- 01 Sep, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 31 Aug, 1995 5 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
commands if `disable-command-hook' is nil. (read_key_sequence): Validate the event position before calling get_local_map.
-
Richard M. Stallman authored
for the whitespace between completion items.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 30 Aug, 1995 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 29 Aug, 1995 8 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(wordstar-center-region): Renamed from center-region. (wordstar-center-paragraph): Renamed from center-paragraph.
-
André Spiegel authored
(vc-next-action-dired): Adjust default-directory before calling vc-next-action-on-file. (vc-next-action-on-file): Handle CVS merge in vc-dired-mode correctly. (vc-next-action): Ask for a check-in comment if there are "added" CVS files. Don't special-case single files in vc-dired-mode. (vc-file-clear-masterprops): Typo fix. (vc-latest-on-branch-p): Always true for CVS. (vc-directory): Header change. Do display the buffer, even if no locked/registered files were found.
-
André Spiegel authored
(vc-find-cvs-master): Use it to compare mtime and checkout time. (vc-locking-user): CVS case: *only* use checkout time. (vc-find-cvs-master): Don't attempt to find the RCS master file. Throw the full name of CVS/Entries. (vc-name): Doc change (special CVS case). (vc-after-save): Handle the case when a file is saved in the very second in which it was checked out.
-
Richard M. Stallman authored
-
- 28 Aug, 1995 6 commits
-
-
Roland McGrath authored
(HAVE_SOCKETS, A_TEXT_SEEK, NO_REMAP): Macros removed.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(after-save-hook): Add defvar.
-
Richard M. Stallman authored
-
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 4 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.
-