• Patch: Elm ME+ 2.5 PLalpha62 -> Elm ME+ 2.5 PLalpha63 [1/7] (2/6)

    From Kari Hurtta@21:1/5 to All on Wed Jan 3 13:50:31 2024
    [continued from previous message]

    + handles named character references regognized by
    + tagfilter. In the file there may be following kinds of
    + lines:
    +
    + &tag; html nnnn
    + &tag; html 0ooo
    + &tag; html xhhhh
    + &tag; html "xxxx"
    +
    + where nnnn is decimal value (must start with 1-9)
    + where 0ooo is octal value (must start with 0)
    + where xhhh is hexdecimal (must start with x)
    + where "xxxx" is string value (must be quoted with ")
    + where &tag; is entity / named character reference
    + which includes ending ; when matching.
    + where &tag is entity / named character reference
    + which matches if there is no ;
    + where html specifies that these entities are for text/html
    + (other keywords not currently defined)
    +
    + Lines starting with # are comments
    + Also there can be ending # comment
    + on data lines.
    +
    Folder and file browser
    -----------------------

    ***************
    *** 27849,27854 ****
    --- 28146,28152 ----
    editor-hm-propline -
    editor-ml-propline -
    editor-ms-propline -
    + editor-tfent-propline -
    expires-have-time -
    file-browser-show-dotfiles -
    file-browser-show-protection -
    ***************
    *** 27864,27870 ****
    mail-services-lookup SYSTEM
    mailbox-locking SYSTEM
    mailcap-blacklist-programs MIME
    ! mailcap-select-other MIME
    mailcap-tempfile-lifetime MIME
    mailhome-dir SYSTEM
    mailhome-locking SYSTEM
    --- 28162,28168 ----
    mail-services-lookup SYSTEM
    mailbox-locking SYSTEM
    mailcap-blacklist-programs MIME
    ! mailcap-sele