changeset 38936:92d48513e134

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 24 Aug 2001 09:40:55 +0000
parents b1bf1a386c78
children ff93d7955c3d
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Aug 24 09:40:22 2001 +0000
+++ b/lisp/ChangeLog	Fri Aug 24 09:40:55 2001 +0000
@@ -1,3 +1,9 @@
+2001-08-24  Gerd Moellmann  <gerd@gnu.org>
+
+	* gs.el (gs-load-image): Wait for GHOSTVIEW window property
+	being reset by Ghostscript.  Don't kill the gs process.
+	From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
+
 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
 
 	* term/mac-win.el: Require scroll-bar.
--- a/src/ChangeLog	Fri Aug 24 09:40:22 2001 +0000
+++ b/src/ChangeLog	Fri Aug 24 09:40:55 2001 +0000
@@ -1,5 +1,8 @@
 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
 
+	* keymap.c (access_keymap): Return the cdr of the binding of
+	a generic character instead of its definition (KEY . BINDING).
+
 	* fileio.c (Finsert_file_contents): Set coding's dest_multibyte
 	to 0 also in the REPLACE case.