File: NEWS

package info (click to toggle)
pan 0.11.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 9,808 kB
  • ctags: 4,297
  • sloc: ansic: 52,310; makefile: 904; sh: 840
file content (703 lines) | stat: -rw-r--r-- 25,778 bytes parent folder | download
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
Pan 0.11.2 (Feb 11, 2002)

    BUG FIXES

        * Fixed bug that incorrectly parsed some command-line arguments
          passed to the external editor when composing messages.  This
          caused some external editors to not communicate with Pan properly.

        * Fixed another crash that occurred when emptying groups.  Thanks to
          Carl Hudkins and Alex Evonosky for reporting this bug. (70457)

        * Fixed small 0.11.1 memory leak.

        * Fixed long-standing bug that caused "Show All Headers" to not
          display mime headers.


Pan 0.11.1.94 (Feb 1, 2002)

    BUG FIXES

        * Fixed 0.10.0.93 bug that caused a GUI lockup under arcane 
          circumstances when reading articles.	

        * Fixed 0.11.1.92 bug that caused Pan to crash when emptying
          a group which had an article displayed in the text pane.
          Thanks to Jean Ribiere for reporting this bug.

        * Fixed 0.11.1.92 bug that caused a GUI lockup under other
          arcane circumstances.  Thanks to Torbjorn Olofsson for
          reporting this bug.

        * Fixed 0.11.1.92 bug that caused the first article read to
          not be displayed if the user started up Pan in zoom mode.
          Thanks to Stefan Van Theemsche and Douglas Bollinger
          for reporting this bug.

        * Fixed several other 0.11.1.93 deadlock issues.  Thanks to
          Gabi Davar for reporting some of these.

        * Now handles '~' in the TMPDIR environmental variable.
          Thanks to Jukka Salmi for suggesting this change.


Pan 0.11.1.93 (Jan 29, 2002)

    BUG FIXES

        * Fixed 0.11.1.92 bug that caused cached articles to not be
          marked as read when the user read them.  Thanks to
	  Tivo Leedjrv and Adrian von Bidder for reporting this bug.

	* Fixed 0.11.1.92 bug that made the "Edit Filter" dialog too
          wide to fit even on large screens.

        * Fixed 0.10.0 bug where new articles that automatically get
          deleted by user-defined rules could still appear in the
          article pane.

        * Fixed a long-standing NNTP server connection corruption bug.

        * Fixed a couple of long-standing GUI thread bugs.



