comparison lisp/ChangeLog @ 27082:c68892f03670

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sat, 01 Jan 2000 17:25:11 +0000
parents 3ddce8cdf615
children fc4fd4d41cc7
comparison
equal deleted inserted replaced
27081:f068649f1c28 27082:c68892f03670
1 2000-01-01 Gerd Moellmann <gerd@gnu.org> 1 2000-01-01 Gerd Moellmann <gerd@gnu.org>
2
3 * image.el (create-image, defimage): Don't assume image data is a
4 string.
2 5
3 * image.el (defimage): Handle specifications containing :data 6 * image.el (defimage): Handle specifications containing :data
4 instead of :file. 7 instead of :file.
5 (image-type-from-data): New function. 8 (image-type-from-data): New function.
6 (image-type-from-file-header): Use it. 9 (image-type-from-file-header): Use it.
7 (create-image): Add parameter DATA-P. 10 (create-image): Add parameter DATA-P.
8 11
9 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> 12 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
10 13
11 * echistory.el (electric-command-history): Call Command-history-setup 14 * echistory.el (electric-command-history): Call Command-history-setup
12 and command-history-mode using their new conventions. 15 and command-history-mode using their new conventions.
13 16