comparison lisp/erc/ChangeLog @ 68498:528aecb860cf

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-30 Creator: Michael Olson <mwolson@gnu.org> Merge from erc--main--0 2006-01-30 Michael Olson <mwolson@gnu.org> * erc-stamp.el (erc-timestamp-right-align-by-pixel): New option that determines whether to use pixel values to align right timestamps. The default is not to do so, since it only works with Emacs22 on X, and even then some people have trouble. (erc-insert-aligned): Use `erc-timestamp-right-align-by-pixel'.
author Miles Bader <miles@gnu.org>
date Tue, 31 Jan 2006 00:24:36 +0000
parents 52b6d55ff868
children 04ad8d666956
comparison
equal deleted inserted replaced
68497:a224550f3e25 68498:528aecb860cf
1 2006-01-30 Michael Olson <mwolson@gnu.org>
2
3 * erc-stamp.el (erc-timestamp-right-align-by-pixel): New option
4 that determines whether to use pixel values to align right
5 timestamps. The default is not to do so, since it only works with
6 Emacs22 on X, and even then some people have trouble.
7 (erc-insert-aligned): Use `erc-timestamp-right-align-by-pixel'.
8
1 2006-01-29 Michael Olson <mwolson@gnu.org> 9 2006-01-29 Michael Olson <mwolson@gnu.org>
2 10
3 * ChangeLog, ChangeLog.2005, ChangeLog.2004, ChangeLog.2003, 11 * ChangeLog, ChangeLog.2005, ChangeLog.2004, ChangeLog.2003,
4 ChangeLog.2002, ChangeLog.2001: Add "See ChangeLog.NNNN" line for 12 ChangeLog.2002, ChangeLog.2001: Add "See ChangeLog.NNNN" line for
5 earlier changes. Use utf-8 encoding. Fix some accent typos. 13 earlier changes. Use utf-8 encoding. Fix some accent typos.