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