From 65a7a108b1b6d605cc4fb51b62093564b1b75045 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 11 Apr 2002 23:49:59 +0000 Subject: [PATCH] Removed changelog entries that are in the main changelog, and added notice to not edit the secondary changelogs anymore. --- programs/clock/ChangeLog | 19 +------ programs/notepad/ChangeLog | 35 +------------ programs/osversioncheck/ChangeLog | 4 -- programs/progman/ChangeLog | 16 +----- programs/regtest/ChangeLog | 9 ---- programs/wcmd/ChangeLog | 85 ------------------------------- programs/winhelp/ChangeLog | 3 ++ programs/winver/ChangeLog | 5 -- 8 files changed, 9 insertions(+), 167 deletions(-) delete mode 100644 programs/osversioncheck/ChangeLog delete mode 100644 programs/regtest/ChangeLog delete mode 100644 programs/wcmd/ChangeLog delete mode 100644 programs/winver/ChangeLog diff --git a/programs/clock/ChangeLog b/programs/clock/ChangeLog index ba4d0c84ff4..60724e42691 100644 --- a/programs/clock/ChangeLog +++ b/programs/clock/ChangeLog @@ -1,20 +1,5 @@ -Tue Mar 26 19:15:00 2002 Sylvain Petreolle - * [*.rc] [clock_res.h] [main.?] [language.?] - Rewrite for NLS use. - -Tue Oct 12 20:31:00 1999 Gustavo Junior Alves - * [Pt.rc] [Makefile.in] - Added Portuguese language support. - -Thu Jan 28 17:17:28 1999 Jukka Iivonen - - * [Fi.rc] [main.c] [Makefile.in] - Added Finnish language support. - -Mon Nov 2 19:52:22 1998 Robert Pouliot - * [Fr.rc] [main.c] [Makefile.in] - Added French language support. - Fixes for other languages. + *** This file is obsolete. Changes are listed in the main + *** ChangeLog now. Please do not edit. Sun Jul 5 20:10:53 1998 Marcel Baur * Moved "Always on top" menu into system menu (as in Windows) diff --git a/programs/notepad/ChangeLog b/programs/notepad/ChangeLog index fb283ec2d40..cd50462ca74 100644 --- a/programs/notepad/ChangeLog +++ b/programs/notepad/ChangeLog @@ -1,36 +1,5 @@ -Mon Mar 11 00:20:00 2002 Sylvain Petreolle - * Major rewrite for use of NLS - -Tue Oct 12 20:31:00 1999 Gustavo Junior Alves - * [Pt.rc] [Makefile.in] - Added Portuguese language support. - -Fri Mar 5 22:14:13 1999 Marcel Baur - * NEW [search.c] - - Added Boyer-Moore text search - -Sat Feb 6 20:25:25 1999 Marcel Baur - - Added new IDS_NOTSAVED ressource (needs translation in *.rc) - - Improved printing support (not yet complete) - - Improved file drag and drop (should now work) - - General code cleanup - -Thu Jan 28 18:17:08 1999 Jukka Iivonen - - * [Fi.rc] [main.c] [Makefile.in] - - Added Finnish language support. - -Sun Oct 18 14:11:42 1998 Marcel Baur - - * [??.rc], [TODO], [dialog.c], [dialog.h], [language.c], - [language.h], [license.c], [license.h], [main.c], [main.h], - [notepad.rc]: - - - Fixed GetOpenFileName and GetSaveFileName dialogs. - - Fixed Print dialog and introduced PrinterSetup dialog. - - Fixed PageSetup dialog: values are now correctly initialized - (had to change all *.rc files) - - Preliminary file drag and drop support. + *** 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 - Fixed GetDateFormat()->GetTimeFormat() for locale time. diff --git a/programs/osversioncheck/ChangeLog b/programs/osversioncheck/ChangeLog deleted file mode 100644 index dc1a01b5de8..00000000000 --- a/programs/osversioncheck/ChangeLog +++ /dev/null @@ -1,4 +0,0 @@ -1999-09-16 Morten Eriksen - - * [osversioncheck.c] - Created. diff --git a/programs/progman/ChangeLog b/programs/progman/ChangeLog index 3dccc98e907..166962a1fe7 100644 --- a/programs/progman/ChangeLog +++ b/programs/progman/ChangeLog @@ -1,17 +1,5 @@ -Fri Nov 17 20:39:00 2000 Vasily I. Volchenko - * [dialog.c] - Fixed bug of file browsing operation (filepath length corrected). -Thu Nov 16 23:13:00 2000 Vasily I. Volchenko - * [Ru.rc] - Added Russian language support. - TODO:Test all other languages for correct writing their high characters -Tue Oct 12 20:31:00 1999 Gustavo Junior Alves - * [Pt.rc] [Makefile.in] - Added Portuguese language support. - -Sun Jan 18 23:05:04 1998 Karl Backström - * [Sw.rc] - Added Swedish language support. + *** This file is obsolete. Changes are listed in the main + *** ChangeLog now. Please do not edit. Mon Jul 28 18:28:14 1997 Peter Schlaile diff --git a/programs/regtest/ChangeLog b/programs/regtest/ChangeLog deleted file mode 100644 index a52acefae04..00000000000 --- a/programs/regtest/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -Tue May 26 16:56:48 1997 Matthew Becker - - * [regtest.c] - More improvements, untested because of WineLib issue. - -Wed May 13 22:58:05 1997 Matthew Becker - - * [regtest.c] (new) - diff --git a/programs/wcmd/ChangeLog b/programs/wcmd/ChangeLog deleted file mode 100644 index 86698bf31da..00000000000 --- a/programs/wcmd/ChangeLog +++ /dev/null @@ -1,85 +0,0 @@ -v0.17 - 4 June 2001 -- Simple pipes now work, using temporary files (the DOS way). - -v0.16 - 1 April 2001 --File, directory and free space sizes are all now computed in 64 bits. - -v0.15 - 31 October 2000 --Running console mode programs the interpreter now waits for the -program to exit before issuing the next prompt. - -v0.14 - 1 August 2000 -Errorlevel support added -Most errors reported via FormatMessage() -COPY command now works correctly if output specifier is a directory. - -v0.13 - 30 July 2000 -By Jason Edmeades (jason@the-edmeades.fsnet.co.uk) --Enhanced 'if' support --Use of PATHEXT env var (NT) - eg. run file with non-normal extension - if allowed through pathext --Better searching of path for these files --Support of .cmd as extension for batch (NT allows this) --Support for %* as a batch option --Lookup in registry for filetype to see how it should be launched - (HKEY_CLASSES_ROOT, then its name, getting shell->open->command and - launching the appropriate program). - -v0.12 - 4 July 1999 -FOR and IF commands added. -MOVE command added, but no wildcard support. -Redirection added. -Fixed TIME (was reporting in GMT). -More help text. - -v0.11 - 20 June 1999 -Batch command parameters (and the SHIFT command) added. -GOTO added. -Batch invokation (including CALL) now functions correctly -VERIFY command added as a stub. - -v0.10 - 2 June 1999 -Additional help text and error codes. - -v0.09 - 5 May 1999 -Directory byte counts and disk free space are reported with commas and in 64-bit. -File sizes have commas but are computed in 32 bits. -Handling of DIR /S on non-current path corrected. -DEL with wildcard or directory name works correctly. - -v0.08 - 21 Mar 1999 -Invoke an AUTOEXEC.BAT file if it exists in the root directory of the startup drive. - -v0.07 - 8 Mar 1999 -Can now be compiled as a WineLib app (conditional code added). -Additional help text. -Icon added to resources (the Wine-glass). - -v0.06 - 23 Feb 1999 -Help text moved into resource file to allow localisation. -Simple batch files (without parameters) can be executed. - -v0.05 - 17 Feb 1999 -Fixed problem with DIR command & long, complex relative paths. -DIR /S and /P implemented. -Date and time in PROMPT localised. -More work on batch files (they are echoed to screen but not executed). - -v0.04 - 7 Feb 1999 -Command-line qualifiers /c /q /k implemented (as NT's CMD.EXE). -ECHO command implemented, though echo mode is not honoured. -Environment variables in commands (eg %envvar%) expanded. -REN and COPY added, but no wildcard support or relative paths. -Filenames in quotes now handled. -PAUSE command. -Preliminary coding for batch files. - -v0.03 - 5 Feb 1999 -Added relative path and alternate drive support to DIR, also free disk space -(32-bit only!). - -v0.02 - 27 Jan 1999 -Added change-drive code. - -v0.01 - 25 Jan 1999 -Initial version. diff --git a/programs/winhelp/ChangeLog b/programs/winhelp/ChangeLog index c69bc5f7fe6..a67773848a9 100644 --- a/programs/winhelp/ChangeLog +++ b/programs/winhelp/ChangeLog @@ -1,3 +1,6 @@ + *** This file is obsolete. Changes are listed in the main + *** ChangeLog now. Please do not edit. + Mon Mar 23 17:00:36 1998 Marcel Baur * Added preliminary Print() dialog in [macro.c] diff --git a/programs/winver/ChangeLog b/programs/winver/ChangeLog deleted file mode 100644 index 5fb731e4096..00000000000 --- a/programs/winver/ChangeLog +++ /dev/null @@ -1,5 +0,0 @@ -Sun Nov 23 22:58:05 1997 Marcel Baur - - * [winver.c] (new) - Original by Marcel Baur -