The Great ChangeLog Renaming
[packages] / xemacs-packages / erc / ChangeLog.upstream
1 2006-04-05  Diane Murray  <disumu@x3y2z1.net>
2
3         * erc.el (erc-cmd-SV): Removed the exclamation point.  Show the
4         build date as it's shown in `emacs-version'.
5
6         * erc-capab.el (erc-capab-identify-add-prefix): Insert the prefix
7         with the same face property as the previous character.
8
9 2006-04-02  Michael Olson  <mwolson@gnu.org>
10
11         * erc-backend.el, erc-ezbounce.el, erc-join.el, erc-netsplit.el,
12         erc.el: Make sure to include a newline inside of negated classes,
13         so that a newline is not matched.
14
15 2006-04-01  Michael Olson  <mwolson@gnu.org>
16
17         * erc-backend.el (erc-server-connect-function): Don't try to
18         detect the existence of the `open-network-stream-nowait' function,
19         since I can't find it in Emacs21, XEmacs21, or Emacs22.
20
21 2006-03-27  Michael Olson  <mwolson@gnu.org>
22
23         * erc.texi: Update direntry.  Remove unneeded local variables.
24
25 2006-03-26  Michael Olson  <mwolson@gnu.org>
26
27         * erc.el (erc-header-line): New face that will be used to colorize
28         the text of the header-line, provided that
29         `erc-header-line-face-method' is non-nil.
30         (erc-prompt-face): Fix formatting.
31         (erc-header-line-face-method): New option that determines the
32         method used for colorizing header-line text.  This may be a
33         function, nil, or non-nil.
34         (erc-update-mode-line-buffer): Use the aforementioned option and
35         face to colorize the header-line text, if that is what the user
36         wants.
37         (erc-send-input): If flood control is not activated, don't split
38         the input line.
39
40 2006-03-25  Michael Olson  <mwolson@gnu.org>
41
42         * erc.el (erc-cmd-QUOTE): Install patch from Aravind Gottipati
43         that fixes the case where there is no leading whitespace.  Only
44         remove the first space character, though.
45
46         * erc-identd.el (erc-identd-start): Fix a bug by making sure that
47         erc-identd-process is set properly.
48         (erc-identd-start, erc-identd-stop): Add autoload cookies.
49         (erc-identd-start): Pass :host parameter so this works with Emacs
50         22.
51
52 2006-03-21  Michael Olson  <mwolson@gnu.org>
53
54         * CREDITS: Add Nelson Ferreira.  Change contact address.
55
56         * erc-bbdb.el: Install patch from Nelson Ferreira.
57         (erc-bbdb-electric-p): New option that indicates whether to make
58         the BBDB buffer electric.  Defaults to "not electric".
59         (erc-bbdb-show-entry): Use `erc-bbdb-electric-p'.
60
61 2006-03-09  Diane Murray  <disumu@x3y2z1.net>
62
63         * erc-button.el (erc-button-keymap): Use <backtab> rather than
64         <C-tab> for `erc-button-previous' as it is a more standard key
65         binding for this type of function.
66
67 2006-02-19  Michael Olson  <mwolson@gnu.org>
68
69         * erc.el (erc-version-string): Release ERC 5.1.2.
70
71 2006-02-19  Diane Murray  <disumu@x3y2z1.net>
72
73         * erc-button.el (erc-button-keymap): Bind `erc-button-previous' to
74         <C-tab>.
75         (erc-button-previous): New function.
76
77 2006-02-15  Michael Olson  <mwolson@gnu.org>
78
79         * erc.el (erc): Move to the end of the buffer when a continued
80         session is detected.  Thanks to e1f and indio for the report and
81         testing a potential fix.
82
83 2006-02-14  Michael Olson  <mwolson@gnu.org>
84
85         * debian/changelog: Prepare a new Debian package.
86
87         * Makefile (debprepare): New rule that creates an ERC snapshot
88         directory for use in both new Debian releases and revisions for
89         Debian packages.
90         (debrelease, debrevision-mwolson): Use debprepare.
91
92         * NEWS: Bring up-to-date.
93
94         * erc-stamp.el (erc-insert-timestamp-right): For now, put
95         timestamps before rather than after erc-fill-column when
96         erc-timestamp-right-column is nil.  This way we won't surprise
97         anyone unpleasantly, or so it is hoped.
98
99 2006-02-13  Michael Olson  <mwolson@gnu.org>
100
101         * erc-dcc.el: Use (eval-when-compile (require 'cl)).
102
103 2006-02-11  Michael Olson  <mwolson@gnu.org>
104
105         * erc-stamp.el (erc-timestamp-use-align-to): Renamed from
106         `erc-timestamp-right-align-by-pixel'.  Set the default based on
107         whether we are in Emacs 22, and using X.  Improve documentation.
108         (erc-insert-aligned): Remove calculation of offset, since
109         :align-to pos works after all.  Unlike the previous solution, this
110         one works when erc-stamp.el is compiled.
111         (erc-insert-timestamp-right): Don't add length of string, and then
112         later remove its displayed width.  This puts timestamps after
113         erc-fill-column when erc-timestamp-right-column is nil, rather
114         than before it.  It also fixes a subtle bug.  Remove use of
115         `current-window', since there is no variable by that name in
116         Emacs21, Emacs22, or XEmacs21 beta.  Check to see whether
117         `erc-fill-column' is non-nil before using it.
118
119 2006-02-11  Diane Murray  <disumu@x3y2z1.net>
120
121         * erc-spelling.el (define-erc-module): Make sure there's a buffer
122         before calling `with-current-buffer'.
123
124 2006-02-10  Michael Olson  <mwolson@gnu.org>
125
126         * Makefile (debbuild): Split from debrelease.
127         (debrevision-mwolson): New rule that causes a Debian revision to
128         be built.
129
130 2006-02-08  Diane Murray  <disumu@x3y2z1.net>
131
132         * erc.el (erc-version-string): Remove "(CVS)".
133         (erc-open-ssl-stream): Go back to using ssl.el so that SSL
134         connections work as expected.  Connecting with `open-tls-stream'
135         only seems to work (if at all?) when using the tls.el located in
136         lisp/net/ in Emacs22.
137
138         * NEWS: Added tls.el -> ssl.el change.
139
140 2006-02-07  Michael Olson  <mwolson@gnu.org>
141
142         * erc-stamp.el (erc-insert-aligned): Don't take 3rd argument.  Use
143         the simpler `indent-to' function when
144         `erc-timestamp-right-align-by-pixel' is nil.
145         (erc-insert-timestamp-right): If the timestamp goes on the
146         following line, don't add timestamp properties to the spaces in
147         front of it.
148
149 2006-02-05  Michael Olson  <mwolson@gnu.org>
150
151         * Makefile (debrelease): Remove images/.arch-ids or images/CVS
152         directory correctly.
153
154         * debian/changelog: Update for 5.1.1 release.
155
156         * debian/control (Suggests): Suggest emacs-chess instead of
157         Recommending it.  Thanks to Era Eriksson for the report.
158
159         * debian/maint/postinst: Install the Info documentation.
160
161         * debian/maint/prerm: Handle removing of Info documentation.
162
163         * debian/rules (configure, configure-stamp, build, build-stamp):
164         Generate HTML and Info documentation.
165         (binary-erc): Install HTML and Info documentation.
166
167         * erc-spelling.el (erc-spelling-init): If
168         `erc-spelling-dictionaries' is nil, do not set
169         ispell-local-dictionary.  Before, it was being set to nil, which
170         was causing a long delay while the ispell process restarted.
171         (erc-spelling-unhighlight-word): New function that removes
172         flyspell properties from a spell-checked word.
173         (erc-spelling-flyspell-verify): Don't spell-check nicks or words
174         that have '/' before them.
175
176 2006-02-04  Michael Olson  <mwolson@gnu.org>
177
178         * Makefile (VERSION): Update to 5.1.1.
179
180         * NEWS: Update for ERC 5.1.1.  Use the same wording for headings
181         that Emacs does in its NEWS file.
182
183         * erc-autojoin.el: Use (eval-when-compile (require 'cl)).
184
185         * erc-complete.el (erc-nick-completion-exclude-myself)
186         (erc-try-complete-nick): Use better function for getting list of
187         channel users.
188
189         * erc-goodies.el: Docfix.
190
191         * erc-stamp.el: Use new arch tagline, since the other one wasn't
192         being treated properly.
193
194         * erc.texi (History): Note that ERC is now included with Emacs.
195
196         * erc.el (erc-version-string): Release ERC 5.1.1.
197
198 2006-01-31  Michael Olson  <mwolson@gnu.org>
199
200         * erc-stamp.el: Update copyright years.
201
202 2006-01-30  Simon Josefsson  <jas@extundo.com>
203
204         * erc.el (erc-open-ssl-stream): Use tls.el.
205
206 2006-01-30  Michael Olson  <mwolson@gnu.org>
207
208         * erc-stamp.el (erc-timestamp-right-align-by-pixel): New option
209         that determines whether to use pixel values to align right
210         timestamps.  The default is not to do so, since it only works with
211         Emacs22 on X, and even then some people have trouble.
212         (erc-insert-aligned): Use `erc-timestamp-right-align-by-pixel'.
213
214 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
215
216         * erc-viper.el: Ensure we only alter Viper's configuration when
217         necessary, as Viper may already take ERC into account.
218
219 2006-01-29  Michael Olson  <mwolson@gnu.org>
220
221         * ChangeLog, ChangeLog.2005, ChangeLog.2004, ChangeLog.2003,
222         ChangeLog.2002, ChangeLog.2001: Add "See ChangeLog.NNNN" line for
223         earlier changes.  Use utf-8 encoding.  Fix some accent typos.
224
225         * erc-speedbar.el (erc-speedbar-buttons): Fix reference to free
226         variable.
227         (erc-speedbar-goto-buffer): Fix compiler warning.
228
229         * erc-ibuffer.el: Use `define-ibuffer-filter' instead of
230         `ibuffer-degine-limiter'.  Use `define-ibuffer-column' instead of
231         `ibuffer-define-column'.  Require 'ibuf-ext so that the macros
232         work without compiler warnings.
233
234         * man/erc.texi (Obtaining ERC, Installation): Note that these
235         sections may be skipped if using the version of ERC that comes
236         with Emacs.
237
238 2006-01-28  Michael Olson  <mwolson@gnu.org>
239
240         * erc-*.el, erc.texi, NEWS: Add Arch taglines as per Emacs
241         guidelines.
242
243         * erc-*.el: Space out copyright years like the rest of Emacs.  Use
244         the Emacs copyright statement.  Refer to ourselves as ERC rather
245         than "Emacs IRC Client", since there are now several IRC clients
246         for Emacs.
247
248         * erc-compat.el (erc-emacs-build-time): Define as a variable.
249
250         * erc-ibuffer.el: Require 'erc.
251
252         * erc-log.el (erc-log-setup-logging): Use write-file-functions if
253         it exists.
254
255         * erc-stamp.el (erc-insert-aligned): Only use the special text
256         property when window-system is X.
257
258         * erc.texi (History): Note that ERC 5.1 is released.
259
260 2006-01-28  Johan Bockgård  <bojohan@users.sourceforge.net>
261
262         * erc.el (erc-format-message): More `cl' breakage; don't use
263         `oddp'.
264
265 2006-01-27  Michael Olson  <mwolson@gnu.org>
266
267         * debian/changelog: Update for new release.
268
269         * debian/control (Description): Update.
270
271         * debian/rules: Concatenate ChangeLog for 2005.
272
273         * Makefile (MISC): Include ChangeLog.2005 and erc.texi.
274         (debrelease, release): Copy images directory.
275
276         * NEWS: Spelling fixes.  Add items for recent changes.
277
278         * erc.el (erc): Move call to erc-update-modules before the call to
279         erc-mode.  This should fix a timestamp display issue.
280         (erc-version-string): Release ERC 5.1.
281
282 2006-01-26  Michael Olson  <mwolson@gnu.org>
283
284         * erc-stamp.el (erc-insert-aligned): New function that inserts
285         text in an perfectly-aligned way relative to the right margin.  It
286         only works well with Emacs22.  A sane fallback is provided for
287         other versions of Emacs.
288         (erc-insert-timestamp-right): Use the new function.
289
290 2006-01-25  Edward O'Connor  <ted@oconnor.cx>
291
292         * erc.el (erc-modules): Ensure that `erc-button-mode' gets enabled
293         before `erc-match-mode'.
294
295         * erc-match.el (match): Append `erc-match-message' to
296         `erc-insert-modify-hook'.
297
298 2006-01-25  Michael Olson  <mwolson@gnu.org>
299
300         * FOR-RELEASE: Mark last release requirement as done.
301
302         * Makefile (realclean, distclean): Remove docs.
303
304         * erc.texi: Take care of all pre-5.1 items.
305
306         * erc-backend.el (erc-server-send, erc-server-send-queue): Wrap
307         `process-send-string' in `condition-case' to avoid an error when
308         quitting ERC.
309
310         * erc-stamp.el (erc-insert-timestamp-right): Try to deal with
311         variable-width characters in the timestamp and on the same line.
312         The latter is a kludge, but it seems to work with most of the
313         input I've thrown at it so far.  It's certainly better than going
314         past the end of line consistently when we have variable-width
315         characters on the same line.  When `erc-timestamp-intangible' is
316         non-nil, add intangible properties to the whitespace as well, so
317         that hitting <end> does what you'd expect.
318
319         * erc.el (erc-flood-protect, erc-toggle-flood-control): Update
320         this to only use boolean values for `erc-flood-protect'.  Update
321         documentation.
322         (erc-cmd-QUIT): Set the active buffer to be the server buffer, so
323         that any QUIT-related messages go there.
324         (erc): Try to be more clever about re-using channel buffers when
325         automatically re-connecting.  Thanks to e1f for noticing.
326
327 2006-01-23  Michael Olson  <mwolson@gnu.org>
328
329         * ChangeLog.2005: Remove erroneous line.
330
331         * FOR-RELEASE: Make that the Makefile tweaking is complete.
332         (NEWS): Mark as done.
333
334         * Makefile (MANUAL): New option indicating the name of the manual.
335         (PREFIX, ELISPDIR, INFODIR): New options that specify the
336         directories to install lisp code and info manuals to.  PREFIX is
337         used only by ELISPDIR and INFODIR.
338         (all): Call `lisp' and create the manual.
339         (lisp): Compile lisp code.
340         (%.info, %.html): New rules that make Info files and HTML files,
341         respectively, from a TexInfo source.
342         (doc): Create both the Info and HTML versions of the manual.  This
343         is for the user -- we never call it automatically.
344         (install-info): Install Info files.
345         (install-bin): Install compiled and source Lisp files.
346         (todo): Remove, since it seems pointless.
347
348         * NEWS: Update.
349
350         * README: Add Installation instructions.  Tweak layout.
351
352         * erc.texi: Work on some pre-5.1 items.
353
354         * erc-stamp.el, erc-track.el: Move some functions and options in
355         order to get rid of a few compiler warnings.
356
357         * erc.el (erc-modules): Enable readonly by default.  This will
358         prevent new users from accidentally removing old messages, which
359         could be disconcerting.  Also enable stamp by default, since
360         timestamps are a fairly standard feature among IRC clients.
361
362         * erc-button.el: Munge whitespace.
363
364         * erc-identd.el (erc-identd-start): Instead of throwing an error,
365         just try to use the obsolete function.
366
367 2006-01-22  Michael Olson  <mwolson@gnu.org>
368
369         * erc-backend.el (erc-decode-string-from-target): Make sure that
370         we have a string as an argument.  If not, coerce it to the empty
371         string.  Hopefully, this will work painlessly around an edge case
372         related to quitting ERC around the same time a message comes in.
373
374 2006-01-22  Johan Bockgård  <bojohan@users.sourceforge.net>
375
376         * erc-track.el: Use `(eval-when-compile (require 'cl))' (for
377         `case'). Doc fixes.
378         (erc-find-parsed-property): Simplify.
379         (erc-track-get-active-buffer): Fix logic. Simplify.
380         (erc-track-switch-buffer): Remove unused variable `dir'. Simplify.
381
382         * erc-speak.el: Doc fixes.
383         (erc-speak-region): `propertize' --> `erc-propertize'.
384
385         * erc-dcc.el (erc-dcc-chat-parse-output): `propertize' -->
386         `erc-propertize'.
387
388         * erc-button.el (erc-button-add-button): Take erc-fill-prefix into
389         account when wrapping URLs.
390
391         * erc-bbdb.el (erc-bbdb-elide-display): Doc fix.
392
393         * erc-backend.el (define-erc-response-handler): Doc fix.
394
395 2006-01-22  Michael Olson  <mwolson@gnu.org>
396
397         * erc.el (erc-update-modules): Use `require' instead of `load',
398         but prevent it from causing errors, in order to preserve the
399         previous behavior.
400
401 2006-01-21  Michael Olson  <mwolson@gnu.org>
402
403         * FOR-RELEASE (Source): Mark cl task as done.
404
405         * Makefile (erc-auto.el): Call erc-generate-autoloads rather than
406         generate-autoloads.
407         (erc-auto.el, %.elc): Don't show command, just its output.
408
409         * NEWS: Add items from 2005-01-01 to 2005-08-13.
410
411         * debian/copyright (Copyright): Update.
412
413         * erc-auto.in (erc-generate-autoloads): Rename from
414         generate-autoloads.
415
416         * erc.el, erc-autoaway.el, erc-backend.el: Use
417         erc-server-process-alive instead of erc-process-alive.
418
419         * erc.el, erc-backend.el, erc-ezbounce.el, erc-list.el,
420         erc-log.el, erc-match.el, erc-nets.el, erc-netsplit.el,
421         erc-nicklist.el, erc-nickserv.el, erc-notify.el, erc-pcomplete.el:
422         Use (eval-when-compile (require 'cl)), so that compilation doesn't
423         fail.
424
425         * erc-fill.el, erc-truncate.el: Whitespace munging.
426
427         * erc.el: Update copyright notice.  Remove eval-after-load code.
428         (erc-with-buffer): Docfix.
429         (erc-once-with-server-event, erc-once-with-server-event-global)
430         (erc-with-buffer, erc-with-all-buffers-of-server): Use erc-gensym
431         instead of gensym.
432         (erc-banlist-update): Use erc-delete-if instead of delete-if.
433         (erc): Call `erc-update-modules' here.
434
435         * erc-backend.el: Require 'erc-compat to minimize compiler
436         warnings.
437         (erc-decode-parsed-server-response): Docfix.
438         (erc-server-process-alive): Move here from erc.el and rename from
439         `erc-process-alive'.
440         (erc-server-send, erc-remove-channel-users): Make sure process is
441         alive before sending data to it.
442
443         * erc-bbdb.el: Update copyright years.
444         (erc-bbdb-whois): Remove overexuberant comment.
445
446         * erc-button.el: Require erc-fill, since we make liberal use of
447         `erc-fill-column'.
448
449         * erc-compat.el (erc-const-expr-p, erc-list*, erc-assert): New
450         functions, the latter of which provides an `assert' equivalent.
451         (erc-remove-if-not): New function that provides a simple
452         implementation of `remove-if-not'.
453         (erc-gensym): New function that provides a simple implementation
454         of `gensym'.
455         (erc-delete-if): New function that provides a simple
456         implementation of `delete-if'.
457         (erc-member-if): New function that provides a simple
458         implementation of `member-if'.
459         (field-end): Remove this, since it is unused, and later versions
460         of XEmacs have this function already.
461         (erc-function-arglist): Moved here from erc.el.
462         (erc-delete-dups): New compatibility function for dealing with
463         XEmacs.
464         (erc-subseq): New function copied from cl-extra.el.
465
466         * erc-dcc.el: Require pcomplete during compilation to avoid
467         compiler warnings.
468         (erc-unpack-int, erc-dcc-send-filter)
469         (erc-dcc-get-filter): Use erc-assert instead of assert.
470         (pcomplete/erc-mode/DCC): Use erc-remove-if-not instead of
471         remove-if-not.
472
473         * erc-match.el (erc-log-matches): Fix compiler warning.
474
475         * erc-nicklist.el: Update copyright notice.
476         (erc-nicklist-menu): Change use of caadr to (car (cadr ...)).
477         (erc-nicklist-bitlbee-connected-p): Remove.
478         (erc-nicklist-insert-medium-name-or-icon): Accept channel
479         argument.  Use it to determine whether we are on bitlbee.  Now
480         that bitlbee names its channel "&bitlbee", this is trivial.
481         (erc-nicklist-insert-contents): Pass channel as specified above.
482         Don't try to determine whether we are on bitlbee here.
483         (erc-nicklist-channel-users-info): Use erc-remove-if-not instead
484         of remove-if-not.
485         (erc-nicklist-search-for-nick): Use erc-member-if instead of
486         member-if.
487
488         * erc-notify.el (erc-notify-QUIT): Use erc-delete-if with a
489         partially-evaluated lambda expression instead of `delete' and
490         `find'.
491
492         * erc-track.el: Use erc-assert.
493         (erc-track-modified-channels): Remove use of `return'.
494         (erc-track-modified-channels): Use `cadr' instead of `second',
495         since otherwise we would need yet another eval-when-compile line.
496
497 2006-01-19  Michael Olson  <mwolson@gnu.org>
498
499         * erc-backend.el (erc-process-sentinel-1): Remove attempt to
500         detect SIGPIPE, since it doesn't work.
501
502 2006-01-10  Diane Murray  <disumu@x3y2z1.net>
503
504         * erc-spelling.el: Updated copyright years.
505         (define-erc-module): Enable/disable `flyspell-mode' for all open
506         ERC buffers as well.
507         (erc-spelling-dictionaries): Reworded customize description.
508
509         * erc.el (erc-command-symbol): New function.
510         (erc-extract-command-from-line): Use `erc-command-symbol'.  This
511         fixes a bug where "Symbol's function definition is void:
512         erc-cmd-LIST" would be shown after typing /list at the prompt (the
513         command was interned because erc-menu.el uses it and is enabled by
514         default whereas erc-list.el is not).
515
516         * NEWS: Started a list of renamed variables.
517
518         * erc.el: Reworded the message sent when defining variable
519         aliases.
520         (erc-command-indicator-face): Doc fix.
521         (erc-modules): Enable the match module by default which makes
522         current nickname highlighting on as the default.
523
524         * erc-button.el: Updated copyright years.
525         (erc-button): New face.
526         (erc-button-face): Use `erc-button'.
527         (erc-button-nickname-face): New customizable variable.
528         (erc-button-add-nickname-buttons, erc-button-add-buttons-1): Send
529         new argument to `erc-button-add-button'.
530         (erc-button-add-button): Doc fix.  Added new argument to function
531         definition, NICK-P.  If it's a nickname, use
532         `erc-button-nickname-face', otherwise use `erc-button-face'.  This
533         makes channel tracking and buttons work better together when
534         `erc-button-buttonize-nicks' is enabled, since there is a nickname
535         on just about every line.
536
537         * erc-track.el (erc-track-use-faces): Doc fix.
538         (erc-track-faces-priority-list): Added `erc-button' to list.
539         (erc-track-priority-faces-only): Doc fix.
540
541 2006-01-09  Diane Murray  <disumu@x3y2z1.net>
542
543         * erc-button.el (erc-button-url-regexp): Use `concat' so the
544         regexp is not one long line.
545         (erc-button-alist): Fixed so that customizing works correctly.
546         Reorganized.  Removed lambda functions with more than two lines.
547         Doc fix.
548         (erc-button-describe-symbol, erc-button-beats-to-time): New
549         functions.  Moved from `erc-button-alist'.
550
551 2006-01-07  Michael Olson  <mwolson@gnu.org>
552
553         * erc-backend.el (erc-process-sentinel-1): Don't try to re-open a
554         process if a SIGPIPE occurs.  This happens when a new message
555         comes in at the same time a /quit is requested.
556         (erc-process-sentinel): Use string-match rather than string= to do
557         these comparisons.  Matching literal newlines makes me nervous.
558
559         * erc-track.el (erc-track-remove-from-mode-line): Handle case
560         where global-mode-string is not a list.  Emacs22 permits this.
561
562 See ChangeLog.2005 for earlier changes.
563
564 ;; Local Variables:
565 ;; coding: utf-8
566 ;; End:
567
568 ;; arch-tag: 865a75f6-2bcb-46df-bf0c-b514dadf688a