aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Francoise2006-11-23 17:59:37 +0000
committerRomain Francoise2006-11-23 17:59:37 +0000
commit5978ab2c977ad4b14419b9f55dd5c694ca40af84 (patch)
treec62e0882f221e39edb6347d871bb9088bdaa57b8
parent31e710262bb855f1033690fdcc4524962c156cf8 (diff)
downloademacs-5978ab2c977ad4b14419b9f55dd5c694ca40af84.tar.gz
emacs-5978ab2c977ad4b14419b9f55dd5c694ca40af84.zip
Fix whitespace.
-rw-r--r--lisp/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d52dd690f7d..7f37210e820 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,8 @@
12006-11-23 Michael Kifer <kifer@cs.stonybrook.edu> 12006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
2 2
3 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents): remove 3 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents): remove
4 condition-case. 4 condition-case.
5 5
62006-11-23 Glenn Morris <rgm@gnu.org> 62006-11-23 Glenn Morris <rgm@gnu.org>
7 7
8 * progmodes/f90.el (f90-comment-indent): Do not move point in 8 * progmodes/f90.el (f90-comment-indent): Do not move point in
@@ -24,7 +24,7 @@
24 24
252006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) 252006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
26 26
27 * thingatpt.el (thing-at-point-url-at-point): Don't add a 27 * thingatpt.el (thing-at-point-url-at-point): Don't add a
28 redundant scheme. 28 redundant scheme.
29 29
302006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change) 302006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
@@ -76,10 +76,10 @@
76 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New. 76 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
77 Exceptions to the rule "add a space between an identifier and an 77 Exceptions to the rule "add a space between an identifier and an
78 opening parenthesis". Defaulted to the `#define' problem of cpp. 78 opening parenthesis". Defaulted to the `#define' problem of cpp.
79 (glasses-parenthesis-exception-p): New. Check if the region is an 79 (glasses-parenthesis-exception-p): New. Check if the region is an
80 exception regarding to that. 80 exception regarding to that.
81 (glasses-make-readable): Use it. 81 (glasses-make-readable): Use it.
82 (glasses-convert-to-unreadable): Ditto. Modify the file also if 82 (glasses-convert-to-unreadable): Ditto. Modify the file also if
83 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t. 83 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
84 84
852006-11-19 Chong Yidong <cyd@stupidchicken.com> 852006-11-19 Chong Yidong <cyd@stupidchicken.com>
@@ -144,7 +144,7 @@
144 144
1452006-11-16 Kim F. Storm <storm@cua.dk> 1452006-11-16 Kim F. Storm <storm@cua.dk>
146 146
147 * ido.el (ido-file-internal): Use current buffer's file name as default 147 * ido.el (ido-file-internal): Use current buffer's file name as default
148 choice for ido-find-alternate-file. Suggested by Matt Hodges. 148 choice for ido-find-alternate-file. Suggested by Matt Hodges.
149 149
1502006-11-15 Ken Manheimer <ken.manheimer@gmail.com> 1502006-11-15 Ken Manheimer <ken.manheimer@gmail.com>