summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Added or corrected Commentary sectionsEric S. Raymond1993-03-2216-1/+101
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-2264-270/+521
|
* (line-number-mode): New function and variable.Richard M. Stallman1993-03-211-2/+16
|
* * simple.el (comment-indent-function): New variable, intended toJim Blandy1993-03-212-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): CallJim Blandy1993-03-211-3/+6
| | | | handle-switch-frame instead of select-frame; it has been renamed.
* * time.el (display-time): Doc fix.Jim Blandy1993-03-211-1/+1
|
* *** empty log message ***Jim Blandy1993-03-201-2/+2
|
* Make sure that when new keywords are compiled, we see themEric S. Raymond1993-03-191-0/+1
| | | | immediately.
* Typo fix.Eric S. Raymond1993-03-191-1/+1
|
* Info on the terminal-package-finding algorithm.Eric S. Raymond1993-03-191-4/+11
|
* * tex-mode.el (tex-send-command): Fix the command sent so that noJim Blandy1993-03-191-5/+8
| | | | blank is inserted when replacing the asterisk with the file name.
* Added keyword.Eric S. Raymond1993-03-191-1/+1
|
* Oops...Eric S. Raymond1993-03-191-3/+3
|
* Initial revisionEric S. Raymond1993-03-181-0/+207
|
* Corrected Keywords header.Eric S. Raymond1993-03-181-2/+2
|
* 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
|