* chardefs.h, rldefs.h: Move decls of string funcs from chardefs.h
[external/binutils.git] / readline / ChangeLog
1 Wed May  4 14:36:53 1994  Stu Grossman  (grossman@cygnus.com)
2
3         * chardefs.h, rldefs.h:  Move decls of string funcs from chardefs.h
4         to rldefs.h so that they don't pollute apps that include
5         readline.h.
6         * history.c:  include rldefs.h to get decls of string funcs.
7
8 Wed May  4 12:15:11 1994  Stan Shebs  (shebs@andros.cygnus.com)
9
10         * configure.in (rs6000-bull-bosx*): New configuration, RS/6000
11         variant.
12
13 Wed Apr 20 10:43:52 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14
15         * configure.in: Use mh-posix for sunos4.1*.
16
17 Wed Apr 13 21:28:44 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
18
19         * rltty.c (set_tty_settings): Don't set readline_echoing_p.
20         (rl_deprep_terminal) [NEW_TTY_DRIVER]: Set readline_echoing_p.
21
22 Sun Mar 13 09:13:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
23
24         * Makefile.in: Add TAGS target.
25
26 Wed Mar  9 18:01:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
27
28         * isearch.c, search.c: Include sysdep.h.
29
30 Thu Mar  3 17:40:03 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
31
32         * configure.in: For ISC, use mh-sysv, not mh-isc.
33
34 Thu Feb 24 04:13:53 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
35
36         * Merge in changes from bash-1.13.5. Merge changes from glob/tilde.c
37         into tilde.c and use it. Add system function declarations where
38         necessary. Check for __GO32__, not _GO32_ consistently.
39         * Makefile.in:  Update dependencies.
40         * rltty.c:  Include <sys/file.h> to match include file setup
41         in readline.c for rldefs.h. Otherwise we get inconsistent
42         TTY_DRIVER definitions in readline.c and rltty.c.
43         * bind.c, complete.c:  Do not include <sys/types.h>, it is already
44         included via sysdep.h, which causes problems if <sys/types.h> has
45         no multiple inclusion protection.
46         * readline.c (_rl_set_screen_size):  Reestablish test for
47         TIOCGWINSZ_BROKEN.
48         * rldefs.h:  Define S_ISREG if necessary.
49
50 Fri Feb 18 08:56:35 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
51
52         * Makefile.in: Add search.o rule for Sun make.
53
54 Wed Feb 16 16:35:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
55
56         * rltty.c:  #if out some code if __GO32__.
57
58 Tue Feb 15 14:07:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
59
60         * readline.c (_rl_output_character_function), display.c:
61         Return int, not void, to conform with the expected arg of tputs.
62         * readline.c (init_terminal_io):  tgetflag only takes 1 arg.
63         * readline.c (_rl_savestring):  New function.
64         * chardefs.h:  To avoid conflicts and/or warnings, define
65         savestring as a macro wrapper for _rl_savestring.
66         * display.c (extern term_xn):  It's an int flag, not a string.
67         * charsdefs.h, rldefs.h:  Remove HAVE_STRING_H-related junk.
68
69 Sat Feb  5 08:32:30 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
70
71         * Makefile.in: Remove obsolete rules for history.info and
72         readline.info.
73
74 Thu Jan 27 17:04:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
75
76         * chardefs.h: Only declare strrchr if it is not #define'd.
77
78 Tue Jan 25 11:30:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
79
80         * rldefs.h: Accept __hpux as well as hpux for HP compiler in ANSI mode.
81
82 Fri Jan 21 17:31:26 1994  Jim Kingdon  (kingdon@lisa.cygnus.com)
83
84         * chardefs.h, tilde.c: Just declare strrchr rather than trying to
85         include a system header.
86
87 Fri Jan 21 14:40:43 1994  Fred Fish  (fnf@cygnus.com)
88
89         * Makefile.in (distclean, realclean):  Expand local-distclean
90         inline after doing recursion.  You can't recurse after removing
91         Makefile.  Make them depend on local-clean.
92         * Makefile.in (local-distclean):  Remove now superfluous target.
93
94 Mon Jan 17 12:42:07 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
95
96         * readline.c (doing_an_undo): Delete second declaration, since it
97         confuses the alpha-osf1 native compiler.
98
99 Sun Jan 16 12:33:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
100
101         * complete.c, bind.c: Include <sys/stat.h>.
102         * complete.c: Define X_OK if not defined by a system header.
103
104         * chardefs.h: Don't declare xmalloc.
105
106         * keymaps.h: Include "chardefs.h" not <readline/chardefs.h>.
107
108         * Makefile.in (clean mostlyclean distclean realclean): Recurse
109         into subdirectories as well as doing this directory.  Add clean-dvi
110         target.
111
112 Sat Jan 15 19:36:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
113
114         * readline.c, display.c:  Patches to allow use of all 80
115         columns on most terminals (those with am and xn).
116
117         Merge in changes from bash-1.13.  The most obvious one is
118         that the file readline.c has been split into multiple files.
119         * bind.c, complete.c, dispay.c, isearch.c, parens.c, rldefs.h,
120         rltty.c, search.c signals.c, tilde.c, tilde.h, xmalloc.c:  New files.
121
122 Sat Dec 11 16:29:17 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
123
124         * readline.c (rl_getc): If GO32, trim high bit from getkey,
125         otherwise fancy PC keys cause grief.
126
127 Fri Nov  5 11:49:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
128
129         * configure.in: Add doc to configdirs.
130         * Makefile.in (info dvi install-info clean-info): Recurse into doc.
131
132 Fri Oct 22 07:55:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
133
134         * configure.in: Add * to end of all OS names.
135
136 Tue Oct  5 12:33:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
137
138         * readline.c: Add stuff for HIUX to place where we detect termio
139         vs. sgtty (ugh, but I don't see a simple better way).
140
141 Wed Sep 29 11:02:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
142
143         * readline.c (parser_if): Free tname when done with it (change
144         imported from from bash 1.12 readline).
145
146 Tue Sep  7 17:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
147
148         * configure.in (m88k-*-sysvr4*): Comment out previous change.
149
150 Fri Jul  2 11:05:34 1993  Ian Lance Taylor  (ian@cygnus.com)
151
152         * configure.in (*-*-riscos*): New entry; use mh-sysv.
153
154 Wed Jun 23 13:00:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
155
156         * configure.in: Add comment.
157
158 Mon Jun 14 14:28:55 1993  Jim Kingdon  (kingdon@eric)
159
160         * configure.in (m88k-*-sysvr4*): Use sysdep-norm.h.
161
162 Sun Jun 13 13:04:09 1993  Jim Kingdon  (kingdon@cygnus.com)
163
164         * Makefile.in ({real,dist}clean): Remove sysdep.h.
165
166 Thu Jun 10 11:22:41 1993  Jim Kingdon  (kingdon@cygnus.com)
167
168         * Makefile.in: Add mostlyclean, distclean, and realclean targets.
169
170 Fri May 21 17:09:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
171
172         * config/mh-isc: New file.
173         * configure.in: Use it.
174
175 Sat Apr 17 00:40:12 1993  Jim Kingdon  (kingdon at calvin)
176
177         * readline.c, history.c: Don't include sys/types.h; sysdep.h does.
178
179         * config/mh-sysv: Define TIOCGWINSZ_BROKEN.
180         readline.c: Check it.
181
182 Wed Mar 24 02:06:15 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
183
184         * Makefile.in: add installcheck & dvi targets
185
186 Fri Mar 12 18:36:53 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
187
188         * configure.in: recognize *-*-solaris2* instead of *-*-solaris* (a
189         number of people want to call SunOS 4.1.2 "solaris1.0"
190         and get it right)
191
192 Tue Mar  2 21:25:36 1993  Fred Fish  (fnf@cygnus.com)
193
194         * sysdep-sysv4.h:  New file for SVR4.
195         * configure.in (*-*-sysv4*):  Use sysdep-sysv4.h.
196
197         * configure.in (*-*-ultrix2):  Add triplet from Michael Rendell
198         (michael@mercury.cs.mun.ca)
199
200 Tue Dec 15 12:38:16 1992  Ian Lance Taylor  (ian@cygnus.com)
201
202         * configure.in (i[34]86-*-sco3.2v4*): use mh-sco4.
203         * config/mh-sco4: New file, like mh-sco but without defining
204         _POSIX_SOURCE.
205
206 Wed Nov 11 21:20:14 1992  John Gilmore  (gnu@cygnus.com)
207
208         * configure.in:  Reformat to one-case-per-line.
209         Handle SunOS 3.5, as per Karl Berry, <karl@claude.cs.umb.edu>.
210
211 Wed Nov  4 15:32:31 1992  Stu Grossman  (grossman at cygnus.com)
212
213         * sysdep-norm.h:  Remove some crud, install dire warning.
214
215 Thu Oct 22 01:08:13 1992  Stu Grossman  (grossman at cygnus.com)
216
217         * configure.in:  Make SCO work again...
218
219 Mon Oct 12 15:04:07 1992  Ian Lance Taylor  (ian@cygnus.com)
220
221         * readline.c (init_terminal_io): if tgetent returns 0, the
222         terminal type is unknown.
223
224 Thu Oct  1 23:44:14 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
225
226         * configure.in: use cpu-vendor-os triple instead of nested cases
227
228 Wed Sep 30 12:58:57 1992  Stu Grossman  (grossman at cygnus.com)
229
230         * readline.c (rl_complete_internal):  Cast alloca to (char *) to
231         avoid warning.
232
233 Fri Sep 25 12:45:05 1992  Stu Grossman  (grossman at cygnus.com)
234
235         * readline.c (clear_to_eol, rl_generic_bind):  Make static.
236         (rl_digit_loop):  Add arg to call to rl_message().
237         * vi_mode.c (rl_vi_first_print):  Add arg to call to
238         rl_back_to_indent().
239
240 Wed Aug 19 14:59:07 1992  Ian Lance Taylor  (ian@cygnus.com)
241
242         * Makefile.in: always create installation directories, use full
243         file name for install target.
244
245 Wed Aug 12 15:50:57 1992  John Gilmore  (gnu@cygnus.com)
246
247         * readline.c (last_readline_init_file):  Fix typo made by Steve
248         Chamberlain/DJ Delorie.  Proper control file name is ~/.inputrc,
249         not ~/inputrc.
250
251 Thu Jun 25 16:15:27 1992  Stu Grossman  (grossman at cygnus.com)
252
253         * configure.in:  Make bsd based systems use sysdep-obsd.h.
254
255 Tue Jun 23 23:22:53 1992  Per Bothner  (bothner@cygnus.com)
256
257         * config/mh-posix:  New file, for Posix-compliant systems.
258         * configure.in:  Use mh-posix for Linux (free Unix clone).
259
260 Tue Jun 23 21:59:20 1992  Fred Fish  (fnf@cygnus.com)
261
262         * sysdep-norm.h (alloca):  Protect against previous definition as
263         a macro with arguments.
264
265 Fri Jun 19 15:48:54 1992  Stu Grossman  (grossman at cygnus.com)
266
267         * sysdep-obsd.h:  #include <sys/types.h> to make this more Kosher.
268
269 Fri Jun 19 12:53:28 1992  John Gilmore  (gnu at cygnus.com)
270
271         * config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true.
272
273 Mon Jun 15 13:50:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
274
275         * configure.in: use mh-sysv4 on solaris2
276
277 Mon Jun 15 12:28:24 1992  Fred Fish  (fnf@cygnus.com)
278
279         * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
280         it is broken on ncr 3000's.
281         * config/mh-ncr3000 (RANLIB):  Use RANLIB=true.
282
283 Mon Jun 15 01:35:55 1992  John Gilmore  (gnu at cygnus.com)
284
285         * readline.c: Make new SIGNALS_* macros to parameterize the 
286         ugly changes in signal blocking.  Use them throughout,
287         reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter
288         significantly.  Make all such places use POSIX if available,
289         to avoid losing with poor `sigsetmask' emulation from libiberty.
290
291 Sun Jun 14 15:19:51 1992  Stu Grossman  (grossman at cygnus.com)
292
293         * readline.c (insert_some_chars):  Return void.
294
295 Thu Jun 11 01:27:45 1992  John Gilmore  (gnu at cygnus.com)
296
297         * readline.c:  #undef PC, which Solaris2 defines in sys/types.h,
298         clobbering the termcap global variable PC.
299
300 Tue Jun  9 17:30:23 1992  Fred Fish  (fnf@cygnus.com)
301
302         * config/{mh-ncr3000, mh-sysv4}:  Change INSTALL to use
303         /usr/ucb/install.
304
305 Mon Jun  8 23:10:07 1992  Fred Fish  (fnf@cygnus.com)
306
307         * readline.h (rl_completer_quote_characters):  Add declaration.
308         * readline.c (rl_completer_quote_characters):  Add global var.
309         * readline.c (strpbrk):  Add prototype and function.
310         * readline.c (rl_complete_internal):  Add code to handle
311         expansion of quoted strings.
312
313 Mon May 11 12:39:30 1992  John Gilmore  (gnu at cygnus.com)
314
315         * readline.c:  Can't initialize FILE *'s with stdin and stdout,
316         because they might not be constant.  Patch from Tom Quinn,
317         trq@dinoysos.thphys.ox.ac.uk.
318
319 Tue Apr 28 21:52:34 1992  John Gilmore  (gnu at cygnus.com)
320
321         * readline.h:  Declare rl_event_hook (which already existed).
322         Suggested by Christoph Tietz <tietz@zi.gmd.dbp.de>.
323
324 Wed Apr 22 18:08:01 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
325
326         * configure.in: remove subdirs declaration.  The obsolete semantic
327           for subdirs has been usurped by per's new meaning.
328
329 Tue Apr 21 11:54:23 1992  K. Richard Pixley  (rich@cygnus.com)
330
331         * Makefile.in: rework CFLAGS so that they can be set on the
332           command line to make.  Remove MINUS_G.  Default CFLAGS to -g.
333
334 Fri Apr 10 23:02:27 1992  Fred Fish  (fnf@cygnus.com)
335
336         * configure.in:  Recognize new ncr3000 config.
337         * config/mh-ncr3000:  New NCR 3000 config file.
338
339 Wed Mar 25 10:46:30 1992  John Gilmore  (gnu at cygnus.com)
340
341         * history.c (stifle_history):  Negative arg treated as zero.
342
343 Tue Mar 24 23:46:20 1992  K. Richard Pixley  (rich@cygnus.com)
344
345         * config/mh-sysv: INSTALL_PROG -> INSTALL.
346
347 Mon Feb 10 01:41:35 1992  Brian Fox  (bfox at gnuwest.fsf.org)
348
349         * history.c (history_do_write) Build a buffer of all of the lines
350         to write and write them in one fell swoop (lower overhead than
351         calling write () for each line).  Suggested by Peter Ho.
352
353         * vi_mode.c (rl_vi_subst) Don't forget to end the undo group.
354
355 Sat Mar  7 00:15:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
356
357         * Makefile.in: remove FIXME's on info and install-info targets.
358
359 Fri Mar  6 22:02:04 1992  K. Richard Pixley  (rich@cygnus.com)
360
361         * Makefile.in: added check target.
362
363 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
364
365         * Makefile.in, configure.in: removed traces of namesubdir,
366           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
367           copyrights to '92, changed some from Cygnus to FSF.
368
369 Fri Feb 21 14:37:32 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
370
371         * readline.c, examples/fileman.c: patches from DJ to support DOS
372
373 Thu Feb 20 23:23:16 1992  Stu Grossman  (grossman at cygnus.com)
374
375         * readline.c (rl_read_init_file):  Make sure that null filename is
376         not passed to open() or else we end up opening the directory, and
377         read a bunch of garbage into keymap[].
378
379 Mon Feb 17 17:15:09 1992  Fred Fish  (fnf at cygnus.com)
380
381         * readline.c (readline_default_bindings):  Only make use of VLNEXT
382         when both VLNEXT and TERMIOS_TTY_DRIVER is defined.  On SVR4
383         <termio.h> includes <termios.h>, so VLNEXT is always defined.
384
385         * sysdep-norm.h (_POSIX_VERSION):  Define this for all SVR4
386         systems so that <termios.h> gets used, instead of <termio.h>.
387
388 Fri Dec 20 12:04:31 1991  Fred Fish  (fnf at cygnus.com)
389
390         * configure.in:  Change svr4 references to sysv4.
391
392 Tue Dec 10 04:07:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
393
394         * Makefile.in: infodir belongs in datadir.
395
396 Fri Dec  6 23:23:14 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
397
398         * Makefile.in: remove spaces following hyphens, bsd make can't
399           cope. added clean-info.  added standards.text support.  Don't
400           know how to make info anymore.
401
402         * configure.in: commontargets is no longer a recognized hook, so
403           remove it.  new subdir called doc.
404
405 Thu Dec  5 22:46:10 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
406
407         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
408           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
409           and mandir now keyed off datadir by default.
410
411 Fri Nov 22 09:02:32 1991  John Gilmore  (gnu at cygnus.com)
412
413         * sysdep-obsd.h:  Rename from sysdep-newsos.h.
414         * configure.in:  Use sysdep-obsd for Mach as well as NEWs.
415
416         * sysdep-norm.h, sysdep-aix.h:  Add <sys/types.h>, which POSIX
417         requires to make <dirent.h> work.  Improve Sun alloca decl.
418
419 Thu Nov 21 18:48:08 1991  John Gilmore  (gnu at cygnus.com)
420
421         * Makefile.in:  Clean up ../glob/tilde.c -> tilde.o path.
422         Clean up makefile a bit in general.
423
424 Thu Nov 21 14:40:29 1991  Stu Grossman  (grossman at cygnus.com)
425
426         * configure.in, config/mh-svr4:  Make SVR4 work.
427
428         * readline.c:  Move config stuff to sysdep.h, use typedef dirent
429         consistently, remove refs to d_namlen (& D_NAMLEN) to improve
430         portability.  Also, update copyright notice.
431         readline.h:  remove config stuff that I added erroneously in the
432         first place.
433
434         * emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c,
435         vi_mode.c:  move config stuff to sysdep.h, update copyright notices.
436
437 Tue Nov 19 15:02:13 1991  Stu Grossman  (grossman at cygnus.com)
438
439         * history.c:  #include "sysdep.h".
440
441 Tue Nov 19 10:49:17 1991  Fred Fish  (fnf at cygnus.com)
442
443         * Makefile.in, config/hm-sysv, config/hm-sco:  Change SYSV to
444         USG to match current usage.
445
446         * readline.c:  Add USGr4 to list of defined things to check for
447         to use <dirent.h> style directory access.
448
449         * config/hm-svr4:  New file for System V Release 4 (USGr4).
450
451 Mon Nov 18 23:59:52 1991  Stu Grossman  (grossman at cygnus.com)
452
453         * readline.c (filename_completion_function):  use struct dirent
454         instead of struct direct.
455
456 Fri Nov  1 07:02:13 1991  Brian Fox  (bfox at gnuwest.fsf.org)
457
458         * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT
459         unconditionally.
460
461 Mon Oct 28 11:34:52 1991  Brian Fox  (bfox at gnuwest.fsf.org)
462
463         * readline.c; Use Posix directory routines and macros.
464
465         * funmap.c; Add entry for call-last-kbd-macro.
466
467         * readline.c (rl_prep_term); Use system EOF character on POSIX
468         systems also.
469
470 Thu Oct  3 16:19:53 1991  Brian Fox  (bfox at gnuwest.fsf.org)
471
472         * readline.c; Make a distinction between having a TERMIOS tty
473         driver, and having POSIX signal handling.  You might one without
474         the other.  New defines used HAVE_POSIX_SIGNALS, and
475         TERMIOS_TTY_DRIVER.
476
477 Tue Jul 30 22:37:26 1991  Brian Fox  (bfox at gnuwest.fsf.org)
478
479         * readline.c: rl_getc () If a call to read () returns without an
480         error, but with zero characters, the file is empty, so return EOF.
481
482 Thu Jul 11 20:58:38 1991  Brian Fox  (bfox at gnuwest.fsf.org)
483
484         * readline.c: (rl_get_next_history, rl_get_previous_history)
485         Reallocate the buffer space if the line being moved to is longer
486         the the current space allocated.  Amazing that no one has found
487         this bug until now.
488
489 Sun Jul  7 02:37:05 1991  Brian Fox  (bfox at gnuwest.fsf.org)
490
491         * readline.c:(rl_parse_and_bind) Allow leading whitespace.
492           Make sure TERMIO and TERMIOS systems treat CR and NL
493           disctinctly.
494         
495 Tue Jun 25 04:09:27 1991  Brian Fox  (bfox at gnuwest.fsf.org)
496
497         * readline.c: Rework parsing conditionals to pay attention to the
498         prior states of the conditional stack.  This makes $if statements
499         work correctly.
500
501 Mon Jun 24 20:45:59 1991  Brian Fox  (bfox at gnuwest.fsf.org)
502
503         * readline.c: support for displaying key binding information
504         includes the functions rl_list_funmap_names (),
505         invoking_keyseqs_in_map (), rl_invoking_keyseqs (),
506         rl_dump_functions (), and rl_function_dumper ().
507
508         funmap.c: support for same includes rl_funmap_names ().
509
510         readline.c, funmap.c: no longer define STATIC_MALLOC.  However,
511         update both version of xrealloc () to handle a null pointer.
512
513 Thu Apr 25 12:03:49 1991  Brian Fox  (bfox at gnuwest.fsf.org)
514
515         * vi_mode.c (rl_vi_fword, fWord, etc.  All functions use
516         the macro `isident()'.  Fixed movement bug which prevents
517         continious movement through the text.
518
519 Fri Jul 27 16:47:01 1990  Brian Fox  (bfox at gnuwest.fsf.org)
520
521         * readline.c (parser_if) Allow "$if term=foo" construct.
522
523 Wed May 23 16:10:33 1990  Brian Fox  (bfox at gnuwest.fsf.org)
524
525         * readline.c (rl_dispatch) Correctly remember the last command
526         executed.  Fixed typo in username_completion_function ().
527
528 Mon Apr  9 19:55:48 1990  Brian Fox  (bfox at gnuwest.fsf.org)
529
530         * readline.c: username_completion_function (); For text passed in
531         with a leading `~', remember that this could be a filename (after
532         it is completed).
533
534 Thu Apr  5 13:44:24 1990  Brian Fox  (bfox at gnuwest.fsf.org)
535
536         * readline.c: rl_search_history (): Correctly handle case of an
537         unfound search string, but a graceful exit (as with ESC).
538
539         * readline.c: rl_restart_output ();  The Apollo passes the address
540         of the file descriptor to TIOCSTART, not the descriptor itself.
541
542 Tue Mar 20 05:38:55 1990  Brian Fox  (bfox at gnuwest.fsf.org)
543
544         * readline.c: rl_complete (); second call in a row causes possible
545         completions to be listed.
546
547         * readline.c: rl_redisplay (), added prompt_this_line variable
548         which is the first character character following \n in prompt.
549
550 Sun Mar 11 04:32:03 1990  Brian Fox  (bfox at gnuwest.fsf.org)
551
552         * Signals are now supposedly handled inside of SYSV compilation.
553
554 Wed Jan 17 19:24:09 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
555
556         * history.c: history_expand (); fixed overwriting memory error,
557         added needed argument to call to get_history_event ().
558
559 Thu Jan 11 10:54:04 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
560
561         * readline.c: added mark_modified_lines to control the
562         display of an asterisk on modified history lines.  Also
563         added a user variable called mark-modified-lines to the
564         `set' command.
565
566 Thu Jan  4 10:38:05 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
567
568         * readline.c: start_insert ().  Only use IC if we don't have an im
569         capability.
570
571 Fri Sep  8 09:00:45 1989  Brian Fox  (bfox at aurel)
572
573         * readline.c: rl_prep_terminal ().  Only turn on 8th bit
574           as meta-bit iff the terminal is not using parity.
575
576 Sun Sep  3 08:57:40 1989  Brian Fox  (bfox at aurel)
577
578         * readline.c: start_insert ().  Uses multiple
579           insertion call in cases where that makes sense.
580
581           rl_insert ().  Read type-ahead buffer for additional
582           keys that are bound to rl_insert, and insert them
583           all at once.  Make insertion of single keys given
584           with an argument much more efficient.
585
586 Tue Aug  8 18:13:57 1989  Brian Fox  (bfox at aurel)
587
588         * readline.c: Changed handling of EOF.  readline () returns
589          (char *)EOF or consed string.  The EOF character is read from the
590          tty, or if the tty doesn't have one, defaults to C-d.
591
592         * readline.c: Added support for event driven programs.
593           rl_event_hook is the address of a function you want called
594           while Readline is waiting for input.
595
596         * readline.c: Cleanup time.  Functions without type declarations
597           do not use return with a value.
598
599         * history.c: history_expand () has new variable which is the
600           characters to ignore immediately following history_expansion_char.
601
602 Sun Jul 16 08:14:00 1989  Brian Fox  (bfox at aurel)
603
604         * rl_prep_terminal ()
605           BSD version turns off C-s, C-q, C-y, C-v.
606
607         * readline.c -- rl_prep_terminal ()
608           SYSV version hacks readline_echoing_p.
609           BSD version turns on passing of the 8th bit for the duration
610           of reading the line.
611
612 Tue Jul 11 06:25:01 1989  Brian Fox  (bfox at aurel)
613
614         * readline.c: new variable rl_tilde_expander.
615           If non-null, this contains the address of a function to call if
616           the standard meaning for expanding a tilde fails.  The function is
617           called with the text sans tilde (as in "foo"), and returns a
618           malloc()'ed string which is the expansion, or a NULL pointer if
619           there is no expansion. 
620
621         * readline.h - new file chardefs.h
622           Separates things that only readline.c needs from the standard
623           header file publishing interesting things about readline.
624
625         * readline.c:
626           readline_default_bindings () now looks at terminal chararacters
627           and binds those as well.
628
629 Wed Jun 28 20:20:51 1989  Brian Fox  (bfox at aurel)
630
631         * Made readline and history into independent libraries.
632