summaryrefslogtreecommitdiff
path: root/lisp/progmodes/bug-reference.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix more minor mode docstrings.Chong Yidong2011-10-191-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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).
* lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-221-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | (bug-reference-url-format): Mark as `safe-local-variable' if the valueSam Steingold2010-04-281-2/+10
| | | | | | | | is a string or a symbol with the property `bug-reference-url-format'.
* | Revert last bug-reference-url-format change.Chong Yidong2010-04-281-2/+1
| | | | | | | | | | * progmodes/bug-reference.el (bug-reference-url-format): Revert 2010-04-27 change due to security risk.
* | (bug-reference-url-format): Mark as `safe-local-variable' if the valueSam Steingold2010-04-271-1/+2
| | | | | | | | is a string or a function, as documented and implemented on 2010-04-02.
* | (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Remove,Sam Steingold2010-04-091-12/+0
| | | | | | | | `bug-reference-mode' and `bug-reference-prog-mode' can be used in hooks directly
* | add ";;;###autoload" cookiesSam Steingold2010-04-071-0/+2
| |
* | (bug-reference-bug-regexp): Also accept "patch" and "RFE".Sam Steingold2010-04-021-4/+23
|/ | | | | | (bug-reference-fontify): `bug-reference-url-format' can also be a function to be able to handle the bug kind. (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2Chong Yidong2009-12-111-1/+1
| | | | rather than down-mouse-1, based on follow-link conventions.
* (bug-reference-fontify): Check forJuri Linkov2009-01-141-9/+8
| | | | | | | non-nil `bug-reference-url-format' before putting an overlay property `bug-reference-url'. (bug-reference-mode, bug-reference-prog-mode): Don't check for `bug-reference-url-format'. Doc fix. (Bug#1744)
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (bug-reference-fontify): Revert previous change that saved match data.Glenn Morris2008-06-211-12/+11
|
* (bug-reference-map): Bind down-mouse-1 rather than mouse-1.Glenn Morris2008-06-211-13/+17
| | | | | | (bug-reference-url-format): Autoload safe if string. (bug-reference-bug-regexp): Make space after "bug" optional. (bug-reference-fontify): Save match data.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (bug-reference-prog-mode): Define for compiler.Glenn Morris2008-04-241-0/+2
|
* Tom Tromey <tromey at redhat.com>: New file.Glenn Morris2008-04-241-0/+136