diff options
Diffstat (limited to 'lisp/erc/ChangeLog')
| -rw-r--r-- | lisp/erc/ChangeLog | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 216d14d0aa6..72754aa1cd3 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,78 @@ | |||
| 1 | 2006-08-13 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * erc-match.el (erc-log-matches-make-buffer): End `y-or-n-p' | ||
| 4 | prompt with a space. | ||
| 5 | |||
| 6 | 2006-08-07 Michael Olson <mwolson@gnu.org> | ||
| 7 | |||
| 8 | * erc-backend.el (erc-process-sentinel-1): Use erc-display-message | ||
| 9 | in several places instead of inserting text. | ||
| 10 | (erc-process-sentinel): Move to the input-marker before removing | ||
| 11 | the prompt. | ||
| 12 | |||
| 13 | * erc.el (erc-port): Fix customization options. | ||
| 14 | (erc-display-message): Handle null type explicitly. Previously, | ||
| 15 | this was relying on a chance side-effect. Cosmetic indentation | ||
| 16 | tweak. | ||
| 17 | (english): Add 'finished and 'terminated entries to the catalog. | ||
| 18 | Add initial and terminal newlines to 'disconnected and | ||
| 19 | 'disconnected-noreconnect entries. Avoid long lines. | ||
| 20 | |||
| 21 | 2006-08-06 Michael Olson <mwolson@gnu.org> | ||
| 22 | |||
| 23 | * erc.el (erc-arrange-session-in-multiple-windows): Fix bug with | ||
| 24 | multi-tty Emacs. | ||
| 25 | (erc-select-startup-file): Fix bug introduced by recent change. | ||
| 26 | |||
| 27 | 2006-08-05 Michael Olson <mwolson@gnu.org> | ||
| 28 | |||
| 29 | * erc-log.el (erc-log-standardize-name): New function that returns | ||
| 30 | a filename that is safe for use for a log file. | ||
| 31 | (erc-current-logfile): Use it. | ||
| 32 | |||
| 33 | * erc.el (erc-startup-file-list): Search in ~/.emacs.d first, | ||
| 34 | since that is a fairly standard directory. | ||
| 35 | (erc-select-startup-file): Re-write to use | ||
| 36 | convert-standard-filename, which will ensure that MS-DOS systems | ||
| 37 | look for the _ercrc.el file. | ||
| 38 | |||
| 39 | 2006-08-02 Michael Olson <mwolson@gnu.org> | ||
| 40 | |||
| 41 | * erc.el (erc-version-string): Release ERC 5.1.4. | ||
| 42 | |||
| 43 | * Makefile, NEWS, erc.texi: Update for the 5.1.4 release. | ||
| 44 | |||
| 45 | * erc.el (erc-active-buffer): Fix bug that caused messages to go | ||
| 46 | to the wrong buffer. Thanks to offby1 for the report. | ||
| 47 | |||
| 48 | * erc-backend.el (erc-coding-system-for-target): Handle case where | ||
| 49 | target is nil. Thanks to Kai Fan for the patch. | ||
| 50 | |||
| 51 | 2006-07-29 Michael Olson <mwolson@gnu.org> | ||
| 52 | |||
| 53 | * erc-log.el (erc-log-setup-logging): Don't offer to save the | ||
| 54 | buffer. It will be saved automatically killed. Thanks to Johan | ||
| 55 | Bockgård and Tassilo Horn for pointing this out. | ||
| 56 | |||
| 57 | 2006-07-27 Johan Bockgård <bojohan@users.sourceforge.net> | ||
| 58 | |||
| 59 | * erc.el (define-erc-module): Make find-function and find-variable | ||
| 60 | find the names constructed by `define-erc-module' in Emacs 22. | ||
| 61 | |||
| 62 | 2006-07-14 Michael Olson <mwolson@gnu.org> | ||
| 63 | |||
| 64 | * erc-log.el (log): Make sure that we enable logging on | ||
| 65 | already-opened buffers as well, in case the user toggles this | ||
| 66 | module after loading ERC. Also be sure to remove logging ability | ||
| 67 | from all ERC buffers when the module is disabled. | ||
| 68 | (erc-log-setup-logging): Set buffer-file-name to nil rather than | ||
| 69 | the empty string. This should fix some errors that occur when | ||
| 70 | quitting Emacs without first killing all ERC buffers. | ||
| 71 | (erc-log-disable-logging): New function that removes the logging | ||
| 72 | ability from the current buffer. | ||
| 73 | |||
| 74 | * erc-spelling.el (spelling): Use dolist and buffer-live-p. | ||
| 75 | |||
| 1 | 2006-07-12 Michael Olson <mwolson@gnu.org> | 76 | 2006-07-12 Michael Olson <mwolson@gnu.org> |
| 2 | 77 | ||
| 3 | * erc-match.el (erc-log-matches): Bind inhibit-read-only rather | 78 | * erc-match.el (erc-log-matches): Bind inhibit-read-only rather |