comparison lisp/ChangeLog.12 @ 110990:7b9f631537db

merge emacs-23
author Kenichi Handa <handa@m17n.org>
date Thu, 14 Oct 2010 11:06:31 +0900
parents cda2045a5ee8
children d3f1a0178876
comparison
equal deleted inserted replaced
110984:287d5a665560 110990:7b9f631537db
1138 1138
1139 * net/rcirc.el (rcirc-timeout-seconds): New variable. 1139 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1140 (rcirc-keepalive-seconds): Remove variable. 1140 (rcirc-keepalive-seconds): Remove variable.
1141 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting) 1141 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1142 (rcirc-process, rcirc-user-disconnect): New variables. 1142 (rcirc-process, rcirc-user-disconnect): New variables.
1143 (rcirc-connect): Initalize new variables. 1143 (rcirc-connect): Initialize new variables.
1144 (rcirc-keepalive): Don't send keepalive pings before connection 1144 (rcirc-keepalive): Don't send keepalive pings before connection
1145 is completed. 1145 is completed.
1146 (rcirc-sentinel): Do mark all channels with activity when 1146 (rcirc-sentinel): Do mark all channels with activity when
1147 connection is dropped. Run hook with process buffer local. 1147 connection is dropped. Run hook with process buffer local.
1148 (rcirc-reschedule-timeout, rcirc-delete-process): New functions. 1148 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.