[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
guile/guile-core/guile-readline ChangeLog
From: |
Thien-Thi Nguyen |
Subject: |
guile/guile-core/guile-readline ChangeLog |
Date: |
Mon, 09 Jul 2001 00:40:45 -0700 |
CVSROOT: /cvs
Module name: guile
Changes by: Thien-Thi Nguyen <address@hidden> 01/07/09 00:40:45
Modified files:
guile-core/guile-readline: ChangeLog
Log message:
*** empty log message ***
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/guile-readline/ChangeLog.diff?cvsroot=OldCVS&tr1=1.62&tr2=1.63&r1=text&r2=text
Patches:
Index: guile/guile-core/guile-readline/ChangeLog
diff -u guile/guile-core/guile-readline/ChangeLog:1.62
guile/guile-core/guile-readline/ChangeLog:1.63
--- guile/guile-core/guile-readline/ChangeLog:1.62 Sat Jun 30 12:28:25 2001
+++ guile/guile-core/guile-readline/ChangeLog Mon Jul 9 00:40:45 2001
@@ -1,3 +1,7 @@
+2001-07-09 Thien-Thi Nguyen <address@hidden>
+
+ * readline.c: Remove "face-lift" comment.
+
2001-06-30 Dirk Herrmann <address@hidden>
* readline.c (completion_function): Use scm_list_n instead of
@@ -19,7 +23,7 @@
when _RL_FUNCTION_TYPEDEF is defined.
* readline.h (scm_clear_history): New prototype.
-
+
2001-06-07 Dirk Herrmann <address@hidden>
* readline.c (current_input_getc): Mark unused parameters with
@@ -143,7 +147,7 @@
in addition to ncurses and termcap.
Check for `readline' in libreadline, not for `main'.
Thanks to Albert Chin!
-
+
2000-07-17 Marius Vollmer <address@hidden>
* configure.in (rl_pre_input_hook): Don't check for this with
@@ -195,7 +199,7 @@
2000-06-01 Michael Livshin <address@hidden>
* autogen.sh: call ../guile-aclocal.sh instead of aclocal
-
+
2000-05-01 Gary Houston <address@hidden>
* readline.c: include libguile.h, not libguile/libguile.h.
@@ -209,7 +213,7 @@
and we don't want that.
(INCLUDES): Removed all -I options except for the root source
directory and the root build directory.
-
+
2000-04-04 Dirk Herrmann <address@hidden>
* readline.c (scm_readline): Must unpack SCM values to access
@@ -249,7 +253,7 @@
* readline.c (scm_init_readline): Drop extra argument to
scm_mutex_init as that argument should not exist. I do not know
how this escaped detection for so long.
-
+
2000-01-09 Mikael Djurfeldt <address@hidden>
* readline.c (match_paren): Changed return type to int (this is
@@ -319,7 +323,7 @@
so this works. See below.
(activate-readline): New function which contains the readline
activation code formerly found in top-repl.
-
+
* readline.c (scm_readline): Export it to Scheme as "%readline".
* configure.in: Get version from ../GUILE-VERSION and use it for
@@ -343,7 +347,7 @@
(Thanks to Anders Holst.)
* Makefile.am: Install guile-readline/readline.h.
-
+
1999-08-20 James Blandy <address@hidden>
* Makefile.in, aclocal.m4, configure: Regenerated.
- guile/guile-core/guile-readline ChangeLog,
Thien-Thi Nguyen <=