Projects STRLCPY neomutt Commits 53222c01
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2020-03-20 Richard Russon <[email protected]>
     2 +* Bug Fixes
     3 + - Fix COLUMNS env var
     4 + - Fix sync after delete
     5 + - Fix crash in notmuch
     6 + - Fix sidebar indent
     7 + - Fix emptying trash
     8 + - Fix command line sending
     9 + - Fix reading large address lists
     10 + - Resolve symlinks only when necessary
     11 +* Translations
     12 + - 100% Lithuanian
     13 + - 96% Spanish
     14 +* Docs
     15 + - Include OpenSSL/LibreSSL/GnuTLS version in neomutt -v output
     16 + - Fix case of GPGME and SQLite
     17 +* Build
     18 + - Create libcompress (lz4, zlib, zstd)
     19 + - Create libhistory
     20 + - Create libbcache
     21 + - Move zstrm to libconn
     22 +* Code
     23 + - Add more test coverage
     24 + - Rename magic to type
     25 + - Use mutt_file_fopen() on config variables
     26 + - Change commands to use intptr_t for data
     27 + 
    1 28  2020-03-13 Richard Russon <[email protected]>
    2 29  * Features
    3 30   - UI: add number of old messages to sidebar_format
    skipped 1771 lines
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20200313"
     19 +define PACKAGE_VERSION "20200320"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1241 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-03-13"
     28 +PROJECT_NUMBER = "2020-03-20"
    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 1384 lines
    1416 1416   HAVE_BDB \
    1417 1417   HAVE_COLOR \
    1418 1418   HAVE_GDBM \
     1419 + HAVE_GETADDRINFO \
    1419 1420   HAVE_KC \
    1420 1421   HAVE_LMDB \
    1421 1422   HAVE_LZ4 \
    1422 1423   HAVE_QDBM \
     1424 + HAVE_SSL_PARTIAL_CHAIN \
    1423 1425   HAVE_TC \
    1424 1426   HAVE_ZLIB \
    1425 1427   HAVE_ZSTD \
     1428 + MIXMASTER \
    1426 1429   SUN_ATTACHMENT \
    1427 1430   USE_AUTOCRYPT \
    1428 1431   USE_COMP_MBOX \
    skipped 13 lines
    1442 1445   USE_SOCKET \
    1443 1446   USE_SQLITE \
    1444 1447   USE_SSL \
    1445  - USE_SSL_GNUTLS
     1448 + USE_SSL_GNUTLS \
     1449 + USE_SSL_OPENSSL \
     1450 + USE_ZLIB \
    1446 1451   
    1447 1452  # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
    1448 1453  # tag can be used to specify a list of macro names that should be expanded. The
    skipped 388 lines
Please wait...
Page is in error, reload to recover