]> git.eshelyaron.com Git - emacs.git/commitdiff
*** 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 7cb63418ca34cc04bb83895eda9cb08bc037e650..a336cab3bbe25b8beed8e14f87036a1ec784f5b9 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 0cc3e9d036eb261a15a721f820c9ec8966c3a4fd..ef43d1d080769f65ed1143f72b281ef3106d8ea0 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.