diff options
| author | Jan Djärv | 2003-01-25 16:25:39 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-01-25 16:25:39 +0000 |
| commit | 1fcfb866116a5d2749dd03475f9156317e540fe5 (patch) | |
| tree | f3904a40300aefb59b2b30b671dc2c6232208cb7 /src/ChangeLog | |
| parent | 54eefef1cfc4083f5407860af480ca7727f3b737 (diff) | |
| download | emacs-1fcfb866116a5d2749dd03475f9156317e540fe5.tar.gz emacs-1fcfb866116a5d2749dd03475f9156317e540fe5.zip | |
Fix input methods for GTK.
Don't right justify GTK help menu.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bc02917930c..8339724aff3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2003-01-25 Jan D. <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.h: Change to return value of x_dispatch_event to int. | ||
| 4 | |||
| 5 | * xterm.c (x_filter_event): New function. | ||
| 6 | (event_handler_gdk, XTread_socket): Call x_filter_event. | ||
| 7 | (x_dispatch_event): Change to return value of finish. | ||
| 8 | (event_handler_gdk): Use return value from x_dispatch_event. | ||
| 9 | |||
| 10 | * xfns.c (x_window): Call create_frame_xic for GTK version to | ||
| 11 | initialize input methods. | ||
| 12 | |||
| 13 | * gtkutil.h: Add (void) prototypes. | ||
| 14 | |||
| 15 | * gtkutil.c (create_menus): Remove code that puts the help menu to | ||
| 16 | the right. | ||
| 17 | |||
| 1 | 2003-01-25 Jason Rumney <jasonr@gnu.org> | 18 | 2003-01-25 Jason Rumney <jasonr@gnu.org> |
| 2 | 19 | ||
| 3 | * w32fns.c (XPutPixel): Handle monochrome images; used for masks. | 20 | * w32fns.c (XPutPixel): Handle monochrome images; used for masks. |