sgi/irix support.
[external/binutils.git] / readline / ChangeLog
1 Tue Sep 17 17:44:22 1991  Stu Grossman  (grossman at cygnus.com)
2
3         * config/hmake-sysv:  sgi/irix support.
4
5 Sun May 19 07:49:34 1991  John Gilmore and Rich Pixley  (at cygnus.com)
6
7         Make readline independent of the applications that use it.
8
9         * readline.h, keymaps.h:  include other include files with "foo.h"
10         rather than <readline/foo.h>.  This works here, and works when
11         included from other applications.
12
13         * Makefile.in:  Create template for configurable Makefile.
14         This version is not ready for prime time, so we have left
15         Makefile itself (the original version) too.
16
17 Sun Mar 11 04:32:03 1990  Brian Fox  (bfox at gnuwest.fsf.org)
18
19         * Signals are now supposedly handled inside of SYSV compilation.
20
21 Wed Jan 17 19:24:09 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
22
23         * history.c: history_expand (); fixed overwriting memory error,
24         added needed argument to call to get_history_event ().
25
26 Thu Jan 11 10:54:04 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
27
28         * readline.c, readline.h: added rl_show_star to control the
29         display of an asterisk on modified history lines.
30
31 Thu Jan  4 10:38:05 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
32
33         * readline.c: start_insert ().  Only use IC if we don't have an im
34         capability.
35
36 Fri Sep  8 09:00:45 1989  Brian Fox  (bfox at aurel)
37
38         * readline.c: rl_prep_terminal ().  Only turn on 8th bit
39           as meta-bit iff the terminal is not using parity.
40
41 Sun Sep  3 08:57:40 1989  Brian Fox  (bfox at aurel)
42
43         * readline.c: start_insert ().  Uses multiple
44           insertion call in cases where that makes sense.
45
46           rl_insert ().  Read type-ahead buffer for additional
47           keys that are bound to rl_insert, and insert them
48           all at once.  Make insertion of single keys given
49           with an argument much more efficient.
50
51 Tue Aug  8 18:13:57 1989  Brian Fox  (bfox at aurel)
52
53         * readline.c: Changed handling of EOF.  readline () returns
54          (char *)EOF or consed string.  The EOF character is read from the
55          tty, or if the tty doesn't have one, defaults to C-d.
56
57         * readline.c: Added support for event driven programs.
58           rl_event_hook is the address of a function you want called
59           while Readline is waiting for input.
60
61         * readline.c: Cleanup time.  Functions without type declarations
62           do not use return with a value.
63
64         * history.c: history_expand () has new variable which is the
65           characters to ignore immediately following history_expansion_char.
66
67 Sun Jul 16 08:14:00 1989  Brian Fox  (bfox at aurel)
68
69         * rl_prep_terminal ()
70           BSD version turns off C-s, C-q, C-y, C-v.
71
72         * readline.c -- rl_prep_terminal ()
73           SYSV version hacks readline_echoing_p.
74           BSD version turns on passing of the 8th bit for the duration
75           of reading the line.
76
77 Tue Jul 11 06:25:01 1989  Brian Fox  (bfox at aurel)
78
79         * readline.c: new variable rl_tilde_expander.
80           If non-null, this contains the address of a function to call if
81           the standard meaning for expanding a tilde fails.  The function is
82           called with the text sans tilde (as in "foo"), and returns a
83           malloc()'ed string which is the expansion, or a NULL pointer if
84           there is no expansion. 
85
86         * readline.h - new file chardefs.h
87           Separates things that only readline.c needs from the standard
88           header file publishing interesting things about readline.
89
90         * readline.c:
91           readline_default_bindings () now looks at terminal chararacters
92           and binds those as well.
93
94 Wed Jun 28 20:20:51 1989  Brian Fox  (bfox at aurel)
95
96         * Made readline and history into independent libraries.
97
98