1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-10-18 15:20:26 +00:00
parent 860dab78d3
commit 9035a35ae6
3 changed files with 13 additions and 0 deletions

View 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,

View 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.

View 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.