* GUILE-VERSION: Bumped versions for 1.9 series.
[bpt/guile.git] / ChangeLog
CommitLineData
0f24e75b
MV
12006-02-06 Marius Vollmer <mvo@zagadka.de>
2
3 * GUILE-VERSION: Bumped versions for 1.9 series.
4
5 * configure.in: Removed --enable-arrays option.
6
9abd541e
NJ
72005-12-14 Neil Jerram <neil@ossau.uklinux.net>
8
9 * NEWS: Remove entry claiming that breakpoints have been added,
10 because breakpoints are now implemented outside the core distro.
11 Add entries on obsolescence of the 'cheap option and on tweaking
12 support in evaluator trap calls. Finally, correct outline level
13 of item about make-keyword-from-dash-symbol.
14
dae11beb
NJ
152005-07-09 Neil Jerram <neil@ossau.uklinux.net>
16
e363047c
NJ
17 * configure.in (AC_CONFIG_FILES): Removed emacs/Makefile and
18 ice-9/debugger/breakpoints/Makefile.
19
dae11beb
NJ
20 * Makefile.am (SUBDIRS): Removed emacs.
21
875a58aa
MV
222005-06-05 Marius Vollmer <mvo@zagadka.de>
23
24 From Jan Nieuwenhuizen <janneke@gnu.org>. Thanks!
25
26 * configure.in: Add tests for socklen_t and ip_mreq.
27
ba78f311
KR
282005-03-13 Kevin Ryde <user42@zip.com.au>
29
30 * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
31
d1c38e11
MV
322005-03-09 Marius Vollmer <mvo@zagadka.de>
33
34 Guile 1.7.2 has been released.
35
36 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
37
461f34aa
MV
382005-03-08 Marius Vollmer <mvo@zagadka.de>
39
40 libltdl is no longer distributed. We expect it to be installed
41 already.
42
43 * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use
44 AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
45 add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
46
47 * Makefile.am (SUBDIRS): Removed libltdl.
48
49 * README: Talk about required external packages.
50
51 * autogen.sh: Do not call libtoolize.
52
a81b8618
MV
532005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
54
55 * configure.in: Do not check for fast or recursive mutexes. Check
56 for pthread_attr_getstack.
57 (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
58 (pthread_mutexattr_settype): Do not check for it.
59
35f2529d
MV
602005-02-28 Marius Vollmer <mvo@zagadka.de>
61
62 * autogen.sh: Add '--verbose' option to autoreconf invocation.
63 Thanks to Bruno Haible.
64
0356881d
MV
652005-01-02 Marius Vollmer <mvo@zagadka.de>
66
67 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
68 option.
69
7674622e
KR
702004-11-28 Kevin Ryde <user42@zip.com.au>
71
72 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
73 latter is what libtool defines.
74
7b1574ed
MV
752004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
76
77 * libguile.h: Include "libguile/srfi-4.h".
78
22417f2f
MV
792004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
80
81 * autogen.sh: Added explicit invocation of libtoolize before
82 autoreconf so that libltdl/ is updated as well.
83
6191ccec
MV
842004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
85
86 Removed usage of libguile-ltdl.
87
88 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
89 AC_LIB_LTDL.
90 (AC_CONFIG_SUBDIRS): Added libltdl.
91 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
92 stuff. Also subst LTDLINC instead of INCLTDL.
93 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
94 libguile-ltdl/upstream/Makefile.
95
96 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
97
cfbd0f35
MV
982004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
99
5cc183a1
MV
100 * ABOUT-NLS: New, from gettext 0.14.1.
101
cfbd0f35
MV
102 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
103 with autoconf 2.59.
104
32540d85
MV
1052004-09-25 Marius Vollmer <mvo@zagadka.de>
106
107 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
108 gettextize to run during autogen.sh, which we do not want.
109 Explicitely check for libintl, gettext, bindtextdomain, and
110 textdomain instead.
111
84adbbc8
MV
1122004-09-24 Marius Vollmer <mvo@zagadka.de>
113
2edf319f
MV
114 * libguile.h: Include <gmp.h> outside of extern "C" block.
115 (Note that numbers.h still includes gmp.h to make it
116 self-contained.)
117
84adbbc8
MV
118 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
119 for the user and is often overwritten temporarily.
120 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
121 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
122
d5ac9b2a
MV
1232004-09-22 Marius Vollmer <mvo@zagadka.de>
124
125 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
126
9c0485fc
MV
1272004-09-21 Marius Vollmer <mvo@zagadka.de>
128
129 * acinclude.m4 (ACX_PTHREAD): New.
130 * configure.in: Use it instead of simply looking for -lpthread.
131