aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a regression in erc-dccJulien Danjou2012-05-142-1/+7
| | | | | | * erc-dcc.el (erc-dcc-handle-ctcp-send): Fix a regression introduced on 2011-11-28 when fixing quoted filenames matching, the regex group was not corrected.
* New defcustoms need :version tags. They don't need "*" in the doc.Glenn Morris2012-05-131-1/+2
|
* Allow specifying the erc timestamp formatTeemu Likonen2012-05-132-4/+17
| | | | | | | * erc-backend.el (erc-server-timestamp-format): New variable to allow specifying the timestamp format. Fixes: debbugs:10779
* (erc-nickserv-passwords): Don't display the password.Vivek Dasmohapatra2012-04-112-1/+7
| | | | Fixes: debbugs:4459
* Make erc use auth-source to look up channel keysLars Magne Ingebrigtsen2012-04-102-2/+33
| | | | | | | | * lisp/erc/erc-join.el (erc-server-join-channel): New function to look up the channel password via auth-source. (erc-autojoin-channels): Use it. (erc-autojoin-after-ident): Ditto. (erc-autojoin-channels-alist): Mention auth-source.
* Add `field' to `erc-display-prompt'Deniz Dogan2012-04-102-0/+8
| | | | | | | | * erc.el (erc-display-prompt): Adds the field text property to the ERC prompt. This allows users to use `kill-whole-line' to kill all text back to the prompt given that it's on a single line. Fixes: debbugs:10841
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-0915-97/+97
|
* Remove defining user variables via * in docstring.Chong Yidong2012-04-092-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/apropos.el (apropos-variable): * lisp/files-x.el (read-file-local-variable): * lisp/simple.el (set-variable): * lisp/woman.el (woman-mini-help): * lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed. * lisp/custom.el (custom-variable-p): Return nil for non-symbol arguments instead of signaling an error. (user-variable-p): Obsolete alias for custom-variable-p. * lisp/erc/erc.el (erc-cmd-SET): Call custom-variable-p instead of user-variable-p. * src/callint.c (Finteractive, Fcall_interactively): * src/minibuf.c (Fread_variable): Callers changed. * src/eval.c (Fuser_variable_p, user_variable_p_eh) (lisp_indirect_variable): Functions deleted. (Fdefvar): Caller changed. * doc/lispref/commands.texi (Interactive Codes): * doc/lispref/help.texi (Accessing Documentation): * doc/lispref/minibuf.texi (High-Level Completion): Callers changed. * doc/lispref/customize.texi (Variable Definitions): Remove user-variable-p.
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-281-2/+2
| | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html
* Add missing :version tags for new erc defcustoms.Glenn Morris2012-02-083-0/+9
| | | | | | | | * lisp/erc/erc-backend.el (erc-coding-system-precedence): * lisp/erc/erc-join.el (erc-autojoin-delay, erc-autojoin-timing): Add missing :version settings. * etc/NEWS: We don't need to duplicate the doc-strings of variables.
* NEWS and ChangeLog fixGlenn Morris2012-02-071-0/+4
|
* Fix name of FSF in copyright headers.Glenn Morris2012-01-101-1/+1
|
* ChangeLog fixes.Juanma Barranquero2012-01-101-2/+2
|
* Spelling fixes.Paul Eggert2012-01-091-1/+1
|
* * lisp/erc/erc.el (erc-tls): Add autoload cookie.Glenn Morris2012-01-052-0/+5
| | | | Fixes: debbugs:10333
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-0543-43/+43
|
* Fix bug #9246 with scrolling in ERC under word-wrap.Antoine Levitt2011-12-312-19/+19
| | | | | | lisp/erc/erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook rather than window-scroll-functions. Fixes a bug with scrolling under word-wrap on a tty.
* Spelling fixes.Paul Eggert2011-12-302-3/+2
|
* Spelling fixes.Paul Eggert2011-12-141-1/+1
|
* Spelling fixes.Paul Eggert2011-12-111-4/+4
|
* Fix typos.Juanma Barranquero2011-12-092-8/+8
|
* erc-dcc: allow SEND commands containing quoted filenames with spaces in themJulien Danjou2011-11-282-5/+24
| | | | | | | | * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to match quoted filenames with spaces inside. (erc-dcc-handle-ctcp-send): Updated regexp match group numbers, added processing of escaped quotes and backslashes if filename itself was in quotes.
* Spelling fixes (mostly "inactive" vs "deactivate").Paul Eggert2011-11-271-6/+6
|
* Spelling fixes.Paul Eggert2011-11-221-1/+1
|
* Spelling fixes.Paul Eggert2011-11-191-3/+3
|
* Fix typos.Juanma Barranquero2011-11-205-5/+9
|
* Spelling fixes.Paul Eggert2011-11-197-13/+8
|
* Spelling fixes.Paul Eggert2011-11-191-2/+2
|
* Fix typos.Juanma Barranquero2011-11-151-1/+1
|
* Fix typos.Juanma Barranquero2011-11-154-6/+7
|
* Spelling fixes.Paul Eggert2011-11-141-2/+1
|
* Fix typos.Juanma Barranquero2011-11-143-4/+8
|
* Spelling fixes.Paul Eggert2011-11-142-23/+21
|
* Spelling fixes.Paul Eggert2011-11-131-2/+1
|
* Spelling fixes.Paul Eggert2011-11-121-2/+1
|
* Fix more minor mode docstrings.Chong Yidong2011-10-194-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/emulation/cua-base.el (cua-mode): * lisp/mail/footnote.el (footnote-mode): * lisp/mail/mailabbrev.el (mail-abbrevs-mode): * lisp/net/xesam.el (xesam-minor-mode): * lisp/progmodes/bug-reference.el (bug-reference-mode): * lisp/progmodes/cap-words.el (capitalized-words-mode): * lisp/progmodes/compile.el (compilation-minor-mode) (compilation-shell-minor-mode): * lisp/progmodes/gud.el (gud-tooltip-mode): * lisp/progmodes/hideif.el (hide-ifdef-mode): * lisp/progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode): * lisp/progmodes/subword.el (subword-mode): * lisp/progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode): * lisp/progmodes/which-func.el (which-function-mode): * lisp/term/tvi970.el (tvi970-set-keypad-mode): * lisp/term/vt100.el (vt100-wide-mode): * lisp/textmodes/flyspell.el (flyspell-mode): * lisp/textmodes/ispell.el (ispell-minor-mode): * lisp/textmodes/nroff-mode.el (nroff-electric-mode): * lisp/textmodes/paragraphs.el (use-hard-newlines): * lisp/textmodes/refill.el (refill-mode): * lisp/textmodes/reftex.el (reftex-mode): * lisp/textmodes/rst.el (rst-minor-mode): * lisp/textmodes/sgml-mode.el (html-autoview-mode) (sgml-electric-tag-pair-mode): * lisp/textmodes/tex-mode.el (latex-electric-env-pair-mode): * lisp/vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode): * lisp/emulation/crisp.el (crisp-mode): * lisp/emacs-lisp/eldoc.el (eldoc-mode): * lisp/emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new minor mode behavior. * lisp/erc/erc-fill.el (erc-fill-mode): * lisp/erc/erc-track.el (erc-track-minor-mode): Doc fix. * lisp/erc/erc.el (define-erc-module): Fix autogenerated docstring to reflect Emacs 24 minor mode changes. * lisp/gnus/gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24, calling a minor mode from Lisp with nil arg enables it, so we have to make the working a bit ambiguous here).
* * erc-button.el (erc-button-next-function): Scoping fix (Bug#9487).Antoine Levitt2011-09-232-13/+18
|
* * erc.el (erc-generate-new-buffer-name): Reuse old buffer namesVivek Dasmohapatra2011-07-042-17/+29
| | | | | | when reconnecting. Fixes: debbugs:5563
* * lisp/erc/erc.el: Fix comment.Paul Eggert2011-06-301-2/+1
|
* Fix typo in last check-in.Lars Magne Ingebrigtsen2011-06-231-1/+1
|
* Clean up the ssl/tls support to be able to use the built-in support, too.Lars Magne Ingebrigtsen2011-06-232-36/+12
|
* * lisp/minibuffer.el (completion--capf-wrapper): Check applicability beforeStefan Monnier2011-05-272-3/+13
| | | | | | | | | | | retuning non-nil for non-exclusive completion data. * lisp/progmodes/etags.el (tags-completion-at-point-function): * lisp/info-look.el (info-lookup-completions-at-point): Mark as non-exclusive. (info-complete): Adjust accordingly. * lisp/erc/erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion data as non-exclusive if it's using the default-completion-function. (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments. (pcomplete-erc-setup): Use new name.
* Mark tiny change.Glenn Morris2011-05-031-1/+1
|
* * lisp/erc/erc-backend.el (671): New response handler.Julien Danjou2011-05-033-1/+14
| | | | * lisp/erc/erc.el (english): Add 671 to catalog.
* * lisp/erc/erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in theStefan Monnier2011-04-292-3/+8
| | | | | | suffix that's added by pcomplete-termination-string anyway. (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that it's not needed any more.
* Make ERC use completion-at-pointStefan Monnier2011-04-265-26/+53
| | | | | | | | | | | | | | | * lisp/erc/erc.el (erc-mode-map): Use completion-at-point. (erc-mode): Tell completion-at-point to obey erc-complete-functions. (erc-complete-word-at-point): New function. (erc-complete-word): Make it obsolete. * lisp/erc/erc-pcomplete.el (erc-pcompletions-at-point): New function. (pcomplete): Use it. * lisp/erc/erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point. (erc-dcc-chat-mode): Tell completion-at-point to obey erc-complete-functions. * lisp/erc/erc-button.el (erc-button-next-function): New function extracted from erc-button-next. (button, erc-button-next): Use it.
* * lisp/obsolete/erc-hecomplete.el: Make obsolete.Stefan Monnier2011-04-201-222/+0
| | | | * obsolete/: Standardize obsolescence info in the header.
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
|
* * lisp/erc/erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)Julien Danjou2011-03-032-2/+6
|
* Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris2011-02-271-3/+3
|\