]> git.neil.brown.name Git - edlib.git/history - lib-rfc822header.c
TODO: clean out done items.
[edlib.git] / lib-rfc822header.c
2023-09-08 NeilBrownrfc822header: switch to embedded-data pattern
2023-08-29 NeilBrownrfc822header: detect and annotate addresses
2023-08-29 NeilBrownrfc822header: only include one space after , in a list
2023-08-29 NeilBrownrfc822header: improvements to render attribute on headers.
2023-08-29 NeilBrownrfc822header: don't mark spaces as wrap points.
2021-09-21 NeilBrowndoc-email: copy "Resent-" headers too.
2021-05-29 NeilBrownAutomatically close all vmarks when pane is closed.
2021-05-10 NeilBrownUse mark_order_{or,not}_same more broadly.
2021-04-16 NeilBrownrfc822header: add list-headers command
2021-04-14 NeilBrownUpdate some copyright date
2021-04-14 NeilBrownrfc822-header: improve extract_header() to match copy_h...
2021-04-14 NeilBrownemail: add support for various 8bit charsets
2021-04-09 NeilBrownrfc822header: fix wrapping in quoted words.
2021-04-09 NeilBrownemail: strip out newlines in header line.
2021-04-02 NeilBrownAdd "tostart" arg to mark_clip and marks_clip
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-04-05 NeilBrownReplace mark_make_{first,last} with mark_step()
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-21 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-10 NeilBrownMark key, str and str2 as 'const'.
2020-02-07 NeilBrownDelay freeing of pane->data
2019-11-17 NeilBrownUpdate copyright dates.
2019-11-12 NeilBrownAdd mark_make_first() and mark_make_last()
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-10-22 NeilBrownInvert meaning of num2 for Replace and doc:replace.
2019-09-27 NeilBrownrfc822header - silence a compiler warning.
2019-09-23 NeilBrownDiscard Esys
2019-08-08 NeilBrownRequire ownership to be declare for vmark access.
2019-08-03 NeilBrownmark: replace 'state' with 'owner' in a view
2019-07-05 NeilBrownupdate dates in copyright messages.
2018-08-07 NeilBrownremove doc_set_attr() doc_add_view() doc_del_view()
2018-08-07 NeilBrownGive symbolic names for error codes.
2018-07-20 NeilBrownmark_dup: remove second arg.
2018-07-20 NeilBrownmark: split out mark_dup_view()
2017-12-04 NeilBrownChange all Notify:clip function to return 0
2017-11-16 NeilBrownHandle "Notify:clip" in all pane that hold a mark-view
2017-11-14 NeilBrownEnable -O3 optimization.
2017-09-27 NeilBrowncall_comm: change arg order so comm2 is at fixed place.
2017-09-21 NeilBrowncall macro rework step 5: comm_call
2017-09-21 NeilBrowncall macro rework: step 4 - call_comm
2017-09-21 NeilBrownstart replacing call*() with clever macros.
2017-06-06 NeilBrownrfc822header: avoid shift overflow
2017-05-16 NeilBrownrfc822: decode rfc2047 header content encoding
2017-05-15 NeilBrownrfc822header: remove "parsing" of header content.
2017-05-15 NeilBrownemail: refactor lib-rfc822header
2017-05-09 NeilBrownrfc822-header: improve header extraction.
2017-05-09 NeilBrownrfc822: treat 'tab' more like 'space' than 'newline'
2017-03-21 NeilBrownemail: add utf-8 decoding of messages
2017-03-21 NeilBrownemail: use base64 or quoted-printable when that is...
2017-02-24 NeilBrownAdd safety marking to various string.h function.
2017-02-23 NeilBrowntext: add new-attrs arg to doc:replace, as str2
2017-02-21 NeilBrownAdd optional 'parent' arg to doc_new()
2017-02-06 NeilBrownrfc822header: fix problems with header wrapping.
2017-01-30 NeilBrownfix assorted smatch warnings
2017-01-13 NeilBrownrfc822: enable word-wrap on Subject: header.
2017-01-13 NeilBrownrfc822: make it easy to set different attributes for...
2017-01-11 NeilBrownrfc822header: display headers is temporary document.
2016-12-06 NeilBrownrfc822header: various fixes
2016-11-28 NeilBrownPreliminary 'email' document handler.