include: Assorted spelling fixes.
[wine] / dlls / mapi32 /
2012-10-17  Hans Leidekkermapi32: Forward WrapCompressedRTFStream to the register...
2012-07-31  Michael Stefaniucmapi32: Remove superfluous TRUE:FALSE conditional expre...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-25  Owen Rudgemapi32: Add support to MAPISendMailW for ANSI fallback.
2012-04-25  Owen Rudgemapi32: Convert message to Unicode in MAPISendMail.
2012-04-25  Owen Rudgemapi32: Convert sendmail_extended_mapi to Unicode.
2012-04-24  Owen Rudgemapi32: Add stub implementation of MAPISendMailW.
2011-10-04  Andrew Talbotmapi32: Mark some fall-throughs in a switch statement.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-05-20  Marcus Meissnermapi32: Mark internal symbols with hidden visibility.
2011-03-09  Austin Englishmapi32: Avoid shadowing a parameter.
2011-01-24  Michael Stefaniucmapi32: COM cleanup for the IMalloc iface.
2011-01-06  Alexandre Julliardmapi32: Convert translations to po files.
2010-12-29  Michael Stefaniucmapi32: COM cleanup for the IPropData iface.
2010-12-29  Michael Stefaniucmapi32: Fully merge the IMAPIProp ifaces into IPropData.
2010-11-03  Paul Vriensmapi32: Add the Serbian (Latin and Cyrillic) translation.
2010-10-22  Yaron Shahrabanimapi32: Added Hebrew translation.
2010-10-14  Yaron Shahrabanimapi32: Added Hebrew translation.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-31  Alexandre Julliardmapi32: Use int64 in the spec file for 64-bit integers.
2010-08-02  Anders Jonssonmapi32: Add Swedish translation.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-08  Igor Paliychukmapi32: Add Ukrainian translation.
2010-07-07  Ken Sharpmapi32: Add Gaelic resource.
2010-07-06  Ken Sharpmapi32: Add Welsh resource.
2010-06-30  Alexander Nicolays... mapi32: Add Norwegian Bokmål translation.
2010-06-29  Kovács Andrásmapi32: Add Hungarian translation.
2010-06-25  Gustavo Henrique... mapi32: Update Portuguese (Brazilian) translation.
2010-06-21  Hwang YunSongmapi32: New Korean resource.
2010-06-21  Akihiro Sagawamapi32: Add Japanese translation.
2010-06-16  Michael Stefaniucmapi32: The Portuguese translation is in UTF-8.
2010-06-12  Ricardo Filipemapi32: Add Portuguese Portugal translation.
2010-06-07  Łukasz Wojniłowiczmapi32: Add the Polish translation.
2010-06-07  Paul Vriensmapi32: Add the Danish translation.
2010-05-31  Luca Bennatimapi32: Add Italian translation.
2010-05-24  Michael Stefaniucmapi32: Add the Romanian translation.
2010-05-17  Matej Špindlermapi32: Add Slovenian translation.
2010-04-21  Paul Vriensmapi32: Add Dutch translation.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-15  José Manuel Ferrer... mapi32: New Spanish translations.
2010-02-02  Detlef Riekenbergmapi32/tests: Fix a typo in a comment.
2010-02-01  Andrew Nguyenmapi32/tests: Invoke MAPIInitialize before performing...
2010-02-01  Andrew Nguyenmapi32/tests: Fix prototype of FBinFromHex function...
2010-02-01  Andrew Nguyenmapi32/tests: Centralize utility function pointer initi...
2010-02-01  Andrew Nguyenmapi32/tests: Invoke MAPIInitialize before performing...
2010-01-18  Andrew Nguyenmapi32/tests: Centralize property function pointer...
2010-01-18  Andrew Nguyenmapi32/tests: Fix the PropCopyMore tests and add an...
2010-01-18  Andrew Nguyenmapi32/tests: Report skip for MAPIGetDefaultMalloc.
2010-01-18  Andrew Nguyenmapi32/tests: Report skips for unavailable utility...
2010-01-18  Andrew Nguyenmapi32/tests: Report skips for unavailable property...
2009-12-22  Vladimir Pankratovmapi32: Add Russian translation.
2009-12-21  Frédéric Delanoymapi32: Add French translation.
2009-12-18  Aurimas Fišerasmapi32: Add Lithunian translation.
2009-12-18  Amine Khaldimapi32: Remove an unneeded assignment.
2009-12-18  André Hentschelmapi32: Add German resource.
2009-12-17  Alexandre Julliardmapi32: Fix a heap buffer overflow.
2009-12-17  Owen Rudgemapi32: Remove fallback procedure in MAPISendMail and...
2009-12-17  Owen Rudgemapi32: Correct the Simple MAPI parameters.
2009-12-17  Owen Rudgeinclude: Redefine LHANDLE as ULONG_PTR.
2009-11-03  Marcus Meissnermapi32: Check folder for NULL (Coverity).
2009-10-27  Owen Rudgemapi32: Pass several extended MAPI functions through...
2009-10-27  Owen Rudgemapi32: Use separate pointer for drafts folder when...
2009-10-07  Ge van Geldorpmapi32/tests: Skip tests if no default email client...
2009-10-02  Marcus Meissnermapi32: Fixed uninitialized variable (Coverity).
2009-10-02  Michael Stefaniucmapi32: Use 0 instead of (wrongly) casting NULL to...
2009-10-01  Owen Rudgemapi32: Add attachment support to sendmail_extended_mapi.
2009-10-01  Owen Rudgemapi32: Create new message and show editor window.
2009-10-01  Owen Rudgemapi32: Open the Drafts folder in preparation for creat...
2009-10-01  Owen Rudgemapi32: Log on via Extended MAPI and get the default...
2009-10-01  Owen Rudgemapi32: Add stub of Extended MAPI wrapper for MAPISendMail.
2009-10-01  Owen Rudgemapi32: Pass DllGetClassObject through to Extended...
2009-09-22  Michael Stefaniucmapi32: Don't leak memory on an error path (Smatch).
2009-09-18  Owen Rudgemapi32: Implement the rest of the Simple MAPI functions.
2009-09-18  Owen Rudgemapi32: Pass through MAPISendMail if Simple MAPI provid...
2009-09-18  Owen Rudgemapi32: Implement MAPIInitialize, Logon, Logoff, LogonE...
2009-09-18  Owen Rudgemapi32: Load and store MAPI function pointers after...
2009-09-18  Owen Rudgemapi32: Scan registry for MAPI providers and load them.
2009-09-09  Alexandre Julliardmapi32: Use explicit prototypes for function pointers.
2009-07-20  Vincent Povirkmapi32: Add version numbers to version resource.
2009-06-19  Paul Vriensmapi32/tests: Don't run tests if ScInitMapiUtil() fails.
2009-06-19  Paul Vriensmapi32/tests: Don't run tests if ScInitMapiUtil() fails.
2009-06-19  Paul Vriensmapi32/tests: Don't run tests if ScInitMapiUtil() fails.
2009-02-25  Vincent Povirkmapi32: Add version resource.
2009-02-23  Francois Gougetmapi32/tests: Use win_skip() to skip over unimplemented...
2009-02-05  Juan Langmapi32: Fix failing tests on some Win9x versions.
2009-02-04  Juan Langmapi32/tests: Fix typo.
2009-02-03  Juan Langmapi32: Fix a couple more test failures on Win9x.
2009-02-03  Juan Langmapi32: Fix some test failures on Win9x.
2009-02-02  Juan Langmapi32: Fix many test failures on Win9x.
2009-01-08  Michael Stefaniucmapi32: Remove superfluous casts.
2009-01-06  Michael Stefaniucinclude: Change mapi.h to use ULONG for Win64 compatibi...
2009-01-06  Michael Stefaniucinclude: Change mapix.h to use ULONG for Win64 compatib...
2008-11-28  Francois Gougetmapi32: Remove WINAPI on static functions where not...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-06-25  Alistair Leslie... mapi32: Skip tests on error.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-07  Austin EnglishSpelling fixes.
2008-03-05  Andrew Talbotmapi32: Assign to structs instead of using memcpy.
next