changeset 74080:7eaad1a0cf1f

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 19 Nov 2006 16:56:09 +0000
parents 71cb863df348
children 9faf984a83f8
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <michael.cadilhac@lrde.org>
+
+	* 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  <cyd@stupidchicken.com>
 
 	* emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.