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