summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vc-latest-on-branch-p): Under CVS, handle the case when the file isAndré Spiegel1995-08-211-11/+21
| | | | | | | added, but not yet committed. (vc-backend-checkout): RCS case: In non-strict locking mode, force to overwrite the writable workfile. CVS case: Do the right thing in CVSREAD-mode.
* (vc-fetch-master-properties): RCS case: get locking mode.André Spiegel1995-08-211-102/+129
| | | | | | | | | | | | | | | | | | | CVS case: new state `locally-added'. (vc-locking-user): Under RCS with non-strict locking, don't trust the file permissions. CVS case: change which states count as "locked". (vc-consult-rcs-headers): Streamlined. Don't set vc-locking-user if this is called under CVS. Under RCS, use a heuristic to find the value of vc-checkout-model without examining the master file. (vc-parse-locks): Set vc-checkout-model. (vc-status): Comment change. (vc-after-save-hook, vc-after-save): The former renamed to the latter. Now unconditionally called by `basic-save-buffer', determines whether the buffer should be "locked" or not. (vc-mode-line): No longer use dynamic after-save-hook. Changed references to `automatic' into `implicit'. (vc-checkout-model): Values are now `manual' and `implicit'. Derive the property on a per-file basis, supporting all possible modes.
* (makefile-space-face): New variable.Richard M. Stallman1995-08-211-13/+13
| | | | | | | (makefile-define-space-face): New function. (makefile-tab-face): Variable deleted. (makefile-define-tab-face): Function deleted. (makefile-font-lock-keywords): Highlight leading spaces, not tabs.
* Require rmail.Richard M. Stallman1995-08-211-12/+21
| | | | | (rmail-new-summary): Specify size in split-window. Call rmail-select-summary to force size to specified amount.
* Define user options with defvar, not defconst.Richard M. Stallman1995-08-211-8/+8
|
* New version 3.07. Made fast-lock-mode use buffer-file-truename, not ↵Simon Marshall1995-08-211-14/+123
| | | | buffer-file-name.
* Doc fixes.Richard M. Stallman1995-08-211-3/+3
|
* (dired-string-replace-match): Simplify using replace-match.Richard M. Stallman1995-08-211-19/+7
|
* (dired-expand-newtext): Function deleted.Richard M. Stallman1995-08-211-33/+0
|
* * viper.el (vip-set-hooks): Use view-mode-hook in emacs and view hook in xemacs.Michael Kifer1995-08-201-31/+70
| | | | | | | (vip-read-string-with-history): minibuffer-setup-hook no longer waits for the user to type, if there are unread events. Harnessed view-minor-mode. Added (vip-leave-region-active) to all simple movement commands.
* (vip-leave-region-active): new function.Michael Kifer1995-08-201-1/+6
|
* (vip-surrounding-word): modified to understand tripple clicks.Michael Kifer1995-08-201-16/+21
|
* (file-regular-p-18): Fix test for whether to use this.Richard M. Stallman1995-08-201-1/+1
|
* (basic-save-buffer): Confirm for overwriting old fileRichard M. Stallman1995-08-191-2/+8
| | | | when a file name is specified.
* (blink-matching-paren-dont-ignore-comments): New var.Richard M. Stallman1995-08-191-5/+13
| | | | | (blink-matching-open): Use it. Also, if the matching char hasn't paren syntax, call that mismatch.
* (Info-find-emacs-command-nodes): Fix previous change.Richard M. Stallman1995-08-191-4/+8
|
* (hilit-submit-feedback): New ftp site.Karl Heuer1995-08-191-3/+3
|
* (Info-file-list-for-emacs): New variable.Richard M. Stallman1995-08-191-6/+38
| | | | (Info-find-emacs-command-nodes): Look in those files, if appropriate.
* (sh-newline-and-indent): Don't interpret prefix argKarl Heuer1995-08-191-16/+15
| | | | | | | | | since `newline-and-indent' doesn't either. Don't turn a trailing quoted tab into a space. (sh-mode): Use new `skeleton-newline-indent-rigidly'. (sh-set-shell): Make maximum font-locking also hightlight keywords after ``' and `!'. (The latter is for ksh '93 but should't hurt other shells.)
* (skeleton-newline-indent-rigidly): New variable.Karl Heuer1995-08-191-73/+106
| | | | | | | | | | | | | | | | | | | | (skeleton-internal-1): Use it for indenting after \n because previous behaviour was only useful for `sh-script.el' and old `ada.el'. Other modes now get their own indentation. (skeleton, skeleton-modified, skeleton-point, skeleton-regions): `New' variables for passing between the mutually recursive functions of the skeleton engine. Introduced to remove compiler warnings. (skeleton-proxy): New argument `str' to make this settable when calling a skeleton as a function. (skeleton-insert): New argument `str' to pass down. Element `\n' now usually indents according to mode. Subskeletons may also have a list of strings as iterator. Earlier modification also removed meaning of `quit' -- I did not put it back in since it's useless. When quitting out of a subskeleton while still wrapping around text don't duplicate first line of that text. (skeleton-end-hook): New hook useful say for modes that leave a `;' on an empty line to indent right and then want to clean it up when doing a skeleton there.
* (vc-next-action-on-file): Changed doc string, CVS case.André Spiegel1995-08-181-78/+84
| | | | | | | | | | | | | | | | | | | (vc-backend-checkin): Clear master properties before doing the check-in. In the CVS case, catch error and display an appropriate message in the echo area. (vc-backend-revert): Clear master properties, because some might get outdated by the operation. (vc-backend-merge-news): Scan the output of "cvs update" and find out whether conflicts have occurred. (vc-finish-logentry): Delete the *VC-log* buffer *before* doing the actual check-in. That leads to a better display in case the check-in fails. (vc-latest-on-branch-p): Defined it for CVS in the obvious way. (vc-next-action-on-file): Removed special CVS cases. At this level, CVS is now mostly handled like the other backends. (vc-backend-checkout): CVS case: Clear sticky tag as default when doing a verbose checkout. (This used to be done in vc-next-action-on-file.)
* (vc-fetch-master-properties): Recognize cvs status "Unresolved Conflict".André Spiegel1995-08-181-11/+33
| | | | | | | | | | | (vc-locking-user): Count cvs status `unresolved-conflict' as "locked". (vc-checkout-model): New property and access function (still simplistic). (vc-after-save-hook): New function. (vc-mode-line): When the file is locked by somebody else, make the buffer read-only. (Formerly this was only done for root.) Don't write-protect the buffer if the file is unlocked. Instead, install vc-after-save-hook, which "locks" the file when modifications are saved.
* (pascal-mode): Set comment-start.Richard M. Stallman1995-08-171-4/+6
| | | | (pascal-toggle-completions): Doc fix.
* (hilit-submit-feedback): New bug-reporting address.Karl Heuer1995-08-171-11/+4
|
* Update address in comment.Karl Heuer1995-08-172-2/+2
|
* (rmail-new-summary): Enable the Input/output menu.Richard M. Stallman1995-08-171-0/+1
|
* (vc-next-action-on-file): Moved the setting of the default branch toAndré Spiegel1995-08-171-12/+21
| | | | | | vc-backend-checkout, where it belongs. (vc-backend-checkout): If an explicit version was specified, adjust the default branch accordingly.
* Changed references to vc-top-version into vc-master-workfile-version.André Spiegel1995-08-171-2/+3
|
* (vc-top-version): Renamed to vc-master-workfile-version. Updated allAndré Spiegel1995-08-171-14/+13
| | | | references.
* (vc-next-action-on-file): Query when trying to lock non-latestAndré Spiegel1995-08-171-1/+9
| | | | version.
* (vc-revert-buffer1): Split part of the function into vc-buffer-contextAndré Spiegel1995-08-171-34/+101
| | | | | | | | | | | | | | | | and vc-restore-buffer-context, so we can use it also in other circumstances. (vc-buffer-context, vc-restore-buffer-context): New functions. (vc-clear-headers): New function, uses the above. (vc-cancel-version): When `norevert', locks the most recent remaining version. Also, refuse to work on anything but the latest version of a branch. Removed the check whether the version is the user's, because that is difficult to decide, now that multiple branches are possible. (vc-latest-on-branch-p): New function. (vc-head-version): New access function to the already existing property. (vc-trunk-p, vc-branch-part): Functions moved before first use.
* (show-paren-command-hook): Do nothing if have unread events.Richard M. Stallman1995-08-161-1/+3
|
* (inferior-lisp): Use pop-to-buffer.Richard M. Stallman1995-08-161-1/+2
| | | | Add *inferior-lisp* to same-window-buffer-names.
* (run-scheme): Use pop-to-buffer.Richard M. Stallman1995-08-161-5/+5
| | | | Add *scheme* to same-window-buffer-names.
* (run-scheme): Use pop-to-buffer.Richard M. Stallman1995-08-161-1/+1
|
* (sh-mode-map): Use new name skeleton-pair-insert-maybe.Karl Heuer1995-08-151-10/+10
| | | | (sh-mode): Use new names skeleton-pair-alist, skeleton-pair-filter.
* (sh-test): New variable.Karl Heuer1995-08-151-32/+59
| | | | | | | (sh-if, sh-until, sh-while): Use it. (sh-while-getopts): Handle csh passably well. (sh-font-lock-keywords): Use `font-lock-variable-name-face'. (sh-set-shell): Respect `font-lock-maximum-decoration'.
* (skeleton-pair-insert-maybe): Plain insert in Ovwrt modeKarl Heuer1995-08-151-61/+60
| | | | | | | | | | | (skeleton-insert): If skeleton doesn't fit in window, put beginning at top before going to _ point. (skeleton-internal-list): Rewritten so that resume: sections pertain only to inferior skeletons and make str available there (skeleton-read): Don't quit and remove partial skeleton when empty string entered for outer iterator. Added implicit argument `input'. (define-skeleton, skeleton-insert, skeleton-internal-list): Use `x rather than backquote's (` x) or own (list 'x)
* Comment change.Richard M. Stallman1995-08-151-16/+11
|
* (sc-attribs-extract-namestring): If name has <...>,Richard M. Stallman1995-08-151-2/+7
| | | | treat everything before that as the full name.
* *** empty log message ***Karl Heuer1995-08-151-10/+0
|
* Rewrite as a minor mode.Karl Heuer1995-08-151-72/+26
|
* (vip-set-hooks): Use view-mode-hook, not view-hook.Karl Heuer1995-08-141-3/+3
|
* (basic-save-buffer-1): Pass new arg to write-region.Richard M. Stallman1995-08-141-2/+3
|
* (insert-file-contents-literally): New function.Richard M. Stallman1995-08-141-9/+38
| | | | (find-file-noselect): Use it if new optional argument `rawfile' is non-nil.
* (command-line-1): Add option --eval to evalute anRichard M. Stallman1995-08-141-1/+10
| | | | expression on the command line and print the result.
* (forms-check-number-of-fields): New vbl.Richard M. Stallman1995-08-141-5/+15
| | | | (forms-mode): Don't issue warning if vbl says not to.
* (recover-file): It's ok if the visited file doesn't exist.Richard M. Stallman1995-08-131-3/+32
| | | | | (recover-session-finish): Compute "file name" from autosave file if no visited file.
* (mouse-drag-region): Unread the up-event rather than execute it here.Richard M. Stallman1995-08-131-2/+3
|
* (rmail-convert-file): Look back for ^_ only at bol.Richard M. Stallman1995-08-121-2/+2
|