comparison lisp/ChangeLog @ 69861:eb2f5ef264b5

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 08 Apr 2006 10:23:53 +0000
parents 4cab5ab6bdb5
children ef6f39ebe546
comparison
equal deleted inserted replaced
69860:000a5d4aa083 69861:eb2f5ef264b5
1 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2
3 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4 (rcirc-default-port): Rename from rcirc-port.
5 (rcirc-default-nick): Rename from rcirc-nick.
6 (rcirc-default-user-name): Rename from rcirc-user-name.
7 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
8 (rcirc-low-priority-flag): New variable.
9 (rcirc-decode-coding-system): New defcustom.
10 (rcirc-encode-coding-system): New defcustom.
11 (rcirc-coding-system-alist): New defcustom.
12 (rcirc-multiline-major-mode): New defcustom.
13 (rcirc-nick): New internal variable.
14 (rcirc-process): Remove variable.
15 (rcirc-server-buffer): New variable.
16 (rcirc): Update to use rcirc-default-* variables above.
17 (rcirc-connect): Do not add window-configuration-hook-here.
18 (rcirc-server): New internal variable.
19 (rcirc-connect): Do not send keepalive pings if
20 rcirc-keepalive-seconds is nil.
21 (with-rcirc-server-buffer): New macro.
22 (rcirc-send-string): Encode with rcirc-encode-coding-system.
23 (rcirc-server-name): Rename from rcirc-server.
24 (rcirc-buffer-process): New function.
25 (rcirc-buffer-nick): New function.
26 (rcirc-buffer-target): Remove function.
27 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
28 New commands.
29 (rcirc-mode-map): Change binding of C-c C-l to
30 rcirc-toggle-low-priority.
31 (rcirc-mode): Initialize coding system based on
32 rcirc-coding-system-alist. New change-major-mode-hook to part the
33 channel on a mode change. Make kill-buffer-hook buffer-local.
34 (rcirc-change-major-mode-hook): New function.
35 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
36 (rcirc-last-post-time): New variable.
37 (rcirc-process-message): Store the last time user posted a message
38 to this target.
39 (rcirc-multiline-minor-mode): New mode.
40 (rcirc-multiline-minor-mode-map): New mode map.
41 (rcirc-edit-multiline): Put multiline-edit buffer in
42 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
43 (rcirc-print): Any line starting with an ignored nick will be
44 ignored.
45 (rcirc-print): Decode using rcirc-decode-coding-system.
46 (rcirc-track-minor-mode): Update global-mode-string when disabling
47 this mode.
48 (minor-mode-alist): add LowPri indicator.
49 (rcirc-toggle-low-priority): New function.
50 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
51 next lowpriority buffer with activity.
52 (rcirc-record-activity): Sort buffers in rcirc-activity by the
53 last time the user posted a message in to the target.
54 (rcirc-update-activity-string): New formatting for low priority
55 buffers.
56 (rcirc-split-activity): New function.
57 (rcirc-handler-PART, rcirc-handler-KICK)
58 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
59 (rcirc-nick-away-alist): New variable.
60 (rcirc-handler-301): New handler. Away messages are printed once
61 per change.
62
1 2006-04-08 Eli Zaretskii <eliz@gnu.org> 63 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2 64
3 * info.el (Info-follow-nearest-node): Doc fix. 65 * info.el (Info-follow-nearest-node): Doc fix.
4 66
5 * international/mule-cmds.el (set-locale-environment): Make sure 67 * international/mule-cmds.el (set-locale-environment): Make sure