# HG changeset patch # User John Paul Wallington # Date 1214589084 0 # Node ID 35607ce2fc2592fd8876edd7a6fa7bb093c04df4 # Parent e495cfc33b5efa2aaee2b2d889ac146f643e3d7e *** empty log message *** diff -r e495cfc33b5e -r 35607ce2fc25 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jun 27 17:50:28 2008 +0000 +++ b/lisp/ChangeLog Fri Jun 27 17:51:24 2008 +0000 @@ -1,3 +1,8 @@ +2008-06-27 John Paul Wallington + + * chistory.el (list-command-history): Use `bound-and-true-p'. + (command-history-map): Define within defvar. Add docstring. + 2008-06-27 Juanma Barranquero * image.el (image-jpeg-p): Don't fail if the arg cannot be converted @@ -43,7 +48,7 @@ 2008-06-26 John Paul Wallington * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function. - (ibuffer-diff-with-file): Use it. Do diff on marked buffers + (ibuffer-diff-with-file): Use it. Do diff on marked buffers. (ibuffer-mark-on-buffer): Don't display message when removing marks. (ibuffer-mark-by-mode): Use `buffer-local-value'.