From 0bf448720d38f7ecdcdd435d2ec1830a397433b0 Mon Sep 17 00:00:00 2001 From: mongo Date: Mon, 25 Apr 2016 15:15:10 -0300 Subject: Changed default branch name to dev --- CHANGES | 13 +++++++++++-- TODO | 16 ++++------------ src/Makefile | 0 src/block.c | 0 src/block.h | 0 src/buffer.c | 0 src/buffer.h | 0 src/cmds.c | 0 src/cmds.h | 0 src/cmds_command.c | 0 src/cmds_command.h | 0 src/cmds_edit.c | 0 src/cmds_edit.h | 0 src/cmds_insert.c | 0 src/cmds_insert.h | 0 src/cmds_normal.c | 0 src/cmds_normal.h | 0 src/cmds_visual.c | 0 src/cmds_visual.h | 0 src/color.c | 0 src/color.h | 0 src/conf.c | 0 src/conf.h | 0 src/doc | 0 src/eres.sed | 0 src/exec.c | 0 src/exec.h | 0 src/file | 0 src/file.c | 0 src/file.h | 0 src/filter.c | 0 src/filter.h | 0 src/format.c | 0 src/format.h | 0 src/gram.y | 0 src/help.c | 0 src/help.h | 0 src/hide_show.c | 0 src/hide_show.h | 0 src/history.c | 0 src/history.h | 0 src/input.c | 0 src/input.h | 0 src/interp.c | 0 src/interp.h | 0 src/lex.c | 0 src/lex.h | 0 src/macros.h | 0 src/main.c | 0 src/main.h | 0 src/maps.c | 0 src/maps.h | 0 src/marks.c | 0 src/marks.h | 0 src/pipe.c | 0 src/pipe.h | 0 src/range.c | 0 src/range.h | 0 src/sc-im.1 | 0 src/sc.h | 0 src/screen.c | 0 src/screen.h | 0 src/shift.c | 0 src/shift.h | 0 src/sort.c | 0 src/sort.h | 0 src/sres.sed | 0 src/undo.c | 0 src/undo.h | 0 src/version.h | 0 src/vmtbl.c | 0 src/vmtbl.h | 0 src/xls.c | 0 src/xls.h | 0 src/xlsx.c | 0 src/xlsx.h | 0 src/xmalloc.c | 0 src/xmalloc.h | 0 src/yank.c | 0 src/yank.h | 0 80 files changed, 15 insertions(+), 14 deletions(-) mode change 100755 => 100644 src/Makefile mode change 100755 => 100644 src/block.c mode change 100755 => 100644 src/block.h mode change 100755 => 100644 src/buffer.c mode change 100755 => 100644 src/buffer.h mode change 100755 => 100644 src/cmds.c mode change 100755 => 100644 src/cmds.h mode change 100755 => 100644 src/cmds_command.c mode change 100755 => 100644 src/cmds_command.h mode change 100755 => 100644 src/cmds_edit.c mode change 100755 => 100644 src/cmds_edit.h mode change 100755 => 100644 src/cmds_insert.c mode change 100755 => 100644 src/cmds_insert.h mode change 100755 => 100644 src/cmds_normal.c mode change 100755 => 100644 src/cmds_normal.h mode change 100755 => 100644 src/cmds_visual.c mode change 100755 => 100644 src/cmds_visual.h mode change 100755 => 100644 src/color.c mode change 100755 => 100644 src/color.h mode change 100755 => 100644 src/conf.c mode change 100755 => 100644 src/conf.h mode change 100755 => 100644 src/doc mode change 100755 => 100644 src/eres.sed mode change 100755 => 100644 src/exec.c mode change 100755 => 100644 src/exec.h mode change 100755 => 100644 src/file mode change 100755 => 100644 src/file.c mode change 100755 => 100644 src/file.h mode change 100755 => 100644 src/filter.c mode change 100755 => 100644 src/filter.h mode change 100755 => 100644 src/format.c mode change 100755 => 100644 src/format.h mode change 100755 => 100644 src/gram.y mode change 100755 => 100644 src/help.c mode change 100755 => 100644 src/help.h mode change 100755 => 100644 src/hide_show.c mode change 100755 => 100644 src/hide_show.h mode change 100755 => 100644 src/history.c mode change 100755 => 100644 src/history.h mode change 100755 => 100644 src/input.c mode change 100755 => 100644 src/input.h mode change 100755 => 100644 src/interp.c mode change 100755 => 100644 src/interp.h mode change 100755 => 100644 src/lex.c mode change 100755 => 100644 src/lex.h mode change 100755 => 100644 src/macros.h mode change 100755 => 100644 src/main.c mode change 100755 => 100644 src/main.h mode change 100755 => 100644 src/maps.c mode change 100755 => 100644 src/maps.h mode change 100755 => 100644 src/marks.c mode change 100755 => 100644 src/marks.h mode change 100755 => 100644 src/pipe.c mode change 100755 => 100644 src/pipe.h mode change 100755 => 100644 src/range.c mode change 100755 => 100644 src/range.h mode change 100755 => 100644 src/sc-im.1 mode change 100755 => 100644 src/sc.h mode change 100755 => 100644 src/screen.c mode change 100755 => 100644 src/screen.h mode change 100755 => 100644 src/shift.c mode change 100755 => 100644 src/shift.h mode change 100755 => 100644 src/sort.c mode change 100755 => 100644 src/sort.h mode change 100755 => 100644 src/sres.sed mode change 100755 => 100644 src/undo.c mode change 100755 => 100644 src/undo.h mode change 100755 => 100644 src/version.h mode change 100755 => 100644 src/vmtbl.c mode change 100755 => 100644 src/vmtbl.h mode change 100755 => 100644 src/xls.c mode change 100755 => 100644 src/xls.h mode change 100755 => 100644 src/xlsx.c mode change 100755 => 100644 src/xlsx.h mode change 100755 => 100644 src/xmalloc.c mode change 100755 => 100644 src/xmalloc.h mode change 100755 => 100644 src/yank.c mode change 100755 => 100644 src/yank.h diff --git a/CHANGES b/CHANGES index 5244fd3..f4f0413 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +v0.3.0 +* FIX when importing large CSV files +* SC-IM now supports wide chars, enabling the use of different alphabets. + The following alphabets are supported: + English, Spanish, French, Italian, German, Portuguese, Russian, Ukrainian, Greek, Turkish, Czech, Japanese, Chinese +* Modification in padding of cells and how they are saved in files. +* UNDO / REDO improvements. Now the following actions are supported: + Change in format of a column as a result of the 'f' command + Change in format of a column as a result of auto_jus + Change format of columns as a result of ic dc + v0.2.2 * Added plain text export. * Added padding between cells. @@ -19,5 +30,3 @@ v0.2.2 * Various fixes when using SC-IM without UI (--nocurses). * Help documentation now can be loaded without making install SC-IM. * MAXROWS now can be defined in Makefile. - - diff --git a/TODO b/TODO index 09ba668..69ce0a8 100644 --- a/TODO +++ b/TODO @@ -1,19 +1,14 @@ TODO ---- -04/04/2016 +25/04/2016 Main features to achieve in near future versions ------------------------------------------------ -1. Fix problem when entering extended ascii chars. +1. lock / freeze a section of the screen (rows or columns). -2. UNDO/REDO changes in colwidth, precision and realfmt. - UNDO/REDO changes of filters applied. - -3. lock / freeze a section of the screen (rows or columns). - -4. Export spreadsheet to Latex format. +2. Export spreadsheet to Latex format. @@ -33,9 +28,6 @@ implementations in other gui's. 2. scim_scripting. Use LUA to allow scripting and plugin support. -3. Use UTF-8 encoding and display any Unicode char. -Change curses calls to cursesw calls. - -4. status bar format customized by user. +3. status bar format customized by user. can show count of cells and sum of values, when a range is selected.. *this should be done with a script. diff --git a/src/Makefile b/src/Makefile old mode 100755 new mode 100644 diff --git a/src/block.c b/src/block.c old mode 100755 new mode 100644 diff --git a/src/block.h b/src/block.h old mode 100755 new mode 100644 diff --git a/src/buffer.c b/src/buffer.c old mode 100755 new mode 100644 diff --git a/src/buffer.h b/src/buffer.h old mode 100755 new mode 100644 diff --git a/src/cmds.c b/src/cmds.c old mode 100755 new mode 100644 diff --git a/src/cmds.h b/src/cmds.h old mode 100755 new mode 100644 diff --git a/src/cmds_command.c b/src/cmds_command.c old mode 100755 new mode 100644 diff --git a/src/cmds_command.h b/src/cmds_command.h old mode 100755 new mode 100644 diff --git a/src/cmds_edit.c b/src/cmds_edit.c old mode 100755 new mode 100644 diff --git a/src/cmds_edit.h b/src/cmds_edit.h old mode 100755 new mode 100644 diff --git a/src/cmds_insert.c b/src/cmds_insert.c old mode 100755 new mode 100644 diff --git a/src/cmds_insert.h b/src/cmds_insert.h old mode 100755 new mode 100644 diff --git a/src/cmds_normal.c b/src/cmds_normal.c old mode 100755 new mode 100644 diff --git a/src/cmds_normal.h b/src/cmds_normal.h old mode 100755 new mode 100644 diff --git a/src/cmds_visual.c b/src/cmds_visual.c old mode 100755 new mode 100644 diff --git a/src/cmds_visual.h b/src/cmds_visual.h old mode 100755 new mode 100644 diff --git a/src/color.c b/src/color.c old mode 100755 new mode 100644 diff --git a/src/color.h b/src/color.h old mode 100755 new mode 100644 diff --git a/src/conf.c b/src/conf.c old mode 100755 new mode 100644 diff --git a/src/conf.h b/src/conf.h old mode 100755 new mode 100644 diff --git a/src/doc b/src/doc old mode 100755 new mode 100644 diff --git a/src/eres.sed b/src/eres.sed old mode 100755 new mode 100644 diff --git a/src/exec.c b/src/exec.c old mode 100755 new mode 100644 diff --git a/src/exec.h b/src/exec.h old mode 100755 new mode 100644 diff --git a/src/file b/src/file old mode 100755 new mode 100644 diff --git a/src/file.c b/src/file.c old mode 100755 new mode 100644 diff --git a/src/file.h b/src/file.h old mode 100755 new mode 100644 diff --git a/src/filter.c b/src/filter.c old mode 100755 new mode 100644 diff --git a/src/filter.h b/src/filter.h old mode 100755 new mode 100644 diff --git a/src/format.c b/src/format.c old mode 100755 new mode 100644 diff --git a/src/format.h b/src/format.h old mode 100755 new mode 100644 diff --git a/src/gram.y b/src/gram.y old mode 100755 new mode 100644 diff --git a/src/help.c b/src/help.c old mode 100755 new mode 100644 diff --git a/src/help.h b/src/help.h old mode 100755 new mode 100644 diff --git a/src/hide_show.c b/src/hide_show.c old mode 100755 new mode 100644 diff --git a/src/hide_show.h b/src/hide_show.h old mode 100755 new mode 100644 diff --git a/src/history.c b/src/history.c old mode 100755 new mode 100644 diff --git a/src/history.h b/src/history.h old mode 100755 new mode 100644 diff --git a/src/input.c b/src/input.c old mode 100755 new mode 100644 diff --git a/src/input.h b/src/input.h old mode 100755 new mode 100644 diff --git a/src/interp.c b/src/interp.c old mode 100755 new mode 100644 diff --git a/src/interp.h b/src/interp.h old mode 100755 new mode 100644 diff --git a/src/lex.c b/src/lex.c old mode 100755 new mode 100644 diff --git a/src/lex.h b/src/lex.h old mode 100755 new mode 100644 diff --git a/src/macros.h b/src/macros.h old mode 100755 new mode 100644 diff --git a/src/main.c b/src/main.c old mode 100755 new mode 100644 diff --git a/src/main.h b/src/main.h old mode 100755 new mode 100644 diff --git a/src/maps.c b/src/maps.c old mode 100755 new mode 100644 diff --git a/src/maps.h b/src/maps.h old mode 100755 new mode 100644 diff --git a/src/marks.c b/src/marks.c old mode 100755 new mode 100644 diff --git a/src/marks.h b/src/marks.h old mode 100755 new mode 100644 diff --git a/src/pipe.c b/src/pipe.c old mode 100755 new mode 100644 diff --git a/src/pipe.h b/src/pipe.h old mode 100755 new mode 100644 diff --git a/src/range.c b/src/range.c old mode 100755 new mode 100644 diff --git a/src/range.h b/src/range.h old mode 100755 new mode 100644 diff --git a/src/sc-im.1 b/src/sc-im.1 old mode 100755 new mode 100644 diff --git a/src/sc.h b/src/sc.h old mode 100755 new mode 100644 diff --git a/src/screen.c b/src/screen.c old mode 100755 new mode 100644 diff --git a/src/screen.h b/src/screen.h old mode 100755 new mode 100644 diff --git a/src/shift.c b/src/shift.c old mode 100755 new mode 100644 diff --git a/src/shift.h b/src/shift.h old mode 100755 new mode 100644 diff --git a/src/sort.c b/src/sort.c old mode 100755 new mode 100644 diff --git a/src/sort.h b/src/sort.h old mode 100755 new mode 100644 diff --git a/src/sres.sed b/src/sres.sed old mode 100755 new mode 100644 diff --git a/src/undo.c b/src/undo.c old mode 100755 new mode 100644 diff --git a/src/undo.h b/src/undo.h old mode 100755 new mode 100644 diff --git a/src/version.h b/src/version.h old mode 100755 new mode 100644 diff --git a/src/vmtbl.c b/src/vmtbl.c old mode 100755 new mode 100644 diff --git a/src/vmtbl.h b/src/vmtbl.h old mode 100755 new mode 100644 diff --git a/src/xls.c b/src/xls.c old mode 100755 new mode 100644 diff --git a/src/xls.h b/src/xls.h old mode 100755 new mode 100644 diff --git a/src/xlsx.c b/src/xlsx.c old mode 100755 new mode 100644 diff --git a/src/xlsx.h b/src/xlsx.h old mode 100755 new mode 100644 diff --git a/src/xmalloc.c b/src/xmalloc.c old mode 100755 new mode 100644 diff --git a/src/xmalloc.h b/src/xmalloc.h old mode 100755 new mode 100644 diff --git a/src/yank.c b/src/yank.c old mode 100755 new mode 100644 diff --git a/src/yank.h b/src/yank.h old mode 100755 new mode 100644 -- cgit v1.2.3