]> granicus.if.org Git - mutt/shortlog
mutt
2013-10-07 esrProblems with mutt.1:
2013-10-06 nihilhillinclude <stdbool.h> for definition 'true'
2013-10-05 Kevin McCarthyFix segfault when viewing text attachments in compose...
2013-10-06 Aaron SchrabEnsure that BUFFER variables are initialized to prevent...
2013-10-05 Aaron SchrabConsistently use mutt_buffer_init function
2013-10-04 Michael Elkinsfix more comment typos
2013-07-23 Ondřej Bílkafix typos in comments
2013-04-17 Kevin McCarthyDon't exit pager if quit=ask is answered "no".
2013-04-11 Michael Elkinsbackout c1371176ea45
2013-04-11 Michael ElkinsBacked out changeset 1142ed8974fa
2013-04-10 Michael Elkinsuse gethostname() to determine the system host name
2013-04-10 Michael Elkinsfix various compiler warnings; most were due to uncheck...
2013-03-04 isuse mkdtemp() to create temporary directory rather...
2013-02-23 Michael Elkinsuse of sscanf() had undefined behavior, replace with...
2013-02-22 Michael Elkinsincrease string size by one byte to accomodate the...
2013-02-22 john beckfix potential buffer overflow in off-by-one bounds...
2013-02-08 Michael Elkinsexplicitly call mutt_refresh() prior to endwin() to...
2013-01-31 Michael Elkinsdo not use mutt_message() to display prompt in mutt_yes...
2013-01-23 Michael Elkinsadd support for $mail_check_recent to mh mailbox driver
2013-01-23 Michael Elkinsdo not explicitly reset the terminal attributes and...
2013-01-22 Michael Elkinsremove PKG_CHECK_MODULE() check and always use AC_CHECK...
2013-01-20 Michael Elkinsuse pkg-config to look for libidn if available.
2013-01-17 Michael Elkinsbackout [392e945dfba7]
2013-01-17 Michael Elkinswhen falling back to viewing an attachment as text...
2013-01-17 Michael Elkinsuse a separate flag for mutt_hcache_store() to signal...
2013-01-17 Michael Elkinschange semantics of mutt_is_autoview() to return 1...
2013-01-15 Michael Elkinsdetect pipermail-style obscured return path in mbox...
2013-01-15 Michael Elkinsallow use of sync-mailbox when the current limit has...
2013-01-14 Michael Elkinsavoid debug warning about trailing whitespace in a...
2013-01-04 Michael ElkinsWhen "make install" fails to chgrp or chmod the mutt_do...
2013-01-04 Michael ElkinsFix regression introduced by [10cc06eff52b] where the...
2013-01-03 Michael ElkinsRemove unused variable `matched'.
2013-01-03 Michael ElkinsFix memory leak when multiple x-label or supersedes...
2013-01-03 Michael ElkinsBacked out changeset bf84f24e512d
2013-01-02 Michael Elkinsdisplay +/-NCURSES_WIDECHAR when displaying ncurses...
2013-01-01 Matthias AndreeDrop unneeded variable HEADER_CACHE that causes clang...
2012-12-31 Michael Elkinsfix xml validation error in manual.xml in auto-generate...
2012-12-31 gunsFix accidental var redeclation with --enable-exact...
2012-12-31 Michael Elkinsmerge
2012-12-31 Michael Elkinsreset to color normal before clearing to end of line...
2012-12-31 Michael Elkinsupdate regexp to include const keyword. The auto gener...
2012-12-31 Antonio RadiciEnsure that the in-reply-to header field was actually...
2012-12-31 Michael Elkinsupdate ChangeLog
2012-12-31 Michael Elkinsadd __FREE_CHECKED__
2012-12-31 Michael Elkinsdocument the TLS changes since 1.5.21
2012-12-31 Michael Elkinsmake the SETCOLOR() macro use bkgdset() on systems...
2012-12-30 Michael Elkinsremove m4_translit because it generates a warning with...
2012-12-28 Michael Elkinsrestore ability for version.sh to cope with a repositor...
2012-12-28 Aaron SchrabUse the directory where the version.sh script is locate...
2012-12-28 Michael Elkinsuse [] around body of AC_CHECK_HEADER to avoid problems...
2012-12-28 Michael Elkinsavoid using m4_esyscmd_s() since it is not available...
2012-12-23 Michael ElkinsUses SSLv23_client_method() in mutt_ssl_starttls()...
2012-12-22 Michael ElkinsIf neither --with-idn nor --without-idn are given,...
2012-12-21 Matthias AndreeFix VPATH-based generation of non-hg-mq based patchlists.
2012-12-21 Matthias AndreeFix VPATH build outside Mercurial repositories.
2012-12-21 Michael Elkinsadd version.sh and check_sec.sh to EXTRA_DIST so they...
2012-12-21 Michael Elkinsfix forgotten RETSIGTYPE change id [18a724e9eba0]
2012-12-21 Michael Elkinsremove deprecated check for signal() return type
2012-12-21 Michael Elkinsupdate configure.ac with autoupdate
2012-12-21 Michael Elkinschange AM_CONFIG_HEADER to AC_CONFIG_HEADERS and move...
2012-12-21 Michael Elkinsmodernize intialization of configure.ac
2012-12-20 Matthias AndreeFix 'make distcheck': missing txt2c* and po/mutt.pot...
2012-12-20 Michael Elkinsremove redundant #include statements
2012-12-20 Michael Elkinsremove extern decl for Charset_is_utf8 since menu.c...
2012-12-20 Michael Elkinsbackout out changeset 36b0cc717ecc
2012-12-19 Michael Elkinsallow for CRLF line endings when comparing for the...
2012-12-19 Michael Elkinssupport nbsp in the pager.
2012-12-19 Michael Elkinsdetect newer BDB versions up to 5.2
2010-07-22 Fabian Groffenhttp://thread.gmane.org/gmane.mail.mutt.devel/15710
2012-12-19 Petr Pisarupdated cs.po
2012-12-19 Michael Elkinsuse WACS_* macros for printing wide versions of the...
2012-12-19 Michael Elkinsmake configure define _POSIX_C_SOURCE, _XOPEN_SOURCE...
2012-12-19 Vsevolod Volkovupdate ru.po
2012-12-19 Vincent Lefevreremove duplicate const keyword
2012-12-19 Michael Elkinsdisable tls v1.1/1.2 in mutt_ssl_starttls() based on...
2012-12-19 Michael Elkinsadd support for TLSv1.1/1.2 when using GNUTLS.
2012-12-19 hncaldwelladd variables for disabling TLSv1.1/1.2 when compiled...
2012-12-18 Michael Elkinsrename iswsp() to is_email_wsp()
2012-12-18 Michael Elkinsfix problem where mutt_substrdup() was called with...
2012-12-18 hhorakif the peer's x.509 cert is not valid, we need to allow...
2012-12-18 Vincent Lefevreupdated fr.po
2012-12-18 hhorakfix segfault in pop driver. when rereading the message...
2012-12-18 Petr PisarFix NULL pointer dereference in notation name
2012-12-17 Michael Elkinsuse TLSv1.2 if available in the system OpenSSL when...
2012-12-17 Michael Elkinsuse SSL_get_version() to display the actual SSL protoco...
2012-12-17 Andrew GaulCorrect typos
2012-12-17 Michael Elkinsupdate documentation for $pgp_getkeys_command to note...
2012-12-16 Michael Elkinsuse new function iswsp() in place of isspace() when...
2012-12-15 Michael Elkinsmake imap_private.h include message.h for IMAP_HEADER_D...
2012-09-10 Andrew GaulMake imap_free_header_data type-safe
2012-12-08 Matthias AndreeFix VPATH build by running txt2c.sh from ${srcdir}...
2012-12-07 Michael Elkinsinvoke gpgme_check_version() as required to initialize...
2012-12-06 Michael Elkinsadditional documentation for $editor. closes #3602
2012-12-01 Michael Elkinslist-reply documentation should mention its behavior...
2012-12-01 Michael Elkinsdon't perform rfc3676 space stuffing when recalling...
2012-12-01 Michael Elkinsmake ascii_strcasecmp properly handle unequal length...
2012-10-16 David ChampionAdd compiler and configure info to mutt -v output ...
2012-07-22 Brendan Cullymutt_buffer_init: just memset the buffer (closes #3588)
2012-07-22 Brendan CullySplit mutt_buffer_new out of mutt_buffer_init.
2012-07-20 Brendan CullyDo not use stack-allocated space for BUFFERs
next