Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 1c79940edc7d1a03000e549450b12557 > files > 5

emacs-erc-3.0-4mdk.noarch.rpm

2002-11-19  Alex Schroeder  <alex@emacswiki.org>

	* erc-track.el (erc-default-recipients): devar for the compiler.

	* erc-speedbar.el (dframe): Require it.
	(speedbar): Require it.

	* erc-sound.el (sound): Typo -- define-key in erc-mode-map.

	* erc-replace.el (erc): Require it.

	* erc-notify.el (pcomplete): Require it.

	* erc-nickserv.el (erc-networks): Moved up.

	* erc-imenu.el (imenu): Require it.

	* erc-ezbounce.el (erc): Require it.

	* erc-complete.el (erc-match): Require it.
	(hippie-exp): Require it.

	* Makefile (realclean): renamed fullclean to realclean.
	(UNCOMPILED): New list, for erc-bbdb.el, erc-ibuffer.el,
	erc-speak.el.
	(SOURCE): Do not compile UNCOMPILED.
	(release): New target.
	(ChangeLog): New target.

	* erc-auto.in (generated-autoload-file, command-line-args-left):
	Added defvar without value to silence byte compiler.

	* erc-autoaway.el (erc-autoaway-idletimer): Moved to the front of
	the file.

2002-11-18  Mario Lang  <mlang@delysid.org>

	* erc/AUTHORS 1.1: File needed for mkChangeLog

	* erc/mkChangeLog 1.1: Original code by mhp

2002-11-18  Alex Schroeder  <alex@gnu.org>

	* erc/erc-button.el 1.32 (erc-button-list):
	Renamed to erc-list and moved
	to erc.el.

	* erc/erc.el 1.328 (erc-list): New.

	* erc/erc-track.el 1.27 (erc-make-mode-line-buffer-name):
	Simplified.
	(erc-modified-channels-display): Simplified.  Now works with all
	faces, and fixes the bug that when two faces where used (bold
	erc-current-nick-face), then no faces was added.

	* erc/erc-track.el 1.26:
	Lots of new tests.  Moved some defuns around in
	the file.
	(erc-all-channel-names): Renamed.
	(erc-all-buffer-names): New name, now include query buffers as
	well.
	(erc-modified-channels-update-inside): New variable.
	(erc-modified-channels-update): Use it to prevent running display
	if already inside it.  This prevented debugging of
	`erc-modified-channels-display'.
	(erc-make-mode-line-buffer-name): Moved.
	(erc-track-shorten-names): Don't test using erc-channel-p as that
	failed with query buffers.
	(erc-unique-substrings): Move setq i + 1 to the end of the while
	loop, so that start is used as a default value instead of start +
	1.

2002-11-18  Jorgen Schaefer  <forcer@users.sourceforge.net>

	* erc/erc-track.el 1.25:
	erc-unique-substrings: define this before using it in assert

	* erc/erc.el 1.327:
	with-erc-channel-buffer: Define *before* using this macro. This
	hopefully fixes a bug noted on IRC.

	* erc/erc-notify.el 1.6:
	erc-notify-signon-hook, erc-notify-signoff-hook: New hooks. They're
	even run when their name suggests!

2002-11-18  Alex Schroeder  <alex@gnu.org>

	* erc/erc-list.el 1.7: Typo.

	* erc/erc-speedbar.el 1.9: Whitespace only.

	* erc/erc.el 1.326 (define-erc-module):
	Avoid defining an alias if name and
	alias are the same.

	* erc/erc-ibuffer.el 1.17: URL

	* erc/erc-imenu.el 1.3 (erc-imenu-version): New constant.

	* erc/erc-ibuffer.el 1.16 (erc-ibuffer-version):
	New constant.

	* erc/erc-ibuffer.el 1.15: File header, comments.

	* erc/erc-fill.el 1.19 (erc-fill-version): New constant.

	* erc/erc-ezbounce.el 1.2 (erc-ezb-version): New constant.

	* erc/erc-complete.el 1.11 (erc-complete-version):
	New constant.

	* erc/erc-chess.el 1.21 (erc-chess-version): New constant.

	* erc/erc-chess.el 1.20: Whitespace only.

	* erc/erc-bbdb.el 1.20 (erc-bbdb-version): Typo.

	* erc/erc-bbdb.el 1.19 (erc-bbdb-version): New constant.
	Lots of whitespace changes.  Changes to the header.

	* erc/erc-track.el 1.24 (erc-track-shorten-aggressively):
	Doc.
	(erc-all-channel-names): New function.
	(erc-unique-channel-names): New function.
	(unique-substrings): Renamed.
	(erc-unique-substrings): New name
	(unique-substrings-1): Renamed.
	(erc-unique-substring-1): New name.  Added lots of tests.
	(erc-track-shorten-names): Call erc-unique-channel-names instead

	* erc/erc-match.el 1.15 (match): Rewrote a as module.

2002-11-17  Alex Schroeder  <alex@gnu.org>

	* erc/erc-netsplit.el 1.6 (erc-netsplit-version): New.
	(netsplit): Defined as a module, replacing erc-netsplit-initialize
	and erc-netsplit-destroy.

2002-11-17  Jorgen Schaefer  <forcer@users.sourceforge.net>

	* erc/erc-track.el 1.23 (erc-track-switch-buffer):
	define-erc-module defines erc-track-mode,
	not erc-track-modified-channels-mode.

	* erc/erc.el 1.325:
	Variables erc-play-sound, erc-sound-path, erc-default-sound,
	erc-play-command, erc-ctcp-query-SOUND-hook and functions
	erc-cmd-SOUND, erc-ctcp-query-SOUND, erc-play-sound, erc-toggle-sound
	moved to erc-sound.el

	Variables erc-page-function, erc-ctcp-query-PAGE-hook and function
	erc-ctcp-query-PAGE moved to erc-page.el

	* erc/erc-page.el 1.1:
	erc-page.el: New file. CTCP PAGE support for ERC, extracted from erc.el.

	* erc/erc-sound.el 1.2:
	defin-erc-module: Typo. Autoload should do erc-sound-mode and "erc-sound".

	* erc/erc-sound.el 1.1:
	erc-sound.el: New file. Contains all the CTCP SOUND stuff from erc.el.

	* erc/erc.el 1.324 (erc-process-ctcp-request):
	Removed (old-style CTCP handling)
	(erc-join-autogreet): Removed (was broken anyways)

2002-11-17  Alex Schroeder  <alex@gnu.org>

	* erc/erc-button.el 1.31 (erc-button-version):
	New constant.

	* erc/erc-button.el 1.30 (button): rewrote as a module.

2002-11-17  Jorgen Schaefer  <forcer@users.sourceforge.net>

	* erc/erc.el 1.323: New functions:
	(erc-event-to-hook), (erc-event-to-hook-name): Convert an event to the
	corresponding hook. The latter only returns the name, while the former
	interns the hook symbol and returns it.

2002-11-17  Alex Schroeder  <alex@gnu.org>

	* erc/erc-replace.el 1.4:
	Practically total rewrite.  All smiley stuff deleted.

	* erc/erc-track.el 1.22 (track): typo.

	* erc/erc.el 1.322 (define-erc-module): Doc change.

2002-11-17  Jorgen Schaefer  <forcer@users.sourceforge.net>

	* erc/erc-autoaway.el 1.6:
	Changed to use define-erc-module.

	* erc/erc.el 1.321 (define-erc-module):
	Make the enable/disable functions interactive.

	* erc/erc.el 1.320 (erc):
	Don't use switch-to-buffer when we're in the minibuffer,
	because that does not work. Use display-buffer instead. This leaves
	two problems: The point does not advance to the end of the buffer for
	whatever reason, and after leaving the minibuffer, the new window gets
	buried.

2002-11-17  Alex Schroeder  <alex@gnu.org>

	* erc/erc-stamp.el 1.15 (stamp): Doc change.

	* erc/erc-stamp.el 1.14 (erc-stamp-version): New constant.
	(stamp): downcase alias name of the mode.

	* erc/erc.el 1.319 (define-erc-module):
	Added defalias option, renamed
	parameters again.

	* erc/erc-track.el 1.21:
	erc-track-modified-channels-mode is now only an
	alias to erc-track-mode.  Only erc-track-mode is autoloaded.
	(track): Rewrote call to define-erc-module.

2002-11-16  Mario Lang  <mlang@delysid.org>

	* erc/debian/README.Debian 1.5: * Spelling fix

	* erc/erc-fill.el 1.18:
	* Fix autoload definition for erc-fill-mode

	* erc/debian/control 1.6, erc/debian/maint/postinst 1.4, erc/debian/maint/prerm 1.4:
	* Remove /usr/doc -> /usr/share/doc link handling

	* erc/debian/changelog 1.18: * Sync with reality

	* erc/debian/scripts/startup.erc 1.2:
	* Add /usr/share/emacs/site-lisp/erc/ to load-path
	* (load "erc-auto")

	* erc/debian/README.Debian 1.4:
	* Info about the changes since last release updated

	* erc/erc-pcomplete.el 1.11:
	* Fix emacs/xemacs compatibility

	* erc/debian/scripts/install 1.10:
	* Dont compile erc-compat, fix ELCDIR

	* erc/debian/control 1.5: * Change maintainer field

	* erc/erc.el 1.318:
	* (defin-erc-module): Renamed argument mode-name to mname because silly byte-compiler thought we were talking about `mode-name'.

	* erc/Makefile 1.6: * Added debrelease target

	* erc/erc-bbdb.el 1.18, erc/erc-pcomplete.el 1.10, erc/erc-stamp.el 1.13, 
	  erc/erc.el 1.317:
	* (define-erc-module): Added mode-name argument.
	* Converted erc-bbdb, erc-pcomplete and erc-stamp to new macro.
	* autoload fixes

	* erc/erc-bbdb.el 1.17:
	* Create a global-minor-mode (i.e., make it a proper erc-module)

	* erc/erc.el 1.316: * (define-erc-modle): New defmacro

2002-11-16  Jorgen Schaefer  <forcer@users.sourceforge.net>

	* erc/erc-autoaway.el 1.5 (erc-autoaway-idle-seconds):
	t in docstrings should be non-nil

2002-11-16  Alex Schroeder  <alex@gnu.org>

	* erc/erc-autoaway.el 1.4, erc/erc-button.el 1.29, erc/erc-fill.el 1.17, 
	  erc/erc-match.el 1.14, erc/erc-menu.el 1.9, erc/erc-ring.el 1.5, erc/erc-track.el 1.20:
	Cleanup of file headers: copyright years, GPL mumbo-jumbo, commentaries.

	* erc/erc-stamp.el 1.12 (erc-insert-away-timestamp-function):
	New custom type.
	(erc-insert-timestamp-function): New custom type.

	* erc/erc-fill.el 1.16 (erc-fill-function):
	Doc, new custom type.
	(erc-fill-static): Doc.
	(erc-fill-enable): New function.
	(erc-fill-disable): New function.
	(erc-fill-mode): New function.

	* erc/erc-match.el 1.13 (erc-match-enable):
	add-hook for both
	erc-insert-modify-hook and erc-send-modify-hook.
	(erc-match-disable): remove-hook for both
	erc-insert-modify-hook and erc-send-modify-hook.

2002-11-15  Jorgen Schaefer  <forcer@users.sourceforge.net>

	* erc/erc-autoaway.el 1.3:
	- Added a way to use auto-away using emacs idle timers
	- Renamed erc-set-autoaway to erc-autoaway-possibly-set-away for consistency

2002-11-14  Jorgen Schaefer  <forcer@users.sourceforge.net>

	* erc/erc.el 1.315:
	erc-mode-map: Removed the C-c C-g binding for erc-grab

	* erc/erc.el 1.314:
	(erc-server-341) Another instance of the channel/chnl problem i didn't
	see last time

2002-11-14  Alex Schroeder  <alex@gnu.org>

	* erc/erc-compat.el 1.3 (erc-decode-coding-string): typo

2002-11-14  Jorgen Schaefer  <forcer@users.sourceforge.net>

	* erc/erc.el 1.313 (erc-server-341):
	variable name should be chnl not channel, as it is
	used this way in this function, and the other erc-server-[0-9]* use
	chnl too.

	* erc/erc-autoaway.el 1.2:
	Set back on all servers, not just the current one, since we're set
	away on all servers as well.

	* erc/HISTORY 1.2: Fixed typo (ngu.org => gnu.org)

	* erc/erc-autoaway.el 1.1, erc/erc-fill.el 1.15, erc/erc.el 1.312:
	erc-autoaway.el:
	* new file

	erc.el:
	* Removed auto-discard-away facility (now included in erc-autoaway.el)
	* (erc-away-p): new function

	erc-fill.el:
	* (erc-fill-variable): Check wether erc-timestamp-format is bound before
	                       using it (erc-fill.el does not require erc-stamp).

2002-11-10  Alex Schroeder  <alex@gnu.org>

	* erc/TODO 1.4:
	TODO: moved it to http://www.emacswiki.org/cgi-bin/wiki.pl?ErcTODO

	* erc/erc.el 1.311 (with-erc-channel-buffer):
	Rudimentary doc string.

2002-11-09  Alex Schroeder  <alex@gnu.org>

	* erc/erc-button.el 1.28 (erc-nick-popup-alist):
	Made a defcustom.

	* erc/erc-button.el 1.27 (erc-button-disable):
	New function.
	(erc-button-enable): New function, replaces the add-hook calls at top-level.
	(erc-button-mode): New minor mode.

