aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 42bd7cb40d1..a57605be64d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-09-14 Daniel Colascione <dancol@dancol.org>
2
3 * NEWS: Mention changes to `insert-register'
4
12014-09-13 Christopher Schmidt <ch@ristopher.com> 52014-09-13 Christopher Schmidt <ch@ristopher.com>
2 6
3 * NEWS: Mention nil `calendar-mode-line-format' will not modify 7 * NEWS: Mention nil `calendar-mode-line-format' will not modify
diff --git a/etc/NEWS b/etc/NEWS
index e89d9c96fdc..95f578ce11d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -49,6 +49,9 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
49 49
50* Changes in Emacs 24.5 50* Changes in Emacs 24.5
51 51
52** `insert-register' now leaves point after the inserted text
53when called interactively. A prefix argument toggles this behavior.
54
52** New var `truncate-string-ellipsis' to choose how to indicate truncation. 55** New var `truncate-string-ellipsis' to choose how to indicate truncation.
53 56
54--- 57---