Commit Graph

662 Commits

Author SHA1 Message Date
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
Hans Leidekker 2537924c7c Suggest installing LittleCMS to Wine packagers. 2004-09-27 20:28:56 +00:00
Vincent Béron 9d3019f8cc Change the sample app from winemine to notepad for winemaker in the
Winelib User Guide.
2004-09-24 00:22:29 +00:00
Francois Gouget 9553e9bda2 Add trailing '\n's to ok() and trace() calls.
Point to the pre-compiled winetest binaries.
A couple of small tweaks here and there.
2004-09-07 20:42:41 +00:00
Francois Gouget 424a05c858 Remove unused <screen> section. 2004-09-03 17:29:47 +00:00
Francois Gouget 8702418d06 Update the instructions describing how to compile the conformance
tests with MSVC and the Microsoft headers.
2004-09-02 20:06:08 +00:00
Alexandre Julliard 9fff718a6d wineclipsrv is no longer used, remove it. 2004-09-01 01:40:57 +00:00
Francois Gouget 594c42c749 Assorted spelling fixes. 2004-09-01 01:28:51 +00:00
Huw Davies ce4dfe23b4 Deprecate the "Resolution" entry in the config file in favour of
HKEY_CURRNET_CONFIG\Software\Fonts\LogPixels.
2004-08-26 18:24:49 +00:00
Ivan Leo Puoti 3615587427 Update cvs command line. 2004-08-25 17:29:43 +00:00
Eric Pouech 926f66186f - fixed breakpoint enabled/disabled state management
- fixed recursion in type printing
- now all type-id are stored with the base address of the module which
  defines the type (struct dbg_type takes care of this pairing)
- fixed a couple of bugs in display handling
- fixed strings print and examination
2004-08-22 22:35:36 +00:00
Fergal Daly 36c4fa4706 Document dosdevices/unc mapping. 2004-08-17 22:10:11 +00:00