diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3356c9874cc..75b70ee4752 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2012-11-04 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-11-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Remove EMACS_OUTQSIZE+sleep hack. | ||
| 4 | * dispnew.c (update_frame_1): Remove hack for terminals slower | ||
| 5 | than 2400 bps, which throttled Emacs by having it sleep. This | ||
| 6 | code hasn't worked since at least 2007, when the multi-tty stuff | ||
| 7 | was added, and anyway those old terminals are long dead. | ||
| 8 | * systty.h (EMACS_OUTQSIZE): Remove; unused. The macro isn't used even | ||
| 9 | without the dispnew.c change, as dispnew.c doesn't include systty.h. | ||
| 10 | |||
| 3 | Fix data-loss with --version (Bug#9574). | 11 | Fix data-loss with --version (Bug#9574). |
| 4 | * emacs.c (close_output_streams): Use strerror, not emacs_strerror, | 12 | * emacs.c (close_output_streams): Use strerror, not emacs_strerror, |
| 5 | as we can't assume that emacs_strerror is initialized, and strerror | 13 | as we can't assume that emacs_strerror is initialized, and strerror |