summaryrefslogtreecommitdiff
path: root/lisp/erc/erc.el
Commit message (Expand)AuthorAgeFilesLines
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Fix several backslash typos in Elisp stringsPaul Eggert2015-09-171-4/+4
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-8/+8
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-1/+1
* Escape ` and ' in docPaul Eggert2015-09-011-2/+2
* Prefer directed to neutral quotesPaul Eggert2015-08-241-19/+19
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-2/+1
* Address some compilation warnings.Glenn Morris2015-06-061-1/+1
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-281-1/+1
* * lisp/erc/erc.el: Hide network/channel messageskwhite2015-05-211-9/+44
* * lisp/erc/erc.el (erc-switch-to-buffer): Fix last change.Stefan Monnier2015-03-251-1/+2
* Add `predicate' arg to `read-buffer' and use it for erc-iswitchbStefan Monnier2015-03-161-53/+46
* erc.el: Add old version header for package.el compatibiltykwhite2015-02-171-1/+1
* * lisp/erc/erc.el (erc-rename-buffers): Doc fix. Add :version.Glenn Morris2015-02-131-1/+3
* 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-1963/+2055
* * lisp/erc/erc.el (erc-send-input): Bind `str' dynamically.Stefan Monnier2014-11-041-1/+2
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* * lisp/erc/erc.el (erc-accidental-paste-threshold-seconds): Doc tweak.Glenn Morris2014-01-301-5/+4
* Link to info manual in `defgroup'.RĂ¼diger Sonderfeld2014-01-251-0/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * erc.el (erc-invite-only-mode, erc-toggle-channel-mode):Glenn Morris2013-09-201-4/+2
* Address some "unused lexical argument" warnings in ercGlenn Morris2013-09-181-3/+3
* * erc.el (erc-update-mode-line-buffer): Handle absent topic.Vivek Dasmohapatra2013-09-141-1/+1
* * lisp/erc/erc.el: Use lexical-binding.Stefan Monnier2013-08-221-323/+274
* Make some trivial erc.el functions obsoleteGlenn Morris2013-05-211-12/+16
* 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
* | Defcustom :version fixesGlenn Morris2012-11-301-0/+1
* | New ERC option to avoid sending accidentally-pasted text to the server.Eric Hanchrow2012-11-301-37/+60
* | Use cl-lib instead of cl, and interactive-p => called-interactively-p.Stefan Monnier2012-11-191-49/+50
|/
* Document new erc module "notifications"Glenn Morris2012-11-121-1/+3
* * lisp/erc/erc.el (erc-log): Make it into a defsubst.Stefan Monnier2012-10-151-11/+7
* Add missing :version tagsGlenn Morris2012-10-061-0/+1
* Set maintainer of most lisp/erc/*.el files to FSFGlenn Morris2012-10-051-1/+1
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-2/+2
* Hide specified message types sent by lurkersJosh Feinstein2012-08-201-1/+173
* erc: use auth-sourceJulien Danjou2012-06-151-1/+14
* Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-091-16/+13
* Add `field' to `erc-display-prompt'Deniz Dogan2012-04-101-0/+1
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-24/+24
* Remove defining user variables via * in docstring.Chong Yidong2012-04-091-1/+1
* * lisp/erc/erc.el (erc-tls): Add autoload cookie.Glenn Morris2012-01-051-0/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-221-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-191-2/+2
* Fix more minor mode docstrings.Chong Yidong2011-10-191-1/+3