1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

82 Commits

Author SHA1 Message Date
Glenn Morris
114f9c9679 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Glenn Morris
c4f6e489aa Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
Juanma Barranquero
673e51692e * subr.el (forward-point): Add obsolescence declaration.
* paren.el (show-paren-function):
* simple.el (kill-forward-chars, kill-backward-chars):
 Use (+/- (point) N), instead of `forward-point'.
2009-03-19 14:45:02 +00:00
Glenn Morris
ae940284fa Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
Lute Kamstra
9201cc281b * align.el:
* allout.el:
* apropos.el:
* arc-mode.el:
* autoinsert.el:
* avoid.el:
* battery.el:
* bookmark.el:
* buff-menu.el:
* calculator.el:
* chistory.el:
* cmuscheme.el:
* comint.el:
* compare-w.el:
* dabbrev.el:
* delim-col.el:
* desktop.el:
* diff-mode.el:
* diff.el:
* dired-aux.el:
* dired-x.el:
* dired.el:
* dos-vars.el:
* ediff-diff.el:
* ediff-help.el:
* ediff-init.el:
* ediff-merg.el:
* ediff-mult.el:
* ediff-ptch.el:
* ediff-vers.el:
* ediff-wind.el:
* ediff.el:
* emerge.el:
* facemenu.el:
* faces.el:
* ffap.el:
* filecache.el:
* find-dired.el:
* font-core.el:
* font-lock.el:
* forms.el:
* fringe.el:
* help-at-pt.el:
* hippie-exp.el:
* ido.el:
* image-file.el:
* imenu.el:
* indent.el:
* info.el:
* isearchb.el:
* iswitchb.el:
* jit-lock.el:
* jka-compr.el:
* log-edit.el:
* lpr.el:
* ls-lisp.el:
* man.el:
* menu-bar.el:
* midnight.el:
* mouse-sel.el:
* mouse.el:
* msb.el:
* outline.el:
* paren.el:
* pcmpl-cvs.el:
* pcmpl-gnu.el:
* pcomplete.el:
* pcvs-info.el:
* pcvs-parse.el:
* printing.el:
* ps-mule.el:
* ps-print.el:
* replace.el:
* ruler-mode.el:
* saveplace.el:
* sb-image.el:
* scroll-bar.el:
* sha1.el:
* shadowfile.el:
* shell.el:
* sort.el:
* speedbar.el:
* strokes.el:
* tempo.el:
* term.el:
* terminal.el:
* time-stamp.el:
* time.el:
* tree-widget.el:
* type-break.el:
* vc-cvs.el:
* vc-hg.el:
* vc-mcvs.el:
* vc-rcs.el:
* vc-sccs.el:
* vc.el:
* view.el:
* w32-vars.el:
* whitespace.el:
* wid-edit.el: Remove leading * from docstrings of defcustoms,
deffaces, defconsts and defuns.
2008-12-03 05:48:14 +00:00
Glenn Morris
eb3fa2cfcf Switch to recommended form of GPLv3 permissions notice. 2008-05-06 08:06:51 +00:00
Glenn Morris
409cc4a3ea Add 2008 to copyright years. 2008-01-07 02:45:14 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Chong Yidong
f7e5609497 (show-paren-function): Undo 2007-04-19 and 2007-04-20 changes. 2007-06-01 13:47:44 +00:00
Chong Yidong
1b6c47f570 (show-paren-function): Fix last fix. 2007-04-20 13:52:11 +00:00
Chong Yidong
bbcda6be9a (show-paren-function): Reset window-start to avoid recentering. 2007-04-19 17:21:37 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Vinicius Jose Latorre
f9914209c8 Fix the highlight overlay extension 2006-12-01 21:03:19 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Juri Linkov
3d3d2b8ab1 (show-paren-match, show-paren-mismatch): Use existing group
`paren-showing-faces'.
2005-12-30 05:57:19 +00:00
Richard M. Stallman
d6f0f3e069 (paren-showing-faces): New group.
(show-paren-match, show-paren-mismatch): Move to that group.
2005-12-27 01:11:01 +00:00
Luc Teirlinck
965cd29a27 (show-paren-mode): No longer change `blink-matching-paren-on-screen'. 2005-11-27 15:54:28 +00:00
Stefan Monnier
1793ac759f (show-paren-function): Allow new paren-class info. 2005-11-20 18:07:19 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Miles Bader
2ec46551a3 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-373
Remove "-face" suffix from show-paren faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/paren.el (show-paren-match, show-paren-mismatch):
   Remove "-face" suffix from face names.
   (show-paren-match-face, show-paren-mismatch-face):
   New backward-compatibility aliases for renamed faces.
   (show-paren-function): Use renamed show-paren faces.
2005-06-10 08:25:35 +00:00
Stefan Monnier
95ed7b4249 (show-paren-function): Use it to recognize parens that are
also used in 2-char comment markers.
2005-04-19 18:16:15 +00:00
Stefan Monnier
96bda29d36 (show-paren-function): Fix last change (2004-12-02). 2004-12-06 19:06:12 +00:00
Richard M. Stallman
2f27dfeb0d (show-paren-function): Check for matching chars specified by text props. 2004-12-03 00:06:21 +00:00
Stefan Monnier
d8ac3d271c (syntax-after): Undo last change. 2004-11-22 06:00:51 +00:00
Richard M. Stallman
d5d126ea02 (show-paren-function): Change calls to syntax-after
for new way of returning the value.
2004-11-08 16:45:17 +00:00
Juri Linkov
6afd5d68ae (show-paren-highlight-openparen): New var.
(show-paren-function): Turn on openparen highlighting when
matching forward if show-paren-highlight-openparen is non-nil.
2004-04-27 06:43:42 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00
Andreas Schwab
2e8f601205 (show-paren-mismatch-face): Fix face spec. 2002-12-01 23:15:37 +00:00
Stefan Monnier
9fe9d55a2c (show-paren-function): Use syntax-after. 2002-09-09 23:16:49 +00:00
Richard M. Stallman
6be7b1272d (show-paren-function): Move back in other direction
to verify the match is correct.
2002-03-11 09:14:28 +00:00
Miles Bader
05e122fe1f (show-paren-match-face): Add dark-background variant. 2001-11-07 05:13:45 +00:00
Eli Zaretskii
ca5b46fc99 Update the Commentary with installation instructions. 2001-10-16 19:07:50 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Stefan Monnier
83bfc0d9ec (show-paren-mode): Drop unneeded positional args. 2000-11-03 22:30:37 +00:00
Stefan Monnier
2b497eda44 (show-paren-mode): Use define-minor-mode. 2000-09-29 03:11:01 +00:00
Gerd Moellmann
5780586ea0 (show-paren-priority): New user option.
(show-paren-function): Set overlay priorities to
show-paren-priority.
2000-08-14 19:46:18 +00:00
Dave Love
d279baa8e7 (show-paren-mode): Add autoload cookie. 1999-09-25 12:35:20 +00:00
Karl Heuer
5762abecd3 Fix maintainer address. 1999-08-16 04:04:27 +00:00
Karl Heuer
050d5fc220 (show-paren-mode): Support making show-paren-mode
a buffer-local variable.  Don't check for a window system.
(show-paren-function): Check whether show-paren-function is
enabled in current buffer; do the right thing if not.
Don't check for a window system.
(show-paren-mode): Make it a user variable.
1999-08-16 03:18:40 +00:00
Dave Love
757c19e895 (show-paren-mode): Doc fix. 1999-04-27 19:10:09 +00:00
Karl Heuer
25f67e4bc9 *** empty log message *** 1999-03-30 21:37:40 +00:00
Karl Heuer
14fd44abc9 (show-paren-mode): Doc fix. 1999-03-30 21:29:38 +00:00
Richard M. Stallman
2fe66dda68 (show-paren-ring-bell-on-mismatch): New option.
(show-paren-function): Beep on mismatch, if requested.
1998-05-01 05:33:39 +00:00
Richard M. Stallman
82b6a81f61 (show-paren-match-face): Use gray on all non-color screens. 1997-07-17 18:36:12 +00:00
Richard M. Stallman
12eb843358 (show-paren-idle-timer): New defvar.
(show-paren-mode): Add :initialize attr in the defcustom.
Test the value at end of file, and turn on the mode if true.
1997-07-04 00:16:50 +00:00
Richard M. Stallman
b527f6c26c (show-paren-mode): Add a defvar before first use. 1997-07-03 01:06:11 +00:00
Simon Marshall
173f234148 customise, rewrite and extend. 1997-06-19 08:37:05 +00:00
Richard M. Stallman
9af289f9c2 Don't enable the mode just because file is loaded. 1997-06-18 20:21:20 +00:00