]> git.neil.brown.name Git - edlib.git/history - doc-email.c
TODO: clean out done items.
[edlib.git] / doc-email.c
2023-09-29 NeilBrownAdd render-imageview
2023-09-15 NeilBrownMark all "Close" handlers as being closed_ok.
2023-09-08 NeilBrowndoc-email: free ->invis at Close time, not Free
2023-09-01 NeilBrowncore-pane: change doc and doc_data to singular arrays
2023-08-29 NeilBrownrfc822header: detect and annotate addresses
2023-07-23 NeilBrownAvoid using names with "__" prefix.
2023-07-19 NeilBrowndoc-email use do_char_byte for the doc:char function
2023-07-19 NeilBrowndoc-email: switch to embedded data.
2023-07-12 NeilBrownRevise how location-sensitive actions are managed.
2023-07-12 NeilBrownIntroduce point_new()
2023-07-12 NeilBrownIntroduce mark_new()
2023-07-12 NeilBrownlinecount: allow attachment to a viewer stack.
2023-06-28 NeilBrownIntroduce strstarts()
2023-06-28 NeilBrownAdd a config-file parser.
2023-06-28 NeilBrownMark various 'static' values as 'const'.
2023-06-28 NeilBrownrender-lines: add "Activate" support.
2023-06-28 NeilBrowndoc-email: ensure doc:get-boundary skips invisible...
2023-06-28 NeilBrowndoc-email: support linecount
2023-06-28 NeilBrowndoc-email: be more subtle with default visibility.
2023-06-08 NeilBrownChange rules for doc:render-line with mark2
2023-05-26 NeilBrowndoc-email: send a notification when a 'transformed...
2023-05-26 NeilBrownemail: support text display of some office docs.
2023-05-20 NeilBrownemail: ensure text parts always provide characters.
2023-05-07 NeilBrownnotmuch: allow html even when we have plain text.
2023-05-07 NeilBrownUse w3m to decode HTML in email messages
2023-04-29 NeilBrownemail: cause images to behave as 3 lines with 3 char...
2023-04-24 NeilBrownemail/notmuch: attend or a disposition of "attachment"
2023-02-19 NeilBrownnotmuch/email: allow extra headers to be shown.
2023-02-15 NeilBrownemail: add "Reply-to" to standard headers
2023-02-06 NeilBrownnotmuch: when toggling visibility, ensure to move point.
2023-02-06 NeilBrownemail: introduce doc:email-step-part
2023-02-06 NeilBrownUpdate some copyright dates.
2023-02-06 NeilBrownAllow a line boundary to be reported by the document.
2023-02-01 NeilBrownemail: add parsing of calendars
2023-01-30 NeilBrowndoc-email: clear charset when not used.
2022-09-18 NeilBrownemail: allow images to be larger
2022-09-13 NeilBrownFix various doc:char handlers when stepped towards...
2022-09-03 NeilBrownAdd Draw:image-size and don't upscale images in emails.
2022-09-03 NeilBrownUpdate the year in some copyright claims
2022-09-03 NeilBrowndoc-email: don't try to handle empty section.
2022-09-03 NeilBrowndoc-email: make sure spacer et al are cleaned up.
2022-09-03 NeilBrownemail: don't layer a utf-8 charset over an 8bit xfer...
2022-09-03 NeilBrowndoc-email: handle text/rfc822-headers as header
2022-09-03 NeilBrowndoc-email: support message/rfc822
2022-09-03 NeilBrownemail: use filename from content-disposition
2022-09-03 NeilBrownemail: use a charset for 8bit encoding.
2022-09-03 NeilBrownemail: ensure end of section is not before start
2021-09-21 NeilBrowndoc-email: copy "Resent-" headers too.
2021-09-21 NeilBrowndoc-email: put newline at start of the spacer.
2021-09-21 NeilBrownmultipart/email: rename num and num2 in mp_step()/email...
2021-09-11 NeilBrowndoc-email: don't demand that "MIME-type:1.0" be present.
2021-09-11 NeilBrowndoc-email: use case-insensitive comparisons for content...
2021-05-15 NeilBrowndoc-email: close file after opening it.
2021-05-10 NeilBrownUse mark_order_{or,not}_same more broadly.
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 NeilBrownemail: user windows-1251 as default charset.
2021-05-06 NeilBrownChange focus passed for filtered doc:content
2021-04-26 NeilBrownmultipart: add doc:content
2021-04-23 NeilBrowndoc-email: fix bug in email_step
2021-04-14 NeilBrownUpdate some copyright date
2021-04-14 NeilBrownemail: support pdf encoded as application/octet-stream
2021-04-14 NeilBrownnotmuch: very basic external-viewer support
2021-04-14 NeilBrownemail: use button name, not number, in active-tag
2021-04-14 NeilBrownemail: add indirection to the handling of email:select
2021-04-14 NeilBrowndoc-email: extract button number properly in email...
2021-04-14 NeilBrowndoc-email: advance mark properly in email_spacer
2021-04-14 NeilBrowndoc-email: remove 'mark' arg from cond_append()
2021-04-14 NeilBrownemail: display charset and filename on spacer line
2021-04-14 NeilBrownemail: add support for various 8bit charsets
2021-04-14 NeilBrownemail: add initial image support
2021-04-14 NeilBrownemail: add a 'transformed' document to the multipart
2021-04-14 NeilBrownbe careful of WEOF when using isdigit()
2021-04-14 NeilBrowndoc-email: use symbol name for part types and visibility.
2021-04-09 NeilBrownmarkup: support render-hide-CR
2021-04-09 NeilBrownemail: add pdf-to-text support
2021-04-09 NeilBrowndoc:email: clean up some comments.
2021-04-09 NeilBrownemail: use text-search for find_boundary()
2021-04-09 NeilBrownmail: pass visibility info to doc-multipart
2021-04-07 NeilBrownemail: store visibility array as a string
2021-04-06 NeilBrowndoc-email: show content-type and path with part-managem...
2021-04-06 NeilBrownemail: always update display when changing visibility.
2021-04-06 NeilBrownemail: restore working buttons.
2021-04-06 NeilBrownRemove special handling of '\v'.
2021-03-27 NeilBrownemail: support HTML content using html2text
2021-03-27 NeilBrownemail: only have a view pane, not a doc pane.
2021-03-27 NeilBrownmultipart: allow step to previous part
2021-03-23 NeilBrownemail: handle email without content type
2020-09-26 NeilBrownUse 'bool' more widely.
2020-05-21 NeilBrownFix callback for doc:get-attr calls.
2020-05-02 NeilBrownRemove markup:fields support.
2020-04-05 NeilBrownReplace mark_make_{first,last} with mark_step()
2020-04-05 NeilBrownChange some movement helper-function names
2020-04-04 NeilBrownChange point:moved to point:moving, and make it more...
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 renderline: functions to markup:
next