diff options
author | Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> | 2003-10-03 01:19:30 +0800 |
---|---|---|
committer | Suresh Chandrasekharan <kcsuresh@src.gnome.org> | 2003-10-03 01:19:30 +0800 |
commit | 868f97585609198578c4ab7bf6888809fadc9d7d (patch) | |
tree | 12d24b8b582090bf1b25d1607c89f59443ad0395 /mail/ChangeLog | |
parent | eff89404e4956f1b61c77d56341cf6423e7543dc (diff) | |
download | gsoc2013-evolution-868f97585609198578c4ab7bf6888809fadc9d7d.tar gsoc2013-evolution-868f97585609198578c4ab7bf6888809fadc9d7d.tar.gz gsoc2013-evolution-868f97585609198578c4ab7bf6888809fadc9d7d.tar.bz2 gsoc2013-evolution-868f97585609198578c4ab7bf6888809fadc9d7d.tar.lz gsoc2013-evolution-868f97585609198578c4ab7bf6888809fadc9d7d.tar.xz gsoc2013-evolution-868f97585609198578c4ab7bf6888809fadc9d7d.tar.zst gsoc2013-evolution-868f97585609198578c4ab7bf6888809fadc9d7d.zip |
Fix for 40917 "Backspace shouldn't highlight the whole remaining string in
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.
svn path=/trunk/; revision=22790
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3cc81eb481..d835fde4a7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +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. + 2003-10-02 Not Zed <NotZed@Ximian.com> * em-format-html.c (efh_format_timeout): zero out last_part if |