summaryrefslogtreecommitdiff
path: root/lisp/net/rcirc.el
Commit message (Expand)AuthorAgeFilesLines
* Save the server alias on reconnect (Bug#29657)Miciah Masters2018-07-101-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Avoid unnecessary rounding errors in timestampsPaul Eggert2017-10-221-1/+1
* ; Spelling fixesPaul Eggert2017-09-291-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* ; Add a comment for make-text-button in rcirc-markup-urlsMiles Bader2017-09-091-0/+3
* Use text-property buttons in rcirc-markup-urlsMiles Bader2017-09-091-6/+6
* Use define-minor-mode for rcirc-omit-modeAlex Schroeder2017-08-191-30/+24
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | ; Replace "25.2" with "26.1" where appropriate, which is almost everywhereGlenn Morris2016-11-171-1/+1
* | ; Refer to version 25.2 rather than 26.1.Glenn Morris2016-06-101-1/+1
* | Simplify now that float-time etc. are built-inPaul Eggert2016-05-081-7/+4
* | Add ability to give rcirc servers an alias nameDave Barker2016-01-311-12/+24
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* Support @-mentionsTassilo Horn2015-07-171-1/+4
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* bury RCIRC buffers when there is no activitySam Steingold2015-04-291-20/+14
* lisp/net/rcirc.el (defun-rcirc-command): mark `target' as ignorableSam Steingold2015-04-171-0/+1
* cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier2015-04-101-9/+9
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-051-9/+9
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/net/rcirc.el (rcirc-fill-column): Unbump :version.Glenn Morris2014-10-291-1/+1
* Simplify use of current-time and friends.Paul Eggert2014-10-281-3/+3
* * net/rcirc.el (rcirc-fill-column): Use function.Leo Liu2014-10-291-6/+6
* Allow any symbolic value for `rcirc-fill-column'.Sam Steingold2014-10-281-9/+10
* Rename 24.5 to 25.1Stefan Monnier2014-09-291-1/+1
* Indentation, punctuation, and other nitpicks.Stefan Monnier2014-07-201-1/+2
* * net/rcirc.el (rcirc-buffer-process): Restore previous behaviour.Grégoire Jadi2014-06-301-5/+5
* * net/rcirc.el (rcirc-omit-mode): Fix recenter error.Grégoire Jadi2014-06-191-1/+3
* * lisp/net/rcirc.el (rcirc-reconnect-delay): Add :version.Glenn Morris2014-05-121-1/+2
* * net/rcirc.el (rcirc-sentinel): Fix last change.Leo Liu2014-05-111-1/+1
* Optionally auto-reconnect depending on `rcirc-reconnect-delay'.Sam Steingold2014-05-091-0/+18
* New command rcirc-cmd-reconnectLeo Liu2014-04-091-47/+62
* Use lexical-binding and require cl-libLeo Liu2014-04-081-71/+69
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * net/rcirc.el (rcirc-add-face):Leo Liu2013-12-171-4/+5
* * lisp/net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.Stefan Monnier2013-11-051-1/+2
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.Leo Liu2013-02-181-1/+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/net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.Glenn Morris2012-12-101-4/+5
* | * lisp/net/rcirc.el (rcirc-urls): Update documentation.Deniz Dogan2012-12-051-10/+24
|/
* Cleanup uses of "-hooks".Stefan Monnier2012-10-231-8/+16
* Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.caGlenn Morris2012-08-281-15/+25
|\