# HG changeset patch
# User kairo@kairo.at
# Date 1236026305 0
#      Mon Mar 02 20:38:25 2009 +0000
# Node ID d5b69691540480bcd083909eca2b230fdb0469e4
# Parent  67e0aba9daeab28e97491f55d3c68bcc4423b854
update change lists in 2.0a3 relnotes

diff --git a/src/releases/seamonkey2.0a3/changes.en.html b/src/releases/seamonkey2.0a3/changes.en.html
--- a/src/releases/seamonkey2.0a3/changes.en.html
+++ b/src/releases/seamonkey2.0a3/changes.en.html
@@ -61,16 +61,29 @@
     remove extensions (add-ons), themes and plugins using the same
     mechanisms Firefox uses. This should ease extension management and
     development considerably.</li>
-  <li>The first step towards customizable toolbars has been made: The icon size
-    and whether to display icons and/or text can be chosen separately for every
-    major toolbar in in both the browser and MailNews components via their
-    context menu.</li>
+  <li>Session restore (crash recovery) has been added. Now, when SeaMonkey
+    crashes, all your browser windows and tabs will be restored automatically
+    or on request (including data entered in web forms!). In addition, users
+    can select to always restore the browser windows and tabs from their last
+    open session when starting SeaMonkey.</li>
+  <li>History is now stored in a better database solution, so that it can
+    easily keep more information, and the location bar determines which
+    addresses to autocomplete and/or show in the drop down menu with a smarter
+    algorithm based on what you type, searching in both URL and title of
+    visited pages by default.</li>
+  <li>Toolbars in the browser component are now fully customizable.</li>
+  <li>Additionally, the icon size and whether to display icons and/or text can
+    be chosen separately for every major toolbar in in both the browser and
+    MailNews components via their context menu.</li>
   <li>The MailNews component now includes support for reading RSS and Atom
     feeds, And the browser detects feeds offered by web pages. Since the
     support for previewing feeds in the browser has not yet been included, the
     feed icon at the right end of the URL bar currently is directly invoking
     subscription to the feed in the MailNews component, if an account for feeds
     has already been created there.</li>
+  <li>Password Manager was switched to an improved version, allowing easier
+    searching, and notification bars replacing modal dialogs for remembering
+    logins.</li>
   <li>Gecko, the rendering engine used in SeaMonkey, has seen many
     improvements since the version used in the last stable release. Changes
     range from a better graphics backend (Cairo/Thebes) to improved support
@@ -122,6 +135,28 @@
       href="https://bugzilla.mozilla.org/show_bug.cgi?id=382267">Bug 382267</a>)</li>
   <li>Implement cross-site XMLHttpRequest (<a
       href="https://bugzilla.mozilla.org/show_bug.cgi?id=389508">Bug 389508</a>)</li>
