Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1993-07-04 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1993-07-04 | 1 | -1/+8 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1993-06-29 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1993-06-29 | 1 | -13/+14 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1993-06-29 | 1 | -1/+1 |
| | |||||
* | Initial revision | Jim Blandy | 1993-06-28 | 1 | -0/+85 |