docs/upgrade.txt
docs/todo.txt
docs/licence.txt
+docs/licendoc.txt
+docs/preamble.txt
+docs/gpl.txt
+docs/lgpl.txt
docs/symbols.txt
docs/bugs.txt
docs/*.htm
src/iodbc/Changes.log
src/iodbc/postgres/*.h
-setup/*.in
-setup/*.hin
-
-setup/general/createall
-setup/general/jointar
-setup/general/makeapp
-setup/general/makedirs
-setup/general/makedoc
-setup/general/mygrep
-setup/general/needed
-
-setup/rules/bin
-setup/rules/bin2
-setup/rules/doc
-setup/rules/gbin
-setup/rules/gbin2
-setup/rules/glib
-setup/rules/glibbin
-setup/rules/glibgbin
-setup/rules/gslib
-setup/rules/lib
-setup/rules/libbin
-setup/rules/libgbin
-
-setup/rules/generic/bin1
-setup/rules/generic/bin1gen
-setup/rules/generic/bin2
-setup/rules/generic/bin2gen
-setup/rules/generic/depend
-setup/rules/generic/globals
-setup/rules/generic/lib
-setup/rules/generic/needed
-setup/rules/generic/obj
-setup/rules/generic/slib
-setup/rules/generic/sobj
-
-setup/shared/sharedAIX
-setup/shared/sharedBsd
-setup/shared/sharedDgux
-setup/shared/sharedHpux
-setup/shared/sharedIrix
-setup/shared/sharedLinux
-setup/shared/sharedOSF
-setup/shared/sharedSolaris2
-setup/shared/sharedSunos4
-setup/shared/sharedSysV
-
misc/afm/*.afm
misc/gs_afm/*.afm
samples/wxpoem/Makefile.in
samples/wxsocket/Makefile.in
samples/nettest/Makefile.in
-samples/scrollsub/Makefile.in
samples/font/Makefile.in
samples/menu/Makefile.in
samples/console/Makefile.in
docs/motif/*.txt
docs/motif/makewxmotif
-docs/motif2/*.txt
-docs/motif2/COPYING.LIB
lib/dummy
misc/afm/*.afm
misc/gs_afm/*.afm
-setup/*.in
-setup/*.hin
-
-setup/general/createall
-setup/general/jointar
-setup/general/makeapp
-setup/general/makedirs
-setup/general/makedoc
-setup/general/mygrep
-setup/general/needed
-
-setup/rules/bin
-setup/rules/bin2
-setup/rules/doc
-setup/rules/gbin
-setup/rules/gbin2
-setup/rules/glib
-setup/rules/glibbin
-setup/rules/glibgbin
-setup/rules/gslib
-setup/rules/lib
-setup/rules/libbin
-setup/rules/libgbin
-
-setup/rules/generic/bin1
-setup/rules/generic/bin1gen
-setup/rules/generic/bin2
-setup/rules/generic/bin2gen
-setup/rules/generic/depend
-setup/rules/generic/globals
-setup/rules/generic/lib
-setup/rules/generic/needed
-setup/rules/generic/obj
-setup/rules/generic/slib
-setup/rules/generic/sobj
-
-setup/shared/sharedAIX
-setup/shared/sharedBsd
-setup/shared/sharedDgux
-setup/shared/sharedHpux
-setup/shared/sharedIrix
-setup/shared/sharedLinux
-setup/shared/sharedOSF
-setup/shared/sharedSolaris2
-setup/shared/sharedSunos4
-setup/shared/sharedSysV
-
-
#! these files don't compile
next if $file =~ /^pnghand\./;
- next if $wxGeneric{$file} =~ /\b16\b/;
+#! next if $wxGeneric{$file} =~ /\b16\b/;
my $isOleObj = $wxMSW{$file} =~ /\bO\b/;
my $isCFile = $file =~ /\.c$/;
Destination=%GROUP%\Tex2RTF Help.lnk
Working Directory=%MAINDIR%
end
-item: Create Shortcut
- Source=%MAINDIR%\docs\winhelp\wxtree.hlp
- Destination=%GROUP%\wxTree Help.lnk
- Working Directory=%MAINDIR%
-end
item: Create Shortcut
Source=%MAINDIR%\docs\html\index.htm
Destination=%GROUP%\HTML Docs Index.lnk
Destination=%GROUP%\Dialog Editor.lnk
Working Directory=%MAINDIR%
end
+item: Create Shortcut
+ Source=%MAINDIR%\docs\release.txt
+ Destination=%GROUP%\Release Details.lnk
+ Working Directory=%MAINDIR%
+end
+item: Create Shortcut
+ Source=%MAINDIR%\docs\winhelp\wxtree.hlp
+ Destination=%GROUP%\wxTreeLayout Help.lnk
+ Working Directory=%MAINDIR%
+end
item: Else Statement
end
+item: Add ProgMan Icon
+ Group=%GROUP%
+ Icon Name=wxTreeLayout Help
+ Command Line=%MAINDIR%\docs\winhelp\wxtree.hlp
+ Default Directory=%MAINDIR%
+end
+item: Add ProgMan Icon
+ Group=%GROUP%
+ Icon Name=Release Details
+ Command Line=%MAINDIR%\docs\release.txt
+ Default Directory=%MAINDIR%
+end
item: Add ProgMan Icon
Group=%GROUP%
Icon Name=Dialog Editor
Command Line=%MAINDIR%\docs\winhelp\tex2rtf.hlp
Default Directory=%MAINDIR%
end
-item: Add ProgMan Icon
- Group=%GROUP%
- Icon Name=wxTree Help
- Command Line=%MAINDIR%\docs\winhelp\wxtree.hlp
- Default Directory=%MAINDIR%
-end
item: End Block
end
item: Self-Register OCXs/DLLs
Document Type: WSE
item: Global
Version=5.0
- Title=wxWindows 2.1.10 Installation
+ Title=wxWindows 2.1.11 Installation
Flags=00000100
Split=1420
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
end
item: Set Variable
Variable=APPTITLE
- Value=wxWindows 2.1.10
+ Value=wxWindows 2.1.11
end
item: Set Variable
Variable=GROUP
if "%1" == "-help" goto usage
if "%1" == "--help" goto usage
if "%1" == "/?" goto usage
+if "%1" == "wiseonly" goto dounzip
if "%1" == "wise" set wise=1
echo About to archive an external wxWindows distribution:
echo From %src
echo CTRL-C if this is not correct.
pause
-rem goto dounzip
-
erase %dest\wx*.zip
erase %dest\glcanvas.zip
erase %dest\ogl3.zip
copy %src\docs\motif\install.txt %dest\install_motif.txt
copy %src\docs\gtk\install.txt %dest\install_gtk.txt
copy %src\docs\readme.txt %dest
+copy %src\docs\release.txt %dest
copy %src\docs\motif\makewxmotif %dest
copy %src\docs\gtk\makewxgtk %dest
+Rem Skip WISE setup if wise is 0.
+if "%wise" == "0" goto end
+
:dounzip
cd %dest
-Rem Skip WISE setup if wise is 0.
-if "%wise" == "0" goto end
-
rem Unzip the Windows files into 'wx'
mkdir %dest\wx
cd %dest
+Rem tidy up capitalisation of filenames
+ren setup.EXE s
+ren s setup.exe
+
+ren setup.w02 s
+ren s setup.w02
+
+ren setup.w03 s
+ren s setup.w03
+
+ren setup.w04 s
+ren s setup.w04
+
+ren setup.w05 s
+ren s setup.w05
+
+ren setup.w06 s
+ren s setup.w06
+
echo wxWindows archived.
+
goto end
:usage
echo DOS wxWindows distribution. Zips up all GTK/Motif/MSW/doc files,
echo and optionally makes a deliver\wx directory and a setup.exe
-echo if you specify 'wise'.
+echo if you specify 'wise' (skipping the zipping if you use 'wiseonly').
echo.
-echo Usage: zipdist [wise]
+echo Usage: zipdist [wise | wiseonly]
:end
# and makes wxGTK.
# Call from top-level wxWindows directory.
# Note that this uses standard (but commonly-used) configure options;
-# if you're feeling brave, you may wish to compile with threads.
+# if you're feeling braven, you may wish to compile with threads.
# -- Julian Smart
-chmod a+x configure config.sub config.guess setup/general/* setup/shared/*
-./configure --with-shared --with-gtk --with-debug_flag --with-debug_info --without-threads
-make makefiles
+rm -f *.cache
+chmod a+x configure config.sub config.guess
+./configure --disable-shared --with-gtk --with-debug_flag --with-debug_info --enable-debug --without-threads --without-sockets -without-odbc -without-libjpeg
make
(not yet tested). Motif 2.0 and above may also be suitable.
- Download the appropriate .tgz archive, or alternatively the files
- wx2_x_y_gen.zip and wx2_x_y_mot.zip. Download documentation in a preferred format,
- such as wx2_x_y_htm.zip or wx2_x_y_pdf.zip.
+ wx2_x_y_gen.zip and wx2_x_y_mot.zip. Download documentation in a
+ preferred format, such as wx2_x_y_htm.zip or wx2_x_y_pdf.zip.
- Make a directory such as ~/wx and unarchive the files into this
directory. If using the zip archives, use the -a option if available
# Note that this uses standard (but commonly-used) configure options;
# if you're feeling brave, you may wish to compile with threads.
# -- Julian Smart
-chmod a+x configure config.sub config.guess setup/general/* setup/shared/*
-./configure --with-shared --with-motif --without-gtk --with-debug_flag --with-debug_info --without-threads
-make makefiles
+rm -f *.cache
+chmod a+x configure config.sub config.guess
+./configure --disable-shared --with-motif --without-gtk --with-debug_flag --with-debug_info --enable-debug --without-sockets --without-odbc --without-threads --enable-newgrid
make
-- OR -- from the zip set (above).
wx2_x_y_gen.zip
-wx2_x_y_msw.zip
wx2_x_y_mot.zip
jpeg.zip
- wxHTML printing has spacing problems under Windows, and may not
work fully under Unix. Hopefully this will be resolved for 2.1.12.
-
+
+- wxStaticBox under Windows obscures controls placed within it:
+ this will be fixed in 2.1.12.
+
+- wxStaticBitmap under Windows doesn't respect the transparency mask.
+
#!/binb/wmake.exe
-# This file was automatically generated by tmake at 10:10, 1999/11/06
+# This file was automatically generated by tmake at 22:33, 1999/11/08
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE WAT.T!
#
filedlg.obj &
font.obj &
fontdlg.obj &
+ fontenum.obj &
fontutil.obj &
frame.obj &
gauge95.obj &
gsocket.obj &
helpwin.obj &
icon.obj &
+ imaglist.obj &
iniconf.obj &
joystick.obj &
listbox.obj &
+ listctrl.obj &
main.obj &
mdi.obj &
menu.obj &
minifram.obj &
msgdlg.obj &
nativdlg.obj &
+ notebook.obj &
oleutils.obj &
ownerdrw.obj &
palette.obj &
thread.obj &
timer.obj &
tooltip.obj &
+ treectrl.obj &
utils.obj &
utilsexc.obj &
uuid.obj &
fontdlg.obj: $(MSWDIR)\fontdlg.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+fontenum.obj: $(MSWDIR)\fontenum.cpp
+ *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+
fontutil.obj: $(MSWDIR)\fontutil.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
icon.obj: $(MSWDIR)\icon.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+imaglist.obj: $(MSWDIR)\imaglist.cpp
+ *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+
iniconf.obj: $(MSWDIR)\iniconf.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
listbox.obj: $(MSWDIR)\listbox.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+listctrl.obj: $(MSWDIR)\listctrl.cpp
+ *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+
main.obj: $(MSWDIR)\main.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
nativdlg.obj: $(MSWDIR)\nativdlg.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+notebook.obj: $(MSWDIR)\notebook.cpp
+ *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+
oleutils.obj: $(OLEDIR)\oleutils.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
tooltip.obj: $(MSWDIR)\tooltip.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+treectrl.obj: $(MSWDIR)\treectrl.cpp
+ *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+
utils.obj: $(MSWDIR)\utils.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
if ( m_windowStyle & wxTR_LINES_AT_ROOT )
wstyle |= TVS_LINESATROOT;
-#if !defined( __GNUWIN32__ ) && !defined( __BORLANDC__ ) && !defined(wxUSE_NORLANDER_HEADERS)
+#if !defined( __GNUWIN32__ ) && !defined( __BORLANDC__ ) && !defined( __WATCOMC__ ) && !defined(wxUSE_NORLANDER_HEADERS)
// we emulate the multiple selection tree controls by using checkboxes: set
// up the image list we need for this if we do have multiple selections
#if !defined(__VISUALC__) || (__VISUALC__ > 1010)
[OPTIONS]
-BMROOT=d:\wx2\wxwind~1\utils\tex2rtf\docs ; Assume that bitmaps are where the source is
+BMROOT=d:\wx2\wxWind~1\utils\tex2rtf\docs ; Assume that bitmaps are where the source is
TITLE=Tex2RTF Manual
CONTENTS=Contents
COMPRESS=HIGH
\parskip=10pt%
\parindent=0pt%
%\backgroundcolour{255;255;255}\textcolour{0;0;0}% Has an effect in HTML only
-\winhelpignore{\title{Manual for Tex2RTF 1.64:\\A \LaTeX\ to RTF and HTML converter}%
+\winhelpignore{\title{Manual for Tex2RTF 2.0:\\A \LaTeX\ to RTF and HTML converter}%
\author{Julian Smart}%
-\date{October 1997}%
+\date{November 1999}%
}%
-\winhelponly{\title{Manual for Tex2RTF 1.64}%
+\winhelponly{\title{Manual for Tex2RTF 2.0}%
\author{by Julian Smart\\$$\image{1cm;0cm}{tex2rtf.wmf}$$}%
}%
\makeindex%
\section{Status of Tex2RTF}\index{status of Tex2RTF}%
-Tex2RTF is under continual development, often following users'
-suggestions. From version 1.33, Tex2RTF is effectively in a second phase
-of development. In addition to the bare minimum of syntax and facilities
-for producing useable help systems or linear RTF, commands are being
-added to allow visually effective, even aesthetically pleasing,
-documentation to be produced.
-
-Examples are the \verb$\indented$, \verb$\twocollist$ and \verb$\marginpar$\rtfsp
-commands; over time I hope to be able to reproduce most of the popular
-styles of formatting and presentation in Windows Help files, whilst
-allowing a reasonable equivalent to be generated in the other formats.
-
-Some new developments in the various formats still need to be catered
-for by Tex2RTF, such as Windows 95 help files and HTML 3.0. Features
-that can be added to Tex2RTF as a result of these developments include
-math and inline image map support in HTML, table support in Windows
-Help, and generally better formatting abilities in both. However, documentation
-about these formats is sketchy at the time of writing (October 1995).
+Windows HTML help, and wxWindows 2 wxHTML help, are now catered for using
+the htmlWorkshopFiles setting.
+
+Tex2RTF is very rarely updated these days: it would be nice to
+rewrite the parser (and indeed the rest of it) at some point,
+to improve error reporting, space handling and ability to
+handle more advanced Tex/Latex commands.
\section{Acknowledgements}\index{acknowledgements}%
\section{Change log}\index{change log}%
-Version 1.65, August 24th 1999
+Version 2.0, August 24th 1999
\begin{itemize}\itemsep=0pt
\item Added htmlWorkshopFiles setting, to output .hpp, .hhc