]>
granicus.if.org Git - neomutt/log
Thomas Roessler [Wed, 14 Oct 1998 19:03:44 +0000 (19:03 +0000)]
Add -I$(includedir) to the C preprocessor flags. Per request of
Clint Olsen.
Thomas Roessler [Wed, 14 Oct 1998 16:31:09 +0000 (16:31 +0000)]
More build process clean-up.
Thomas Roessler [Wed, 14 Oct 1998 14:54:37 +0000 (14:54 +0000)]
Removing some instances of gnu-make specific command line parameters.
Thomas Roessler [Wed, 14 Oct 1998 10:08:35 +0000 (10:08 +0000)]
Document the match-all feature.
Thomas Roessler [Wed, 14 Oct 1998 09:29:27 +0000 (09:29 +0000)]
Various build fixes.
Thomas Roessler [Wed, 14 Oct 1998 08:32:35 +0000 (08:32 +0000)]
Adding some necessary ifdefs to color.c, From
Irving_Wolfe@wolfe.net.
Thomas Roessler [Tue, 13 Oct 1998 23:37:03 +0000 (23:37 +0000)]
Checkpoint commit. This gets boring.
Thomas Roessler [Tue, 13 Oct 1998 23:36:39 +0000 (23:36 +0000)]
Merging Vikas' NEWS file into the distributed one.
Thomas Roessler [Tue, 13 Oct 1998 22:58:22 +0000 (22:58 +0000)]
Preparing 0.94.12.
Thomas Roessler [Tue, 13 Oct 1998 22:53:09 +0000 (22:53 +0000)]
random pre-release clean-up.
Thomas Roessler [Tue, 13 Oct 1998 22:32:37 +0000 (22:32 +0000)]
Introducing a us-dist target to create a USG-friendly version of
mutt. Additionally, the NEWS file is prepared for 0.95.
Thomas Roessler [Tue, 13 Oct 1998 20:59:19 +0000 (20:59 +0000)]
Add a short note on compiler warnings.
Thomas Roessler [Tue, 13 Oct 1998 20:49:43 +0000 (20:49 +0000)]
More $Id$ strings.
Thomas Roessler [Tue, 13 Oct 1998 20:44:24 +0000 (20:44 +0000)]
Add RCS $Id$ strings to (hopefully) all source files.
Thomas Roessler [Tue, 13 Oct 1998 07:31:11 +0000 (07:31 +0000)]
Type Ctrl-V Ctrl-G in any input field.
Thomas Roessler [Tue, 13 Oct 1998 06:58:38 +0000 (06:58 +0000)]
Bumping some dprint statements' debug levels. From Vikas.
Thomas Roessler [Tue, 13 Oct 1998 06:57:08 +0000 (06:57 +0000)]
Including the new ru.po file from "Andrej N. Gritsenko"
<andrej@lucky.net>; check-point commit.
Thomas Roessler [Mon, 12 Oct 1998 19:53:42 +0000 (19:53 +0000)]
The attached patch removes some redundant code related to the macro
function stuff. Since each menu calls km_dokey() to get the 'op'
number to execute, the 'menu' argument to km_dokey() _is_ the
CurrentMenu. Hence, there is no need to explicitly save/restore the
CurrentMenu all over the code. The only places it is being captured
now is just before mutt_enter_comamnd() is called. This is to help
the 'exec' command completion code so that it knows which menu to
try and complete the function name from.
(From: Vikas Agnihotri <VikasA@att.com>)
Thomas Roessler [Mon, 12 Oct 1998 17:14:36 +0000 (17:14 +0000)]
Mutt now correctly uses the sysconfdir as determined by configure.
Thomas Roessler [Mon, 12 Oct 1998 17:12:50 +0000 (17:12 +0000)]
Checkpoint commit.
Thomas Roessler [Mon, 12 Oct 1998 15:47:16 +0000 (15:47 +0000)]
Check-point commit before 0.94.11 is released.
Thomas Roessler [Sun, 11 Oct 1998 22:10:40 +0000 (22:10 +0000)]
Makefile clean-up as suggested by Marco d'Itri.
Thomas Roessler [Sun, 11 Oct 1998 22:07:39 +0000 (22:07 +0000)]
Install dotlock's manual page under the correct name.
Thomas Roessler [Thu, 8 Oct 1998 13:22:16 +0000 (13:22 +0000)]
Reference some of the new doc files.
Thomas Roessler [Thu, 8 Oct 1998 13:21:53 +0000 (13:21 +0000)]
Some more changes to the installation process.
Thomas Roessler [Thu, 8 Oct 1998 12:51:09 +0000 (12:51 +0000)]
Fix the uninstall target; add some magic to build and install the
HTML version of the manual if we can.
Thomas Roessler [Thu, 8 Oct 1998 12:45:13 +0000 (12:45 +0000)]
Some more documentation; install the html version of the manual if
it's there.
Thomas Roessler [Thu, 8 Oct 1998 12:18:49 +0000 (12:18 +0000)]
The manual was wrong on the default binding for extract-keys.
Thomas Roessler [Wed, 7 Oct 1998 22:18:38 +0000 (22:18 +0000)]
POP3 LAST support. From Jason Lavoie <jason@mint.net> by way of
Michael Elkins.
Thomas Roessler [Wed, 7 Oct 1998 22:15:39 +0000 (22:15 +0000)]
Clean-up commit.
Thomas Roessler [Wed, 7 Oct 1998 19:58:18 +0000 (19:58 +0000)]
Redirect stdin and stderr to /dev/null when invoking gpgm for
listing key IDs.
Thomas Roessler [Wed, 7 Oct 1998 19:26:19 +0000 (19:26 +0000)]
First fix of the IMAP expunge handling. From Brandon Long.
Thomas Roessler [Wed, 7 Oct 1998 17:09:03 +0000 (17:09 +0000)]
Fix macro functions for the pager menu.
Thomas Roessler [Wed, 7 Oct 1998 17:07:04 +0000 (17:07 +0000)]
The attached patch fixes a minor inconsistency between the display
of special key-names in the help screen and their actual usage. The
help screen now shows the special keys exactly as you
would/could/should use them in the muttrc/command-line. (From: Vikas
Agnihotri <VikasA@att.com>)
Thomas Roessler [Wed, 7 Oct 1998 15:43:00 +0000 (15:43 +0000)]
Fix the error message for unbound keys. From Vikas.
Thomas Roessler [Wed, 7 Oct 1998 15:36:25 +0000 (15:36 +0000)]
s/make/$(MAKE)/
Thomas Roessler [Wed, 7 Oct 1998 15:35:38 +0000 (15:35 +0000)]
UnixWare needs our own version of strcasecmp/strncasecmp.
Thomas Roessler [Wed, 7 Oct 1998 15:16:41 +0000 (15:16 +0000)]
Clean up behind an aborted sort-by prompt on the file browser. From
Vikas.
Thomas Roessler [Wed, 7 Oct 1998 11:14:35 +0000 (11:14 +0000)]
The attached patch fixes a minor bug in $index_format's %B and %b
where they didnt respect the given prefix. In addition, the manual
says that %B is supposed to fall back to %b if the message is not
sent to a known mailing list. The code was not doing that. (From:
Vikas Agnihotri <VikasA@att.com>, noted on comp.mail.mutt by
unny@rz114s0.rz.uni-karlsruhe.de (Vladimir Klebanov)).
Thomas Roessler [Wed, 7 Oct 1998 10:59:00 +0000 (10:59 +0000)]
pgp_language is obsolete. Noted by Heiko Schlichting.
Thomas Roessler [Tue, 6 Oct 1998 15:10:53 +0000 (15:10 +0000)]
Macro function fixes.
Thomas Roessler [Tue, 6 Oct 1998 12:42:31 +0000 (12:42 +0000)]
With slang, ERR != -1.
Thomas Roessler [Tue, 6 Oct 1998 06:09:39 +0000 (06:09 +0000)]
Message fix.
Thomas Roessler [Tue, 6 Oct 1998 06:07:55 +0000 (06:07 +0000)]
Fix another pipe-related hang in mutt_view_attachment().
Thomas Roessler [Mon, 5 Oct 1998 21:37:14 +0000 (21:37 +0000)]
Another fix to libintl detection.
Thomas Roessler [Mon, 5 Oct 1998 21:07:39 +0000 (21:07 +0000)]
macro_function.2-3, from Vikas.
Thomas Roessler [Mon, 5 Oct 1998 21:03:36 +0000 (21:03 +0000)]
File descriptor leak alert.
Thomas Roessler [Mon, 5 Oct 1998 20:37:08 +0000 (20:37 +0000)]
Avoid a hang due to blocking pipe writes in the auto view code.
Thomas Roessler [Mon, 5 Oct 1998 20:25:40 +0000 (20:25 +0000)]
Make exec grok >= 1 parameters; fix double ops problem in
index_menu().
Thomas Roessler [Mon, 5 Oct 1998 18:43:16 +0000 (18:43 +0000)]
L10n changes corresponding to the macro-function patch.
Thomas Roessler [Mon, 5 Oct 1998 18:42:56 +0000 (18:42 +0000)]
Some fixes to the macro-function patch.
Thomas Roessler [Mon, 5 Oct 1998 18:25:26 +0000 (18:25 +0000)]
Adding the Russian Localization.
Thomas Roessler [Mon, 5 Oct 1998 18:24:42 +0000 (18:24 +0000)]
Vikas' macro_function patch.
Thomas Roessler [Mon, 5 Oct 1998 08:22:23 +0000 (08:22 +0000)]
I'm told that some systems don't like "#!/bin/sh" at the beginning
of a script, but need "#! /bin/sh".
Thomas Roessler [Sun, 4 Oct 1998 15:02:24 +0000 (15:02 +0000)]
Fixing some make-related problems noted by Petri Kaukasoina
<kaukasoi-mutt@elektroni.ee.tut.fi>.
Thomas Roessler [Sun, 4 Oct 1998 14:39:10 +0000 (14:39 +0000)]
Fix group-reply's behaviour.
Thomas Roessler [Sun, 4 Oct 1998 10:15:11 +0000 (10:15 +0000)]
Replace style-guide by some more general notes on mutt development.
convert-repo [Thu, 1 Mar 2007 19:12:50 +0000 (19:12 +0000)]
update tags
Thomas Roessler [Sun, 4 Oct 1998 09:29:18 +0000 (09:29 +0000)]
Propagate fixes from Makefile.am.
Thomas Roessler [Sun, 4 Oct 1998 09:27:07 +0000 (09:27 +0000)]
Preparing 0.94.10.
Thomas Roessler [Sun, 4 Oct 1998 09:26:36 +0000 (09:26 +0000)]
subdir=rx was missing here.
Thomas Roessler [Sun, 4 Oct 1998 09:26:25 +0000 (09:26 +0000)]
Noise.
Thomas Roessler [Sun, 4 Oct 1998 09:26:12 +0000 (09:26 +0000)]
More fixes to the build process. This version was tested to build
cleanly under SuSE Linux and IRIX.
Thomas Roessler [Sat, 3 Oct 1998 22:08:09 +0000 (22:08 +0000)]
manual.txt can be rebuilt when making the dist - no need to keep
this in the repository.
Thomas Roessler [Sat, 3 Oct 1998 22:07:17 +0000 (22:07 +0000)]
Preparing ChangeLog for 0.94.10.
Thomas Roessler [Sat, 3 Oct 1998 22:06:19 +0000 (22:06 +0000)]
Ups.
Thomas Roessler [Sat, 3 Oct 1998 22:04:35 +0000 (22:04 +0000)]
Source tree and make process changes. make dist and make
maintainer-clean should now work as they are supposed to.
Thomas Roessler [Sat, 3 Oct 1998 18:18:39 +0000 (18:18 +0000)]
Remove an unprotected gettext() call.
Thomas Roessler [Sat, 3 Oct 1998 18:17:32 +0000 (18:17 +0000)]
*** empty log message ***
Thomas Roessler [Sat, 3 Oct 1998 18:17:16 +0000 (18:17 +0000)]
Persuade CVS to get the file modes right.
Thomas Roessler [Sat, 3 Oct 1998 17:49:43 +0000 (17:49 +0000)]
Adding a note on SparcLinux problems when gcc is called with the
-pedantic flag.
Thomas Roessler [Fri, 2 Oct 1998 17:39:46 +0000 (17:39 +0000)]
A small fix to get autoview messages properly colored.
Thomas Roessler [Fri, 2 Oct 1998 17:39:17 +0000 (17:39 +0000)]
patch-0.92.8.sec.match_all.1
Thomas Roessler [Fri, 2 Oct 1998 14:15:53 +0000 (14:15 +0000)]
The Makefile here is supposed to be generated by autoconf.
convert-repo [Thu, 1 Mar 2007 19:12:48 +0000 (19:12 +0000)]
update tags
Thomas Roessler [Fri, 2 Oct 1998 14:15:09 +0000 (14:15 +0000)]
Fixing some build-related problems, and preparing 0.94.9p1.
Thomas Roessler [Fri, 2 Oct 1998 10:13:26 +0000 (10:13 +0000)]
Roland Rosenfeld's first name patch.
Thomas Roessler [Fri, 2 Oct 1998 09:40:50 +0000 (09:40 +0000)]
More () fixes.
Thomas Roessler [Fri, 2 Oct 1998 09:38:06 +0000 (09:38 +0000)]
With SLang, addstr() is a macro. This means we should put
additional braces around _()-style arguments.
Thomas Roessler [Thu, 1 Oct 1998 20:16:50 +0000 (20:16 +0000)]
Translate help strings.
Thomas Roessler [Thu, 1 Oct 1998 20:16:32 +0000 (20:16 +0000)]
Translate help strigns.
Thomas Roessler [Thu, 1 Oct 1998 19:28:40 +0000 (19:28 +0000)]
*** empty log message ***
Thomas Roessler [Thu, 1 Oct 1998 17:18:29 +0000 (17:18 +0000)]
Translate the various help lines.
Thomas Roessler [Thu, 1 Oct 1998 16:18:38 +0000 (16:18 +0000)]
Gero Treuner's reply_quote patch.
Thomas Roessler [Thu, 1 Oct 1998 15:13:49 +0000 (15:13 +0000)]
Add l10n for handler.c.
Thomas Roessler [Thu, 1 Oct 1998 14:56:59 +0000 (14:56 +0000)]
Make mutt_yesorno() language sensitive.
Thomas Roessler [Thu, 1 Oct 1998 14:55:08 +0000 (14:55 +0000)]
Various German-language related fixes.
convert-repo [Thu, 1 Mar 2007 19:12:45 +0000 (19:12 +0000)]
update tags
Thomas Roessler [Thu, 1 Oct 1998 11:36:48 +0000 (11:36 +0000)]
Preparing 0.94.9i.
Thomas Roessler [Thu, 1 Oct 1998 11:22:51 +0000 (11:22 +0000)]
German l10n, first take.
Thomas Roessler [Thu, 1 Oct 1998 10:15:23 +0000 (10:15 +0000)]
Adding legalese.
Thomas Roessler [Thu, 1 Oct 1998 10:11:41 +0000 (10:11 +0000)]
More i18n fixes.
Thomas Roessler [Thu, 1 Oct 1998 10:06:52 +0000 (10:06 +0000)]
Adapting the catalog files to 0.94.8.
Thomas Roessler [Thu, 1 Oct 1998 10:06:31 +0000 (10:06 +0000)]
Various automake and installation fixes.
Thomas Roessler [Thu, 1 Oct 1998 09:27:57 +0000 (09:27 +0000)]
Adding gettext support, based on the patch by Marco d'Itri.
Thomas Roessler [Thu, 1 Oct 1998 09:24:57 +0000 (09:24 +0000)]
add a note about the currently-missing mh_sequences support.
Thomas Roessler [Thu, 1 Oct 1998 09:19:37 +0000 (09:19 +0000)]
Fix the PgpSignMicalg vanishing when recalling postponed messages.
Bug squashed by Bjørn Fischer.
Thomas Roessler [Wed, 30 Sep 1998 13:56:23 +0000 (13:56 +0000)]
SGML fix.
Thomas Roessler [Wed, 30 Sep 1998 06:40:30 +0000 (06:40 +0000)]
Don't generate a NULL micalg parameter when getting postponed
messages.
Thomas Roessler [Wed, 30 Sep 1998 06:16:57 +0000 (06:16 +0000)]
Removing some superfluous key bindings from functions.h. (From:
Gero Treuner <gero@faveve.uni-stuttgart.de>)