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: Sat, 23 Feb 2008 18:58:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      08/02/23 18:58:56

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/erc/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- ChangeLog   26 Jan 2008 21:49:41 -0000      1.74
+++ ChangeLog   23 Feb 2008 18:58:55 -0000      1.75
@@ -1,3 +1,36 @@
+2008-02-20  Michael Olson  <address@hidden>
+
+       * erc.el (erc-notice-face): Fix this face for Emacs 21 users.
+
+2008-02-04  Jeremy Maitin-Shepard  <address@hidden>
+
+       * erc.el (erc-cmd-QUERY): Bind the value of `erc-auto-query' to
+       `erc-query-display' rather than `erc-join-buffer'.  This fixes a
+       bug where the value of erc-auto-query was being ignored.
+
+2008-01-31  Michael Olson  <address@hidden>
+
+       * erc-dcc.el (erc-dcc-do-GET-command, erc-dcc-do-SEND-command):
+       Improve docstring.  If FILE argument is split into multiple
+       arguments, re-join them into a single string, separated by a
+       space.  This fixes an issue where the user wants to send or
+       receive a file with spaces in its name.  It is assumed that no one
+       will try sending or receiving a file with multiple consecutive
+       spaces in its name, otherwise this fix will fail.
+
+       * erc.el (erc-mode-map): Add binding for C-c C-x to
+       erc-quit-server, since rcirc.el binds its quit command in a
+       similar manner.  Thanks to Jari Aalto for the suggestion.
+
+2008-01-28  Diane Murray  <address@hidden>
+
+       * erc-list-old.el (list-old): Define module as list-old, not list.
+       This fixes a bug where an unknown module error would occur when
+       starting ERC and using the list-old module.
+
+       * erc-track.el (erc-track-find-face): If no choice was found
+       return nil to use the default mode-line faces.
+
 2008-01-26  Michael Olson  <address@hidden>
 
        * erc.el (erc-version-string): Release ERC 5.3.
@@ -7,9 +40,12 @@
        users of the version that comes with Emacs, and they will have
        erc-list.el by Emacs 23.
        (MISC): Add ChangeLog.07.
+       (elpa): Fix build issue.  Add proper version to erc-pkg.el.
 
        * README.extras: Mention Emacs 23.
 
+       * erc-pkg.el: Make the version string a template.
+
        * erc.texi (Obtaining ERC): Update extras URLs for 5.3.
        (Development): Write instructions for git, and remove those for
        Arch.




reply via email to

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