Commit Graph

673 Commits

Author SHA1 Message Date
Alexandre Julliard c5de0253cd Get rid of the remaining registry configuration parameters. 2005-03-14 17:18:40 +00:00
Alexandre Julliard dcab706fa0 Get rid of the registry saving level hack.
Make periodic saving the default behavior.
2005-03-14 11:00:43 +00:00
Eric Pouech 940d857547 - reorganisation of full chapter
- rewrote the console part
- added FS documentation
2005-03-14 10:47:14 +00:00
Alexandre Julliard c377cc86cb Get rid of the Windows registry loading on startup, this needs to be
done differently.
2005-03-11 13:10:25 +00:00
Francois Gouget fbb3343547 Assorted spelling fixes. 2005-03-02 13:53:50 +00:00
Dimitrie O. Paun 3c5cdd4ccb Shorten the id of the question to avoid jade error. 2005-02-24 19:38:32 +00:00
Brian Vincent b4f61fb6f5 Clean up references to threading in Developer's Guide. 2005-02-24 10:09:30 +00:00
Dimitrie O. Paun 79470672d3 Can we bundle everthing together?
Suggested by Graham Toal <gtoal@gtoal.com>.
2005-02-24 10:08:15 +00:00
Dimitrie O. Paun 7df9002767 Add info on building dynamic strings for logging.
Reorder some points for a more logical organization.
2005-02-24 10:07:58 +00:00
Alexandre Julliard 536a569b3e Removed no longer used threading.sgml. 2005-02-23 21:06:14 +00:00
Bill Medland 6115e72c75 Correct a couple of minor documentation typos. 2005-02-23 21:05:50 +00:00
Marcelo Duarte b197699c22 Update README for Pt_br and Pt. 2005-02-14 11:51:05 +00:00
Vincent Béron 37efec53f1 Add 2 missing tags in getting.sgml. 2005-02-14 11:08:33 +00:00
Scott Ritchie d6828ebbf9 User Guide Chapter 2 rewrite. 2005-02-11 12:17:34 +00:00
Francois Gouget 4d801b66e6 Assorted spelling fixes. 2005-02-10 19:19:35 +00:00
Scott Ritchie c481a37275 Remove two ancient FAQ entries that did more harm than good.
Replace a reference to wine.conf with ~/.wine/config.
2005-02-08 12:13:01 +00:00
Tom Wickline 54df9adabc Fix a broken link. 2005-02-01 14:21:21 +00:00
Tom Wickline 339786a7e2 Remove outdated information from the introduction page and the FAQ. 2005-01-31 11:33:06 +00:00
Francois Gouget da8b3dd7f2 Assorted spelling fixes. 2005-01-26 21:09:04 +00:00
Tony Lambregts 52140faed6 Add missing /'s to urls http://www.cygwin.com and
http://www.mingw.org.
2005-01-24 12:42:43 +00:00
Bill Medland 43f8aa4f77 Trivial language corrections to the Wine Developer's Guide coding
section.
2005-01-19 20:54:03 +00:00
Dimitrie O. Paun a713da2fc1 Suggest testing patches in a gentler way.
Encourage people to submit tests with their patches as well.
2005-01-14 15:14:09 +00:00
Bill Medland ad72823eb7 Minor typo correction and term expansion changes. 2005-01-11 10:43:43 +00:00
Dimitrie O. Paun f783cd0305 Prefer W to A for documentation. Prefer the non-inlined style of
documentation, it's the most commonly used one, we should standardize
on it.
2005-01-06 19:40:19 +00:00
Ulrich Czekalla 318b963f9f Always clearAllSelections since not clearing CLIPBOARD can get us into
an odd state.
2005-01-04 20:34:46 +00:00
Marcus Meissner ffc55dad79 Removed whitespace at end of lines, updated a bit. 2005-01-04 11:57:21 +00:00
Dimitrie O. Paun 433202fe9e Augment the compiling documentatin with the actual commands. 2005-01-04 11:53:38 +00:00
Dimitrie O. Paun 4e53492bbd Hide authors, we don't know how to format them. 2005-01-04 11:53:17 +00:00
Dimitrie O. Paun 85d8536a1e Remove bashing of packages, value judgments. 2005-01-04 11:52:40 +00:00
Vincent Béron 0f2d176e92 Keep all REAMDEs in sync. 2005-01-04 11:51:52 +00:00
José Manuel Ferrer Ortiz 760096d28f Added Spanish translation. 2005-01-03 14:45:36 +00:00
Francois Gouget 6fb1a20020 Assorted spelling fixes. 2004-12-20 19:27:06 +00:00
Vincent Béron 9d799ef613 Update FreeBSD infos. 2004-12-16 14:35:09 +00:00
Francois Gouget 987dc01cab Remove references to ./configure and Makefile.in files. 2004-12-14 11:42:30 +00:00
Diego Pettenò f949d14f0b Updated the documentation telling to use the
HKEY_CURRENT_USER/Environment key instead of the [wine] section for
Path, Temp and System variables.
2004-12-06 16:42:33 +00:00
Jon Griffiths 478f3e3049 Spelling/grammar fixes. 2004-12-02 19:53:51 +00:00
Vincent Béron 955c50aa85 Fixed missing </sect2> tag. 2004-11-29 17:54:20 +00:00
Marcus Meissner 7292117fe8 Updated PACKAGING howto. 2004-11-28 15:00:03 +00:00
Mike Hearn 8ce698e2a4 Document how SEH works in Wine. 2004-11-04 21:06:14 +00:00
Ivan Leo Puoti 49a5036c0a Downloading the platform sdk doesn't require IE any more. 2004-11-02 19:26:42 +00:00
Francois Gouget 96ca3ac687 Based on the last 36+ months Wine is released once a month on
average.
Assorted spelling fixes and tweaks.
2004-10-30 02:12:05 +00:00
Eric Pouech e86389e057 Reorganizing wine-devel:
- killing the advanced part (and moving its chapters in both
  developing Wine and Wine archi parts)
