summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-backend.el
Commit message (Expand)AuthorAgeFilesLines
* Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-121-1/+1
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-16/+14
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Compute erc line lengths correctly for utf-8 (etc.)Lars Ingebrigtsen2018-04-131-3/+7
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Reimplement inline functions in ERC with define-inline.Vibhav Pant2017-11-181-14/+16
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add support for IRCv3 message tags.Vibhav Pant2017-04-241-5/+25
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-041-3/+3
|\ \ | |/
| * ; Spelling fixesPaul Eggert2016-11-041-3/+3
* | Use correct TYPE value for displaying error messages in (erc-display-message)Vibhav Pant2016-09-241-1/+1
* | * lisp/erc/erc-backend.el: Use lexical-binding. Silence byte-compilerStefan Monnier2016-04-021-35/+33
* | Restore the fix to bug#18527 from commit d6868025John Wiegley2016-03-261-1/+0
* | Merge from origin/emacs-25John Wiegley2016-02-031-1/+27
|\ \ | |/
| * Make erc work when subword-mode is switched onDima Kogan2016-02-041-1/+27
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\ \ | |/
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | Merge emacs-25 into master (using imerge)John Wiegley2015-12-291-39/+52
|\ \ | |/
| * Clear erc user list upon disconnectionDeniz Dogan2015-12-271-0/+3
| * Don't bug out in erc after waking from sleepLars Ingebrigtsen2015-12-271-1/+3
| * Ensure that we don't have several timers in ercDima Kogan2015-12-271-3/+13
| * Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
| * Reconnect asynchronously.l3thal2015-11-131-24/+25
* | Reconnect erc even on server errorsLars Ingebrigtsen2015-12-281-1/+0
* | Disconnection fixes for ercVivek Dasmohapatra2015-12-271-14/+16
* | Further erc asynch fixesThomas Riccardi2015-12-271-5/+3
* | Make erc connect asynchronouslyVivek Dasmohapatra2015-12-271-41/+43
|/
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-7/+7
* Escape ` and ' in docPaul Eggert2015-09-011-1/+1
* Quoting fixes in ERC and EshellPaul Eggert2015-08-311-2/+4
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-191-1/+1
* erc-backend.el: Give hook-name a default value of nil and add-to-list uncondi...Dima Kogan2015-01-141-2/+5
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* fix version tagsKelvin White2014-11-101-2/+2
* Update version to 24.5Kelvin White2014-11-091-2/+2
* backport: erc bugfixesl3thal2014-11-081-9/+6
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Address some "unused lexical argument" warnings in ercGlenn Morris2013-09-181-5/+6
* * erc/erc-backend.el: Require erc at run-time too (silences compilation)Glenn Morris2013-05-291-1/+2
* * lisp/erc/erc-backend.el (312): Fix typo.Glenn Morris2013-01-031-2/+2
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * lisp/erc/erc-backend.el: Fix last change that missed calls to `second'.Stefan Monnier2012-11-231-35/+35
* | Use cl-lib instead of cl, and interactive-p => called-interactively-p.Stefan Monnier2012-11-191-78/+78
|/