Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>


Patch
r27007, r26946, r26818, r26711, r26701, r26588, r26581, r26458, r26421, r26401, r26077

r27007 | dlr | 2007-10-07 21:23:55 -0500 (Sun, 07 Oct 2007)

Fix bug where SVN_NEON_0_26 isn't defined when it should be (injected
in r26820).  Also, fix compilation warning from Neon-0.27-related data
type clash via adding a definition for SVN_NEON_0_27 (when appropriate).

* build/ac-macros/neon.m4
  (SVN_LIB_NEON, SVN_NEON_CONFIG): Fix quoting around definition of
   SVN_NEON_0_26, and introduce SVN_NEON_0_27.  For both cases, handle
   (unreleased) Neon 0.28.x.

* subversion/libsvn_ra_neon/session.c
  (ra_neon_neonprogress): Use SVN_NEON_0_27 to conditionalize
   PROGRESS parameter data type.

Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>


r26946 | karolszk | 2007-10-05 04:24:09 -0500 (Fri, 05 Oct 2007)

Polish translation update.

* subversion/po/pl.po: Polish translation update.

Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>


r26818 | dlr | 2007-09-27 17:51:15 -0500 (Thu, 27 Sep 2007)

Allow Neon 0.27.2 without --disable-neon-version-check.

* configure.in
 (NEON_ALLOWED_LIST): Add 0.27.2 to the list.

Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>


r26711 | dlr | 2007-09-20 13:54:20 -0500 (Thu, 20 Sep 2007)

Allow Neon 0.27.1.

* configure.in
  (NEON_ALLOWED_LIST): Add 0.27.1 to the list.

Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>


r26701 | karolszk | 2007-09-20 02:44:21 -0500 (Thu, 20 Sep 2007)

Polish translation update.

* subversion/po/pl.po: Polish translation update.

Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>


r26588 | kfogel | 2007-09-14 01:12:25 -0500 (Fri, 14 Sep 2007)

* subversion/svn/list-cmd.c
  (print_dirent): Mark dates for localization.

Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>


r26581 | cmpilato | 2007-09-13 12:37:08 -0500 (Thu, 13 Sep 2007)

* configure.in: Fix the Berkeley DB download URL.

Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>
------------------------------------------------------------------------

r26458 | karolszk | 2007-09-05 04:23:15 -0500 (Wed, 05 Sep 2007)

Polish translation update.

* subversion/po/pl.po: make locale-gnu-po-update and translated all
messages. 

Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>



r26421 | hwright | 2007-09-01 16:35:07 -0500 (Sat, 01 Sep 2007)

Mark a string for translation.

* subversion/libsvn_wc/adm_ops.c
  (svn_wc_revert2): Localize "Cannot revert.".

Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>


r26401 | dlr | 2007-08-30 16:43:23 -0500 (Thu, 30 Aug 2007)

Avoid performing some unnecessary localizations.  This is consistent
with the behavior of the 'svn' command-line client (see
subversion/svn/notify.c).

* subversion/svnsync/main.c
  (apply_textdelta): Don't localize ".".
  (close_edit): Don't localize "\n".

Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>


r26077 | dlr | 2007-08-14 12:44:51 -0500 (Tue, 14 Aug 2007)

* configure.in
  (NEON_ALLOWED_LIST): Add 0.26.4 to the list.

Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>