Eric Hanchrow <offby1@blarg.net> (offby1)


Patch Suggested
r29868, r22304, r21979, r17471, r12867, r10156, r9916, r9289, r4997, r4912 r12830

r29868 | kfogel | 2008-03-11 20:11:37 -0500 (Tue, 11 Mar 2008)

* CHANGES (1.5.0): Insert preliminary list of changes.

Patch by: Augie Fackler <durin42@gmail.com>
          Greg Lutz <greg@nearspace.com>
          Gavin 'Beau' Baumanis <gavin@thespidernet.com>
          Hilco Wijbenga <hilco.wijbenga@gmail.com>
          Tuomas Koski <koski.tuomas@gmail.com>
          Daniel Torreblanca <regulatethis@gmail.com>
          Stephen Butler <sbutler@elego.de>
          Wouter van der Horst <w.vanderhorst@gmail.com>
          offby1
          bhuvan
          lgo
          stylesen
          khmarbaise
          kfogel

See the 'manyhands' mailing list for details.


r22304 | xsteve | 2006-11-14 14:55:58 -0600 (Tue, 14 Nov 2006)

Bugfix for svn-status-window-line-position

Patch by: Eric Hanchrow <offby1@blarg.net>

* trunk/contrib/client-side/psvn/psvn.el:
  (svn-status-window-line-position): Call window-start for the correct
    window


r21979 | xsteve | 2006-10-16 14:14:20 -0500 (Mon, 16 Oct 2006)

'n' and 'p' now skip over irrelevant lines

Patch by: Eric Hanchrow <offby1@blarg.net>

* trunk/contrib/client-side/psvn/psvn.el:
  (svn-status-next-line, svn-status-previous-line): skip lines for
    which (svn-status-get-line-information) returns nil


r17471 | xsteve | 2005-11-21 14:14:04 -0600 (Mon, 21 Nov 2005)

Fixed some byte compiler warnings

Patch by: Eric Hanchrow <offby1@blarg.net>

* trunk/contrib/client-side/psvn/psvn.el:
  (svn-status-pop-to-commit-buffer): Use insert-file-contents instead of 
    insert-file
  (svn-resolve-conflicts-ediff): Use insert-buffer-substring instead of
    insert-buffer


r12867 | cmpilato | 2005-01-28 00:42:51 -0600 (Fri, 28 Jan 2005)

Add "R" to the list of described status codes.

Patch by: Eric Hanchrow <offby1@blarg.net>


r12830 | kfogel | 2005-01-23 21:04:06 -0600 (Sun, 23 Jan 2005)

* www/faq.html
  (version-value-in-source, website-auto-update, linux-bdb42-build):
    HTML-escape angle brackets in preformatted text.

Suggested by: Eric Hanchrow <offby1@blarg.net>


r10156 | dws | 2004-07-06 15:05:02 -0500 (Tue, 06 Jul 2004)

* www/project_faq.html: Fix typo.

Patch by: Eric Hanchrow <offby1@blarg.net>


r9916 | sussman | 2004-05-31 22:16:26 -0500 (Mon, 31 May 2004)

Book tweak.

Patch by: Eric Hanchrow <offby1@blarg.net>
(Tweaked by me.)

* doc/book/book/ch03.xml:  show 'I' output in 'svn status' section.


r9289 | kfogel | 2004-04-05 16:22:50 -0500 (Mon, 05 Apr 2004)

* www/project_faq.html: Fix html formatting.

Patch by: Eric Hanchrow <offby1@blarg.net>


r4997 | brane | 2003-02-20 15:41:22 -0600 (Thu, 20 Feb 2003)

* INSTALL: Add a note about using a sane CVS client on Windows.

Patch by: Eric Hanchrow <offby1@blarg.net>


r4912 | brane | 2003-02-16 15:02:25 -0600 (Sun, 16 Feb 2003)

Add "--quiet" option to "svnadmin dump", and a regression test for same.

Patch by: Eric Hanchrow <offby1@blarg.net>
(Regression test by me.)

* subversion/svnadmin/main.c: new option `--quiet'.
  (struct svnadmin_opt_state): new member.
  (subcommand_dump): don't use (or create) stdio_stream if we were
  asked to be quiet.
  (main): handle new 'q' option.

* subversion/tests/clients/cmdline/svnadmin_tests.py
  (dump_quiet): New test.
  (test_list): Added dump_quiet. Also updated comment at the top of the file.