aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2003-01-25 16:25:39 +0000
committerJan Djärv <[email protected]>2003-01-25 16:25:39 +0000
commit1fcfb866116a5d2749dd03475f9156317e540fe5 (patch)
treef3904a40300aefb59b2b30b671dc2c6232208cb7 /src/ChangeLog
parent54eefef1cfc4083f5407860af480ca7727f3b737 (diff)
Fix input methods for GTK.
Don't right justify GTK help menu.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bc02917930..8339724aff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
+2003-01-25 Jan D. <[email protected]>
+
+ * xterm.h: Change to return value of x_dispatch_event to int.
+
+ * xterm.c (x_filter_event): New function.
+ (event_handler_gdk, XTread_socket): Call x_filter_event.
+ (x_dispatch_event): Change to return value of finish.
+ (event_handler_gdk): Use return value from x_dispatch_event.
+
+ * xfns.c (x_window): Call create_frame_xic for GTK version to
+ initialize input methods.
+
+ * gtkutil.h: Add (void) prototypes.
+
+ * gtkutil.c (create_menus): Remove code that puts the help menu to
+ the right.
+
2003-01-25 Jason Rumney <[email protected]>
* w32fns.c (XPutPixel): Handle monochrome images; used for masks.