emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/erc/ChangeLog,v


From: Michael W. Olson
Subject: [Emacs-diffs] Changes to emacs/lisp/erc/ChangeLog,v
Date: Mon, 29 Oct 2007 01:00:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      07/10/29 01:00:33

Index: lisp/erc/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/erc/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- lisp/erc/ChangeLog  25 Oct 2007 23:25:08 -0000      1.53
+++ lisp/erc/ChangeLog  29 Oct 2007 01:00:33 -0000      1.54
@@ -1,3 +1,12 @@
+2007-10-29  Michael Olson  <address@hidden>
+
+       * erc-ibuffer.el (erc-modified-channels-alist): Use
+       eval-when-compile, and explain why we are doing this..
+
+       * erc-track.el: Make sure that the state of erc-track-minor-mode
+       is not preserved when using desktop.el.  Thanks to Levin for the
+       report.
+
 2007-10-25  Dan Nicolaescu  <address@hidden>
 
        * erc-ibuffer.el (erc-modified-channels-alist): Pacify
@@ -8,7 +17,27 @@
        * erc-track.el (erc-modified-channels-update): Use mapc rather
        than mapcar.
 
-2007-09-18  Exal de Jesus Garcia Carrillo  <address@hidden>  (tiny change)
+2007-10-12  Diane Murray  <address@hidden>
+
+       * erc.el (erc-join-channel): Prompt for channel key if C-u or
+       another prefix-arg was typed.
+
+       * NEWS: Noted this change.
+
+2007-10-07  Michael Olson  <address@hidden>
+
+       * erc.el (erc-cmd-ME'S): New command that handles the case where
+       someone types "/me's".  It concatenates the text " 's" to the
+       beginning of the input and then sends the result like a normal
+       "/me" command.
+       (erc-command-regexp): Permit single-quote character.
+
+2007-09-30  Aidan Kehoe  <address@hidden>  (tiny change)
+
+       * erc-log.el (erc-save-buffer-in-logs): Prevent spurious warnings
+       when looking at a log file and concurrently saving to it.
+
+2007-09-18  Exal de Jesus Garcia Carrillo  <address@hidden>  (tiny change)
 
        * erc.texi (Special-Features): Fix small typo.
 




reply via email to

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