diff options
| author | Richard M. Stallman | 2007-04-08 14:32:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-08 14:32:15 +0000 |
| commit | aa9c7852836cb8af476e66d1bbbcef06ca8fcf37 (patch) | |
| tree | e52cb38d99ad42cde762cd8059d6a417b7679e47 | |
| parent | 659b677d28765d8c2dbffbf78f8e62415bda4fbb (diff) | |
| download | emacs-aa9c7852836cb8af476e66d1bbbcef06ca8fcf37.tar.gz emacs-aa9c7852836cb8af476e66d1bbbcef06ca8fcf37.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
4 files changed, 20 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2ee3aea63a5..40c5f827118 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-04-08 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * pcomplete.el (pcomplete-read-event): One single definition, | ||
| 4 | and not a defsubst. | ||
| 5 | |||
| 1 | 2007-04-08 Chong Yidong <cyd@stupidchicken.com> | 6 | 2007-04-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate | 8 | * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate |
| @@ -5,8 +10,7 @@ | |||
| 5 | 10 | ||
| 6 | 2007-04-08 Andreas Schwab <schwab@suse.de> | 11 | 2007-04-08 Andreas Schwab <schwab@suse.de> |
| 7 | 12 | ||
| 8 | * term/xterm.el (terminal-init-xterm): Add bindings for keypad | 13 | * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys. |
| 9 | keys. | ||
| 10 | 14 | ||
| 11 | 2007-04-07 Glenn Morris <rgm@gnu.org> | 15 | 2007-04-07 Glenn Morris <rgm@gnu.org> |
| 12 | 16 | ||
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index cc2c722d37d..2c474e9809f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-04-08 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * text.texi (Adaptive Fill): Just describe default, | ||
| 4 | don't show it (since it contains non-ASCII chars). | ||
| 5 | |||
| 1 | 2007-04-07 Karl Berry <karl@gnu.org> | 6 | 2007-04-07 Karl Berry <karl@gnu.org> |
| 2 | 7 | ||
| 3 | * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in | 8 | * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in |
diff --git a/man/ChangeLog b/man/ChangeLog index 56f056311ac..7538f80bd26 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-04-08 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * url.texi: Fix some indexing. | ||
| 4 | (Disk Caching): Drop discussion of old/other Emacs versions. | ||
| 5 | |||
| 1 | 2007-04-08 Chong Yidong <cyd@stupidchicken.com> | 6 | 2007-04-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * display.texi (Standard Faces): Document prefix arg for | 8 | * display.texi (Standard Faces): Document prefix arg for |
diff --git a/src/ChangeLog b/src/ChangeLog index 52d823a0ee3..a28f3c45f2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-08 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (syms_of_xdisp) <message-log-max>: Default 100. | ||
| 4 | |||
| 1 | 2007-04-07 Chong Yidong <cyd@stupidchicken.com> | 5 | 2007-04-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * editfns.c (Ftranspose_regions): Validate interval before setting | 7 | * editfns.c (Ftranspose_regions): Validate interval before setting |