diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3bbd2a8dc66..d58fd9cdc08 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition | ||
| 4 | to syntax-propertize. | ||
| 5 | (ps-mode-auto-indent): Mark as obsolete. | ||
| 6 | (ps-mode-font-lock-keywords-1): Remove string-or-comment handling. | ||
| 7 | (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of | ||
| 8 | word regexp operators. | ||
| 9 | (ps-mode-map): Move initialization into declaration. Remove binding | ||
| 10 | for TAB, RET, >, ], and }. | ||
| 11 | (ps-mode-syntax-table): Move initialization into declaration. | ||
| 12 | Don't give word syntax to non-word chars. | ||
| 13 | (ps-run-mode-map): Move initialization into declaration. | ||
| 14 | (ps-mode-menu-main): Remove auto-indent entry. | ||
| 15 | (ps-mode-smie-rules): New function. | ||
| 16 | (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode. | ||
| 17 | (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove. | ||
| 18 | (ps-mode--string-syntax-table): New const. | ||
| 19 | (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize): | ||
| 20 | New functions. | ||
| 21 | (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle) | ||
| 22 | (ps-mode-r-gt, ps-mode-r-balance): Remove functions. | ||
| 23 | |||
| 1 | 2014-04-27 Daniel Colascione <dancol@dancol.org> | 24 | 2014-04-27 Daniel Colascione <dancol@dancol.org> |
| 2 | 25 | ||
| 3 | * term/xterm.el (xterm-paste): Use large finite timeout when | 26 | * term/xterm.el (xterm-paste): Use large finite timeout when |