ChangeLog-2008 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723
  1. 2008-05-07 Ludovic Courtès <ludo@gnu.org>
  2. * ice-9/Makefile.am (guile_pdd): Don't use `patsubst': it's GNU
  3. Make and broke BSD Make as found on FreeBSD 6.2.
  4. 2008-04-16 Ludovic Courtès <ludo@gnu.org>
  5. * configure.in (AC_INIT): Don't use "echo -n", which is not
  6. available on MacOS X; use `patsubst' instead to remove the
  7. newline. Reported by Steven Wu <wus@qwest.net>.
  8. 2008-02-16 Ludovic Courtès <ludo@gnu.org>
  9. * LIBGUILEREADLINE-VERSION
  10. (LIBGUILEREADLINE_INTERFACE_REVISION): Increment for release.
  11. 2008-01-29 Neil Jerram <neil@ossau.uklinux.net>
  12. * readline.c (scm_init_readline): Only do init_bouncing_parens ()
  13. if HAVE_RL_GET_KEYMAP.
  14. (init_bouncing_parens, find_matching_paren, match_paren): Compile
  15. out if ! HAVE_RL_GET_KEYMAP.
  16. * configure.in: Add check for rl_get_keymap.
  17. 2007-07-15 Ludovic Courtès <ludo@gnu.org>
  18. * LIBGUILEREADLINE-VERSION
  19. (LIBGUILEREADLINE_INTERFACE_REVISION): Incremented for release.
  20. 2007-06-26 Ludovic Courtès <ludo@gnu.org>
  21. * readline.c (scm_add_history): Free S after invocation of
  22. `add_history ()'.
  23. 2006-10-06 Rob Browning <rlb@defaultvalue.org>
  24. * LIBGUILEREADLINE-VERSION (LIBGUILEREADLINE_INTERFACE_REVISION):
  25. Increment for release.
  26. 2006-10-05 Kevin Ryde <user42@zip.com.au>
  27. * ice-9/readline.scm (filename-completion-function): Export this.
  28. 2006-05-15 Kevin Ryde <user42@zip.com.au>
  29. * Makefile.am (INCLUDES): Add "-I." to pick up guile-readline-config.h
  30. in snarfer.
  31. 2006-04-18 Rob Browning <rlb@defaultvalue.org>
  32. * .cvsignore: Add guile-readline-config.h and
  33. guile-readline-config.h.in.
  34. * readline.c: Don't include Guile private header _scm.h.
  35. Include new guile-readline-config.h private header.
  36. * configure.in: Add AC_CONFIG_AUX_DIR([.]) as suggested in the
  37. autotools documentation. Add
  38. AM_CONFIG_HEADER([guile-readline-config.h]) so that guile-readline
  39. will have its own configure-based config.h equivalent.
  40. (HAVE_RL_PRE_INPUT_HOOK): Add documentation template.
  41. (GUILE_SIGWINCH_SA_RESTART_CLEARED): Add documentation template.
  42. 2006-03-12 Neil Jerram <neil@ossau.uklinux.net>
  43. * ice-9/readline.scm (make-completion-function): New.
  44. 2006-02-06 Marius Vollmer <mvo@zagadka.de>
  45. * LIBGUILEREADLINE-VERSION: Bumped versions for 1.8.
  46. 2005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  47. * readline.c: Use scm_current_input_port instead of scm_cur_inp.
  48. Use scm_std_select instead of scm_internal_select.
  49. 2004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  50. * LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
  51. Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of
  52. the shared library.
  53. * configure.in: AC_SUBST it.
  54. * Makefile.am: Substitute it into name of library.
  55. * ice-9/readline.scm: Use new name with load-extension.
  56. 2004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  57. * readline.c: Avoid the use of discouraged or
  58. deprecated things.
  59. 2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  60. * readline.c: Replaced all uses of deprecated SCM_FALSEP,
  61. SCM_NFALSEP, SCM_BOOL, SCM_NEGATE_BOOL, and SCM_BOOLP with
  62. scm_is_false, scm_is_true, scm_from_bool, and scm_is_bool,
  63. respectively.
  64. 2004-06-16 Rob Browning <rlb@defaultvalue.org>
  65. * configure.in: move package and version args to AC_INIT as is now
  66. recommended. This also requires m4_esyscmd to read GUILE-VERSION
  67. given the way AC_INIT handles its args. Also move "foreign"
  68. indication here.
  69. * Makefile.am: move support for readline.scm to ice-9/ subdir.
  70. * readline.scm: moved to ./ice-9/
  71. * .cvsignore: add ice-9 dir.
  72. * ice-9/Makefile.am: new file.
  73. * ice-9/readline.scm: moved here from ../
  74. * ice-9/.cvsignore: new file.
  75. 2004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
  76. * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
  77. 2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
  78. * Makefile.am (TAGS_FILES): Use this variable instead of
  79. ETAGS_ARGS so that TAGS can be built using separate build
  80. directory.
  81. 2003-05-04 Marius Vollmer <mvo@zagadka.de>
  82. * configure.in: When checking whether readline clears SA_RESTART,
  83. let readline read from "/dev/null". Otherwise, it might be
  84. stopped when run in the background with job control, say.
  85. Thanks to Michael Talbot-Wilson!
  86. 2003-04-05 Mikael Djurfeldt <djurfeldt@nada.kth.se>
  87. The intended side-effect of the following change is to make the
  88. prompt appear properly when debugging or running Guile in an Emacs
  89. buffer. (The readline library has some prompt magic which we were
  90. expected to do ourselves when we were bold enough to provide our
  91. own redisplay function---but we don't need to do that.)
  92. * readline.c (redisplay): Removed. (It didn't do anything other
  93. than calling rl_redisplay.)
  94. (scm_init_readline): Don't inititalize rl_redisplay_function.
  95. 2003-03-19 Rob Browning <rlb@defaultvalue.org>
  96. * readline.c: add HAVE_CONFIG_H test guarding #include config.h.
  97. * autogen.sh: add a --force when autoreconfing. We may need to
  98. change this if it doesn't work out...
  99. * Makefile.am (ice-9/readline.scm): new target -- so readline will
  100. work from the source tree when guile-readline is added to
  101. GUILE_LOAD_PATH.
  102. (all-local): add ice-9/readline.scm.
  103. (clean-local): remove ice-9/readline at clean time.
  104. 2003-02-27 Rob Browning <rlb@defaultvalue.org>
  105. * autogen.sh: use autoreconf.
  106. 2003-01-08 Neil Jerram <neil@ossau.uklinux.net>
  107. * readline.c (scm_readline): Check that scm_cur_outp is an output
  108. port, not an input one.
  109. 2002-12-08 Rob Browning <rlb@defaultvalue.org>
  110. * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST.
  111. * Makefile.am (ice9dir): VERSION -> GUILE_EFFECTIVE_VERSION.
  112. 2002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
  113. * readline.c (reentry_barrier_mutex): Reimplemented with
  114. scm_make_mutex, etc.
  115. 2002-10-21 Mikael Djurfeldt <mdj@linnaeus>
  116. * readline.scm (activate-readline): Look for use-emacs-interface
  117. option in the guile-user module instead of the-root-module.
  118. 2002-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  119. * autogen.sh: Invoke plain aclocal instead of guile-aclocal.sh.
  120. We don't need the Guile m4 macros and the previous invocation of
  121. guile-aclocal.sh created the aclocal.m4 file in the wrong
  122. directory (see change from 2002-04-26).
  123. 2002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
  124. * autogen.sh: Change to parent dir before invoking
  125. guile-aclocal.sh.
  126. 2002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
  127. * Makefile.am (dist-hook): Make sure $(distdir)/Makefile.in is
  128. writable before modifying it.
  129. 2002-04-10 Rob Browning <rlb@defaultvalue.org>
  130. * configure.in: add definitions to AC_DEFINE calls for new
  131. autoconf.
  132. * .cvsignore: add autom4te.cache and *.c.clean.c.
  133. 2002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
  134. * Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
  135. 2002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
  136. * Makefile.am (snarfcppopts): New var.
  137. (.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
  138. 2002-02-27 Stefan Jahn <stefan@lkcc.org>
  139. * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION'
  140. file.
  141. 2002-02-25 Thien-Thi Nguyen <ttn@giblet.glug.org>
  142. * configure.in (LIBGUILEREADLINE-VERSION):
  143. Look for this file in $srcdir.
  144. 2002-02-24 Rob Browning <rlb@defaultvalue.org>
  145. * configure.in: source ./LIBGUILEREADLINE-VERSION for version info
  146. and then AC_SUBST the resulting variables:
  147. LIBGUILEREADLINE_INTERFACE_CURRENT,
  148. LIBGUILEREADLINE_INTERFACE_REVISION,
  149. LIBGUILEREADLINE_INTERFACE_AGE, and
  150. LIBGUILEREADLINE_INTERFACE.
  151. * Makefile.am (libguilereadline_la_LDFLAGS): use
  152. @LIBGUILEREADLINE_INTERFACE@ for version information.
  153. * LIBGUILEREADLINE-VERSION: new file containing shared lib
  154. versioning information.
  155. 2002-02-12 Thien-Thi Nguyen <ttn@giblet.glug.org>
  156. * Makefile.am (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
  157. This undoes the 2002-02-08 change.
  158. 2002-02-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
  159. * Makefile.am (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
  160. 2002-01-29 Neil Jerram <neil@ossau.uklinux.net>
  161. * readline.scm (with-readline-completion-function): Renamed from
  162. `call-with-readline-completion-function'.
  163. 2001-11-30 Neil Jerram <neil@ossau.uklinux.net>
  164. * Makefile.am (EXTRA_DIST): Refer to $(ice9_DATA) rather than
  165. readline.scm explicitly.
  166. (ETAGS_ARGS): Added.
  167. 2001-11-04 Stefan Jahn <stefan@lkcc.org>
  168. * configure.in (EXTRA_DEFS): Follow-up patch. Using SCM_IMPORT
  169. instead of __SCM_IMPORT__.
  170. * readline.c (scm_readline_init_ports): Disable input/output
  171. stream redirection for Win32. The readline package for Win32
  172. does not support this. The guile-readline library works fine
  173. for command line editing.
  174. * readline.h (SCM_RL_API): Renamed __FOO__ macros into FOO.
  175. 2001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
  176. Support for native Win32. Thanks to Stefan Jahn!
  177. * Makefile.am: Put `-export-dynamic -no-undefined' into LDFLAGS
  178. and add the library `libguile.la' to support linkers which do not
  179. allow unresolved symbols inside shared libraries.
  180. * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
  181. on Win32 platforms.
  182. Define extra compiler flags necessary to build clean dlls.
  183. * readline.c: Include `io.h' and exclude `sys/time.h' for MinGW.
  184. * readline.h: Defintion of SCM_RL_API. Prefixed each exported
  185. symbol with SCM_RL_API.
  186. 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
  187. * readline.c (scm_readline, scm_add_history,
  188. scm_filename_completion_function, completion_function): Remove
  189. calls to SCM_STRING_COERCE_0TERMINATION_X. Since the substring
  190. type is gone, all strings are 0-terminated anyway.
  191. 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
  192. * readline.scm: `feature?' is deprecated. Use `provided?'
  193. instead.
  194. 2001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
  195. * readline.scm: Use load-extension instead of explicit
  196. dynamic-link/dynamic-call. Removed ".so" extension from library
  197. name.
  198. 2001-08-02 Neil Jerram <neil@ossau.uklinux.net>
  199. * readline.scm (call-with-readline-completion-function): New.
  200. 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  201. * Makefile.am, readline.scm: Updated copyright notice.
  202. 2001-07-09 Thien-Thi Nguyen <ttn@revel.glug.org>
  203. * readline.c: Remove "face-lift" comment.
  204. 2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
  205. * readline.c (completion_function): Use scm_list_n instead of
  206. SCM_LISTn.
  207. 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
  208. * readline.c, readline.h: Replace "scm_*_t" with "scm_t_*".
  209. 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
  210. Thanks to Matthias Köppe!
  211. * configure.in: Check for rl_filename_completion_function.
  212. * readline.c (s_scm_filename_completion_function): Use
  213. rl_filename_completion_function instead of
  214. filename_completion_function, if we have it.
  215. (scm_init_readline): Use rl_compentry_func_t instead if Function
  216. when _RL_FUNCTION_TYPEDEF is defined.
  217. * readline.h (scm_clear_history): New prototype.
  218. 2001-06-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
  219. * readline.c (current_input_getc): Mark unused parameters with
  220. SCM_UNUSED.
  221. 2001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
  222. * configure.in: Added AC_PREREQ(2.50) and minimally changed for
  223. autoconf 2.50. This is mostly so that the `transparent autoconf
  224. wrapper' on Debian picks the right version of autoconf.
  225. 2001-05-31 Michael Livshin <mlivshin@bigfoot.com>
  226. * Makefile.am (libguilereadline_la_SOURCES): removed readline.x
  227. from here (not needed).
  228. (CLEANFILES): added *.x (and removed from DISTCLEANFILES).
  229. (MKDEP): copied from libguile/Makefile.am. not that it matters
  230. now, but it will if we stop using BUILT_SOURCES for some reason.
  231. 2001-05-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  232. Make it compile with --disable-deprecated.
  233. * readline.h: scm_option->scm_option_t.
  234. * readline.c (stream_from_fport): scm_fport->scm_fport_t;
  235. scm_option->scm_option_t.
  236. 2001-05-23 Michael Livshin <mlivshin@bigfoot.com>
  237. * readline.c (strdup): make `len' a size_t.
  238. 2001-05-10 Marius Vollmer <mvo@zagadka.ping.de>
  239. * readline.c (completion_function): Use SCM_VARIABLE_REF to access
  240. scm_readline_completion_function_var.
  241. (scm_init_readline): Use scm_c_define instead of scm_sysintern to
  242. create scm_readline_completion_function_var.
  243. 2001-04-09 Marius Vollmer <mvo@zagadka.ping.de>
  244. * readline.c (scm_clear_history): New function.
  245. * readline.scm (readline-port): Call clear-history on exit.
  246. Thanks to Utz-Uwe Haus.
  247. 2001-03-09 Keisuke Nishida <kxn30@po.cwru.edu>
  248. * readline.c: Add #include <stdio.h>
  249. 2001-03-05 Neil Jerram <neil@ossau.uklinux.net>
  250. * readline.scm (make-readline-port): Rewrite using
  251. make-line-buffered-input-port.
  252. (activate-readline): Call set-buffered-input-continuation?!.
  253. 2001-01-28 Marius Vollmer <mvo@zagadka.ping.de>
  254. * readline.scm (make-readline-port): PROMPT becomes PROMPT2 as
  255. soon as GET-CHARACTER returns any character at all that was
  256. previously read. This makes the continuation prompt appear
  257. properly for partial expressions. Thanks to Neil Jerram!
  258. 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
  259. This patch fixes a problem reported by Martin Grabmueller about
  260. the impossibility to access readline's run-time options.
  261. * readline.scm: Added a comment about guile's behaviour if one of
  262. the ports used by readline are closed.
  263. (readline-options readline-enable readline-disable,
  264. readline-set!): These are now defined here instead of in
  265. boot-9.scm.
  266. 2001-01-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
  267. * readline.scm (set-readline-input-port!,
  268. set-readline-output-port!): Make sure that only valid port
  269. parameters are passed. Thanks to Martin Grabmueller for sending
  270. a patch that formed the basis for this change.
  271. 2001-01-18 Neil Jerram <neil@ossau.uklinux.net>
  272. * readline.scm (make-readline-port): Make readline port
  273. input-only.
  274. 2000-12-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
  275. * readline.scm (activate-readline): Lookup 'use-emacs-interface
  276. in the-root-module.
  277. 2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
  278. * readline.c (current_input_getc): Use more explicit predicate
  279. than SCM_NIMP.
  280. (scm_readline, scm_readline_init_ports, completion_function):
  281. Remove redundant SCM_N?IMP tests.
  282. (scm_readline): Fixed default input/output port parameter
  283. handling.
  284. 2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
  285. * readline.c (scm_readline, scm_add_history, completion_function,
  286. scm_filename_completion_function): Replace calls to
  287. SCM_COERCE_SUBSTR with SCM_STRING_COERCE_0TERMINATION_X.
  288. (internal_readline, scm_add_history, scm_read_history,
  289. scm_write_history, scm_filename_completion_function,
  290. completion_function): Replace SCM_CHARS with SCM_STRING_CHARS.
  291. 2000-11-19 Gary Houston <ghouston@arglist.com>
  292. * configure.in: test $ac_cv_lib_readline_readline instead of
  293. $ac_cv_lib_readline_main. Thanks to Lars J. Aas.
  294. 2000-09-17 Marius Vollmer <mvo@zagadka.ping.de>
  295. * configure.in: Check for curses, terminfo and termlib libraries
  296. in addition to ncurses and termcap.
  297. Check for `readline' in libreadline, not for `main'.
  298. Thanks to Albert Chin!
  299. 2000-07-17 Marius Vollmer <mvo@zagadka.ping.de>
  300. * configure.in (rl_pre_input_hook): Don't check for this with
  301. AC_CHECK_FUNCS, it doesn't work on HP/UX. Test for it with
  302. AC_TRY_LINK.
  303. 2000-06-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  304. * readline.c (sigwinch_enable_restart, scm_init_readline):
  305. Re-enable restart for SIGWINCH signal.
  306. * configure.in: Added test if readline clears SA_RESTART flag for
  307. SIGWINCH. (Thanks to Dale P. Smith.)
  308. Check for siginterrupt and rl_pre_input_hook.
  309. 2000-06-14 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  310. * readline.c (scm_readline): Added parenthesis around && within
  311. ||.
  312. Fixed up prototype for `reentry_barrier'.
  313. Conditionally #include <unistd.h>. (Needed for `dup'.)
  314. 2000-06-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  315. * Makefile.am (dist-hook): Added kludge to fix automake generated
  316. dependencies in the distribution archive Makefile.
  317. 2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  318. * readline.scm (apropos-completion-function): Don't define and
  319. install if the 'regex feature is missing.
  320. 2000-06-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  321. * readline.c: Always provide scm_init_readline, also if readline
  322. support is not included. Otherwise, a strange dynamic loading
  323. error will occur. (It would be better not to install
  324. libguilereadline at all.)
  325. * readline-activator.scm (activate-readline): Report an error if
  326. readline isn't provided by Guile.
  327. * readline.scm: Report an error if readline isn't provided by
  328. Guile; Added :no-backtrace to module header.
  329. * configure.in: Put more ink before readline version warning.
  330. (Thanks to Ian Grant.)
  331. 2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
  332. * autogen.sh: call ../guile-aclocal.sh instead of aclocal
  333. 2000-05-01 Gary Houston <ghouston@arglist.com>
  334. * readline.c: include libguile.h, not libguile/libguile.h.
  335. 2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  336. * *.*: Change includes so that they always use the "prefixes"
  337. libguile/, qt/, guile-readline/, or libltdl/.
  338. * Makefile.am (DEFS): Added. automake adds -I options to DEFS,
  339. and we don't want that.
  340. (INCLUDES): Removed all -I options except for the root source
  341. directory and the root build directory.
  342. 2000-04-04 Dirk Herrmann <D.Herrmann@tu-bs.de>
  343. * readline.c (scm_readline): Must unpack SCM values to access
  344. their raw contents.
  345. 2000-03-19 Michael Livshin <mlivshin@bigfoot.com>
  346. * *.[hc]: add Emacs magic at the end of file, to ensure GNU
  347. indentation style.
  348. 2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  349. * readline.c (current_input_getc): Don't pass int values through
  350. SCM variables.
  351. (match_paren): Bugfix: First arg to select is not number of
  352. descriptors but the number of the highest descriptor + 1.
  353. Thu Mar 9 08:00:26 2000 Greg J. Badros <gjb@cs.washington.edu>
  354. * readline.c: scm_validate.h renamed to validate.h.
  355. Wed Mar 8 10:43:10 2000 Greg J. Badros <gjb@cs.washington.edu>
  356. * readline.c (match_paren): Use SELECT_TYPE, not fd_set, for type
  357. of readset.
  358. 2000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
  359. * autogen.sh: Call libtoolize. Pass --add-missing option to
  360. automake.
  361. * readline.scm: Only link glue code when the 'readline feature is
  362. not already present. Thanks to Clark McGrew.
  363. Tue Jan 11 17:51:40 2000 Greg J. Badros <gjb@cs.washington.edu>
  364. * readline.c (scm_init_readline): Drop extra argument to
  365. scm_mutex_init as that argument should not exist. I do not know
  366. how this escaped detection for so long.
  367. 2000-01-09 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  368. * readline.c (match_paren): Changed return type to int (this is
  369. the definition in readline 4) and modified code layout according
  370. to GNU coding standards.
  371. Wed Jan 5 11:18:01 2000 Greg J. Badros <gjb@cs.washington.edu>
  372. * readline.c: Whitespace changes -- added space after
  373. SCM_VALIDATE_* macros to match GNU coding standards.
  374. Wed Jan 5 11:02:40 2000 Greg J. Badros <gjb@cs.washington.edu>
  375. * readline.c: Rename GUILE_PROC to SCM_DEFINE.
  376. Mon Dec 13 13:57:57 1999 Greg J. Badros <gjb@cs.washington.edu>
  377. * readline.c: Include libguile/scm_validate.h
  378. Sun Dec 12 19:56:52 1999 Greg J. Badros <gjb@cs.washington.edu>
  379. * readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and have
  380. (now empty) docstrings.
  381. 1999-11-18 Gary Houston <ghouston@freewire.co.uk>
  382. * readline.c (scm_init_readline): set rl_readline_name to Guile,
  383. to allow conditionals in .inputrc.
  384. 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
  385. * Makefile.in, configure, aclocal.m4: Deleted from CVS repository.
  386. Run the autogen.sh script to create generated files like these.
  387. * autogen.sh: New script, invoked by the top-level autogen.sh.
  388. 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
  389. * configure.in: Call AM_PROG_CC_STDC.
  390. * configure, aclocal.m4: Regenerated.
  391. 1999-09-16 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
  392. * Makefile.am (.c.x): Use same rule as in libguile.
  393. 1999-09-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  394. * readline.h, readline.scm: Updated copyright notices.
  395. 1999-09-11 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  396. * readline.scm (activate-readline): Set (using-readline?).
  397. 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
  398. * aclocal.m4: Regenerated with newer libtool macros.
  399. * Makefile.am (DISTCLEANFILES): Get rid of .x files.
  400. * Makefile.in: Regenerated.
  401. (Thanks to Keisuke Nishida.)
  402. 1999-09-11 Marius Vollmer <mvo@zagadka.ping.de>
  403. * readline.scm: Moved from ../ice-9.
  404. Dynamically link libguilereadline.so.
  405. (readline): Just define in this module, do not overwrite builtin
  406. variable. The builtin readline function is now named "%readline",
  407. so this works. See below.
  408. (activate-readline): New function which contains the readline
  409. activation code formerly found in top-repl.
  410. * readline.c (scm_readline): Export it to Scheme as "%readline".
  411. * configure.in: Get version from ../GUILE-VERSION and use it for
  412. package version.
  413. * Makefile.am: Do not install and distribute
  414. readline-activator.scm. Install and distribute readline.scm
  415. instead.
  416. * aclocal.m4, Makefile.in, configure, libtool: Regenerated, but
  417. probably with the wrong version of the tools.
  418. 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  419. The following change makes it possible for applications to have
  420. their own version of scm_readline.
  421. * readline.c, readline.h (rl_cleanup_after_signal,
  422. rl_free_line_state): Made global.
  423. (scm_readline_init_ports): New function.
  424. (scm_readline): Use scm_readline_init_ports.
  425. (Thanks to Anders Holst.)
  426. * Makefile.am: Install guile-readline/readline.h.
  427. 1999-08-20 James Blandy <jimb@mule.m17n.org>
  428. * Makefile.in, aclocal.m4, configure: Regenerated.
  429. 1999-08-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  430. * configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actually
  431. use rl_getc_function. Otherwise smart compilers, like gcc,
  432. optimize away the reference so that no error occurs in the link
  433. phase.
  434. 1999-08-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  435. * Makefile.am (INCLUDES): Added -I$(srcdir)/../libguile.
  436. (Thanks to Greg Badros.)
  437. 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  438. * readline.c (handle_error): Put a cosmetic newline on
  439. rl_outstream on error before closing it.
  440. * configure.in: Changed AC_MSG_ERROR into AC_MSG_WARN in case
  441. readline doesn't exist on the system, so that configuration can
  442. proceed normally without readline.
  443. * readline.c: #include "libguile/_scm.h" (so that we get the
  444. configuration information) and fix other includes so that they'll
  445. work on a system where guile is not yet installed.
  446. * Makefile.am (BUILT_SOURCES): Added.
  447. 1999-07-23 Marius Vollmer <mvo@zagadka.ping.de>
  448. * Checked everything into CVS.
  449. 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
  450. * readline.c (stream_from_fport): New function.
  451. (scm_readline): Use it to for the input and output ports. Close
  452. the streams after readline returns.
  453. (handle_error): Close them also when an error occured.
  454. 1999-06-17 Marius Vollmer <mvo@zagadka.ping.de>
  455. * readline.h, readline.c: Removed exception notice from copyright
  456. statement.
  457. 1999-05-16 Marius Vollmer <mvo@zagadka.ping.de>
  458. * Started guile-readline package. Files are copied from old
  459. guile-core package and slightly modified.
  460. ;; Local Variables:
  461. ;; coding: utf-8
  462. ;; End: