diff options
| author | Paul Eggert | 2012-11-04 14:33:00 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-11-04 14:33:00 -0800 |
| commit | 06b63c9b0c6fd87e699ba6ba3be959bfd150ef8a (patch) | |
| tree | c1182e76215f9f7f593461b7d1f47c8dd12909f3 /src/ChangeLog | |
| parent | 76abf5e5a55899a0b3f8851fce7406858978e9a6 (diff) | |
| download | emacs-06b63c9b0c6fd87e699ba6ba3be959bfd150ef8a.tar.gz emacs-06b63c9b0c6fd87e699ba6ba3be959bfd150ef8a.zip | |
Remove EMACS_OUTQSIZE+sleep hack.
* dispnew.c (update_frame_1): Remove hack for terminals slower
than 2400 bps, which throttled Emacs by having it sleep. This
code hasn't worked since at least 2007, when the multi-tty stuff
was added, and anyway those old terminals are long dead.
* systty.h (EMACS_OUTQSIZE): Remove; unused. The macro isn't used even
without the dispnew.c change, as dispnew.c doesn't include systty.h.
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 |