Name | Modified | Size |
---|---|---|
.. | ||
p4-lowlevel.el | 18 years ago | 28 KB |
vc-p4.el | 18 years ago | 37 KB |
Change | User | Description | Committed |
---|---|---|---|
5999 | Jonathan Kamens | Changes from Dan Nicolaescu: For vc-p4.el: - delete a few more vc functions that are id...entical in emacs - delete now unused vc-p4-change-times - make vc-p4-annotate-command default to the internal elisp code - delete vc-p4-state-heuristic, it's the same as the default - new function vc-p4-find-version - make a few functions cope with emacs-23 (not released yet), that changes the first argument from FILE to FILE_LIST - add an internal implementation for vc-annotate, simplify the annotate code For p4-lowlevel.el: - fail graciously when offline and trying to access a file that is under perforce « |
18 years ago |
5991 | Jonathan Kamens | Patch from Dan Nicolaescu <dann@ics.uci.edu>: Improve support for vc-annotate and l...og-view and make sure that they are interoperable. « |
18 years ago |
5990 | Jonathan Kamens | Customized vc-mode-line is no longer necessary, since the version that ships with GNU Ema...cs is now fixed. « |
18 years ago |
5989 | Jonathan Kamens | The customized version of vc-register is no longer necessary, because the code for callin...g the backend init-version function has been incorporated into GNU Emacs's standard vc-register function. « |
18 years ago |
5986 | Jonathan Kamens | Minor bug fixes from Dan Nicolaescu <dann@ics.uci.edu>. | 18 years ago |
2215 | Jonathan Kamens | Fix a bug in the logic for determining whether to use smerge-ediff or backend-specific co...nflict resolution. « |
22 years ago |
2214 | Jonathan Kamens | Changed vc-print-log slightly to conform to current version of vc.el in Emacs source tree.... « |
22 years ago |
1328 | Jonathan Kamens | (vc-p4-find-p4config): Convert the directory in which we're searching to an absolute path... by calling expand-file-name on it, because file-name-directory doesn't do what we expect for relative paths ((file-name-directory "..") returns nil, when we're expecting it to eventually return "/"). « |
23 years ago |
1266 | Jonathan Kamens | (vc-p4-registered): Don't consider a file registered if its current action or head action... is "delete". (vc-p4-register): If someone tries to register a file which is currently open for delete, offer them the choice of reverting and editing the file, possibly preserving its contents. « |
23 years ago |
1264 | Jonathan Kamens | Need to set default directory before trying to print the log. | 23 years ago |
1253 | Jonathan Kamens | Add the function vc-p4-init-version, which always returns "1". Add a fixed version of v...c-register which uses vc-p4-init-version. Add a fixed version of vc-mode-line which sets vc-mode to nil if a file isn't under version control, so that the VC information is removed from the mode line of a reverted file. Fixv vc-p4-register so that it doesn't complain if the specified revision is "1" or if the specified comment is an empty string. Fix vc-p4-revert so that it does the right thing if the file being reverted was added but not yet submitted (i.e., it isn't yet actually in the repository). Fix vc-p4-diff so that it does the right thing with a newly added file (i.e., diffs the file against /dev/null). « |
23 years ago |
1233 | Jonathan Kamens | Update the coument documenting vc-p4-annotate-command. | 23 years ago |
1225 | Jonathan Kamens | When doing an annotation, if the user called the annotate function with a prefix argument..., then prompt for the starting date for the annotation. Note that this requires a version of p4pr.perl that supports the --after option. « |
23 years ago |
1223 | Jonathan Kamens | Compatibility with the current version of vc.el in CVS at :pserver:anoncvs@subversions.gn...u.org:/cvsroot/emacs. « |
23 years ago |
1218 | Jonathan Kamens | Set ediff-default-variant even when doing merges with an ancestor. | 23 years ago |
1216 | Jonathan Kamens |
Fix a parenthesization error in the code for repairing some vc.el functions. |
23 years ago |
1215 | Jonathan Kamens | Fix a minor working error in a comment. | 23 years ago |
1214 | Jonathan Kamens |
Add comments telling people where these files can be retrieved from. |
23 years ago |
1213 | Jonathan Kamens | Initial version of Emacs 21 VC support for Perforce. | 23 years ago |