changeset 65845:3c2a85b1a338

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 04 Oct 2005 21:50:34 +0000
parents d5c276f89641
children a4e8d78ae3fb
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 04 21:50:21 2005 +0000
+++ b/lisp/ChangeLog	Tue Oct 04 21:50:34 2005 +0000
@@ -1,5 +1,16 @@
 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* bindings.el (global-map): Resync [home] and [end] bindings with C-a
+	and C-e.
+
+	* emacs-lisp/eldoc.el: Move comments into docstrings.
+	(eldoc-message-commands): Initialize in its declaration.
+	Add move-beginning-of-line and move-end-of-line.
+	(eldoc-add-command, eldoc-add-command-completions)
+	(eldoc-remove-command, eldoc-remove-command-completions): Simplify.
+
+	* outline.el (outline-mark-subtree): Activate the mark.
+
 	* calendar/appt.el (appt-time-regexp): New var.
 	(appt-add, appt-make-list): Use it.
 	(appt-convert-time): Clean up.