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