Mercurial > emacs
changeset 59528:4d6252ae9651
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 13 Jan 2005 20:10:26 +0000 |
parents | 2971d1d726ad |
children | 479c9e7e738f |
files | etc/ChangeLog lispref/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Thu Jan 13 20:09:54 2005 +0000 +++ b/etc/ChangeLog Thu Jan 13 20:10:26 2005 +0000 @@ -1,3 +1,7 @@ +2005-01-13 Cheng Gao <chenggao@gmail.com> + + * MORE.STUFF: Add entries of some well known and widely used packages. + 2005-01-07 Lars Hansen <larsh@math.ku.dk> * NEWS: Describe desktop package lazy restore feature.
--- a/lispref/ChangeLog Thu Jan 13 20:09:54 2005 +0000 +++ b/lispref/ChangeLog Thu Jan 13 20:10:26 2005 +0000 @@ -1,3 +1,10 @@ +2005-01-13 Richard M. Stallman <rms@gnu.org> + + * keymaps.texi (Active Keymaps): Rewrite the text, and update the + descriptions of overriding-local-map and overriding-terminal-local-map. + + * text.texi (Links and Mouse-1): Clarify text. + 2005-01-13 Kim F. Storm <storm@cua.dk> * modes.texi (Emulating Mode Line): Update format-mode-line entry.
--- a/man/ChangeLog Thu Jan 13 20:09:54 2005 +0000 +++ b/man/ChangeLog Thu Jan 13 20:10:26 2005 +0000 @@ -1,3 +1,7 @@ +2005-01-13 Richard M. Stallman <rms@gnu.org> + + * commands.texi (Commands): Clarification. + 2005-01-11 Richard M. Stallman <rms@gnu.org> * programs.texi (Multi-line Indent): Fix previous change.
--- a/src/ChangeLog Thu Jan 13 20:09:54 2005 +0000 +++ b/src/ChangeLog Thu Jan 13 20:10:26 2005 +0000 @@ -1,3 +1,10 @@ +2005-01-13 Richard M. Stallman <rms@gnu.org> + + * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map + if Voverriding_terminal_local_map is non-nil. + + * keyboard.c (syms_of_keyboard): Doc fix. + 2005-01-13 Kim F. Storm <storm@cua.dk> * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg