ChangeSet ID: 6337 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/11/20 13:46:18
Modified files: programs/winhelp: winhelp.h winhelp.c string.c macro.c hlpfile.h hlpfile.c
Log message: Eric Pouech eric.pouech@wanadoo.fr Wrote back & history support. Correctly implemented << and >> buttons. Added support for page level macros.
Patch: http://cvs.winehq.com/patch.py?id=6337
Old revision New revision Changes Path 1.8 1.9 +8 -0 wine/programs/winhelp/winhelp.h 1.21 1.22 +208 -41 wine/programs/winhelp/winhelp.c 1.4 1.5 +1 -0 wine/programs/winhelp/string.c 1.15 1.16 +36 -5 wine/programs/winhelp/macro.c 1.6 1.7 +16 -11 wine/programs/winhelp/hlpfile.h 1.14 1.15 +106 -81 wine/programs/winhelp/hlpfile.c