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