Tell the user if winedefault.reg is not loaded.
[wine] / programs /
2002-05-14  Eric PouechRemoved Trace macro and replaced it by Wine debug chann...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-14  Alexandre JulliardNo longer used.
2002-05-14  Sylvain Petreolle- Converted Winhelp for use of NLS
2002-05-12  Alexandre JulliardAdded some support for cross-compilation using mingw32.
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-08  Alexandre JulliardRun make test for all programs by default.
2002-05-08  Raul Dias- Make possible to diff registry information that contains
2002-05-05  Mike WetherellUtility to convert between Unix and Windows paths at...
2002-05-04  Andriy PalamarchukFixed a problem when regedit interpreted file names...
2002-05-04  Jason EdmeadesAdd support for the 'title' command.
2002-05-02  Alexandre JulliardInstall more of the Winelib programs by default (based...
2002-05-02  Andriy PalamarchukDo not install hlp2sgml.
2002-04-29  Andriy PalamarchukImplemented regsvr32 tool. Based on ReactOS implementation.
2002-04-29  Jason Edmeades- Support for dir /w and /b flags
2002-04-29  Jason EdmeadesEmulate the dos cmd 'cls'.
2002-04-27  Alexandre JulliardUpdated module definitions for Perl unit tests.
2002-04-27  Alexandre JulliardAdded possibility of specifying a name for the .pm...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-20  Jason Edmeades- Fixed move and copy when no destination supplied...
2002-04-20  Eric PouechNow C tests are able to access argc/argv as passed...
2002-04-19  Paul MillarAdded option for announcement of successful test results.
2002-04-11  Andriy PalamarchukCreated regedit replacement. Fixed some bugs.
2002-04-11  Alexandre JulliardRemoved changelog entries that are in the main changelo...
2002-04-11  Alexandre JulliardUpdated configure to take advantage of new autoconf...
2002-04-08  Geoffrey HausheerAdded comments explaing how to use cygwin/mingw/wine...
2002-04-06  Jeremy WhiteFixed exit status in some cases.
2002-04-02  Geoffrey HausheerAdded perl script which will build a Makefile for runni...
2002-04-02  Alexandre JulliardVarious makefile fixes for the test environment.
2002-04-02  François GougetMake the testing framework thread safe.
2002-03-29  Alexandre JulliardUse ExitProcess to terminate the application.
2002-03-28  Alexandre JulliardNeed to set WINEDLLPATH too.
2002-03-27  Sylvain PetreolleConverted to use of NLS.
2002-03-23  Eric PouechWineconsole is now able to handle non raster fonts...
2002-03-23  Eric PouechStarted implementing event reduction.
2002-03-23  Eric PouechFixed some issues in resources definition.
2002-03-22  Francois GougetAdd trace function (same as in the perl framework).
2002-03-20  Sylvain PetreolleMade notepad uses NLS properly.
2002-03-19  Andreas Mohr- fix complete listbox messup by only updating in case...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Andriy PalamarchukMade regapi scripts able to process .reg files in regedit
2002-02-27  Andriy PalamarchukRemoved alternative make scripts.
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-22  Andreas MohrRemember the currently active index before refreshing.
2002-02-20  Alexandre JulliardPreliminary version of the C unit tests run-time enviro...
2002-02-20  Andriy Palamarchuk- made notepad compile with Cygwin
2002-02-19  Andriy PalamarchukImplemented parsing of file name, passed in command...
2002-02-14  Alexandre Julliardversion.h is now in include/wine directory.
2002-02-14  Alexandre JulliardUpgraded configure script to use autoconf 2.50 features...
2002-02-04  Eric Pouech- wineconsole now exits if the started program inside...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-02-02  Patrik Stridvall- Made runtest "use strict".
2002-02-02  Francois Gougetmalloc.h is obsolete and stdlib.h should be used instead.
2002-02-02  Alexandre JulliardWe can use normal imports for shell32 now.
2002-02-01  Francois Gougetconfig.h should be included first (if at all).
2002-01-29  Alexandre JulliardFixed copy/paste bug.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-29  Steven EdwardsChanges wine_main to main to properly build on all...
2002-01-21  Alexandre JulliardDon't convert "ptr" return type to a Perl string.
2002-01-21  Patrik StridvallGenerate Perl modules defining prototypes for exported...
2002-01-15  Alexandre JulliardAdded some prototypes to function declarations.
2002-01-15  Patrik Stridvall- Made the Perl module generated by make_symbols a...
2002-01-15  Patrik StridvallAdded the possibility (it is optional for backward...
2002-01-14  Alexandre JulliardIntegrated test script for winetest into the make test
2002-01-14  Alexandre JulliardRewrote runtest in Perl so that it can be used on the...
2002-01-14  Alexandre JulliardAdded ok() function that doesn't stop the test on the...
2002-01-14  Alexandre JulliardAdded Perl modules containing the #defines values for the
2002-01-10  Alexandre JulliardAdded rules for running tests.
2002-01-02  Eric PouechFixed color definition (bg and fg were swapped).
2002-01-01  James JuranInclude <stdlib.h> to get prototype for abs() function.
2001-12-31  Marcus MeissnerSwap fg/bg color to be correct.
2001-12-26  Andreas MohrUpdated to not rely on rundll32.exe any more.
2001-12-26  Michael StefaniucCheck the return value of *snprintf for C99 style overf...
2001-12-04  Eric Pouech- allow to save/restore some properties into the regist...
2001-12-04  James JuranOnly include the necessary files to avoid conflicts...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-25  Eric PouechNow passing event with --use-event to let programs...
2001-11-24  Alexandre JulliardCompile all programs with -DSTRICT -DNONAMELESSUNION...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-09  François GougetCorrect handling of strings in setValue.
2001-11-06  François Gougetstrsep is not implemented on Solaris, replace it with...
2001-11-06  Hidenori TakeshimaThe 'dword' values should be stored as big endian values.
2001-07-08  Jeremy WhiteAdd --list facility to list installed programs.
2001-06-20  Dave Pickles- Fix uninitialised variable problem in DIR command.
2001-06-08  Francois GougetULARGE_INTEGER may have a dummy struct name.
2001-06-06  Andreas MohrDocumentation updates.
2001-06-04  Dave Pickles- Report file and directory sizes using 64-bit arithmet...
2001-05-09  Alexandre JulliardGot rid of MakeMaker so we can build outside the source...
2001-04-10  Alexandre JulliardPass the correct string length to RegSetValueExA.
2001-04-09  Alexandre JulliardStore the function pointer in the %prototypes hash...
2001-03-31  John F SturtzAdded support for callback functions.
2001-03-21  Alexandre JulliardAdded first version of the Perl regression testing...
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-14  François GougetMisc typos in comments.
2001-02-12  Andreas Mohr- TRACE opened registry handles
2001-02-12  Francois GougetChange the callback declarations to a safer format.
next