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