+2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
+
+ * NEWS: Document new prog-mode symbol prettify support.
+
2013-06-03 Tassilo Horn <tsdh@gnu.org>
* NEWS: Document eshell visual subcommands and options.
modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
on-the-fly spell checking for comments and strings.
+**** New option, `prog-prettify-symbols' lets the user control symbol
+prettify (replacing a string like "lambda" with the Greek lambda
+character. The mode derived from `prog-mode' must call
+`prog-prettify-install' with its own custom alist, which can be empty.
+
*** New hook `change-major-mode-after-body-hook', run by
`run-mode-hooks' just before any other mode hooks.