diff options
author | Anna Marie Dirks <anna@ximian.com> | 2001-10-23 07:42:42 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2001-10-23 07:42:42 +0800 |
commit | 99907fdbb5f8baebc46970ad6dcaf11539d378e6 (patch) | |
tree | 5817fc6a297e0904b127a77911ecb326c467f886 /mail/ChangeLog | |
parent | 2428e668eaf08dec7b875c17bbcbd7de88113546 (diff) | |
download | gsoc2013-evolution-99907fdbb5f8baebc46970ad6dcaf11539d378e6.tar.gz gsoc2013-evolution-99907fdbb5f8baebc46970ad6dcaf11539d378e6.tar.zst gsoc2013-evolution-99907fdbb5f8baebc46970ad6dcaf11539d378e6.zip |
Added several new accelerators to the edit account dialog, and fixed the
2001-10-22 Anna Marie Dirks <anna@ximian.com>
* mail-config.glade: Added several new accelerators to the edit account
dialog, and fixed the focus targets on all existing accelerators. I
was hoping that since the widgets used in the account editor are also
used in the first-time start-up druid and them mail-config druid,
that this would fix all accelerator problems for those druids as well,
but there is something wrong with Bonobo which is preventing
the druids from responding to their accelerators. Sigh. Anyway,
most accelerators in the edit account dialog work correctly
now, though there are few (such as _Full Name) which fail to
do anything. I don't know why.
svn path=/trunk/; revision=13914
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3848c004bf..bf83c70308 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2001-10-22 Anna Marie Dirks <anna@ximian.com> + + * mail-config.glade: Added several new accelerators to the edit account + dialog, and fixed the focus targets on all existing accelerators. I + was hoping that since the widgets used in the account editor are also + used in the first-time start-up druid and them mail-config druid, + that this would fix all accelerator problems for those druids as well, + but there is something wrong with Bonobo which is preventing + the druids from responding to their accelerators. Sigh. Anyway, + most accelerators in the edit account dialog work correctly + now, though there are few (such as _Full Name) which fail to + do anything. I don't know why. + 2001-10-22 Jeffrey Stedfast <fejj@ximian.com> * mail-stream-gtkhtml.c (mail_stream_gtkhtml_new): New class that |