Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (isearch-push-state): Save isearch-case-fold-search. | Richard M. Stallman | 1994-01-19 | 1 | -3/+4 | |
| | | | | (isearch-top-state): Restore it. | |||||
* | (shell-command-on-region): If we quit the command, | Richard M. Stallman | 1994-01-19 | 1 | -35/+41 | |
| | | | | display the output buffer anyway. | |||||
* | (compilation-error-regexp-alist): Handle DEC AXP OSF/1. | Richard M. Stallman | 1994-01-19 | 1 | -1/+3 | |
| | ||||||
* | Better, more user-oriented doc strings. | Richard M. Stallman | 1994-01-19 | 1 | -57/+61 | |
| | | | | | | | (time-stamp-mail-host): Now a user option. (time-stamp-current-year, time-stamp-hh:mm): Removed. (time-stamp-mm/dd/yy, time-stamp-dd/mm/yy): Removed. (time-stamp-yyyy-mm-dd): New function, ISO 8601 format. | |||||
* | (font-lock-mode): Set after-revert-hook | Richard M. Stallman | 1994-01-18 | 1 | -1/+4 | |
| | | | | to refontify after revert. | |||||
* | (revert-buffer): Run after-revert-hook. | Richard M. Stallman | 1994-01-18 | 1 | -2/+5 | |
| | ||||||
* | (show-paren-command-hook): Do nothing when in kbd macro. | Richard M. Stallman | 1994-01-17 | 1 | -1/+2 | |
| | ||||||
* | (yow-file): Doc fix. | Roland McGrath | 1994-01-17 | 1 | -8/+16 | |
| | | | | | | (yow): With non-nil arg (prefix arg), insert the chosen pinhead wisdom at point. Use (interactive-p) instead of arg to decide if interactive. (insert-zippyism): Yow! Am I INSERTED yet? | |||||
* | Fix typo (extra paren). | Roland McGrath | 1994-01-17 | 1 | -2/+2 | |
| | ||||||
* | (isearch-mode): Set overriding-local-map locally. | Richard M. Stallman | 1994-01-16 | 1 | -5/+4 | |
| | | | | | | | Don't set isearch-old-local-map and don't call use-local-map. (isearch-done): Set overriding-local-map to nil. Don't call use-local-map. (isearch-old-local-map): Variable deleted. | |||||
* | (menu-bar-file-menu): Add rmail, gnus, calendar items. | Richard M. Stallman | 1994-01-16 | 1 | -0/+3 | |
| | ||||||
* | (rmail-get-new-mail): Avoid error if file is empty. | Richard M. Stallman | 1994-01-16 | 1 | -1/+1 | |
| | | | | | Was done in 1994-01-14T18:35:09Z!rms@gnu.org: (rmail-set-message-counters): Avoid errors moving backwd if new file. | |||||
* | (forward-paragraph): If moving back we find nothing | Richard M. Stallman | 1994-01-16 | 1 | -22/+29 | |
| | | | | | but separator lines till buffer beg, just stay there. Exit outer loop if at beg or end of buffer. | |||||
* | (copmilation-error-list): Doc fix. | Roland McGrath | 1994-01-16 | 1 | -6/+5 | |
| | ||||||
* | (compilation-error-regexp-alist): Add regexp for Lucid lcc. | Roland McGrath | 1994-01-16 | 1 | -23/+43 | |
| | | | | | | | | Element lists can now contain a 4th elt giving subexpr for the column. (next-error): Handle error records with column numbers. (compilation-parse-errors): Parse column numbers when the alist elt specifies it. Use string-to-int instead of read for numbers from buffer text. | |||||
* | (update-copyright): Wrap final copyright-matching regexp in parens, so \1 | Roland McGrath | 1994-01-16 | 1 | -2/+2 | |
| | | | | | gets all the year tokens, not just the last. (The old regexp won with the pre-POSIX defn of subexpressions with +.) | |||||
* | SPC is not special in regexp within brackets. | Richard M. Stallman | 1994-01-15 | 1 | -4/+13 | |
| | | | | | | | | | | (isearch-within-brackets): New variable. (isearch-mode): Set that. (isearch-edit-string): Bind that. (isearch-search-and-update): Set that. (isearch-top-state): Set that. (isearch-push-state): Use that. (isearch-search): Set that. | |||||
* | (set-auto-mode): Handle (REGEXP FUNCTION t) elements. | Richard M. Stallman | 1994-01-15 | 1 | -15/+28 | |
| | ||||||
* | (comint-show-output): Leave point at start of output, but push the mark. | Richard M. Stallman | 1994-01-15 | 1 | -3/+2 | |
| | ||||||
* | Doc fix. | Richard M. Stallman | 1994-01-15 | 1 | -0/+6 | |
| | ||||||
* | (rmail-default-file): Renamed from rmail-last-file. | Richard M. Stallman | 1994-01-15 | 1 | -4/+6 | |
| | | | | (rmail-default-rmail-file): Renamed from rmail-last-... | |||||
* | Use new names rmail-default-file and rmail-default-rmail-file. | Richard M. Stallman | 1994-01-15 | 1 | -10/+10 | |
| | ||||||
* | Change defconsts to defvars. Doc fixes. | Richard M. Stallman | 1994-01-14 | 1 | -25/+27 | |
| | ||||||
* | (rmail-bury): Rename local rmail-buffer to buffer-to-bury. | Richard M. Stallman | 1994-01-14 | 1 | -4/+6 | |
| | ||||||
* | (debug): Bind unread-command-char to -1, not nil. | Richard M. Stallman | 1994-01-14 | 1 | -1/+1 | |
| | ||||||
* | (abbreviate-file-name): Don't convert / to ~/ when the home dir is /. | Richard M. Stallman | 1994-01-14 | 1 | -1/+4 | |
| | ||||||
* | (function-key-map): Change insertchar and deletechar to insert and delete. | Richard M. Stallman | 1994-01-14 | 1 | -2/+2 | |
| | ||||||
* | Comment change. | Richard M. Stallman | 1994-01-14 | 1 | -2/+2 | |
| | ||||||
* | entered into RCS | Richard M. Stallman | 1994-01-14 | 1 | -1/+6 | |
| | ||||||
* | (Man-default-man-args): Use Man-specified-section-option. | Richard M. Stallman | 1994-01-12 | 1 | -2/+5 | |
| | | | | (Man-default-man-entry): Likewise. | |||||
* | (open-line): Treat all cases of enabled undo alike. | Richard M. Stallman | 1994-01-11 | 1 | -1/+1 | |
| | ||||||
* | (byte-compile-condition-case): Disable warning about | Richard M. Stallman | 1994-01-11 | 1 | -8/+16 | |
| | | | | symbol not naming a condition. Allow a list of condition names. | |||||
* | (hif-tokenize): Handle // comments after #if. | Richard M. Stallman | 1994-01-11 | 1 | -0/+5 | |
| | ||||||
* | (mail-abbrev-mode-regexp): Add Reply-to. | Richard M. Stallman | 1994-01-11 | 1 | -1/+2 | |
| | ||||||
* | (Info-follow-reference): If point is not in middle of a | Richard M. Stallman | 1994-01-10 | 1 | -1/+19 | |
| | | | | | | cross-reference but located somewhere on current line, make cross-reference the `default'. If only one cross-reference located in node, make it `default'. | |||||
* | (isearch-mode): If not slow, clear isearch-window-configuration. | Richard M. Stallman | 1994-01-10 | 1 | -3/+3 | |
| | ||||||
* | (telnet): Fix previous change--tentative idea | Richard M. Stallman | 1994-01-10 | 1 | -1/+0 | |
| | | | | wasn't fully removed. | |||||
* | (vendor-key-syms): Fixed typo (extra parens). | Roland McGrath | 1994-01-09 | 1 | -1/+1 | |
| | ||||||
* | (debug): Fixed typo. | Roland McGrath | 1994-01-09 | 1 | -2/+2 | |
| | ||||||
* | (debug): Bind a bunch of vars, like last-command, to | Richard M. Stallman | 1994-01-09 | 1 | -56/+126 | |
| | | | | | | | | neutral values. Save the outer values in debugger-last-command, etc. Put those saved values back into effect when returning. (debugger-eval-expression): Put the saved values into effect while evaluating, and store modified values back into debugger-outer-... after evaluating. | |||||
* | (diff): Select the differences buffer. | Richard M. Stallman | 1994-01-09 | 1 | -12/+11 | |
| | ||||||
* | (diff-latest-backup-file): Call file-chase-links. | Richard M. Stallman | 1994-01-09 | 1 | -1/+1 | |
| | ||||||
* | (c-indent-region): Keep looping till reach endmark. | Richard M. Stallman | 1994-01-09 | 1 | -29/+31 | |
| | | | | Treat #-lines specially. | |||||
* | (comint-input-autoexpand): Make default nil. | Richard M. Stallman | 1994-01-09 | 1 | -1/+1 | |
| | ||||||
* | (shell-input-autoexpand): New variable. | Richard M. Stallman | 1994-01-09 | 1 | -2/+14 | |
| | | | | | (shell-mode): Set comint-input-autoexpand. (shell-mode): Don't call shell-dirstack-message. | |||||
* | (vendor-key-syms): Add more HP keysyms and some Sun. | Richard M. Stallman | 1994-01-09 | 1 | -0/+17 | |
| | ||||||
* | Comment fix. | Richard M. Stallman | 1994-01-09 | 1 | -2/+0 | |
| | ||||||
* | (vendor-key-syms): Set this variable. | Richard M. Stallman | 1994-01-08 | 1 | -0/+17 | |
| | ||||||
* | (rmail-summary-delete-forward): Fix regexp | Richard M. Stallman | 1994-01-08 | 1 | -3/+4 | |
| | | | | | | used for recognizing deleted message. (rmail-summary-output, rmail-summary-output-to-rmail-file): Use rmail-summary-delete-forward. | |||||
* | (gnus-group-list-all-groups): Display a message in the echo area. | Richard M. Stallman | 1994-01-08 | 1 | -2/+4 | |
| |