Changes from arch/CVS synchronization
[bpt/guile.git] / guile-readline / ChangeLog
index e5f9b5e..a599a66 100644 (file)
@@ -1,6 +1,305 @@
+2007-07-29  Ludovic Courtès  <ludo@gnu.org>
+
+       * Makefile.am (INCLUDES): Add Gnulib includes.
+       (libguilereadline_v_@LIBGUILEREADLINE_MAJOR@_la_LIBADD): Added
+       `../lib/libgnu.la'.
+
+2007-07-15  Ludovic Courtès  <ludo@gnu.org>
+
+       * LIBGUILEREADLINE-VERSION
+       (LIBGUILEREADLINE_INTERFACE_REVISION): Incremented for release.
+
+2007-06-26  Ludovic Courtès  <ludo@gnu.org>
+
+       * readline.c (scm_add_history): Free S after invocation of
+       `add_history ()'.
+
+2007-01-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * readline.c: terminate option list with NULL.
+       (scm_init_readline): fix CVS mess-up.
+
+2006-10-06  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * ice-9/readline.scm (new-input-prompt): Renamed from "prompt".
+       (continuation-prompt): Renamed from "prompt2".
+       (make-readline-port, readline, set-readline-prompt!): Reflect
+       above renamings.
+       (activate-readline): Rename locals "read-hook" and "prompt" to
+       "repl-read-hook" and "repl-prompt", to disambiguate them from
+       globals.  Save and restore the new-input- and continuation-
+       prompts around the REPL read call.
+
+2006-10-05  Kevin Ryde  <user42@zip.com.au>
+
+       * ice-9/readline.scm (filename-completion-function): Export this.
+
+2006-04-17  Kevin Ryde  <user42@zip.com.au>
+
+       * ice-9/readline.scm: Bump lib file version to libguilereadline-v-18,
+       matching LIBGUILEREADLINE-VERSION.
+
+2006-05-15  Kevin Ryde  <user42@zip.com.au>
+
+       * Makefile.am (INCLUDES): Add "-I." to pick up guile-readline-config.h
+       in snarfer.
+
+2006-04-18  Rob Browning  <rlb@defaultvalue.org>
+
+       * .cvsignore: Add guile-readline-config.h and
+       guile-readline-config.h.in.
+
+       * readline.c: Don't include Guile private header _scm.h.
+       Include new guile-readline-config.h private header.
+
+       * configure.in: Add AC_CONFIG_AUX_DIR([.]) as suggested in the
+       autotools documentation.  Add
+       AM_CONFIG_HEADER([guile-readline-config.h]) so that guile-readline
+       will have its own configure-based config.h equivalent.
+       (HAVE_RL_PRE_INPUT_HOOK): Add documentation template.
+       (GUILE_SIGWINCH_SA_RESTART_CLEARED): Add documentation template.
+
+2006-03-12  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * ice-9/readline.scm (make-completion-function): New.
+
+2006-02-06  Marius Vollmer  <mvo@zagadka.de>
+
+       * LIBGUILEREADLINE-VERSION: Bumped versions for 1.9 series.
+
+2006-02-06  Marius Vollmer  <mvo@zagadka.de>
+
+       * LIBGUILEREADLINE-VERSION: Bumped versions for 1.8. 
+
+2005-03-02  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * readline.c: Use scm_current_input_port instead of scm_cur_inp.
+       Use scm_std_select instead of scm_internal_select.
+
+2004-08-26  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
+       Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of
+       the shared library.
+       * configure.in: AC_SUBST it.
+       * Makefile.am: Substitute it into name of library.
+       * ice-9/readline.scm: Use new name with load-extension.
+
+2004-08-19  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * readline.c: Avoid the use of discouraged or
+       deprecated things. 
+
+2004-07-06  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * readline.c: Replaced all uses of deprecated SCM_FALSEP,
+       SCM_NFALSEP, SCM_BOOL, SCM_NEGATE_BOOL, and SCM_BOOLP with
+       scm_is_false, scm_is_true, scm_from_bool, and scm_is_bool,
+       respectively.
+
+2004-06-16  Rob Browning  <rlb@defaultvalue.org>
+
+       * configure.in: move package and version args to AC_INIT as is now
+       recommended.  This also requires m4_esyscmd to read GUILE-VERSION
+       given the way AC_INIT handles its args.  Also move "foreign"
+       indication here.
+
+       * Makefile.am: move support for readline.scm to ice-9/ subdir.
+
+       * readline.scm: moved to ./ice-9/
+
+       * .cvsignore: add ice-9 dir.
+
+       * ice-9/Makefile.am: new file.
+
+       * ice-9/readline.scm: moved here from ../
+
+       * ice-9/.cvsignore: new file.
+
+2004-02-15  Mikael Djurfeldt  <mdj@chunk.mit.edu>
+
+       * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
+
+2004-02-08  Mikael Djurfeldt  <djurfeldt@nada.kth.se>
+
+       * Makefile.am (TAGS_FILES): Use this variable instead of
+       ETAGS_ARGS so that TAGS can be built using separate build
+       directory.
+
+2003-05-04  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: When checking whether readline clears SA_RESTART,
+       let readline read from "/dev/null".  Otherwise, it might be
+       stopped when run in the background with job control, say.
+       Thanks to Michael Talbot-Wilson!
+       
+2003-04-05  Mikael Djurfeldt  <djurfeldt@nada.kth.se>
+
+       The intended side-effect of the following change is to make the
+       prompt appear properly when debugging or running Guile in an Emacs
+       buffer.  (The readline library has some prompt magic which we were
+       expected to do ourselves when we were bold enough to provide our
+       own redisplay function---but we don't need to do that.)
+       
+       * readline.c (redisplay): Removed. (It didn't do anything other
+       than calling rl_redisplay.)
+       (scm_init_readline): Don't inititalize rl_redisplay_function.
+
+2003-03-19  Rob Browning  <rlb@defaultvalue.org>
+
+       * readline.c: add HAVE_CONFIG_H test guarding #include config.h.
+
+       * autogen.sh: add a --force when autoreconfing.  We may need to
+       change this if it doesn't work out...
+
+       * Makefile.am (ice-9/readline.scm): new target -- so readline will
+       work from the source tree when guile-readline is added to
+       GUILE_LOAD_PATH.
+       (all-local): add ice-9/readline.scm.
+       (clean-local): remove ice-9/readline at clean time.
+
+2003-02-27  Rob Browning  <rlb@defaultvalue.org>
+
+       * autogen.sh: use autoreconf.
+
+2003-01-08  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * readline.c (scm_readline): Check that scm_cur_outp is an output
+       port, not an input one.
+
+2002-12-08  Rob Browning  <rlb@defaultvalue.org>
+
+       * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST.
+
+       * Makefile.am (ice9dir): VERSION -> GUILE_EFFECTIVE_VERSION.
+
+2002-10-27  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * readline.c (reentry_barrier_mutex): Reimplemented with
+       scm_make_mutex, etc.
+
+2002-10-21  Mikael Djurfeldt  <mdj@linnaeus>
+
+       * readline.scm (activate-readline): Look for use-emacs-interface
+       option in the guile-user module instead of the-root-module.
+
+2002-04-30  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * autogen.sh: Invoke plain aclocal instead of guile-aclocal.sh.
+       We don't need the Guile m4 macros and the previous invocation of
+       guile-aclocal.sh created the aclocal.m4 file in the wrong
+       directory (see change from 2002-04-26).
+
+2002-04-26  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * autogen.sh: Change to parent dir before invoking
+       guile-aclocal.sh.
+
+2002-04-16  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (dist-hook): Make sure $(distdir)/Makefile.in is
+       writable before modifying it.
+
+2002-04-10  Rob Browning  <rlb@defaultvalue.org>
+
+       * configure.in: add definitions to AC_DEFINE calls for new
+       autoconf.
+
+       * .cvsignore: add autom4te.cache and *.c.clean.c.
+
+2002-03-24  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
+
+2002-03-13  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * Makefile.am (snarfcppopts): New var.
+       (.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
+
+2002-02-27  Stefan Jahn  <stefan@lkcc.org>
+
+       * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION'
+       file.
+
+2002-02-25  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * configure.in (LIBGUILEREADLINE-VERSION):
+       Look for this file in $srcdir.
+
+2002-02-24  Rob Browning  <rlb@defaultvalue.org>
+
+       * configure.in: source ./LIBGUILEREADLINE-VERSION for version info
+       and then AC_SUBST the resulting variables:
+       LIBGUILEREADLINE_INTERFACE_CURRENT,
+       LIBGUILEREADLINE_INTERFACE_REVISION,
+       LIBGUILEREADLINE_INTERFACE_AGE, and
+       LIBGUILEREADLINE_INTERFACE.
+
+       * Makefile.am (libguilereadline_la_LDFLAGS): use
+       @LIBGUILEREADLINE_INTERFACE@ for version information.
+
+       * LIBGUILEREADLINE-VERSION: new file containing shared lib
+       versioning information.
+
+2002-02-12  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * Makefile.am (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
+       This undoes the 2002-02-08 change.
+
+2002-02-08  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * Makefile.am (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
+
+2002-01-29  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * readline.scm (with-readline-completion-function): Renamed from
+       `call-with-readline-completion-function'.
+
+2001-11-30  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * Makefile.am (EXTRA_DIST): Refer to $(ice9_DATA) rather than
+       readline.scm explicitly.
+       (ETAGS_ARGS): Added.
+
+2001-11-04  Stefan Jahn  <stefan@lkcc.org>
+
+       * configure.in (EXTRA_DEFS): Follow-up patch.  Using SCM_IMPORT
+       instead of __SCM_IMPORT__.
+
+       * readline.c (scm_readline_init_ports): Disable input/output
+       stream redirection for Win32.  The readline package for Win32
+       does not support this.  The guile-readline library works fine
+       for command line editing.
+
+       * readline.h (SCM_RL_API): Renamed __FOO__ macros into FOO.
+
+2001-11-02  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       Support for native Win32.  Thanks to Stefan Jahn!
+
+        * Makefile.am: Put `-export-dynamic -no-undefined' into LDFLAGS
+        and add the library `libguile.la' to support linkers which do not
+        allow unresolved symbols inside shared libraries.
+
+        * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
+        on Win32 platforms.
+        Define extra compiler flags necessary to build clean dlls.
+
+        * readline.c: Include `io.h' and exclude `sys/time.h' for MinGW.
+
+        * readline.h: Defintion of SCM_RL_API.  Prefixed each exported
+        symbol with SCM_RL_API.
+
 2001-08-31  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
-       * readline.scm: `feature?´ is deprecated.  Use `provided?´
+       * readline.c (scm_readline, scm_add_history,
+       scm_filename_completion_function, completion_function):  Remove
+       calls to SCM_STRING_COERCE_0TERMINATION_X.  Since the substring
+       type is gone, all strings are 0-terminated anyway.
+
+2001-08-31  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * readline.scm: `feature?' is deprecated.  Use `provided?'
        instead.
 
 2001-08-25  Marius Vollmer  <mvo@zagadka.ping.de>
@@ -8,7 +307,7 @@
        * readline.scm: Use load-extension instead of explicit
        dynamic-link/dynamic-call.  Removed ".so" extension from library
        name.
-       
+
 2001-08-02  Neil Jerram  <neil@ossau.uklinux.net>
 
        * readline.scm (call-with-readline-completion-function): New.
 
 2001-06-14  Marius Vollmer  <mvo@zagadka.ping.de>
 
-       Thanks to Matthias Köppe!
+       Thanks to Matthias Köppe!
 
        * configure.in: Check for rl_filename_completion_function.
        * readline.c (s_scm_filename_completion_function): Use
@@ -418,3 +717,7 @@ Sun Dec 12 19:56:52 1999  Greg J. Badros  <gjb@cs.washington.edu>
 
        * Started guile-readline package.  Files are copied from old
        guile-core package and slightly modified.
+
+;; Local Variables:
+;; coding: utf-8
+;; End: