]> git.neil.brown.name Git - edlib.git/history - doc-docs.c
TODO: clean out done items.
[edlib.git] / doc-docs.c
2023-09-29 NeilBrownChange return value of docs:byeach
2023-09-15 NeilBrownIntroduce PANE_DATA_VOID
2023-09-15 NeilBrownUse PANE_DATA_PTR_TYPE in doc-docs.
2023-09-15 NeilBrownRemove pane->data when PANE_DATA_TYPE not set.
2023-09-15 NeilBrownRemove doc->self link.
2023-09-15 NeilBrownMark all "Close" handlers as being closed_ok.
2023-09-11 NeilBrownRename pane_focus() to pane_take_focus()
2023-09-08 NeilBrowndocs: discard "Free" handler
2023-09-01 NeilBrowncore-pane: change doc and doc_data to singular arrays
2023-07-28 NeilBrowndiscard commcache.
2023-07-19 NeilBrowndoc-email use do_char_byte for the doc:char function
2023-07-18 NeilBrowndo_char_byte: pass the pane to DOC_NEXT, not doc_data
2023-07-18 NeilBrowndoc-docs: switch to doc_data and do_char_byte()
2023-07-12 NeilBrownIntroduce mark_new()
2023-06-28 NeilBrownIntroduce global-set-command-prefix
2023-06-28 NeilBrownIntroduce Child-Notify
2023-06-08 NeilBrownChange rules for doc:render-line with mark2
2022-09-13 NeilBrownFix various doc:char handlers when stepped towards...
2022-09-03 NeilBrowndisable mark-validation of dir/docs/log
2021-09-27 NeilBrownCheck marks are valid more often.
2021-06-30 NeilBrownDon't call doc:attach-view after DocPane succeeds.
2021-06-30 NeilBrownAdd debug support for checking the order of marks.
2021-06-22 NeilBrownformat: make choice of "format2" automatic.
2021-06-14 NeilBrowndoc-docs: use doc:EOL in docs_mod_next
2021-06-11 NeilBrownIntroduce mark_step_sharesref()
2021-06-01 NeilBrownCall doc_free() automatically.
2021-05-29 NeilBrownAutomatically close all vmarks when pane is closed.
2021-05-15 NeilBrowndoc-docs: add a Close handler.
2021-05-15 NeilBrowndoc-docs: minor cleanups.
2021-05-06 NeilBrownRemove all doc:step and doc:step-bytes implementations
2021-05-06 NeilBrownIntroduce doc:char
2021-05-06 NeilBrownMove word/eol/file movement to doc_default_cmd
2021-03-30 NeilBrowndocs-modified: don't request a callback
2020-09-27 NeilBrowndocs: use docs->collection->data to find ->home for...
2020-09-27 NeilBrowndocs: use ci->home instead of docs->doc.home
2020-09-27 NeilBrowndocs: change docs_enmark(), docs_demark(), and doc_chec...
2020-09-27 NeilBrowndocs: change docs_aux to have the docs pane as ->data
2020-09-26 NeilBrownChange mark_to_end to take a pane rather than a doc
2020-09-26 NeilBrownUse 'bool' more widely.
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-09-20 NeilBrownIntroduce DEF_CB() similar to DEF_CMD()
2020-06-01 NeilBrowndocs,dir: use original format for simple cases.
2020-05-24 NeilBrownformat: add render-format2
2020-05-21 NeilBrownFix callback for doc:get-attr calls.
2020-05-14 NeilBrowndocs: use a key-map for docs_callback
2020-05-14 NeilBrowndocs: save-all: show what the valid commands are
2020-05-14 NeilBrowndocs: split up docs_cmd and docs_modified_cmd
2020-05-14 NeilBrowndocs: send earlier mark with doc:replaced
2020-05-13 NeilBrownlinefilter: remove hacks around marks not being clipped...
2020-05-11 NeilBrownAllow pane_register() to fail.
2020-05-11 NeilBrowndocs: fix command handling
2020-05-10 NeilBrowndocs: use lib-linefilter to implement docs-modified
2020-05-09 NeilBrownRevert "docs: change to use doc:attach-view"
2020-05-02 NeilBrownRemove markup:fields support.
2020-05-02 NeilBrowndoc:step shouldn't step over marks unnecessarily.
2020-04-25 NeilBrownmake: only save files in the project directory.
2020-04-06 NeilBrowndoc-dir: use lib-viewer and expect doc:cmd- style commands.
2020-04-05 NeilBrowndoc-docs: simplify docs_demark()
2020-04-05 NeilBrownRename mark-chaining functions.
2020-04-05 NeilBrownChange some movement helper-function names
2020-04-05 NeilBrownRemove some internal movement functions that are no...
2020-04-04 NeilBrownChange point:moved to point:moving, and make it more...
2020-03-28 NeilBrowndoc-docs: fix refresh when changes happening.
2020-03-28 NeilBrowndocs: in modified listing, allow abort and view doc
2020-03-28 NeilBrownmake: Allow make to continue if not all files are saved.
2020-03-28 NeilBrownviewer: send any unknown characters to doc as commands.
2020-03-27 NeilBrownRemove 'z' arg from doc_register()
2020-03-25 NeilBrownProvide mark_step() to help with doc:step
2020-03-04 NeilBrownAdd panes and data attached to them to a new mempool
2020-02-22 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-21 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-12 NeilBrownChange render- and view- tags from Chr- to cmd-
2020-02-10 NeilBrownMark key, str and str2 as 'const'.
2020-02-07 NeilBrownDelay freeing of pane->data
2020-01-04 NeilBrowncore: make ->parent 'safe'
2019-11-22 NeilBrowndoc-docs: revise doc:replaced handling.
2019-11-22 NeilBrownDon't require doc notification to start with Notify:
2019-11-20 NeilBrowndir/docs: use ->mark2 for doc:replace
2019-10-31 NeilBrownConvert lots of white-space to TABs
2019-10-31 NeilBrownWrap lots of long lines
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-10-10 NeilBrownRevise how docs are postioned in the docs list.
2019-09-26 NeilBrownFix recent breakage in doc_damaged
2019-09-23 NeilBrownMark doc_new_mark for internal use only.
2019-09-23 NeilBrownDiscard Esys
2019-09-20 NeilBrowndocs: change to use doc:attach-view
2019-09-20 NeilBrowndocs: fix docs_bury notification
2019-09-19 NeilBrowndoc: change mechanism for attaching document in a view...
2019-09-14 NeilBrowndoc-docs: make *Documents* a doc-rendering document.
2019-09-14 NeilBrownMove doc-completion setup into doc-docs
2019-09-14 NeilBrownFixup handling of document name.
2019-09-10 NeilBrownImprove doc_register interface.
2019-09-10 NeilBrowndocs: don't need pane_my_child for ChildClosed
2019-09-10 NeilBrowndoc: discard doc:set-parent in favour of reparent
2019-09-10 NeilBrowndoc: change doc:revisit to a notification
2019-09-10 NeilBrowndoc: change Call:Notify:doc: to doc:Notify:doc:
2019-09-07 NeilBrownFix crash when exit while doc-list open
2019-09-02 NeilBrownIntroduce doc_register() to register a doc-pane.
2019-08-08 NeilBrownRequire ownership to be declare for vmark access.
2019-07-24 NeilBrowndiscard call_pane() and home_call_pane()
next