Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc fix. | Jim Blandy | 1993-04-07 | 1 | -1/+1 |
| | |||||
* | (untabify): Don't really change where restriction starts. | Richard M. Stallman | 1993-04-07 | 1 | -1/+1 |
| | |||||
* | (dired-pop-to-buffer): Adjust count-lines val for last line. | Richard M. Stallman | 1993-04-06 | 1 | -1/+4 |
| | |||||
* | (vc-comment-to-change-log): Renamed from vc-comment-to-changelog. | Roland McGrath | 1993-04-05 | 1 | -5/+10 |
| | | | | | Take optional arg and pass it to find-change-log. Added docstring and interactive spec. | ||||
* | (find-change-log): New function. | Roland McGrath | 1993-04-05 | 1 | -27/+41 |
| | | | | (add-change-log-entry): FILE-NAME frobnicating code moved there; call it. | ||||
* | (compilation-error-regexp-alist): Merged HP-UX 7.0 fc regexp with the | Roland McGrath | 1993-04-05 | 1 | -16/+21 |
| | | | | | | GNU format regexp: just allowing blanks to terminate the line number makes that one handle the HP case. Merged MIPS RISC CC regexp with Apollo cc regexp: make "s optional, and don't anchor to bol. | ||||
* | (compilation-error-regexp-alist): Changed MIPS RISC CC regexp (last one) to | Roland McGrath | 1993-04-05 | 1 | -2/+2 |
| | | | | be anchored at bol, and to never match multiple lines. | ||||
* | (dired-unmark-all-files): Read the arg as just a char. | Richard M. Stallman | 1993-04-05 | 1 | -2/+5 |
| | |||||
* | Added or corrected documentation headers | Eric S. Raymond | 1993-04-03 | 1 | -2/+4 |
| | |||||
* | Initial revision | Eric S. Raymond | 1993-04-03 | 2 | -0/+848 |
| | |||||
* | new comint-read-noecho. | Noah Friedman | 1993-04-03 | 1 | -19/+46 |
| | |||||
* | (repeat-history-command): Bug fix. Someone forgot a car. | Eric S. Raymond | 1993-04-02 | 1 | -1/+1 |
| | |||||
* | (mpuz-try-letter): Use read-char to read digit. | Richard M. Stallman | 1993-04-02 | 1 | -19/+5 |
| | | | | | Use message directly also. Use downcase. (mpuz-read-map): Deleted. | ||||
* | (eval-defun): Rename argument to avoid collision. | Richard M. Stallman | 1993-04-01 | 1 | -4/+4 |
| | | | | (eval-last-sexp): Likewise. | ||||
* | (etags-tags-completion-table): Rewritten with a mondo regexp. | Roland McGrath | 1993-04-01 | 1 | -18/+18 |
| | |||||
* | * timer.el (timer-program): New defconst. | Jim Blandy | 1993-04-01 | 1 | -2/+10 |
| | | | | | | (run-at-time): Use timer-program as the name of the program the subprocess should run, and search for it in exec-directory, rather than checking the entire exec path. | ||||
* | (indent-for-comment): Use skip-syntax-backward in place of | Roland McGrath | 1993-03-31 | 1 | -9/+10 |
| | | | | | skip-chars-backward. Correctly set INDENT to the return value of comment-indent-function. | ||||
* | (etags-tags-completion-table): Use skip-syntax-backward instead of | Roland McGrath | 1993-03-31 | 1 | -4/+3 |
| | | | | skip-chars-backward. | ||||
* | (view-buffer-other-window): Remove spurious backslashes from | Roland McGrath | 1993-03-31 | 1 | -1/+1 |
| | | | | interactive spec. | ||||
* | (view-exit): Use local map view-old-local-map, not (current-local-map). | Roland McGrath | 1993-03-31 | 1 | -1/+1 |
| | |||||
* | (map-y-or-n-p): Make bindings of user-defined keys be each a vector | Roland McGrath | 1993-03-31 | 1 | -6/+6 |
| | | | | | | containing the user's binding, rather than 'user. Check (vectorp DEF) and call the vector's elt, rather than checking (eq 'user DEF) and calling something completely random. | ||||
* | (enable-command): Remove spurious assignment of free variable `foo'. | Roland McGrath | 1993-03-31 | 1 | -1/+0 |
| | |||||
* | (describe-function): For Lisp functions, write a prototype call before | Roland McGrath | 1993-03-31 | 1 | -15/+18 |
| | | | | the docstring, instead of an argument description after it. | ||||
* | (find-backup-file-name): delete nothing if overflow in number of files to keep. | Noah Friedman | 1993-03-30 | 1 | -1/+4 |
| | |||||
* | * subr.el (int-to-string): Make this an alias for the subr | Jim Blandy | 1993-03-30 | 1 | -0/+1 |
| | | | | number-to-string. | ||||
* | (isearch-done): Customize the message about mark. | Richard M. Stallman | 1993-03-30 | 1 | -3/+9 |
| | |||||
* | (isearch-mode-map): Delete the binding for C-h. | Richard M. Stallman | 1993-03-30 | 1 | -12/+9 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1993-03-30 | 1 | -1/+1 |
| | |||||
* | (rmail): Don't use mbox as inbox by default. | Richard M. Stallman | 1993-03-29 | 1 | -8/+7 |
| | |||||
* | Put back removed years in copyright notice. | Richard M. Stallman | 1993-03-29 | 1 | -1/+1 |
| | |||||
* | (count-lines): Use save-match-data. | Richard M. Stallman | 1993-03-29 | 1 | -12/+13 |
| | |||||
* | Removed author and Adapted-By lines. They're wrong, and they're not | Eric S. Raymond | 1993-03-29 | 1 | -2/+0 |
| | | | | | in the supposedly up-to-date version on my system. What was going on here? | ||||
* | (vc-next-action, vc-peint-log, vc-diff, vc-revert-buffer) improved | Eric S. Raymond | 1993-03-29 | 1 | -12/+11 |
| | | | | logic for parent buffer finding. | ||||
* | Provide mailabbrev, not mail-abbrevs. | Richard M. Stallman | 1993-03-29 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1993-03-29 | 1 | -0/+28 |
| | |||||
* | (fill-individual-paragraphs): When skipping mail headers, skip to a blank line. | Richard M. Stallman | 1993-03-28 | 1 | -1/+1 |
| | |||||
* | Undo previous change. | Richard M. Stallman | 1993-03-28 | 2 | -27/+1 |
| | |||||
* | (setenv): Renamed back from putenv. | Richard M. Stallman | 1993-03-28 | 1 | -4/+1 |
| | |||||
* | Cancel previous change; this version should be identical to version 1.17. | Richard M. Stallman | 1993-03-28 | 1 | -39/+25 |
| | |||||
* | (regexp-history): New history list. | Richard M. Stallman | 1993-03-28 | 1 | -13/+25 |
| | | | | | | | (occur, flush-lines, keep-lines, how-many): Use it. (occur): Don't insert previous string in minibuffer gratuitously. Just use it if input is empty. Use save-match-data around count-lines. | ||||
* | *** empty log message *** | Noah Friedman | 1993-03-28 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Noah Friedman | 1993-03-28 | 1 | -29/+91 |
| | |||||
* | renamed to env.el; changed setenv to putenv. | Noah Friedman | 1993-03-28 | 1 | -7/+13 |
| | |||||
* | (vc-comment-to-changelog): A useful vc-checkin hook, added. | Eric S. Raymond | 1993-03-28 | 1 | -10/+51 |
| | | | | | | | | | (vc-checkout): Now rejects attempts to check out files via FTP. The `derived buffers' in the mode (the VC log buffer, status buffers, and most buffer output commands) now know which file buffer was their parent, and most commands will try to find such a parent buffer when executed from within a special buffer. | ||||
* | Fixed typo introduced by last patch. | Eric S. Raymond | 1993-03-28 | 1 | -1/+1 |
| | |||||
* | : Added autoload cookie for entry point. | Eric S. Raymond | 1993-03-28 | 1 | -1/+2 |
| | |||||
* | (auto-mode-alist): added pairs for .ms, .man, .mk, [Mm]akefile, .lex. | Eric S. Raymond | 1993-03-28 | 1 | -0/+6 |
| | |||||
* | (shrink-window-if-larger-than-buffer) Added doc string. Made argument | Eric S. Raymond | 1993-03-28 | 1 | -1/+4 |
| | | | | optional, because window-buffer does the right thing with nil. | ||||
* | (electric-buffer-menu-mode-map): fillarray isn't a valid operation on maps | Eric S. Raymond | 1993-03-28 | 1 | -4/+4 |
| | | | | any more. | ||||
* | (try-face-font, find-face, get-face): New aliases. | Richard M. Stallman | 1993-03-27 | 1 | -0/+4 |
| |