]> git.neil.brown.name Git - edlib.git/history - core-log.c
TODO: clean out done items.
[edlib.git] / core-log.c
2023-09-15 NeilBrownMark all "Close" handlers as being closed_ok.
2023-09-11 NeilBrowncore-log: reduce number of statics
2023-09-09 NeilBrownDisable LOG during refresh if log is visible.
2023-09-01 NeilBrowncore-pane: change doc and doc_data to singular arrays
2023-08-30 NeilBrownSuppress LOG timestamps when testing.
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 NeilBrownSimplify some doc:char handlers.
2023-07-12 NeilBrownUpdate copyright dates.
2023-07-12 NeilBrownlog: switch to embedding data in pane
2023-07-12 NeilBrownAlways handle pane_register failure immediately.
2022-11-13 NeilBrownlog: avoid recursion
2022-09-13 NeilBrownFix various doc:char handlers when stepped towards...
2022-09-03 NeilBrownMove some functions from core.h to internal.h
2022-09-03 NeilBrownUpdate the year in some copyright claims
2022-09-03 NeilBrowndisable mark-validation of dir/docs/log
2022-09-03 NeilBrownLOG: add timestamp.
2021-09-27 NeilBrownCheck marks are valid more often.
2021-06-30 NeilBrownAdd debug support for checking the order of marks.
2021-05-28 NeilBrowncore-log: log append must add a buffer to correct log.
2021-05-06 NeilBrownIntroduce doc:content-bytes as separate command.
2021-05-06 NeilBrownRemove all doc:step and doc:step-bytes implementations
2021-05-06 NeilBrownIntroduce doc:char
2021-05-06 NeilBrowncore-log: fix LOG() to work correctly with utf-8
2021-05-06 NeilBrownChange doc:content to pass mark *after* char to callback.
2021-05-06 NeilBrownCheck all get_utf8() calls guard against WERR
2021-04-14 NeilBrownUpdate some copyright date
2021-04-09 NeilBrownlog: replace doc:get-str with doc:content
2020-09-26 NeilBrownChange mark_to_end to take a pane rather than a doc
2020-08-10 NeilBrownlog: set default view to "viewer"
2020-05-11 NeilBrownAllow pane_register() to fail.
2020-05-02 NeilBrowndoc:step shouldn't step over marks unnecessarily.
2020-04-04 NeilBrownChange point:moved to point:moving, and make it more...
2020-03-27 NeilBrownmessageline: add a *Messages* document with all messages
2020-03-27 NeilBrownpython: send python error message to the new LOG.
2020-03-27 NeilBrownAdd logging support.