From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.3 pretest next week Date: Thu, 04 Nov 2010 11:16:25 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <87hbfyqljc.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1288837947 8957 80.91.229.12 (4 Nov 2010 02:32:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 4 Nov 2010 02:32:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 04 03:32:22 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PDpcj-0002Fx-L4 for ged-emacs-devel@m.gmane.org; Thu, 04 Nov 2010 03:32:21 +0100 Original-Received: from localhost ([127.0.0.1]:52287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDpcd-0003tf-Tf for ged-emacs-devel@m.gmane.org; Wed, 03 Nov 2010 22:32:16 -0400 Original-Received: from [140.186.70.92] (port=36302 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDpNN-0005Tw-R2 for emacs-devel@gnu.org; Wed, 03 Nov 2010 22:16:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDpNM-0006Sd-B0 for emacs-devel@gnu.org; Wed, 03 Nov 2010 22:16:29 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:53535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDpNL-0006Rx-Qr for emacs-devel@gnu.org; Wed, 03 Nov 2010 22:16:28 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 364BEC055D; Thu, 4 Nov 2010 11:16:25 +0900 (JST) In-Reply-To: <87hbfyqljc.fsf@stupidchicken.com> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by eggs.gnu.org: NetBSD 3.0 (DF) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132346 Archived-At: >>>>> On Wed, 03 Nov 2010 15:01:11 -0400, Chong Yidong said: > I would like to begin the Emacs 23.3 pretest next Monday, the 8th. > If you see anything left that ought to be backported from the trunk > for 23.3, now is a good time to let me know. The Emacs 23 Mac port I'm distributing is based on Emacs 23.2 and contains (or is to contain) some backported patches that are not currently in the emacs-23 branch. Perhaps they can be candidates to backport for Emacs 23.3: Bug#6765: 24.0.50; Tooltip over mode-line has strange content. 2010-08-01 YAMAMOTO Mitsuharu * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the beginning of the string. Use `string-match-p'. (Bug#6765) Bug#2423: 23.0.90; Incomplete text in tooltip for buffer's encoding Bug#5908: tooltip-show breaks with multiline tip on Emacs for Windows v22.2.1 2010-04-10 YAMAMOTO Mitsuharu * dispextern.h (TRY_WINDOW_CHECK_MARGINS) (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines. * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS. Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use TRY_WINDOW_CHECK_MARGINS. * xfns.c (Fx_show_tip): Undo last change. Call try_window with TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's width only when it is for padding. Bug#6287: 23.2.50; face-ignored-fonts ignored 2010-05-28 Kenichi Handa * font.c (font_delete_unmatched): Check Vface_ignored_fonts. Don't sheck SPEC if it is nil. (font_list_entities): Call font_delete_unmatched if Vface_ignored_fonts is non-nil. (Bug#6287) Bug#5723: 23.1.94; make-network-process and emacs hangs Bug#5173: 23.1.50; interrupted connect() not handled properly 2010-03-27 Chong Yidong * process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows. 2010-03-25 YAMAMOTO Mitsuharu * process.c (Fmake_network_process): Don't call turn_on_atimers around `connect' (Bug#5723). 2010-03-25 Helmut Eller * process.c (Fmake_network_process): Call `select' for interrupted `connect' rather than creating new socket (Bug#5173). YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp