aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-12-12 05:22:29 +0000
committerRichard M. Stallman2005-12-12 05:22:29 +0000
commiteab52f48e55d0fa7f0c612e28baab39677b45693 (patch)
tree34a789474a1b0436cd4275533fad660ffa7734db
parent4199d5be3e91af4dbb1f1d4a665df6162e615a07 (diff)
downloademacs-eab52f48e55d0fa7f0c612e28baab39677b45693.tar.gz
emacs-eab52f48e55d0fa7f0c612e28baab39677b45693.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog22
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--man/ChangeLog16
3 files changed, 42 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 81aa49995cb..5932ce40f55 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,25 @@
12005-12-12 Richard M. Stallman <rms@gnu.org>
2
3 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4
5 * frame.el (display-hourglass): Doc fix.
6
7 * help.el (help-for-help-internal): Simplify entry for `a'.
8
9 * info.el (Info-on-current-buffer): Doc fix.
10 (info-insert-file-contents): Don't test (featurep 'jka-compr).
11
12 * startup.el (inhibit-splash-screen): Make this the real name.
13 (inhibit-startup-message): Make this the alias.
14 (command-line): Find only simple.el, and use its directory
15 to fill in other preloaded files' names.
16 (command-line): Deactivate the mark if deactivate-mark is set.
17
18 * international/mule.el (load-with-code-conversion):
19 Bind deactivate-mark.
20
21 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
22
12005-12-11 Luc Teirlinck <teirllm@auburn.edu> 232005-12-11 Luc Teirlinck <teirllm@auburn.edu>
2 24
3 * cus-edit.el (customize-apropos): Avoid listing an option more 25 * cus-edit.el (customize-apropos): Avoid listing an option more
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 708d232e994..44620523368 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12005-12-12 Richard M. Stallman <rms@gnu.org>
2
3 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4
12005-12-08 Reiner Steib <Reiner.Steib@gmx.de> 52005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
2 6
3 * mm-decode.el (mm-discouraged-alternatives): Fix custom type. 7 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
diff --git a/man/ChangeLog b/man/ChangeLog
index 52fa75c2187..3988d36c5b2 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,19 @@
12005-12-12 Richard M. Stallman <rms@gnu.org>
2
3 * custom.texi (Easy Customization): Change menu comment.
4 (Prefix Keymaps): Fix spelling of Control-X-prefix.
5
6 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
7 (Help): Among the Apropos commands, describe only C-h a here.
8
92005-12-11 Richard M. Stallman <rms@gnu.org>
10
11 * programs.texi (Options for Comments): Comment-end starts with space.
12
13 * glossary.texi (Glossary): Minor cleanup.
14
15 * files.texi (Old Versions): Use @table.
16
12005-12-10 Romain Francoise <romain@orebokech.com> 172005-12-10 Romain Francoise <romain@orebokech.com>
2 18
3 Update the Emacs FAQ for the 22.1 release. 19 Update the Emacs FAQ for the 22.1 release.