aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Preserve point when inserting date stamps in ERCF. Jason Park2023-11-011-19/+24
* Tidy up ERC's internal text-property APIF. Jason Park2023-10-273-31/+92
* Use marker for max pos in erc--traverse-insertedF. Jason Park2023-10-272-13/+40
* Ignore date stamps completely in erc-trackF. Jason Park2023-10-272-5/+28
* ; * lisp/erc/erc.el (erc-after-connect): Remove package-version.F. Jason Park2023-10-271-1/+0
* Be slightly more aggressive with erc-scrolltobottom-allF. Jason Park2023-10-271-16/+11
* Prefer erc-target to erc-default-targetF. Jason Park2023-10-204-61/+43
* Rename erc-server-buffer-pF. Jason Park2023-10-206-22/+40
* Respect user markers in erc-insert-timestamp-leftF. Jason Park2023-10-201-4/+6
* Fix right-sided stamps commingling with erc-promptF. Jason Park2023-10-201-2/+4
* Restore missing metadata props in erc-display-lineF. Jason Park2023-10-203-57/+96
* Warn about top-level erc-update-modules callsF. Jason Park2023-10-201-7/+19
* * lisp/erc/erc-backend.el (define-erc-response-handler) Edebug spec.F. Jason Park2023-10-201-1/+3
* More defcustom fixes in ERC (Bug#66520)Mauro Aranda2023-10-133-5/+7
* Add command to refill buffer in erc-fill-wrap-modeF. Jason Park2023-10-131-10/+88
* Treat previous/next-line specially in erc-fill-wrapF. Jason Park2023-10-131-16/+34
* Swap hook positions of erc-fill and erc-match-messageF. Jason Park2023-10-132-11/+24
* Manage some text props for ERC insertion-hook membersF. Jason Park2023-10-135-158/+398
* Easily excise list-valued text prop members in ERCF. Jason Park2023-10-131-0/+24
* Deprecate option erc-remove-parsed-propertyF. Jason Park2023-10-131-2/+11
* Use erc-display-message instead of erc-make-noticeF. Jason Park2023-10-132-38/+22
* Allow spoofing process marker in erc-display-line-1F. Jason Park2023-10-131-1/+7
* Sort and dedupe when loading modules in erc-openF. Jason Park2023-10-131-18/+35
* Honor nil values in erc--restore-initialize-priorsF. Jason Park2023-10-131-9/+8
* Skip post-minibuffer restore in erc-scrolltobottom-allF. Jason Park2023-10-131-149/+52
* Fix erc-server-prevent-duplicates :typeMauro Aranda2023-10-101-1/+1
* Inhibit slash commands in erc--input-review-functionsF. Jason Park2023-10-021-6/+11
* Improve erc-warn-about-blank-lines behaviorF. Jason Park2023-10-022-42/+110
* Prefer ticks/hz pairs for some ERC timestamps on 29+F. Jason Park2023-10-022-1/+16
* Exempt text-scale-mode from erc-scrolltobottom-allF. Jason Park2023-10-021-4/+10
* Fix wrong "User" column count in erc-ibufferF. Jason Park2023-10-021-7/+9
* Remove newline from erc-fill regexpF. Jason Park2023-10-021-3/+2
* ; Add missing GNU ELPA :core package statementsStefan Kangas2023-10-011-0/+3
* Spoof channel users in erc-button--phantom-users-modeF. Jason Park2023-09-173-39/+46
* Run erc--scrolltobottom-on-pre-insert unconditionallyF. Jason Park2023-09-171-7/+2
* Simplify erc--fill-module-docstringF. Jason Park2023-09-171-7/+9
* ; * lisp/erc/erc.el (erc-check-text-conversion): Try fboundp.F. Jason Park2023-09-101-1/+1
* ; Add newline to erc--scrolltobottom-window-infoF. Jason Park2023-09-102-1/+2
* Properly set text conversion style within ERC buffersPo Lu2023-09-111-0/+17
* Consider all windows in erc-scrolltobottom-modeF. Jason Park2023-09-102-19/+257
* Add optional timezone param to erc-echo-timestampF. Jason Park2023-09-101-25/+76
* Allow login to contain NUH delimiters in erc-parse-userF. Jason Park2023-09-101-1/+11
* Prevent unwanted recursion in erc-nickbar-disableF. Jason Park2023-08-251-43/+69
* Warn about implicit logging in erc-truncate-modeF. Jason Park2023-08-252-9/+45
* Ignore erc-response objects in error-notice helperF. Jason Park2023-08-253-39/+35
* Delete some Emacs 19/21 compat codeStefan Kangas2023-08-201-3/+1
* Add line-wise movement commands for erc-fill-wrapF. Jason Park2023-08-151-23/+54
* Deprecate erc-button-nickname-callback-functionF. Jason Park2023-08-151-2/+11
* ; Prefer HTTPS to HTTP in more linksStefan Kangas2023-08-021-1/+1
* Simplify multi-frame behavior in erc-bufbar-modeF. Jason Park2023-07-281-37/+68