# HG changeset patch # User Gerd Moellmann # Date 971882426 0 # Node ID 791ab28d851e8f9b6cd5d377419458bb9842ef6d # Parent cc6228b81571e1e07e9e2c2e0e093ac28dcd65e6 *** empty log message *** diff -r cc6228b81571 -r 791ab28d851e lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 18 15:20:11 2000 +0000 +++ b/lisp/ChangeLog Wed Oct 18 15:20:26 2000 +0000 @@ -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 -r cc6228b81571 -r 791ab28d851e man/ChangeLog --- a/man/ChangeLog Wed Oct 18 15:20:11 2000 +0000 +++ b/man/ChangeLog Wed Oct 18 15:20:26 2000 +0000 @@ -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 -r cc6228b81571 -r 791ab28d851e src/ChangeLog --- a/src/ChangeLog Wed Oct 18 15:20:11 2000 +0000 +++ b/src/ChangeLog Wed Oct 18 15:20:26 2000 +0000 @@ -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.