summaryrefslogtreecommitdiff
path: root/src/plugins/script/script-repo.c
AgeCommit message (Collapse)Author
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-09-18script: consider that empty file "plugins.xml.gz" is not up-to-dateSebastien Helleu
2012-09-18script: do not define _XOPEN_SOURCE on OpenBSD (bugs with gcrypt) (bug #37373)Sebastien Helleu
2012-09-04script: display error when installing/removing/loading script if plugin for ↵Sebastien Helleu
language is not loaded
2012-08-30script: add diff between current script and version in repositorySebastien Helleu
New options: - script.look.diff_command - script.look.diff_color Key alt-d has been changed to alt-v on script buffer (view script). Key alt-d is now used on detail of script to jump to diff (if diff is displayed).
2012-08-28script: remove spaces before/after tags displayed on detail of scriptSebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions ↵Sebastien Helleu
hdata_update and hdata_set
2012-08-18script: add option "search" for command /script (completion with script tags)Sebastien Helleu
2012-08-16script: add option script.look.translate_descriptionSebastien Helleu
2012-08-15script: add status "a" (autoloaded) for scriptsSebastien Helleu
2012-08-15script: fix compilation with -O2 (replace define of _GNU_SOURCE by ↵Sebastien Helleu
_XOPEN_SOURCE)
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)