]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 Dec 2005 05:22:29 +0000 (05:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 Dec 2005 05:22:29 +0000 (05:22 +0000)
lisp/ChangeLog
lisp/gnus/ChangeLog
man/ChangeLog

index 81aa49995cb04ae6167b6287ce2f622cf6ec0105..5932ce40f55b03ae82d0940311a84ff138ed9f0f 100644 (file)
@@ -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
index 708d232e994e3c9e8bb925d1c9be0163e48eefe9..4462052336851ed685d6fe935ed32dfd27cd8551 100644 (file)
@@ -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.
index 52fa75c2187bda290993b0c6c29db6b716a8cd4e..3988d36c5b27e8e4c3c2bcafc4894a5495354415 100644 (file)
@@ -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.