log

age author description
Thu, 09 Oct 2014 19:20:56 -0400 John W. Eaton preserve text on Windows terminal resize (bug #41893; patch #8532)
Sun, 19 Oct 2014 08:42:58 -0400 John W. Eaton don't include oct-locbuf.h in header files unnecessarily
Mon, 20 Oct 2014 21:54:59 -0700 Rik Deprecate octave_tmp_file_name.
Mon, 20 Oct 2014 21:21:27 -0700 Rik menu.m: Overhaul function.
Sun, 19 Oct 2014 14:16:20 +0200 Pantxo Diribarne Add new genpropdoc.m and graphics_properties.mk files to EXTRA_DIST
Sat, 18 Oct 2014 20:49:34 -0700 Rik delete.m: Allow multiple file names to delete.
Sat, 18 Oct 2014 18:10:52 -0700 Rik Overhaul appdata family of functions (getappdata, isappdata, rmappdata, setappdata).
Fri, 17 Oct 2014 21:35:19 -0700 Rik info.m: Mark file as being tested for BIST purposes.
Fri, 17 Oct 2014 21:33:45 -0700 Rik copyfile.m: Fix failing BIST test.
Fri, 17 Oct 2014 21:20:36 -0700 Rik movefile.m: Overhaul function.
Fri, 17 Oct 2014 20:52:32 -0700 Rik copyfile.m: Overhaul function.
Fri, 17 Oct 2014 11:37:44 -0700 Rik unpack.m: Rewrite BIST test to not produce warning on stderr.
Fri, 17 Oct 2014 10:45:25 -0700 Rik Overhaul the archive family (bzip2, gzip, zip, tar) of m-files.
Fri, 17 Oct 2014 09:29:10 +0200 Pantxo Diribarne Automatically generate graphics properties documentation (bug #42536)
Thu, 16 Oct 2014 20:29:37 +0200 Torsten usage of default suffix depending on filter in save as dialog (bug #43335) gui-release
Wed, 15 Oct 2014 11:54:04 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of gui-release to default
Wed, 15 Oct 2014 11:01:00 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of stable to gui-release gui-release
Wed, 15 Oct 2014 10:48:25 -0400 Jordi Gutiérrez Hermoso Fix some fact.m typos (bug #43395) stable
Mon, 13 Oct 2014 13:40:44 +0100 Carnë Draug bitcmp: fix bitwise complement for signed integers.
Sun, 12 Oct 2014 21:50:33 +0200 Andreas Weber shortcut-manager.cc: Fix typo "Cuy" -> "Cut" gui-release
Sun, 12 Oct 2014 21:13:51 +0200 Massimiliano Fasi Corrected errors and inaccuracies in Italian GUI translation (bug #43387) gui-release
Sun, 12 Oct 2014 15:49:49 +0200 Torsten add a drop down menu with the eol mode in the save-file-as-dialog gui-release
Sat, 11 Oct 2014 15:44:07 +0200 Torsten reorder eol modes in the editor settings gui-release
Sat, 11 Oct 2014 11:15:59 +0200 Torsten add actions for converting the eol characters of the editor file gui-release
Sat, 11 Oct 2014 11:08:21 +0200 Torsten add actions for showing text formatting chars and guides in the editor gui-release
Sat, 11 Oct 2014 11:05:53 +0200 Torsten add a preference for the default eol mode of new files (bug #43334) gui-release
Sat, 11 Oct 2014 10:14:21 +0200 Torsten add a label to the eol indicator in the editors status bar gui-release
Thu, 09 Oct 2014 20:38:04 -0700 Rik Overhaul gzip.m and gunzip.m
Thu, 09 Oct 2014 16:14:46 -0700 Rik Fix returned phase of asin, acos outside principal branch (bug #43349).
Tue, 07 Oct 2014 22:37:39 +0530 PrasannaKumar Muralidharan Fix use of uninitialised variables in __ilu__.cc.