summaryrefslogtreecommitdiff
path: root/lisp/net/rcirc.el
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix for the buffer-local rcirc-encode-coding-system caseLeo Liu2012-08-151-16/+17
| * * lisp/net/rcirc.el (rcirc-split-message): New function.Leo Liu2012-08-141-15/+24
| * Backport: Avoid error when process-contact returns t in rcircLeo Liu2012-06-241-5/+7
* | Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* | Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-091-69/+63
* | Remove incorrect uses of "modeline".Chong Yidong2012-06-021-4/+4
* | * lisp/net/rcirc.el (rcirc): Avoid error when process-contact returnsLeo Liu2012-04-211-5/+7
* | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-131-11/+7
|\|
| * * lisp/net/rcirc.el (rcirc-cmd-quit): Revert 2012-03-18 change.Chong Yidong2012-04-081-11/+7
* | Kill channel buffers when killing rcirc server buffersDeniz Dogan2012-04-111-2/+18
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-10/+10
|/
* * lisp/net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers withLeo Liu2012-03-181-7/+11
* Trivial fix for rcirc-markup-attributesLeo Liu2012-02-131-0/+1
* Minor-mode doc fixes for ARG behaviorGlenn Morris2012-02-071-3/+9
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* * net/rcirc.el (rcirc-mode): Use hard newlines.Deniz Dogan2011-10-281-0/+1
* New rcirc command rcirc-cmd-inviteLeo Liu2011-09-081-0/+10
* Conditionally initialize rcirc-input-ringLeo Liu2011-09-071-1/+7
* * lisp/net/rcirc.el (rcirc-print): Simplify code for rcirc-scroll-show-maximu...Deniz Dogan2011-09-031-12/+10
* * lisp/net/rcirc.el (rcirc-insert-prev-input)Deniz Dogan2011-08-281-4/+5
* * net/rcirc.el (rcirc-check-auth-status): Adding support for oftc's NickServ ...Deniz Dogan2011-08-271-0/+1
* * lisp/net/rcirc.el (rcirc-handler-333): Clarify docstring.Deniz Dogan2011-08-011-1/+2
* Simplify url handling in rcirc-modeLeo Liu2011-07-271-28/+9
* * lisp/net/rcirc.el: Delete trailing whitespaces once and for all.Deniz Dogan2011-06-201-8/+8
* * lisp/net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced in last...Deniz Dogan2011-06-051-2/+2
* * lisp/net/rcirc.el (rcirc-prompt-for-encryption): New function.Deniz Dogan2011-06-051-9/+12
* Fix last change on rcirc-print and rcirc-decode-coding-systemLeo Liu2011-06-011-5/+4
* Decode all incoming messages in rcirc.elLeo Liu2011-05-301-4/+6
* Use a visible buffer name for rcirc-debug-bufferLeo Liu2011-05-301-1/+1
* * net/rcirc.el (rcirc): Use the user's stored encryption method by default.Deniz Dogan2011-05-291-1/+6
* * lisp/net/rcirc.el (rcirc-markup-urls): Check if rcirc-url-regexp is nil.Deniz Dogan2011-05-191-1/+2
* * lisp/net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.Deniz Dogan2011-05-191-1/+1
* * lisp/net/rcirc.el: Add support for SSL/TLS connections.Stefan Monnier2011-05-111-80/+80
* * lisp/net/rcirc.el (rcirc-handler-353): Fix bug for channels which theDeniz Dogan2011-04-281-2/+5
* * lisp/net/rcirc.el: Update my e-mail address.Deniz Dogan2011-04-051-1/+1
* * lisp/net/rcirc.el (rcirc-mode-map): Remove M-o binding.Deniz Dogan2011-04-051-1/+0
* * net/rcirc.el (rcirc-handler-001): Only authenticate, if there'sTassilo Horn2011-03-311-1/+9
* New variable rcirc-user-authenticated to pacify compilerLeo Liu2011-03-221-0/+1
* Handle the case when re-search-backward errsLeo Liu2011-03-221-15/+21
* * lisp/net/rcirc.el (rcirc-handler-001): Remove uselessDeniz Dogan2011-03-091-3/+2
* * lisp/net/rcirc.el (rcirc-connect): Fix PASS bug.Deniz Dogan2011-03-071-1/+1
* * lisp/net/rcirc.el: Add QuakeNet authentication support.Deniz Dogan2011-03-051-21/+36
* * lisp/net/rcirc.el: Add functionality to authenticate before autojoining cha...Deniz Dogan2011-03-051-1/+52