diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-12-06 05:35:55 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-12-06 05:35:55 +0800 |
commit | c6658ca9c11447bf932b6b3fb777442d2e1521a9 (patch) | |
tree | 4e925e816b02d975d0aa10b46934889535394f8c /addressbook/ChangeLog | |
parent | 94611b60abd2ee9f5345c805c7bcaf0269bd818d (diff) | |
download | gsoc2013-evolution-c6658ca9c11447bf932b6b3fb777442d2e1521a9.tar gsoc2013-evolution-c6658ca9c11447bf932b6b3fb777442d2e1521a9.tar.gz gsoc2013-evolution-c6658ca9c11447bf932b6b3fb777442d2e1521a9.tar.bz2 gsoc2013-evolution-c6658ca9c11447bf932b6b3fb777442d2e1521a9.tar.lz gsoc2013-evolution-c6658ca9c11447bf932b6b3fb777442d2e1521a9.tar.xz gsoc2013-evolution-c6658ca9c11447bf932b6b3fb777442d2e1521a9.tar.zst gsoc2013-evolution-c6658ca9c11447bf932b6b3fb777442d2e1521a9.zip |
Merging changes:
2001-12-04 Christopher James Lahey <clahey@ximian.com>
* gui/contact-editor/contact-editor.glade: Fixed up the
accelerators and such here.
* gui/contact-editor/e-contact-editor.c (file_save_as_cb):
Translate this string.
(pixmaps): Added a pixmap for the ContactEditorSaveClose command.
(setup_tab_order): Fixed up the tab order here.
* gui/contact-editor/fulladdr.glade: Made the country combo
focusable here.
svn path=/trunk/; revision=14895
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5411d1fbc1..eb833dc75f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,17 +1,29 @@ +2001-12-04 Christopher James Lahey <clahey@ximian.com> + + * gui/contact-editor/contact-editor.glade: Fixed up the + accelerators and such here. + + * gui/contact-editor/e-contact-editor.c (file_save_as_cb): + Translate this string. + (pixmaps): Added a pixmap for the ContactEditorSaveClose command. + (setup_tab_order): Fixed up the tab order here. + + * gui/contact-editor/fulladdr.glade: Made the country combo + focusable here. + 2001-12-03 Jon Trowbridge <trow@ximian.com> - * backend/ebook/e-destination.c (e_destination_equal): Make address - comparisons case-insensitive. (Fixes 11776) + * backend/ebook/e-destination.c (e_destination_equal): Make address + comparisons case-insensitive. (Fixes 11776) * backend/ebook/e-card.c (e_card_email_match_single_string): Make address host comparisons case-insensitive. (Fixes 11776) - - * gui/component/select-names/e-select-names-manager.c (focus_out_cb): Clean - ESelectNamesModel on focus-out. (Half of a fix for 15656) + * gui/component/select-names/e-select-names-manager.c (focus_out_cb): Clean + ESelectNamesModel on focus-out. (Half of a fix for 15656) - * backend/ebook/e-destination.c (nonempty): Fix this function - and make it utf8-safe. (The other half of the fix for 15656) + * backend/ebook/e-destination.c (nonempty): Fix this function + and make it utf8-safe. (The other half of the fix for 15656) 2001-11-28 Christopher James Lahey <clahey@ximian.com> |