From b940e37e47552e6a0e28a43a4304951bcbb20a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20B=C3=A9ron?= Date: Mon, 21 Jul 2003 22:42:50 +0000 Subject: [PATCH] Fixed indentation of list items. --- documentation/architecture.sgml | 8 +- documentation/bugs.sgml | 4 +- documentation/configuring.sgml | 4 +- documentation/cvs-regression.sgml | 2 +- documentation/debugger.sgml | 69 +++++--- documentation/debugging.sgml | 21 ++- documentation/dlls.sgml | 252 +++++++++++++++++++++-------- documentation/documentation.sgml | 114 ++++++++++--- documentation/fonts.sgml | 28 +++- documentation/getting.sgml | 24 +-- documentation/glossary.sgml | 74 ++++----- documentation/i18n.sgml | 25 ++- documentation/introduction.sgml | 2 +- documentation/multimedia.sgml | 7 +- documentation/opengl.sgml | 12 +- documentation/porting.sgml | 124 ++++++++++---- documentation/printing.sgml | 32 +++- documentation/registry.sgml | 8 +- documentation/running.sgml | 12 +- documentation/winelib-toolkit.sgml | 92 +++++++++-- 20 files changed, 664 insertions(+), 250 deletions(-) diff --git a/documentation/architecture.sgml b/documentation/architecture.sgml index 53e66c78343..9d8d5b89758 100644 --- a/documentation/architecture.sgml +++ b/documentation/architecture.sgml @@ -881,10 +881,14 @@ child1->popup->child2->child3->wnd1->child4->wnd2->desktop. - what specific DLLs do + + what specific DLLs do + - which other DLLs or features a given library interacts with + + which other DLLs or features a given library interacts with + diff --git a/documentation/bugs.sgml b/documentation/bugs.sgml index 8da6cb34eb2..79607720cda 100644 --- a/documentation/bugs.sgml +++ b/documentation/bugs.sgml @@ -194,7 +194,9 @@ - Post as much relevant information as possible. + + Post as much relevant information as possible. + This means we need more information than a simple "MS Word crashes whenever I run it. Do you know why?" diff --git a/documentation/configuring.sgml b/documentation/configuring.sgml index 587169fde6d..5a5ea419f84 100644 --- a/documentation/configuring.sgml +++ b/documentation/configuring.sgml @@ -934,7 +934,9 @@ - README + + README + diff --git a/documentation/cvs-regression.sgml b/documentation/cvs-regression.sgml index dc48cfca040..93ad3535c09 100644 --- a/documentation/cvs-regression.sgml +++ b/documentation/cvs-regression.sgml @@ -128,7 +128,7 @@ make depend && make time, so you have to make everything if you don't backup the older version) - + When you have found the day where the problem happened, continue the search using the wine-cvs archive (sorted by date) and a more precise cvs update including hour, minute, second : diff --git a/documentation/debugger.sgml b/documentation/debugger.sgml index baca9836aba..b2453d215ae 100644 --- a/documentation/debugger.sgml +++ b/documentation/debugger.sgml @@ -33,13 +33,19 @@ - W-process means a process in Windows' terminology + + W-process means a process in Windows' terminology + - U-process means a process in Unix' terminology + + U-process means a process in Unix' terminology + - W-thread means a thread in Windows' terminology + + W-thread means a thread in Windows' terminology + @@ -55,10 +61,14 @@ - the Unix process id (upid in the following) + + the Unix process id (upid in the following) + - the Windows's thread id (tid) + + the Windows's thread id (tid) + @@ -89,11 +99,14 @@ - the Windows' debugging API. + + the Windows' debugging API. + - the Wine integrated debugger, dubbed - WineDbg. + + the Wine integrated debugger, dubbed WineDbg. + @@ -147,7 +160,9 @@ winedbg "hl.exe -windowed" - you can debug an already started application + + you can debug an already started application + @@ -1185,7 +1200,9 @@ set $BreakAllThreadsStartup = 1 - default + + default + ConChannelMask = DBG_CHN_MESG (1) StdChannelMask = 0 @@ -1222,21 +1239,27 @@ StdChannelMask = DBG_CHN_MESG (1) ThreadId - ID of the W-thread currently - examined by the debugger + + ID of the W-thread currently + examined by the debugger + ProcessId - ID of the W-thread currently - examined by the debugger + + ID of the W-thread currently + examined by the debugger + <registers> - All CPU registers are also available + + All CPU registers are also available + @@ -1589,14 +1612,19 @@ like: - Start ddd + + Start ddd + - In ddd, use the 'Open File' or 'Open Program' to - point to the wine executable + + In ddd, use the 'Open File' or 'Open Program' to + point to the wine executable + - In the output of 1/, there's a line like + +In the output of 1/, there's a line like target remote localhost:32878 @@ -1625,7 +1653,8 @@ parameters - In the output of 1/, there's a line like + + In the output of 1/, there's a line like target remote localhost:32878 diff --git a/documentation/debugging.sgml b/documentation/debugging.sgml index 2df5e6112fb..f6655a0af75 100644 --- a/documentation/debugging.sgml +++ b/documentation/debugging.sgml @@ -38,7 +38,9 @@ features, known bugs, etc. They serve as a constant and active reminder of what needs to be done. - Examples: stubs, semi-implemented features, etc. + + Examples: stubs, semi-implemented features, etc. + @@ -319,13 +321,16 @@ LPSTR debugres(const void *id); - the FIXME and ERR - classes are enabled by default + + the FIXME and ERR + classes are enabled by default + - the TRACE and - WARN classes are disabled by - default + + the TRACE and WARN + classes are disabled by default + @@ -379,7 +384,9 @@ where: - do NOT include the name of the function: it is included automatically + + do NOT include the name of the function: it is included automatically + diff --git a/documentation/dlls.sgml b/documentation/dlls.sgml index 69ae99fd874..a7e31d1d772 100644 --- a/documentation/dlls.sgml +++ b/documentation/dlls.sgml @@ -71,95 +71,119 @@ HDITEM_V1_SIZE: - The size of the HDITEM - structure in version 4.00. + + The size of the HDITEM + structure in version 4.00. + LVCOLUMN_V1_SIZE: - The size of the + + The size of the LVCOLUMN structure in - version 4.00. + version 4.00. + LVHITTESTINFO_V1_SIZE: - The size of the + + The size of the LVHITTESTINFO structure in - version 4.00. + version 4.00. + LVITEM_V1_SIZE: - The size of the LVITEM - structure in version 4.00. + + The size of the LVITEM + structure in version 4.00. + NMLVCUSTOMDRAW_V3_SIZE: - The size of the + + The size of the NMLVCUSTOMDRAW structure in - version 4.70. + version 4.70. + NMTTDISPINFO_V1_SIZE: - The size of the + + The size of the NMTTDISPINFO structure in - version 4.00. + version 4.00. + NMTVCUSTOMDRAW_V3_SIZE: - The size of the + + The size of the NMTVCUSTOMDRAW structure in - version 4.70. + version 4.70. + PROPSHEETHEADER_V1_SIZE: - The size of the + + The size of the PROPSHEETHEADER structure - in version 4.00. + in version 4.00. + PROPSHEETPAGE_V1_SIZE: - The size of the + + The size of the PROPSHEETPAGE structure in - version 4.00. + version 4.00. + REBARBANDINFO_V3_SIZE: - The size of the + + The size of the REBARBANDINFO structure in - version 4.70. + version 4.70. + TTTOOLINFO_V1_SIZE: - The size of the + + The size of the TOOLINFO structure in - version 4.00. + version 4.00. + TVINSERTSTRUCT_V1_SIZE: - The size of the + + The size of the TVINSERTSTRUCT structure in - version 4.00. + version 4.00. + @@ -188,13 +212,17 @@ Status: - Dummy control. No functionality. + + Dummy control. No functionality. + Notes: - Author needed!! Any volunteers?? + + Author needed!! Any volunteers?? + @@ -215,13 +243,17 @@ Status: - Dummy control. No functionality. + + Dummy control. No functionality. + Notes: - Author needed!! Any volunteers?? + + Author needed!! Any volunteers?? + @@ -242,13 +274,17 @@ Status: - Dummy control. No functionality. + + Dummy control. No functionality. + Notes: - Author needed!! Any volunteers?? + + Author needed!! Any volunteers?? + @@ -269,13 +305,17 @@ Status: - Dummy control. No functionality. + + Dummy control. No functionality. + Notes: - Author needed!! Any volunteers?? + + Author needed!! Any volunteers?? + @@ -296,13 +336,17 @@ Status: - Dummy control. No functionality. + + Dummy control. No functionality. + Notes: - Author needed!! Any volunteers?? + + Author needed!! Any volunteers?? + @@ -325,13 +369,19 @@ - Almost finished. + + Almost finished. + - Unicode notifications are not supported (WM_NOTIFYFORMAT). + + Unicode notifications are not supported (WM_NOTIFYFORMAT). + - Order array not supported. + + Order array not supported. + @@ -354,13 +404,17 @@ Status: - Dummy control. No functionality. + + Dummy control. No functionality. + Notes: - Author needed!! Any volunteers?? + + Author needed!! Any volunteers?? + @@ -381,7 +435,9 @@ Status: - Almost finished. + + Almost finished. + @@ -403,7 +459,9 @@ Status: - Under construction. + + Under construction. + @@ -416,7 +474,9 @@ Author: - Dummy written by: + + Dummy written by: + @@ -424,14 +484,20 @@ - &name-luc-tourangeau; &email-luc-tourangeau; + + &name-luc-tourangeau; &email-luc-tourangeau; + - &name-koen-deforche; &email-koen-deforche; + + &name-koen-deforche; &email-koen-deforche; + - &name-francis-beaudet; &email-francis-beaudet; - and the "Corel Team" + + &name-francis-beaudet; &email-francis-beaudet; + and the "Corel Team" + @@ -440,7 +506,9 @@ Status: - Under construction. + + Under construction. + @@ -470,13 +538,17 @@ Status: - Dummy control. No functionality. + + Dummy control. No functionality. + Notes: - Author needed!! Any volunteers?? + + Author needed!! Any volunteers?? + @@ -497,13 +569,17 @@ Status: - Dummy control. No functionality. + + Dummy control. No functionality. + Notes: - Author needed!! Any volunteers?? + + Author needed!! Any volunteers?? + @@ -532,7 +608,9 @@ Notes: - Author needed!! Any volunteers?? + + Author needed!! Any volunteers?? + @@ -554,7 +632,9 @@ Status: - Finished! + + Finished! + @@ -576,13 +656,17 @@ Status: - Development in progress. + + Development in progress. + Notes: - Tab control must be implemented first. + + Tab control must be implemented first. + @@ -603,13 +687,17 @@ Status: - Development in progress. Many bugs and missing features. + + Development in progress. Many bugs and missing features. + Notes: - Author needed!! Any volunteers?? + + Author needed!! Any volunteers?? + @@ -631,13 +719,17 @@ Status: - Almost finished. + + Almost finished. + Notes: - Tooltip integration is almost complete. + + Tooltip integration is almost complete. + @@ -658,7 +750,9 @@ Status: - Development in progress. + + Development in progress. + @@ -703,14 +797,18 @@ Status: - Almost finished. + + Almost finished. + Notes: - Unicode support is incomplete - (WM_NOTIFYFORMAT). + + Unicode support is incomplete + (WM_NOTIFYFORMAT). + @@ -732,7 +830,9 @@ Status: - Under construction. + + Under construction. + @@ -755,7 +855,9 @@ Status: - Quite usable already. + + Quite usable already. + @@ -777,7 +879,9 @@ Status: - Unknown. + + Unknown. + @@ -817,16 +921,24 @@ - DSA (Dynamic Storage Array) functions. + + DSA (Dynamic Storage Array) functions. + - DPA (Dynamic Pointer Array) functions. + + DPA (Dynamic Pointer Array) functions. + - MRU ("Most Recently Used" List) functions. + + MRU ("Most Recently Used" List) functions. + - other unknown functions. + + other unknown functions. + diff --git a/documentation/documentation.sgml b/documentation/documentation.sgml index c46e67dfaa5..096f87c7ea3 100644 --- a/documentation/documentation.sgml +++ b/documentation/documentation.sgml @@ -712,14 +712,46 @@ BOOL WINAPI PathRelativePathToA( will want to be careful about the order in which you install the RPMs. - sgml-common-*.rpm - openjade-*.rpm - perl-SGMLSpm-*.rpm - docbook-dtd*.rpm - docbook-style-dsssl-*.rpm - tetex-*.rpm - jadetex-*.rpm - docbook-utils-*.rpm + + + sgml-common-*.rpm + + + + + openjade-*.rpm + + + + + perl-SGMLSpm-*.rpm + + + + + docbook-dtd*.rpm + + + + + docbook-style-dsssl-*.rpm + + + + + tetex-*.rpm + + + + + jadetex-*.rpm + + + + + docbook-utils-*.rpm + + You can also use ghostscript to view the ps format output and Adobe Acrobat 4 to view the pdf file. @@ -732,17 +764,61 @@ BOOL WINAPI PathRelativePathToA( This is not a definitive listing yet, but it seems you might need the following packages: - docbook - docbook-dsssl - docbook-utils - docbook-xml - docbook-xsl - sgml-base - sgml-data - tetex-base - tetex-bin - jade - jadetex + + + docbook + + + + + docbook-dsssl + + + + + docbook-utils + + + + + docbook-xml + + + + + docbook-xsl + + + + + sgml-base + + + + + sgml-data + + + + + tetex-base + + + + + tetex-bin + + + + + jade + + + + + jadetex + + diff --git a/documentation/fonts.sgml b/documentation/fonts.sgml index de55aac6ca8..65430e71da4 100644 --- a/documentation/fonts.sgml +++ b/documentation/fonts.sgml @@ -37,7 +37,9 @@ - Extract bitmap fonts with fnt2bdf. + + Extract bitmap fonts with fnt2bdf. + @@ -398,16 +400,24 @@ Resolution = <integer value> - Get a freetype source archive (freetype-X.Y.tar.gz ?). + + Get a freetype source archive (freetype-X.Y.tar.gz ?). + - Read docs, unpack, configure and install + + Read docs, unpack, configure and install + - Test the library, e.g. ftview 20 /dosc/win95/fonts/times + + Test the library, e.g. ftview 20 /dosc/win95/fonts/times + - Get xfsft-beta1e.linux-i586 + + Get xfsft-beta1e.linux-i586 + @@ -417,7 +427,9 @@ Resolution = <integer value> - Follow the hints given by williamc@dai.ed.ac.uk + + Follow the hints given by williamc@dai.ed.ac.uk + @@ -485,7 +497,9 @@ FontPath "tcp/localhost:7100" - Test with e.g. xlsfont | grep arial + + Test with e.g. xlsfont | grep arial + diff --git a/documentation/getting.sgml b/documentation/getting.sgml index 122b5bc7fa4..ca8db9ddc6a 100644 --- a/documentation/getting.sgml +++ b/documentation/getting.sgml @@ -18,19 +18,25 @@ belonging to Wine may be brought (downloaded) to your system: - Getting a single Wine package file - (specifically adapted to your particular system), which - contains various binary files of Wine + + Getting a single Wine package file + (specifically adapted to your particular system), which + contains various binary files of Wine + - Getting a single compressed archive file (usually .tar.gz), which contains - all source code files of a standard Wine - release version + + Getting a single compressed archive file (usually .tar.gz), which contains + all source code files of a standard Wine + release version + - Downloading from a CVS server, - which contains the very latest development source code files - of Wine + + Downloading from a CVS server, + which contains the very latest development source code files + of Wine + diff --git a/documentation/glossary.sgml b/documentation/glossary.sgml index 57974fc7826..9358aa9c85f 100644 --- a/documentation/glossary.sgml +++ b/documentation/glossary.sgml @@ -22,7 +22,7 @@ EXAMPLE: Binary - A file which is in machine executable, compiled form: hex data (as opposed to a source code file). + A file which is in machine executable, compiled form: hex data (as opposed to a source code file). @@ -48,9 +48,9 @@ EXAMPLE: DLL - A DLL (Dynamic Link Library) is a file that can be loaded and executed by programs dynamically. Basically it's an external code repository for programs. - Since usually several different programs reuse the same DLL instead of having that code in their own file, this dramatically reduces required storage space. - A synonym for a DLL would be library. + A DLL (Dynamic Link Library) is a file that can be loaded and executed by programs dynamically. Basically it's an external code repository for programs. + Since usually several different programs reuse the same DLL instead of having that code in their own file, this dramatically reduces required storage space. + A synonym for a DLL would be library. @@ -71,8 +71,8 @@ EXAMPLE: In a terminal, simply run them via: - $ editorname - filename + $ editorname + filename @@ -85,19 +85,19 @@ EXAMPLE: you can view all environment variables by executing: - set + set If you want to change an environment variable, you could run: - export MYVARIABLE=mycontent + export MYVARIABLE=mycontent For deleting an environment variable, use: - unset MYVARIABLE + unset MYVARIABLE @@ -105,11 +105,11 @@ EXAMPLE: Package - A package is a compressed file in a - distribution specific format. It contains the - files for a particular program you want to install. Packages are - usually installed via the dpkg or - rpm package managers. + A package is a compressed file in a + distribution specific format. It contains the + files for a particular program you want to install. Packages are + usually installed via the dpkg or + rpm package managers. @@ -117,23 +117,23 @@ EXAMPLE: root - root is the account name of the system administrator. - In order to run programs as root, simply open a - Terminal window, then run: + root is the account name of the system administrator. + In order to run programs as root, simply open a + Terminal window, then run: - $ su - + $ su - - This will prompt you for the password of the root user of your system, - and after that you will be able to system administration tasks - that require special root privileges. The root account is indicated by the + This will prompt you for the password of the root user of your system, + and after that you will be able to system administration tasks + that require special root privileges. The root account is indicated by the - # + # - prompt, whereas '$' indicates a normal user account. + prompt, whereas '$' indicates a normal user account. @@ -156,10 +156,10 @@ EXAMPLE: Source code - Source code is the code that a program consists of before the program - is being compiled, i.e. it's the original building instructions of a - program that tell a compiler what the program should look like once - it's been compiled to a Binary. + Source code is the code that a program consists of before the program + is being compiled, i.e. it's the original building instructions of a + program that tell a compiler what the program should look like once + it's been compiled to a Binary. @@ -167,20 +167,20 @@ EXAMPLE: Terminal - A terminal window is usually a graphical window that one uses to - execute a Shell. If Wine asks you to open a - terminal, then you usually need to click on an icon on your desktop - that shows a big black window (or, in other cases, an icon displaying a - maritime shell). - Wine assumes you're using the bash shell in a - terminal window, so if your terminal happens to use a different - shell program, simply type: + A terminal window is usually a graphical window that one uses to + execute a Shell. If Wine asks you to open a + terminal, then you usually need to click on an icon on your desktop + that shows a big black window (or, in other cases, an icon displaying a + maritime shell). + Wine assumes you're using the bash shell in a + terminal window, so if your terminal happens to use a different + shell program, simply type: - bash + bash - in the terminal window. + in the terminal window. diff --git a/documentation/i18n.sgml b/documentation/i18n.sgml index a7da80cb4d6..5381de8e8bf 100644 --- a/documentation/i18n.sgml +++ b/documentation/i18n.sgml @@ -11,13 +11,19 @@ - Thereafter revised February 1999 by Klaas van Gend + + Thereafter revised February 1999 by Klaas van Gend + - Revised again May 23, 1999, Klaas van Gend + + Revised again May 23, 1999, Klaas van Gend + - Updated May 26, 2000, Zoran Dzelajlija + + Updated May 26, 2000, Zoran Dzelajlija + @@ -69,8 +75,10 @@ - Find the language ID in - include/winnls.h. + + Find the language ID in + include/winnls.h. + @@ -180,9 +188,10 @@ - Edit - documentation/internationalization to - show the new status. + + Edit documentation/internationalization + to show the new status. + diff --git a/documentation/introduction.sgml b/documentation/introduction.sgml index 9d9c2475a0f..3a2128b1f61 100644 --- a/documentation/introduction.sgml +++ b/documentation/introduction.sgml @@ -296,7 +296,7 @@ Wine can be pretty intimidating at first. The Wine - distribution consists of over two thousand files and half a + distribution consists of over four thousand files and almost a million lines of source code Crudely calculated from running find . | wc diff --git a/documentation/multimedia.sgml b/documentation/multimedia.sgml index 96544edd3d2..a52425895fb 100644 --- a/documentation/multimedia.sgml +++ b/documentation/multimedia.sgml @@ -39,7 +39,9 @@ another one for MIDI output only), whose role is: - help choosing one low level driver between many + + help choosing one low level driver between many + @@ -647,7 +649,8 @@ Native MCIMIDI has been working but is currently blocked by scheduling issues (mmTaskXXX no longer work). - FIXME: + + FIXME: diff --git a/documentation/opengl.sgml b/documentation/opengl.sgml index 781337829f8..16a73630fe8 100644 --- a/documentation/opengl.sgml +++ b/documentation/opengl.sgml @@ -40,19 +40,25 @@ gl.h: - the definition of all OpenGL core functions, types and enumerants + + the definition of all OpenGL core functions, types and enumerants + glx.h: - how OpenGL integrates in the X Window environment + + how OpenGL integrates in the X Window environment + glext.h: - the list of all registered OpenGL extensions + + the list of all registered OpenGL extensions + diff --git a/documentation/porting.sgml b/documentation/porting.sgml index c6f91dad7cc..0c21b5c8e8c 100644 --- a/documentation/porting.sgml +++ b/documentation/porting.sgml @@ -21,13 +21,19 @@ - How to port Wine to your favorite operating system + + How to port Wine to your favorite operating system + - Why you probably shouldn't use #ifdef MyOS + + Why you probably shouldn't use #ifdef MyOS + - What to do instead. + + What to do instead. + @@ -65,19 +71,29 @@ - existence of a header file + + existence of a header file + - existence of a library function + + existence of a library function + - existence of libraries + + existence of libraries + - bugs in header files, library functions, the compiler, ... + + bugs in header files, library functions, the compiler, ... + - (you name it) + + (you name it) + @@ -254,10 +270,14 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H)) - EMX 0.9c (fix 2) + + EMX 0.9c (fix 2) + - XFree86 3.2 OS/2 (with development libraries) + + XFree86 3.2 OS/2 (with development libraries) + @@ -267,14 +287,20 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H)) - sed (a working copy of) + + sed (a working copy of) + - diff and patch - are recommended + + diff and patch + are recommended + - Lots of disk space (about 40-50 megs after EMX and XFree installed) + + Lots of disk space (about 40-50 megs after EMX and XFree installed) + @@ -296,19 +322,27 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H)) - configure and make depend work... + + configure and make depend work... + - make compiles (with a modified + + make compiles (with a modified Linux mman.h), but doesn't - link. + link. + - signal handling is horrible... (if any) + + signal handling is horrible... (if any) + - EMX doesn't support mmap (and - related), SysV IPC and stafs() + + EMX doesn't support mmap (and + related), SysV IPC and stafs() + @@ -326,23 +360,35 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H)) - LDT (using DosAllocSeg in - memory/ldt.c) * + + LDT (using DosAllocSeg in + memory/ldt.c) * + - Implement mmap() and SysV IPC in EMX * + + Implement mmap() and SysV IPC in EMX * + - File functions, + + File functions, + - I/O access (do it!), + + I/O access (do it!), + - Communication (modem), + + Communication (modem), + - Interrupt (if int unknown, call current RealMode one...), + + Interrupt (if int unknown, call current RealMode one...), + @@ -355,10 +401,14 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H)) - Return right CPU type, + + Return right CPU type, + - Make winsock work + + Make winsock work + @@ -368,16 +418,24 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H)) - OS/2 have DOS interrupts + + OS/2 have DOS interrupts + - OS/2 have I/O port access + + OS/2 have I/O port access + - OS/2 have multi-thread + + OS/2 have multi-thread + - Merlin have Open32 (to be used later...) + + Merlin have Open32 (to be used later...) + diff --git a/documentation/printing.sgml b/documentation/printing.sgml index 3abf3bb7f11..cff2e4e0283 100644 --- a/documentation/printing.sgml +++ b/documentation/printing.sgml @@ -23,7 +23,9 @@ - Use an external windows 3.1 printer driver (outdated, probably won't get supported any more). + + Use an external windows 3.1 printer driver (outdated, probably won't get supported any more). + @@ -197,7 +199,9 @@ printer=on - vi ~/winedefault.reg + + vi ~/winedefault.reg + @@ -271,19 +275,29 @@ printer=on - No TrueType download. + + No TrueType download. + - StretchDIBits uses level 2 PostScript. + + StretchDIBits uses level 2 PostScript. + - AdvancedSetup dialog box. + + AdvancedSetup dialog box. + - Many partially implemented functions. + + Many partially implemented functions. + - ps.c is becoming messy. + + ps.c is becoming messy. + @@ -294,7 +308,9 @@ printer=on - Probably many more... + + Probably many more... + diff --git a/documentation/registry.sgml b/documentation/registry.sgml index 25b4b5f09a8..2ac5aa4a2da 100644 --- a/documentation/registry.sgml +++ b/documentation/registry.sgml @@ -204,13 +204,17 @@ wine.systemreg - Contains HKEY_LOCAL_MACHINE. + + Contains HKEY_LOCAL_MACHINE. + wine.userreg - Contains HKEY_USERS. + + Contains HKEY_USERS. + diff --git a/documentation/running.sgml b/documentation/running.sgml index da2f1328bbc..21a5e3f5c74 100644 --- a/documentation/running.sgml +++ b/documentation/running.sgml @@ -479,13 +479,19 @@ winspoolwnetx11 running a console program (aka a CUI executable): - bare streams + + bare streams + - wineconsole with user backend + + wineconsole with user backend + - wineconsole with curses backend + + wineconsole with curses backend + diff --git a/documentation/winelib-toolkit.sgml b/documentation/winelib-toolkit.sgml index 499561ca679..6ce2a55f2ca 100644 --- a/documentation/winelib-toolkit.sgml +++ b/documentation/winelib-toolkit.sgml @@ -740,31 +740,59 @@ ORDINAL FUNCTYPE EXPORTNAME([ARGTYPE [ARGTYPE [...]]]) HANDLERNAME pascal16 - for a Win16 function returning a 16-bit value + + + for a Win16 function returning a 16-bit value + + pascal - for a Win16 function returning a 32-bit value + + + for a Win16 function returning a 32-bit value + + register - for a function using CPU register to pass arguments + + + for a function using CPU register to pass arguments + + interrupt - for a Win16 interrupt handler routine + + + for a Win16 interrupt handler routine + + stdcall - for a normal Win32 function + + + for a normal Win32 function + + cdecl - for a Win32 function using the C calling convention + + + for a Win32 function using the C calling convention + + varargs - for a Win32 function taking a variable number of arguments + + + for a Win32 function taking a variable number of arguments + + @@ -774,36 +802,68 @@ ORDINAL FUNCTYPE EXPORTNAME([ARGTYPE [ARGTYPE [...]]]) HANDLERNAME word - for a 16 bit word + + + for a 16 bit word + + long - a 32 bit value + + + a 32 bit value + + ptr - for a linear pointer + + + for a linear pointer + + str - for a linear pointer to a null-terminated string + + + for a linear pointer to a null-terminated string + + s_word - for a 16 bit signed word + + + for a 16 bit signed word + + segptr - for a segmented pointer + + + for a segmented pointer + + segstr - for a segmented pointer to a null-terminated string + + + for a segmented pointer to a null-terminated string + + wstr - for a linear pointer to a null-terminated wide - (16-bit Unicode) string + + + for a linear pointer to a null-terminated wide + (16-bit Unicode) string + +