]> git.eshelyaron.com Git - sweep.git/shortlog
sweep.git
2022-09-23 Eshel Yaronprepare sweep-module as a SWI-Prolog package package
2022-09-23 Eshel YaronRemove redundant header file sweep.h
2022-09-23 Eshel YaronNew make target: make info
2022-09-23 Eshel YaronADDED: new user option for choosing indentation increments v0.3.1
2022-09-22 Eshel YaronENHANCHED: automatic syntax aware autoindentation in... v0.3.0
2022-09-21 Eshel YaronADDED: sweep_op_info/2: new_predicate
2022-09-19 Eshel YaronFIXED: handle some more color terms
2022-09-19 Eshel YaronFIXED: (sweep--colourise): handle the dict_content...
2022-09-19 Eshel YaronPORT: use (eql sweep) instead of (eql 'sweep) in cl...
2022-09-16 Eshel YaronFIXED: (sweep-beginning-of-top-term): possible infinite...
2022-09-14 Eshel YaronFIXED: package-lint complaint about autoloaded private...
2022-09-14 Eshel YaronDOC: update commentary section in sweep.el
2022-09-14 Eshel YaronDOC: Add Top-level history section v0.2.1
2022-09-14 Eshel YaronFIXED: indentation after with inline comments
2022-09-14 Eshel YaronENHANCED: don't record one-character inputs in the...
2022-09-12 Eshel YaronADDED: sweep-colourise-buffer-on-idle user option,...
2022-09-12 Eshel YaronENHANCED: Update semantic highlighting on idle timer...
2022-09-12 Eshel YaronADDED: (sweep-indent-line-ends-with-prefix-operator...
2022-09-12 Eshel YaronADDED: (sweep-prefix-operators): New function
2022-09-12 James N. V... Makefile: Allow specifying the path to emacs
2022-09-12 James N. V... Makefile: Use "--batch" instead of "-batch" for consistency
2022-09-11 Eshel YaronDOC: README.org: add ^:{} option
2022-09-11 Eshel YaronPORT: don't depend on pos-bol added in Emacs 29
2022-09-11 Eshel YaronDOC: Following file specifications: new section
2022-09-11 Eshel YaronADDED: (sweep-mode-map): bind C-c C-o to sweep-find...
2022-09-11 Eshel YaronADDED: (sweep-find-file-at-point): new function
2022-09-11 Eshel YaronADDED: (sweep-file-at-point): new function
2022-09-11 Eshel YaronDOC: NEWS.org: new file
2022-09-11 Eshel Yaronsweep.el: bump Package-Version to 0.2.0 v0.2.0
2022-09-11 Eshel YaronPORT: sweep.el: require Emacs version 28 for RTLD_GLOBAL
2022-09-11 Eshel YaronDOC: Loading buffers: new section feature/sweep-load-buffer
2022-09-11 Eshel YaronENHANCED: (sweep-load-buffer): report results
2022-09-11 Eshel YaronFIXED: (sweep-load-buffer): error after prompting for...
2022-09-11 Eshel YaronFIXED: sweep_load_buffer/3: load files in the context...
2022-09-11 Eshel YaronENHANCED: (sweep-load-buffer): use read-buffer to choos...
2022-09-11 Eshel YaronADDED: sweep-load-buffer
2022-09-11 Eshel YaronFIXED: sweep_predicates_collection/2: include preds...
2022-09-11 Eshel YaronFIXED: premature cut in sweep_predicate_location/2
2022-09-11 James N. V... ENHANCED: Display message if unable to find predicate...
2022-09-10 Eshel YaronFIXED: off by one in sweep-colourise-some-terms
2022-09-10 Eshel YaronFIXED: handle more missing color terms
2022-09-10 Eshel YaronFIXED: sweep-beginning-of-top-term stopping at comment...
2022-09-10 Eshel YaronFIXED: handle some missing color terms
2022-09-09 Eshel YaronFIXED: use operators from xref in sweep_colourise_some_...
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
next