comparison lisp/ChangeLog @ 46990:ea387a07a37b

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 21 Aug 2002 12:04:42 +0000
parents a6d9ca6d1a10
children 6529728ddf05
comparison
equal deleted inserted replaced
46989:eeab5bdaffa2 46990:ea387a07a37b
1 2002-08-21 Kim F. Storm <storm@cua.dk>
2
3 * bindings.el (mode-line-format): Moved global-mode-string last.
4 (mode-line-position): Moved %p first. Added padding to %l/%c to
5 eliminate jumpyness in modeline. Use (%l,%c) format if both
6 line-number-mode and column-number-mode are enabled.
7
1 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org> 8 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
2 9
3 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug 10 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
4 that could cause an infinite loop if something that looks like 11 that could cause an infinite loop if something that looks like
5 a macro begins in the middle of a line. 12 a macro begins in the middle of a line.