ChangeSet ID: 20317
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/21 04:41:44
Modified files:
dlls/comctl32/tests: Makefile.in .cvsignore
Added files:
dlls/comctl32/tests: comboex.c
Log message:
Jason Edmeades <us(a)edmeades.me.uk>
Fix some off by one calculations in the comboboxex functions, and
handle an out of range positive index the same as windows + unit test
case.
Patch: http://cvs.winehq.org/patch.py?id=20317
Old revision New revision Changes Path
1.10 1.11 +1 -0 wine/dlls/comctl32/tests/Makefile.in
1.9 1.10 +1 -0 wine/dlls/comctl32/tests/.cvsignore
Added 1.1 +0 -0 wine/dlls/comctl32/tests/comboex.c
ChangeSet ID: 1127274086974873658110486
CVSROOT: /cvsroot/wine
Module name: docs
Changes by: dimi(a)sc8-pr-cvs1.sourceforge.net 2005/09/20 20:41:26
Modified files:
en : wine-faq.sgml
Log message:
Properly close paragraph.
Elminate invalid characters.
Old revision New revision Changes Path
1.6 1.7 +3 -2 docs/en/wine-faq.sgml
Index: docs/en/wine-faq.sgml
diff -u -p docs/en/wine-faq.sgml:1.6 docs/en/wine-faq.sgml:1.7
--- docs/en/wine-faq.sgml 21 Sep 2005 3:41:26 -0000
+++ /dev/null 21 Sep 2005 3:41:26 -0000
@@ -1608,6 +1608,7 @@ export PATH=$PATH:/path/to/wine/binary
might be causing the bug he or she may ask if you can try a patch and see if it fixes the problem.
After this patch makes its way into our main development tree the bug report will be closed
and your help will be appreciated by everyone.
+ </para>
<para>
For a list of ideas of how you can help, please consult the
<ulink url="http://www.winehq.org/site/contributing">
@@ -1734,8 +1735,8 @@ export PATH=$PATH:/path/to/wine/binary
</listitem>
<listitem>
<para>
- BricsCad™
- (<ulink url="ftp://ftp.bricscad.com/pub/Eng-Us/B4L/Readme.htm">BricsCad™ V6 for Linux</ulink>)
+ BricsCad
+ (<ulink url="ftp://ftp.bricscad.com/pub/Eng-Us/B4L/Readme.htm">BricsCad V6 for Linux</ulink>)
</para>
</listitem>
</itemizedlist>
ChangeSet ID: 20314
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/09/20 20:26:10
Modified files:
include : version.php application.php
Log message:
Tony Lambregts <tony.lambregts(a)gmail.com>
Fix bug in the rejection of versions that was only sending the maintainers the url to the requeued application if there was a rejection reason given. Add url to requeued application to rejected applications.
Patch: http://cvs.winehq.org/patch.py?id=20314
Old revision New revision Changes Path
1.31 1.32 +1 -2 appdb/include/version.php
1.30 1.31 +1 -0 appdb/include/application.php