| Commit message (Expand) | Author | Age | Files | Lines |
* | require 'shell | Noah Friedman | 1993-09-09 | 1 | -0/+1 |
* | (vc-backend-steal): Fix typo when invoking the 'rcs' command | Paul Eggert | 1993-09-08 | 1 | -1/+1 |
* | (shell-dirstack-message): Recognize ~ by matching the expansion of "~" with | Roland McGrath | 1993-09-08 | 1 | -4/+13 |
* | (rlogin): After rlogin-mode, set comint-filename-prefix locally to indicate | Roland McGrath | 1993-09-08 | 1 | -8/+11 |
* | (shell-cd): New function, like `cd' but prepend comint-filename-prefix. | Roland McGrath | 1993-09-08 | 1 | -8/+12 |
* | (shell-resync-dirs, shell-process-cd, shell-process-pushd, | Roland McGrath | 1993-09-08 | 1 | -6/+8 |
* | (comint-filename-prefix): New variable. | Roland McGrath | 1993-09-08 | 1 | -11/+36 |
* | (ange-ftp-file-executable-p): New function, handles file-executable-p. | Roland McGrath | 1993-09-08 | 1 | -1/+11 |
* | (rmail-convert-file): Exclude the Babyl header | Richard M. Stallman | 1993-09-07 | 1 | -5/+10 |
* | (command-line): Setq inhibit-startup-message to nil. | Richard M. Stallman | 1993-09-07 | 1 | -0/+4 |
* | (jump-to-register): Take new optional arg NODELETE (prefix arg); pass | Roland McGrath | 1993-09-07 | 1 | -4/+6 |
* | (set-frame-configuration): Take new optional arg NODELETE; if non-nil, | Roland McGrath | 1993-09-07 | 1 | -3/+6 |
* | ({window,frame}-configuration-to-register): Fix prompt string in | Roland McGrath | 1993-09-07 | 1 | -2/+2 |
* | Don't clobber existing binding for menu-bar in global-map. | Roland McGrath | 1993-09-06 | 1 | -1/+4 |
* | (calendar-time-zone-daylight-rules): Remove special case for Israel. | Paul Eggert | 1993-09-06 | 1 | -29/+5 |
* | (tag-exact-match-p): Return true if TAG is the explicit tag name. | Roland McGrath | 1993-09-06 | 1 | -4/+8 |
* | Fix version in comment. | Richard M. Stallman | 1993-09-06 | 1 | -1/+1 |
* | Doc fixes. | Richard M. Stallman | 1993-09-06 | 1 | -52/+52 |
* | Comment fixes. | Richard M. Stallman | 1993-09-05 | 1 | -25/+3 |
* | (next-file): If arg is neither t nor nil, then eval it to return initial | Roland McGrath | 1993-08-30 | 1 | -12/+22 |
* | Use integers instead of floating point where they will do. | Paul Eggert | 1993-08-29 | 1 | -12/+18 |
* | (calendar-time-zone-daylight-rules): Scan through the | Paul Eggert | 1993-08-28 | 1 | -75/+94 |
* | (solar-holidays): Use new | Paul Eggert | 1993-08-28 | 1 | -44/+55 |
* | (solar-time-string): | Paul Eggert | 1993-08-28 | 1 | -4/+4 |
* | (vc-locked-example): Renamed from vc-quiescent-p. Now yields example of | Paul Eggert | 1993-08-27 | 1 | -19/+23 |
* | (vc-find-file-hook, vc-file-not-found-hook): Use add-hook to install. | Paul Eggert | 1993-08-27 | 1 | -6/+2 |
* | * calendar.el (calendar-absolute-from-iso, | Jim Blandy | 1993-08-20 | 1 | -5/+5 |
* | * solar.el (solar-sunrise, solar-sunset, solar-longitude-of-sun): | Jim Blandy | 1993-08-20 | 1 | -4/+4 |
* | (texinfo-environment-regexp): Match cartouche. | Roland McGrath | 1993-08-18 | 1 | -1/+1 |
* | (update-copyright): Handle two-digit years with apostrophes. | Roland McGrath | 1993-08-18 | 1 | -3/+5 |
* | (find-file-noselect): If a find-file-not-found-hook succeeds, clear `error'. | Richard M. Stallman | 1993-08-15 | 1 | -1/+5 |
* | (bookmark-alist): Move defvar before first use. | Richard M. Stallman | 1993-08-14 | 1 | -5/+5 |
* | Doc fixes. | Richard M. Stallman | 1993-08-14 | 1 | -82/+113 |
* | New version from Fogel. | Richard M. Stallman | 1993-08-14 | 1 | -46/+33 |
* | (list-buffers-directory): Add declaration. | Richard M. Stallman | 1993-08-14 | 1 | -0/+2 |
* | (frame-initialize): Check for `on' or `true' | Richard M. Stallman | 1993-08-14 | 1 | -1/+2 |
* | (x-create-frame-with-faces): Check for `on' or `true' | Richard M. Stallman | 1993-08-14 | 1 | -1/+2 |
* | (outline-level): New var. Everything funcalls this | Richard M. Stallman | 1993-08-14 | 1 | -17/+21 |
* | (outline-minor-mode-prefix): New variable. | Richard M. Stallman | 1993-08-14 | 1 | -1/+4 |
* | (frame-initialize): Handle reverseVideo x-resource. | Richard M. Stallman | 1993-08-14 | 1 | -1/+3 |
* | (momentary-string-display): Scroll to keep the string on the screen. | Richard M. Stallman | 1993-08-14 | 1 | -1/+11 |
* | (compilation-parse-errors): Don't add multiple errors for one source line. | Richard M. Stallman | 1993-08-14 | 1 | -6/+10 |
* | (bibtex-mode-map): Change C-c e to C-c C-b. | Richard M. Stallman | 1993-08-14 | 1 | -1/+1 |
* | (mouse-menu-bar-buffers): Use list-buffers-directory. | Richard M. Stallman | 1993-08-13 | 1 | -1/+5 |
* | (isearch-edit-string): Use read-event, not read-char. | Richard M. Stallman | 1993-08-13 | 1 | -9/+3 |
* | (site-run-file): New variable. | Richard M. Stallman | 1993-08-13 | 1 | -1/+13 |
* | (backup-inhibited): Doc fix. | Richard M. Stallman | 1993-08-13 | 1 | -2/+4 |
* | entered into RCS | Richard M. Stallman | 1993-08-13 | 1 | -0/+186 |
* | New version from Fogel. | Richard M. Stallman | 1993-08-13 | 1 | -170/+140 |
* | (mouse-choose-completion): Really go to minibuffer; no save-excursion. | Richard M. Stallman | 1993-08-12 | 1 | -10/+9 |