diff options
author | Miguel de Icaza <miguel@helixcode.com> | 2000-10-04 13:00:51 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-10-04 13:00:51 +0800 |
commit | 1b07e47ee680f3b513f8e1a9484807a3e55f301e (patch) | |
tree | 95f78c6f07f682db9996f90249f627dc599755dd /mail/ChangeLog | |
parent | 4d25bee5382622ca6e3e84c931860eb8dec10a75 (diff) | |
download | gsoc2013-evolution-1b07e47ee680f3b513f8e1a9484807a3e55f301e.tar gsoc2013-evolution-1b07e47ee680f3b513f8e1a9484807a3e55f301e.tar.gz gsoc2013-evolution-1b07e47ee680f3b513f8e1a9484807a3e55f301e.tar.bz2 gsoc2013-evolution-1b07e47ee680f3b513f8e1a9484807a3e55f301e.tar.lz gsoc2013-evolution-1b07e47ee680f3b513f8e1a9484807a3e55f301e.tar.xz gsoc2013-evolution-1b07e47ee680f3b513f8e1a9484807a3e55f301e.tar.zst gsoc2013-evolution-1b07e47ee680f3b513f8e1a9484807a3e55f301e.zip |
Added a comment to a piece of code that I was trying to "fix" just to find
2000-10-04 Miguel de Icaza <miguel@helixcode.com>
* mail-callbacks.c (delete_msg): Added a comment to a piece of
code that I was trying to "fix" just to find that the strange
behaviour here that was about to be fixed, was actually a fix to
the problem I was trying to fix.
So put the original comments from Dan, and will hope that someone
with more knowledge about this can figure why the delete key wont
delete messages and select the next unread message.
svn path=/trunk/; revision=5701
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5b020c59aa..291e1f5533 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2000-10-04 Miguel de Icaza <miguel@helixcode.com> + + * mail-callbacks.c (delete_msg): Added a comment to a piece of + code that I was trying to "fix" just to find that the strange + behaviour here that was about to be fixed, was actually a fix to + the problem I was trying to fix. + + So put the original comments from Dan, and will hope that someone + with more knowledge about this can figure why the delete key wont + delete messages and select the next unread message. + 2000-10-02 Chris Toshok <toshok@helixcode.com> * subscribe-dialog.c (subscribe_dialog_destroy): destroy our |