Doc fix for the usage of num2intergral.
[bpt/guile.git] / guile-readline / ChangeLog
CommitLineData
cdbb889a
MD
12003-04-05 Mikael Djurfeldt <djurfeldt@nada.kth.se>
2
3 The intended side-effect of the following change is to make the
4 prompt appear properly when debugging or running Guile in an Emacs
5 buffer. (The readline library has some prompt magic which we were
6 expected to do ourselves when we were bold enough to provide our
7 own redisplay function---but we don't need to do that.)
8
9 * readline.c (redisplay): Removed. (It didn't do anything other
10 than calling rl_redisplay.)
11 (scm_init_readline): Don't inititalize rl_redisplay_function.
12
b3ea745b
RB
132003-03-19 Rob Browning <rlb@defaultvalue.org>
14
15 * readline.c: add HAVE_CONFIG_H test guarding #include config.h.
16
17 * autogen.sh: add a --force when autoreconfing. We may need to
18 change this if it doesn't work out...
19
20 * Makefile.am (ice-9/readline.scm): new target -- so readline will
21 work from the source tree when guile-readline is added to
22 GUILE_LOAD_PATH.
23 (all-local): add ice-9/readline.scm.
24 (clean-local): remove ice-9/readline at clean time.
25
25ad7681
RB
262003-02-27 Rob Browning <rlb@defaultvalue.org>
27
28 * autogen.sh: use autoreconf.
29
2f413bc4
NJ
302003-01-08 Neil Jerram <neil@ossau.uklinux.net>
31
32 * readline.c (scm_readline): Check that scm_cur_outp is an output
33 port, not an input one.
34
b2cbe8d8
RB
352002-12-08 Rob Browning <rlb@defaultvalue.org>
36
37 * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST.
38
39 * Makefile.am (ice9dir): VERSION -> GUILE_EFFECTIVE_VERSION.
40
30f920c3
MV
412002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
42
43 * readline.c (reentry_barrier_mutex): Reimplemented with
44 scm_make_mutex, etc.
45
c2015a4f
MD
462002-10-21 Mikael Djurfeldt <mdj@linnaeus>
47
48 * readline.scm (activate-readline): Look for use-emacs-interface
49 option in the guile-user module instead of the-root-module.
50
b592db01
MV
512002-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
52
53 * autogen.sh: Invoke plain aclocal instead of guile-aclocal.sh.
54 We don't need the Guile m4 macros and the previous invocation of
55 guile-aclocal.sh created the aclocal.m4 file in the wrong
56 directory (see change from 2002-04-26).
57
5caa57b1
MV
582002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
59
60 * autogen.sh: Change to parent dir before invoking
61 guile-aclocal.sh.
62
dc006627
MV
632002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
64
65 * Makefile.am (dist-hook): Make sure $(distdir)/Makefile.in is
66 writable before modifying it.
67
21550b10
RB
682002-04-10 Rob Browning <rlb@defaultvalue.org>
69
70 * configure.in: add definitions to AC_DEFINE calls for new
71 autoconf.
72
73 * .cvsignore: add autom4te.cache and *.c.clean.c.
74
e2bd68e0
MV
752002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
76
77 * Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
78
71990297
TTN
792002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
80
81 * Makefile.am (snarfcppopts): New var.
82 (.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
83
edb810bb
SJ
842002-02-27 Stefan Jahn <stefan@lkcc.org>
85
86 * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION'
87 file.
88
f99b18fa
TTN
892002-02-25 Thien-Thi Nguyen <ttn@giblet.glug.org>
90
91 * configure.in (LIBGUILEREADLINE-VERSION):
92 Look for this file in $srcdir.
93
8794fdca
RB
942002-02-24 Rob Browning <rlb@defaultvalue.org>
95
96 * configure.in: source ./LIBGUILEREADLINE-VERSION for version info
97 and then AC_SUBST the resulting variables:
98 LIBGUILEREADLINE_INTERFACE_CURRENT,
99 LIBGUILEREADLINE_INTERFACE_REVISION,
100 LIBGUILEREADLINE_INTERFACE_AGE, and
101 LIBGUILEREADLINE_INTERFACE.
102
103 * Makefile.am (libguilereadline_la_LDFLAGS): use
104 @LIBGUILEREADLINE_INTERFACE@ for version information.
105
106 * LIBGUILEREADLINE-VERSION: new file containing shared lib
107 versioning information.
108
88ac59a9
TTN
1092002-02-12 Thien-Thi Nguyen <ttn@giblet.glug.org>
110
111 * Makefile.am (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
112 This undoes the 2002-02-08 change.
113
51477c02
TTN
1142002-02-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
115
116 * Makefile.am (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
117
bbd26b5a
NJ
1182002-01-29 Neil Jerram <neil@ossau.uklinux.net>
119
120 * readline.scm (with-readline-completion-function): Renamed from
121 `call-with-readline-completion-function'.
122
ee148ae7
NJ
1232001-11-30 Neil Jerram <neil@ossau.uklinux.net>
124
125 * Makefile.am (EXTRA_DIST): Refer to $(ice9_DATA) rather than
126 readline.scm explicitly.
127 (ETAGS_ARGS): Added.
128
8f99e3f3
SJ
1292001-11-04 Stefan Jahn <stefan@lkcc.org>
130
131 * configure.in (EXTRA_DEFS): Follow-up patch. Using SCM_IMPORT
132 instead of __SCM_IMPORT__.
133
134 * readline.c (scm_readline_init_ports): Disable input/output
135 stream redirection for Win32. The readline package for Win32
136 does not support this. The guile-readline library works fine
137 for command line editing.
138
139 * readline.h (SCM_RL_API): Renamed __FOO__ macros into FOO.
140
257b6d40
MV
1412001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
142
143 Support for native Win32. Thanks to Stefan Jahn!
51477c02 144
257b6d40
MV
145 * Makefile.am: Put `-export-dynamic -no-undefined' into LDFLAGS
146 and add the library `libguile.la' to support linkers which do not
147 allow unresolved symbols inside shared libraries.
148
149 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
150 on Win32 platforms.
151 Define extra compiler flags necessary to build clean dlls.
152
153 * readline.c: Include `io.h' and exclude `sys/time.h' for MinGW.
154
155 * readline.h: Defintion of SCM_RL_API. Prefixed each exported
156 symbol with SCM_RL_API.
157
8c494e99
DH
1582001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
159
160 * readline.c (scm_readline, scm_add_history,
161 scm_filename_completion_function, completion_function): Remove
162 calls to SCM_STRING_COERCE_0TERMINATION_X. Since the substring
163 type is gone, all strings are 0-terminated anyway.
164
fbd5c452
DH
1652001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
166
167