diff liboctave/ChangeLog @ 3857:f7c7ecb63a7e

[project @ 2001-11-07 05:36:34 by jwe]
author jwe
date Wed, 07 Nov 2001 05:36:35 +0000
parents 7ab0e1a1b943
children de05e6bdf897
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Nov 06 17:44:25 2001 +0000
+++ b/liboctave/ChangeLog	Wed Nov 07 05:36:35 2001 +0000
@@ -1,9 +1,11 @@
 2001-11-06  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* Makefile.in: Split out readline and pathsearch functionality
+	into separate liboct-readline and liboct-pathsearch libraries.
+
 	* oct-rl-edit.c (octave_rl_clear_screen): Call rl_clear_screen,
-	not _rl_clear_screen.
-	(octave_rl_clear_screen): Temporarily redefine
-	rl_redisplay_function to do nothing.
+	not _rl_clear_screen.  Temporarily redefine rl_redisplay_function
+	to do nothing for this call to rl_clear_screen.
 
 2001-10-08  John W. Eaton  <jwe@bevo.che.wisc.edu>