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