aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2002-03-21 21:33:31 +0000
committerKim F. Storm2002-03-21 21:33:31 +0000
commitfd6463412b9e4cd83483c148b5fee9a3c7906de9 (patch)
treee676201d2d6872763ff762f6cfc91cc56777056a /src/ChangeLog
parentbf76fe9c57b03f657dd84f17dc8a541e787b74e3 (diff)
downloademacs-fd6463412b9e4cd83483c148b5fee9a3c7906de9.tar.gz
emacs-fd6463412b9e4cd83483c148b5fee9a3c7906de9.zip
(menu_bar_items): Mostly undo 2002-02-20 patch, so
menu-bar bindings in keymap and local-map properties _are_ used. But try keymap property first in accordance with 2002-01-03 patch. Added comment describing why this is not always reliable. (tool_bar_items): Ditto for tool-bar.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 56d5076d021..868fc5a14f7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12002-03-21 Kim F. Storm <storm@cua.dk>
2
3 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
4 menu-bar bindings in keymap and local-map properties _are_ used.
5 But try keymap property first in accordance with 2002-01-03 patch.
6 Added comment describing why this is not always reliable.
7 (tool_bar_items): Ditto for tool-bar.
8
12002-03-21 Jason Rumney <jasonr@gnu.org> 92002-03-21 Jason Rumney <jasonr@gnu.org>
2 10
3 * w32fns.c (x_clear_image_1): Disable color table code. 11 * w32fns.c (x_clear_image_1): Disable color table code.