summaryrefslogtreecommitdiff
path: root/lisp/erc/ChangeLog
AgeCommit message (Expand)Author
2014-01-21ChangeLog fixesGlenn Morris
2014-01-16ChangeLog fixesGlenn Morris
2014-01-14ChangeLog fixesGlenn Morris
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-28Revert earlier erc-button changeGlenn Morris
2013-12-28Every defcustom should specify its typeGlenn Morris
2013-12-27Misc small custom fixesGlenn Morris
2013-11-24* erc/erc-button.el (erc-nick-popup): Make `nick' available in the evalGlenn Morris
2013-11-04* lisp/erc/erc-pcomplete.el (erc-pcomplete): Set this-command.Stefan Monnier
2013-09-20* erc.el (erc-invite-only-mode, erc-toggle-channel-mode):Glenn Morris
2013-09-18* erc/erc-list.el (erc-list-handle-322): Mark unused argument.Glenn Morris
2013-09-18Address some "unused lexical argument" warnings in ercGlenn Morris
2013-09-17Address some "unused lexical variable" warningsGlenn Morris
2013-09-14* erc.el (erc-update-mode-line-buffer): Handle absent topic.Vivek Dasmohapatra
2013-09-13* lisp/erc/erc-desktop-notifications.el (dbus-debug): Declare.Glenn Morris
2013-08-22* lisp/erc/erc.el: Use lexical-binding.Stefan Monnier
2013-06-19Fix typos in ChangeLogs.Juanma Barranquero
2013-05-29* erc/erc-backend.el: Require erc at run-time too (silences compilation)Glenn Morris
2013-05-21Silence some compiler warningsGlenn Morris
2013-05-21Make some trivial erc.el functions obsoleteGlenn Morris
2013-05-15Misc custom group fixesGlenn Morris
2013-05-08Fix a bunch of custom types (thank you cus-test.el)Glenn Morris
2013-02-12* lisp/erc/erc-match.el (erc-match-message): Fix last commit.Aidan Gauland
2013-02-11ChangeLog fixesGlenn Morris
2013-02-09Remove all references to buffer-file-type and related features.Eli Zaretskii
2013-01-11Use point-max-marker and point-min-marker here and there.Dmitry Antipov
2013-01-03* lisp/erc/erc-backend.el (312): Fix typo.Glenn Morris
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-11-30Defcustom :version fixesGlenn Morris
2012-11-30New ERC option to avoid sending accidentally-pasted text to the server.Eric Hanchrow
2012-11-23* lisp/erc/erc-backend.el: Fix last change that missed calls to `second'.Stefan Monnier
2012-11-19Use cl-lib instead of cl, and interactive-p => called-interactively-p.Stefan Monnier
2012-11-16Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris
2012-11-12Document new erc module "notifications"Glenn Morris
2012-10-28* lisp/erc/erc-backend.el: Fix last bug number.Stefan Monnier
2012-10-28* lisp/erc/erc-backend.el: Only require `erc' during compilation.Stefan Monnier
2012-10-18* lisp/erc/erc-backend.el: Require `erc' instead of autoloading its macros.Stefan Monnier
2012-10-18* lisp/erc/erc-backend.el (erc-with-server-buffer): Autoload as well.Stefan Monnier
2012-10-15* lisp/erc/erc.el (erc-log): Make it into a defsubst.Stefan Monnier
2012-10-06Remove tiny change marker for author with assignmentGlenn Morris
2012-10-06* lisp/erc/erc-log.el (erc-generate-log-file-name-function): Clarify tagsDeniz Dogan
2012-10-06* lisp/erc/erc-button.el (erc-button-alist): Remove "finger".Glenn Morris
2012-10-06Small fix for invisible timestampsAntoine Levitt
2012-10-06* lisp/erc/erc-backend.el (NICK): Handle pre-existing buffers.Glenn Morris
2012-10-06Add missing :version tagsGlenn Morris
2012-10-04Rename erc-notifications.el to erc-desktop-notifications.elJulien Danjou
2012-09-25Use declare forms, where possible, to mark obsolete functions.Chong Yidong
2012-09-17Update docstrings and comments to use "init file" terminology.Chong Yidong
2012-08-212012-08-21 Josh Feinstein <jlf@foxtail.org>Josh Feinstein