summaryrefslogtreecommitdiff
path: root/lisp/erc
Commit message (Collapse)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-2140-40/+40
|
* Merge from erc--main--0Miles Bader2007-01-172-0/+29
| | | | | | | Backport additional functions and macros that erc-capab.el needs. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-600 Creator: Michael Olson <mwolson@gnu.org>
* Merge from erc--main--0Miles Bader2007-01-178-140/+578
| | | | | | | | | | | | | | | Highlights: - Display messages starting with "/" but are not commands correctly. - Add erc-capab.el file, with capab-identify module. - Fix various ERC menu bugs and add "Current channel" submenu. - Make header-line display look nicer. - Fix warning when auto-authenticating to bitlbee. - New option erc-system-name allows the hostname next to your nick to be customized. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-599 Creator: Michael Olson <mwolson@gnu.org>
* Update from erc--emacs--22Miles Bader2007-01-055-71/+234
| | | | | | | | | | | | Highlights: - New /RECONNECT command. - Improve default method for auto-identify to nickserv. - Fix another erc-iswitchb bug. - Fix reconnect lockup (defaulting to twice before giving up). - Fix reconnect on ban. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-587 Creator: Michael Olson <mwolson@gnu.org>
* Change from author with no copyright assignment was "tiny".Glenn Morris2006-12-171-1/+1
|
* erc-iswitchb: Temporarily enable iswitchb modeMiles Bader2006-12-132-15/+23
| | | | | | | | * erc.el: (erc-iswitchb): Temporarily enable iswitchb mode if it isn't active already, instead of leaving it on. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-555 Creator: Michael Olson <mwolson@gnu.org>
* *** empty log message ***Juanma Barranquero2006-12-101-0/+4
|
* (erc-ezb-init-session-list): Doc fix.Juanma Barranquero2006-12-101-4/+4
|
* Update from erc--emacs--22Miles Bader2006-12-085-420/+25
| | | | | | | | | Highlights: - Remove contributions from someone who has not assigned changes yet. - Merge in a couple of bug-fixes from the main branch. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-546 Creator: Michael Olson <mwolson@gnu.org>
* Update copyright years.Glenn Morris2006-12-075-5/+5
|
* (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Simplify.Juanma Barranquero2006-11-282-58/+78
| | | | | | | | | | | | | | | | | | (erc-prompt-for-channel-key, erc-ignore-reply-list, erc-send-post-hook, erc-active-buffer, erc-join-buffer, erc-frame-alist, erc-with-buffer, erc-modules, erc-display-message-highlight, erc-process-input-line, erc-cmd-HELP, erc-server-hooks, erc-echo-notice-in-user-buffers, erc-format-my-nick, erc-echo-notice-in-user-and-target-buffers, erc-echo-notice-in-first-user-buffer, erc-connection-established, erc-update-user-nick, erc-update-channel-member, erc-highlight-notice, erc-command-symbol, erc-add-query, erc-process-script-line, erc-determine-parameters, erc-client-info, erc-popup-input-buffer, erc-script-echo): Fix typos in docstrings. (erc-channel-user-op-p, erc-channel-user-voice-p, erc-startup-file-list, define-erc-module, erc-once-with-server-event, erc-once-with-server-event-global, erc-debug-irc-protocol, erc-log-irc-protocol, erc-cmd-LOAD, erc-update-user, erc-update-current-channel-member, erc-load-script, erc-mode-line-away-status-format): Doc fixes.
* *** empty log message ***Juanma Barranquero2006-11-241-0/+6
|
* (005): Fix space/tab mixup in docstring.Juanma Barranquero2006-11-241-2/+2
|
* (erc-after-connect, erc-open-ssl-stream, erc-display-line-1, erc-display-line):Juanma Barranquero2006-11-241-5/+5
| | | | Fix space/tab mixup in docstrings.
* Merge from erc--emacs--22Miles Bader2006-11-2015-171/+401
| | | | | | | | | | | | | | Merge from my ERC Emacs 22 integration branch. The version is now "5.2 stable pre-release". This will probably be the last change to the version of ERC in Emacs 22 before the release, pending any bugfixes. For details on the changes, see the lisp/erc/ChangeLog file. Note that ERC is now invoked with M-x erc, not M-x erc-select. If you were using the old `erc' function programmatically, use `erc-open' instead. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-520 Creator: Michael Olson <mwolson@gnu.org>
* *** empty log message ***Juanma Barranquero2006-11-201-1/+1
|
* Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-101-0/+1
|
* (erc-header-line): Fix typo.Chong Yidong2006-11-091-1/+1
|
* * erc.el (erc-header-line): Fix typo.Chong Yidong2006-11-091-0/+4
|
* *** empty log message ***Juanma Barranquero2006-11-061-13/+21
|
* (erc-dcc-send-file): Fix typo in error message.Juanma Barranquero2006-11-061-1/+1
|
* (truncate): Fix typo in docstring.Juanma Barranquero2006-11-061-1/+1
|
* (erc-autoaway-reestablish-idletimer): Fix typo in docstring.Juanma Barranquero2006-11-061-1/+1
|
* (read-passwd): Fix typo in docstring.Juanma Barranquero2006-11-061-1/+1
|
* Fix last entry.Romain Francoise2006-08-131-1/+2
|
* (erc-log-matches-make-buffer): Add missing space.Romain Francoise2006-08-132-1/+5
|
* Update from erc--emacs--22Miles Bader2006-08-073-18/+33
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-388 Creator: Michael Olson <mwolson@gnu.org>
* Fix ERC bug introduced in last patchMiles Bader2006-08-072-1/+2
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-387 Creator: Michael Olson <mwolson@gnu.org>
* Update from erc--emacs--22Miles Bader2006-08-073-16/+41
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-386 Creator: Michael Olson <mwolson@gnu.org>
* Merge from erc--emacs--21Miles Bader2006-08-035-21/+72
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-379 Creator: Michael Olson <mwolson@gnu.org>
* Update for ERC 5.1.3.Miles Bader2006-07-1410-220/+498
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348 Creator: Michael Olson <mwolson@gnu.org>
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-208Miles Bader2006-04-116-21/+36
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Sync from erc--emacs--0
* *** empty log message ***Eli Zaretskii2006-04-011-1/+1
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-179Miles Bader2006-03-274-19/+76
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Update from erc--emacs--0
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-102Miles Bader2006-02-203-2/+35
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-88Miles Bader2006-02-163-6/+28
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-82Miles Bader2006-02-132-1/+6
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Fix compiler error in erc-dcc.el.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-75Miles Bader2006-02-1230-29/+41
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Make ERC comply with the new copyright year guidelines.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-73Miles Bader2006-02-129-106/+177
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-55Miles Bader2006-02-0814-61/+116
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46Miles Bader2006-02-057-25/+77
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0
* *** empty log message ***Eli Zaretskii2006-02-031-0/+5
|
* (erc-version-string): Don't hard-code Emacs version.Eli Zaretskii2006-02-031-2/+2
| | | | (erc-version): Use emacs-version.
* * erc.el (erc-open-ssl-stream): Use tls.el.Simon Josefsson2006-01-312-3/+8
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-30Miles Bader2006-01-312-4/+18
| | | | | | | | | | | | | | Creator: Michael Olson <mwolson@gnu.org> Merge from erc--main--0 2006-01-30 Michael Olson <mwolson@gnu.org> * erc-stamp.el (erc-timestamp-right-align-by-pixel): New option that determines whether to use pixel values to align right timestamps. The default is not to do so, since it only works with Emacs22 on X, and even then some people have trouble. (erc-insert-aligned): Use `erc-timestamp-right-align-by-pixel'.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-27Miles Bader2006-01-302-75/+7
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Merge ERC-related Viper hacks into Viper.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-25Miles Bader2006-01-306-20/+59
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Use utf-8 encoding in ERC ChangeLogs.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-24Miles Bader2006-01-304-20/+47
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Fix ERC compiler warnings.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22Miles Bader2006-01-2942-0/+27623
Creator: Michael Olson <mwolson@gnu.org> Install ERC.