annotate lisp/erc/ChangeLog @ 87959:e5108169bd0c

Add arch tagline
author Miles Bader <miles@gnu.org>
date Fri, 25 Jan 2008 05:03:52 +0000
parents b8f89dd3680d
children 7b54e553ca0b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
1 2008-01-25 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
2
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
3 * NEWS: Update.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
4
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
5 * erc-goodies.el (keep-place): New module which keeps your place
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
6 in unvisited ERC buffers when new messages arrive. This is mostly
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
7 taken from Johan Bockgård's init file.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
8 (erc-noncommands-list): Move to correct place.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
9
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
10 * erc-networks.el: Add a module definition.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
11
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
12 * erc-services.el (erc-nickserv-identify-mode): Force-enable the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
13 networks module, because we need it to set erc-network for us.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
14
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
15 * erc-track.el (erc-track-faces-normal-list): Indicate in the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
16 docstring that this variable can be set to nil.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
17
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
18 * erc.el: On second thought, don't load erc-networks. Just enable
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
19 the networks module by default.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
20 (erc-modules): Add option for keep-place and networks. Enable
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
21 networks by default.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
22 (erc-version-string): Make release candidate 1 available.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
23
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
24 2008-01-24 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
25
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
26 * erc.el: Load erc-networks.el so that functions get access to the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
27 `erc-network-name' function.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
28
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
29 * erc-track.el (erc-track-faces-normal-list): Add
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
30 erc-dangerous-host-face.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
31 (erc-track-exclude-types): Add 333 and 353 to the default list of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
32 things to ignore, and explain what they are in the docstring.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
33
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
34 2008-01-23 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
35
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
36 * erc-track.el (erc-track-faces-priority-list): Move
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
37 erc-nick-default-face higher, so that it can be used for the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
38 activity indication effect. Add erc-current-nick-face,
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
39 erc-pal-face, erc-dangerous-host-face, and erc-fool-face by
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
40 themselves.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
41 (erc-track-faces-normal-list): New option that contains a list of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
42 faces to consider "normal".
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
43 (erc-track-position-in-mode-line): Minor docfix.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
44 (erc-track-find-face): Use erc-track-faces-normal-list to produce
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
45 a sort of blinking activity effect.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
46
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
47 2008-01-22 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
48
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
49 * erc-button.el (erc-button-add-nickname-buttons): When in a
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
50 channel buffer, only look at nicks from the current channel.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
51 Thanks to e1f for the report.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
52
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
53 2008-01-21 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
54
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
55 * erc-compat.el (erc-const-expr-p, erc-list*, erc-assert): Remove,
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
56 since we can use the default `assert' function without it causing
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
57 us any problems, even in Emacs 21. Thanks to bojohan for the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
58 suggestion.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
59
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
60 * erc-goodies.el (move-to-prompt): Use the "XEmacs" method
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
61 instead, because the [remap ...] method interferes with
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
62 delete-selection-mode.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
63 (erc-move-to-prompt): Rename from erc-move-to-prompt-xemacs.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
64 Deactivate mark and call push-mark before moving point. Thanks to
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
65 bojohan for the suggestion.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
66 (erc-move-to-prompt-setup): Rename from
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
67 erc-move-to-prompt-init-xemacs.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
68
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
69 * erc-track.el (erc-track-faces-priority-list): Replace erc-button
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
70 with '(erc-button erc-default-face) so that we only care about
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
71 buttons that are part of normal text. Adjust customization type
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
72 to handle this case. Make erc-nick-default-face a list. Handle
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
73 pals, fools, current nick, and dangerous hosts.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
74 (erc-track-find-face): Simplify. Adapt for list of faces case.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
75 (erc-faces-in): Don't deflate lists of faces. Add them as-is.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
76 (erc-track-face-priority): Use equal instead of eq.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
77
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
78 2008-01-20 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
79
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
80 * erc-goodies.el (erc-move-to-prompt, erc-move-to-prompt-xemacs):
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
81 Fix off-by-one error that caused the point to move when placed at
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
82 the beginning of some already-typed text. Thanks to e1f for the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
83 report.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
84
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
85 * erc-dcc.el, erc-xdcc.el: Add simple module definitions.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
86
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
87 * erc.el (erc-modules): Add dcc and xdcc.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
88
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
89 2008-01-19 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
90
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
91 * erc-bbdb.el (erc-bbdb-insinuate-and-show-entry): Work around bug
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
92 in XEmacs 21.4 that throws an error when the first argument to
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
93 run-at-time is nil.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
94
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
95 * erc-button.el (button): Undo XEmacs-specific change to all ERC
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
96 buffers when module is removed.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
97 (erc-button-setup): Rename from erc-button-add-keys, and move
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
98 XEmacs-specific stuff here.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
99
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
100 * erc-goodies.el (erc-unmorse): Improve regexp for detecting
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
101 morse. Deal with the morse style that has "/ " at the end of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
102 every letter.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
103 (erc-imenu-setup): New function that sets up Imenu support. Add
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
104 it instead of a lambda form to erc-mode-hook.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
105 (scrolltobottom): Remove erc-scroll-to-bottom from all ERC buffers
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
106 when module is removed. Activate the functionality in all ERC
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
107 buffers when the module is activated, rather than leaving it up to
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
108 the user.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
109 (move-to-prompt): New module that moves to the ERC prompt if a
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
110 user tries to type elsewhere in the buffer, and then inserts their
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
111 keystrokes there. This is mostly taken from Johan Bockgård's init
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
112 file.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
113 (erc-move-to-prompt): New function that implements this.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
114 (erc-move-to-prompt-xemacs): New function that implements this for
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
115 XEmacs.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
116 (erc-move-to-prompt-init-xemacs): New function to perform the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
117 extra initialization step needed for XEmacs.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
118
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
119 * erc-page.el, erc-replace.el: Fix header and footer.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
120
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
121 * erc-track.el (erc-track-minor-mode-maybe): Take an optional
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
122 buffer arg so that we can put this in erc-connect-pre-hook. If
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
123 given this argument, include it in the check to determine whether
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
124 to activate erc-track-minor-mode.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
125 (track): Add erc-track-minor-mode-maybe to erc-connect-pre-hook,
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
126 so that we can use it as soon as a connection is attempted.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
127
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
128 * erc.el (erc-format-network, erc-format-target-and/or-network):
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
129 Use erc-network-name function instead, and check to see whether
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
130 that function is bound. This fixes an error in process filter for
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
131 people who did not have erc-services or erc-networks loaded.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
132 (erc-modules): Add move-to-prompt module and enable it by
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
133 default. Thanks to e1f for the suggestion.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
134
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
135 2008-01-18 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
136
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
137 * Makefile (EXTRAS): Include erc-list-old.el.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
138
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
139 * erc-dcc.el (erc-dcc-verbose): Rename from erc-verbose-dcc.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
140 (erc-pack-int): Rewrite to not depend on a count argument.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
141 (erc-unpack-int): Rewrite to remove 4-character limitation.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
142 (erc-dcc-server): Call set-process-coding-system and
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
143 set-process-filter-multibyte so that the contents get sent out
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
144 without modification.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
145 (erc-dcc-send-filter): Don't take a substring -- just pass the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
146 whole string to erc-unpack-int.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
147 (erc-dcc-receive-cache): New option that indicates the number of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
148 bytes to let the receive buffer grow before flushing it.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
149 (erc-dcc-file-name): New buffer-local variable to keep track of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
150 the filename of the currently-received file.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
151 (erc-dcc-get-file): Disable undo for a speed increase. Set
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
152 erc-dcc-file-name. Truncate the file before writing to it.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
153 (erc-dcc-append-contents): New function to append the contents of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
154 a buffer to a file and then erase the contents of the buffer.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
155 (erc-dcc-get-filter): Flush buffer contents after exceeding
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
156 erc-dcc-receive-cache. This allows large files to be downloaded
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
157 without storing the whole thing in memory.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
158 (erc-dcc-get-sentinel): Flush any remaining contents before
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
159 closing. No need to save buffer.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
160 (erc-dcc-listen-host): New option that determines which IP address
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
161 to listen on.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
162 (erc-dcc-public-host): New option that determines which IP address
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
163 to advertise when sending a file. This is useful for people who
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
164 are on a local subnet. Together, these two options replace
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
165 erc-dcc-host.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
166
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
167 * erc.el (erc-mode-line-format): Add %N and %S. %N is the name of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
168 the network, and %S is much like %s but with the network name
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
169 trumping the server name. Default to "%S %a". Thanks to e1f for
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
170 the suggestion.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
171 (erc-format-network): New function that formats the network name.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
172 (erc-format-target-and/or-network): New function that formats both
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
173 the network name and target, falling back on the server name if
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
174 the network name is not available.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
175 (erc-update-mode-line-buffer): Add the new format spec items.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
176
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
177 2008-01-17 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
178
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
179 * erc.el (erc-join-buffer): Improve documentation.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
180 (erc-query-display): New option indicating how to display a query
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
181 buffer that is made by using the /QUERY command. The default is
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
182 to display the query in a new window.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
183 (erc-cmd-QUERY): Use it. Improve docstring.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
184 (erc-auto-query): Default this to 'window-noselect instead,
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
185 because I've already seen bug reports about new users thinking
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
186 that ERC didn't display their test messages. Improve
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
187 customization type.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
188 (erc-notice-face): Make this work with XEmacs.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
189 (erc-join-buffer): Mention 'buffer in docstring. Improve
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
190 customization type.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
191
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
192 * erc-dcc.el (erc-dcc-send-sentinel): Better handle case where elt
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
193 is nil, in order to avoid an error. Thanks to Brent Goodrick for
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
194 the initial patch.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
195 (erc-dcc-display-send): New function split from erc-dcc-send-hook.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
196 (erc-dcc-send-connect-hook): Use it -- we don't like lambda forms
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
197 in hooks.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
198 (erc-dcc-send-filter): Display byte count if the client confirmed
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
199 too much, and kill the buffer. Otherwise a DoS might be possible
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
200 by making Emacs run out of RAM.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
201
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
202 * erc-backend.el (erc-server-connect): Detect early on whether the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
203 connection attempt has failed in order to avoid confusing error
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
204 messages.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
205
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
206 * erc-networks.el (erc-server-alist): Add Rizon network.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
207
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
208 * erc-services.el (erc-nickserv-passwords): Add Rizon to options.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
209 (erc-nickserv-alist): Add support for Rizon.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
210
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
211 * erc-track.el (erc-track-find-face): Don't let buttons in notices
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
212 trump default text. Use catch/throw. Default to first element of
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
213 FACES is nothing is found.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
214
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
215 * erc-xdcc.el: Add local variables for proper indentation setup.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
216
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
217 2008-01-15 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
218
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
219 * erc-backend.el (erc-server-coding-system): Docfix.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
220 (erc-coding-system-for-target): Pass the `target' argument along
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
221 as the first and only argument. It's not good to just depend on a
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
222 dynamic binding.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
223
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
224 2008-01-10 Michael Olson <mwolson@gnu.org>
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
225
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
226 * erc-backend.el (321, 322): Split message-displaying parts into
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
227 new functions, which are added to each response's respective
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
228 hook. This makes them easier to disable.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
229
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
230 * erc-list.el: New file from Tom Tromey. Use erc-propertize
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
231 instead of propertize. Require 'erc.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
232 (list): New module definition. Remove message-displaying
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
233 functions for 321 and 322 response handlers when enabling the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
234 module, and restore them when disabling. As a sanity check,
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
235 remove the erc-list-handle-322 function when disabling the module.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
236 (erc-list-handle-322): Handle the case where we run the LIST
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
237 command, but do not go through the normal steps.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
238 (erc-cmd-LIST): Add docstring. Strip initial space from line if
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
239 it is non-nil. Use make-local-variable to silence compiler
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
240 warning. Capture current buffer and pass it to
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
241 erc-list-install-322-handler.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
242 (erc-list-install-322-handler): Take server-buffer argument, so
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
243 that we are certain of being in the right buffer. Use 4th
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
244 argument to add-hook, so that erc-server-322-functions is only
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
245 modified in one buffer.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
246
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
247 * erc-list-old.el: Renamed from old erc-list.el.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
248
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
249 * erc.el (erc-modules): Add list-old.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
250 (erc-set-topic): Handle case where there are no newlines in the
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
251 existing topic, which happens when /LIST is run.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
252 (erc-notice-face): If we have less than 88 colors, make this
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
253 blue. Otherwise the text will be pink in a tty, which looks
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
254 dreadful. Thanks to e1f for the report.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
255 (erc-remove-parsed-property): New option that determines whether
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
256 to remove the erc-parsed property after displaying a message.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
257 This should have the effect of making ERC take up less memory.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
258 (erc-display-line-1): Use it.
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
259
87567
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
260 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
261
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
262 * erc-ibuffer.el (erc-channel-modes):
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
263 Pass mode-name through format-mode-line
4c3c683cdff8 * erc-ibuffer.el (erc-channel-modes):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87202
diff changeset
264
84388
218339cfde04 Check in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson <mwolson@gnu.org>
parents: 84365
diff changeset
265
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
266 See ChangeLog.07 for earlier changes.
76856
2fae574a2382 Release ERC 5.2.
Miles Bader <miles@gnu.org>
parents: 75774
diff changeset
267
87952
b8f89dd3680d ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents: 87687
diff changeset
268 Copyright (C) 2008 Free Software Foundation, Inc.
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
269
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
270 This file is part of GNU Emacs.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
271
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
272 GNU Emacs is free software; you can redistribute it and/or modify
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
273 it under the terms of the GNU General Public License as published by
78219
85d67fae9a94 Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents: 77958
diff changeset
274 the Free Software Foundation; either version 3, or (at your option)
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
275 any later version.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
276
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
277 GNU Emacs is distributed in the hope that it will be useful,
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
278 but WITHOUT ANY WARRANTY; without even the implied warranty of
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
279 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
280 GNU General Public License for more details.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
281
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
282 You should have received a copy of the GNU General Public License
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
283 along with GNU Emacs; see the file COPYING. If not, write to the
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
284 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75346
diff changeset
285 Boston, MA 02110-1301, USA.
68451
fc745b05e928 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
diff changeset
286
68472
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
287 ;; Local Variables:
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
288 ;; coding: utf-8
73856
594a719b7a7f Add "add-log-time-zone-rule: t" to Local Variables section.
Juanma Barranquero <lekktu@gmail.com>
parents: 73841
diff changeset
289 ;; add-log-time-zone-rule: t
68472
a7a6f6c663c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25
Miles Bader <miles@gnu.org>
parents: 68471
diff changeset
290 ;; End:
87959
e5108169bd0c Add arch tagline
Miles Bader <miles@gnu.org>
parents: 87952
diff changeset
291
e5108169bd0c Add arch tagline
Miles Bader <miles@gnu.org>
parents: 87952
diff changeset
292 ;; arch-tag: 15787dfd-e091-4c8c-8b88-747b474e1ac7