summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-backend.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* ; Spelling fixesPaul Eggert2016-11-041-3/+3
* Make erc work when subword-mode is switched onDima Kogan2016-02-041-1/+27
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* 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
* 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
|/
* * lisp/erc/erc-backend.el: Only require `erc' during compilation.Stefan Monnier2012-10-281-2/+1
* * lisp/erc/erc-backend.el: Require `erc' instead of autoloading its macros.Stefan Monnier2012-10-181-3/+5
* * lisp/erc/erc-backend.el (erc-with-server-buffer): Autoload as well.Stefan Monnier2012-10-181-0/+1
* * lisp/erc/erc.el (erc-log): Make it into a defsubst.Stefan Monnier2012-10-151-1/+1
* * lisp/erc/erc-backend.el (NICK): Handle pre-existing buffers.Glenn Morris2012-10-061-1/+1
* Set maintainer of most lisp/erc/*.el files to FSFGlenn Morris2012-10-051-0/+1
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* New defcustoms need :version tags. They don't need "*" in the doc.Glenn Morris2012-05-131-1/+2
* Allow specifying the erc timestamp formatTeemu Likonen2012-05-131-4/+12
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-6/+6
* Add missing :version tags for new erc defcustoms.Glenn Morris2012-02-081-0/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-141-1/+1
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* Spelling fixes.Paul Eggert2011-11-121-2/+1
* * lisp/erc/erc-backend.el (671): New response handler.Julien Danjou2011-05-031-0/+7
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Decode utf-8 strings in mixed environments by default.Lars Magne Ingebrigtsen2010-11-051-1/+18
* | Merge changes from emacs-23Chong Yidong2010-10-241-25/+26
|\|