* readline.scm: Moved to ../guile-readline.
[bpt/guile.git] / guile-readline / ChangeLog
CommitLineData
2b0cc4cf
MD
11999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2
3 The following change makes it possible for applications to have
4 their own version of scm_readline.
5 * readline.c, readline.h (rl_cleanup_after_signal,
6 rl_free_line_state): Made global.
7 (scm_readline_init_ports): New function.
8 (scm_readline): Use scm_readline_init_ports.
9 (Thanks to Anders Holst.)
10
11 * Makefile.am: Install guile-readline/readline.h.
12
a343458d
JB
131999-08-20 James Blandy <jimb@mule.m17n.org>
14
15 * Makefile.in, aclocal.m4, configure: Regenerated.
16
6faab786
MD
171999-08-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
18
19 * configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actually
20 use rl_getc_function. Otherwise smart compilers, like gcc,
21 optimize away the reference so that no error occurs in the link
22 phase.
23
9daf8124
MD
241999-08-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
25
26 * Makefile.am (INCLUDES): Added -I$(srcdir)/../libguile.
27 (Thanks to Greg Badros.)
28
f29f2933
MD
291999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
30
31 * readline.c (handle_error): Put a cosmetic newline on
32 rl_outstream on error before closing it.
33
34 * configure.in: Changed AC_MSG_ERROR into AC_MSG_WARN in case
35 readline doesn't exist on the system, so that configuration can
36 proceed normally without readline.
37
38 * readline.c: #include "libguile/_scm.h" (so that we get the
39 configuration information) and fix other includes so that they'll
40 work on a system where guile is not yet installed.
41
42 * Makefile.am (BUILT_SOURCES): Added.
43
c374ab69
MV
441999-07-23 Marius Vollmer <mvo@zagadka.ping.de>
45
46 * Checked everything into CVS.
47
481999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
49
50 * readline.c (stream_from_fport): New function.
51 (scm_readline): Use it to for the input and output ports. Close
52 the streams after readline returns.
53 (handle_error): Close them also when an error occured.
54
551999-06-17 Marius Vollmer <mvo@zagadka.ping.de>
56
57 * readline.h, readline.c: Removed exception notice from copyright
58 statement.
59
601999-05-16 Marius Vollmer <mvo@zagadka.ping.de>
61
62 * Started guile-readline package. Files are copied from old
63 guile-core package and slightly modified.