File: bugfixes.html

package info (click to toggle)
exmh 1%3A2.9.0-8
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,932 kB
  • sloc: tcl: 38,143; perl: 1,647; makefile: 130; sh: 101; exp: 75; csh: 9; sed: 2
file content (69 lines) | stat: -rw-r--r-- 3,231 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<head>
<title>Exmh Bug Fixes</title>
</head>
<body>
<h1>Bugs fixed in exmh since 2.0.3</h1>

<ul>
  <li>You can now have more than one exmh running on the same display
  <li>Fixed MIME formatting in Receipt-Notification message
  <li>Fixed encoding of whitespace in header lines
  <li>Restored 'Invoke menu with right button' message on large messages
  <li>Unseen sequence is no longer trashed after a <code>sort</code>
      or <code>pack</code> 
  <li>Fixed ordering of MIME type guessing; It used to be
      <code>mailcap</code>, <code>mime.types</code>, magic, now it is
      <code>mime.types</code>, <code>mailcap</code>, magic 
  <li>Fixed <code>mailcap</code> file extension parsing to ignore
      entries with <code>nametemplate=%s</code>
  <li>Fixed problem in <code>X-Image-URL</code> with <code>~</code> in
      pathnames 
  <li>Fixed bug in alias editor
  <li>Fixed address-book lookup/expansion to create a new "To:", "cc:"
      or whatever line so wrapping isn't a problem 
  <li>Improved code for posting to newsgroups
  <li>Consistent field width for the count in the Unseen window
  <li>Fixed installation glitch where hitting Verify before Patch would
      raise an error about an undefined variable 
  <li>Added a file create of <code>.mh_sequences</code> to the New
      Folder code 
  <li>Fixed small bug in searching body of message
  <li>Fixed bug with compose in empty drafts folder
  <li>Fixed a minor bug in the regular expression for URLs, so
      <code>&lt;mailto:foo&gt;</code> loses the trailing '&gt;' as it
      should 
  <li>Fixed handling of extra parameters on <code>mailto:</code> URLs
  <li>Don't display message parts if 1) it's a
      <code>text/*vcard</code>; or 2) it's got a
      <code>Content-Disposition: Ancillary</code> header 
  <li>Fixed error in regexps in <code>ftoc.tcl</code> where digits
      followed by a "<code>+</code>" would confuse the marking of
      current message 
  <li>Fixed Help...>Color Legend crash
  <li>Made menubuttons and regular buttons the same size when using
      tkstep 
  <li>Fixed the actions for Rescan, Pack, and the various Sorts not to
      call <code>Msg_ShowSomething</code> afterwards.  This had the
      unintended side-effect of, if no current message was set,
      setting the current message to the first unseen message
  <li>Closing html window during install before the page is fully
      rendered no longer crashes 
  <li>If there's a PGP error while processing the message, show the
      message raw 
  <li>Eliminated extra newline in editnow window
  <li>Sped up startup time by not pre-caching nicknames for all the
      folders 
  <li>Sedit was not inserting <code>Mime-version</code> header when it
      should have 
  <li>Allow ispell preferences to work before sedit has been opened
  <li>Fixed problems with annotation settings
  <li>References to <code>exmh(background)</code> should have been to
      <code>exmh(bgPeriod)</code> in <code>BackgroundFixup</code>
  <li>Fixed <code>&lt;a HREF="file.html#location"&gt;</code> in HTML
      browser 
  <li>Prompt the user before executing the command portion of a button
      tag which is either non-local or in <code>/tmp</code>
</ul>
</body>
</html>