crashing bugs and some checks for bad input arguments. In addition new gestures
are added and the ability to monitor more than one display. For a complete list
(somewhat lengthy) of changes since 2.7.3, see either xwrits-2.11/NEWS or
http://www.lcdf.org/~eddietwo/xwrits/changes.html
* added a directory colorcode with code to htmlize the scripts. it also color-highlights
the code. Try it out by typing './colorcode' in that directory, and then
'netscape scriptsmain.html'
* Pattern matching code optimized a little.
* SylvesterMatrix, code supplied by James Gilbertson.
* MatrixRow, MatrixColumn, and GenMatrix supplied by James Gilbertson.
* changed Intersection and Difference, so they handle lists with multiple identical
elements correctly.
* Fixed the D(x)x+y bug reported by Fred Bacon.
* Fixed the Gcd(x,x) bug reported by Scott.
* added Factorize({list}). Factorize(1 .. 4) should now return the same as 4! for instance.
* Added Content and PrimitivePart to the univariate polynomial code. See the manual for an
explanation of these functions.
target won't delete BUILD_DEPENDS packages. No one should be setting
DEINSTALLDEPENDS to ALL in /etc/mk.conf--it's done unconditionally by
the update target. Setting DEINSTALLDEPENDS to anything but NO or ALL
will still cause the BUILD_DEPENDS to be pkg_deleted.
Cardboard Schedule is a project management package implemented in
Java using the Swing UI toolkit. It allows for tracking of tasks
and resources related to a number of projects.
Although originally distributed for Windows, Cardboard Schedule is
implemented in Java and runs fine under Unix.
This package installs a 30-day demo version of Cardboard Schedule.
You can contact Cardboard Nu at their website. http://cardboard.nu
to purchase a full license.
but also works without -- so no dependency added.
Changes since 0.7.1:
Python errors are now gracefully handled
Python expressions are 'compiled' before eval
Looking for /usr/share/emma.py & /usr/local/shere/emma.py for parsing
Ctrl-N = new transaction
Enter in transaction dialog = Ok pressed
0.7-3
Preferences dialog
New transaction button on toolbar
Fixed multple transaction edit bug
Renamed some functions in interface.c and actions.c to keep naming
convention more consistent
0.7-2
Transalation should work now
Sorting of transactions fixed (again :-(
0.7-1
Scheduled transactions
Preferences manipulation via config file
Python functions registration
Fixed transactions sorting
- Various minor bug fixes and a y2k bug fix. The y2k bug is in version
version 2.2.1 only and will show up after Jan 1st when a news reader
issues a NEWNEWS command for a date prior to the year 2000.
- Various bug fixes. Most importantly, bug fixes to potential
security holes (buffer overflow type).
1) Fix a divide-by-zero bug in creating an arc (of the 2nd kind). Thanks to
Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
for pointing out the problem.
2) Fix a crashing bug in exiting tgif. Thanks to Wolfgang Glunz
<Wolfgang.Glunz@icn.siemens.de> for pointing out the problem.
3) Fix a menuing bug in using tgif with the NetManage PC X Server. Thanks to
Wolfgang Glunz <Wolfgang.Glunz@icn.siemens.de> for pointing out
the problem.
4) Fix a bug in exporting to PDF format. With the previous implementation,
the PDF file may be generated in the wrong directory. The Tgif.PsToPdf
X default now must contain 2 "%s" substrings. The new default value for
it is "ps2pdf %s %s".
5) Fix a bug in exporting to GIF format using Print One File Per Page
when page file names are specified. Thanks to Hal Snyder
<hal@vailsys.com> for pointing out the problem.
6) The current implementation of the whiteboard has a buffer size limitation.
When the buffer size is exceeded, tgif will now print an error message
and cancel the operation that causes the buffer overflow.
Changes since 1.3.5:
* Changed the ~/.gnapster_shared syntax, please rebuild your lists!
* Multiple chat channels and a more organized console tab
* Much cleaner build mp3 list dialog
* Bug fixes
*) Do no longer use -woff in CFLAGS for IRIX 6.5.2 and above.
*) Replaced ``while (1)'' constructs with ``for (;;)'' because some
compilers like this more and do not warn about constant expressions.
*) Added hint to pth.pod that ``pth_join(<tid>, NULL)'' is allowed.
*) Cancel and join the ticker thread explicitly in test_select.c
*) Removed unnecessary code in pth_event.c
*) Add special namespace workarounds to pthread.h.in for HPUX
platforms where the pthread_kill() prototypes conflict without this.
Takahiro Kambe <taca@sky.yamashina.kyoto.jp> in pkg/9477.
Changes since 1.0.0:
* New command --verify-files. New option --fast-list-mode.
* $http_proxy is now used when --honor-http-proxy is set.
* Fixed some minor bugs and the problem with conventional encrypted
packets which did use the gpg v3 partial length headers.
* Add Indonesian and Portugese translations.
* Fixed a bug with symmetric-only encryption using the non-default 3DES.
The option --emulate-3des-s2k-bug may be used to decrypt documents
which have been encrypted this way; this should be done immediately
as this workaround will be remove in 1.1
* Can now handle (but not display) PGP's photo IDs. I don't know the
format of that packet but after stripping a few bytes from the start
it looks like a JPEG (at least my test data). Handling of this
package is required because otherwise it would mix up the
self signatures and you can't import those keys.
* Passing non-ascii user IDs on the commandline should now work in all
cases.
* New keys are now generated with an additional preference to Blowfish.
* Removed the GNU Privacy Handbook from the distribution as it will go
into a separate one.
installed pkg and this won't be caught by "pkg_delete -r".
There are still situations where pkgs can be left behind if they were
pulled in as BUILD_DEPENDS of any depends installed via the "depends"
target. Maybe Makefile-level recursion should be used instead of
"pkg_delete -r" to implement this...
- Compatibility with MySQL 3.22
- Compliance with Python database API version 2.0
- Thread-safety
- Thread-friendliness (threads will not block each other)