*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 24 Aug 2001 09:40:55 +0000 (09:40 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 24 Aug 2001 09:40:55 +0000 (09:40 +0000)
lisp/ChangeLog
src/ChangeLog

index 7cb6341..a336cab 100644 (file)
@@ -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.
index 0cc3e9d..ef43d1d 100644 (file)
@@ -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.