diff options
author | Christopher Faylor <me@cgf.cx> | 2003-04-08 21:19:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-04-08 21:19:33 +0000 |
commit | ca81cd60ce99479828fefb3343267255fd47771c (patch) | |
tree | f1842d856221f8664ebe7abffe27083e1d8fa5ec /winsup/cygwin/ChangeLog | |
parent | e3501c78cad9d0a94e9004d4cfc40fe3c783549f (diff) | |
download | cygnal-ca81cd60ce99479828fefb3343267255fd47771c.tar.gz cygnal-ca81cd60ce99479828fefb3343267255fd47771c.tar.bz2 cygnal-ca81cd60ce99479828fefb3343267255fd47771c.zip |
* fhandler_console.cc (fhandler_console::read) Handle certain key up events, to
allow pasting accented characters and typing them using the "alt + numerics"
sequences.
* include/limits.h (IOV_MAX): Set to a number which is small enough to use in
an array.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index ba78f9b7f..6d4972be4 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,14 @@ +2003-04-08 Bob Cassels <bcassels@abinitio.com> + + * fhandler_console.cc (fhandler_console::read) Handle certain key up + events, to allow pasting accented characters and typing them using the + "alt + numerics" sequences. + +2003-04-07 Christopher Faylor <cgf@redhat.com> + + * include/limits.h (IOV_MAX): Set to a number which is small enough to + use in an array. + 2003-04-04 Christopher Faylor <cgf@redhat.com> * cygthread.h (cygthread::avail): Make LONG for easier use with |