aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2003-02-06 14:53:17 +0800
committerLarry Ewing <lewing@src.gnome.org>2003-02-06 14:53:17 +0800
commit73b9effe1291d5938f25978c578c2143ed83dd3b (patch)
tree09f8f40ef9d031dff98c56d9e0079185ba7752df /mail/ChangeLog
parentf41545330317f05a039fc66852a9e503edaca269 (diff)
downloadgsoc2013-evolution-73b9effe1291d5938f25978c578c2143ed83dd3b.tar
gsoc2013-evolution-73b9effe1291d5938f25978c578c2143ed83dd3b.tar.gz
gsoc2013-evolution-73b9effe1291d5938f25978c578c2143ed83dd3b.tar.bz2
gsoc2013-evolution-73b9effe1291d5938f25978c578c2143ed83dd3b.tar.lz
gsoc2013-evolution-73b9effe1291d5938f25978c578c2143ed83dd3b.tar.xz
gsoc2013-evolution-73b9effe1291d5938f25978c578c2143ed83dd3b.tar.zst
gsoc2013-evolution-73b9effe1291d5938f25978c578c2143ed83dd3b.zip
add an activate handler to the entry so that hitting return will return an
2003-02-06 Larry Ewing <lewing@ximian.com> * mail-session.c (pass_activate): add an activate handler to the entry so that hitting return will return an OK response. svn path=/trunk/; revision=19800
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 23f92e1541..501e3e15d6 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-06 Larry Ewing <lewing@ximian.com>
+
+ * mail-session.c (pass_activate): add an activate handler to the
+ entry so that hitting return will return an OK response.
+
2003-02-05 Dan Winship <danw@ximian.com>
* main.c (main): s/glade_gnome_init/glade_init/