]> code.delx.au - gnu-emacs/blob - lisp/erc/ChangeLog.03
Convert consecutive FSF copyright years to ranges.
[gnu-emacs] / lisp / erc / ChangeLog.03
1 2003-12-30 Francis Litterio <franl@users.sourceforge.net>
2
3 * erc.el(erc-cmd-HELP):
4 Changed to prefer giving help for erc-cmd-* functions over
5 similarly-named Elisp functions (e.g., erc-cmd-LIST vs. list).
6
7 2003-12-28 Francis Litterio <franl@users.sourceforge.net>
8
9 * erc.el(erc-query-buffer-p): Added this function.
10
11 2003-12-28 Jorgen Schaefer <forcer@users.sourceforge.net>
12
13 * erc.el(erc-cmd-SV): Use erc-emacs-build-time.
14
15 * erc-compat.el: erc-emacs-build-time: New variable.
16
17 * erc.el(erc-cmd-SAY):
18 Reintroduced the feature where the spaces between
19 "/SAY" and the rest of the line were being sent with the message.
20
21 2003-12-28 Francis Litterio <franl@users.sourceforge.net>
22
23 * erc.el(erc-server-buffer-p):
24 Fixed a bug where this function sometimes would return
25 nil when it should return t.
26
27 2003-12-27 Francis Litterio <franl@users.sourceforge.net>
28
29 * erc.el(erc-generate-new-buffer-name):
30 Really fixed a bug where ERC would reuse
31 a connected server buffer when erc-reuse-buffers is non-nil.
32 (erc-cmd-JOIN): Now we tell the user when he attempts to join the same
33 channel twice on the same server.
34
35 * erc.el(erc-generate-new-buffer-name):
36 Fixed a bug where ERC would reuse a connected server buffer when erc-reuse-buffers is non-nil.
37
38 * erc.el(erc-cmd-SAY):
39 Fixed a bug where the spaces between "/SAY" and the rest of the
40 line were being sent with the message.
41
42 * erc-list.el: Fixed another typo.
43
44 * erc-list.el: Fixed a typo.
45
46 * erc-list.el:
47 Added text to the top of the channel list buffer describing the keybinding for
48 function erc-chanlist-join-channel.
49
50 * erc-list.el: Minor appearance changes. No functional change.
51
52 * erc-list.el:
53 Implemented function erc-chanlist-join-channel. Added variable
54 erc-chanlist-channel-line-regexp. Got rid of function
55 erc-chanlist-pre-command-hook. Changed the logic for how channel lines are
56 highlighted.
57
58 2003-12-26 Francis Litterio <franl@users.sourceforge.net>
59
60 * erc-list.el:
61 Removed a bunch of unused code. No semantic change.
62
63 * erc-list.el: Added lots of functionality.
64
65 2003-12-15 Mario Lang <mlang@delysid.org>
66
67 * erc-track.el, erc.el:
68 New custom type erc-message-type, use it in erc-hide-list and erc-track-exclude-types
69
70 2003-12-14 Alex Schroeder <alex@gnu.org>
71
72 * erc-track.el(track-when-inactive): New module.
73 (erc-track-visibility): New option.
74 (erc-buffer-activity): New variable.
75 (erc-buffer-activity-timeout): New variable.
76 (erc-user-is-active): New function.
77 (erc-buffer-visible): New function.
78 (erc-modified-channels-update): Replace get-buffer-window call
79 with call to erc-buffer-visible.
80 (erc-track-modified-channels): Ditto.
81
82 2003-12-14 Lawrence Mitchell <wence@gmx.li>
83
84 * erc-track.el(erc-modified-channels-update):
85 Force update of modeline. Makes sure
86 that the tracked channels disappear in other buffers too.
87
88 2003-12-06 Lawrence Mitchell <wence@gmx.li>
89
90 * erc.el(define-erc-module):
91 New optional argument LOCAL-P. If non-nil, then
92 mode will be created as buffer-local rather than a global mode.
93 (erc-cmd-CTCP): Fix indentation from last commit.
94
95 * erc-compat.el(erc-define-minor-mode):
96 Deal with :global and :group keywords.
97
98 * erc-nickserv.el(erc-current-network):
99 Make server regex more permissive.
100
101 * erc.el(erc-cmd-CTCP):
102 Don't add a space to end of command when ARGS are
103 empty. This fixes a bug whereby requests of the form "VERSION " were
104 being sent, and ignored.
105
106 2003-11-27 Lawrence Mitchell <wence@gmx.li>
107
108 * erc-log.el: From Adrian Aichner <adrian@xemacs.org>
109 * erc-log.el (erc-log-file-coding-system): Use 'binary
110 coding-system under XEmacs (instead of 'emacs-mule).
111 * erc-log.el (erc-w32-invalid-file-characters): Removed as no
112 longer needed.
113 * erc-log.el (erc-generate-log-file-name-long): Use
114 `convert-standard-filename', which exists in XEmacs too.
115
116 2003-11-16 Mario Lang <mlang@delysid.org>
117
118 * erc-identd.el: Code provided by johnw, thanks!
119
120 2003-11-09 Lawrence Mitchell <wence@gmx.li>
121
122 * erc.el(erc-latest-version): Clean up docstring.
123 Remove requirement for w3, wrap REQUIRE statement in IGNORE-ERRORS.
124 Update viewcvs url to correct location.
125 (erc-ediff-latest-version): Make sure that we find the uncompiled
126 erc.el, error if not.
127
128 2003-11-07 Mario Lang <mlang@delysid.org>
129
130 * erc.el: Add more info to /sv
131
132 2003-11-06 Francis Litterio <franl@users.sourceforge.net>
133
134 * erc.el: Added optional argument BUFFER to erc-server-buffer-p.
135
136 2003-11-04 Mario Lang <mlang@delysid.org>
137
138 * AUTHORS: Add sachac
139
140 2003-11-02 Lawrence Mitchell <wence@gmx.li>
141
142 * erc.el(erc-server-366):
143 chnl is 4th element of parsed, not fifth.
144 (erc-channel-end-receiving-names): Pass correct number of arguments
145 to delete-if-not.
146
147 * erc.el(erc-update-current-channel-member):
148 Use erc-downcase when comparing
149 nick entries. Cleanup indentation.
150
151 2003-11-01 Lawrence Mitchell <wence@gmx.li>
152
153 * erc-sound.el: Added a (provide 'erc-sound) line.
154
155 * erc.el(erc-cmd-NAMES): send to TGT, not CHANNEL.
156
157 2003-10-29 Sandra Jean Chua <sacha@free.net.ph>
158
159 * erc-pcomplete.el, erc.el, CREDITS:
160 Merged Jeremy Maitin-Shepard's patch for time-sensitive nick completion.
161
162 2003-10-27 Mario Lang <mlang@delysid.org>
163
164 * Makefile, debian/changelog:
165 New Debian package 4.0.cvs.20031027
166
167 2003-10-25 Mario Lang <mlang@delysid.org>
168
169 * erc.el: Fix typo tuncate->truncate
170
171 2003-10-24 Mario Lang <mlang@delysid.org>
172
173 * erc-dcc.el: From Stephan Stahl <stl@isogmbh.de>:
174 (erc-dcc-send-block): Kill buffer if transfer completed correctly.
175
176 2003-10-22 Mario Lang <mlang@delysid.org>
177
178 * erc-track.el(erc-track-disable):
179 Do not deactivate all advices for `switch-to-buffer',
180 just disable the erc specific one. (Bug#217022).
181
182 2003-10-18 Lawrence Mitchell <wence@gmx.li>
183
184 * erc-log.el(erc-log-file-coding-system): New variable.
185 (erc-save-buffer-in-logs): Use it.
186
187 2003-10-17 Mario Lang <mlang@delysid.org>
188
189 * erc.el(erc-interpret-mirc-color): New boolean defcustom
190
191 * erc.el: Do not use -nowait on darwin (thanks johnw)
192
193 2003-10-15 Lawrence Mitchell <wence@gmx.li>
194
195 * erc.el(define-erc-module):
196 Set erc-FOO-mode appropriately in erc-FOO-enable
197 and erc-FOO-disable.
198
199 2003-10-12 Jorgen Schaefer <forcer@users.sourceforge.net>
200
201 * erc-autoaway.el(erc-mode):
202 Reset idletime on connect. Fixes an annoying bug which
203 flooded the server with aways on reconnect.
204 (erc-autoway-reset-idletime): Accept optional args so we can hook it
205 onto erc-server-001-hook.
206
207 2003-10-10 Mario Lang <mlang@delysid.org>
208
209 * erc.el(erc-hide-list): Add a nice defcustom type
210
211 2003-10-08 Mario Lang <mlang@delysid.org>
212
213 * Makefile, debian/changelog, debian/control:
214 Debian snapshot 20031008
215
216 * erc-speedbar.el:
217 Patch from Eric M. Ludlam <eric@siege-engine.com>:
218 - (erc-install-speedbar-variables): Add functions list (needs new speedbar?)
219 - (erc-speedbar-buttons): Add doc. Clear the buffer
220 - (erc-speedbar-sort-channel-members): New function.
221 - (erc-speedbar-expand-channel): Call new sort function. Change some visuals.
222 - (erc-speedbar-insert-user): Change some visuals based on channel data.
223 - (erc-speedbar-line-text, erc-speedbar-item-info): New functions
224 Add proper elisp file header.
225
226 2003-10-02 Lawrence Mitchell <wence@gmx.li>
227
228 * erc-match.el(erc-match-syntax-table): New variable.
229 (erc-match-current-nick-p): Use it.
230
231 * erc.el(erc-quit-reason-zippy, erc-part-reason-zippy): Use
232 `erc-replace-regexp-in-string' rather than
233 `replace-regexp-in-string'.
234 (erc-command-indicator-face): New face, used to show commands if
235 `erc-hide-prompt' is nil and `erc-command-indicator' is non-nil.
236 (erc-command-indicator): Clean up doc-string.
237 (erc-display-prompt): New optional argument FACE, use this rather
238 than `erc-prompt-face' to fontify the prompt if non-nil.
239 (erc-send-current-line): Pass in `erc-command-indicator-face' to
240 `erc-display-prompt'.
241
242 * erc-compat.el(erc-replace-regexp-in-string): New function.
243 Alias for `replace-regexp-in-string' on Emacs 21.
244 Argument massaging for `replace-in-string' for XEmacs.
245
246 2003-09-28 Jorgen Schaefer <forcer@users.sourceforge.net>
247
248 * erc.el(erc-keywords): Removed. Wasn't used by anything.
249
250 2003-09-25 Lawrence Mitchell <wence@gmx.li>
251
252 * erc.el: ERC-HIDE-PROMPT: add custom group
253 ERC-COMMAND-INDICATOR: new variable.
254 ERC-COMMAND-INDICATOR: new function.
255 ERC-DISPLAY-PROMPT: new argument, PROMPT, used to override default
256 prompt.
257 ERC-SEND-CURRENT-LINE: pass ERC-COMMAND-INDICATOR to ERC-DISPLAY-PROMPT.
258
259 2003-09-24 Jorgen Schaefer <forcer@users.sourceforge.net>
260
261 * erc.el(erc-parse-line-from-server):
262 Ignore empty lines as required by RFC.
263
264 2003-09-17 Mario Lang <mlang@delysid.org>
265
266 * erc.el: Add lag time calculation
267
268 2003-09-13 Mario Lang <mlang@delysid.org>
269
270 * Makefile, debian/README.Debian, debian/changelog:
271 New debian release
272
273 * erc-notify.el:
274 Call erc-notify-install-message-catalogs on load, not on module init
275
276 * erc.el(erc-update-modules):
277 Use `load' instead of `require'. XEmacs appears
278 to have the NOERROR arg only sometimes... Strange
279
280 * erc.el: No fboundp if we have a defvar
281
282 * erc.el: Properly defvar erc-ping-handler
283
284 2003-09-11 Damien Elmes <erc@repose.cx>
285
286 * erc.el(erc-setup-periodical-server-ping):
287 check if erc-ping-handler is
288 bound before referencing it
289
290 2003-09-10 Mario Lang <mlang@delysid.org>
291
292 * erc.el(erc-cmd-NICK):
293 Warn about exceeded NICKLEN if we know it.
294
295 * erc.el: Make erc-server-PONG obey erc-verbose-server-ping.
296 Cancel old `erc-ping-handler' timer when restablishing connection in the same
297 buffer.
298
299 * debian/changelog, Makefile: New debian snapshot
300
301 * erc-dcc.el, erc-xdcc.el:
302 Use new function erc-dcc-file-to-name to convert spaces to underscores
303
304 * erc-xdcc.el: Add autoload for erc-xdcc-add-file
305
306 2003-09-08 Mario Lang <mlang@delysid.org>
307
308 * erc-dcc.el: indent fixes and copyright update
309
310 * erc.el:
311 erc-send-ping-interval: New defcustom which defaults to 60.
312 Every 60 seconds, we send PING now.
313 This should fix the "connection silently lost" bug.
314 Please test this change extensively, and report problems.
315
316 2003-09-07 Alex Schroeder <alex@gnu.org>
317
318 * erc.el(erc-default-coding-system):
319 Test for undecided and utf-8
320 before setting.
321
322 2003-09-01 Mario Lang <mlang@delysid.org>
323
324 * erc.el(erc-modules): Add some more symbols to the set
325
326 * erc.el(erc-modules): * erc.el(erc-modules): Add :greedy t to the set in
327
328 * erc-dcc.el:
329 More autoloads which make dcc autoload upon ctcp dcc query received.
330
331 * erc-dcc.el(erc-cmd-DCC): Add Autoload.
332 (pcomplete/erc-mode/DCC): Ditto, makes DCC autoloadable just by using
333 completion.
334 Also only offer "send" if fboundp make-network-process.
335
336 * erc-autojoin.el: Update copyright
337
338 * erc-autojoin.el(erc-autojoin-add):
339 Only add the channel if it is not already there.
340
341 * erc-notify.el:
342 Use `define-erc-module' instead of old `erc-notify-initialize'.
343 Now defines the global minor mode erc-notify-mode, and should also
344 be controllable via `erc-modules' with symbol `notify'.
345
346 * erc.el(erc-modules):
347 Fix paren-in-column-zero bug in docstring.
348 Add a sort of bogus, but still better :type.
349 Add autojoin and netsplit by default.
350 (erc-update-modules): Don't barf with an error if `require' fails.
351 We can still error out if the mode is not defined.
352
353 2003-08-31 Andreas Fuchs <asf@void.at>
354
355 * erc.el:
356 * make 353 (NAMES reply) output go into the appropriate channel buffer
357 (if it exists) or into the active erc buffer (if not).
358
359 2003-08-29 mtoledo <mtoledo@confusibombus>
360
361 * erc.el:
362 Added the variable erc-echo-notices-in-current-buffer to make possible display notices in the current buffer (queries to nickserv/chanserv/memoserv). Defaults to nil so nothing changes from what we have today.
363
364 2003-08-29 Mario Lang <mlang@delysid.org>
365
366 * erc.el: Fix typo in varname which led to a compiler warning
367
368 * AUTHORS: Added lawrence
369
370 2003-08-27 Mario Lang <mlang@delysid.org>
371
372 * erc-dcc.el:
373 Set process and file-coding system to 'binary (for Windows)
374
375 * erc-stamp.el: Rename custom group erc-timestamp to erc-stamp.
376
377 2003-08-07 Lawrence Mitchell <wence@gmx.li>
378
379 * erc-fill.el(erc-fill-disable):
380 Remove erc-fill, not erc-fill-static from
381 erc-insert-modify-hook.
382
383 2003-08-05 Francis Litterio <franl@users.sourceforge.net>
384
385 * erc.el(erc-send-current-line):
386 Now we display the prompt for previously entered commands
387 based on the value of customization variable erc-hide-prompt. This change is
388 closely related to the immediate previous version by wencem.
389
390 2003-08-04 Lawrence Mitchell <wence@gmx.li>
391
392 * erc.el(erc-send-current-line):
393 If we're sending a command, don't display
394 the prompt.
395
396 2003-08-04 Damien Elmes <erc@repose.cx>
397
398 * erc-track.el: patch from David Edmondson (dme AT dme DOT org)
399
400 This patch makes button 3 on the erc-track buffer names in the
401 modeline show the selected buffer in another window. It's analogous to
402 button 2 which shows the buffer in the current window.
403
404 2003-07-31 Francis Litterio <franl@users.sourceforge.net>
405
406 * erc.el(erc-display-line-1):
407 Fixed bad indentation on one line. No semantic change.
408
409 2003-07-29 Lawrence Mitchell <wence@gmx.li>
410
411 * erc-match.el:
412 Quote open paren in docstring of erc-text-matched-hook
413
414 * erc.el: Anchor match only at beginning in erc-ignored-user-p.
415
416 * erc-button.el: New variable erc-button-wrap-long-urls.
417 Modified erc-button-add-buttons:
418 New optional argument REGEXP.
419 If we're buttonising a URL and erc-button-wrap-long-urls is
420 non-nil, try and wrap them
421
422 Modified erc-button-add-buttons-1:
423 Pass regexp to erc-button-add-buttons.
424
425 2003-07-28 Francis Litterio <franl@users.sourceforge.net>
426
427 * erc.el(erc-network-name):
428 Improved docstring. Removed an unnecessary call to erc-server-buffer.
429
430 2003-07-28 Mario Lang <mlang@delysid.org>
431
432 * erc.el: By lawrence:
433 (erc-ignored-user-p): Use anchored regexp.
434 (smiley): Fix missing quote in `remove-hook' call.
435
436 2003-07-26 Francis Litterio <franl@users.sourceforge.net>
437
438 * erc-nets.el, erc-nickserv.el, erc.el:
439 Changed all references to Openprojects into references to Freenode.
440
441 2003-07-25 Francis Litterio <franl@users.sourceforge.net>
442
443 * erc.el:
444 Now variable erc-debug-irc-protocol is defvar'ed instead of defcustom'ed.
445 Made the docstring clearer too.
446
447 * erc.el: Fixed a wrong-type-argument error from window-live-p.
448
449 2003-07-15 Damien Elmes <erc@repose.cx>
450
451 * erc-log.el(erc-log-setup-logging):
452 set buffer-file-name to "", as (basic-save-buffer)
453 will prompt for a buffer name before invoking hooks. the buffer-file-name
454 will be overridden by (erc-save-buffer-in-logs) anyway - the main danger
455 of doing this is write-file-contents hooks. Let's see if anyone complains.
456 (erc-save-buffer-in-logs): return t, so that further write hooks are not run
457
458 2003-07-09 Damien Elmes <erc@repose.cx>
459
460 * erc-dcc.el(erc-dcc-open-network-stream):
461 -nowait still crashes emacs cvs - disable for now
462
463 2003-07-02 Francis Litterio <franl@users.sourceforge.net>
464
465 * erc.el(erc): Minor docstring modification.
466
467 2003-07-01 Damien Elmes <erc@repose.cx>
468
469 * erc-match.el(erc-match-current-nick-p):
470 match only on word boundaries
471
472 * erc-log.el(erc-log-setup-logging):
473 not sure how this crept in again - make sure we set
474 buffer-file-name to nil, since otherwise it is not possible to open
475 previous correspondence in another buffer while a conversation is open
476
477 2003-06-28 Francis Litterio <franl@users.sourceforge.net>
478
479 * erc.el(erc-network-name):
480 Now makes some intelligent guesses if the server didn't tell
481 us the network name.
482
483 2003-06-28 Alex Schroeder <alex@gnu.org>
484
485 * erc.el(erc-default-coding-system): Use utf-8 as the default
486 encoding for outgoing stuff and undecided as the default for
487 incoming stuff.
488 (erc-coding-sytem-for-target): New.
489 (erc-encode-string-for-target): Use it.
490 (erc-decode-string-from-target): Use it. Removed the flet
491 erc-default-target hack and documented the dynamically bound
492 variable `target' instead.
493
494 2003-06-25 Francis Litterio <franl@users.sourceforge.net>
495
496 * erc.el(erc-log-irc-protocol):
497 Now we keep point on the bottom line of the window
498 displaying the *erc-protocol* buffer if it is at the end of the
499 *erc-protocol* buffer.
500
501 * erc.el:
502 Added some text to the docstring for variable erc-debug-irc-protocol.
503
504 2003-06-23 Francis Litterio <franl@users.sourceforge.net>
505
506 * erc-dcc.el(erc-dcc-auto-mask-p):
507 Fixed a docstring typo that caused a load-time error.
508
509 * erc-dcc.el(erc-dcc-auto-mask-p):
510 Changed reference to undefined variable erc-dcc-auto-mask-list
511 to erc-dcc-auto-masks.
512 Changed default value of variable erc-dcc-auto-masks to nil and added text to its
513 docstring.
514
515 * erc-notify.el(erc-notify-timer and erc-notify-QUIT):
516 Added network name to notify_off message.
517
518 * erc.el(erc-network-name):
519 Now returns the name of the IRC server if the network name
520 cannot be determined.
521
522 * erc-notify.el(erc-notify-JOIN and erc-notify-NICK):
523 Added argument ?m to call to erc-display-message.
524
525 * erc-dcc.el(erc-dcc-do-LIST-command):
526 Fixed a bug where I assumed (plist-get elt :type)
527 returns a string -- it really returns a symbol.
528
529 * erc-notify.el(erc-notify-timer):
530 Now we include the network name in the notify_on message.
531
532 * erc.el:
533 New function: erc-network-name. Returns the name of the network that the
534 current buffer is associate with. Not every server sends the 005 messages
535 that enable the network name to be known. If the network name is
536 not known, the string "UNKNOWN" is returned.
537
538 * erc-dcc.el(erc-dcc-chat-setup):
539 Added a comment. Fixed a bug where a DCC CHAT buffer has no
540 prompt when it first appears.
541
542 * erc-dcc.el(erc-dcc-chat-parse-output):
543 Now a DCC chat buffer displays the nick using
544 erc-nick-default-face just like in a channel buffer.
545
546 2003-06-22 Francis Litterio <franl@users.sourceforge.net>
547
548 * erc.el(erc-display-prompt):
549 Fixed incorrect indentation. No semantic change.
550
551 * erc.el(erc-strip-controls):
552 Minor change to regexp that matches IRC color control
553 codes. I was seeing usage as follows: ^C07colored text^C^C04other color.
554 Now we strip a ^C followed by zero, one, or two digits. Before this change,
555 we stripped a ^C followed by one or two digits.
556
557 * erc-dcc.el(erc-dcc-do-LIST-command):
558 Improved format of output of /DCC LIST. Now the
559 "Size" column for a DCC GET includes the percentage of the file that has
560 been retrieved.
561 (erc-dcc-do-GET-command): Now it works if erc-dcc-default-directory is set.
562
563 2003-06-19 Damien Elmes <erc@repose.cx>
564
565 * erc-log.el:
566 * added quickstart information to the comments up the top
567
568 2003-06-16 Mario Lang <mlang@delysid.org>
569
570 * erc.el:
571 Default to open-network-stream on MS Windows. (thanks lawrence)
572
573 2003-06-11 Damien Elmes <erc@repose.cx>
574
575 * erc.el(erc-process-input-line):
576 refactor so that wrong-number-of-arguments is
577 caught when using do-not-parse-args - this lets do-not-parse-args
578 commands display help messages on incorrect syntax in a uniform manner.
579 This no longer raises a bad-syntax error - was this a catch-all to stop a
580 backtrace? Does it belong?
581 (erc-cmd-APPENDTOPIC): the correct way to display help when you want to
582 accept an arbitrary string is to (signal 'wrong-number-of-arguments nil).
583 This fixes a bug where people could not /at topics with a space in them.
584
585 2003-06-09 Damien Elmes <erc@repose.cx>
586
587 * erc.el:
588 Re-add the last few changes which weren't merged for some reason.
589
590 * erc.el(erc-cmd-APPENDTOPIC): show help when given no arguments
591
592 Patch from MrBump. Fixes problem with erc-set-topic inserting ^C characters
593 into the topic. Also removes dependency on CL.
594
595 2003-06-08 Jorgen Schaefer <forcer@users.sourceforge.net>
596
597 * erc.el:
598 Added comment to explain (eval-after-load "erc" '(erc-update-modules)).
599
600 2003-06-01 Mario Lang <mlang@delysid.org>
601
602 * erc-pcomplete.el: Add completion for /unignore
603
604 2003-05-31 Alex Schroeder <alex@gnu.org>
605
606 * erc-compat.el(erc-encode-coding-string): The default binding,
607 if encode-coding-string was not available, must be a defun that
608 takes multiple arguments. Did that.
609
610 2003-05-30 Mario Lang <mlang@delysid.org>
611
612 * erc.el:
613 Add handlers for 313 and 330 (by arne@rfc2549.org, thanks)
614
615 2003-05-30 Damien Elmes <erc@repose.cx>
616
617 * erc.el:
618 patch from MrBump to make /mode #foo +b work again (erc-cmd-BANLIST only
619 temporarily changes them now)
620
621 2003-05-29 Alex Schroeder <alex@gnu.org>
622
623 * erc.el(erc-select):
624 server is now defaulted with erc-compute-server.
625 A few cosmetic fixes.
626 (erc-default-coding-system): Renamed from erc-encoding-default.
627 (erc-encoding-default): Renamed to erc-default-coding-system.
628 (erc-encoding-coding-alist): Documentation updated to cover regexps.
629 (erc-encode-string-for-target): Now considers keys of
630 erc-encoding-coding-alist to be regexps. Rely on erc-compat
631 wrt. MULE support.
632 (erc-decode-string-from-target): New function.
633 (erc-send-current-line): eq -> char-equal fix.
634 (erc-server-TOPIC): topic is now decoded with
635 erc-decode-string-from-target.
636 (erc-parse-line-from-server): Line from server is no longer decoded
637 here.
638 (erc-server-PRIVMSG-or-NOTICE): Message from a user is decoded here,
639 sspec -> sender-spec for clarity. Cosmetic if -> when fix.
640 (erc-server-TOPIC): sspec -> sender-spec
641 (erc-server-WALLOPS): Ditto.
642
643 * erc-compat.el(erc-decode-coding-string):
644 Now requires coding-system as an argument.
645
646 2003-05-15 Mario Lang <mlang@delysid.org>
647
648 * erc.el:
649 erc-part|quit-hook is only run on a part|quit directed to our nick, reflect that in the docstring to avoid confusion
650
651 2003-05-01 Andreas Fuchs <asf@void.at>
652
653 * erc-truncate.el:
654 * erc-truncate-buffer-to-size: use fboundp. Scheme takes its toll...
655
656 2003-05-01 Jorgen Schaefer <forcer@users.sourceforge.net>
657
658 * erc-truncate.el: remove require of erc-log
659 (erc-truncate-buffer-to-size): use erc-save-buffer-in-logs when it's
660 there, else, don't.
661
662 2003-04-29 Andreas Fuchs <asf@void.at>
663
664 * erc-log.el, erc-truncate.el, erc.el: erc.el:
665 * erc-cmd-QUIT: Remove references to code in erc-log.el, to
666 not force autoloading of erc-log.el
667 * erc-server-PART: ditto.
668 * erc-quit-hook: new hook, run when /quit command is
669 processed.
670 * erc-cmd-QUIT: use it.
671 * erc-part-hook: new hook, run then PART message is
672 processed.
673 * erc-cmd-PART: use it.
674 * erc-connect-pre-hook: new hook, run before connection to IRC
675 server is started.
676 * erc: use it.
677 * erc-max-buffer-size: Move truncation variables and functions
678 to erc-truncate.el
679 * erc-truncate-buffer-on-save: moved to erc-log.el
680 * erc-initialize-log-marker: new function.
681 erc-log.el:
682 * erc-truncate-buffer-on-save: New defcust here; from erc.el
683 * erc-truncate-buffer-on-save: Put it in group `erc-log'
684 * erc-log-channels-directory: Remove trailing slash from
685 default value.
686 * Add functions to erc-connect-pre-hook, erc-part-hook and
687 erc-quit-hook to avoid getting autoloaded.
688
689 erc-truncate.el:
690 * Contains the truncation functions and defcusts from erc.el.
691 * define-erc-module clause added; new erc-truncate-mode.
692
693 2003-04-29 Jorgen Schaefer <forcer@users.sourceforge.net>
694
695 * erc.el(erc):
696 Check wether erc-save-buffer-in-logs is bound, too
697
698 * erc.el(erc):
699 Check wether erc-logging-enabled is bound before using it - not
700 everyone is using erc-log.el!
701
702 2003-04-28 Andreas Fuchs <asf@void.at>
703
704 * erc-log.el:
705 * while we're at it, remove the (declare (ignore ignore)) statements.
706
707 * erc-log.el:
708 * add autoload statement for erc-log-mode/etc. Sorry for the delay.
709
710 * erc-log.el, erc.el: * erc.el:
711 - move variables and functions to erc-log.el:
712 defgroup `erc-log'
713 defcustom `erc-log-channels-directory'
714 defcustom `erc-log-insert-log-on-open'
715 defcustom `erc-generate-log-file-name-function'
716 defun `erc-save-buffer-in-logs' (autoloads from erc-log.el)
717 defuns `erc-generate-log-file-name-*'
718 defun `erc-current-logfile'
719 defun `erc-logging-enabled' (autoloads from erc-log.el)
720 - erc-truncate-buffer-to-size: fix for double-saving bug when
721 writing out truncated buffer contents. Thanks, lawrence mitchell <wence@gmx.li>!
722 - erc-remove-text-properties-region: Fix case for read-only text.
723 - erc-send-current-line: update insert-marker before calling the hooks.
724 also, wrap (erc-display-prompt) so that it doesn't toggle
725 buffer-modified-p.
726 - erc-interpret-controls: remove /very/ old commented-out function
727 - erc-last-saved-position: make it a marker
728 - erc: use it.
729
730 * erc-log.el: (thanks, lawrence mitchell <wence@gmx.li>!)
731 - Move logging code from erc.el here
732 - define-erc-module log: add; minor mode erc-log-mode is the
733 same as adding the `erc-save-buffer-in-logs' to
734 erc-send-post-hook and `erc-insert-post-hook'.
735 - erc-w32-invalid-file-characters: add.
736 - erc-enable-logging: add.
737 - erc-logging-enabled: use it.
738 - erc-logging-enabled: autoload.
739 - erc-save-buffer-in-logs: fix for truncating saved buffer with read-only text.
740 - erc-save-buffer-in-logs: use erc-last-saved-position.
741 - erc-save-buffer-in-logs: fix saving half-written messages on
742 the prompt when saving the log file. (simply uses
743 erc-insert-marker as an upper bound for saving).
744
745 2003-04-27 Damien Elmes <erc@repose.cx>
746
747 * erc.el: * erc.el: erc-modules: added
748
749 2003-04-27 Alex Schroeder <alex@gnu.org>
750
751 * Makefile(UNCOMPILED): Added erc-compat.el.
752 (clean): Remove .elc files, too.
753 Patch by Hynek Schlawack <hynek+erc@hys.in-berlin.de>
754
755 2003-04-22 Damien Elmes <erc@repose.cx>
756
757 * erc-button.el:
758 erc-button-keymap: set the parent keymap to erc-mode-map
759
760 2003-04-20 Damien Elmes <erc@repose.cx>
761
762 * erc.el:
763 erc-official-location: shouldn't the official location be the base URL of erc?
764
765 * erc.el:
766 erc-modules: updated the docstring to make the semantics clearer
767
768 2003-04-19 Mario Lang <mlang@delysid.org>
769
770 * erc.el:
771 Fix problem where % in NOTICE produced errors (from mmc)
772
773 2003-04-18 Damien Elmes <erc@repose.cx>
774
775 * erc.el(erc-toggle-debug-irc-protocol):
776 moved a reference to 'buf' inside the let
777 statement which defines it. it's difficult to tell what the original
778 intentions were here - at the moment the debug window is displayed when
779 toggling either way.
780
781 * README, erc.el:
782 (erc-update-modules: added a condition in for erc-nickserv -> erc-services
783
784 * erc-pcomplete.el:
785 - that change to erc-update-modules making it require the modules first means
786 we don't need any special case handling here, so i reverted the previous
787 change
788
789 * erc.el:
790 - don't require 'erc-auto, since windows users don't have access to make.
791 instead, we handle it in (erc-update-modules)
792
793 2003-04-17 Damien Elmes <erc@repose.cx>
794
795 * README, Makefile:
796 Updated Makefile and documentation to reflect the new release
797
798 * erc.el:
799 - note the previous change also updated the release number to erc 4.0!
800 (erc-connect): fix a bug introduced by the previous release
801
802 * erc.el:
803 fixed about 20 instances of (message (format ...)) which will break if the
804 format returns a string with %s in it
805
806 * erc.el: erc-error-face: make it red, not pink
807
808 * erc-pcomplete.el:
809 since pcomplete is autoloaded via erc-completion-mode, and completion is in
810 erc-modules by default, we remove completion when pcomplete is added
811
812 * erc.el(define-erc-module): no need for delete, use delq
813
814 * erc-members.el(erc-nick-channels):
815 (erc-person-channels) takes one arg
816 (erc-format-user): again, they all take an arg
817
818 * erc.el:
819 - require erc-auto when loading, so the default `erc-modules' can be loaded.
820 this makes erc-auto no longer a convenience but a necessity - all the name
821 of user friendliness.
822 (define-erc-module): the enable and disable routines now update erc-modules
823 accordingly
824 erc-modules: new variable controlling the modules which erc has loaded/will
825 load. when customising, it will automatically enable modules. it won't
826 automatically disable modules which are removed, yet.
827 (erc-update-modules): enable all modules in `erc-modules'
828
829 * erc-dcc.el(erc-dcc-open-network-stream):
830 use the -nowait equiv if available
831 erc-dcc-server-port: removed
832 erc-dcc-port-range: allows a range of values, so you can have more than one
833 dcc
834 (erc-dcc-server): support erc-dcc-port-range
835 (erc-dcc-chat): use OCHAT for outgoing chat for now. we need to fix the
836 issues with allowing more than one chat with the same person
837
838 * erc.el:
839 erc-log-channels: removed; set the directory to start logging
840 (erc-directory-writeable-p): create directory if it doesn't exist, check if
841 it's writeable
842 (erc-logging-enabled): don't reference erc-log-channels
843
844 2003-04-07 Damien Elmes <erc@repose.cx>
845
846 * erc.el(erc):
847 but when inserting the contents of a previous logfile, use the logfile
848 name, not ""!
849
850 * erc.el(erc):
851 set buffer-file-name to "", since we have a custom saving function and
852 it's not needed. this enables one to open a log file with previous
853 correspondence, while talking to the person at the same time
854
855 2003-03-29 Francis Litterio <franl@users.sourceforge.net>
856
857 * erc.el(erc-prepare-mode-line-format):
858 Now strips all text properties from the target before
859 putting it in the mode line. Keeps the mode line looking consistent.
860 (erc-channel-p): Improved docstring.
861
862 2003-03-28 Alex Schroeder <alex@gnu.org>
863
864 * erc.el(erc-generate-log-file-name-with-date): New function.
865 (erc-generate-log-file-name-function): Make it available.
866
867 2003-03-24 Mario Lang <mlang@delysid.org>
868
869 * erc.el:
870 Fix erc-prompt and erc-user-mode custom :type (Closes: #185794)
871
872 2003-03-20 Damien Elmes <erc@repose.cx>
873
874 * erc.el:
875 erc-server-hook-list: correct documentation of ordering of (proc parsed)
876
877 2003-03-16 Alex Schroeder <alex@gnu.org>
878
879 * erc-track.el(erc-modified-channels-string):
880 Make it a risky-local-variable.
881
882 2003-03-16 Jorgen Schaefer <forcer@users.sourceforge.net>
883
884 * erc-track.el(erc-track-modified-channels):
885 Use (point-min) if we don't find a
886 parsed-property, so it won't error out with nil...
887
888 2003-03-16 Damien Elmes <erc@repose.cx>
889
890 * erc-track.el(erc-track-switch-buffer):
891 removed call to erc-modified-channels-update, as
892 this is done correctly on buffer switching in both emacs and xemacs now
893
894 2003-03-15 Damien Elmes <erc@repose.cx>
895
896 * erc-track.el(erc-find-parsed-property):
897 simplified a little, so it shouldn't return nil anymore
898
899 * erc.el: erc-send-post-hook: document narrowing which occurs
900
901 2003-03-14 Alex Schroeder <alex@gnu.org>
902
903 * erc-track.el(erc-find-parsed-property): New function.
904 (erc-track-modified-channels): Use it instead of relying on
905 point-min.
906
907 2003-03-12 Mario Lang <mlang@delysid.org>
908
909 * erc.el:
910 Fix erc-set-topic to accept a channel name as first word
911
912 2003-03-11 Jorgen Schaefer <forcer@users.sourceforge.net>
913
914 * erc-dcc.el:
915 Small patch (<10 lines, also slightly modified by Jorgen Schäfer) from
916 David Spreen <netzwurm@debian.org> to add hostmask-authentication to
917 DCC auto-accept.
918
919 erc-dcc-auto-mask-list: New variable
920 (erc-dcc-handle-ctcp-send): Check erc-dcc-auto-mask-list
921 (erc-dcc-auto-mask-p): New function
922 erc-dcc-send-request: Docstring now mentions erc-dcc-auto-mask-list
923
924 2003-03-10 Francis Litterio <franl@users.sourceforge.net>
925
926 * erc-ring.el(erc-clear-input-ring):
927 New function. Erases the contents of the input ring for
928 the current ERC buffer.
929
930 2003-03-08 Francis Litterio <franl@users.sourceforge.net>
931
932 * erc.el:
933 (erc-display-line-1) and (erc-send-current-line): Now these functions reset erc-insert-this
934 to t as soon as possible after consuming the value of that variable. See the comments in
935 the code for the strange symptom this fixes.
936 (erc-bol): Changed to call point-at-eol instead of line-end-position. This increases XEmacs
937 portability, since XEmacs doesn't have line-end-position. Patch suggested by Scott Evans
938 on the ERC mailing list.
939
940 2003-03-04 Damien Elmes <erc@repose.cx>
941
942 * erc.el: banlist*: patch from mrbump to avoid using cl packages
943
944 2003-03-04 Francis Litterio <franl@users.sourceforge.net>
945
946 * erc.el:
947 Changed erc-noncommands-list from a constant to variable, so that users can
948 add their own erc-cmd-* functions to the list. Improved the docstring too.
949
950 2003-03-02 Francis Litterio <franl@users.sourceforge.net>
951
952 * erc.el(erc-server-353):
953 Now the output of "/NAMES #channel" appears in the currently
954 active ERC buffer, even if the user is not a member of #channel.
955
956 * erc.el(erc-cmd-DEOP):
957 Fixed a syntax error: invalid read syntax ")" caused by my last change.
958
959 2003-03-01 Francis Litterio <franl@users.sourceforge.net>
960
961 * erc.el(erc-cmd-DEOP):
962 Fixed a wrong-type-argument error caused by calling split-string
963 on a list instead of on a string. Removed the call to split-string entirely,
964 because it wasn't needed.
965
966 * erc.el(erc-cmd-HELP):
967 Changed to use intern-soft instead of intern. Now "/HELP floob"
968 doesn't create a void function symbol erc-cmd-FLOOB.
969
970 2003-02-25 Damien Elmes <erc@repose.cx>
971
972 * erc.el(erc-cmd-SERVER):
973 remove erroneous references to line, use server instead
974
975 2003-02-23 Francis Litterio <franl@users.sourceforge.net>
976
977 * erc.el(erc-toggle-debug-irc-protocol):
978 Fixed a bug where the global value of
979 kill-buffer-hook was being modified instead of the buffer-local value.
980
981 2003-02-22 Francis Litterio <franl@users.sourceforge.net>
982
983 * erc.el(erc-cmd-KICK):
984 Now supports any number of words in the REASON string. Examples
985 of the /KICK command are:
986 /KICK franl You don't belong here
987 /KICK franl Bye
988 /KICK franl
989 /KICK #channel franl Go away now
990 /KICK #channel franl Bye
991 /KICK #channel franl
992
993 2003-02-16 Jorgen Schaefer <forcer@users.sourceforge.net>
994
995 * erc-stamp.el(erc-insert-timestamp-right):
996 Make the timestamp rear-nonsticky, so
997 C-e works at the beginning of the next line.
998
999 2003-02-16 Andreas Fuchs <asf@void.at>
1000
1001 * erc-stamp.el:
1002 * s/choose/choice/ in customize options, as kensanata requested.
1003
1004 2003-02-15 Francis Litterio <franl@users.sourceforge.net>
1005
1006 * erc.el(erc-toggle-debug-irc-protocol):
1007 Now if the *erc-protocol* buffer is killed,
1008 logging is turned off. Prior to this change, the buffer would come back
1009 into existence (generally unbeknownst to the user) after being killed.
1010
1011 2003-02-11 Damien Elmes <erc@repose.cx>
1012
1013 * erc.el(erc-send-current-line):
1014 we can't inhibit everything here when not connected,
1015 as the user will expect commands like /server still to work. the
1016 erc-cmd-handler should recover from errors instead
1017
1018 2003-02-10 Damien Elmes <erc@repose.cx>
1019
1020 * erc.el:
1021 * we now run erc-after-connect on 422 (no motd) messages as well as the motd
1022 messages
1023 (erc-login): revert the previous change
1024
1025 * erc.el(erc-login): register that we're connected
1026
1027 2003-02-10 Mario Lang <mlang@delysid.org>
1028
1029 * erc-members.el: * Provide erc-members
1030 * Fix excessive )
1031 * Comment out broken self-tests
1032
1033 2003-02-07 Damien Elmes <erc@repose.cx>
1034
1035 * erc.el(erc-connect):
1036 notify the user we're trying to connect when using asych
1037 connections
1038
1039 * erc.el(erc-connect): support an asynchronous connection
1040 (erc-process-sentinel): ditto
1041
1042 * erc-track.el:
1043 * advise switch-to-buffer in the case of xemacs, since it doesn't have
1044 window-configuration-change-hook
1045
1046 * erc.el(erc-send-current-line):
1047 if not connected, refuse to send either a message or
1048 a command
1049
1050 * erc.el: (erc-save-buffer-in-logs):
1051 - check for a sensible region before saving the buffer. if the
1052 connection process is killed early on, there is not a sensible region
1053 to save
1054 - don't set buffer-file-name on save. we don't need it, and it means we
1055 can now find-file a log while an existing query is open with that
1056 user
1057
1058 * erc.el(erc-process-input-line):
1059 when displaying the help for a function, if no
1060 documentation exists, don't fall over
1061 (erc-cmd-SAY): new function for quoting lines begining with /
1062 (erc-server-NICK):
1063 - fix a bug where the "is now known as" message doesn't appear on newly
1064 created /query buffers
1065 - when a user changes their nick, update the query to point to the new
1066 nick
1067
1068 * erc.el(erc-send-current-command):
1069 don't reject multi-line commands. since
1070 multiline-p is used as the no-command arg to erc-process-current-line,
1071 multi-line text is never interpreted as a command. i believe this is the
1072 correct behavior - it allows people to post the output of things like df
1073 (sans header). if you want to change this, please provide a rationale
1074 in the changelog
1075
1076 * erc.el(erc-send-current-line):
1077 only match the first line when determining if a
1078 multi-line command is allowed
1079
1080 2003-02-07 Jorgen Schaefer <forcer@users.sourceforge.net>
1081
1082 * erc-bbdb.el(erc-bbdb-highlight-record):
1083 Use alternate strings, not character
1084 classes to split the nick-field.
1085
1086 2003-02-06 Francis Litterio <franl@users.sourceforge.net>
1087
1088 * erc.el(erc-process-sentinel):
1089 Now we set erc-connected to nil every time we disconnect
1090 from a server, not just when an unexpected disconnect happens.
1091
1092 * erc.el(erc-connected):
1093 Removed redundant defvar of this variable. Improved the
1094 docstring.
1095 (erc-login): Changed to send a correct RFC2812 USER message (see section
1096 3.1.3 of RFC2812 for the documentation of the semantics of each argument
1097 of the USER message.
1098
1099 2003-02-02 Damien Elmes <erc@repose.cx>
1100
1101 * erc.el(erc-cmd-NOTICE): fix from mrbump
1102
1103 2003-01-31 Francis Litterio <franl@users.sourceforge.net>
1104
1105 * erc.el(erc-cmd-JOIN):
1106 Now we only send one JOIN command to the server when a channel
1107 key is provided.
1108
1109 2003-01-30 Francis Litterio <franl@users.sourceforge.net>
1110
1111 * erc.el(erc-remove-channel-member):
1112 Fixed so that it runs erc-channel-members-changed-hook
1113 with the channel buffer current, as is documented in the docstring for variable
1114 erc-channel-members-changed-hook: "The buffer where the change happened is
1115 current while this hook is called."
1116
1117 2003-01-28 Francis Litterio <franl@users.sourceforge.net>
1118
1119 * erc.el:
1120 (erc-ignored-user-p),(erc-cmd-IGNORE),(erc-cmd-UNIGNORE): Now nicks are ignored
1121 on a per-server basis. Now, erc-ignore-list is only valid in server
1122 buffers! Do not reference it in channel buffers.
1123
1124 * erc.el(erc-cmd-IGNORE):
1125 Now says "Ignore list is empty" if it erc-ignore-list is empty
1126 instead of showing an empty list.
1127
1128 2003-01-25 Alex Schroeder <alex@gnu.org>
1129
1130 * erc-nickserv.el(services): Defined a module
1131
1132 2003-01-25 Jorgen Schaefer <forcer@users.sourceforge.net>
1133
1134 * erc.el(erc-process-ctcp-query):
1135 Display recipient of CTCP query if it's not
1136 our current nick.
1137
1138 * erc.el(erc-cmd-WHOIS):
1139 Accept an optional second argument SERVER.
1140
1141 2003-01-25 Alex Schroeder <alex@gnu.org>
1142
1143 * erc-stamp.el(stamp): erc-add-timestamp must always be added
1144 with the APPEND parameter -- not only when adding it on the right.
1145
1146 2003-01-24 Alex Schroeder <alex@gnu.org>
1147
1148 * erc-members.el(erc-channel-members-changed-hook): Obsolete, use
1149 erc-members-changed-hook instead. When it is set, add its content
1150 to erc-members-changed-hook.
1151 (erc-update-channel-member): Obsolete, use erc-update-member
1152 instead. Defalias to that effect.
1153 (erc-remove-channel-member): New and already obsolete. Use
1154 erc-remove-nick-from-channel instead.
1155 (erc-update-channel-info-buffer): Obsolete, use ignore instead.
1156 Yes, these have to go.
1157 (erc-channel-member-to-user-spec): Obsolete, use erc-format-user
1158 instead.
1159 (erc-format-user): New.
1160 (erc-ignored-reply-p): New, use it.
1161
1162 * erc-members.el:
1163 Further along the way. Any function from erc.el that uses
1164 channel-members should end up in this file, rewritten to use
1165 erc-members.
1166
1167 (erc-person): Call erc-downcase before getting
1168 something from the hash.
1169 (erc-nick-in-channel): Checking wether erc-process must be used is
1170 unnecessary -- this will be done in erc-person.
1171 (erc-nick-channels): New.
1172 (erc-add-nick-to-channel, erc-update-member): Call erc-downcase
1173 before putting something into the hash.
1174 (erc-buffer-list-with-nick): New.
1175 (erc-format-nick, erc-format-@nick): New, backwards incompatible.
1176 Must check for other places that call these!
1177 (erc-server-PRIVMSG-or-NOTICE): Use the new version.
1178
1179 * erc-compat.el(view-mode-enter): defalias to view-mode, if
1180 view-mode-enter is not fboundp and view-mode is -- as is the case
1181 in XEmacs. We need view-mode-enter in erc-match.el.
1182
1183 2003-01-23 Francis Litterio <franl@users.sourceforge.net>
1184
1185 * erc.el(erc-default-server-handler):
1186 Minor performance improvement: allow the lambda
1187 expression to be byte-compiled.
1188
1189 2003-01-23 Damien Elmes <erc@repose.cx>
1190
1191 * erc.el(erc-cmd-BANLIST):
1192 in the absence of a fill-column, use the screen width
1193
1194 2003-01-22 Damien Elmes <erc@repose.cx>
1195
1196 * erc.el:
1197 patch from MrBump to delay fetching the banlist until /bl is run, so we don't
1198 fetch it when joining a channel anymore
1199
1200 * erc-ring.el:
1201 * instead of adjusting hooks when loaded, provide (erc-ring-mode). you'll
1202 need to run (erc-ring-mode 1) now to get the ring
1203 * (erc-previous-command), (erc-next-command):
1204 - check if the ring exists and create it if necessary
1205 - don't do anything if the ring is empty
1206
1207 * erc-pcomplete.el:
1208 Put "how to use" documentation in the comments up the top
1209
1210 2003-01-21 Alex Schroeder <alex@gnu.org>
1211
1212 * erc-autojoin.el(erc-autojoin-version): New.
1213
1214 * erc-autojoin.el(erc-autojoin-add): Added body.
1215 (erc-autojoin-remove): Added body.
1216 (erc-autojoin): Provide it.
1217
1218 2003-01-21 Damien Elmes <erc@repose.cx>
1219
1220 * erc.el: erc-cmd-*: removed a bunch of references to force
1221
1222 2003-01-21 Alex Schroeder <alex@gnu.org>
1223
1224 * erc-autojoin.el(erc-autojoin-channels-alist): More doc.
1225
1226 2003-01-20 Alex Schroeder <alex@gnu.org>
1227
1228 * erc-autojoin.el:
1229 new, based on resolve's mail, and the stuff on the wiki
1230
1231 * erc-members.el: new
1232
1233 2003-01-19 Mario Lang <mlang@delysid.org>
1234
1235 * debian/README.Debian, debian/changelog, debian/scripts/install,
1236 debian/scripts/startup.erc, Makefile:
1237 Prepare for 20030119 debian package
1238
1239 * erc-dcc.el: <rant>
1240 * (erc-decimal-to-ip): Since XEmacs decides that return a completely
1241 and utterly wrong number from string-to-number if it is larger than
1242 the integer boundary, instead of sanely converting the thing to
1243 a float, we now (concat dec ".0").
1244 </rant>
1245
1246 * erc.el:
1247 * (erc-log-irc-protocol): Use erc-propertize, not propertize
1248
1249 2003-01-19 Alex Schroeder <alex@gnu.org>
1250
1251 * erc-button.el(erc-button-add-buttons): Added regexp-quote for
1252 the list case, too.
1253
1254 2003-01-19 Damien Elmes <erc@repose.cx>
1255
1256 * erc-dcc.el(erc-dcc-member): fix for case where a prop is nil
1257
1258 * erc-dcc.el(erc-dcc-member):
1259 fix for xemacs's version of plist-member
1260
1261 2003-01-19 Mario Lang <mlang@delysid.org>
1262
1263 * erc-notify.el: Delete empty strings from the ison-list
1264
1265 * erc-track.el:
1266 * (erc-track-switch-buffer): Call erc-modified-channels-update here.
1267
1268 * erc-track.el: * toplevel: require 'erc-match
1269
1270 * erc-track.el: * (erc-track-mode): Make autoload interactive
1271
1272 * erc-button.el: * (button): Make the autoload interactive
1273
1274 * erc.el:
1275 * (erc-mode): Comment out the case-table stuff, breaks xemacs
1276 * (erc-downcase): Revert.
1277
1278 * erc-dcc.el:
1279 * (erc-dcc-handle-ctcp-send): Use erc-decimal-to-ip on the ip we get...
1280
1281 * erc-speak.el:
1282 Eliminate reference to erc-nick-regexp, which no longer exists
1283
1284 2003-01-19 Alex Schroeder <alex@gnu.org>
1285
1286 * erc-stamp.el(erc-timestamp-right-column): New, default nil.
1287 (erc-insert-timestamp-right): Use it, if non-nil. Verbose
1288 doc string.
1289
1290 2003-01-18 Jorgen Schaefer <forcer@users.sourceforge.net>
1291
1292 * erc.el(erc-downcase): Use the old behavior in non-CVS Emacs.
1293
1294 * erc.el(erc-cmd-QUIT): Remove &rest. The correct fix follows.
1295 (erc-cmd-GQUIT): Pass "" to erc-cmd-QUIT.
1296 (erc-mode): Use the case-table only in CVS Emacs. See comment.
1297
1298 * erc.el(erc-cmd-QUIT): make reason optional.
1299
1300 * erc.el(erc-cmd-GQUIT): Fixed typo.
1301
1302 2003-01-17 Mario Lang <mlang@delysid.org>
1303
1304 * erc.el:
1305 * (erc-current-logfile): call expand-file-name, so that downcase doesn't mess up ~
1306
1307 * erc.el: * (erc-mode): Define a proper case-table.
1308 * (erc-downcase): just call downcase for now, lets see if the case-table is portable, if yes, we'll remove all erc-downcase references anyway...
1309
1310 * erc-button.el: * (erc-button-add-buttons): regex-quote the nick
1311
1312 2003-01-17 Alex Schroeder <alex@gnu.org>
1313
1314 * erc-button.el(button): erc-channel-members-changed-hook no
1315 longer has erc-recompute-nick-regexp.
1316 (erc-button-alist): Use channel-members instead of
1317 erc-nick-regexp.
1318 (erc-button-add-buttons): Split some code into
1319 erc-button-add-buttons-1, and now handle strings, lists, and
1320 alists. Regular expressions in lists and alists are enclosed in
1321 < and >.
1322 (erc-button-add-buttons-1): New.
1323 (erc-nick-regexp): Deleted.
1324 (erc-recompute-nick-regexp): Deleted.
1325
1326 * erc-button.el: Remove require cl again.
1327 (erc-mode-map): No longer bind widget-backward and widget-forward.
1328 (erc-button-alist): Explain why byte-compiling makes no sense, and
1329 remove all calls to byte-compile.
1330 (erc-button-keymap): Define it the standard way, without exposing
1331 the list nature of the keymap.
1332 (erc-button-marker-list): Deleted.
1333 (erc-button-add-buttons): Simplify. In particular, create the
1334 button using the real callback, instead of using the intermediate
1335 erc-button-push, and only store the data as described for
1336 erc-button-alist.
1337 (erc-button-remove-old-buttons): Simplify. No more list munging.
1338 Instead, just remove all the properties that we add in
1339 erc-button-add-button.
1340 (erc-widget-press-button): Deleted.
1341 (erc-button-click-button): New, for mouse clicks. Moves point to
1342 where the mouse is, and calls erc-button-push.
1343 (erc-button-push): Instead of matching again, just use the
1344 erc-callback and erc-data properties at point to do the right
1345 thing.
1346 (erc-button-entry): Deleted.
1347 (erc-button-next): Use error instead of the beep plus message
1348 combo.
1349
1350 2003-01-17 Jorgen Schaefer <forcer@users.sourceforge.net>
1351
1352 * erc-autoaway.el(erc-autoaway-set-back):
1353 Don't pass a force argument to erc-cmd-GAWAY.
1354
1355 * erc.el(erc-cmd-AWAY): Removed usage of the force variable.
1356
1357 2003-01-17 Alex Schroeder <alex@gnu.org>
1358
1359 * erc-button.el(button):
1360 erc-recompute-nick-regexp is no longer added to
1361 erc-channel-members-changed-hook unconditionally, but only if
1362 erc-button-mode is enabled, and if it is disabled, it is removed
1363 again.
1364 (erc): Require cl for delete-if.
1365 (erc-button-remove-old-buttons): Rewrote using delete-if to
1366 prevent excesive consing. Having the marker list is still ugly,
1367 so another solution needs to be found.
1368
1369 2003-01-17 Jorgen Schaefer <forcer@users.sourceforge.net>
1370
1371 * erc.el(erc-banlist-store):
1372 Don't assume there's always a setter in the banlist reply.
1373
1374 2003-01-17 Alex Schroeder <alex@gnu.org>
1375
1376 * erc-button.el(erc-button-url-regexp): Changed regexp according
1377 to a suggestion by Max Froumentin <mf@w3.org>.
1378
1379 2003-01-17 Mario Lang <mlang@delysid.org>
1380
1381 * erc.el:
1382 fix erc-remove-channel-member again to not error out on nil as first arg...
1383
1384 * erc.el: * (erc-occur): New function
1385
1386 2003-01-17 Damien Elmes <erc@repose.cx>
1387
1388 * erc.el: erc-banlist-*: return nil so further hooks are called
1389
1390 * erc.el(erc-server-368):
1391 suppress "end of ban list" messages - use /listbans now
1392
1393 * erc.el(erc-send-current-line):
1394 removed the check for leading whitespace again - the
1395 only time we want to prohibit multi-line commands is if / is the first
1396 thing on the line
1397 (erc-get-arglist): new defun for reading a function's arglist which should
1398 work with older copies of emacs. we use help-function-arglist if it's
1399 available, though, since that has support for reading subrs, etc
1400
1401 * erc.el(erc-cmd-JOIN): fixed (again)
1402
1403 * erc.el: * fixed call to erc-cmd-NICK when connecting
1404 * support for listing bans and mass unbanning, again thanks to MrBump
1405
1406 * erc.el(erc-set-topic):
1407 patch from MrBump (Mark Triggs, mst@dishvelled.net) to strip
1408 control chars and topic attribution in C-c C-t
1409
1410 2003-01-16 Mario Lang <mlang@delysid.org>
1411
1412 * erc.el:
1413 * (erc-remove-channel-member): Do not use delq, modify the list using setcdr like delq does.
1414 In theory, this should be way faster since the list doesn't get traverse two times.
1415 Measurement didn't show any real difference though :(, this system is flawed for channels with >300 users it seems...
1416 Also moved some defcustoms up.
1417
1418 2003-01-16 Brian P Templeton <bpt@tunes.org>
1419
1420 * erc.el: moved misplaced paren
1421
1422 2003-01-16 Damien Elmes <erc@repose.cx>
1423
1424 * erc.el(erc-cmd-UNIGNORE):
1425 reference argument directly - no string matching
1426
1427 * erc.el(erc-extract-command-from-line):
1428 hmm, thinko in the canonicalisation. should
1429 be fixed
1430
1431 2003-01-16 Francis Litterio <franl@users.sourceforge.net>
1432
1433 * erc.el(erc-send-current-line):
1434 Changed the regexp used to match /COMMANDs so that leading
1435 whitespace is taken into account.
1436
1437 2003-01-16 Mario Lang <mlang@delysid.org>
1438
1439 * erc-dcc.el: * (erc-dcc-do-SEND-command): Fix it
1440
1441 * erc-ezbounce.el, erc-lang.el: Arglist changes...
1442
1443 * erc.el: Various docstring fixes and additions.
1444
1445 * erc-notify.el:
1446 * (erc-cmd-NOTIFY): Change the function arglist to (&rest args)
1447
1448 * erc-netsplit.el: * (erc-cmd-WHOLEFT): Has no args...
1449
1450 2003-01-16 Damien Elmes <erc@repose.cx>
1451
1452 * erc-fill.el:
1453 erc-fill-column: default to 78, so things like docstrings don't get wrapped
1454 in an ugly manner
1455
1456 2003-01-16 Mario Lang <mlang@delysid.org>
1457
1458 * erc.el:
1459 * (erc-cmd-default): Take a substring, now /mode works again.
1460 * (erc-cmd-AWAY): Put do-not-parse-args t
1461 * (erc-cmd-GAWAY): Ditto, and fix it.
1462 * (erc-cmd-CTCP): Switch to argument system.
1463 * (erc-cmd-KICK): Do the same.
1464
1465 2003-01-15 Mario Lang <mlang@delysid.org>
1466
1467 * erc-dcc.el:
1468 * (erc-cmd-DCC): Fixed for the new scheme, simplified.
1469 * (erc-dcc-do-CHAT-command): Ditto.
1470 * (erc-dcc-do-CLOSE-command): Ditto.
1471 * (erc-dcc-do-LIST-command): Ditto.
1472
1473 2003-01-15 Damien Elmes <erc@repose.cx>
1474
1475 * erc.el:
1476 erc-error-face: setting a background doesn't work so well with multi-line
1477 messages, so we don't. fg color is negotiable ;-)
1478 (erc-cmd-QUERY): fixed, new doco, suppress (erc-delete-query) until we fix it
1479 (erc-send-current-line): allow multi-line messages provided they don't start
1480 with a slash - there's no need to prohibit them if the slash isn't the
1481 first character
1482
1483 * erc.el: * bad-syntax now reports like incorrect-args
1484 * bunch of extra cmds fixed, nick, sv etc.
1485
1486 * erc.el(erc-cmd-HELP): fixed
1487 (erc-extract-command-from-line): when determining canon-defun, make sure we
1488 have a valid symbol
1489 (erc-cmd-KICK): fixed
1490
1491 * erc.el:
1492 * removed duplicate do-no-parse-args properties for the defaliased defuns
1493 (erc-process-input-line): show function signature when incorrect args
1494 (erc-extract-command-from-line): canonicalise defaliases before extracting
1495 plist
1496 (erc-cmd-CLEAR): fixed
1497 (erc-cmd-UNIGNORE): fixed again
1498
1499 * erc.el(erc-cmd-SET): fixed
1500 (erc-cmd-UNIGNORE): fixed
1501 (erc-process-input-line): report when incorrect arguments are provided to a
1502 command, and show the command's docstring
1503
1504 * erc.el(erc-cmd-APPENDTOPIC): fixed
1505 (erc-process-input-line): more informative error message than 'bad syntax'
1506
1507 2003-01-15 Mario Lang <mlang@delysid.org>
1508
1509 * erc.el: * (erc-cmd-IGNORE): fixed
1510
1511 * erc.el: * (erc-cmd-NAMES): fixed
1512
1513 * erc.el:
1514 * (erc-cmd-CLEARTOPIC): Simplify, fix doc, make interactive
1515
1516 2003-01-15 Damien Elmes <erc@repose.cx>
1517
1518 * erc.el(erc-cmd-JOIN):
1519 correct invite behavior, and document it.
1520
1521 2003-01-15 Mario Lang <mlang@delysid.org>
1522
1523 * erc.el: * (erc-cmd-PART): Put 'do-not-parse-args t
1524
1525 2003-01-15 Damien Elmes <erc@repose.cx>
1526
1527 * erc.el(erc-cmd-JOIN): new cmd argument syntax
1528 (erc-process-input-line): check if (erc-extract-command-from-line) returned a
1529 list, and apply if that's the case
1530
1531 * erc.el:
1532 erc-cmd-*: remove optional force and references to `force' in the code
1533 (erc-cmd-AMSG): call erc-trim-string, not trim-string
1534
1535 2003-01-15 Mario Lang <mlang@delysid.org>
1536
1537 * erc.el:
1538 * (erc-cmd-CLEARTOPIC): LINE is now ARGS and already parsed.
1539 Set erc-cmd-TOPIC to 'do-not-parse-args for now.
1540 (comment: I think we should have 'first, so that only first word is parsed...
1541 Or we could autodetect erc-channel-p in the parser before that somehow...)
1542
1543 * erc.el: * (erc-cmd-OP): LINE is PEOPLE now, and already parsed.
1544
1545 * erc-notify.el:
1546 * (erc-cmd-NOTIFY): Arg LINE is now ARGS, and already parsed.
1547
1548 2003-01-15 Jorgen Schaefer <forcer@users.sourceforge.net>
1549
1550 * erc-stamp.el(erc-insert-timestamp-right):
1551 Prefer erc-fill-column to window-width,
1552 because on wide screens the timestamp could wander off too far to the
1553 right.
1554
1555 2003-01-15 Mario Lang <mlang@delysid.org>
1556
1557 * erc.el: This is the "everything is suddenly broken!" release
1558 You know, this is CVS, you can still go back, and wait until the transition
1559 is finished, but here is patch one, which basicly breaks every command
1560 which is typed on the prompt.
1561 Hit me, we can still revert, but something needs to be done about this.
1562 * (erc-extract-command-from-line): intern-soft the function here.
1563 If the function symbol has a property 'do-not-parse-args, operate as before,
1564 otherwise, split the arguments prior to calling the command handler.
1565 * (erc-process-input-line): Updated to accommodate the change above.
1566 * (erc-send-distinguish-noncommands): Ditto.
1567 * (erc-cmd-NAMES): Ditto.
1568 * (erc-cmd-ME): Put 'do-not-parse-args property.
1569
1570 * erc-dcc.el:nick: * erc-dcc.el: * erc-dcc-list: Renamed
1571 * (erc-dcc-member). Treat :nick as either a nick!user@host or nick,
1572 do appropriate comparisons, simplified.
1573 * (erc-dcc-list-add): New functions
1574 various callers of (cons (list ...) erc-dcc-list) updated.
1575 Other stuff I'm too bored to document now
1576
1577 2003-01-15 Jorgen Schaefer <forcer@users.sourceforge.net>
1578
1579 * erc-stamp.el(erc-insert-timestamp-right):
1580 Removed redundant code that overrid the
1581 window-width. Now subtracts (length string) from every found
1582 indentation positions.
1583
1584 2003-01-14 Mario Lang <mlang@delysid.org>
1585
1586 * erc.el:
1587 * (erc-cmd-AMSG): Remove useless call to erc-display-message.
1588
1589 * erc-dcc.el:
1590 * erc-dcc-chat/send-request: New variables, control how to treat
1591 incoming dcc chat or send requests. Can be set to 'ask, which behaves
1592 like it did before, 'auto, which accepts automatically, and
1593 'ignore, which ignores those type of requests completely.
1594 * (erc-cmd-CREQ): New user-level command.
1595 * (erc-cmd-SREQ): Ditto.
1596
1597 * erc.el: * (erc-cmd-AMSG). New command.
1598
1599 * erc-xdcc.el: * (erc-xdcc): delete empty strings from ARGS
1600
1601 * erc-dcc.el: * erc-dcc-ipv4-regexp: New constant
1602 * (erc-ip-to-decimal): Use it.
1603 * erc-dcc-host:valid-regexp erc-dcc-ipv4-regexp: * erc-dcc-host: :type
1604 * (pcomplete/erc-mode/DCC): Add completion for GET and CLOSE.
1605 * Some docstring/comment fixes.
1606
1607 * erc-stamp.el:
1608 * (erc-insert-timestamp-right): Subtract (length string) from
1609 POS in any case, otherwise, linewrap occurs.
1610
1611 * erc-dcc.el:
1612 * Fixed the unibyte-multibyte problem (now a dcc get buffer is (set-buffer-multibyte nil),
1613 and saves correctly (tried with 21.3.50). Thanks to Eli for suggesting it!
1614 * Added :start-time plist property/value to GET handling so that we can calculate elapsed-time.
1615 * Some (unwind-protect (progn (set-buffer ...) ...)) constructs replaced with (with-current-buffer ...)
1616
1617 2003-01-13 Mario Lang <mlang@delysid.org>
1618
1619 * erc-xdcc.el:
1620 * erc-xdcc-help-text: New variable which makes replies to the originator
1621 much more flexible.
1622 * erc-xdcc-help-format: Removed.
1623 * (erc-xdcc-help): Handle the new variable.
1624 * (erc-xdcc): Simplified
1625
1626 * erc-xdcc.el: * erc-xdcc-handler-alist: New variable.
1627 * (erc-xdcc): Move code for list and send sub-commands into
1628 * (erc-xdcc-help): New function.
1629 * (erc-xdcc-list): New function.
1630 * (erc-xdcc-send): New function.
1631
1632 2003-01-12 Jorgen Schaefer <forcer@users.sourceforge.net>
1633
1634 * erc.el(erc-server-JOIN):
1635 Oops, send MODE command only when *we* joined a channel.
1636
1637 * erc.el:
1638 Fixing ERCs behavior wrt IRCnet's !channels have a different name for
1639 JOIN than in reality (e.g. you can join !forcertest or !!forcertest
1640 and really get to !ABCDEforcertest)
1641
1642 (erc-cmd-JOIN): Removed erc-send-command MODE.
1643 (erc-server-JOIN): Ask for MODE now.
1644
1645 2003-01-12 Damien Elmes <erc@repose.cx>
1646
1647 * erc-dcc.el:
1648 (erc-dcc-get-filter), (erc-dcc-get-file): store size as a string, not an
1649 integer. check size > 0 for the case where a size wasn't provided, since
1650 string-to-int will return 0 on an empty string
1651
1652 2003-01-12 Mario Lang <mlang@delysid.org>
1653
1654 * erc-dcc.el: * Use RAWFILE arg with find-file-noselect
1655 * Fix alist/plist conversion left-over
1656 * Add verbose-info about sending blocks.
1657
1658 2003-01-11 Mario Lang <mlang@delysid.org>
1659
1660 * erc-dcc.el: * (pcomplete-erc-mode/DCC): Fixes
1661
1662 * erc-xdcc.el: Initial version.
1663
1664 * erc-pcomplete.el:
1665 * (erc-pcomplete): Fix so that cycle-completion works again.
1666 * (pcomplete-parse-erc-arguments): If there is a space after the last word
1667 before point, we need to return a "" arg, and it's position.
1668
1669 * erc-dcc.el: Fix to pcomplete/erc-mode/DCC
1670
1671 * erc-dcc.el: * (pcomplete/erc-mode/DCC): New function
1672
1673 * erc-dcc.el: *** empty log message ***
1674
1675 * erc-dcc.el: Move code around, just basic changes
1676
1677 2003-01-11 Jorgen Schaefer <forcer@users.sourceforge.net>
1678
1679 * erc-stamp.el(erc-insert-timestamp-right):
1680 Check wether erc-fill-column is
1681 available before using it. Else default to fill-column or if
1682 everything else fails, the window width of the current window. For the
1683 fill-columns, use them directly as the starting position for the
1684 timestamp.
1685
1686 2003-01-11 Andreas Fuchs <asf@void.at>
1687
1688 * erc-stamp.el:
1689 erc-insert-timestamp-right: use correct window's window-width. If
1690 buffer is not in a window, use erc-fill-column.
1691
1692 2003-01-11 Mario Lang <mlang@delysid.org>
1693
1694 * erc-dcc.el: * erc-dcc.el: * (erc-dcc-do-LIST-command): Fix
1695
1696 * erc-dcc.el:
1697 * buffer-local variables erc-dcc-sent-marker and erc-dcc-send-confirmed marker removed
1698 Keep This info in erc-dcc-member :sent and :confirmed plist values
1699 * : * :buffer plist for :type 'SEND removed, since we can get this with (marker-buffer
1700 * erc-dcc-send-connect-hook: New hook, defaults to erc-dcc-send-block and erc-dcc-send-connected, which now prints a msg...
1701
1702 * erc-dcc.el:
1703 * (erc-dcc-chat-accept): Renamed from erc-dcc-chat. Callers updated.
1704 * (erc-dcc-chat): Renamed from erc-dcc-chat-request.
1705 Callers updated, and interactive form added.
1706 * (erc-dcc-server-accept): No longer do any type-specific stuff.
1707 * (erc-dcc-chat-sentinel): Call erc-dcc-chat-setup if event is "open from "
1708 from here, otherwise call erc-dcc-chat-close.
1709
1710 * (
1711
1712 * erc-dcc.el: *** empty log message ***
1713
1714 * erc-dcc.el: Moved some functions around.
1715 Doc string fixes.
1716 "/dcc send nick filename" works now
1717
1718 2003-01-11 Alex Schroeder <alex@gnu.org>
1719
1720 * erc.el(erc-send-command): Fixed flood protect message.
1721
1722 * erc-button.el(erc-button-syntax-table): Make `-' a legal nick
1723 constituent.
1724
1725 2003-01-10 Mario Lang <mlang@delysid.org>
1726
1727 * erc-dcc.el: Some more steps toward dcc send.
1728
1729 2003-01-10 Francis Litterio <franl@users.sourceforge.net>
1730
1731 * erc-notify.el(erc-notify-timer):
1732 Changed to make it IRC-case-insensitive when comparing nicks.
1733 (erc-notify-JOIN): Changed to make it IRC-case-insensitive when comparing nicks.
1734 (erc-notify-NICK): Changed to make it IRC-case-insensitive when comparing nicks.
1735 (erc-notify-QUIT): Changed to make it IRC-case-insensitive when comparing nicks.
1736 (erc-cmd-NOTIFY): Now "/notify -l" lists the nicks on your notify list. Now
1737 when you remove a nick from your notify list, you no longer receive a spurious
1738 signoff notification for that nick. Changed to make it IRC-case-insensitive when
1739 comparing nicks.
1740
1741 * erc.el(erc-ison-p):
1742 Fixed so it calls erc-member-ignore-case instead of member.
1743
1744 * erc.el(erc-member-ignore-case):
1745 New function. Just like member-ignore-case, but obeys
1746 the IRC protocol case matching rules.
1747
1748 2003-01-10 Damien Elmes <erc@repose.cx>
1749
1750 * erc-dcc.el:
1751 (erc-dcc-do-GET-command), (erc-dcc-get-file): use the plist syntax, this
1752 fixes dcc get again
1753
1754 2003-01-10 Jorgen Schaefer <forcer@users.sourceforge.net>
1755
1756 * erc.el: erc-complete-functions: New variable.
1757 erc-mode-map: Bind \t to 'erc-complete-word
1758 erc-complete-word: New function.
1759
1760 * erc-pcomplete.el(erc-pcomplete-mode):
1761 Use new erc-complete-functions
1762 (erc-pcomplete): Check that we're in the input line, else return nil.
1763
1764 * erc-button.el(erc-button-mode): Use new erc-complete-functions
1765 erc-button-old-tab-command: Removed.
1766 (erc-button-next-or-old): Removed
1767 (erc-button-next): check that we're not in the input line, else just return nil.
1768
1769 2003-01-10 Mario Lang <mlang@delysid.org>
1770
1771 * erc-dcc.el: cleanup
1772
1773 * erc-dcc.el:
1774 * (erc-dcc-chat-request): No longer use erc-send-ctcp-message.
1775
1776 * erc-dcc.el:
1777 * (erc-dcc-no-such-nick): Also call delete-process if we have a peer already
1778
1779 * erc-dcc.el:
1780 * (erc-dcc-no-such-nick): New function, server event handler for event 401.
1781 If we send a CTCP message requesting something dcc related, we set up an
1782 entry in erc-dcc-list before sending the request (for the server proc object
1783 for listening conns for example). But if that nick does not exist
1784 on that server, we now nicely cleanup erc-dcc-list again.
1785
1786 2003-01-09 Mario Lang <mlang@delysid.org>
1787
1788 * erc-dcc.el: Moved code around a bit, and doc fixes
1789
1790 * erc-dcc.el: *** empty log message ***
1791
1792 * erc-dcc.el: Rename erc-dcc-plist to erc-dcc-list
1793
1794 2003-01-09 Damien Elmes <erc@repose.cx>
1795
1796 * erc-dcc.el(erc-dcc-server (erc-dcc-chat-setup):
1797 use erc's (erc-setup-buffer) to determine how to
1798 display new DCC windows
1799 (erc-dcc-chat-buffer-killed): buffer-local hook for DCC buffers to close the
1800 process
1801 (erc-dcc-chat-close): code common to a killed buffer or a disconnection from
1802 the other side
1803 (erc-dcc-chat-sentinel): use (erc-dcc-chat-close)
1804 (erc-dcc-server-accept): use (erc-log) instead of (message)
1805
1806 * erc.el:
1807 (erc), (erc-setup-buffer): factor out window generation code so DCC can use
1808 it too
1809
1810 * erc-dcc.el:
1811 (erc-dcc-do-CLOSE-command), (erc-dcc-do-LIST-command): work with erc-dcc-plist
1812
1813 * erc-dcc.el:
1814 erc-dcc-alist: became erc-dcc-plist, so we can more easily grab particular
1815 properties
1816 dcc catalog: unify use of DCC: and [dcc] (either's fine, but let's be
1817 consistent)
1818 (erc-dcc-member): takes an arbitrary list of constraints now
1819 (erc-dcc-proc-member): removed, as (erc-dcc-member) can be used for this
1820 (erc-dcc-do-CHAT-command): use the catalog to show the user what's going on
1821 (erc-dcc-chat-server): removed
1822 (erc-dcc-server): takes name sentinel and filter arguments, can be used for
1823 both send and chat now
1824
1825 .. this release means all send/get support is broken until we fix up the
1826 things that still expect to be using an alist. this include /dcc list, /dcc
1827 close
1828
1829 2003-01-09 Francis Litterio <franl@users.sourceforge.net>
1830
1831 * erc-ring.el(erc-previous-command):
1832 If you have a partially typed input line and press M-p,
1833 you lose what you typed. Now we save it so you can come back to it.
1834
1835 2003-01-09 Jorgen Schaefer <forcer@users.sourceforge.net>
1836
1837 * erc-ring.el(erc-add-to-input-ring): s/nullp/null/
1838
1839 2003-01-09 Damien Elmes <erc@repose.cx>
1840
1841 * erc-ring.el(erc-add-to-input-ring):
1842 set up the ring if it's not already setup
1843
1844 * erc-dcc.el(erc-dcc-member): case insensitive match of nicknames
1845 (erc-dcc-do-CHAT-command): echo what we're doing (at least for now)
1846
1847 2003-01-09 Mario Lang <mlang@delysid.org>
1848
1849 * erc-dcc.el: (temporarily) fix erc-process setting...
1850
1851 * erc-dcc.el: * (erc-dcc-chat-send-line): Removed
1852
1853 * erc.el:
1854 Check if target is stringp (we can now also have 'dcc as value...)
1855
1856 * erc-dcc.el(erc-dcc-chat-send-input-line):
1857 New function, used for
1858 erc-send-input-line-function.
1859 Use erc-send-current-line now.
1860
1861 * erc-dcc.el: evt to elt...
1862
1863 * erc-dcc.el: Remove () from a var (how silly!)
1864
1865 * erc-dcc.el: * (erc-dcc-get-host): Use format-network-address.
1866 * (erc-dcc-host): Change semantic. If erc-dcc-host is set, use it.
1867 Otherwise, try to figure out the host by calling erc-dcc-get-host.
1868 * (erc-dcc-server-port): New variable.
1869 * erc-dcc-chat-log: Renamed to erc-dcc-server-accept
1870
1871 * erc-dcc.el(erc-dcc-do-CHAT-command):
1872 Change arg of call to erc-dcc-chat-request from elt to nick
1873
1874 2003-01-09 Francis Litterio <franl@users.sourceforge.net>
1875
1876 * erc.el(erc-send-current-line):
1877 Now rejects multi-line commands (i.e., lines that
1878 start with "/" and contain newlines).
1879
1880 2003-01-09 Jorgen Schaefer <forcer@users.sourceforge.net>
1881
1882 * erc-button.el:
1883 Functionality to use TAB to jump to the next button:
1884
1885 (erc-button-next-or-old): New function.
1886 (erc-button-next): New function.
1887 erc-button-keymap: added erc-button-next
1888 erc-button-old-tab-command: New variable.
1889 define-erc-module button: Add and remove 'erc-button-next-or-old as
1890 appropriate.
1891
1892 2003-01-09 Francis Litterio <franl@users.sourceforge.net>
1893
1894 * erc.el:
1895 New variable: erc-auto-reconnect (defaults to t). If non-nil, ERC will
1896 automatically reconnect to a server after an unexpected disconnection.
1897 (erc-process-sentinel): Changed to refer to variable erc-auto-reconnect.
1898
1899 2003-01-08 Mario Lang <mlang@delysid.org>
1900
1901 * erc.el:
1902 * erc-send-input-line-function: New variable, used for dispatch...
1903
1904 2003-01-08 Damien Elmes <erc@repose.cx>
1905
1906 * erc-dcc.el(erc-dcc-chat-sentinel):
1907 check event type before killing process
1908 (erc-dcc-chat-log): new, handles the setup of dcc chats for incoming
1909 connections
1910 (erc-dcc-chat): use (erc-dcc-chat-setup)
1911 (erc-dcc-chat-setup): code common to incoming and outgoing DCC chats
1912 (erc-dcc-chat-request): request a DCC chat with another user
1913 (erc-dcc-proc-member): locate a member in erc-dcc-alist by process
1914
1915 The very first ERC to ERC DCC chat was held between delysid and resolve today!
1916
1917 2003-01-08 Mario Lang <mlang@delysid.org>
1918
1919 * erc-track.el(erc-all-buffer-names):
1920 Check for erc-dcc-chat-mode too
1921
1922 2003-01-08 Francis Litterio <franl@users.sourceforge.net>
1923
1924 * erc-ring.el, erc.el(erc-kill-input):
1925 Resets erc-input-ring-index to nil, so that invoking this
1926 command conceptually puts you after your most recent input in the input
1927 history.
1928 (erc-previous-command and erc-next-command): Changed so that history movement
1929 is more intuitive. Also preserves the blank input line that marks the
1930 place after the newest command in the history ring (i.e., you'll see a
1931 blank command once every trip around the ring in either direction).
1932
1933 2003-01-08 Mario Lang <mlang@delysid.org>
1934
1935 * erc-dcc.el(erc-dcc-chat): Add docstring
1936 Add self-test.
1937 Fix error if /dcc chat nick doesn't find the nick
1938
1939 2003-01-08 Francis Litterio <franl@users.sourceforge.net>
1940
1941 * Makefile:
1942 Changed so that "make" works correctly under Cygwin. Before this change, the
1943 pathname passed to Emacs on the command line under Cygwin had the form
1944 "/cygwin/c/...", which prevented emacs from finding the file. Now the pathname
1945 has the form "c:/...". This works for any drive letter.
1946
1947 2003-01-08 Mario Lang <mlang@delysid.org>
1948
1949 * erc-button.el: reindent some code, and add TODO to comments
1950
1951 * erc-dcc.el: *** empty log message ***
1952
1953 * erc-dcc.el: Make dcc-chat-ended a notice
1954 Remove now bogus comment
1955
1956 2003-01-08 Damien Elmes <erc@repose.cx>
1957
1958 * erc-dcc.el(erc-pack-int): from erc-packed-int
1959 (erc-unpack-int): new
1960
1961 * erc-dcc.el(erc-unpack-str): added
1962
1963 2003-01-08 Mario Lang <mlang@delysid.org>
1964
1965 * erc.el(erc-server-482):
1966 New handler, handles KICK reply if you're not channel-op
1967
1968 * erc-dcc.el: Document SEND in erc-dcc-alist.
1969 Move sproc, parent-proc and file into erc-dcc-alist
1970
1971 * erc-dcc.el: stubs
1972
1973 * erc-dcc.el(erc-dcc-get-host):
1974 Change :iface to :local since Kim committed it now to CVS emacs
1975
1976 * erc-dcc.el(erc-dcc-get-host):
1977 New function, requires the not-yet-in-CVS-emacs local-address.patch to process.c.
1978 Some other minor additions
1979
1980 2003-01-08 Francis Litterio <franl@users.sourceforge.net>
1981
1982 * erc.el(erc-cmd-IGNORE):
1983 Now returns t to prevent "Bad syntax" error.
1984 (erc-cmd-UNIGNORE): Now returns t to prevent "Bad syntax" error.
1985 (erc-server-PRIVMSG-or-NOTICE): Capitalized first word in message to user.
1986
1987 * erc.el(erc-scroll-to-bottom):
1988 Temporarilly bind resize-mini-windows to nil so that
1989 users who have it set to a non-nil value will not suffer from premature
1990 minibuffer shrinkage due to the below recenter call. I have no idea why
1991 this works, but it solves the problem, and has no negative side effects.
1992
1993 2003-01-07 Jorgen Schaefer <forcer@users.sourceforge.net>
1994
1995 * erc-dcc.el:
1996 erc-dcc-ctcp-query-chat-regexp: The IP is not really an IP, but a
1997 number (no . allowed there).
1998 (erc-dcc-send-ctcp-string): use let* here to avoid cluttering up the
1999 match data.
2000 Also, use erc-decimal-to-ip to get the IP.
2001 (erc-ip-to-decimal): Removed some pasted ERC timestamps
2002 (erc-decimal-to-ip): New function.
2003 erc-dcc-chat-mode-map: Return map in the initialization.
2004
2005 2003-01-07 Francis Litterio <franl@users.sourceforge.net>
2006
2007 * erc-match.el(erc-match-fool-p):
2008 Changed to call erc-match-directed-at-fool-p instead of
2009 erc-directed-at-fool-p.
2010
2011 2003-01-07 Mario Lang <mlang@delysid.org>
2012
2013 * erc-dcc.el(erc-cmd-DCC):
2014 Change (cond ... (t nil)) to (when ...)
2015
2016 * erc-dcc.el: Use erc-current-nick-p
2017
2018 2003-01-07 Jorgen Schaefer <forcer@users.sourceforge.net>
2019
2020 * erc.el:
2021 erc-join-buffer: Added 'window-noselect to docstring and :type.
2022 erc-auto-query: Added 'window-noselect to :type.
2023 (erc): Treat erc-join-buffer being 'window-noselect appropriately.
2024
2025 * erc.el(erc-current-nick-p): New function.
2026 (erc-nick-equal-p): New function.
2027 (erc-already-logged-in), (erc-server-JOIN), (erc-auto-query),
2028 (erc-server-PRIVMSG-or-NOTICE): Use erc-current-nick-p.
2029 (erc-update-channel-member): Use erc-nick-equal-p.
2030
2031 * erc-match.el(erc-match-current-nick-p):
2032 Renamed from erc-current-nick-p
2033 (erc-match-pal-p): Renamed from erc-pal-p
2034 (erc-match-fool-p): Renamed from erc-fool-p
2035 (erc-match-keyword-p): Renamed from erc-keyword-p
2036 (erc-match-dangerous-host-p): Renamed from erc-dangerous-host-p
2037 (erc-match-directed-at-fool-p): Renamed from erc-directed-at-fool-p
2038 (erc-match-message): Use erc-match-TYPE-p instead of erc-TYPE-p
2039
2040 * erc.el:
2041 Support for IRCnets' "nick/channel temporarily unavailable"
2042
2043 (erc-nickname-in-use): New function (mostly copied from erc-server-433).
2044 (erc-server-433): Use erc-nickname-in-use
2045 (erc-server-437): New function.
2046 erc-server-hook-list: Added (437 erc-server-437).
2047
2048 2003-01-07 Mario Lang <mlang@delysid.org>
2049
2050 * erc-fill.el: Add autoload cookie
2051
2052 * erc-notify.el:
2053 Now also pass SERVER argument to signon/off hooks, and provide a erc-notify-signon/off function for echo-area printing
2054
2055 * erc-notify.el(erc-notiy-QUIT):
2056 Change use of delq to delete, delq does not work with strings
2057
2058 2003-01-06 Jorgen Schaefer <forcer@users.sourceforge.net>
2059
2060 * erc.el(erc-ctcp-query-VERSION):
2061 v%s -> %s, so we are no longer vVersion...
2062
2063 2003-01-06 Mario Lang <mlang@delysid.org>
2064
2065 * erc.el: Small change to erc-ison-p, and fixme tag
2066
2067 2003-01-06 Francis Litterio <franl@users.sourceforge.net>
2068
2069 * erc.el(erc):
2070 Fixed bug where variable "away" would be nil in new channel buffers
2071 even if the user is away when joining the channel.
2072 (erc-strip-controls): Fixed a bug where erc-strip-controls accidentally
2073 removed all text properties from the string.
2074
2075 2003-01-06 Mario Lang <mlang@delysid.org>
2076
2077 * erc-dcc.el:
2078 Some stub functions, some code, nothing really works yet
2079
2080 * erc.el(erc-ison-p): New function
2081
2082 * erc-dcc.el: Some functions which will be needed for dcc send
2083
2084 * erc-dcc.el(erc-ip-address-to-decimal):
2085 New function, thanks lawrence
2086
2087 * erc-dcc.el: Again, simplify code, fix stuff, DCC CHAT works now
2088
2089 * erc-dcc.el: Many fixes, chat nearly works now
2090
2091 * erc-netsplit.el: Also detect fast netsplit/joins
2092
2093 * erc-dcc.el: some more fixes
2094
2095 * erc-dcc.el: Fixup stage 1, now dcc get works
2096
2097 * erc-dcc.el: make /dcc LIST work
2098
2099 * erc-dcc.el:
2100 Initial checkin, don't use it! its really far from complete. Hackers: help!
2101
2102 * erc-notify.el:
2103 New function erc-notify-NICK, and added signon/off hooks which were missing
2104
2105 2003-01-05 Jorgen Schaefer <forcer@users.sourceforge.net>
2106
2107 * erc.el(erc-truncate-buffer-to-size):
2108 set inhibit-read-only to t for the
2109 deletion. This is usually done by the function calling the hook, but
2110 not if it's called interactively. Also, rewrote some weird if/if
2111 combination.
2112
2113 * erc-track.el(erc-track-shortennames):
2114 Documentation fix (erc-all-buffers is really
2115 erc-all-buffer-names)
2116
2117 These changes make server buffers be tracked as well, as there are
2118 quite a few interesting things going on there (e.g. CTCP etc.)
2119 (erc-all-buffer-names): Check for (eq major-mode 'erc-mode) instead of
2120 erc-default-recipients.
2121 (erc-track-modified-channels): Don't require a default target (e.g.,
2122 this-channel being non-nil)
2123
2124 2003-01-03 Damien Elmes <erc@repose.cx>
2125
2126 * erc.el:
2127 erc-auto-query: can now be set to a symbol to control how new messages should
2128 be popped up (or not popped up, as the case may be)
2129 (erc-query): new function which handles the bulk of what (erc-cmd-QUERY) did
2130 previously
2131 (erc-cmd-QUERY): use (erc-query)
2132 (erc-auto-query): use (erc-query)
2133
2134 * erc.el(erc-current-logfile):
2135 Downcase result of log generation function, as IRC is
2136 case insensitive. Fixes problems where "/query user" results in a different
2137 log file to a query from "User". Avoided adding an extra flag to control this
2138 behavior - if you think this was the wrong decision, please correct it and
2139 I'll remember it for next time.
2140
2141 See ChangeLog.02 for earlier changes.
2142
2143 Copyright (C) 2003, 2006-2011 Free Software Foundation, Inc.
2144
2145 This file is part of GNU Emacs.
2146
2147 GNU Emacs is free software: you can redistribute it and/or modify
2148 it under the terms of the GNU General Public License as published by
2149 the Free Software Foundation, either version 3 of the License, or
2150 (at your option) any later version.
2151
2152 GNU Emacs is distributed in the hope that it will be useful,
2153 but WITHOUT ANY WARRANTY; without even the implied warranty of
2154 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2155 GNU General Public License for more details.
2156
2157 You should have received a copy of the GNU General Public License
2158 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2159
2160 ;; Local Variables:
2161 ;; coding: utf-8
2162 ;; End:
2163