diff options
| author | Chong Yidong | 2010-11-04 15:56:50 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-11-04 15:56:50 -0400 |
| commit | 055c91d4329071935d2f521e54b5fa0c998a84d3 (patch) | |
| tree | 00c2b6dd114f42e9228d0d48c81347cbeddd4a00 /src/ChangeLog | |
| parent | 68ae6cda9e2a55c23d9680953bf9a402616e6901 (diff) | |
| parent | 184765cc7a4f8c0ff5e7522ee4e1584b441b742f (diff) | |
| download | emacs-055c91d4329071935d2f521e54b5fa0c998a84d3.tar.gz emacs-055c91d4329071935d2f521e54b5fa0c998a84d3.zip | |
Backport fix for Bug#5723 from trunk.
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. |