[mcclim-cvs] CVS mcclim
afuchs
afuchs at common-lisp.net
Sun Sep 2 17:53:24 UTC 2007
Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv10073
Modified Files:
NEWS mcclim.asd
Log Message:
Prepare the 0.9.5 release
* Less depressing release notes (i.e. MORE non-depressing release notes).
* Web page updates for new version
* mcclim.texi update for MCCLIMVERSION
--- /project/mcclim/cvsroot/mcclim/NEWS 2007/08/26 16:02:47 1.23
+++ /project/mcclim/cvsroot/mcclim/NEWS 2007/09/02 17:53:24 1.24
@@ -1,13 +1,48 @@
* Changes in mcclim-0.9.5 relative to 0.9.4:
-** specification compliance: various layout panes no longer quite as
- aggressive at eating the space requirements of their children.
-** Drei now has better support for delimiter gestures.
** Installation: the systems clim-listener, scigraph, clim-examples,
and clouseau can now be loaded without loading the system mcclim
- first.
-** improvement: the CLX backend should no longer cause focus stealing
+ first. Users with existing McCLIM installations should use the
+ provided script:
+ ./symlink-asd-files.sh /path/to/asdf-central-registry/
+** New extension: tab-layout. This extension allows keeping a stack of panes
+ whose foreground pane is controlled by a tab bar. This layout can be
+ customized in backends and frame managers. For examples, see the
+ gtkairo backend and the pixie frame manager.
+** New extension function: SHEET-RGB-IMAGE: makes a screenshot of a sheet
+ in the CLX backend. (Supported on truecolor visuals only for now.)
+** New experimental extension: tree-with-cross-edges are an extension to
+ the graph formatter.
+** New experimental backend: clim-graphic-forms: native widgets on Windows.
+ This backend is still very experimental (it doesn't run demos yet).
+** New inspector feature: The inspector now displays more useful information
+ about hash tables and generic functions.
+** Specification compliance: Various layout panes no longer quite as
+ aggressive at eating the space requirements of their children.
+** Specification compliance: There is now a rudimentary implementation of
+ NOTIFY-USER
+** Usability: Text editors and text input panes now use click-to-focus.
+** Improvement: the ACCEPTING-VALUES command table was renamed to
+ ACCEPT-VALUES (as this is the name that the other clim-2 implementation
+ uses)
+** Improvement: the CLX backend should no longer cause focus stealing
when an application has text-editor panes. This change comes with
a rudimentary click-to-focus-keyboard widget policy.
+** Improvement: define-application-frame now allows a :default-initargs
+ option. (This is not exactly a "specification compliance" fix, as
+ d-a-frame is not defined to accept this option.).
+** Improvement: menu-choose menus now look a little prettier.
+** Improvement: added more styles for bordered-output: :rounded, :ellipse
+** Improvement: Toggle button values now default to NIL.
+** Improvement: Frame layouts are now inherited from the frame's
+ superclass.
+** Improvement: The Lisp Syntax is much improved: now recognizes
+ delimiter characters, and more types of Lambda lists.
+** Bug fix: Bezier designs should now draw in the right place in all
+ backends.
+** Bug fix: Text in Drei no longer "walks" to the left.
+** Bug fix: Drei now has better support for delimiter gestures.
+** Bug fix: Partial commands now work better when invoked from the menu.
+
* Changes in mcclim-0.9.4 relative to 0.9.3:
** cleanup: removed the obsolete system.lisp file.
--- /project/mcclim/cvsroot/mcclim/mcclim.asd 2007/08/15 10:03:32 1.58
+++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2007/09/02 17:53:24 1.59
@@ -465,7 +465,7 @@
;;; The actual McCLIM system that people should to use in their ASDF
;;; package dependency lists.
(defsystem :mcclim
- :version "0.9.5-dev"
+ :version "0.9.5"
:depends-on (:clim-looks))
(defmethod perform :after ((op load-op) (c (eql (find-system :clim))))
More information about the Mcclim-cvs
mailing list