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