aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-09-25 17:43:10 +0000
committerGerd Moellmann2001-09-25 17:43:10 +0000
commitdaba7643145774bf021cd91407d056d99e91f008 (patch)
treecc01e2b62189819fd0a3b33758751495253f8449 /src/ChangeLog
parentee39b98802fd7b4c03970caf01a5d535ad0645a1 (diff)
downloademacs-daba7643145774bf021cd91407d056d99e91f008.tar.gz
emacs-daba7643145774bf021cd91407d056d99e91f008.zip
(x_kill_gs_process): Recognize if someone has cleared
the image cache under us.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 509cd8d4005..248d3ac5ad7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-09-25 Gerd Moellmann <gerd@gnu.org> 12001-09-25 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfns.c (x_kill_gs_process): Recognize if someone has cleared
4 the image cache under us.
5
3 * xdisp.c (display_mode_element): If the mode element is a symbol 6 * xdisp.c (display_mode_element): If the mode element is a symbol
4 with a string value, use that string's multibyteness for 7 with a string value, use that string's multibyteness for
5 displaying. 8 displaying.