Pan 0.11.1.92 (Jan 21, 2002)

    NEW FEATURES
 
        * Added the option to have all threads expanded by default.
          Thanks to Bas Mevissen for submitting a patch for this
          feature.

    UPDATES

        * The "Directory" field in the "Save As" dialog now handles
          ~ correctly as shorthand for the users' home directory.

    BUG FIXES

        * Fixed 0.11.1.91 gui lockup bug.  Thanks to Douglas Bollinger
          for reporting this bug.

        * Fixed 0.11.1.90 bug that caused Pan to crash sometimes when
          reading or decoding articles.

        * Fixed 0.11.1.90 bug that caused pan to crash on a SIGPIPE
	  signal when a news server connection closed unexpectedly.
          Thanks to Alen Williams for reporting this bug.

        * Fixed 0.11.1.90 bug that caused Pan to not authenticate
          properly on at least one older NNTP server.  Thanks to
          Avtar Marwaha for reporting this bug and to Marc Prud'hommeaux
          for providing this patch.

        * Fixed 0.10.0.93 bug that caused crossposts to not be marked
          as read when a single article or entire group is marked as
          read.

        * Fixed 0.10.0.93 memory leak that didn't free all article
          information on duplicate or user-deleted articles.

        * Fixed long-standing bug that required two left-clicks,
          rather than the typical one left-click, to pop down the
          context menu in the article pane.  Thanks to Devin Carraway
	  for reporting this bug. (#69170)


Pan 0.11.1.91 (Jan 15, 2002)

    UPDATES

        * Slightly faster download and display of articles.

    BUG FIXES

        * Fixed bug that caused Pan to crash when reading an article.

        * Fixed bug that improperly hid new replies that were in
          collapsed threads.  The top-level articles should have been
          showed in boldface to indicate that the thread had new replies.

        * Fix the "group->_article == NULL" assertion failure when
          loading a group.

        * Fixed gmime build errors that occurred on platforms that need
          to include alloca.h.  Thanks to Alan Young for reporting this.

        * Fixed bug that caused the first group to be loaded during a Pan
          session to not be filtered properly.  Thanks to Douglas Bollinger,
          Dan Hensley, and others for reporting this.


Pan 0.11.1.90 (Jan 7, 2002)

    NEW FEATURES

        * The thread pane now looks many GUI mail clients in that it
          boldfaces articles with new replies and greys out read articles
          to show which articles are new, unread, and old.  Also, when a
          thread is collapsed, the subject column will tell how many new
          replies are in the collapsed thread.  Thanks to Jed Baer,
          Douglas Bollinger, and Andreas Ollinger for working these ideas
          through to consensus on the pan-users mailing list.

        * Added support for Microsoft Secure Password Authentication ("SPA")
          so that Pan will work with Microsoft NNTP servers.  Thanks to the
          Samba team for writing the SPA authentication code and to 
          Marc Prud'hommeaux for plugging it into Pan!

        * Pan now has a Greek translation!
          Thanks to Simos Xenitellis for contributing this.

        * Added the ability to specify, on a per-Identity basis, the
          domain name to be used in the Message-Id header in new posts.
          This can be used to point to your proper domain or just
          for privacy's sake.

        * Added new regression tests to the testing module.

    UPDATES

        * The Preferences Dialog now fits on an 800x600 screen
          and has other UI improvements.

        * Better error reporting on disk I/O errors
          (full disk, permissions errors, etc.)

        * About two dozen small speed tweaks.

        * We now support POSIX extended regular expression syntax,
          giving us support for operators like '?'.  Thanks to
          Chris Petersen for suggesting this.

    BUG FIXES

        * Fixed huge 0.11.1 memory leak.

        * Fixed bug that caused some attachments to be decoded incorrectly.
          Thanks to Dave at dalrun for reporting this bug.

        * Fixed crash that seemed to happen for no reason when reading new
          articles.

        * Fixed thread safety bug in the article cache.

        * Fixed thread safety bug in the Task Manager backend.  Thanks
          very much to Christian Suder for reporting this bug.

        * Fixed crash that could sometimes occur when cancelling tasks or
          going offline from the Task Manager.

        * Fixed crash when overriding the system defaults for article 
          foreground and background colors. This crash seems to be related
          to specific GTK themes. Thanks to T'Az and Krishna Naik for reporting
          this problem.

        * Fixed crash that occurred when incomplete identities were entered
          in the Identity Editor.  Incomplete identities can no longer be
          entered.  Thanks to nhodge1 for reporting this bug. (67311)

        * Fixed bug that caused Pan to crash when an invalid rules xml file
          was read.  Thanks to Roger Gregory for reporting this bug.  (67657)

        * Double-clicking a URL would open up to three browsers if the
          browser wasn't already running. Note: URLs only need a single click.
          Thanks to Mart van de Wege for reporting this.  (68009)

        * Fixed bug that accidentally downloaded a couple of old articles
          in the "Get New Headers" command.

        * If Followup-To is set to 'poster', only send the article as an
          email.  Thanks to Christian Lohmaier for reporting this bug.

        * Fixed mistake in 0.11.1 that used "supercede" instead of "supersede"
          when superseding articles.

        * Fixed bug in importing grouplists from Pan version 0.9.6 and older.
          Thanks to Brandon McCombs for reporting this bug.



Pan 0.11.1 (Dec 5, 2001)

    NEW FEATURES

        * The left/right arrow keys now collapse/expand the currently-selected
          threads.  Thanks to Chris Petersen for suggesting this.

        * Added 'Newsreader' to the 'Headers to Show' selection in the 
          preferences. Thanks to Jim22 for suggesting this.

    UPDATES

        * New Simplified Chinese translation by Zipeco <zipeco@btamail.net.cn>.

        * New Portuguese translation by Duarte Loreto <happyguy_pt@hotmail.com>.

    BUG FIXES

        * Fixed "supercede article" bug.

        * Small task manager bug fixes.


Pan 0.11.0.92 (Nov 27 2001)

    UPDATES

        * If some bozo includes a windows pathname in the filename of an
          attachment, strip out that pathname.

        * Now also saving the group's 'Which Articles to Show' filter setting.
          Thanks to Uli Wachowitz for suggesting this feature.

        * Slightly faster downloading of article headers.

    BUG FIXES

        * Fixed bug that caused Pan to crash on startup if the newsrc file
          exists, but Pan is unable to read this (e.g. permissions). Thanks 
          to Joris Lambrecht for reporting this bug.

        * Fixed posting bug.

        * Fixed bug that caused the CPU to peg at 100% when the user
          hit the "empty group" button.

        * Fixed bug that caused filtering on complete/incomplete multiparts to
          be inaccurate.

        * Fixed bug that caused non-visible filters to reappear on the filter
          menu when Pan was restarted. Thanks to Douglas Bollinger for reporting
          this bug.

        * Mac OS X build fixes.  Thanks to Max Horn for reporting these and
          providing patches.


Pan 0.11.0.91 (Nov 19, 2001)

    UPDATES

        * Better error-checking, handling, and writing-to-the-Pan-log
          when the group header cache can't be saved.

        * Better data recovery in the case of a Pan or system crash.

    BUG FIXES

        * Significant memory leak when saving articles fixed.  Thanks to Rick
          for noticing this and tracking own the problem.

        * Fixed bug that caused article bodies to be saved improperly when
          the user specified the filename from the save dialog.  Thanks to
          Andreas Ollinger for reporting this bug and to Joseph Turian for
          providing a patch.

        * Fixed bug that caused tasks to get stuck in the task manager.
          Thanks to Alex V Flinsch, Alan Young and Gabi Davar for reporting
          this bug.

        * Fixed awful bug that caused the server header cache directory to
          not be created, which caused new users to not be able to read
          articles in 0.11.0.90.  D'oh!

        * Fixed 0.11.0 bug that, when an empty group was activated, Pan would
          go to the server twice for new headers instead of once.  In addition
          to pointless load, if you were really unlucky there would be one or
          two new articles in the second load, marking the ones from the first
          run and leaving you scratching your head "how did I just download a
          batch of old articles from a new group?" :)

Pan 0.11.0.90 (Nov 14, 2001)

    NEW FEATURES

        * Added new builtin filter: "Articles/Threads posted by Me"

        * When multiple articles are selected and the enter key is pressed,
          in addition to downloading and displaying the first article, the
          remaining selected articles are now also downloaded.  Thanks to
          Cory Dodt for suggesting this.

        * Added "Filter by Message-ID" to the header pane toolbar filter.

        * Better at guessing a default news server for news users.

    UPDATES

        * Better data recovery in the case of a Pan or system crash.

        * Slightly faster threading of articles.

    BUG FIXES

        * Fixed crash that occurred when repeatedly loading the same group.

        * Better conformance to RFC977 2.4.1.  This bug caused some binary
          attachments to be decoded improperly in 0.11.0.  Thanks to
          Thomas K. Gamble for reporting

        * If saving attachments to disk because a directory isn't writable
          then give a warning in the Pan log and fail the task so that the
          user can fix the problem.  Thanks to Sebastien Leclair for
          reporting this bug.

        * Build fixes for the Compaq C compiler on Linux Alpha.  Thanks to
          Alan Young for reporting these problems and submitting a patch.

        * The Article cache was growing past the user-defined limit in
          0.11.0.  Thanks to Muralito and Alan Young for reporting this bug.

        * Fixed rare crash-on-exit bug that occurred when one thread was
          shutting down the Pan app log while another thread was trying to
          log a shutdown message. :)  Thanks to Jed Baer for reporting this
          bug.

        * Now handles watching/ignoring a thread even if the article
          selected when 'watch' button is pressed has a broken References:
          header.  (Shame on you Forte Agent 1.8! :)  Thanks to David Watson
          for reporting this bug.

        * Fixed rare gui lockup bug when loading new articles for the group
          that's currently loaded.

        * "Flag Thread" and "Unflag Thread" didn't flag the entire thread
          as they should have.  Thanks to Peter Borgmann for reporting this
          bug.

        * Fixed bug that caused groups to be threaded more often than
          necessary.

        * Fixed bug that didn't remember the "Thread/Unthread Header Pane"
          setting between sessions and required the button to be pressed
          twice before it would work.  Thanks to Jed Baer for reporting
          this bug.

        * Fixed small compile problem reported by Gabi Davar and
          Francesco Lamonica.

        * Fixed bug that incorrectly saved the pane dimensions for the
          "three vertically stacked panes" layout mode.  Thanks to
          Douglas Bollinger and Erik W. Hanson for reporting this bug.

        * Memory leaks fixed.


