aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-08-04 06:14:12 +0800
committerChris Lahey <clahey@src.gnome.org>2001-08-04 06:14:12 +0800
commit19d3e7ce38ccdcae9e53bd10b8b42374c37434ef (patch)
treef13f30afe5b43b4ff9c111e285846f0196d9fea2 /addressbook/ChangeLog
parentbc4d011ab1d50e218b717e0daf53ae1b00d14332 (diff)
downloadgsoc2013-evolution-19d3e7ce38ccdcae9e53bd10b8b42374c37434ef.tar
gsoc2013-evolution-19d3e7ce38ccdcae9e53bd10b8b42374c37434ef.tar.gz
gsoc2013-evolution-19d3e7ce38ccdcae9e53bd10b8b42374c37434ef.tar.bz2
gsoc2013-evolution-19d3e7ce38ccdcae9e53bd10b8b42374c37434ef.tar.lz
gsoc2013-evolution-19d3e7ce38ccdcae9e53bd10b8b42374c37434ef.tar.xz
gsoc2013-evolution-19d3e7ce38ccdcae9e53bd10b8b42374c37434ef.tar.zst
gsoc2013-evolution-19d3e7ce38ccdcae9e53bd10b8b42374c37434ef.zip
Made this change the query based on which letter is clicked.
2001-08-03 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-view.c (jump_to_letter): Made this change the query based on which letter is clicked. svn path=/trunk/; revision=11627
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index e0dd622192..8717dca14a 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,10 @@
2001-08-03 Christopher James Lahey <clahey@ximian.com>
+ * gui/widgets/e-addressbook-view.c (jump_to_letter): Made this
+ change the query based on which letter is clicked.
+
+2001-08-03 Christopher James Lahey <clahey@ximian.com>
+
* gui/component/addressbook.c (addressbook_factory_new_control):
Fixed warnings here.