From: Chong Yidong Date: Sat, 16 Aug 2008 14:36:02 +0000 (+0000) Subject: * killing.texi (Killing): Copyedit. Define read-only text. X-Git-Tag: emacs-pretest-23.0.90~3462 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b12c348f131ac5675cc892a5d39e371886cfbd77;p=emacs.git * killing.texi (Killing): Copyedit. Define read-only text. (Deletion): DEL and C-d were already explained in Erasing; xref there. (Killing by Lines): Copyedit. (Other Kill Commands): Move M-w description here. (Yanking): Move M-w to Other Kill Commands. (Kill Ring): Also mention saving text in registers. Link to Text Properties in elisp manual. (Accumulating Text): Copyedit. (CUA Bindings): Shift selection is now the default. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index e185af6f3ed..967c1c63ff7 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,15 @@ +2008-08-16 Chong Yidong + + * killing.texi (Killing): Copyedit. Define read-only text. + (Deletion): DEL and C-d were already explained in Erasing; xref there. + (Killing by Lines): Copyedit. + (Other Kill Commands): Move M-w description here. + (Yanking): Move M-w to Other Kill Commands. + (Kill Ring): Also mention saving text in registers. Link to Text + Properties in elisp manual. + (Accumulating Text): Copyedit. + (CUA Bindings): Shift selection is now the default. + 2008-08-12 Teodor Zlatanov * maintaining.texi (Change Log): Mention next-error is available.