Mercurial > emacs
diff src/ChangeLog @ 110588:0995e4af573f
Code simplification in term.c.
* src/term.c: Do not include sys/ioctl.h, not needed.
(init_tty): Reorder code to reduce the number of #ifdefs. No code
changes.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 26 Sep 2010 18:06:21 +0300 |
parents | 9d94d76ce611 |
children | c06958da83b5 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Sep 26 14:35:50 2010 +0000 +++ b/src/ChangeLog Sun Sep 26 18:06:21 2010 +0300 @@ -1,3 +1,9 @@ +2010-09-26 Dan Nicolaescu <dann@ics.uci.edu> + + * term.c: Do not include sys/ioctl.h, not needed. + (init_tty): Reorder code to reduce the number of #ifdefs. No code + changes. + 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com> * process.h: Set up GnuTLS support.