comparison lisp/ChangeLog @ 87760:163e8bf7a33a

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Tue, 15 Jan 2008 03:54:28 +0000
parents 5774380925ab
children 3aaff51200f9
comparison
equal deleted inserted replaced
87759:a58d5f4007c5 87760:163e8bf7a33a
1 2008-01-15 Glenn Morris <rgm@gnu.org>
2
3 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
4
1 2008-01-14 Alan Mackenzie <acm@muc.de> 5 2008-01-14 Alan Mackenzie <acm@muc.de>
2 6
3 * progmodes/cc-vars.el (c-constant-symbol): New function which 7 * progmodes/cc-vars.el (c-constant-symbol): New function which
4 supersedes c-const-symbol. During a customize-.. call it enables 8 supersedes c-const-symbol. During a customize-.. call it enables
5 an element of (e.g.) c-hanging-braces alist to have its name 9 an element of (e.g.) c-hanging-braces alist to have its name
6 displayed, even when the default value of c-h-b etc. doesn't 10 displayed, even when the default value of c-h-b etc. doesn't
7 include the elemnt. Replace uses of the old function by the new. 11 include the elemnt. Replace uses of the old function by the new.
8 12
9 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the 13 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
10 obscure non-working fragment ":value c-". 14 obscure non-working fragment ":value c-".
11 15
12 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca> 16 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
13 17
14 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern. 18 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
15 19
16 2008-01-14 Michael Albinus <michael.albinus@gmx.de> 20 2008-01-14 Michael Albinus <michael.albinus@gmx.de>