Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (ispell-check-comments): Default is now t. | Richard M. Stallman | 1996-05-09 | 1 | -2/+2 |
| | |||||
* | (bookmark-bmenu-delete-backwards) | Richard M. Stallman | 1996-05-09 | 1 | -34/+29 |
| | | | | | | | | (bookmark-write, bookmark-relocate, bookmark-insert-buffer-name) (bookmark-insert-current-bookmark, bookmark-send-edited-annotation) (bookmark-read-annotation, bookmark-read-annotation-text-func) (bookmark-send-annotation, bookmark-insert-file-format-version-stamp): Doc fixes. | ||||
* | Undo previous change. | Richard M. Stallman | 1996-05-08 | 1 | -10/+9 |
| | | | | | Delete the version number entirely; fix up whitespace that was changed before. | ||||
* | Revert to version 1.9. | Richard M. Stallman | 1996-05-08 | 1 | -108/+98 |
| | |||||
* | Merged cosmetic differences between FSF version and local copy. In | Karl Fogel | 1996-05-08 | 1 | -9/+9 |
| | | | | | | the future, diffmon will make this unnecessary. (save-place-version): new var; init to 1.4. (save-place-limit): init to nil. | ||||
* | (bookmark-locate): ;;;###autoload this alias. | Karl Fogel | 1996-05-08 | 1 | -3/+5 |
| | | | | | | (bookmark-bmenu-mode-map): bind C-c C-c to bookmark-bmenu-this-window, analogously to other Emacs listing modes such as *grep* and *occur*. (bookmark-version): upped to 2.6.4. | ||||
* | (convert-standard-filename): Test msdos-long-file-names. | Richard M. Stallman | 1996-05-08 | 1 | -45/+44 |
| | | | | Return "." or ".." unchanged. | ||||
* | (gud-filter): Move the call to gud-display-frame | Richard M. Stallman | 1996-05-08 | 1 | -27/+28 |
| | | | | outside of the save-excursion. | ||||
* | (mail-hist-version): upped to 1.3.4. | Karl Fogel | 1996-05-08 | 1 | -98/+108 |
| | | | | | | | | | | | | | | | | | | (mail-hist-put-headers-into-history): wrap relevant body in a `save-excursion'. (mail-hist-add-header-contents-to-ring): doc fix. Use `mail-hist-text-size-limit' directly. (mail-hist-text-size-limit): doc fix. (mail-hist-text-too-long-p): removed, we don't need this func. (mail-hist-forward-header): move to point just after colon, don't try to treat whitespace specially. (mail-hist-next-or-previous-input): new func, abstracts two funcs below. Error informatively if not in a header. Compensate for the extra SPACE char in "virgin" headers. (mail-hist-next-input): just call above. (mail-hist-previous-input): same. (mail-hist-header-virgin-p): new func. | ||||
* | (bookmark-make): take optional arg `info-node', pass it on to | Karl Fogel | 1996-05-08 | 1 | -31/+53 |
| | | | | | | | | | | | | | bookmark-make-cell. (bookmark-make-cell): if new optional arg `info-node' is non-nil, make it be the bookmark's info-node. (bookmark-info-current-node): new func. (bookmark-set): call bookmark-make, passing result from above bookmark-info-current-node. (bookmark-send-annotation): same as above. (bookmark-locate): defalias to bookmark-insert-location for backward compatibility. (bookmark-version): upped to 2.6.3. | ||||
* | (rlogin): Call rlogin-mode after adding rlogin-carriage-filter to output | Noah Friedman | 1996-05-08 | 1 | -2/+3 |
| | | | | filter functions, so user can remove it if desired. | ||||
* | (gulp-search-path, gulp-packages): Variable deleted. | Richard M. Stallman | 1996-05-07 | 1 | -15/+10 |
| | | | | | (gulp-send-requests): Make the list of packages from scratch here. Read directory name with the minibuffer. | ||||
* | Initial revision | Richard M. Stallman | 1996-05-07 | 1 | -0/+125 |
| | |||||
* | (Info-enable-active-nodes): Default to nil. Mark it risky. | Richard M. Stallman | 1996-05-07 | 1 | -1/+2 |
| | |||||
* | (ediff-setup-fine-diff-regions): | Richard M. Stallman | 1996-05-06 | 1 | -1/+3 |
| | | | | Use ediff-diff3-options or ediff-diff-options. | ||||
* | (mouse-drag-region): Set the region before reading a | Richard M. Stallman | 1996-05-06 | 1 | -3/+3 |
| | | | | character, so the selection exists while we wait. | ||||
* | (iso-accents-compose): Don't insert in the buffer | Richard M. Stallman | 1996-05-05 | 1 | -0/+2 |
| | | | | if this is not the start of the key sequence. | ||||
* | (hide-ifdef-mode): Doc fix. | Richard M. Stallman | 1996-05-05 | 1 | -1/+1 |
| | |||||
* | (win32-handle-scroll-bar-event): | Richard M. Stallman | 1996-05-05 | 1 | -2/+2 |
| | | | | Look for `up' and `down' instead of `up-arrow' and `down-arrow'. | ||||
* | (ps-print-preprint): Special handling if | Richard M. Stallman | 1996-05-05 | 1 | -3/+5 |
| | | | | file entered in the minibuffer is a directory. | ||||
* | (mail-mode): Line starting with ---- is a separator. | Richard M. Stallman | 1996-05-05 | 1 | -2/+6 |
| | |||||
* | (vc-follow-link, vc-find-file-hook): | Richard M. Stallman | 1996-05-05 | 1 | -6/+14 |
| | | | | | | Use file-chase-links instead of file-truename. (vc-find-file-hook): Follow a link without asking if the target is already visited. | ||||
* | (dired-handle-overwrite): `find-backup-file-name' | Richard M. Stallman | 1996-05-04 | 1 | -8/+10 |
| | | | | may return nil, so handle that. | ||||
* | (apropos-print): If command has no key bindings, say how to run it with M-x. | Richard M. Stallman | 1996-05-04 | 1 | -1/+8 |
| | |||||
* | (win32-handle-scroll-bar-event): New function. | Geoff Voelker | 1996-05-03 | 1 | -2/+32 |
| | |||||
* | (original-make-auto-save-file-name): New symbol bound | Geoff Voelker | 1996-05-03 | 1 | -0/+18 |
| | | | | | to old value of make-auto-save-file-name. (make-auto-save-file-name): New function overriding old. | ||||
* | (gud-display-line): Switch to gud buffer before calling gud-find-file. | Richard M. Stallman | 1996-05-02 | 1 | -1/+5 |
| | |||||
* | (Info-find-node): Don't treat file name `dir' specially | Richard M. Stallman | 1996-05-02 | 1 | -1/+1 |
| | | | | if it comes with a directory name. | ||||
* | Comment changes. | Richard M. Stallman | 1996-05-01 | 1 | -57/+16 |
| | |||||
* | (mouse-drag-region): Doc fix. | Richard M. Stallman | 1996-04-30 | 1 | -2/+2 |
| | |||||
* | (shell-command-on-region): Start of region to keep is | Karl Heuer | 1996-04-30 | 1 | -1/+1 |
| | | | | min of endpoints, not max. | ||||
* | (diary-frame-parameters, calendar-frame-parameters) | Richard M. Stallman | 1996-04-29 | 1 | -5/+6 |
| | | | | | (calendar-and-diary-frame-parameters): Take out font, auto-lower and auto-raise. | ||||
* | (insert-tab): fix previous change | Erik Naggum | 1996-04-29 | 1 | -1/+1 |
| | |||||
* | (indent-for-tab-command): Pass prefix arg to indent-tab. | Richard M. Stallman | 1996-04-28 | 1 | -7/+8 |
| | | | | (insert-tab): Handle prefix arg. | ||||
* | Double DST correction removed! | Edward M. Reingold | 1996-04-27 | 1 | -6/+4 |
| | |||||
* | [windows-nt]: Load disp-table. | Richard M. Stallman | 1996-04-26 | 1 | -0/+2 |
| | |||||
* | (rmail-insert-inbox-text): When required, prompt for | Richard M. Stallman | 1996-04-26 | 1 | -4/+50 |
| | | | | | | pop password and pass on to movemail. (rmail-pop-password, rmail-pop-password-required): New variables. (rmail-read-password): New function. | ||||
* | (compilation-error-regexp-alist): Add regexp | Richard M. Stallman | 1996-04-26 | 1 | -0/+5 |
| | | | | for Microsoft VC++ error messages containing drive letters. | ||||
* | Comment change. | Richard M. Stallman | 1996-04-26 | 1 | -1/+1 |
| | |||||
* | (mouse-drag-region): Leave region highlighted until the next input event. | Richard M. Stallman | 1996-04-26 | 1 | -3/+7 |
| | |||||
* | (walk-windows): Doc fix. | Richard M. Stallman | 1996-04-26 | 1 | -1/+1 |
| | |||||
* | Update some comments. | Edward M. Reingold | 1996-04-24 | 1 | -2/+3 |
| | |||||
* | Spelling error. | Edward M. Reingold | 1996-04-24 | 1 | -1/+1 |
| | |||||
* | Spelling fix. | Edward M. Reingold | 1996-04-24 | 1 | -1/+1 |
| | |||||
* | (doctor-doc): Add period. | Richard M. Stallman | 1996-04-23 | 1 | -1/+1 |
| | |||||
* | [motif]: Make f10 undefined. | Richard M. Stallman | 1996-04-21 | 1 | -0/+4 |
| | |||||
* | (walk-windows): Doc fix. | Richard M. Stallman | 1996-04-21 | 1 | -3/+3 |
| | |||||
* | (auto-mode-alist): .F gets fortran mode. | Richard M. Stallman | 1996-04-21 | 1 | -0/+1 |
| | |||||
* | (Info-next-reference, Info-prev-reference): Add optional | Richard M. Stallman | 1996-04-21 | 1 | -4/+8 |
| | | | | argument RECUR to avoid infinite recursion on malformed nodes. | ||||
* | (simula-submit-bug-report): Use emacs-version. | Richard M. Stallman | 1996-04-21 | 1 | -12/+2 |
| | | | | (simula-version): Function and variable deleted. |