diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7f6891e0710..27c2b7246af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2009-11-21 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.c: #include xgselect.h. | ||
| 4 | (x_initialize): Call xgselect_initialize. | ||
| 5 | |||
| 6 | * xsettings.c (something_changedCB): C++ comments => C comments. | ||
| 7 | (init_gconf): Do not deal with any GLib file descriptors, xg_select | ||
| 8 | does that now. | ||
| 9 | |||
| 10 | * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer) | ||
| 11 | (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback) | ||
| 12 | (scroll_bar_button_cb): Remove. | ||
| 13 | (create_menus): C++ comments => C comments. Don't bind grab-notify | ||
| 14 | event. | ||
| 15 | (xg_create_scroll_bar): Don't bind button-press-event and | ||
| 16 | button-release-event. | ||
| 17 | |||
| 18 | * process.c: Include xgselect.h if defined (USE_GTK) || | ||
| 19 | defined (HAVE_GCONF). | ||
| 20 | (wait_reading_process_output): Call xg_select for the same condition. | ||
| 21 | |||
| 22 | * xgselect.c (xg_select): New function to better integrate with | ||
| 23 | GLib/Gtk event handling. Needed if GConf daemon dies/restarts. | ||
| 24 | |||
| 25 | * xgselect.h: New file, declare xg_select, xgselect_initialize. | ||
| 26 | |||
| 27 | * Makefile.in (XOBJ): Add xgselect.o. | ||
| 28 | |||
| 1 | 2009-11-21 Andreas Schwab <schwab@linux-m68k.org> | 29 | 2009-11-21 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 30 | ||
| 3 | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | 31 | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove |