diff options
| author | Miles Bader | 2006-02-12 12:02:53 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-12 12:02:53 +0000 |
| commit | 9cc8d0b62e2f9cc8aa5754aafaf359fdfc28edef (patch) | |
| tree | ffe234ff4943c026a8c304005aca02a42d96061c /lisp/erc/ChangeLog | |
| parent | f828c6fc00bac67e28840637346ddc47b5b6ee2d (diff) | |
| download | emacs-9cc8d0b62e2f9cc8aa5754aafaf359fdfc28edef.tar.gz emacs-9cc8d0b62e2f9cc8aa5754aafaf359fdfc28edef.zip | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-73
Creator: Michael Olson <mwolson@gnu.org>
Merge from erc--emacs--0
Diffstat (limited to 'lisp/erc/ChangeLog')
| -rw-r--r-- | lisp/erc/ChangeLog | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 50b37eb044f..6abf4021a60 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,60 @@ | |||
| 1 | 2006-02-11 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * erc.el (erc-update-modules): Make some requirements shorter, so | ||
| 4 | that it's easier to see why they are needed. | ||
| 5 | |||
| 6 | * erc-stamp.el (erc-timestamp-use-align-to): Renamed from | ||
| 7 | `erc-timestamp-right-align-by-pixel'. Set the default based on | ||
| 8 | whether we are in Emacs 22, and using X. Improve documentation. | ||
| 9 | (erc-insert-aligned): Remove calculation of offset, since | ||
| 10 | :align-to pos works after all. Unlike the previous solution, this | ||
| 11 | one works when erc-stamp.el is compiled. | ||
| 12 | (erc-insert-timestamp-right): Don't add length of string, and then | ||
| 13 | later remove its displayed width. This puts timestamps after | ||
| 14 | erc-fill-column when erc-timestamp-right-column is nil, rather | ||
| 15 | than before it. It also fixes a subtle bug. Remove use of | ||
| 16 | `current-window', since there is no variable by that name in | ||
| 17 | Emacs21, Emacs22, or XEmacs21 beta. Check to see whether | ||
| 18 | `erc-fill-column' is non-nil before using it. | ||
| 19 | |||
| 20 | 2006-02-11 Diane Murray <disumu@x3y2z1.net> | ||
| 21 | |||
| 22 | * erc-list.el: Define `list' module which sets the alias | ||
| 23 | `erc-cmd-LIST' to `erc-list-channels' when enabled and | ||
| 24 | `erc-list-channels-simple' when disabled. | ||
| 25 | (erc-list-channels): Was `erc-cmd-LIST', renamed. | ||
| 26 | (erc-list-channels-simple): New function. | ||
| 27 | |||
| 28 | * erc.el (erc-modules): Added `list' to enabled modules. Moved | ||
| 29 | customization options left in source code. | ||
| 30 | |||
| 31 | * erc-menu.el (erc-menu-definition): Use `erc-list-channels'. | ||
| 32 | |||
| 33 | * erc-spelling.el (define-erc-module): Make sure there's a buffer | ||
| 34 | before calling `with-current-buffer'. | ||
| 35 | |||
| 36 | 2006-02-10 Michael Olson <mwolson@gnu.org> | ||
| 37 | |||
| 38 | * Makefile (debbuild): Split from debrelease. | ||
| 39 | (debrevision-mwolson): New rule that causes a Debian revision to | ||
| 40 | be built. | ||
| 41 | |||
| 42 | * erc.el (erc-migrate-modules): Use a better algorithm. Thanks to | ||
| 43 | Johan Bockgård. | ||
| 44 | (erc-modules): Change use of 'pcomplete to 'completion. | ||
| 45 | |||
| 46 | 2006-02-09 Diane Murray <disumu@x3y2z1.net> | ||
| 47 | |||
| 48 | * erc.el (erc-get-parsed-vector, erc-get-parsed-vector-nick) | ||
| 49 | (erc-get-parsed-vector-type): Moved here from erc-match.el. | ||
| 50 | |||
| 51 | * erc-match.el (erc-get-parsed-vector, erc-get-parsed-vector-nick) | ||
| 52 | (erc-get-parsed-vector-type): Moved these functions to erc.el | ||
| 53 | since they can be useful outside of the text matching module. | ||
| 54 | |||
| 55 | * erc-dcc.el, erc-stamp.el, erc-xdcc.el: Changed "Emacs IRC Client" | ||
| 56 | to "ERC". | ||
| 57 | |||
| 1 | 2006-02-07 Michael Olson <mwolson@gnu.org> | 58 | 2006-02-07 Michael Olson <mwolson@gnu.org> |
| 2 | 59 | ||
| 3 | * ChangeLog.01, ChangeLog.02, ChangeLog.03, ChangeLog.04, | 60 | * ChangeLog.01, ChangeLog.02, ChangeLog.03, ChangeLog.04, |