aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc/erc.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove Emacs 20 compat code for header-line-formatStefan Kangas2021-02-051-26/+25
* Prefer defvar-local in ercStefan Kangas2021-01-311-50/+25
* * lisp/erc/erc.el (erc-process-input-line): Undo confused last changeStefan Monnier2021-01-041-3/+3
* * lisp/erc/erc.el: Use `run-hook-with-args` for `erc-pre-send-functions`Stefan Monnier2021-01-041-43/+42
* Merge from origin/emacs-27Paul Eggert2021-01-011-1/+3
|\
| * Display messages sent using ERC's /sayAmin Bandali2020-12-281-1/+3
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Prefer setq-local in ercStefan Kangas2020-12-041-7/+6
* | Don't set XEmacs only properties start-open and end-openStefan Kangas2020-11-201-2/+1
* | Assume font-lock is provided; it's preloaded since 22.1Stefan Kangas2020-11-191-1/+0
* | Replace irc.freenode.net with chat.freenode.netAmin Bandali2020-10-311-2/+2
* | Make erc expand the final abbrevLars Ingebrigtsen2020-10-161-0/+4
* | Merge from origin/emacs-27Glenn Morris2020-10-021-2/+2
|\ \ | |/
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-2/+2
* | Use format-prompt in calls to completing-read with a default valueLars Ingebrigtsen2020-09-061-1/+2
* | Remove some compat code from ercLars Ingebrigtsen2020-08-191-2/+1
* | Make erc-compat.el obsoleteStefan Kangas2020-08-131-12/+12
* | Fix erc-reuse-buffers behaviorMingde (Matthew) Zeng2020-08-121-36/+49
* | Make more erc function aliases obsoleteStefan Kangas2020-08-071-30/+30
* | Further fix for erc-generate-new-buffer-nameKevin Brubeck Unhammer2020-08-051-3/+4
* | Make the erc /ignore command prompt for a timeoutLars Ingebrigtsen2020-08-051-6/+59
* | Fix erc bug when there's two channels with the same nameLars Ingebrigtsen2020-08-021-4/+6
* | Make the erc-header-line default to header-linePhilip K2020-07-291-1/+1
* | Fix and extend format-spec (bug#41758)Basil L. Contovounesios2020-06-181-11/+10
|/
* * lisp/erc/erc.el: Add URL to the new ERC page on the Emacs siteAmin Bandali2020-04-161-13/+4
* New function erc-switch-to-buffer-other-windowAmin Bandali2020-04-131-19/+28
* ERC: Update maintainer addressAmin Bandali2020-03-181-1/+1
* Update ERC mailing list addressAmin Bandali2020-03-061-1/+1
* ERC: New maintainer.Amin Bandali2020-01-171-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Make ERC respect erc-channel-hide-listLars Ingebrigtsen2019-10-281-4/+4
* Ensure that the prompt is kept on the final lineLars Ingebrigtsen2019-10-231-0/+9
* Make erc-cmd-CLEAR do what its doc string saysLars Ingebrigtsen2019-10-231-1/+2
* Remove lisp/erc/ file-local indent-tabs-mode settingsNoam Postavsky2019-09-211-2/+0
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-5/+5
* Fix erc-lurker-update-status (bug#36843)Amin Bandali2019-09-051-7/+12
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-1/+1
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-1/+1
* Remove XEmacs compat code from ercLars Ingebrigtsen2019-06-201-25/+7
* Fix typo in previous erc.el changeLars Ingebrigtsen2019-06-191-18/+18
* Fix previous change to erc (where commands like /me wouldn't be sent)Lars Ingebrigtsen2019-06-191-17/+28
* Adjust erc functions after previous erc-pre-send-function changeLars Ingebrigtsen2019-06-141-11/+14
* Obsolete erc-send-pre-hook and add new erc-pre-send-functionLars Ingebrigtsen2019-06-141-3/+25
* Add comment to clarify the use of `str'Lars Ingebrigtsen2019-06-131-0/+2
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Use regexp-opt-charset to improve regexp tweaksPaul Eggert2019-03-271-3/+1
* 2019-03-26 regex cleanupPaul Eggert2019-03-261-4/+3
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-2/+2
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-24/+17