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