]> git.decadent.org.uk Git - ion3.git/blobdiff - RELNOTES
[svn-upgrade] Integrating new upstream version, ion3 (20070318)
[ion3.git] / RELNOTES
index 0834cfa59f5c067cfd5aac6e0adf81469da63ca5..c8621c135374519da403bf7b65ed1044064c7b50 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,10 +1,39 @@
 
+ion-3ds-20070318
+----------------
+
+This may be the last "ds" release if Ion3; if all goes well, the next
+release is likely to be an "rc". Some minor improvements will still 
+be done, and minor requests may be accepted, so be quick.
+
+The most notable changes in this release from the previous one are:
+
+  * Transients and queries in too small frames are "unsqueezed" out
+    of them, unless disabled with `ioncore.set{ unsqueeze = false }`.
+
+  * Some changes in default `cfg_ion.lua`: instead of loading 
+    various other files, just `cfg_default.lua` is loaded instead.
+
+  * `mod_tiling.untile` (available in the context menu) may be used 
+    to decompose tilings into floating frames. (This is the approximate
+    opposite of `mod_tiling.mkbottom` and the "new tiling" context menu 
+    entry.)
+
+  * Improved context menus.
+
+  * Slightly improved defaults style, using the drawing engine's
+    added possibility of partial borders.
+
+  * Various fixes and other improvements, in particular in relation
+    to focus code.
+
+
 ion-3ds-20070203
 ----------------
 
   * There's been changes in padding/spacing usage in styles. Frames
     now surround stuff inside borders not with `spacing` pixels, but
-    with `padding_pixels. Spacing is only used to space things within
+    with `padding_pixels`. Spacing is only used to space things within
     the borders (all the tabs and the client window from each other).
     Consequently, custom styles may need to be updated to reflect this,
     by increasing the padding, possibly also altering/removing colour