Update URL for the upstream source tarball
Convert files from ISO8859-1 to UTF-8
exmh.spec: Fix RPM version variable
exmh.spec: create needed directories
exmh.spec: Fix RPM license header
Add proper Requires: in the RPM spec for tk, tcl, and tkimg
exmh.spec: don't expand macros in comments
mafe.html: remove execute permission
Change the default http cache from /tmp/.webtkcache to $exmh(tmpdir)/.webtkcache
Bump minimum Tk/Tcl from 8.5 to 8.6
exmh.spec: make work with recent RPM tools
Fix 34 places where Exmh_Status was called with 'warn' rather than 'warning'. Egads.
Add support for re-fetching a PGP key for expired keys, and reformat a few
Set a default value for uri(viewer) so we avoid an embarrassing crash if you click on a
Remove the binding of ButtonRelease-1 to launch a link to a browser window, as
More cleanup of the status area colors. exmh-bg support back in, swap
Tk 8.4 support, and clean-up of Exmh_Status color support
*** empty log message ***
*** empty log message ***
Deal with Tk8.4a2 namespace changes in install.tcl
Clean up a Tk8.4 issue with -state disabled/readonly for sedit status line
Add code to deal with per-level tweaks in Tk and Tcl - current usage for
No longer need a seperate c_st_background color setting, code now figures
Commit the *right* version of the file...
*** empty log message ***
Fixing problems with PGP sign+encrypt, gnupg 1.0.7 support
We now do pedantically correct parsing of multiple values for a List- header.
Mass commit - fix spam filter support, doc cleanups, report.tcl fix, dead code cleanup, and exec/file cleanup
Adding in support for setting RFC3461 DSN options
Add correct handling for trailing '=' in base64 - don't append spurious nulls to output
Support Mutt-generated 'pgp-sign' messages
I can't type.
*** empty log message ***
Fix Brent's fix so it doesn't error out with an unset variable...
Add MhGetSeqCache and FlistFindSeqsInner to speed up flist/sequence processing
Fixed RFC2183 support, some bad-input filtering...
George Ross's patch to not smash filenames when attaching files...
Add 'fconfigure $in -translation binary' so base64 encoding of binaries works right
Set default cursor to 'left_ptr' rather than whatever we happened to get
Commit 2 bugs left over from the exec/file/regsub hunt
Fix wrapping problem in fcache, 'folder:NNN' could cause wraparound
Clean up Exmh_Debug calls that didn't have any clearly identifying text
Proclaim myself emperor
*** empty log message ***
Fix Debian bug 294212 by allowing '.' to pass through the filter
rename 'lassign' to 'exmh_lassign' to prevent conflict with tcl8.5 lassign
Tk/Tcl is now a decade old. Heave all pre-8.5 support code over the side.
Fix insufficent quoting of parameters to MDNGenerate. Syntactically invalid
Clean up some ancient tcl7.0-only code
Fix issue with trailing blanks screwing up PGP signatures
Add missing call to mscroll for fdisp canvas
Add dialog box for "file exists OK/Cancel" for saving a MIME part...
Fix the *right* regexp.. Blarg.
Add lib/stacktrace.tcl for debugging use
*** empty log message ***
Use version.bash rather than version.csh - who still uses csh for shell scripting?
Fix gnupg Comment field to dynamically update to the currently running version
Missed nuking the stale exmh_lassign in lib/utils.tcl for the "tk/tcl >= 8.5" cleanup
Add skeleton support for nmh 'mhical' and third-party 'gcalcli' to deal with text/calendar mail.
It's time to finally heave mhn support over the side, as mhbuild is
Commit fix for some typos in manpage from Debian