Pan 0.11.0 (November 2, 2001)

    NEW FEATURES

        * Added Estonian translation by Tivo Leedjrv.

    UPDATES

        * Slightly faster downloading of article headers and bodies.

    BUG FIXES

        * Fixed bug in encoding the From: header in new posts.  Thanks to
          Julien Plissonneau Duquene for reporting this bug.

        * Build fixes for FreeBSD.  Thanks to Christian Kuhtz for reporting
          these problems and suggesting fixes.

        * Fixed 0.10.0.91 bug that caused failed tasks to remain queued.
          Thanks to Frederik Vanrenterghem, Jed S. Baer and Alan Young for 
          reporting this.

        * Fixed 0.10.0.93 bug that caused Pan to not clear the header pane
          toolbar's search field when a new group is loaded.
          
        * Fixed 0.10.0.93 bug that caused Pan to not remember which sort
          column to use when reloading a group.   Thanks to Alen Williams for
          reporting this bug.

        * Fixed 0.10.0.93 bug that didn't show new headers properly when
          they were downloaded into the current group. Thanks to 
          Himanshu J. Gohel for reporting this bug. #62913

        * "Get New Headers in Selected/Subscribed Groups" was queueing the
          groups tasks in reverse order. #62969

        * Fixed bug in the rot13 code that truncated lines when they
          encountered characters like , , or .  Thanks to Nightshade
          for reporting this bug.

        * Ensure that Control+Return in the compose window is a shortcut
          for "Send Now" as it is in Agent.  Thanks to Himanshu Gohel for
          reporting this bug. #62569


