comparison lisp/ChangeLog @ 110345:9fae9dc41486

* lisp/font-lock.el (font-lock-beginning-of-syntax-function): Mark as obsolete.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 11 Sep 2010 15:00:19 +0200
parents ba563485f83b
children 05bd64a0d747
comparison
equal deleted inserted replaced
110344:cad11be547dd 110345:9fae9dc41486
1 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * font-lock.el (font-lock-beginning-of-syntax-function):
4 Mark as obsolete.
5
1 2010-09-10 Glenn Morris <rgm@gnu.org> 6 2010-09-10 Glenn Morris <rgm@gnu.org>
2 7
3 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar 8 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
4 and tool-bar modes. (Bug#6211) 9 and tool-bar modes. (Bug#6211)
5 (menu-bar-mode): Move setting of standard-value after the 10 (menu-bar-mode): Move setting of standard-value after the
13 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br> 18 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14 19
15 * whitespace.el: Allow cleaning up blanks without blank 20 * whitespace.el: Allow cleaning up blanks without blank
16 visualization (Bug#6651). Adjust help window for 21 visualization (Bug#6651). Adjust help window for
17 whitespace-toggle-options (Bug#6479). Allow to use fill-column 22 whitespace-toggle-options (Bug#6479). Allow to use fill-column
18 instead of whitespace-line-column (from EmacsWiki). New version 23 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
19 13.1. 24 (whitespace-style): Add new value 'face. Adjust docstring.
20 (whitespace-style): Added new value 'face. Adjust docstring. 25 (whitespace-space, whitespace-hspace, whitespace-tab):
21 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust 26 Adjust foreground property face.
22 foreground property face.
23 (whitespace-line-column): Adjust docstring and type declaration. 27 (whitespace-line-column): Adjust docstring and type declaration.
24 (whitespace-style-value-list, whitespace-toggle-option-alist) 28 (whitespace-style-value-list, whitespace-toggle-option-alist)
25 (whitespace-help-text): Adjust const initialization. 29 (whitespace-help-text): Adjust const initialization.
26 (whitespace-toggle-options, global-whitespace-toggle-options): 30 (whitespace-toggle-options, global-whitespace-toggle-options):
27 Adjust docstring. 31 Adjust docstring.