comparison lisp/ChangeLog @ 96382:35607ce2fc25

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Fri, 27 Jun 2008 17:51:24 +0000
parents 044f3969e191
children ced419734e6f
comparison
equal deleted inserted replaced
96381:e495cfc33b5e 96382:35607ce2fc25
1 2008-06-27 John Paul Wallington <jpw@pobox.com>
2
3 * chistory.el (list-command-history): Use `bound-and-true-p'.
4 (command-history-map): Define within defvar. Add docstring.
5
1 2008-06-27 Juanma Barranquero <lekktu@gmail.com> 6 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted 8 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
4 to unibyte; just assume it is not a JPEG. Use `string-match-p'. 9 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
5 (image-type-from-data, image-type-from-file-name): Use `string-match-p'. 10 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
41 shift-select-mode. 46 shift-select-mode.
42 47
43 2008-06-26 John Paul Wallington <jpw@pobox.com> 48 2008-06-26 John Paul Wallington <jpw@pobox.com>
44 49
45 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function. 50 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
46 (ibuffer-diff-with-file): Use it. Do diff on marked buffers 51 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
47 (ibuffer-mark-on-buffer): Don't display message when removing marks. 52 (ibuffer-mark-on-buffer): Don't display message when removing marks.
48 (ibuffer-mark-by-mode): Use `buffer-local-value'. 53 (ibuffer-mark-by-mode): Use `buffer-local-value'.
49 54
50 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu> 55 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
51 56