diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14ac40dee5b..b82b07fa303 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | Generalize symbol prettify support to prog-mode and implement it | ||
| 4 | for perl-mode, cfengine3-mode, and emacs-lisp-mode. | ||
| 5 | * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols) | ||
| 6 | (prog--prettify-font-lock-compose-symbol) | ||
| 7 | (prog-prettify-font-lock-symbols-keywords): New variables and | ||
| 8 | functions to support symbol prettification. | ||
| 9 | * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords) | ||
| 10 | (lisp--augmented-font-lock-keywords-1) | ||
| 11 | (lisp--augmented-font-lock-keywords-2, lisp-mode-variables) | ||
| 12 | (lisp--prettify-symbols-alist): Implement prettify of lambda. | ||
| 13 | * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords) | ||
| 14 | (cfengine3--prettify-symbols-alist, cfengine3-mode): Implement | ||
| 15 | prettify of -> => :: strings. | ||
| 16 | * progmodes/perl-mode.el (perl-prettify-symbols) | ||
| 17 | (perl--font-lock-compose-symbol) | ||
| 18 | (perl--font-lock-symbols-keywords): Move to prog-mode. | ||
| 19 | (perl--prettify-symbols-alist): Prettify -> => :: strings. | ||
| 20 | (perl-font-lock-keywords-1) | ||
| 21 | (perl-font-lock-keywords-2): Remove explicit prettify support. | ||
| 22 | (perl--augmented-font-lock-keywords) | ||
| 23 | (perl--augmented-font-lock-keywords-1) | ||
| 24 | (perl--augmented-font-lock-keywords-2, perl-mode): Implement | ||
| 25 | prettify support. | ||
| 26 | |||
| 1 | 2013-06-05 Leo Liu <sdl.web@gmail.com> | 27 | 2013-06-05 Leo Liu <sdl.web@gmail.com> |
| 2 | 28 | ||
| 3 | Re-implement smie matching block highlight using | 29 | Re-implement smie matching block highlight using |