aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-13 20:10:26 +0000
committerRichard M. Stallman2005-01-13 20:10:26 +0000
commit20d6de825243c2495ae87a3274ae65cea023d8a4 (patch)
tree18cb6a03f1d10a0504da725d17347d31faa9f7ee
parentb23475d215fe117a6a95aea283106c67628dc016 (diff)
downloademacs-20d6de825243c2495ae87a3274ae65cea023d8a4.tar.gz
emacs-20d6de825243c2495ae87a3274ae65cea023d8a4.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog4
-rw-r--r--lispref/ChangeLog7
-rw-r--r--man/ChangeLog4
-rw-r--r--src/ChangeLog7
4 files changed, 22 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 6b0cdc9de3d..c5521f5a053 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12005-01-13 Cheng Gao <chenggao@gmail.com>
2
3 * MORE.STUFF: Add entries of some well known and widely used packages.
4
12005-01-07 Lars Hansen <larsh@math.ku.dk> 52005-01-07 Lars Hansen <larsh@math.ku.dk>
2 6
3 * NEWS: Describe desktop package lazy restore feature. 7 * NEWS: Describe desktop package lazy restore feature.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 7346688747e..183fdb11ce4 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,10 @@
12005-01-13 Richard M. Stallman <rms@gnu.org>
2
3 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
4 descriptions of overriding-local-map and overriding-terminal-local-map.
5
6 * text.texi (Links and Mouse-1): Clarify text.
7
12005-01-13 Kim F. Storm <storm@cua.dk> 82005-01-13 Kim F. Storm <storm@cua.dk>
2 9
3 * modes.texi (Emulating Mode Line): Update format-mode-line entry. 10 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
diff --git a/man/ChangeLog b/man/ChangeLog
index 9b9505559ca..6d4265195f8 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12005-01-13 Richard M. Stallman <rms@gnu.org>
2
3 * commands.texi (Commands): Clarification.
4
12005-01-11 Richard M. Stallman <rms@gnu.org> 52005-01-11 Richard M. Stallman <rms@gnu.org>
2 6
3 * programs.texi (Multi-line Indent): Fix previous change. 7 * programs.texi (Multi-line Indent): Fix previous change.
diff --git a/src/ChangeLog b/src/ChangeLog
index fef0ab1e1e9..ae4c8fd4c5d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12005-01-13 Richard M. Stallman <rms@gnu.org>
2
3 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
4 if Voverriding_terminal_local_map is non-nil.
5
6 * keyboard.c (syms_of_keyboard): Doc fix.
7
12005-01-13 Kim F. Storm <storm@cua.dk> 82005-01-13 Kim F. Storm <storm@cua.dk>
2 9
3 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg 10 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg