Added MsiSetExternalUIW.
[wine] / programs / notepad /
2004-12-06  Juan LangSend EM_SETMODIFY after saving.
2004-10-18  David KredbaAdded some Czech resources.
2004-10-08  Francois GougetBring up the File->Save dialog when receiving WM_QUERYE...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-20  Michael KaufmannAdded a 3D border for Notepad's edit control.
2004-08-30  Francois GougetAlso recognize '/' as the start of an option.
2004-08-24  Huw DaviesChange dialogs to use MS Shell Dlg rather than Helv...
2004-08-13  Jacek CabanAdded Polish translation.
2004-07-23  Marcelo DuarteFrench translation and other adjustments.
2004-07-22  Marcus MeissnerFixed up some small problems in the German string table.
2004-07-22  Henning GerhardtMinor fixes and updates to the German resource files.
2004-07-08  Dmitry TimoshkovAdd WS_HSCROLL style to the notepad's edit control.
2004-06-28  Hajime SegawaAdded some Japanese translations.
2004-05-27  Ivan Leo PuotiChanged my name, so update copyright info.
2004-04-19  Ivan Leo Murray... Small fix.
2004-04-06  José Manuel Ferrer... Updated Spanish translations.
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
2003-12-01  Jon GriffithsThai translation of notepad. Fix spelling in clock...
2003-11-21  Ivan Leo Murray... Added/updated Italian resources.
2003-11-17  Ivan Leo Murray... Improved Italian translations.
2003-11-05  Marcelo DuarteLocalization to the Portuguese of Brazil.
2003-10-16  Alexandre JulliardReplaced a few more 0xffffffff by the appropriate const...
2003-10-04  Pavel RoskinConvert resources to standard format without embedded...
2003-10-02  Hans LeidekkerAdded Dutch translation.
2003-09-27  Michael StefaniucFix some memory leaks found by smatch.
2003-09-16  Vincent BéronUpdates for various French resources.
2003-09-15  Ivan Leo Murray... Added/improved Italian translations.
2003-09-10  Pavel RoskinCompile Walon resources only if LANG_WALON is defined.
2003-09-08  Pavel RoskinFix French translation.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-29  Rok MandeljcMinor updates of Slovenian translations.
2003-08-23  Ivan Leo Murray... Added Italian resources.
2003-08-22  José Manuel Ferrer... Some new Spanish translations and improvements to other...
2003-08-18  Francois GougetSpelling and case fixes.
2003-07-21  Dmitry TimoshkovConvert Notepad to unicode.
2003-06-23  Marcelo Duarte- localization to the Portuguese of Brazil of "programs/*"
2003-06-18  Gerald Pfeifer#include <windows.h> instead of "windows.h".
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-19  Dmitry TimoshkovRemoved redundant LANGUAGE statements.
2003-05-04  Igor StepinAdded a lot of Russian translations.
2003-04-02  Alexandre JulliardMake sure we don't use libwine_port functions when...
2003-01-28  Shachar ShemeshImplemented font selection.
2003-01-09  Liu SpiderAdded Simplified Chinese resources.
2003-01-05  Shachar ShemeshChange the SUBLANG_NEUTRAL clause in all winelib applic...
2002-11-15  Dmitry TimoshkovMinor bug fixes.
2002-11-04  Zoly NagyAdded/upgraded Hungarian resources.
2002-10-23  Vincent BéronBring some French resources in sync with English ones.
2002-10-21  Duane ClarkImplement printing in notepad.
2002-08-17  Shachar ShemeshChange sublanguage from "NEUTRAL" to "DEFAULT", so...
2002-08-15  Andriy PalamarchukLink against msvcrt, fixed logic to handle quoted paths...
2002-07-31  Rok MandeljcFixed some invalid characters.
2002-07-16  Andriy PalamarchukA few cosmetic changes plus fixes for problems spotted...
2002-07-16  Rok MandeljcAdded Slovenian resources.
2002-07-08  Andriy PalamarchukUse rich text edit control instead of handling user...
2002-07-02  Alexandre JulliardFixed warnings.
2002-06-28  Gregg MattinsonRemoved C++ style comments.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-11  Alexandre JulliardRemoved changelog entries that are in the main changelo...
2002-03-20  Sylvain PetreolleMade notepad uses NLS properly.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andriy PalamarchukRemoved alternative make scripts.
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.
2001-11-24  Alexandre JulliardCompile all programs with -DSTRICT -DNONAMELESSUNION...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-02  François GougetReplaced calls to OpenFile with the equivalent call to
2000-12-09  Andreas MohrFixed MessageBox() usage.
2000-11-10  Alexandre JulliardBuild most programs as .so files.
2000-11-10  Alexandre JulliardFixed language handling. Removed some dependencies...
2000-11-09  Alexandre JulliardAdded some missing imports.
2000-10-31  Peter IvanyiAdded/upgraded Slovak messages, and Slovak and Czech...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-09  Francois GougetAdded the missing library dependencies.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-04  Hidenori TakeshimaAdded a few missing imports.
2000-07-29  Francois Gougetole32 now requires linking with kernel32
2000-07-23  Francois GougetRemoved obsolete references to the Languages array.
2000-07-23  Francois GougetFixed WinMain's signature.
2000-07-23  Francois GougetAdded -DSTRICT.
2000-07-23  Mike McCormackAdded some basic text display and editing capabilities...
2000-05-01  Bertho Stultiens- Implemented a new preprocessor that is (nearly) ANSI...
2000-04-28  Alexandre JulliardChanged imports of winspool to winspool.drv.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-03-26  Hidenori TakeshimaAdded import of comdlg32.dll in spec file.
2000-03-24  Patrik StridvallFixed ANSI C related compile problems.
2000-03-19  Niels Kristian Bec... Fixed some compiler errors and warnings.
2000-02-03  Ulrich WeigandAdded .spec files for all libtest/ and programs/ WineLi...
next