]> git.neil.brown.name Git - edlib.git/history - DOC
TODO: clean out done items.
[edlib.git] / DOC /
2023-11-01 NeilBrownTODO: clean out done items. master
2023-11-01 NeilBrownlib-search: add "reverse" command for search commands.
2023-10-30 NeilBrownrenderlines: Move-Line should return Efalse not Efail
2023-10-30 NeilBrownlib-server: catch errors from Tile:bury
2023-10-19 NeilBrownFilename completion: don't include trailing slash unles...
2023-10-19 NeilBrownRespell "window:" as "Window:".
2023-10-19 NeilBrownRespell "Window:" as "Tile:".
2023-10-17 NeilBrownw3m: write html to tempfile, not to a pipe.
2023-10-17 NeilBrownnotmuch: show raw message in a Popup:Tile
2023-10-09 NeilBrownSplit display creation into two separate steps.
2023-10-08 NeilBrownFix redraw when requesting to display last line
2023-10-08 NeilBrownAdd QRCODE to selection menu
2023-10-04 NeilBrownmode-basic: add F4 and F5 function key handlers.
2023-10-01 NeilBrownStart git-mode: selection menu item to view git commit.
2023-09-29 NeilBrownAdd Documents menu to the menubar
2023-09-29 NeilBrownrenderline: fix handling of <hide> with nested attrs.
2023-09-29 NeilBrownmenubar: refresh bar whenever size changes.
2023-09-29 NeilBrowninput: Report unrecognised key sequence
2023-09-29 NeilBrownMove some common code from Draw:image implementations...
2023-09-27 NeilBrownDraw:image: support scale and crop.
2023-09-27 NeilBrownDraw:image: move cursor cols,rows into mode (str2)
2023-09-27 NeilBrownDraw:image - move mode information from num to str2
2023-09-22 NeilBrownRemove meaning for str2 arg to Draw:image and Draw...
2023-09-19 NeilBrownAdd lib-rangetrack
2023-09-15 NeilBrownChange how SIGALRM interrupts python.
2023-09-15 NeilBrownexport do_comm_call and use it from TYPE_pane and TYPE_comm
2023-09-15 NeilBrownLimit the consistency checks run in each loop
2023-09-15 NeilBrownExplicitly guard against infinite loops in consistency...
2023-09-13 NeilBrownChange calls on closed panes to return Efallthrough...
2023-09-11 NeilBrowndisplay-x11: draw outline cursor entirely inside box.
2023-09-11 NeilBrownSend warning message when nested notification is prohib...
2023-09-11 NeilBrownDiscard DocLeaf - use new pane_leaf() instead.
2023-09-11 NeilBrownRename pane_leaf() to pane_focus()
2023-09-11 NeilBrowncore-log: reduce number of statics
2023-09-11 NeilBrownRename Display: commands to window:
2023-09-11 NeilBrownDiscard Display:set: in favour of window:set:
2023-09-09 NeilBrownDisable LOG during refresh if log is visible.
2023-09-08 NeilBrownDiscard "Free"
2023-09-08 NeilBrownemacs-search: use embedded data pattern.
2023-09-08 NeilBrowncore-doc; embed doc_data in the pane.
2023-09-08 NeilBrownlib-view: prevent stray clicks from going to parent.
2023-09-08 NeilBrownrender-lines: handle case where cursor at end-of-file.
2023-09-08 NeilBrownrenderline: don't try to parse <> in the prefix.
2023-09-08 NeilBrowninput: Add Keystroke-sequence interface
2023-09-08 NeilBrownemacs: put a menu on the selection.
2023-09-04 NeilBrownAdd lib-menubar
2023-09-01 NeilBrownRename doc:attach-helper to doc:get-doc
2023-08-30 NeilBrownmenu: allow short-cut keys to be shown.
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-27 NeilBrownrexel: fix return value in one case.
2023-08-27 NeilBrownemacs-search: be careful to avoid infinite loop.
2023-08-27 NeilBrowntextfill: get prefix from regexp when appropriate.
2023-08-25 NeilBrownReview Welcome text
2023-08-25 NeilBrowndiff: use correct file name in 'pre' mode.
2023-08-25 NeilBrownChange window-scaling to display-scaling
2023-08-25 NeilBrownIntroduce generic Display:set:
2023-08-25 NeilBrownChange Display:set-noclose to Display:set:no-close...
2023-08-25 NeilBrownGet rid of attributes shift_left and shift-left
2023-08-25 NeilBrownlib-renderline: fix problems with finding position...
2023-08-25 NeilBrownAllow command name to be used to choose some data files.
2023-08-25 NeilBrownMove welcome text into a separate file.
2023-08-23 NeilBrownAdd a logo
2023-08-21 NeilBrownIntroduce "Cancel" commands - K:ESC in emacs
2023-08-21 NeilBrownmode-emacs: improve path completion in shell commands
2023-08-21 NeilBrownlib-renderline: use foreach_attr() to parse image attrs.
2023-08-21 NeilBrownlib-renderline: discard cached-size attribute
2023-08-21 NeilBrownFix "edlib -g"
2023-08-21 NeilBrowntests: add markup test
2023-08-20 NeilBrownrender-lines: always give cursor offset when measuring...
2023-08-20 NeilBrownhistory: add support for "favourites".
2023-08-18 NeilBrownlib-render: move tab/non-tab distinction out of find_xy()
2023-08-18 NeilBrownrender-line:measure now reports if the line ended properly
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-18 NeilBrownrender-lines: avoid putting extra space at EOF for...
2023-08-18 NeilBrownemacs-search: don't try to replace same string twice
2023-08-18 NeilBrownREADME: delete all "Done" items.
2023-08-18 NeilBrownlib-renderline - lots of cleanup
2023-08-16 NeilBrownlib-renderline: only measure line when needed
2023-08-16 NeilBrownlib-renderlines: clean up left_margin handling.
2023-08-15 NeilBrownrexel: fix bug with capturing groups.
2023-08-15 NeilBrownlib-renderline allow rtab to avoid line wraps.
2023-08-15 NeilBrownlib-renderline: various wrapping fixed.
2023-08-15 NeilBrownlib-renderline: Fix length of split section in do_draw()
2023-08-15 NeilBrownlib-renderlines: erase before drawing an image
2023-08-13 NeilBrownTODO updates.
2023-08-13 NeilBrownlib-renderlines: pass split to do_draw() instead of...
2023-08-13 NeilBrownlib-renderline change rl vars to ri
2023-08-11 NeilBrownmassive lib-renderline rewrite
2023-08-11 NeilBrownlib-input - don't assume Efallthrough is 0
2023-08-11 NeilBrownncurses: catch and ignore focus-in/out
2023-08-11 NeilBrownChange pane_resize() to return Bool
2023-08-11 NeilBrownrender-lines: call_render_line_to_point never returns...
2023-08-11 NeilBrownrender-lines: don't look for point in line where it...
2023-08-08 NeilBrownlib-server: fix a couple of typos
2023-08-08 NeilBrownminor unalloc improvements.
2023-07-28 NeilBrowncompose-email: check for needed headers:
2023-07-28 NeilBrowndiscard commcache.
2023-07-27 NeilBrownAvoid null pointer deref when ccache used.
next