comparison lisp/erc/ChangeLog @ 68928:133ba2ee7e43

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-88 Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0
author Miles Bader <miles@gnu.org>
date Thu, 16 Feb 2006 01:41:30 +0000
parents 90c105dcb4a0
children 65a6ac37752b
comparison
equal deleted inserted replaced
68927:1ccf0b1b5b01 68928:133ba2ee7e43
1 2006-02-15 Michael Olson <mwolson@gnu.org>
2
3 * erc.el (erc): Move to the end of the buffer when a continued
4 session is detected. Thanks to e1f and indio for the report and
5 testing a potential fix.
6
7 2006-02-14 Michael Olson <mwolson@gnu.org>
8
9 * debian/changelog: Prepare a new Debian package.
10
11 * Makefile (debprepare): New rule that creates an ERC snapshot
12 directory for use in both new Debian releases and revisions for
13 Debian packages.
14 (debrelease, debrevision-mwolson): Use debprepare.
15
16 * NEWS: Bring up-to-date.
17
18 * erc-stamp.el (erc-insert-timestamp-right): For now, put
19 timestamps before rather than after erc-fill-column when
20 erc-timestamp-right-column is nil. This way we won't surprise
21 anyone unpleasantly, or so it is hoped.
22
1 2006-02-13 Michael Olson <mwolson@gnu.org> 23 2006-02-13 Michael Olson <mwolson@gnu.org>
2 24
3 * erc-dcc.el: Use (eval-when-compile (require 'cl)). 25 * erc-dcc.el: Use (eval-when-compile (require 'cl)).
4 26
5 2006-02-12 Michael Olson <mwolson@gnu.org> 27 2006-02-12 Michael Olson <mwolson@gnu.org>