diff options
| author | Richard M. Stallman | 2005-01-13 20:10:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-01-13 20:10:26 +0000 |
| commit | 20d6de825243c2495ae87a3274ae65cea023d8a4 (patch) | |
| tree | 18cb6a03f1d10a0504da725d17347d31faa9f7ee | |
| parent | b23475d215fe117a6a95aea283106c67628dc016 (diff) | |
| download | emacs-20d6de825243c2495ae87a3274ae65cea023d8a4.tar.gz emacs-20d6de825243c2495ae87a3274ae65cea023d8a4.zip | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/ChangeLog | 7 | ||||
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2005-01-13 Cheng Gao <chenggao@gmail.com> | ||
| 2 | |||
| 3 | * MORE.STUFF: Add entries of some well known and widely used packages. | ||
| 4 | |||
| 1 | 2005-01-07 Lars Hansen <larsh@math.ku.dk> | 5 | 2005-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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-01-13 Kim F. Storm <storm@cua.dk> | 8 | 2005-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 @@ | |||
| 1 | 2005-01-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * commands.texi (Commands): Clarification. | ||
| 4 | |||
| 1 | 2005-01-11 Richard M. Stallman <rms@gnu.org> | 5 | 2005-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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-01-13 Kim F. Storm <storm@cua.dk> | 8 | 2005-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 |