summaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)Author
1999-12-03Fix the handling of --disable configure switches.Thomas Roessler
1999-11-23Disable core dumps before we ask the user for a pass phrase.Thomas Roessler
Suggested by <Stefan.Alfredsson@kau.se>.
1999-11-17Tommi Komulainen's IMAP/SSL support patches.Thomas Roessler
1999-11-09Build process fixes from Brendan Cully.Thomas Roessler
1999-10-04add pt_BR to ALL_LINGUAS.Thomas Roessler
1999-10-04AM_C_PROTOTYPES seems to be too recent for the installedThomas Roessler
automake/autoconf base.
1999-09-29More fixes from Lars Hecking.Thomas Roessler
1999-09-29make sure the right software is used for building mutt. PatchThomas Roessler
suggested by Lars Hecking and Will Fiveash.
1999-09-23A small portability fix related to makedoc.Thomas Roessler
1999-09-11Hurd portability patch from Marcus Brinkmann.Thomas Roessler
1999-09-03strdup for unstable.Thomas Roessler
1999-08-30Properly handle IMAP cache files.Thomas Roessler
1999-08-25We need ranlib even when we don't use IMAP.Thomas Roessler
1999-08-23Fix charmaps part of the build process.Thomas Roessler
1999-08-23Inclue GSS authentization for IMAP.Thomas Roessler
1999-08-20Brendan Cully's latest IMAP clean-up.Thomas Roessler
1999-08-19Albert Chin-A-Young suggests a slightly different check forThomas Roessler
libsocket and libnsl.
1999-08-19Remove the $output.in hack, and create a fake charmaps directoryThomas Roessler
instead.
1999-08-08Documentation updates; autogeneration of documentation from init.h.Thomas Roessler
1999-07-19Fix compilation problems with SunOS 4. From Lars Hecking.Thomas Roessler
1999-07-06Greek and Chinese translations for unstable.Thomas Roessler
1999-06-08Portability patches for SunOS 4.1. From Lars Hecking.Thomas Roessler
1999-06-08- Add a $weed option.Thomas Roessler
- Add out-of-band reporting of signature status.
1999-06-03Experimental: New PGP invocation interface. The invocations are doneThomas Roessler
through formats, so all this should fit more cleanly into mutt now.
1999-05-21Korean translation.Thomas Roessler
1999-04-12New translations: id, sk.Thomas Roessler
1999-03-15Fix sendmail autodetection.Thomas Roessler
1999-02-18Introduce $dotlock_program: This makes the mutt_dotlock program'sThomas Roessler
location a run-time configuration variable.
1999-02-17- Makefile.am: Fix the dist target to include all necessary files.Thomas Roessler
- po/fr.po: New French translation. (-> stable!) - Add the new options to Muttrc.in. - regex.c, configure.in: include config.h from regex.c, and handle alloca in a more intelligent way than before. (Currently, we just mis-handle it.) Port this to stable and test it! - po/cs.po: update cs.po. - po/de.po, po/nl.po: updated versions from Roland and Boris. - pager.c: Vikas' grok_ansi fix. - po/Makefile.in.in: keymap_defs is always in po/.. - from Lars Hecking.
1999-02-11Preparing for 0.96: $output.in was real fun in the dist target.Thomas Roessler
*argh*
1999-01-25Russian and czech translations.Thomas Roessler
1999-01-20Add heavily improved debugging capabilities to the PGP code.Thomas Roessler
Anyway, the problem I observed wasn't a bug in mutt, but an expired key. *sigh*
1999-01-19Properly handle character set definition file installation.Thomas Roessler
1999-01-13A first take at adding a mixmaster front-end to mutt. Don't worry,Thomas Roessler
it's optional. ;-)
1999-01-07Merging changes from stable.Thomas Roessler
1999-01-06[unstable] Merge changes from stable: rx -> regex, Byrial's timezoneThomas Roessler
patch, translation updates.
1999-01-05[unstable] Adding experimental new character set conversion code.Thomas Roessler
1999-01-05[unstable] merging changes from stable.Thomas Roessler
1999-01-04Make the experimental branch the main trunk.Thomas Roessler
1998-12-21Register the polish translation.Thomas Roessler
1998-12-16Make the sendmail check compatible with newer autoconf versions.Thomas Roessler
Noted by Lars Hecking.
1998-12-10Add the french l10n.Thomas Roessler
1998-11-17Configuration fixes from Lars Hecking, with some more fixes andThomas Roessler
modifications from myself. With some luck, you don't need a gettext installation any more.
1998-10-28add the ukrainian l10n.Thomas Roessler
1998-10-27Try to detect Solaris 2.4's broken regcomp().Thomas Roessler
1998-10-27i18n fixes.Thomas Roessler
1998-10-27Handle systems which have neither pgp2 nor pgp5, but gpg correctly.Thomas Roessler
1998-10-20Don't hard-wire the program's version in configure.in, but use theThomas Roessler
VERSION file instead. Stolen from gnupg.
1998-10-15Random pre-release clean-up.Thomas Roessler
1998-10-14More build process clean-up.Thomas Roessler