# HG changeset patch # User Juanma Barranquero # Date 1139828737 0 # Node ID d4d4eb38cca369f9dba089ac72112aa035370b83 # Parent f038d760daf13e72aec904d907355773366552c7 *** empty log message *** diff -r f038d760daf1 -r d4d4eb38cca3 lisp/ChangeLog --- a/lisp/ChangeLog Mon Feb 13 11:00:51 2006 +0000 +++ b/lisp/ChangeLog Mon Feb 13 11:05:37 2006 +0000 @@ -1,16 +1,20 @@ +2006-02-13 Juanma Barranquero + + * subr.el (substitute-key-definition): Doc fix (hide internal arg). + 2006-02-12 Miles Bader * net/rcirc.el (rcirc-format-response-string): Fix small bugs. 2006-02-13 Mathias Dahl - * tumme.el: Removed history section. If someone needs the it, it + * tumme.el: Remove history section. If someone needs the it, it can always be found in CVS. 2006-02-12 Mathias Dahl - * tumme.el (tumme-thumbnail-storage): Updated docstring. Added - info about the Thumbnail Managing Standard option. + * tumme.el (tumme-thumbnail-storage): Update docstring. Add info + about the Thumbnail Managing Standard option. 2006-02-12 Richard M. Stallman @@ -95,7 +99,7 @@ * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer. Don't use insert-buffer; do insert-buffer-substring directly. - (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1. + (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1. 2006-02-11 Martin Rudalics