aboutsummaryrefslogtreecommitdiff
path: root/readline/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-03-25 01:07:32 +0000
committerJohn Gilmore <gnu@cygnus>1992-03-25 01:07:32 +0000
commitdaf45683dc58db56c1c8af4dd3248a505fafaab3 (patch)
tree53c780f7dd28b686b55e7dd3859707a3a3a0dd24 /readline/ChangeLog
parent4f301966c27ff8f7d49dc931671de75ee1f6d32e (diff)
downloadfsf-binutils-gdb-daf45683dc58db56c1c8af4dd3248a505fafaab3.zip
fsf-binutils-gdb-daf45683dc58db56c1c8af4dd3248a505fafaab3.tar.gz
fsf-binutils-gdb-daf45683dc58db56c1c8af4dd3248a505fafaab3.tar.bz2
Install some bug fixes from Brian Fox.
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r--readline/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog
index dce26f7..dc49c61 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -1,3 +1,11 @@
+Mon Feb 10 01:41:35 1992 Brian Fox (bfox at gnuwest.fsf.org)
+
+ * history.c (history_do_write) Build a buffer of all of the lines
+ to write and write them in one fell swoop (lower overhead than
+ calling write () for each line). Suggested by Peter Ho.
+
+ * vi_mode.c (rl_vi_subst) Don't forget to end the undo group.
+
Sat Mar 7 00:15:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
* Makefile.in: remove FIXME's on info and install-info targets.