ChangeLog 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. 2002-05-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
  2. * Makefile.am: Update copyright.
  3. (EXTRA_DIST): Add LIBGUILEREADLINE-VERSION.
  4. 2002-05-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
  5. * autogen.sh: Sync w/ HEAD (1.5).
  6. * Makefile.am (snarfcppopts): New var.
  7. (.c.x): Rewrite using `guile-snarf -o $@'.
  8. 2002-03-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
  9. * LIBGUILEREADLINE-VERSION: New file.
  10. Interface for libguile-readline set to 0:1:0.
  11. * configure.in: Use AC_PREREQ and AC_CONFIG_SRCDIR.
  12. Source $srcdir/LIBGUILEREADLINE-VERSION.
  13. Use AC_CONFIG_FILES.
  14. (LIBGUILEREADLINE_INTERFACE_CURRENT,
  15. LIBGUILEREADLINE_INTERFACE_REVISION,
  16. LIBGUILEREADLINE_INTERFACE_AGE): New AC_SUBST vars.
  17. * Makefile.am (libguilereadline_la_SOURCES): Remove readline.h.
  18. (libguilereadline_la_LIBADD, libguilereadline_la_LDFLAGS): New.
  19. 2002-02-12 Thien-Thi Nguyen <ttn@giblet.glug.org>
  20. * Makefile.am (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
  21. This undoes the 2002-02-09 change.
  22. 2002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
  23. * Makefile.am (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
  24. 2000-06-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  25. * readline.c (sigwinch_enable_restart, scm_init_readline):
  26. Re-enable restart for SIGWINCH signal.
  27. * configure.in: Added test if readline clears SA_RESTART flag for
  28. SIGWINCH. (Thanks to Dale P. Smith.)
  29. Check for siginterrupt and rl_pre_input_hook.
  30. 2000-06-14 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  31. * readline.c (scm_readline): Added parenthesis around && within
  32. ||.
  33. Fixed up prototype for `reentry_barrier'.
  34. Conditionally #include <unistd.h>. (Needed for `dup'.)
  35. 2000-06-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  36. * Makefile.am (dist-hook): Added kludge to fix automake generated
  37. dependencies in the distribution archive Makefile.
  38. 2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  39. * readline.scm (apropos-completion-function): Don't define and
  40. install if the 'regex feature is missing.
  41. 2000-06-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  42. * readline.c: Always provide scm_init_readline, also if readline
  43. support is not included. Otherwise, a strange dynamic loading
  44. error will occur. (It would be better not to install
  45. libguilereadline at all.)
  46. * readline-activator.scm (activate-readline): Report an error if
  47. readline isn't provided by Guile.
  48. * readline.scm: Report an error if readline isn't provided by
  49. Guile; Added :no-backtrace to module header.
  50. * configure.in: Put more ink before readline version warning.
  51. (Thanks to Ian Grant.)
  52. 2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
  53. * autogen.sh: call ../guile-aclocal.sh instead of aclocal
  54. 2000-05-01 Gary Houston <ghouston@arglist.com>
  55. * readline.c: include libguile.h, not libguile/libguile.h.
  56. 2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  57. * *.*: Change includes so that they always use the "prefixes"
  58. libguile/, qt/, guile-readline/, or libltdl/.
  59. * Makefile.am (DEFS): Added. automake adds -I options to DEFS,
  60. and we don't want that.
  61. (INCLUDES): Removed all -I options except for the root source
  62. directory and the root build directory.
  63. 2000-04-04 Dirk Herrmann <D.Herrmann@tu-bs.de>
  64. * readline.c (scm_readline): Must unpack SCM values to access
  65. their raw contents.
  66. 2000-03-19 Michael Livshin <mlivshin@bigfoot.com>
  67. * *.[hc]: add Emacs magic at the end of file, to ensure GNU
  68. indentation style.
  69. 2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  70. * readline.c (current_input_getc): Don't pass int values through
  71. SCM variables.
  72. (match_paren): Bugfix: First arg to select is not number of
  73. descriptors but the number of the highest descriptor + 1.
  74. Thu Mar 9 08:00:26 2000 Greg J. Badros <gjb@cs.washington.edu>
  75. * readline.c: scm_validate.h renamed to validate.h.
  76. Wed Mar 8 10:43:10 2000 Greg J. Badros <gjb@cs.washington.edu>
  77. * readline.c (match_paren): Use SELECT_TYPE, not fd_set, for type
  78. of readset.
  79. 2000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
  80. * autogen.sh: Call libtoolize. Pass --add-missing option to
  81. automake.
  82. * readline.scm: Only link glue code when the 'readline feature is
  83. not already present. Thanks to Clark McGrew.
  84. Tue Jan 11 17:51:40 2000 Greg J. Badros <gjb@cs.washington.edu>
  85. * readline.c (scm_init_readline): Drop extra argument to
  86. scm_mutex_init as that argument should not exist. I do not know
  87. how this escaped detection for so long.
  88. 2000-01-09 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  89. * readline.c (match_paren): Changed return type to int (this is
  90. the definition in readline 4) and modified code layout according
  91. to GNU coding standards.
  92. Wed Jan 5 11:18:01 2000 Greg J. Badros <gjb@cs.washington.edu>
  93. * readline.c: Whitespace changes -- added space after
  94. SCM_VALIDATE_* macros to match GNU coding standards.
  95. Wed Jan 5 11:02:40 2000 Greg J. Badros <gjb@cs.washington.edu>
  96. * readline.c: Rename GUILE_PROC to SCM_DEFINE.
  97. Mon Dec 13 13:57:57 1999 Greg J. Badros <gjb@cs.washington.edu>
  98. * readline.c: Include libguile/scm_validate.h
  99. Sun Dec 12 19:56:52 1999 Greg J. Badros <gjb@cs.washington.edu>
  100. * readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and have
  101. (now empty) docstrings.
  102. 1999-11-18 Gary Houston <ghouston@freewire.co.uk>
  103. * readline.c (scm_init_readline): set rl_readline_name to Guile,
  104. to allow conditionals in .inputrc.
  105. 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
  106. * Makefile.in, configure, aclocal.m4: Deleted from CVS repository.
  107. Run the autogen.sh script to create generated files like these.
  108. * autogen.sh: New script, invoked by the top-level autogen.sh.
  109. 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
  110. * configure.in: Call AM_PROG_CC_STDC.
  111. * configure, aclocal.m4: Regenerated.
  112. 1999-09-16 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
  113. * Makefile.am (.c.x): Use same rule as in libguile.
  114. 1999-09-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  115. * readline.h, readline.scm: Updated copyright notices.
  116. 1999-09-11 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  117. * readline.scm (activate-readline): Set (using-readline?).
  118. 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
  119. * aclocal.m4: Regenerated with newer libtool macros.
  120. * Makefile.am (DISTCLEANFILES): Get rid of .x files.
  121. * Makefile.in: Regenerated.
  122. (Thanks to Keisuke Nishida.)
  123. 1999-09-11 Marius Vollmer <mvo@zagadka.ping.de>
  124. * readline.scm: Moved from ../ice-9.
  125. Dynamically link libguilereadline.so.
  126. (readline): Just define in this module, do not overwrite builtin
  127. variable. The builtin readline function is now named "%readline",
  128. so this works. See below.
  129. (activate-readline): New function which contains the readline
  130. activation code formerly found in top-repl.
  131. * readline.c (scm_readline): Export it to Scheme as "%readline".
  132. * configure.in: Get version from ../GUILE-VERSION and use it for
  133. package version.
  134. * Makefile.am: Do not install and distribute
  135. readline-activator.scm. Install and distribute readline.scm
  136. instead.
  137. * aclocal.m4, Makefile.in, configure, libtool: Regenerated, but
  138. probably with the wrong version of the tools.
  139. 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  140. The following change makes it possible for applications to have
  141. their own version of scm_readline.
  142. * readline.c, readline.h (rl_cleanup_after_signal,
  143. rl_free_line_state): Made global.
  144. (scm_readline_init_ports): New function.
  145. (scm_readline): Use scm_readline_init_ports.
  146. (Thanks to Anders Holst.)
  147. * Makefile.am: Install guile-readline/readline.h.
  148. 1999-08-20 James Blandy <jimb@mule.m17n.org>
  149. * Makefile.in, aclocal.m4, configure: Regenerated.
  150. 1999-08-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  151. * configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actually
  152. use rl_getc_function. Otherwise smart compilers, like gcc,
  153. optimize away the reference so that no error occurs in the link
  154. phase.
  155. 1999-08-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  156. * Makefile.am (INCLUDES): Added -I$(srcdir)/../libguile.
  157. (Thanks to Greg Badros.)
  158. 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  159. * readline.c (handle_error): Put a cosmetic newline on
  160. rl_outstream on error before closing it.
  161. * configure.in: Changed AC_MSG_ERROR into AC_MSG_WARN in case
  162. readline doesn't exist on the system, so that configuration can
  163. proceed normally without readline.
  164. * readline.c: #include "libguile/_scm.h" (so that we get the
  165. configuration information) and fix other includes so that they'll
  166. work on a system where guile is not yet installed.
  167. * Makefile.am (BUILT_SOURCES): Added.
  168. 1999-07-23 Marius Vollmer <mvo@zagadka.ping.de>
  169. * Checked everything into CVS.
  170. 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
  171. * readline.c (stream_from_fport): New function.
  172. (scm_readline): Use it to for the input and output ports. Close
  173. the streams after readline returns.
  174. (handle_error): Close them also when an error occured.
  175. 1999-06-17 Marius Vollmer <mvo@zagadka.ping.de>
  176. * readline.h, readline.c: Removed exception notice from copyright
  177. statement.
  178. 1999-05-16 Marius Vollmer <mvo@zagadka.ping.de>
  179. * Started guile-readline package. Files are copied from old
  180. guile-core package and slightly modified.