comparison lisp/ChangeLog @ 68961:bc6d01921667

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 17 Feb 2006 11:20:41 +0000
parents ba7509deaeff
children 22fce4b36651
comparison
equal deleted inserted replaced
68960:6e3160901812 68961:bc6d01921667
1 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2
3 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4 default to global variable values for unsupplied args.
5 (rcirc-get-buffer-create): Fix bug with setting the target.
6 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
7 test for rcirc-always-use-server-buffer-flag here.
8 (rcirc-response-formats): Add %N, which is a facified nick. %n
9 uses the default face. Change the ACTION format string. If the
10 "nick" is the server, don't print anything for that field.
11 Comment fixes.
12 (rcirc-target-buffer): Don't test
13 rcirc-always-use-server-buffer-flag here.
14 (rcirc-print): Squeeze extra spaces out of the text before message.
15 (rcirc-put-nick-channel): Strip potential "@" char from nick
16 before adding them to nick table.
17 (rcirc-url-regexp): Improve to match address like "foo.com".
18
1 2006-02-17 Eli Zaretskii <eliz@gnu.org> 19 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2 20
3 * allout.el (allout-hidden-p): Move this defsubts before 21 * allout.el (allout-hidden-p): Move this defsubts before
4 allout-overlay-interior-modification-handler, where it is first 22 allout-overlay-interior-modification-handler, where it is first
5 used. 23 used.