Bill Wohler <wohler@newt.com>


Patch Suggested
r858789 r853911, r853824

r853824 | xsteve | 2005-03-29 20:20:49 +0000 (Tue, 29 Mar 2005)

Implemented some UI improvements.
Suggested by: Bill Wohler <wohler@newt.com>

* contrib/client-side/psvn/psvn.el
  (svn-status-apply-usermark, svn-status-apply-usermark-checked): Show a 
    '(Un)Marking...done' message, when (un)marking more files.
  (svn-status-base-dir): Use expand-file-name to handle paths containing ~.


r853911 | xsteve | 2005-04-01 20:08:59 +0000 (Fri, 01 Apr 2005)

Implemented some UI improvements.
Suggested by: Bill Wohler <wohler@newt.com>

* contrib/client-side/psvn/psvn.el
  (svn-status-apply-usermark, svn-status-apply-usermark-checked): Improved
    the marking/unmarking messages again. Show the number of (un)marked
    files after marking more than one file.
  (svn-status-base-dir): Work correct for the / directory


r858789 | xsteve | 2006-03-04 20:40:01 +0000 (Sat, 04 Mar 2006)

Ensure buffers are saved before committing, improved svn-status-base-dir

Patch by: Bill Wohler <wohler@newt.com>

* trunk/contrib/client-side/psvn/psvn.el:
  (svn-status-commit),(svn-log-edit-done): Call save-some-buffers to ensure
    that all files are saved
  (svn-status-base-dir): Handle a .svn directory in the / directory correct.