summaryrefslogtreecommitdiff
path: root/lisp/erc/erc.el
Commit message (Collapse)AuthorAgeFilesLines
* Add "Version:" and "Package:" Lisp file headers.Chong Yidong2010-08-291-0/+1
|
* Ensure that erc-toggle-debug-irc-protocol logs protocol data.Fran Litterio2010-08-081-2/+2
| | | | | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg01000.html * erc-backend.el (erc-server-filter-function): Call erc-log-irc-protocol. * erc.el (erc-toggle-debug-irc-protocol): Bind erc-toggle-debug-irc-protocol to t.
* Fix erc reconnection via non-default connectors (Bug#4958).Chong Yidong2010-01-251-1/+3
| | | | | | | * erc-backend.el (erc-session-connector): New var. (erc-server-reconnect): Use it to reconnect via old connector (Bug#4958). * erc.el (erc-determine-parameters): Save erc-server-connect-function to erc-session-connector.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * url-util.el (url-insert-entities-in-string):Stefan Monnier2009-11-031-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * url-nfs.el (url-nfs-unescape): * url-ldap.el (url-ldap): * url-imap.el (url-imap): * url-cid.el (url-cid-gnus, url-cid): Use with-current-buffer. * erc.el (erc-display-line-1, erc-process-away): * erc-truncate.el (erc-truncate-buffer-to-size): Use with-current-buffer. * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos): * play/mpuz.el (mpuz-create-buffer): * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell) (lm-print-y,s,noise, lm-print-w0, lm-init): * play/gomoku.el (gomoku-prompt-for-move): * play/fortune.el (fortune-in-buffer): * play/dissociate.el (dissociated-press): * play/decipher.el (decipher-adjacency-list, decipher-display-regexp) (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer): * mail/supercite.el (sc-eref-show): * mail/smtpmail.el (smtpmail-send-it): * mail/rmailsum.el (rmail-summary-next-labeled-message) (rmail-summary-previous-labeled-message, rmail-summary-wipe) (rmail-summary-undelete-many, rmail-summary-rmail-update) (rmail-summary-goto-msg, rmail-summary-expunge) (rmail-summary-get-new-mail, rmail-summary-search-backward) (rmail-summary-add-label, rmail-summary-output-menu) (rmail-summary-output-body): * mail/rfc822.el (rfc822-addresses): * mail/reporter.el (reporter-dump-variable, reporter-dump-state): * mail/mailpost.el (post-mail-send-it): * mail/hashcash.el (hashcash-generate-payment): * mail/feedmail.el (feedmail-run-the-queue) (feedmail-queue-send-edit-prompt-help-first) (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater) (feedmail-deduce-address-list): * eshell/esh-ext.el (eshell-remote-command): * eshell/em-unix.el (eshell-occur-mode-mouse-goto): * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting) (viper-wildcard-to-regexp, viper-glob-mswindows-files) (viper-save-string-in-file, viper-valid-marker): * emulation/viper-keym.el (viper-toggle-key): * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file) (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit) (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile): * emulation/viper-cmd.el (viper-exec-form-in-vi) (viper-exec-form-in-emacs, viper-brac-function): * emulation/viper.el (viper-delocalize-var): * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat) (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer) (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark) (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command): * emulation/vi.el (vi-switch-mode, vi-ex-cmd): * emulation/edt.el (edt-electric-helpify): * emulation/cua-rect.el (cua--rectangle-aux-replace): * emulation/cua-gmrk.el (cua--insert-at-global-mark) (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark) (cua-indent-to-global-mark-column): * calendar/diary-lib.el (calendar-mark-1): * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern): Use with-current-buffer. * emulation/viper.el (viper-delocalize-var): Use dolist.
* Kevin Ryde <user42 at zip.com.au>Glenn Morris2009-07-221-1/+1
| | | | (erc-cmd-MODE): Hyperlink urls in docstrings with URL `...'.
* M-v corrections.Deepak Goel2009-03-131-1/+1
|
* ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.Michael Olson2009-01-181-1/+1
|
* (erc-input-message): Conditionalize previous change for XEmacs.Glenn Morris2009-01-161-1/+3
|
* (erc-input-message): Replace last-command-char with last-command-event.Glenn Morris2009-01-091-1/+1
|
* (tabbar--local-hlf): Silence compiler.Glenn Morris2009-01-081-0/+2
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* ERC: Do not include text properties when returning user input.Michael Olson2009-01-031-1/+1
|
* ERC: Sync with upstream.Michael Olson2008-12-231-1/+10
| | | | | | | - Add `erc-header-line-uses-tabbar-p' option for better integration with Tabbar Mode. - Update some TODO items in manual.
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
* ERC: Upstream updates.Michael Olson2008-06-191-5/+6
| | | | | | | | | | | - New response handler for '328'. - Update nickserv regexps for freenode. - Back out changes to erc-put-text-properties in favor of upstream changes to that same effect. - Fix arguments to erc-put-text-properties in erc-display-line-1.
* Remove unnecessary eval-when-compiles.Glenn Morris2008-06-071-3/+2
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (erc-put-text-properties): Replace use of cl mapcar*.Glenn Morris2008-04-271-3/+3
|
* ERC: (erc-remove-text-properties-region): Disable this command by default.Michael Olson2008-04-171-0/+1
|
* Merge from emacs--rel--22Miles Bader2008-02-241-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
| * (erc-valid-nick-regexp): Replace `legal' with `valid'.Juanma Barranquero2008-02-051-1/+1
| |
* | ERC: Sync from upstream.Michael Olson2008-02-231-2/+4
| |
* | Sync ERC 5.3 release.Michael Olson2008-01-261-1/+1
| |
* | ERC: Sync version 5.3, release candidate 1.Michael Olson2008-01-251-34/+116
| |
* | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
| * (erc-open): Fix typo in docstring.Juanma Barranquero2007-11-151-1/+1
| |
* | Sync from ERC upstreamMichael Olson2007-12-091-0/+1
| | | | | | | | | | | | | | | | | | Changes include: - Add nickserv support for GRnet. - Parse 275 (secure connection) response. - Provide new hook `erc-nickserv-identified-hook' that runs when nickserv confirms that the user has successfully identified.
* | (erc-controls-strip): Declare for compiler.Glenn Morris2007-12-011-0/+3
| |
* | Fix comment typo.Glenn Morris2007-12-011-1/+1
| |
* | (iswitchb-temp-buflist, iswitchb-read-buffer): Declare for compiler.Glenn Morris2007-12-011-3/+6
| | | | | | | | | | (erc-iswitchb): Don't require iswitchb when compiling. Test iswitchb-mode is bound.
* | * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):Dan Nicolaescu2007-11-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Declare as functions. * textmodes/reftex-index.el (texmathp): * textmodes/reftex-auc.el (TeX-argument-insert) (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries) (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list) (LaTeX-label-list): * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays) (rng-clear-conditional-region, rng-do-some-validation): Declare as functions. (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
* | Sync from upstream ERCMichael Olson2007-11-291-0/+1
| | | | | | | | | | - Parse 307 (nick has identified) responses. - Only activate some things if the connection has been established.
* | (erc-open): Fix typo in docstring.Juanma Barranquero2007-11-151-1/+1
| |
* | Silence some byte-compiler warnings in ERCMichael Olson2007-11-011-7/+10
| |
* | Sync from upstream ERCMichael Olson2007-10-291-2/+7
| |
* | Sync ERC 5.3 (devel) from upstreamMichael Olson2007-09-081-76/+179
| |
* | (erc-toggle-debug-irc-protocol): Fix call to erc-view-mode-enter.Glenn Morris2007-09-071-1/+1
|/
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-6/+6
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (erc-startup-file-list): Fix typo in docstring.Juanma Barranquero2007-06-071-1/+1
|
* (erc-show-channel-key-p): Fix typo in docstring.Juanma Barranquero2007-06-061-1/+1
|
* Release ERC 5.2.Miles Bader2007-04-011-161/+193
| | | | | | | | | I have updated the version of ERC to 5.2, since it fixes a bug with C-c C-SPC being bound globally by default. For the full list of changes in this version, see etc/ERC-NEWS. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-687 Creator: Michael Olson <mwolson@gnu.org>
* Merge from erc--main--0Miles Bader2007-01-171-0/+19
| | | | | | | 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-171-33/+61
| | | | | | | | | | | | | | | 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-051-16/+24
| | | | | | | | | | | | 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>
* erc-iswitchb: Temporarily enable iswitchb modeMiles Bader2006-12-131-15/+18
| | | | | | | | * 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>
* Update from erc--emacs--22Miles Bader2006-12-081-3/+1
| | | | | | | | | 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>
* (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Simplify.Juanma Barranquero2006-11-281-58/+58
| | | | | | | | | | | | | | | | | | (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.