* readline.c (match_paren): Use SELECT_TYPE, not fd_set, for type
[bpt/guile.git] / guile-readline / ChangeLog
CommitLineData
3a721413
MV
12000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * autogen.sh: Call libtoolize. Pass --add-missing option to
4 automake.
5
6 * readline.scm: Only link glue code when the 'readline feature is
7 not already present. Thanks to Clark McGrew.
8
c262d0f1
GB
9Tue Jan 11 17:51:40 2000 Greg J. Badros <gjb@cs.washington.edu>
10
11 * readline.c (scm_init_readline): Drop extra argument to
12 scm_mutex_init as that argument should not exist. I do not know
13 how this escaped detection for so long.
14
b9bb8cab
MD
152000-01-09 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
16
17 * readline.c (match_paren): Changed return type to int (this is
18 the definition in readline 4) and modified code layout according
19 to GNU coding standards.
20
2cc0f8cb
GB
21Wed Jan 5 11:18:01 2000 Greg J. Badros <gjb@cs.washington.edu>
22
23 * readline.c: Whitespace changes -- added space after
24 SCM_VALIDATE_* macros to match GNU coding standards.
25
ca8cd130
GB
26Wed Jan 5 11:02:40 2000 Greg J. Badros <gjb@cs.washington.edu>
27
28 * readline.c: Rename GUILE_PROC to SCM_DEFINE.
29
dceef6be
GB
30Mon Dec 13 13:57:57 1999 Greg J. Badros <gjb@cs.washington.edu>
31
32 * readline.c: Include libguile/scm_validate.h
33
3a596d3c
GB
34Sun Dec 12 19:56:52 1999 Greg J. Badros <gjb@cs.washington.edu>
35
36 * readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and have
37 (now empty) docstrings.
38
5c11cc9d
GH
391999-11-18 Gary Houston <ghouston@freewire.co.uk>
40
41 * readline.c (scm_init_readline): set rl_readline_name to Guile,
42 to allow conditionals in .inputrc.
43
0c1221ab
JB
441999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
45
0cbedb5b
JB
46 * Makefile.in, configure, aclocal.m4: Deleted from CVS repository.
47 Run the autogen.sh script to create generated files like these.
e8ff4648 48 * autogen.sh: New script, invoked by the top-level autogen.sh.
0c1221ab 49
fc97c626
JB
501999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
51
52 * configure.in: Call AM_PROG_CC_STDC.
53 * configure, aclocal.m4: Regenerated.
54
8cc9503d
MD
551999-09-16 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
56
57 * Makefile.am (.c.x): Use same rule as in libguile.
58
03ce8ed1
MD
591999-09-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
60
30772a34 61 * readline.h, readline.scm: Updated copyright notices.
03ce8ed1 62
f14d3ff8
MD
631999-09-11 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
64
65 * readline.scm (activate-readline): Set (using-readline?).
66
49537948
JB
671999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
68
b142c81d
JB
69 * aclocal.m4: Regenerated with newer libtool macros.
70
49537948
JB
71 * Makefile.am (DISTCLEANFILES): Get rid of .x files.
72 * Makefile.in: Regenerated.
73 (Thanks to Keisuke Nishida.)
74
98baa684
MV
751999-09-11 Marius Vollmer <mvo@zagadka.ping.de>
76
77 * readline.scm: Moved from ../ice-9.
78 Dynamically link libguilereadline.so.
79 (readline): Just define in this module, do not overwrite builtin
80 variable. The builtin readline function is now named "%readline",
81 so this works. See below.
82 (activate-readline): New function which contains the readline
83 activation code formerly found in top-repl.
84
85 * readline.c (scm_readline): Export it to Scheme as "%readline".
86
87 * configure.in: Get version from ../GUILE-VERSION and use it for
88 package version.
89
90 * Makefile.am: Do not install and distribute
91 readline-activator.scm. Install and distribute readline.scm
92 instead.
93
94 * aclocal.m4, Makefile.in, configure, libtool: Regenerated, but
95 probably with the wrong version of the tools.
96
2b0cc4cf
MD
971999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
98
99 The following change makes it possible for applications to have
100 their own version of scm_readline.
101 * readline.c, readline.h (rl_cleanup_after_signal,
102 rl_free_line_state): Made global.
103 (scm_readline_init_ports): New function.
104 (scm_readline): Use scm_readline_init_ports.
105 (Thanks to Anders Holst.)
106
107 * Makefile.am: Install guile-readline/readline.h.
108
a343458d
JB
1091999-08-20 James Blandy <jimb@mule.m17n.org>
110
111 * Makefile.in, aclocal.m4, configure: Regenerated.
112
6faab786
MD
1131999-08-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
114
115 * configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actually
116 use rl_getc_function. Otherwise smart compilers, like gcc,
117 optimize away the reference so that no error occurs in the link
118 phase.
119
9daf8124
MD
1201999-08-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
121
122 * Makefile.am (INCLUDES): Added -I$(srcdir)/../libguile.
123 (Thanks to Greg Badros.)
124
f29f2933
MD
1251999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
126
127 * readline.c (handle_error): Put a cosmetic newline on
128 rl_outstream on error before closing it.
129
130 * configure.in: Changed AC_MSG_ERROR into AC_MSG_WARN in case
131 readline doesn't exist on the system, so that configuration can
132 proceed normally without readline.
133
134 * readline.c: #include "libguile/_scm.h" (so that we get the
135 configuration information) and fix other includes so that they'll
136 work on a system where guile is not yet installed.
137
138 * Makefile.am (BUILT_SOURCES): Added.
139
c374ab69
MV
1401999-07-23 Marius Vollmer <mvo@zagadka.ping.de>
141
142 * Checked everything into CVS.
143
1441999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
145
146 * readline.c (stream_from_fport): New function.
147 (scm_readline): Use it to for the input and output ports. Close
148 the streams after readline returns.
149 (handle_error): Close them also when an error occured.
150
1511999-06-17 Marius Vollmer <mvo@zagadka.ping.de>
152
153 * readline.h, readline.c: Removed exception notice from copyright
154 statement.
155
1561999-05-16 Marius Vollmer <mvo@zagadka.ping.de>
157
158 * Started guile-readline package. Files are copied from old
159 guile-core package and slightly modified.