Mercurial > emacs
comparison lisp/ChangeLog @ 106067:f5ddc2cbc74b
* emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
(lm-keywords-list): Allow comma-only separator like "foo,bar".
Ignore trailing spaces by omit-nulls to split-string (fixing
regression from Emacs 21 due to the incompatible split-string
change). (Bug #4928.)
author | Kevin Ryde <user42@zip.com.au> |
---|---|
date | Mon, 16 Nov 2009 22:59:09 +0000 |
parents | 596e2a7ed0ef |
children | d8048defc9c6 |
comparison
equal
deleted
inserted
replaced
106066:4b7353091b4a | 106067:f5ddc2cbc74b |
---|---|
1 2009-11-16 Kevin Ryde <user42@zip.com.au> | 1 2009-11-16 Kevin Ryde <user42@zip.com.au> |
2 | 2 |
3 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use | 3 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use |
4 `sgml-lexical-context' instead of own parse for tag. (Further to | 4 `sgml-lexical-context' instead of own parse for tag. (Further to |
5 Bug#4511). | 5 Bug#4511). |
6 | |
7 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords. | |
8 (lm-keywords-list): Allow comma-only separator like "foo,bar". | |
9 Ignore trailing spaces by omit-nulls to split-string (fixing | |
10 regression from Emacs 21 due to the incompatible split-string | |
11 change). (Bug #4928.) | |
6 | 12 |
7 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu> | 13 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu> |
8 | 14 |
9 * vc.el (vc-log-show-limit): Default to 2000. | 15 * vc.el (vc-log-show-limit): Default to 2000. |
10 (vc-print-log-internal): Insert buttons to request more entries | 16 (vc-print-log-internal): Insert buttons to request more entries |