Juanma Barranquero <jmbarranquero@wke.es>


Patch
r850106, r849293, r848606, r847976, r847918

r847918 | cmpilato | 2003-11-25 15:01:05 +0000 (Tue, 25 Nov 2003)

* subversion/libsvn_wc/diff.c
* subversion/libsvn_subr/config_file.c
  Fix references to "svn:mimetype" (which should be "svn:mime-type").

Patch by: Juanma Barranquero <jmbarranquero@laley.wke.es>


r847976 | cmpilato | 2003-12-02 16:33:43 +0000 (Tue, 02 Dec 2003)

* tools/examples/svnlook.py
  (SVNLook.__init__): Remove unnecessary (and now, invalid) call to
    the fs.close_txn() function.

Patch by: Juanma Barranquero <jmbarranquero@wke.es>


r848606 | kfogel | 2004-01-27 20:55:22 +0000 (Tue, 27 Jan 2004)

Fix some description comments.

Patch by: Juanma Barranquero <lektu@terra.es>

* subversion/clients/cmdline/propget-cmd.c,
  subversion/clients/cmdline/propset-cmd.c: Say what these files
    are really about -- properties, not status :-).


r849293 | kfogel | 2004-03-28 00:25:38 +0000 (Sun, 28 Mar 2004)

* tools/hook-scripts/README: Remove stutter, and fix grammar while 
    at it (s/that/who/).

Patch by: Juanma Barranquero <jmbarranquero@wke.es>
(Stutter only.)


r850106 | rooneg | 2004-06-19 15:52:16 +0000 (Sat, 19 Jun 2004)

Fix issue #1856, Assorted fixes and cleanups of gnuify-changelog.pl

* tools/dev/gnuify-changelog.pl: Rewritten to delete trailing whitespace 
  and empty lines, and for better conformance to GNU ChangeLog style.
  Now requires perl 5.0.  Fix an error when entry lines starting with dashes 
  were considered separators.  Mark both the program and output as utf-8 
  since there are some developers with non-ASCII characters in their names.

Patch by: Juanma Barranquero <jmbarranquero@wke.es>