summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* Corrected Keywords headerEric S. Raymond1993-03-181-1/+3
|
* * solar.el (solar-time-string): Round the time properly.Jim Blandy1993-03-181-1/+4
|
* Add or correct keywordsEric S. Raymond1993-03-1839-22/+453
|
* (make-frame): Renamed from new-frame.Richard M. Stallman1993-03-181-1/+3
| | | | (new-frame): Alias for make-frame.
* (function-key-map) Nuke code no longer bound to keys.Eric S. Raymond1993-03-181-52/+0
|
* As many key cookies as possible renamed to fit the new conventionsEric S. Raymond1993-03-181-10/+10
| | | | documented is lisp/term/README.
* Fix things so that bindings are added to the keymap already created byEric S. Raymond1993-03-182-15/+21
| | | | terminal initialization.
* Teach this to use help-screen.el.Eric S. Raymond1993-03-171-25/+5
|
* Initial revisionEric S. Raymond1993-03-172-0/+532
|
* Add standard library headers.Eric S. Raymond1993-03-1714-22/+52
|
* Add standard library headers.Eric S. Raymond1993-03-1712-15/+36
|
* Initial revisionEric S. Raymond1993-03-172-0/+746
|
* Add standard library headers.Eric S. Raymond1993-03-175-18/+34
|
* Added standard library headers.Eric S. Raymond1993-03-1712-17/+31
|
* (finder-compile-keywords) Treat nil in a path argument as $PWD.Eric S. Raymond1993-03-171-51/+59
| | | | (finder-by-keyword) Handle LFD as input gracefully.
* Increment version number to match vc.el's.Eric S. Raymond1993-03-171-2/+2
|
* (vc-header-strings) Name changed to vc-header-alist, to match theEric S. Raymond1993-03-171-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 Eggert1993-03-161-4/+3
| | | | (vc-backend-checkout, vc-backend-assign-name): Correct bogus messages.
* Merge today's change by eric with everybody else'sPaul Eggert1993-03-161-28/+42
| | | | change (from 1992/08/04 through 1993/02/24).
* Doc fix.Jim Blandy1993-03-161-1/+1
|
* * bytecomp.el (byte-compile-from-buffer): Put buffer containingJim Blandy1993-03-161-1/+9
| | | | compiled code in binary overwrite mode.
* src/ * simple.el (quoted-insert): In overwrite mode, don't read digitsJim Blandy1993-03-161-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 aEric S. Raymond1993-03-161-43/+32
| | | | nonexistent file to work.
* vc-error-occurred needs to be in vc-hooks.Eric S. Raymond1993-03-161-4/+1
|
* * calendar.el (calendar-time-zone): Initialize this whenJim Blandy1993-03-161-2/+13
| | | | calendar.el loads, not in the defvar.
* *** empty log message ***Jim Blandy1993-03-151-11/+98
|
* * register.el (view-register): Neglect not to avoid failing toJim Blandy1993-03-151-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 Blandy1993-03-152-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 Blandy1993-03-151-3/+3
|
* * indent.el (indent-line-function): Doc fix.Jim Blandy1993-03-151-1/+1
|
* * sort.el (sort-float-fields, sort-numeric-fields): UseJim Blandy1993-03-151-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, notJim Blandy1993-03-151-1/+1
| | | | string-to-float.
* *** empty log message ***Richard M. Stallman1993-03-151-6/+96
|
* *** empty log message ***Richard M. Stallman1993-03-151-43/+60
|
* *** empty log message ***Richard M. Stallman1993-03-151-26/+27
|
* Initial revisionRichard M. Stallman1993-03-141-0/+69
|
* *** empty log message ***Jim Blandy1993-03-141-0/+17
|
* * diary-insert.el (insert-anniversary-diary-entry,Jim Blandy1993-03-141-9/+17
| | | | insert-block-diary-entry): Fix calendar-date-display-form used.
* (rmail-summary-next-msg): Call display-buffer.Richard M. Stallman1993-03-131-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. Raymond1993-03-121-1/+10
|
* (query-replace-map): New keymap.Richard M. Stallman1993-03-121-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 discardedRichard M. Stallman1993-03-111-13/+43
| | | | earlier necessary changes.
* Added headers, commented out code the duplicates startup effects.Eric S. Raymond1993-03-111-50/+85
|
* Added headers, removed function bindings.Eric S. Raymond1993-03-111-43/+13
|
* Added headers, changed some keycap names.Eric S. Raymond1993-03-111-108/+119
|
* Added headers, changes some keycap names.Eric S. Raymond1993-03-111-40/+76
|
* Added headers, removed function-key bindings.Eric S. Raymond1993-03-111-5/+12
|
* Added headers, changed a few cookie names.Eric S. Raymond1993-03-111-36/+52
|
* Initial revisionEric S. Raymond1993-03-111-0/+40
|
* Added autoload, binding and menu line for new finder feature (P).Eric S. Raymond1993-03-111-2/+6
|