I was not sure whether fixing typos and spelling fixes in the changelog files was ok or not. I believe I read someone write somewhere (some email on a mailing list iirc) that it was bad though I'm not sure why. Not fixing typos in these files would cause my script to return 'false' positives so I'd prefer to fix them there too. Anyway that's why I sent them separately. This way Alexandre can do as he wants. Changelog: * ChangeLog, documentation/ChangeLog.OLD Typos/spelling fixes Index: ChangeLog =================================================================== RCS file: /home/wine/wine/ChangeLog,v retrieving revision 1.71 diff -u -r1.71 ChangeLog --- ChangeLog 8 May 2003 22:13:36 -0000 1.71 +++ ChangeLog 17 Jun 2003 06:17:12 -0000 @@ -3295,7 +3295,7 @@ * dlls/ntdll/rtlbitmap.c, dlls/ntdll/tests/rtlbitmap.c: Thomas Mertes <thomas.mertes@t-mobile.at> - Fix small bug in RtlFindMostSignificantBit. It returned sometimes - wrong results if more then one bit was set. + wrong results if more than one bit was set. - Update the test cases as well. 2003-02-17 Alexandre Julliard <julliard@winehq.com> @@ -3358,7 +3358,7 @@ stc5 is, rather than stc5 itself. - Added handling of WM_PAINT that draws the sample text, properly truncated. - - Removed handling of WM_CTLCOLOR - no longer neccessary. + - Removed handling of WM_CTLCOLOR - no longer necessary. * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h, @@ -3450,7 +3450,7 @@ cleared when flag is clear. * programs/winedbg/info.c: Mike Hearn <m.hearn@signal.qinetiq.com> - Removed the nonexistant command "debugmsg" from winedbg help screen. + Removed the non-existent command "debugmsg" from winedbg help screen. 2003-02-12 Alexandre Julliard <julliard@winehq.com> @@ -7573,7 +7573,7 @@ * windows/dialog.c: Added CS_DBLCLKS style to dialog window class. * objects/font.c: Shachar Shemesh <wine-patches@sun.consumer.org.il> - Change some of the number seperators to "Neutral" rather than "Left to + Change some of the number separators to "Neutral" rather than "Left to right". * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/timer.c: @@ -9462,7 +9462,7 @@ * dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/wininet/wininet.spec: Jaco Greeff <jaco@puxedo.org> - Implementation of [Internet|Ftp]*W functions to extend (almost) - non-existant wide-character support. + non-existent wide-character support. - Moved some functions from "stub in wininet.spec" to "FIXME("STUB")" to allow for testing of changes. @@ -10602,7 +10602,7 @@ * dlls/rpcrt4/ndr_stubless.c, include/rpcndr.h: Greg Turner <gmturner007@ameritech.net> - Use the msvc way to return a struct, fixing wierd problems. + Use the msvc way to return a struct, fixing weird problems. * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net> Implemented program launching by double click. @@ -11677,7 +11677,7 @@ * dlls/lzexpand/Makefile.in, dlls/lzexpand/lzexpand16.c, dlls/lzexpand/lzexpand_main.c: György 'Nog' Jeney <nog@sdf.lonestar.org> - Split the 16-bit funcitons into a seperate file. + Split the 16-bit funcitons into a separate file. 2002-09-26 Alexandre Julliard <julliard@winehq.com> @@ -13921,7 +13921,7 @@ dlls/ole32/compobj_private.h, dlls/ole32/ftmarshal.c, dlls/ole32/ifs.c, dlls/ole32/ole16.c, include/wtypes.h: Juergen Schmied <juergenschmied@lycos.de> - - Moved 16 bit functions to a seperate file. + - Moved 16 bit functions to a separate file. - First implementation for free threaded marshaller. - Fixed handling of REG_EXPAND_STRING registry values in CoCreateObject. - Fixed CoLoad/FreeLibrary functions. @@ -15218,7 +15218,7 @@ dlls/shell32/undocshell.h, include/wine/obj_shellfolder.h: Juergen Schmied <juergenschmied@lycos.de> - changed STRRET definition - - small changes for seperation of shell32 from ole32 + - small changes for separation of shell32 from ole32 - debughelper for printing interface names (shell internal) - changed shell memory allocation to use IMalloc of ole32 when this library is already loaded @@ -17911,7 +17911,7 @@ * dlls/oleaut32/tmarshal.c: Marcus Meissner <marcus@jet.franken.de> - BSTRs can be NULL, handle them seperately. + BSTRs can be NULL, handle them separately. * windows/win.c, dlls/user/user32.spec, include/winuser.h: David Hammerton <david@transgaming.com> @@ -21208,7 +21208,7 @@ * dlls/tapi32/line.c, include/tapi.h: Guy Albertelli <galberte@neo.lrun.com> - Don't try to set fields in nonexistant lpLineCountryList. + Don't try to set fields in non-existent lpLineCountryList. Supply valid tapi codes. 2002-01-31 Alexandre Julliard <julliard@winehq.com> @@ -25051,7 +25051,7 @@ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c: Ove Kaaven <ovek@transgaming.com> - Register typelib marshaling for OLE Automation-compatible interfaces. + Register typelib marshalling for OLE Automation-compatible interfaces. 2001-09-20 Alexandre Julliard <julliard@winehq.com> @@ -26447,7 +26447,7 @@ * winedefault.reg: Ove Kaaven <ovek@transgaming.com> - Added some registry entries related to COM interface marshaling. + Added some registry entries related to COM interface marshalling. * windows/input.c, windows/message.c, windows/queue.c, dlls/user/Makefile.in, dlls/user/message.c, dlls/user/msg16.c, @@ -27601,7 +27601,7 @@ * dlls/rpcrt4/rpcrt4_main.c, include/config.h.in, configure, configure.in: Patrik Stridvall <ps@leissner.se> - Add proper check for existance of struct sockaddr member sa_len. + Add proper check for existence of struct sockaddr member sa_len. * documentation/printing.sgml: Andreas Mohr <a.mohr@mailto.de> @@ -31354,7 +31354,7 @@ * controls/menu.c: Dmitry Timoshkov <dmitry@codeweavers.com> - Convert menu item to seperator only when string is NULL. + Convert menu item to separator only when string is NULL. 2001-02-13 Alexandre Julliard <julliard@winehq.com> @@ -32993,7 +32993,7 @@ * dlls/kernel/comm.c: Mike McCormack <mike_mccormack@looksmart.com.au> - Improve async i/o compatability. lpOverlapped->Internal should hold + Improve async i/o compatibility. lpOverlapped->Internal should hold the overlapped transfer status. * tools/winebuild/import.c: @@ -34962,7 +34962,7 @@ * debugger/debugger.h, debugger/hash.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c: Eric Pouech <Eric.Pouech@wanadoo.fr> Improved internal module handling (module now have a size, map of - loaded module is clearer, better error reporting, seperated module + loaded module is clearer, better error reporting, separated module loading code from symbol extraction). * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c: @@ -39778,7 +39778,7 @@ * dlls/oleaut32/typelib.c: Juergen Schmied <juergen.schmied@debitel.net> - better loading of *.tlb files - - seperated code for loading tlb resource into memory from code for + - separated code for loading tlb resource into memory from code for parsing the tlb resource. * dlls/ole32/ole2stubs.c: @@ -47709,7 +47709,7 @@ now work for dp and dpl. - Added a few more entries to dplayx.spec files. How do you find the ordinals? I just guessed :( - - Seperated DirectPlay and DirectPlayLobby implementation into separate files. + - Separated DirectPlay and DirectPlayLobby implementation into separate files. - Included some missing header file definitions. - Implemented the dplay dll in terms of the dplayx dll. I haven't tested it so it may not work... @@ -49246,8 +49246,8 @@ * dlls/shell32/enumidlist.c: Juergen Schmied <juergen.schmied@metronet.de> - Implemented enumeration of shell extensions, seperated enum stuff for - the 3 seperate shellfolder implementations. + Implemented enumeration of shell extensions, separated enum stuff for + the 3 separate shellfolder implementations. * dlls/shell32/dataobject.c: Juergen Schmied <juergen.schmied@metronet.de> @@ -49262,7 +49262,7 @@ * dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c: Juergen Schmied <juergen.schmied@metronet.de> - New file. Seperate implementation of the shellview background + New file. Separate implementation of the shellview background contextmenu. * include/wine/undocshell.h: @@ -50628,7 +50628,7 @@ found. * loader/module.c: Guy Albertelli <galberte@neo.lrun.com> - Use SearchPath to test for existance of programs in lpCmdLine + Use SearchPath to test for existence of programs in lpCmdLine processing. For lpApplName do not append ".exe" and use DOSFS_GetFullName to locate the program. Move module find process after flag testing and provide quick exit if not found. @@ -52223,7 +52223,7 @@ * include/elfdll.h, loader/elfdll.c, loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk> Change wine's dlopen search-patch strategy not using the environment - and added #if:s to seperate the code out if libdl isn't availble. + and added #if:s to separate the code out if libdl isn't availble. * ole/compobj.c: Francis Beaudet <francis@macadamian.com> Added a check for a NULL pointer in CoFreeUnusedLibraries. @@ -53727,7 +53727,7 @@ * controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c: Marcus Meissner <marcus@jet.franken.de> - Fixed some warnings. removed some unneccessary includes, removed one + Fixed some warnings. removed some unnecessary includes, removed one direct WND* access in controls/menu.c. * windows/win.c: Francis Beaudet <francis@macadamian.com> @@ -58615,7 +58615,7 @@ * objects/bitmap.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> - Fail if less then one entire line requested in GetBitmapBits32. + Fail if less than one entire line requested in GetBitmapBits32. * windows/winproc.c: Rein Klazes <rklazes@casema.net> Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16. Index: documentation/ChangeLog.OLD =================================================================== RCS file: /home/wine/wine/documentation/ChangeLog.OLD,v retrieving revision 1.1 diff -u -r1.1 ChangeLog.OLD --- documentation/ChangeLog.OLD 18 Oct 1998 16:34:50 -0000 1.1 +++ documentation/ChangeLog.OLD 17 Jun 2003 06:18:10 -0000 @@ -1818,7 +1818,7 @@ * [relay32/relay386.c] [if1632/relay.c] Move debug_relay_(include|exclude)_list handling into - seperate function RELAY_ShowDebugmsgsRelay(). Include + separate function RELAY_ShowDebugmsgsRelay(). Include checking of this for 16 bit calls (originally only 32-bit calls). @@ -4883,7 +4883,7 @@ Added debug output for the wsprintf functions. * [misc/crtdll.c] [misc/main.c] - Use argv[0] as comand with CRTDLL_system. + Use argv[0] as command with CRTDLL_system. Fri Oct 3 14:00:29 MET DST 1997 Jan Willamowius <jan@janhh.shnet.org> @@ -5106,7 +5106,7 @@ Sun Aug 24 16:22:57 1997 Andrew Taylor <ataylor@cadvision.com> * [multimedia/mmsystem.c] - Changed mmioDescend to use mmio functions for file I/O, neccessary + Changed mmioDescend to use mmio functions for file I/O, necessary for memory files. ---------------------------------------------------------------------- @@ -8953,7 +8953,7 @@ * [controls/combo.c] [controls/listbox.c] Pass WM_[HV]SCROLL to listbox, but not combo. - Don't try to redraw non-existant scroll bars (changes dwStyle flags). + Don't try to redraw non-existent scroll bars (changes dwStyle flags). Combo box gets border. Combo box includes button (otherwise button won't trigger dropdown). Proper border around RectButton. @@ -13794,7 +13794,7 @@ LocalInit(): The case start==0 is now handled in the way it should. * [windows/win.c] - GetWindowLong(): If the adress of the windows function is requested + GetWindowLong(): If the address of the windows function is requested it's no longer returned if it's within the Wine code (and therefore unreachable by a windows program). This makes Borland's OWL happy. @@ -14276,7 +14276,7 @@ Thu Aug 25 15:24:36 EDT 1994 <jrichard@cs.uml.edu> * [include/win.h] - Removed seperate X window for icon, added icon width,height. + Removed separate X window for icon, added icon width,height. * [include/windows.h] Commented out the old SW_xxx emum and added defines since @@ -14318,7 +14318,7 @@ unless it has to (no icon for this class). * [windows/win.c] - Removed creation of seperate icon window from CreateWindowEx(). + Removed creation of separate icon window from CreateWindowEx(). * [windows/winpos.c] Added saving and restoring of window rectangle during @@ -14625,7 +14625,7 @@ Mon Jul 18 19:32:08 PDT 1994 Andrew Lagodzinski (andrew@netcom.com) * [controls/menu.c] - Fixed bug in SelectPrevItem that caused seperators to not be + Fixed bug in SelectPrevItem that caused separators to not be skipped when using the up arrow key. ---------------------------------------------------------------------- @@ -15135,7 +15135,7 @@ * [edit.c] cp1 was uninitialized iff lineno == 0 - * FindFile tests for existance of file even if a full + * FindFile tests for existence of file even if a full filename was supplied. What about unix file names? * [controls/listbox ] @@ -15704,7 +15704,7 @@ * [control/menu.c] Make mouse menu navigation working again. :-)) - (be carefull, clicking outside menus (ie.: clientrect) + (be careful, clicking outside menus (ie.: clientrect) not resolved yet) * [windows/nonclient.c] [controls/scroll.c] @@ -16246,7 +16246,7 @@ inefficent, but should suffice for now. * [include/windows.h] - Changed the x,y paramaters for the FloodFill prototype + Changed the x,y parameters for the FloodFill prototype from ints to shorts Tue Feb 22 00:58:28 MET 1994 julliard@di.epfl.ch (Alexandre Julliard) -- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ In theory, theory and practice are the same, but in practice they're different.