aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix and extend format-spec (bug#41758)Basil L. Contovounesios2020-06-182-21/+19
* Merge from origin/emacs-27Glenn Morris2020-04-291-1/+2
|\
| * Fix error in ERC when 'erc-server-coding-system' is customizedEli Zaretskii2020-04-281-1/+2
* | Merge from origin/emacs-27Glenn Morris2020-04-181-13/+4
|\ \ | |/
| * * lisp/erc/erc.el: Add URL to the new ERC page on the Emacs siteAmin Bandali2020-04-161-13/+4
* | Fix bugs, inefficiencies and bad style in regexpsMattias EngdegÄrd2020-04-161-7/+7
* | Merge from origin/emacs-27Glenn Morris2020-04-152-28/+51
|\ \ | |/
| * New function erc-track-switch-buffer-other-windowAmin Bandali2020-04-141-9/+23
| * New function erc-switch-to-buffer-other-windowAmin Bandali2020-04-131-19/+28
* | Merge from origin/emacs-27Glenn Morris2020-03-2335-35/+35
|\ \ | |/
| * ERC: Update maintainer addressAmin Bandali2020-03-1835-35/+35
* | Merge from origin/emacs-27Glenn Morris2020-03-071-1/+1
|\ \ | |/
| * Update ERC mailing list addressAmin Bandali2020-03-061-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-01-281-1/+1
|\ \ | |/
| * ; Spelling and URL fixesPaul Eggert2020-01-271-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-01-2422-14/+21
|\ \ | |/
| * Update ERC module URLsAmin Bandali2020-01-2422-14/+21
* | Merge from origin/emacs-27Glenn Morris2020-01-2035-38/+41
|\ \ | |/
| * Fix erc-notifications-notify for non-PRIVMSGs, broken in last commitAmin Bandali2020-01-171-4/+6
| * Fix the notification action for PRIVMSG in erc-notifications-notifyAmin Bandali2020-01-171-1/+1
| * ERC: New maintainer.Amin Bandali2020-01-1735-34/+35
* | Replace add-hook load-hook with with-eval-after-loadGlenn Morris2020-01-161-3/+2
* | Merge from origin/emacs-27Glenn Morris2020-01-152-11/+3
|\ \ | |/
| * Improve ERC's matching of nicks and URLs (bug#38257)Amin Bandali2020-01-132-11/+3
* | Merge from origin/emacs-27Paul Eggert2020-01-0137-37/+37
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-0137-37/+37
* | Use regexp type for regexps in defcustom declarationsMattias EngdegÄrd2019-12-262-2/+2
|/
* Fix a few more minor quoting problems.Paul Eggert2019-11-111-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-112-8/+8
* Make ERC respect erc-channel-hide-listLars Ingebrigtsen2019-10-281-4/+4
* Ensure that the prompt is kept on the final lineLars Ingebrigtsen2019-10-232-0/+16
* Make erc-cmd-CLEAR do what its doc string saysLars Ingebrigtsen2019-10-231-1/+2
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-205-31/+33
* Remove XEmacs reference from erc-button.el todoStefan Kangas2019-10-171-4/+3
* Remove lisp/erc/ file-local indent-tabs-mode settingsNoam Postavsky2019-09-2129-57/+0
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-2113-49/+50
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-11/+11
* Fix erc-lurker-update-status (bug#36843)Amin Bandali2019-09-051-7/+12
* * lisp/erc/erc-stamp.el: Fix erc-echo-timestamp (bug#22700)Stefan Monnier2019-08-191-10/+9
* Make `C-u RET' in erc use the secondary browserLars Ingebrigtsen2019-08-011-2/+2
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-262-16/+15
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-262-15/+16
* Autojoin channels with same name on different servers in ercMartin Kletzander2019-06-231-0/+4
* Remove XEmacs compat code from ercLars Ingebrigtsen2019-06-207-114/+31
* Fix typo in previous erc.el changeLars Ingebrigtsen2019-06-191-18/+18
* Use add/remove-hook on erc-pre-send-functionsLars Ingebrigtsen2019-06-192-6/+4
* Fix previous change to erc (where commands like /me wouldn't be sent)Lars Ingebrigtsen2019-06-193-30/+40
* Don't have erc-goodies and erc-ring register functions multiple timesLars Ingebrigtsen2019-06-192-2/+2
* Adjust erc functions after previous erc-pre-send-function changeLars Ingebrigtsen2019-06-143-20/+28
* Obsolete erc-send-pre-hook and add new erc-pre-send-functionLars Ingebrigtsen2019-06-141-3/+25