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>
* debian/changelog: final version
2001-11-29 Mario Lang <mlang@delysid.org>
* erc.el:
* (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.el:
* (erc-prepare-mode-line-format): Added sanity checks to prevent it from having problems with server buffers where the connection failed
* erc-bbdb.el:
* (erc-bbdb-JOIN): regexp-quote the fingerhost before searching, some people have really strange characters as their user names
* erc.el: Remove a stupid debug like (message ...) call
2001-11-28 Gergely Nagy <algernon@debian.org>
* debian/changelog: draft of 2.1.cvs.20011128-1
* debian/rules: simplify for the all-in-one erc package
* debian/control: integrated erc-speak back into erc
* (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-speedbar.el: *** empty log message ***
2001-11-26 Mario Lang <mlang@delysid.org>
* erc-speedbar.el: * Integrated channel names list
what else do we need to replace info buffers???
please test that code and comment on erc-ehlp, thanks
* erc-speedbar.el:
* Added erc-speedbar-goto-buffer and therefore enable switching to the buffers from speedbar
* erc-speedbar.el:
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.el(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.el:
* 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-bbdb.el:
* new function erc-BBDB-NICK to handle nickname anotation on a nick-change event of a known record
* erc.el: * 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.el: * Fixed stupid typo
2001-11-22 Mario Lang <mlang@delysid.org>
* erc.el: * 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-bbdb.el: *** empty log message ***
* erc-fill.el: Initial version.
* erc-complete.el:
Applied antifuchs patch to make completion work with (string= erc-prompt "")
* erc-complete.el:
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-bbdb.el:
* Changed usage of 'finger-host to bbdb-finger-host-field
* erc-bbdb.el:
* 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-bbdb.el: * Added JOIN support
2001-11-19 Mario Lang <mlang@delysid.org>
* erc.el:
Initial message catalog code. converted erc-action-format usage to use it
* erc.el: * erc-play-sound: Added XEmacs related check
* erc-bbdb.el: * Initial version, many thanks to Andreas Fuchs
* erc.el: * Fixed silly problem with whois/was handling
* erc.el: * 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.el:
fixed xemacs compatibility prob with delete, thanks Adam
2001-11-18 Mario Lang <mlang@delysid.org>
* erc.el: numreplies 301 & 461
2001-11-13 Tijs van Bakel <smoke@wanadoo.nl>
* erc.el:
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.el: * 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.el: * some more numreply handlers
* cleanup in erc-process-away-p
* new function erc-display-error-notice
* erc.el: * numreply 501 and 221
* erc.el:
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.el:
fixed serious bug which cause privmsgs vanishing when erc-auto-query was set to nil
* erc.el: cleaned up erc-process-filter
* erc.el: * 401 and 320 numreplies implemented
* erc.el: * Removed old/now obsolete code
* erc.el: * Fixed bug in erc-server-MODE
2001-11-12 Mario Lang <mlang@delysid.org>
* erc.el: fixed it
* erc.el:
*** 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.el: *** empty log message ***
2001-11-12 Tijs van Bakel <smoke@wanadoo.nl>
* erc.el:
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.el: erc-server-353
2001-11-12 Tijs van Bakel <smoke@wanadoo.nl>
* erc.el: 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.el: * erc-buffer-filter: do it differently
* erc.el: ugly but working fix for mhp's query problem
* erc.el: * erc-server-PRIVMSG-or-NOTICE
Now, all the server word replies are finished. Going to numreplies now
* erc.el:
* 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.el: * erc-server-KICK and erc-server-TOPIC. new functions
* erc-server-305-or-306 and erc-server-311-or-314
* erc.el:
* 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.el: * erc-server-JOIN
* erc.el: * Ported erc-server-INVITE code
* erc.el: * erc-server-ERROR and erc-server-MODE
2001-11-11 Mario Lang <mlang@delysid.org>
* erc.el: * zen
* erc.el: * New variable erc-connect-function.
* erc.el:
* New function erc-channel-p and use it where appropriate
* erc.el: * Removed the variable erc-buffer-list completely now
* Moved erc-dbuf around a bit
* erc.el: * Fix silly change in quit/rename msg handling
* erc.el: thanks mhp, fixed
* erc.el: * 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.el: * Added variable listing when /set is used without args
2001-11-10 Mario Lang <mlang@delysid.org>
* erc.el:
* Comment/structure cleanup, removal of unnecessary code
* erc.el: only some code beautification
* erc-imenu.el:
remove add-hook call, thats done in erc.el now for autoloadability
* erc.el: * Make erc-imenu autoloadable
* erc.el:
* The long promised erc-mode-line-format handling rewrite
Poke at it, try it, play with it, report bugs
* erc.el:
some regex-quote fixes, new function erc-cmd-set, and minor things
2001-11-08 Mario Lang <mlang@delysid.org>
* erc.el:
* added second timestamp-format (erc-away-timestamp-format) for marking msgs when being away
* 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-complete.el: _ Initial checkin
* erc.el: * 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.el: * Patch from Fabien Penso
Make completion case insensitive. try it! its cool
* erc.el: * 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-ring.el: * Initial checkin
* erc.el: * The great reduction patch :-)
moved relevant function from erc.el to new file erc-menu.el and erc-imenu.el
* erc-imenu.el: nitial version
* erc-menu.el: * Initial version
* erc.el: * wording change suggested by Benjamin Drieu
2001-11-07 Tijs van Bakel <smoke@wanadoo.nl>
* erc.el: Added Emacs version to /SV
2001-11-07 Mario Lang <mlang@delysid.org>
* erc.el: * Hookification patch, read the diff
* erc.el: too tired for a changelog :)
2001-11-06 Mario Lang <mlang@delysid.org>
* erc.el:
* make erc-cmd-op and erc-cmd-deop take multiple nicknames as argument
2001-11-06 Gergely Nagy <algernon@debian.org>
* debian/changelog: sync
* debian/rules: fixed a typo: PKGDIR, not PKIDR
2001-11-06 Mario Lang <mlang@delysid.org>
* erc.el:
* 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.el: 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.el: stupid delYsid, forgot require 'format-spec. good nite
* erc.el:
* new variable erc-action-format. Some erc-notice-prefix fixes again
* erc.el: * erc-minibuffer-privmsg defaults to t
* erc.el:
* Small fix in relation to the transition to erc-make-notice
2001-11-05 Tijs van Bakel <smoke@wanadoo.nl>
* erc.el:
Renamed erc-message-notices to erc-minibuffer-notice, and renamed erc-prevent-minibuffer-privmsg to erc-minibuffer-privmsg, inverting its functionality
* erc.el: 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.el:
* New function erc-nickserv-identify-autodetect for erc-insert-hook. Added by default currently.
* erc.el:
* 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>
* debian/changelog: updated to reflect changes
* debian/scripts/install.in:
moved #PKGFLAG# before -f batch-byte-compile
2001-10-29 Mario Lang <mlang@delysid.org>
* erc.el:
Imenu fixed somehow, added IRC services interactive function for indentify to NickServ. Read the diff
2001-10-26 Gergely Nagy <algernon@debian.org>
* debian/changelog: sigh. -2
2001-10-25 Gergely Nagy <algernon@debian.org>
* debian/changelog: updated to reflect changes
* debian/rules: handle conffiles.in too
* debian/maint/conffiles.in: new file
* debian/maint/conffiles: superceded by conffiles.in
* debian/scripts/startup: superceded by startup.erc
2001-10-25 Mario Lang <mlang@delysid.org>
* debian/scripts/startup.erc-speak: * Initial version
* debian/scripts/startup.erc: * Added and fixes minimal typo
2001-10-25 Gergely Nagy <algernon@debian.org>
* debian/changelog: updated to reflect changes
* debian/rules:
modified to be able to build the erc-speak package too