Version 2.21 - Released 12 May '04
A new option for producing dynamic web-based graphs - QUISP (quick
server pages). One nice thing you can do with this is create a CGI
form along with the graph, so users can control various graph
parameters... here's a live demo example of this.
Major changes since 2.20 are lengthy and can be found at:
http://ploticus.sourceforge.net/doc/news_old.html
Changes since 11.1:
Added Java code generation (usage: "code java").
Added "list export" option, to display equations in exportable format.
They can be cut-and-pasted to another math program with this option.
Added a blank line after every equation listed with the "list" and
"code" commands. Looks better.
Made "MAX_VAR_LEN" completely flexible (can be set to any value; set to 80).
Improved factoring of polynomials with repeated factors by trying to
differentiate with respect to every variable.
Changes:
0.3.0 (13 March 2004)
* Allow for parallel "make -jN" building (kloczek@pld.org.pl).
* Fix the info directory (kloczek@pld.org.pl, qboosh@pld-linux.org).
* Update the treecc.spec file (Russell Stuart).
0.2.8 (3 January 2004)
* Add the "base_type" option (Gopal V).
* Don't put trailing commas on enums because strict ANSI C
does not allow trailing commas (Miroslaw Dobrzanski-Neumann).
0.2.6 (17 July 2003)
* Add the "gc_allocator" option, so that node allocation can be
done using "libgc" if the programmer chooses to do so.
* Fix some non-ANSI variable declarations.
0.2.4 (29 March 2003)
* Fixes to treecc.spec.in for RPM generation (Stephen Compall).
* Add support for namespaces in C++ (Jeyasankar Kottalam).
* Change "new.h" to "new" to comply with C++ standards
(Jeyasankar Kottalam).
* Fix the return type of YYNODESTATE::dealloc (Jeyasankar Kottalam).
- Bl3ify.
- Enable pkgviews installation.
OK'ed by jwise@, the maintainer.
Changes since 8.2:
* got "make buildhelp" working
* tcl/generic/tclXgeneral.c (TclX_EchoObjCmd): use encoding aware
functions in 8.1+. [Bug #514053]
* win/Makefile.in:
* win/configure.in:
* win/configure: Changed to use TCL_LIBS and TK_LIBS as the source
for the list of Windows libraries to link against. Fixes#501990.
* tcl/generic/tclXlib.c (MakeAbsFile): Replaced a call to the
internal 'TclpGetCwd' with an access to the public API
'Tcl_GetCwd'. [457266]. Reported by Vincent Darley.
* doc/TclX.n:
* tcl/generic/tclXoscmds.c: allowed sleep to accept double values,
to match the Expect sleep command. This prevents conflicts that
depended on the order of package requires. [Patch #444332]
* unix/tools/tclmanpages: Added "re_syntax.n" to the list of
processed manpages [#405956].
* All of the changes below are there to fix bug [418295].
* tcl/generic/tclXoscmds.c (TclX_OsCmdsInit): "system" and
"sleep" now use the new command creation procedure.
* tcl/generic/tclXprocess.c (TclX_ProcessInit): "fork" and
"wait" now use the new command creation procedure.
* tcl/generic/tclXutil.c (TclX_CreateObjCommand): Added
the implementation of this new procedure.
* tcl/generic/tclExtdInt.h: Added TclX_CreateObjCommand to
encapsulate the logic for the creation of commands FOO and
tclx_FOO.
* tcl/generic/tclXlist.c (TclX_LassignObjCmd): Added
TCL_LEAVE_ERR_MSG to call of 'Tcl_SetVar2Ex'. This
fixes the bug [227478].
* tcl/generic/tclXgeneral.c (TclX_LoopObjCmd): Changed
'Tcl_AppendStringsToObj' into 'Tcl_AddErrorInfo'.
Fixes bug [226388]. Associated patch is [403050]. No need to
extend the testsuite, it already contained a test exercising the
bug.
* tcl/unix/Makefile.in:
* tk/unix/Makefile.in:
Fixed bogus "test -f" on the new HELP_DIR directory, which should
be "test -d".
* win/Makefile.in - fixed because of new definition of
TCL_SRC_DIR and TK_SRC_DIR
* Changed the HELP_DIR to be configurable so I could have parallel
builds not all trying to create the same help files.
* tcl/win/configure.in, common.bc, common.vc
Fixed version number to 8.3
* {tcl,tk}/unix/Makefile.in, tweaks to get references to LIB_RUNTIME_DIR
properly expanded on irix builds. Also added BUILDHELP macro
that is conditional on nroff being present so we don't try to
build help files on systems with out nroff.
* tcl/win/tclXAppInit.c, tk/generic/tkXshell.c, tk/win/tkXAppInit.c
- turn off USE_TCL_STUBS
* win/Makefile.in, win/configure.in: Cleanup use of stubs library.
* tcl/win/tclXwinOS.c (TclXOSkill): Added support for "kill"
command on Windows platforms.
Common bugs fixed in Samba 3.0.3 include:
o Crash bugs and change notify issues in Samba's printing code.
o Honoring secondary group membership on domain member servers.
o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST flag.
o Substitution errors for %[UuGg] in smb.conf.
o winbindd crashes when using ADS security mode.
o SMB signing errors.
o Delays in winbindd startup caused by unnecessary
connections to trusted domain controllers.
o Various small memory leaks.
o Winbindd failing due to expired Kerberos tickets.
New features introduced in Samba 3.0.3 include:
o Improved support for i18n character sets.
o Support for account lockout policy based on
bad password attempts.
o Improved support for long password changes (>14
characters) and strong password enforcement.
o Support for Windows aliases (i.e. nested groups).
o Experimental support for storing DOS attribute on files
and folders in Extended Attributes.
o Support for local nested groups via winbindd.
o Specifying options to be passed directly to the CUPS libraries.
And more... please review "WHATSNEW.txt".
PR pkg/25468.
News in 0.9.9:
* New commands:
* Deiconify <mode> <dest>
* Where mode is:
* last
- deiconify last iconified window
* lastworkspace (default)
- deiconify last iconified window from current workspace
* all
- deiconify all iconified windows
* allworkspace
- deiconify all iconfied windows from current workspace
* and dest is:
* current (default)
- deiconify them on current windows
* origin
- deiconify them where they were
* originquiet
- deiconify to old workspace but dont follow
* SendToNextWorkspace <num>
* sends current window forward <num> workspaces
* SendToPrevWorkspace <num>
* sends current window backward <num> workspaces
* WindowMenu
* popups the window menu
* New resources:
* session.tabsAttachArea: <mode>
* where mode is:
* Window
- dropping tabs to any part of the destination-window leads
to attaching to that frame (default)
* Titlebar
- dropping tabs only to the titlebar of the destination-
window leads to attaching to that frame
* session.screen<num>.overlay.lineWidth: <integer>
* session.screen<num>.overlay.lineStyle:
* Valid arguments: LineSolid, LineOnOffDash LineDoubleDash
* session.screen<num>.overlay.joinStyle:
* Valid arguments: JoinRound, JoindMiter, JoinBevel
* session.screen<num>.overlay.capStyle:
* Valid arguments: CapNotLast, CapRound, CapButt, CapProjecting
* KDE dockapps docks in systray inside toolbar now
* Support aspect ratio hints
* Optional decoration on transient windows
* Added ! as a comment char in keys file
* Improved rendering speed while changing workspace
* Improved checking for compiler and compiler version
* Improved transparent rendering speed
* Remember hidden state for apps
* [IconHidden] hides the app from the icon bar
* [FocusHidden] hides the app from the list to be reachable
via Next/PrevWindow
* [Hidden] is [IconHidden] + [FocusHidden]
Example ~/.fluxbox/apps: [IconHidden] {true}
* Expands tilde for slitlist file
* Using WM_CLASS instead of NAME in slitlist file
* Window snapping to other windows
* More support for Extended Window Manager Hints:
* _NET_WM_WINDOW_TYPE
* _NET_WM_WINDOW_TYPE_DOCK
* _NET_WM_STATE_ABOVE
* _NET_WM_STATE_BELOW
* _NET_WM_CLIENT_LIST_STACKING
* _NET_WM_DESKTOP_VIEWPORT
* _NET_WM_DESKTOP_GEOMETRY
* _NET_WORKAREA
* _NET_ACTIVE_WINDOW
* _NET_WM_STATE_HIDDEN
* _NET_WM_STATE_SKIP_TASKBAR
* sl_SI nls
* Updated nl_NL locales
* fbrun news:
* cycling in tab completion
* completes binaries from your $PATH
* if you want to use old history tab-complete, press Ctrl-tab
* completes path names
* Control-C clears the text
* Fixed cursor bug
* fluxbox-generate_menu news:
* Updated German locales
* More firefox support
* portability fixes
* improve menu reloading
* more menu entries
* French locales
* Portuguese locales
Bug fixes:
* Decoration bug with mwm hint + remember
* Drawing issues with big menus
* _MOTIF_WM_HINTS decoration toggle bug
* No-text-in-iconbar bug on restart
* Menu time stamp on root menu
* placeWindow caused spinning with screens higher than width
e.g. vertical xinerama
* compiles in cygwin
* update of keys on keymap change
* infinite loop in fbrun
* window size bug in no-decor windows on start/restart
* The _NET_MOVERESIZE_WINDOW crash bug
* mplayer -vo xvid bug
* menu keyboard navigation bug
Changes:
- Fixed "makefile" to be completely portable.
No longer requires GNU make.
- Simplified some code.
- Converted token_type.kind to enum type for better type checking.
- Removed all "unsigned" variables and type casts.
- Simplified "simplify" command code. Some speed up.
- Moved "*.in" and "fix*" to directory "tests".
- Implemented long variable names (up to 40 characters).
Changes:
- Removed calc() fraction code for accuracy because of fraction slack
that was implemented in version 10.9c.
- Solve increase power function wasn't working with odd number roots.
Fixed. Appears to be another gcc optimizer bug.
- Improved simplify command.
- Tweaked factor_constants().
- Some changes to "makefile" for "readline" support.
"GNU make" or "gmake" required now.
- Fixed solving of "x^(1/99)=x".
- Fixed readline bug.
2004-05-01 Version 0.7 is released. Brief changelog:
* OpenMortal now runs in high or true color video mode (instead of
256-color).
* Transparent shadows
* Added "team mode": both player can choose many fighters into a
team. When a fighter dies, the next in the team takes his/her place.
* New (non-proprietary) sound effects.
* New character: Judy
* One new arena
Bluefish 0.13 features a new bookmarks functionality, much improved
project management, auto tag closing, better navigation trough opened
documents, a much more responsive user interface, again many user
interface improvements, many bug fixes and much, much more!
Changes:
The package now installs in /package/admin/daemontools. There are three
new utilities: svscanboot, readproctitle, and pgrphack. multilog now
accepts SIGALRM to force log rotation. svscan now checks for the
existence of /service/blah/log rather than checking whether
/service/blah is sticky.
Changes:
- Vendor Merge is back, rehabilitated by Eugene Lee, its author.
- Bug fixes:
892051 apply the tag ignores user input
892050 merge changes to current doesn't do that
(No report) Clear entry containing tag instead of appending, so tag
doesn't grow if dialog is re-opened.
Fixed a few problems with defaults in tkcvs_def.tcl.
- The installer no longer hardcodes the library path in tkcvs. The program
now figures out where it is at runtime.
- You can now configure how many lines to keep in the trace window with
$cvscfg(trace_savelines)
- Import dialog has better defaults. Version default is the same as
you get if you don't supply the -b option on the command line.
- Don't show stderr in CVS Commit dialog, since if there are many directories
they may make too much output and make you miss what you were interested in.
Changes:
- Removed some simplification optimizations in favor of correctness
and simpler code. Minor slowdown.
- Doubled "MAX_COMPARE_TERMS".
- Simplify order poly_div then smart_div reversed.
- Kludge for size checking in poly_div removed.
- Broke "am.in". Edited.
- Added "simplify poly" option to do poly_div first.
Changes:
0.8:
* Buffered event abstraction to make writing network applications
easier; see libio for the predecessor of this idea.
0.7c:
* Bug fixes in Linux epoll and poll support.
0.7b:
* 3-clause BSD-license.
* Experimental support for real-time signals. Likely to be buggy.
* Experimental support for Windows from Mike Davis.
0.7:
* Requires level-triggered epoll patch for Linux epoll support.
Major changes since 0.32:
* Fixed select on "comment()" "processing-instruction()" etc
* Added test for select
* More attribute tests
* Added test for xsl:copy
* 'use-attribute-sets' works in xsl:copy and recursively
* Allowed both name and match attributes in templates
* Lost redefinition warning with perl 5.8
* Added ChangeLog.xsl as an example to transform the output of cvs2pl
* Added the manpage as an example
* Started to properly implement omit-xml-declaration
* Added the modules own documentation as an example
* Updated pod
* added test for <xsl:text>
* Stylesheet whitespace stripping as per spec and altered tests
* First cut at cdata-section-element
* Added more accessors for object attributes
* Fixed potentially broken usage of $variables in _evaluate_template
* Implemented attribute-sets
* Added Test::More to Makefile.PL
* Added _indent and _outdent methods
* Placed __get_attribute_sets in transform()
* Rolled in various patches
* Added new tests
Changes since 0.9.0:
- Game History window added.
- Forward/backward through game added. This is similar to undo/redo
but does not affect existing board moves.
- Don't allow opening more than one Pattern Evaluation window.
- Preferences dialog box is no longer modal. So game can be played
even when this dialog box is opened.
- Switch computer color menu is inactive when computer or human
plays both colors.
- Add missing text domain binding for i18n.
- Add en_GB locale messages.
- GNOME 2 is now required.
- Enable i18n.
- Toolbar added.
- GUI code reorganization.
- Undo/redo menus become active/inactive according to current game
state.
- Customizing game graphics is supported.
- Reorganize undo/redo mechanism.
openssl, which is why my name was marked down here. I haven't found the
time to update the patches, as they require some merging in the rather
crufty configure script. So drop my name here, but provide a URL for the
old patch.
Changes since 10.9b:
- Removed more MS-DOS specific code; functionality improved.
- Implemented what I call "fraction slack". This perfects float to
fraction conversion, and now Mathomatic doesn't rely on perfect
floating point routines. "-O" option added to CFLAGS in file
"makefile" (we can do this now).
- Changed modf() to fmod() where possible.
- Accuracy increased one more digit by reducing the "epsilon" variable.
- Cleaned up "makefile".
- Took a step towards internationalization with gettext(3) by
calling _() for all English strings. Everything ported except for
the "help" command.
- Commented out some unfactoring code that wasn't helpful and took out
the "pause" command from "all.in" for easier testing.
- Rearranged "simplify" command to simplify better.
- Removed some more unfactoring code and made simplification much
better. Go figure. Perfection has been achieved.
- Added "unfactor fully" option.
- Added "make test" to fully test Mathomatic after compilation.
- Removed masking of 8th bit in all Mathomatic input.
- Updated primes program with a nice user interface.
Changes from 2.0.16 to 2.0.17:
* Separated out more of the UI independent code in the GTK+ and Text
ports and created a user interface common repository. Cleaned up
some of the existing GTK+ code. The GTK+ port can now be controlled
from a command line interface in the GUI. There is an option you
have to enable in the options dialog for this. (enable manual
commands in GUI)
* Added support for the FTPS protocol. The control connection is the
only one encrypted at the moment.
* When viewing/editing a file, the temporary file that is created is
created with the same extension as the remote file so that syntax
highlighting works
* File transfers can be resumed/skipped/overwritten in the text port
and whenever files are dropped on gftp in the GTK+ port.
* FTP: Added support for MVS directory listings
* FTP: Fix for FXP transfers
* SSH2: fix for resuming uploads
* Added option to show the transfer status in the title bar.
* Added option to disable IPV6 support.
* Fixed the wrong date being displayed when a file was modified last year
* 64 bit cleanups. This also fixed a SSH segfault that was happening
on FreeBSD
* Look for the .gmo translation files in the proper directory
* If a bookmarked site has it's password saved in the config file, then
the passwords are written out in a scrambled format. This isn't
secure, but it'll prevent someone from casually looking over your
shoulder and seeing your password. I still do not recommend saving
your passwords to disk.
* Fix for systems that do not support the %'ld format argument
* The startup directory option is now expanded so that an option like
~/src can be specified
* New language translations and updates (ca cs de ga hr hu nl pt_BR
sr sr@Latn ta th)
* Many other small changes and improvements. See the ChangeLog file in
the distribution for a detailed list of changes.
Lua 5.0.2 is a bugfix release, which contains the following fixes:
src/ldo.c
Attempt to resume running coroutine crashed Lua
src/lgc.c
C functions also may have stacks larger than current top
Userdata to be collected still counted into new GC threshold
src/lgc.h
Userdata to be collected still counted into new GC threshold
src/lparser.c
Syntax `local function' did not increment stack size
src/lvm.c
`pc' address was invalidated when a coroutine was suspended
Count hook might be called without being set
src/lib/lbaselib.c
Buffer overflow for unusual %p representation
Wrong number of returns from chunks loaded from stdin
src/lib/liolib.c
`file.close()' could not be called without arguments
Buffer overflow for unusual %p representation
src/luac/luac.c
Missing lock/unlock
Changes:
o Remove the coquille plugin from the RPM spec file.
o Fix a crash on editting tables with multiple windows (bug 6332).
o Fix stylesheet handling in wv.
o Use FREEP() instead of delete[] on UT_strdup.
Changes:
Release 0.80.1, 13 March 2004
- Everything from MAME 0.80 (http://x.mame.net/changes-mame.html)
and MESS 0.80 (http://x.mame.net/changes-mess.html).
- Improved support for GNU make's -j option, which can especially
benefit SMP and SMT machines. (Arnaud G. Gibert)
pkgsrc changes:
o Make esound support optional via USE_ESOUND (by default is NO).