Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2014-01-05 04:09:39 +0400
committerChristopher Faylor <me@cgf.cx>2014-01-05 04:09:39 +0400
commit20ac3f6c3bd00df014c8c9986c200fa9d31a884f (patch)
treed563130af413ad0f9b189db681f42a7261473c09
parent36383c6f6e78604ace3e217d89201f96b2c0f448 (diff)
Recreate
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 74a026ee1..ededb5aca 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,13 +1,12 @@
2014-01-04 Christopher Faylor <me.cygwin2013@cgf.cx>
- * fhandler.h: Update copyright.
- (cltype): New enum.
+ * fhandler.h (cltype): New enum.
(dev_console::console_attrs): Define struct name.
(dev_console::console_attrs::set_cl_x): New function.
(dev_console::console_attrs::set_cl_y): New function.
(fhandler_console::clear_screen): Redefine input params.
- * fhandler_console.cc: Update copyright. Throughout, reflect change in
- arguments to fhandler_console::clear_screeen.
+ * fhandler_console.cc: Throughout, reflect change in arguments to
+ fhandler_console::clear_screeen.
(fhandler_console::mouse_aware): Simplify logic slightly.
(fhandler_console::scroll_screen): Remove hopefully obsolete win95
code.