2002-11-08  Alex Schroeder  <alex@gnu.org>

	* erc/erc-button.el 1.26 (erc-button-entry):
	Use erc-button-syntax-table.

	* erc/erc.el 1.310, erc/erc-stamp.el 1.10:
	Doc changes.

	* erc/erc-match.el 1.12 (erc-match-mode):
	New function, replacing the
	add-hook.
	(erc-match-enable): New function.
	(erc-match-disable): New function.
	(erc-current-nick-highlight-type): Changed from 'nickname to 'nick
	to make it consistent with the others.
	(erc-match-message): Ditto.

	* erc/erc-button.el 1.25 (erc-button-syntax-table):
	New variable.
	(erc-button-add-buttons): Use it.

2002-11-06  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.309:
	1) (bug) ERC pops up a new buffer and window when being messaged
	   from an ignored person. fixed
	2) (misfeature) ERC notices the user in the minibuffer when it
	   ignores something - this can get very annoying, since the
	   minibuffer is also visible when not looking at ERC buffers.
	   Added a customizeable variable for this, the default is nil.
	3) (wishlist) There is no IGNORE or UNIGNORE command.
	   Added.
	4) (wishlist) Some IRC clients, notably irssi, allow the user to
	   ignore "replies" to ignored people. A reply is defined as a
	   line starting with "nick:", where nick is the nick of an
	   ignored person. Added that functionaly.
	Done by Jorgen Schaefer <forcer@forcix.cx>

2002-11-02  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.308 (erc-connect):
	set-process-coding-system to raw-text.

2002-11-01  Brian P Templeton  <bpt@tunes.org>

	* erc/erc-pcomplete.el 1.9, erc/erc-stamp.el 1.9, erc/erc-track.el 1.19:
	Fixed more autoloads

	* erc/erc-compat.el 1.2:
	Added autoload for erc-define-minor-mode

2002-11-01  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.307:
	* (erc-send-command): will break long messages into
	a bunch of smaller ones, to prevent them from being truncated by the server.
	The patch also axes some trailing whitespace. :-) <resolve>

2002-10-31  Alex Schroeder  <alex@gnu.org>

	* erc/erc-pcomplete.el 1.8 (erc-compat): Require.
	(erc-completion-mode): Use erc-define-minor-mode.

	* erc/erc-track.el 1.18 (erc-compat): Require.
	(erc-track-modified-channels-mode): Use erc-define-minor-mode.

	* erc/erc-stamp.el 1.8 (erc-compat): Require.
	(erc-timestamp-mode): Use erc-define-minor-mode.

	* erc/erc-compat.el 1.1:
	New file with the code for erc-define-minor-mode,
	erc-encode-coding-string and erc-decode-coding-string.  Essentially
	all the stuff that cannot be tested for using a simple boundp or
	fboundp -- eg. because the number of arguments are wrong.

	* erc/erc.el 1.306 (erc-compat): Require.
	(erc-process-coding-system): Moved to erc-compat.el.
	(erc-connect): Do not set-process-coding-system.
	(encode-coding-string): Compatibility code moved to erc-compat.el.
	(decode-coding-string): Compatibility code moved to erc-compat.el.
	(erc-encode-coding-string): Compatibility code moved to erc-compat.el.
	(erc-decode-coding-string): Compatibility code moved to erc-compat.el.

2002-10-27  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.305 (erc-display-line-1): Removed call to
	erc-decode-coding-string.
	(erc-parse-line-from-server): Added call to
	erc-decode-coding-string before anything gets parsed at all.
	(erc-decode-coding-string): Use undecided coding system.

2002-10-24  sachachua  <sachachua@confusibombus>

	* erc/erc-button.el 1.24, erc/erc.el 1.304:
	Added LASTLOG command and action for nick-button

2002-10-22  sachachua  <sachachua@confusibombus>

	* erc/erc-pcomplete.el 1.7:
	Fixed nopruning bug, added /MODE channel (mode) [nicks...] completion - mode not completed yet.

2002-10-16  sachachua  <sachachua@confusibombus>

	* erc/erc-pcomplete.el 1.6:
	Fixed 'Hi delysid:' bug in SAY completion after realizing that pcomplete on commands already took care of completing the initial nick:

2002-10-15  Mario Lang  <mlang@delysid.org>

	* erc/erc-pcomplete.el 1.5: update from sachac

2002-10-13  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.303 (erc-emacs-time-to-erc-time):
	Catch when tm is nil.

2002-10-11  Andreas Fuchs  <asf@void.at>

	* erc/erc.el 1.302:
	* Fixed `erc-scroll-to-bottom' to scroll to the bottom even when
	  in the middle of a line. Might also fix the Magic ECHAN Bug[tm]. (-:

2002-10-11  Mario Lang  <mlang@delysid.org>

	* erc/erc-nickserv.el 1.6:
	Fixed erc-networks for the opn->freenode change

2002-10-08  Mario Lang  <mlang@delysid.org>

	* erc/erc-pcomplete.el 1.4:
	Make erc-completion-mode work interactively with already joined channel buffers

	* erc/erc-chess.el 1.19: Add autoload cookies

	* erc/erc-notify.el 1.5: Add pcomplete support

	* erc/erc.el 1.301:
	Remove autoload statments, remove autoload cookie from erc-mode and erc-info-mode

	* erc/erc-fill.el 1.14, erc/erc-match.el 1.11:
	add/remove autoload cookies

2002-10-06  Alex Schroeder  <alex@gnu.org>

	* erc/erc-pcomplete.el 1.3 (erc-completion-mode):
	New global minor mode
	with autoload cookie.
	(erc-pcomplete-enable): Renamed erc-pcomplete-initialize.
	(erc-pcomplete-disable): New function.

	* erc/erc-complete.el 1.10: Doc changes.

	* erc/erc-stamp.el 1.7 (erc-stamp-enable):
	Renamed erc-stamp-initialize.
	(erc-stamp-disable): Renamed erc-stamp-destroy.
	(erc-timestamp-mode): Use new names.

	* erc/erc.el 1.300: Removed autload for erc-complete and
	erc-track-modified-channels-mode -- the autoload cookie should do
	that instead.
	(erc-input-message): Doc string, removed binding for erc-complete.
	(erc-mode-map): Removed binding for erc-complete.

2002-10-03  Mario Lang  <mlang@delysid.org>

	* erc/erc-notify.el 1.4:
	New functions erc-notify-JOIN and erc-notify-QUIT to catch some common cases (warning, untested)

2002-10-01  Alex Schroeder  <alex@gnu.org>

	* erc/erc-stamp.el 1.6 (erc-timestamp-mode):
	New function.  Removed call
	to erc-stamp-initialize at the end.

2002-09-25  Brian P Templeton  <bpt@tunes.org>

	* erc/erc.el 1.299:
	Added customizable `erc-process-coding-system' variable.

2002-09-22  Brian P Templeton  <bpt@tunes.org>

	* erc/erc-fill.el 1.13:
	`erc-fill-variable' now does the right thing when `erc-hide-timestamps' is non-nil

