summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-02-21 20:15:23 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-02-21 20:15:23 +0000
commite2b9b51f5e8a74ea995e005891754418b15d4326 (patch)
treebac12bd4ee22e7f5147fcb0a220c980714018615
parentaf1996b50b34f9ace052bccbb409b31e68ea3f79 (diff)
downloademacs-e2b9b51f5e8a74ea995e005891754418b15d4326.tar.gz
emacs-e2b9b51f5e8a74ea995e005891754418b15d4326.tar.bz2
emacs-e2b9b51f5e8a74ea995e005891754418b15d4326.zip
*** empty log message ***
-rw-r--r--etc/NEWS1
-rw-r--r--lispref/ChangeLog6
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 30cb68965be..a9ac7ea2956 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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