diff options
-rw-r--r-- | etc/NEWS | 1 | ||||
-rw-r--r-- | lispref/ChangeLog | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -1880,6 +1880,7 @@ before saving buffers. This allows packages to perform various final tasks, for example; it can be used by the copyright package to make sure saved files have the current year in any copyright headers. ++++ ** The function `insert-for-yank' now supports strings where the `yank-handler' property does not span the first character of the string. The old behavior is available if you call diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 9a39197f66f..6851ea9166d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,11 @@ 2004-02-21 Luc Teirlinck <teirllm@auburn.edu> + * text.texi: Various small changes in addition to the following: + (User-Level Deletion): Mention optional BACKWARD-ONLY argument + to delete-horizontal-space. + (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct + description of yank-handler text property at various places. + * frames.texi (Window System Selections): Add anchor. * syntax.texi (Syntax Table Functions): Clarify and correct |