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:
authorMark Mitchell <mark@codesourcery.com>2005-06-08 20:48:51 +0400
committerMark Mitchell <mark@codesourcery.com>2005-06-08 20:48:51 +0400
commit5e712b7f9c51b5c2548dd9ee0fedd86736d4a3f2 (patch)
tree00a8b9922dd7823b2ff213abe0f797853069343e
parente73317c67530f5a36fc5aa7e900a45b600c3fd9e (diff)
* readline/display.c (insert_some_chars): Likewise.
(delete_chars): Likewise.
-rw-r--r--ChangeLog.csl7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 5cf0f2fa6..0166a320a 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,12 @@
2005-06-08 Mark Mitchell <mark@codesourcery.com>
+ Revert:
+ 2005-03-28 Mark Mitchell <mark@codesourcery.com>
+ * readline/display.c (insert_some_chars): Likewise.
+ (delete_chars): Likewise.
+
+2005-06-08 Mark Mitchell <mark@codesourcery.com>
+
* readline/input.c (rL_getc): Use getch, not getche.
* readline/readline.c (bind_arrow_keys_internal): Translate
Windows keysequences into POSIX key sequences.