summaryrefslogtreecommitdiff
path: root/lisp/erc
Commit message (Expand)AuthorAgeFilesLines
* Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-122-2/+2
* Pop to originating erc buffer when clicking desktop notificationAlex Murray2019-04-121-8/+14
* Use regexp-opt-charset to improve regexp tweaksPaul Eggert2019-03-271-3/+1
* 2019-03-26 regex cleanupPaul Eggert2019-03-261-4/+3
* Fix regular-expression glitches and typosPaul Eggert2019-03-042-5/+5
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-225-44/+35
* * lisp/erc/erc.el (erc-version-string): Remove, unusedStefan Monnier2019-02-181-3/+0
* Merge from origin/emacs-26Glenn Morris2019-02-151-4/+7
|\
| * Avoid errors in erc-dcc.el when erc-dcc-verbose is non-nilVictor J. Orlikowski2019-02-151-4/+7
* | Merge from origin/emacs-26Glenn Morris2019-01-181-1/+1
|\ \ | |/
| * ; Fix some trivial doc typosGlenn Morris2019-01-121-1/+1
* | Run window change functions during redisplayMartin Rudalics2019-01-111-3/+2
* | Merge from origin/emacs-26Paul Eggert2018-12-3137-37/+37
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-0137-37/+37
* | Replace insignificant backquotesMichael Heerdegen2018-11-253-17/+17
* | file-attributes cleanupPaul Eggert2018-09-231-2/+1
* | Remove useless requires of subr-x at runtimeGlenn Morris2018-09-101-1/+1
* | Prune most-positive-fixnum from Lisp sourcePaul Eggert2018-08-221-13/+0
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-2/+2
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
* | More alias-related tediumGlenn Morris2018-04-201-3/+3
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-3/+3
* | Make erc-current-logfile work with explicit parameterLars Ingebrigtsen2018-04-141-12/+13
* | * lisp/erc/erc-button.el (erc-button-search-url): Doc fix.Lars Ingebrigtsen2018-04-141-1/+1
* | erc build fix for the previous patchLars Ingebrigtsen2018-04-141-0/+1
* | erc-truncate-buffer-on-save doc string clarificationLars Ingebrigtsen2018-04-141-1/+1
* | Ignore all-whitespace topics in ercLars Ingebrigtsen2018-04-141-2/+4
* | Rename url-button-google-urlLars Ingebrigtsen2018-04-141-2/+6
* | Subject: Fix problem with erc buffer renames after reconnectJohn Goerzen2018-04-141-8/+8
* | Compute erc line lengths correctly for utf-8 (etc.)Lars Ingebrigtsen2018-04-131-3/+7
* | Prefer \... to control chars in .el literalsPaul Eggert2018-03-291-4/+4
* | Suppress some compiler warnings about pcompleteGlenn Morris2018-03-051-1/+3
* | Merge from origin/emacs-26Paul Eggert2018-01-091-2/+3
|\ \ | |/
| * Small fix for erc-logging-enabledGlenn Morris2018-01-091-2/+3
* | Merge from origin/emacs-26Paul Eggert2018-01-0137-37/+37
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-0137-37/+37
* | Merge from origin/emacs-26Glenn Morris2017-12-201-9/+9
|\ \ | |/
| * ; * lisp/erc/erc.el: Update URL.Glenn Morris2017-12-201-3/+3
| * * lisp/erc/erc.el (erc-shorten-server-name): Silence compiler warning.Glenn Morris2017-12-201-4/+4
| * Fix some more aliases to user optionsGlenn Morris2017-12-201-2/+2
* | Merge from origin/emacs-26Michael Albinus2017-12-091-0/+1
|\ \ | |/
| * Don't enable erc modules on simply loading erc.elGlenn Morris2017-12-031-0/+1
* | lisp/erc/erc.el: Use inline-letevals for when args are buffer local.Vibhav Pant2017-12-021-8/+11
* | Put most erc autoloads in a dedicated file erc-loaddefs.elGlenn Morris2017-11-2830-26/+69
* | Merge from origin/emacs-26Paul Eggert2017-11-251-1/+13
|\ \ | |/
| * Fix erc keep-place module with new defaults (Bug#29111)Jay Kamat2017-11-211-1/+13
* | * lisp/erc/erc-services.el: Use lexical-bindingStefan Monnier2017-11-201-9/+11
* | lisp/erc/erc-services.el: Fix arg eval order of inline functions.Vibhav Pant2017-11-191-7/+14
* | Reimplement inline functions in ERC with define-inline.Vibhav Pant2017-11-184-70/+86
* | Merge from origin/emacs-26Paul Eggert2017-11-021-3/+3
|\ \ | |/