]> granicus.if.org Git - neomutt/log
neomutt
19 years agoCatch empty substring/regexp search arguments (precludes a segfault from
Brendan Cully [Wed, 21 Sep 2005 13:23:43 +0000 (13:23 +0000)]
Catch empty substring/regexp search arguments (precludes a segfault from
dereferencing a null string pointer later).

19 years ago# changelog commit
Thomas Roessler [Wed, 21 Sep 2005 06:05:20 +0000 (06:05 +0000)]
# changelog commit

19 years agoQDBM support for the header cache.
Thomas Glanzmann [Wed, 21 Sep 2005 06:04:36 +0000 (06:04 +0000)]
QDBM support for the header cache.

19 years ago# changelog commit
Brendan Cully [Wed, 21 Sep 2005 04:57:11 +0000 (04:57 +0000)]
# changelog commit

19 years agoWhen using GPG agent in classic mode, set GPG_TTY if it isn't already set
Adeodato Simó [Wed, 21 Sep 2005 04:50:31 +0000 (04:50 +0000)]
When using GPG agent in classic mode, set GPG_TTY if it isn't already set
instead of bailing out. Closes: #2072.

19 years ago# changelog commit
Brendan Cully [Wed, 21 Sep 2005 03:50:08 +0000 (03:50 +0000)]
# changelog commit

19 years agoEnsure that set doesn't change variables from within the help screen. I think
TAKAHASHI Tamotsu [Wed, 21 Sep 2005 03:48:38 +0000 (03:48 +0000)]
Ensure that set doesn't change variables from within the help screen. I think
this is a gross approach, and probably overkill, but it's the fault of the
original code design, not Tamo's patch. Until a better way falls from the sky,
this Closes: #2011.

19 years ago# changelog commit
Brendan Cully [Wed, 21 Sep 2005 02:59:04 +0000 (02:59 +0000)]
# changelog commit

19 years agoCancelling <change-folder> from within the pager will now keep you in the
Brendan Cully [Wed, 21 Sep 2005 02:58:07 +0000 (02:58 +0000)]
Cancelling <change-folder> from within the pager will now keep you in the
pager rather than kicking you back to the index. Closes: #2075.

19 years agoSlight improvement on dgc's warning fix in edge cases.
Vincent Lefevre [Tue, 20 Sep 2005 23:41:21 +0000 (23:41 +0000)]
Slight improvement on dgc's warning fix in edge cases.

19 years ago# changelog commit
Brendan Cully [Tue, 20 Sep 2005 15:07:01 +0000 (15:07 +0000)]
# changelog commit

19 years agoFix a null-pointer-dereference parsing aliases with -d3+.
David Champion [Tue, 20 Sep 2005 06:43:39 +0000 (06:43 +0000)]
Fix a null-pointer-dereference parsing aliases with -d3+.

19 years agoClear a compiler warning.
David Champion [Tue, 20 Sep 2005 06:15:25 +0000 (06:15 +0000)]
Clear a compiler warning.

19 years agoUpdate locations of gpg-2comp, Gero Treuner.
Gero Treuner [Tue, 20 Sep 2005 03:56:25 +0000 (03:56 +0000)]
Update locations of gpg-2comp, Gero Treuner.

19 years ago# changelog commit
Brendan Cully [Mon, 19 Sep 2005 06:17:14 +0000 (06:17 +0000)]
# changelog commit

19 years agoI just realised what's been happening to the changelog: I recently got
Brendan Cully [Mon, 19 Sep 2005 06:14:27 +0000 (06:14 +0000)]
I just realised what's been happening to the changelog: I recently got
a new version of 'head' that refuses to accept -1 instead of -n 1, but doesn't
actually return failure. So mkchangelog was feeding nothing to the cvs
date argument, and instead merrily snarfing down the entire changelog
every time. I've put in a simple $date != "" check. Thanks, textutils!
Thanks for ushering in the future! I'd like to shake your hand. Hard.

19 years ago# changelog commit
Brendan Cully [Mon, 19 Sep 2005 05:45:05 +0000 (05:45 +0000)]
# changelog commit

19 years ago# changelog commit
Brendan Cully [Mon, 19 Sep 2005 05:19:54 +0000 (05:19 +0000)]
# changelog commit

19 years agoRemove mention of obsolete --enable-imap-edit-threads configure option.
Brendan Cully [Mon, 19 Sep 2005 05:12:29 +0000 (05:12 +0000)]
Remove mention of obsolete --enable-imap-edit-threads configure option.

19 years agoSomehow the changelog got mangled (multiple copies of large parts).
Brendan Cully [Sun, 18 Sep 2005 17:49:33 +0000 (17:49 +0000)]
Somehow the changelog got mangled (multiple copies of large parts).

19 years ago# changelog commit
Thomas Roessler [Sun, 18 Sep 2005 08:23:36 +0000 (08:23 +0000)]
# changelog commit

19 years agoupdate
Vsevolod Volkov [Sun, 18 Sep 2005 08:22:49 +0000 (08:22 +0000)]
update

19 years ago# changelog commit
Brendan Cully [Sun, 18 Sep 2005 03:03:40 +0000 (03:03 +0000)]
# changelog commit

19 years agoMore cleanups, slightly better dependencies.
Brendan Cully [Sun, 18 Sep 2005 02:53:18 +0000 (02:53 +0000)]
More cleanups, slightly better dependencies.

19 years ago# changelog commit
Brendan Cully [Sun, 18 Sep 2005 02:38:32 +0000 (02:38 +0000)]
# changelog commit

19 years agoStupid hack to synchronise on makedoc for parallel builds. Only works
Brendan Cully [Sun, 18 Sep 2005 02:35:10 +0000 (02:35 +0000)]
Stupid hack to synchronise on makedoc for parallel builds. Only works
when entered via make all. make stamp-doc-xml directly can fail in
pathological conditions.

19 years ago# changelog commit
Brendan Cully [Sun, 18 Sep 2005 02:14:36 +0000 (02:14 +0000)]
# changelog commit

19 years agoAttempt to work around make -j2 breakage. Dependencies are still
Brendan Cully [Sun, 18 Sep 2005 02:13:06 +0000 (02:13 +0000)]
Attempt to work around make -j2 breakage. Dependencies are still
wrong, but I don't have the brainpower right now to get it
right. People talk about imperative, functional, and logic
programming, but no one ever mentions make programming.

19 years ago# changelog commit
Brendan Cully [Sat, 17 Sep 2005 20:47:36 +0000 (20:47 +0000)]
# changelog commit

19 years agoGah, forgot the zip code when updating the FSF address...
Brendan Cully [Sat, 17 Sep 2005 20:46:09 +0000 (20:46 +0000)]
Gah, forgot the zip code when updating the FSF address...

19 years ago# changelog commit
Brendan Cully [Sat, 17 Sep 2005 19:17:14 +0000 (19:17 +0000)]
# changelog commit

19 years agoUpdate FSF address (via sed, I hope nothing got mangled). Closes: #2071.
Brendan Cully [Sat, 17 Sep 2005 19:15:35 +0000 (19:15 +0000)]
Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.

19 years ago# changelog commit
Brendan Cully [Sat, 17 Sep 2005 17:40:04 +0000 (17:40 +0000)]
# changelog commit

19 years agoClean up some Muttrc macros, and add macro 'y' to jump to the mailboxes
Alain Bench [Sat, 17 Sep 2005 17:39:18 +0000 (17:39 +0000)]
Clean up some Muttrc macros, and add macro 'y' to jump to the mailboxes
view. Closes: #2069.

19 years ago# changelog commit
Brendan Cully [Sat, 17 Sep 2005 17:29:12 +0000 (17:29 +0000)]
# changelog commit

19 years agoSome minor cleanups: tell users to go to bugs.mutt.org instead of using flea;
Brendan Cully [Sat, 17 Sep 2005 17:27:54 +0000 (17:27 +0000)]
Some minor cleanups: tell users to go to bugs.mutt.org instead of using flea;
update copyright year in mutt -v; reorganise USE opts a little; break long
strings so that -pedantic stops complaining. Not sure that last one is worth
the trouble it causes the po team...

19 years ago# changelog commit
Brendan Cully [Sat, 17 Sep 2005 01:08:53 +0000 (01:08 +0000)]
# changelog commit

19 years agoUpdate.
Vincent Lefevre [Sat, 17 Sep 2005 01:07:54 +0000 (01:07 +0000)]
Update.

19 years ago# changelog commit
Brendan Cully [Fri, 16 Sep 2005 23:10:24 +0000 (23:10 +0000)]
# changelog commit

19 years agoIrish translation.
Kevin Scannell [Fri, 16 Sep 2005 23:09:12 +0000 (23:09 +0000)]
Irish translation.

19 years ago# changelog commit
Brendan Cully [Fri, 16 Sep 2005 15:22:05 +0000 (15:22 +0000)]
# changelog commit

19 years agoMove update-po out of make dist, into build-release. It seems to me that make
Brendan Cully [Fri, 16 Sep 2005 15:20:59 +0000 (15:20 +0000)]
Move update-po out of make dist, into build-release. It seems to me that make
dist should do as little as possible beyond putting the right files in a tarball.

19 years ago# changelog commit
Thomas Roessler [Fri, 16 Sep 2005 13:44:19 +0000 (13:44 +0000)]
# changelog commit

19 years agoupdate
Ronny Haryanto [Fri, 16 Sep 2005 13:43:58 +0000 (13:43 +0000)]
update

19 years ago# changelog commit
Thomas Roessler [Fri, 16 Sep 2005 11:02:19 +0000 (11:02 +0000)]
# changelog commit

19 years agoupdate
Ivan Vilata i Balaguer [Fri, 16 Sep 2005 11:02:00 +0000 (11:02 +0000)]
update

19 years ago# changelog commit
Thomas Roessler [Fri, 16 Sep 2005 10:21:20 +0000 (10:21 +0000)]
# changelog commit

19 years agoupdate
TAKAHASHI Tamotsu [Fri, 16 Sep 2005 10:20:20 +0000 (10:20 +0000)]
update

19 years ago# changelog commit
Thomas Roessler [Fri, 16 Sep 2005 10:20:05 +0000 (10:20 +0000)]
# changelog commit

19 years agoupdate
René Clerc [Fri, 16 Sep 2005 10:19:46 +0000 (10:19 +0000)]
update

19 years agoAdd stamp-doc-xml to "all".
Brendan Cully [Fri, 16 Sep 2005 02:15:45 +0000 (02:15 +0000)]
Add stamp-doc-xml to "all".

19 years ago# changelog commit
Brendan Cully [Fri, 16 Sep 2005 01:55:34 +0000 (01:55 +0000)]
# changelog commit

19 years agostamp-doc-man is pointless as far as I can tell. Removed.
Brendan Cully [Fri, 16 Sep 2005 01:50:40 +0000 (01:50 +0000)]
stamp-doc-man is pointless as far as I can tell. Removed.

19 years agoTweak makefile so that the dist tarball doesn't always try to build docs.
Brendan Cully [Fri, 16 Sep 2005 01:37:20 +0000 (01:37 +0000)]
Tweak makefile so that the dist tarball doesn't always try to build docs.

19 years agoVERSION should go into CONFIG_STATUS_DEPENDENCIES, not
Brendan Cully [Fri, 16 Sep 2005 01:16:29 +0000 (01:16 +0000)]
VERSION should go into CONFIG_STATUS_DEPENDENCIES, not
CONFIGURE_DEPENDENCIES. Slap ma fro.

19 years ago# changelog commit
Brendan Cully [Thu, 15 Sep 2005 23:19:59 +0000 (23:19 +0000)]
# changelog commit

19 years agoMove changelog target to update-changelog so that dist won't automatically
Brendan Cully [Thu, 15 Sep 2005 23:18:48 +0000 (23:18 +0000)]
Move changelog target to update-changelog so that dist won't automatically
invoke it, and have commit and build-release call it.

19 years ago# changelog commit
Brendan Cully [Thu, 15 Sep 2005 22:14:49 +0000 (22:14 +0000)]
# changelog commit

19 years agoNow that 1.5.11 is out, previous versions won't be x.y.zi: adjust diff.
Brendan Cully [Thu, 15 Sep 2005 22:13:49 +0000 (22:13 +0000)]
Now that 1.5.11 is out, previous versions won't be x.y.zi: adjust diff.

17 years agoupdate tags
convert-repo [Thu, 1 Mar 2007 19:22:37 +0000 (19:22 +0000)]
update tags

19 years agoautomatic post-release commit for mutt-1.5.11
Thomas Roessler [Thu, 15 Sep 2005 14:24:37 +0000 (14:24 +0000)]
automatic post-release commit for mutt-1.5.11

19 years ago# changelog commit
Brendan Cully [Wed, 14 Sep 2005 14:15:54 +0000 (14:15 +0000)]
# changelog commit

19 years agoRefer to $use_envelope_from rather than old $envelope_from in description of
TAKAHASHI Tamotsu [Wed, 14 Sep 2005 14:15:06 +0000 (14:15 +0000)]
Refer to $use_envelope_from rather than old $envelope_from in description of
$envelope_from_address.

19 years ago# changelog commit
Brendan Cully [Wed, 14 Sep 2005 02:48:34 +0000 (02:48 +0000)]
# changelog commit

19 years agoAdd new $envelope_from_address variable for manually specifying the
Brendan Cully [Wed, 14 Sep 2005 02:45:44 +0000 (02:45 +0000)]
Add new $envelope_from_address variable for manually specifying the
envelope sender. Rename (with compatibility synonym) $envelope_from
to $use_envelope_from. Make $envelope_from subordinate to $use_e_f, as
$from is to $use_from. From a discussion with TLR.

19 years ago# changelog commit
Brendan Cully [Tue, 13 Sep 2005 20:37:12 +0000 (20:37 +0000)]
# changelog commit

19 years agoPut chunked HTML manual in top doc directory instead of HTML subdirectory.
Brendan Cully [Tue, 13 Sep 2005 20:36:17 +0000 (20:36 +0000)]
Put chunked HTML manual in top doc directory instead of HTML subdirectory.
Solves a weird $distdir absolute/relative path nuisance.

19 years ago# changelog commit
Brendan Cully [Mon, 12 Sep 2005 06:23:56 +0000 (06:23 +0000)]
# changelog commit

19 years agoTeach pop driver about mutt_progress_bar. Allow progress bar to omit total
Brendan Cully [Mon, 12 Sep 2005 06:22:21 +0000 (06:22 +0000)]
Teach pop driver about mutt_progress_bar. Allow progress bar to omit total
size if zero (=unknown).

19 years ago# changelog commit
Brendan Cully [Sat, 10 Sep 2005 18:48:28 +0000 (18:48 +0000)]
# changelog commit

19 years agoCorrect some inconsistencies introduced by $menu_context. Closes: #2019?
TAKAHASHI Tamotsu [Sat, 10 Sep 2005 18:47:17 +0000 (18:47 +0000)]
Correct some inconsistencies introduced by $menu_context. Closes: #2019?

19 years ago# changelog commit
Brendan Cully [Sat, 10 Sep 2005 06:02:41 +0000 (06:02 +0000)]
# changelog commit

19 years agoA pair of small optimisations to the progress bar.
Brendan Cully [Sat, 10 Sep 2005 06:02:03 +0000 (06:02 +0000)]
A pair of small optimisations to the progress bar.

19 years ago# changelog commit
Brendan Cully [Thu, 8 Sep 2005 16:40:24 +0000 (16:40 +0000)]
# changelog commit

19 years agoRevert bogus change to last message detection in mutt_pager.
Brendan Cully [Thu, 8 Sep 2005 16:37:59 +0000 (16:37 +0000)]
Revert bogus change to last message detection in mutt_pager.

19 years ago# changelog commit
Brendan Cully [Thu, 8 Sep 2005 15:54:59 +0000 (15:54 +0000)]
# changelog commit

19 years agoForget line number when resolving in pager. This is beginning to get
Brendan Cully [Thu, 8 Sep 2005 15:54:07 +0000 (15:54 +0000)]
Forget line number when resolving in pager. This is beginning to get
messy - maybe it would be better to only remember on specific operations
like sync.

19 years ago# changelog commit
Brendan Cully [Thu, 8 Sep 2005 14:51:36 +0000 (14:51 +0000)]
# changelog commit

19 years agoSet CLOEXEC on sockets in IPv4 code path like we do in IPv6.
Brendan Cully [Thu, 8 Sep 2005 14:50:49 +0000 (14:50 +0000)]
Set CLOEXEC on sockets in IPv4 code path like we do in IPv6.

19 years ago# changelog commit
Brendan Cully [Thu, 8 Sep 2005 14:33:01 +0000 (14:33 +0000)]
# changelog commit

19 years agoMake stringmatch pattern detection stateless.
Brendan Cully [Thu, 8 Sep 2005 14:32:18 +0000 (14:32 +0000)]
Make stringmatch pattern detection stateless.

19 years ago# changelog commit
Brendan Cully [Thu, 8 Sep 2005 14:24:08 +0000 (14:24 +0000)]
# changelog commit

19 years agoifdef USE_SOCKET around mutt_progress_bar.
Brendan Cully [Thu, 8 Sep 2005 14:23:03 +0000 (14:23 +0000)]
ifdef USE_SOCKET around mutt_progress_bar.

19 years ago# changelog commit
Brendan Cully [Thu, 8 Sep 2005 07:11:02 +0000 (07:11 +0000)]
# changelog commit

19 years agoCorrect some S/MIME po entries.
Bernd Ahlers [Thu, 8 Sep 2005 07:09:43 +0000 (07:09 +0000)]
Correct some S/MIME po entries.

19 years ago# changelog commit
Brendan Cully [Wed, 7 Sep 2005 08:02:58 +0000 (08:02 +0000)]
# changelog commit

19 years agoEnsure progress bar rounds to $net_inc.
Brendan Cully [Wed, 7 Sep 2005 08:01:59 +0000 (08:01 +0000)]
Ensure progress bar rounds to $net_inc.

19 years ago# changelog commit
Brendan Cully [Wed, 7 Sep 2005 07:45:49 +0000 (07:45 +0000)]
# changelog commit

19 years agoDisplay progress meter when uploading/fetching IMAP data. Closes: #1772.
Brendan Cully [Wed, 7 Sep 2005 07:44:05 +0000 (07:44 +0000)]
Display progress meter when uploading/fetching IMAP data. Closes: #1772.

19 years ago# changelog commit
Brendan Cully [Wed, 7 Sep 2005 05:03:35 +0000 (05:03 +0000)]
# changelog commit

19 years agoAdjust gross hack to return to the same line in the pager after an index
Brendan Cully [Wed, 7 Sep 2005 05:02:41 +0000 (05:02 +0000)]
Adjust gross hack to return to the same line in the pager after an index
operation so that it doesn't shoot past the end of the file if there are
fewer lines on return (eg when weed is set).

19 years ago# changelog commit
Brendan Cully [Wed, 7 Sep 2005 04:53:04 +0000 (04:53 +0000)]
# changelog commit

19 years agoSilence some GCC warnings about uninitialized variables.
Brendan Cully [Wed, 7 Sep 2005 04:51:11 +0000 (04:51 +0000)]
Silence some GCC warnings about uninitialized variables.

19 years ago# changelog commit
Brendan Cully [Wed, 7 Sep 2005 00:23:43 +0000 (00:23 +0000)]
# changelog commit

19 years agoRemove international vs. U.S. distribution distinction. build-release
Brendan Cully [Wed, 7 Sep 2005 00:22:09 +0000 (00:22 +0000)]
Remove international vs. U.S. distribution distinction. build-release
expects the previous version to be x.y.zi and should be updated again
for 1.5.12.

19 years ago# changelog commit
Brendan Cully [Tue, 6 Sep 2005 16:47:38 +0000 (16:47 +0000)]
# changelog commit

19 years agoMore documentation cosmetics (newlines between Usage: lines).
Brendan Cully [Tue, 6 Sep 2005 16:46:44 +0000 (16:46 +0000)]
More documentation cosmetics (newlines between Usage: lines).

19 years ago# changelog commit
Brendan Cully [Tue, 6 Sep 2005 05:36:07 +0000 (05:36 +0000)]
# changelog commit

19 years agoGross hack to return to the same line in the pager after executing an index
Brendan Cully [Tue, 6 Sep 2005 05:35:15 +0000 (05:35 +0000)]
Gross hack to return to the same line in the pager after executing an index
function. Closes: #1210.

19 years ago# changelog commit
Brendan Cully [Tue, 6 Sep 2005 03:19:49 +0000 (03:19 +0000)]
# changelog commit