Pan 0.10.0.93 (October 18, 2001)

    NEW FEATURES

        * Pan now uses libESMTP to send mail (forwarding or replying to
          an article by mail), removing a couple of difficult mail bugs
          from earlier versions of Pan.

    UPDATES

        * Added Preferences option to toggle custom foreground/background
          colors in the text pane vs. using the default gtk theme colors.
          Thanks to Justin Piszcz for suggesting this.

    BUG FIXES

        * Fixed problems with different threads manipulating articles
          concurrently.  This should fix some of the bugs recently reported
          which are irreproducable but all similar.

        * Articles' memory management is now tied to an article refcount
          of the group which owns them.  This resolves the Article life
          cycle issues like "what happens if a rule deletes an article that
          articlelist is drawing?" and "what if an article is expired while
          a person's reading it?" etc.

        * Fixes bug that caused some Tasks to get stuck in an Abort state
          even if they completed successfully.

        * Fixed bug that caused Tasks to sometimes not get run in the queue
          until another task was added to give it a bump.  Thanks to
          Douglas Kilpatrick for tracking down this bug. 

        * Fixes for creating/saving negated filter conditions.  Thanks to
          Jed S. Baer for reporting this bug.

        * Fixed small but nasty memory corruption bug when saving attachments.

        * Fixes bug that didn't disconnect correctly from the news server
          when an error occurred while saving attachments.

        * Show the correct linecount in the Header Pane for multipart
          binaries when reposts are included in the multipart thread.

        * Fix bug that caused Pan to crash when it was started in zoom mode.
          Thanks to Leo Lipelis for reporting this bug.

        * Fix in GMime for Debian and Solaris charsets.  Thanks to
          Volodymyr M. Lisivka for submitting a patch to GMime.

        * Wrap excessively long email addresses in the header display
          so that Pan's window doesn't strech off the screen.  Thanks to
          David Watson for reporting this bug.


