Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Papadopoulos <dimitri_at@users.sf.net>2006-05-10 12:04:49 +0400
committerDimitri Papadopoulos <dimitri_at@users.sf.net>2006-05-10 12:04:49 +0400
commit5d35ee62503ab0ce1f3a43428a6206dbc6c888f8 (patch)
tree877190756073e388625e9c8a42adf7fc384a3b2d /winsup/w32api/ChangeLog
parent972d2ba056d4789fcac39153a0fddc9d0eb329d7 (diff)
* include/wingdi.h [WINVER >= 0x0500] (DC_*): Define.
(GGO_UNHINTED): Define. (DMPAPER_*): Define. Paper size newly added to the documentation. (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined. (DM_*): Cleanup. (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT): Define. (DMDO_*,DMDFO_*): Define. (GetDCBrushColor,GetDCPenColor): Declare. * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 32f4f8411..4fa7455b5 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,7 +1,19 @@
2006-05-10 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
+ * include/wingdi.h [WINVER >= 0x0500] (DC_*): Define.
+ (GGO_UNHINTED): Define.
+ (DMPAPER_*): Define. Paper size newly added to the documentation.
+ (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
+ (DM_*): Cleanup.
+ (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT): Define.
+ (DMDO_*,DMDFO_*): Define.
+ (GetDCBrushColor,GetDCPenColor): Declare.
+ * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
+
+2006-05-10 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
+
* include/winnt.h (LANG_*,SUBLANG_*): Define.
- Languages newly added to the documentation.
+ A few languages newly added to the documentation.
2006-05-05 Chris Sutcliffe <ir0nh34d@users.sf.net>