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).