log scripts/plot/print.m @ 17535:c12c688a35ed default tip lyh

age author description
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Sun, 04 Aug 2013 15:11:34 -0700 Rik maint: Use common indentation for switch statement.
Thu, 01 Aug 2013 21:25:26 -0700 Rik Fix pop-up of invisible figures during printing.
Wed, 31 Jul 2013 22:13:47 -0700 Rik print.m: Document that '-loose' is default option for eps.
Wed, 31 Jul 2013 13:53:30 -0700 Rik doc: Rewrite docstrings for most plot functions.
Tue, 09 Jul 2013 14:04:05 -0700 Rik maint: Use parentheses around condition for switch(),while(),if() statements.
Sun, 23 Jun 2013 12:49:53 -0700 Rik doc: Periodic spellcheck of the documentation.
Tue, 18 Jun 2013 06:39:01 -0400 John W. Eaton avoid backquote in error messages, some uses in doc strings
Sun, 24 Feb 2013 07:16:22 -0800 Rik doc: Fix warnings associated with Texinfo 5.0 (bug #38392)
Wed, 05 Sep 2012 09:41:20 -0700 Rik doc: Clean up docstring for print.m.
Wed, 22 Aug 2012 13:46:29 -0700 Rik print.m: Correct typo preventing fontsize to be set (bug #37163)
Tue, 17 Jul 2012 13:34:19 -0700 Rik maint: use rows() and columns() to clarify m-files.
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Mon, 09 Jul 2012 09:43:53 -0700 Rik doc: Periodic spellcheck of documentation.
Fri, 15 Jun 2012 21:13:48 -0400 John Hunt Allow setting of ghostscript TextAlphaBits and GraphicsAlphaBits.
Thu, 10 May 2012 22:08:18 -0700 Rik doc: Periodic grammar check of documentation
Sun, 11 Mar 2012 20:54:47 -0400 Ben Abbott Improve documentation for print().
Sat, 18 Feb 2012 12:42:54 -0500 Ben Abbott Revert changeset 688e19ca262b due to regression.
Fri, 17 Feb 2012 20:09:04 -0500 Ben Abbott Clear zombie processes produced by calling print() using the fltk toolkit.
Wed, 15 Feb 2012 13:31:31 -0800 Rik doc: Periodic grammar check of documentation.
Fri, 10 Feb 2012 18:57:55 -0500 Ben Abbott print.m: Restore figure properties in reverse of the order of modification.
Fri, 10 Feb 2012 18:16:40 -0500 Ben Abbott Print() function requires figure units to be "pixels".
Sun, 05 Feb 2012 15:32:24 -0800 Rik maint: periodic merge of stable to default.
Sat, 04 Feb 2012 22:12:50 -0800 Rik doc: Use Octave coding conventions in @example blocks of docstrings. stable
Tue, 17 Jan 2012 07:23:36 -0500 Ben Abbott Make sure "print '-SX,Y' ..." doesn't round down a pixel. Bug # 35307.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Thu, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Fri, 28 Jan 2011 18:18:15 -0500 Ben Abbott Fix {eps,ps,pdf}latexstandalone printing for fltk, bug 32262.
Tue, 24 Nov 2009 08:04:51 +0100 Ben Abbott print.m: Properly set the default ghostscript_binary under Windows. release-3-2-x