]> git.neil.brown.name Git - edlib.git/history - python
c-mode: fix () in first statement after 'case'
[edlib.git] / python /
2023-09-11 NeilBrownc-mode: fix () in first statement after 'case'
2023-09-11 NeilBrownDiscard DocLeaf - use new pane_leaf() instead.
2023-09-11 NeilBrownRename pane_leaf() to pane_focus()
2023-09-11 NeilBrownRename Display: commands to window:
2023-09-11 NeilBrownDiscard Display:set: in favour of window:set:
2023-09-08 NeilBrownhistory: drop second string arg to attach-history
2023-09-08 NeilBrownnotmuch: support a to-list as well as a from-list
2023-09-04 NeilBrownmenu: flip args to menu-add
2023-09-01 NeilBrownRename doc:attach-helper to doc:get-doc
2023-08-30 NeilBrownmenu: support disabled menu entries.
2023-08-30 NeilBrownMove <hide> handling to lib-renderlines and fix callers.
2023-08-29 NeilBrownnotmuch: act on menu selection to add address to a...
2023-08-29 NeilBrownnotmuch: place a context menu on all from: addresses
2023-08-29 NeilBrownnotmuch: disable word-wrap on To: and Cc: lines
2023-08-29 NeilBrownrfc822header: improvements to render attribute on headers.
2023-08-29 NeilBrownautospell: cancel old menu before opening a new one.
2023-08-28 NeilBrownmergeview: fix uninitialised-var error
2023-08-27 NeilBrowntextfill: get prefix from regexp when appropriate.
2023-08-25 NeilBrowndiff: use correct file name in 'pre' mode.
2023-08-25 NeilBrownIntroduce generic Display:set:
2023-08-25 NeilBrownChange Display:set-noclose to Display:set:no-close...
2023-08-21 NeilBrownFix "edlib -g"
2023-08-18 NeilBrownmerge-view: allow 9:A-m to both cut and paste.
2023-08-18 NeilBrownmergeview: adding merge to region needs full-lines...
2023-08-15 NeilBrownlib-renderline: various wrapping fixed.
2023-08-08 NeilBrownlib-server: fix a couple of typos
2023-07-28 NeilBrowncompose-email: check for needed headers:
2023-07-27 NeilBrownemacs: support shows shell output in a popup.
2023-07-21 NeilBrowncompose-email: use menu for address completion
2023-07-21 NeilBrownnotmuch: focus on query pane when changing messages
2023-07-21 NeilBrownmergeview: highlight result after change.
2023-07-21 NeilBrownlib-abbrev: Don't show a menu when not needed.
2023-07-21 NeilBrownmake: possibly fix problem with not always following.
2023-07-18 NeilBrownlib-abbrev: fix positioning of menu
2023-07-12 NeilBrownnotmuch: remove support for saved: synonym for query:
2023-07-12 NeilBrownnotmuch: support mouse-click to select search and thread
2023-07-12 NeilBrownUpdate copyright dates.
2023-07-12 NeilBrownAdd lib-askpass
2023-07-12 NeilBrownlib-server: separate out choose_pane functionality
2023-07-12 NeilBrownserver: split client and server code more cleanly.
2023-07-12 NeilBrownlib-server: various clean-ups.
2023-07-12 NeilBrownautospell: provide drop-down menu on spelling errors.
2023-07-12 NeilBrownRevise how location-sensitive actions are managed.
2023-07-12 NeilBrownInitial menu support.
2023-06-28 NeilBrownpygtk: discard new_display2
2023-06-28 NeilBrownlib-glibevents: catch errors from callbacks.
2023-06-28 NeilBrownFinish attach-display-foo commands with doc:attach...
2023-06-28 NeilBrowncall editor:activate-display from the display code.
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 NeilBrownmacro: don't walk up tree to "find" input.
2023-06-28 NeilBrowncompose: run notmuch-addr asynchronously.
2023-06-28 NeilBrownrender-present: don't use doc:render-line to get text.
2023-06-28 NeilBrownIntroduce edlib_testing().
2023-06-28 NeilBrownserver: allow auto-startup to be configurable.
2023-06-28 NeilBrowndiff: fix occasional slowness.
2023-06-28 NeilBrownconfig: support [file:glob] config setting.
2023-06-28 NeilBrownRevise pane_reparent()
2023-06-28 NeilBrownAdd a config-file parser.
2023-06-28 NeilBrownmergeview: auto-position on merge at first visit.
2023-06-28 NeilBrownmergeview: handle mode-swap-mark
2023-06-28 NeilBrownwiggle: include merge number in attached attributes.
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 NeilBrownautospell: use pane_too_long() to limit background...
2023-06-28 NeilBrownUse event:on-idle for short-timeout background tasks.
2023-06-28 NeilBrownevent: add on-idle support
2023-06-28 NeilBrownnotmuch: when moving among messages, set focus to query...
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 NeilBrownChange rules for mark passed to doc:content
2023-06-28 NeilBrownformat: handle line-count properly for format2
2023-06-28 NeilBrownpython: change how modules are loaded into the interpreter
2023-06-08 NeilBrownnotmuch: reply to first VISIBLE text part
2023-06-08 NeilBrownnotmuch: improve handling of "%d quoted lines" marker
2023-06-08 NeilBrownnotmuch: wait for thread_p
2023-06-08 NeilBrownw3m: convert html entities in URL.
2023-06-08 NeilBrownWait for processes we fork.
2023-06-08 NeilBrownpdf,doc: mark urls.
2023-06-08 NeilBrownlib-renderline: Introduce word-wrap.
2023-06-08 NeilBrownChange rules for doc:render-line with mark2
2023-05-28 NeilBrownmark: separate mark:moving from mark:arrived
2023-05-27 NeilBrownw3m: filter out markup when extracting text
2023-05-26 NeilBrowncompose-email: don't intercept doc:char
2023-05-26 NeilBrownnotmuch: use mark:moving to avoid getting stuck in...
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 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.
next