emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 11 Feb 2006 21:42:24 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.9115 emacs/lisp/ChangeLog:1.9116
--- emacs/lisp/ChangeLog:1.9115 Sat Feb 11 21:29:56 2006
+++ emacs/lisp/ChangeLog        Sat Feb 11 21:42:23 2006
@@ -1,3 +1,16 @@
+2006-02-12  Miles Bader  <address@hidden>
+
+       * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
+       New variables.
+       (rcirc-abbrev-nick): New function.
+       (rcirc-format-response-string): Rewrite to use the formats in
+       `rcirc-response-formats' and expand escape sequences therein.
+       A text-property `rcirc-text' is added over the actual response
+       text to make easy to find inside the returned string.
+       (rcirc-print): When filling, just look for the `rcirc-text'
+       text-property to find the appropriate fill prefix, instead of
+       using hardwired patterns.
+
 2006-02-11  Mathias Dahl  <address@hidden>
 
        * tumme.el: Enhanced some docstrings.  Added todo item about




reply via email to

[Prev in Thread] Current Thread [Next in Thread]