summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2024-03-23Update to 0.8.3-2Rhinoceros
* Override new `CFLAGS` default in `/etc/makepkg.conf` as per [comment](https://aur.archlinux.org/packages/sc-im#comment-962883) * Change from default of `-Wp,-D_FORTIFY_SOURCE=3` to `-Wp,-D_FORTIFY_SOURCE=2`
2023-01-13Update to 0.8.3-1Rhinoceros
* Upstream changelog: https://github.com/andmarti1424/sc-im/releases/tag/v0.8.3 * Makefile now selects Linux clipboard by default, so no need to patch this part.
2021-11-05Add support for aarch64Rhinoceros
* No need to bump pkgver. If it were previously installed, no need to reinstall.
2021-05-14Update to 0.8.2-1Rhinoceros
* Upstream changelog: Changes ------- + Improved yank and undo alloc'ing. Malloc as much we need from start in a long batch and avoid small mallocs. + Changed the way lua scripts are referenced in formulas. Now they are input as any other string formula, like this: \"@lua("script_name.lua", 1) being 1 if the reference should be added to the depgraph or not, making it evaluated just once or every time the depgraph is evaluated. NOTE that if set to 0 and the cell is referenced by another cell, it will be executed nonetheless. + Added new exec_lua configuration variable. + Rows now can have height higher than one LINE. See fj and fk in normal mode or :formatrow in command mode. + Wrap cell content. new autowrap config value. works when nooverlap and notruncate are set. + Open URL or file specified on cell (PR 401) + Import mkd files + Multiple frozen rows/columns (fr / fc in normal mode) Added mapping_timeout configuration variable with a default value of 1500ms (used to be a fixed value of 800ms). Added mouse support in insert and command mode. The selection of a cell gets copied to inputbar. Added command_timeout configuration variable. handle hidden rows/cols in undo/redo of ir/ic/dr/dc Added backwards search with '?' Restore \\* from old SC. \\{char} fills the cell with n occurrences of {char} to complete its width Store frozen rows and cols when saving file Added :formatcol command (handling its undo as well) Added :formatrow command (handling its undo as well) Added undo of freeze row and col Handle \n in cell input, and with autowrap Handle undoing changes in row height produced by string input Changed input bar from window to pad: permits entering string longer than COLS. @count counts cells with strings as well, and not just with numbers. Handle entering a label after :datefmt for datetime value edition. New dracula / papercolor themes. + Added EvalRange() so that the graph is not evaluated entirely all the time. Replaced 'EvalAll' with 'EvalRange'. Removed unneeded parameters on EvalJustVertex" Added eval_order in EvalRange and rebuild_graph. Added @evaluate / @sevaluate functions Handle @nval dependencies. Handle @mycol/@myrow calls during startup when no EvalJustOneVertex is yet called Added @getent (FR issue #451) + The saving format for :w command would be according to current file format. #493 modified savefile() of file.c to check current file format before saving a file. Keep consistent with other format such as csv and save the file with the same format as current file. Added HELP_HIGHLIGHT definition color for help page. Renamed GRID_PAIR to GRID_EVEN in color.c. UNDO of :fsum is handled by let. calc_offscr_rows/cols rewriten and renamed to calc_mobile_rows/cols Fixes ----- Fix old sc bug - issue #371 Fix when saving sc files of cells that has some string expressions - issue #541 Fix leak in nval. Fix Issue #372. Free lua memory at exit. Fix when saving marks in file after importing xlsx file and saving it in sc format. EXPR and NUMBER colors were overloaded by STRING color #546 Fix markdown export when empty col was added left to data Fix in :showrows command. :fsum added to command mode commands. It was missing. Added :showcols command that was missing. Handled issue #429 handled issue #374 Ignore SIGWINCH outside ncurses. triggers: Avoid segfault when not being able to load module. Issue #325 -- Thanks to all that helped and created PR. Thanks to all who support and use this program. Andrés Martinelli andmarti1424
2021-04-14Update to 0.8.1-1Rhinoceros
* Upstream changelog: https://github.com/andmarti1424/sc-im/releases/tag/v0.8.1
2021-03-19Update to 0.8.0-2Rhinoceros
* Upstream changed source with no pkgver change * Upstream changelog: https://github.com/andmarti1424/sc-im/releases/tag/v0.8.0
2021-03-18Update to 0.8.0-1Rhinoceros
* Upstream changelog: https://github.com/andmarti1424/sc-im/releases/tag/v0.8.0 * Remove patch that renamed to sc-im (now incorporated upstream) * Fix Arch install location patch, and make name unique
2020-06-05Cleaner fix for buildRhinoceros
* Make with 'gcc -fcommon' * No pkgrel bump necessary (if it had previously built, it's fine)
2020-05-27Fix buildRhinoceros
* Make with gcc8 * Add gnuplot as optdepends * No pkgrel bump necessary (if it had previously built, it's fine)
2020-03-01Make download unique. https://wiki.archlinux.org/index.php/PKGBUILD#sourceRhinoceros
* No need for pkgrel bump (package already installed for most users)
2018-05-25Update to 0.7.0-2Rhinoceros
* Change name from scim to sc-im to prevent conflict with package scim (patch with pull request 258)
2018-01-28Add armv7h to arch (no version bump)Rhinoceros
2017-12-16Update to 0.7.0-1Rhinoceros
* Upstream changelog: https://github.com/andmarti1424/sc-im/releases/tag/v0.7.0 * Add optdepends on libxlsxwriter for xlsx export. * Add conflict with sc-im-git * Modify arch.patch to work with X clipboard by default
2017-04-20Update to 0.6.0-1Rhinoceros
* Upstream changelog: https://github.com/andmarti1424/sc-im/releases/tag/v0.6.0
2017-02-20Upgrade to 0.5.0-1Rhinoceros
* Upstream changelog: https://github.com/andmarti1424/sc-im/releases/tag/v0.5.0 * Add depends on libxml2 and libzip from namcap's suggestions * Remove ncurses depends, since it's implied from other depends * Remove backspace patch; it's now working * Add patch to install package in the correct location
2016-12-01Update to 0.4.0-1Rhinoceros
* Add ncurses dependency * Remove sed hack to make properly * (Still need patch to make backspace work) * Upstream changelog: https://github.com/andmarti1424/sc-im/releases/tag/v0.4.0
2016-12-01Update to 0.3.0-3Rhinoceros
* Actually apply patch to fix backspace key
2016-05-18Update to 0.3.0-2Rhinoceros
* Fix non-working backspace key in command line
2016-05-12Update to 0.3.0Rhinoceros
* Added prepare section to make properly * Upstream changelog: * 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
2016-04-08Fix sha256sums for 0.2.2-1Rhinoceros
2016-04-06Upgrade to 0.2.2-1. Upstream changelog follows.Rhinoceros
* Added plain text export. * Added padding between cells. * Added 256 color support and "redefine_color" special command. * Added "aa" command in normal mode to act as autojus special command. * Added "gl" for going to last position in normal mode. * Added SC-IM man page. * Added "refresh" special command to refresh UI. * Big fix in how extended ascii are chars shown. * Big changes in functions used for showing cell content. * Fix in autonumeric mode. * Fix bug when typing real long string (issue #32). * Fix when using QUIT command with external scripts. * "cellcolor" command now checks if a locked cell exists prior to change format. * Locked cells are stored after any other command when saving a file. * Saving sc file: cellcolor and lock commands now are stored by rows when saving a sc file. * "Pv" command now do not paste cellcolors. * Translated source code comments to English. * 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.
2015-09-07Update to version 0.2.1Rhinoceros
* Also remove extraneous variable substitutions with old package name * Minor style edits
2015-09-05Change package name to sc-imRhinoceros
* Change sha256sums * Now needs -j1 to build on a single core, because of race conditions * Add conflicts with previous scim-spreadsheet
2015-09-05Update to 0.1.9-1 (as scim-spreadsheet)Rhinoceros
* Also change licence to BSD * Add contributor
2015-09-05Initial commit of 0.1.8-1 (as scim-spreadsheet)Rhinoceros