- creating a new book on coding practices from i18n.sgml, patches.sgml
  and porting.sgml
- creating a new book on some debugging strategies from the old
  advanced book and cvs-regression.sgml
- creating a new book on the kernel modules (NTDLL & KERNEL32) from
  architecture.sgml / related DLLs and address-space.sgml,
  console.sgml, threading.sgml
- creating a new book on the windowing from architecture.sgml / USER32
  and related
- creating a new book on the graphical parts from architecture.sgml /
  GDI32 and related
Other changes:
- removed list of DLLs and their role (from the modules overview)
- removed in X11 keyboard mapping section the part related to submit a
  patch
2004-10-26 22:45:47 +00:00
Scott Ritchie 3c98f79f90 Revised Wine User Guide introduction. 2004-10-25 21:47:42 +00:00
Michael Stefaniuc a2c8af4205 - Add info that the wine config file has/needs a header line.
- Remove some infos regarding entries which were removed lately from
  the config file.
2004-10-25 21:44:24 +00:00
Dimitrie O. Paun c30a546e47 Remove env values from config, they are now maintained in the
registry.
2004-10-21 22:20:47 +00:00
Ivan Leo Puoti 4dbe2483dd Removing references to now obsolete winesetuptk, as requested by users. 2004-10-18 23:14:24 +00:00
Eric Pouech 1876d185e9 - bring the multimedia doc up-to-date
- moved the TODO from the doc into the code
2004-10-11 19:57:10 +00:00
Tony Lambregts c73cafae99 Ask for link if patch is related to a bug in Bugzilla. 2004-10-05 04:12:09 +00:00
Eric Pouech 5fe480b472 - fixed regression in ctrl-c handling
- fixed regression in 'info symbol XXXX' command (and enhanced
  presentation)
- fixed regression in line stepping
- fixed regression in & (address operator) handling
- fixed some bad module reference for local symbols
- enhanced register presentation as local variables
- added warning when launching a debuggee which isn't a Wine app
- removed the 'local' extension of display command (and check when
  setting the display whether the expr has a local binding)
- simplified exception handling, and factorized some code when
  debugger stops
2004-09-28 02:13:27 +00:00
Hans Leidekker 0de3c8283e Suggest running conformance tests prior to sending a patch. 2004-09-27 20:32:13 +00:00