comparison lisp/ChangeLog @ 96274:b0ac9927a5c0

(eshell-manipulate): Check eshell-debug-command is bound before using it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 25 Jun 2008 15:05:33 +0000
parents d011b21b3f08
children 5f58c2a66de7
comparison
equal deleted inserted replaced
96273:a9507acee802 96274:b0ac9927a5c0
1 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
4 is bound before using it.
5
1 2008-06-25 Kenichi Handa <handa@m17n.org> 6 2008-06-25 Kenichi Handa <handa@m17n.org>
2 7
3 * image.el (image-jpeg-p): Convert DATA to unibyte at first. 8 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
4 9
5 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu> 10 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
18 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler. 23 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
19 (vc-svn-parse-status): Do not set the vc-backend property. 24 (vc-svn-parse-status): Do not set the vc-backend property.
20 25
21 2008-06-25 Andreas Schwab <schwab@suse.de> 26 2008-06-25 Andreas Schwab <schwab@suse.de>
22 27
23 * faces.el (face-font-family-alternatives, variable-pitch): Use 28 * faces.el (face-font-family-alternatives, variable-pitch):
24 "Sans Serif", not "Sans-Serif". 29 Use "Sans Serif", not "Sans-Serif".
25 30
26 2008-06-24 Chong Yidong <cyd@stupidchicken.com> 31 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
27 32
28 * faces.el (face-font-family-alternatives, variable-pitch): Change 33 * faces.el (face-font-family-alternatives, variable-pitch):
29 "Sans" to the canonical name "Sans-Serif". 34 Change "Sans" to the canonical name "Sans-Serif".
30 35
31 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com> 36 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
32 37
33 * calc/calc.el (calc-mode-map): Add extra keybindings to 38 * calc/calc.el (calc-mode-map): Add extra keybindings to
34 `calc-missing-key'. 39 `calc-missing-key'.