aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-08-10 03:10:14 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-08-10 03:10:14 +0800
commit6683241eb5b06bbafd20fca9d1fad0fb3ef28676 (patch)
tree9dc46c6146393fee02f0f3a414338c70ae76d942 /addressbook/ChangeLog
parent416a6768d6e2596fb4c4071dcf0430b886d1dadc (diff)
downloadgsoc2013-evolution-6683241eb5b06bbafd20fca9d1fad0fb3ef28676.tar
gsoc2013-evolution-6683241eb5b06bbafd20fca9d1fad0fb3ef28676.tar.gz
gsoc2013-evolution-6683241eb5b06bbafd20fca9d1fad0fb3ef28676.tar.bz2
gsoc2013-evolution-6683241eb5b06bbafd20fca9d1fad0fb3ef28676.tar.lz
gsoc2013-evolution-6683241eb5b06bbafd20fca9d1fad0fb3ef28676.tar.xz
gsoc2013-evolution-6683241eb5b06bbafd20fca9d1fad0fb3ef28676.tar.zst
gsoc2013-evolution-6683241eb5b06bbafd20fca9d1fad0fb3ef28676.zip
If the last character we inserted was a "magic comma", remember its
2001-08-09 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-text-model.c This change is dedicated to Jacob Berkman. (e_select_names_text_model_insert_length): If the last character we inserted was a "magic comma", remember its position. (e_select_names_text_model_delete): If the last character we inserted was a "magic comma", and if the next thing we do is to hit backspace, delete both the comma and the extra whitespace we added. (e_select_names_text_model_init): Initialize our last magic comma position. svn path=/trunk/; revision=11839
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 3a872f2ad1..65db8d540b 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,18 @@
2001-08-09 Jon Trowbridge <trow@ximian.com>
+ * gui/component/select-names/e-select-names-text-model.c
+ This change is dedicated to Jacob Berkman.
+ (e_select_names_text_model_insert_length): If the last character
+ we inserted was a "magic comma", remember its position.
+ (e_select_names_text_model_delete): If the last character we
+ inserted was a "magic comma", and if the next thing we do is to
+ hit backspace, delete both the comma and the extra whitespace we
+ added.
+ (e_select_names_text_model_init): Initialize our last magic comma
+ position.
+
+2001-08-09 Jon Trowbridge <trow@ximian.com>
+
* gui/component/select-names/e-select-names-manager.c
(e_select_names_manager_create_entry): Hook up some magic to
(basically) cardify an entry on focus-out. (What we do is actually