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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 13 Jun 2007 21:17:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/06/13 21:17:19

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11202
retrieving revision 1.11203
diff -u -b -r1.11202 -r1.11203
--- ChangeLog   13 Jun 2007 21:11:42 -0000      1.11202
+++ ChangeLog   13 Jun 2007 21:17:18 -0000      1.11203
@@ -1,3 +1,66 @@
+2007-06-13  Ryan Yeske  <address@hidden>
+
+       * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
+       around bright and dim regexps. Make sure bright and dim matches
+       use word anchors.  Send text through rcirc-markup functions.
+       (rcirc-url-regexp): Add single quote character.
+       (rcirc-connect): Write logs to disk on auto-save-hook.
+       Make server a non-optional argument.
+       (rcirc-log-alist): New variable.
+       (rcirc-log-directory): Make customizable.
+       (rcirc-log-flag): New customizable variable.
+       (rcirc-log): New function.
+       (rcirc-print): Use above function.
+       (rcirc-log-write): New function.
+       (rcirc-generate-new-buffer-name): Strip text properties.
+       (rcirc-switch-to-buffer-function): Remove variable.
+       (rcirc-last-non-irc-buffer): Remove variable.
+       (rcirc-non-irc-buffer): Add function.
+       (rcirc-next-active-buffer): Use above function.
+       (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
+       (rcirc-handler-ctcp-KEEPALIVE): Add handler.
+       (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
+       (rcirc-omit-mode): Add minor-mode.
+       (rcirc-mode-map): Change C-c C-o binding.
+       (rcirc-mode): Clear mode-line-process. Use a custom
+       fill-paragraph-function.  Set up buffer-invisibility-spec.
+       (rcirc-response-formats): Remove timestamp code.
+       (rcirc-omit-responses): Add variable.
+       (rcirc-print): Don't put the overlay arrow on potentially omitted
+       lines.  Log line to disk.  Record activity for private messages
+       from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
+       (rcirc-jump-to-first-unread-line): Print message if there is no
+       unread text.
+       (rcirc-clear-unread): New function.
+       (rcirc-markup-text-functions): Add variable.
+       (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
+       (rcirc-debug): Don't mess with window configuration.
+       (rcirc-send-message): Send message before printing locally.
+       Add SILENT argument, do not print message if non-nil.
+       (rcirc-visible-buffers): New function and variable.
+       (rcirc-window-configuration-change-1): Add function.
+       (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
+       server buffer.
+       (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
+       (rcirc-fill-paragraph): Add function.
+       (rcirc-record-activity, rcirc-window-configuration-change-1):
+       Only update the activity string if it has actually changed.
+       (rcirc-update-activity-string): Remove padding characters from the
+       mode-line string.
+       (rcirc-disconnect-buffer): New function to be called when a
+       channel is parted or the user quits.
+       (rcirc-server-name): Warn when the server-name hasn't been set.
+       (rcirc-window-configuration-change): Postpone work until
+       post-command-hook.
+       (rcirc-window-configuration-change-1): Update mode-line and
+       overlay arrows here.
+       (rcirc-authenticate): Fix chanserv identification.
+       (rcirc-default-server): Remove variable.
+       (rcirc): Connect according to rcirc-connections.
+       (rcirc-connections): Add variable.
+       (rcirc-startup-channels-alist): Remove variable.
+       (rcirc-startup-channels): Remove function.
+
 2007-06-13  Stefan Monnier  <address@hidden>
 
        * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.




reply via email to

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