]> git.eshelyaron.com Git - sweep.git/shortlog
sweep.git
2022-09-09 Eshel YaronPORT: link libswipl statically to sweep.so dont-require-ld-preload-on-linux
2022-09-08 Eshel YaronPORT: don't use the 2nd arg to looking-at, added only...
2022-09-08 Eshel YaronENHANCED: apply an appropriate face to global predicate...
2022-09-08 Eshel YaronENHANCED: provide caller predicate in xref-find-references
2022-09-08 Eshel YaronFIXED: correctly identify the predicate defined at...
2022-09-08 Eshel YaronDOC: add manual section about setting Prolog flags
2022-09-07 Eshel YaronADDED: sweep-set-prolog-flag for setting Prolog flags
2022-09-07 Eshel YaronDOC: fix typos
2022-09-07 Eshel YaronENHANCED: emit Prolog messages with color coding
2022-09-06 Eshel YaronMODIFIED: use executable-find to locate the swipl execu...
2022-09-06 James N. V... ENHANCED: allow user to specify location of swipl binary
2022-09-06 Eshel YaronFIXED: detect "|:" prompt in the top-level
2022-09-06 Eshel YaronDOC: document the Prolog messages buffer
2022-09-06 Eshel YaronENHANCED: redirect Prolog messages to Emacs message...
2022-09-06 Eshel YaronDOC: document font-lock and xref integration for sweep...
2022-09-06 Eshel YaronADDED: implemented all xref backend callback functions
2022-09-05 Eshel YaronENHANCED: better detection of the identifier at point
2022-09-05 Eshel YaronADDED: prepare xref backend
2022-09-05 Eshel YaronENHANCED: indentation edge cases handling
2022-09-05 Eshel YaronENHANCED: fontify mutlifile predicate calls in a dedica...
2022-09-05 Eshel YaronPORT: don't rely on defvar-keymap available only since...
2022-09-05 Eshel YaronFIXED: bind SourceId in xref based completions
2022-09-05 Eshel YaronENHANCED: use a distinct face for structured comments
2022-09-04 Eshel YaronENHANCED: also complete predicate names from xref
2022-09-04 Eshel YaronENHANCED: add completion-at-point in sweep-mode
2022-09-04 Eshel YaronENHANCED: set per buffer module name in sweep-mode
2022-09-04 Eshel YaronADDED: custom font-lock-fontify-region-function for...
2022-09-04 Eshel YaronADDED: sweep-indent-line, an indent-line-function for...
2022-09-04 Eshel YaronENHANCED: syntax errors coloring
2022-09-03 Eshel YaronADDED: sweep-mode, a major mode for editing Prolog...
2022-09-03 Eshel YaronDOC: update manual section about filespec expansion
2022-09-03 Eshel YaronADDED: sweep-file-name-handler
2022-09-03 Eshel YaronENHANCED: prompt for buffer name in sweep-top-level...
2022-09-03 Eshel YaronFIXED: hide predicates starting with '$' in sweep-find...
2022-09-03 Eshel YaronADDED: global keymap sweep-prefix-map, not bound by...
2022-09-03 Eshel YaronENHANCED: show more relevant candidates in top-level...
2022-09-02 Eshel YaronPORT: use swipl --dump-runtime-variables to locate...
2022-09-02 Eshel YaronAdd licensing information
2022-09-01 Eshel YaronAdd BSD license
2022-09-01 Eshel YaronPORT: detect older swipl and disable custom GMP alloc...
2022-09-01 Eshel YaronFIXED: copy paste error (singleton variable)
2022-09-01 Eshel YaronDOC: Expand top-level documentation section
2022-09-01 Eshel YaronADDED: completion-at-point function in sweep-top-level...
2022-09-01 Eshel YaronMake use of the new SWI-Prolog embedded GMP handling...
2022-08-31 Eshel YaronRemove the swipl-devel git submodule
2022-08-31 Eshel YaronDOC: update the manual to reflect the latest GMP deconf...
2022-08-31 Eshel YaronRun `make check` with libswipl preloaded
2022-08-31 Eshel YaronRun `ninja install` as root in CI
2022-08-31 Eshel YaronFIXED: accidentally left debugging remnants
2022-08-31 Eshel YaronENHANCED: Allow using swipl compiled with GMP
2022-08-31 Eshel YaronDOC: Add Prolog initialization section to the manual
2022-08-30 Eshel YaronDOC: Document sweep_funcall/2,3 in the manual
2022-08-30 Eshel YaronADDED: sweep_funcall/2,3 for calling Elisp functions...
2022-08-29 Eshel YaronENHANCED: Pass keystrokes to the top-level directly...
2022-08-29 Eshel YaronDOC: Add CUSTOM_ID properties to README.org headings...
2022-08-29 Eshel YaronADDED: sweep-top-level command and appropriate mode
2022-08-29 Eshel YaronUse load-file-path instead of custom hack
2022-08-28 Eshel YaronENHANCED: Add optional "reverse" argument flag to sweep...
2022-08-28 Eshel YaronCleanup sweep.el
2022-08-28 Eshel YaronDOC: Expand the manual section about Querying Prolog
2022-08-27 Eshel YaronDOC: Document sweep-pack-install
2022-08-27 Eshel YaronADDED: sweep-pack-install for interactively installing...
2022-08-27 Eshel YaronENHANCED: annotate predicates with the summaries from...
2022-08-27 Eshel YaronENHANCED: make the prompts used in sweep-find-* customi...
2022-08-27 Eshel YaronFIXED: Use more robust Prolog to C string conversion
2022-08-27 Eshel YaronUse LD_PRELOAD for testing
2022-08-27 Eshel YaronRevert rpath tweaks
2022-08-27 Eshel YaronMore rpath tweaks
2022-08-27 Eshel YaronPORT: use rpath linker option
2022-08-27 Eshel YaronFIXED: Makefile setting SOEXT to dylib on linux hosts
2022-08-27 Eshel YaronTEST: Add ERT based tests
2022-08-27 Eshel YaronPORT: don't use clang's -fdiagnostics-absolute-paths
2022-08-27 Eshel Yaronupdate .build.yml
2022-08-27 Eshel YaronBUILD: set locale for CI
2022-08-27 Eshel YaronPORT: detect linux vs macOS shared object extension...
2022-08-27 Eshel YaronDOC: fix typo
2022-08-27 Eshel YaronDOC: fix typo
2022-08-27 Eshel YaronDOC: expand README.org
2022-08-27 Eshel YaronDOC: Don't number manual headings
2022-08-27 Eshel YaronDocument sweep-find-predicate
2022-08-27 Eshel YaronDOC: Document sweep-find-module in the manual
2022-08-27 Eshel YaronAdd module descriptions to sweep-find-module annotation...
2022-08-27 Eshel YaronAdd README.org
2022-08-27 Eshel YaronFIXED: really initialize on load
2022-08-27 Eshel YaronCleanup
2022-08-27 Eshel YaronVendor emacs-module.h
2022-08-27 Eshel YaronAdd swipl-devel submodule
2022-08-26 Eshel YaronInitial commit