(ice9_sources): Add gap-buffer.scm.
[bpt/guile.git] / guile-readline / ChangeLog
CommitLineData
b592db01
MV
12002-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
2
3 * autogen.sh: Invoke plain aclocal instead of guile-aclocal.sh.
4 We don't need the Guile m4 macros and the previous invocation of
5 guile-aclocal.sh created the aclocal.m4 file in the wrong
6 directory (see change from 2002-04-26).
7
5caa57b1
MV
82002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
9
10 * autogen.sh: Change to parent dir before invoking
11 guile-aclocal.sh.
12
dc006627
MV
132002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
14
15 * Makefile.am (dist-hook): Make sure $(distdir)/Makefile.in is
16 writable before modifying it.
17
21550b10
RB
182002-04-10 Rob Browning <rlb@defaultvalue.org>
19
20 * configure.in: add definitions to AC_DEFINE calls for new
21 autoconf.
22
23 * .cvsignore: add autom4te.cache and *.c.clean.c.
24
e2bd68e0
MV
252002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
26
27 * Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
28
71990297
TTN
292002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
30
31 * Makefile.am (snarfcppopts): New var.
32 (.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
33
edb810bb
SJ
342002-02-27 Stefan Jahn <stefan@lkcc.org>
35
36 * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION'
37 file.
38
f99b18fa
TTN
392002-02-25 Thien-Thi Nguyen <ttn@giblet.glug.org>
40
41 * configure.in (LIBGUILEREADLINE-VERSION):
42 Look for this file in $srcdir.
43
8794fdca
RB
442002-02-24 Rob Browning <rlb@defaultvalue.org>
45
46 * configure.in: source ./LIBGUILEREADLINE-VERSION for version info
47 and then AC_SUBST the resulting variables:
48 LIBGUILEREADLINE_INTERFACE_CURRENT,
49 LIBGUILEREADLINE_INTERFACE_REVISION,
50 LIBGUILEREADLINE_INTERFACE_AGE, and
51 LIBGUILEREADLINE_INTERFACE.
52
53 * Makefile.am (libguilereadline_la_LDFLAGS): use
54 @LIBGUILEREADLINE_INTERFACE@ for version information.
55
56 * LIBGUILEREADLINE-VERSION: new file containing shared lib
57 versioning information.
58
88ac59a9
TTN
592002-02-12 Thien-Thi Nguyen <ttn@giblet.glug.org>
60
61 * Makefile.am (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
62 This undoes the 2002-02-08 change.
63
51477c02
TTN
642002-02-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
65
66 * Makefile.am (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
67
bbd26b5a
NJ
682002-01-29 Neil Jerram <neil@ossau.uklinux.net>
69
70 * readline.scm (with-readline-completion-function): Renamed from
71 `call-with-readline-completion-function'.
72
ee148ae7
NJ
732001-11-30 Neil Jerram <neil@ossau.uklinux.net>
74
75 * Makefile.am (EXTRA_DIST): Refer to $(ice9_DATA) rather than
76 readline.scm explicitly.
77 (ETAGS_ARGS): Added.
78
8f99e3f3
SJ
792001-11-04 Stefan Jahn <stefan@lkcc.org>
80
81 * configure.in (EXTRA_DEFS): Follow-up patch. Using SCM_IMPORT
82 instead of __SCM_IMPORT__.
83
84 * readline.c (scm_readline_init_ports): Disable input/output
85 stream redirection for Win32. The readline package for Win32
86 does not support this. The guile-readline library works fine
87 for command line editing.
88
89 * readline.h (SCM_RL_API): Renamed __FOO__ macros into FOO.
90
257b6d40
MV
912001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
92
93 Support for native Win32. Thanks to Stefan Jahn!
51477c02 94
257b6d40
MV
95 * Makefile.am: Put `-export-dynamic -no-undefined' into LDFLAGS
96 and add the library `libguile.la' to support linkers which do not
97 allow unresolved symbols inside shared libraries.
98
99 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
100 on Win32 platforms.
101 Define extra compiler flags necessary to build clean dlls.
102
103 * readline.c: Include `io.h' and exclude `sys/time.h' for MinGW.
104
105 * readline.h: Defintion of SCM_RL_API. Prefixed each exported
106 symbol with SCM_RL_API.
107
8c494e99
DH
1082001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
109
110 * readline.c (scm_readline, scm_add_history,
111 scm_filename_completion_function, completion_function): Remove
112 calls to SCM_STRING_COERCE_0TERMINATION_X. Since the substring
113 type is gone, all strings are 0-terminated anyway.
114
fbd5c452
DH
1152001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
116
117