]> git.neil.brown.name Git - edlib.git/shortlog
edlib.git
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.
2023-06-28 NeilBrownlinecount: ensure we start a visible beginning of document
2023-06-28 NeilBrownAlways call CountLines on the focus
2023-06-28 NeilBrownlinecount: improve notify:replaced handling
2023-06-28 NeilBrownlinecount: simplify count_calculate()
2023-06-28 NeilBrownlinecount: remove 'start' arg from count_calculate()
2023-06-28 NeilBrownlinecount: don't pass mark to doc:CountLines at startup
2023-06-28 NeilBrownlinecount: ignore Notify:Clip
2023-06-28 NeilBrownlinecount: use a more natural means of registering...
2023-06-28 NeilBrownline-count: limit ranges based on words and chars as...
2023-06-28 NeilBrownpython: change how modules are loaded into the interpreter
2023-06-08 NeilBrownpython: discard python-load
2023-06-08 NeilBrownncurses: don't block in nc_external_viewer
2023-06-08 NeilBrownnotmuch: reply to first VISIBLE text part
2023-06-08 NeilBrowninput: remove unnecessary 'safe' annotations.
2023-06-08 NeilBrownemacs-search: guard against ->target closing too.
2023-06-08 NeilBrownemacs-search: get notification when panes close.
2023-06-08 NeilBrownnotmuch: improve handling of "%d quoted lines" marker
2023-06-08 NeilBrownrexel: don't accidentally make back-refs with impossibl...
2023-06-08 NeilBrownnotmuch: wait for thread_p
2023-06-08 NeilBrownw3m: convert html entities in URL.
2023-06-08 NeilBrownTODO: small updates to v1.0 goal.
2023-06-08 NeilBrownTODO: revise priorities.
2023-06-08 NeilBrownTODO: merge bugs into priorities.
2023-06-08 NeilBrownTODO: all current-priorities must be in correct section too
2023-06-08 NeilBrownTODO: move the [1] stuff.
2023-06-08 NeilBrownTODO: remove anything marked [X]
2023-06-08 NeilBrownWait for processes we fork.
2023-06-08 NeilBrownpdf,doc: mark urls.
2023-06-08 NeilBrownmultipart: don't assume sub-panes never disappear.
2023-06-08 NeilBrowntests: filter out duplicate "Display" lines.
2023-06-08 NeilBrownlib-renderline: Introduce word-wrap.
2023-06-08 NeilBrownChange rules for doc:render-line with mark2
2023-05-28 NeilBrownrenderline: fix cursor pos after early wrap.
2023-05-28 NeilBrownrenderline: ensure attr lists always start/end with ','
2023-05-28 NeilBrownmark: separate mark:moving from mark:arrived
2023-05-27 NeilBrownw3m: filter out markup when extracting text
2023-05-27 NeilBrownpython: handle unterminated strings from doc-text
2023-05-26 NeilBrowncompose-email: don't intercept doc:char
2023-05-26 NeilBrownmarkup: quote '<' when they are interpolated from attr
2023-05-26 NeilBrownnotmuch: use mark:moving to avoid getting stuck in...
2023-05-26 NeilBrowndisplay-xcb - silence "may be uninitialised warning"
2023-05-26 NeilBrownpdf-to-text convert to delayed/async conversion
2023-05-26 NeilBrownw3m-to-text: convert to delayed/async processing.
2023-05-26 NeilBrowndoc-to-text: don't wait for conversion to complete.
2023-05-26 NeilBrowndoc-email: send a notification when a 'transformed...
2023-05-26 NeilBrownnotmuch: ensure reply and similar clear unread and new
2023-05-26 NeilBrownMove my personal configuration out of the git tree.
2023-05-26 NeilBrownintroduce doc:append:...
2023-05-26 NeilBrowntextfill: default fill:end-re to fill:start-re
2023-05-26 NeilBrowntext-fill: revert recent change when getting attributes.
2023-05-26 NeilBrowndoc: add default doc:get-attr which returns pane attribute.
2023-05-26 NeilBrownnotmuch: add K-X to show the extra headers
2023-05-26 NeilBrownUpdate some copyright dates.
2023-05-26 NeilBrownC code - remove stray LOG() calls.
2023-05-26 NeilBrownpython: remove stray edlib.LOG calls.
2023-05-26 NeilBrownhandle text-fill in .md files better.
2023-05-26 NeilBrowntextfile: copy prefix from most recent line.
2023-05-26 NeilBrownnotmuch: include local-time as an extra header
2023-05-26 NeilBrownncurses: fix transparent images in default color-space
2023-05-26 NeilBrownsearch: avoid infinite look with inconsistent doc:step...
2023-05-26 NeilBrownFix missed conversions from -2 to Efail.
next