summaryrefslogtreecommitdiff
path: root/lisp/erc/erc.el
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* | 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