comparison lisp/ChangeLog @ 98694:889dcc5232c8

*** empty log message ***
author Alan Mackenzie <acm@muc.de>
date Mon, 13 Oct 2008 19:12:48 +0000
parents 152cf98e1cc2
children 797ef26fa55d
comparison
equal deleted inserted replaced
98693:69a04789c5f0 98694:889dcc5232c8
8 8
9 2008-10-13 Alan Mackenzie <acm@muc.de> 9 2008-10-13 Alan Mackenzie <acm@muc.de>
10 10
11 * progmodes/cc-cmds.el (c-indent-region): (c-indent-region): Fix 11 * progmodes/cc-cmds.el (c-indent-region): (c-indent-region): Fix
12 previous patch so that the function works on one-line macros. 12 previous patch so that the function works on one-line macros.
13
14 * progmodes/cc-engine.el: Amend several doc strings and comments.
13 15
14 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu> 16 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15 17
16 * vc-hooks.el (vc-stay-local): Add a new choice and default to it. 18 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
17 19
218 220
219 * json.el (json-advance): Use forward-char. 221 * json.el (json-advance): Use forward-char.
220 (json-skip-whitespace): Use skip-syntax-forward. 222 (json-skip-whitespace): Use skip-syntax-forward.
221 223
222 2008-10-07 Alan Mackenzie <acm@muc.de> 224 2008-10-07 Alan Mackenzie <acm@muc.de>
223
224 * progmodes/cc-engine.el: Amend several doc strings and comments.
225 225
226 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that 226 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
227 indenting a macro followed by blank lines doesn't backslash the 227 indenting a macro followed by blank lines doesn't backslash the
228 following non-blank line into the macro. 228 following non-blank line into the macro.
229 229