From: Romain Francoise Date: Thu, 23 Nov 2006 17:59:37 +0000 (+0000) Subject: Fix whitespace. X-Git-Tag: emacs-pretest-22.0.92~554 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5978ab2c977ad4b14419b9f55dd5c694ca40af84;p=emacs.git Fix whitespace. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d52dd690f7d..7f37210e820 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,8 @@ 2006-11-23 Michael Kifer - + * ediff-diff.el (ediff-exec-process, ediff-same-file-contents): remove condition-case. - + 2006-11-23 Glenn Morris * progmodes/f90.el (f90-comment-indent): Do not move point in @@ -24,7 +24,7 @@ 2006-11-21 Bob Rogers (tiny change) - * thingatpt.el (thing-at-point-url-at-point): Don't add a + * thingatpt.el (thing-at-point-url-at-point): Don't add a redundant scheme. 2006-11-21 Diane Murray (tiny change) @@ -76,10 +76,10 @@ * 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 + (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-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 @@ -144,7 +144,7 @@ 2006-11-16 Kim F. Storm - * ido.el (ido-file-internal): Use current buffer's file name as default + * ido.el (ido-file-internal): Use current buffer's file name as default choice for ido-find-alternate-file. Suggested by Matt Hodges. 2006-11-15 Ken Manheimer