From: Richard M. Stallman Date: Sun, 17 Dec 2006 22:23:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.92~51 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=303958a9ebc3fbc92ef8b00e1e23c48a147d93af;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 161521360d8..fb39b96d243 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2006-12-17 Richard Stallman + + * TUTORIAL: Say that C-d and DEL with arg do killing. + 2006-12-16 Eli Zaretskii * 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 @@ 2006-12-17 Richard Stallman + * simple.el (delete-horizontal-space): Use prefix arg. + + * help-fns.el (describe-variable): Improve blank separator lines. + * files.el (magic-mode-alist): Mark as risky. * 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 @@ 2006-12-17 Richard Stallman + * loading.texi (Named Features): Explain subfeatures better. + + * customize.texi: Use "option" only for user options. + For the keyword values inside defcustom etc, say "keywords". + For :options value's elements, say "elements". + :group should not be omitted. + * syntax.texi (Parsing Expressions): Split up node. (Motion via Parsing, Position Parse, Parser State) (Low-Level Parsing, Control Parsing): New subnodes.