aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/pcvs-util.el
Commit message (Collapse)AuthorAgeFilesLines
* (cvs-string->strings): Strip trailing whitespace.Stefan Monnier2005-03-141-3/+3
|
* (cvs-bury-buffer): Don't call get-buffer-window for effect.Richard M. Stallman2004-10-161-5/+6
|
* (cvs-string-prefix-p): Use compare-strings.Stefan Monnier2004-09-071-6/+4
|
* (cvs-butlast, cvs-nbutlast): Remove (`butlast' and `nbutlast' are inJuanma Barranquero2004-05-281-18/+1
| | | | subr.el).
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Remove annoying $Id$ tag.Stefan Monnier2003-05-091-1/+0
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-9/+9
|
* Doc fixes.Pavel Janík2001-12-201-2/+2
|
* (cvs-file-to-string): Move condition-case outside.Stefan Monnier2001-12-021-14/+13
|
* (cvs-prefix-define): Don't defconst a variable.Stefan Monnier2001-11-171-2/+2
|
* (cvs-prefix-define): Typo cons->concat.Stefan Monnier2001-10-031-2/+2
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-4/+4
|
* Add comments.Stefan Monnier2001-04-131-1/+3
|
* See ChangeLogJohn Wiegley2001-03-201-2/+2
|
* (cvs-bury-buffer): In doubt, don't delete window.Stefan Monnier2001-03-071-2/+5
|
* Update copyright.Gerd Moellmann2001-01-091-2/+3
|
* Remove useless Version.Stefan Monnier2000-12-181-4/+3
|
* Minor doc/comment changes.Stefan Monnier2000-12-101-5/+5
|
* Fix copyright years.Dave Love2000-12-061-3/+3
|
* (cvs-butlast, cvs-nbutlast): New (copied from CL).Stefan Monnier2000-11-061-2/+39
| | | | (cvs-insert-strings): New function.
* Use `nth' instead of `first', `second', and `third'.Gerd Moellmann2000-08-061-3/+3
|
* * pcvs.el: Add a minimal leading commentary.Stefan Monnier2000-03-221-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* (cvs-strings->string): RenameDave Love2000-03-171-2/+2
| | | | replace-regexps-in-string.
* *** empty log message ***Stefan Monnier2000-03-111-0/+381