Projects STRLCPY neomutt Commits 9222c601
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2020-04-24 Richard Russon <[email protected]>
     2 +* Bug Fixes
     3 + -Fix history corruption
     4 + -Handle pretty much anything in a URL query part
     5 + -Correctly parse escaped characters in header phrases
     6 + -Fix crash reading received header
     7 + -Fix sidebar indentation
     8 + -Avoid crashing on failure to parse an IMAP mailbox
     9 + -Maildir: handle deleted emails correctly
     10 + -Ensure OP_NULL is always first
     11 +* Translations
     12 + -100% Czech
     13 +* Build
     14 + -cirrus: enable pcre2, make pkgconf a special case
     15 + -Fix finding pcre2 w/o pkgconf
     16 + -build: tdb.h needs size_t, bring it in with stddef.h
     17 + 
    1 18  2020-04-17 Richard Russon <[email protected]>
    2 19  * Features
    3 20   - Fluid layout for Compose Screen, see: https://vimeo.com/407231157
    skipped 1842 lines
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20200417"
     19 +define PACKAGE_VERSION "20200424"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1296 lines
  • ■ ■ ■ ■
    doxygen/doxygen.conf
    skipped 24 lines
    25 25  # could be handy for archiving the generated documentation or if some version
    26 26  # control system is used.
    27 27   
    28  -PROJECT_NUMBER = "2020-04-17"
     28 +PROJECT_NUMBER = "2020-04-24"
    29 29   
    30 30  # Using the PROJECT_BRIEF tag one can provide an optional one line description
    31 31  # for a project that appears at the top of each page and should give viewer a
    skipped 1810 lines
Please wait...
Page is in error, reload to recover