diff options
| author | Gerd Moellmann | 2000-01-01 16:33:32 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-01 16:33:32 +0000 |
| commit | 162dec0193a63fdad8ee7d840183360b00b15fa7 (patch) | |
| tree | 70277e10d8b5bdedf06cd89fd72218ab56f6f24f /lisp/ChangeLog | |
| parent | 45158a9105d2693faa02b5dba9b52b77dab7d9e1 (diff) | |
| download | emacs-162dec0193a63fdad8ee7d840183360b00b15fa7.tar.gz emacs-162dec0193a63fdad8ee7d840183360b00b15fa7.zip | |
(defimage): Handle specifications containing :data
instead of :file.
(image-type-from-data): New function.
(image-type-from-file-header): Use it.
(create-image): Add parameter DATA-P.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f38b7da5806..032ede03339 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-01-01 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * image.el (defimage): Handle specifications containing :data | ||
| 4 | instead of :file. | ||
| 5 | (image-type-from-data): New function. | ||
| 6 | (image-type-from-file-header): Use it. | ||
| 7 | (create-image): Add parameter DATA-P. | ||
| 8 | |||
| 1 | 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 9 | 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 2 | 10 | ||
| 3 | * echistory.el (electric-command-history): Call Command-history-setup | 11 | * echistory.el (electric-command-history): Call Command-history-setup |