comparison lisp/ChangeLog @ 74080:7eaad1a0cf1f

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 19 Nov 2006 16:56:09 +0000
parents 06428d92e703
children d34e01c317dc
comparison
equal deleted inserted replaced
74079:71cb863df348 74080:7eaad1a0cf1f
1 2006-11-19 Micha,bk(Bl Cadilhac <michael.cadilhac@lrde.org>
2
3 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4 Exceptions to the rule "add a space between an identifier and an
5 opening parenthesis". Defaulted to the `#define' problem of cpp.
6 (glasses-parenthesis-exception-p): New. Check if the region is an
7 exception regarding to that.
8 (glasses-make-readable): Use it.
9 (glasses-convert-to-unreadable): Ditto. Modify the file also if
10 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
11
1 2006-11-19 Chong Yidong <cyd@stupidchicken.com> 12 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
2 13
3 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change. 14 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4 15
5 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org> 16 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>