]> granicus.if.org Git - mutt/shortlog
mutt
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
2012-07-09 Dan FandrichSet text_flowed after send-hook has been applied (close...
2012-07-09 Brendan Cullysilence some style warnings
2012-07-09 Antonio RadiciFix some spelling errors (closes #3493)
2012-07-09 Brendan Cullygnutls:tls_compare_certificates: check strstr for failu...
2012-07-08 Antonio Radicicheck_charset: check for NULL before calling strtok_r...
2012-07-07 Brendan CullyDo not use SASL for login unless AUTH=LOGIN is advertis...
2012-05-25 Marco PaoloneUpdate Italian translation
2012-05-25 Brendan CullyRemove AM_C_PROTOTYPES from configure.ac (closes #3579)
2012-05-24 Brendan CullySupport passwords of up to 127 characters.
2012-04-30 Brendan Cullygnutls: catch gnutls_init failures
2012-04-30 Brendan Cullygive user time to read SASL init error message
2011-12-21 TAKAHASHI TamotsuUpdated Japanese translation
2011-12-03 Dan FandrichDeclare many structures const (closes #3552)
2011-12-03 Dan FandrichInline some small, often-used functions (closes #3551)
2011-11-28 Michael Elkinsbranch merge
2011-11-28 Michael Elkinsmake kill-eow and kill-word consistent in considering...
2011-11-27 Vincent LefevreUpdated French translation
2011-11-25 Michael ElkinsCheck that $sendmail is set to avoid potential segfault...
2011-07-13 David ChampionInvalidate header caches when spam rules change. closes...
2011-07-02 Brendan CullyUpdate ChangeLog
2011-07-02 Brendan Cullyversion.sh: fix(?) failure due to bizarre sh quoting...
2011-05-23 Olaf Heringfolder_file: change type of new from short to int
2011-05-23 Olaf Heringfix gcc 4.6 warning -Wunused-but-set-variable in pgppub...
2011-06-29 David Championversion.sh: 1003.1 "-k" instead of obsolete "+" syntax...
2011-06-29 David Championversion.sh: support building outside of source directory
2011-06-26 Brendan CullyParentheses suggested
2011-06-26 Brendan CullyDo not subscribe to \noselect mailboxes. Closes #3445
2011-06-25 hhorakAvoid creating sparse ctx array when fetch responses...
2011-06-25 Brendan CullySilence some eclipse warnings
2011-06-20 Michael Elkinsrfc2047 encode recipient list in resent-to header field...
2011-06-20 Michael Elkinscopy idn status when duplicating address object
2011-06-20 Antonio Radicifix regexp example in documentation
2011-06-19 Antonio RadiciRemove the deprecated gnutls_certificate_verify_peers...
next