Film Gimp is an image retouching and painting tool with features similar to
GIMP and Adobe Photoshop, and is recognized as a tool for motion picture
artists; however, anyone who wants to retouch or paint images can use Film
Gimp. The primary feature of Film Gimp is its vast dynamic range: 16-bits
per channel (64-bit RGBA). The extended dynamic range of Film Gimp appeals
not just to 35mm cinematographers, but to 35mm still photographers as well.
Still photographers can think of Film Gimp as having many more F-stops of
range, of being capable of capturing much more subtle nuances of color in
a vast blue sky for instance. Film Gimp handles 8-bit, 16-bit linear, and
16-bit float images.
Changes:
Netscape 7.01 offers a set of new features as well as minor stability
and performance enhancements. These new features include optional
Popup Controls that can be set within Preferences. Also, it adds
the ability to view several tabbed pages as your home page experience.
In addition, Netscape 7.01 offers enhancements to mail for AOL
members who use the application to manage their mail, including
the ability to unsend, check status and mark mail as unread. This
release also has increased control in managing certificates. If a
web site displays a certificate from a certificate authority you
don't know, you now have the opportunity to accept or reject the
certificate.
Also remove the need to set the "Destination Directory" by hand when installing.
Adding an "A" to a node with no children no longer crashes the client.
The scroll bar for text wasn't appearing in SGF files.
Fixed the title of the "Limit" column of the server stats window.
Fixed a problem I introduced recently where grid lines were drawn under
labels on a board. This makes the labels hard to read.
Added a confirmation when you try to close your user info after editing
it but not saving it.
Simul games now marked with an "S".
Results of never-saved games are no longer left sitting in your result list.
Collection.
Iperf is a tool for measuring TCP and UDP bandwidth performance.
It reports bandwidth, delay jitter, datagram loss. It also supports
IPv6 and IP Multicast.
Collection.
Provided in PR pkg/20058 by V. Hari <bit5hift at ethernet dot tk>, slightly
edited by me.
libdnet provides a simplified, portable interface to several low-level
networking routines, including
* network address manipulation
* kernel arp(4) cache and route(4) table lookup and manipulation
* network firewalling (IP filter, ipfw, ipchains, pf, ...)
* network interface lookup and manipulation
* raw IP packet and Ethernet frame transmission
* Changes in 2.10.0 from 2.8.1
** You can alter the format of summary lines.
Specify format by wl-summary-line-format. If you want to change ones
according to folder names, use wl-folder-summary-line-format-alist.
** Save format for the draft folder has been changed. Messages are encoded
before saved by wl-draft-save.
** elmo-split is newly established.
** Buffer prefetch works fine now. Messages of the number specified by
wl-message-buffer-prefetch-depth are loaded into buffer in advance.
** elmo-dop-queue-flush flushes queue that concerns plugged folder.
** Starting Wanderlust on the new frame is possible now. Set as
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
** In Folder mode, you can go into virtual folder which consists of messages
with some specified condition (wl-folder-virtual). It is binded to "V".
** In Folder mode, you can search folders containing messages with some
specified condition (wl-folder-pick). It is binded to "?".
** Now you can rename access group folders.
** Temporary marks are kept when you exit from sticky summary by q or g.
** Key bindings concerning the sticky summary have been changed.
By C-u g, the sticky summary is destroyed as well as C-u q. In summary or
folder mode, G opens the sticky summary.
** You can go round summary buffers by C-cC-n and C-cC-p.
** Members of the list wl-folder-hierarchy-access-folders is now some REGEXP
for access group names instead of exact group names.
** In header part of the draft buffer C-a brings cursor to the beginning of
the line or the beginning of the header body.
** You can send encapsulated blind carbon copies. Its default field name is
"Ecc:".
** C-c C-y (Draft) can cite region of the message.
It affects if transient-mark-mode (Emacs) or zmacs-regions (XEmacs) is
Non-nil and the region is active.
** You can delete a part from multipart message.
It is binded as "D" in message buffer.
** You can easily configure server settings to post news article.
Set wl-nntp-posting-config-alist appropriately. See info for an example.
** You can specify some function in wl-draft-reply-with-argument-list etc.
for setting the recipients in draft by the return value of it.
** The interface of the function wl-draft has been changed.
The initial set of headers are handed as an association list.
** The uses of wl-generate-mailer-string-function has been changed.
Specify a function which returns some string to appear in User-Agent header.
** Many bug fixes.