aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-03 03:01:04 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-03 03:01:04 +0800
commit4654c4625e79a0d36ef25d81a0c6f53fcd714837 (patch)
tree5ce873589d044e1c3ee1fd5aee8f1fbff0c868e4 /mail/ChangeLog
parente8ae4bc97abed6ad8571908f5fc4ac6fd5565fde (diff)
downloadgsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.tar
gsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.tar.gz
gsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.tar.bz2
gsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.tar.lz
gsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.tar.xz
gsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.tar.zst
gsoc2013-evolution-4654c4625e79a0d36ef25d81a0c6f53fcd714837.zip
Make the `Home' and `End' keys do the Right Thing. Remove circular
reference to the shell. Bind "Open in New Window" to `Ctrl-O'. svn path=/trunk/; revision=5181
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index f3cd8e7fa7..bc10c02523 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,19 @@
+2000-09-02 Ettore Perazzoli <ettore@helixcode.com>
+
+ * folder-browser.c (etable_key): Make the `Home' key to move to
+ the beginning of the list and `End' to the end of it, using
+ `message_list_home()' and `message_list_end()'.
+
+ * message-list.c (message_list_home): New.
+ (message_list_end): New.
+
+ * folder-browser.c (folder_browser_new): Don't ref the shell here.
+ (folder_browser_destroy): Don't unref the shell. Instead,
+ `CORBA_free()' the object reference.
+
+ * folder-browser-factory.c (control_activate): Bind "Open in New
+ Window" to `Ctrl-O'.
+
2000-09-02 Lauris Kaplinski <lauris@helixcode.com>
* mail-config-gui.c: Use e_utf8 wrappers