Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SeaMonkey Website
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
This instance will be upgraded to Heptapod 17.11.0rc1 on 2025-04-24 between 17:00 and 18:00 UTC+2
Show more breadcrumbs
SeaMonkey
SeaMonkey Website
Commits
d5b69691
Commit
d5b69691
authored
16 years ago
by
kairo
Browse files
Options
Downloads
Patches
Plain Diff
update change lists in 2.0a3 relnotes
parent
67e0aba9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/releases/seamonkey2.0a3/changes.en.html
+77
-4
77 additions, 4 deletions
src/releases/seamonkey2.0a3/changes.en.html
src/releases/seamonkey2.0a3/index.en.html
+17
-2
17 additions, 2 deletions
src/releases/seamonkey2.0a3/index.en.html
with
94 additions
and
6 deletions
src/releases/seamonkey2.0a3/changes.en.html
+
77
−
4
View file @
d5b69691
...
...
@@ -61,13 +61,23 @@
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>
...
...
@@ -68,9 +78,12 @@
<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>
...
...
This diff is collapsed.
Click to expand it.
src/releases/seamonkey2.0a3/index.en.html
+
17
−
2
View file @
d5b69691
...
...
@@ -54,6 +54,19 @@
<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>
...
...
@@ -58,6 +71,6 @@
</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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment