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