Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (show-paren-highlight-openparen): New var. | Juri Linkov | 2004-04-27 | 1 | -1/+4 |
| | | | | | (show-paren-function): Turn on openparen highlighting when matching forward if show-paren-highlight-openparen is non-nil. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -2/+2 |
| | |||||
* | (show-paren-mismatch-face): Fix face spec. | Andreas Schwab | 2002-12-01 | 1 | -1/+1 |
| | |||||
* | (show-paren-function): Use syntax-after. | Stefan Monnier | 2002-09-09 | 1 | -5/+4 |
| | |||||
* | (show-paren-function): Move back in other direction | Richard M. Stallman | 2002-03-11 | 1 | -0/+8 |
| | | | | to verify the match is correct. | ||||
* | (show-paren-match-face): Add dark-background variant. | Miles Bader | 2001-11-07 | 1 | -3/+9 |
| | |||||
* | Update the Commentary with installation instructions. | Eli Zaretskii | 2001-10-16 | 1 | -2/+6 |
| | |||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel JanÃk | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | (show-paren-mode): Drop unneeded positional args. | Stefan Monnier | 2000-11-03 | 1 | -1/+1 |
| | |||||
* | (show-paren-mode): Use define-minor-mode. | Stefan Monnier | 2000-09-29 | 1 | -26/+5 |
| | |||||
* | (show-paren-priority): New user option. | Gerd Moellmann | 2000-08-14 | 1 | -0/+8 |
| | | | | | (show-paren-function): Set overlay priorities to show-paren-priority. | ||||
* | (show-paren-mode): Add autoload cookie. | Dave Love | 1999-09-25 | 1 | -0/+1 |
| | |||||
* | Fix maintainer address. | Karl Heuer | 1999-08-16 | 1 | -1/+1 |
| | |||||
* | (show-paren-mode): Support making show-paren-mode | Karl Heuer | 1999-08-16 | 1 | -107/+125 |
| | | | | | | | | 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. | ||||
* | (show-paren-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Karl Heuer | 1999-03-30 | 1 | -1/+1 |
| | |||||
* | (show-paren-mode): Doc fix. | Karl Heuer | 1999-03-30 | 1 | -1/+2 |
| | |||||
* | (show-paren-ring-bell-on-mismatch): New option. | Richard M. Stallman | 1998-05-01 | 1 | -1/+10 |
| | | | | (show-paren-function): Beep on mismatch, if requested. | ||||
* | (show-paren-match-face): Use gray on all non-color screens. | Richard M. Stallman | 1997-07-17 | 1 | -2/+1 |
| | |||||
* | (show-paren-idle-timer): New defvar. | Richard M. Stallman | 1997-07-04 | 1 | -33/+32 |
| | | | | | (show-paren-mode): Add :initialize attr in the defcustom. Test the value at end of file, and turn on the mode if true. | ||||
* | (show-paren-mode): Add a defvar before first use. | Richard M. Stallman | 1997-07-03 | 1 | -0/+2 |
| | |||||
* | customise, rewrite and extend. | Simon Marshall | 1997-06-19 | 1 | -123/+155 |
| | |||||
* | Don't enable the mode just because file is loaded. | Richard M. Stallman | 1997-06-18 | 1 | -4/+0 |
| | |||||
* | (show-paren-function): Handle multibyte characters. | Karl Heuer | 1997-02-20 | 1 | -8/+12 |
| | |||||
* | (show-paren-function): Handle unbalanced parens as | Richard M. Stallman | 1996-09-03 | 1 | -14/+27 |
| | | | | | mismatched. When the unbalanced paren is an opening paren, highlight it as mismatched. | ||||
* | Don't toggle on window-setup-hook. | Simon Marshall | 1996-02-28 | 1 | -1/+1 |
| | |||||
* | (show-paren-delay): New variable. | Richard M. Stallman | 1996-02-28 | 1 | -16/+38 |
| | | | | | | (show-paren-mode): New command. Use it. Call it at the top-level. (show-paren-mode, show-paren-idle-timer): New variables. (show-paren-function): Renamed from show-paren-command-hook. | ||||
* | Use run-with-idle-timer, not post-command-idle-hook. | Karl Heuer | 1996-02-21 | 1 | -3/+2 |
| | |||||
* | (show-paren-command-hook): Position show-paren-overlay-1 | Richard M. Stallman | 1996-02-11 | 1 | -1/+1 |
| | | | | properly when first creating it (just like when moving it). | ||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+4 |
| | |||||
* | (window-setup-hook): Clear blink-matching-paren-on-screen; | Karl Heuer | 1995-12-21 | 1 | -2/+2 |
| | | | | don't touch blink-paren-function. | ||||
* | (show-paren-command-hook): Don't list `paren-mismatch' | Karl Heuer | 1995-11-10 | 1 | -0/+2 |
| | | | | face in menu. | ||||
* | Use post-command-idle-hook. | Richard M. Stallman | 1995-08-21 | 1 | -5/+3 |
| | | | | (show-paren-command-hook): No need to test for idleness. | ||||
* | (show-paren-command-hook): Do nothing if have unread events. | Richard M. Stallman | 1995-08-16 | 1 | -1/+3 |
| | |||||
* | (show-paren-command-hook): Don't alter paren-mismatch face | Richard M. Stallman | 1995-01-10 | 1 | -8/+9 |
| | | | | if make-face gives it some contents. | ||||
* | (show-paren-command-hook): Set the face of an overlay | Richard M. Stallman | 1994-08-17 | 1 | -4/+6 |
| | | | | each time we move it somewhere. | ||||
* | (show-paren-command-hook): Cope if matching-paren gives nil. | Richard M. Stallman | 1994-08-11 | 1 | -2/+3 |
| | |||||
* | (show-paren-command-hook): Use matching-paren. | Richard M. Stallman | 1994-06-25 | 1 | -9/+6 |
| | | | | | Call overlay-put once for each overlay. Wait .1 sec to see if any input comes in. | ||||
* | (show-paren-command-hook): Handle close paren rather than open paren | Richard M. Stallman | 1994-06-23 | 1 | -4/+4 |
| | | | | if point is between the two. | ||||
* | (show-paren-command-hook): Set paren foreground to white. | Richard M. Stallman | 1994-06-23 | 1 | -1/+3 |
| | |||||
* | (show-paren-command-hook): | Richard M. Stallman | 1994-05-23 | 1 | -5/+3 |
| | | | | Always set show-paren-mismatch-face to symbol, not face vector. | ||||
* | (show-paren-command-hook): Do nothing when in kbd macro. | Richard M. Stallman | 1994-01-17 | 1 | -1/+2 |
| | |||||
* | (show-paren-command-hook): Do nothing if input is pending. | Richard M. Stallman | 1993-08-12 | 1 | -1/+3 |
| | |||||
* | (show-paren-command-hook): Don't use value of make-face. | Richard M. Stallman | 1993-08-11 | 1 | -1/+2 |
| | |||||
* | (window-setup-hook): Add hook function. | Richard M. Stallman | 1993-08-03 | 1 | -1/+8 |
| | |||||
* | (show-paren-command-hook): Specify buffer for move-overay. | Richard M. Stallman | 1993-07-30 | 1 | -2/+5 |
| | |||||
* | (show-paren-face): New variable. | Richard M. Stallman | 1993-07-20 | 1 | -2/+6 |
| | | | | | (show-paren-command-hook): Use it. Call set-face-background properly. | ||||
* | Enable the hook only if window-system. | Richard M. Stallman | 1993-07-18 | 1 | -44/+71 |
| | | | | | | | Clear blink-paren-function at the same time. (show-paren-command-hook): If after a closeparen, highlight that closeparen as well as matching open. Use a different color for a mismatch, if color screen. | ||||
* | (show-paren-command-hook): Do nothing if not window-system. | Richard M. Stallman | 1993-07-10 | 1 | -49/+50 |
| |