* readline.c: add HAVE_CONFIG_H test guarding #include config.h.
[bpt/guile.git] / guile-readline / ChangeLog
CommitLineData
25ad7681
RB
12003-02-27 Rob Browning <rlb@defaultvalue.org>
2
3 * autogen.sh: use autoreconf.
4
2f413bc4
NJ
52003-01-08 Neil Jerram <neil@ossau.uklinux.net>
6
7 * readline.c (scm_readline): Check that scm_cur_outp is an output
8 port, not an input one.
9
b2cbe8d8
RB
102002-12-08 Rob Browning <rlb@defaultvalue.org>
11
12 * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST.
13
14 * Makefile.am (ice9dir): VERSION -> GUILE_EFFECTIVE_VERSION.
15
30f920c3
MV
162002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
17
18 * readline.c (reentry_barrier_mutex): Reimplemented with
19 scm_make_mutex, etc.
20
c2015a4f
MD
212002-10-21 Mikael Djurfeldt <mdj@linnaeus>
22
23 * readline.scm (activate-readline): Look for use-emacs-interface
24 option in the guile-user module instead of the-root-module.
25
b592db01
MV
262002-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
27
28 * autogen.sh: Invoke plain aclocal instead of guile-aclocal.sh.
29 We don't need the Guile m4 macros and the previous invocation of
30 guile-aclocal.sh created the aclocal.m4 file in the wrong
31 directory (see change from 2002-04-26).
32
5caa57b1
MV
332002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
34
35 * autogen.sh: Change to parent dir before invoking
36 guile-aclocal.sh.
37
dc006627
MV
382002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
39
40 * Makefile.am (dist-hook): Make sure $(distdir)/Makefile.in is
41 writable before modifying it.
42
21550b10
RB
432002-04-10 Rob Browning <rlb@defaultvalue.org>
44
45 * configure.in: add definitions to AC_DEFINE calls for new
46 autoconf.
47
48 * .cvsignore: add autom4te.cache and *.c.clean.c.
49
e2bd68e0
MV
502002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
51
52 * Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
53
71990297
TTN
542002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
55
56 * Makefile.am (snarfcppopts): New var.
57 (.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
58
edb810bb
SJ
592002-02-27 Stefan Jahn <stefan@lkcc.org>
60
61 * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION'
62 file.
63
f99b18fa
TTN
642002-02-25 Thien-Thi Nguyen <ttn@giblet.glug.org>
65
66 * configure.in (LIBGUILEREADLINE-VERSION):
67 Look for this file in $srcdir.
68
8794fdca
RB
692002-02-24 Rob Browning <rlb@defaultvalue.org>
70
71 * configure.in: source ./LIBGUILEREADLINE-VERSION for version info
72 and then AC_SUBST the resulting variables:
73 LIBGUILEREADLINE_INTERFACE_CURRENT,
74 LIBGUILEREADLINE_INTERFACE_REVISION,
75 LIBGUILEREADLINE_INTERFACE_AGE, and
76 LIBGUILEREADLINE_INTERFACE.
77
78 * Makefile.am (libguilereadline_la_LDFLAGS): use
79 @LIBGUILEREADLINE_INTERFACE@ for version information.
80
81 * LIBGUILEREADLINE-VERSION: new file containing shared lib
82 versioning information.
83
88ac59a9
TTN
842002-02-12 Thien-Thi Nguyen <ttn@giblet.glug.org>
85
86 * Makefile.am (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
87 This undoes the 2002-02-08 change.
88
51477c02
TTN
892002-02-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
90
91 * Makefile.am (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
92
bbd26b5a
NJ
932002-01-29 Neil Jerram <neil@ossau.uklinux.net>
94
95 * readline.scm (with-readline-completion-function): Renamed from
96 `call-with-readline-completion-function'.
97
ee148ae7
NJ
982001-11-30 Neil Jerram <neil@ossau.uklinux.net>
99
100 * Makefile.am (EXTRA_DIST): Refer to $(ice9_DATA) rather than
101 readline.scm explicitly.
102 (ETAGS_ARGS): Added.
103
8f99e3f3
SJ
1042001-11-04 Stefan Jahn <stefan@lkcc.org>
105
106 * configure.in (EXTRA_DEFS): Follow-up patch. Using SCM_IMPORT
107 instead of __SCM_IMPORT__.
108
109 * readline.c (scm_readline_init_ports): Disable input/output
110 stream redirection for Win32. The readline package for Win32
111 does not support this. The guile-readline library works fine
112 for command line editing.
113
114 * readline.h (SCM_RL_API): Renamed __FOO__ macros into FOO.
115
257b6d40
MV
1162001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
117
118 Support for native Win32. Thanks to Stefan Jahn!
51477c02 119
257b6d40
MV
120 * Makefile.am: Put `-export-dynamic -no-undefined' into LDFLAGS
121 and add the library `libguile.la' to support linkers which do not
122 allow unresolved symbols inside shared libraries.
123
124 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
125 on Win32 platforms.
126 Define extra compiler flags necessary to build clean dlls.
127
128 * readline.c: Include `io.h' and exclude `sys/time.h' for MinGW.
129
130 * readline.h: Defintion of SCM_RL_API. Prefixed each exported
131 symbol with SCM_RL_API.
132
8c494e99
DH
1332001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
134
135 * readline.c (scm_readline, scm_add_history,
136 scm_filename_completion_function, completion_function): Remove
137 calls to SCM_STRING_COERCE_0TERMINATION_X. Since the substring
138 type is gone, all strings are 0-terminated anyway.
139
fbd5c452
DH
1402001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
141
142