home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pyth_os2.zip / python-1.0.2 / readline / ChangeLog < prev    next >
Text File  |  1992-01-25  |  7KB  |  211 lines

  1. Sat Jan 25 13:47:35 1992  Brian Fox  (bfox at bears)
  2.  
  3.     * readline.c (parser_if): free () TNAME after use.
  4.  
  5. Tue Jan 21 01:01:35 1992  Brian Fox  (bfox at gnuwest.fsf.org)
  6.  
  7.     * readline.c (rl_redisplay) and (rl_character_len): Display
  8.     Control characters as "^c" and Meta characters as "\234", instead
  9.     of "C-C" and "M-C".
  10.  
  11. Sun Dec 29 10:59:00 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  12.  
  13.     * readline.c (init_terminal_io) Default to environment variables
  14.     LINES and COLUMNS before termcap entry values.  If all else fails,
  15.     then assume 80x24 terminal.
  16.  
  17. Sat Dec 28 16:33:11 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  18.  
  19.     * readline.c: If this machine is USG and it is hpux, then define
  20.     USGr3.
  21.  
  22.     * history.c: Cosmetic fixes.
  23.  
  24. Thu Nov 21 00:10:12 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  25.  
  26.     * vi_mode.c: (rl_do_move) Place cursor at end of line, never at
  27.     next to last character.
  28.  
  29. Thu Nov 14 05:08:01 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  30.  
  31.     * history.c (get_history_event) Non-anchored searches can have a
  32.     return index of greater than zero from get_history_event ().
  33.  
  34. Fri Nov  1 07:02:13 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  35.  
  36.     * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT
  37.     unconditionally.
  38.  
  39. Mon Oct 28 11:34:52 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  40.  
  41.     * readline.c; Use Posix directory routines and macros.
  42.  
  43.     * funmap.c; Add entry for call-last-kbd-macro.
  44.  
  45.     * readline.c (rl_prep_term); Use system EOF character on POSIX
  46.     systems also.
  47.  
  48. Thu Oct  3 16:19:53 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  49.  
  50.     * readline.c; Make a distinction between having a TERMIOS tty
  51.     driver, and having POSIX signal handling.  You might one without
  52.     the other.  New defines used HAVE_POSIX_SIGNALS, and
  53.     TERMIOS_TTY_DRIVER.
  54.  
  55. Tue Jul 30 22:37:26 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  56.  
  57.     * readline.c: rl_getc () If a call to read () returns without an
  58.     error, but with zero characters, the file is empty, so return EOF.
  59.  
  60. Thu Jul 11 20:58:38 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  61.  
  62.     * readline.c: (rl_get_next_history, rl_get_previous_history)
  63.     Reallocate the buffer space if the line being moved to is longer
  64.     the the current space allocated.  Amazing that no one has found
  65.     this bug until now.
  66.  
  67. Sun Jul  7 02:37:05 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  68.  
  69.     * readline.c:(rl_parse_and_bind) Allow leading whitespace.
  70.       Make sure TERMIO and TERMIOS systems treat CR and NL
  71.       disctinctly.
  72.     
  73. Tue Jun 25 04:09:27 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  74.  
  75.     * readline.c: Rework parsing conditionals to pay attention to the
  76.     prior states of the conditional stack.  This makes $if statements
  77.     work correctly.
  78.  
  79. Mon Jun 24 20:45:59 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  80.  
  81.     * readline.c: support for displaying key binding information
  82.     includes the functions rl_list_funmap_names (),
  83.     invoking_keyseqs_in_map (), rl_invoking_keyseqs (),
  84.     rl_dump_functions (), and rl_function_dumper ().
  85.  
  86.     funmap.c: support for same includes rl_funmap_names ().
  87.  
  88.     readline.c, funmap.c: no longer define STATIC_MALLOC.  However,
  89.     update both version of xrealloc () to handle a null pointer.
  90.  
  91. Thu Apr 25 12:03:49 1991  Brian Fox  (bfox at gnuwest.fsf.org)
  92.  
  93.     * vi_mode.c (rl_vi_fword, fWord, etc.  All functions use
  94.     the macro `isident()'.  Fixed movement bug which prevents
  95.     continious movement through the text.
  96.  
  97. Fri Jul 27 16:47:01 1990  Brian Fox  (bfox at gnuwest.fsf.org)
  98.  
  99.     * readline.c (parser_if) Allow "$if term=foo" construct.
  100.  
  101. Wed May 23 16:10:33 1990  Brian Fox  (bfox at gnuwest.fsf.org)
  102.  
  103.     * readline.c (rl_dispatch) Correctly remember the last command
  104.     executed.  Fixed typo in username_completion_function ().
  105.  
  106. Mon Apr  9 19:55:48 1990  Brian Fox  (bfox at gnuwest.fsf.org)
  107.  
  108.     * readline.c: username_completion_function (); For text passed in
  109.     with a leading `~', remember that this could be a filename (after
  110.     it is completed).
  111.  
  112. Thu Apr  5 13:44:24 1990  Brian Fox  (bfox at gnuwest.fsf.org)
  113.  
  114.     * readline.c: rl_search_history (): Correctly handle case of an
  115.     unfound search string, but a graceful exit (as with ESC).
  116.  
  117.     * readline.c: rl_restart_output ();  The Apollo passes the address
  118.     of the file descriptor to TIOCSTART, not the descriptor itself.
  119.  
  120. Tue Mar 20 05:38:55 1990  Brian Fox  (bfox at gnuwest.fsf.org)
  121.  
  122.     * readline.c: rl_complete (); second call in a row causes possible
  123.     completions to be listed.
  124.  
  125.     * readline.c: rl_redisplay (), added prompt_this_line variable
  126.     which is the first character character following \n in prompt.
  127.  
  128. Sun Mar 11 04:32:03 1990  Brian Fox  (bfox at gnuwest.fsf.org)
  129.  
  130.     * Signals are now supposedly handled inside of SYSV compilation.
  131.  
  132. Wed Jan 17 19:24:09 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
  133.  
  134.     * history.c: history_expand (); fixed overwriting memory error,
  135.     added needed argument to call to get_history_event ().
  136.  
  137. Thu Jan 11 10:54:04 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
  138.  
  139.     * readline.c: added mark_modified_lines to control the
  140.     display of an asterisk on modified history lines.  Also
  141.     added a user variable called mark-modified-lines to the
  142.     `set' command.
  143.  
  144. Thu Jan  4 10:38:05 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
  145.  
  146.     * readline.c: start_insert ().  Only use IC if we don't have an im
  147.     capability.
  148.  
  149. Fri Sep  8 09:00:45 1989  Brian Fox  (bfox at aurel)
  150.  
  151.     * readline.c: rl_prep_terminal ().  Only turn on 8th bit
  152.       as meta-bit iff the terminal is not using parity.
  153.  
  154. Sun Sep  3 08:57:40 1989  Brian Fox  (bfox at aurel)
  155.  
  156.     * readline.c: start_insert ().  Uses multiple
  157.       insertion call in cases where that makes sense.
  158.  
  159.       rl_insert ().  Read type-ahead buffer for additional
  160.       keys that are bound to rl_insert, and insert them
  161.       all at once.  Make insertion of single keys given
  162.       with an argument much more efficient.
  163.  
  164. Tue Aug  8 18:13:57 1989  Brian Fox  (bfox at aurel)
  165.  
  166.     * readline.c: Changed handling of EOF.  readline () returns
  167.      (char *)EOF or consed string.  The EOF character is read from the
  168.      tty, or if the tty doesn't have one, defaults to C-d.
  169.  
  170.     * readline.c: Added support for event driven programs.
  171.       rl_event_hook is the address of a function you want called
  172.       while Readline is waiting for input.
  173.  
  174.     * readline.c: Cleanup time.  Functions without type declarations
  175.       do not use return with a value.
  176.  
  177.     * history.c: history_expand () has new variable which is the
  178.       characters to ignore immediately following history_expansion_char.
  179.  
  180. Sun Jul 16 08:14:00 1989  Brian Fox  (bfox at aurel)
  181.  
  182.     * rl_prep_terminal ()
  183.       BSD version turns off C-s, C-q, C-y, C-v.
  184.  
  185.     * readline.c -- rl_prep_terminal ()
  186.       SYSV version hacks readline_echoing_p.
  187.       BSD version turns on passing of the 8th bit for the duration
  188.       of reading the line.
  189.  
  190. Tue Jul 11 06:25:01 1989  Brian Fox  (bfox at aurel)
  191.  
  192.     * readline.c: new variable rl_tilde_expander.
  193.       If non-null, this contains the address of a function to call if
  194.       the standard meaning for expanding a tilde fails.  The function is
  195.       called with the text sans tilde (as in "foo"), and returns a
  196.       malloc()'ed string which is the expansion, or a NULL pointer if
  197.       there is no expansion. 
  198.  
  199.     * readline.h - new file chardefs.h
  200.       Separates things that only readline.c needs from the standard
  201.       header file publishing interesting things about readline.
  202.  
  203.     * readline.c:
  204.       readline_default_bindings () now looks at terminal chararacters
  205.       and binds those as well.
  206.  
  207. Wed Jun 28 20:20:51 1989  Brian Fox  (bfox at aurel)
  208.  
  209.     * Made readline and history into independent libraries.
  210.  
  211.