comparison lisp/ChangeLog @ 76445:46f411e71e42

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 Mar 2007 19:32:23 +0000
parents d4c3036c74b8
children 622e7c78002b
comparison
equal deleted inserted replaced
76444:aa83dbd3dea1 76445:46f411e71e42
1 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
2
3 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4 (rcirc-keepalive-seconds): Remove variable.
5 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
6 (rcirc-process, rcirc-user-disconnect): New variables.
7 (rcirc-connect): Initalize new variables.
8 (rcirc-keepalive): Don't send keepalive pings before connection is
9 completed.
10 (rcirc-sentinel): Do mark all channels with activity when
11 connection is dropped. Run hook with process buffer local.
12 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
13 (rcirc-buffer-process): Return value of rcirc-process if
14 rcirc-server-buffer is nil.
15 (rcirc-server-name): Return the reported server name.
16 (rcirc-update-prompt): Simplify computation of the server name.
17 (rcirc-format-response-string): Likewise.
18 (rcirc-handler-001): Mark server as connected, record the reported
19 server name, and schedule a timeout.
20 (rcirc-track-nick): Add a spec for the tty class.
21 (rcirc-user-non-nick): Remove function.
22 (rcirc-nick-prefix-chars): Add variable.
23 (rcirc-user-nick): Use above variable.
24
1 2007-03-10 Johan Bockg,be(Brd <bojohan@dd.chalmers.se> 25 2007-03-10 Johan Bockg,be(Brd <bojohan@dd.chalmers.se>
2 26
3 * icomplete.el (icomplete-tidy, icomplete-exhibit): Bind 27 * icomplete.el (icomplete-tidy, icomplete-exhibit): Bind
4 deactivate-mark to nil. 28 deactivate-mark to nil.
5 29