Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 5366:4229d6801f23
[project @ 2005-05-23 20:08:39 by jwe]
author | jwe |
---|---|
date | Mon, 23 May 2005 20:08:39 +0000 |
parents | cf44c749ba52 |
children | 30b2b6ef8597 |
comparison
equal
deleted
inserted
replaced
5365:c9c773d8333f | 5366:4229d6801f23 |
---|---|
1 2005-05-23 John W. Eaton <jwe@octave.org> | |
2 | |
3 * plot/orient.m: New file. Adapt to Octave coding style. | |
4 Texinfoize doc string. | |
5 | |
6 * plot/print.m: New file. Adapt to Octave coding style. Include | |
7 PKG_ADD command. Use set terminal consistently throughout. Use | |
8 set terminal push/pop and unconditionally set output to screen | |
9 when done to avoid requiring gget. Use a cell array for dev_list | |
10 and cellidx to search for items in the list. Delete local | |
11 variable endl. Don't set and restore automatic_replot. Use {} | |
12 instead of nth to index varargin. Delete local variable | |
13 va_arg_cnt. | |
14 | |
1 2005-05-18 John W. Eaton <jwe@octave.org> | 15 2005-05-18 John W. Eaton <jwe@octave.org> |
2 | 16 |
3 * general/num2str.m: Return early if X is a character string. | 17 * general/num2str.m: Return early if X is a character string. |
4 | 18 |
5 2005-05-11 John W. Eaton <jwe@octave.org> | 19 2005-05-11 John W. Eaton <jwe@octave.org> |