Module: docs Branch: master Commit: 9716d7bea7c4571b7309b6bf2dc939025e480792 URL: http://source.winehq.org/git/docs.git/?a=commit;h=9716d7bea7c4571b7309b6bf2d...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 17 16:46:33 2008 +0200
Release 1.0.
---
ANNOUNCE | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------- VERSION | 2 +- configure | 18 ++++---- 3 files changed, 144 insertions(+), 33 deletions(-)
diff --git a/ANNOUNCE b/ANNOUNCE index 1ebf852..ca17f51 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,28 +1,139 @@ -This is release 20050725 of Wine Docs, a collection of guides and -their respective translations for Wine 20050725. - -WHAT'S NEW with winedocs-20050725: - - Separate distribution from the main Wine package. - - French translations for the FAQ, Winelib User Guide, - and Wine User Guide. - - Cleanups and spelling fixes. - -WHAT'S OBSOLETE in winedocs-20050725: - - The Wine User Guide speaks of a configuration file. - This file is no longer used by this Wine release. - Work is being done to rectify the affected documentation. - - The Winelib User Guide is obsolete. - The recommended way of using Winelib is via winegcc. - Please refer to winegcc's man page available in the - main Wine distribution for details on how to use it. - We hope to correct the Winelib User Guide in the - near future. +This is release 1.0 of the Wine documentation, a collection of guides +and their respective translations for Wine 1.0.
See the README file in the distribution for installation instructions.
-Because of lags created by using mirrors, this message may reach you before -the release is available at the ftp sites. The sources will be available -from the following location: +The source is available from the following location:
- http://prdownloads.sourceforge.net/wine/winedocs-20050725.tar.gz + http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-1.0.tar.bz2
+Pre-formatted documentation in various formats is available at: + + http://www.winehq.org/site/documentation + +---------------------------------------------------------------- + +Changes since 20070725: + +Alexandre Julliard (8): + Removed a # character that breaks the build on WineHQ for some + Fixed a typo in a closing tag. + Updated the sourceforge repository address. + The FAQ is maintained on the wiki now. + Convert the .cvsignore files to .gitignore. + makefiles: Add rules for automatically rebuilding makefiles. + configure: Cosmetic changes. Regenerated with autoconf 2.61. + wineusr-guide: Removed some obsolete information. + +Brian Vincent (4): + Add FAQ about updating the FAQ and submitting patches. + Update Winw User Guide to reflect the switch from the + wine.userreg no longer exists and the system administration tips + Explicitly address Intel Mac OS X. + +Dan Kegel (1): + Add instructions on how to build tests standalone on Windows + +Detlef Riekenberg (3): + Fix wine release rate and Emulator-URLs. + - Fix a link and the source-archive suffix + - Fix system32, winecfg and Printers. + +Dimi Paun (21): + Initial import of the Wine SGML documentation + Merge branch upstream/po4a. + Import of PO4A release 0.21 + Add missing <qandaentry> + Ignore autoconf cache. + Move the PO4_* stuff into Make.rules.in; remove unused variables + Import of SGMLSpm 1.03ii. + Fix --version option. + Import of PO4A release cvs-20050630 + Merge branch upstream/po4a. + Ignore config.* files + Add a little bit more about building the documentation. + Release 20050725. + Properly close paragraph. + Redirect FAQ questions to wine-devel for now, they are few and far between. + Disable the keymap table example, it breaks PS and PDF generation. + Disable French docs for now, they don't build. + A bit more on how to build the docs. + Add a few words on adding a new directory to the wine tree. + Simple rephrasing and some formatting fixes. + Fix formatting. + +Eric Pouech (1): + - fixed a broken HTML reference + +François Gouget (22): + Tweak the link to WineHQ's CVS page + Use the proper markup instead of non-ascii trademark characters. + The documentation is covered by the LGPL. + Add .cvsignore files. + Move the DB2xxx variables to Make.rules.in. That's where they are + Specify the language DocBook should use on the <book> and <article> + Make 'all' depend on Make.rules. + Add the standard TOPSRCDIR & co variables so we can correctly refer + Assorted spelling fixes. + Add a framework to handle the translation of Wine's documentation using po4a. + Ignore wine-faq's generated files. + Warn the user if docbook2html is missing. Offer hints as to which + Regenerate the configure script. + Fix DLLs vs. DLL's + Now that Po4a can translate attributes we don't need the posgml+sed + Check for nsgmls and warn the user if it is missing. + Remove a stray reference to posgml. Fixes the dependencies of the + Integrate the Wine User Guide translation with the WineDocs framework. + Integrate the Wine User Guide translation with the WineDocs framework. + Rename LANG to DOCLOCALE to avoid messing with the $LANG environment + Some 'Wine User Guide' source files have been removed. + Assorted spelling fixes. + +Jeff Latimer (5): + Document the "info all_regs" command. + Add info about getting the Windows DDK to provide libs that don't ship + Add a reference as where to obtain instructions for getting + Fixed a typo. + Add a Quick start to the Wine User Guide. + +Jonathan Ernst (9): + - document WINEDLLOVERRIDES + - improve the registry section a bit. + - regedit is a tool, registry is to be edited + - fix dead links in the faqs + - Some more deadlinks + - one more deadlinks + - one more deadlink + - user user -> user + - CST -> CDT + +Lei Zhang (1): + We should mention AUDIODEV, MIXERDEV, and MIDIDEV in the environment + +Mike McCormack (4): + Update the FAQ to reference Git. + Describe using Git to send patches. + Change a few more references from CVS to Git. + Update regression testing procedure to use Git. + +Molle Bestefich (2): + Fix up winedev-debugger doc to match 0.9. + - Link to AppDB for IDA Pro. + +Roger Ye (1): + Fix trivial typo. + +Tom Wickline (3): + Spelling fixes, typo fixes. + Trademark Bricscad. + Update current CX Pro price. + +Tony Lambregts (1): + Change wine -v to wine -version since wine -v does not work. + +Zhangrong Huang (1): + Add the wineesd documentation to the multimedia section. + +-- +Alexandre Julliard +julliard@winehq.org diff --git a/VERSION b/VERSION index 4ae3a64..fa0c819 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -WineDocs version 20050725 +Wine documentation version 1.0 diff --git a/configure b/configure index c7ac246..c4cb43c 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for wine-docs 20050725. +# Generated by GNU Autoconf 2.61 for wine-docs 1.0. # # Report bugs to wine-devel@winehq.org. # @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='wine-docs' PACKAGE_TARNAME='wine-docs' -PACKAGE_VERSION='20050725' -PACKAGE_STRING='wine-docs 20050725' +PACKAGE_VERSION='1.0' +PACKAGE_STRING='wine-docs 1.0' PACKAGE_BUGREPORT='wine-devel@winehq.org'
ac_subst_vars='SHELL @@ -1129,7 +1129,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -`configure' configures wine-docs 20050725 to adapt to many kinds of systems. +`configure' configures wine-docs 1.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1190,7 +1190,7 @@ fi
if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of wine-docs 20050725:";; + short | recursive ) echo "Configuration of wine-docs 1.0:";; esac cat <<_ACEOF
@@ -1255,7 +1255,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<_ACEOF -wine-docs configure 20050725 +wine-docs configure 1.0 generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1269,7 +1269,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
-It was created by wine-docs $as_me 20050725, which was +It was created by wine-docs $as_me 1.0, which was generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@ @@ -2340,7 +2340,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by wine-docs $as_me 20050725, which was +This file was extended by wine-docs $as_me 1.0, which was generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES @@ -2383,7 +2383,7 @@ Report bugs to bug-autoconf@gnu.org." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\ -wine-docs config.status 20050725 +wine-docs config.status 1.0 configured by $0, generated by GNU Autoconf 2.61, with options \"`echo "$ac_configure_args" | sed 's/^ //; s/[\""`$]/\\&/g'`\"