aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 edec0dd2c13..60f9edbc6ce 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-08-29 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Mention (:append FUN) to minibuffer-with-setup-hook.
4
12014-08-29 Eli Zaretskii <eliz@gnu.org> 52014-08-29 Eli Zaretskii <eliz@gnu.org>
2 6
3 * NEWS: Mention w32-collate-ignore-punctuation. 7 * NEWS: Mention w32-collate-ignore-punctuation.
diff --git a/etc/NEWS b/etc/NEWS
index c82f2b976ff..7b2ee186e95 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -103,6 +103,9 @@ performance improvements when pasting large amounts of text.
103** New font-lock functions font-lock-ensure and font-lock-flush, which 103** New font-lock functions font-lock-ensure and font-lock-flush, which
104should be used instead of font-lock-fontify-buffer when called from Elisp. 104should be used instead of font-lock-fontify-buffer when called from Elisp.
105 105
106** Macro `minibuffer-with-setup-hook' takes (:append FUN) to mean
107appending FUN to `minibuffer-setup-hook'.
108
106** Calendar and diary 109** Calendar and diary
107 110
108+++ 111+++