From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Changes in frame/window code Date: Wed, 23 Jul 2014 14:59:35 +0400 Message-ID: <53CF9597.6090100@yandex.ru> References: <53CE6A44.1010708@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1406113245 16892 80.91.229.3 (23 Jul 2014 11:00:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jul 2014 11:00:45 +0000 (UTC) Cc: emacs-devel To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 23 13:00:39 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X9uHh-000277-9C for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2014 13:00:33 +0200 Original-Received: from localhost ([::1]:43867 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9uHg-0003ZB-PN for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2014 07:00:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9uHS-0003Yo-8u for emacs-devel@gnu.org; Wed, 23 Jul 2014 07:00:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9uHL-0008MW-8C for emacs-devel@gnu.org; Wed, 23 Jul 2014 07:00:18 -0400 Original-Received: from forward3l.mail.yandex.net ([84.201.143.136]:44876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9uHK-0008Lk-VD for emacs-devel@gnu.org; Wed, 23 Jul 2014 07:00:11 -0400 Original-Received: from smtp6.mail.yandex.net (smtp6.mail.yandex.net [77.88.61.56]) by forward3l.mail.yandex.net (Yandex) with ESMTP id 09F2B150134A; Wed, 23 Jul 2014 14:59:38 +0400 (MSK) Original-Received: from smtp6.mail.yandex.net (localhost [127.0.0.1]) by smtp6.mail.yandex.net (Yandex) with ESMTP id A7769164046C; Wed, 23 Jul 2014 14:59:38 +0400 (MSK) Original-Received: from 70.gprs.mts.ru (70.gprs.mts.ru [213.87.130.70]) by smtp6.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Ktb56u60Wv-xblWXOcO; Wed, 23 Jul 2014 14:59:38 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 6e241e07-df92-4e0c-a914-3d33d0eeae57 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1406113178; bh=QL5/yP199oRvZTtCfhXWeDONoXtKm1zH5cQpSnv9NWo=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Fj4G7oVJHNrzVkxnXRgnHXMAFT7pPO+5/66PSmu4XaH9s8yHo7sZy1kviyzQdNfPB 7jfNMoAQhgUgwIFH79EHE9zdKKJgGYmBJVdJFW1gWgPoEwNr0+d1is7f4QOeq4VfxQ qEoi3PS0d7FXwZMw6wexkJD1E3QgqpAvYXik6L30= Authentication-Results: smtp6.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <53CE6A44.1010708@gmx.at> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.136 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173093 Archived-At: On 07/22/2014 05:42 PM, martin rudalics wrote: > In the next days I intend to install the attached patch. Its primary > aims are to: > > (1) Finish the transition to pixelwise frame/window size handling (for > example, removing the necessity that fringe-sizes are an integral > multiple of columns or the remnants of the "extended" scrollbar). > > (2) Fix the "toolbar/menubar height is part of the frame text height" > issue (which the recent change in revision 117561 doesn't). > > (3) Make the frame size resilient to menu-/tool-/scrollbar/font/fringes > changes when it's either maximized/fullscreen or the user generally > dislikes implied size changes. > > (4) Add horizontal scroll bars for the Gtk/Motif/Lucid/Windows builds. > > Kindly refrain from substantial frame/window code changes in the next > few days to make the transition as smooth as possible. And, obviously, > please try the patch. Maintenance/support notice: in general, I think that ~400K patch is just a bad joke. IMO it's highly desirable to split 1), 2) and 3) in one patch and apply it first. 4) should go next, and only after a more or less representative feedback on 1), 2) and 3). Dmitry