aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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-0137-37/+37
* | Shorten over-wide docstrings in variablesStefan Kangas2020-12-191-1/+2
* | Remove incorrect comment from erc-goodies.elStefan Kangas2020-12-171-1/+0
* | Prefer setq-local in ercStefan Kangas2020-12-044-27/+23
* | Make XEmacs compat aliases easy-menu-{add,remove} obsoleteStefan Kangas2020-11-241-9/+6
* | Remove remaining XEmacs compat code from erc-log.elStefan Kangas2020-11-201-2/+1
* | 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
* | Fix misuses of `make-local-variable` on hooksStefan Monnier2020-11-041-1/+1
* | Replace irc.freenode.net with chat.freenode.netAmin Bandali2020-10-312-5/+5
* | ; Prefer https to http in more URLsStefan Kangas2020-10-242-2/+2
* | ERC: Fix ERC's IBuffer format "crash" on killed server bufferOlivier Certner2020-10-231-4/+8
* | Make erc expand the final abbrevLars Ingebrigtsen2020-10-161-0/+4
* | ; Fix trivial typos in ChangeLogsStefan Kangas2020-10-031-4/+4
* | Merge from origin/emacs-27Glenn Morris2020-10-022-3/+3
|\ \ | |/
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-022-3/+3
* | ; Prefer https to http in many URLsStefan Kangas2020-10-011-2/+2
* | Fix some defcustom typesLars Ingebrigtsen2020-09-251-1/+2
* | ; Fix typosStefan Kangas2020-09-211-1/+1
* | Make ERC desktop notifications lenient to invalid XML charactersDario Gjorgjevski2020-09-131-5/+6
* | Set `generated-autoload-file' in erc-status-sidebar.elAmin Bandali2020-09-091-0/+4
* | * lisp/erc/erc-status-sidebar.el: Fix header and make small tweaksAmin Bandali2020-09-071-8/+7
* | * lisp/erc/erc-status-sidebar.el: New fileAndrew Barbarello2020-09-071-0/+305
* | Use format-prompt in calls to completing-read with a default valueLars Ingebrigtsen2020-09-061-1/+2
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-2/+2
* | Remove some compat code from ercLars Ingebrigtsen2020-08-191-2/+1
* | Remove some compat code from erc-track.elLars Ingebrigtsen2020-08-181-7/+4
* | Add `message' to erc-match.el highlight typesAmin Bandali2020-08-141-24/+43
* | Make erc-compat.el obsoleteStefan Kangas2020-08-1311-189/+21
* | Add support for italic text in ERCAmin Bandali2020-08-121-6/+21
* | Fix erc-reuse-buffers behaviorMingde (Matthew) Zeng2020-08-122-46/+61
* | Make more erc function aliases obsoleteStefan Kangas2020-08-078-67/+67
* | 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 some erc function aliases obsoleteLars Ingebrigtsen2020-08-025-15/+18
* | Fix race condition in erc-server-send-queue vs quitting ercLars Ingebrigtsen2020-08-021-35/+36
* | 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-182-21/+19
* | Merge from origin/emacs-27Glenn Morris2020-04-291-1/+2
|\ \ | |/