X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Thu, 18 Jul 2019 21:03:31 +0200 (CEST) From: Roland Lutz To: geda-user AT delorie DOT com Subject: Re: [geda-user] Update on gEDA/gaf In-Reply-To: <20190718012526.7d25bbd8@swips.iqo.uni-hannover.de> Message-ID: References: <20190718012526 DOT 7d25bbd8 AT swips DOT iqo DOT uni-hannover DOT de> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 17 Jul 2019, Girvin Herr (gherrl AT fastmail DOT com) [via geda-user AT delorie DOT com] wrote: > Any idea when the 1.9.3 version will be released? I'm planning to fix a handful of bugs and add support for Guile 2.2, and then prepare the release. I don't expect that to take too long(TM). On Thu, 18 Jul 2019, Kai-Martin Knaak wrote: > Roland Lutz schrieb am 16. July 2019: >> * Tool windows are now "dockable", i.e., they can be either used as >> modal/non-modal dialogs or docked to the edges of the main window. > > ... and they are configurable from the GUI (in the menu "view"). > Docks that actually work are a major step forward with regards to > usability. I wouldn't call this "docks that actually work". It's a careful compromise between complexity (compare with Inkscape and The GIMP) and utility (tool windows can be docked to the edges of the main window). > Possibly related: I'd like gschem to not pan and zoom on undo. So I put > these lines in my ~/.gEDA/gschemrc : > > (warp-cursor "disabled") > (undo-panzoom "disabled") > > However, gschem still un-zooms and un-pans on undo (with the u hotkey). Fixed.