aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2011-02-01 09:53:03 +0100
committerJan Djärv2011-02-01 09:53:03 +0100
commit4df0af9b7b64caadfe8ea3b0fd3ccbd0d777256d (patch)
tree63d921b47061c9056cb18dcfe42e2715dfe78a9d /src/ChangeLog
parenta4180391acf904dde6ec72bd37b8f908f69ac3e8 (diff)
downloademacs-4df0af9b7b64caadfe8ea3b0fd3ccbd0d777256d.tar.gz
emacs-4df0af9b7b64caadfe8ea3b0fd3ccbd0d777256d.zip
Use add/delete_read_fd in xsmfns to simplify. Also restart with initial_argv.
* xsmfns.c (ice_connection_closed): Call delete_read_fd. (x_session_check_input): Change args and return type so it can be used as argument to add_read_fd. Make static. Remove call to select. Call kbd_buffer_store_event for emacs_event. (smc_save_yourself_CB): Also store initial argv to SmRestartCommand. (ice_conn_watch_CB): Call add_read_fd. * xterm.c (XTread_socket): Remove HAVE_X_SM block with call to x_session_check_input. (x_session_initialized): Remove definition. (x_initialize): Remove setting of x_session_initialized. * xterm.h (x_session_check_input): Remove declaration.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
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 @@
12011-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
12011-02-01 Paul Eggert <eggert@cs.ucla.edu> 172011-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