aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-18 15:20:26 +0000
committerGerd Moellmann2000-10-18 15:20:26 +0000
commit9035a35ae6b68911902bcaec21bd7d64bc0d86f4 (patch)
tree2058a9235099c87152225bd5d959090fb0a96689 /src
parent860dab78d36f1e56a2b866d592920839b8bd92de (diff)
downloademacs-9035a35ae6b68911902bcaec21bd7d64bc0d86f4.tar.gz
emacs-9035a35ae6b68911902bcaec21bd7d64bc0d86f4.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e7e83eef0f6..c3d23086ff9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12000-10-18 Gerd Moellmann <gerd@gnu.org> 12000-10-18 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keymap.c (access_keymap): If IDX has a meta prefix, and there's
4 no map for meta_prefix_char, don't try to use it as a keymap.
5 Instead, if T_OK is non-zero, look up a default binding, if any,
6 otherwise, if T_OK is zero, return nil.
7
3 * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color) 8 * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
4 (x_to_xcolors, png_load): Use x_query_color. 9 (x_to_xcolors, png_load): Use x_query_color.
5 10