summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-03-31Updated version (0.3.r876.ge1a8efc9 -> 0.3.r881.gd7fe49bd).haawda
Changelog ========= Move howl.dev into its own bundle, `howl-dev` (d7fe49bd) Add start of development documentation (3bc52f04) Add config.howl_src_dir variable (de0ee61c) Move dev byte code compiling stuff out into its own module (125e1506) Remove Guardfile and Spookfile for spook (0cf2002f)
2017-03-31Updated version (0.3.r872.gc9ca0edb -> 0.3.r876.ge1a8efc9).haawda
Changelog ========= Merge pull request #332 from ozra/neutral-default-for-line-padding (e1a8efc9) Removed conf language bias from changelog (0c9cf8f4) Set default to 0 also in ui/editor.moon (674b17f2) Change default for line-padding to 0 (7cd416ab)
2017-03-29Updated version (0.3.r870.g3afaff58 -> 0.3.r872.gc9ca0edb).haawda
Changelog ========= Merge pull request #342 from ozra/makefile-cp-f-fix (c9ca0edb) Add `force` to cp howl command in Makefile install (9c49e8f1)
2017-03-27Updated version (0.3.r869.g781aa7da -> 0.3.r870.g3afaff58).haawda
Changelog ========= Don't short cut the mode setting (3afaff58)
2017-03-25Updated version (0.3.r867.g6be328cb -> 0.3.r869.g781aa7da).haawda
Changelog ========= Safe guard from running commands using the direct syntax before init (781aa7da) Skip auto pair handling for read only buffers (1e62e853)
2017-03-25Updated version (0.3.r866.g96cfb2cd -> 0.3.r867.g6be328cb).haawda
Changelog ========= VI: Ensure command mode doesn't conflict with auto pairs (6be328cb)
2017-03-22Updated version (0.3.r864.g076c891f -> 0.3.r866.g96cfb2cd).haawda
Changelog ========= Remove mem use spec for action buffer (96cfb2cd) Fix paste behaviour for where = 'after' and whole_lines (33f0047e)
2017-03-18Updated version (0.3.r853.g83741633 -> 0.3.r864.g076c891f).haawda
Changelog ========= Update changelog for auto config persistence (076c891f) Update doc for auto config persistence (d000cb4a) Merge pull request #306 from howl-editor/more-config (640b920c) Only persist the global scope (d80c3ad8) Saving config now protected by same check that saves session (eeab7152) Added config.set_default for transient, unsaved default values (6bee481b) Don't save buffer scope or any scope with no values (479bf680) Turned off default auto saving config on exit (6265a576) Automatic configuration persistence (7c88f8df) Bugfix to use file scoped config once associated (c9dc6da5) Remove config.copy, add explicit config.replace and config.merge instead (b8588e6e)
2017-03-15upstream updatehaawda
2017-02-23updateStefan Husmann
2017-01-30Updated version (0.3.r840.g06b936a2 -> 0.3.r842.g478f0ad5).Stefan Husmann
Changelog ========= Merge pull request #307 from Mailaender/patch-1 (478f0ad5) Add an appdata.xml file. (5907d85c)
2017-01-05Updated version (0.3.r838.g718032d3 -> 0.3.r840.g06b936a2).Stefan Husmann
Changelog ========= Merge pull request #299 from mfxmfx/keymap-f11 (06b936a2) Bind window-toggle-fullscreen to F11 instead of Alt-F11 in default keymap. (829ed63f)
2017-01-03Updated version (0.3.r827.gc52d9b83 -> 0.3.r838.g718032d3).Stefan Husmann
Changelog ========= Merge pull request #294 from howl-editor/config (718032d3) Start buffer_ids at 1 instead of 2 (51bcaf88) fix doc typos (4e1910bd) config documentation fixes (1fb9881e) Remove unnecessary underscore in name (66f67e0b) Really delete config.move (e90bd4c7) Delete empty line (f3d81033) Fix config.copy, add many specs (de2f625c) Fix config api doc (9ecdfc61) API doc update for new config implementation (ee279551) Major config implementation refactor. (2a1bd089)
2017-01-01Updated version (0.3.r825.g13eebe4e -> 0.3.r827.gc52d9b83).Stefan Husmann
Changelog ========= Merge pull request #302 from mfxmfx/signal-file-opened (c52d9b83) On startup, emit 'file-opened' a little bit later so that there is an editor for the initial buffer. (a0570528)
2016-12-31Updated version (0.3.r821.g4ef451c7 -> 0.3.r825.g13eebe4e).Stefan Husmann
Changelog ========= Merge pull request #301 from mfxmfx/keyboard-keypad (13eebe4e) Merge pull request #298 from mfxmfx/select-all-crtl-a (14742e90) bindings: better support for keypad keys. (6de92c8c) Bind select-all to ctrl_a instead of ctrl_shift_a in default keymap. (d18973de)
2016-12-30Updated version (0.3.r819.g934f930b -> 0.3.r821.g4ef451c7).Stefan Husmann
Changelog ========= Merge pull request #297 from mfxmfx/editor-copy-keep-selection (4ef451c7) selection: keep the selection when running editor-copy. (5b44c179)
2016-12-20Updated version (0.3.r815.g1bf752f3 -> 0.3.r819.g934f930b).AUR Update Bot
Changelog ========= Merge pull request #295 from howl-editor/ruby-inspection (934f930b) Fix scrollbar slider color setting for later Gtk versions (5600b13c) Add ruby inspector (b6a2439b) Add util module to Ruby bundle (197aebea)
2016-12-16initial upload under this nameStefan Husmann