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