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