aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-08-16 14:36:02 +0000
committerChong Yidong <[email protected]>2008-08-16 14:36:02 +0000
commitb12c348f131ac5675cc892a5d39e371886cfbd77 (patch)
tree6882633e16ba830ca88dc6e7e17748be748dee1c /doc
parentd8453278d93bd7a2f61d6be7de08a8d39a98c984 (diff)
* 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.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index e185af6f3e..967c1c63ff 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,15 @@
+2008-08-16 Chong Yidong <[email protected]>
+
+ * 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 <[email protected]>
* maintaining.texi (Change Log): Mention next-error is available.