Integrate new readline from Brian Fox.
[deliverable/binutils-gdb.git] / readline / ChangeLog
index 3eec40220b7f187245fdba4ab2c515429b2a6120..81fe3d569411df11dd2f70ded2a7156e31e35ed4 100644 (file)
@@ -1,14 +1,96 @@
-Sun May 19 07:49:34 1991  John Gilmore and Rich Pixley  (at cygnus.com)
+Fri Nov  1 07:02:13 1991  Brian Fox  (bfox at gnuwest.fsf.org)
 
-       Make readline independent of the applications that use it.
+       * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT
+       unconditionally.
 
-       * readline.h, keymaps.h:  include other include files with "foo.h"
-       rather than <readline/foo.h>.  This works here, and works when
-       included from other applications.
+Mon Oct 28 11:34:52 1991  Brian Fox  (bfox at gnuwest.fsf.org)
 
-       * Makefile.in:  Create template for configurable Makefile.
-       This version is not ready for prime time, so we have left
-       Makefile itself (the original version) too.
+       * readline.c; Use Posix directory routines and macros.
+
+       * funmap.c; Add entry for call-last-kbd-macro.
+
+       * readline.c (rl_prep_term); Use system EOF character on POSIX
+       systems also.
+
+Thu Oct  3 16:19:53 1991  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * readline.c; Make a distinction between having a TERMIOS tty
+       driver, and having POSIX signal handling.  You might one without
+       the other.  New defines used HAVE_POSIX_SIGNALS, and
+       TERMIOS_TTY_DRIVER.
+
+Tue Jul 30 22:37:26 1991  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * readline.c: rl_getc () If a call to read () returns without an
+       error, but with zero characters, the file is empty, so return EOF.
+
+Thu Jul 11 20:58:38 1991  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * readline.c: (rl_get_next_history, rl_get_previous_history)
+       Reallocate the buffer space if the line being moved to is longer
+       the the current space allocated.  Amazing that no one has found
+       this bug until now.
+
+Sun Jul  7 02:37:05 1991  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * readline.c:(rl_parse_and_bind) Allow leading whitespace.
+         Make sure TERMIO and TERMIOS systems treat CR and NL
+         disctinctly.
+       
+Tue Jun 25 04:09:27 1991  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * readline.c: Rework parsing conditionals to pay attention to the
+       prior states of the conditional stack.  This makes $if statements
+       work correctly.
+
+Mon Jun 24 20:45:59 1991  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * readline.c: support for displaying key binding information
+       includes the functions rl_list_funmap_names (),
+       invoking_keyseqs_in_map (), rl_invoking_keyseqs (),
+       rl_dump_functions (), and rl_function_dumper ().
+
+       funmap.c: support for same includes rl_funmap_names ().
+
+       readline.c, funmap.c: no longer define STATIC_MALLOC.  However,
+       update both version of xrealloc () to handle a null pointer.
+
+Thu Apr 25 12:03:49 1991  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * vi_mode.c (rl_vi_fword, fWord, etc.  All functions use
+       the macro `isident()'.  Fixed movement bug which prevents
+       continious movement through the text.
+
+Fri Jul 27 16:47:01 1990  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * readline.c (parser_if) Allow "$if term=foo" construct.
+
+Wed May 23 16:10:33 1990  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * readline.c (rl_dispatch) Correctly remember the last command
+       executed.  Fixed typo in username_completion_function ().
+
+Mon Apr  9 19:55:48 1990  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * readline.c: username_completion_function (); For text passed in
+       with a leading `~', remember that this could be a filename (after
+       it is completed).
+
+Thu Apr  5 13:44:24 1990  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * readline.c: rl_search_history (): Correctly handle case of an
+       unfound search string, but a graceful exit (as with ESC).
+
+       * readline.c: rl_restart_output ();  The Apollo passes the address
+       of the file descriptor to TIOCSTART, not the descriptor itself.
+
+Tue Mar 20 05:38:55 1990  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * readline.c: rl_complete (); second call in a row causes possible
+       completions to be listed.
+
+       * readline.c: rl_redisplay (), added prompt_this_line variable
+       which is the first character character following \n in prompt.
 
 Sun Mar 11 04:32:03 1990  Brian Fox  (bfox at gnuwest.fsf.org)
 
@@ -21,8 +103,10 @@ Wed Jan 17 19:24:09 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
 
 Thu Jan 11 10:54:04 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
 
-       * readline.c, readline.h: added rl_show_star to control the
-       display of an asterisk on modified history lines.
+       * readline.c: added mark_modified_lines to control the
+       display of an asterisk on modified history lines.  Also
+       added a user variable called mark-modified-lines to the
+       `set' command.
 
 Thu Jan  4 10:38:05 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
 
@@ -91,4 +175,3 @@ Wed Jun 28 20:20:51 1989  Brian Fox  (bfox at aurel)
 
        * Made readline and history into independent libraries.
 
-
This page took 0.024051 seconds and 4 git commands to generate.