diff options
| -rw-r--r-- | lisp/ChangeLog | 18 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
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 @@ | |||
| 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 |
diff --git a/man/ChangeLog b/man/ChangeLog index 0d22e6d17bc..6ea861c510c 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-02-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * faq.texi: Remove the coding cookie, it's not needed anymore. | ||
| 4 | |||
| 1 | 2006-02-15 Francesco Potort,Al(B <pot@gnu.org> | 5 | 2006-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 |