emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 27 Oct 2006 14:39:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/10/27 14:39:43

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.10222
retrieving revision 1.10223
diff -u -b -r1.10222 -r1.10223
--- ChangeLog   26 Oct 2006 20:39:52 -0000      1.10222
+++ ChangeLog   27 Oct 2006 14:39:43 -0000      1.10223
@@ -1,3 +1,16 @@
+2006-10-26  John W. Eaton  <address@hidden>
+
+       * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
+       New defvar.
+       (inferior-octave-resync-dirs): Check to see whether Octave has
+       built-in variables and set inferior-octave-has-built-in-variables.
+       Check inferior-octave-has-built-in-variables to decide whether to
+       send commands that set built-in variables or call functions to
+       change Octave's behavior.
+       Send "disp (pwd ())" to Octave instead of just "pwd".
+       (inferior-octave-startup): Send "more off" to Octave instead of
+       "page_screen_output = 0".
+
 2006-10-26  Chong Yidong  <address@hidden>
 
        * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]