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