aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/pcvs-parse.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (cvs-parse-commit): Fix parsing for new commit message.Stefan Monnier2004-10-121-2/+6
|
* (cvs-parse-table, cvs-parse-commit): Try to adapt toStefan Monnier2004-08-191-9/+12
| | | | the newer format of some messages in cvs-1.12.1.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (cvs-parse-status): Ignore extra fields from CVSNT.Stefan Monnier2003-07-041-6/+9
|
* (cvs-parse-table): Remove unused var `type'.Stefan Monnier2003-05-141-3/+16
| | | | | Look up `.cvsignore' to see what to do with `new-dir' messages. (cvs-parse-merge): Remove unused var `handled'.
* (cvs-parse-table): `New directory' messages include the full path.Stefan Monnier2003-05-121-2/+2
|
* Remove annoying $Id$ tag.Stefan Monnier2003-05-091-1/+0
|
* (cvs-parse-table): "no longer in repo" does notStefan Monnier2003-02-101-2/+3
| | | | make the file dead if we used the -n arg.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-9/+9
|
* (cvs-parse-table): Create a `need-update'Stefan Monnier2002-09-031-2/+7
| | | | | node rather than a message for new directories. (cvs-parse-status): Add support for `Entry Invalid'.
* (cvs-parse-table): Handle `nothing known about' with more care.Stefan Monnier2002-06-241-3/+5
|
* (cvs-parse-table): Be a bit more lenient.Stefan Monnier2002-03-171-2/+4
| | | | (cvs-parse-status): Handle the "used to have a conflict" marker.
* (cvs-parse-commit): Expand the file name before passing it to VC.Stefan Monnier2001-09-241-2/+2
|
* (cvs-parse-commit): Remove the temp files used by VC.Stefan Monnier2001-09-221-7/+10
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-3/+3
|
* (cvs-parse-run-table): Remove misleading text.Stefan Monnier2001-04-131-5/+6
|
* (cvs-parse-table): Add another ignored message.Stefan Monnier2001-03-071-1/+11
|
* Remove useless Version.Stefan Monnier2000-12-181-2/+1
|
* Fix copyright years.Dave Love2000-12-061-2/+2
|
* (cvs-parse-table): Look for conflict markers in theStefan Monnier2000-06-111-15/+23
| | | | file to resolve the ambiguity between C-conflict and C-need-merge.
* * pcvs.el: Add a minimal leading commentary.Stefan Monnier2000-03-221-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cvs-make-cvs-buffer): Change the header part by removing the startup message and adding a `Module' entry. Also replace the FOOTER and HEADER special fileinfos with the new support in ewoc for updating its own footer and header. (cvs-update-header): Update to use the header/footer of the ewoc. (cvs-mode): Use define-derived-mode and set truncate-lines to t. (cvs-is-within-p): New function. (cvs-mode-run): Take advantage of `save-some-buffers's new ability to only examine some subset of the buffers. * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving `format' instead of our own ad-hoc functions. Remove HEADER and FOOTER cases, now handled in the EWOC. (cvs-fileinfo<): Remove HEADER and FOOTER cases. * pcvs-parse.el (cvs-parse-run-table): Change message for unknown output to avoid scaring the user. (cvs-parse-table): Catch message for non-up-to-date commits. * pcvs-defs.el (cvs-startup-message): Remove. (cvs-global-menu): New autoloaded menu. * pcvs-util.el (cvs-string-fill): Remove. * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. (ewoc--refresh-node): Don't take the whole EWOC but only the relevant PP part of it and also make it work for footers and headers. (ewoc-create): Drop POS and BUFFER arguments. Use the DLL's dummy node to store the end-of-footer position. (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. (ewoc-refresh): Remove unused `header' variable. (ewoc-(get|set)-hf): New functions.
* *** empty log message ***Stefan Monnier2000-03-111-0/+478