Dmitry Timoshkov : notepad: Get rid of ChangeLog file.
Module: wine Branch: master Commit: 6e1fb8cc15cd10284255bbbb523c6e5de617a328 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6e1fb8cc15cd10284255bbbb52... Author: Dmitry Timoshkov <dmitry(a)codeweavers.com> Date: Fri Aug 31 15:48:28 2007 +0900 notepad: Get rid of ChangeLog file. --- programs/notepad/ChangeLog | 56 -------------------------------------------- 1 files changed, 0 insertions(+), 56 deletions(-) diff --git a/programs/notepad/ChangeLog b/programs/notepad/ChangeLog deleted file mode 100644 index cd50462..0000000 --- a/programs/notepad/ChangeLog +++ /dev/null @@ -1,56 +0,0 @@ - *** This file is obsolete. Changes are listed in the main - *** ChangeLog now. Please do not edit. - -Fri Jun 12 23:29:44 1998 Marcel Baur <mbaur(a)g26.ethz.ch> - - Fixed GetDateFormat()->GetTimeFormat() for locale time. - -Mon May 25 14:30:00 1998 Henrik Olsen <henrik(a)iaeste.dk> - * [Da.rc] - - Added Danish language support. - -Fri May 15 23:59:22 1998 Marcel Baur <mbaur(a)g26.ethz.ch> - - Date/Time now uses locale-specific formats - - Language-specific window caption, displays file being edited. - - Started with parsing of command line settings - - Started with DoOpenFile, DoCloseFile, DoSaveFile logics - - Prompt user to save settings when closing a file - -> Introduced a new message box (not yet finished) - - Fixed minor features (missing IDS in main.h, ...) - -Sun Mar 29 20:29:41 1998 Laurent Buffler <laurent(a)bluewin.ch> - * [Fr.rc] - - Added French language support. - -Fri Feb 27 21:03:37 1998 Karl Backstr�m <karl_b(a)geocities.com> - - Fixed some minor features. - -Sat Feb 14 17:42:29 1998 Karl Backstr�m <karl_b(a)geocities.com> - * NEW [language.c] [language.h] - - Takes care of all language related stuff. - - A new [programs] in .winerc is in use. - -Tue Feb 10 23:34:08 1998 Marcel Baur <mbaur(a)g26.ethz.ch> - - Fixed broken language menus - -Fri Feb 06 23.54.35 1998 Karl Backstr�m <karl_b(a)geocities.com> - * [main.c] [main.h] [notepad.rc] - - Fixed language support for menus. - * NEW [dialog.c] [dialog.h] - - Moved all menu and dialog related stuff here. - -Sun Jan 18 23:05:04 1998 Karl Backstr�m <karl_b(a)geocities.com> - * [Sw.rc] - - Added/updated Swedish language support. - -Tue Dec 23 23:35:04 1997 Marcel Baur <mbaur(a)g26.ethz.ch> - - Fixed lots of bugs w/ resources in *.rc - - moved [notepad.c] into [main.c] - - moved [notepad.h] into [main.h] - -Fri Dec 05 20:51:55 1997 Marcel Baur <mbaur(a)g26.ethz.ch> - * [notepad.c] [notepad.h] [notepad.rc] [En.rc] [De.rc] - [license.c] [license.h] [License_En.c] - [README] [TODO] [ChangeLog] - - Originals by Marcel Baur - -
participants (1)
-
Alexandre Julliard