* readline.c (match_paren): Changed return type to int (this is
[bpt/guile.git] / guile-readline / ChangeLog
CommitLineData
2cc0f8cb
GB
1Wed Jan 5 11:18:01 2000 Greg J. Badros <gjb@cs.washington.edu>
2
3 * readline.c: Whitespace changes -- added space after
4 SCM_VALIDATE_* macros to match GNU coding standards.
5
ca8cd130
GB
6Wed Jan 5 11:02:40 2000 Greg J. Badros <gjb@cs.washington.edu>
7
8 * readline.c: Rename GUILE_PROC to SCM_DEFINE.
9
dceef6be
GB
10Mon Dec 13 13:57:57 1999 Greg J. Badros <gjb@cs.washington.edu>
11
12 * readline.c: Include libguile/scm_validate.h
13
3a596d3c
GB
14Sun Dec 12 19:56:52 1999 Greg J. Badros <gjb@cs.washington.edu>
15
16 * readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and have
17 (now empty) docstrings.
18
5c11cc9d
GH
191999-11-18 Gary Houston <ghouston@freewire.co.uk>
20
21 * readline.c (scm_init_readline): set rl_readline_name to Guile,
22 to allow conditionals in .inputrc.
23
0c1221ab
JB
241999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
25
0cbedb5b
JB
26 * Makefile.in, configure, aclocal.m4: Deleted from CVS repository.
27 Run the autogen.sh script to create generated files like these.
e8ff4648 28 * autogen.sh: New script, invoked by the top-level autogen.sh.
0c1221ab 29
fc97c626
JB
301999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
31
32 * configure.in: Call AM_PROG_CC_STDC.
33 * configure, aclocal.m4: Regenerated.
34
8cc9503d
MD
351999-09-16 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
36
37 * Makefile.am (.c.x): Use same rule as in libguile.
38
03ce8ed1
MD
391999-09-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
40
30772a34 41 * readline.h, readline.scm: Updated copyright notices.
03ce8ed1 42
f14d3ff8
MD
431999-09-11 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
44
45 * readline.scm (activate-readline): Set (using-readline?).
46
49537948
JB
471999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
48
b142c81d
JB
49 * aclocal.m4: Regenerated with newer libtool macros.
50
49537948
JB
51 * Makefile.am (DISTCLEANFILES): Get rid of .x files.
52 * Makefile.in: Regenerated.
53 (Thanks to Keisuke Nishida.)
54
98baa684
MV
551999-09-11 Marius Vollmer <mvo@zagadka.ping.de>
56
57 * readline.scm: Moved from ../ice-9.
58 Dynamically link libguilereadline.so.
59 (readline): Just define in this module, do not overwrite builtin
60 variable. The builtin readline function is now named "%readline",
61 so this works. See below.
62 (activate-readline): New function which contains the readline
63 activation code formerly found in top-repl.
64
65 * readline.c (scm_readline): Export it to Scheme as "%readline".
66
67 * configure.in: Get version from ../GUILE-VERSION and use it for
68 package version.
69
70 * Makefile.am: Do not install and distribute
71 readline-activator.scm. Install and distribute readline.scm
72 instead.
73
74 * aclocal.m4, Makefile.in, configure, libtool: Regenerated, but
75 probably with the wrong version of the tools.
76
2b0cc4cf
MD
771999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
78
79 The following change makes it possible for applications to have
80 their own version of scm_readline.
81 * readline.c, readline.h (rl_cleanup_after_signal,
82 rl_free_line_state): Made global.
83 (scm_readline_init_ports): New function.
84 (scm_readline): Use scm_readline_init_ports.
85 (Thanks to Anders Holst.)
86
87 * Makefile.am: Install guile-readline/readline.h.
88
a343458d
JB
891999-08-20 James Blandy <jimb@mule.m17n.org>
90
91 * Makefile.in, aclocal.m4, configure: Regenerated.
92
6faab786
MD
931999-08-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
94
95 * configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actually
96 use rl_getc_function. Otherwise smart compilers, like gcc,
97 optimize away the reference so that no error occurs in the link
98 phase.
99
9daf8124
MD
1001999-08-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
101
102 * Makefile.am (INCLUDES): Added -I$(srcdir)/../libguile.
103 (Thanks to Greg Badros.)
104
f29f2933
MD
1051999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
106
107 * readline.c (handle_error): Put a cosmetic newline on
108 rl_outstream on error before closing it.
109
110 * configure.in: Changed AC_MSG_ERROR into AC_MSG_WARN in case
111 readline doesn't exist on the system, so that configuration can
112 proceed normally without readline.
113
114 * readline.c: #include "libguile/_scm.h" (so that we get the
115 configuration information) and fix other includes so that they'll
116 work on a system where guile is not yet installed.
117
118 * Makefile.am (BUILT_SOURCES): Added.
119
c374ab69
MV
1201999-07-23 Marius Vollmer <mvo@zagadka.ping.de>
121
122 * Checked everything into CVS.
123
1241999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
125
126 * readline.c (stream_from_fport): New function.
127 (scm_readline): Use it to for the input and output ports. Close
128 the streams after readline returns.
129 (handle_error): Close them also when an error occured.
130
1311999-06-17 Marius Vollmer <mvo@zagadka.ping.de>
132
133 * readline.h, readline.c: Removed exception notice from copyright
134 statement.
135
1361999-05-16 Marius Vollmer <mvo@zagadka.ping.de>
137
138 * Started guile-readline package. Files are copied from old
139 guile-core package and slightly modified.