[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#417526: marked as done (ctwm: new upstream version 3.8a available)



Your message dated Sun, 13 Mar 2022 15:51:19 +0000
with message-id <E1nTQV5-0008pN-PT@fasolo.debian.org>
and subject line Bug#417526: fixed in ctwm 4.0.3-1
has caused the Debian Bug report #417526,
regarding ctwm: new upstream version 3.8a available
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
417526: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417526
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: ctwm
Severity: wishlist

----- Forwarded message from Richard Levitte - VMS Whacker <richard@levitte.org> -----

From: Richard Levitte - VMS Whacker <richard@levitte.org>
To: ctwm@free.lp.se
Cc: Branden Robinson <branden@debian.org>
Subject: [ANNOUNCE] CTWM 3.8a released
Date: Fri, 16 Feb 2007 11:16:00 +0100 (CET)
Message-Id: <20070216.111600.128718445.richard@levitte.org>
X-Mailer: Mew version 5.1.52 on Emacs 21.4 / Mule 5.0 (SAKAKI)
X-Spam-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_80,FORGED_RCVD_HELO 
	autolearn=no version=3.1.7-deb

Hi,

So, time for a release.  The reason there's a 3.8a and not a 3.8 is
last minute documentation fixes.

The web site is updated with everything I can remember, and I've just
updated freashmeat as well.

Following are the visible changes implemented in this version.  Of
course, there are quite a number of bugs as well.  That revision log
in monotone will tell you all about them.


    Changes from version 3.7 to 3.8
    -------------------------------

    1 - Global cleanup

	There were some variables shadowing others, things not being
	safely initialized, that sort of thing.
	[Richard Levitte]

    2 - Fixed several memory leaks found by
	"Nadav Har'El" <nyh@math.technion.ac.il>.
	[Olaf "Rhialto" Seibert]

    3 - Merged in the f.movetitlebar command. By default this is bound to
        alt-left-click in the titlebar.
	[Olaf "Rhialto" Seibert]

    4 - Fixed the following issues:
	Poking at the code, it looks like InitVirtualScreens() is called
	before the configuration file is parsed which would explain what
	I see since there's no attempt to create them after the config
	file read.

	Moving the call after the config parsing causes things to work.

	I've run into a few other issues that I fixed with the attached
	patch:

		- shadow menus on the right screen open the shadow on
		  the left screen
		- shadow menus on the left screen open on top of the
		  window
		- windows on the right screen disappear after startup
	[Todd Kover]

    5 - Adjustments to ctwm.man:
	I noticed a couple of small errors.

	One is that the window list arguments for the opaque
	keywords are now optional, are listed with square brackets
	in the man page.  The other is that the two Threshold
	keywords are shown in the man page as requiring curly-
	brackets, but they are not required or accepted in
	configuration files.
	[Ross Combs]

    6 - improve algoritm to deal with mismatched geometry of virtual
	screens

      - allow windows to be dragged from one virtual screen to another and
	have them switch workspaces appropriately

      - handle restarts properly with virtual screens, including preserving
	where windows were placed within workspaces regardless of which
	virtual screen a window was on; preserve across restarts
	[Todd Kover]

    7 - WMapCreateCurrentBackGround() and WMapCreateDefaultBackGround() 
	would skip remaining virtual screens if not all parameters are present.

      - small type errors. [Olaf "Rhialto" Seibert].

    8 - There were some directives in the config file that wanted to set some
	setting for all virtual screens. However since that list is (now) only
	set up after parsing the config file, they failed to work.  Moreover,
	these settings were basically meant to be global to all virtual
	screens, so a better place for them is somewhere in *Scr.  They all
	related to the Workspace Manager, so I moved them from struct
	WorkSpaceWindow to struct WorkSpaceMgr.

	The affected directives are StartInMapState, WMgrVertButtonIndent,
	WMgrHorizButtonIndent, MapWindowCurrentWorkSpace,
	MapWindowDefaultWorkSpace.  The window and icon_name, even though not
	user-settable, were also moved.
	
	This is basically change #7 above done right.
	[Olaf "Rhialto" Seibert]

    9 - Re-introduced TwmWindow.oldvs, used to avoid calling
	XReparentWindow() when possibe (it messed up the stacking order
	of windows). However, maybe the use of .vs should be rethought a
	bit: in Vanish() it is now set to NULL with the old value kept
	in .oldvs.  However the window is still a child of the same vs.
	Maybe it is better not to set it to NULL and then, when *really*
	changing the virtual screen, .vs can be used instead of .oldvs.

	This whole "virtual screen" thing is unexplained in the manual,
	which even uses it as a synonym for "workspace" already in the
	introduction paragraph. (There also does not seem to be a way
	now to test virtual screens in captive windows) I suspect that
	all this causes lots of confusion, and when cleared up, can
	simplify the code a lot. 

	I also fixed up the horrible indentation in the functions
	where I changed something.
	[Olaf "Rhialto" Seibert]

   10 - Fixed interaction between "inner" and "outer" workspace
	selection with "captive" windows. This was because the Gnome
	"_WIN_WORKSPACE" property is used in 2 conflicting ways: for
	client windows it indicates which workspace they are in, for
	root windows it indicates which workspace they show. Captive
	windows are both. Also, the initially selected inner workspace
	is now the first, not the same as the outer workspace (this had
	a different cause).
	[Olaf "Rhialto" Seibert]

   11 - Introduce Scr->XineramaRoot to store the root window that
	encompasses all virtual screen rootwindows. This further reduces
	any need to use RealRoot and/or CaptiveRoot.
	Add a schematic drawing that clarifies the relation between the
	various root-type windows.
	[Olaf "Rhialto" Seibert]

   12 - Get rid of all non-locale code and make I18N the silent default
	(doesn't have to be mentioned any more).
	THIS WILL BREAK CTWM ON OLDER (PRE-LOCALE) ENVIRONMENTS.
	I strongly recommend an upgrade to "post-locale" standards.
	[Richard Levitte]

   13 - Enhance RandomPlacement with a displacement argument, so the
	pseudo-radomness can be of displacements other than +30+30.
	Here's an example for a pretty funky displacement:

		RandomPlacement "on" "-30-100"

	[Richard Levitte]

   14 - Extend the Info window with the geometry seen from the lower
	right corner as well.
	[Richard Levitte]

   15 - Extend the pointer button specification for title buttons
	to take modifiers.
	As part of this change, the following title pointer button
	specification is deprecated:

		Button {j} : {function}

	in favor of the following, for consistency:

		Button {j} = {function}

	The old way still works, but is considered bad form and will
	be removed in ctwm 4.0.
	[Richard Levitte]

   16 - Fix position of buttons in Occupy window, to make them centered.
	(and spread the remaining space evenly in 4).
	[Olaf "Rhialto" Seibert]

   17 - "TwmWindow.group" was once apparently set to 0 when a window had
	no group leader but this was changed to pointing to its own
	window.  This resulted however in many places checking for both
	conditions, and several checking only for 0 which could not
	occur anymore. Changed it back to 0 (so we can now distinguish
	again windows that really indicate themselves as group leader,
	if we wish) and this gave rise to some simplifications.

	Also, there were various loops through all TwmWindows looking
	for a group leader (or a transientfor), I replaced them with
	GetTwmWindow() which uses the Xlib function XFindContext() which
	uses a hash table lookup. This should be more efficient.

	When you change the occupation of a group member window, it is
	now applied to the group leader (which in turn affects all
	members).

	I tried this with ExMH, the only program that uses a real group
	leader that I could find. Iconifying the leader unmaps the
	members. What should "squeezing" do? ExMH also has an icon
	window (see ICCCM 4.1.9, 3rd option) which behaves weirdly; this
	may be a bug in ExMH (see exmh-2.7.2/exmh.BUGS) even though fvwm
	somehow handles it better.
	[Olaf "Rhialto" Seibert]

   18 - When Squeezing a window group leader, unmap the member windows,
	just like happens with iconification.
	[Olaf "Rhialto" Seibert]

   19 - Simplifications c.q. de-duplications of code regarding the
	WorkSpaceManager and Occupation windows. This includes coding
	the layout of these windows only once instead of twice (at
	initialisation and when resizing). If it's wrong now at least it
	should be consistent.
	When changing occupation via functions like
	f.movetonextworkspace, also move complete window groups (just
	like when you do it via the Occupation window).
	Also fixed changing the occupation of the Occupation window.
	Documented (so far) undocumented possibility to edit the labels
	of workspaces on the fly (what use this is, I'm not sure).
	Removed some unused variables.
	[Olaf "Rhialto" Seibert]

   20 - Get rid of the USE_SESSION and X11R6 macros and make them the
	silent default.  Also cleaned out a few references to the macro
	X11R4, which hasn't been used for ages.
	THIS WILL BREAK CTWM ON OLDER (PRE-X11R6) ENVIRONMENTS.
	I strongly recommend an upgrade to a newer X11 release.
	[Richard Levitte]

   21 - Modified the random placement so a negative X displacement has
	the first "random" window start near the right edge instead of
	the right and a negative Y displacement has the first "random"
	window start near the bottom edge instead of the top.
	[Richard Levitte]


Cheers,
Richard

-- 
Richard Levitte                         richard@levitte.org
                                        http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
						-- C.S. Lewis

----- End forwarded message -----

-- 
G. Branden Robinson                |     It just seems to me that you are
Debian GNU/Linux                   |     willfully entering an arse-kicking
branden@debian.org                 |     contest with a monstrous entity
http://people.debian.org/~branden/ |     that has sixteen legs and no arse.

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: ctwm
Source-Version: 4.0.3-1
Done: Boyuan Yang <byang@debian.org>

We believe that the bug you reported is fixed in the latest version of
ctwm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 417526@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang <byang@debian.org> (supplier of updated ctwm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 13 Mar 2022 11:01:49 -0400
Source: ctwm
Architecture: source
Version: 4.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Boyuan Yang <byang@debian.org>
Closes: 330045 417526
Changes:
 ctwm (4.0.3-1) unstable; urgency=medium
 .
   * QA upload.
   * New upstream release. (Closes: #417526)
     + Switch to new upstream location.
   * Bump Standards-Version to 4.6.0.
   * debian/control:
     + Apply "wrap-and-sort -abst".
     + Switch to cmake buildsystem.
     + Update Vcs-* fields.
     + Use Rules-Requires-Root: no.
   * debian/rules: Rewrite with dh sequencer.
   * debian/patches: Drop all previous patches for a clean packaging.
   * debian/copyright: Rewrite with machine-readable copyright.
   * debian/ctwm.desktop: Add desktop file for usr/share/xsessions/.
     (Closes: #330045) (LP: #395575)
   * debian/ctwm.alternatives: Use declarative alternatives system.
Checksums-Sha1:
 4adbb276bd355c20d4e2679ce76e0dcb5b331334 1949 ctwm_4.0.3-1.dsc
 8b1e1af265f2c8d39459271566ea2d9fc128741f 683684 ctwm_4.0.3.orig.tar.xz
 6ed5d89e48ea996177df7f6dad71ecaf23c00f43 11996 ctwm_4.0.3-1.debian.tar.xz
 b3b94487c6b8cc0d875307e1c23c58e5e980d0ce 7873 ctwm_4.0.3-1_amd64.buildinfo
Checksums-Sha256:
 22bc6b4333f27a42841915cc611910cf446ac06dcfcd63c49e16e78d6905602d 1949 ctwm_4.0.3-1.dsc
 2e4b475a0168cb799723fd693b359e188179e51ce476ab453689db8fcdfc800c 683684 ctwm_4.0.3.orig.tar.xz
 dfad034f42c8d1cb64dc535bc2d072b9137e608babce741242c48f91b01afe5c 11996 ctwm_4.0.3-1.debian.tar.xz
 a9b622d21e890d3f024c688d71bb5da383990890218b58867956ebea005d68b7 7873 ctwm_4.0.3-1_amd64.buildinfo
Files:
 c168ae259e291eafab9fc16c358a6e5a 1949 x11 optional ctwm_4.0.3-1.dsc
 545baf676d93250fe2ab8399dd355b72 683684 x11 optional ctwm_4.0.3.orig.tar.xz
 00a3e2c5e20b31e4d89820abfaf1fceb 11996 x11 optional ctwm_4.0.3-1.debian.tar.xz
 d3bee85767db8cddfb174fdb25ada170 7873 x11 optional ctwm_4.0.3-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmIuCBwACgkQwpPntGGC
Ws7KVg/+Parl8XjCkvlTyEuZWc+qMy3cDITYt4hHflSuf52Xdnke3Cgx1sljkW5/
CGHusuWOc8sCRhVkFYyDaLYMlXaZD2uUw775e1/AmGcM3TIk6WO/hD/FxroIF7QC
PD1z+4Qn7bbUMbUqfKXYOEeTKvOMOGTPzdhNuRNe8a8Kj0HM7YXvAdvgj/xipWTL
XrxP/CBqEI9kxO+rZGnDwWJBV7P/pTCvaV6wgsydSVK42xOq5CPMbLlkzupEj4zC
eqGn1In/GKTTHgW0nOXyohLavTamg8em0ww7XTVQHaWJKSzuLysbDTwmA0PzQvNK
zcSnhpj85hU945lm0EXOfezTXaJcWrlzGoleuFQyRUbVy2EhMtTMDs+sEYA1ikED
UlB67ZAULIVYeLs91PfvKtoJZI7LiET0Lbwr2kfxq2ViZHc9YiJuvs33ef3Kl+nr
EKEVvH1pTSTjNCToGSEzNY1F2AHYN5J7pNvCzEmy9uNAktoR5u3quhXvwdLq1cRa
9LUZGK3NqSeRtoMx2PQA853ifbYxaaLSFpLcn8NTh5tfdyHSPf5eaSoY4ASqyEdt
CCdd4VMhYTGo2HxTVQ/o/rLodVOA5aZ5SoqX83rwlPtkefGRKxu0Q2eqTwoAAGdy
XzZmydwfYXbTExYI4fXAKCnaqCRbpVvLGYhyH3+3YDM6yfwZz5I=
=9j/F
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: