diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-10-03 23:11:38 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-10-03 23:11:38 +0800 |
commit | bca6fac45e29da74019242f8f4380d8823093807 (patch) | |
tree | 625369af74753046d4223d23e2bdc9ceb26a8af2 | |
parent | b354bafd8a8702ceba50d63052c65eabb8624f16 (diff) | |
download | gsoc2013-evolution-bca6fac45e29da74019242f8f4380d8823093807.tar gsoc2013-evolution-bca6fac45e29da74019242f8f4380d8823093807.tar.gz gsoc2013-evolution-bca6fac45e29da74019242f8f4380d8823093807.tar.bz2 gsoc2013-evolution-bca6fac45e29da74019242f8f4380d8823093807.tar.lz gsoc2013-evolution-bca6fac45e29da74019242f8f4380d8823093807.tar.xz gsoc2013-evolution-bca6fac45e29da74019242f8f4380d8823093807.tar.zst gsoc2013-evolution-bca6fac45e29da74019242f8f4380d8823093807.zip |
fixed suresh's broken changelog entry
svn path=/trunk/; revision=22793
-rw-r--r-- | mail/ChangeLog | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d835fde4a7..d74583f24f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,17 +1,14 @@ 2003-10-02 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> - - * mail-config-druid.c: Fix for 40917 "Backspace shouldn't highlight - the whole remaining string in Setup Assistant". - - Removed repeated focussing per keystroke for the following functions - - (identity_changed) - (source_changed) - (transport_changed) - (management_changed) - - (identity_prepare): Removed the initial highlighting for Full Name, - also the unneeded intial grab_focus. + + * mail-config-druid.c: Fix for 40917 "Backspace shouldn't + highlight the whole remaining string in Setup Assistant". + (identity_changed): Removed repeated focussing per keystroke. + functions + (source_changed): Same. + (transport_changed): Here too. + (management_changed): And here. + (identity_prepare): Removed the initial highlighting for Full + Name, also the unneeded intial grab_focus. 2003-10-02 Not Zed <NotZed@Ximian.com> |