]> code.delx.au - gnu-emacs/blob - lisp/erc/ChangeLog
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-55
[gnu-emacs] / lisp / erc / ChangeLog
1 2006-02-07 Michael Olson <mwolson@gnu.org>
2
3 * ChangeLog.01, ChangeLog.02, ChangeLog.03, ChangeLog.04,
4 ChangeLog.05: Rename from ChangeLog.NNNN in order to disambiguate
5 the filenames in DOS.
6
7 * erc-goodies.el: Comment fix.
8
9 * erc-hecomplete.el: Rename from erc-complete.el. Update
10 commentary. Use define-erc-module so that it's possible to
11 actually use this.
12 (erc-hecomplete): Rename function from `erc-complete'.
13 (erc-hecomplete): Rename group from `erc-old-complete'. Docfix.
14
15 * erc-join.el: Rename from erc-autojoin.el.
16
17 * erc-networks.el: Rename from erc-nets.el.
18
19 * erc-services.el: Rename from erc-nickserv.el.
20
21 * erc-stamp.el (erc-insert-aligned): Don't take 3rd argument. Use
22 the simpler `indent-to' function when
23 `erc-timestamp-right-align-by-pixel' is nil.
24 (erc-insert-timestamp-right): If the timestamp goes on the
25 following line, don't add timestamp properties to the spaces in
26 front of it.
27
28 * erc.el (erc-migrate-modules): New function that eases migration
29 of module names.
30 (erc-modules): Call erc-migrate-modules in the :get accessor.
31 (erc-modules, erc-update-modules): Update for new modules names.
32 (erc-cmd-SMV): Remove, since this does not give useful output due
33 to the version strings being removed from ERC modules.
34
35 2006-02-05 Michael Olson <mwolson@gnu.org>
36
37 * erc-spelling.el (erc-spelling-init): If
38 `erc-spelling-dictionaries' is nil, do not set
39 ispell-local-dictionary. Before, it was being set to nil, which
40 was causing a long delay while the ispell process restarted.
41 (erc-spelling-unhighlight-word): New function that removes
42 flyspell properties from a spell-checked word.
43 (erc-spelling-flyspell-verify): Don't spell-check nicks or words
44 that have '/' before them.
45
46 2006-02-04 Michael Olson <mwolson@gnu.org>
47
48 * erc-autojoin.el: Use (eval-when-compile (require 'cl)).
49
50 * erc-complete.el (erc-nick-completion-exclude-myself)
51 (erc-try-complete-nick): Use better function for getting list of
52 channel users.
53
54 * erc-goodies.el: Docfix.
55
56 * erc-stamp.el: Use new arch tagline, since the other one wasn't
57 being treated properly.
58
59 * erc.el (erc-version-string): Release ERC 5.1.1
60
61 2006-02-03 Zhang Wei <id.brep@gmail.com> (tiny change)
62
63 * erc.el (erc-version-string): Don't hard-code Emacs version.
64 (erc-version): Use emacs-version.
65
66 2006-01-31 Michael Olson <mwolson@gnu.org>
67
68 * erc-stamp.el: Update copyright years.
69
70 2006-01-30 Simon Josefsson <jas@extundo.com>
71
72 * erc.el (erc-open-ssl-stream): Use tls.el.
73
74 2006-01-30 Michael Olson <mwolson@gnu.org>
75
76 * erc-stamp.el (erc-timestamp-right-align-by-pixel): New option
77 that determines whether to use pixel values to align right
78 timestamps. The default is not to do so, since it only works with
79 Emacs22 on X, and even then some people have trouble.
80 (erc-insert-aligned): Use `erc-timestamp-right-align-by-pixel'.
81
82 2006-01-29 Michael Olson <mwolson@gnu.org>
83
84 * ChangeLog, ChangeLog.2005, ChangeLog.2004, ChangeLog.2003,
85 ChangeLog.2002, ChangeLog.2001: Add "See ChangeLog.NNNN" line for
86 earlier changes. Use utf-8 encoding. Fix some accent typos.
87
88 * erc-speedbar.el (erc-speedbar-buttons): Fix reference to free
89 variable.
90 (erc-speedbar-goto-buffer): Fix compiler warning.
91
92 * erc-ibuffer.el: Use `define-ibuffer-filter' instead of
93 `ibuffer-degine-limiter'. Use `define-ibuffer-column' instead of
94 `ibuffer-define-column'. Require 'ibuf-ext so that the macros
95 work without compiler warnings.
96
97 * man/erc.texi (Obtaining ERC, Installation): Note that these
98 sections may be skipped if using the version of ERC that comes
99 with Emacs.
100
101 2006-01-29 Edward O'Connor <ted@oconnor.cx>
102
103 * erc-viper.el: Remove. Now that ERC is included in Emacs, these
104 work-arounds live in Viper itself.
105
106 2006-01-28 Michael Olson <mwolson@gnu.org>
107
108 * erc-*.el, erc.texi, NEWS: Add Arch taglines as per Emacs
109 guidelines.
110
111 * erc-*.el: Space out copyright years like the rest of Emacs. Use
112 the Emacs copyright statement. Refer to ourselves as ERC rather
113 than "Emacs IRC Client", since there are now several IRC clients
114 for Emacs.
115
116 * erc-compat.el (erc-emacs-build-time): Define as a variable.
117
118 * erc-log.el (erc-log-setup-logging): Use write-file-functions.
119
120 * erc-ibuffer.el: Require 'erc.
121
122 * erc-stamp.el (erc-insert-aligned): Only use the special text
123 property when window-system is X.
124
125 * erc.texi: Adapt for inclusion in Emacs.
126
127 2006-01-28 Johan Bockgård <bojohan@users.sourceforge.net>
128
129 * erc.el (erc-format-message): More `cl' breakage; don't use
130 `oddp'.
131
132 2006-01-27 Michael Olson <mwolson@gnu.org>
133
134 * debian/changelog: Update for new release.
135
136 * debian/control (Description): Update.
137
138 * debian/rules: Concatenate ChangeLog for 2005.
139
140 * Makefile (MISC): Include ChangeLog.2005 and erc.texi.
141 (debrelease, release): Copy images directory.
142
143 * NEWS: Spelling fixes. Add items for recent changes.
144
145 * erc.el (erc): Move call to erc-update-modules before the call to
146 erc-mode. This should fix a timestamp display issue.
147 (erc-version-string): Release ERC 5.1.
148
149 2006-01-26 Michael Olson <mwolson@gnu.org>
150
151 * erc-stamp.el (erc-insert-aligned): New function that inserts
152 text in an perfectly-aligned way relative to the right margin. It
153 only works well with Emacs22. A sane fallback is provided for
154 other versions of Emacs.
155 (erc-insert-timestamp-right): Use the new function.
156
157 2006-01-25 Edward O'Connor <ted@oconnor.cx>
158
159 * erc.el (erc-modules): Ensure that `erc-button-mode' gets enabled
160 before `erc-match-mode'.
161
162 * erc-match.el (match): Append `erc-match-message' to
163 `erc-insert-modify-hook'.
164
165 2006-01-25 Michael Olson <mwolson@gnu.org>
166
167 * FOR-RELEASE: Mark last release requirement as done.
168
169 * Makefile (realclean, distclean): Remove docs.
170
171 * erc.texi: Take care of all pre-5.1 items.
172
173 * erc-backend.el (erc-server-send, erc-server-send-queue): Wrap
174 `process-send-string' in `condition-case' to avoid an error when
175 quitting ERC.
176
177 * erc-stamp.el (erc-insert-timestamp-right): Try to deal with
178 variable-width characters in the timestamp and on the same line.
179 The latter is a kludge, but it seems to work with most of the
180 input I've thrown at it so far. It's certainly better than going
181 past the end of line consistently when we have variable-width
182 characters on the same line. When `erc-timestamp-intangible' is
183 non-nil, add intangible properties to the whitespace as well, so
184 that hitting <end> does what you'd expect.
185
186 * erc.el (erc-flood-protect, erc-toggle-flood-control): Update
187 this to only use boolean values for `erc-flood-protect'. Update
188 documentation.
189 (erc-cmd-QUIT): Set the active buffer to be the server buffer, so
190 that any QUIT-related messages go there.
191 (erc): Try to be more clever about re-using channel buffers when
192 automatically re-connecting. Thanks to e1f for noticing.
193
194 2006-01-23 Michael Olson <mwolson@gnu.org>
195
196 * ChangeLog.2005: Remove erroneous line.
197
198 * FOR-RELEASE: Make that the Makefile tweaking is complete.
199 (NEWS): Mark as done.
200
201 * Makefile (MANUAL): New option indicating the name of the manual.
202 (PREFIX, ELISPDIR, INFODIR): New options that specify the
203 directories to install lisp code and info manuals to. PREFIX is
204 used only by ELISPDIR and INFODIR.
205 (all): Call `lisp' and create the manual.
206 (lisp): Compile lisp code.
207 (%.info, %.html): New rules that make Info files and HTML files,
208 respectively, from a TexInfo source.
209 (doc): Create both the Info and HTML versions of the manual. This
210 is for the user -- we never call it automatically.
211 (install-info): Install Info files.
212 (install-bin): Install compiled and source Lisp files.
213 (todo): Remove, since it seems pointless.
214
215 * NEWS: Update.
216
217 * README: Add Installation instructions. Tweak layout.
218
219 * erc.texi: Work on some pre-5.1 items.
220
221 * erc-stamp.el, erc-track.el: Move some functions and options in
222 order to get rid of a few compiler warnings.
223
224 * erc.el (erc-modules): Enable readonly by default. This will
225 prevent new users from accidentally removing old messages, which
226 could be disconcerting. Also enable stamp by default, since
227 timestamps are a fairly standard feature among IRC clients.
228
229 * erc-button.el: Munge whitespace.
230
231 * erc-identd.el (erc-identd-start): Instead of throwing an error,
232 just try to use the obsolete function.
233
234 2006-01-22 Michael Olson <mwolson@gnu.org>
235
236 * erc-backend.el (erc-decode-string-from-target): Make sure that
237 we have a string as an argument. If not, coerce it to the empty
238 string. Hopefully, this will work painlessly around an edge case
239 related to quitting ERC around the same time a message comes in.
240
241 2006-01-22 Johan Bockgård <bojohan@users.sourceforge.net>
242
243 * erc-track.el: Use `(eval-when-compile (require 'cl))' (for
244 `case'). Doc fixes.
245 (erc-find-parsed-property): Simplify.
246 (erc-track-get-active-buffer): Fix logic. Simplify.
247 (erc-track-switch-buffer): Remove unused variable `dir'. Simplify.
248
249 * erc-speak.el: Doc fixes.
250 (erc-speak-region): `propertize' --> `erc-propertize'.
251
252 * erc-dcc.el (erc-dcc-chat-parse-output): `propertize' -->
253 `erc-propertize'.
254
255 * erc-button.el (erc-button-add-button): Take erc-fill-prefix into
256 account when wrapping URLs.
257
258 * erc-bbdb.el (erc-bbdb-elide-display): Doc fix.
259
260 * erc-backend.el (define-erc-response-handler): Doc fix.
261
262 2006-01-22 Michael Olson <mwolson@gnu.org>
263
264 * erc.el (erc-update-modules): Use `require' instead of `load',
265 but prevent it from causing errors, in order to preserve the
266 previous behavior.
267
268 2006-01-21 Michael Olson <mwolson@gnu.org>
269
270 * FOR-RELEASE (Source): Mark cl task as done.
271
272 * Makefile (erc-auto.el): Call erc-generate-autoloads rather than
273 generate-autoloads.
274 (erc-auto.el, %.elc): Don't show command, just its output.
275
276 * NEWS: Add items from 2005-01-01 to 2005-08-13.
277
278 * debian/copyright (Copyright): Update.
279
280 * erc-auto.in (erc-generate-autoloads): Rename from
281 generate-autoloads.
282
283 * erc.el, erc-autoaway.el, erc-backend.el: Use
284 erc-server-process-alive instead of erc-process-alive.
285
286 * erc.el, erc-backend.el, erc-ezbounce.el, erc-list.el,
287 erc-log.el, erc-match.el, erc-nets.el, erc-netsplit.el,
288 erc-nicklist.el, erc-nickserv.el, erc-notify.el, erc-pcomplete.el:
289 Use (eval-when-compile (require 'cl)), so that compilation doesn't
290 fail.
291
292 * erc-fill.el, erc-truncate.el: Whitespace munging.
293
294 * erc.el: Update copyright notice. Remove eval-after-load code.
295 (erc-with-buffer): Docfix.
296 (erc-once-with-server-event, erc-once-with-server-event-global)
297 (erc-with-buffer, erc-with-all-buffers-of-server): Use erc-gensym
298 instead of gensym.
299 (erc-banlist-update): Use erc-delete-if instead of delete-if.
300 (erc): Call `erc-update-modules' here.
301
302 * erc-backend.el: Require 'erc-compat to minimize compiler
303 warnings.
304 (erc-decode-parsed-server-response): Docfix.
305 (erc-server-process-alive): Move here from erc.el and rename from
306 `erc-process-alive'.
307 (erc-server-send, erc-remove-channel-users): Make sure process is
308 alive before sending data to it.
309
310 * erc-bbdb.el: Update copyright years.
311 (erc-bbdb-whois): Remove overexuberant comment.
312
313 * erc-button.el: Require erc-fill, since we make liberal use of
314 `erc-fill-column'.
315
316 * erc-compat.el (erc-const-expr-p, erc-list*, erc-assert): New
317 functions, the latter of which provides an `assert' equivalent.
318 (erc-remove-if-not): New function that provides a simple
319 implementation of `remove-if-not'.
320 (erc-gensym): New function that provides a simple implementation
321 of `gensym'.
322 (erc-delete-if): New function that provides a simple
323 implementation of `delete-if'.
324 (erc-member-if): New function that provides a simple
325 implementation of `member-if'.
326 (field-end): Remove this, since it is unused, and later versions
327 of XEmacs have this function already.
328 (erc-function-arglist): Moved here from erc.el.
329 (erc-delete-dups): New compatibility function for dealing with
330 XEmacs.
331 (erc-subseq): New function copied from cl-extra.el.
332
333 * erc-dcc.el: Require pcomplete during compilation to avoid
334 compiler warnings.
335 (erc-unpack-int, erc-dcc-send-filter)
336 (erc-dcc-get-filter): Use erc-assert instead of assert.
337 (pcomplete/erc-mode/DCC): Use erc-remove-if-not instead of
338 remove-if-not.
339
340 * erc-match.el (erc-log-matches): Fix compiler warning.
341
342 * erc-nicklist.el: Update copyright notice.
343 (erc-nicklist-menu): Change use of caadr to (car (cadr ...)).
344 (erc-nicklist-bitlbee-connected-p): Remove.
345 (erc-nicklist-insert-medium-name-or-icon): Accept channel
346 argument. Use it to determine whether we are on bitlbee. Now
347 that bitlbee names its channel "&bitlbee", this is trivial.
348 (erc-nicklist-insert-contents): Pass channel as specified above.
349 Don't try to determine whether we are on bitlbee here.
350 (erc-nicklist-channel-users-info): Use erc-remove-if-not instead
351 of remove-if-not.
352 (erc-nicklist-search-for-nick): Use erc-member-if instead of
353 member-if.
354
355 * erc-notify.el (erc-notify-QUIT): Use erc-delete-if with a
356 partially-evaluated lambda expression instead of `delete' and
357 `find'.
358
359 * erc-track.el: Use erc-assert.
360 (erc-track-modified-channels): Remove use of `return'.
361 (erc-track-modified-channels): Use `cadr' instead of `second',
362 since otherwise we would need yet another eval-when-compile line.
363
364 2006-01-19 Michael Olson <mwolson@gnu.org>
365
366 * erc-backend.el (erc-process-sentinel-1): Remove attempt to
367 detect SIGPIPE, since it doesn't work.
368
369 2006-01-10 Diane Murray <disumu@x3y2z1.net>
370
371 * erc-spelling.el: Updated copyright years.
372 (define-erc-module): Enable/disable `flyspell-mode' for all open
373 ERC buffers as well.
374 (erc-spelling-dictionaries): Reworded customize description.
375
376 * erc.el (erc-command-symbol): New function.
377 (erc-extract-command-from-line): Use `erc-command-symbol'. This
378 fixes a bug where "Symbol's function definition is void:
379 erc-cmd-LIST" would be shown after typing /list at the prompt (the
380 command was interned because erc-menu.el uses it and is enabled by
381 default whereas erc-list.el is not).
382
383 * NEWS: Started a list of renamed variables.
384
385 * erc.el: Reworded the message sent when defining variable
386 aliases.
387 (erc-command-indicator-face): Doc fix.
388 (erc-modules): Enable the match module by default which makes
389 current nickname highlighting on as the default.
390
391 * erc-button.el: Updated copyright years.
392 (erc-button): New face.
393 (erc-button-face): Use `erc-button'.
394 (erc-button-nickname-face): New customizable variable.
395 (erc-button-add-nickname-buttons, erc-button-add-buttons-1): Send
396 new argument to `erc-button-add-button'.
397 (erc-button-add-button): Doc fix. Added new argument to function
398 definition, NICK-P. If it's a nickname, use
399 `erc-button-nickname-face', otherwise use `erc-button-face'. This
400 makes channel tracking and buttons work better together when
401 `erc-button-buttonize-nicks' is enabled, since there is a nickname
402 on just about every line.
403
404 * erc-track.el (erc-track-use-faces): Doc fix.
405 (erc-track-faces-priority-list): Added `erc-button' to list.
406 (erc-track-priority-faces-only): Doc fix.
407
408 2006-01-09 Diane Murray <disumu@x3y2z1.net>
409
410 * erc-button.el (erc-button-url-regexp): Use `concat' so the
411 regexp is not one long line.
412 (erc-button-alist): Fixed so that customizing works correctly.
413 Reorganized. Removed lambda functions with more than two lines.
414 Doc fix.
415 (erc-button-describe-symbol, erc-button-beats-to-time): New
416 functions. Moved from `erc-button-alist'.
417
418 2006-01-07 Michael Olson <mwolson@gnu.org>
419
420 * erc-backend.el (erc-process-sentinel-1): Don't try to re-open a
421 process if a SIGPIPE occurs. This happens when a new message
422 comes in at the same time a /quit is requested.
423 (erc-process-sentinel): Use string-match rather than string= to do
424 these comparisons. Matching literal newlines makes me nervous.
425
426 * erc-track.el (erc-track-remove-from-mode-line): Handle case
427 where global-mode-string is not a list. Emacs22 permits this.
428
429
430 See ChangeLog.05 for earlier changes.
431
432 Copyright (C) 2006 Free Software Foundation, Inc.
433 Copying and distribution of this file, with or without modification,
434 are permitted provided the copyright notice and this notice are preserved.
435
436 ;; Local Variables:
437 ;; coding: utf-8
438 ;; End:
439
440 ;; arch-tag: 865a75f6-2bcb-46df-bf0c-b514dadf688a