]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 18 Oct 2000 15:20:26 +0000 (15:20 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 18 Oct 2000 15:20:26 +0000 (15:20 +0000)
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index 7eb8fb3b2359d7f7e4765f34f0d7c5fee32fb8f0..f4f51ec5e90b93b0cc60d044fdd6ee976ca0da72 100644 (file)
@@ -9,6 +9,9 @@
        (sql-sybase): Use it.  Add sql-database to the list of parameters
        provided for login.  The options -w 2048 -n are not used any more.
 
+       * comint.el (comint-read-input-ring): Bugfix such that the first
+       and the last entry of the input ring file are not lost.
+
 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
        * ps-print.el: Internal variable changes to defcustom,
index 523eb508afb74d1fbd889177473382619646021d..1751cbfecb785db07e78e9f31a1445eee957aff1 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * display.texi (Display Vars): Fix description of the role of
+       baud-rate for window-systems.
+
 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
 
        * sending.texi (Distracting NSA): Change the example.
index e7e83eef0f61cf6f49192ff815c5c71256d97181..c3d23086ff93bc725c8de2b83b14dec1cdb7bd64 100644 (file)
@@ -1,5 +1,10 @@
 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
 
+       * keymap.c (access_keymap): If IDX has a meta prefix, and there's
+       no map for meta_prefix_char, don't try to use it as a keymap.
+       Instead, if T_OK is non-zero, look up a default binding, if any,
+       otherwise, if T_OK is zero, return nil.
+
        * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
        (x_to_xcolors, png_load): Use x_query_color.