* configure.in: updates for new autoconf -- add definitions to
[bpt/guile.git] / guile-readline / ChangeLog
CommitLineData
e2bd68e0
MV
12002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
4
71990297
TTN
52002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
6
7 * Makefile.am (snarfcppopts): New var.
8 (.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
9
edb810bb
SJ
102002-02-27 Stefan Jahn <stefan@lkcc.org>
11
12 * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION'
13 file.
14
f99b18fa
TTN
152002-02-25 Thien-Thi Nguyen <ttn@giblet.glug.org>
16
17 * configure.in (LIBGUILEREADLINE-VERSION):
18 Look for this file in $srcdir.
19
8794fdca
RB
202002-02-24 Rob Browning <rlb@defaultvalue.org>
21
22 * configure.in: source ./LIBGUILEREADLINE-VERSION for version info
23 and then AC_SUBST the resulting variables:
24 LIBGUILEREADLINE_INTERFACE_CURRENT,
25 LIBGUILEREADLINE_INTERFACE_REVISION,
26 LIBGUILEREADLINE_INTERFACE_AGE, and
27 LIBGUILEREADLINE_INTERFACE.
28
29 * Makefile.am (libguilereadline_la_LDFLAGS): use
30 @LIBGUILEREADLINE_INTERFACE@ for version information.
31
32 * LIBGUILEREADLINE-VERSION: new file containing shared lib
33 versioning information.
34
88ac59a9
TTN
352002-02-12 Thien-Thi Nguyen <ttn@giblet.glug.org>
36
37 * Makefile.am (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
38 This undoes the 2002-02-08 change.
39
51477c02
TTN
402002-02-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
41
42 * Makefile.am (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
43
bbd26b5a
NJ
442002-01-29 Neil Jerram <neil@ossau.uklinux.net>
45
46 * readline.scm (with-readline-completion-function): Renamed from
47 `call-with-readline-completion-function'.
48
ee148ae7
NJ
492001-11-30 Neil Jerram <neil@ossau.uklinux.net>
50
51 * Makefile.am (EXTRA_DIST): Refer to $(ice9_DATA) rather than
52 readline.scm explicitly.
53 (ETAGS_ARGS): Added.
54
8f99e3f3
SJ
552001-11-04 Stefan Jahn <stefan@lkcc.org>
56
57 * configure.in (EXTRA_DEFS): Follow-up patch. Using SCM_IMPORT
58 instead of __SCM_IMPORT__.
59
60 * readline.c (scm_readline_init_ports): Disable input/output
61 stream redirection for Win32. The readline package for Win32
62 does not support this. The guile-readline library works fine
63 for command line editing.
64
65 * readline.h (SCM_RL_API): Renamed __FOO__ macros into FOO.
66
257b6d40
MV
672001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
68
69 Support for native Win32. Thanks to Stefan Jahn!
51477c02 70
257b6d40
MV
71 * Makefile.am: Put `-export-dynamic -no-undefined' into LDFLAGS
72 and add the library `libguile.la' to support linkers which do not
73 allow unresolved symbols inside shared libraries.
74
75 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
76 on Win32 platforms.
77 Define extra compiler flags necessary to build clean dlls.
78
79 * readline.c: Include `io.h' and exclude `sys/time.h' for MinGW.
80
81 * readline.h: Defintion of SCM_RL_API. Prefixed each exported
82 symbol with SCM_RL_API.
83
8c494e99
DH
842001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
85
86 * readline.c (scm_readline, scm_add_history,
87 scm_filename_completion_function, completion_function): Remove
88 calls to SCM_STRING_COERCE_0TERMINATION_X. Since the substring
89 type is gone, all strings are 0-terminated anyway.
90
fbd5c452
DH
912001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
92
93