diff options
| author | Richard M. Stallman | 2006-12-17 22:23:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-12-17 22:23:13 +0000 |
| commit | 303958a9ebc3fbc92ef8b00e1e23c48a147d93af (patch) | |
| tree | ce7da72b230f97528d96055125d0ada968e8d844 | |
| parent | f690ec33f4bf5a37301321c3caa57edba85211bd (diff) | |
| download | emacs-303958a9ebc3fbc92ef8b00e1e23c48a147d93af.tar.gz emacs-303958a9ebc3fbc92ef8b00e1e23c48a147d93af.zip | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/ChangeLog | 7 |
3 files changed, 15 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 161521360d8..fb39b96d243 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-12-17 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * TUTORIAL: Say that C-d and DEL with arg do killing. | ||
| 4 | |||
| 1 | 2006-12-16 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-12-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * PROBLEMS: Document problems with rebasing Cygwin DLLs. | 7 | * PROBLEMS: Document problems with rebasing Cygwin DLLs. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58a21c55c68..a9fd3600dbc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,6 +5,10 @@ | |||
| 5 | 5 | ||
| 6 | 2006-12-17 Richard Stallman <rms@gnu.org> | 6 | 2006-12-17 Richard Stallman <rms@gnu.org> |
| 7 | 7 | ||
| 8 | * simple.el (delete-horizontal-space): Use prefix arg. | ||
| 9 | |||
| 10 | * help-fns.el (describe-variable): Improve blank separator lines. | ||
| 11 | |||
| 8 | * files.el (magic-mode-alist): Mark as risky. | 12 | * files.el (magic-mode-alist): Mark as risky. |
| 9 | 13 | ||
| 10 | * files.el (make-backup-file-name-1): | 14 | * files.el (make-backup-file-name-1): |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 0e0079c73f3..3888f166f31 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2006-12-17 Richard Stallman <rms@gnu.org> | 1 | 2006-12-17 Richard Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * loading.texi (Named Features): Explain subfeatures better. | ||
| 4 | |||
| 5 | * customize.texi: Use "option" only for user options. | ||
| 6 | For the keyword values inside defcustom etc, say "keywords". | ||
| 7 | For :options value's elements, say "elements". | ||
| 8 | :group should not be omitted. | ||
| 9 | |||
| 3 | * syntax.texi (Parsing Expressions): Split up node. | 10 | * syntax.texi (Parsing Expressions): Split up node. |
| 4 | (Motion via Parsing, Position Parse, Parser State) | 11 | (Motion via Parsing, Position Parse, Parser State) |
| 5 | (Low-Level Parsing, Control Parsing): New subnodes. | 12 | (Low-Level Parsing, Control Parsing): New subnodes. |