Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Initial revision | Richard M. Stallman | 1993-03-14 | 1 | -0/+69 | |
| | ||||||
* | *** empty log message *** | Jim Blandy | 1993-03-14 | 1 | -0/+17 | |
| | ||||||
* | * diary-insert.el (insert-anniversary-diary-entry, | Jim Blandy | 1993-03-14 | 1 | -9/+17 | |
| | | | | insert-block-diary-entry): Fix calendar-date-display-form used. | |||||
* | (rmail-summary-next-msg): Call display-buffer. | Richard M. Stallman | 1993-03-13 | 1 | -26/+29 | |
| | | | | | | (rmail-summary-previous-all, rmail-summary-next-all): Likewise. (rmail-summary-rmail-update): Do nothing if rmail buffer not visible. (rmail-summary-mode-map): Don't bind C-n, C-p. Use ordinary move cmds. | |||||
* | Added library headers. | Eric S. Raymond | 1993-03-12 | 1 | -1/+10 | |
| | ||||||
* | (query-replace-map): New keymap. | Richard M. Stallman | 1993-03-12 | 1 | -1/+1 | |
| | | | | | | (perform-replace): Use query-replace-map. (query-replace, query-replace-regexp, map-query-replace-regexp): (replace-string, replace-regexp): Don't print `done' if unread chars. | |||||
* | Cancel previous change, since it discarded | Richard M. Stallman | 1993-03-11 | 1 | -13/+43 | |
| | | | | earlier necessary changes. | |||||
* | Added headers, commented out code the duplicates startup effects. | Eric S. Raymond | 1993-03-11 | 1 | -50/+85 | |
| | ||||||
* | Added headers, removed function bindings. | Eric S. Raymond | 1993-03-11 | 1 | -43/+13 | |
| | ||||||
* | Added headers, changed some keycap names. | Eric S. Raymond | 1993-03-11 | 1 | -108/+119 | |
| | ||||||
* | Added headers, changes some keycap names. | Eric S. Raymond | 1993-03-11 | 1 | -40/+76 | |
| | ||||||
* | Added headers, removed function-key bindings. | Eric S. Raymond | 1993-03-11 | 1 | -5/+12 | |
| | ||||||
* | Added headers, changed a few cookie names. | Eric S. Raymond | 1993-03-11 | 1 | -36/+52 | |
| | ||||||
* | Initial revision | Eric S. Raymond | 1993-03-11 | 1 | -0/+40 | |
| | ||||||
* | Added autoload, binding and menu line for new finder feature (P). | Eric S. Raymond | 1993-03-11 | 1 | -2/+6 | |
| |