*** empty log message ***
[bpt/guile.git] / guile-readline / ChangeLog
1 2000-06-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2
3 * readline.c: Always provide scm_init_readline, also if readline
4 support is not included. Otherwise, a strange dynamic loading
5 error will occur. (It would be better not to install
6 libguilereadline at all.)
7
8 * readline-activator.scm (activate-readline): Report an error if
9 readline isn't provided by Guile.
10
11 * readline.scm: Report an error if readline isn't provided by
12 Guile; Added :no-backtrace to module header.
13
14 * configure.in: Put more ink before readline version warning.
15 (Thanks to Ian Grant.)
16
17 2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
18
19 * autogen.sh: call ../guile-aclocal.sh instead of aclocal
20
21 2000-05-01 Gary Houston <ghouston@arglist.com>
22
23 * readline.c: include libguile.h, not libguile/libguile.h.
24
25 2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
26
27 * *.*: Change includes so that they always use the "prefixes"
28 libguile/, qt/, guile-readline/, or libltdl/.
29
30 * Makefile.am (DEFS): Added. automake adds -I options to DEFS,
31 and we don't want that.
32 (INCLUDES): Removed all -I options except for the root source
33 directory and the root build directory.
34
35 2000-04-04 Dirk Herrmann <D.Herrmann@tu-bs.de>
36
37 * readline.c (scm_readline): Must unpack SCM values to access
38 their raw contents.
39
40 2000-03-19 Michael Livshin <mlivshin@bigfoot.com>
41
42 * *.[hc]: add Emacs magic at the end of file, to ensure GNU
43 indentation style.
44
45 2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
46
47 * readline.c (current_input_getc): Don't pass int values through
48 SCM variables.
49 (match_paren): Bugfix: First arg to select is not number of
50 descriptors but the number of the highest descriptor + 1.
51
52 Thu Mar 9 08:00:26 2000 Greg J. Badros <gjb@cs.washington.edu>
53
54 * readline.c: scm_validate.h renamed to validate.h.
55
56 Wed Mar 8 10:43:10 2000 Greg J. Badros <gjb@cs.washington.edu>
57
58 * readline.c (match_paren): Use SELECT_TYPE, not fd_set, for type
59 of readset.
60
61 2000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
62
63 * autogen.sh: Call libtoolize. Pass --add-missing option to
64 automake.
65
66 * readline.scm: Only link glue code when the 'readline feature is
67 not already present. Thanks to Clark McGrew.
68
69 Tue Jan 11 17:51:40 2000 Greg J. Badros <gjb@cs.washington.edu>
70
71 * readline.c (scm_init_readline): Drop extra argument to
72 scm_mutex_init as that argument should not exist. I do not know
73 how this escaped detection for so long.
74
75 2000-01-09 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
76
77 * readline.c (match_paren): Changed return type to int (this is
78 the definition in readline 4) and modified code layout according
79 to GNU coding standards.
80
81 Wed Jan 5 11:18:01 2000 Greg J. Badros <gjb@cs.washington.edu>
82
83 * readline.c: Whitespace changes -- added space after
84 SCM_VALIDATE_* macros to match GNU coding standards.
85
86 Wed Jan 5 11:02:40 2000 Greg J. Badros <gjb@cs.washington.edu>
87
88 * readline.c: Rename GUILE_PROC to SCM_DEFINE.
89
90 Mon Dec 13 13:57:57 1999 Greg J. Badros <gjb@cs.washington.edu>
91
92 * readline.c: Include libguile/scm_validate.h
93
94 Sun Dec 12 19:56:52 1999 Greg J. Badros <gjb@cs.washington.edu>
95
96 * readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and have
97 (now empty) docstrings.
98
99 1999-11-18 Gary Houston <ghouston@freewire.co.uk>
100
101 * readline.c (scm_init_readline): set rl_readline_name to Guile,
102 to allow conditionals in .inputrc.
103
104 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
105
106 * Makefile.in, configure, aclocal.m4: Deleted from CVS repository.
107 Run the autogen.sh script to create generated files like these.
108 * autogen.sh: New script, invoked by the top-level autogen.sh.
109
110 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
111
112 * configure.in: Call AM_PROG_CC_STDC.
113 * configure, aclocal.m4: Regenerated.
114
115 1999-09-16 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
116
117 * Makefile.am (.c.x): Use same rule as in libguile.
118
119 1999-09-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
120
121 * readline.h, readline.scm: Updated copyright notices.
122
123 1999-09-11 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
124
125 * readline.scm (activate-readline): Set (using-readline?).
126
127 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
128
129 * aclocal.m4: Regenerated with newer libtool macros.
130
131 * Makefile.am (DISTCLEANFILES): Get rid of .x files.
132 * Makefile.in: Regenerated.
133 (Thanks to Keisuke Nishida.)
134
135 1999-09-11 Marius Vollmer <mvo@zagadka.ping.de>
136
137 * readline.scm: Moved from ../ice-9.
138 Dynamically link libguilereadline.so.
139 (readline): Just define in this module, do not overwrite builtin
140 variable. The builtin readline function is now named "%readline",
141 so this works. See below.
142 (activate-readline): New function which contains the readline
143 activation code formerly found in top-repl.
144
145 * readline.c (scm_readline): Export it to Scheme as "%readline".
146
147 * configure.in: Get version from ../GUILE-VERSION and use it for
148 package version.
149
150 * Makefile.am: Do not install and distribute
151 readline-activator.scm. Install and distribute readline.scm
152 instead.
153
154 * aclocal.m4, Makefile.in, configure, libtool: Regenerated, but
155 probably with the wrong version of the tools.
156
157 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
158
159 The following change makes it possible for applications to have
160 their own version of scm_readline.
161 * readline.c, readline.h (rl_cleanup_after_signal,
162 rl_free_line_state): Made global.
163 (scm_readline_init_ports): New function.
164 (scm_readline): Use scm_readline_init_ports.
165 (Thanks to Anders Holst.)
166
167 * Makefile.am: Install guile-readline/readline.h.
168
169 1999-08-20 James Blandy <jimb@mule.m17n.org>
170
171 * Makefile.in, aclocal.m4, configure: Regenerated.
172
173 1999-08-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
174
175 * configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actually
176 use rl_getc_function. Otherwise smart compilers, like gcc,
177 optimize away the reference so that no error occurs in the link
178 phase.
179
180 1999-08-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
181
182 * Makefile.am (INCLUDES): Added -I$(srcdir)/../libguile.
183 (Thanks to Greg Badros.)
184
185 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
186
187 * readline.c (handle_error): Put a cosmetic newline on
188 rl_outstream on error before closing it.
189
190 * configure.in: Changed AC_MSG_ERROR into AC_MSG_WARN in case
191 readline doesn't exist on the system, so that configuration can
192 proceed normally without readline.
193
194 * readline.c: #include "libguile/_scm.h" (so that we get the
195 configuration information) and fix other includes so that they'll
196 work on a system where guile is not yet installed.
197
198 * Makefile.am (BUILT_SOURCES): Added.
199
200 1999-07-23 Marius Vollmer <mvo@zagadka.ping.de>
201
202 * Checked everything into CVS.
203
204 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
205
206 * readline.c (stream_from_fport): New function.
207 (scm_readline): Use it to for the input and output ports. Close
208 the streams after readline returns.
209 (handle_error): Close them also when an error occured.
210
211 1999-06-17 Marius Vollmer <mvo@zagadka.ping.de>
212
213 * readline.h, readline.c: Removed exception notice from copyright
214 statement.
215
216 1999-05-16 Marius Vollmer <mvo@zagadka.ping.de>
217
218 * Started guile-readline package. Files are copied from old
219 guile-core package and slightly modified.