# HG changeset patch # User Juanma Barranquero # Date 1129028043 0 # Node ID ebc0ce620c6636b85654c129626aad106300a233 # Parent 4ad1dc6bc1e0e8901e74fb46a59c2b52ab202068 *** empty log message *** diff -r 4ad1dc6bc1e0 -r ebc0ce620c66 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 11 10:45:59 2005 +0000 +++ b/lisp/ChangeLog Tue Oct 11 10:54:03 2005 +0000 @@ -1,3 +1,8 @@ +2005-10-11 Juanma Barranquero + + * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix. + (autoload-print-form-outbuf): Add docstring. + 2005-10-11 Juri Linkov * info.el (Info-mode-menu): Delete menu item "Edit". @@ -131,7 +136,7 @@ 2005-10-09 Jan Dj,Ad(Brv - * term/x-win.el: Removed -i, --icon-type from comment. + * term/x-win.el: Remove -i, --icon-type from comment. * startup.el (command-line-x-option-alist): Remove options -i, -itype, --icon-type, added -nb, --no-bitmap-icon @@ -228,7 +233,7 @@ 2005-10-06 Bill Wohler - * mh-e/mh-loaddefs.el: Removed. Now generated automatically. + * mh-e/mh-loaddefs.el: Remove. Now generated automatically. * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el. (MH-E-SRC): New. Used by mh-autoloads. @@ -244,7 +249,7 @@ * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width): Typo. -2005-10-06 Michael Cadilhac (tiny change) +2005-10-06 Michael Cadilhac (tiny change) * play/zone.el (zone): Wrap body with save-window-excursion.