log

age author description
Sun, 30 Jun 2013 12:58:03 -0700 Rik Add deprecated script gen_doc_cache.m missing from 5372068bb148.
Sun, 30 Jun 2013 12:51:36 -0700 Rik Rename gen_doc_cache() to doc_cache_create().
Sun, 30 Jun 2013 09:09:49 -0700 Rik Replace uses of Octave_map with octave_map or octave_scalar_map.
Sun, 30 Jun 2013 08:06:16 -0700 Rik __fltk_ginput__.m: Remove debugging code left in after recent changes.
Sat, 29 Jun 2013 18:56:33 -0700 Rik __plt__.m: Eliminate unneeded input validation from leaf functions.
Sat, 29 Jun 2013 18:17:37 -0700 Rik doc: Mention oregonator.m in examples dir in documentation.
Sat, 29 Jun 2013 18:08:24 -0700 Rik Re-write documentation and all examples of dynamically linked functions.
Sat, 29 Jun 2013 10:03:19 +0200 Torsten fix of typos in language files
Sat, 29 Jun 2013 09:21:43 +0200 Torsten fix of typos in text strings of the gui
Fri, 28 Jun 2013 23:45:58 +0200 Torsten * nl_NL.ts: updated dutch translation by Philip
Fri, 28 Jun 2013 22:17:26 +0200 Torsten try harder to load the qt translation files at start up
Fri, 28 Jun 2013 21:15:21 +0200 Torsten * es_ES.ts: updated spanish translation from Valentin and Roberto
Fri, 28 Jun 2013 20:58:24 +0200 Torsten updated language file fr_FR.ts, nl_NL.ts and pt_BR.ts
Fri, 28 Jun 2013 14:45:11 +0200 Philip Nienhuis Dutch translation for GUI
Thu, 27 Jun 2013 21:18:00 +0200 Torsten * settings-dialog.cc(constructor): enable translation of the cursor types
Thu, 27 Jun 2013 20:37:51 +0200 Torsten Use the Qscintilla langiage file if available
Thu, 27 Jun 2013 10:46:14 -0700 Rik __plt__.m: Plot a point marker for a scalar input such as plot(0,0) (bug #38825).
Wed, 26 Jun 2013 20:28:52 -0700 Rik Use string_fill_char when creating argn automatic variable (bug #34183).
Wed, 26 Jun 2013 15:49:57 -0700 Rik Trim ticklabel strings and repeat them as necessary to fill tick marks (bug #39344)
Wed, 26 Jun 2013 14:29:15 -0700 Rik Handle ticklabel specification with '|' the same way as Matlab (bug #39344).
Wed, 26 Jun 2013 22:54:44 +0200 Catalin Codreanu Updated french translation
Wed, 26 Jun 2013 18:32:33 +0200 Carnë Draug doc: packages are not loaded by default
Tue, 25 Jun 2013 18:43:58 -0700 Rik mexErrMsgTxt should abort when called with an empty string (bug #39343).
Tue, 25 Jun 2013 13:59:35 -0700 Rik oct-parse-in.yy: Fix error compiling code in cset 77c8aae15908.
Tue, 25 Jun 2013 13:42:15 -0700 Rik ribbon.m: Fix typo of extra spaces in docstring.
Tue, 25 Jun 2013 11:48:41 -0400 Juan Pablo Carbajal accept remove option for autoload
Tue, 25 Jun 2013 11:10:26 -0400 John W. Eaton use SED in scripts/mk-pkg-add script, use set -e consistently
Tue, 25 Jun 2013 15:39:47 +0200 Carnë Draug doc: fix documentation about packages.
Mon, 24 Jun 2013 20:47:34 -0700 Rik NEWS: Add new functions to list for 3.8 release.
Mon, 24 Jun 2013 20:29:09 -0700 Rik doc: Add note about function of <RETURN> key in debug mode.