diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c0c09875121..f46ea50d30c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2011-02-01 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xsmfns.c (ice_connection_closed): Call delete_read_fd. | ||
| 4 | (x_session_check_input): Change args and return type so it can be used | ||
| 5 | as argument to add_read_fd. Make static. Remove call to select. | ||
| 6 | Call kbd_buffer_store_event for emacs_event. | ||
| 7 | (smc_save_yourself_CB): Also store initial argv to SmRestartCommand. | ||
| 8 | (ice_conn_watch_CB): Call add_read_fd. | ||
| 9 | |||
| 10 | * xterm.c (XTread_socket): Remove HAVE_X_SM block with call to | ||
| 11 | x_session_check_input. | ||
| 12 | (x_session_initialized): Remove definition. | ||
| 13 | (x_initialize): Remove setting of x_session_initialized. | ||
| 14 | |||
| 15 | * xterm.h (x_session_check_input): Remove declaration. | ||
| 16 | |||
| 1 | 2011-02-01 Paul Eggert <eggert@cs.ucla.edu> | 17 | 2011-02-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 18 | ||
| 3 | format-time-string now supports subsecond time stamp resolution | 19 | format-time-string now supports subsecond time stamp resolution |