aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-02-12 20:32:51 +0000
committerRichard M. Stallman2006-02-12 20:32:51 +0000
commit0283e3398ee9dd368f35ba5b86c46222d72d4aef (patch)
tree35a9fb039fc9b67b16d7b06264880f0eeaae84ad
parentfda11e854d44ee2aff8b154ceb5bfe3dfee8769e (diff)
downloademacs-0283e3398ee9dd368f35ba5b86c46222d72d4aef.tar.gz
emacs-0283e3398ee9dd368f35ba5b86c46222d72d4aef.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
-rw-r--r--man/ChangeLog15
2 files changed, 27 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 64e9f7dc27c..f95fec6bab4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12006-02-12 Richard M. Stallman <rms@gnu.org>
2
3 * subr.el (substitute-key-definition): Doc fix.
4
5 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6
7 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
8
9 * info.el (Info-mode): Doc fix.
10
11 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
12
12006-02-12 Michael Albinus <michael.albinus@gmx.de> 132006-02-12 Michael Albinus <michael.albinus@gmx.de>
2 14
3 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top, 15 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
diff --git a/man/ChangeLog b/man/ChangeLog
index fa6e236959f..a59feddc41a 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,18 @@
12006-02-12 Richard M. Stallman <rms@gnu.org>
2
3 * building.texi (Building): Clarify topic in intro.
4
5 * maintaining.texi (Maintaining): Change title; clarify topic.
6 Delete duplicate index entries.
7
8 * building.texi (Other GDB User Interface Buffers): Clarifications.
9
10 * text.texi (Cell Commands): Clarifications.
11
12 * programs.texi (Defuns): Delete duplicate explanation of
13 left-margin paren convention.
14 (Hungry Delete): Minor cleanup.
15
12006-02-11 Mathias Dahl <mathias.dahl@gmail.com> 162006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2 17
3 * dired.texi (Tumme): More tumme documentation. 18 * dired.texi (Tumme): More tumme documentation.