comparison lisp/ChangeLog @ 85661:56b054631eed

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 26 Oct 2007 09:10:49 +0000
parents be317780de60
children 6dd46bcf6f01
comparison
equal deleted inserted replaced
85660:7dd9ef0af1e0 85661:56b054631eed
1 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2
3 * eshell/em-unix.el (nil-blank-string): Doc fix.
4
1 2007-10-26 John Wiegley <johnw@newartisans.com> 5 2007-10-26 John Wiegley <johnw@newartisans.com>
2 6
3 * eshell/em-unix.el (eshell/diff): Before calling the `diff' 7 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
4 function, ensure that the third argument is turned into a NIL if 8 function, ensure that the third argument is turned into a nil if
5 the string is otherwise completely empty (either no characters, or 9 the string is otherwise completely empty (either no characters, or
6 all tabs/spaces). This fixes a bug from a user who found himself 10 all tabs/spaces). This fixes a bug from a user who found himself
7 unable to customize `diff-switches' and still use Eshell's diff 11 unable to customize `diff-switches' and still use Eshell's diff
8 command. 12 command.
9 13
28 * custom.el (custom-note-var-changed): New function. 32 * custom.el (custom-note-var-changed): New function.
29 33
30 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu> 34 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
31 35
32 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only 36 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
33 use with the definition. Remove. 37 use with the definition. Remove.
34 38
35 * add-log.el (change-log-start-entry-re): New defconst. 39 * add-log.el (change-log-start-entry-re): New defconst.
36 (change-log-sortable-date-at): Use it. 40 (change-log-sortable-date-at): Use it.
37 (change-log-beginning-of-defun, change-log-end-of-defun): New 41 (change-log-beginning-of-defun, change-log-end-of-defun):
38 functions. 42 New functions.
39 (change-log-mode): Use them for beginning-of-defun-function and 43 (change-log-mode): Use them for beginning-of-defun-function and
40 end-of-defun-function. 44 end-of-defun-function.
41 45
42 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org> 46 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
43 47