log

age author description
Sun, 30 Jun 2013 18:08:29 -0700 Rik Rename re_read_readline_init_file to readline_re_read_init_file.
Sun, 30 Jun 2013 17:30:06 -0700 Rik Rename read_readline_init_file to readline_read_init_file.
Sun, 30 Jun 2013 15:50:16 -0700 Rik doc: Add jit_enable() and debug_jit() to manual.
Sun, 30 Jun 2013 15:16:06 -0700 Rik Rename enable_jit_compiler to jit_enable, enable_jit_debugging to debug_jit.
Sun, 30 Jun 2013 14:19:02 -0700 Rik Rename saving_history() to history_save().
Sun, 30 Jun 2013 13:50:48 -0700 Rik Rename default_save_options() to save_default_options().
Sun, 30 Jun 2013 13:11:03 -0700 Rik Add deprecated compiler flag to Octave_map class.
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).