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