From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#9176: [PATCH] 24.0.50: Tooltip windows on NextStep are sized incorrectly Date: Thu, 28 Jul 2011 14:31:10 -0400 Message-ID: <87r55al0k1.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311877932 10924 80.91.229.12 (28 Jul 2011 18:32:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2011 18:32:12 +0000 (UTC) Cc: 9176@debbugs.gnu.org To: Alp Aker Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 28 20:32:07 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QmVNO-0000TZ-IW for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Jul 2011 20:32:06 +0200 Original-Received: from localhost ([::1]:45231 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmVNN-0005HI-QH for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Jul 2011 14:32:05 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmVNK-0005Gq-VZ for bug-gnu-emacs@gnu.org; Thu, 28 Jul 2011 14:32:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmVNJ-0000kW-Ld for bug-gnu-emacs@gnu.org; Thu, 28 Jul 2011 14:32:02 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmVNJ-0000kQ-E1 for bug-gnu-emacs@gnu.org; Thu, 28 Jul 2011 14:32:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QmVNJ-0003Rk-IM; Thu, 28 Jul 2011 14:32:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 28 Jul 2011 18:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9176 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 9176-submit@debbugs.gnu.org id=B9176.131187787513181 (code B ref 9176); Thu, 28 Jul 2011 18:32:01 +0000 Original-Received: (at 9176) by debbugs.gnu.org; 28 Jul 2011 18:31:15 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QmVMX-0003QX-QD for submit@debbugs.gnu.org; Thu, 28 Jul 2011 14:31:14 -0400 Original-Received: from vm-emlprdomr-06.its.yale.edu ([130.132.50.147]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QmVMV-0003QQ-Mq for 9176@debbugs.gnu.org; Thu, 28 Jul 2011 14:31:12 -0400 Original-Received: from furball ([128.36.14.95]) (authenticated bits=0) by vm-emlprdomr-06.its.yale.edu (8.14.4/8.14.4) with ESMTP id p6SIVAxq004193 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 28 Jul 2011 14:31:10 -0400 In-Reply-To: (Alp Aker's message of "Tue, 26 Jul 2011 16:13:04 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.147 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 28 Jul 2011 14:32:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:49671 Archived-At: Alp Aker writes: > A small aesthetic issue: Currently on NS the dimensions of tooltip > windows are determined by a small hack that introduces superfluous > padding at the bottom and left (typically 10 pixels or more). The > patch below sizes tooltip windows precisely. > > I also took the liberty of making another purely aesthetic change. > Currently on NS tooltip windows have bezels and no shadows. The > standard appearance on Mac is to have shadows and no bezels. So I > changed the implementation to use the default appearance as well. Thanks, applied.