Mercurial > emacs
changeset 32625:791ab28d851e
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 18 Oct 2000 15:20:26 +0000 |
parents | cc6228b81571 |
children | 2724f978c9e2 |
files | lisp/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <vinicius@cpqd.com.br> * ps-print.el: Internal variable changes to defcustom,
--- 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 <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.
--- 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 <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.