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