Pan 0.10.0.92 (October 5, 2001)

    UPDATES

        * Uses less temporary disk space when decoding attachments.

    BUG FIXES

        * Fixed bug that misset the article pane's foreground color.
          Thanks to Justin Piszcz for reporting this bug.

        * Fixed bug that kept reading/deleting an article from propagating
          to its crossposts.

        * Fixed error with displaying mime articles with two or more text
          attachments.  Thanks to Robert Tilley for reporting this bug.

        * Fixed 0.10.0.91 bug where Pan confused one article as another
          during downloading.

        * Fixed 0.10.0.91 bug that made the progress bars get stuck
          even when a task was completed.

        * Fixed 0.10.0.91 bug that caused the text pane to be too large
          or to sometimes lose its scrollbars in 0.10.0.91.  This was
          in .91's new "show pictures without gtkhtml" code.

        * Fixed fairly large memory leak when editing preferences.

        * Fixed other small memory leaks.
 

Pan 0.10.0.91 (September 22, 2001)

    NEW FEATURES

        * No longer uses gtkhtml (which had a large list of
          prerequisites): we now inline images and provide
          clickable URLs ourselves.

        * Added a second quote color for color-coding 
          >> One reply
          > from another.

    UPDATES

        * Uses much less memory when decoding attachments.

    BUG FIXES

        * Fixed crash when importing an empty .newsrc file,
          including on startup.  Thanks to Derek Poon for first
          reporting this problem and submitting a fix.

        * Fixed crashes in the Task Manager dialog.

        * Fixed crashes in the progressbar when using pixmapped
          Gtk+ themes.

        * Fix problem with the queue running away with the CPU
          in 0.10.0.90.  Thanks to Chris Vance for reporting this
          bug and submitting a fix.

        * Fixed problem with date header not being sent when
          sending mail from Pan.  Thanks to Derek Poon for
          reporting this problem and submitting a fix.

        * Fix lockup from having a double-mutex thread lock
          when we can't load the user-specified font for the
          articlelist.  Thanks to Thomas K. Gamble for reporting
          this bug.

        * Build fixes.


