From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Changes in frame/window code Date: Sun, 27 Jul 2014 16:50:26 +0200 Message-ID: References: <53CE6A44.1010708@gmx.at> <53D4FF76.1060804@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1406472663 26044 80.91.229.3 (27 Jul 2014 14:51:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jul 2014 14:51:03 +0000 (UTC) Cc: emacs-devel To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 27 16:50:56 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 1XBPmj-0007t7-Lg for ged-emacs-devel@m.gmane.org; Sun, 27 Jul 2014 16:50:49 +0200 Original-Received: from localhost ([::1]:35291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBPmj-0003tE-B5 for ged-emacs-devel@m.gmane.org; Sun, 27 Jul 2014 10:50:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBPmZ-0003nL-Dv for emacs-devel@gnu.org; Sun, 27 Jul 2014 10:50:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBPmT-0003YJ-Go for emacs-devel@gnu.org; Sun, 27 Jul 2014 10:50:39 -0400 Original-Received: from mailfe08.swip.net ([212.247.154.225]:39122 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBPmT-0003Xs-8J for emacs-devel@gnu.org; Sun, 27 Jul 2014 10:50:33 -0400 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 520844923; Sun, 27 Jul 2014 16:50:26 +0200 In-Reply-To: <53D4FF76.1060804@gmx.at> X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.225 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:173178 Archived-At: Hello. 27 jul 2014 kl. 15:32 skrev martin rudalics : > > 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. >=20 > I have committed the changes now. Why did you remove unrelated code from nsterm.m having to do with = antialias threshold? Do you not check whats changed before you checkin? > Although I gave them some thorough > testing with the Gtk/Lucid/Motif and Windows builds here, they very > likely might break with other window managers or toolkits. I did some > light tests with GNUstep but am convinced that the NS build in > particular will run into more serious problems. Like what? The NS port seems to work like before, i.e. no horizontal = scroll bars. Disabling and enabling them seems to be a no-op. Jan D.