The major new features in release 2.7.6 is the German translation of
the complete manual and help pages. Also a few bugs which have been
reported since the previous release have been fixed.
* Added German translation of the complete manual and help pages.
(Many thanks to Olaf Noehring and Kurt Lettmaier for contributing
thetranslated manual.)
* A major bug which affected sequential removal of multiple reminders
was fixed. The bug could even crash nxtvepg. (Thanks again to Kurt
for reporting this bug.)
* XMLTV output was slightly changed to make it fully compliant with
the XMLTV DTD 0.6.
* Error diagnositcs in the provider scan were improved to avoid silent
failures without an indication of the cause. (Thanks to Andreas for
reporting this problem)
* Last but not least, the Windows release is now provided in form of
an installer instead of a plain ZIP archive. (Thanks to Néo for
suggesting and implementing the installer.)
F4L is an open source development environment for Macromedia Flash,
a multi-platform format (swf/svg) widely used for web applications and
vector animation. Basically, you can make interactive eye candy for
your web site or any other purposes.
--
http://f4l.sf.net/
Overview of Changes from GTK+ 2.8.6 to GTK+ 2.8.7
=================================================
* GtkFileChooser
- Don't special-case the names of Home and Desktop
[Federico Mena Quintero]
- Avoid loading more than one directory initially.
[Federico]
- Make the file chooser work better with window
groups [Christian Persch]
- Improve keynav in the pathbar [Carlos Garnacho,
Andrei Yurkevich]
- Don't access unmounted volumes [Federico]
* GtkTextView
- Avoid quadratic blowup when deleting text with
lots of tags [Matthias Clasen]
- Fix drag-selection corner cases [Arvind S N,
Paolo Borelli]
* GtkEntry
- Add the entry completion popup to the window
group [Christian Persch]
* GtkTreeView
- Fix background drawing in RTL locales [Eric Cazeaux]
- Handle Shift-G for going back in typeahead
search [Christian Neumair]
* GtkComboBox
- Leave Ctrl-PageUp/PageDown to applications
[Christian Neumair]
* Fix compilation problems with gtkcalendar.c
[Matthias Hasselmann]
* Add labels for GTK_STOCK_CONNECT and
GTK_STOCK_DISCONNECT items [Richard Hult]
* Resolve symbols in dlopened modules lazily [Laszlo
Peter]
* GDK
- Don't try to set overlarge window icons [Claudio
Saavedra]
- Improve handling of odd keymaps [Kean Johnston]
* Win32 changes
- Speed up compositing [John Ehresman]
- Improve handling of clipboard [Tor Lillqvist]
- Improve visuals of scrollbars, toolbars, handleboxes
and menubars in the ms-windows theme [Dom Lachowicz]
- Make icon masks work on Win98 [Peter Zelezny]
- Hide resize and maximize buttons on non-resizable
windows [Tor]
- Don't hide dotfiles [Tor]
* Bug fixes [Kazuki Iwamoto, Ross Burton, Michael
Natterer, Bogdan Nicula, Damien Carbery, Gustavo
Carneiro, Tommi Komulainen, Thomas Klausner,
Alexander Larsson, Bastien Nocera, Federico
Mena Quintero, John Ehresman, Paolo Borelli,
Antonio Sacchi, Christian Persch, Carlos
Garnacho, Jeremy Cook, Nickolay V. Shmyrev,
Richard Hult, Maxim Udushlivy, Peter Zelezny]
* Documentation improvements [Paolo Borelli,
Christian Neumair, Christian Persch
Overview of Changes from GLib 2.8.3 to GLib 2.8.4
=================================================
* Support aborting on critical warnings by setting
G_DEBUG=fatal_criticals in the environment
[Vincent Untz]
* Bug fixes [Sebastien Bacher, Tor Lillqvist,
Manish Singh, Morten Welinder, Andy Wingo]
* Documentation improvements [Steffen Gutmann,
Christophe Fergeau]
* Translation updates (he,ja,nl,th)
point where it is actually used, which is when mk/bulk/pre-build.local
is executed for allowing user-specific modifications before the build
begins. That way it's easier to see why this command is necessary at
all.
- Renamed the type Dependency to DependencyWithPath.
- Added new types Dependency, PlatformTuple and RelativePkgDir.
- Added some of the common variables to the list of typed variables.
create log files in it.
- Fail early if the ORDERFILE does not exist. (As this program is not in
"set -e" mode, it had continued without error checking, which resulted
in _many_ error messages.)
The changes between 11.22 and 11.25 are mostly bug fixes. Please see the
ChangeLog in the source distribution for more details. Other changes:
* The new "maximum-unencoded-line-length" variable allows to configure the
limit on the line length that causes an ASCII text message to be sent in
quoted-printable if exceeded (on request by Greg Cox).
* Since RFC 2595 allows wildcards at other places than RFC 2818 which is
implemented by Mozilla NSS, host name verification is now done separately.
* The "sort xyz" commands now uncollapse all threads of a previously threaded
folder view; messages in collapsed threads were previously not shown when
the folder was sorted.
* The junk mail filter now also ignores the "X-pstn" header fields generated
by "postini" filtering software.
* An 'imap-list-depth' variable was introduced to control the maximum depth
of the folder traversal for the 'folders' command if the folder separator
on the IMAP server is not the slash '/'.
* If standard output is not a terminal device, the output of the 'folders'
command applied to an IMAP account is no longer arranged into columns.
* The new '-R' option causes all folders to be opened read-only.
* The output for the '~p' tilde escape was extended to include the fields
implied by the 'from', 'replyto', 'sender', and 'ORGANIZATION' variables
(Proposed by Bob Tennent).
* The 'autocc' and 'autobcc' variables are now evaluated before composition
of a message begins. The resulting addresses can thus be edited and viewed
using the '~b', '~c', '~h', and '~p' tilde escapes, but changing the values
of the 'autocc' and 'autobcc' variables using '~:set' has no effect on the
currently composed message anymore.
* The values of the 'from' and 'replyto' variables can now contain multiple
addresses.
* A 'sender' variable was introduced to set the content of the 'Sender:'
field for outgoing messages.
* The '-r' option now actually disables tilde escapes as documented (Bugreport
by Bob Tennent).
* The 'undelete' command now also clears the 'saved' flags of messages that
have been moved.
that the bulk builds would only work properly with the audit-packages
package installed at all times.
I am obviously hideously mistaken in this.
By popular request, revert the change to add audit-packages, since I
am told this is the incorrect way of doing this.
completely. The only difference to revision 1.1748 is that the
PATH=$$PATH:${SU_CMD_PATH_APPEND} argument is included in single quotes.
This will lead to problems when the PATH should contain single quotes
but works in all other cases. (Single quotes in the PATH hadn't worked
before either.) The tricky part regarding this code is that the PATH and
.CURDIR bypass the SU_CMD. They are evaluated before and inserted as
literals into the command that is executed by the SU_CMD. Preserving
these variables this way circumvents interpretation and modification
through the SU_CMD, but leads to ugly rules for quoting which are
currently not handled completely correctly.
many different implementations and are by no way easy to use. This test
collects some assumptions about what the tools must be able to handle.
It is also meant as a guide on using these tools correctly and reliably.