From: Thomas Roessler Date: Sat, 4 Oct 2003 20:36:58 +0000 (+0000) Subject: # changelog commit X-Git-Tag: mutt-1-5-5-rel~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff14a906c20ab31861406c01e8e41bac4bd4df10;p=mutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 93ceaa89..d853cbd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,22 @@ -2003-10-04 16:41:04 Thomas Roessler (roessler) +2003-10-04 20:35:00 Thomas Roessler (roessler) + + * recvattach.c, attach.h, commands.c, compose.c, keymap.h, lib.c, + lib.h, menu.c, mutt.h, mutt_menu.h, muttlib.c, pager.c, protos.h: + This patch fixes various aspects of the attachment-saving user + interface. Changes include: + + - When tagging and saving multiple attachments, you can now use + the same target directory for multiple attachments. + + - When you can't save an attachment, you get an opportunity to + enter a new file name. + + - The menu cursor will highlight the attachment that you are + currently discussing with mutt. + + - Various bug fixes. + + This does, in particular, address #1619 (Debian#208430). * menu.c: Fix #1656.