aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-26 09:10:49 +0000
committerJuanma Barranquero2007-10-26 09:10:49 +0000
commit622ce6624fa8d22f9da155585c5ccf9de6b75d4a (patch)
tree8aeb8bb73f6fec42eafd063288ddf9f0207226fd
parent3ced278069492775a7ad76a2d051ad170a06b83f (diff)
downloademacs-622ce6624fa8d22f9da155585c5ccf9de6b75d4a.tar.gz
emacs-622ce6624fa8d22f9da155585c5ccf9de6b75d4a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index aa8f1460ce1..c3af9590a0b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,11 @@
12007-10-26 Juanma Barranquero <lekktu@gmail.com>
2
3 * eshell/em-unix.el (nil-blank-string): Doc fix.
4
12007-10-26 John Wiegley <johnw@newartisans.com> 52007-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
@@ -30,12 +34,12 @@
302007-10-25 Dan Nicolaescu <dann@ics.uci.edu> 342007-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