Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (map-y-or-n-p): Handle help-char values other than chars. | Richard M. Stallman | 1993-11-11 | 1 | -3/+3 | |
| | ||||||
* | (c-indent-region): When looking for a sexp that ends | Richard M. Stallman | 1993-11-11 | 1 | -3/+9 | |
| | | | | past this line, make sure it really starts on this line. | |||||
* | (occur-mode): Run occur-mode-hook. | Richard M. Stallman | 1993-11-11 | 1 | -1/+2 | |
| | ||||||
* | (rmail-start-mail): Don't do other frame unless we have | Richard M. Stallman | 1993-11-10 | 1 | -1/+1 | |
| | | | | a window system, irregardless of the state of rmail-mail-new-frame. | |||||
* | (Man-filter-list): Include anything starting with | Richard M. Stallman | 1993-11-10 | 1 | -3/+4 | |
| | | | | | | alphabetics, and containing "Last change:". (manual-entry): Don't call `Man-downcase' since Man-translate-references has already done the right thing. | |||||
* | (Info-extract-menu-item): Quote `*' in the menu-item | Richard M. Stallman | 1993-11-10 | 1 | -2/+2 | |
| | | | | | leadin re-search to prevent us from finding node names which contain the text of another node name within them. | |||||
* | (hexl-mode): Use `add-hook' to modify buffer local `write-contents-hooks'. | Richard M. Stallman | 1993-11-10 | 1 | -2/+2 | |
| | | | | (hexl-mode-exit): Remove our hook when turning off Hexl mode. | |||||
* | (find-backup-file-name): Don't fatal-error on | Richard M. Stallman | 1993-11-10 | 1 | -14/+23 | |
| | | | | | | directories that are hard to read; fall back on ~/%backup%. (file-truename): Treat ~USER like just ~. | |||||
* | (remove-hook): New function, analogous to add-hook. This | Richard M. Stallman | 1993-11-10 | 1 | -0/+15 | |
| | | | | is now the recommended way to remove a hook that you have added. | |||||
* | (comint-postoutput-scroll-to-bottom): | Richard M. Stallman | 1993-11-10 | 1 | -2/+2 | |
| | | | | Don't treat minibuffer window specially. | |||||
* | (comint-postoutput-scroll-to-bottom): | Richard M. Stallman | 1993-11-10 | 1 | -8/+8 | |
| | | | | Don't alter point in a window if it's after the process-mark. | |||||
* | (texinfo-mode-map): Add C-c C-e bindings for texinfmt.el. | Richard M. Stallman | 1993-11-10 | 1 | -0/+4 | |
| | ||||||
* | (texinfo-show-structure): Indent appendices properly. | Robert J. Chassell | 1993-11-10 | 1 | -4/+8 | |
| | ||||||
* | (texinfo-sequential-node-update): Add autoload. | Richard M. Stallman | 1993-11-09 | 1 | -0/+3 | |
| | | | | (texinfo-update-node, texinfo-every-node-update): Add autoload. | |||||
* | (menu-bar-edit-menu): Add menu items for searching. | Richard M. Stallman | 1993-11-09 | 1 | -1/+8 | |
| | ||||||
* | (etags-list-tags): Return t if found the file. | Richard M. Stallman | 1993-11-09 | 1 | -7/+10 | |
| | | | | | | (list-tags): Clear first-time when we go around the loop. Supply file name in error message. Remove dir names from files when preparing for completion. | |||||
* | (comint-preinput-scroll-to-bottom): Added | Richard M. Stallman | 1993-11-08 | 1 | -55/+52 | |
| | | | | | | comint-magic-space to list of commands recognised as inserting. (comint-output-filter): Corrected check for killed buffer. | |||||
* | Doc fixes. | Richard M. Stallman | 1993-11-08 | 1 | -12/+12 | |
| | ||||||
* | (describe-current-display-table): | Richard M. Stallman | 1993-11-08 | 1 | -12/+17 | |
| | | | | | Don't get error if no display table now. (describe-display-table): Put all the output in the temp buffer. | |||||
* | (wordstar-mode): Add autoload. | Richard M. Stallman | 1993-11-08 | 1 | -0/+1 | |
| | ||||||
* | Initial revision | Richard M. Stallman | 1993-11-08 | 3 | -0/+1623 | |
| | ||||||
* | (ispell-message): Delete excess (beginning-of-line) call. | Richard M. Stallman | 1993-11-08 | 1 | -1/+0 | |
| | ||||||
* | (jump-to-register): Doc fix. | Richard M. Stallman | 1993-11-08 | 1 | -1/+1 | |
| | ||||||
* | (jump-to-register): Rename prefix arg to DELETE and invert its sense. | Richard M. Stallman | 1993-11-08 | 1 | -4/+5 | |
| | ||||||
* | (set-frame-configuration): Iconify frames | Richard M. Stallman | 1993-11-08 | 1 | -2/+6 | |
| | | | | rather than making them invisible. | |||||
* | (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. | |||||
* | (comint-postoutput-scroll-to-bottom): | Richard M. Stallman | 1993-11-08 | 1 | -1/+1 | |
| | | | | Walk the windows even if scroll is nil. | |||||
* | 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. | |||||
* | (compare-windows-skip-whitespace): Return t | Richard M. Stallman | 1993-11-07 | 1 | -6/+16 | |
| | | | | if there is whitespace before point. | |||||
* | (iso-accents-mode): Doc fix. | Richard M. Stallman | 1993-11-07 | 1 | -2/+2 | |
| | ||||||
* | (comint-postoutput-scroll-to-bottom): | Richard M. Stallman | 1993-11-07 | 1 | -17/+18 | |
| | | | | | | Always keep point at end in all buffers if was at end. comint-scroll-to-bottom-on-output controls what to do if point was not already at the end. | |||||
* | (iso-accents-list): Fix typo in ^A code. Support ~< and ~>. | Richard M. Stallman | 1993-11-07 | 1 | -1/+4 | |
| | ||||||
* | Support ~ and /. Support 'Y, 'y, "y. | Richard M. Stallman | 1993-11-07 | 1 | -10/+26 | |
| | | | | Delete the `compose' support. | |||||
* | entered into RCS | Richard M. Stallman | 1993-11-07 | 1 | -3/+6 | |
| | ||||||
* | (set-frame-configuration): If NODELETE, make the unwanted frames invisible. | Richard M. Stallman | 1993-11-07 | 1 | -4/+6 | |
| | ||||||
* | (tex-alt-print): New function for menu bar. | Richard M. Stallman | 1993-11-06 | 1 | -55/+47 | |
| | | | | | | | | (tex-define-common-keys, tex-mode-map): Move some items from tex-define-common-keys to tex-mode-map. Add more menu-enable properties. (tex-append): Cope with both the original Pascal-based TeX and the newer C-based TeX. | |||||
* | (Man-frame-parameters): New variable. | Richard M. Stallman | 1993-11-06 | 1 | -0/+7 | |
| | | | | (Man-notify-when-ready): Handle `newframe' as Man-notify value. | |||||
* | (ange-ftp-load): Handle extra args after the file name. | Richard M. Stallman | 1993-11-04 | 1 | -4/+4 | |
| | ||||||
* | (other-frame): Subtract 1 from hpos for new mouse position. | Richard M. Stallman | 1993-11-03 | 1 | -1/+1 | |
| | ||||||
* | (sendmail-send-it): Don't insert Sender. | Richard M. Stallman | 1993-11-03 | 1 | -14/+15 | |
| | ||||||
* | (tex-validate-region, tex-region): | Richard M. Stallman | 1993-11-03 | 1 | -0/+3 | |
| | | | | Enable menu items if only mark is active. | |||||
* | (mouse-drag-region): Set this-command to mouse-set-point | Richard M. Stallman | 1993-11-03 | 1 | -3/+3 | |
| | | | | | if not setting the mark. (mouse-save-then-kill): Consider mark-active only in transient mark md. | |||||
* | (tex-define-common-keys): Define menu items. | Richard M. Stallman | 1993-10-27 | 1 | -0/+17 | |
| | ||||||
* | (comint-mode-map): Merge menu bar item Output into Input. | Richard M. Stallman | 1993-10-27 | 1 | -19/+16 | |
| | | | | Rename Completion to Complete. | |||||
* | (font-lock-fontify-buffer): Don't turn | Richard M. Stallman | 1993-10-26 | 1 | -2/+1 | |
| | | | | font-lock-mode on and off; just call font-lock-set-defaults. | |||||
* | (text-mode-map): Bind ispell-complete-word to M-TAB. | Richard M. Stallman | 1993-10-26 | 1 | -0/+1 | |
| | ||||||
* | (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. | |||||
* | (eval-expression): Fix typo: missing paren. | Roland McGrath | 1993-10-26 | 1 | -2/+2 | |
| | | | | | (read-expression-map): Use an indirection to minibuffer-local-map rather than copying it. | |||||
* | (bookmark-load, bookmark-write-file): | Richard M. Stallman | 1993-10-26 | 1 | -2/+2 | |
| | | | | Bind enable-local-variables instead of enable-local-eval. |