+  <li>@font-face support: implement downloadable font support on Linux (Mac and
+    Windows have already been addressed in bug 441473) (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=458169">Bug 458169</a>),
+    implement @font-face { src:local() } on Linux (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=468218">Bug 468218</a>),
+    enable downloadable .otf fonts on Windows (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=458160">Bug 458160</a>),
+    improve handling of format hints for downloadable fonts (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=465452">Bug 465452</a>)</li>
+  <li>Toolbar customization: Navigator part 2 (real customizability for browser
+    toolbars on Linux+Windows) (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=471372">Bug 471372</a>),
+    use sheet popup instead of popup window on Mac OS X (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=406780">Bug 406780</a>),
+    make menubars customizable (without regression on Mac OS X) (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=475920">Bug 475920</a>)</li>
+  <li>Use Places backend for SeaMonkey history (including location bar) (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=382187">Bug 382187</a>)</li>
+  <li>Implement progress bar/scrubber for video controls (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=462113">Bug 462113</a>)</li>
+  <li>Decode non-ASCII characters in the urlbar (like in FF3) (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=425480">Bug 425480</a>)</li>
 </ul>
 </div>
 <!-- MailNews -->
@@ -275,6 +310,14 @@
   <li>Do not collect addresses into Collected Addressed that occur in other
     ABs (<a
       href="https://bugzilla.mozilla.org/show_bug.cgi?id=58769">Bug 58769</a>)</li>
+  <li>Implement Undo Mark All Read (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=65775">Bug 65775</a>)</li>
+  <li>Move message to Inbox if user marks a message in Junk folder as Not Junk
+    (adds hidden pref mail.spam.markAsNotJunkMarksUnRead) (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=208197">Bug 208197</a>)</li>
+  <li>Disable JS for message content (mail and news, making javascript.allow.mailnews
+    pref stop working), enable it for non-message content by default (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=374577">Bug 374577</a>)</li>
 </ul>
 </div>
 <!-- Certificates -->
@@ -293,6 +336,9 @@
   <li>Introduce new certificate error page which better separates user
     information from technical details (<a
       href="https://bugzilla.mozilla.org/show_bug.cgi?id=463504">Bug 463504</a>)</li>
+  <li>show expanded technical details on SSL error pages when expert mode is
+    active (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=471075">Bug
+    471075</a>)</li>
 </ul>
 </div>
 <!-- ChatZilla -->
@@ -380,6 +426,8 @@
       href="https://bugzilla.mozilla.org/show_bug.cgi?id=224692">Bug 224692</a>)</li>
   <li>Cleanly unload in case of exiting or restarting Windows (<a
       href="https://bugzilla.mozilla.org/show_bug.cgi?id=212316">Bug 212316</a>)</li>
+  <li>add support for Windows sounds to menus (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=83056">Bug 83056</a>)</li>
 </ul>
 </div>
 <!-- Linux -->
@@ -431,6 +479,8 @@
   <li>Add a globally shared location for plugins (/usr/lib/mozilla/plugins)
     on Linux/Unix (<a
       href="https://bugzilla.mozilla.org/show_bug.cgi?id=440506">Bug 440506</a>)</li>
+  <li>Add support for GNOME's sounds (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=419275">Bug 419275</a>)</li>
 </ul>
 </div>
 <!-- Mac OS X -->
@@ -457,6 +507,8 @@
       href="https://bugzilla.mozilla.org/show_bug.cgi?id=459482">Bug 459482</a>)</li>
   <li>Add Growl integration for mail alerts on Mac OS X (<a
       href="https://bugzilla.mozilla.org/show_bug.cgi?id=308552">Bug 308552</a>)</li>
+  <li>Add roundness to context menus for Mac OS X 10.5 (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=391984">Bug 391984</a>)</li>
 </ul>
 </div>
 <!-- Compiling -->
@@ -549,6 +601,27 @@
       href="https://bugzilla.mozilla.org/show_bug.cgi?id=17612">Bug 17612</a>)</li>
   <li>Use Toolkit Type Ahead Find instead of the old one (<a
       href="https://bugzilla.mozilla.org/show_bug.cgi?id=345526">Bug 345526</a>)</li>
+  <li>Switch to Toolkit password manager: add SMTP protocol handlers (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=469807">Bug 469807</a>),
+   do not lose newsgroup username/password information when migrating from
+   signons.txt (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=470439">Bug
+   470439</a>), let promptPassword unescape user names before use (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=472824">Bug 472824</a>),
+   main part (use LoginManager, remove Wallet) (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=390025">Bug 390025</a>),
+   also fixes: If stored SMTP password is incorrect, no prompt is made for correct
+   one (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=155172">Bug
+   155172</a>)</li>
+  <li>Remove "What's Related" sidebar/module (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=468337">Bug 468337</a>)</li>
+  <li>Auto-save open windows and tabs for later restoration in event of crash
+    (session restore) (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=36810">Bug 36810</a>)</li>
+  <li>Use an error page (about:sessionrestore) for session restore prompt (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=459550">Bug 459550</a>)</li>
+  <li>Make use of emptytext attribute in search textboxes (replace label by
+    text inside textbox) (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=460694">Bug 460694</a>)</li>
 </ul>
 </div>
 
diff --git a/src/releases/seamonkey2.0a3/index.en.html b/src/releases/seamonkey2.0a3/index.en.html
--- a/src/releases/seamonkey2.0a3/index.en.html
+++ b/src/releases/seamonkey2.0a3/index.en.html
@@ -54,10 +54,23 @@
 <a href="../seamonkey[% rnote.relativeto.version %]/#new">[% rnote.relativeto.name %]</a>:
 </p>
 <ul>
-  <li></li>
+  <li>History is now stored in a better database solution, so that it can
+    easily keep more information, and the location bar determines which
+    addresses to autocomplete and/or show in the drop down menu with a smarter
+    algorithm based on what you type, searching in both URL and title of
+    visited pages by default.</li>
+  <li>Password Manager was switched to an improved version, allowing easier
+    searching, and notification bars replacing modal dialogs for remembering
+    logins.</li>
+  <li>Toolbars in the browser component are now fully customizable.</li>
+  <li>Session restore (crash recovery) has been added. Now, when SeaMonkey
+    crashes, all your browser windows and tabs will be restored automatically
+    or on request (including data entered in web forms!). In addition, users
+    can select to always restore the browser windows and tabs from their last
+    open session when starting SeaMonkey.</li>
 </ul>
 <p>
-See the <a href="http://smtt.blogspot.com/">SeaMonkey
+See the <a href="http://smtt.blogspot.com/2009/02/alpha-3-roundup.html">SeaMonkey
 Trunk Tracker</a> blog for more details about the changes between those
 pre-releases.
 <br>The <a href="changes">changes page</a> lists an overview of
@@ -112,6 +125,8 @@
   <li>Download Manager doesn't support localization and has other slight issues
     - will be fixed by switching it to the Toolkit backend (<a
       href="https://bugzilla.mozilla.org/show_bug.cgi?id=381157">Bug 381157</a>)</li>
+  <li>In some scenarios, multiple master password dialogs appear at once (<a
+      href="https://bugzilla.mozilla.org/show_bug.cgi?id=381269">Bug 381269</a>)</li>
 </ul>
 </div>