comparison lisp/ChangeLog @ 70215:90d76f24753a

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-247 Rcirc patch from Ryan Yeske 2006-04-25 Ryan Yeske <rcyeske@gmail.com> * lisp/net/rcirc.el (rcirc-print): Revert last change with ignored nicks. (rcirc-toggle-low-priority): Doc fix. (rcirc-handler-NOTICE): Remove beginning of line anchor in ChanServ regexp. (rcirc-startup-channels-alist): Connect to #rcirc by default, not #emacs. (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables. (rcirc-decode-coding-system): Use utf-8 as the default. (rcirc-multiline-minor-mode): Set the fill-column. (rcirc-format-response-string): Display bright and dim nicks. (rcirc-browse-url): Update interactive spec to fill ARG. (rcirc-bright-nick, rcirc-dim-nick): Add faces. (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
author Miles Bader <miles@gnu.org>
date Wed, 26 Apr 2006 03:09:31 +0000
parents 4f34f2ecee37
children 377548b8f095
comparison
equal deleted inserted replaced
70214:da7bc97733d6 70215:90d76f24753a
1 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2
3 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4 (rcirc-toggle-low-priority): Doc fix.
5 (rcirc-handler-NOTICE): Remove beginning of line anchor in
6 ChanServ regexp.
7 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
8 #emacs.
9 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10 (rcirc-decode-coding-system): Use utf-8 as the default.
11 (rcirc-multiline-minor-mode): Set the fill-column.
12 (rcirc-format-response-string): Display bright and dim nicks.
13 (rcirc-browse-url): Update interactive spec to fill ARG.
14 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
15 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
16
1 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu> 17 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2 18
3 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching 19 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4 case for @Article, etc. 20 case for @Article, etc.
5 21