Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * isearch.el (isearch-switch-frame-handler): Call | Jim Blandy | 1993-03-21 | 1 | -3/+6 |
| | | | | handle-switch-frame instead of select-frame; it has been renamed. | ||||
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -3/+6 |
| | |||||
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -3/+6 |
| | |||||
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -7/+18 |
| | |||||
* | (isearch-other-meta-char): Call listify-key-sequence. | Richard M. Stallman | 1993-03-07 | 1 | -15/+22 |
| | | | | | (isearch-unread): Don't call it here. (isearch-mode-map): Bind the ASCII-equivalent function keys. | ||||
* | (isearch-mode): Don't make a pre-command-hook. | Richard M. Stallman | 1993-03-07 | 1 | -4/+9 |
| | |||||
* | (isearch-unread): Find last list element by hand. | Richard M. Stallman | 1993-03-07 | 1 | -3/+13 |
| | |||||
* | (isearch-unread): Handle multiple args. | Richard M. Stallman | 1993-03-06 | 1 | -29/+20 |
| | | | | | | | For Emacs 19, use listify-key-sequence. If not Emacs 19, assume they are a meta sequence. (isearch-other-meta-char): Pass the whole key sequence. (isearch-other-control-char): Make this alias for ...-meta-char. | ||||
* | Fix minor bugs in previous change. | Richard M. Stallman | 1993-02-17 | 1 | -6/+14 |
| | |||||
* | (isearch-backward-regexp): | Richard M. Stallman | 1993-02-17 | 1 | -14/+17 |
| | | | | | | | New arg no-recursive-edit, always non-nil for interactive call. Rename first arg, and set it right in interactive call. (isearch-forward-regexp): Likewise. (isearch-forward, isearch-backward): Likewise no-recursive-edit. | ||||
* | JimB's changes since January 18th | Jim Blandy | 1993-01-26 | 1 | -4/+12 |
| | |||||
* | * bytecomp.el: Declare unread-command-char an obsolete variable. | Jim Blandy | 1992-11-16 | 1 | -6/+23 |
| | | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * isearch-mode.el (isearch-update, isearch-unread): Same. | ||||
* | * isearch.el (isearch-frames-exist): This isn't what we want - | Jim Blandy | 1992-11-07 | 1 | -5/+9 |
| | | | | | | | | | | | | | replaced by... (isearch-gnu-emacs-events): non-nil if should expect events in the style generated by GNU Emacs 19. Set if set-frame-height is fboundp; this is true on any GNU Emacs 19, whether or not it was compiled with multiple frame support. (isearch-mode-map): Test isearch-gnu-emacs-events instead of isearch-frames-exist to see if we should bind switch-frame events. (isearch-update): Test isearch-gnu-emacs-events instead of isearch-frames-exist to see if unread-command-char's quiescent value is nil or -1. | ||||
* | (isearch-search): Handle all sorts of errors from regexp search. | Richard M. Stallman | 1992-11-01 | 1 | -3/+10 |
| | |||||
* | (isearch-edit-string): | Richard M. Stallman | 1992-10-27 | 1 | -4/+9 |
| | | | | Bind cursor-in-echo-area only around read-char/allocate-event. | ||||
* | (isearch-mode-map): Make the top-level keymap dense. | Richard M. Stallman | 1992-10-20 | 1 | -9/+18 |
| | | | | Explicitly bind control characters at that level. | ||||
* | (isearch-ring-advance-edit): Delete spurious `)'. | Richard M. Stallman | 1992-10-11 | 1 | -4/+7 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1992-09-21 | 1 | -64/+38 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-09-19 | 1 | -26/+15 |
| | |||||
* | *** empty log message *** | Joseph Arceneaux | 1992-09-18 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-09-15 | 1 | -53/+96 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-09-14 | 1 | -30/+37 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-09-14 | 1 | -488/+877 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-07-22 | 1 | -2/+0 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -29/+34 |
| | |||||
* | Initial revision | Jim Blandy | 1992-06-24 | 1 | -0/+1094 |