]> git.neil.brown.name Git - edlib.git/history - lib-markup.c
TODO: clean out done items.
[edlib.git] / lib-markup.c
2023-09-08 NeilBrownmarkup: switch to embedded-data pattern
2023-08-30 NeilBrownMove <hide> handling to lib-renderlines and fix callers.
2023-06-28 NeilBrownlib-markup: generate markup with soh/stx/etc rather...
2023-06-28 NeilBrownmarkup: always convert control characters.
2023-06-28 NeilBrownIntroduce strstarts()
2023-06-28 NeilBrownmarkup: do boundary checks *before* getting a char.
2023-06-08 NeilBrownChange rules for doc:render-line with mark2
2023-05-26 NeilBrownmarkup: quote '<' when they are interpolated from attr
2023-05-20 NeilBrownw3m: Hide all of multiline tag
2023-05-20 NeilBrownmarkup: fix normalisation of priorities.
2023-05-20 NeilBrownnotmuch/w3m: add more html entities
2023-05-07 NeilBrownmarkup: allow text to be inserted into rendering
2023-05-06 NeilBrownmarkup: implement "hide" attribute
2023-05-06 NeilBrownmarkup: make "priority" unsigned.
2023-04-28 NeilBrownlib-markup: allow eol chars to be skipped.
2023-04-28 NeilBrownRemove any suggestion that num2 is significant for...
2023-02-06 NeilBrownUpdate some copyright dates.
2023-02-06 NeilBrownAllow a line boundary to be reported by the document.
2021-09-18 NeilBrownlib-markup: improve handling of too-long lines.
2021-06-18 NeilBrownlib-markup: support cancelling attribute by priority...
2021-06-03 NeilBrownmarkup: allow for possibility that mark gets moved
2021-05-29 NeilBrownAutomatically close all vmarks when pane is closed.
2021-05-06 NeilBrownChange remaining doc:step callers to doc:char
2021-05-06 NeilBrownlib-markup: encode all control characters
2021-04-14 NeilBrownUpdate some copyright date
2021-04-09 NeilBrownmarkup: support render-hide-CR
2021-04-06 NeilBrownlib-markup: allow markup:func on any character.
2021-04-06 NeilBrownRemove special handling of '\v'.
2021-04-02 NeilBrownAdd "tostart" arg to mark_clip and marks_clip
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-09-20 NeilBrownIntroduce DEF_CB() similar to DEF_CMD()
2020-05-11 NeilBrownAllow pane_register() to fail.
2020-05-10 NeilBrownChange doc:render-line to fail at end-of-file
2020-05-09 NeilBrownFix return handling for doc:render-line
2020-04-05 NeilBrownRename mark-chaining functions.
2020-04-05 NeilBrownChange some movement helper-function names
2020-03-23 NeilBrownUpdate copyright dates.
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-11 NeilBrownRename identifiers in lib_markup.c
2020-02-11 NeilBrownRename renderline: functions to markup:
2020-02-11 NeilBrownRename lib-renderline to lib-markup