aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dbc4b75d738..f39afc16d73 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12006-08-20 Ryan Yeske <rcyeske@gmail.com>
2
3 * net/rcirc.el (rcirc-show-maximum-output): New var.
4 (rcirc-buffer-process): If no buffer argument is supplied, use
5 current-buffer.
6 (rcirc-complete-nick): Complete to the last completed nick first.
7 (rcirc-mode): Preserve the value of `rcirc-urls' across
8 connections. Setup scroll function.
9 (rcirc-scroll-to-bottom): New function.
10 (rcirc-print): Use nick syntax around regexp work. Notice
11 dim-nicks speaking only if they say our nick.
12 (rcirc-update-activity-string): Do not show the modeline indicator
13 if there are no live rcirc processes.
14 (rcirc-cmd-ignore): Ignore case.
15 (rcirc-browse-url-at-point): Fix off-by-one error.
16
12006-08-20 Stefan Monnier <monnier@iro.umontreal.ca> 172006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 18
3 * progmodes/python.el: Remove * in defcustom docstrings. 19 * progmodes/python.el: Remove * in defcustom docstrings.