Uses c++, so add it to USE_LANGUAGES. Sort bl3.mk includes.
XXX: does not seem to use SDL_ttf, but provide its own copy,
which does not compile with current freetype2 for me.
wequivalent (and more reliable) functionality is available in both VLC
and mplayer from the command line. For example:
mplayer mms://url -dumpstream -dumpfile foo.wmv
Changes in this Development Milestone:
There is a lot in Firefox 2 Beta 1 that we invite you to play around with and
give us feedback on:
* Built in Phishing Protection.
* Search suggestions now appear with search history in the search box for
Google, Yahoo! and Answers.com
* Changes to tabbed browsing behavior
* Ability to re-open accidentally closed tabs
* Better support for previewing and subscribing to web feeds
* Inline spell checking in text boxes
* Search plugin manager for removing and re-ordering search engines
* New microsummaries feature for bookmarks
* Automatic restoration of your browsing session if there is a crash
* New combined and improved Add-Ons manager for extensions and themes
* New Windows installer based on Nullsoft Scriptable Install System
* Support for JavaScript 1.7
* Support for client-side session and persistent storage
* Extended search plugin format
* Updates to the extension system to provide enhanced security and to allow for
easier localization of extensions
* Support for SVG text using svg:textPath
Thunderbird email client and is being made available for testing purposes
only. Thunderbird 2 Alpha 1 is intended for our testing community. Current
users of Mozilla Thunderbird 1.5.0.x should not use Thunderbird 2 Alpha 1.
Changes in this Development Milestone
There is a lot in Thunderbird 2 Alpha 1 that we invite you to play around with
and give us feedback on:
* Message Tags
* Folder Views including favorite folders
* Improved New Mail Notification Alerts
* New Windows installer based on Nullsoft Scriptable Install System
* Find As You Type in the message pane
* New combined and improved Add-ons manager for extensions and themes
* Updates to the extension system to provide enhanced security and to allow for
easier localization of extensions
Rumbling Edge has a more detailed list of notable bug fixes:
http://weblogs.mozillazine.org/rumblingedge/archives/2006/05/2-0alpha1.html
The package and binary are called "thunderbird2-gtk1" so this package can be
installed in parallel with mail/thunderbird-gtk1 (1.5.x), similar to
wip/firefox2-gtk1.
Thunderbird email client and is being made available for testing purposes
only. Thunderbird 2 Alpha 1 is intended for our testing community. Current
users of Mozilla Thunderbird 1.5.0.x should not use Thunderbird 2 Alpha 1.
Changes in this Development Milestone
There is a lot in Thunderbird 2 Alpha 1 that we invite you to play around with
and give us feedback on:
* Message Tags
* Folder Views including favorite folders
* Improved New Mail Notification Alerts
* New Windows installer based on Nullsoft Scriptable Install System
* Find As You Type in the message pane
* New combined and improved Add-ons manager for extensions and themes
* Updates to the extension system to provide enhanced security and to allow for
easier localization of extensions
Rumbling Edge has a more detailed list of notable bug fixes:
http://weblogs.mozillazine.org/rumblingedge/archives/2006/05/2-0alpha1.html
The package and binary are called "thunderbird2" so this package can be
installed in parallel with mail/thunderbird (1.5.x), similar to wip/firefox2.
dynamic-content webapplications. Two separate modes of operations are
supported:
* Standalone mode where Yaws runs as a regular webserver daemon.
This is the default mode.
* Embedded mode where Yaws runs as an embedded webserver in another
erlang application.
Yaws is entirely written in Erlang furthermore it is a multithreaded webserver
where one Erlang light weight process is used to handle each client.
The main advantages of yaws compared to other Web technologies are performance
and elegance. The performance comes from the underlying Erlang system and its
ability to handle concurrent processes in an efficent way. Its elegance comes
from Erlang as well. Web applications dont have to be written in ugly adhoc
languages.
ChangeLog includes:
2006-04-10 Daniel Stone <daniel@freedesktop.org>
* src/XKBui.c:
Fix stupid typos. (Shang-Feng Yang)
2006-04-07 Daniel Stone <daniel@freedesktop.org>
* src/XKBui.c:
Coverity #789: Fix memory leak.
2006-03-27 Daniel Stone <daniel@freedesktop.org>
* src/XKBui.c:
Eliminate use of _XkbStrCaseCmp.
* Still don't depend on devel/mercurial *at all* (pending mercurial fixes).
Users will have to install devel/mercurial manually before cvs20hg
will run properly.