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