]> git.neil.brown.name Git - edlib.git/history - lib-crop.c
Ensure we never call anything after "Close".
[edlib.git] / lib-crop.c
2023-09-01 NeilBrowncore-pane: change doc and doc_data to singular arrays
2023-07-21 NeilBrownlib-crop: use do_char_byte()
2023-07-21 NeilBrowncrop: switch to embedded pane data
2023-07-12 NeilBrownUpdate copyright dates.
2023-06-28 NeilBrownChange rules for mark passed to doc:content
2022-09-13 NeilBrownFix various doc:char handlers when stepped towards...
2022-09-03 NeilBrownUpdate the year in some copyright claims
2022-09-03 NeilBrowncrop: support doc:byte
2022-09-03 NeilBrowncrop: protect against end < start
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 NeilBrownReplace all remaining doc:step calls with doc:char
2021-05-06 NeilBrownIntroduce doc:char
2021-05-06 NeilBrownChange focus passed for filtered doc:content
2021-05-06 NeilBrownlib=crop: implement doc:content
2021-04-14 NeilBrownUpdate some copyright date
2021-04-02 NeilBrownAdd "tostart" arg to mark_clip and marks_clip
2021-03-27 NeilBrownemail: support HTML content using html2text
2020-09-26 NeilBrownUse 'bool' more widely.
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-04 NeilBrownAdd panes and data attached to them to a new mempool
2020-02-07 NeilBrownDelay freeing of pane->data
2020-01-04 NeilBrowncore: make ->parent 'safe'
2019-11-17 NeilBrownUpdate copyright dates.
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-10-01 NeilBrownkeymap: add key_add_prefix()
2019-09-23 NeilBrownDiscard Esys
2019-09-10 NeilBrowndoc: discard the 'filter' flag
2019-07-05 NeilBrownupdate dates in copyright messages.
2018-08-07 NeilBrownGive symbolic names for error codes.
2018-07-20 NeilBrownmark_dup: remove second arg.
2018-01-02 NeilBrownStart deprecating doc:mark-same
2017-12-04 NeilBrownChange all Notify:clip function to return 0
2017-11-16 NeilBrownHandle Notify:clip for individual stored marks.
2017-11-10 NeilBrowncrop: use a lookup command.
2017-10-24 NeilBrownRemove pointless NULL args at end of call()
2017-09-27 NeilBrownDocument purpose of pane_call() and remove some ring...
2017-09-27 NeilBrownreorder final arguments of home_call()
2017-09-27 NeilBrownreorder final arguments of pane_call()
2017-09-27 NeilBrowncall_comm: change arg order so comm2 is at fixed place.
2017-09-27 NeilBrownRename 'numeric' and 'extra' to 'num' and 'num2'
2017-09-27 NeilBrownrename call_home() to home_call()
2017-09-21 NeilBrowncall macro rework: final cleanup
2017-09-21 NeilBrowncall macro rework step 6: comm_call_pane() is now pane_...
2017-09-21 NeilBrowncall macro rework step 5: comm_call
2017-09-21 NeilBrowncall macro rework: step 4 - call_comm
2017-09-21 NeilBrowncall macro changes step 2: call_home()
2017-09-21 NeilBrownstart replacing call*() with clever macros.
2017-09-12 NeilBrowncrop: add doc:write-file implementation.
2017-06-30 NeilBrownIntroduce new doc:set:* for autoclose and filter
2017-05-30 NeilBrowndoc: add a doc:filter flag
2017-03-21 NeilBrownlib-crop: allow initial mark to about out-of-range.
2017-01-10 NeilBrowncrop: fix incorrect usage for make_forward_over
2016-12-06 NeilBrowncrop: ensure prior/following see EOF as appropriate.
2016-09-08 NeilBrownAdd lib-crop.c