| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | All autoload cookies disabled. | Richard M. Stallman | 1995-05-06 | 1 | -8/+8 |
| | | |||||
| * | (ispell-menu-map): Order menu items by size: buffer > region > word. | Karl Heuer | 1994-09-17 | 1 | -3/+3 |
| | | |||||
| * | (ispell-tex-buffer-p): Write names in lower case. Add slitex-mode. | Richard M. Stallman | 1994-07-24 | 1 | -1/+1 |
| | | |||||
| * | (ispell-word): Call ispell-dehighlight. | Richard M. Stallman | 1994-07-12 | 1 | -4/+6 |
| | | |||||
| * | (ispell-complete-word): Likewise. | Richard M. Stallman | 1994-06-10 | 1 | -1/+1 |
| | | |||||
| * | (ispell-highlight): Do nothing unless window-system. | Richard M. Stallman | 1994-05-19 | 1 | -0/+1 |
| | | |||||
| * | (ispell-message): Add `ispell-message-text-end' and | Richard M. Stallman | 1994-05-10 | 1 | -10/+65 |
| | | | | | `ispell-message-limit'. Spell-check subject as well as body. | ||||
| * | Pass operation to find-file-name-handler. | Karl Heuer | 1994-04-22 | 1 | -1/+1 |
| | | |||||
| * | (ispell-highlight, ispell-dehighlight): New functions. | Richard M. Stallman | 1994-01-01 | 1 | -0/+24 |
| | | | | | | (ispell-command-loop, ispell-next): Call them. (ispell-highlight, ispell-overlay): New variables. | ||||
| * | (ispell-next): Remove periods from messages. | Richard M. Stallman | 1993-12-31 | 1 | -7/+7 |
| | | | | | (ispell-complete-word): Improve error messages. | ||||
| * | Don't imply private dictionary is always ispell.words. | Richard M. Stallman | 1993-12-23 | 1 | -5/+5 |
| | | | | | Don't repeat at load time any bindings that are autoloaded. | ||||
| * | (ispell-message): Delete excess (beginning-of-line) call. | Richard M. Stallman | 1993-11-08 | 1 | -1/+0 |
| | | |||||
| * | (ispell-message): If gnus, but no mail-yank-prefix, | Richard M. Stallman | 1993-11-08 | 1 | -6/+10 |
| | | | | | | use ispell-message-cite-regexp. Turn off case-fold-search for the searching and matching in this function. | ||||
| * | Fix previous change. | Richard M. Stallman | 1993-11-07 | 1 | -31/+32 |
| | | |||||
| * | (ispell-message): Stop if ispell-region returns nil. | Richard M. Stallman | 1993-11-07 | 1 | -25/+82 |
| | | | | | | | | | | | | | | (ispell-next, ispell-word): Catch ispell-quit, not quit. (ispell-next): Return t if exit normally (no throw to ispell-quit). (ispell-command-loop): For q, throw to ispell-quit. Explicitly handle C-g. (ispell): If we don't call ispell-next, return t. (ispell-non-empty-string): New function. (ispell-message): Add autoload. Choose a citation regexp automatically. Don't fail if there is no following cited line after filled lines. | ||||
| * | (ispell-look-command): New user variable. | Richard M. Stallman | 1993-10-26 | 1 | -2/+311 |
| | | | | | | | | | | | (ispell-do-look, ispell-lookup-build-list): Use it as PROGRAM for call-process instead of just "look". (ispell-complete-word-interior-frag): New command. (ispell-complete-word): New command. (ispell-menu-map): Add bindings for them. (ispell-gnu-look-still-broken-p, ispell-look-dictionary): New vars. | ||||
| * | (ispell): If the buffer to spell has no associated file, or, the | Brian Fox | 1993-10-25 | 1 | -1/+2 |
| | | | | | | associated file has a special handler, use a temporary file with the buffer contents to pass to the local ispell process. | ||||
| * | (ispell-message-cite-regexp): Add definition. | Richard M. Stallman | 1993-10-09 | 1 | -0/+3 |
| | | |||||
| * | (ispell-message): Handle cited messages. | Richard M. Stallman | 1993-09-24 | 1 | -1/+14 |
| | | |||||
| * | (ispell-message): New command, with menu bar item. | Richard M. Stallman | 1993-09-20 | 1 | -0/+11 |
| | | |||||
| * | (ispell-point): Do nothing if there's no word at START. | Richard M. Stallman | 1993-07-24 | 1 | -24/+24 |
| | | |||||
| * | (ispell-menu-map): Add missing quote in defalias. | Richard M. Stallman | 1993-07-15 | 1 | -2/+2 |
| | | | | | (ispell-window-configuration): Initialize to nil. | ||||
| * | (ispell-menu-map): New keymap--both fn and var. | Richard M. Stallman | 1993-07-12 | 1 | -0/+18 |
| | | |||||
| * | (ispell): Call deactivate-mark instead of setting mark-active directly. Do | Roland McGrath | 1993-07-08 | 1 | -5/+2 |
| | | | | | this regardless of transient-mark-mode. | ||||
| * | Comment change. | Richard M. Stallman | 1993-06-14 | 1 | -1/+1 |
| | | |||||
| * | Doc fixes. | Richard M. Stallman | 1993-06-10 | 1 | -38/+52 |
| | | | | | | (ispell-command, ispell-command-options): New defvars. (start-ispell): Use them. | ||||
| * | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -4/+4 |
| | | |||||
| * | Provide `ispell'. | Richard M. Stallman | 1993-05-26 | 1 | -0/+2 |
| | | |||||
| * | (ispell-command-loop): Make an undo boundary. | Richard M. Stallman | 1993-05-19 | 1 | -0/+1 |
| | | |||||
| * | (ispell): Deactivate mark before the Ispell run. | Richard M. Stallman | 1993-05-16 | 1 | -18/+37 |
| | | | | | | | | | | | (ispell-point): Delete the sit-for; it was confusing. (ispell): Don't use save-excursion; just restore current buffer. (ispell-next): Don't save-excursion or save-window-excursion. (ispell-point): Don't save-excursion. (ispell-window-configuration): New variable. (ispell-show-choices): Set it if not nil. (ispell-next): Initialize to nil. Restore at end. | ||||
| * | All fsets changed to defaliases. | Eric S. Raymond | 1993-04-23 | 1 | -1/+1 |
| | | |||||
| * | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -0/+5 |
| | | |||||
| * | Add or correct keywords | Eric S. Raymond | 1993-03-18 | 1 | -0/+2 |
| | | |||||
| * | entered into RCS | Eric S. Raymond | 1992-07-22 | 1 | -4/+1 |
| | | |||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-07-15 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-06-02 | 1 | -32/+30 |
| | | |||||
| * | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -2/+4 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1991-07-08 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Brian Preble | 1991-07-08 | 1 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Roland McGrath | 1991-05-09 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Brian Preble | 1991-03-12 | 1 | -2/+2 |
| | | |||||
| * | Initial revision | Richard M. Stallman | 1990-03-26 | 1 | -0/+541 |