# HG changeset patch # User Juanma Barranquero # Date 1163955369 0 # Node ID 7eaad1a0cf1fc039b1c413581fa1fa64e360a7ee # Parent 71cb863df348106048affc70d8864045a0131223 *** empty log message *** diff -r 71cb863df348 -r 7eaad1a0cf1f lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 19 16:54:33 2006 +0000 +++ b/lisp/ChangeLog Sun Nov 19 16:56:09 2006 +0000 @@ -1,3 +1,14 @@ +2006-11-19 Micha,bk(Bl Cadilhac + + * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New. + Exceptions to the rule "add a space between an identifier and an + opening parenthesis". Defaulted to the `#define' problem of cpp. + (glasses-parenthesis-exception-p): New. Check if the region is an + exception regarding to that. + (glasses-make-readable): Use it. + (glasses-convert-to-unreadable): Ditto. Modify the file also if + `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t. + 2006-11-19 Chong Yidong * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.