]> git.decadent.org.uk Git - ion3.git/blobdiff - ChangeLog
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / ChangeLog
index ae088618ad65803ee1f384c0465c294832e1e650..4410265957f2f2df9c909e9851373214fd376edd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,379 @@
+2007-05-06 14:43 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  tagged ion-3rc-20070506
+
+2007-05-06 14:43 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Oops
+
+2007-05-06 14:38 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Doc comment fix
+
+2007-05-06 14:31 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * predist.sh support for specifying additional repository base path
+
+2007-05-06 14:26 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Release notes date
+
+2007-05-06 14:23 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed mod_mgmtmode.
+  As it is not quite finished, it does not belong in the "stable" Ion3.
+  It will be distributed separately.
+
+2007-05-06 14:19 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Some more name policy clarifications
+
+2007-05-06 13:55 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Made the scrachpad (scratchws) pseudomodal.
+  (This will only take effect when a new scratchpad is created.)
+
+2007-05-06 13:54 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added back pseudomodal option for regions managed by WMPlexes.
+
+2007-05-06 13:12 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Stacking list traversal improvements
+
+2007-05-06 11:27 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed redundant code
+
+2007-05-05 19:04 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Doc fix
+
+2007-05-05 17:36 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Update notify window when name of window with activity changes.
+
+2007-05-05 16:44 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * *sigh*
+
+2007-05-04 21:34 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Display tab numbers on modifier release.
+  Seems to work better than delayed display.
+
+2007-05-04 21:34 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Simplified ioncore.tabnum interface.
+
+2007-05-04 21:29 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added submat_wait called on modifier release.
+
+2007-05-04 16:10 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Increased default tab numbers display delay to 250ms
+
+2007-05-04 15:57 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Draw tab numbers on right, unless tab text alignment is right.
+
+2007-05-04 15:53 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added automatically displayed tab numbers.
+  The functions in `ioncore.tabnum` can be used to display
+  tab numbers on a frame after a specified delay, and clear
+  them when the submap grab is released.
+
+2007-05-04 15:41 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added submap enter events and ungrab hook
+
+2007-05-04 15:36 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixed defer to allow NULL parameters
+
+2007-05-04 06:50 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Name policy refinements
+
+2007-05-03 23:58 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed useless property setting special case.
+
+2007-05-03 16:31 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Oops.
+
+2007-05-02 22:06 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Some watches weren't being initialised
+
+2007-05-02 21:59 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Release notes updates
+
+2007-05-02 21:43 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed obsoleted and redundant WFrame.set_numbers.
+  (Didn't I do this already?)
+
+2007-05-02 18:50 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Store the region pointer in a Watch in binding handler.
+  It might get destroyed.
+
+2007-05-01 14:12 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Drawing engine extras table storage improvements.
+  Copy only unknown values, thus freeing memory. Append
+  to replaced style's table.
+
+2007-05-01 12:31 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added "userattr1" for frames to stock styles.
+  This could be used by e.g. a "place new windows here" script,
+  via `WFrame.set_grattr`. (Of course, arbitrary attributes may 
+  be defined and used, but this is one that all stock styles at 
+  least are bound to define.)
+
+2007-05-01 11:55 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Documentation fixes and style clean up
+
+2007-05-01 11:05 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Quasiactivate frames for detachs from groups within them too.
+
+2007-04-30 18:31 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * More based_on fixes.
+  (Still missing copying/appending of data_table.)
+
+2007-04-30 17:59 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Detach stacking level fix
+
+2007-04-30 17:51 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Oops, size hints fixing had broken unsqueeze
+
+2007-04-29 10:47 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Style file border tuning
+
+2007-04-29 10:47 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Drawing engine border calculation tuning
+
+2007-04-29 10:26 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Style file tuning
+
+2007-04-29 10:23 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added special "inherit" colour value.
+  This is needed in common style templates to not override padding_colour
+  with background_colour, as if padding_colour isn't set, it is set to
+  background_colour.
+
+2007-04-28 19:56 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Support based_on too after all
+
+2007-04-28 18:06 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Use based_on's based_on
+
+2007-04-27 23:57 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed based_on fields from style files
+
+2007-04-27 23:45 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Changes in de.defstyle
+  The based_on field is no longer used. Instead, the style is
+  based on the existing best-matching style. Thus the function
+  also amends to existing exactly matching style, instead of
+  redefining it.
+
+2007-04-27 21:58 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added name policy notice
+
+2007-04-27 21:50 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  tagged pre-namepolicy-notice
+
+2007-04-27 16:06 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed note of removed autoconf script from README
+
+2007-04-27 15:15 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Changed license header in source files
+
+2007-04-25 13:34 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Release notes draft
+
+2007-04-24 23:53 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixed dockapp hack with those few that actually have WM_CLASS.
+
+2007-04-24 14:25 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added green tabnumber substyle to tab-frame styles.
+  (Tab numbering can be toggled/set/unset with 
+  `frame:set_grattr('numbers', 'toggle')` etc.)
+
+2007-04-24 14:23 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixes and improvements to previously blind-written code.
+
+2007-04-24 11:08 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added WFrame.set_grattr/WFrame.is_grattr
+
+2007-04-24 11:38 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added numbering hack to drawing engine
+
+2007-04-24 11:23 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Drawing engine attribute matching improvements
+
+2007-04-24 11:22 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Oops, const
+
+2007-04-24 11:08 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added gr_stylespec_isset
+
+2007-04-24 10:02 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Store current frame base style in WFrame.baseattr 
+  instead of reconstructing it all the time.
+
+2007-04-24 09:08 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed unused setting from config.h
+
+2007-04-23 23:26 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixed size hints ICCCM compliance degradation + code clean-up
+
+2007-04-23 23:01 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Improved dockapp winprop support hack.
+  Copy WM_CLASS from the (undisplayed) main window as _ION_DOCKAPP_HACK
+  property on the (displayed) icon window. Have WClientWin.get_ident
+  then report this information as `class` and `instance` for the dockapp
+  window, so that winprop matching code can use it.
+
+2007-04-22 18:10 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Place dockapps in the statusbar's systray.
+  (Added winprop in default `cfg_kludges.lua`.)
+
+2007-04-22 18:07 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed possibly obsolete Galeon winprop.
+  (Isn't the browser also dead already? Downwards slide started at Gnome 2.0.)
+
+2007-04-22 18:02 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Ugly hack for dockapp winprop support.
+  We save the dockapp state ourselves over restarts to get the right
+  winprop after that, because the way windows are loaded after restart,
+  the dockapp state would not be easily available otherwise. In addition,
+  dockapps usually don't have any class/role/instance identification
+  information in the dockapp (icon) window, so this method can not
+  be used -- easily. Some dockapps would function fine with us simply
+  using the main window instead of the icon window as specified by
+  the dockapp protocol, and this would provide better winprop support,
+  but then other dockapps don't display anything meaningful in the
+  main window, that the expect not to be shown. Hence this ugly hack
+  for at least basic all-dockapps winprop matching. For better matching
+  dockapps should preferrably be able to start normally, as `asclock` 
+  can do (an does by default), instead of the "withdrawn" mode.
+
+2007-04-22 15:11 UTC  Miroslav Kure <kurem@debian.cz>
+  * Updated Czech translation
+
+2007-04-22 10:16 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Updated Finnish translation
+
+2007-04-22 10:10 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Man page tuning
+
+2007-04-22 09:58 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Man page binding documentation extraction script improvements.
+  (To generate better PWM man pages.)
+
+2007-04-22 09:58 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed duplicate Mod1+T binding
+
+2007-04-22 09:13 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Updates to PWM config file
+
+2007-04-22 00:33 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed ru translation, as it has not been updated as requested.
+
+2007-04-22 00:32 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Remove de translation, as it has not been updated as requested.
+
+2007-04-22 00:32 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed de and ru from translations to build
+  (to allow separately rolling back other removals to be recorded).
+
+2007-04-22 00:23 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed autoconf shit.
+  Since I will have nothing to do with that shit, and nobody else
+  seems to maintain or support it either, it has no place here.
+
+2007-04-21 17:23 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Changes in prepare_manage to cope with nested workspaces.
+  A priority parameter is passed instead of just a redirection
+  hint, which was poorly utilised anyway.
+
+2007-04-20 16:30 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added is_transient field to WClientWin.get_ident and for winprop matching.
+
+2007-04-20 16:30 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed unused transient_for field from WClientWin
+
+2007-04-20 16:09 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added look_greenlight
+
+2007-04-20 16:07 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Hmm...
+
+2007-04-09 09:42 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added commented-out bindings for plain-old-menus in cfg_ion.lua
+
+2007-04-08 12:37 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Ref. to size policy section etc.
+
+2007-04-08 12:18 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Use strings instead of numeric size policies
+
+2007-04-06 11:29 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Docs from $(LUA_SOURCES) too..
+
+2007-04-06 11:18 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added exports.tex make rule
+
+2007-04-06 11:00 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Added padding to default look's transient style
+
+2007-04-05 16:30 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Fixed documentation mixup
+
+2007-04-05 16:27 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Statusbar documetnation improvements
+
+2007-04-03 15:41 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Updated Finnish translation
+
+2007-04-03 15:23 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Tiling navigation code changes and semi-fixes
+
+2007-03-31 21:04 UTC  Miroslav Kure <kurem@debian.cz>
+  * Updated Czech translation
+
+2007-03-31 14:20 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Redirect frame placeholders in frame_rescue_clientwins. 
+  Dispose code changes had disabled the creation of a frame
+  recreation placeholder.
+
+2007-03-29 21:39 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Unsqueeze includes base size hint
+
+2007-03-29 21:35 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Put the scratchpad in the group *scratchws*
+
+2007-03-29 21:34 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * WGroup attach only switches to floating mode frames in tiled mode
+  (and not those in unknown or transient mode).
+
+2007-03-29 21:33 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Detach stacks one level above source now
+
+2007-03-29 17:12 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Don't override "level" by "bottom" in WGroup.attach
+
+2007-03-29 16:00 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Move tiled transient handling from tiling code to frame code
+  (check by frame mode). This is the place to get correct behaviour
+  on a more complex scratchpad configuration.
+
+2007-03-28 18:19 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Context menu generation changes.
+  The `ctxmenu` menu generator automatically uses WGroup.bottom, so that
+  it suffices to pass _sub instead of _chld to the menu functions. This
+  should fix tab drop-down menus.
+
+2007-03-25 11:53 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * region_may_control_focus policy change.
+  The focus may be controlled, if a manager is about to be given 
+  the focus (which makes sense, since we have not requested focus
+  within a particular region within it). This fixes unsqueeze focus
+  issues.
+
+2007-03-20 11:35 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Export name fix
+
+2007-03-19 19:02 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Removed redundant MPLEX_ATTACH_MODAL parameter
+
+2007-03-19 18:57 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Menus and queries use STACKING_LEVEL_MODAL1+1.
+  This is to not let transients steal the focus.
+
+2007-03-19 18:37 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Oops, return in wrong place in fs rq check was breaking other cfgrqs
+
+2007-03-19 18:19 UTC  Tuomo Valkonen <tuomov@iki.fi>
+  * Unsqueeze infinite loop fix
+
 2007-03-18 20:31 UTC  Tuomo Valkonen <tuomov@iki.fi>
   tagged ion-3ds-20070318