]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/ChangeLog
Add "add-log-time-zone-rule: t" to Local Variables section.
[gnu-emacs] / lisp / erc / ChangeLog
index 216d14d0aa69571516fe6d5e7c1fd5c6d924253f..7ea957015a14812e7f66ed563e4d308aab9596d9 100644 (file)
@@ -1,3 +1,90 @@
+2006-11-08  "Łukasz Demianiuk"  <ldemianiuk@gmail.com> (tiny change)
+
+       * erc.el (erc-header-line): Fix typo.
+
+2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * erc-dcc.el (erc-dcc-send-file): Fix typo in error message.
+
+       * erc.el (read-passwd):
+       * erc-autoaway.el (erc-autoaway-reestablish-idletimer):
+       * erc-truncate.el (truncate): Fix typo in docstring.
+
+2006-08-13  Romain Francoise  <romain@orebokech.com>
+
+       * erc-match.el (erc-log-matches-make-buffer): End `y-or-n-p'
+       prompt with a space.
+
+2006-08-07  Michael Olson  <mwolson@gnu.org>
+
+       * erc-backend.el (erc-process-sentinel-1): Use erc-display-message
+       in several places instead of inserting text.
+       (erc-process-sentinel): Move to the input-marker before removing
+       the prompt.
+
+       * erc.el (erc-port): Fix customization options.
+       (erc-display-message): Handle null type explicitly.  Previously,
+       this was relying on a chance side-effect.  Cosmetic indentation
+       tweak.
+       (english): Add 'finished and 'terminated entries to the catalog.
+       Add initial and terminal newlines to 'disconnected and
+       'disconnected-noreconnect entries.  Avoid long lines.
+
+2006-08-06  Michael Olson  <mwolson@gnu.org>
+
+       * erc.el (erc-arrange-session-in-multiple-windows): Fix bug with
+       multi-tty Emacs.
+       (erc-select-startup-file): Fix bug introduced by recent change.
+
+2006-08-05  Michael Olson  <mwolson@gnu.org>
+
+       * erc-log.el (erc-log-standardize-name): New function that returns
+       a filename that is safe for use for a log file.
+       (erc-current-logfile): Use it.
+
+       * erc.el (erc-startup-file-list): Search in ~/.emacs.d first,
+       since that is a fairly standard directory.
+       (erc-select-startup-file): Re-write to use
+       convert-standard-filename, which will ensure that MS-DOS systems
+       look for the _ercrc.el file.
+
+2006-08-02  Michael Olson  <mwolson@gnu.org>
+
+       * erc.el (erc-version-string): Release ERC 5.1.4.
+
+       * Makefile, NEWS, erc.texi: Update for the 5.1.4 release.
+
+       * erc.el (erc-active-buffer): Fix bug that caused messages to go
+       to the wrong buffer.  Thanks to offby1 for the report.
+
+       * erc-backend.el (erc-coding-system-for-target): Handle case where
+       target is nil.  Thanks to Kai Fan for the patch.
+
+2006-07-29  Michael Olson  <mwolson@gnu.org>
+
+       * erc-log.el (erc-log-setup-logging): Don't offer to save the
+       buffer.  It will be saved automatically killed.  Thanks to Johan
+       Bockgård and Tassilo Horn for pointing this out.
+
+2006-07-27  Johan Bockgård  <bojohan@users.sourceforge.net>
+
+       * erc.el (define-erc-module): Make find-function and find-variable
+       find the names constructed by `define-erc-module' in Emacs 22.
+
+2006-07-14  Michael Olson  <mwolson@gnu.org>
+
+       * erc-log.el (log): Make sure that we enable logging on
+       already-opened buffers as well, in case the user toggles this
+       module after loading ERC.  Also be sure to remove logging ability
+       from all ERC buffers when the module is disabled.
+       (erc-log-setup-logging): Set buffer-file-name to nil rather than
+       the empty string.  This should fix some errors that occur when
+       quitting Emacs without first killing all ERC buffers.
+       (erc-log-disable-logging): New function that removes the logging
+       ability from the current buffer.
+
+       * erc-spelling.el (spelling): Use dolist and buffer-live-p.
+
 2006-07-12  Michael Olson  <mwolson@gnu.org>
 
        * erc-match.el (erc-log-matches): Bind inhibit-read-only rather
 
 2006-05-01  Edward O'Connor  <ted@oconnor.cx>
 
-       * erc-goodies.el: (erc-handle-irc-url): New function, suitable as
+       * erc-goodies.el (erc-handle-irc-url): New function, suitable as
        a value for `url-irc-function'.
 
 2006-04-18  Diane Murray  <disumu@x3y2z1.net>
 
 2006-02-12  Michael Olson  <mwolson@gnu.org>
 
-       * erc-autoaway.el, erc-dcc.el, erc-ezbounce.el, erc-fill.el,
-       erc-goodies.el, erc-hecomplete.el, erc-ibuffer.el, erc-identd.el,
-       erc-imenu.el, erc-join.el, erc-lang.el, erc-list.el, erc-log.el,
-       erc-match.el, erc-menu.el, erc-netsplit.el, erc-networks.el,
-       erc-notify.el, erc-page.el, erc-pcomplete.el, erc-replace.el,
-       erc-ring.el, erc-services.el, erc-sound.el, erc-speedbar.el,
-       erc-spelling.el, erc-track.el, erc-truncate.el, erc-xdcc.el: Add
-       2006 to copyright years, to comply with the changed guidelines.
+       * erc-autoaway.el, erc-dcc.el, erc-ezbounce.el, erc-fill.el
+       * erc-goodies.el, erc-hecomplete.el, erc-ibuffer.el, erc-identd.el
+       * erc-imenu.el, erc-join.el, erc-lang.el, erc-list.el, erc-log.el
+       * erc-match.el, erc-menu.el, erc-netsplit.el, erc-networks.el
+       * erc-notify.el, erc-page.el, erc-pcomplete.el, erc-replace.el
+       * erc-ring.el, erc-services.el, erc-sound.el, erc-speedbar.el
+       * erc-spelling.el, erc-track.el, erc-truncate.el, erc-xdcc.el:
+       Add 2006 to copyright years, to comply with the changed guidelines.
 
 2006-02-11  Michael Olson  <mwolson@gnu.org>
 
 
 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
 
-       * erc-viper.el: Remove. Now that ERC is included in Emacs, these
+       * erc-viper.el: Remove.  Now that ERC is included in Emacs, these
        work-arounds live in Viper itself.
 
 2006-01-28  Michael Olson  <mwolson@gnu.org>
 2006-01-22  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * erc-track.el: Use `(eval-when-compile (require 'cl))' (for
-       `case'). Doc fixes.
+       `case').  Doc fixes.
        (erc-find-parsed-property): Simplify.
-       (erc-track-get-active-buffer): Fix logic. Simplify.
-       (erc-track-switch-buffer): Remove unused variable `dir'. Simplify.
+       (erc-track-get-active-buffer): Fix logic.  Simplify.
+       (erc-track-switch-buffer): Remove unused variable `dir'.  Simplify.
 
        * erc-speak.el: Doc fixes.
        (erc-speak-region): `propertize' --> `erc-propertize'.
@@ -788,6 +875,7 @@ See ChangeLog.05 for earlier changes.
 
 ;; Local Variables:
 ;; coding: utf-8
+;; add-log-time-zone-rule: t
 ;; End:
 
 ;; arch-tag: 865a75f6-2bcb-46df-bf0c-b514dadf688a