# HG changeset patch # User Richard M. Stallman # Date 1134364949 0 # Node ID d1c8ad10efda9bf5d531f98bc3ffe10f39633f85 # Parent 9014ad13a9261d3598eb5888e5c8e191d50d195e *** empty log message *** diff -r 9014ad13a926 -r d1c8ad10efda lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 12 05:21:33 2005 +0000 +++ b/lisp/ChangeLog Mon Dec 12 05:22:29 2005 +0000 @@ -1,3 +1,25 @@ +2005-12-12 Richard M. Stallman + + * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge. + + * frame.el (display-hourglass): Doc fix. + + * help.el (help-for-help-internal): Simplify entry for `a'. + + * info.el (Info-on-current-buffer): Doc fix. + (info-insert-file-contents): Don't test (featurep 'jka-compr). + + * startup.el (inhibit-splash-screen): Make this the real name. + (inhibit-startup-message): Make this the alias. + (command-line): Find only simple.el, and use its directory + to fill in other preloaded files' names. + (command-line): Deactivate the mark if deactivate-mark is set. + + * international/mule.el (load-with-code-conversion): + Bind deactivate-mark. + + * progmodes/compile.el (compilation-error-regexp-alist): Doc fix. + 2005-12-11 Luc Teirlinck * cus-edit.el (customize-apropos): Avoid listing an option more diff -r 9014ad13a926 -r d1c8ad10efda lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Mon Dec 12 05:21:33 2005 +0000 +++ b/lisp/gnus/ChangeLog Mon Dec 12 05:22:29 2005 +0000 @@ -1,3 +1,7 @@ +2005-12-12 Richard M. Stallman + + * mm-url.el (mm-url-load-url): Require url-parse and url-vars. + 2005-12-08 Reiner Steib * mm-decode.el (mm-discouraged-alternatives): Fix custom type. diff -r 9014ad13a926 -r d1c8ad10efda man/ChangeLog --- a/man/ChangeLog Mon Dec 12 05:21:33 2005 +0000 +++ b/man/ChangeLog Mon Dec 12 05:22:29 2005 +0000 @@ -1,3 +1,19 @@ +2005-12-12 Richard M. Stallman + + * custom.texi (Easy Customization): Change menu comment. + (Prefix Keymaps): Fix spelling of Control-X-prefix. + + * help.texi (Apropos): Rewrite. Talk about "apropos patterns". + (Help): Among the Apropos commands, describe only C-h a here. + +2005-12-11 Richard M. Stallman + + * programs.texi (Options for Comments): Comment-end starts with space. + + * glossary.texi (Glossary): Minor cleanup. + + * files.texi (Old Versions): Use @table. + 2005-12-10 Romain Francoise Update the Emacs FAQ for the 22.1 release.