summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattV <qt-info@nokia.com>2009-04-03 15:45:29 +1000
committerMattV <qt-info@nokia.com>2009-04-03 15:45:29 +1000
commit096fcf4fcc61703d3c58e932085bc5cd07556e46 (patch)
tree59b269167fd39dfadcd96c02ecb175f61e69b1fa
parent04d6e7d78b39bee0899e217d385be5f23f684627 (diff)
Add CHANGES file listings to documentation.2009W14
-rw-r--r--doc/src/index.qdoc2
-rw-r--r--doc/src/messaging.qdoc6
-rw-r--r--doc/src/qtopiamail.qdoc4
-rw-r--r--doc/src/qtopiamail_messageserver.qdoc4
-rw-r--r--src/libraries/messageserver/CHANGES.qdoc (renamed from src/libraries/messageserver/CHANGES)24
-rw-r--r--src/libraries/qtopiamail/CHANGES.qdoc (renamed from src/libraries/qtopiamail/CHANGES)22
6 files changed, 51 insertions, 11 deletions
diff --git a/doc/src/index.qdoc b/doc/src/index.qdoc
index ab799a45..3402a28f 100644
--- a/doc/src/index.qdoc
+++ b/doc/src/index.qdoc
@@ -24,7 +24,7 @@
\o \l {Messaging}{Introduction}
\o \l {Building and Compiling}{Building and Running}
\o \l {Testing the Messaging Framework}{Test Results}
- \o \l {Porting Between Messaging Framework Versions}
+ \o \l {Changes Between Messaging Framework Versions}
\o \l {Messaging Framework Client Library#Examples}{Examples}
\endlist
diff --git a/doc/src/messaging.qdoc b/doc/src/messaging.qdoc
index 09133b57..ba541cf6 100644
--- a/doc/src/messaging.qdoc
+++ b/doc/src/messaging.qdoc
@@ -138,4 +138,10 @@ make -C test/tst_qmailcodec ARGS="encode:'one padding byte'" test
Placeholder: it should be possible to see the results produced by the QtSoftware continuous integration system <here>, if those results were exported yet...
+\section1 Changes Between Messaging Framework Versions
+
+Historical changes in the \l {Messaging Framework Client Library} API are listed in \l{changes-qtopiamail.html}{CHANGES.qdoc}.
+
+Historical changes in the \l {Message Server Support Library} API are listed in \l{changes-messageserver.html}{CHANGES.qdoc}.
+
*/
diff --git a/doc/src/qtopiamail.qdoc b/doc/src/qtopiamail.qdoc
index 2dcbb2f5..55d618d2 100644
--- a/doc/src/qtopiamail.qdoc
+++ b/doc/src/qtopiamail.qdoc
@@ -169,4 +169,8 @@ The Client library contains some example programs that demonstrate how to use th
\row \o \l{MessageNavigator Example}{MessageNavigator} \o Demonstrates the use of QMailMessageSetModel and QMailMessageListModel in presenting account, folder and message listings.
\endtable
+\section1 Changes Between Versions
+
+Historical changes in the Client library API are listed in \l{changes-qtopiamail.html}{CHANGES.qdoc}.
+
*/
diff --git a/doc/src/qtopiamail_messageserver.qdoc b/doc/src/qtopiamail_messageserver.qdoc
index 9504a2b3..dd524fb9 100644
--- a/doc/src/qtopiamail_messageserver.qdoc
+++ b/doc/src/qtopiamail_messageserver.qdoc
@@ -45,4 +45,8 @@ The library also provides some utility classes that are used by service componen
\row \o QMailMessageClassifier \o A class that classifies message content by inspection.
\endtable
+\section1 Changes Between Versions
+
+Historical changes in the Message Server Support Library API are listed in \l{changes-messageserver.html}{CHANGES.qdoc}.
+
*/
diff --git a/src/libraries/messageserver/CHANGES b/src/libraries/messageserver/CHANGES.qdoc
index ee0e8dcc..6bda474e 100644
--- a/src/libraries/messageserver/CHANGES
+++ b/src/libraries/messageserver/CHANGES.qdoc
@@ -1,14 +1,21 @@
-/****************************************************************************
+/*!
+\page changes-messageserver.html
+\code
+
+*****************************************************************************
+**
+** API Change History
**
-****************************************************************************/
+*****************************************************************************
-API changes since the development preview release on 06/03/09:
+Changes since the development preview release on 06/03/09:
1. Added 'QMailAuthenticator::useEncryption(const QMailAccountConfiguration::ServiceConfiguration&, const QStringList &)'.
-/***************************************************************************/
-API changes since the development preview release on 16/01/09:
+*****************************************************************************
+
+Changes since the development preview release on 16/01/09:
1. Added 'QMailAuthenticator' class.
@@ -33,3 +40,10 @@ API changes since the development preview release on 16/01/09:
'QMailMessageSource::retrieveAll(const QMailAccountId &)' and
'QMailMessageSource::synchronize(const QMailAccountId &, QMailRetrievalAction::RetrievalSpecification)' to
'QMailMessageSource::synchronize(const QMailAccountId &)'.
+
+
+*****************************************************************************
+
+\endcode
+*/
+
diff --git a/src/libraries/qtopiamail/CHANGES b/src/libraries/qtopiamail/CHANGES.qdoc
index f5970a95..d03268dc 100644
--- a/src/libraries/qtopiamail/CHANGES
+++ b/src/libraries/qtopiamail/CHANGES.qdoc
@@ -1,8 +1,14 @@
-/****************************************************************************
+/*!
+\page changes-qtopiamail.html
+\code
+
+*****************************************************************************
+**
+** API Change History
**
-****************************************************************************/
+*****************************************************************************
-API changes since the development preview release on 06/03/09:
+Changes since the development preview release on 06/03/09:
1. Added 'QMailContentManager::init()' and
'QMailContentManagerFactory::init()'.
@@ -16,9 +22,10 @@ API changes since the development preview release on 06/03/09:
'QMailPassThroughCodec::name() const' and
'QMailLineEndingCodec::name() const'.
-/***************************************************************************/
-API changes since the development preview release on 16/01/09:
+*****************************************************************************
+
+Changes since the development preview release on 16/01/09:
1. Added 'QMailAccountConfiguration::id() const'
@@ -125,3 +132,8 @@ API changes since the development preview release on 16/01/09:
'QMailMessageMetaData::contentAvailable() const' and
'QMailMessageMetaData::partialContentAvailable() const'.
+
+*****************************************************************************
+
+\endcode
+*/