aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-06-13 09:54:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-06-13 09:54:29 +0800
commitcc240fcffe0ecf84e83428b2f05bc08259396ffe (patch)
tree0d26be2c98d39aa736762a65d1474bb4d62c4641 /mail/ChangeLog
parent9de25e88aa7b0d125739fda6bbbfdb4ebe16f951 (diff)
downloadgsoc2013-evolution-cc240fcffe0ecf84e83428b2f05bc08259396ffe.tar
gsoc2013-evolution-cc240fcffe0ecf84e83428b2f05bc08259396ffe.tar.gz
gsoc2013-evolution-cc240fcffe0ecf84e83428b2f05bc08259396ffe.tar.bz2
gsoc2013-evolution-cc240fcffe0ecf84e83428b2f05bc08259396ffe.tar.lz
gsoc2013-evolution-cc240fcffe0ecf84e83428b2f05bc08259396ffe.tar.xz
gsoc2013-evolution-cc240fcffe0ecf84e83428b2f05bc08259396ffe.tar.zst
gsoc2013-evolution-cc240fcffe0ecf84e83428b2f05bc08259396ffe.zip
Got rid of sources_max_row and identities_max_row as they are not really
2000-06-12 Jeffrey Stedfast <fejj@helixcode.com> * mail-config.c: Got rid of sources_max_row and identities_max_row as they are not really needed (just use clist->rows) (on_cmdSourcesEdit_clicked): Modified to make 'source' point to the data being edited. (on_cmdSourcesAdd_clicked): Adds a new clist item and selects it so the editor knows where to stick the data when it's done. svn path=/trunk/; revision=3545
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ebb9a2cd0c..5a05b40867 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,12 @@
+2000-06-12 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * mail-config.c: Got rid of sources_max_row and identities_max_row
+ as they are not really needed (just use clist->rows)
+ (on_cmdSourcesEdit_clicked): Modified to make 'source'
+ point to the data being edited.
+ (on_cmdSourcesAdd_clicked): Adds a new clist item and selects it so the
+ editor knows where to stick the data when it's done.
+
2000-06-12 Federico Mena Quintero <federico@helixcode.com>
* message-list.c: Removed the ETableModel thaw handler.