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,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 02 Sep 2006 21:25:53 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/09/02 21:25:52

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.9985
retrieving revision 1.9986
diff -u -b -r1.9985 -r1.9986
--- ChangeLog   2 Sep 2006 13:49:52 -0000       1.9985
+++ ChangeLog   2 Sep 2006 21:25:52 -0000       1.9986
@@ -1,3 +1,41 @@
+2006-09-02  Ryan Yeske  <address@hidden>
+
+       * rcirc.el (rcirc-keywords): New variable.
+       (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
+       (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
+       variables.
+       (rcirc-responses-no-activity): New function.
+       (rcirc-handler-generic): Check for responses in above.
+       (rcirc-process-command): Add ?: character to arguments of raw
+       server commands.
+       (rcirc-format-response-string): Use `rcirc-bright-nicks' and
+       `rcirc-dim-nicks'.
+       (rcirc-gray-toggle): Remove unused variable.
+       (rcirc-print): Remove some tracking logic, which is moved into
+       markup functions.
+       (rcirc-activity-types): Was `rcirc-activity-type', now a list of
+       types.
+       (rcirc-activity-string): Look for 'keyword in activity-types.
+       (rcirc-window-configuration-change): Don't erase overlay-arrow
+       unnecessarily.
+       (rcirc-add-or-remove): New function.
+       (rcirc-cmd-ignore): Use it.
+       (rcirc-message-leader): Remove unused function.
+       (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
+       (rcirc-add-face): New function.
+       (rcirc-facify): Use rcirc-add-face.
+       (rcirc-url-regexp): Add parens.
+       (rcirc-map-regexp): Remove function.
+       (rcirc-mangle-regexp): Remove function.
+       (rcirc-markup-text-functions): New variable.
+       (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
+       (rcirc-markup-body-text, rcirc-markup-attributes)
+       (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
+       (rcirc-markup-bright-nicks): New markup handler functions.
+       (rcirc-nick-in-message-full-line): New face.
+       (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
+       (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
+
 2006-09-02  Martin Rudalics  <address@hidden>
 
        * cus-start.el (hscroll-margin, hscroll-step)




reply via email to

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