aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS8
2 files changed, 8 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 1892d5fbb58..676e67860cc 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12013-06-18 Juanma Barranquero <lekktu@gmail.com>
2
3 * NEWS: Document new Prettify Symbols mode.
4
12013-06-14 Stefan Monnier <monnier@iro.umontreal.ca> 52013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * NEWS (utf-8 for el): Move to the incompatible section. 7 * NEWS (utf-8 for el): Move to the incompatible section.
diff --git a/etc/NEWS b/etc/NEWS
index a2ef1c4fdd0..a2f96f4bf92 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2873,10 +2873,10 @@ should be derived.
2873modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable 2873modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
2874on-the-fly spell checking for comments and strings. 2874on-the-fly spell checking for comments and strings.
2875 2875
2876**** New option, `prog-prettify-symbols' lets the user control symbol 2876**** New minor modes `prettify-symbols-mode' and
2877prettify (replacing a string like "lambda" with the Greek lambda 2877`global-prettify-symbols-mode' let the user enable symbol
2878character). The mode derived from `prog-mode' must call 2878prettification (replacing a string like "lambda" with the Greek lambda
2879`prog-prettify-install' with its own custom alist, which can be empty. 2879character).
2880 2880
2881*** New hook `change-major-mode-after-body-hook', run by 2881*** New hook `change-major-mode-after-body-hook', run by
2882`run-mode-hooks' just before any other mode hooks. 2882`run-mode-hooks' just before any other mode hooks.