diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 796652554ff..84e1119bc64 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-05-16 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/smie.el (smie-matching-block-highlight): New face. | ||
| 4 | (smie--highlight-matching-block-overlay) | ||
| 5 | (smie--highlight-matching-block-lastpos) | ||
| 6 | (smie--highlight-matching-block-timer): New variables. | ||
| 7 | (smie-highlight-matching-block): New function. | ||
| 8 | (smie-highlight-matching-block-mode): New minor mode. (Bug#14395) | ||
| 9 | (smie-setup): Conditionally enable smie-blink-matching-open. | ||
| 10 | |||
| 1 | 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org> | 11 | 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org> |
| 2 | 12 | ||
| 3 | Sync with upstream verilog-mode r840. | 13 | Sync with upstream verilog-mode r840. |