Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 16 | -1/+101 |
| | |||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 64 | -270/+521 |
| | |||||
* | (line-number-mode): New function and variable. | Richard M. Stallman | 1993-03-21 | 1 | -2/+16 |
| | |||||
* | * simple.el (comment-indent-function): New variable, intended to | Jim Blandy | 1993-03-21 | 2 | -2/+10 |
| | | | | | | | | | replace comment-indent-hook. (comment-indent-hook): Make this default to nil now. (indent-for-comment): If comment-indent-hook is non-nil, call it for backward compatibility; otherwise, call comment-indent-function. * bytecomp.el: Declare comment-indent-hook an obsolete variable. | ||||
* | * isearch.el (isearch-switch-frame-handler): Call | Jim Blandy | 1993-03-21 | 1 | -3/+6 |
| | | | | handle-switch-frame instead of select-frame; it has been renamed. | ||||
* | * time.el (display-time): Doc fix. | Jim Blandy | 1993-03-21 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1993-03-20 | 1 | -2/+2 |
| | |||||
* | Make sure that when new keywords are compiled, we see them | Eric S. Raymond | 1993-03-19 | 1 | -0/+1 |
| | | | | immediately. | ||||
* | Typo fix. | Eric S. Raymond | 1993-03-19 | 1 | -1/+1 |
| | |||||
* | Info on the terminal-package-finding algorithm. | Eric S. Raymond | 1993-03-19 | 1 | -4/+11 |
| | |||||
* | * tex-mode.el (tex-send-command): Fix the command sent so that no | Jim Blandy | 1993-03-19 | 1 | -5/+8 |
| | | | | blank is inserted when replacing the asterisk with the file name. | ||||
* | Added keyword. | Eric S. Raymond | 1993-03-19 | 1 | -1/+1 |
| | |||||
* | Oops... | Eric S. Raymond | 1993-03-19 | 1 | -3/+3 |
| | |||||
* | Initial revision | Eric S. Raymond | 1993-03-18 | 1 | -0/+207 |
| | |||||
* | Corrected Keywords header. | Eric S. Raymond | 1993-03-18 | 1 | -2/+2 |
| | |||||
* | Corrected Keywords header | Eric S. Raymond | 1993-03-18 | 1 | -1/+3 |
| | |||||
* | * solar.el (solar-time-string): Round the time properly. | Jim Blandy | 1993-03-18 | 1 | -1/+4 |
| | |||||
* | Add or correct keywords | Eric S. Raymond | 1993-03-18 | 39 | -22/+453 |
| | |||||
* | (make-frame): Renamed from new-frame. | Richard M. Stallman | 1993-03-18 | 1 | -1/+3 |
| | | | | (new-frame): Alias for make-frame. | ||||
* | (function-key-map) Nuke code no longer bound to keys. | Eric S. Raymond | 1993-03-18 | 1 | -52/+0 |
| | |||||
* | As many key cookies as possible renamed to fit the new conventions | Eric S. Raymond | 1993-03-18 | 1 | -10/+10 |
| | | | | documented is lisp/term/README. | ||||
* | Fix things so that bindings are added to the keymap already created by | Eric S. Raymond | 1993-03-18 | 2 | -15/+21 |
| | | | | terminal initialization. | ||||
* | Teach this to use help-screen.el. | Eric S. Raymond | 1993-03-17 | 1 | -25/+5 |
| | |||||
* | Initial revision | Eric S. Raymond | 1993-03-17 | 2 | -0/+532 |
| | |||||
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 14 | -22/+52 |
| | |||||
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 12 | -15/+36 |
| | |||||
* | Initial revision | Eric S. Raymond | 1993-03-17 | 2 | -0/+746 |
| | |||||
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 5 | -18/+34 |
| | |||||
* | Added standard library headers. | Eric S. Raymond | 1993-03-17 | 12 | -17/+31 |
| | |||||
* | (finder-compile-keywords) Treat nil in a path argument as $PWD. | Eric S. Raymond | 1993-03-17 | 1 | -51/+59 |
| | | | | (finder-by-keyword) Handle LFD as input gracefully. | ||||
* | Increment version number to match vc.el's. | Eric S. Raymond | 1993-03-17 | 1 | -2/+2 |
| | |||||
* | (vc-header-strings) Name changed to vc-header-alist, to match the | Eric S. Raymond | 1993-03-17 | 1 | -59/+89 |
| | | | | | | | | | docs. (vc-finish-logentry, vc-next-comment, vc-previous-comment, vc-comment-search-forward, vc-comment-search-backward) The VC comment ring is now a separate buffer from *VC-log*; editing of old comments is no longer destructive. | ||||
* | (vc-version-diff): Use (message ...), not (message (format ...)). | Paul Eggert | 1993-03-16 | 1 | -4/+3 |
| | | | | (vc-backend-checkout, vc-backend-assign-name): Correct bogus messages. | ||||
* | Merge today's change by eric with everybody else's | Paul Eggert | 1993-03-16 | 1 | -28/+42 |
| | | | | change (from 1992/08/04 through 1993/02/24). | ||||
* | Doc fix. | Jim Blandy | 1993-03-16 | 1 | -1/+1 |
| | |||||
* | * bytecomp.el (byte-compile-from-buffer): Put buffer containing | Jim Blandy | 1993-03-16 | 1 | -1/+9 |
| | | | | compiled code in binary overwrite mode. | ||||
* | src/ * simple.el (quoted-insert): In overwrite mode, don't read digits | Jim Blandy | 1993-03-16 | 1 | -8/+51 |
| | | | | | | | | | | | as an octal character code. In binary overwrite mode, overwrite the characters instead of inserting them. (overwrite-mode-textual, overwrite-mode-binary): New symbols, for use in the mode line. (overwrite-mode): Doc fix. Use force-mode-line-update. (binary-overwrite-mode): New function. * loaddefs.el (minor-mode-alist): Make the mode line element for overwrite-mode be the symbol `overwrite-mode'. | ||||
* | vc-error-occurred: moved to vc-hooks.el in order for ^X^F of a | Eric S. Raymond | 1993-03-16 | 1 | -43/+32 |
| | | | | nonexistent file to work. | ||||
* | vc-error-occurred needs to be in vc-hooks. | Eric S. Raymond | 1993-03-16 | 1 | -4/+1 |
| | |||||
* | * calendar.el (calendar-time-zone): Initialize this when | Jim Blandy | 1993-03-16 | 1 | -2/+13 |
| | | | | calendar.el loads, not in the defvar. | ||||
* | *** empty log message *** | Jim Blandy | 1993-03-15 | 1 | -11/+98 |
| | |||||
* | * register.el (view-register): Neglect not to avoid failing to | Jim Blandy | 1993-03-15 | 1 | -17/+30 |
| | | | | | properly display all the possible sorts of things one might find in a buffer. | ||||
* | Make frame configurations start with a distinctive symbol. | Jim Blandy | 1993-03-15 | 2 | -22/+36 |
| | | | | | | | | | | * frame.el (current-frame-configuration): Return a list as before, but starting with `frame-configuration'. (set-frame-configuration): Check that CONFIGURATION is a list starting with `frame-configuration', strip it off, and do as before. (frame-configuration-p): New function. * register.el (jump-to-register): Use frame-configuration-p, instead of catching an error in set-frame-configuration. Really now. | ||||
* | * indent.el (indent-region, indent-region-function): Doc fix. | Jim Blandy | 1993-03-15 | 1 | -3/+3 |
| | |||||
* | * indent.el (indent-line-function): Doc fix. | Jim Blandy | 1993-03-15 | 1 | -1/+1 |
| | |||||
* | * sort.el (sort-float-fields, sort-numeric-fields): Use | Jim Blandy | 1993-03-15 | 1 | -2/+4 |
| | | | | | | | | string-to-number, not string-to-float or string-to-int. * sort.el (sort-float-fields): Make this autoloaded. * sort.el (sort-numeric-fields): Doc fix. | ||||
* | * sort.el (sort-float-fields): Use string-to-number, not | Jim Blandy | 1993-03-15 | 1 | -1/+1 |
| | | | | string-to-float. | ||||
* | *** empty log message *** | Richard M. Stallman | 1993-03-15 | 1 | -6/+96 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1993-03-15 | 1 | -43/+60 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1993-03-15 | 1 | -26/+27 |
| |