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