diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 077385d6f6c..b803582e5f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 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. |