aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-02-17 11:20:41 +0000
committerEli Zaretskii2006-02-17 11:20:41 +0000
commit783eebb91e723f81d58a7f71eea0019084ef6325 (patch)
tree42b9680802bc07580b60d0cd7391be3330924287
parent2fbed782a0705d8b6e776926bb4eaa6b8801cfcb (diff)
downloademacs-783eebb91e723f81d58a7f71eea0019084ef6325.tar.gz
emacs-783eebb91e723f81d58a7f71eea0019084ef6325.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog18
-rw-r--r--man/ChangeLog4
2 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b5bb05331c..bd64b506c1c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12006-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
12006-02-17 Eli Zaretskii <eliz@gnu.org> 192006-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
diff --git a/man/ChangeLog b/man/ChangeLog
index 0d22e6d17bc..6ea861c510c 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12006-02-17 Eli Zaretskii <eliz@gnu.org>
2
3 * faq.texi: Remove the coding cookie, it's not needed anymore.
4
12006-02-15 Francesco Potort,Al(B <pot@gnu.org> 52006-02-15 Francesco Potort,Al(B <pot@gnu.org>
2 6
3 * maintaining.texi (Create Tags Table): Explain why the 7 * maintaining.texi (Create Tags Table): Explain why the