]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/ChangeLog
Merge from emacs-24
[gnu-emacs] / lisp / erc / ChangeLog
index d72d3f51bb1ea584a1878fc84d48b31b5aaf48be..f84df4c7b89391ac070f5789f9bd5403f2aca579 100644 (file)
@@ -1,3 +1,101 @@
+2012-06-15  Julien Danjou  <julien@danjou.info>
+
+       * erc.el (erc-open): Use `auth-source' for password retrieval when
+       possible.
+
+2012-06-12  Chong Yidong  <cyd@gnu.org>
+
+       * erc-dcc.el (erc-dcc-chat-filter-functions): Rename from
+       erc-dcc-chat-filter-hook, since this is an abnormal hook.
+
+2012-06-08  Chong Yidong  <cyd@gnu.org>
+
+       * erc.el (erc-direct-msg-face, erc-header-line, erc-input-face)
+       (erc-command-indicator-face, erc-notice-face, erc-action-face)
+       (erc-error-face, erc-my-nick-face, erc-nick-default-face)
+       (erc-nick-msg-face): Use new-style face specs, and avoid :bold.
+
+       * erc-button.el (erc-button):
+       * erc-goodies.el (erc-bold-face, erc-inverse-face)
+       (erc-underline-face, fg:erc-color-*):
+       * erc-match.el (erc-current-nick-face, erc-dangerous-host-face)
+       (erc-pal-face, erc-fool-face, erc-keyword-face):
+       * erc-stamp.el (erc-timestamp-face): Likewise.
+
+2012-06-02  Chong Yidong  <cyd@gnu.org>
+
+       * erc-track.el (erc-track, erc-track-faces-priority-list)
+       (erc-track-faces-normal-list, erc-track-find-face)
+       (erc-track-modified-channels): Fix modeline -> mode line in docs.
+
+2012-05-14  Mike Kazantsev  <mk.fraggod@gmail.com>  (tiny change)
+
+       * erc-dcc.el (erc-dcc-handle-ctcp-send): Fix a regression
+       introduced on 2011-11-28 when fixing quoted filenames matching,
+       the regex group was not corrected.
+
+2012-05-13  Teemu Likonen  <tlikonen@iki.fi>
+
+       * erc-backend.el (erc-server-timestamp-format): New variable to
+       allow specifying the timestamp format (bug#10779).
+
+2012-04-11  Vivek Dasmohapatra  <vivek@etla.org>
+
+       * erc-services.el (erc-nickserv-passwords): Don't display the
+       password (bug#4459).
+
+2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * erc-join.el (erc-server-join-channel): New function to look up
+       the channel password via auth-source.
+       (erc-autojoin-channels): Use it.
+       (erc-autojoin-after-ident): Ditto.
+       (erc-autojoin-channels-alist): Mention auth-source.
+
+2012-04-10  Deniz Dogan  <deniz@dogan.se>  (tiny change)
+
+       * erc.el (erc-display-prompt): Adds the field text property to the
+       ERC prompt.  This allows users to use `kill-whole-line' to kill
+       all text back to the prompt given that it's on a single line
+       (bug#10841).
+
+2012-04-09  Chong Yidong  <cyd@gnu.org>
+
+       * erc.el (erc-cmd-SET): Call custom-variable-p instead of
+       user-variable-p.
+
+2012-02-08  Glenn Morris  <rgm@gnu.org>
+
+       * erc-backend.el (erc-coding-system-precedence):
+       * erc-join.el (erc-autojoin-delay, erc-autojoin-timing):
+       Add missing :version settings.
+
+2012-01-06  Glenn Morris  <rgm@gnu.org>
+
+       * erc.el (erc-tls): Add autoload cookie.  (Bug#10333)
+
+2011-12-31  Antoine Levitt  <antoine.levitt@gmail.com>
+
+       * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook
+       rather than window-scroll-functions.  Fixes a bug with word-wrap on
+       a tty.  (Bug#9246)
+
+2011-11-28  Mike Kazantsev  <mk.fraggod@gmail.com>  (tiny change)
+
+       * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to
+       match quoted filenames with spaces inside.
+       (erc-dcc-handle-ctcp-send): Updated regexp match group numbers,
+       added processing of escaped quotes and backslashes if filename
+       itself was in quotes.
+
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * erc-log.el (erc-logging-enabled): Fix typo.
+
+2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
+
 2011-10-20  Chong Yidong  <cyd@gnu.org>
 
        * erc.el (define-erc-module): Fix autogenerated docstring to
        erc-button-next.
        (button, erc-button-next): Use it.
 
+2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * erc-hecomplete.el: Move to ../obsolete.
+
 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
 
        * Version 23.3 released.
 
 See ChangeLog.08 for earlier changes.
 
-       Copyright (C) 2009-2011 Free Software Foundation, Inc.
+       Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.