diff options
author | Peter Williams <peterw@ximian.com> | 2001-06-27 06:37:13 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-06-27 06:37:13 +0800 |
commit | e5e79cb370b32909d1fbc1fc923aeb1f0a6446fa (patch) | |
tree | cdbaaf549cfc3ec2f320fa58ae9c8cc4224f9e37 /mail/ChangeLog | |
parent | 4b0115db80758e6ee57dc2a1f512e0f0ed952390 (diff) | |
download | gsoc2013-evolution-e5e79cb370b32909d1fbc1fc923aeb1f0a6446fa.tar gsoc2013-evolution-e5e79cb370b32909d1fbc1fc923aeb1f0a6446fa.tar.gz gsoc2013-evolution-e5e79cb370b32909d1fbc1fc923aeb1f0a6446fa.tar.bz2 gsoc2013-evolution-e5e79cb370b32909d1fbc1fc923aeb1f0a6446fa.tar.lz gsoc2013-evolution-e5e79cb370b32909d1fbc1fc923aeb1f0a6446fa.tar.xz gsoc2013-evolution-e5e79cb370b32909d1fbc1fc923aeb1f0a6446fa.tar.zst gsoc2013-evolution-e5e79cb370b32909d1fbc1fc923aeb1f0a6446fa.zip |
Mail:
001-06-26 Peter Williams <peterw@ximian.com>
* folder-browser-ui.c: New file derived from folder-browser-factory.c.
Contains the Bonobo UI code, split into three groups as described in
ui/ChangeLog. Also contains the GalView stuff and the hookups into
the Bonobo UI stuff.
* folder-browser-factory.c: Move most of the UI stuff to folder-browser-ui.c.
(control_activate): Add all three kinds of UI element to this folderbrowser.
(control_deactivate): Remove all three kinds.
* folder-browser-ui.h: New file. Prototypes functions to add UI elements
to a FolderBrowser.
* Makefile.am: Add folder-browser-ui.{c,h}
* message-browser.c (PARENT_TYPE): Change to BONOBO_TYPE_WINDOW
(message_browser_destroy): Chain to parent destroy function.
(set_bonobo_ui): New function. Add the 'message' functions from the folder
browser to our UI.
(message_browser_close): BonoboVerbify this.
* message-browser.h: Convert to BonoboWindow.
UI:
6-26 Peter Williams <peterw@ximian.com>
* evolution-mail-global.xml:
* evolution-mail-list.xml:
* evolution-mail-message.xml: New files. These are the result
of splitting evolution-mail.xml into three pieces: one for the
global mailer operations, one for the operations on a messagelist,
and one for the operations on one or more messages.
* evolution-mail-messagedisplay: New file. UI for the standalone
message browser that you get when you double-click. Very skeleton.
* evolution-mail.xml: Removed.
* Makefile.am: Updated to install new files.
svn path=/trunk/; revision=10514
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bc372e151c..8230f423d4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,27 @@ +2001-06-26 Peter Williams <peterw@ximian.com> + + * folder-browser-ui.c: New file derived from folder-browser-factory.c. + Contains the Bonobo UI code, split into three groups as described in + ui/ChangeLog. Also contains the GalView stuff and the hookups into + the Bonobo UI stuff. + + * folder-browser-factory.c: Move most of the UI stuff to folder-browser-ui.c. + (control_activate): Add all three kinds of UI element to this folderbrowser. + (control_deactivate): Remove all three kinds. + + * folder-browser-ui.h: New file. Prototypes functions to add UI elements + to a FolderBrowser. + + * Makefile.am: Add folder-browser-ui.{c,h} + + * message-browser.c (PARENT_TYPE): Change to BONOBO_TYPE_WINDOW + (message_browser_destroy): Chain to parent destroy function. + (set_bonobo_ui): New function. Add the 'message' functions from the folder + browser to our UI. + (message_browser_close): BonoboVerbify this. + + * message-browser.h: Convert to BonoboWindow. + 2001-06-26 Jeffrey Stedfast <fejj@ximian.com> * folder-browser.c (my_folder_browser_init): Helps if I spell |