aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2004-12-07 13:11:59 +0000
committerJan Djärv2004-12-07 13:11:59 +0000
commit453a4f1b8a46822a9f56dc733fefeca5999ea90b (patch)
tree4cbc8bbfd17a9897cd9559980da3b5ccf59c09fd /src/ChangeLog
parent8dad6f6234570af56cf88a87b9de63c217e60092 (diff)
downloademacs-453a4f1b8a46822a9f56dc733fefeca5999ea90b.tar.gz
emacs-453a4f1b8a46822a9f56dc733fefeca5999ea90b.zip
* xmenu.c (Fx_popup_menu): Correct documentation about position.
(xmenu_show): Do not call XTranslateCoordinates. Adjust position if not given by a mouse click to correspond with x-popup-menu documentation.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ae14af117da..3064999717f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 12004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 2
3 * xmenu.c (Fx_popup_menu): Correct documentation about position.
4 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
5 if not given by a mouse click to correspond with x-popup-menu
6 documentation.
7
3 * config.in: Regenerate. 8 * config.in: Regenerate.
4 9
5 * gtkutil.c: Include signal.h and syssignal.h. 10 * gtkutil.c: Include signal.h and syssignal.h.