changeset 5301:9302581b820d ss-2-9-2

[project @ 2005-04-22 17:08:07 by jwe]
author jwe
date Fri, 22 Apr 2005 17:09:11 +0000
parents 643a4d5b2b88
children 67f74c2fe742
files src/ChangeLog src/pager.cc
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Apr 22 16:27:46 2005 +0000
+++ b/src/ChangeLog	Fri Apr 22 17:09:11 2005 +0000
@@ -1,5 +1,10 @@
 2005-04-22  John W. Eaton  <jwe@octave.org>
 
+	* version.h (OCTAVE_VERSION): Now 2.9.2.
+	(OCTAVE_API_VERSION): Now api-v15.
+
+	* pager.cc (default_pager): Also append -X.
+
 	* DLD-FUNCTIONS/dispatch.cc (Fdispatch): Dispatch help on "string"
 	and "sq_string" types.
 	(dispatch_record): Add extra space to force new paragraph after
@@ -14,9 +19,6 @@
 	* DLD-FUNCTIONS/colamd.cc: These functions only work if
 	sizeof (int) == sizeof (octave_idx_type).
 
-	* version.h (OCTAVE_VERSION): Now 2.9.2.
-	(OCTAVE_API_VERSION): Now api-v15.
-
 	* Makefile.in (parse.cc): Expect 14 shift/reduce conflicts.
 
 	* parse.y (USING TITLE WITH AXES COLON OPEN_BRACE CLEAR):
--- a/src/pager.cc	Fri Apr 22 16:27:46 2005 +0000
+++ b/src/pager.cc	Fri Apr 22 17:09:11 2005 +0000
@@ -520,7 +520,7 @@
 	  std::string lessflags = octave_env::getenv ("LESS");
 	  if (lessflags.empty ())
 	    pager_binary.append
-	      (" -P'-- less ?pB(%pB\\%):--. (f)orward, (b)ack, (q)uit$'");
+	      (" -X -P'-- less ?pB(%pB\\%):--. (f)orward, (b)ack, (q)uit$'");
 	}
     }
 #endif