Pan 0.10.0.90 (September 7, 2001)

    NEW FEATURES

        * Added Profiles manager for managing posting/mailing 
          email, signature, etc. for different groups.

        * The search field above the group and article lists are now
          comboboxes that remember earlier search fields.
          Thanks to Adam Nevins for suggesting this.

        * Finally added support for writing posts with an external editor.
          Thanks to Sylpheed for this.

        * Added the ability to sort by read state (new, unread,
          number of new replies, etc) and by action state (flagged,
          queued, etc).  Thanks to David Watson and Sapient Fridge
          for suggesting this.

        * Can now toggle between a normal font and a monospace font
          in the article body pane.  Thanks to KNode for this.

        * Added the ability to toggle the visibility of any
          of the three main panes.

        * Added an option to shorten names in the group pane; ie,
          "comp.graphics.apps.gimp" can be shortened to "c.g.a.gimp".

    UPDATES

        * The "Save Article" and "Save Attachments" dialogs have been
          merged into a single dialog.

        * The menu has been rearranged to have more sensible feature
          groupings.

        * Nicer article navigation.

        * Small improvements in Pan's configure script.

        * When Following up an article, the focus in the composer window
          is set to the message box, rather than being hidden wherever the
          default was.  Thanks to Cameron Kerr for suggesting this.

        * "Stable" sorting in the thread pane added back into Pan,
          so sorting in one column, then another, effectively gives
          a two-key sort.

    BUG FIXES

        * Fixed three different crashing bugs that occurred when torturing
          the article threads.

        * Some headers were not being saved for pending articles in
          the pan.sendlater folder.  This caused problems when trying
          to post offline.  Thanks to T'aZ, Frank Van Damme, and lots
          of other people for reporting this bug.

        * Fixes an i18n charset problem in 0.10.0.  Thanks to Jeffrey
          Stedfast for reporting this big.

        * Fixes xml decoding bug.  Thanks to Tivo Leedjrv for reporting
          this bug and providing a patch.

        * Fixed annoying space reading bug that caused short articles
          to be scrolled offscreen, then back on again, before going
          to the next article.

        * Fix small bug that didn't let the text pane's font size to
          be changed correctly if gtkhtml was being used.  Thanks to
          David Watson for reporting this bug.

        * Header encoding Pan/GMime bug fixed.  Thanks to Christian
          Lohmaier for reporting this bug and Jeffrey Stedfast for
          fixing it in GMime.

        * pan/text.c (text_create): fix problem with changing the background
          color of the gtkhtml pane.  Thanks to Tivo Leedjrv for providing
          this fix.

        * Hitting "show all headers" didn't actually show *all* headers,
          just more headers.  Thanks to Christian Lohmaier for reporting
          this bug.

        * In the article toolbar filter, switching between Subject and
          Author didn't cause the articles to be re-filtered.

        * Tab Damage errors in 0.10.0 fixed.

        * Small memory leaks fixed.


Pan 0.10.0 (August 16, 2001)

    NEW FEATURES

        * New navigation shortcuts for the Task Manager to cancel and
          reorder tasks. Thanks to Ryan Daniels for suggesting this.

        * Added Slovak translation.

    UPDATES

        * Better charset support when posting messages.  Thanks to
          Volodymyr M. Lisivka for this patch.

        * More/Better icons in the thread view pane.

        * Added keyboard shortcuts to cancel and reorder tasks in the task
          manager.  Thanks to Ryan Daniels for suggesting this.

        * Warn users if they're using an empty Filter in a rule.
          Thanks to Huub Reuver for suggesting this.

        * Show attached images even if the mime header "content-disposition"
          isn't set to "inline" because it's good odds the user meant to
          inline it anyway. :)

    BUG FIXES

        * Fixes crash that occurred when parsing improperly-constructed
          mime messages.  Thanks to Frank van Damme for reporting this bug.

        * Fixes 0.9.90 crashed that occurred when applying rules when there
          was no group loaded in the thread pane.  Thanks to T'aZ for
          reporting this bug.

        * Follow-Ups to messages with attachments weren't being shown
          in the thread pane.  Thanks to Jed Baer for reporting this bug.

        * 0.9.90 didn't allow the grouplist pane to shrink beyond its
          requisition size to account for people running under lower
          resolutions.  Thanks to mdew for reporting this problem.

        * The 'Edit' menu shortcut conflicted with the 'Message' window
          shortcut in 0.9.90.  Thanks to David Oberbeck for pointing out
          this bug.

        * Minor bug fixes and correctness checks.