emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 23.3 pretest next week


From: YAMAMOTO Mitsuharu
Subject: Re: Emacs 23.3 pretest next week
Date: Thu, 04 Nov 2010 11:16:25 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Wed, 03 Nov 2010 15:01:11 -0400, Chong Yidong <address@hidden> 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  <address@hidden>

        * 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  <address@hidden>

        * 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  <address@hidden>

        * 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  <address@hidden>

        * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
        Windows.

2010-03-25  YAMAMOTO Mitsuharu  <address@hidden>

        * process.c (Fmake_network_process): Don't call turn_on_atimers around
        `connect' (Bug#5723).

2010-03-25  Helmut Eller  <address@hidden>

        * process.c (Fmake_network_process): Call `select' for interrupted
        `connect' rather than creating new socket (Bug#5173).



                                     YAMAMOTO Mitsuharu
                                address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]