diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-14 06:25:23 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-14 06:25:23 +0800 |
commit | f0024cb0b037033d9e2ce78a2d009c51e5d91317 (patch) | |
tree | 33ebf7da2775df7cad677845045dc753b4beba2a /addressbook/ChangeLog | |
parent | 43b8acb68a9b2f949c85dd1a25f902fc4b7b0abe (diff) | |
download | gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar.gz gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar.bz2 gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar.lz gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar.xz gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar.zst gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.zip |
Changed these for boolean ascending attribute instead of int ascending
2000-10-13 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/e-contact-editor-categories.c,
gui/component/select-names/e-select-names.c,
gui/widgets/e-addressbook-view.c: Changed these for boolean
ascending attribute instead of int ascending attribute. Fixed
e-select-names to not use a column past the end of its array.
* contact-editor/e-contact-editor-address.c,
contact-editor/fulladdr.glade, contact-editor/fulladdr.glade.h:
Rearranged the address editor dialog.
svn path=/trunk/; revision=5904
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 30d0a634d5..703f9ca84f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2000-10-13 Christopher James Lahey <clahey@helixcode.com> + + * contact-editor/e-contact-editor-categories.c, + gui/component/select-names/e-select-names.c, + gui/widgets/e-addressbook-view.c: Changed these for boolean + ascending attribute instead of int ascending attribute. Fixed + e-select-names to not use a column past the end of its array. + + * contact-editor/e-contact-editor-address.c, + contact-editor/fulladdr.glade, contact-editor/fulladdr.glade.h: + Rearranged the address editor dialog. + 2000-10-11 Christopher James Lahey <clahey@helixcode.com> * contact-editor/e-contact-editor-categories.c: Fixed the column |