aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-19 16:56:09 +0000
committerJuanma Barranquero2006-11-19 16:56:09 +0000
commit014d32b1f8a1922734b7baf1acba5a5c2edccfc5 (patch)
tree2c8e91ab6b4128ee17c5168ab96abdcb501b2b3b /lisp/ChangeLog
parentb733eeef0ecff224bdda576858e4cb6339e967c7 (diff)
downloademacs-014d32b1f8a1922734b7baf1acba5a5c2edccfc5.tar.gz
emacs-014d32b1f8a1922734b7baf1acba5a5c2edccfc5.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7d2b203463e..49d1cd11bf2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12006-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
12006-11-19 Chong Yidong <cyd@stupidchicken.com> 122006-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.