all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs 23.3 pretest next week
@ 2010-11-03 19:01 Chong Yidong
  2010-11-03 23:50 ` Juanma Barranquero
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Chong Yidong @ 2010-11-03 19:01 UTC (permalink / raw)
  To: emacs-devel

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.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs 23.3 pretest next week
  2010-11-03 19:01 Emacs 23.3 pretest next week Chong Yidong
@ 2010-11-03 23:50 ` Juanma Barranquero
  2010-11-04  2:16 ` YAMAMOTO Mitsuharu
  2010-11-04  2:31 ` YAMAMOTO Mitsuharu
  2 siblings, 0 replies; 5+ messages in thread
From: Juanma Barranquero @ 2010-11-03 23:50 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

> 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.

Perhaps it would be good to update the Unicode files to 6.0, now that
it is official.

    Juanma



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs 23.3 pretest next week
  2010-11-03 19:01 Emacs 23.3 pretest next week Chong Yidong
  2010-11-03 23:50 ` Juanma Barranquero
@ 2010-11-04  2:16 ` YAMAMOTO Mitsuharu
  2010-11-04 20:21   ` Chong Yidong
  2010-11-04  2:31 ` YAMAMOTO Mitsuharu
  2 siblings, 1 reply; 5+ messages in thread
From: YAMAMOTO Mitsuharu @ 2010-11-04  2:16 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

>>>>> On Wed, 03 Nov 2010 15:01:11 -0400, Chong Yidong <cyd@stupidchicken.com> 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  <mituharu@math.s.chiba-u.ac.jp>

	* 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  <mituharu@math.s.chiba-u.ac.jp>

	* 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  <handa@m17n.org>

	* 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  <cyd@stupidchicken.com>

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

2010-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

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

2010-03-25  Helmut Eller  <eller.helmut@gmail.com>

	* 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs 23.3 pretest next week
  2010-11-03 19:01 Emacs 23.3 pretest next week Chong Yidong
  2010-11-03 23:50 ` Juanma Barranquero
  2010-11-04  2:16 ` YAMAMOTO Mitsuharu
@ 2010-11-04  2:31 ` YAMAMOTO Mitsuharu
  2 siblings, 0 replies; 5+ messages in thread
From: YAMAMOTO Mitsuharu @ 2010-11-04  2:31 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

>>>>> On Wed, 03 Nov 2010 15:01:11 -0400, Chong Yidong <cyd@stupidchicken.com> said:

> I would like to begin the Emacs 23.3 pretest next Monday, the 8th.

I think Bug#7120 (23.2.50; Cursor becomes invisible after movement
over nonexistent image) is a serious regression.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs 23.3 pretest next week
  2010-11-04  2:16 ` YAMAMOTO Mitsuharu
@ 2010-11-04 20:21   ` Chong Yidong
  0 siblings, 0 replies; 5+ messages in thread
From: Chong Yidong @ 2010-11-04 20:21 UTC (permalink / raw)
  To: YAMAMOTO Mitsuharu; +Cc: emacs-devel

YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> writes:

> 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:

Thanks, these fixes should indeed have gone onto the branch.  I've
merged them in.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-04 20:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-03 19:01 Emacs 23.3 pretest next week Chong Yidong
2010-11-03 23:50 ` Juanma Barranquero
2010-11-04  2:16 ` YAMAMOTO Mitsuharu
2010-11-04 20:21   ` Chong Yidong
2010-11-04  2:31 ` YAMAMOTO Mitsuharu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.