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: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Mon, 29 Oct 2007 01:25:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/10/29 01:25:01

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12084
retrieving revision 1.12085
diff -u -b -r1.12084 -r1.12085
--- ChangeLog   29 Oct 2007 00:51:51 -0000      1.12084
+++ ChangeLog   29 Oct 2007 01:24:59 -0000      1.12085
@@ -1,3 +1,29 @@
+2007-10-29  Ryan Yeske  <address@hidden>
+
+       * net/rcirc.el (rcirc-server-alist): Use coloned symbols for
+       parameter names.
+       (rcirc-recent-quit-alist): New function.
+       (rcirc): Print a better message when there is only one connected server.
+       (rcirc-complete-nick): Do not update the nick table here.
+       (rcirc-mode-map): Add M-o.
+       (rcirc-current-line): Add variable.
+       (rcirc-mode): Setup variables for line based omit.
+       (rcirc-edit-multiline): Strip text properties.
+       (rcirc-omit-responses): Add NICK.
+       (rcirc-omit-threshold): Add variable.
+       (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
+       Add functions.
+       (rcirc-print): Keep track of current line.  Do not fill text if
+       `rcirc-fill-flag' is null.  Only omit text if the last activity
+       from the sender is more than `rcirc-omit-threshold' lines ago.
+       (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
+       numbers instead of time.
+       (rcirc-channel-nicks): Sort by line numbers instead of time.
+       (rcirc-omit-mode): Add `...' when omitting text and recenter.
+       (rcirc-handler-JOIN): Restore the joiners linestamp.
+       (rcirc-maybe-remember-nick-quit): Add function.
+       (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
+
 2007-10-29  Juanma Barranquero  <address@hidden>
 
        * loadhist.el (unload-feature-special-hooks):




reply via email to

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