]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/ChangeLog
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / lisp / erc / ChangeLog
index 8b4df6099bc47c3b273bd71eef7f6e1511595ee4..0366addacfc091f153c0f910f07154d1ae677cc7 100644 (file)
@@ -1,3 +1,56 @@
+2012-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * erc.el (erc-accidental-paste-threshold-seconds): Add :version.
+
+2012-11-30  Eric Hanchrow  <eric.hanchrow@gmail.com>
+
+       * erc.el (erc-last-input-time): New variable.
+       (erc-accidental-paste-threshold-seconds): New option to avoid
+       sending accidentally-pasted text to the server (Bug#11592).
+       (erc-send-current-line): Use it.
+
+2012-11-30  Chong Yidong  <cyd@gnu.org>
+
+       * erc.el (erc-lurker-cleanup, erc-lurker-p): Use float-time.
+
+2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * erc-backend.el: Fix last change that missed calls to `second'
+       (bug#12970).
+
+2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       Use cl-lib instead of cl, and interactive-p => called-interactively-p.
+       * erc-track.el, erc-networks.el, erc-netsplit.el, erc-dcc.el:
+       * erc-backend.el: Use cl-lib, nth, pcase, and called-interactively-p
+       instead of cl.
+       * erc-speedbar.el, erc-services.el, erc-pcomplete.el, erc-notify.el:
+       * erc-match.el, erc-log.el, erc-join.el, erc-ezbounce.el:
+       * erc-capab.el: Don't require cl since we don't use it.
+       * erc.el: Use cl-lib, nth, pcase, and called-interactively-p i.s.o cl.
+       (erc-lurker-ignore-chars, erc-common-server-suffixes):
+       Move before first use.
+
+2012-11-16  Glenn Morris  <rgm@gnu.org>
+
+       * erc.el (erc-modules): Add "notifications".  Tweak "hecomplete" doc.
+
+2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * erc-backend.el: Only require `erc' during compilation (bug#12740).
+
+2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * erc-backend.el: Require `erc' instead of autoloading its macros
+       (bug#12669).
+
+2012-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * erc.el (erc-log): Make it into a defsubst.
+       (erc-with-server-buffer, define-erc-module, erc-with-buffer)
+       (erc-with-all-buffers-of-server): Use `declare'.
+       * erc-backend.el (erc-log): Adjust autoload accordingly.
+
 2012-10-07  Deniz Dogan  <deniz@dogan.se>
 
        * erc-log.el (erc-generate-log-file-name-function):
@@ -42,8 +95,8 @@
 
 2012-08-21  Julien Danjou  <julien@danjou.info>
 
-       * erc-match.el (erc-match-message): Use
-       `erc-match-exclude-server-buffer' not
+       * erc-match.el (erc-match-message):
+       Use `erc-match-exclude-server-buffer' not
        `erc-track-exclude-server-buffer'.
 
 2012-08-20  Josh Feinstein <jlf@foxtail.org>
        (erc-lurker-threshold-time): New variables.
        (erc-lurker-maybe-trim, erc-lurker-initialize, erc-lurker-cleanup)
        (erc-hide-current-message-p, erc-canonicalize-server-name)
-       (erc-lurker-update-status, erc-lurker-p): New functions.  Together
-       they maintain state about which users have spoken in the last
+       (erc-lurker-update-status, erc-lurker-p): New functions.
+       Together they maintain state about which users have spoken in the last
        erc-lurker-threshold-time, with all other users being considered
        lurkers whose messages of types in erc-lurker-hide-list will not
        be displayed by erc-display-message.
 
        * erc.el (erc-ssl): Made into a synonym for erc-tls, which
        provides a superset of the same functionality.
-       (erc-open-ssl-stream): Removed.
+       (erc-open-ssl-stream): Remove.
        (erc-open-tls-stream): Use `open-network-stream' instead of
        `open-tls-stream' directly to be able to use the built-in TLS
        support.
 
 See ChangeLog.08 for earlier changes.
 
-       Copyright (C) 2009-2012 Free Software Foundation, Inc.
+       Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.