# HG changeset patch # User Romain Francoise # Date 1164304777 0 # Node ID 2d6f332357b92474dae323da310981611a592652 # Parent c11c74aedbe5a8f282fd47fb9b6b72209d38851e Fix whitespace. diff -r c11c74aedbe5 -r 2d6f332357b9 lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 23 14:15:42 2006 +0000 +++ b/lisp/ChangeLog Thu Nov 23 17:59:37 2006 +0000 @@ -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