* 0.3.6 (03-09-2003)
- fixed password protection in campaigns
- fixed unit export order in CoMET
- added support for Windows CE (crimson only)
- current resolution shows up in video options, duplicates do not
- improved tactical map for small displays and large maps
Changes:
* The size, the position, and the visibility of separated views are
now remembered.
* The per-folder settings are now preserved even if a folder tree is
rebuilt.
* The receive dialog's option to display the dialog only on manual
receiving has been added.
* 'Top' and 'Bottom' button has been added on the filter setting
dialog.
* The UIDPLUS extension of IMAP4rev1 has been supported.
* The folder system has been cleaned up a bit.
* The sylpheed.spec file bundled in the source package has been
improved.
* The format of MIME boundary has been modified.
* A memory leak and a buffer overrun have been fixed.
modules that will work with more than one version of the apache web server
to not require a separate package for each version of apache. This was
originally based on java-vm.mk
Makefile variables added:
PKG_APACHE_ACCEPTED : Contains the list of valid versions of apache.
USE_APR : If set, the package required apr to run.
User variabled added:
PKG_APACHE_DEFAULT : The version of apache to install, if there is
none yet. Defaults to apache13
Variables set:
PKG_APACHE : Which version of apache is being used.
Provided in PR pkg/22664 by Min Sik Kim <minskim at bawi dot org>.
Minor tuning by myself.
Changes since version -1.0a11a (aka 1.8a)
* [Tim Buchheim]Mon Feb 10 14:17:40 PST 2003
More updates for wireless animations:
* wireless broadcast packets now use "r" events when animating in
reverse, just like non-broadcast packets. (previously they used
the "h" event even when going backwards)
* wireless and wired nodes can now be mixed with better results.
This requires using the "W" event as well as supplying X and Y
coordinates for all nodes in the scenario.
* The range and duration of the animation of wireless packets can
now be specified on either a per-packet basis or by setting
global parameters.
* [Tim Buchheim]Tue Dec 10 19:02:19 PST 2002
Two changes to the animation of broadcast packets in wireless
scenarios:
* bcast packets used to be animate in real time, not virtual time.
so if you changed the playback speed (or even paused it) the
circles would always expand at the same real rate. Now, the
animation is done in virtual time, like all other objects. So if
you slow down the playback rate, the circles will move slower. If
you increase playback rate, they move faster.
* you can now set the speed for broadcast packets. (previously they
ran at a hardcoded speed.) Use something like the following:
v -t 0.0 -e set_bcast_duration 0.02
The default is currently set to 0.01 (units are seconds)
There are many bug fixes and improvements in this release,
including MMX and 3DNow! optimized alpha blending,
MMX optimized audio mixing, support for OpenGL FSAA,
and official QNX support!
Changes:
2.4.1
-----
- fixed wxLANGUAGE_CHINESE_TAIWAN to use zh_TW catalogs
- added missing wx/quantize.h to install
- improved wxScrolledWindow/sizer interaction
- fixed assert (and crash in debug) in wxFileConfigGroup::DeleteSubgroupByName
- fix for deleting entries at root level in wxFileConfig
- wxStopWatch::Start() didn't resume it contrary to the docs
- accept '\r' as delimiter when parsing dates
- fixed duplicate wxFontEncoding values
- wxFileConfig now always uses UTF-8 to store settings in Unicode build;
it will be possible to set different charset in wxWindows >= 2.5.0
- added wxFileName::MakeAbsolute
- bugs in wxCalCtrl fixed (year not being updated)
Please review ChangeLog.claws to see the changes between 0.9.2 to
0.9.4, mostly those are bugfixes.
* 0.9.2
* The bug that removed messages from server if "Don't receive" action is
specified by the filter rule has been fixed.
* The bug that caused abort when a button is double-clicked on some
dialogs has been fixed.
* A warning that was displayed when address book was empty has been fixed.
* 0.9.1
* The bug in handling folder names which include '+' in IMAP4 modified
UTF-7 conversion has been fixed.
* The parsing of message/rfc822 parts in multipart messages has been
fixed.
* Several bugs of auto signature replacement has been fixed.
* A bug that didn't hide user string in the Action dialog has been fixed.
* Socket I/O timeout interval is now configurable.
* 0.9.0
* The multi-process network I/O has been implemented for POP3 and SMTP.
* The Action feature has been improved.
* The automatic signature replacement on account change has been
implemented.
* Hyperlinks of HTML messages are now correctly handled.
* The separated message view now has a menubar.
* Original messages' headers are now included as the preset keywords
on automatic filter creation.
* The verbose error messages are now displayed on POP3 and SMTP.
* The lines of the log window is now restricted to reduce the memory
usage.
* The Shift_JIS locale has been supported.
* The internal MIME structure has been cleaned up.
* Address names which have special characters are now correctly quoted.
* Slovak message catalog has been added.
* The header corruption bug on reediting has been fixed.
* The bug of UTF-7 encoding conversion has been fixed.
* A workaround for unknown timezones has been made.
* A workaround for wrapping problem on UTF-8 locale has been made.
* More workaround for crashes by illegal characters has been made.
* The crash bug in IMAP4 parser has been fixed.
* The crash bug of the composition window has been fixed.
* The colormap / visual problem on Solaris has been fixed.
* Other bugfixes have been made.
Sun Dec 1 22:07:18 PST 2002
Version is 1.4.4
Fix for if sound fork doesn't open successfully, it exits and doesn't bog
down the cpu or something. Icon for if the program is minimized.
"H. S. Teoh" is the new Debian maintainer and he sent these in. Thanks!
------------------------------------------------------------------------------
Sat Feb 9 16:32:55 PST 2002
Version is 1.4.3
scav.c, have parent of fork() return 0. (Joey Hess)
sound.c, declare some char as signed char, since char defaults to unsigned
char on some archs (arm, s390 + powerpc (Gerhard Tonn)
Both these were passed on by (Marcus Brinkmann)
------------------------------------------------------------------------------
Thu Jan 18 09:33:07 PST 2001
Version is 1.4.2
Dave Ashley: added slowdown value in scavrc so game can be slowed down.
slowdown=0 ;normal
slowdown=1 ; 7/8
slowdown=2 ; 3/4
slowdown=3 ; 1/2
slowdown=4 ; 1/4
* FEATURES
- XSL customization group for setting some variables
- Initial stylesheet inserted into empty XSL buffers;
- "Template" menu for jumping to template rules, named templates, key
declarations, and attribute-set declarations in the buffer;
- `xsl-process' function that runs an XSL processor and collects the
output;
- Predefined command line templates and error regexps for Java and
Windows executable versions of both XT and Saxon;
- Font lock highlighting so that the important information stands
out;
- `xsl-complete' function for inserting element and attribute names;
- `xsl-insert-tag' function for inserting matching start- and
end-tags;
- Automatic completion of end-tags;
- Automatic indenting of elements with user-definable indentation
step;
- `xsl-if-to-choose' converts <xsl:if> to <xsl:choose> with
nested <xsl:when>; and
- Comprehensive abbreviations table to further ease typing.
* Check for errors in reading from the file descriptor for the ftp
process, and correct the error messages.
* Nuke some code for older NetBSDs that's better handled in
pkgtools/libnbcompat.
* Don't prevent user from using views other than the default view.