]> git.neil.brown.name Git - edlib.git/shortlog
edlib.git
2023-06-28 NeilBrownserver: don't hold reference to the display pane.
2023-06-28 NeilBrownadd window:set: and use it to set attributes for displays.
2023-06-28 NeilBrownhandle Display:close in window-core
2023-06-28 NeilBrownintroduce core-window.c
2023-06-28 NeilBrowninput: don't use pane_notify to send window notification.
2023-06-28 NeilBrownmacro: don't walk up tree to "find" input.
2023-06-28 NeilBrownMove parse_ini() into a separate include file.
2023-06-28 NeilBrowncompose: run notmuch-addr asynchronously.
2023-06-28 NeilBrownconfig: allow initial panes to be set in config file.
2023-06-28 NeilBrownSplit module list into a separate ini file
2023-06-28 NeilBrowndiscard old auto-load code
2023-06-28 NeilBrownpane: if an on-idle event to handle damage cannot be...
2023-06-28 NeilBrownmessageline: right justify the date/time
2023-06-28 NeilBrownmessageline: use lib-renderline for drawing the message...
2023-06-28 NeilBrownmessageline: treat an empty message as message-removal.
2023-06-28 NeilBrownrenderline: allow Refresh to be handled.
2023-06-28 NeilBrownrenderline: allow z depth to be given when attaching.
2023-06-28 NeilBrownlib-markup: generate markup with soh/stx/etc rather...
2023-06-28 NeilBrownrender-complete: handle cursor display properly.
2023-06-28 NeilBrownrender-complete: add highlight more correctly.
2023-06-28 NeilBrownrender-complete: strip new-style attrs when returning...
2023-06-28 NeilBrownlib-linefilter: always strip attributes from line befor...
2023-06-28 NeilBrownrender-present: don't use doc:render-line to get text.
2023-06-28 NeilBrownlib-renderline: make control chars stand out more.
2023-06-28 NeilBrownlib-renderline: expect control chars instead of <>...
2023-06-28 NeilBrownrenderline: fix rendering bug when a TAB wraps.
2023-06-28 NeilBrownmarkup: always convert control characters.
2023-06-28 NeilBrownIntroduce edlib_testing().
2023-06-28 NeilBrownTODO: assorted additions and revisions.
2023-06-28 NeilBrownconfig: support PREFIX commands for module auto-load
2023-06-28 NeilBrownIntroduce global-set-command-prefix
2023-06-28 NeilBrownserver: allow auto-startup to be configurable.
2023-06-28 NeilBrownconfig: free triggers on exit.
2023-06-28 NeilBrownconfig: ensure new config overrides earlier config.
2023-06-28 NeilBrowndiff: fix occasional slowness.
2023-06-28 NeilBrownconfig: support [file:glob] config setting.
2023-06-28 NeilBrownconfig: allocate a local data
2023-06-28 NeilBrownIntroduce strstarts()
2023-06-28 NeilBrowndoc: allow key to be passed to doc:set: in ->str2
2023-06-28 NeilBrownIntroduce ->root pointer in panes.
2023-06-28 NeilBrownIntroduce pane_register_root()
2023-06-28 NeilBrownRevise pane_reparent()
2023-06-28 NeilBrownIntroduce Child-Notify
2023-06-28 NeilBrownCombine doc_attach() and do_doc_assign()
2023-06-28 NeilBrownAllow do_doc_assign() to fail.
2023-06-28 NeilBrowntile: be extra careful when merging a tile into it...
2023-06-28 NeilBrownAdd a config-file parser.
2023-06-28 NeilBrownglobal-set-attr: support append.
2023-06-28 NeilBrowncore-keymap: handle map changing when command is run.
2023-06-28 NeilBrownmergeview: auto-position on merge at first visit.
2023-06-28 NeilBrownmergeview: handle mode-swap-mark
2023-06-28 NeilBrownemacs: handle cx:c-x by resending the equivalent command.
2023-06-28 NeilBrownwiggle: include merge number in attached attributes.
2023-06-28 NeilBrowndetect and limit recursion
2023-06-28 NeilBrownmergeview: capture < and > on marker lines.
2023-06-28 NeilBrownmergeview/wiggle: improvements for space-only conflicts.
2023-06-28 NeilBrownmergeview: add commands to apply the merge.
2023-06-28 NeilBrownwiggle: return the wiggled result from set-wiggle.
2023-06-28 NeilBrownrexel: remove abort() calls not in #ifdef DEBUG
2023-06-28 NeilBrownMark various 'static' values as 'const'.
2023-06-28 NeilBrownTODO.md: various revisions.
2023-06-28 NeilBrownautospell: use pane_too_long() to limit background...
2023-06-28 NeilBrownlinecount: use pane_too_long() to break up line count
2023-06-28 NeilBrownUse event:on-idle for short-timeout background tasks.
2023-06-28 NeilBrownDrop the on_idle- multicall.
2023-06-28 NeilBrowneditor: use event:on-idle to delayed-free the store.
2023-06-28 NeilBrowneditor: use event:on-idle to free marks.
2023-06-28 NeilBrowneditor: move delayed free of panes to event:on-idle
2023-06-28 NeilBrowndiscard editor-on-idle in favour of event:on-idle.
2023-06-28 NeilBrownCall pane_refresh() from event:on-idle
2023-06-28 NeilBrownevent: add on-idle support
2023-06-28 NeilBrownlibevent: split out run_list()
2023-06-28 NeilBrownlibevent: split event_list
2023-06-28 NeilBrownlibevent: minor fixes.
2023-06-28 NeilBrownlibevent: don't store mseconds separate from num.
2023-06-28 NeilBrownnotmuch: when moving among messages, set focus to query...
2023-06-28 NeilBrownemacs: add CX-< and CX-> to scroll left or right.
2023-06-28 NeilBrownlib-url: only follow link one it has been shown in...
2023-06-28 NeilBrownrender-lines: add "Activate" support.
2023-06-28 NeilBrownChange "Mouse-Activate:" to simply "Activate:"
2023-06-28 NeilBrownIntroduce lib-url
2023-06-28 NeilBrownlinecount: when async needs a full count - do it.
2023-06-28 NeilBrownlinecount: make it possible to disable
2023-06-28 NeilBrowndoc-email: ensure doc:get-boundary skips invisible...
2023-06-28 NeilBrownmarkup: do boundary checks *before* getting a char.
2023-06-28 NeilBrownChange rules for mark passed to doc:content
2023-06-28 NeilBrownlinecount: enable for make-viewer
2023-06-28 NeilBrowntests: 02-grep failure should not be fatal.
2023-06-28 NeilBrownlinecount: use extra-text in doc:content
2023-06-28 NeilBrownlinecount: use doc:content to scan more quickly.
2023-06-28 NeilBrowndoc: fix doc_default_content
2023-06-28 NeilBrownrender-format: fix off-by-one in doc:content
2023-06-28 NeilBrownformat: handle line-count properly for format2
2023-06-28 NeilBrownlinecount: enable async line-counts
2023-06-28 NeilBrownlinecount: intro option of sync/async counting.
2023-06-28 NeilBrownlinecount: fix need_recalc()
2023-06-28 NeilBrownlinecount: ensure counts are uptodate for goto-line
2023-06-28 NeilBrownlinecount: optimise when no counting needed.
2023-06-28 NeilBrowndoc-email: support linecount
2023-06-28 NeilBrowndoc-email: be more subtle with default visibility.
next