Mercurial > emacs
changeset 67525:d1c8ad10efda
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 Dec 2005 05:22:29 +0000 |
parents | 9014ad13a926 |
children | a1f2e352a862 |
files | lisp/ChangeLog lisp/gnus/ChangeLog man/ChangeLog |
diffstat | 3 files changed, 42 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> + + * 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 <teirllm@auburn.edu> * cus-edit.el (customize-apropos): Avoid listing an option more
--- 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 <rms@gnu.org> + + * mm-url.el (mm-url-load-url): Require url-parse and url-vars. + 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de> * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
--- 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 <rms@gnu.org> + + * 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 <rms@gnu.org> + + * 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 <romain@orebokech.com> Update the Emacs FAQ for the 22.1 release.