diff options
author | Duncan Mak <duncan@ximian.com> | 2001-05-14 07:23:18 +0800 |
---|---|---|
committer | Duncan Mak <duncan@src.gnome.org> | 2001-05-14 07:23:18 +0800 |
commit | 2b5dce7f8e47bb7b0db817c528c28460e7ef05ec (patch) | |
tree | 38470bd45b57d61880e760bb3065f7b4df09e33a /mail/ChangeLog | |
parent | 7a8894af6017020cf3217a16fe1d8b720e81c1e5 (diff) | |
download | gsoc2013-evolution-2b5dce7f8e47bb7b0db817c528c28460e7ef05ec.tar gsoc2013-evolution-2b5dce7f8e47bb7b0db817c528c28460e7ef05ec.tar.gz gsoc2013-evolution-2b5dce7f8e47bb7b0db817c528c28460e7ef05ec.tar.bz2 gsoc2013-evolution-2b5dce7f8e47bb7b0db817c528c28460e7ef05ec.tar.lz gsoc2013-evolution-2b5dce7f8e47bb7b0db817c528c28460e7ef05ec.tar.xz gsoc2013-evolution-2b5dce7f8e47bb7b0db817c528c28460e7ef05ec.tar.zst gsoc2013-evolution-2b5dce7f8e47bb7b0db817c528c28460e7ef05ec.zip |
Updates the subject on refresh and sets subject to "Untitled Message" if
2001-05-13 Duncan Mak <duncan@ximian.com>
* mail-search.c (begin_cb): Updates the subject on refresh and
sets subject to "Untitled Message" if subject is NULL.
(mail_search_construct): Moved msg_subject to its own GtkLabel,
sets subject to "Untitled Message" if subject is NULL. Give focus
to entry by default. Made <enter> in entry run
dialog_clicked_cb by setting gnome_dialog_editable_enters.
svn path=/trunk/; revision=9786
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1ffe5dceb0..78e83c7e3e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-05-12 Duncan Mak <duncan@ximian.com> + + * mail-search.c (begin_cb): Updates the subject on refresh and + sets subject to "Untitled Message" if subject is NULL. + (mail_search_construct): Moved msg_subject to its own GtkLabel, + sets subject to "Untitled Message" if subject is NULL. Give focus + to entry by default. Made <enter> in entry run + dialog_clicked_cb by setting gnome_dialog_editable_enters. + 2001-05-12 Gediminas Paulauskas <menesis@delfi.lt> * folder-browser-factory.c: load pixmaps for MessageCopy and |