aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove function obsolete since 22.1Stefan Kangas2021-09-151-9/+0
* ERC: Use 'string-replace' only on Emacs 28 and laterAmin Bandali2021-09-122-12/+31
* ERC: Use 'string-search' only on Emacs 28 and laterAmin Bandali2021-09-124-13/+41
* ERC: Track: Fix a perceived minor bug in mode line face selectionOlivier Certner2021-09-121-6/+3
* ERC: Track: Rewrite 'erc-track-find-face' as 'erc-track-select-mode-line-face'Olivier Certner2021-09-121-38/+53
* Merge from origin/emacs-27Amin Bandali2021-09-111-10/+24
|\
| * ERC: Track: Clarify documentation on tracked buffers and add referencesOlivier Certner2021-09-111-8/+19
| * ERC: Track: Fix documentation of structure of 'erc-modified-channels-alist'Olivier Certner2021-09-111-6/+9
* | ; Fix typosStefan Kangas2021-09-031-1/+1
* | Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-094-13/+13
* | Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-082-6/+6
* | Merge from origin/emacs-27Glenn Morris2021-08-061-18/+33
|\ \ | |/
| * ERC right stamps: also use latest buffer's window's width (Bug#44140)Olivier Certner2021-08-061-18/+33
* | Merge from origin/emacs-27Amin Bandali2021-08-021-1/+1
|\ \ | |/
| * Unbreak ERC's Ibuffer filter (Bug#44100)Olivier Certner2021-08-021-1/+1
* | Remove text props from callback args in erc-buttonF. Jason Park2021-07-231-1/+1
* | Make erc recognize `foo*' as a function Lisp symbolLars Ingebrigtsen2021-07-231-1/+2
* | Update a few more IRC-related references to point to Libera.ChatAmin Bandali2021-07-041-2/+2
* | Merge from origin/emacs-27Amin Bandali2021-07-044-17/+27
|\ \ | |/
| * Update IRC-related references to point to Libera.ChatAmin Bandali2021-07-034-17/+37
| * Update copyright year to 2021Paul Eggert2021-01-0137-37/+37
* | Fix an example in ERC docsStefan Kangas2021-06-081-2/+2
* | * lisp/erc/erc-services.el: Fix newly-added Libera.Chat entry (bug#48529).Amin Bandali2021-05-241-3/+3
* | Add Libera.chat to `erc-nickserv-alist'Corwin Brust2021-05-241-2/+12
* | 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
* | Fix thinko introduced in the last ERC patch (bug#47788)Amin Bandali2021-04-231-1/+1
* | Add support for using a TLS client certificate with 'erc-tls' (bug#47788)Amin Bandali2021-04-222-28/+102
* | ; Normalize and add missing first and last linesStefan Kangas2021-04-198-8/+8
* | * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-113-5/+0
* | Remove redundant #' before lambda in {calendar,erc,mh-e}/*.elStefan Kangas2021-04-093-28/+28
* | Delete empty "History" sectionsStefan Kangas2021-03-301-3/+0
* | Prefer https and fix broken links in ERCStefan Kangas2021-03-203-8/+9
* | lisp/erc: Use lexical-bindingStefan Monnier2021-03-1835-584/+430
* | Remove several references to Emacs 22 and earlierStefan Kangas2021-03-101-2/+2
* | * 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-072-3/+0
* | Change defcustom types of two non-standard hooksLars Ingebrigtsen2021-02-271-9/+10
* | Accept string argument in erc-add-to-input-ringF. Jason Park2021-02-271-8/+10
* | Remove redundant requires of easymenuStefan Kangas2021-02-261-1/+0
* | * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New methodStefan Monnier2021-02-131-7/+5
* | Use lexical-binding in erc-sound.elStefan Kangas2021-02-111-5/+2
* | Avoid having erc in irrelevant finder categoriesStefan Kangas2021-02-1115-15/+15
* | Declare empty macro imenu-progress-menu obsoleteStefan Kangas2021-02-101-2/+0
* | Make pcomplete-ignore-case obsoleteLars Ingebrigtsen2021-02-091-1/+1
* | Remove Emacs 20 compat code for header-line-formatStefan Kangas2021-02-051-26/+25
* | Prefer defvar-local in ercStefan Kangas2021-01-3111-138/+69
* | Support using auth-source for NickServ passwords in ERCLeon Vack2021-01-111-12/+44
* | * lisp/erc/erc.el (erc-process-input-line): Undo confused last changeStefan Monnier2021-01-041-3/+3