comparison src/ChangeLog @ 94959:d2b202fafd8c

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1159
author Miles Bader <miles@gnu.org>
date Wed, 14 May 2008 04:28:51 +0000
parents a2e5869bc360 45c14bfc78c0
children cd732f476c68
comparison
equal deleted inserted replaced
94958:2ad9b7089844 94959:d2b202fafd8c
1 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * emacs.c (main_thread): Conditionalize on
4 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
5 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
6
7 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
8 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
9 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10
1 2008-05-14 Kenichi Handa <handa@m17n.org> 11 2008-05-14 Kenichi Handa <handa@m17n.org>
2 12
3 * coding.c (detect_coding_iso_2022): Ignore a coding category that 13 * coding.c (detect_coding_iso_2022): Ignore a coding category that
4 has no corresponding coding system. 14 has no corresponding coding system.
5 15