diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-24 03:44:04 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-24 03:44:04 +0800 |
commit | 46b30bb1be3c8b8bbd506bcc49fd732e2121e14f (patch) | |
tree | 003bfd408a3f4dd45a0ea927b29aaf8b29d7f4e4 /mail/ChangeLog | |
parent | af5fc4f982fb82bbcee445d7368ebd714bebdae3 (diff) | |
download | gsoc2013-evolution-46b30bb1be3c8b8bbd506bcc49fd732e2121e14f.tar gsoc2013-evolution-46b30bb1be3c8b8bbd506bcc49fd732e2121e14f.tar.gz gsoc2013-evolution-46b30bb1be3c8b8bbd506bcc49fd732e2121e14f.tar.bz2 gsoc2013-evolution-46b30bb1be3c8b8bbd506bcc49fd732e2121e14f.tar.lz gsoc2013-evolution-46b30bb1be3c8b8bbd506bcc49fd732e2121e14f.tar.xz gsoc2013-evolution-46b30bb1be3c8b8bbd506bcc49fd732e2121e14f.tar.zst gsoc2013-evolution-46b30bb1be3c8b8bbd506bcc49fd732e2121e14f.zip |
Fixed a possible error in row numberings. This needs to be changed quite a
2000-10-23 Christopher James Lahey <clahey@helixcode.com>
* message-list.c: Fixed a possible error in row numberings. This
needs to be changed quite a bit anyway, but this should make
things slightly nicer in some cases.
svn path=/trunk/; revision=6128
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d73d53a68f..770d4edf4a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2000-10-23 Christopher James Lahey <clahey@helixcode.com> + * message-list.c: Fixed a possible error in row numberings. This + needs to be changed quite a bit anyway, but this should make + things slightly nicer in some cases. + +2000-10-23 Christopher James Lahey <clahey@helixcode.com> + * folder-browser.c: Made the top of the folder browser a little prettier. |