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