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