comparison lisp/ChangeLog @ 106073:d8048defc9c6

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Mon, 16 Nov 2009 23:35:14 +0000
parents f5ddc2cbc74b
children 2df31b09d293
comparison
equal deleted inserted replaced
106072:22a26cc8f3cf 106073:d8048defc9c6
1 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4 Remove.
5
6 * calc/calc-ext.el (calc-init-extensions): Remove references to
7 symclip.
8
9 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10
11 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
12 * calc/calc-help.el (calc-b-prefix-help): Remove references to
13 `calc-symclip'.
14
1 2009-11-16 Kevin Ryde <user42@zip.com.au> 15 2009-11-16 Kevin Ryde <user42@zip.com.au>
2 16
3 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use 17 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
4 `sgml-lexical-context' instead of own parse for tag. (Further to 18 `sgml-lexical-context' instead of own parse for tag. (Further to
5 Bug#4511). 19 Bug#4511).
6 20
7 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords. 21 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
8 (lm-keywords-list): Allow comma-only separator like "foo,bar". 22 (lm-keywords-list): Allow comma-only separator like "foo,bar".
9 Ignore trailing spaces by omit-nulls to split-string (fixing 23 Ignore trailing spaces by omit-nulls to split-string (fixing
10 regression from Emacs 21 due to the incompatible split-string 24 regression from Emacs 21 due to the incompatible split-string
11 change). (Bug #4928.) 25 change). (Bug #4928.)
12 26
13 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu> 27 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14 28
15 * vc.el (vc-log-show-limit): Default to 2000. 29 * vc.el (vc-log-show-limit): Default to 2000.
16 (vc-print-log-internal): Insert buttons to request more entries 30 (vc-print-log-internal): Insert buttons to request more entries