diff scripts/ChangeLog @ 7372:c51426c80045

[project @ 2008-01-14 19:50:10 by jwe]
author jwe
date Mon, 14 Jan 2008 19:50:10 +0000
parents fe9a44d753d6
children 4fbfce35012a
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,10 @@
 2008-01-14  John W. Eaton  <jwe@octave.org>
 
+	* plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi
+	instead of calling tolower on first arg.  Default font name is
+	Helvetica, not helvetica.  Don't downcase user-specified font name.
+	(__maybe_munge_text__): Fix typo.
+
 	* optimization/sqp.m: Fix function definitions in test code.
 
 2008-01-12  John W. Eaton  <jwe@octave.org>