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