diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-17 11:10:38 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-17 11:10:38 +0800 |
commit | 105f78dbe88c6d22f9b5e007420b50c341e0eedb (patch) | |
tree | 066395c312217c86a6792a607c91be00e41ecb40 /composer/ChangeLog | |
parent | 6c220a4ac7bea937ad529d4c39e755ae0d68c150 (diff) | |
download | gsoc2013-evolution-105f78dbe88c6d22f9b5e007420b50c341e0eedb.tar gsoc2013-evolution-105f78dbe88c6d22f9b5e007420b50c341e0eedb.tar.gz gsoc2013-evolution-105f78dbe88c6d22f9b5e007420b50c341e0eedb.tar.bz2 gsoc2013-evolution-105f78dbe88c6d22f9b5e007420b50c341e0eedb.tar.lz gsoc2013-evolution-105f78dbe88c6d22f9b5e007420b50c341e0eedb.tar.xz gsoc2013-evolution-105f78dbe88c6d22f9b5e007420b50c341e0eedb.tar.zst gsoc2013-evolution-105f78dbe88c6d22f9b5e007420b50c341e0eedb.zip |
I18N the message composer's title bar. Don't install header files.
Initial implementation of the "Open" and "Save as" commands (not
really tested/finished, I am just syncing the tree before leaving).
Put the cursor on the "To:" field when the message composer is shown.
Set the correct shadow type in the scroll frame.
svn path=/trunk/; revision=3603
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 6c52a39c77..b51ae878b0 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,42 @@ +2000-06-17 Ettore Perazzoli <ettore@helixcode.com> + + * e-msg-composer.c (e_msg_composer_construct): I18N the title bar. + + * Makefile.am (libcomposerinclude_HEADERS): Removed. Move all the + `.h' files into `libcomposer_la_SOURCES' so that they get + distributed, but not installed. + + * e-msg-composer.c (open_cb): New; implement the `Open' command. + (save_as_cb): New; implement the `Save as' command. + (init): Initialize the `persist_file_interface' and + `persist_stream_interface' members to NULL. + (destroy): Release the PersistStream and PersistFile interfaces. + (e_msg_composer_construct): Query the PersistFile and + PersistStream interfaces on the control and save them in the + `persist_file_interface' and `persist_stream_interface' members. + (get_text): Renamed from `get_editor_text'. Get a + @persist_stream_interface instead of querying it a the control. + (build_message): Return NULL if `persist_stream_interface' is nil. + + * e-msg-composer.h: New member `persist_file_interface' in + `EMsgComposer'. + + * e-msg-composer-select-file.c: New. + * e-msg-composer-select-file.h: New. + + * e-msg-composer.c (e_msg_composer_construct): Make the `To:' + entry grab the keyboard focus. + + * e-msg-composer-hdrs.c (e_msg_composer_hdrs_get_to_entry): New. + (e_msg_composer_hdrs_get_cc_entry): New. + (e_msg_composer_hdrs_get_bcc_entry): New. + (e_msg_composer_hdrs_get_subject_entry): New. + + * e-msg-composer.c (e_msg_composer_construct): Set the scroll + frame's shadow type to `GTK_SHADOW_IN'. + (format_text): Initialize `tabbing' to zero to shut down the + compiler. + 2000-06-14 Dan Winship <danw@helixcode.com> * e-msg-composer-attachment-bar.c (add_from_user): keep the |