summaryrefslogtreecommitdiff
path: root/lisp/erc/erc.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Release ERC 5.4Amin Bandali2021-10-111-3/+4
* Add ERC entries for 'customize-package-emacs-version-alist'Amin Bandali2021-10-111-0/+8
* Backport: Add ERC version to protocol logF. Jason Park2021-10-111-0/+1
* * lisp/erc/erc.el: Don't error if 'erc-loaddefs' does not exist.Amin Bandali2021-10-061-1/+1
* Add 'erc-bug' command for reporting ERC bugsAmin Bandali2021-10-061-0/+9
* Add 'erc-version' and use it to display ERC version consistentlyAmin Bandali2021-10-061-7/+17
* * lisp/erc/erc.el (erc-user-mode): Set "+i" by default.Stefan Kangas2021-10-031-2/+4
* ; Oops, fix up last commitAmin Bandali2021-10-011-1/+1
* Rename arguments of ERC's '/whois' and simplify doc stringStefan Kangas2021-10-011-15/+13
* Add new '/wii' convenience ERC commandAmin Bandali2021-09-291-0/+12
* Restore the previous order of ERC's '/whois' argumentsAmin Bandali2021-09-291-11/+18
* Switch the order of ERC's '/whois' arguments sent to the serverAmin Bandali2021-09-291-3/+6
* ; Some more docfixes for erc/*.elStefan Kangas2021-09-191-3/+2
* ; Stylistic docfixes in erc/*.el found by checkdocStefan Kangas2021-09-191-35/+25
* Add new '/opme' and '/deopme' convenience ERC commandsAmin Bandali2021-09-181-0/+18
* * lisp/erc/erc.el: Add Package-Requires and URL headers.Amin Bandali2021-09-171-3/+4
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-44/+48
* Change the erc debug logging format to be more repeatableF. Jason Park2021-09-161-27/+52
* Fix erc nick trimmingF. Jason Park2021-09-161-17/+7
* ERC: Use 'string-replace' only on Emacs 28 and laterAmin Bandali2021-09-121-10/+24
* ERC: Use 'string-search' only on Emacs 28 and laterAmin Bandali2021-09-121-1/+3
* ; Fix typosStefan Kangas2021-09-031-1/+1
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-081-4/+4
* Update a few more IRC-related references to point to Libera.ChatAmin Bandali2021-07-041-2/+2
* Merge from origin/emacs-27Amin Bandali2021-07-041-5/+6
|\
| * Update IRC-related references to point to Libera.ChatAmin Bandali2021-07-031-5/+6
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Fix an example in ERC docsStefan Kangas2021-06-081-2/+2
* | Tweak documentation relating to 'erc-tls'Amin Bandali2021-05-101-2/+2
* | * lisp/erc/erc.el: Add past maintainer Michael Olson to Contributors.Amin Bandali2021-04-261-0/+1
* | Add support for using a TLS client certificate with 'erc-tls' (bug#47788)Amin Bandali2021-04-221-19/+81
* | * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-1/+0
* | Remove redundant #' before lambda in {calendar,erc,mh-e}/*.elStefan Kangas2021-04-091-13/+13
* | Delete empty "History" sectionsStefan Kangas2021-03-301-3/+0
* | Prefer https and fix broken links in ERCStefan Kangas2021-03-201-1/+1
* | lisp/erc: Use lexical-bindingStefan Monnier2021-03-181-63/+62
* | * lisp/erc/erc.el: Fix problem pointed out by compiler warningStefan Monnier2021-03-071-23/+21
* | Remove additional items obsolete since Emacs 22/23Stefan Kangas2021-03-071-11/+0
* | Remove some references to Emacs 21Stefan Kangas2021-03-071-1/+0
* | Change defcustom types of two non-standard hooksLars Ingebrigtsen2021-02-271-9/+10
* | 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