summaryrefslogtreecommitdiff
path: root/lisp/erc
Commit message (Expand)AuthorAgeFilesLines
* 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
* erc-dcc.el minor clean-upsLars Ingebrigtsen2019-06-131-7/+1
* Fix erc-dcc server-close code and fix compilation warningLars Ingebrigtsen2019-06-131-6/+7
* Make erc-dcc-server work again by making synchronousLars Ingebrigtsen2019-06-131-1/+0
* Add comment to clarify the use of `str'Lars Ingebrigtsen2019-06-131-0/+2
* Update author/maintainer infoPaul Eggert2019-05-261-1/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-2534-0/+38
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-1934-38/+0
* Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-122-2/+2
* Pop to originating erc buffer when clicking desktop notificationAlex Murray2019-04-121-8/+14
* 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-042-5/+5
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-225-44/+35