- 28 Aug, 1995 2 commits
-
-
Richard M. Stallman authored
tab followed by #, and initial spaces preceding tabs--not all initial spaces.
-
Richard M. Stallman authored
-
- 27 Aug, 1995 8 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(edmacro-mismatch, edmacro-subseq): New functions. Use them instead of mismatch and subseq.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(refer-convert-string-to-list-of-strings): Renamed from convert-string-to-list-of-strings.
-
- 26 Aug, 1995 6 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(caar, cdar): Deleted--use (car (car ...)).
-
Richard M. Stallman authored
(ada-make-filename-from-adaname): Delete autoload. (ff-special-constructs): Load ada-mode before referring to ada-spec-suffix and ada-make-filename-from-adaname.
-
Richard M. Stallman authored
(goto-beginning-of-buffer): Macro deleted. Use goto-char. (goto-end-of-buffer): Macro deleted. Use goto-char. (maxint): Macro deleted. (life-increment): Renamed from increment. (life-initialized): New variable. (life): Do (random t) only once and only when `life' is called.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 25 Aug, 1995 7 commits
-
-
Richard M. Stallman authored
-
André Spiegel authored
`needs-checkout'. (vc-after-save): Clear the cvs status.
-
André Spiegel authored
Provide a better header. Corrected the check whether any files were found at all (don't display a listing in this case). Under CVS, display cvs-status rather than vc-locking-user. (vc-next-action-on-file): When doing a check-in in vc-dired-mode, find the file in another window. (vc-next-action-dired): Update dired listing while processing the files. (vc-next-action): Check whether a check-in comment is really needed for this mass operation. (vc-checkout): Resynch the buffer, even if it's not current. (vc-dired-state-info, vc-dired-update-line): New functions. (vc-dired-prefix-map): Added local definition for `g' and `='. (vc-dired-reformat-line): Simplified. Erase the hardlink count from the listing, because it doesn't relate to version control. (vc-rcs-release, vc-cvs-release, vc-sccs-release): New variables, may be set by the user. (vc-backend-release, vc-release-greater-or-equal, vc-backend-release-p): New Functions. (vc-do-command): Allow FILE to be nil. (vc-backend-checkin): When creating a branch, don't bother to unlock the old version if this is RCS 5.6.2 or higher. (vc-next-action-on-file): Allow lock-stealing only if RCS 5.6.2 or higher. (vc-backend-admin, vc-backend-checkin): If available, use ci -i and -j. Updated Developer's Notes.
-
Roland McGrath authored
car, in case finding signals an error.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 24 Aug, 1995 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 23 Aug, 1995 2 commits
-
-
Richard M. Stallman authored
(makefile-font-lock-keywords): Highlight lines of just whitespace.
-
Roland McGrath authored
[! O_RDONLY]: Define it to zero. (main): Use O_RDONLY instead of explicit zero.
-
- 22 Aug, 1995 13 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
and add and remove hooks locally.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
register values if POSIX backtracking is turned off. (NUM_FAILURE_ITEMS): Value is 0 if no POSIX backtracking.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(byte-compile-dest-file): Call byte-compiler-base-file-name.
-
Richard M. Stallman authored
and don't include .info as suffix. (info-insert-file-contents-1): New function. (info-insert-file-contents): Use info-insert-file-contents-1.
-
André Spiegel authored
(vc-next-action-dired): Don't switch to vc-parent-buffer, because that was already done.
-
André Spiegel authored
(vc-fetch-master-properties): CVS case: Use it. (vc-lock-from-permissions, vc-file-owner, vc-rcs-lock-from-diff): New functions. (vc-locking-user): Largely rewritten. Uses the above, handles RCS non-strict locking. Under CVS in CVSREAD-mode, learn the locking state from the permissions. (vc-find-cvs-master): Use vc-insert-file, rather than find-file-noselect. Greatly speeds up things. (vc-consult-rcs-headers): Bug fix, return status in all cases.
-
Tom Tromey authored
(tcl-mode): Call it
-
Richard M. Stallman authored
escape prefixes. Express big basic char codes in octal.
-
Richard M. Stallman authored
Use it to handle byte-compiler-base-file-name operation.
-