From: Gerd Moellmann Date: Wed, 18 Oct 2000 15:20:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~773 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9035a35ae6b68911902bcaec21bd7d64bc0d86f4;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7eb8fb3b235..f4f51ec5e90 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 * ps-print.el: Internal variable changes to defcustom, diff --git a/man/ChangeLog b/man/ChangeLog index 523eb508afb..1751cbfecb7 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2000-10-18 Gerd Moellmann + + * display.texi (Display Vars): Fix description of the role of + baud-rate for window-systems. + 2000-10-16 Gerd Moellmann * sending.texi (Distracting NSA): Change the example. diff --git a/src/ChangeLog b/src/ChangeLog index e7e83eef0f6..c3d23086ff9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2000-10-18 Gerd Moellmann + * 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.