2002-09-21  Mario Lang  <mlang@delysid.org>

	* erc/erc-fill.el 1.12:
	patch from Peter Solodov <peter@alcor.concordia.ca>  (note, its slightly broken still

2002-09-05  Mario Lang  <mlang@delysid.org>

	* erc/erc-pcomplete.el 1.2: Added LEAVE as alias for PART

2002-09-04  Mario Lang  <mlang@delysid.org>

	* erc/erc-pcomplete.el 1.1:
	By sachac (good work!) keep up doing such things

2002-08-31  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.298:
	A fix for Bug#133267: now you can put (erc-save-buffer-in-logs) on erc-insert-post-hook to save *every* incoming message.

2002-08-30  Brian P Templeton  <bpt@tunes.org>

	* erc/erc.el 1.297:
	Changed default value of erc-common-server-suffixes because of the OPN
	name change

2002-08-28  Mario Lang  <mlang@delysid.org>

	* erc/erc-stamp.el 1.5:
	Try to reactivate isearch in xemacs

	* erc/erc-stamp.el 1.4:
	fixes issues related to comparative emacsology and a silly bug

2002-08-27  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.296:
	New hook erc-send-completed-hook (for robot stuff), changed alexanders email address to reflect reality, little fix to erc-auto-query to get a bit of a speedup

2002-08-22  Mario Lang  <mlang@delysid.org>

	* erc/erc-button.el 1.23:
	Fixed case-fold-search (thanks sachac), now lambda works in erc-button-alist, added wardwiki+google+symvar+rfc+itime regexps from the wiki

2002-08-19  Mario Lang  <mlang@delysid.org>

	* erc/erc-button.el 1.22:
	erc-nick-popup-alist: New variable to make erc-nick-popup configurable

2002-08-16  Alex Schroeder  <alex@gnu.org>

	* erc/erc-button.el 1.21 (erc-recompute-nick-regexp):
	Fixed regexp.

	* erc/erc-button.el 1.20 (erc-button-buttonize-nicks):
	Changed custom type
	to integer.
	(erc-button-add-buttons): Moved button removal code to new
	function.
	(erc-button-remove-old-buttons): New function.
	(erc-button-add-button): Removed use of overlays and used
	erc-button-add-face instead.
	(erc-button-add-face): New function to merge faces as text
	properties.  This should be much faster when lots of buttons
	appear.
	(erc-button-list): New helper function.

	* erc/erc.el 1.295 (erc-display-message):
	Fixed argument list.
	(erc-display-prompt): Reduced calls to length, use start-open
	property for XEmacs to prevent a little box of erc-prompt-face at
	the end of messages other people send.
	(erc-refresh-channel-members): Fix XEmacs calls to split-string,
	which may return an empty string at the end of the list.  This
	would cause hangups in erc-button in re-search-forward loops.
	(erc-get-channel-mode-from-keypress): Replaced control codes with
	octal escape sequences.

2002-08-14  Mario Lang  <mlang@delysid.org>

	* erc/erc-button.el 1.19:
	Try to be compatible to XEmacs regexp-opt. (Im going to quit this job if I find more of those damn differencies

	* erc/debian/README.Debian 1.3, erc/debian/scripts/install 1.9:
	* Added info to README.Debian
	* Finished debian/scripts/install

2002-08-13  Mario Lang  <mlang@delysid.org>

	* erc/debian/scripts/install 1.8: First attempt to fix it

	* erc/debian/README.Debian 1.2, erc/debian/changelog 1.17, erc/debian/scripts/install 1.7:
	changelog: Changed maintainer and added new entry
	README.Debian: Re-explained the byte-compile issue
	scripts/install: Exclude erc-bbdb|chess|ibuffer|speedbar from
	byte-compiling

	* erc/erc-track.el 1.17:
	Added C-c C-SPC in addition to C-c C-@

	* erc/erc-notify.el 1.3: Little docstring change

2002-08-09  Mario Lang  <mlang@delysid.org>

	* erc/erc-stamp.el 1.3:
	Change one use of set-text-properties to add-text-properties (tnx Lathi)

2002-08-02  Mario Lang  <mlang@delysid.org>

	* erc/erc-stamp.el 1.2:
	added erc-timestamp-only-if-changed-flag

2002-07-22  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.294:
	Removed timestamp related code and moved into erc-stampe.l

	* erc/erc-stamp.el 1.1:
	Timestamping code moved out of erc.el. Additional, now we can timestamp either on the left or on the right side

2002-07-16  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.293:
	* Make ctcp ping return its message in the active buffer, instead of the server buffer
	* Corrected minimal typo in catalog
	* Added var and variable as alias for /set

2002-07-08  Mario Lang  <mlang@delysid.org>

	* erc/erc-track.el 1.16:
	* New function erc-track-switch-buffer (by resolve)
	  Bound to C-c C-SPC, enjoy!

2002-07-08  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.16: New snapshot deb

	* erc/debian/scripts/install 1.6: Rewrote in make.
	Does not byte-compile erc-speak.el at all, and excludes erc-track.el too, if
	ran for xemacs.

	* erc/debian/control 1.4: Added dependency on make

	* erc/debian/copyright 1.2: Updated copyright info

	* erc/debian/rules 1.10:
	Use $(wildcard *.el) instead of a hardcoded list

2002-07-03  disumu  <disumu@users.sourceforge.net>

	* erc/erc.el 1.292:
	erc-iswitchb now works correctly if erc-modified-channels-alist is non-nil

2002-07-01  disumu  <disumu@users.sourceforge.net>

	* erc/erc-menu.el 1.8:
	* changed how we check if we should activate "Track hidden channels" and
	  whether it should be selected - fixes a bug Xemacs where whole menu bar
	  does not work if menu is loaded

	* erc/erc-menu.el 1.7:
	* added "Disconnect from server", only selectable if erc-connected is non-nil

	* topic is allowed to be set by normal users if channel mode is not +t

	* add " ..." after description if arguments needed after selecting menu item

	* only allow selecting of menu points needing a channel if current buffer is
	  a channel buffer - done by testing if channel-members is non-nil

	* put erc-match functions in new group "Pals, fools and other keywords"

	* erc/erc.el 1.291:
	* moved definition of erc-show-my-nick to GUI variables section

	* erc-connected variable now defined with defvar
	  now set in channel and query buffers, was only in server buffer before
	  upon disconnect, set erc-connected to nil in all the server's buffers

	* added erc-cmd-GQUIT and its alias erc-cmd-GQ - quit all servers at once

	* added interactive function erc-quit-server, bound to C-c C-q

	* added erc-server-WALLOPS

	* added WALLOPS to english catalog, fixed s461 (was showing message twice)

	* typo fixes, spacing change

2002-06-29  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.290:
	Use pp-to-string in /set (without args)

	* erc/erc-netsplit.el 1.5:
	Make /set anonymous-lign set erc-anonymous-login, also report
	which var was set to which val.

2002-06-28  disumu  <disumu@users.sourceforge.net>

	* erc/erc-menu.el 1.6: added "Customize ERC"

2002-06-25  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.289:
	New variable: erc-use-info-buffers, defaults to nil.
	  This prevents info-buffers from being created/updated.
	  Set to t if you use :INFO buffers.
	  (by rw)
	Delete (erc-display-prompt) from reconnect to avoid clutter

2002-06-23  disumu  <disumu@users.sourceforge.net>

	* erc/erc.el 1.288:
	erc-get-channel-mode-from-keypress is now bound to C-c C-m
	erc-insert-mode-command is taken care of by this function as well

2002-06-21  Mario Lang  <mlang@delysid.org>

	* erc/erc-track.el 1.15:
	Fixed bug where buffer-names suddenly had text-properties.

2002-06-19  disumu  <disumu@users.sourceforge.net>

	* erc/Makefile 1.5:
	changed erc-auto.el to $(SPECIAL) in make fullclean

	* erc/Makefile 1.4: remove erc-auto.el on make fullclean

2002-06-18  disumu  <disumu@users.sourceforge.net>

	* erc/erc-match.el 1.10: fixed spelling error

	* erc/erc-track.el 1.14, erc/erc-match.el 1.9:
	* erc-match.el:
	  highlight current nickname in its own face (deactivated by default):
	  - added erc-current-nick-highlight-type, erc-current-nick-face,
	    erc-current-nick-p

	* erc-track.el:
	  added support for erc-current-nick-face

2002-06-17  disumu  <disumu@users.sourceforge.net>

	* erc/erc.el 1.287:
	* added beginning suport for 005 numerics:
	  - added buffer local variable erc-server-parameters
	  - added erc-server-005, which sets erc-server-parameters if the server has
	    used this code to show its parameters

2002-06-16  disumu  <disumu@users.sourceforge.net>

	* erc/erc.el 1.286:
	* bugfix: when pasting lines with blank lines in between, remove the blank lines
	  but send the rest

	* since we know the command, use it when checking what's in erc-hide-list
	  added check to erc-server-KICK

	* added some blank lines for better readability

2002-06-16  Alex Schroeder  <alex@gnu.org>

	* erc/erc-nickserv.el 1.5 (erc-nickserv-alist):
	Fixed typo.

2002-06-15  Alex Schroeder  <alex@gnu.org>

	* erc/erc-nickserv.el 1.4 (erc-networks):
	Added doc string.
	(erc-nickserv-alist): Added doc string.

2002-06-14  disumu  <disumu@users.sourceforge.net>

	* erc/erc-ring.el 1.4:
	fixed bug so that the prompt and command always get put at the end of the buffer

2002-06-10  Mario Lang  <mlang@delysid.org>

	* erc/erc-nickserv.el 1.3: Added iip support.
	Added :type for erc-nickserv-passwords custom.
	Fixed hook usage.

2002-06-07  disumu  <disumu@users.sourceforge.net>

	* erc/erc-nickserv.el 1.2: * added GalaxyNet

	* erc-nickserv-alist:
	  - sorting networks alphabetically
	  - added two more pieces of information in erc-nickserv-alist:
	    word to use for identification and whether to use the nickname

	* erc-current-network:
	  - made regex case insensitive, downcase server to match
	  - uses the new information
	  - now uses new variable erc-networks instead of doing checking manually

	* added variable erc-networks

	* fixed some indentation, documentation

2002-06-07  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.285: Fix for kill-buffer hook stuff

2002-06-06  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.284: Added /squery command

2002-06-06  disumu  <disumu@users.sourceforge.net>

	* erc/erc-menu.el 1.5: * made group Channel modes
	  - moved change mode and invite only mode to here
	  - added secret, moderated, no external send, topic lock, limit, key

	* check that user is in a channel buffer and user is a channel operator
	  for all op-related actions

	* "Identify to nickserv" needs erc-nickserv-identify defined

	* added "Show ERC version"

	* erc/erc.el 1.283:
	* added erc-set-channel-limit, erc-set-channel-key, erc-toggle-channel-mode

	* added erc-get-channel-mode-from-keypress, which is binded to C-c m
	  sends the next character which is typed to one of the 3 new functions
	  - did not remove erc-invite-only-mode and it's key binding in case
	    people are used to it, although it probably should be removed...

	* in erc-server-MODE:
	  added check if tgt equal to user's nick
	  removed erc-display-line, only using the erc-display-message

	* added s461 to english catalog

	* fixed bug where Xemacs would not quit if erc-quit-reason was
	  set to erc-quit-reason-various and assoc-default was not defined

2002-06-04  Andreas Fuchs  <asf@void.at>

	* erc/erc-ezbounce.el 1.1, erc/erc-match.el 1.8:
	* erc-ezbounce.el: Added. Provides support for ezbouncer; automatic login,
	                   session management implemented. I've contacted the author
			   about stuff in EZBounce's logging.
	* erc-match.el: Fixed a stupid mistake where
	                "*** Your new nick is <foo>" would trigger an error.

2002-06-04  disumu  <disumu@users.sourceforge.net>

	* erc/erc-nickserv.el 1.1, erc/erc.el 1.282:
	* added erc-nickserv.el
	* moved nickserv identification variables and functions to the new file
	  (require 'erc-nickserv) is now necessary for this to work

	* erc/erc.el 1.281:
	* results of /COUNTRY now formatted as notice; errors are ignored, 
	  fixing
	  bug which made prompt disappear

	* added undefined-ctcp error message to english catalog

	* changed some (when (not erc-disable-ctcp-replies) to use unless instead
	  and some if's without else statments to use when or use

	* CTCP replies now use erc-display-message, formatted as notices

	* added following to english catalog:
	  - undefined-ctcp
	  - CTCP-CLIENTINFO, CTCP-ECHO, CTCP-FINGER, CTCP-PAGE, CTCP-PING,
	    CTCP-SOUND, CTCP-TIME, CTCP-UNKNOWN, CTCP-VERSION
	  - s303, s305, s306, s353

	* split erc-server-305-or-306 into erc-server-305 and erc-server-306

	* KICK already had buffer set, using it

	* erc/erc.el 1.280:
	* erc-format-timestamp now only called from erc-display-message and
	  erc-send-current-line

	* all instances of erc-display-line with erc-highlight-error
	  changed to use erc-display-message

	* added following error messages to english catalog:
	  bad-ping-response, bad-syntax, cannot-find-file, cannot-read-file,
	  ctcp-request, flood-ctcp-off, flood-strict-mode, no-default-channel,
	  no-target, variable-not-bound

	* added following server related messages to english catalog:
	  s324, s329, s331, s332, s333, s341, s406, KICK, KICK-you, KICK-by-you, MODE-nick

	* ignoring server codes 315, 369

	* added erc-server-341, erc-server-406

	* channel topic and mode notices displayed in respective channel buffers if they
	  exist

	* erc-server-KICK: display the message before removing this channel so that we
	  can track the kick

	* send parsed to erc-ctcp-query-ACTION-hook so that actions can be checked
	  by erc-match

	* fixed bug where nil was shown if no reason was given by users on /PART

2002-06-03  disumu  <disumu@users.sourceforge.net>

	* erc/erc-match.el 1.7:
	* fixed bug where erc-log-matches produced an error when the value of
	  (erc-default-target) was not a channel
	* use erc-format-timestamp, if it's non-nil, for %t in erc-log-match-format

2002-06-01  disumu  <disumu@users.sourceforge.net>

	* erc/erc-button.el 1.18:
	* made action case insensitive in erc-nick-popup and added a more descriptive
	  error message

2002-05-30  Brian P Templeton  <bpt@tunes.org>

	* erc/erc.el 1.279:
	Removed multiple calls of `erc-prompt' in `erc-display-prompt'

2002-05-29  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.278:
	First step timestampkiller cleanup. I'm tired, do the rest tomorrow.

	* erc/erc.el 1.277:
	New functionality: Catch channel/server buffer kills through kill-buffer-hook.
	Currently, it only does a PART if you kill a channel buffer.

2002-05-28  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.276:
	defvar'ed some buffer-local variables to make elint at least a bit more happy.
	  Moved comments into docstrings.
	Changed some instances of member to memq.

	* erc/erc-track.el 1.13, erc/erc.el 1.275:
	erc.el: (erc-message-type-member): New function, used to test
	for message type. Require erc-parsed text-property.
	erc-track.el: erc-track-exclude-types: New variable. Defaults to ("JOIN" "PART") right now for testing, it should eventually set to nil soon again.
	(erc-track-modified-channels): Use above fun and var to optionally exclude certain message types from channel tracking.

2002-05-28  disumu  <disumu@users.sourceforge.net>

	* erc/CREDITS 1.5: added myself, vain as it sounds ;)

2002-05-25  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.274: * Some small docstring fixes
	* (erc-display-line): Now takes also a process object in the buffer argument.
	  Used for easy sending to the server buffer.
	* Several places: Just pass proc, not (process-buffer proc)

2002-05-24  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.273: Mostly docstring fixes/additions

	* erc/erc-netsplit.el 1.4:
	Doc fixes, and a new netjoin-done message.

	* erc/erc-fill.el 1.11:
	Doc fixes, erc-fill custom group, autoloads.

	* erc/erc-netsplit.el 1.3: Fix to erc-netsplit-timer.

	* erc/erc-netsplit.el 1.2: Fixed a silly typo

	* erc/erc-maint.el 1.1: is this really necessary?

	* erc/erc.el 1.272: Added new variable erc-hide-list.
	It affects erc globally right now, and is used to hide certain IRC type messages like JOIN and PART.

	* erc/Makefile 1.3:
	Doh, I should really test this before checkin :)

	* erc/Makefile 1.2: Silly cut&paste bug fixed

	* erc/erc-list.el 1.6: Added autoload cookie

	* erc/erc-match.el 1.6: Added missing require erc.

	* erc/erc-notify.el 1.2:
	Autoload cookies and a -initialize function.

	* erc/erc-chess.el 1.18: Added autoload cookies

	* erc/Makefile 1.1: Finally, we have a Makefile.
	Primarily used for autoload definition generation right now.

	* erc/erc-auto.in 1.1: First version.

	* erc/erc-track.el 1.12: Added autoload cookie

	* erc/erc-netsplit.el 1.1:
	New module, used to autodetect and hide netsplits.
	(Untested, no netsplit happened yet :) )

	* erc/erc-nets.el 1.3:
	Added some old code I once worked on.
	Added autoload cookie

2002-05-24  disumu  <disumu@users.sourceforge.net>

	* erc/erc-fill.el 1.10:
	removed reference in documentation to old variable, changed it to the new one

	* erc/erc.el 1.271:
	* added new function erc-connection-established which is called after receiving
	  end of MOTD (does nothing if it's been called before)

	* added new hook erc-after-connect which is called from
	  erc-connection-established with the arguments server (the announced server)
	  and nick - which other arguments should be sent??

	* added buffer variable erc-connected which is set to t the first time
	  erc-connection-established is called, set to nil again if we've been
	  disconnected

	* set initial user mode
	  - added custom variable erc-user-mode which can be a string or a function
	    which returns a string
	  - new function erc-set-initial-user-mode gets called from
	    erc-connection-established

2002-05-22  disumu  <disumu@users.sourceforge.net>

	* erc/erc.el 1.270:
	fixed bug where prompt was missing after reconnect

2002-05-21  disumu  <disumu@users.sourceforge.net>

	* erc/erc.el 1.269:
	in erc-nickserv-identify: if network is unknown, just use "Nickserv"

	* erc/erc.el 1.268: * fixed some typos

	* timestamping
	  - ctcp request messages and replies now have timestamp
	  - timestamps in front of error messages now in timestamp face
	  - added timestamp to more error messages

	* ctcp reply messages, server ping message updated

	* added variable erc-verbose-server-ping - check this instead of erc-paranoid

	* added whowas on no such nick:
	  - added variable erc-whowas-on-nosuchnick
	  - in erc-server-401 do WHOWAS if erc-whowas-on-nosuchnick is non-nil

	* erc/erc.el 1.267:
	forgot documentaion for erc-nickserv-alist

	* erc/erc.el 1.266:
	NickServ identification changed and enhanced:
	- erc-nickserv-identify-autodetect now called from erc-server-NOTICE-hook
	- now possible to identify automatically without prompt:
	  - added custom variables erc-prompt-for-nickserv-password and
	    erc-nickserv-passwords
	- added erc-nickserv-alist containing the different networks' nickserv details
	- added function erc-current-network to determine the network symbol
	- fixed bug where identification on dalnet didn't work, because they now
	  require NickServ@services.dal.net
	  now sends to all NickServ with nick@server where possible

2002-05-17  disumu  <disumu@users.sourceforge.net>

	* erc/erc-fill.el 1.9:
	* filling with erc-fill-variable now works with custom defined fill width:
	  - changed erc-fill-column from defvar to defcustom
	  - in erc-fill-variable: set fill-column to value of erc-fill-column

	* erc/erc.el 1.265: erc.el:
	* fixed bug where topic wasn't being set when chanel name was provided

	erc-fill.el:
	* filling with erc-fill-variable now works with custom defined fill width:
	  - changed erc-fill-column from defvar to defcustom
	  - in erc-fill-variable: set fill-column to value of erc-fill-column

2002-05-16  John Wiegley  <johnw@gnu.org>

	* erc/erc.el 1.264: whitespace fix

2002-05-15  disumu  <disumu@users.sourceforge.net>

	* erc/erc.el 1.263:
	* added explanation of empty string working in erc-quit-reason-various-alist
	* removed the text property from erc-send-message, it caused problems
	  with /SV (as noticed by gbvb on IRC) and is obviously not needed
	* when receiving a ctcp query, convert type to uppercase to allow for
	  "/ctcp nick time" and not just "/ctcp nick TIME"
	* timestamp in front of server notices now shown in the timestamp face

2002-05-13  disumu  <disumu@users.sourceforge.net>

	* erc/erc.el 1.262:
	- in erc-format-privmessage: `erc-format-timestamp' added to message after
	  message's text properties are applied so that it doesn't lose its face

	- /quit without reason now works when `erc-quit-reason' is set to
	  `erc-quit-reason-various' and the empty string "" is defined in
	  `erc-quit-reason-various-alist'

2002-05-13  Andreas Fuchs  <asf@void.at>

	* erc/erc-bbdb.el 1.16:
	* Applied Drewies patch to pop-up on nick changes when -popup-type is 'visible

2002-05-12  Andreas Fuchs  <asf@void.at>

	* erc/erc-bbdb.el 1.15, erc/erc.el 1.261:
	* erc-bbdb.el: pop up the buffer on /whois when erc-bbdb-popup-type is 'visible
	* erc.el: fix for empty quit reason problem by drewie.

2002-05-12  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.260: disumu nick patch
	- added erc-show-my-nick (default t)
	  if t, show nickname like <nickname>
	  if nil, only show a > character before the message
	- added faces erc-nick-default-face and erc-nick-msg-face
	  - nicknames (channel, msgs, notices) are now in bold face by default
	  - the msg face matches the erc-direct-msg-face color

2002-05-10  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.259 (erc-send-pre-hook): Doc change.

	* erc/CREDITS 1.4:
	Alexander L. Belikoff is confirmed original author.

2002-05-10  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.258:
	timestamp fix by disumutimestamp fix by disumutimestamp fix by disumutimestamp fix by disumutimestamp fix by disumutimestamp fix by disumutimestamp fix by disumutimestamp fix by disumu

2002-05-09  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.257: *** empty log message ***

2002-05-06  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.256:
	New var: erc-echo-notices-in-minibuffer-flag. defaults to t.

2002-05-04  John Wiegley  <johnw@gnu.org>

	* erc/TODO 1.3: *** empty log message ***

2002-05-03  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.255:
	Copyright notice, version string updates.

2002-05-02  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.254: Comment: dme is David Edmondson

2002-05-01  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.253 (erc-warn-about-blank-lines):
	New option.
	(erc-send-current-line): Use it.
	(erc-quit-reason-various-alist): New option.
	(erc-quit-reason): New option.
	(erc-quit-reason-normal): New function.
	(erc-quit-reason-zippy): New function.
	(erc-quit-reason-various): New function.
	(erc-cmd-QUIT): Use them.

2002-04-30  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.252: Version 2.92

	* erc/erc.el 1.251 (erc-send-modify-hook):
	Default value is nil.

2002-04-27  John Wiegley  <johnw@gnu.org>

	* erc/erc.el 1.250:
	Don't redisplay the prompt if the ERC buffer is no longer alive.

2002-04-26  John Wiegley  <johnw@gnu.org>

	* erc/erc.el 1.249:
	Don't call `set-buffer' on old-buf unless the buffer is valid.  It's
	often not when separate frames are being used.

2002-04-23  Mario Lang  <mlang@delysid.org>

	* erc/erc-button.el 1.17: fixed up erc-nick-regexp

2002-04-22  Brian P Templeton  <bpt@tunes.org>

	* erc/erc.el 1.248:
	`erc-prompt' may now be a function that returns a string (which is
	used as the prompt). I don't use Customize but I think customization
	of it may be broken if it's not a string.

	There is a new `erc-prompt' function that returns the prompt as a
	string (e.g., returning either the result of `(funcall erc-prompt)' or
	`erc-prompt').

	This allows for dynamic prompts, such as a LispWorks-like prompt, or
	one containing simply the current channel name. It was requested by
	Mojo Nichols (nick michols) in #emacs today, 21-Apr-2002; cf. the
	#emacs logs at <URL:http://www.tunes.org/~nef/logs/emacs/02.04.21.

2002-04-17  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.247:
	fix erc-send-current-line to work on empty lines again (without sending the prompt)
	Fix C-c C-t to not include the nick/time info
	(both from antifuchs)

	* erc/erc-complete.el 1.9: Fix for xemacs elt behaviour

2002-04-17  John Wiegley  <johnw@gnu.org>

	* erc/erc-chess.el 1.17:
	Added a missing arg in a call to erc-chess-handler.

2002-04-15  John Wiegley  <johnw@gnu.org>

	* erc/erc-chess.el 1.16: *** empty log message ***

2002-04-14  John Wiegley  <johnw@gnu.org>

	* erc/erc-chess.el 1.15: *** empty log message ***

2002-04-12  John Wiegley  <johnw@gnu.org>

	* erc/erc-chess.el 1.14: *** empty log message ***

	* erc/erc-chess.el 1.12: bug fixes

	* erc/erc-chess.el 1.11: *** empty log message ***

2002-04-12  Mario Lang  <mlang@delysid.org>

	* erc/erc-chess.el 1.6: change order.

	* erc/erc-chess.el 1.5: more fixing.

	Now, the 'match question works. It sends an accept back.
	But display popup doesnt work..

	* erc/erc-chess.el 1.4: fixup (still far from working)

2002-04-11  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.246:
	* Added :options entry for erc-mode-hook (erc-add-scroll-to-bottom)

2002-04-11  John Wiegley  <johnw@gnu.org>

	* erc/erc.el 1.245: remove trailing \n from any sent text

	* erc/servers.pl 1.2, erc/erc-bbdb.el 1.14, erc/erc-button.el 1.16, 
	  erc/erc-chess.el 1.3, erc/erc-complete.el 1.8, erc/erc-fill.el 1.8, 
	  erc/erc-ibuffer.el 1.14, erc/erc-list.el 1.5, erc/erc-match.el 1.5, 
	  erc/erc-menu.el 1.4, erc/erc-nets.el 1.2, erc/erc-replace.el 1.3, 
	  erc/erc-speak.el 1.22, erc/erc-speedbar.el 1.8, erc/erc-track.el 1.11, 
	  erc/erc.el 1.244:
	clean whitespace

	* erc/erc.el 1.243: Replaced erc-scroll-to-bottom.

2002-04-11  Mario Lang  <mlang@delysid.org>

	* erc/erc-track.el 1.10:
	try to fix behaviour when used with different frames.

2002-04-09  Mario Lang  <mlang@delysid.org>

	* erc/erc-chess.el 1.2:
	fixup release, far from ready for real usage, but it appears to work.

	* erc/erc.el 1.242:
	speed improvments based on elp-instrument-package RET erc- RET results

	* erc/erc-chess.el 1.1: initial version.
	please test it
	Get chess.el from johnw's cvs:
	cvs -d:pserver:anonymous@alice.dynodns.net:/usr/local/cvsroot login
	cvs -d:pserver:anonymous@alice.dynodns.net:/usr/local/cvsroot co chess

	(as usual, blank password)

	Add the resulting dir to your load-path and reqire erc-chess.

	Usage: Just do /chess nickname
	The remote end much use erc, as no other irc client I know of supports this ...

	See erc-chess-default-display and maybe set it to chess-images or chess-ics1 if you prefer those over chess-plain.
	Also, see erc-chess-user-full-name to set the name you use in chess games.

2002-04-04  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.241: New hackery latenightwise

	* erc/erc.el 1.240: upupadowndowncase

2002-04-04  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.15: Updated for the new snapshot

	* erc/debian/rules 1.9:
	Install README.Debian into the package

	* erc/debian/README.Debian 1.1: Initial check-in

2002-04-04  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.239:
	Fixed that /me in query buffers ended up in server buffer

	* erc/erc.el 1.238: * Implemented joining +k channels

2002-03-14  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.237: New utility function: erc-channel-list
	minor fix to erc-get-buffer. hopefully that helps shapr

2002-03-12  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.236:
	New /command: /QUOTE for sending directly to the IRC server
	Removed erc-fill from erc-insert-modify-hook. To activate filling, simply customize that var.

2002-03-09  Brian P Templeton  <bpt@tunes.org>

	* erc/CREDITS 1.3: *** empty log message ***

2002-03-09  Mario Lang  <mlang@delysid.org>

	* erc/erc-complete.el 1.7:
	New variable: erc-nick-completion-ignore-case. Defaults to t.

	* erc/erc-track.el 1.9:
	* erc-track-shorten-name-function can now be set to nil to avoid treating of channel names at all.

2002-03-06  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.14, erc/debian/rules 1.8:
	update to new snapshot

2002-03-06  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.235:
	Fixed nasty bug which prevented channel limit from correctly display/handling

	* erc/erc-track.el 1.8:
	Made shortening code highly customizable.
	Now, there is the variable erc-track-shorten-function which holds
	a function which gets called with one argument, CHANNEL-NAMES, which is a list
	of strings of the channel names.
	It needs to return a list of strings of the same length with the modified values...

	* erc/erc-track.el 1.7:
	Added erc-track-shorten-aggressively, default to nil
	if it is set to t, erc will shorten a bit more.
	if nil, erc will shorten the name only if it would get shorter than just
	one char...

	* erc/erc-speak.el 1.21:
	added iirc to the abbreviation expansion list.

	* erc/erc-track.el 1.6:
	Added customization variable: erc-track-use-faces. defaults to t.

	* erc/erc-track.el 1.5: *** empty log message ***

	* erc/erc-track.el 1.4:
	experimental: Added face support to mode-line channel activity tracker.
	Currently we use the faces used for indicating in the buffer (erc-pal-face for channels with pal acitivity...)

2002-03-05  Mario Lang  <mlang@delysid.org>

	* erc/erc-complete.el 1.6: * added docfixes (thanks ore)

	* erc/erc-track.el 1.3: Fixed channel-name reduction.
	thanks again alex.
	Renamed the vars to erc-track-opt-start and erc-track-opt-cutoff.

	* erc/erc.el 1.234: fixed another silly error

	* erc/erc-track.el 1.2:
	Implemented channel name shortening.
	Vars erc-track-cutoff says: all channel names longer than this will be shortened.
	Var erc-track-minimum-channel-length says: dont make names shorten than this.
	(Thanks go out to kensanata for the nice unique-substrings utility function).

	* erc/erc.el 1.233: silly typo corrected

	* erc/erc.el 1.232:
	* New varialbe: erc-common-server-name-suffixes:
	  This alist can be used to change the server names displayed in mode-line
	  to a shorter version..
	* New function: erc-shorten-server-name (uses var above)
	* Changed erc-prepare-mode-line to use erc-shorten-server-name.

2002-02-25  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.231:
	CTCP handling rewritten. Seems to work. please test and report probs.

2002-02-24  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.230:
	Fixed emacs20 backward compatibility (new defun/alias: erc-propertize)

2002-02-22  Mario Lang  <mlang@delysid.org>

	* erc/erc-button.el 1.15: *** empty log message ***

2002-02-21  Mario Lang  <mlang@delysid.org>

	* erc/erc-button.el 1.14, erc/erc.el 1.229:
	minor fixup related to read-only prompts and command renaming.

2002-02-21  Andreas Fuchs  <asf@void.at>

	* erc/erc.el 1.228:
	* modify `erc-remove-text-properties-region' to work.
	  Could even be a little faster now. (-:

2002-02-21  Mario Lang  <mlang@delysid.org>

	* erc/erc-ring.el 1.3:
	fixed erc-replace-command to behave right when text is read-only.
	Also, use erc-insert-marker and (point-max) now.

	* erc/erc.el 1.227: * Made erc-prompt read-only
	* new function: erc-make-read-only. Can be used on erc-insert-post-hook and erc-send-post-hook to ensure read-only buffer text too

2002-02-19  Mario Lang  <mlang@delysid.org>

	* erc/erc-list.el 1.4: added comment to docstring

	* erc/erc-speak.el 1.20:
	minor updates, use erc-nick-regexp now

	* erc/erc.el 1.226:
	ensure that erc-timer-hook is called inside the server-buffer.

2002-02-19  Andreas Fuchs  <asf@void.at>

	* erc/erc-match.el 1.4:
	* Probably fixed the "number-char-or-marker-p: nil" bug.

2002-02-19  Mario Lang  <mlang@delysid.org>

	* erc/erc-notify.el 1.1: Initial release.

	* erc/erc.el 1.225: added #303 handling
	moved timer and added an arg (erc-current-time)

	* erc/erc-list.el 1.3, erc/erc.el 1.224:
	slightly changed the erc-once-with-server-event macro

	* erc/erc-button.el 1.13:
	erc-button-alist: doc fix and custom type fix

2002-02-18  Mario Lang  <mlang@delysid.org>

	* erc/erc-list.el 1.2, erc/erc.el 1.223:
	new macro: erc-once-with-server-event
	erc-list.el: use it

	* erc/erc-match.el 1.3:
	Minor fix related to hook call method change (-until-seccess now)

	* erc/erc.el 1.222:
	fixed ctcp behaviour abit (with auto-query on)

	* erc/erc-list.el 1.1: ChanList mode.
	Load it, and type M-x erc-chanlist RET
	Demonstrates how the new hook system can be nicely used.

	* erc/erc.el 1.221:
	new hook: erc-default-server-hook. This one gets called if we dont have anything defined for a certain IRC server message.
	New function: erc-default-server-handler. (used by above hook).
	New function: erc-debug-missing-hooks: Used by above hook to save a list of unimplemented server messages.
	New function: erc-server-buffer, erc-server-buffer-p.
	Various places: use it.
	Minor fixup.

	* erc/erc-button.el 1.12:
	fix regexp to not buttonize ~user@host hostnames

2002-02-17  Mario Lang  <mlang@delysid.org>

	* erc/erc-complete.el 1.5, erc/erc.el 1.220:
	Eliminated erc-command-table
	Upcased the command defuns (erc-cmd-join is now erc-cmd-JOIN)
	Fixed erc-complete to not require erc-command-table.
	Implemented erc-cmd-HELP
	  (You have to try that, its tooo coool!)
	  e.g. /help auto-q
	fixed autoloads for erc-add-pal and so on to be interactive.

2002-02-17  Andreas Fuchs  <asf@void.at>

	* erc/erc-match.el 1.2:
	* Fix unfunctional code in `erc-get-parsed-vector-type'.

	* erc/erc-bbdb.el 1.13, erc/erc-button.el 1.11, erc/erc-match.el 1.1, 
	  erc/erc.el 1.219:
	* Be careful: MANY changes ahead. I won't go into too much details.

	* erc.el, new file erc-match.el: split out all pattern-matching code.
	* erc.el: removed all defcusts for erc-{...}-highlight-props. They are
	  quite useless, anyway.
	* moved erc-add-entry-to-list and -remove- over to erc-match. changed
	  their arg list.
	* erc.el: add autoloads for erc-{add,delete}-{keyword,pal,fool,dangerous-host}
	* erc.el: erc-server-PRIVMSG-or-NOTICE:
	  - remove all the highlighting crap
	  - add a (when (eq s nil) ...) so that untreated CTCP messages don't
	    get misdisplayed.
	* erc.el: erc-mark-message: removed this function, it's useless
	* erc.el: minor bugfixes.

	* erc-match.el: first checkin. This file now contains all the pattern
	  matching stuff. there is now another defcust group, erc-match,
	  containing all match related stuff (erc-keywords, ...)
	* erc-match.el: added functionality to log matching lines. Quite
	  customizable, check out the docstring of defun erc-log-matches
	* erc-match.el: added functionality to make foolish messages
	  invisible/intangible. This could replace erc-ignore-list
	  sometime. it's more powerful right now, anyway.
	* erc-match.el erc-text-matched-hook: new hook. run when Text matches
	  anything (pal, fool, etc.).

	* erc-button.el: Make nick buttonization customizable.
	* erc-button.el: Give nick buttonization a lower priority so that it
	  does not break url buttons.

	* erc-bbdb.el: Add \n to the separators by which we split nicknames.

2002-02-17  Mario Lang  <mlang@delysid.org>

	* erc/TODO 1.2: Added item

2002-02-17  Brian P Templeton  <bpt@tunes.org>

	* erc/CREDITS 1.2, erc/erc.el 1.218:
	Added invisible timestamp support.

2002-02-16  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.13, erc/debian/rules 1.7, erc/debian/scripts/install 1.5:
	updated to new snapshot

2002-02-16  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.217:
	Fixed channel limit format overflow in mode-line display.
	(Having to use floats if integers are to large is quite strange, isn't it?)

	* erc/TODO 1.1: TODO list created.
	Add comments and expand it.

	* erc/erc.el 1.216:
	Fixed bug in query buffer handling (only happend in mixed-case situations)

	* erc/erc.el 1.215: shapr checkdoc patch #1
	massive docfixes! yay, keep going!

2002-02-15  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.214: various other fixes
	make s301 a catalog entry

2002-02-15  Andreas Fuchs  <asf@void.at>

	* erc/erc.el 1.213:
	* erc-server-NICK and erc-server-INVITE: fixed to use
	  `erc-display-message'. These I missed in the first checkin.  I
	  didn't say it in the last log message, but please test these.

	* erc/erc-fill.el 1.7, erc/erc.el 1.212:
	* erc.el: updated many functions to use `erc-display-message'. Now, we
	  should go for getting highlighting out of
	  erc-server-PRIVMSG-or-NOTICE. The part I want to attack has been
	  marked.
	* erc-fill.el: updated static filling to leave the erc-parsed property alone.

2002-02-15  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.211:
	first step, new function: erc-display-message

	* erc/erc.el 1.210: added numreply 379 and 405.

	* erc/erc.el 1.209: stupid typo fixed

	* erc/erc.el 1.208:
	Finally renamed erc-frame-dedicated-p to erc-frame-dedicated-flag
	Removed usage of erc-interpret-controls from info buffer drawing (major speedup)
	Other speedups based on the results from elp.
	ERC is now about 300%-500% faster in some situations with very full channels!!!!!

2002-02-14  Andreas Fuchs  <asf@void.at>

	* erc/erc.el 1.207:
	* erc-downcase now downcases {}|^ with []\~ -- 'stolen' from zenirc.
	* various checkdoc fixes. Just the upper third of the file, but that
	  should help a little, too. (-: Again, if you have any writing
	  skills, take out that dusty keyboard and tap it to the beat of M-x
	  checkdoc!

2002-02-14  Gergely Nagy  <algernon@debian.org>

	* erc/erc.el 1.206 (erc-format-privmessage):
	fix it, so timestamp-coloring works again (patch from antifuchs)

2002-02-14  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.205: Many fixes based on M-x checkdoc RET.
	If you have write access, and some english knowledge, help document erc too!
	M-x checkdoc RET, and follow the instructions.

	* erc/erc-button.el 1.10, erc/erc-ibuffer.el 1.13:
	minor fixes

	* erc/erc.el 1.204: Use nreverse instead of reverse.
	Use eq instead of equal where possible.
	Rewrote erc-get-buffer to not use find-if (find-if does very deep function-call nesting, which isnt good ina  defun which is called so often)

2002-02-13  Mario Lang  <mlang@delysid.org>

	* erc/erc-button.el 1.9, erc/erc.el 1.203:
	In erc.el, new hook: erc-channel-members-changed-hook.
	erc-button.el: Now highlight all nicknames. uses regexp-opt.

2002-02-04  Mario Lang  <mlang@delysid.org>

	* erc/erc-nets.el 1.1:
	Database of irc networks. Use erc-server-select to interactively select one.

	* erc/erc.el 1.202:
	* erc-format-nick-function: New variable.
	* (erc-format-nick): The default for above var. Just return the nick.
	* (erc-format-@nick): Prefix NICK with @ or + if OP or VOICE.
	* Removed erc-track-modified-channels related code and moved into erc-tracke.l
	   Its auto-loaded now

	* erc/erc-track.el 1.1: Split code from erc.el

2002-02-01  Mario Lang  <mlang@delysid.org>

	* erc/erc-ibuffer.el 1.12:
	* erc-target now uses erc-port-to-string

	* erc/servers.pl 1.1:
	Script to convert mircs servers.ini to a elisp salist kind of thing.
	(development tool, it doesnt help you much as a user)

	* erc/erc.el 1.201:
	* erc-display-line-buffer: renamed to erc-display-line-1
	* erc-port-equal: New function.
	* erc-normalize-port: Used by erc-port-equal
	* minor docstring fixes

2002-02-01  Andreas Fuchs  <asf@void.at>

	* erc/erc.el 1.200:
	* erc-already-logged-in-p: compare ports is more robust now.

	* erc/erc-button.el 1.8:
	* Add buttonization to erc-send-modify-hook, too

2002-01-31  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.199:
	Use insert-before-markers instead of insert in erc-display-line-buffer
	This fixed point@column 0 problem and gives us some speedup! yay

	* erc/erc-ibuffer.el 1.11, erc/erc.el 1.198:
	minor fixes

	* erc/erc.el 1.197:
	* (erc-line-beginning-position): Renamed to erc-beg-of-input-line.
	* (erc-line-end-position): Renamed to erc-end-of-input-line.
	* erc-multiline-input-p: Variable removed.

	* erc/erc.el 1.196:
	Minor docstring fixes (using M-x checkdoc-current-buffer)
	  If you find time, and you are native english speaker, do that too!!

	* erc/erc.el 1.195: fixed macro-invokation

2002-01-31  Andreas Fuchs  <asf@void.at>

	* erc/erc.el 1.194:
	* erc-with-all-buffers-of-server: use erc-list-buffers
	* erc-process-away, erc-{save,kill}-query-buffers: use it.
	* erc-cmd-away-all: new command. Set away/back on all servers.

	* erc/erc.el 1.193:
	* Fix last multiline bug in erc-send-distinguish-noncommands.

2002-01-31  Mario Lang  <mlang@delysid.org>

	* erc/erc-ibuffer.el 1.10, erc/erc.el 1.192:
	minor fixes

2002-01-30  Mario Lang  <mlang@delysid.org>

	* erc/erc-ibuffer.el 1.9, erc/erc-menu.el 1.3, erc/erc-speak.el 1.19, 
	  erc/erc.el 1.191:
	Renamed erc-track-modified-channels-minor-mode to erc-track-modified-channels-mode (at least, its a bit shorter)
	Added docstring to erc-server-hooks (through the macro)
	Minor docfix in obsolete hook

2002-01-30  Andreas Fuchs  <asf@void.at>

	* erc/erc.el 1.190:
	* erc-send-current-line: fix behaviour where buffer changes.
	* erc-mark-message: fix stupid face bug. highlighting of pals should work now.

	* erc/erc-ring.el 1.2, erc/erc.el 1.189:
	* new hooks: erc-send-pre-hook, erc-send-modify-hook, erc-send-post-hook
	* erc-send-this: new variable
	* erc-noncommands-list: new constant.
	* erc-send-distinguish-noncommands: use it. (First filter function for sending! yay!)
	* erc-send-current-line: nearly completely rewritten.
	  - now handles multiline input. (yay!)
	  - now uses the three hooks from above.
	* erc-process-line: new arg, no-command: don't process this line as a command.

2002-01-30  Mario Lang  <mlang@delysid.org>

	* erc/erc-bbdb.el 1.12, erc/erc-button.el 1.7, erc/erc-speak.el 1.18, 
	  erc/erc.el 1.188:
	hook handling rewrite phase 1.

2002-01-30  Andreas Fuchs  <asf@void.at>

	* erc/erc.el 1.187: * Rework erc-server-PRIVMSG-or-NOTICE
	* New function: erc-is-message-ctcp-p
	* New function: erc-format-privmessage
	* New function: erc-mark-message
	* erc-server-PRIVMSG-or-NOTICE: use them.

2002-01-30  Mario Lang  <mlang@delysid.org>

	* erc/CREDITS 1.1, erc/HISTORY 1.1:
	Initial checkin.

2002-01-29  Andreas Fuchs  <asf@void.at>

	* erc/erc.el 1.186:
	* erc-put-text-properties: make OBJECT optional
	* erc-put-text-property: same
	* erc-server-PRIVMSG-or-NOTICE: use them.
	* Make erc-display-line-buffer: add the "\n" even when the string would be invisible.
	* same: make the \n invisible, too (:

2002-01-29  Mario Lang  <mlang@delysid.org>

	* erc/erc-ibuffer.el 1.8, erc/erc.el 1.185:
	Rewrote channel tracking using window-configuration-change-hook instead of defadvices.

2002-01-28  Andreas Fuchs  <asf@void.at>

	* erc/erc-fill.el 1.6, erc/erc.el 1.184:
	* Macro define-erc-highlight-customization: Ease up defining
	  erc-{fool,pal,..}-highlight-props defcusts.
	* defcusts:
	  - erc-fool-highlight-props
	  - erc-pal-highlight-props
	  - erc-dangerous-host-highlight-props
	  - erc-keyword-highlight-props

	  Customizable to either nil or "Hide message".
	* erc-string-invisible-p: check for invisible chars in string
	* erc-display-line-buffer: use it.
	* erc-put-text-properties: put a list of props into a piece of text.
	* erc-server-PRIVMSG-or-NOTICE: use it; set appropriate
	  highlight-props for entire incoming message. This set of changes
	  allows you to e.g. auto-ignore fools.

2002-01-28  Mario Lang  <mlang@delysid.org>

	* erc/erc-ibuffer.el 1.7:
	Added highlight detection support to the Mark column.
	Now p, k, f, and d indicate pal, keyword, fool and dangerous-host related activity.

	* erc/erc.el 1.183:
	Highlight tracking finished. All necessary info should now be in erc-modified-channels.

	* erc/erc.el 1.182, erc/erc-ibuffer.el 1.6, erc/erc-speedbar.el 1.7:
	Added highlight tracking to track-modified-channels
	   no display code yet, the info is just kept in erc-modified-channels
	Added erc-modified column to ibuffer
	speedbar update

	* erc/erc-ibuffer.el 1.5: Added erc-members column

	* erc/erc-ibuffer.el 1.4: *** empty log message ***

2002-01-28  Andreas Fuchs  <asf@void.at>

	* erc/erc-bbdb.el 1.11:
	* Fix a slight typo. The hook function should be called in
	  erc-server-376-hook (-:

2002-01-28  Mario Lang  <mlang@delysid.org>

	* erc/erc-ibuffer.el 1.3: *** empty log message ***

2002-01-27  Mario Lang  <mlang@delysid.org>

	* erc/erc-ibuffer.el 1.2:
	Fixup, it sort of works now. Try it

	* erc/erc-ibuffer.el 1.1: Initial version

2002-01-26  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.181: *** empty log message ***

2002-01-25  Andreas Fuchs  <asf@void.at>

	* erc/erc-bbdb.el 1.10: * fix two bad things:
	  - fix the "proc trick": pass proc as an arg through
	    ...-insinuate-... to ...-show-entry
	  - hook highlighting into the 376 hook. This one is bound to get
	    called (-:
	* We now only append to hooks only.
	* Highlighting of changing records gets updated automatically.

2002-01-25  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.180: *** empty log message ***

2002-01-25  Andreas Fuchs  <asf@void.at>

	* erc/erc-bbdb.el 1.9:
	* nearly complete rewrite of erc-bbdb:
	  -  Removed code duplication in erc-bbdb-NICK and -JOIN.
	  -  Made erc-bbdb-show-entry more general and intelligent.
	  -  erc-bbdb-insinuate-entry is now erc-bbdb-insinuate-and-show-entry
	     (note the different arglist!):
	  -  erc-search-name-and-create now creates "John Doe" users if name
	     is not specified.
	  -  No sign of "mail" anywhere anymore. It's all finger-host. (-:
	  -  erc-bbdb-popup-p is now called erc-bbdb-popup-type.
	  -  New customize values:
	     . erc-bbdb-irc-channel-field     channel field name
	     . erc-bbdb-irc-highlight-field   (see below)
	     . erc-bbdb-auto-create-on-nick-p auto-create record on join

	* Highlighting based on BBDB is now here! Specify which type of
	  highlighting a person in the BBDB (whose nick you know) and have
	  fun! Read help to erc-bbdb-init-highlighting for details. Changes:
	  -  new function erc-bbdb-init-highlighting: gets called on server
	     connect.
	  -  new function erc-bbdb-highlight-record: highlights a person's
	     nick names.

2002-01-24  Andreas Fuchs  <asf@void.at>

	* erc/erc-button.el 1.6:
	* Fix the erc-button-alist regexp for EmacsWiki stuff. delYsid's version
	  is better (-:

	* erc/erc-button.el 1.5:
	* Added an Ewiki: specifier to the url-regexp.
	  <nickname> EmacsWiki: EmacsIRCClient tells you <bla>
	  should highlight "EmacsWiki: EmacsIRCClient" and allow you to
	  browse to the wiki when the button is activated.
	* new custom: erc-emacswiki-url.
	* new function: erc-browse-emacswiki: use it.

2002-01-23  Mario Lang  <mlang@delysid.org>

	* erc/erc-bbdb.el 1.8:
	erc-bbdb-NICK: Added regexp-quote around fingerhost search.

2002-01-10  Andreas Fuchs  <asf@void.at>

	* erc/erc.el 1.179:
	* Channel saving/killing on quit from server implemented:
	 - defcust erc-save-queries-on-quit: Save server's channel buffers on quitting from server
	 - defcust erc-kill-queries-on-quit: Kill server's channel buffers on quitting from server
	 - Macro erc-with-all-buffers-of-server: Run a form inside all the server's query buffers
	 - Functions erc-{kill,save}-query-buffers: use it.
	* Added indent-tabs-mode: t to Local Variables section.

2002-01-07  Andreas Fuchs  <asf@void.at>

	* erc/erc-replace.el 1.2:
	* fix stupid documentation errors.

2002-01-07  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.178:
	* (toplevel): Revert previous change. This resulted ina  recursive load...
	   You have to put (require 'erc-button) into your .emacs for now

2002-01-05  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.177:
	* Added require for erc-button. This is devel. so I need testers :)

	* erc/erc-button.el 1.4:
	* Added proper file headers (GPL).

2002-01-04  Mario Lang  <mlang@delysid.org>

	* erc/erc-button.el 1.3:
	* erc-button-alist: Added entry for finger

	* erc/erc-button.el 1.2:
	* Removed bogus usage of :button-keymap.
	P
	   Does anyone know what this was supposed to do anyway?

	* erc/erc-button.el 1.1: * Initial version.
	* This module allows a way of buttonizing text in IRC buffers.
	  Default it is used for URLs, but other things could be added.
	  see if you can find another use, erc-button-alist

2001-12-18  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.176: * Added missing 747 numreply (banned)

2001-12-15  Gergely Nagy  <algernon@debian.org>

	* erc/debian/scripts/install 1.4, erc/debian/rules 1.6:
	updated to 2.1.cvs.20011215-1

	* erc/debian/changelog 1.12:
	Debian version 2.1.cvs.20011215-1

2001-12-11  Andreas Fuchs  <asf@void.at>

	* erc/erc.el 1.175:
	* applied a nicer version of mhp's patch to remove the last prompt from
	  saved logs

	* erc/erc-replace.el 1.1: * Initial checkin

2001-12-11  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.174:
	* fixed bug triggered when reuse-buffer was enabled (the default).
	  Another silly port type problem. Maybe we should unify that once and for all sometimes...

2001-12-10  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.173:
	* erc-message-english: New QUIT and s004 entries.
	* erc-save-buffer-on-part: New variable.
	* erc-kill-buffer-on-part: New variable.
	* (erc-server-PART): Use above variables.
	* (erc-join-channel): Use DEF argument instead of initial input for completing-read.

2001-12-08  Tijs van Bakel  <smoke@wanadoo.nl>

	* erc/erc.el 1.172:
	added defcustom erc-nick-uniquifier ^ (i prefer _)

2001-12-07  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.11:
	changelog for version 2.1.cvs.20011208-1

2001-12-07  Tijs van Bakel  <smoke@wanadoo.nl>

	* erc/erc.el 1.171:
	Added erc-scroll-to-bottom as an erc-insert-hook function.  It still bugs a bit, so please test it, thanks

2001-12-07  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.170:
	* Fixed silly bug in erc-server-TOPIC (thanks mhp)

	* erc/erc-speak.el 1.17:
	* Fix non-greedy matching bug. That one somehow swallowed text

	* erc/erc.el 1.169:
	Fix Emacs20 problem. For now, we disable erc-track-modified-channels-minor-mode in emacs20

2001-12-07  Andreas Fuchs  <asf@void.at>

	* erc/erc-fill.el 1.5:
	* Fix another stupid one-off error. This time it really works!
	 (Until I find the next bug. I guess you can hold your breath) (-:

2001-12-06  Andreas Fuchs  <asf@void.at>

	* erc/erc-fill.el 1.4: * Fixed static filling:
	** No more \ed (continued on next line) lines anymore
	** Fixed bug with previous version where longer lines wouldn't get
	   filled correctly (i.e. at all)

2001-12-06  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.10:
	changelog for 2.1.cvs.20011206-1 added

2001-12-06  Andreas Fuchs  <asf@void.at>

	* erc/erc.el 1.168:
	* Don't discard away status when identifying to NickServ
	* Modify `erc-already-logged-in': check for port, too.

	* erc/erc-fill.el 1.3:
	* Fix stupid loop non-termination error in erc-fill-static when filling
	  one-line regions.
	* Make erc-count-lines return meaningful values

2001-12-05  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.167:
	* (erc-process-input): Make ' /command' work for quoting /commands

	* erc/erc-speak.el 1.16: see changelog

	* erc/erc-fill.el 1.2: see erc.el changelog

	* erc/erc.el 1.166:
	* erc-insert-hook: Changed strategy completely, no start end parameters any more.
	We narrow-to-region now, thats much cleaner.
	* rename erc-fill-region to erc-fill and change the autoload
	** You'll probably need to restart Emacs

2001-12-04  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.165:
	* (erc-send-current-line): Fixed long outstanding bug. XEmacs users with erc-fill-region on erc-insert-hook knew that one a long time.

	* erc/erc.el 1.164: fix order of attack

	* erc/erc.el 1.163:
	* macroexpanded define-minor-mode for XEmacs

	* erc/erc.el 1.162:
	First try to make channel tracking mouse sensitive

	* erc/erc.el 1.161: * More erc-message-format conversion.
	  erc-format-message-english-PART as an example on how to use functions to format message
	* (erc-format-message): Fallback mechanism to use english catalog if variable is not bound

2001-12-03  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.160: * (erc-iswitchb): Rewrite, docfix.
	Make it use erc-modified-channels as default if available.

	* erc/erc-menu.el 1.2:
	* Fixage related to erc-track-modified-channels-minor-mode rewrite

	* erc/erc.el 1.159:
	* erc-track-modified-channels-minor-mode: Use buffer objects instead of erc-default-target return value for internal state keeping.

	* erc/erc.el 1.158:
	* Made reconnect behave nicer (erc-process-sentinel)
	* Rewrote erc-modified-channels-tracking completely.
	  Its now a minor mode (erc-track-modified-channels-minor-mode)
	  It uses a list as internal representation now, so all silly string-parsing
	  related bugs should be gone.
	  Use (erc-track-modified-channels-minor-mode t) now to toggle this functionality.
	  Dont set the erc-track-modified-channels-minor-mode variable yourself, use the toggle function

2001-11-29  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.9: final version

2001-11-29  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.157:
	* (erc-channel-p): Make it work with string and buffer as parameter. buffer.
	* (erc-format-message): Add a check for functionp. This allows a format-specifier also to be a function name, which gets called with args applied and needs to return the actual format string.
	* Converted some formats, JOIN, JOIN-you, MODE, ...

2001-11-28  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.156:
	* (erc-prepare-mode-line-format): Added sanity checks to prevent it from having problems with server buffers where the connection failed

	* erc/erc-bbdb.el 1.7:
	* (erc-bbdb-JOIN): regexp-quote the fingerhost before searching, some people have really strange characters as their user names

	* erc/erc.el 1.155:
	Remove a stupid debug like (message ...) call

2001-11-28  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.8: draft of 2.1.cvs.20011128-1

	* erc/debian/rules 1.5:
	simplify for the all-in-one erc package

	* erc/debian/control 1.3:
	integrated erc-speak back into erc

	* erc/debian/maint/conffiles 1.3, erc/debian/maint/conffiles.in 1.2, 
	  erc/debian/maint/postinst 1.3, erc/debian/maint/postinst.in 1.2, erc/debian/maint/prerm 1.3, 
	  erc/debian/maint/prerm.in 1.2, erc/debian/scripts/install 1.3, erc/debian/scripts/install.in 1.3, 
	  erc/debian/scripts/remove 1.3, erc/debian/scripts/remove.in 1.2, erc/debian/scripts/startup.erc-speak 1.2:
	since erc-speak is gone, resurrect the static files, and update them to support the latest erc

2001-11-28  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.154:
	* (erc-mode): Shouldn't be interactive.
	* (erc-info-mode): Ditto.

	* erc/erc.el 1.153:
	* (erc-server-352): Added hopcount parsing.
	Added call to erc-update-channel-member to fill in channel-members information
	on /WHO if the channel is joined.

2001-11-27  Mario Lang  <mlang@delysid.org>

	* erc/erc-speedbar.el 1.6: *** empty log message ***

	* erc/erc-speedbar.el 1.5:
	* (erc-speedbar-expand-user): New function.
	Used when more information than just the nick name is available about a dude.

	* erc/erc.el 1.152:
	* Fixed stupid edit,checkin,save cycle error :)

	* erc/erc.el 1.151:
	* (erc-generate-log-file-name-default): Renamed to -long
	Doc fix.
	* (erc-generate-log-file-name-old): Renamed to -long
	Doc fix.
	* erc-generate-log-file-name-function: Set default to ...-long
	Doc fixes

	* erc/erc-speedbar.el 1.4: *** empty log message ***

2001-11-26  Mario Lang  <mlang@delysid.org>

	* erc/erc-speedbar.el 1.3: * Integrated channel names list
	  what else do we need to replace info buffers???
	  please test that code and comment on erc-ehlp, thanks

	* erc/erc-speedbar.el 1.2:
	* Added erc-speedbar-goto-buffer and therefore enable switching to the buffers from speedbar

	* erc/erc-speedbar.el 1.1:
	I had to check this in, it works !! sort of,, megaalphagammaversion, first version. test, play, submit ideas/patches

2001-11-26  Gergely Nagy  <algernon@debian.org>

	* erc/erc.el 1.150 (erc-mode):
	moved erc-last-saved-position here
	moved buffer naming code from here..
	(erc): ...to here
	(erc-generate-log-file-name-old): only prepend target if it exists

	made erc-log-insert-log-on-open a defcustom

2001-11-26  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.149:
	* Applied antifuchs/mhp patches, the latest on erc-help, unmodified
	* New variable: erc-reuse-buffers default to t.
	* Modified erc-generate-new-buffer-name to use it. it checks if server and port are the same, 
	  then one can assume thats the same channel/query target again.

2001-11-23  Mario Lang  <mlang@delysid.org>

	* erc/erc-bbdb.el 1.6:
	* new function erc-BBDB-NICK to handle nickname anotation on a nick-change event of a known record

	* erc/erc.el 1.148:
	* Remove erc-rename-buffer, its no longer necessary
	* Remove erc-autoop-*. it was broken, and needed rewrite anyway
	* write erc-already-logged-in in terms of erc-buffer-list and make the duplicate login check work again

	* erc/erc.el 1.147: * Fixed stupid typo

2001-11-22  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.146:
	* New local variable, erc-announced-server-name
	* erc-mode-line-format supports a new symbol, target-and/or-server
	* The mode-line displays the announced server name now (for autojoin later..., 
	  greets Adam)
	* New macro, erc-server-hook-list for a nice way to define the defcustoms of the erc-server-*-hook's
	  Thanks go to the guy from #emacs who helped with that
	* erc-fill-region is now autoloaded from erc-fill.el
	  * erc-fill.el implements a new fill method, erc-fill-static
	    (setq erc-fill-function 'erc-fill-static)
	* Some other things I forgot right now

	* erc/erc-bbdb.el 1.5: *** empty log message ***

	* erc/erc-fill.el 1.1: Initial version.

	* erc/erc-complete.el 1.4:
	Applied antifuchs patch to make completion work with (string= erc-prompt "")

	* erc/erc-complete.el 1.3:
	added function erc-nick-completion-exclude-myself
	you can set erc-nick-completion to 'erc-nick-completion-exclude-myself to use it

2001-11-21  Mario Lang  <mlang@delysid.org>

	* erc/erc-bbdb.el 1.4:
	* Changed usage of 'finger-host to bbdb-finger-host-field

	* erc/erc-bbdb.el 1.3:
	* Changed WHOIS to use finger-host instead of net field.
	* Added 'visible as option to erc-bbdb-popup-p to only pop-up the bbdb buffer if a join happened in a visible buffer on any visible frame.
	* Added (regexp-quote ...) for nickname search in erc-bbdb-JOIN

2001-11-20  Mario Lang  <mlang@delysid.org>

	* erc/erc-bbdb.el 1.2: * Added JOIN support

2001-11-19  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.145:
	Initial message catalog code. converted erc-action-format usage to use it

	* erc/erc.el 1.144:
	* erc-play-sound: Added XEmacs related check

	* erc/erc-bbdb.el 1.1:
	* Initial version, many thanks to Andreas Fuchs

	* erc/erc.el 1.143:
	* Fixed silly problem with whois/was handling

	* erc/erc.el 1.142: * Renamed prev-rd to erc-previous-read
	* Removed erc-next-line-add-newlines and s next-line-add-newlines to nil in defun erc by default

	* erc/erc.el 1.141:
	fixed xemacs compatibility prob with delete, thanks Adam

2001-11-18  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.140: numreplies 301 & 461

2001-11-13  Tijs van Bakel  <smoke@wanadoo.nl>

	* erc/erc.el 1.139:
	Added code for error reply 421 "Unknown command", to test the new server parsing system.
	This was really easy!  Thanks ZenIRC guys & delysid :-)

2001-11-13  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.138:
	* Allow connecting to SSL enabled irc servers.
	   Ugly hack, but it works for now. Be sure to use the numeric irc port 994 so that erc can recognize what you want
	  good example is
	irc server: ircs.segfault.net
	port: 994

	meet me there, I am still delYsid :)

	* erc/erc.el 1.137: * some more numreply handlers
	* cleanup in erc-process-away-p
	* new function erc-display-error-notice

	* erc/erc.el 1.136: * numreply 501 and 221

	* erc/erc.el 1.135:
	removed obsolete old hook variables. Your functions may break, but it is easy to hook them up to the new hooks.
	erc-part-hook: use erc-server-PART-hook instead
	erc-kick-hook: use erc-server-KICK-hook instead
	and so on

	* erc/erc.el 1.134:
	fixed serious bug which cause privmsgs vanishing when erc-auto-query was set to nil

	* erc/erc.el 1.133: cleaned up erc-process-filter

	* erc/erc.el 1.132: * 401 and 320 numreplies implemented

	* erc/erc.el 1.131: * Removed old/now obsolete code

	* erc/erc.el 1.130: * Fixed bug in erc-server-MODE

2001-11-12  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.129: fixed it

	* erc/erc.el 1.128:
	*** We switched over. New server message parsing/handling is running now. Thansk to the zenirc developers for the great ideas I got from the code!!!!! Go and test it, poke at it, bug me on irc about problems

	* erc/erc.el 1.127: *** empty log message ***

2001-11-12  Tijs van Bakel  <smoke@wanadoo.nl>

	* erc/erc.el 1.125:
	Fixed bug in erc-get-buffer, now channel names are compared in
	a case-insensitive way.

2001-11-12  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.124: erc-server-353

2001-11-12  Tijs van Bakel  <smoke@wanadoo.nl>

	* erc/erc.el 1.123: Fixed docstring for erc-get-buffer.
	Added erc-process to a lot of calls to erc-get-buffer, so
	that only the local process is searched.

2001-11-12  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.122: * erc-buffer-filter: do it differently

	* erc/erc.el 1.121:
	ugly but working fix for mhp's query problem

	* erc/erc.el 1.120: * erc-server-PRIVMSG-or-NOTICE
	  Now, all the server word replies are finished. Going to numreplies now

	* erc/erc.el 1.119:
	* debugging fascilities for the transition. C-x 2 C-x o M-x ielm RET erc-server-vectors RET ; to get a list of all server messages currently not handled in the new code. Feel free to pick one and implement it

	* erc/erc.el 1.118:
	* erc-server-KICK and erc-server-TOPIC. new functions
	* erc-server-305-or-306 and erc-server-311-or-314

	* erc/erc.el 1.117:
	* ported PART and QUIT msgs to the new scheme, many to go. but it is a easy task. does someone wanna try and start with numreplies?

	* erc/erc.el 1.116: * erc-server-JOIN

	* erc/erc.el 1.115: * Ported erc-server-INVITE code

	* erc/erc.el 1.114: * erc-server-ERROR and erc-server-MODE

2001-11-11  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.113: * zen

	* erc/erc.el 1.112: * New variable erc-connect-function.

	* erc/erc.el 1.111:
	* New function erc-channel-p and use it where appropriate

	* erc/erc.el 1.110:
	* Removed the variable erc-buffer-list completely now
	* Moved erc-dbuf around a bit

	* erc/erc.el 1.109:
	* Fix silly change in quit/rename msg handling

	* erc/erc.el 1.108: thanks mhp, fixed

	* erc/erc.el 1.107:
	* Tijs van Bakel's work from 10th Nov. merged in
	* My additions to that idea merged in too
	Basicly, this is a major rewrite, if you are scared and want avoid problems,
	stay at your current version. It seems fairly stable though.
	That changed? erc-buffer-name handling was completely rewritten,
	and erc-buffer-list local variable handling removed.
	Simplifies alot of code. Poke at it. read the diff. report bug/send patches!

	* erc/erc.el 1.106:
	* Added variable listing when /set is used without args

2001-11-10  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.105:
	* Comment/structure cleanup, removal of unnecessary code

	* erc/erc.el 1.104: only some code beautification

	* erc/erc-imenu.el 1.2:
	remove add-hook call, thats done in erc.el now for autoloadability

	* erc/erc.el 1.103: * Make erc-imenu autoloadable

	* erc/erc.el 1.102:
	* The long promised erc-mode-line-format handling rewrite
	   Poke at it, try it, play with it, report bugs

	* erc/erc.el 1.101:
	some regex-quote fixes, new function erc-cmd-set, and minor things

2001-11-08  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.100:
	* added second timestamp-format (erc-away-timestamp-format) for marking msgs when being away

	* erc/erc-complete.el 1.2: fixed silly deffun

	* erc/erc.el 1.99:
	* Rewrote erc-load-irc-script (simplified)
	* Removed depricated code

	* erc/erc-speak.el 1.15: * reflect changes in erc.el

	* erc/erc.el 1.98:
	* Moved completion related functions into erc-complete.el
	  placed an autoload instead into erc.el. That quite cool,
	  because erc-complete.el only gets loaded when you use
	  TAB first time in erc.

	* erc/erc-complete.el 1.1: _ Initial checkin

	* erc/erc.el 1.97:
	* New function: erc-chain-hook-with-args
	* Changed calls to erc-insert-hook to use it

2001-11-07  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.96: * Patch from Fabien Penso
	  Make completion case insensitive. try it! its cool

	* erc/erc.el 1.95: * Reduction patch 2
	  This time, we move the input ring handling into erc-ring.el
	  Remember that you need (require 'erc-ring) in your .emacs to get the input handling as a feature
	  And remeber, that you dont need it if you dont use input ring :-)

	* erc/erc-ring.el 1.1: * Initial checkin

	* erc/erc.el 1.94: * The great reduction patch :-)
	  moved relevant function from erc.el to new file erc-menu.el and erc-imenu.el

	* erc/erc-imenu.el 1.1: nitial version

	* erc/erc-menu.el 1.1: * Initial version

	* erc/erc.el 1.93:
	* wording change suggested by Benjamin Drieu

2001-11-07  Tijs van Bakel  <smoke@wanadoo.nl>

	* erc/erc.el 1.92: Added Emacs version to /SV

2001-11-07  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.91: * Hookification patch, read the diff

	* erc/erc.el 1.90: too tired for a changelog :)

2001-11-06  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.89:
	* make erc-cmd-op and erc-cmd-deop take multiple nicknames as argument

2001-11-06  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.7: sync

	* erc/debian/rules 1.4: fixed a typo: PKGDIR, not PKIDR

2001-11-06  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.88:
	* Changed timestamping when away to use erc-timestamp-format and append the timestamp instead of prepending it..
	* minor cleanup, s/(if (not /(unless/ and thelike

2001-11-06  Tijs van Bakel  <smoke@wanadoo.nl>

	* erc/erc.el 1.87: Fixed OP and DEOP commands to return T.
	Added SV say-version command.
	Added erc-send-message utility function, but it's not used everywhere yet.

2001-11-05  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.86:
	stupid delYsid, forgot require 'format-spec. good nite

	* erc/erc.el 1.85:
	* new variable erc-action-format. Some erc-notice-prefix fixes again

	* erc/erc.el 1.84: * erc-minibuffer-privmsg defaults to t

	* erc/erc.el 1.83:
	* Small fix in relation to the transition to erc-make-notice

2001-11-05  Tijs van Bakel  <smoke@wanadoo.nl>

	* erc/erc.el 1.82:
	Renamed erc-message-notices to erc-minibuffer-notice, and renamed erc-prevent-minibuffer-privmsg to erc-minibuffer-privmsg, inverting its functionality

	* erc/erc.el 1.81:
	Added support for channel names starting with & + and !.
	Also, many changes partially discussed on the mailinglist:

		* erc.el (cl): Add requirement for cl package.
		(erc-buffer-list): Make this variable global again.
		(erc-default-face): Fix typo.
		(erc-timestamp-face): Add face for timestamps.
		(erc-join-buffer, erc): Add a 'bury option.
		(erc-send-action): Add timestamp.
		(erc-command-table): Add /CLEAR, /DEOP, /OP, /Q.
		(erc-send-current-line): Add timestamp.
		(erc-send-current-line): Add call to erc-insert-hook.
		(erc-cmd-clear): New command to clear buffer contents.
		(erc-cmd-whois): Fix cut'n'paste-o.
		(erc-cmd-deop): New command to deop a user.
		(erc-cmd-op): New command to op a user.
		(erc-make-notice): Moved a lot of duplicate code here.  Perhaps
		this should also be done for erc-highlight-error.
		(erc-parse-line-from-server): Now NOTICE will also open a new
		query, just as PRIVMSG.
		(erc-parse-line-from-server): Call erc-put-text-property on a
		channel message/notice first, before concatenating nick and
		timestamp &c.
		(erc-message-notices): Add option to display notices in
		minibuffer.
		(erc-fill-region): No longer strip spaces in front of incoming
		messages.
		(erc-parse-current-line): No longer strip spaces in front of text
		input by user.

	Hopefully I didn't break too much :(

2001-11-05  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.80:
	* New function erc-nickserv-identify-autodetect for erc-insert-hook. Added by default currently.

	* erc/erc.el 1.79:
	* Mini-fix in erc-process-num-reply (= n 353): Added @ as prefix character to make certain channels on opn work again nicely

2001-10-31  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.6: updated to reflect changes

	* erc/debian/scripts/install.in 1.2:
	moved #PKGFLAG# before -f batch-byte-compile

2001-10-29  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.78:
	Imenu fixed somehow, added IRC services interactive function for indentify to NickServ. Read the diff

2001-10-26  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.5: sigh. -2

2001-10-25  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.4: updated to reflect changes

	* erc/debian/rules 1.3: handle conffiles.in too

	* erc/debian/maint/conffiles.in 1.1: new file

	* erc/debian/maint/conffiles 1.2:
	superceded by conffiles.in

	* erc/debian/scripts/startup 1.2:
	superceded by startup.erc

2001-10-25  Mario Lang  <mlang@delysid.org>

	* erc/debian/scripts/startup.erc-speak 1.1:
	* Initial version

	* erc/debian/scripts/startup.erc 1.1:
	* Added and fixes minimal typo

2001-10-25  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.3: updated to reflect changes

	* erc/debian/rules 1.2:
	modified to be able to build the erc-speak package too

	* erc/debian/control 1.2: added the new erc-speak package

	* erc/debian/README.erc-speak 1.1, erc/debian/maint/postinst.in 1.1, 
	  erc/debian/maint/prerm.in 1.1, erc/debian/scripts/install.in 1.1, 
	  erc/debian/scripts/remove.in 1.1:
	new file

	* erc/debian/maint/postinst 1.2, erc/debian/maint/prerm 1.2, erc/debian/scripts/install 1.2, 
	  erc/debian/scripts/remove 1.2:
	removed, superceded by it's .in counterpart

2001-10-25  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.77: * Fixed some defcustom :type 's
	* Added erc-before-connect hook which gets called with server port and nick.
	  Use this hook to e.g. setup a tunnel before actually connecting.
	  something like (when (string= server "localhost") ...)

2001-10-24  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.76:
	* Patch by smoke: fix erc-cmd-* commands and add aliases

2001-10-23  Mario Lang  <mlang@delysid.org>

	* erc/erc-speak.el 1.14:
	* Added a new personality for channel name announcement, This makes streams of flooded channels much easier to listen to, 
	  especially if you are on more than one channel simultaniously.

	* erc/erc.el 1.75:
	* Made the completion postfix customizable through erc-nick-completion-postfix

	* erc/erc-speak.el 1.13, erc/erc.el 1.74:
	* Added erc-prevent-minibuffer-privmsg

	* erc/erc-speak.el 1.12:
	* Quickish hack to allow exclusion of timestamps from speaking. see erc-speak-filter-timestamps

2001-10-21  Mario Lang  <mlang@delysid.org>

	* erc/erc-speak.el 1.11:
	* Removed now really obsolete code. Package size reduced by 50%

	* erc/erc-speak.el 1.10:
	* Very important fix! Now erc-speak is really complete. Messages dont get cut anymore. Be sure to use auditory icons, 
	  it's reallllly cool now!!!

	* erc/erc-speak.el 1.9: *** empty log message ***

	* erc/erc-speak.el 1.5:
	* Major simplification. depends on erc.el,v 1.73
	* Things removed, read diff

2001-10-21  Gergely Nagy  <algernon@debian.org>

	* erc/debian/changelog 1.2: oops, silly typo

	* erc/debian/changelog 1.1, erc/debian/control 1.1, erc/debian/copyright 1.1, 
	  erc/debian/maint/conffiles 1.1, erc/debian/maint/postinst 1.1, erc/debian/maint/prerm 1.1, 
	  erc/debian/rules 1.1, erc/debian/scripts/install 1.1, erc/debian/scripts/remove 1.1, 
	  erc/debian/scripts/startup 1.1:
	initial check-in

2001-10-21  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.73:
	* Changed erc-insert-hook to get two arguments, START and END of the region
	  which got inserted. CAREFUL! This could break stuff, but it makes the hook
	  much more useable.

	* erc/erc.el 1.72:
	* Made erc-smiley a new option, currently set to t to showoff this feature. :)

2001-10-20  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.71: * Add missing erc-mode-hook variable
	* Add smiley-support (preliminary test)

2001-10-20  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.70:
	Replaced all occurences of put-text-property with a call to
	erc-put-text-property.
	(erc-put-text-property): New function.
	(erc-tracking-modified-channels): Moved to the front of the file such
	that it is already defined when the menu is being defined.
	(erc-modified-channel-string): Ditto.

2001-10-18  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.69:
	Removed some commentary.  The wiki page is the place to
	put such information.
	(erc-fill-prefix): Doc change.
	(erc-notice-highlight-type): Doc change, now a user option.
	(erc-pal-highlight-type): Doc change, now a user option.
	(erc-fool-highlight-type): New option.
	(erc-keyword-highlight-type): New option.
	(erc-dangerous-host-highlight-type): New option.
	(erc-uncontrol-input-line): Doc change.
	(erc-interpret-controls-p): Doc change, now a user option.
	(erc-multiline-input): Doc change.
	(erc-auto-discard-away): Doc change.
	(erc-pals): Changed from string to regexp.
	(erc-fools): New option.
	(erc-keywords): Renamed from erc-highlight-strings.  WATCH OUT:
	Not backwards compatible change!
	(erc-dangerous-hosts): Renamed from erc-host-danger-highlight.
	WATCH OUT: Not backwards compatible change!
	(erc-menu-definition): Added menu entries for fools, keywords and
	dangerous hosts.
	(erc-mode-map): Changed keybindings from C-c <plain ascii> to
	various C-c <C-ascii> combinations.
	(erc-dangerous-host-face): Renamed from erc-host-danger-face.
	WATCH OUT: Not backwards compatible change!
	(erc-fool-face): New face.
	(erc-keyword-face): Renamed from erc-highlight-face.  WATCH OUT:
	Not backwards compatible change!
	(erc-parse-line-from-server): Fixed highlighting in the cases
	where (equal erc-pal-highlight-type 'all), added code to handle
	erc-fool-highlight-type, erc-dangerous-host-highlight-type
	(erc-update-modes): Replaced erc-delete-string with delete.
	(erc-keywords): Renamed from erc-highlight-strings, handle
	erc-keyword-highlight-type.
	(erc-delete-string): Removed.
	(erc-list-match): New function.
	(erc-pal-p): Use erc-list-match.
	(erc-fool-p): New function.
	(erc-keyword-p): New function.
	(erc-dangerous-host-p): Renamed from erc-host-danger-p, use
	erc-list-match.
	(erc-directed-at-fool-p): New function.
	(erc-add-entry-to-list): New function.
	(erc-remove-entry-from-list): New function.
	(erc-add-pal): Use erc-add-entry-to-list.
	(erc-delete-pal): Use erc-remove-entry-from-list.
	(erc-add-fool): New function.
	(erc-delete-fool): New function.
	(erc-add-keyword): New function.
	(erc-delete-keyword): New function.
	(erc-add-dangerous-host): New function.
	(erc-delete-dangerous-host): New function.

2001-10-07  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.68: * irc vs ircd default port fixed

	* erc/erc.el 1.67: * Added topic-change to imenu

	* erc/erc.el 1.66: * More imenu spiffyness

	* erc/erc.el 1.65: * Added imenu support

	* erc/erc.el 1.64:
	* Fix to /topic to show topic instead of setting it to null :)

2001-10-05  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.63: * First version of erc-rename-buffer

	* erc/erc.el 1.62: * more header-line tricks.

	* erc/erc.el 1.61:
	* Small fix to do erc-update-mode-line-buffer in erc-update-channel-topic

	* erc/erc.el 1.60: * Added erc-header-line-format

2001-10-04  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.59: * mini-fix, add msgp to auto-query code

	* erc/erc.el 1.58:
	* Added command-names to completion (erc-command-table)
	* New variable erc-auto-query. When set, every arriving message to you
	will open a query buffer for that sender if not already open.
	* Compatibility function fo non-existing line-beginning|end-position functions in XEmacs.

2001-10-03  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.57:
	* Removed alot of (progn ...) where they were not necessary
	* Changed some (if ...) without else part to (when ...)
	* Some (while ...) to use (dolist ...)
	* Fix for completion popup generating tracebacks.
	* New function erc-arrange-session-in-mulptiple-windows
	* Lots of other stuff, read the diff

2001-10-02  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.56:
	* Added erc-kill-input and keybinding C-c C-u for it

2001-10-01  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.55: * Another fix to nick-completion
	* Additional checks in erc-track-modified-channels

2001-09-26  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.54: * Fixed completion (alex)
	  * Now popup buffer doesnt destroy your window configuration.
	* Fixed away handling (incomplete)

2001-09-24  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.53: Fixed silly quoting-escape error

2001-09-23  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.52: * Added auto-op support (unfinished)
	* Added erc-latest-version.
	* Added erc-ediff-latest-version.

2001-09-21  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.51:
	* Minor menu additions (invite only mode is now a checkbox)

2001-09-20  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.50:
	* Fix (erc-cmd-names): This should fix C-c C-n too, hoepfully it was the right fix and doesnt break anything else.

	* erc/erc.el 1.49:
	* Fixes XEmacs easymenu usage (2nd time).

2001-09-19  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.48:
	* (erc-complete-nick): Add ": " only if one completes directly after the erc-prompt, otherwise, add just one space

	* erc/erc.el 1.47:
	* Changed menu-definition to use easymenu (hopefully this now works under Xemacs)
	* Fix for custom problem with :must-match on XEmacs (thanks shapr)
	* Added /COUNTRY command using (what-domain) from package mail-extr (shapr)
	* Fix for case-sensitivity problem with pals (they are now all downcased)
	* Different (erc-version) function which now can take prefix argument to insert the version information into the current buffer, 
	  instead of just displaying it in the minibuffer.

2001-09-10  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.46: Updated erc-version-string

	* erc/erc.el 1.45:
	Version number change and last read-through...

2001-09-04  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.44: Added some asterisks

2001-08-24  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.43:
	Fixed hidden channel buffer tracking (sort of), now using switch-to-buffer for advice.
	This version is unofficially named 2.1prebeta1. Please test it and send
	fixes to various problems you may encounter so that we can eventually
	release 2.1 soon.

2001-08-14  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.42:
	Added function erc-bol and keybinding C-c C-a for it (contributed by Benjamin Rutt <brutt@bloomington.in.us)

2001-08-07  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.41:
	Checked in lathis code and modified it slightly. Still unsure about set-window-buffer advice, current attempt doesnt seem to work.
	Removed (nick -> #channel) from mode-line. (CLOSED) and (AWAY...) should still be displayed when appropriate

2001-08-06  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.40:
	added local-variable channel-list in session-buffers and make /LIST use it.
	erc-join-channel can now do completion after /LIST was executed

2001-08-05  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.39:
	Tweaked erc-join-channel and erc-part-from-channel

2001-07-27  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.38: some more defcustom stuff

	* erc/erc.el 1.37:
	Patch from Henrik Enberg <henrik@enberg.org>:
	   Adds variables erc-frame-alist and erc-frame-dedicated-p.

	* erc/erc.el 1.36: fixed erc-part-from-channel

	* erc/erc.el 1.35:
	fixed match-string problem and added interactive topic setting function.

	* erc/erc.el 1.34: fixed silly string-match bug

	* erc/erc.el 1.33:
	Added erc-join-channel and erc-part-from-channel (interactive prompts), as well as keybindings. C-c C-j #emacs RET is now enough :)

2001-07-27  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.32 (erc-display-line-buffer):
	Simplified filling.
	(erc-fill-region): New function.

2001-07-27  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.31: Added redundancy check in output

2001-07-26  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.30 (erc-send-action):
	Add text-property stuff.
	(erc-input-action): Removed text-property stuff.
	(erc-command-table): Corrected command for DESCRIBE.  Still
	doesn't work though.  No idea what it should do.  Looks like a no op.
	(erc-cmd-me): Doc change.

2001-07-26  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.29:
	fixed one occurence of a setq with only one argument (XEmacs didnt like that)

	* erc/erc.el 1.28:
	Added erc-next-line-add-newlines customisation possibility.

	* erc/erc.el 1.27:
	added erc-fill-prefix for defining your own way of filling and fixed filling somehow

	* erc/erc.el 1.26:
	fixed small incompatibility in erc-parse-line-from-server at (and (= n 353) regexp

2001-07-25  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.25:
	Added erc-filling and filling code to erc-display-line-buffer.

2001-07-08  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.24 (try-complete-erc-nick):
	Make the ": " part of the
	expansion

	* erc/erc.el 1.23: require ring

2001-07-08  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.22: *** empty log message ***

2001-07-07  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.21: typo

	* erc/erc.el 1.20: ommit
	:wq

2001-07-06  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.19 (erc-mode): Call erc-input-ring-setup.
	(erc-send-current-line): Call erc-add-to-input-ring.
	(erc-input-ring): New variable.  Currently not buffer local.
	(erc-input-ring-index): New variable.  Currently not buffer local.
	(erc-input-ring-setup): New function.
	(erc-add-to-input-ring): New function.
	(erc-previous-command): New function.
	(erc-next-command): New function.
	(erc-mode-map): Uncommented keybindings for erc-next-command and
	erc-previous-command.

2001-07-05  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.18 (erc-highlight-strings):
	Removed debug message.

	* erc/erc.el 1.17 (erc-join-buffer):
	Changed default to 'buffer.
	(erc-join-info-buffer): Changed default to 'disable.
	(erc-nick-completion): Changed default to 'all.

2001-07-04  uid31117  <uid31117@confusibombus>

	* erc/erc.el 1.16: Resolved...

2001-07-03  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.15 (erc-highlight-strings):
	New option and new function.
	(erc-parse-line-from-server): Use it.
	Various empty lines removed.  Various doc strings fixed.

	* erc/erc.el 1.14: Removed more empty lines.

	* erc/erc.el 1.13 (erc-member-string):
	replaced by plain member
	Otherwise, lots of deleting of empty lines...  I'm not too happy with that
	but I feel better when the code is "cleaned up".

2001-07-03  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.12:
	Ugly hack, but looks nicer when giving commands

	* erc/erc-speak.el 1.4: ugly hack, but looks nicer now

2001-07-03  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.11 (try-complete-erc-nick): New function.
	(erc-try-complete-nick): New function.
	(erc-nick-completion): New option.
	(erc-complete): Call hippie-expand such that erc-try-complete-nick
	will be called eventually.  Based on erc-nick-completion
	try-complete-erc-nick will then complete on the nick at point.

2001-07-02  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.10:
	Insert (erc-current-nick) instead of (erc-display-prompt). good night :)

	* erc/erc.el 1.9:
	small, but it was anoying, so I just did it (defcustom for erc-join-buffer and erc-join-info-buffer)

2001-06-29  Alex Schroeder  <alex@gnu.org>

	* erc/erc.el 1.8: Use defface to define all faces.
	Removed some history from the commentary, as well as some other
	commentary editing.

2001-06-28  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.7: hmm, defcustom for erc-user-full-name

	* erc/erc-speak.el 1.3, erc/erc.el 1.6:
	*** empty log message ***

2001-06-27  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.5: typo

	* erc/erc.el 1.4: Some more defcustom

	* erc/erc-speak.el 1.2: nothing, really

2001-06-26  Mario Lang  <mlang@delysid.org>

	* erc/erc.el 1.3:
	Some defcustom stuff. Still no defgroup though :)

	* erc/erc.el 1.2:
	Initial change to erc.el (2.0). Mainly list of ideas and features
	and syntax-table entries.

	* erc/erc-speak.el 1.1.1.1, erc/erc.el 1.1.1.1:
	Initial Import

	* erc/erc-speak.el 1.1, erc/erc.el 1.1:
	New file.