Mercurial > emacs
comparison lisp/ChangeLog @ 38902:7c02e0051bda
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 22 Aug 2001 08:29:37 +0000 |
parents | 8e03c8311b6e |
children | 95a646d04de5 |
comparison
equal
deleted
inserted
replaced
38901:f90da7c4551c | 38902:7c02e0051bda |
---|---|
10 | 10 |
11 2001-08-21 Gerd Moellmann <gerd@gnu.org> | 11 2001-08-21 Gerd Moellmann <gerd@gnu.org> |
12 | 12 |
13 * gs.el (gs-set-ghostview-colors-window-prop): | 13 * gs.el (gs-set-ghostview-colors-window-prop): |
14 Call x-change-window-property with 3rd arg FRAME. | 14 Call x-change-window-property with 3rd arg FRAME. |
15 (gs-load-image): Wait for a previoius Ghostscript process | 15 (gs-load-image): Wait for a previous Ghostscript process |
16 to complete before starting a new one. | 16 to complete before starting a new one. |
17 | 17 |
18 * image.el (image-type-regexps): Make sure that the TIFF | 18 * image.el (image-type-regexps): Make sure that the TIFF |
19 pattern is only matched at the beginning of a string. | 19 pattern is only matched at the beginning of a string. |
20 From Markus Rost <rost@math.ohio-state.edu>. | 20 From Markus Rost <rost@math.ohio-state.edu>. |