comparison lisp/vc.el @ 94570:b288a2a8adc3

Append to another to-do comment.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 03 May 2008 06:10:56 +0000
parents c6ccf57e7e6e
children 61cca370b8f5
comparison
equal deleted inserted replaced
94569:c6ccf57e7e6e 94570:b288a2a8adc3
624 ;; - the *VC-log* buffer needs font-locking. 624 ;; - the *VC-log* buffer needs font-locking.
625 ;; 625 ;;
626 ;; - make it easier to write logs. Maybe C-x 4 a should add to the log 626 ;; - make it easier to write logs. Maybe C-x 4 a should add to the log
627 ;; buffer, if one is present, instead of adding to the ChangeLog. 627 ;; buffer, if one is present, instead of adding to the ChangeLog.
628 ;; 628 ;;
629 ;; - add a mechanism for ignoring files. 629 ;; - add a mechanism for editing the underlying VCS's list of files
630 ;; to be ignored, when that's possible.
630 ;; 631 ;;
631 ;; - When vc-next-action calls vc-checkin it could pre-fill the 632 ;; - When vc-next-action calls vc-checkin it could pre-fill the
632 ;; *VC-log* buffer with some obvious items: the list of files that 633 ;; *VC-log* buffer with some obvious items: the list of files that
633 ;; were added, the list of files that were removed. If the diff is 634 ;; were added, the list of files that were removed. If the diff is
634 ;; available, maybe it could even call something like 635 ;; available, maybe it could even call something like