Change formulation in definition files to 'Support for ...' for newly added features.

This commit is contained in:
Sebastian Lackner
2014-08-13 02:15:22 +02:00
parent 731a458cbe
commit 786742620a
9 changed files with 30 additions and 24 deletions

View File

@@ -140,7 +140,7 @@ atl-IOCS_Property.ok:
# | * Implement LoadIconMetric function. [by Michael Müller]
# |
# | This patchset fixes the following Wine bugs:
# | * [#35375] Implement LoadIconMetric function
# | * [#35375] Support for LoadIconMetric
# |
# | Modified files:
# | * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/comctl32/icon.c, dlls/comctl32/tests/misc.c,
@@ -235,7 +235,7 @@ iphlpapi-TCP_Table.ok:
# | * Implement GetFinalPathNameByHandle in kernel32. [by Michael Müller]
# |
# | This patchset fixes the following Wine bugs:
# | * [#36073] Some applications neeed kernel32.GetFinalPathNameByHandle
# | * [#36073] Support for GetFinalPathNameByHandle
# |
# | Modified files:
# | * dlls/kernel32/file.c, dlls/kernel32/kernel32.spec, dlls/kernel32/tests/file.c, include/fileapi.h
@@ -505,7 +505,7 @@ quartz-MediaSeeking_Positions.ok:
# | * Implement Stubs for ITextPara interface. [rev 2, by Jactry Zeng]
# |
# | This patchset fixes the following Wine bugs:
# | * [#12458] Implement ITextDocument_fnRange function
# | * [#12458] Support for ITextDocument_fnRange function
# | * [#18303] Support for ITextRange, ITextFont and ITextPara
# |
# | Modified files:
@@ -669,7 +669,7 @@ shell32-Default_Folder_ACLs.ok:
# | * Add support for extra large and jumbo icon lists in shell32. [by Michael Müller]
# |
# | This patchset fixes the following Wine bugs:
# | * [#24721] Add support for extra large and jumbo icon lists in shell32
# | * [#24721] Support for extra large and jumbo icon lists in shell32
# |
# | Modified files:
# | * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c
@@ -948,7 +948,7 @@ ws2_32-inet_pton.ok:
# | * Partial implementation of WTSEnumerateProcessesW. [by Sebastian Lackner]
# |
# | This patchset fixes the following Wine bugs:
# | * [#29903] Add implementation of WTSEnumerateProcessesW
# | * [#29903] Support for WTSEnumerateProcessesW
# |
# | Modified files:
# | * dlls/wtsapi32/tests/wtsapi.c, dlls/wtsapi32/wtsapi32.c

View File

@@ -1,4 +1,4 @@
Author: Michael Müller
Subject: Implement LoadIconMetric function.
Revision: 1
Fixes: [35375] Implement LoadIconMetric function
Fixes: [35375] Support for LoadIconMetric

View File

@@ -1,4 +1,4 @@
Author: Michael Müller
Subject: Implement GetFinalPathNameByHandle in kernel32.
Revision: 1
Fixes: [36073] Some applications neeed kernel32.GetFinalPathNameByHandle
Fixes: [36073] Support for GetFinalPathNameByHandle

View File

@@ -6,5 +6,5 @@ Author: Sebastian Lackner
Subject: Add Dynamic DST exceptions for Israel Standard Time.
Revision: 1
Fixes: Add support for Dynamic DST (daylight saving time) information in registry
Fixes: Support for Dynamic DST (daylight saving time) information in registry
Fixes: [36374] Add Dynamic DST exceptions for Israel Standard Time

View File

@@ -14,5 +14,5 @@ Author: Jactry Zeng
Subject: Implement Stubs for ITextPara interface.
Revision: 2
Fixes: [12458] Implement ITextDocument_fnRange function
Fixes: [12458] Support for ITextDocument_fnRange function
Fixes: [18303] Support for ITextRange, ITextFont and ITextPara

View File

@@ -1,4 +1,4 @@
Author: Michael Müller
Subject: Add support for extra large and jumbo icon lists in shell32.
Revision: 1
Fixes: [24721] Add support for extra large and jumbo icon lists in shell32
Fixes: [24721] Support for extra large and jumbo icon lists in shell32

View File

@@ -1,4 +1,4 @@
Author: Sebastian Lackner
Subject: Partial implementation of WTSEnumerateProcessesW.
Revision: 1
Fixes: [29903] Add implementation of WTSEnumerateProcessesW
Fixes: [29903] Support for WTSEnumerateProcessesW