aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/erc/erc-pcomplete.el (erc-pcomplete): Set this-command.Stefan Monnier2013-11-042-4/+6
* * erc.el (erc-invite-only-mode, erc-toggle-channel-mode):Glenn Morris2013-09-202-4/+7
* * erc/erc-list.el (erc-list-handle-322): Mark unused argument.Glenn Morris2013-09-182-1/+3
* Address some "unused lexical argument" warnings in ercGlenn Morris2013-09-184-10/+19
* Address some "unused lexical variable" warningsGlenn Morris2013-09-172-1/+5
* * erc.el (erc-update-mode-line-buffer): Handle absent topic.Vivek Dasmohapatra2013-09-142-1/+6
* * lisp/erc/erc-desktop-notifications.el (dbus-debug): Declare.Glenn Morris2013-09-132-0/+6
* * lisp/erc/erc.el: Use lexical-binding.Stefan Monnier2013-08-226-387/+376
* Fix typos in ChangeLogs.Juanma Barranquero2013-06-191-2/+2
* * erc/erc-backend.el: Require erc at run-time too (silences compilation)Glenn Morris2013-05-292-1/+6
* Silence some compiler warningsGlenn Morris2013-05-213-0/+12
* Make some trivial erc.el functions obsoleteGlenn Morris2013-05-212-12/+24
* Misc custom group fixesGlenn Morris2013-05-154-0/+22
* Fix a bunch of custom types (thank you cus-test.el)Glenn Morris2013-05-082-1/+6
* * lisp/erc/erc-match.el (erc-match-message): Fix last commit.Aidan Gauland2013-02-122-8/+12
* ChangeLog fixesGlenn Morris2013-02-111-0/+5
* Aidan Gauland <aidalgol@no8wireless.co.nz>Stefan Monnier2013-02-111-6/+14
* Remove all references to buffer-file-type and related features.Eli Zaretskii2013-02-092-1/+4
* Use point-max-marker and point-min-marker here and there.Dmitry Antipov2013-01-112-2/+7
* * lisp/erc/erc-backend.el (312): Fix typo.Glenn Morris2013-01-032-2/+6
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-0244-45/+47
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-0144-45/+47
* | Defcustom :version fixesGlenn Morris2012-11-302-0/+5
* | New ERC option to avoid sending accidentally-pasted text to the server.Eric Hanchrow2012-11-302-37/+71
* | * lisp/erc/erc-backend.el: Fix last change that missed calls to `second'.Stefan Monnier2012-11-232-35/+40
* | Use cl-lib instead of cl, and interactive-p => called-interactively-p.Stefan Monnier2012-11-1916-200/+202
* | Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris2012-11-162-1/+7
|\ \ | |/
| * Document new erc module "notifications"Glenn Morris2012-11-122-1/+7
|/
* * lisp/erc/erc-backend.el: Fix last bug number.Stefan Monnier2012-10-281-1/+1
* * lisp/erc/erc-backend.el: Only require `erc' during compilation.Stefan Monnier2012-10-282-2/+5
* * lisp/erc/erc-backend.el: Require `erc' instead of autoloading its macros.Stefan Monnier2012-10-182-4/+7
* * lisp/erc/erc-backend.el (erc-with-server-buffer): Autoload as well.Stefan Monnier2012-10-182-0/+5
* * lisp/erc/erc.el (erc-log): Make it into a defsubst.Stefan Monnier2012-10-153-17/+20
* Un-mung previous erc-log change (error due to committer, not author)Glenn Morris2012-10-071-3/+3
* Remove tiny change marker for author with assignmentGlenn Morris2012-10-061-1/+1
* * lisp/erc/erc-log.el (erc-generate-log-file-name-function): Clarify tagsDeniz Dogan2012-10-062-4/+11
* * lisp/erc/erc-button.el (erc-button-alist): Remove "finger".Glenn Morris2012-10-062-1/+6
* Small fix for invisible timestampsAntoine Levitt2012-10-062-2/+8
* * lisp/erc/erc-backend.el (NICK): Handle pre-existing buffers.Glenn Morris2012-10-062-1/+5
* Add missing :version tagsGlenn Morris2012-10-063-2/+9
* Set maintainer of most lisp/erc/*.el files to FSFGlenn Morris2012-10-0534-4/+40
* Rename erc-notifications.el to erc-desktop-notifications.elJulien Danjou2012-10-042-4/+9
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-252-2/+6
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-179-8/+14
* 2012-08-21 Josh Feinstein <jlf@foxtail.org>Josh Feinstein2012-08-212-2/+6
* erc-match: fix erc-match server buffer exclusionJulien Danjou2012-08-212-1/+7
* Hide specified message types sent by lurkersJosh Feinstein2012-08-202-1/+189
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-153-3/+3
* erc-match: add option to exclude server bufferJulien Danjou2012-08-062-1/+17
* erc-notifications: new fileJulien Danjou2012-07-212-0/+94