aboutsummaryrefslogtreecommitdiff
path: root/readline/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1994-01-16 04:04:13 +0000
committerPer Bothner <per@bothner.com>1994-01-16 04:04:13 +0000
commit44af5659d7a674b5901a8a3baf1a9cca48a37f54 (patch)
tree4b4fe9789c96cf9a64c73bf7b0c7526a88788e79 /readline/ChangeLog
parentd7a5ff3c82a728ed75c654a9e53e26ecd9e1fae3 (diff)
downloadfsf-binutils-gdb-44af5659d7a674b5901a8a3baf1a9cca48a37f54.zip
fsf-binutils-gdb-44af5659d7a674b5901a8a3baf1a9cca48a37f54.tar.gz
fsf-binutils-gdb-44af5659d7a674b5901a8a3baf1a9cca48a37f54.tar.bz2
* readline.c, display.c: Patches to allow use of all 80
columns on most terminals (those with am and xn).
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r--readline/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog
index 1aa1e98..48ed69d 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -1,5 +1,8 @@
Sat Jan 15 19:36:12 1994 Per Bothner (bothner@kalessin.cygnus.com)
+ * readline.c, display.c: Patches to allow use of all 80
+ columns on most terminals (those with am and xn).
+
Merge in changes from bash-1.13. The most obvious one is
that the file readline.c has been split into multiple files.
* bind.c, complete.c, dispay.c, isearch.c, parens.c, rldefs.h,