comparison lisp/ChangeLog @ 4818:1360b0c147c1

Handle bitmap files in bitmap directory properly
author Didier Verna <didier@lrde.epita.fr>
date Sat, 09 Jan 2010 17:35:51 +0100
parents 0142cb4d1049
children 49480d838d32 e6dec75ded0e
comparison
equal deleted inserted replaced
4817:0142cb4d1049 4818:1360b0c147c1
1 2010-01-09 Didier Verna <didier@xemacs.org>
2
3 * glyphs.el (init-glyphs): Recognize bitmaps/ directory as
4 containing bitmap files.
5
1 2010-01-09 Aidan Kehoe <kehoea@parhasard.net> 6 2010-01-09 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * subr.el (with-trapping-errors): 8 * subr.el (with-trapping-errors):
4 Fix a bug here, where I used a normal quote instead of a 9 Fix a bug here, where I used a normal quote instead of a
5 backquote. Thank you the byte-compiler. 10 backquote. Thank you the byte-compiler.