Marcel Gosselin <marcel.gosselin@polymtl.ca> (marcelg)


Found Patch
r31595 r21244, r21241, r17869, r14951, r14950, r14910, r13836

r31595 | hwright | 2008-06-05 00:23:04 -0500 (Thu, 05 Jun 2008)

Check the version number we use to generate the release announcements,
to prevent further fat finger mistakes, such as this one:
http://svn.haxx.se/dev/archive-2008-06/0171.shtml

Found by: Marcel Gosselin <marcel.gosselin@polymtl.ca>

* tools/dist/write-announcement.py
  (main): Double check the version number before producing the
    announcement.


r21244 | maxb | 2006-08-24 05:17:58 -0500 (Thu, 24 Aug 2006)

* www/tools_contrib.html: Fix po-merge.py description.

Patch by: Marcel Gosselin <marcel.gosselin@polymtl.ca>
(Tweaked by me.)


r21241 | maxb | 2006-08-24 05:08:20 -0500 (Thu, 24 Aug 2006)

* tools/dev/po-merge.py: Fix typo in po-merge.py usage string.

Patch by: Marcel Gosselin <marcel.gosselin@polymtl.ca>


r17869 | kfogel | 2005-12-19 21:01:20 -0600 (Mon, 19 Dec 2005)

* www/faq.html (httpd-301-error): Fix a typo.

Patch by: Marcel Gosselin <marcel.gosselin@polymtl.ca>


r14951 | fitz | 2005-06-02 22:22:01 -0500 (Thu, 02 Jun 2005)

Improve Doxygen group usage by placing the "@{" just before the first
element of the group and by adding an "@name" group name.

Patch by: Marcel Gosselin <marcel.gosselin@polymtl.ca>

* subversion/include/svn_fs.h
* subversion/include/svn_dav.h
* subversion/include/svn_subst.h
* subversion/include/svn_config.h
* subversion/include/svn_client.h
* subversion/include/svn_auth.h: 
  Move the "@{" group tags and add "@name" to those groups.


r14950 | dlr | 2005-06-02 15:51:31 -0500 (Thu, 02 Jun 2005)

Added more Doxygen markup.

Patch by: Marcel Gosselin

* subversion\include\svn_diff.h
* subversion\include\svn_fs.h
* subversion\include\svn_sorts.h
* subversion\include\svn_repos.h
* subversion\include\svn_delta.h
* subversion\include\svn_path.h
* subversion\include\svn_props.h
* subversion\include\svn_io.h
* subversion\include\svn_client.h
* subversion\include\svn_ra.h
* subversion\include\svn_opt.h:
  Replaced Note: comments by @note doxygen tags.

* subversion\include\svn_wc.h:
  Replaced "Note:" comments by @note doxygen tags and "Important
  note:" by "@par Important:" (to create a heading for the text
  "Important:").
  http://www.stack.nl/~dimitri/doxygen/commands.html#par


r14910 | julianfoad | 2005-06-01 10:23:27 -0500 (Wed, 01 Jun 2005)

Improve Doxygen "@since" and "@deprecated" usage.  Move those to the end of
each comment so that Doxygen uses the first descriptive sentence as the
item's brief description.  Make their wording and punctuation consistent.

Patch by: Marcel Gosselin <marcel.gosselin@polymtl.ca>
(Tweaked by me.)

* subversion/include/svn_client.h
* subversion/include/svn_delta.h
* subversion/include/svn_diff.h
* subversion/include/svn_error.h
* subversion/include/svn_error_codes.h
* subversion/include/svn_fs.h
* subversion/include/svn_hash.h
* subversion/include/svn_io.h
* subversion/include/svn_opt.h
* subversion/include/svn_path.h
* subversion/include/svn_props.h
* subversion/include/svn_ra.h
* subversion/include/svn_repos.h
* subversion/include/svn_sorts.h
* subversion/include/svn_string.h
* subversion/include/svn_subst.h
* subversion/include/svn_types.h
* subversion/include/svn_utf.h
* subversion/include/svn_version.h
* subversion/include/svn_wc.h
* subversion/include/svn_xml.h
  Move and clean up "@since" and "@deprecated" and one "@note" lines.


r13836 | lundblad | 2005-04-01 14:01:54 -0600 (Fri, 01 Apr 2005)

Allow translation of strings with plural forms (for languages with one or
two plural forms).

Patch by: me
          Nicolás Lichtmaier <nick@reloco.com.ar>
          Marcel Gosselin <marcin.gosselin@polymtl.ca>

* subversion/clients/cmdline/log-cmd.c (log_message_receiver),
* subversion/clients/cmdline/info-cmd.c (print_info),
* subversion/svnadmin/main.c (subcommand_lslocks): 
* subversion/svnlook/main.c (subcommand_lock):
  Make string localizable.