summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Delete the Emacs version error check.Richard M. Stallman1995-06-142-49/+0
|
* (dired-change-marks): If OLD is a space, don't act on non-file lines.Richard M. Stallman1995-06-141-2/+6
|
* (vc-backend-checkin): Provide an explicit string sayingRichard M. Stallman1995-06-141-3/+4
| | | | | the log message is empty instead of providing it as empty. Always use -m option for ci.
* (comint-mode): Use make-local-hook.Karl Heuer1995-06-131-15/+8
| | | | | (comint-send-input, comint-output-filter): Use run-hook-with-args. (comint-dynamic-complete): Use run-hook-with-args-until-success.
* (vip-over-whitespace-line): new function.Karl Heuer1995-06-131-1/+7
|
* (vip-change-state-to-vi): bug fix.Karl Heuer1995-06-131-3/+4
|
* Test for "" too; let it go to expand-file-name if it is equal.Simon Marshall1995-06-131-1/+5
|
* check comint-input-ring-file-name for the empty string too.Simon Marshall1995-06-131-1/+2
|
* (help-menu): Symbol renamed from `help'.Karl Heuer1995-06-131-2/+4
|
* (rmail-search-backwards): Default count is 1, not -1.Karl Heuer1995-06-131-1/+1
|
* (save-selected-window): New macro.Karl Heuer1995-06-111-0/+8
|
* (x-create-frame-with-faces): Don't use initial-frame-alistKarl Heuer1995-06-091-4/+6
| | | | | | when looking for the X resource name. Copy parameters from default-frame-alist, before the geometry specs from the X resource database.
* (x-create-frame-with-faces): Don't look for geometryKarl Heuer1995-06-091-1/+1
| | | | resource if name is nil.
* Converted xemacs *screen* nomenclature to *frame*.Karl Heuer1995-06-091-34/+37
| | | | | Incorporated overlay strings. Ediff no longer runs under emacs 19.28 and earlier and XEmacs 19.11 and earlier.
* (gnus-cancel-news): Use `buffer-disable-undo'.Karl Heuer1995-06-091-3/+3
| | | | | | (gnus-inews-article): Ditto. (gnus-inews-insert-signature): Use the recommended hyphen-hyphen-space as the signature delimiter.
* Initial revisionKarl Heuer1995-06-091-0/+45
|
* (prompt-for-change-log-name): Handle the case whereKarl Heuer1995-06-091-4/+14
| | | | a directory name is specified gracefully.
* (Info-mode): Doco fix.Karl Heuer1995-06-091-25/+19
| | | | | | | | | | | | | (Info-next-preorder): Renamed from Info-next-preorder-1. Old definition deleted. After moving up, go to end of node. (Info-last-preorder): If no menu, try the previous node. After going down thru menu or to previous, position at end of node and recenter. After moving up, position at start of menu. (Info-follow-nearest-node, Info-mouse-follow-nearest-node): Use Info-next-preorder. (Info-scroll-up, Info-scroll-down): Doc fix.
* (report-emacs-bug-info): New command.Karl Heuer1995-06-091-1/+21
| | | | | (report-emacs-bug): Put it in local map. Display a message in another window.
* (format-find-file, format-insert-file): New functions.Karl Heuer1995-06-091-0/+37
|
* (vc-backend-checkin): Handle RCS `co'-output in the eventKarl Heuer1995-06-091-5/+7
| | | | | | that a check-in only results in reverting to the previous version. Also be more robust if the new version number cannot be told from what `co' says.
* (vc-register): Check for a visited file first thing.Karl Heuer1995-06-091-2/+2
|
* (file-precious-flag): Doc clarification.Karl Heuer1995-06-091-1/+7
|
* Changed vip-*-frame-* to *-frame-*, incorporated overlay strings,Karl Heuer1995-06-093-41/+48
| | | | | unread-command-events, removed support for emacs versions 19.28 and xemacs 19.11 and earlier.
* (vip-event-key): now handles keys 128--255 as meta-chars.Karl Heuer1995-06-091-91/+117
| | | | | | Changed vip-*-frame-* to *-frame-*, incorporated overlay strings, unread-command-events, removed support for emacs versions 19.28 and xemacs 19.11 and earlier.
* Fixed problems with yanking/deleting buffers.Karl Heuer1995-06-091-71/+86
| | | | | | Changed vip-*-frame-* to *-frame-*, incorporated overlay strings, unread-command-events, removed support for emacs versions 19.28 and xemacs 19.11 and earlier.
* (vip-envelop-ESC-key): if an ESC-sequence translatesKarl Heuer1995-06-091-338/+371
| | | | | | | | | | | | | | | | into a function key, pretend that this key was the last command event. (vip-put-back,vip-Put-back): now emulate Vi's behavior more closely. (vip-line): no longer not bombs out. (vip-exec-shift) now preserves the point. Fixed the behavior of the Vi commands M, L, G, yw, dg, etc. Changed vip-*-frame-* to *-frame-*, incorporated overlay strings, unread-command-events, removed support for emacs versions 19.28 and xemacs 19.11 and earlier.
* (map-y-or-n-p): Don't eval return value of prompter function.Roland McGrath1995-06-081-110/+107
|
* Put comments first in texinfo-font-lock-keywords.Simon Marshall1995-06-081-1/+1
|
* (rlogin): If optional second arg is buffer or string, use that as name.Roland McGrath1995-06-081-5/+10
|
* (gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil.Roland McGrath1995-06-071-1/+1
|
* (query-replace-map): Bind f1 and help.Karl Heuer1995-06-071-0/+2
|
* (read-quoted-char): Turn on help-form and turn off help-char.Karl Heuer1995-06-071-1/+5
|
* (vc-register): Clean error message if no visited file.Karl Heuer1995-06-071-0/+2
|
* (isearch-other-meta-char): Try downshiftingKarl Heuer1995-06-071-36/+52
| | | | shifted control characters.
* (file-precious-flag): Doc fix.Karl Heuer1995-06-071-1/+4
|
* Delete version number.Karl Heuer1995-06-071-18/+33
| | | | | | | | (s-region-bind): Doc fix. (s-region-move): Split into s-region-move and s-region-move-p1. (s-region-move-p2): New function. (s-region-move): Bind this-command. Bind keys to s-region-move-p1 or s-region-move-p2 as appropriate.
* (vc-menu-map): Disable Register when no visited file.Karl Heuer1995-06-071-1/+1
|
* (display-time-filter):Karl Heuer1995-06-071-2/+3
| | | | Use same instant for both time and time-zone.
* Changed window-system to ediff-window-display.Karl Heuer1995-06-051-10/+11
| | | | | | Converted xemacs *screen* nomenclature to *frame*. Incorporated overlay strings. Ediff no longer runs under emacs 19.28 and earlier and XEmacs 19.11 and earlier.
* Converted xemacs *screen* nomenclature to *frame*.Karl Heuer1995-06-052-864/+542
| | | | | Incorporated overlay strings. Ediff no longer runs under emacs 19.28 and earlier and XEmacs 19.11 and earlier.
* (ediff-make-control-frame): optimized for display.Karl Heuer1995-06-051-145/+158
| | | | | | | | | | | | | | | | | | | | Commented out (redraw-display), to improve speed. Got rid of toolbars in control frame in xemacs Changed window-min-height from 1 to 2 (ediff-diff-at-point,ediff-toggle-multiframe): bug fixes. (ediff-destroy-control-frame,ediff-window-display-p): new functions. Converted xemacs *screen* nomenclature to *frame*. Incorporated overlay strings. Ediff no longer runs under emacs 19.28 and earlier and XEmacs 19.11 and earlier. Changed window-system to ediff-window-display. (ediff-toggle-multiframe): fixed. (ediff-destroy-control-frame): new function.
* don't make the patch buffer RO.Karl Heuer1995-06-051-1116/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | (ediff-load-version-control): now checks if ediff-revision-key is non-nil. (ediff-revision-key): Now defaults to nil. (ediff-revision): now takes prefix argument; can compare two versions of the same file. the merge buffer now assumes the major mode of the default variant. (ediff-documentation: new function. (ediff-patch-buffer): now handles buffers that don't visit any file. (ediff-windows): renamed to ediff-windows-wordwise, added (ediff-windows-linewise): new function. Changed ediff-small/large-regions to ediff-regions-wordwise/linewise Converted xemacs *screen* nomenclature to *frame*. Incorporated overlay strings. Ediff no longer runs under emacs 19.28 and earlier and XEmacs 19.11 and earlier. Changed window-system to ediff-window-display.
* Change email address for Boris.Boris Goldowsky1995-06-055-8/+8
|
* (mouse-set-region): Don't bounce the cursor on X.Karl Heuer1995-06-051-2/+3
| | | | mouse-drag-region takes care of showing it, sufficiently.
* (hack-local-variables-prop-line): Don't downcase var name.Karl Heuer1995-06-051-3/+6
|
* Fixed calendar-string-spread to allow 0 or 1 string; this simplified severalEdward M. Reingold1995-06-021-9/+11
| | | | calls to it.
* Fix cal-x.el to create an empty fancy-diary-buffer, if needed.Edward M. Reingold1995-06-021-7/+11
|
* New function to create (but not fill) the fancy diary buffer.Edward M. Reingold1995-06-021-4/+13
|
* Don't go forward over a word-char if we're at bob, and set match-data.Simon Marshall1995-06-021-3/+8
|