aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt2024-03-141-1/+1
* Port more notification senders to non-XDG systemsPo Lu2024-03-131-8/+16
* Fix faulty decoded-time adjustment in erc-stampF. Jason Park2024-03-101-4/+5
* Redefine erc-spoiler-face to indicate revealed textF. Moukayed2024-03-101-10/+11
* Make important text props more resilient in ERCF. Jason Park2024-03-102-1/+36
* Leverage inverse-video for erc-inverse-faceF. Jason Park2024-03-101-3/+13
* Make erc-cmd-AMSG session local; add /GMSG, /AME and /GMEEmanuel Berg2024-02-231-6/+32
* ; Don't mention erc-branded Compat macros in ERC-NEWSF. Jason Park2024-02-232-2/+5
* Use modern fallback for channel name detection in ERCF. Jason Park2024-02-162-18/+15
* Normalize ISUPPORT params with empty values in ERCF. Jason Park2024-02-161-8/+13
* Ignore the TGT-LIST parameter in erc-openF. Jason Park2024-02-161-23/+16
* Make erc-fill-wrap depend on scrolltobottomF. Jason Park2024-02-161-30/+32
* Autoload custom-loads for new Custom groups in erc.elF. Jason Park2024-02-161-0/+7
* ; Load erc-compat before ert-x in ERC testsF. Jason Park2024-02-163-2/+5
* Remove "erc-" prefixed Compat definitionsF. Jason Park2024-02-162-44/+4
* ; Fix my last commitStefan Kangas2024-02-041-1/+1
* Prefer setq-local in more placesStefan Kangas2024-02-041-1/+1
* ; Fix typosStefan Kangas2024-02-042-2/+2
* Reassociate erc-networks--id for orphaned queriesF. Jason Park2024-02-021-4/+21
* Fix local variable persistence in erc-stampF. Jason Park2024-02-022-15/+28
* Teach customize-option about erc-modulesF. Jason Park2024-02-022-18/+21
* Add more erc-message-type choicesCorwin Brust2024-01-241-0/+10
* Add replacement-text field to erc-input structF. Jason Park2024-01-243-52/+63
* Force erc-speedbar to update on insertionF. Jason Park2024-01-241-0/+27
* Actually derive channel membership from PREFIX in ERCF. Jason Park2024-01-243-147/+243
* Reserve negative depth range for ERC's insert hooksF. Jason Park2024-01-242-3/+3
* ; Fix typos in symbol namesStefan Kangas2024-01-212-2/+2
* Redo doc strings for ERC's entry point commandsF. Jason Park2024-01-181-65/+52
* Add test for erc-extract-command-from-lineF. Jason Park2024-01-181-3/+12
* ; Fix overridden erc--input-split slot definitionF. Jason Park2024-01-101-1/+1
* Clarify purpose of module aliases in ERCF. Jason Park2024-01-072-14/+19
* Make ERC's format catalogs more extensibleF. Jason Park2024-01-072-2/+21
* Allow setting `erc-split-line-length' to zeroF. Jason Park2024-01-072-3/+8
* Use global window hook for erc-keep-place-indicatorF. Jason Park2024-01-071-40/+44
* ; Make erc--send-input-lines a normal function againF. Jason Park2024-01-071-2/+3
* Avoid `defconst` for vars which we modifyStefan Monnier2024-01-041-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-0240-40/+40
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-0240-40/+40
* | Use advertised PREFIX when formatting nicks in ERCF. Jason Park2023-12-312-20/+48
* | Fix regression in erc-button-add-buttonF. Jason Park2023-12-311-13/+13
* | Make erc-update-channel-current-member stricterF. Jason Park2023-12-311-58/+56
* | Don't discard trimmed args in erc-cmd-MODEF. Jason Park2023-12-311-4/+8
* | Use format-prompt in erc-select-read-argsF. Jason Park2023-12-312-8/+8
* | Restore predicate for detecting date stamps in ERCF. Jason Park2023-12-311-0/+7
* | Fix regression in erc-keep-place-indicator-modeF. Jason Park2023-12-311-2/+1
* | Sideline implied invisible-intangible coupling in ERCF. Jason Park2023-12-271-5/+22
* | Move ERC test utilities to common fileF. Jason Park2023-12-271-3/+3
* | Replace erc--get-inserted-msg-bounds with functionsF. Jason Park2023-12-273-29/+40
* | Improve multi-window erc-keep-place-indicator-modeF. Jason Park2023-12-271-19/+35