Mercurial > emacs
comparison src/ChangeLog @ 111370:f3541be97c74
Backport fix for Bug#5723 from trunk.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 04 Nov 2010 15:56:50 -0400 |
parents | e7a9eb3aa4ac |
children | 0792cbcb42ed |
comparison
equal
deleted
inserted
replaced
111366:7be30ce79ffd | 111370:f3541be97c74 |
---|---|
1 2010-11-04 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for | |
4 Windows. | |
5 | |
6 2010-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
7 | |
8 * process.c (Fmake_network_process): Don't call turn_on_atimers around | |
9 `connect' (Bug#5723). | |
10 | |
11 2010-11-04 Helmut Eller <eller.helmut@gmail.com> | |
12 | |
13 * process.c (Fmake_network_process): Call `select' for interrupted | |
14 `connect' rather than creating new socket (Bug#5173). | |
15 | |
1 2010-11-04 Kenichi Handa <handa@m17n.org> | 16 2010-11-04 Kenichi Handa <handa@m17n.org> |
2 | 17 |
3 * font.c (font_delete_unmatched): Check Vface_ignored_fonts. | 18 * font.c (font_delete_unmatched): Check Vface_ignored_fonts. |
4 Don't sheck SPEC if it is nil. | 19 Don't sheck SPEC if it is nil. |
5 (font_list_entities): Call font_delete_unmatched if | 20 (font_list_entities): Call font_delete_unmatched if |