New icons for LDAP static search
[claws.git] / ChangeLog.claws
1 2003-09-07 [alfons]     0.9.4claws69
2         
3         * src/summaryview.c
4                 abandon setting usize for messageview because it gives layout problems
5                 with the quick search bar and the headerview; fixes assorted UI glitches:
6                 
7                 o bug #148, "Toggling of quick-search bar reduces index view area" 
8                 o bug #280, "Window resiizes for line length but does not revert"
9
10 2003-09-07 [christoph]  0.9.4claws68
11
12         * src/compose.c
13                 o make sure we don't have any newlines in header values
14                 o check custom headers for spaces and newlines and ignore
15                   malformed header names
16
17 2003-09-06 [christoph]  0.9.4claws67
18
19         * src/folder.c
20         * src/folderview.c
21                 invoke notification hook for folder tree changes after append
22                 and remove folder
23
24         (closes Bug 294 Crash while moving folder with many subdirectories)
25
26 2003-09-06 [christoph]  0.9.4claws66
27
28         * src/folder.c
29                 destroy folder's MsgCache if FolderItem is removed to make sure
30                 it is not saved when the FolderItem is destroyed
31
32 2003-09-06 [christoph]  0.9.4claws65
33
34         * src/plugins/clamav/clamav_plugin.c
35                 fix copy & paste bug
36
37 2003-09-05 [christoph]  0.9.4claws64
38
39         * src/folder.c
40         * src/messageview.[ch]
41         * src/procmsg.[ch]
42         * src/summaryview.c
43                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
44                 by MessageView to clear it when the message is deleted. Should
45                 work even if messages are deleted in MainWindow or by
46                 processing.
47
48 2003-09-05 [alfons]     0.9.4claws63
49
50         * src/messageview.c
51                 deleting a message in a message view frees its msginfo, make 
52                 messageview_update_all() aware of that (should fix bug #293,
53                 "deleting message caused crash")
54
55 2003-09-05 [melvin]     0.9.4claws62
56
57         * src/action.c
58                 Improve synchronous action exit code (fixes 
59                 a ~5 seconds delay after action exit on RedHat 9)
60
61 2003-09-04 [christoph]  0.9.4claws61
62
63         * src/compose.c
64         * src/rfc2015.c
65         * src/common/utils.[ch]
66                 add util function to create mime boundary and use it
67                 in compose and gpg code
68
69 2003-09-04 [alfons]     0.9.4claws60
70
71         * src/folder.c
72                 source folder item's GNode should already have been freed in 
73                 a previous call to src->folder->klass->remove_folder()
74                 (should fix bug #287, "crash when moving folders")
75
76 2003-09-03 [thorsten]   0.9.4claws59
77
78         * src/plugins/spamassassin/spamassassin_gtk.c
79                 fix compile error
80
81 2003-09-03 [christoph]  0.9.4claws58
82
83         * src/plugins/spamassassin/spamassassin.[ch]
84         * src/plugins/spamassassin/spamassassin_gtk.c
85                 add timeout config option
86
87 2003-09-03 [paul]       0.9.4claws57
88
89         * po/sk.po      ** NEW FILE **
90                 add Slovak translation. Submitted by Andrej Kacian 
91                 <andrej@kacian.sk>
92
93 2003-09-03 [paul]       0.9.4claws56
94
95         * src/plugins/clamav/clamav_plugin_gtk.c
96                 gui tweaks: replace a label with a tooltip, modify the
97                 text, use gtk_check_button_new(); instead of
98                 gtk_check_button_new_with_label("");
99
100 2003-09-02 [alfons]     0.9.4claws55
101
102         * src/gtk/filesel.c
103                 remember last used dir when attaching multiple files (should fix
104                 bug #290, "Attach File does not remember directory")
105
106 2003-09-01 [paul]       0.9.4claws54
107
108         * po/es.po
109                 updated by Ricardo Mones Lastra
110
111 2003-09-01 [alfons]     0.9.4claws53
112
113         * src/gtk/gtkaspell.[ch]
114                 be pedantic and strict and use const gchar * instead of guchar *
115
116 2003-09-01 [alfons]     0.9.4claws52
117
118         * src/mainwindow.c
119         * src/summaryviewc.
120                 re-enable Save As when multiple messages are selected
121
122 2003-09-01 [paul]       0.9.4claws51
123
124         * src/textview.c
125                 g_free(trimmed_uri);
126
127 2003-09-01 [paul]       0.9.4claws50
128
129         * sync with 0.9.4cvs13
130                 see ChangeLog 2003-09-01
131
132 2003-09-01 [paul]       0.9.4claws49
133
134         * src/textview.c
135                 trim uri before sending to the statusbar
136                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
137                 in the message window causes main S-C window to enlarge 
138                 past screen edges'
139
140 2003-09-01 [paul]       0.9.4claws48
141
142         * sync with 0.9.4cvs12
143                 see ChangeLog 2003-09-01
144
145 2003-08-30 [christoph]  0.9.4claws47
146
147         * src/compose.c
148         * src/folder_item_prefs.[ch]
149         * src/prefs_folder_item.c
150         * src/gtk/gtkaspell.[ch]
151                 commit per folder dictionary patch by
152                 Paul Evans <nerd@freeuk.com>
153
154 2003-08-30 [christoph]  0.9.4claws46
155
156         * src/plugins/spamassassin/spamassassin_gtk.c
157         * src/plugins/spamassassin/spamassassin_gtk.glade
158                 reduce GUI clutter by placing hints into tooltips
159
160 2003-08-30 [paul]       0.9.4claws45
161
162         * src/compose.c
163                 add 'Content-Disposition: inline' to a text/plain
164                 part when using PGP/MIME signing
165
166 2003-08-30 [paul]       0.9.4claws44
167
168         * src/prefs_common.c
169           src/prefs_spelling.c
170           src/prefs_spelling.glade
171                 reduce GUI clutter by placing hints into tooltips
172
173 2003-08-29 [christoph]  0.9.4claws43
174
175         * configure.ac
176                 fix bug found by Ivan Rayner <ivanr@sgi.com>
177
178         * src/stock_pixmap.c
179                 change unecessary warning into a debug message
180
181         * src/plugins/clamav/Makefile.am
182                 Fix error "-I$(CLAMAV_LIBS)"
183
184 2003-08-29 [christoph]  0.9.4claws42
185
186         * intl/Makefile.in
187         * src/Makefile.am
188         * src/matcher.h
189         * src/common/Makefile.am
190         * src/common/passcrypt.c
191                 commit fixes and patches for some of the IRIX problems found by
192                 Ivan Rayner <ivanr@sgi.com>
193
194 2003-08-29 [paul]       0.9.4claws41
195
196         * src/prefs_filtering.c
197                 add 'Top' and 'Bottom' buttons, based on changes in
198                 src/prefs_filter.c in 0.9.4cvs11.
199
200 2003-08-27 [christoph]  0.9.4claws40
201
202         * src/folderview.c
203                 fix bug that the current summary settings were copied to the
204                 wrong folder item, when the folder item prefs are opened.
205                 Copying is not required because summary settings and
206                 folder_item_prefs do not contain the same settings
207
208 2003-08-27 [thorsten]   0.9.4claws39
209
210         * src/imap.c
211                 fix compile error
212
213 2003-08-26 [paul]       0.9.4claws38
214
215         * sync with 0.9.4cvs9
216                 see ChangeLog 2003-08-26
217
218 2003-08-25 [paul]       0.9.4claws37
219
220         * sync with 0.9.4cvs8
221                 see ChangeLog 2003-08-25
222
223 2003-08-24 [christoph]  0.9.4claws36
224
225         * src/prefs_filtering.c
226                 shouldn't remove items from a GSList while iterating over the
227                 list (makes cur invalid and cur->next not accessable)
228
229         (closes Bug 272 i deleted an folder and some seconds later sylpheed
230          crashed)
231
232 2003-08-23 [christoph]  0.9.4claws35
233
234         * src/news.c
235                 news folders should be scanned when opened
236
237 2003-08-22 [christoph]  0.9.4claws34
238
239         * src/prefs_folder_item.c
240                 use macro to assign strings that always frees the old string
241
242         * src/gtk/gtkaspell.[ch]
243                 add gtkaspell_set_dictionary_menu_active_item() to set active
244                 item in dictionary option menu
245
246         * src/prefs_spelling.c
247                 use gtkaspell_set_dictionary_menu_active_item() to select
248                 dictionary
249
250 2003-08-21 [christoph]  0.9.4claws33
251
252         * src/folder.[ch]
253         * src/imap.c
254         * src/mbox_folder.c
255         * src/mh.c
256         * src/news.c
257                 optimize folder system
258
259         * src/gtk/gtkstext.c
260                 fix division by zero when font has 0 width for ' '
261
262 2003-08-21 [paul]       0.9.4claws32
263
264         * sync with 0.9.4cvs7
265                 see ChangeLog 2003-08-20
266
267 2003-08-19 [paul]       0.9.4claws31
268
269         * src/common/defs.h
270                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
271                 SYLDOC_FAQ_HTML_INDEX.
272         * src/manual.c
273                 use LC_MESSAGES instead of LC_ALL to find the current
274                 language
275
276           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
277
278 2003-08-19 [paul]       0.9.4claws30
279
280         * po/bg.po
281                 updated by George Danchev
282
283 2003-08-18 [luke]       0.9.4claws29
284         * src/mimeview.[ch]
285         * src/gtk/gtkvscrollbutton.[ch]
286                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
287                   dependencies; do it the GTK way; reduce code -14/+2 lines)
288                 o removed horizontal separator between icons
289
290 2003-08-17 [christoph]  0.9.4claws28
291
292         * src/procmsg.c
293                 no subject threading when the subject has no reply prefix
294
295 2003-08-16 [christoph]  0.9.4claws27
296
297         * src/mainwindow.c
298                 remember and restore window sizes and position when the main
299                 window is hidden or shown
300
301         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
302          minimised/reopened using trayicon)
303
304 2003-08-16 [paul]       0.9.4claws26
305
306         * src/crash.c
307                 add #include "defs.h"
308
309 2003-08-16 [paul]       0.9.4claws25
310
311         * src/plugins/clamav/clamav_plugin.c
312                 reword a debug_print
313                 
314         * src/plugins/dillo_viewer/dillo_prefs.c
315                 cosmetic: change the labels' text, add tooltips, and
316                 left-align the hint
317
318 2003-08-15 [christoph]  0.9.4claws24
319
320         * src/news.c
321                 complete last change (forgot some changes)
322
323 2003-08-15 [christoph]  0.9.4claws23
324
325         * src/news.c
326                 o check number of messages and don't return a 0 message
327                   when no messages are available
328                 o don't parse xref header anymore
329
330         (closes Bug 203 I'm not getting any news)
331
332 2003-08-15 [paul]       0.9.4claws22
333
334         * src/common/defs.h
335           src/crash.c
336                 update and define claws bugzilla location
337
338 2003-08-15 [paul]       0.9.4claws21
339
340         * po/ru.po
341                 update submitted by Ruslan N. Balkin
342
343 2003-08-14 [christoph]  0.9.4claws20
344
345         * src/procmsg.c
346                 fix search for oldest node in subject threading
347
348 2003-08-14 [christoph]  0.9.4claws19
349
350         * src/procmsg.c
351         * src/common/utils.h
352                 add possibility to check all nodes with the same subject for
353                 subject threading, not only the oldest node. Should not break
354                 threads anymore if the oldest node is thread_by_subject_max_age
355                 days older then parent, because it can now find a child of
356                 oldest node as new parent.
357
358 2003-08-11 [christoph]  0.9.4claws18
359
360         * src/plugins/spamassassin/spamassassin.c
361                 run spam check in background process
362
363 2003-08-10 [alfons]     0.9.4claws17
364
365         * src/summaryview.c
366                 make `Select All' sensitive too
367
368 2003-08-10 [christoph]  0.9.4claws16
369
370         * src/imap.c
371                 add more checks in imap_close
372
373 2003-08-09 [alfons]     0.9.4claws15
374
375         * src/prefs_spelling.c
376                 no spell checking UI if not requested
377
378 2003-08-09 [alfons]     0.9.4claws14
379
380         * src/gtk/prefswindow.c
381                 make it compile
382
383 2003-08-09 [christoph]  0.9.4claws13
384
385         * src/prefs_spelling.c
386         * src/gtk/prefswindow.[ch]
387         * src/plugins/clamav/clamav_plugin_gtk.c
388         * src/plugins/spamassassin/spamassassin_gtk.c
389                 sort prefs pages by heighest weight in tree
390
391 2003-08-09 [paul]       0.9.4claws12
392
393         * sync with 0.9.4cvs6
394                 see ChangeLog 2003-08-07
395                 
396         * AUTHORS
397                 add Leandro and Luke to claws-branch section
398
399 2003-08-09 [christoph]  0.9.4claws11
400
401         * src/gtk/Makefile.am
402         * src/gtk/colorsel.[ch]                 ** NEW **
403                 create a color selection dialog that can be used as a simple
404                 function call with it's own gtk main loop like filesel.[ch]
405
406         * src/Makefile.am
407         * src/main.c
408         * src/prefs_common.c
409         * src/prefs_spelling.[ch]               ** NEW **
410         * src/prefs_spelling.glade              ** NEW **
411         * src/gtk/gtkutils.[ch]
412                 move "Spell Checker" prefs to new prefs dialog
413
414         * src/prefs_folder_item.c
415                 use new colorsel dialog
416
417 2003-08-08 [paul]       0.9.4claws10
418
419         * src/inc.c
420                 clear the progress bar unconditionally
421
422 2003-08-08 [paul]       0.9.4claws9
423
424         * sync with 0.9.4cvs4
425                 see ChangeLog 2003-07-31
426
427 2003-08-07 [christoph]  0.9.4claws8
428
429         * configure.ac
430                 fix bug in image viewer plugin part
431
432         * src/imap.c
433                 don't execute close command if the folder item is not selected
434
435 2003-08-07 [hoa]        0.9.4claws7
436
437         * src/filtering.[ch]
438         * src/matcher_parser.h
439         * src/matcher_parser_parse.y
440                 can define several actions for each filtering rule
441                 can import old versions of filtering rules
442
443         * src/prefs_filtering.c
444                 call to a new dialog box to define actions
445
446         * src/prefs_filtering_action.[ch]
447                 dialog box to define actions for filtering rules
448
449 2003-08-06 [christoph]  0.9.4claws6
450
451         * src/imap.c
452                 make sure source folder is selected when copying messages
453
454 2003-08-06 [christoph]  0.9.4claws5
455
456         * sync with 0.9.4cvs2
457                 see ChangeLog 2003-07-29                
458
459 2003-08-05 [paul]       0.9.4claws4
460
461         * sync with 0.9.4cvs3
462                 see ChangeLog 2003-07-30
463
464 2003-08-04 [match]      0.9.4claws3
465
466         * po/POTFILES.in
467                 export of LDIF files.
468
469 2003-08-04 [match]      0.9.4claws2
470
471         * src/ldif.[ch]
472                 support for export LDIF. documented.
473         * src/importldif.[ch]
474         * src/exportldif.[ch]
475                 add tooltips. documented.
476         * src/exphtmldlg.[ch]
477         * src/common/xmlprops.[ch]
478                 documented.
479         * src/exportldif.[ch]                   ** NEW **
480         * src/expldifdlg.[ch]                   ** NEW **
481         * src/addressbook.[ch]
482         * src/Makefile.am
483                 export of LDIF files.
484                 documented.
485
486 2003-08-04 [christoph]  0.9.4claws1
487
488         * .cvsignore
489         * Makefile.am
490         * configure.ac
491         * sylpheed-claws.pc.in                  ** NEW **
492         * src/Makefile.am
493         * src/common/Makefile.am
494         * src/gtk/Makefile.am
495                 install sylpheed header files in $(pkgincludedir) and create a
496                 pkg-config file to allow building a plugin without the source
497                 package
498
499 2003-08-04 [paul]       0.9.4claws
500
501         * version 0.9.4claws
502
503 2003-08-04 [paul]       0.9.3claws97
504
505         * po/es.po
506                 update Spanish translation. Submitted by Ricardo
507                 Mones Lastra.
508
509 2003-08-03 [paul]       0.9.3claws96
510
511         * po/hr.po
512           po/sr.po
513                 update Croatian and Serbian translations. Submitted by
514                 Dragan and Urke MMI respectively
515
516 2003-08-03 [alfons]     0.9.3claws95
517
518         * src/summaryview.c
519                 mark flag has precedence over important flag - seems
520                 to have been changed in sync of 0.9.3claws45. this fixes
521                 a regression where messages that were scored as important
522                 don't show their mark flags. (using the same column for
523                 both importance as mark flags is the real problem
524                 ofcourse)
525
526 2003-08-03 [melvin]     0.9.3claws94
527
528         * po/fr.po
529                 Updated French translations.
530
531 2003-08-03 [melvin]     0.9.3claws93
532
533         * src/Makefile.am
534                 Fixed typo introduced after 0.9.3claws92 
535                 that prevented compilation
536                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
537                 CPPFLAGS and YFLAGS to allow user setting these.
538         * src/common/Makefile.am
539         * src/gtk/Makefile.am
540         * src/plugins/clamav/Makefile.am
541         * src/plugins/demo/Makefile.am
542         * src/plugins/dillo_viewer/Makefile.am
543         * src/plugins/image_viewer/Makefile.am
544         * src/plugins/mathml_viewer/Makefile.am
545         * src/plugins/spamassassin/Makefile.am
546         * src/plugins/trayicon/Makefile.am
547         * src/plugins/trayicon/libeggtrayicon/Makefile.am
548                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
549                 CPPFLAGS and YFLAGS to allow user setting these.
550
551 2003-08-02 [christoph]  0.9.3claws92
552
553         * configure.ac
554                 o rearrange plugin tests
555                 o add test for clamav.h to ClamAV tests
556
557 2003-08-02 [luke]       0.9.3claws91
558
559         * src/mimeview.c
560                 o fixed appearance of icon list when toggling back from the 
561                   ctree
562                 o toggling of icons using the keyboard works correctly
563                 o fixed all other keyboard shortcuts to work when icons are
564                   active
565         
566         * src/messageview.c
567                 o fixed bug 4 - focus lost when changing messageview view type
568
569 2003-08-02 [christoph]  0.9.3claws90
570
571         * src/common/hooks.c
572                 fix crash when pointer stored in hash table could get invalid
573                 when a plugin is unloaded
574
575 2003-08-01 [christoph]  0.9.3claws89
576
577         * configure.ac
578                 o try to build all plugins (except spamassassin) by default
579                 o don't build a plugin if a dependency check fails
580
581         * src/common/hooks.c
582                 fix warning
583
584 2003-08-01 [match]      0.9.3claws88
585
586         * src/importldif.c
587                 allow single click field selection. document code.
588
589 2003-08-01 [christoph]  0.9.3claws87
590
591         * src/plugins/clamav/clamav_plugin.c
592         * src/plugins/clamav/clamav_plugin_gtk.c
593         * src/plugins/dillo_viewer/dillo_viewer.c
594         * src/plugins/image_viewer/plugin.c
595         * src/plugins/mathml_viewer/mathml_viewer.c
596         * src/plugins/spamassassin/spamassassin.c
597         * src/plugins/spamassassin/spamassassin_gtk.c
598         * src/plugins/trayicon/trayicon.c
599                 add version check to all plugins
600
601 2003-08-01 [hoa]        0.9.3claws86
602
603         * src/prefs_filtering.c
604                 fixed a cosmetic bug, during creation of dialog box,
605                 wrong widgets were shown after creation.
606
607 2003-08-01 [luke]       0.9.3claws85
608
609         * src/mainwindow.c
610                 o fixed visibility of icons/mimeview after toggling separate
611                   message/folder view (factored out some similar code too).
612
613
614 2003-07-31 [alfons]     0.9.3claws84
615
616         * src/mimeview.c
617                 tweak icon box UI a bit more, now allowing right-clicks actions
618                 getting the relevant mime data too; should fix #250, "Can't save 
619                 attachments sometimes".
620
621 2003-07-30 [alfons]     0.9.3claws83
622
623         * src/compose.c
624                 don't do auto-save-draft inside key press handler, but rather
625                 schedule it half of a second later; should fix #67, "autosave 
626                 make re-rediting message crazy"
627
628 2003-07-30 [christoph]  0.9.3claws82
629
630         * src/plugins/trayicon/trayicon.c
631                 process pending events before unloading the plugin
632
633         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
634
635 2003-07-30 [alfons]     0.9.3claws81
636
637         * src/common/hooks.c
638                 parameter 2 of g_hook_destroy() should really be a hook id
639
640 2003-07-30 [alfons]     0.9.3claws80
641
642         * src/common/plugin.c
643                 fix a possibly harmful function signature mismatch 
644                 for plugin_done
645
646 2003-07-30 [alfons]     0.9.3claws79
647
648         * src/common/hooks[.ch]
649                 const correctness
650
651 2003-07-30 [darko]      0.9.3claws78
652
653         * src/summaryview.c
654                 make it compile again
655
656 2003-07-30 [luke]       0.9.3claws77
657
658         * src/crash.c
659         * src/main.c
660                 o added/moved signal handlers for SIGTERM (normal kill command) 
661                   and SIGINT (ctl-c) to be used even without 
662                   --enable-crash-dialog, fixing bug 166
663
664         * src/summaryview.c
665                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
666                   bug 227
667
668         * src/mainwindow.c
669                 o changed sensitivity condition for 'Next new' and 'Next 
670                   unread', fixing bug 8
671
672 2003-07-29 [alfons]     0.9.3claws76
673
674         * src/common/utils.[ch]
675                 add generate_msgid()
676         * src/messageview.c
677                 save ack'ed RRR; fixes #205, "return receipt is not saved in
678                 sent folder".
679
680 2003-07-29 [alfons]     0.9.3claws75
681
682         * src/messageview.c
683                 fix a memleak (claws-only)
684
685 2003-07-29 [alfons]     0.9.3claws74
686
687         * src/mimeview.[ch]
688         * src/gtk/gtkvscrollbutton.[ch]
689                 fix UI glitch where mime icon toolbox' scroll position is not 
690                 reset after switching to another message
691                 
692
693 2003-07-29 [paul]       0.9.3claws73
694
695         * src/prefs_folder_item.c
696                 split the prefs into 2 separate pages
697
698 2003-07-29 [paul]       0.9.3claws72
699
700         * src/compose.c
701                 prepend "\n\n" to a signature without a separator too
702
703 2003-07-29 [paul]       0.9.3claws71
704
705         * src/compose.c
706                 fix bug where changing to an account without an auto-sig
707                 from an initial account without an auto-sig would insert 
708                 2 blank lines at the cursor point
709                 fix bug where changing to an account with an auto-sig
710                 from an initial account without an auto-sig would insert
711                 the sig at the cursor point
712
713 2003-07-29 [paul]       0.9.3claws70
714
715         * src/folderview.c
716                 use the colour from the folder pref unless the folder
717                 has new messages
718
719 2003-07-29 [alfons]     0.9.3claws69
720
721         * src/procmsg.[ch]
722         * src/messageview.c
723         * src/procheader.c
724                 rewrite return receipt request work a little bit (the former 
725                 implementation presumably depended too much on the UI setting
726                 flags). (we're losing the old pending flag.) 
727
728 2003-07-28 [christoph]  0.9.3claws68
729
730         * src/folder.c
731         * src/imap.c
732         * src/mh.c
733         * src/procmsg.[ch]
734                 fix copy to IMAP folder from other folder
735
736 2003-07-28 [christoph]  0.9.3claws67
737
738         * src/procmsg.c
739                 fix sync of procmsg_get_message_file_list
740
741 2003-07-28 [christoph]  0.9.3claws66
742
743         * sync with 0.9.3cvs14
744                 see ChangeLog 2003-07-18
745         * sync with 0.9.3cvs17
746                 see ChangeLog 2003-07-23
747
748         (closes Bug 234 segmentation fault after sending out mail via
749          smtp(auth))
750
751 2003-07-28 [paul]       0.9.3claws65
752
753         * po/es.po
754                 update Spanish translation, submitted by Ricardo Mones
755                 Lastra
756
757 2003-07-28 [christoph]  0.9.3claws64
758
759         * src/folder.[ch]
760         * src/imap.c
761         * src/mh.c
762                 return new message numbers as a GRelation instead of a GSList
763                 that has to be in the same order as the input list. A list
764                 would make it hard for IMAP to optimize oepration by sorting
765                 the input list. The returned list would have to be reordered
766                 to match the same order that input list has.
767
768         * src/gtk/gtkaspell.c
769                 fix missing return value, could cause a crash when garbage is
770                 on the stack that is used as the expected return value
771
772 2003-07-28 [paul]       0.9.3claws63
773
774         * sync with 0.9.4cvs1
775                 see ChangeLog 2003-07-28
776
777 2003-07-27 [alfons]     0.9.3claws62
778
779         * src/mimeview.c
780                 tweak it more to make icon list act like a check button group
781
782 2003-07-27 [christoph]  0.9.3claws61
783
784         * sync with 0.9.3cvs20
785                 see ChangeLog 2003-07-25
786
787 2003-07-27 [paul]       0.9.3claws60
788
789         * src/procmsg.c
790                 re-commit changes from 0.9.3claws58 -
791                 accidently removed in 0.9.3claws59
792
793 2003-07-27 [paul]       0.9.3claws59
794
795         * src/procmsg.[ch]
796                 a sync from 0.9.3cvs17
797                 see ChangeLog 2003-07-23
798
799 2003-07-27 [alfons]     0.9.3claws58
800
801         * src/procmsg.c
802                 add missing header members to MsgInfo; fixes the problem of 
803                 not displaying X-Faces, as noticed by Ricardo Mones
804
805 2003-07-26 [christoph]  0.9.3claws57
806
807         * sync with 0.9.3cvs18
808                 see ChangeLog 2003-07-24
809
810 2003-07-26 [christoph]  0.9.3claws56
811
812         * sync with 0.9.3cvs17
813                 see ChangeLog 2003-07-23
814
815 2003-07-26 [christoph]  0.9.3claws55
816
817         * src/folder.[ch]
818         * src/imap.c
819         * src/mbox_folder.c
820         * src/mh.c
821         * src/news.c
822                 add support for copy function that copy multiple messages
823                 (not implemented yet)
824
825         * src/summaryview.c
826                 add missing return value
827
828 2003-07-26 [paul]       0.9.3claws54
829
830         * tools/multiwebsearch.pl
831                 do whitespace substitution before passing the string
832                 to the browser. fixes bug with browsers that don't
833                 do whitespace conversion themselves.
834
835 2003-07-25 [christoph]  0.9.3claws53
836
837         * src/folder.[ch]
838         * src/imap.c
839         * src/mh.c
840                 rewrite adding of multiple messages to a folder for
841                 claws' folder system
842
843 2003-07-25 [luke]       0.9.3claws52
844
845         * src/mimeview.c
846                 o icon toggles set correctly on leaving ctree mimeview
847
848 2003-07-25 [paul]       0.9.3claws51
849
850         * partial sync with 0.9.3cvs21 [src/main.c]
851                 see ChangeLog 2003-07-25
852
853 2003-07-24 [paul]       0.9.3claws50
854
855         * tools/maildir2sylpheed.pl
856                 fix typo
857
858 2003-07-24 [paul]       0.9.3claws49
859
860         * src/mimeview.c
861                 increase the gutter size of paned so that the panes
862                 can be resized
863                 
864         * src/plugins/demo/demo.c
865                 squeeze in another typo fix
866
867 2003-07-24 [paul]       0.9.3claws48
868
869         * src/plugins/demo/demo.c
870           src/prefs_account.c
871                 small changes to the English
872                 
873         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
874           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
875           src/Makefile.am
876           src/stock_pixmap.c
877                 rename the misspelled icon
878
879 2003-07-23 [alfons]     0.9.3claws47
880
881         * src/mimeview.c
882                 make icon list look like a list of toggles
883
884 2003-07-23 [luke]       0.9.3claws46
885
886         * src/pixmaps/mimeview_gpg_expired.xpm
887         * src/pixmaps/mimeview_gpg_failed.xpm
888         * src/pixmaps/mimeview_gpg_passed.xpm
889         * src/pixmaps/mimeview_text_html.xpm
890         * src/pixmaps/mimeview_image.xpm
891                 o all icons the same size
892
893         * src/mimeview.[ch]
894                 o mimeview ctree arranged vertically above the viewer
895                 o icons changed to buttons
896                 o can use keyboard to select an icon (Enter)
897                 o resize icon list to width of icons
898
899         *  src/gtk/gtkvscrollbutton.c
900                 o sensitivity of buttons reacts to position
901
902 2003-07-23 [christoph]  0.9.3claws45
903
904         * sync with 0.9.3cvs14 (incomplete)
905                 see ChangeLog 2003-07-17
906
907 2003-07-23 [alfons]     0.9.3claws44
908
909         * src/folder.c
910         * src/procmsg.h
911                 sync with my local tree to restore some claws-only things
912
913 2003-07-23 [paul]       0.9.3claws43
914
915         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
916           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
917           src/Makefile.am
918           src/mimeview.c
919           src/procmime.h
920           src/rfc2015.c
921           src/stock_pixmap.[ch]
922                 indicate missing keys and expired sigs/keys
923                 in mime view column
924
925 2003-07-23 [paul]       0.9.3claws42
926
927         * src/compose.c
928                 Redirect fixes: enable automatic account selection and
929                 do not append signature to message on changing account
930                 fixes Bug[s] #248
931
932 2003-07-23 [paul]       0.9.3claws41
933
934         * sync with 0.9.3cvs16
935                 see ChangeLog 2003-07-23
936
937 2003-07-23 [alfons]     0.9.3claws40
938
939         * src/inc.c
940                 give progress dialog a main window, and give it the first 
941                 one (presumably the only one). fixes bug #247, "segfault on 
942                 pop-before-smtp" 
943
944 2003-07-22 [alfons]     0.9.3claws39
945
946         * src/summaryview.c
947                 shift-space scrolls up
948
949 2003-07-22 [paul]       0.9.3claws38
950
951         * sync with 0.9.3cvs15
952                 see ChangeLog 2003-07-22
953
954 2003-07-20 [alfons]     0.9.3claws37
955
956         * src/compose.c
957                 put menu inside #ifdef USE_ASPELL..#endif
958
959 2003-07-20 [christoph]  0.9.3claws36
960
961         * src/procmsg.c
962                 fix wrong flags in MsgInfo returned by
963                 procmsg_msginfo_get_full_info()
964
965         (closes Bug 221 Deleting messages from the Message View gives incorrect
966          new/unread message counts in the folder view)
967
968         * src/plugins/spamassassin/spamassassin_gtk.c
969                 add gettext macro for prefs page title
970
971 2003-07-20 [paul]       0.9.3claws35
972
973         * src/mimeview.c
974                 redraw icon list on signature check
975
976 2003-07-20 [christoph]  0.9.3claws34
977
978         * src/Makefile.am
979         * src/account.c
980         * src/folder.[ch]
981         * src/folder_item_prefs.[ch]            ** NEW **
982         * src/folderview.c
983         * src/mainwindow.c
984         * src/mh.c
985         * src/prefs_gtk.c
986         * src/prefs_scoring.c
987         * src/summaryview.c
988         * src/prefs_folder_item.[ch]
989                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
990                   Properties dialog
991                 o use prefswindow for folder properties
992
993         * src/gtk/prefswindow.[ch]
994                 change implementation to use an invisible notebook instead
995                 of unparenting widgets
996
997 2003-07-20 [christoph]  0.9.3claws33
998
999         * src/compose.h
1000         * src/folder.c
1001         * src/folderview.h
1002         * src/headerview.h
1003         * src/prefs_filtering.h
1004         * src/prefs_folder_item.[ch]
1005         * src/procmime.h
1006         * src/procmsg.h
1007         * src/summaryview.h
1008                 clean up header mess
1009                 (always use 1. typedefs, 2. #includes, 3. structures)
1010
1011         * src/common/version.h.in
1012                 add casts for constants
1013
1014         * src/plugins/demo/demo.c
1015                 fix typo
1016
1017         * src/plugins/spamassassin/spamassassin.c
1018                 remove unused variable
1019
1020 2003-07-20 [alfons]     0.9.3claws32
1021
1022         * src/mimeview.c
1023                 o make icon buttons respond on left click
1024                 o minor cosmetic change
1025
1026 2003-07-19 [luke]       0.9.3claws31
1027
1028         * src/mimeview.[ch]
1029         * src/gtk/gtkvscrollbutton.c
1030         * src/messageview.c
1031                 o improved mimeview behaviour when selecting a new message
1032                 o plus code cleanups to remove compile warnings
1033
1034
1035 2003-07-19 [alfons]     0.9.3claws30
1036
1037         * src/procmsg.c
1038         * src/compose.c
1039         * src/common/utils.[ch]
1040                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1041
1042 2003-07-19 [alfons]     0.9.3claws29
1043
1044         * src/prefs_folder_item.c
1045                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1046                 string pointers
1047
1048 2003-07-19 [luke]       0.9.3claws28
1049
1050         * src/messageview.c
1051         * src/mimeview.[ch]
1052         * src/procmime.h
1053         * src/rfc2015.c
1054         * src/stock_pixmap.[ch]
1055         * src/gtk/Makefile.am
1056         * src/Makefile.am
1057         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1058         * src/pixmaps/mime_*.xpm                ** NEW **
1059                 o mimeview rearrangement with a new icon shortcut bar
1060
1061 2003-07-19 [alfons]     0.9.3claws27
1062
1063         * src/folderview.c
1064                 o plug leaking nodes_to_recollapse
1065                 o add folderview_recollapse_all_nodes() (not used yet)
1066
1067 2003-07-19 [alfons]     0.9.3claws26
1068
1069         * src/compose.c
1070         * src/common/utils.c
1071                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1072                 for both forwarding as replying
1073
1074 2003-07-18 [christoph]  0.9.3claws25
1075
1076         * configure.ac
1077         * src/common/sylpheed.[ch]
1078         * src/common/version.h.in
1079                 add version in numeric form to allow easy comparison
1080
1081         * src/plugins/demo/demo.c
1082                 add version check
1083                 - sylpheed version > plugin version => never allowed, sylpheed
1084                   could contain unknown API changes
1085                 - sylpheed version < minimum version required => don't load,
1086                   API required not available (if linking does not fail)
1087
1088 2003-07-18 [alfons]     0.9.3claws24
1089         
1090         * src/common/plugin.[ch]
1091                 const correctness
1092
1093 2003-07-18 [christoph]  0.9.3claws23
1094
1095         * src/common/hooks.c
1096                 fix crash when hooks where unregisted
1097
1098         * src/plugins/trayicon/trayicon.c
1099                 unregister detroy signal before destroying the widget
1100                 (still crashes when the plugin is unloaded)
1101
1102 2003-07-18 [alfons]     0.9.3claws22
1103         
1104         * src/folderview.c
1105                 delay expanding folder tree during drags until timeout triggered
1106                 (needs perhaps some tweaking, so testing is welcome)
1107
1108 2003-07-17 [alfons]     0.9.3claws21
1109
1110         * src/folderview.c
1111                 clean up cruft
1112
1113 2003-07-17 [christoph]  0.9.3claws20
1114
1115         * src/common/session.c
1116                 fix opening of SSL connections
1117
1118         * src/plugins/image_viewer/Makefile.am
1119                 add OPENSSL_CFLAGS (we should find a better solution to remove
1120                 this dependencies if they are not required)
1121
1122         * src/plugins/spamassassin/spamassassin.c
1123                 remove setlocale workaround (fixed in libspamc)
1124
1125         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1126          if spell checking enabled)
1127
1128 2003-07-17 [alfons]     0.9.3claws19
1129
1130         * src/common/hooks.[ch]
1131         * src/plugins/clamav/clamav_plugin.c
1132         * src/plugins/spamassassin/spamassassin.c
1133         * src/plugins/trayicon/trayicon.c
1134                 fix signedness muck 
1135
1136 2003-07-17 [alfons]     0.9.3claws18
1137
1138         * src/procmime.c
1139                 plug memleak
1140
1141 2003-07-17 [alfons]     0.9.3claws17
1142
1143         * src/inc.c
1144                 plug memleak
1145
1146 2003-07-17 [paul]       0.9.3claws16
1147
1148         * src/common/defs.h
1149           src/mainwindow.c
1150           src/manual.[ch]
1151                 add link to the Claws site's FAQ page, after the suggestion
1152                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1153                 Move url strings to defs.h
1154                 
1155         * src/mainwindow.c
1156                 fix typo to prevent "unknown menu entry" warnings
1157
1158 2003-07-17 [alfons]     0.9.3claws15
1159
1160         * src/folderview.[ch]
1161         * src/summaryview.[ch]
1162         * src/mimeview.[ch]
1163                 plug DnD leaks 
1164
1165 2003-07-17 [paul]       0.9.3claws14
1166
1167         * src/inc.c
1168                 remove two instances of 'GTK_EVENTS_FLUSH' because
1169                 they are unnecessary and probably cause a stack overflow
1170
1171 2003-07-16 [christoph]  0.9.3claws13
1172
1173         * src/mimeview.[ch]
1174                 use an invisible GTK notebook to switch between viewers
1175                 instead of reparenting widgets
1176
1177 2003-07-16 [christoph]  0.9.3claws12
1178
1179         * src/folder.c
1180                 move folder_item_update_freeze() to correct place in
1181                 folder_item_scan_full()
1182
1183 2003-07-16 [paul]       0.9.3claws11
1184
1185         * sync with 0.9.3cvs12
1186                 see ChangeLog 2003-07-14 and 2003-07-15
1187
1188 2003-07-16 [christoph]  0.9.3claws10
1189
1190         * src/imap.[ch]
1191         * src/prefs_account.[ch]
1192                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1193
1194 2003-07-15 [alfons]     0.9.3claws9
1195
1196         * src/main.c
1197                 make --config-dir do something useful
1198
1199 2003-07-15 [alfons]     0.9.3claws8
1200
1201         * src/procmsg.c
1202                 o fix a bug where 'last' didn't really point to the last message
1203                   in the top level list of children, but to the last threaded
1204                   message. 
1205                 
1206                 o clean up and make it easier to sync
1207
1208 2003-07-15 [alfons]     0.9.3claws7
1209
1210         * src/mainwindow.c
1211                 make correct menu items sensitive       
1212
1213 2003-07-14 [alfons]     0.9.3claws6
1214
1215         * src/procmsg.c
1216                 tune the threader so it will not subject-thread any message
1217                 without a subject prefix (this will not thread correctly if 
1218                 a parent is delivered after their childs, but it looks 
1219                 better right now)
1220
1221 2003-07-13 [christoph]  0.9.3claws5
1222
1223         * src/mainwindow.c
1224                 group "Add mailbox *..." menu items in submenu
1225
1226 2003-07-13 [alfons]     0.9.3claws4
1227
1228         * src/summaryview.c
1229                 correct summary_toggle_pressed() signature and make sure
1230                 signal is not passed on
1231
1232 2003-07-13 [alfons]     0.9.3claws3
1233
1234         * src/summaryview.c
1235                 o for now don't pass on keys when they we're handled by 
1236                   ctree::key_press_event
1237                 o clean up
1238
1239 2003-07-13 [alfons]     0.9.3claws2
1240         
1241         * src/main.c
1242                 add command line option "--config-dir" to get the current 
1243                 configuration dir
1244
1245 2003-07-12 [alfons]     0.9.3claws1
1246
1247         * src/matcher.[ch]
1248         * src/matcher_parser_parse.y
1249         * src/prefs_filtering.c
1250         * src/filtering.c
1251                 add "Lock" filter action to lock messages;
1252
1253         * src/filtering.c       
1254                 remove debug_print()    
1255         * src/prefs_filtering.c
1256                 re-organize matcher part 9: 
1257                 make action text entries easily extendible;
1258                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1259                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1260
1261 2003-07-12 [paul]
1262
1263         * tools/README
1264                 update old information and add missing
1265                 information
1266
1267 2003-07-12 [paul]       0.9.3claws
1268
1269         * 0.9.3claws released
1270         
1271 2003-07-12 [paul]       0.9.0claws103
1272
1273         * src/Makefile.am
1274                 add addrquery.h
1275
1276 2003-07-12 [melvin]     0.9.0claws102
1277
1278         * src/messageview.c
1279                 Fixed bug #215: Show MIME tab for single text/html messages. 
1280                 
1281 2003-07-12 [paul]       0.9.0claws101
1282
1283         * man/sylpheed.1
1284                 updated
1285
1286 2003-07-12 [paul]       0.9.0claws100
1287
1288         * po/es.po
1289           po/hr.po
1290           po/pl.po
1291           po/sr.po
1292                 update Spanish, Croatian, Polish, Serbian translations.
1293                 submitted by Ricardo Mones Lastra, Dragan, Witold
1294                 Wladyslaw Wojciech Wilk, Urke MMI
1295
1296 2003-07-12 [melvin]     0.9.0claws99
1297
1298         * po/fr.po
1299                 Updated French translations.
1300
1301 2003-07-12 [paul]       0.9.0claws98
1302
1303         * src/addressbook.c
1304                 disable 'Lookup' button as it has no effect
1305
1306 2003-07-11 [alfons]     0.9.0claws97
1307         
1308         * src/summaryview.c
1309                 summary_searchbar_pressed() should return TRUE to signal that
1310                 event was handled. when returning void, the return value passed
1311                 to GTK is actually random, but maybe FALSE, in which case the
1312                 event is handled by parent
1313                 
1314 2003-07-10 [paul]       0.9.0claws96
1315
1316         * ac/missing/gettext.m4
1317                 update to version 0.12
1318
1319 2003-07-10 [paul]       0.9.0claws95
1320
1321         * src/plugins/clamav/clamav_plugin.c
1322                 fix bug where multipart/alternative messages
1323                 would slip through without being scanned
1324
1325 2003-07-10 [christoph]  0.9.0claws94
1326
1327         * src/folder.c
1328                 correct check if folder supports removing when a message is
1329                 moved. if not the message is only copied.
1330
1331         (closes Bug 132 crash on startup in newsgroups folders)
1332
1333 2003-07-09 [alfons]     0.9.0claws93
1334
1335         * configure.ac
1336         * src/common/defs.h
1337                 --with-config-dir (default .sylpheed)
1338
1339 2003-07-09 [christoph]  0.9.0claws92
1340
1341         * configure.ac
1342                 use PKG_CHECK_MODULES to check for gtkmathview
1343                 (version 0.4.2 now required)
1344
1345 2003-07-08 [melvin]     0.9.0claws91
1346
1347         * src/action.c
1348                 Implemented a progress bar that counts the number of completed
1349                 tasks when the action runs more than one command.
1350
1351 2003-07-08 [alfons]     0.9.0claws90
1352
1353         * src/procmsg.c
1354                 if queued message has an invalid Message-Id, don't try to
1355                 find message it refers to (fixes #209 "crash when processing 
1356                 in folder")
1357
1358 2003-07-08 [paul]       0.9.0claws89
1359
1360         * sync with 0.9.3cvs2
1361                 see ChangeLog 2003-07-08
1362
1363 2003-07-08 [match]      0.9.0claws88
1364
1365         * src/ldapctrl.c
1366                 extend LDAP search for first/last name by parsing search term.
1367
1368 2003-07-08 [alfons]     0.9.0claws87
1369
1370         * src/send_message.c
1371                 fix bug #208 "Status message stuck when sending on POP3 account"
1372
1373 2003-07-07 [paul]       0.9.0claws86
1374
1375         * po/hr.po
1376                 new Croatian translation, submitted by
1377                 Dragan <drleskov@inet.hr>
1378
1379 2003-07-07 [paul]       0.9.0claws85
1380
1381         * sync with 0.9.3cvs1
1382                 see ChangeLog 2003-07-07
1383
1384 2003-07-05 [christoph]  0.9.0claws84
1385
1386         * src/Makefile.am
1387         * src/messageview.c
1388         * src/mimeview.[ch]
1389         * src/stock_pixmap.[ch]
1390         * src/pixmaps/messageview_text.xpm              ** NEW **
1391                 move mimeview tabs to the right side and use icons
1392                 instead of text to save some space
1393
1394         (patch by Luke Plant <lukeplant@softhome.net>)
1395
1396 2003-07-05 [christoph]  0.9.0claws83
1397
1398         * src/inc.c
1399                 add NULL pointer checks
1400
1401         (patch by Luke Plant <lukeplant@softhome.net>)
1402         (closes Bug 204 0.9.0 quits on authentication error?!)
1403
1404 2003-07-05 [alfons]     0.9.0claws82
1405
1406         * configure.ac
1407                 take the clue in bug #202 "./configure script - 
1408                 'if test' comparison failure" reported by John Kristoff. 
1409
1410 2003-07-04 [christoph]  0.9.0claws81
1411
1412         * src/plugins/spamassassin/spamassassin.c
1413                 set timeout for spam check
1414
1415 2003-07-04 [christoph]  0.9.0claws80
1416
1417         * src/main.c
1418                 destroy all FolderItems when shutting down to
1419                 allow folders to clean up
1420
1421 2003-07-04 [melvin]     0.9.0claws79
1422
1423         * src/gtk/gtkaspell.c
1424                 Fixed bug #184 "Entering non-ascii character deletes
1425                 previous char if spell checking enabled": this makes
1426                 the spell checking in multibytes (e.g. UTF-8)locales work.
1427                 (Patch by Luke Plant).
1428                 
1429 2003-07-04 [christoph]  0.9.0claws78
1430
1431         * sync with 0.9.2cvs1
1432                 see ChangeLog 2003-06-10
1433
1434 2003-07-04 [paul]       0.9.0claws77
1435
1436         * sync with 0.9.3 release
1437                 see ChangeLog 2003-07-04
1438
1439 2003-07-03 [christoph]  0.9.0claws76
1440
1441         * src/folder.[ch]
1442         * src/imap.c
1443         * src/mbox_folder.c
1444         * src/mh.c
1445         * src/news.c
1446                 move folder_item_get_path() stuff into a folder virtual function
1447
1448         * src/procmsg.c
1449                 use folder_item_fetch_msg() to get message and do not contruct
1450                 the filename from path and number
1451
1452 2003-07-03 [paul]       0.9.0claws75
1453
1454         * sync with 0.9.2cvs12
1455                 see ChangeLog 2003-07-03
1456
1457 2003-07-02 [paul]       0.9.0claws74
1458
1459         * src/messageview.c
1460                 fix text-selection for replying
1461
1462 2003-07-02 [paul]       0.9.0claws73
1463
1464         * sync with 0.9.2cvs11
1465                 see ChangeLog 2003-07-02
1466
1467 2003-07-02 [paul]       0.9.0claws72
1468
1469         * src/procmsg.c
1470                 revert last commit because it breaks more
1471                 than it fixes
1472
1473 2003-07-02 [paul]       0.9.0claws71
1474
1475         * src/procmsg.c
1476                 fix thread by subject/sort by date
1477
1478 2003-07-01 [paul]       0.9.0claws70
1479
1480         * sync with 0.9.2cvs10
1481                 see ChangeLog 2003-07-01
1482
1483 2003-06-30 [paul]       0.9.0claws69
1484
1485         * sync with 0.9.2cvs9
1486                 see ChangeLog 2003-06-30
1487
1488 2003-06-28 [match]      0.9.0claws68
1489
1490         * src/addressbook.c
1491                 fix null ptr.
1492
1493 2003-06-27 [paul]       0.9.0claws67
1494
1495         * sync with 0.9.2cvs7
1496                 see ChangeLog 2003-06-27
1497
1498 2003-06-26 [christoph]  0.9.0claws66
1499
1500         * src/folder.c
1501                 freeze folder updates while a folder is scanned
1502
1503         (closes Bug 185 New message counter)
1504
1505 2003-06-26 [darko]      0.9.0claws65
1506
1507         * src/ldapserver.c
1508                 fix infinite loop when adding a new LDAP server
1509
1510 2003-06-26 [paul]       0.9.0claws64
1511
1512         * sync with 0.9.2cvs6
1513                 see ChangeLog 2003-06-26
1514
1515 2003-06-26 [paul]       0.9.0claws63
1516
1517         * sync with 0.9.2cvs5
1518                 see ChangeLog 2003-06-25 and 2003-06-26
1519
1520 2003-06-25 [match]      0.9.0claws62
1521
1522         * src/addr_compl.c
1523                 Fixed tab/backtab for dropped-down completion list to
1524                 move next/previous field. (close bug 147)
1525
1526 2003-06-25 [christoph]  0.9.0claws61
1527
1528         * src/addr_compl.[ch]
1529         * src/addrindex.[ch]
1530         * src/folderview.c
1531         * src/inc.c
1532         * src/news.c
1533         * src/summaryview.c
1534         * src/toolbar.c
1535                 fix warnings
1536
1537 2003-06-25 [leandro]    0.9.0claws60
1538
1539         * src/compose.c
1540                 o cleanups
1541                 o gray out "Message/Remove references" menu item if not
1542                   replying to a message
1543
1544 2003-06-24 [leandro]    0.9.0claws59
1545
1546         * src/compose.[ch]
1547                 o removed "Message/Create new thread" menu item
1548                 o added "Message/Remove references" menu item
1549                   (it's off by default and will not check anymore
1550                    if the subject changed)
1551
1552 2003-06-23 [alfons]     0.9.0claws58
1553
1554         * src/procmsg.c
1555                 try better grouping messages threaded by subject based on their age.
1556                 still not perfect - because the message tree is not sorted by date.  
1557
1558 2003-06-23 [thorsten]   0.9.0claws57
1559
1560         * src/pop.[ch]
1561                 added mail_receive_hook to allow modifications
1562                 directly after retrieval (e.g. adding headers).
1563
1564 2003-06-23 [paul]       0.9.0claws56
1565
1566         * src/sourcewindow.c
1567                  enable the use of Ctrl+A to select all text in
1568                  the sourcewindow
1569                  Patch submitted by Ivan Francolin Martinez
1570                  <ivanfm@users.sourceforge.net>
1571
1572 2003-06-22 [christoph]  0.9.0claws55
1573
1574         * src/folder.[ch]
1575                 o add notification hook for folder tree changes
1576                 o invoke hooks after folder tree scanning
1577
1578         * src/folderview.[ch]
1579                 register hook for folder tree changes that
1580                 updates the ctree
1581
1582         (there are more places that should be updated, like add, remove 
1583          or move folder)
1584
1585         (closes Bug 164 Crash on rebuild folder tree)
1586         (closes Bug 190 Crash on 'rebuilding folder tree')
1587
1588 2003-06-21 [leandro]    0.9.0claws54
1589
1590         * src/compose.[ch]
1591                 create a new thread if subject changes
1592                 (it's on by default, can be disabled in Message menu)
1593
1594 2003-06-21 [alfons]     0.9.0claws53
1595
1596         * src/summaryview.c
1597                 quiet little compiler
1598
1599 2003-06-21 [christoph]  0.9.0claws52
1600
1601         update gettext stuff to version 0.12
1602
1603 2003-06-19 [alfons]     0.9.0claws51
1604
1605         * src/common/log.c
1606         * src/common/plugin.c
1607                 move defs.h before glib.h to prevent MIN/MAX redefs
1608
1609 2003-06-19 [alfons]
1610
1611         * src/addressbook.c
1612                 translatable
1613
1614 2003-06-19 [match]      0.9.0claws50
1615
1616         * src/addressbook.[ch]
1617         * src/addrindex.[ch]
1618         * src/addr_compl.[ch]
1619         * src/editldap.[ch]
1620         * src/editldap_basedn.[ch]
1621         * src/addritem.[ch]
1622         * src/ldapquery.h
1623                 re-implemented dynamic LDAP search. works without
1624                 slowdown on display sender with addressbook
1625                 option.
1626         * src/addrbook.c
1627                 documented code.
1628
1629 2003-06-19 [paul]       0.9.0claws49
1630
1631         * src/compose.c
1632                 fix Bug #136 'Nonprovided quotation marks crash claws'
1633                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1634
1635 2003-06-19 [alfons]     0.9.0claws48
1636
1637         * src/prefs_common.[ch]
1638         * src/procmsg.c
1639                 restrict threading by subject by checking thread for
1640                 age (prefs_common.thread_by_subject_max_age)
1641
1642 2003-06-18 [christoph]  0.9.0claws47
1643
1644         * src/imap.c
1645                 fix memory leak in imap_cmd_fetch()
1646
1647 2003-06-18 [christoph]  0.9.0claws46
1648
1649         * src/prefs_gtk.c
1650                 fix memory leak in prefs_set_default() when used multiple
1651                 times or after prefs have been read
1652
1653 2003-06-18 [christoph]  0.9.0claws45
1654
1655         * src/common/plugin.c
1656                 fix memory leak in plugin_unload()
1657
1658 2003-06-18 [christoph]  0.9.0claws44
1659
1660         * src/imap.c
1661                 fix memory leak in imap_cmd_ok()
1662
1663 2003-06-18 [christoph]  0.9.0claws43
1664
1665         * src/folder.c
1666                 stop messages that are downloaded from POP3 and added to
1667                 an IMAP inbox from being filtered twice (first by POP3
1668                 and again when IMAP folder is scaned to get the UID of
1669                 the APPEND operation when no UIDPLUS is available)
1670
1671 2003-06-18 [alfons]
1672
1673         * tools/Makefile.am
1674                 phoenix <- firebird     
1675
1676 2003-06-18 [paul]
1677
1678         * tools/launch_phoenix          ** REMOVED **
1679           tools/launch_firebird         ** NEW **
1680                 renamed and edited to reflect the browser's name change from
1681                 'phoenix' to 'firebird'
1682
1683 2003-06-18 [paul]       0.9.0claws42
1684
1685         * sync with 0.9.2cvs2
1686                 see ChangeLog 2003-06-16
1687
1688 2003-06-17 [alfons]     0.9.0claws41
1689
1690         * src/procmsg.c
1691                 prevent threading problems when a node is an ancestor (parent / great parent),
1692                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1693                 for finding an sample set of messages)
1694
1695 2003-06-16 [christoph]  0.9.0claws40
1696
1697         * src/main.c
1698                 don't popup main window on --receive or --receive-all
1699
1700         * src/mainwindow.[ch]
1701         * src/plugins/trayicon/trayicon.c
1702                 allow hiding of main window by clicking on the trayicon
1703                 (doesn't work correctly in seperate window mode and may
1704                  cause unexpected GTK problems I couldn't find yet)
1705
1706         * src/common/ssl.c
1707                 remove incorrect warning
1708
1709 2003-06-15 [alfons]     0.9.0claws39
1710
1711         * src/gtk/gtkstext.c
1712                 don't output debug text;
1713                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1714                 for pointing this out);
1715
1716 2003-06-14 [alfons]     0.9.0claws38
1717         
1718         * src/messageview.c
1719                 remove printf() and make one if..else comply with coding style
1720
1721 2003-06-14 [alfons]     0.9.0claws37
1722
1723         * AUTHORS
1724                 add Martin Wicke
1725         * src/action.c
1726         * src/messageview.[ch]
1727         * src/summaryview.c
1728                 apply patch #754162 "Quoting messages filtered by actions" submitted
1729                 by Martin Wicke, which allows quoting message body changed by an
1730                 action (Thanks!).
1731
1732 2003-06-13 [alfons]     0.9.0claws36
1733
1734         * src/utils.c
1735                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1736                 use case insensitive regexp (suggested by Ivan Martinez)
1737
1738 2003-06-13 [christoph]  0.9.0claws35
1739
1740         * configure.ac
1741         * src/plugins/trayicon/Makefile.am
1742         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1743         * src/plugins/trayicon/trayicon.c
1744         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1745         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1746         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1747         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1748         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1749         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1750                 replace my own EggTrayIcon backport with the backport
1751                 used by (l|x)mule and gabber.
1752
1753 2003-06-13 [alfons]     0.9.0claws34
1754
1755         * AUTHORS
1756         * src/common/utils.c
1757                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1758
1759 2003-06-13 [alfons]     0.9.0claws33
1760
1761         * src/compose.c
1762                 clean up a little bit
1763
1764 2003-06-12 [alfons]     0.9.0claws32
1765
1766         * src/compose.c
1767                 const correctness fix
1768
1769         * src/common/sylpheed.[ch]
1770                 () -> (void)
1771                 prevent redef MIN/MAX
1772                 
1773         * src/common/utils.[ch]
1774                 () -> (void)
1775
1776 2003-06-12 [melvin]     0.9.0claws31
1777
1778         * src/compose.c
1779                 Updated to take into accounts changes in GtkAspell.
1780
1781 2003-06-12 [alfons]     0.9.0claws30
1782
1783         * src/compose.c
1784         * src/procmsg.c
1785         * src/common/utils.[ch]
1786                 handle reply subject prefixes better (initial 
1787                 suggestion by Robert Story adapted and enhanced 
1788                 using regexps)
1789
1790 2003-06-12 [melvin]     0.9.0claws29
1791
1792         * src/compose.c
1793                 Use new gtkaspell_checkers_strerror() to get the speller's
1794                 error message instead of accessing the (now private)
1795                 checkers structure.
1796                 Minor code clean up
1797
1798         * src/main.c
1799                 Use #ifdef instead of #if for USE_ASPELL
1800                 Use the new spell checkers init/quit functions 
1801
1802         * src/gtk/gtkaspell.c
1803                 Use #ifdef instead of #if for USE_ASPELL
1804                 Moved in the majority of GtkAspell structures that were
1805                 exported before by gtkaspell.h
1806         
1807         * src/gtk/gktaspell.h
1808                 Made gtkaspell.h contain only the necessary data to be
1809                 publicized by moving many structures to gtkaspell.c.
1810                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1811                 gtkaspell_checkers_new(): replaced by...
1812                 gtkaspell_checkers_init(): new function for initialization
1813                 gtkaspell_checkers_delete(): replaced by...
1814                 gtkaspell_checkers_quit(): new function
1815                 gtkaspell_checkers_strerror(): new function that returns
1816                 the checker's last error message.
1817                 
1818 2003-06-11 [melvin]     0.9.0claws28
1819
1820         * po/POTFILES.in
1821                 Updated to take into account gtkaspell.c migration to
1822                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1823
1824 2003-06-10 [alfons]     0.9.0claws27
1825
1826         * src/filtering.[ch]
1827         * src/folder.c
1828         * src/matcher.c
1829         * src/scoring.[ch]
1830                 - try fixing bug #18 (any brave testers?)
1831                 - add more robustness by refusing previously 
1832                   unchecked NULL pointers 
1833
1834 2003-06-10 [alfons]     0.9.0claws26
1835
1836         * src/procmsg.c
1837                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1838
1839 2003-06-09 [alfons]     0.9.0claws25
1840
1841         * src/prefs_common.c
1842                 fix bug #163 "Icon switching doesnt work properly" by 
1843                 preventing early freeing of prefs_common.pixmap_theme_path.
1844
1845 2003-06-09 [christoph]  0.9.0claws24
1846
1847         * src/gtk/gtkaspell.c
1848                 revert Thorsten's fix and add forgotten g_strdup for
1849                 aspell path (it should not be possible to alter the path a
1850                 GtkASpell uses from outside)
1851
1852 2003-06-09 [thorsten]   0.9.0claws23
1853
1854         * src/gtk/gtkaspell.c
1855                 dont free prefs_common.aspell_path when closing compose
1856
1857 2003-06-08 [colin]      0.9.0claws22
1858
1859         * src/plugins/spamassassin/spamassassin.c
1860                 fix prefs types
1861
1862 2003-06-07 [christoph]  0.9.0claws21
1863
1864         * src/Makefile.am
1865         * src/compose.c
1866         * src/gtkaspell.[ch]            ** REMOVE **
1867         * src/gtk/Makefile.am
1868         * src/gtk/gtkaspell.[ch]        ** NEW **
1869                 o make gtkaspell independent from sylpheed's prefs
1870                 o move gtkaspell.[ch] to gtk directory
1871
1872 2003-06-07 [christoph]  0.9.0claws20
1873
1874         * src/Makefile.am
1875         * src/crash.c
1876         * src/export.c
1877         * src/filesel.[ch]              ** REMOVE **
1878         * src/folder.c
1879         * src/main.[ch]
1880         * src/common/sylpheed.[ch]
1881         * src/gtk/Makefile.am
1882         * src/gtk/filesel.[ch]          ** NEW **
1883         * src/gtk/pluginwindow.c
1884         * src/gtk/sslcertwindow.c
1885                 move filesel.[ch] to gtk directory
1886
1887 2003-06-07 [alfons]     0.9.0claws19
1888
1889         * src/filesel.c
1890                 make (multi) file selection dialog work again (Claws-only)
1891
1892 2003-06-07 [thorsten]   0.9.0claws18
1893
1894         * po/de.po
1895                 fix typos
1896
1897 2003-06-07 [alfons]     0.9.0claws17
1898
1899         * configure.ac
1900         * src/mimeview.c
1901                 detect apache mishap in which case don't include fnmatch.h
1902                 if regex.h is already included
1903
1904 2003-06-06 [christoph]  0.9.0claws16
1905
1906         * configure.ac
1907         * src/mimeview.h
1908                 add check for fnmatch.h and include it when available
1909
1910         * src/mimeview.[ch]
1911                 fix wrong case sensitivity of Content-Types
1912
1913         * src/gtk/Makefile.am
1914                 need the same include paths in gtk directory as in
1915                 common directory because .h files in common can
1916                 include files from these directories, when included
1917                 in gtk's .h or .c files
1918
1919 2003-06-06 [alfons]     0.9.0claws15
1920
1921         * src/mimeview.c
1922         * src/summaryview.c
1923                 make it compile again because of regex.h / fnmatch.h 
1924                 include problems (related to recent mime stuff, can
1925                 someone check this?)
1926
1927 2003-06-06 [thorsten]   0.9.0claws14
1928
1929         * src/folderview.c
1930                 possible use of uninitialized pointer while dragging
1931
1932 2003-06-06 [paul]       0.9.0claws13
1933
1934         * src/compose.c
1935                 fix bug where the insert sig button would be effective
1936                 only when auto_sig was set
1937
1938 2003-06-06 [paul]       0.9.0claws12
1939
1940         * sync with 0.9.2 release
1941
1942 2003-06-02 [paul]       0.9.0claws11
1943
1944         * sync with 0.9.1cvs1
1945                 see ChangeLog 2003-06-02
1946                 
1947         * po/de.po
1948                 update by Jens
1949
1950 2003-06-01 [christoph]  0.9.0claws10
1951
1952         * src/account.c
1953                 don't use substring search to find accounts by email address
1954
1955         (closes Bug 169 Overly loose matching of "From" address)
1956
1957 2003-05-31 [christoph]  0.9.0claws9
1958
1959         * doc-src/rfc2683.txt
1960         * src/imap.c
1961                 limit IMAP command length as recommended in RFC2683
1962                 (message number lists will be split into multiple imap
1963                 sets, the limit of 1000 octets is not a hard limit)
1964
1965         (closes Bug 161 sylpheed-claws exits with segfault when logging
1966          in to certain imap-servers)
1967
1968 2003-05-29 [alfons]     0.9.0claws8
1969
1970         * src/toolbar.[ch]
1971                 add print button (calling summary_print());
1972                 fine tune setting tooltip text;
1973                 (if someone needs other buttons, please take these 
1974                 commits as a guide, instead of bothering us - also
1975                 see 0.8.11claws150) 
1976
1977 2003-05-29 [darko]      0.9.0claws7
1978
1979         * src/compose.c
1980                 fix crash when word wrapping kicks in due to
1981                 changed text by spell checker
1982
1983 2003-05-29 [paul]       0.9.0claws6
1984
1985         * src/compose.c
1986                 fix bug where changing account would insert
1987                 sig even if auto_sig was FALSE
1988                 
1989         * ChangeLog
1990           ChangeLog.jp
1991           INSTALL
1992                 sync with 0.9.1 release
1993
1994 2003-05-28 [christoph]  0.9.0claws5
1995
1996         * src/imap.c
1997                 fix truncation of too long commands
1998
1999         (closes Bug 167 IMAP hangs trying to get envelope
2000          information in imap_get_uncached_messages)
2001
2002 2003-05-27 [paul]       0.9.0claws4
2003
2004         * tools/Makefile.am
2005           tools/maildir2sylpheed.pl     ** NEW FILE **
2006                 add kmail to sylpheed mailbox conversion script
2007
2008 2003-05-27 [paul]       0.9.0claws3
2009
2010         * sync with 0.9.0cvs10
2011                 see ChangeLog 2003-05-26
2012
2013 2003-05-26 [paul]       0.9.0claws2
2014
2015         * sync with 0.9.0cvs9
2016                 see ChangeLog 2003-05-26
2017
2018 2003-05-24 [paul]       0.9.0claws1
2019
2020         * sync with 0.9.0cvs8
2021                 see ChangeLog 2003-05-23
2022
2023 2003-05-24 [paul]       0.9.0claws
2024
2025         * version 0.9.0claws released
2026
2027 2003-05-24 [paul]       0.8.11claws177
2028
2029         * src/plugins/dillo-viewer/Makefile.am
2030           src/plugins/traycon/Makefile.am
2031                 add missing files
2032                 
2033         * po/bg.po
2034           po/en_GB.po
2035           po/es.po
2036           po/it.po
2037           po/pt_BR.po
2038           po/ru.po
2039           po/sr.po
2040                 update Bulgarian, British English, Spanish, Italian, 
2041                 Brazilian Portuguese, Russian, and Serbian translations, 
2042                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2043                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2044                 Ruslan N. Balkin, and Urke MMI
2045
2046 2003-05-23 [melvin]     0.8.11claws176
2047
2048         * po/fr.po
2049                 Updated French translations
2050
2051 2003-05-22 [paul]       0.8.11claws175
2052
2053         * src/Makefile.am
2054           src/addrbook.[ch]
2055           src/addrcache.[ch]
2056           src/addr_compl.[ch]
2057           src/adressbook.[ch]
2058           src/addrindex.[ch]
2059           src/addritem.[ch]
2060           src/editaddress.c
2061           src/editgroup.c
2062           src/editldap_basedn.c
2063           src/editldap.c
2064           src/jpilot.c
2065           src/vcard.c
2066                 revert to get ldap into it previous working state
2067                 
2068         * po/zh_TW.Big5.po
2069                 new Taiwanese translation,
2070                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2071
2072 2003-05-22 [christoph]  0.8.11claws174
2073
2074         * src/plugins/spamassassin/libspamc.[ch]
2075                 sync libspamc with SpamAssaain release 2.55
2076
2077 2003-05-22 [paul]       0.8.11claws173
2078
2079         * sync with 0.9.0cvs7
2080                 see ChangeLog 2003-05-22
2081                 
2082         * src/summaryview.c
2083                 revert change in 0.8.11claws172: follow
2084                 Hiroyuki's decision and that's the end of it.
2085
2086 2003-05-21 [paul]       0.8.11claws172
2087
2088         * src/summaryview.c
2089                 fix discrepency between open_unread_on_enter
2090                 and always_show_msg
2091
2092 2003-05-21 [paul]       0.8.11claws171
2093
2094         * sync with 0.9.0cvs6
2095                 see ChangeLog 2003-05-21
2096
2097 2003-05-21 [paul]       0.8.11claws170
2098
2099         * sync with 0.9.0cvs5
2100                 see ChangeLog 2003-05-21
2101
2102 2003-05-20 [paul]       0.8.11claws169
2103
2104         * sync with 0.9.0cvs4
2105                 see ChangeLog 2003-05-20
2106                 fixes bug #152, 'encoding of IMAP folders names'
2107
2108 2003-05-20 [paul]       0.8.11claws168
2109
2110         * sync with 0.9.0cvs3
2111                 see ChangeLog 2003-05-20
2112                 
2113         * src/tools/convert_mbox.pl
2114                 minor change in the comments, submitted by Fred Marton
2115
2116 2003-05-19 [paul]       0.8.11claws167
2117
2118         * src/plugins/clamav/Makefile.am
2119           configure.ac
2120                 link clamav_lib to the plugin and not to the main program
2121
2122 2003-05-19 [christoph]
2123
2124         * src/Makefile.am
2125                 add -export-dynamic for linking
2126
2127 2003-05-19 [paul]       0.8.11claws166
2128
2129         * sync with 0.9.0cvs1
2130                 see ChangeLog 2003-05-19
2131
2132 2003-05-19 [paul]       0.8.11claws165
2133
2134         * src/inc.c
2135                 fix 'pop before smtp' timeout
2136
2137 2003-05-18 [alfons]     0.8.11claws164
2138
2139         * src/prefs_matcher.c
2140                 put "execute" action command line ("expression") in edit box
2141
2142 2003-05-18 [christoph]  0.8.11claws163
2143
2144         * src/mimeview.[ch]
2145         * src/plugins/dillo_viewer/dillo_viewer.c
2146         * src/plugins/image_viewer/viewer.c
2147         * src/plugins/mathml_viewer/mathml_viewer.c
2148                 let a viewer have a list of Content-Types
2149
2150 2003-05-18 [paul]       0.8.11claws162
2151
2152         * src/prefs_filtering.c
2153                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2154                 and REDIRECT actions
2155
2156 2003-05-17 [christoph]
2157
2158         * README.claws
2159                 o remove dynamic signatures that was syned with main
2160                 o add infos about no longer "build in" image viewer
2161                 o update bugtracker URL
2162
2163 2003-05-17 [christoph]  0.8.11claws161
2164
2165         * src/folder.c
2166         * src/folderview.c
2167         * src/imap.c
2168                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2169                 for every folder after rebuilding the folder tree.
2170
2171         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2172          messages)
2173
2174 2003-05-17 [christoph]  0.8.11claws160
2175
2176         * src/imap.c
2177                 don't use STATUS command on current folder to check for
2178                 content changes. imap_cmd_ok() now tracks changes to
2179                 folder and number of existing messages.
2180
2181 2003-05-17 [paul]       0.8.11claws159
2182
2183         * src/plugins/clamav/clamav_plugin.c
2184                 remove unnecessary debug_print
2185
2186 2003-05-16 [thorsten]   0.8.11claws158
2187
2188         * src/plugins/demo.c
2189                 included missing intl.h
2190
2191 2003-05-16 [paul]       0.8.11claws157
2192
2193         * po/POTFILES.in
2194                 remove non-existant entries
2195         
2196         * src/plugins/clamav/clamav_plugin.c
2197           src/plugins/clamav/clamav_plugin_gtk.c
2198           src/plugins/dillo_viewer/dillo_prefs.c
2199           src/plugins/dillo_viewer/dillo_viewer.c
2200                 gettextise
2201
2202 2003-05-16 [christoph]  0.8.11claws156
2203
2204         * po/POTFILES.in
2205                 include plugin .c files for translation until I
2206                 find a better solution to have plugins have their
2207                 own textdomain
2208         * src/plugins/demo/demo.c
2209         * src/plugins/image_viewer/plugin.c
2210         * src/plugins/mathml_viewer/mathml_viewer.c
2211         * src/plugins/spamassassin/spamassassin.c
2212         * src/plugins/spamassassin/spamassassin_gtk.c
2213         * src/plugins/trayicon/trayicon.c
2214                 add gettext macros for plugin name and description
2215
2216 2003-05-16 [paul]
2217
2218         * sync with 0.9.0
2219
2220 2003-05-16 [paul]       0.8.11claws155
2221
2222         * sync with lastest 0.9.0pre1
2223                 see ChangeLog 2003-05-16
2224
2225 2003-05-15 [paul]       0.8.11claws154
2226
2227         * sync with latest 0.9.0pre1
2228                 see ChangeLog 2003-05-14 and 2003-05-15
2229
2230 2003-05-14 [christoph]  0.8.11claws153
2231
2232         * src/plugins/image_viewer/viewer.c
2233         * src/plugins/image_viewer/viewer.glade         ** NEW **
2234         * src/plugins/image_viewer/viewerprefs.c
2235                 make it possible to disable the autoload function in the
2236                 imageviewer again
2237
2238 2003-05-14 [christoph]  0.8.11claws152
2239
2240         * src/folder.c
2241                 fix folder update after adding a message
2242
2243 2003-05-13 [alfons]     0.8.11claws151
2244
2245         * src/common/session.c
2246                 remove debug traces
2247                 
2248         * src/addrcache.[ch]
2249         * src/filtering.[ch]
2250         * src/folder.[c]
2251         * src/gtkaspell.[ch]
2252         * src/imap.[ch]
2253         * src/mbox_folder.[ch]
2254         * src/mh.[ch]
2255         * src/mimeview.h
2256         * src/msgcache.[ch]
2257         * src/news.[ch]
2258         * src/passphrase.[ch]
2259         * src/prefs_common.[ch]
2260         * src/prefs_gtk.[ch]
2261         * src/procmsg.c
2262         * src/scoring.[ch]
2263                 be pedantic; (in prototypes () implies (int))
2264
2265 2003-05-13 [alfons]     0.8.11claws150
2266
2267         * src/prefs_toolbar.[ch]
2268         * src/summaryview.[ch]
2269         * src/toolbar.[ch]
2270                 change misleading text in toolbar prefs;
2271                 add toolbar action for ignore thread (toggles ignore thread flag);
2272                 clean up a little bit;
2273
2274 2003-05-12 [paul]
2275
2276         * tools/convert_mbox.pl
2277                 bug fixed by Fred Marton
2278
2279 2003-05-12 [paul]
2280
2281         * sync with 0.9.0pre1
2282
2283 2003-05-09 [paul]       0.8.11claws149
2284
2285         * sync with 0.8.11cvs43
2286                 see ChangeLog 2003-05-09
2287
2288 2003-05-08 [christoph]  0.8.11claws148
2289
2290         * src/imap.[ch]
2291                 o use CAPABILIY as first command and check for PREAUTH
2292                   information in the response to it
2293                 o rewrite all imap_cmd_* functions to use an IMAPSession
2294                   instead of a SockInfo as parameter
2295                 o do STARTTLS after fetching and checking the server
2296                   capabilities
2297
2298 2003-05-08 [paul]       0.8.11claws147
2299
2300         * tools/Makefile.am
2301           tools/README
2302           tools/convert_mbox.pl         ** NEW FILE **
2303                 add mbox conversion script. Submitted by 
2304                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2305
2306 2003-05-07 [christoph]
2307
2308         * doc-src/glade.txt
2309         * src/gtk/pluginwindow.glade
2310         * src/plugins/image_viewer/viewerprefs.glade
2311         * src/plugins/spamassassin/spamassassin_gtk.glade
2312                 add glade files for user interfaces and a description how
2313                 to use glade to create the sylpheed code
2314
2315 2003-05-07 [paul]       0.8.11claws146
2316
2317         * sync with 0.8.11cvs41
2318                 see ChangeLog 2003-05-07
2319
2320 2003-05-06 [christoph]  0.8.11claws145
2321
2322         * src/main.c
2323         * src/plugins/image_viewer/viewer.c
2324                 fix usage of imlib in imageviewer plugin
2325
2326         * src/gtk/prefswindow.c
2327                 handle window close event correctly
2328
2329 2003-05-06 [paul]       0.8.11claws144
2330
2331         * src/common/ssl.c
2332                 fix typo introduced in sync
2333
2334 2003-05-06 [paul]       0.8.11claws143
2335
2336         * sync with 0.8.11cvs39
2337                 see ChangeLog 2003-05-06
2338
2339 2003-05-06 [paul]       0.8.11claws142
2340
2341         * AUTHORS
2342           po/cs.po
2343                 updated Czech translation, submitted by 
2344                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2345                 
2346         * src/plugins/clamav/clamav_plugin_gtk.c
2347                 clean up
2348
2349 2003-05-03 [alfons]     0.8.11claws141
2350
2351         * src/compose.[ch]
2352                 make paste as quotation work even when the call to 
2353                 text_inserted() was deferred (fixes bug #140 "Paste 
2354                 as quotation does not work when using "external" 
2355                 clipboard")
2356
2357 2003-05-03 [thorsten]   0.8.11claws140
2358
2359         * src/addrquery.h
2360           src/ldapquery.h
2361           src/mainwindow.c
2362                 removed C++ comments
2363         * src/addr_compl.c
2364                 function with non-int retval/param used before
2365                 implementation/declaration
2366
2367 2003-05-02 [paul]       0.8.11claws139
2368
2369         * src/addr_compl.[ch]
2370           src/addressbook.[ch]
2371           src/addrindex.c
2372           src/summaryview.c
2373                 revert match's changes to (finally) remove the bug where
2374                 opening a folder causes massive slowdown when using the 
2375                 'Display sender using address book' option
2376
2377 2003-05-01 [melvin]     0.8.11claws138
2378
2379         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2380         * src/plugins/dillo_viewer/dillo_viewer.c
2381                 Fixed bug where "Cancel" button from prefs issued
2382                 warnings.
2383                 Comply a little more to coding style
2384
2385 2003-05-01 [paul]       0.8.11claws137
2386
2387         * sync with 0.8.11cvs38
2388                 see ChangeLog 2003-05-01
2389
2390 2003-05-01 [paul]       0.8.11claws136
2391
2392         * po/bg.po
2393                 updated by George Danchev
2394
2395 2003-04-30 [christoph]  0.8.11claws135
2396
2397         * src/plugins/dillo_viewer/dillo_prefs.c
2398         * src/plugins/image_viewer/viewerprefs.c
2399         * src/plugins/spamassassin/spamassassin_gtk.c
2400                 remove gtk_widget_ref() calls for widgets in
2401                 glade code
2402
2403 2003-04-30 [paul]       0.8.11claws134
2404
2405         * src/addrindex.c
2406                 ok, this time a better fix for the bug where opening folder
2407                 has massive slowdown when using the 'Display sender using 
2408                 address book' option
2409
2410 2003-04-30 [paul]       0.8.11claws133
2411
2412         * src/addrindex.c
2413                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2414         
2415 2003-04-30 [melvin]     0.8.11claws132
2416
2417         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2418
2419         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2420                 Preferences for the dillo plugin
2421         * src/plugins/dillo_viewer/dillo_viewer.c
2422                 Support for preferences
2423         * src/plugins/dillo_viewer/Makefile.am
2424                 Added dillo_prefs.[ch]
2425
2426 2003-04-30 [alfons]     0.8.11claws131
2427
2428         * src/common/plugin.[ch]
2429                 see? this ANSI C'fication immediately gives us type
2430                 checking for free.
2431
2432 2003-04-30 [alfons]     0.8.11claws130
2433
2434         * src/common/plugin.[ch]
2435         * src/plugins/clamav/clamav_plugin.[ch]
2436         * src/plugins/clamav/clamav_plugin_gtk.c
2437         * src/plugins/demo/demo.c
2438         * src/plugins/dillo_viewer/dillo_viewer.c
2439         * src/plugins/image_viewer/plugin.c
2440         * src/plugins/image_viewer/viewer.[ch]
2441         * src/plugins/image_viewer/viewerprefs.[ch]
2442         * src/plugins/mathml_viewer/mathml_viewer.c
2443         * src/plugins/spamassassin/spamassassin.[ch]
2444         * src/plugins/spamassassin/spamassassin_gtk.c
2445         * src/plugins/trayicon/trayicon.c
2446                 clean up
2447
2448 2003-04-30 [alfons]     0.8.11claws129
2449
2450         * src/common/utils.c
2451                 make is_ascii_str() fail gracefully when NULL pointer
2452                 is passed
2453
2454 2003-04-30 [paul]       0.8.11claws128
2455
2456         * src/addrindex.c
2457                 fix bug where opening folder has massive slowdown when
2458                 using the 'Display sender using address book' option
2459
2460 2003-04-30 [paul]       0.8.11claws127
2461
2462         * src/plugins/clamav/clamav_plugin.c
2463           src/plugins/clamav/clamav_plugin_gtk.c
2464           src/plugins/demo/demo.c
2465           src/plugins/dillo_viewer/dillo_viewer.c
2466           src/plugins/image_viewer/plugin.c
2467           src/plugins/mathml_viewer/mathml_viewer.c
2468           src/plugins/spamassassin/spamassassin.c
2469           src/plugins/spamassassin/spamassassin_gtk.c
2470           src/plugins/trayicon/trayicon.c
2471                 get rid of eye-hurting function signatures
2472
2473 2003-04-30 [paul]       0.8.11claws126
2474
2475         * src/plugins/trayicon/trayicon.c
2476                 add description
2477                 
2478         * src/mimeview.c
2479                 be more descriptive
2480
2481 2003-04-30 [paul]       0.8.11claws125
2482
2483         * configure.ac
2484                 arrange the plugins in reverse alphabetical order
2485                 
2486         * src/plugins/clamav/clamav_plugin.[ch]
2487           src/plugins/clamav/clamav_plugin_gtk.c
2488                 rename some params
2489                 resize max_size window
2490                 re-arrange the order of some gui elements
2491                 improve descriptions
2492         
2493         * src/plugins/image_viewer/plugin.c
2494           src/plugins/mathml_viewer/mathml_viewer.c
2495                 add descriptions
2496                 
2497         * src/plugins/spamassassin/spamassassin_gtk.c
2498                 resize max_size window
2499                 re-arrange the order of some gui elements
2500                 
2501         * src/messageview.c
2502           src/mimeview.c
2503                 correct typos
2504
2505 2003-04-30 [alfons]     0.8.11claws124
2506
2507         * src/imap.c
2508                 fix a leak found while browsing Martin Kluge's 
2509                 valgrind log (Claws only)
2510
2511 2003-04-29 [darko]      0.8.11claws123
2512
2513         * src/gtk/gtkstext.h
2514                 include wchar.h if it is available, fixes compilation
2515                 on HP-UX systems
2516
2517 2003-04-29 [melvin]     0.8.11claws122
2518
2519         * src/prefs_actions.c
2520                 Improved help text of Actions' syntax
2521
2522 2003-04-28 [paul]       0.8.11claws121
2523
2524         * src/action.c
2525                 a better fix for the crash when performing an action
2526                 on a mime part
2527
2528 2003-04-28 [paul]       0.8.11claws120
2529
2530         * src/action.c
2531                 fix crash when performing an action on a
2532                 mime part
2533
2534 2003-04-28 [paul]       0.8.11claws119
2535
2536         * sync with 0.8.11cvs36
2537                 see ChangeLog 2003-04-28
2538
2539 2003-04-27 [paul]       0.8.11claws118
2540
2541         * more sync with 0.8.11cvs35
2542                 see ChangeLog 2003-04-25
2543
2544 2003-04-26 [christoph]  0.8.11claws117
2545
2546         * src/folder.c
2547                 fix remove virtual check
2548
2549 2003-04-26 [paul]       0.8.11claws116
2550
2551         * src/messageview.c
2552                 fix return-receipt, make it work again
2553
2554 2003-04-26 [paul]       0.8.11claws115
2555
2556         * src/mimeview.c
2557                 restore double-clicking of the [application/pgp-signature 
2558                 (Select "Check signature" to check)] line in the message view,
2559                 broken in recent sync
2560
2561 2003-04-26 [christoph]  0.8.11claws114
2562
2563         * src/folder.c
2564                 check if remove virtual really exists before
2565                 calling the function
2566
2567 2003-04-25 [match]      0.8.11claws113
2568
2569         * src/addrindex.c
2570         * src/addrbook.c
2571         * src/ldapquery.[ch]
2572         * src/ldapctrl.[ch]
2573                 fix memleak.
2574         * src/ldapserver.[ch]
2575                 fix memleak. fix segfault.
2576                 plug a Claws memleak
2577
2578 2003-04-25 [alfons]     0.8.11claws112
2579
2580         * src/folder.c
2581                 plug a Claws memleak
2582
2583 2003-04-25 [alfons]     0.8.11claws111
2584
2585         * src/common/session.c
2586                 plug a memleak
2587
2588 2003-04-25 [paul]       0.8.11claws110
2589
2590         * sync with 0.8.11cvs35
2591                 see ChangeLog 2003-04-24 and 2003-04-25
2592                 
2593         * src/gtk/pluginwindow.c
2594                 correct another strange float value
2595
2596 2003-04-24 [christoph]  0.8.11claws109
2597
2598         * src/folder.c
2599                 freeze folder item updates when unsetting new flags
2600
2601         * src/gtk/pluginwindow.c
2602                 correct strange float value
2603
2604 2003-04-23 [paul]       0.8.11claws108
2605
2606         * sync with 0.8.11cvs33
2607                 see ChangeLog 2003-04-23
2608
2609 2003-04-22 [paul]       0.8.11claws107
2610
2611         * src/Makefile.am
2612           src/messageview.c
2613           src/mimeview.c
2614           src/pgptext.[ch]      ** REMOVED **
2615                 remove pgptext.[ch] as its not used any more
2616
2617 2003-04-22 [paul]       0.8.11claws106
2618
2619         * sync with 0.8.11cvs31
2620                 see ChangeLog 2003-04-21 and 2003-04-22
2621
2622 2003-04-21 [alfons]     0.8.11claws105
2623
2624         * src/main.c
2625                 No access to GTK structures if we're a spawned child
2626                 (and clean up code a little bit...) Should fix #126.
2627
2628 2003-04-21 [melvin]     0.8.11claws104
2629
2630         * src/plugins/dillo_viewer/README
2631                 Improved slightly the text.
2632
2633 2003-04-21 [melvin]     0.8.11claws103
2634
2635         * src/plugins/dillo_viewer/README *** NEW ***
2636                 Added a README file for the Dillo plugin
2637
2638 2003-04-20 [paul]
2639
2640         * tools/README
2641           tools/outlook2sylpheed.pl
2642                 updated and improved by Ricardo Mones Lastra
2643
2644 2003-04-18 [oliver]     0.8.11claws102
2645
2646         * src/inc.c 
2647         * src/prefs_account.h
2648                 remove Pop3SessionType (used by selective download)
2649         * src/prefs_toolbar.c
2650                 enable set Default Toolbar button
2651
2652 2003-04-18 [paul]       0.8.11claws101
2653
2654         * sync with 0.8.11cvs29
2655                 see ChangeLog 2003-04-18
2656
2657 2003-04-17 [paul]       0.8.11claws100
2658
2659         * src/prefs_common.[ch]
2660           src/summaryview.c
2661                 remove 'Open next message on deletion' option,
2662                 as the same effect can now be achieved via the
2663                 'Always open messages in summary when selected'
2664                 option.
2665
2666 2003-04-17 [paul]       0.8.11claws99
2667
2668         * sync with 0.8.11cvs28
2669                 see ChangeLog 2003-04-17
2670
2671 2003-04-17 [christoph]  0.8.11claws98
2672
2673         * ac/spamassassin.m4
2674         * src/plugins/spamassassin/libspamc.[ch]
2675         * src/plugins/spamassassin/utils.[ch]
2676                 sync libspamc with SpamAssassin project
2677
2678 2003-04-17 [christoph]  0.8.11claws97
2679
2680         * src/common/socket.h
2681         * src/gtk/sslcertwindow.h
2682                 rename old USE_SSL to USE_OPENSSL
2683
2684 2003-04-17 [paul]       0.8.11claws96
2685
2686         * src/prefs_common.h
2687                 use gulong for P_COLOR so that it compiles/runs on
2688                 64-bit systems. Patch submitted by James Noyes
2689                 <jnoyes-claws@retrogeeks.com>
2690                 
2691         * po/de.po
2692                 updated by Jens
2693
2694 2003-04-17 [paul]       0.8.11claws95
2695
2696         * sync with 0.8.11cvs27
2697                 see ChangeLog 2003-04-16
2698
2699 2003-04-15 [paul]       0.8.11claws94
2700
2701         * src/prefs_common.[ch]
2702                 rearrange to stop the window getting too long:
2703                         move Receive dialog stuff to Receive tab
2704                         move Send dialog to Send tab
2705                         remove Dialogs frame
2706                 rename 'Open messages in summary with cursor keys' to
2707                 'Always open messages in summary when selected', as its
2708                 more appropriate
2709
2710 2003-04-15 [paul]       0.8.11claws93
2711
2712         * src/prefs_common.[ch]
2713           src/summaryview.c
2714                 add new option '/Interface/Open next message on deletion'
2715
2716 2003-04-15 [paul]       0.8.11claws92
2717
2718         * src/summaryview.[ch]
2719                 add /Mark/Lock and /Mark/Unlock to the pop-up
2720                 menu. Patch submitted by Ivan Francolin Martinez
2721                 <ivanfm@users.sourceforge.net>
2722
2723 2003-04-15 [paul]       0.8.11claws91
2724
2725         * sync with 0.8.11cvs24
2726                 see ChangeLog 2003-04-15
2727
2728 2003-04-14 [jens]       0.8.11claws90
2729
2730         * updated German translation and some corrections from
2731                 Roland Bless <bless@tm.uka.de>
2732
2733 2003-04-14 [paul]       0.8.11claws89
2734
2735         * sync with 0.8.11cvs22
2736                 see ChangeLog 2003-04-14
2737
2738 2003-04-13 [paul]       0.8.11claws88
2739
2740         * src/plugins/clamav/clamav_plugin.c
2741                 fix memory leaks
2742                 clean up
2743
2744 2003-04-12 [paul]       0.8.11claws87
2745
2746         * src/plugins/clamav/clamav_plugin.c
2747                 activate enable/disable archive scanning option
2748                 
2749         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2750
2751 2003-04-12 [paul]       0.8.11claws86
2752
2753         * src/plugins/Makefile.am
2754           src/plugins/clamav/Makefile.am                ** NEW FILE **
2755           src/plugins/clamav/README                     ** NEW FILE ** 
2756           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2757           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2758                 add Clam AntiVirus plugin
2759
2760 2003-04-12 [paul]       0.8.11claws85
2761
2762         * sync with 0.8.11cvs21
2763                 see ChangeLog 2003-04-11
2764
2765 2003-04-11 [paul]       0.8.11claws84
2766
2767         * po/es.po
2768                 update Spanish translation. Submitted by Ricardo
2769                 Mones Lastra.
2770
2771 2003-04-10 [christoph]  0.8.11claws83
2772
2773         * src/mbox.c
2774                 fix typo that did not move unfiltered mails to destination
2775                 folder
2776
2777         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2778          when filtering from spool)
2779
2780 2003-04-10 [christoph]  0.8.11claws82
2781
2782         * src/imap.c
2783                 use BODY.PEEK instead of BODY in in message fetch operation
2784                 to make sure the IMAP server does not set the \Seen flag for
2785                 messages. Sylpheed does that later itself, when the message
2786                 is opened in sylpheed
2787
2788         (closes Bug 111 Claws destroys unread marks)
2789
2790 2003-04-09 [oliver]     0.8.11claws81
2791         
2792         * src/folder.c
2793                 fix crash in folder_destroy
2794         * README.claws
2795                 remove selective download
2796
2797 2003-04-09 [christoph]  0.8.11claws80
2798
2799         * src/imap.c
2800                 fix crash in imap_get_msginfo() when then fetched message
2801                 is not found
2802
2803         (closes Bug 110 Crash during mail composition)
2804
2805 2003-04-08 [christoph]  0.8.11claws79
2806
2807         * src/folder.c
2808         * src/prefs_account.c
2809                 Filter new messages that are found in an INBOX folder
2810                 when 'Filter messages on receiving' is enabled in the
2811                 Folder's AccountPrefs. This allows to use Sylpheed's
2812                 filtering engine for IMAP folders where messages are
2813                 added to the INBOX by a MTA
2814
2815 2003-04-08 [paul]       0.8.11claws78
2816
2817         * src/procmsg.h
2818                 clean up after last commit
2819
2820 2003-04-08 [paul]       0.8.11claws77
2821
2822         * sync with 0.8.11cvs20
2823                 see ChangeLog 2003-04-07 and 2003-04-08
2824
2825 2003-04-07 [christoph]  0.8.11claws76
2826
2827         * src/filtering.[ch]
2828         * src/inc.[ch]
2829         * src/mbox.c
2830         * src/procmsg.[ch]
2831                 add procmsg_msginfo_filter() to execute filtering actions
2832
2833 2003-04-06 [christoph]  0.8.11claws75
2834
2835         * src/imap.c
2836                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2837
2838 2003-04-06 [christoph]  0.8.11claws74
2839
2840         * src/common/utils.[ch]
2841                 add g_int_compare() function for slist sorting
2842
2843         * src/imap.c
2844                 fetch all MsgInfos with one command in imap_get_msginfos()
2845                 using an imap set with a list of ranges
2846
2847         * src/news.c
2848                 use new g_int_compare() function
2849
2850 2003-04-06 [thorsten]   0.8.11claws73
2851
2852         * src/mh.c
2853                 corrected implementation of mh_folder_destroy()
2854
2855 2003-04-05 [christoph]  0.8.11claws72
2856
2857         * src/account.c
2858         * src/folder.[ch]
2859         * src/folderview.c
2860         * src/imap.c
2861         * src/inc.c
2862         * src/main.c
2863         * src/mainwindow.c
2864         * src/mbox_folder.c
2865         * src/mh.c
2866         * src/mimeview.h
2867         * src/msgcache.[ch]
2868         * src/news.c
2869         * src/procmime.h
2870         * src/procmsg.[ch]
2871         * src/setup.c
2872         * src/gtk/gtkutils.c
2873                 o rename structure field names class and new to klass and
2874                   new_msgs, to allow including files in C++
2875                 o add 'extern "C"' block to some header files
2876                 o add MsgInfoList and MsgNumberList as alias for GSList for
2877                   developers to know what type of list is expected
2878
2879         * src/plugins/image_viewer/plugin.c
2880         * src/plugins/image_viewer/viewer.[ch]
2881         * src/plugins/image_viewer/viewerprefs.[ch]
2882                 rename function names to prevent conflicts
2883
2884 2003-04-05 [paul]       0.8.11claws71
2885
2886         * sync with 0.8.11cvs18
2887                 see ChangeLog 2003-04-03 and 2003-04-04
2888
2889 2003-04-02 [christoph]  0.8.11claws70
2890
2891         * src/folder.[ch]
2892         * src/imap.[ch]
2893         * src/mbox_folder.[ch]
2894         * src/mh.[ch]
2895         * src/news.[ch]
2896                 o Make all virtual folder functions private
2897                 o remove unused folder code
2898
2899         * src/common/socket.[ch]
2900         * src/summaryview.c
2901                 fix warnings
2902
2903 2003-03-30 [alfons]     0.8.11claws69
2904
2905         * src/send_message.c
2906                 remove two debug traces and see if people still report
2907                 errors
2908
2909 2003-03-30 [alfons]     0.8.11claws68
2910
2911         * src/send_message.c
2912         * src/commons/session.c
2913                 add more debug traces
2914
2915 2003-03-30 [christoph]  0.8.11claws67
2916
2917         * src/folder.c
2918                 change processing folder name from .processing to processing
2919
2920         * src/common/ssl.c
2921                 disable SSL certificate check because it causes Xlib error
2922                 when the child process want's to open an GTK window
2923
2924 2003-03-30 [christoph]  0.8.11claws66
2925
2926         * src/folder.c
2927                 don't use default folder for processing folder item because
2928                 it can be a non local folder
2929
2930         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2931
2932 2003-03-30 [alfons]     0.8.11claws65
2933
2934         * src/send_message.c
2935                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2936                 to generate bad code for 'send_send_data_progressive': When
2937                 called from 'send_send_data_finished', the 'data' pointer is
2938                 cleared just before the assignment to the dialog pointer
2939
2940 2003-03-29 [christoph]  0.8.11claws64
2941
2942         * src/common/prefs.h
2943         * src/plugins/image_viewer/Makefile.am
2944         * src/plugins/image_viewer/plugin.c
2945         * src/plugins/image_viewer/viewer.[ch]
2946         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2947                 add PrefsPage for ImageViewer
2948
2949 2003-03-28 [thorsten]   0.8.11claws63
2950
2951         * src/common/session.c
2952                 added some comments
2953
2954 2003-03-28 [paul]       0.8.11claws62
2955
2956         * sync with 0.8.11cvs16
2957                 see ChangeLog 2003-03-28
2958
2959 2003-03-28 [paul]       0.8.11claws61
2960
2961         * sync with 0.8.11cvs15
2962                 see ChangeLog 2003-03-28
2963
2964 2003-03-27 [christoph]  0.8.11claws60
2965
2966         * src/folder.c
2967         * src/imap.c
2968         * src/common/socket.[ch]
2969                 set socket state to DISCONNECTED when any operation
2970                 fails to allow reconnecting in IMAP code without
2971                 checking the return code of all calls to the command
2972                 functions
2973
2974         * src/folderview.c
2975         * src/summaryview.c
2976                 remove some more stuff that depends on specific
2977                 folder types
2978
2979 2003-03-27 [paul]       0.8.11claws59
2980
2981         * sync with 0.8.11cvs14
2982                 see ChangeLog 2003-03-27
2983                 
2984         * src/selective_download.[ch]   ** REMOVED **
2985                 really removed
2986
2987 2003-03-27 [christoph]  0.8.11claws58
2988
2989         * src/folder.c
2990                 fix handling of tmp_flags in flag copy function
2991
2992 2003-03-27 [paul]       0.8.11claws57
2993
2994         * sync with 0.8.11cvs13
2995                 see ChangeLog 2003-03-27
2996
2997 2003-03-27 [oliver]     0.8.11claws56
2998
2999         * src/maiwindow.c
3000                 remove sel_download_cb
3001
3002 2003-03-27 [oliver]     0.8.11claws55
3003         
3004         * src/inc.c
3005                 remove POP3_TOP
3006         
3007 2003-03-26 [oliver]     0.8.11claws54
3008
3009         *src/pop.h
3010                 remove POP3_TOP*
3011         * README.claws
3012                 remove selective donwload readme
3013
3014 2003-03-26 [oliver]     0.8.11claws53
3015         * src/matcher.[ch]
3016         * src/matcher_parser_parse.y 
3017         * src/pop.c 
3018         * src/prefs_account.[ch]
3019         * src/prefs_filtering.c
3020                 remove selective donwload
3021
3022 2003-03-26 [oliver]     0.8.11claws52
3023
3024         * src/inc.[ch] 
3025         * src/filtering.c 
3026         * src/mainwindow.c 
3027                 remove selective donwload
3028
3029 2003-03-26 [oliver]     0.8.11claws51
3030         
3031         * src/Makefile.am
3032         * src/selective_download.[ch]   ** REMOVE **    
3033
3034 2003-03-26 [christoph]  0.8.11claws50
3035
3036         * src/news.c
3037                 fix NEWS that got broken by a sync with sylpheed-main
3038
3039 2003-03-26 [christoph]  0.8.11claws49
3040
3041         * src/mimeview.c
3042                 fix mime type guessing when no mime type is found for a file
3043
3044 2003-03-25 [christoph]  0.8.11claws48
3045
3046         * src/mimeview.c
3047         * src/procmime.c
3048                 remove mime type guessing from mime parser and use
3049                 name based mime types in viewer lookup for mime type
3050                 application/octet-stream
3051
3052 2003-03-25 [christoph]  0.8.11claws47
3053
3054         * doc-src/readme.txt
3055         * doc-src/rfc2554.txt
3056                 add RFC about SMTP AUTH
3057
3058         * src/send_message.c
3059         * src/common/smtp.[ch]
3060                 add extra error code for authentication errors and
3061                 clear temporary password when this error occurs
3062
3063         (closes Bug 84 authentication failure while sending should
3064          prompt for password again)
3065
3066 2003-03-25 [christoph]  0.8.11claws46
3067
3068         * configure.ac
3069         * src/Makefile.am
3070         * src/imageview.[ch]                            ** REMOVE **
3071         * src/messageview.[ch]
3072         * src/mimeview.[ch]
3073         * src/prefs_common.[ch]
3074         * src/textview.c
3075         * src/plugins/Makefile.am
3076         * src/plugins/image_viewer/.cvsignore           ** NEW **
3077         * src/plugins/image_viewer/Makefile.am          ** NEW **
3078         * src/plugins/image_viewer/plugin.c             ** NEW **
3079         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3080                 move image viewer into a plugin (building is enabled by default)
3081                 [ToDo: Prefs for resize and autoview]
3082
3083 2003-03-25 [paul]       0.8.11claws45
3084
3085         * sync with 0.8.11cvs12
3086                 see ChangeLog 2003-03-26
3087
3088 2003-03-25 [paul]       0.8.11claws44
3089
3090         * sync with 0.8.11cvs11
3091                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3092                 
3093         Note: Selective Download is broken.
3094                 
3095 2003-03-22 [christoph]  0.8.11claws43
3096
3097         * src/folder.c
3098                 code cleanup for flags copying
3099
3100 2003-03-22 [christoph]  0.8.11claws42
3101
3102         * src/plugins/trayicon/trayicon.c
3103                 fix setting the transparent area when the window size
3104                 is forced by the system tray
3105
3106 2003-03-22 [christoph]  0.8.11claws41
3107
3108         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3109         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3110         * src/plugins/trayicon/newmail.xpm              ** NEW **
3111         * src/plugins/trayicon/nomail.xpm               ** NEW **
3112         * src/plugins/trayicon/trayicon.c
3113         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3114                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3115                 o add icon for unread mails
3116                 o set transparency for window
3117
3118 2003-03-22 [christoph]  0.8.11claws40
3119
3120         * src/news.c
3121                 init news session to prevent crash when session is closed
3122
3123 2003-03-22 [christoph]  0.8.11claws39
3124
3125         * src/imap.c
3126         * src/common/session.[ch]
3127                 Init session data to make sure we don't have invalid pointers
3128                 for read_ch and write_ch when new multi process sessions are
3129                 not used
3130
3131         * src/main.c
3132         * src/common/plugin.c
3133         * src/common/sylpheed.c
3134         * src/plugins/demo/demo.c
3135         * src/plugins/dillo_viewer/dillo_viewer.c
3136         * src/plugins/mathml_viewer/mathml_viewer.c
3137         * src/plugins/spamassassin/spamassassin.c
3138         * src/plugins/spamassassin/spamassassin_gtk.c
3139                 add plugin types to allow loading plugins at different times
3140                 (and maybe for different frontends), because it's not good to
3141                 load GTK-Plugins gefore gtk_init was called
3142
3143         * configure.ac
3144         * src/plugins/Makefile.am
3145         * src/plugins/trayicon/.cvsignore               ** NEW **
3146         * src/plugins/trayicon/Makefile.am              ** NEW **
3147         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3148         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3149         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3150         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3151         * src/plugins/trayicon/trayicon.c               ** NEW **
3152                 New Trayicon plugin that shows an icon in a systray that uses
3153                 XEMBED protocol like Gnome's systray. Icon shows if there
3154                 are new mails and a tooltip shows information about new,
3155                 unread and total messages.
3156
3157 2003-03-22 [paul]       0.8.11claws38
3158
3159         * src/common/smtp.c
3160                 fix ESMTP AUTH CRAM-MD5
3161                 [sync with main (still version 0.8.11cvs6), see
3162                  ChangeLog 2003-03-22]
3163
3164 2003-03-21 [colin]      0.8.11claws37
3165
3166         * src/send_message.c
3167                 Fix USE_SSL => USE_OPENSSL
3168
3169 2003-03-21 [colin]      0.8.11claws36
3170
3171         * src/folderview.c
3172                 Fix counts in drag and dropped subfolders
3173
3174 2003-03-21 [colin]      0.8.11claws35
3175
3176         * src/folder.c 
3177         * src/folderview.c
3178                 speed up a bit folder dnd
3179
3180 2003-03-20 [alfons]     0.8.11claws34
3181
3182         * src/main.c
3183         * src/toolbar.c
3184         * src/procmsg.c
3185                 don't send locked queue messages
3186                 (feature request "[ 705245 ] Locking message in outbox 
3187                  should prevent sending")
3188
3189 2003-03-20 [christoph]  0.8.11claws33
3190
3191         * src/folder.c
3192                 remove NEW and UNREAD flag in special folders when scanning
3193                 
3194         * src/common/smtp.c
3195                 fix ESMTP AUTH CRAM-MD5
3196
3197 2003-03-20 [paul]       0.8.11claws32
3198
3199         * src/prefs_account.c
3200                 Re-write 'Tunnel command to open connection' as
3201                 'Use command to communicate with server', and disable
3202                 it for all except IMAP accounts
3203
3204 2003-03-20 [paul]       0.8.11claws31
3205
3206         * sync with 0.8.11cvs6
3207                 see ChangeLog 2003-03-20
3208
3209 2003-03-19 [match]      0.8.11claws30
3210
3211         * src/addritem.[ch]
3212                 include documentation. minor refactoring.
3213         * src/addr_compl.[ch]
3214         * src/addrindex.[ch]
3215         * src/addresbook.[ch]
3216         * src/summaryview.c
3217                 re-enable address lookup (was disabled in
3218                 0.8.11claws20).
3219
3220 2003-03-19 [christoph]  0.8.11claws29
3221
3222         * src/procmsg.c
3223                 add temp flag handling, will make moving and copying
3224                 messages possible again
3225
3226         * src/folder.c
3227                 correct calulation of folder stats
3228
3229 2003-03-18 [match]      0.8.11claws28
3230
3231         * src/editgroup.h
3232                 remove case sensitive comparison (closes bug 80).
3233
3234 2003-03-18 [christoph]  0.8.11claws27
3235
3236         * src/imap.c
3237                 fix imap using a tunnel command
3238
3239         (closes bug 87)
3240
3241 2003-03-18 [christoph]  0.8.11claws26
3242
3243         * src/folder.[ch]
3244         * src/imap.c
3245         * src/procmsg.[ch]
3246                 rewrite flag handling for folders
3247
3248 2003-03-18 [christoph]  0.8.11claws25
3249
3250         * src/folder.c
3251         * src/procmsg.c
3252         * src/summaryview.c
3253                 unset NEW and UNREAD flags when message is ignored, to make
3254                 sure messages don't show up as unread on other IMAP clients,
3255                 because the IGNORE_THREAD flag can not be syncronized through
3256                 the IMAP folder
3257
3258 2003-03-17 [christoph]  0.8.11claws24
3259
3260         * src/imap.c
3261                 don't use recursion to fetch uids when the number of messages
3262                 does not match. Moved code into subfunction that is used
3263                 again when needed, to prevent an endless loop.
3264
3265 2003-03-17 [thorsten]   0.8.11claws23
3266
3267         * src/imageview.[ch]
3268                 export imageview_get_resized_size() (for plugins)
3269         * src/prefs_common.[ch]
3270                 added prefs_common_get() (for plugins)
3271
3272 2003-03-17 [christoph]  0.8.11claws22
3273
3274         * src/imap.c
3275                 o remove UID guessing from copy code
3276                 o support UIDPLUS extension for APPEND command
3277
3278 2003-03-17 [paul]       0.8.11claws21
3279
3280         * src/gtk/about.c
3281                 remove 'Compiled-plugins' section.
3282                 
3283         * src/plugins/dillo_viewer/dillo_viewer.c
3284                 slight change to description text
3285
3286 2003-03-16 [match]      0.8.11claws20
3287         * src/ldapserver.[ch]           ** NEW **
3288         * src/ldapctrl.[ch]             ** NEW **
3289         * src/ldapquery.[ch]            ** NEW **
3290         * src/ldaputil.[ch]             ** NEW **
3291         * src/addrcindex.[ch]           ** NEW **
3292         * src/addrquery.h               ** NEW **
3293         * src/addritem.[ch]
3294         * src/addrcache.[ch]
3295         * src/addrindex.[ch]
3296         * src/addr_compl.[ch]
3297         * src/addressbook.[ch]
3298         * src/addrbook.[ch]
3299         * src/editgroup.c
3300         * src/editaddress.c
3301         * src/editldap.c
3302         * src/editldap_basedn.c
3303         * src/vcard.c
3304         * src/jpilot.c
3305         * src/Makefile.am
3306                 included dynamic LDAP queries. improved address
3307                 completion.
3308
3309 2003-03-16 [paul]       0.8.11claws19
3310
3311         * tools/multiwebsearch.pl
3312                 fix a fatal typo
3313
3314 2003-03-16 [christoph]  0.8.11claws18
3315
3316         * src/mimeview.c
3317         * src/plugins/dillo_viewer/dillo_viewer.c
3318         * src/plugins/mathml_viewer/mathml_viewer.c
3319                 make unregistering of MimeViewerFactorys possible
3320
3321 2003-03-16 [alfons]     0.8.11claws17
3322
3323         * configure.ac
3324                 correct typo
3325
3326 2003-03-16 [melvin]     0.8.11claws16
3327
3328         * src/plugins/dillo_viewer.c
3329                 Fixed bug where it was not possible to view more than
3330                 one text/html attachment per message (bug discovered
3331                 by Christoph Hohmann).
3332
3333 2003-03-15 [melvin]     0.8.11claws15
3334
3335         * src/prefs_actions.c
3336                 Fixed compilation warnings.
3337
3338 2003-03-15 [melvin]     0.8.11claws14
3339
3340         * src/plugins/Makefile.am
3341         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3342         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3343         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3344                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3345                 newer (http://dillo.auriga.wearlab.de/).
3346
3347 2003-03-15 [christoph]  0.8.11claws13
3348
3349         * src/imap.c
3350                 don't query imap folder for attributes because we already
3351                 for them from imap_status
3352
3353         * src/mimeview.[ch]
3354                 add support for plugable MimeViewers (unloading Viewers
3355                 not yet complete)
3356
3357         * src/plugins/Makefile.am
3358         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3359         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3360         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3361                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3362                 widget from http://helm.cs.unibo.it/mml-widget/
3363
3364 2003-03-14 [christoph]  0.8.11claws12
3365
3366         * src/folder.[ch]
3367                 o error return code's should better be negative
3368                 o replace printf with debug_print
3369
3370         * src/imap.c
3371                 improve IMAP folder scan by checking UID-NEXT
3372
3373         * src/summaryview.c
3374                 remove check that are unnecessary in my opinion
3375
3376 2003-03-13 [christoph]  0.8.11claws11
3377
3378         * src/folder.[ch]
3379         * src/foldersel.c
3380         * src/folderview.c
3381         * src/imap.c
3382         * src/mbox_folder.c
3383         * src/mh.c
3384         * src/news.c
3385         * src/prefs_scoring.c
3386         * src/summaryview.c
3387                 use a common function to get a displayable name
3388                 for a FolderItem
3389
3390 2003-03-13 [paul]       0.8.11claws10
3391
3392         * tools/Makefile.am
3393           tools/README
3394           tools/multiwebsearch.conf     ** NEW FILE **
3395           tools/multiwebsearch.pl       ** NEW FILE **
3396                 add multiwebsearch Actions script
3397
3398 2003-03-13 [colin]      0.8.11claws9
3399
3400         * src/compose.c
3401                 Remove leading emtpy lines from quoted text
3402                 before quoting it
3403
3404 2003-03-13 [melvin]     0.8.11claws8
3405
3406         * src/prefs_actions.c
3407                 Fixed a memory leak
3408                 Code clean ups
3409                 Added Cancel and OK buttons
3410                 Corrected help text
3411
3412 2003-03-13 [christoph]  0.8.11claws7
3413
3414         * src/account.c
3415         * src/folder.[ch]
3416         * src/imap.c
3417         * src/mainwindow.c
3418         * src/mbox_folder.c
3419         * src/mh.c
3420         * src/news.c
3421         * src/setup.c
3422                 replace more folder type stuff with folder class stuff
3423
3424 2003-03-13 [melvin]     0.8.11claws6
3425
3426         * src/prefs_actions.c
3427                 Added new tokens:
3428                 %u: user provided argument
3429                 %h: user provided argument (hidden on input)
3430                 %s: current text selection in the message view 
3431
3432 2003-03-13 [paul]       0.8.11claws5
3433
3434         * sync with 0.8.11cvs5
3435                 see ChangeLog 2003-03-11, 2003-03-12
3436
3437 2003-03-12 [christoph]  0.8.11claws4
3438
3439         * src/folder.c
3440                 use folder class idstr when writing folderlist.xml
3441
3442         * src/folder.h
3443         * src/imap.c
3444         * src/news.c
3445                 replace folder type checks with folder class checks
3446
3447 2003-03-12 [christoph]  0.8.11claws3
3448
3449         * src/folder.[ch]
3450         * src/imap.[ch]
3451         * src/main.c
3452         * src/mbox_folder.[ch]
3453         * src/mh.[ch]
3454         * src/news.[ch]
3455                 o create a list of known folder classes in the folder system
3456                 o use folder class id strings for folder item identifiers
3457
3458 2003-03-12 [christoph]  0.8.11claws2
3459
3460         * src/imap.c
3461                 fix imap uid validity check
3462
3463 2003-03-12 [christoph]  0.8.11claws1
3464
3465         * src/account.c
3466         * src/folder.[ch]
3467         * src/foldersel.c
3468         * src/folderview.c
3469         * src/imap.c
3470         * src/mainwindow.c
3471         * src/mbox_folder.c
3472         * src/mh.c
3473         * src/news.c
3474         * src/prefs_scoring.c
3475         * src/procmsg.c
3476         * src/setup.c
3477         * src/summaryview.c
3478                 initial restructuring of folder system, seperating
3479                 folders and folder classes
3480
3481 2003-03-12 [paul]       0.8.11claws
3482
3483         0.8.11claws release
3484
3485 2003-03-12 [christoph]
3486
3487         * src/gtk/prefswindow.c
3488                 fix translation of "Page Index"
3489
3490 2003-03-12 [paul]       0.8.10claws110
3491
3492         a sync from 0.8.11cvs4 before the release
3493
3494         * src/common/utils.c
3495                 subject_compare_for_sort(): allow null strings (fixes
3496                 summary sorting).
3497
3498 2003-03-11 [paul]       0.8.10claws109
3499
3500         * po/es.po
3501                 update Spanish translation, submitted by
3502                 Ricardo Mones Lastra
3503
3504 2003-03-11 [melvin]     0.8.10claws108
3505
3506         * po/fr.po
3507                 Updated French translations
3508
3509 2003-03-11 [paul]       0.8.10claws107
3510
3511         * manual/en/Makefile.am
3512           manual/en/*.html
3513                 update English manual, add a new page
3514                 updated by Francois Barriere <fbarriere@atmel.fr>
3515                 
3516         * po/bg.po
3517           po/it.po
3518           po/sr.po
3519                 update Bulgarian, Italian, and Serbian translations
3520                 submitted by George Danchev, Alessandro Maestri, and
3521                 Urke MMI
3522
3523 2003-03-10 [paul]       0.8.10claws106
3524
3525         * src/gtk/about.c
3526           src/gtk/prefswindow.c
3527                 make some strings translatable
3528
3529 2003-03-10 [darko]      0.8.10claws105
3530
3531         * src/compose.c
3532                 code cleanup to make Hiro happy
3533
3534 2003-03-10 [paul]       0.8.10claws104
3535
3536         * sync with 0.8.11cvs2
3537                 see ChangeLog 2003-03-10
3538
3539 2003-03-09 [melvin]     0.8.10claws103
3540
3541         * src/textview.c
3542                 textview_set_font(): fix for message display in
3543                 UTF-8 locales (thanks to Sergey Vlasov).
3544                 (was unintentionnaly reverted in 0.8.6claws6)   
3545
3546 2003-03-08 [darko]      0.8.10claws102
3547
3548         * src/compose.c
3549                 fix infinite loop in wrapping as reported
3550                 by happycactus
3551                 obsoletes patch #696482
3552
3553 2003-03-08 [christoph]  0.8.10claws101
3554
3555         * src/imap.c
3556                 add workaround for IMAP servers that do not
3557                 support the "UID SEARCH UID" command
3558
3559 2003-03-07 [christoph]  0.8.10claws100
3560
3561         * src/plugins/spamassassin/spamassassin.[ch]
3562         * src/plugins/spamassassin/spamassassin_gtk.c
3563                 code cleanup
3564
3565 2003-03-07 [paul]       0.8.10claws99
3566
3567         * po/es.po
3568                 updated Spanish translation, submitted by
3569                 Ricardo Mones Lastra
3570
3571 2003-03-07 [christoph]  0.8.10claws98
3572
3573         * src/send.c
3574                 fix in 0.8.10claws94 was wrong
3575                 local delivery does not require escaping, remove escaping
3576                 code to make signatures of mails with "." lines valid
3577                 
3578                 NOTE: requires that sendmail is executed with "-i" option,
3579                       what is the default now, but has to be changed in all
3580                       exsiting accounts)
3581
3582 2003-03-07 [paul]       0.8.10claws97
3583
3584         * sync with 0.8.11 release
3585                 see ChangeLog 2003-03-07
3586
3587 2003-03-06 [paul]       0.8.10claws96
3588
3589         * src/compose.c
3590                 revert commit 0.8.10claws92
3591
3592 2003-03-06 [paul]       0.8.10claws95
3593
3594         * src/folderview.c
3595                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3596
3597         * src/gtkaspell.c
3598                 fix bug 74, 'Crash opening editor window with pseudo-color
3599                 display'
3600                 
3601         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3602
3603 2003-03-06 [christoph]  0.8.10claws94
3604
3605         * src/send.c
3606                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3607                 all lines starting with a period get an extra period
3608                 inserted
3609                 (found by Simon 'corecode' Schubert)
3610
3611 2003-03-06 [paul]       0.8.10claws93
3612
3613         * src/folderview.c
3614                 if configured font can't be loaded fall back to gtk
3615                 default. (with thanks to Christoph)
3616                 
3617                 closes long-standing bug 15 'Crashes on startup'
3618
3619 2003-03-06 [paul]       0.8.10claws92
3620
3621         * src/compose.c
3622                 freeze text before autosave and thaw afterwards
3623                 fixes bug 67 'autosave make re-rediting message crazy'
3624
3625 2003-03-06 [christoph]  0.8.10claws91
3626
3627         * src/compose.c
3628                 ignore address comment in dupe check for Cc-list
3629
3630         (closes reopened bug 47 Replying to message strips name part of
3631          e-mail addresses of Cc: lines)
3632
3633 2003-03-06 [paul]       0.8.10claws90
3634
3635         * src/Makefile.am
3636                 remove reference to gtkxtext.h as its no longer in
3637                 the repository
3638
3639 2003-03-06 [paul]       0.8.10claws89
3640
3641         * sync with 0.8.10cvs25
3642                 see ChangeLog 2003-03-06
3643
3644 2003-03-06 [oliver]     0.8.10claws88
3645         
3646         * src/messageview.c
3647                 remove include
3648
3649 2003-03-06 [oliver]     0.8.10claws87
3650         
3651         * src/folderview.c 
3652                 remove changes introduced inclaws74
3653         * src/messageview.c
3654                 another attempt to sanely delete and update
3655                 messages deleted in separate messageview
3656
3657 2003-03-05 [christoph]  0.8.10claws86
3658
3659         * src/summaryview.c
3660                 check if "From" matches any account's address if
3661                 addressbook completion of addresses is disabled too
3662
3663         (closes Bug 70 "Display recipient in from" doesn't check
3664          folder's default account)
3665
3666 2003-03-05 [christoph]  0.8.10claws85
3667
3668         * src/compose.c
3669         * src/common/utils.[ch]
3670                 don't strip address comments when building Cc lists
3671
3672         (closes Bug 47 Replying to message strips name part of e-mail addresses
3673          of Cc: lines)
3674
3675         * src/folder.c
3676                 fix return value of copy function
3677
3678 2003-03-05 [christoph]  0.8.10claws84
3679
3680         * src/imap.c
3681                 don't ask imap server for non rfc822 headers
3682
3683         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3684
3685         * src/imap.c
3686                 destroy session on socket error to allow reconnecting
3687
3688 2003-03-05 [christoph]  0.8.10claws83
3689
3690         * configure.ac
3691                 fix building with gnome when no prefix is set
3692
3693         (closes bug 66 Gnome directory is set to NONE)
3694
3695 2003-03-05 [paul]       0.8.10claws82
3696
3697         * sync with 0.8.10cvs23
3698                 see ChangeLog 2003-03-05
3699
3700 2003-03-04 [christoph]  0.8.10claws81
3701
3702         * src/folder.c
3703                 o fix moving and copying when folder returns 0 for new
3704                   message number
3705                 o remove some code for single message copy and move
3706                   operations and use functions for multiple messages
3707
3708         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3709
3710         * src/news.c
3711                 remove unused include
3712
3713 2003-03-04 [paul]       0.8.10claws80
3714
3715         * src/gtk/about.c
3716                 list 'Compiled plugins'
3717
3718 2003-03-03 [christoph]  0.8.10claws79
3719
3720         * src/news.[ch]
3721                 have to multiply the percentage of the current fetch with
3722                 the percentage that it has of the total fetch operation
3723                 for correct values
3724
3725 2003-03-03 [christoph]  0.8.10claws78
3726
3727         * src/news.c
3728                 fix calculation of expected lines for progress indicator
3729
3730 2003-03-03 [christoph]  0.8.10claws77
3731
3732         * src/summaryview.c
3733         * src/common/utils.c
3734                 fix segfault when opening the root news folder
3735
3736 2003-03-03 [christoph]  0.8.10claws76
3737
3738         * src/mainwindow.[ch]
3739         * src/common/Makefile.am
3740         * src/common/progressindicator.[ch]
3741                 add UI independent progress indicator handling
3742
3743         * src/news.[ch]
3744                 use new progress indicator for message info fetching
3745
3746         * src/common/hooks.h
3747                 code cleanup
3748
3749 2003-03-03 [oliver]     0.8.10claws75
3750
3751         * src/toolbar.c
3752         * src/compose.c
3753                 removed commented code
3754
3755 2003-03-03 [oliver]     0.8.10claws74
3756
3757         * src/toolbar.[ch]
3758                 cleanups and refactoring
3759         * src/compose.[ch]
3760                 compose_reply_mode reply & forwarding interface for
3761                 toolbar buttons
3762         * src/folderview.c
3763                 act on messages marked for deletion in folderview_selected
3764                 based on prefs_common.immediate_exec since a message might 
3765                 have been deleted by messageview in a folder we are changing 
3766                 to (does anybody understand what I'm on about ?)
3767
3768 2003-03-03 [oliver]     0.8.10claws73
3769         
3770         * src/messageview.[ch]
3771                 new functions
3772                 - messageview_delete: delete message shown in messagview
3773                 - messageview_update_view: update messageview to currently 
3774                   selected summaryview message
3775                 - add separate messageview to msgview_list in order to update 
3776                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3777         * src/summaryview.[ch]
3778                 summary_get_selection returns a list of selected msgs
3779                 in summaryview
3780         * src/mainwindow.c
3781                 toolbar reply refactoring
3782
3783 2003-03-03 [paul]       0.8.10claws72
3784
3785         * sync with 0.8.10cvs21
3786                 see ChangeLog 2003-03-03
3787
3788 2003-03-02 [christoph]  0.8.10claws71
3789
3790         * src/common/passcrypt.c
3791                 use POSIX includes
3792
3793 2003-03-02 [christoph]  0.8.10claws70
3794
3795         * configure.ac
3796         * src/prefs_account.c
3797         * src/prefs_gtk.[ch]
3798         * src/common/.cvsignore
3799         * src/common/Makefile.am
3800         * src/common/passcrypt.c                ** NEW **
3801         * src/common/passcrypt.h.in             ** NEW **
3802                 Implement password encryption in config files
3803                 using unix encrypt and setkey functions. The crypt
3804                 key can be set as a configure parameter. Old
3805                 passwords will be converted if they do not begin
3806                 with '!'
3807
3808 2003-03-02 [paul]       0.8.10claws69
3809
3810         * src/prefs_account.c
3811                 fix compile error
3812
3813 2003-03-01 [thorsten]   0.8.10claws68
3814
3815         * po/el.po
3816           po/hr.po
3817           po/it.po
3818           po/nl.po
3819           po/sr.po
3820           po/sv.po
3821                 corrected format strings
3822         * po/en_GB.po
3823                 corrected headers
3824                 (fix compile errors with GNU gettext-0.11.5)
3825
3826 2003-03-01 [oliver]     0.8.10claws67
3827
3828         * src/summaryview.c
3829                 menu callbacks call toolbar_menu_reply
3830
3831 2003-03-01 [oliver]     0.8.10claws66
3832
3833         * src/mainwindow.c
3834         * src/messageview.c
3835                 menu callbacks call toolbar_menu_reply
3836         * src/toolbar.[ch]
3837                 callbacks from menu handled by toolbar_menu_reply
3838
3839 2003-03-01 [paul]       0.8.10claws65
3840
3841         * src/addressbook.c
3842                 revert commit 0.8.10claws54 - breaks editing of
3843                 addressbook.
3844                 
3845         * po/bg.po
3846                 update Bulgarian translation, submitted by
3847                 George Danchev
3848
3849 2003-02-28 [christoph]  0.8.10claws64
3850
3851         * src/account.c
3852         * src/addressadd.c
3853         * src/compose.c
3854         * src/gtkaspell.c
3855         * src/gtkxtext.h                ** REMOVE **
3856         * src/imap.c
3857         * src/matcher.[ch]
3858         * src/mh.c
3859         * src/news.c
3860         * src/pine.c
3861         * src/prefs_common.c
3862         * src/prefs_matcher.c
3863         * src/procheader.[ch]
3864         * src/procmsg.[ch]
3865         * src/toolbar.c
3866         * src/common/ssl_certificate.c
3867         * src/gtk/colorlabel.c
3868         * src/gtk/menu.c
3869                 o fix warnings
3870                 o remove code obsoleted by new cache and folder system rework
3871
3872 2003-02-28 [oliver]     0.8.10claws63
3873         
3874         * src/toolbar.[ch]
3875                 * fix bug where reply in Messageview replied to 
3876                 Message displayed in summaryview
3877                 (reportedd via ML by chinatinte at gmx dot ch)
3878                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3879                 didn't work in separate MessageView Toolbar
3880                 (wondering if anybody uses this at all ?)
3881         * src/summaryview.[ch]
3882                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3883                 (generalize reply and forward code);
3884         * src/messageview.c 
3885                 remove focus_in event which updated summaryview to messageview
3886
3887 2003-02-28 [paul]       0.8.10claws62
3888
3889         * po/Makefile.in.in
3890                 add the --check option
3891                 Patch submitted by Ricardo Mones Lastra
3892
3893 2003-02-28 [paul]       0.8.10claws61
3894
3895         * src/prefs_account.c
3896                 re-order 'Signature' items
3897
3898 2003-02-28 [paul]       0.8.10claws60
3899
3900         * sync with 0.8.10cvs20
3901                 see ChangeLog 2003-02-28
3902
3903 2003-02-28 [paul]       0.8.10claws59
3904
3905         * po/POTFILES.in
3906                 update to reflect recent movement of files
3907
3908 2003-02-28 [paul]       0.8.10claws58
3909
3910         * sync with 0.8.10cvs19
3911                 see ChangeLog 2003-02-28
3912
3913 2003-02-27 [martin]     0.8.10claws57
3914
3915         * src/prefs_matcher.c 
3916                 fix segfault in prefs_matcher_ok() when the
3917                 last entry is deleted and prevents that the
3918                 message "entry not saved" comes up after deleting
3919                 an entry
3920
3921 2003-02-27 [martin]     0.8.10claws56
3922
3923         * src/prefs_filtering.c 
3924                 fix segfault in prefs_filtering_ok() when the
3925                 last entry is deleted and prevents that the
3926                 message "entry not saved" comes up after deleting
3927                 an entry
3928
3929 2003-02-27 [paul]       0.8.10claws55
3930
3931         * sync with 0.8.10cvs18
3932                 see ChangeLog 2003-02-27
3933
3934 2003-02-27 [paul]       0.8.10claws54
3935
3936         * src/addressbook.c
3937                 fix bug where the address book crashes with 
3938                 multiple lookups.
3939                 Patch [687729] submitted by David Frager 
3940                 <dbfrager@users.sourceforge.net>
3941
3942 2003-02-25 [christoph]  0.8.10claws53
3943
3944         * src/Makefile.am
3945         * src/colorlabel.[ch]           ** REMOVE **
3946         * src/gtk/Makefile.am
3947         * src/gtk/colorlabel.[ch]       ** NEW **
3948                 move colorlabel files to gtk directory
3949
3950         * src/esmtp.[ch]                ** REMOVE **
3951                 has been merged into smtp.[ch] in 0.7.5
3952
3953 2003-02-25 [christoph]  0.8.10claws52
3954
3955         * src/Makefile.am
3956         * src/about.[ch]                ** REMOVE **
3957         * src/gtk/Makefile.am
3958         * src/gtk/about.[ch]            ** NEW **
3959                 move about files to gtk directory
3960
3961 2003-02-25 [christoph]  0.8.10claws51
3962
3963         * src/folder.c
3964                 some code optimization of folder scanning code
3965
3966         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3967
3968 2003-02-25 [christoph]  0.8.10claws50
3969
3970         * src/main.c
3971         * src/common/sylpheed.c
3972                 add command line parameter parsing to common code
3973
3974 2003-02-24 [christoph]
3975
3976         * Makefile.am
3977         * configure.ac
3978                 fix gnome prefix problems, the configure script now removed
3979                 `gnome-config --prefix` from `gnome-config --datadir`
3980                 and adds $(prefix} instead
3981
3982         (closes Bug 24 Makefile does not respect prefix when installing
3983          GNOME data)
3984
3985 2003-02-24 [christoph]  0.8.10claws49
3986
3987         * src/news.c
3988                 check for valid session before trying to authenticate
3989
3990         (closes Bug 60 crash if "authenticate on logon" is activated
3991          and newsserver-hostname is not valid)
3992
3993 2003-02-24 [melvin]     0.8.10claws48
3994
3995         * src/prefs_actions.c
3996                 Make sure all user's input is sent to the action and then
3997                 close the socket..
3998
3999 2003-02-23 [alfons]     0.8.10claws46
4000
4001         * src/summaryview.c
4002                 also wait cursor when deleting files
4003
4004 2003-02-23 [paul]
4005
4006         * tools/freshmeat_search.pl
4007           tools/google_search.pl
4008                 scripts should now work for any browser/browser command line
4009
4010 2003-02-22 [christoph]  0.8.10claws45
4011
4012         * src/procmsg.c
4013                 fix IMAP flag setting, IMAP flag is not handled correctly
4014                 anymore by the folder system and information about the
4015                 folder should not be saved in the MsgInfo (in my opinion)
4016
4017         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4018
4019 2003-02-22 [christoph]  0.8.10claws44
4020
4021         * src/summaryview.c
4022                 fix spelling of "label" ;-)
4023
4024 2003-02-22 [thorsten]   0.8.10claws43
4025
4026         * src/mimeview.c
4027           src/prefs_common.[ch]
4028           src/procmime.[ch]
4029                 do not use description as attachment name
4030
4031 2003-02-22 [alfons]     0.8.10claws42
4032
4033         * src/summaryview.c
4034                 freeze/thaw folder item updates when changing color labels,
4035                 and put a wait cursors on
4036
4037 2003-02-22 [thorsten]   0.8.10claws41
4038
4039         * src/mimeview.c
4040                 save-all fixes: crash if invoked on multipart container,
4041                 mimeinfo access, pathseparators, error dialog
4042
4043 2003-02-21 [alfons]     0.8.10claws40
4044
4045         * src/prefs_gtk.c
4046                 remove unused var
4047
4048 2003-02-21 [colin]      0.8.10claws39
4049
4050         * src/send.c
4051                 Fix smtp logging
4052
4053 2003-02-21 [colin]      0.8.10claws38
4054
4055         * src/summaryview.c
4056                 Freeze/thaw folderItem updates when filtering messages 
4057                 via Tools/Filter messages
4058
4059 2003-02-21 [paul]       0.8.10claws37
4060
4061         * src/compose.c
4062                 revert commit 0.8.10claws26, there are ulterior motives
4063                 for users to set a Reply-To header when posting to
4064                 newsgroups
4065
4066 2003-02-21 [paul]       0.8.10claws36
4067
4068         * sync with 0.8.10cvs17
4069                 see ChangeLog 2003-02-21
4070
4071 2003-02-20 [christoph]  0.8.10claws35
4072
4073         * src/imap.c
4074                 IMAP UID fetch speedup using SEARCH
4075
4076         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4077
4078         * src/imap.c
4079                 fix problem with UIDs in IMAP UID cache that no longer existed
4080
4081 2003-02-20 [christoph]  0.8.10claws34
4082
4083         * src/imap.c
4084         * src/procheader.c
4085         * src/procheader.h
4086                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4087
4088         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4089
4090         * src/imap.c
4091                 Rewrite imap_cmd_gen_recv use sock_getline instead
4092                 of sock_gets to avoid problems with too long reply
4093                 lines
4094     
4095 2003-02-20 [colin]      0.8.10claws33
4096         
4097         * src/prefs_account.c
4098                 Better wording
4099
4100 2003-02-20 [colin]      0.8.10claws32
4101
4102         * src/compose.c
4103                 Remove useless '&& !to_sender' 
4104
4105 2003-02-20 [darko]
4106
4107         * AUTHORS
4108                 change my e-mail address
4109
4110 2003-02-19 [colin]      0.8.10claws31
4111
4112         * src/prefs_common.c
4113                 X11 style colors for every configurable color
4114
4115 2003-02-19 [alfons]     0.8.10claws30
4116
4117         * src/prefs_gtk.[ch]
4118         * src/prefs_common.c
4119                 for color_new accept both plain integers and X11 style color
4120                 names (as found in /usr/lib/X11/rgb.txt)
4121
4122 2003-02-19 [paul]       0.8.10claws29
4123
4124         * src/mainwindow.c
4125                 add tooltips to online/offline button and account selector
4126                 button
4127
4128 2003-02-19 [paul]       0.8.10claws28
4129
4130         * src/folder.c
4131           src/news.c
4132           src/prefs_account.[ch]
4133           src/prefs_common.[ch]
4134                 move 'Maximum number of articles to download' to
4135                 account prefs.
4136                 clean up account prefs gui a little by hiding entries
4137                 rather then greying out entries
4138
4139 2003-02-19 [hiro]       0.8.10claws27
4140
4141         * src/common/utils.c
4142                 fix bug #54 'yesterdays date is displayed in the message 
4143                 summary window'
4144
4145 2003-02-19 [paul]       0.8.10claws26
4146
4147         * src/compose.c
4148                 fix bug reported in Feature Request [688596] 
4149                 'Reply-to header in news'
4150
4151 2003-02-18 [paul]       0.8.10claws25
4152
4153         * src/select-keys.c
4154                 add a 'List all keys' button to key selection dialog
4155
4156 2003-02-18 [colin]      0.8.10claws24
4157         
4158         * src/stock_pixmap.c
4159                 fix compile error
4160
4161 2003-02-18 [colin]      0.8.10claws23
4162
4163         * src/common/smtp.[ch]
4164           src/prefs_account.c
4165                 Try to starttls if it seems to be the only
4166                 way to authenticate a user
4167
4168 2003-02-18 [paul]       0.8.10claws22
4169
4170         * src/Makefile.am
4171           src/folderview.c
4172           src/stock_pixmap.[ch]
4173           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4174           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4175                 as a Drafts folder is a special folder allow it to have
4176                 its own unique icons
4177
4178 2003-02-18 [colin]      0.8.10claws21
4179
4180         * src/imap.c
4181                 Fix port selection when using starttls
4182
4183 2003-02-18 [paul]       0.8.10claws20
4184
4185         * src/mainwindow.c
4186           src/prefs_common.[ch]
4187                 make blue the default new mail colour
4188
4189 2003-02-18 [paul]       0.8.10claws19
4190
4191         * sync with 0.8.10cvs14
4192                 see ChangeLog 2003-02-18
4193
4194 2003-02-17 [jens]       0.8.10claws18
4195
4196         * src/common/md5.c
4197                 fixed a compile problem with gcc 3.3
4198                 works on 2.95.3 too (testet on PPC as it is big endian)
4199
4200 2003-02-17 [paul]       0.8.10claws17
4201
4202         * sync with 0.8.10cvs13
4203                 see ChangeLog 2003-02-17
4204
4205 2003-02-17 [paul]       0.8.10claws16
4206
4207         * sync with 0.8.10cvs12
4208                 see ChangeLog 2003-02-17
4209
4210 2003-02-16 [match]      0.8.10claws15
4211
4212         * src/addressbook.c
4213                 Eliminates reloading of address data when items
4214                 deleted or added. Applied submitted by
4215                 Luke Plant <lukeplant@softhome.net>
4216
4217 2003-02-16 [paul]       0.8.10claws14
4218
4219         * src/news.c
4220                 when a 'protocol error' is encountered disconnect from
4221                 the server. This means that the user can carry on viewing
4222                 other articles and doesn't have to either wait until the
4223                 server timesout or quit sylpheed.
4224                 Fixes bug #53 'Unable to read messages in newsgroups, 
4225                 displayed message doesn't change'
4226
4227 2003-02-15 [christoph]  0.8.10claws13
4228
4229         * src/imap.c
4230                 fix bug that stopped scanning of folders when an
4231                 IMAP folder was empty
4232
4233         (closes bug 46 stop scan messages in folders after empty folder)
4234
4235 2003-02-15 [paul]
4236
4237         * tools/Makefile.am
4238           tools/README
4239           tools/freshmeat_search.pl     ** NEW FILE **
4240           tools/google_search.pl        ** NEW FILE **
4241                 Add 2 Actions scripts which search freshmeat/google
4242                 for the selected text using the browser configured
4243                 in sylpheedrc.
4244                 
4245         Note: These scripts are very dependent on the format of the
4246         browser command and may not work on every occasion. Testing
4247         is welcome. 
4248
4249 2003-02-14 [alfons]     0.8.10claws12
4250
4251         * src/compose.c
4252                 fix breakage because of uninitialized account pointer.
4253                 please verify.
4254
4255 2003-02-14 [paul]       0.8.10claws11
4256
4257         * src/compose.c
4258           src/prefs_account.[ch]
4259           src/prefs_common.[ch]
4260                 move signature settings to Account Prefs
4261
4262 2003-02-14 [paul]       0.8.10claws10
4263
4264         * sync with 0.8.10cvs11
4265                 see ChangeLog 2003-02-14
4266
4267 2003-02-13 [thorsten]   0.8.10claws9
4268
4269         * src/news.c
4270                 revert news progressbar (GUI separation)
4271
4272 2003-02-13 [paul]       0.8.10claws8
4273
4274         * src/compose.c
4275                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4276                 paragraph 1
4277
4278 2003-02-13 [paul]       0.8.10claws7
4279
4280         * src/compose.[ch]
4281           src/summaryview.c
4282                 fix 'Follow-up and Reply-to' so that it creates a reply to
4283                 the newsgroup and the sender. If the message has the keyword
4284                 'poster' in the Followup-To header, all replies go to the
4285                 sender, re: RFC 1036, Section 2.2.3
4286                 rename all instances of 'ignore_replyto' to 'to_sender', both
4287                 were previously used, now we use just one.
4288
4289 2003-02-13 [paul]       0.8.10claws6
4290
4291         * sync with 0.8.10cvs9
4292                 see ChangeLog 2003-02-13
4293
4294 2003-02-13 [paul]       0.8.10claws5
4295
4296         * configure.ac
4297                 show which plugins are configured in the configure
4298                 output.
4299
4300 2003-02-12 [thorsten]   0.8.10claws4
4301
4302         * src/news.c
4303                 show progress while fetching news headers
4304
4305 2003-02-12 [christoph]  0.8.10claws3
4306
4307         * configure.ac
4308         * src/plugins/Makefile.am
4309                 use AM_CONDITIONAL to enable plugins, automake correctly
4310                 manages this when creating distdir
4311
4312 2003-02-12 [christoph]  0.8.10claws2
4313
4314         * ac/spamassassin.m4
4315         * src/plugins/spamassassin/Makefile.am
4316                 fix building SpamAssassin plugin without OpenSSL
4317
4318 2003-02-12 [paul]       0.8.10claws1
4319
4320         * ac/Makefile.am
4321           src/Makefile.am
4322           src/plugins/Makefile.am
4323                 fix failure of 'make release'
4324
4325 2003-02-12 [paul]       0.8.10claws
4326
4327         * 0.8.10claws released
4328
4329 2003-02-12 [paul]       0.8.9claws56
4330
4331         * po/bg.po
4332           po/es.po
4333           po/it.po
4334           po/ru.po
4335           po/sr.po
4336                 updated translations by George Danchev, Ricardo Mones Lastra,
4337                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4338                 
4339         * sylpheed.spec.in
4340                 Allow the building of RPMs by a regular user. Submitted
4341                 by Sergei Astanin
4342
4343 2003-02-11 [alfons]     0.8.9claws55
4344
4345         * src/colorlabel.c
4346                 don't use pixmaps for label color rect but draw rectangles
4347                 so we can respect the color map of palette based visuals
4348                 (fixes the long time crashes on Suns - thanks to Andreas
4349                 Engel and Steve O'Hara-Smith for testing)
4350
4351 2003-02-11 [christoph]  0.8.9claws54
4352
4353         * src/matcher_parser_parse.y
4354                 correct bug where filering rules of not existing folders in
4355                 matcherrc were added to global filtering
4356                 
4357         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4358          main filter-rules after removing directory, http://bugs.debian.org/180253)
4359         
4360 2003-02-11 [paul]       0.8.9claws53
4361
4362         * sync with 0.8.10cvs7
4363                 see ChangeLog 2003-02-09
4364
4365 2003-02-11 [melvin]     0.8.9claws52
4366
4367         * po/fr.po
4368                 Updated French tranlsations
4369
4370 2003-02-10 [paul]       0.8.9claws51
4371
4372         * sylpheed.spec.in
4373                 correct --enable-openssl
4374                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4375
4376 2003-02-09 [martin]     0.8.9claws50
4377
4378         * src/prefs_matcher.c
4379                 fix segfault in prefs_matcher_substitute_cb() when
4380                 no row is selected
4381
4382 2003-02-09 [paul]       0.8.9claws49
4383
4384         * src/folderview.c
4385                 fix bug where a newsgroup folder's processing rules were
4386                 merged with the global filtering rules when the newsgroup
4387                 folder was deleted, causing some seriously bad results,
4388                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4389
4390 2003-02-08 [melvin]     0.8.9claws48
4391
4392         * src/compose.c
4393                 Corrected and modified an alert message.
4394
4395 2003-02-07 [paul]       0.8.9claws47
4396
4397         * src/folderview.c
4398                 fix bug where both an 'Account properties' window and a
4399                 'Folder properties' window were opened when clicking on
4400                 'Properties' in an NNTP or IMAP folder's popup menu.
4401
4402 2003-02-07 [paul]       0.8.9claws46
4403
4404         * sync with 0.8.10cvs6
4405                 see ChangeLog 2003-02-06
4406
4407 2003-02-06 [christoph]  0.8.9claws45
4408
4409         * src/mbox.c
4410                 freeze folder updates while importing mbox files
4411                 (closes bug 43 importing mbox took hours)
4412                 
4413         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4414
4415 2003-02-06 [thorsten]   0.8.9claws44
4416
4417         * po/de.po
4418                 Updated german translations
4419
4420 2003-02-06 [thorsten]   0.8.9claws43
4421
4422         * src/news.h
4423                 use guint for message numbers (fix count in grouplist dialog)
4424
4425 2003-02-05 [paul]       0.8.9claws42
4426
4427         * sync with 0.8.10cvs2
4428                 see ChangeLog 2003-02-05
4429
4430 2003-02-04 [colin]      0.8.9claws41
4431
4432         * src/prefs_common.[ch]
4433           src/procmsg.c
4434           src/summaryview.c
4435                 Add an option to disable threading by subject
4436
4437 2003-02-04 [christoph]  0.8.9claws40
4438
4439         * src/inc.c
4440                 only abort fetching mails from multiple accounts when the
4441                 error is fatal and does not allow to check any more accounts
4442                 (currently only disk full error)
4443
4444         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4445          receive mails for other accouts)
4446
4447 2003-02-04 [christoph]  0.8.9claws39
4448
4449         * src/folder.c
4450                 first add the new message to the cache, then
4451                 send the update notification
4452
4453         (closes bug 39 after sending message folderview doesnt get updated)
4454
4455 2003-02-04 [colin]      0.8.9claws38
4456
4457         * src/inc.c
4458                 _really_ fix this Connecting... status
4459
4460 2003-02-04 [paul]       0.8.9claws37
4461
4462         * sync with 0.8.10
4463                 see ChangeLog 2003-02-04
4464
4465 2003-02-04 [paul]       0.8.9claws36
4466
4467         * sync with 0.8.9cvs6
4468                 see ChangeLog 2003-02-03
4469
4470 2003-02-04 [paul]       0.8.9claws35
4471
4472         * po/pt_BR.po
4473                 updated by André Filipe de Assunção e Brito 
4474                 <bedecko@netsite.com.br>
4475
4476 2003-02-03 [thorsten]   0.8.9claws34
4477
4478         * po/de.po
4479                 Updated german translations
4480
4481 2003-02-02 [paul]       0.8.9claws33
4482
4483         * po/es.po
4484                 updated by Ricardo Mones Lastra
4485
4486 2003-02-02 [thorsten]   0.8.9claws32
4487
4488         * src/mh.c
4489                 Fix mh_get_msginfo() segfault if file is inaccessible
4490
4491 2003-01-31 [colin]      0.8.9claws31
4492
4493         * src/procheader.c
4494                 Fix last commit's bug
4495
4496 2003-01-31 [colin]      0.8.9claws30
4497
4498         * src/procheader.c
4499                 Missing a change for gpg-signed messages
4500
4501 2003-01-31 [paul]       0.8.9claws29
4502
4503         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4504           src/procheader.c
4505           src/stock_pixmap.[ch]
4506           src/summaryview.c
4507                 indicate GnuPG signed messages by displaying an icon
4508                 in the Attachment column.
4509
4510 2003-01-31 [paul]       0.8.9claws28
4511
4512         * sync with 0.8.9cvs4
4513                 see ChangeLog 2003-01-31
4514
4515 2003-01-31 [alfons]     0.8.9claws27
4516
4517         * src/textview.c
4518                 tune URI parser to accept mailto URLs with a '?'
4519                 (patch from Ruslan Balkin)
4520
4521 2003-01-31 [colin]      0.8.9claws26
4522
4523         * src/summaryview.c
4524                 Fix a leak introduced in claws24
4525
4526 2003-01-31 [colin]      0.8.9claws25
4527
4528         * src/summaryview.c
4529                 Freeze/Thaw folder updates when deleting dups
4530
4531 2003-01-31 [colin]      0.8.9claws24
4532         
4533         * src/addr_compl.c
4534           src/summaryview.c
4535           src/msgcache.c
4536                 little speed improvements
4537
4538 2003-01-31 [colin]      0.8.9claws23
4539
4540         * src/summaryview.c
4541                 Fix segfault when forwarding nothing
4542                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4543                 
4544 2003-01-30 [paul]       0.8.9claws22
4545
4546         * sync with 0.8.9cvs3
4547                 see ChangeLog 2003-01-30
4548
4549 2003-01-30 [paul]       0.8.9claws21
4550
4551         * sync with 0.8.9cvs2
4552                 see ChangeLog 2003-01-30
4553
4554 2003-01-29 [paul]       0.8.9claws20
4555
4556         * sync with 0.8.9cvs1
4557                 see ChangeLog 2003-01-29
4558
4559 2003-01-28 [paul]       0.8.9claws19
4560
4561         * po/POTFILES.in
4562                 update to reflect changes. 
4563                 thanks to Ricardo Mones Lastra
4564
4565 2003-01-27 [christoph]  0.8.9claws18
4566
4567         * ac/openssl.m4
4568         * ac/spamassassin.m4
4569         * src/plugins/spamassassin/README
4570         * src/plugins/spamassassin/libspamc.[ch]
4571         * src/plugins/spamassassin/utils.[ch]
4572                 updated to latest libspamc
4573
4574 2003-01-27 [christoph]  0.8.9claws17
4575
4576         * src/folder.c
4577                 fix wrong use of procheader_get_header_fields
4578
4579 2003-01-27 [christoph]  0.8.9claws16
4580
4581         * src/news.c
4582         * src/prefs_account.[ch]
4583         * src/common/nntp.[ch]
4584                 allow to force authentication for NNTP servers
4585
4586         Patch submitted by Florian Mickler <dmk@d-labs.de>
4587
4588 2003-01-26 [paul]       0.8.9claws15
4589
4590         * src/summaryview.c
4591                 speed up of marking messages as read
4592                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4593
4594 2003-01-26 [christoph]  0.8.9claws14
4595
4596         * src/Makefile.am
4597         * src/mgutils.[ch]              ** REMOVE **
4598         * src/xml.[ch]                  ** REMOVE **
4599         * src/xmlprops.[ch]             ** REMOVE **
4600         * src/common/Makefile.am
4601         * src/common/mgutils.[ch]       ** NEW **
4602         * src/common/xml.[ch]           ** NEW **
4603         * src/common/xmlprops.[ch]      ** NEW **
4604                 move xml files to common directory
4605
4606 2003-01-26 [christoph]  0.8.9claws13
4607
4608         * src/plugins/spamassassin/spamassassin_gtk.c
4609                 only set gtk entry text if string is available
4610
4611 2003-01-26 [melvin]     0.8.9claws12
4612
4613         * src/description_window.c
4614                 Allow resizing of the window
4615                 Allow automatic horizontal scroll bar
4616                 Do not vertically expand and fill
4617
4618 2003-01-26 [christoph]  0.8.9claws11
4619
4620         * src/Makefile.am
4621         * src/gtkutils.[ch]             ** REMOVE **
4622         * src/common/sylpheed.c
4623         * src/gtk/Makefile.am
4624         * src/gtk/description_window.c
4625         * src/gtk/gtkutils.[ch]         ** NEW **
4626         * src/gtk/prefswindow.c
4627                 move gtkutils to gtk directory
4628
4629 2003-01-26 [paul]       0.8.9claws10
4630
4631         * src/summaryview.c
4632                 rename summary_unread_clicked() to summary_status_clicked()
4633
4634 2003-01-26 [melvin]     0.8.9claws9
4635
4636         * src/prefs_actions.c
4637                 Cosmetical changes to the help text
4638
4639 2003-01-26 [paul]       0.8.9claws8
4640
4641         * src/folder.[ch]
4642           src/mainwindow.c
4643           src/prefs_common.c
4644           src/prefs_sumamry_column.c
4645           summaryview.[ch]
4646                 rename the 'Unread' column to 'Status'
4647
4648 2003-01-25 [match]      0.8.9claws7
4649
4650         * src/mgutils.[ch]
4651                 removed reference to LDAP constants. removed error2string.
4652                 included functions to support LDAP dynamic queries.
4653         * src/syldap.h
4654                 moved LDAP constants here.
4655         * src/addressbook.c
4656         * src/addrindex.c
4657         * src/importldif.c
4658                 removed references to LDAP constants and references to
4659                 error2string.
4660
4661 2003-01-25 [paul]       0.8.9claws6
4662
4663         * src/summaryview.c
4664                 summary_thread_build(), summary_thread_init(): remove 
4665                 unneeded reference to summaryview->folder_item
4666
4667 2003-01-25 [christoph]  0.8.9claws5
4668
4669         * src/gtk/description_window.c
4670                 o allow description texts to expand over multiple columns
4671                 o translate all columns
4672         * src/prefs_actions.c
4673                 change syntax description to use new multi column feature
4674
4675         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4676
4677 2003-01-25 [match]      0.8.9claws4
4678
4679         * src/vcard.c
4680                 fixed bug with Quoted-Printable
4681
4682 2003-01-25 [paul]       0.8.9claws3
4683
4684         * src/folder.[ch]
4685           src/summaryview.[ch]
4686                 implement per-folder collapsed/expanded threads setting
4687                 
4688         * src/prefs_common.c
4689                 remove global collapsed/expanded threads option
4690
4691 2003-01-25 [christoph]  0.8.9claws2
4692
4693         * po/POTFILES.in
4694                 add pluginwindow and prefswindow
4695         * src/compose.c
4696                 make send respond correctly to messages that could be added
4697                 to the queue folder, but the UID of the message is unknown
4698         * src/folder.c
4699         * src/imap.c
4700                 don't return guessed UIDs in imap_add_msg anymore. We return
4701                 0 to tell the folder system it was appened but the UID is
4702                 unknown. Folder system now get's the UID by scaning the folder
4703                 and searching the cache for the Message-ID
4704                 (closes bug #29 Messages queued, but not sent)
4705
4706 2003-01-25 [paul]       0.8.9claws1
4707
4708         * src/codeconv.c
4709                 conv_encode_header():  fix bug when long headers with 8-bit
4710                 characters are used, so that the encoded words are wrapped.
4711                 If the space in the original text falls on the wrap boundary,
4712                 it can be lost.
4713                 Patch by Sergey Vlasov.
4714                 
4715         * src/folderview.c
4716                  fix bug where a change to the sorting method or thread view
4717                  of a folder's messages is lost if simpify-subject is set and
4718                  toggled on or off.
4719                  Patch by Luke Plant.
4720
4721 2003-01-24 [paul]       0.8.9claws
4722
4723         * sylpheed-0.8.9claws released
4724         
4725         * Makefile.am
4726           sylpheed.spec.in
4727                 remove reference to 'INSTALL.jp'
4728
4729 2003-01-23 [paul]       0.8.8claws128
4730
4731         * po/es.po
4732           po/it.po
4733           po/ru.po
4734           po/sr.po
4735                 updated translations. submitted by Ricardo Mones Lastra,
4736                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4737
4738 2003-01-23 [colin]      0.8.8claws127
4739
4740         * src/compose.c
4741                 Fix drafted and queued news articles re-edition
4742
4743 2003-01-23 [melvin]     0.8.8claws126
4744
4745         * po/fr.po
4746                 Updated French translations
4747
4748 2003-01-23 [colin]      0.8.8claws125
4749
4750         * src/inc.c
4751                 Fix "Connecting to..." status message
4752
4753 2003-01-22 [paul]       0.8.8claws124
4754
4755         * po/bg.po
4756                 updated by George Danchev
4757                 
4758         * src/folder.c
4759                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4760                 and folder deletion
4761
4762 2003-01-21 [paul]       0.8.8claws123
4763
4764         * po/bg.po
4765                 updated by George Danchev
4766                 
4767         * src/about.c
4768                 its now 2003
4769                 
4770         * src/toolbar.c
4771                 don't translate 'Separator'
4772                 
4773         * src/plugins/spamassassin/Makefile.am
4774                 add aspell to CPPFLAGS
4775                 
4776         * src/plugins/spamassassin/spamassassin.c
4777           src/plugins/spamassassin/spamassassin_gtk.c
4778                 set correct default for spamassassin_receive_spam
4779                 slightly re-word descriptions and some
4780                 other minor changes
4781
4782 2003-01-19 [alfons]     0.8.8claws122
4783                 
4784         * src/mimeview.c
4785                 mimeview_save_as(): we might as well show the file name for
4786                 the single case "Save As" too
4787
4788 2003-01-19 [alfons]     0.8.8claws121
4789
4790         * src/crash.c
4791                 change bug tracker URL to bugzilla URL
4792
4793 2003-01-19 [alfons]     0.8.8claws120
4794
4795         * src/mimeview.c
4796                 mimeview_save_all(): display name of file before overwriting;
4797                 continue saving all, even when one overwrite was cancelled
4798
4799 2003-01-19 [christoph]  0.8.8claws119
4800
4801         * src/summaryview.c
4802         * src/procmsg.[ch]
4803                 fix wrong usage of procmsg_find_children in summaryview
4804                 by using procmsg_update_unread_children instead of
4805                 summaryview_update_unread_children
4806
4807 2003-01-19 [christoph]  0.8.8claws118
4808
4809         * src/procmsg.c
4810                 fix infinite loop in procmsg_find_children
4811                  (closes bug #25 sylpheed crashes on delete.)
4812
4813         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4814
4815 2003-01-19 [paul]       0.8.8claws117
4816
4817         * po/pt_BR.po
4818                 updated by Ivan Francolin Martinez
4819
4820 2003-01-18 [melvin]     0.8.8claws116
4821
4822         * src/prefs_actions.c
4823                 Removed syntax limitation of only one '&' at the end of command.
4824                         Now actions that contain '>/dev/null 2>&1' are possible.
4825
4826 2003-01-18 [melvin]     0.8.8claws115
4827
4828         * src/prefs_actions.c
4829                 Actions IO dialog: when the action ends
4830                 the "Close" button now has focus and [Escape] closes the
4831                 window.
4832
4833 2003-01-18 [christoph]  0.8.8claws114
4834
4835         * src/procmsg.c
4836                 o add debug output when MsgInfos are really freed
4837                 o free GSLists in procmsg_find_children and
4838                   procmsg_update_unread_children
4839
4840 2003-01-18 [christoph]  0.8.8claws113
4841
4842         * src/mainwindow.c
4843                 reorder Configuration menu
4844
4845 2003-01-18 [christoph]  0.8.8claws112
4846
4847         * src/compose.c
4848                 fix applying templates to forwarded messages
4849
4850         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4851
4852 2003-01-17 [christoph]  0.8.8claws111
4853
4854         * src/folder.c
4855                 destroy folder items, when a folder item is removed
4856
4857 2003-01-17 [christoph]  0.8.8claws110
4858
4859         * src/folder.c
4860                 fix wrong folder stats update when ignored message is
4861                 deleted
4862
4863 2003-01-17 [colin]      0.8.8claws109
4864         
4865         * src/mainwindow.c
4866         * src/summaryview.c
4867                 Quicksearch bugfixes: 
4868                 - hide help button at startup if not extended
4869                 - switch to extended when looking for replies
4870
4871 2003-01-17 [paul]
4872
4873         * sync with 0.8.9 release
4874
4875 2003-01-17 [paul]       0.8.8claws108
4876
4877         * sync with 0.8.8cvs11
4878                 see ChangeLog 2003-01-17
4879
4880 2003-01-16 [colin]      0.8.8claws107
4881
4882         * src/procmsg.c
4883                 Changed encryption test to re-ask passphrase
4884                 if an encrypted message hasn't been decrypted
4885                 Fixes bug #5
4886
4887 2003-01-16 [christoph]  0.8.8claws106
4888
4889         * src/prefs_gtk.c
4890         * src/prefs_toolbar.c
4891         * src/gtk/prefswindow.h
4892         * src/plugins/spamassassin/spamassassin_gtk.c
4893                 remove page destroy function that is not used anymore
4894
4895 2003-01-16 [paul]       0.8.8claws105
4896
4897         * sync with 0.8.8cvs9
4898                 see ChangeLog 2002-01-16
4899
4900 2003-01-16 [colin]      0.8.8claws104
4901
4902         * src/compose.[ch]
4903                 Fix bug with autosaved drafts for IMAP, when draft
4904                 folder is specified - fixes bugzilla bug #20
4905
4906 2003-01-15 [paul]       0.8.8claws103
4907
4908         * src/compose.[ch]
4909           src/procmsg.c
4910                 store folder and message-id of message forwarding
4911                 in queue header and set forward flag after sending
4912
4913 2003-01-15 [paul]       0.8.8claws102
4914
4915         * sync with 0.8.8cvs8
4916                 see ChangeLog 2002-01-15
4917
4918 2003-01-15 [colin]      0.8.8claws101
4919
4920         * src/Makefile.am
4921                 Fix linking with GNU libiconv
4922
4923 2003-01-15 [darko]      0.8.8claws100
4924
4925         * src/pine.c
4926                 fix crash when importing pine address book
4927                 entry with an empty name (reported by DY
4928                 <dybulk at tri8.net>)
4929
4930 2003-01-14 [paul]       0.8.8claws99
4931
4932         * configure.in  ** REMOVED **
4933           configure.ac  ** NEW FILE **
4934                 rename configure.in to configure.ac, as it is now
4935                 preferred
4936
4937 2003-01-14 [melvin]     0.8.8claws98
4938
4939         * src/folderview.c
4940                 folderview_check_new(): More precise function description
4941
4942 2003-01-14 [melvin]     0.8.8claws97
4943
4944         * src/folderview.c
4945                 folderview_check_new(): return the number of new messages 
4946                         since last check.
4947         * src/inc.c
4948                 inc_account_mail(): Disable counting of new messages for IMAP
4949                         and NNTP until bug [19] and [14] are fixed.
4950
4951 2003-01-14 [paul]       0.8.8claws96
4952
4953         * sync with 0.8.8cvs6
4954                 see ChangeLog 2003-01-14
4955
4956 2003-01-13 [alfons]     0.8.8claws95
4957
4958         * src/textview.c
4959                 tune email address validation (c. 0.8.8claws89): if . is 
4960                 just one char away from @, the address is invalid too 
4961                 (correctly rejects addresses like foo@.com)
4962
4963 2003-01-13 [paul]       0.8.8claws94
4964
4965         * src/messageview.c
4966           src/toolbar.c
4967                 fixes to the Message View toolbar and menu:
4968                 fix non-functioning Forward button
4969                 make Reply button consider default_reply_list
4970                 remove 'Follow-up...' menu entry
4971                 add 'Forward' and 'Redirect' menu entries
4972
4973 2003-01-13 [melvin]     0.8.8claws93
4974
4975         * src/inc.c
4976                 Fixed typo that could make new messages count incorrect.
4977
4978 2003-01-13 [melvin]     0.8.8claws92
4979
4980         * src/folderview.[ch]
4981                 folderview_check_new(): return the number of new messages.
4982         * src/inc.c
4983                 Should fix bug [14] where new mail notification worked 
4984                         incorrectly with IMAP accounts.
4985                 inc_spool_account(): return number of new msgs, or -1 on error
4986                 inc_all_spool(): return number of new msgs
4987                 
4988 2003-01-13 [melvin]     0.8.8claws91
4989
4990         * src/prefs_actions.c
4991                 Justify help text.
4992
4993 2003-01-12 [thorsten]   0.8.8claws90
4994
4995         * src/common/prefs.c
4996                 close file before rename
4997
4998 2003-01-12 [alfons]     0.8.8claws89
4999
5000         * AUTHORS
5001                 add Christian Mertes
5002         * src/common/utils.[ch]
5003                 g_stricase_hash(), g_stricase_equal(): functions for 
5004                 case insensitive hash tables
5005         * src/textview.c
5006                 use top level domain names to validate email address, based
5007                 on a patch by Christian Mertes (thanks!), but changed 
5008                 implementation to use a hash table 
5009
5010 2003-01-12 [paul]       0.8.8claws88
5011
5012         * po/bg.po
5013                 updated by George Danchev
5014
5015 2003-01-12 [alfons]     0.8.8claws87
5016
5017         * src/summaryview.c
5018                 delete / execute performance: use new style folder update
5019
5020 2003-01-12 [paul]       0.8.8claws86
5021
5022         * sync with 0.8.8cvs5
5023                 see ChangeLog 2003-01-13 (!)
5024
5025 2003-01-12 [alfons]     0.8.8claws85
5026
5027         * src/filtering.c
5028         * src/matcher_parser_parse.y
5029                 prepare change_score filtering action
5030         * src/matcher.[ch]
5031                 give up const-correctness on functions that call non-const-correct functions;
5032                 several casts to gpointer in g_free();
5033                 add change_score;
5034
5035 2003-01-12 [christoph]  0.8.8claws84
5036
5037         * src/compose.c
5038                 fix 2 warnings
5039
5040         * src/gtk/prefswindow.[ch]
5041         * src/plugins/spamassassin/spamassassin_gtk.c
5042                 changed the call of the widget create function
5043                 for PrefsPages, because sometimes the widget
5044                 create function needs a widget that already has
5045                 been attached to a window (to create GDK pixmaps
5046                 for exmaple). So we simply pass the GtkWindow as
5047                 the second parameter now.
5048
5049         * src/main.c
5050         * src/mainwindow.c
5051         * src/prefs_toolbar.[ch]
5052                 rewrite Toolbar Preferences using the new
5053                 prefs window
5054
5055 2003-01-11 [alfons]     0.8.8claws83
5056
5057         * src/addressadd.c
5058                 fix crash when adding sender to addressbook because status bar
5059                 isn't there (the status bar doesn't seem to be used though,
5060                 but I'll let Match decide what to do with it)
5061
5062 2003-01-11 [colin]      0.8.8claws82
5063
5064         * src/main.c
5065           src/toolbar.c
5066                 Two useless changes reversed
5067
5068 2003-01-11 [colin]      0.8.8claws81
5069
5070         * src/mainwindow.c
5071           src/mainwindow.h
5072                 Add mainwindow_get_mainwindow()
5073         * src/alertpanel.c
5074           src/alertpanel.h
5075                 Add alertpanel_error_log() 
5076         * src/compose.c
5077           src/inc.c
5078           src/messageview.c
5079           src/toolbar.c
5080           src/main.c
5081           src/procmsg.c
5082                 Network errors get a View Log button
5083
5084 2003-01-10 [alfons]     0.8.8claws80
5085
5086         * src/prefs_toolbar.c
5087         * src/toolbar.c
5088                 use the translatable string for "Separator" as file name for
5089                 separator toolbar items (probably make this uppercase?)
5090
5091 2003-01-10 [alfons]     0.8.8claws79
5092
5093         * src/prefs_toolbar.c
5094                 put right A_SEPARATOR description string in "displayed
5095                 toolbar items list" so manually added separators are
5096                 saved correctly (bug #10, "Adding a separator to the main 
5097                 toolbar fails, entry in xml file is wrong")
5098
5099 2003-01-10 [christoph]  0.8.8claws78
5100
5101         * src/imap.c
5102                 o fix warnings
5103                 o use CAPABILITY to check if NAMESPACE is available
5104
5105 2003-01-10 [christoph]  0.8.8claws77
5106
5107         * src/imap.[ch]
5108                 apply UIDPLUS IMAP extension support patch
5109
5110         Patch submitted by Simon 'corecode' Schubert
5111
5112 2003-01-10 [paul]       0.8.8claws76
5113
5114         * src/folderview.c
5115                 a sync from main which fixes the news account folders'
5116                 Properties bug
5117
5118 2003-01-10 [christoph]  0.8.8claws75
5119
5120         * src/folder.c
5121                 don't accept 0 as a valid uid returned by copy and move
5122                 functions. 0 means the message was copied or moved but the
5123                 new uid could not be fetched. It is not an error condition
5124                 for the copy or move operation.
5125
5126 2003-01-10 [paul]       0.8.8claws74
5127
5128         * src/prefs_filtering.c
5129                 change English used in Alert when entry is not
5130                 saved.
5131                 
5132         * sync with 0.8.8cvs4
5133                 see ChangeLog 2003-01-10
5134
5135 2003-01-10 [darko]      0.8.8claws73
5136
5137         * src/pine.c
5138                 fix crash when importing address book entry
5139                 without a valid address
5140
5141 2003-01-09 [alfons]     0.8.8claws72
5142
5143         * src/inc.c
5144                 filtering performance: use new style folder update
5145
5146 2003-01-09 [christoph]  0.8.8claws71
5147
5148         * src/compose.c
5149         * src/gtk/menu.[ch]
5150                 fix wrong selecting of mime encoding type, when
5151                 opening property dialog of attachments in the
5152                 compose window. 7bit was always selected and that
5153                 destoryed files with 8bit data.
5154                 (closes bug #9 Sylpheed-claws destroys attachments when
5155                  changing MIME-types)
5156
5157 2003-01-09 [paul]       0.8.8claws70
5158
5159         * sync with 0.8.8cvs3
5160                 see ChangeLog 2003-01-09
5161
5162 2003-01-08 [alfons]     0.8.8claws69
5163         
5164         * src/addressadd.c
5165                 apply patch by Kim Schulz to fix build breakage
5166                 because of missing variable
5167
5168 2003-01-08 [paul]       0.8.8claws68
5169
5170         * sync with 0.8.8cvs2
5171                 see ChangeLog 2002-01-08
5172
5173 2003-01-08 [paul]       0.8.8claws67
5174
5175         * po/it.po
5176                 updated by Alessandro Maestri
5177                 
5178         * src/addressadd.c
5179                 when using 'Add sender to addressbook' allow
5180                 name to be edited and remarks to be entered
5181                 Patch submitted by Luke Plant
5182
5183 2003-01-08 [darko]      0.8.8claws66
5184
5185         * README.claws, src/summaryview.c
5186                 fix description for marked messages
5187
5188 2003-01-08 [paul]
5189
5190         * tools/Makefile.am
5191           tools/launch_phoenix  ** NEW FILE **
5192                 add script that enables using Phoenix as the default
5193                 web browser. 
5194                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5195                 
5196         * tools/OOo2sylpheed.pl
5197                 remove full path to sylpheed executable, just 'sylpheed'
5198                 will do
5199                 
5200         * tools/README
5201                 add launch_phoenix informtion and re-arrange and compress
5202                 the data a little
5203
5204 2003-01-07 [christoph]  0.8.8claws65
5205
5206         * src/folder.c
5207                 fix update for source folder when moving messages
5208         * src/procmsg.[ch]
5209         * src/summaryview.c
5210                 use function to set to_folder for message infos and
5211                 automatically update the op_count for old and new
5212                 folder
5213
5214 2003-01-07 [melvin]     0.8.8claws64
5215
5216         * src/prefs_actions.c
5217                 Fixed bug where an '%p' Action on a displayed image crashed 
5218                         Sylpheed
5219                 Code clean up (get rid of duplicated code and removed unnecessary 
5220                                 structure member)
5221
5222 2003-01-07 [christoph]  0.8.8claws63
5223
5224         * src/compose.c
5225         * src/folder.[ch]
5226         * src/folderview.c
5227         * src/import.c
5228         * src/inc.c
5229         * src/main.c
5230         * src/mainwindow.c
5231         * src/messageview.c
5232         * src/prefs_folder_item.c
5233         * src/procmsg.c
5234         * src/summaryview.c
5235         * src/toolbar.c
5236                 o remove all folder update triggering from the UI code. The folder
5237                   system should know much better when a folder needs an update.
5238                 o to prevent multiple updates in a row the folder updates can be
5239                   frozen for some time.
5240
5241                 Note: - Please verify that no updates are missing
5242                       - Check where freeze/thaws should be added
5243
5244 2003-01-07 [christoph]  0.8.8claws62
5245
5246         * src/prefs_actions.c
5247                 don't translate empty strings
5248
5249         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5250
5251 2003-01-06 [christoph]  0.8.8claws61
5252
5253         * src/prefs_actions.c
5254                 mark strings for gettext
5255         * src/prefs_matcher.c
5256                 use new description window for Execute action and
5257                 match condition in Filtering
5258
5259         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5260
5261 2003-01-06 [alfons]     0.8.8claws60
5262
5263         keep myself inspired to re-organize matcher part 8; 
5264         yes, more to come (I need to move out the descriptive
5265         text for actions to matcher.c, or at least make it not
5266         depend on the wicked ordering)
5267
5268         * src/prefs_matcher.c
5269                 add documentation so others may comprehend the
5270                 UI part of the conditions
5271                 
5272 2003-01-06 [christoph]  0.8.8claws59
5273
5274         * src/prefs_actions.c
5275                 use new description window for syntax help
5276         * src/gtk/description_window.c
5277                 fix display of descriptions with column count != 2
5278
5279         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5280
5281 2003-01-06 [christoph]  0.8.8claws58
5282
5283         * src/quote_fmt.c
5284         * src/summaryview.[ch]
5285         * src/gtk/Makefile.am
5286         * src/gtk/description_window.[ch]       ** NEW **
5287                 use a generic window to display syntax descriptions
5288                 currently used in quote_fmt and summaryview (new description
5289                 for extended quick search)
5290
5291         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5292
5293 2003-01-06 [paul]       0.8.8claws57
5294
5295         * sync with 0.8.8cvs1
5296                 see ChangeLog 2003-01-06
5297
5298 2003-01-06 [christoph]  0.8.8claws56
5299
5300         * src/mainwindow.c
5301         * src/prefs_gtk.[ch]
5302         * src/gtk/prefswindow.[ch]
5303         * src/plugins/spamassassin/spamassassin_gtk.c
5304                 o remove page management from prefswindow, pages
5305                   will be an argument to prefswindow_open
5306                 o prefswindow_open gets a datapointer that is
5307                   passed to the widget_create function to allow
5308                   creation of prefswindow for specific items
5309
5310 2003-01-06 [colin]      0.8.8claws55
5311         
5312         * src/summaryview.c
5313                 We don't want regexp in the reply-finder, 
5314                 because MIDs can contain !,$,. and so on
5315
5316 2003-01-06 [jens]       0.8.8claws54
5317
5318         * src/jpilot.c
5319                 fixed a wrong free in jpilot_read_db_files
5320
5321 2003-01-06 [alfons]     0.8.8claws53
5322
5323         re-organize matcher part 8; more to come
5324        
5325         * src/matcher.c
5326                 matcherprop_to_string(): put g_free()s before the
5327                 switch-case break to fix memleaks                
5328
5329 2003-01-06 [colin]      0.8.8claws52
5330
5331         * src/summaryview.c
5332                 cleanup & reply-finder now displays the first 
5333                 matching message
5334
5335 2003-01-05 [alfons]     0.8.8claws51
5336
5337         re-organize matcher part 7; more to come
5338
5339         * src/matcher.[ch]
5340                 fixes for constant correctness;
5341                 more documentation;
5342
5343 2003-01-05 [alfons]     0.8.8claws50
5344
5345         re-organize matcher part 6; more to come
5346         
5347         * src/matcher.[ch]
5348                 fixes for constant correctness;
5349                 more documentation;
5350         * src/filtering.c
5351                 fix for constant correctness
5352
5353 2003-01-05 [colin]      0.8.8claws49
5354
5355         * src/account.[ch]
5356                 Add account_get_reply_account function
5357         * src/compose.c
5358                 Use account_get_reply_account function 
5359         * src/summaryview.c
5360                 Basic reply-finder - click on the replied
5361                 icon gets you to the outbox using quick-search
5362
5363 2003-01-05 [paul]       0.8.8claws48
5364
5365         * src/prefs_common.c
5366                 small change to English
5367                 
5368         * src/prefs_filtering.c
5369                 prefs_filtering_action_select(): improve logic and uniformity
5370                 of gui
5371
5372 2003-01-05 [alfons]     0.8.8claws47
5373
5374         fine tune solution to focus problems (bug #7)
5375
5376         * src/mainwindow.c
5377                 mainwindow_focus_in_event(): remove grab event check
5378         * src/summaryview.c
5379                 summary_button_pressed(): move selection on right-click
5380                 too. we can't possibly move the selection back after
5381                 canceling a dialog, because gtk's incomplete focus 
5382                 management. whether this is a good solution, only time
5383                 will tell.
5384
5385 2003-01-05 [christoph]  0.8.8claws46
5386
5387         * src/imap.c
5388                 fix crash when no imap connection could be established
5389
5390 2003-01-05 [paul]       0.8.8claws45
5391
5392         * src/mainwindow.c
5393           src/sumamryview.c
5394           src/gtk/menu.[ch]
5395                 fix bug 605957 'shortcuts in popup-menu'
5396                 make user-defined shortcuts work
5397                 show shortcuts that are already defined
5398                 in the main menu
5399                 Patch submitted by Luke Plant
5400
5401 2003-01-05 [alfons]     0.8.8claws44
5402
5403         * src/mainwindow.c
5404                 focus_in_event handler should not select summary view row 
5405                 when another window (menu, dialog) grabbed for events 
5406                 (bug #7, "[0.8.8claws42] Message summary focus") 
5407
5408 2003-01-04 [christoph]  0.8.8claws43
5409
5410         * src/procmsg.c
5411                 update save folder after adding the sent message
5412                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5413
5414 2003-01-02 [christoph]  0.8.8claws42
5415
5416         * src/common/plugin.c
5417                 fix unloading of all plugins and unload
5418                 plugins in reverse order
5419                 
5420         * src/gtk/pluginwindow.c
5421                 implement function of load and unload button
5422
5423         * src/gtk/prefswindow.c
5424         * src/gtk/prefswindow.h
5425                 rename register function and add new unregister
5426                 function
5427
5428         * src/plugins/spamassassin/spamassassin_gtk.c
5429                 unregister prefs page and update for changes in
5430                 src/gtk/prefswindow.c
5431
5432 2003-01-02 [paul]       0.8.8claws41
5433
5434         * po/es.po
5435                 updated by Ricardo Mones Lastra
5436
5437 2003-01-02 [paul]
5438
5439         * tools/tb2sylpheed
5440                 fixes and improvements by Urke MMI
5441
5442 2003-01-02 [thorsten]   0.8.8claws40
5443
5444         * src/procmsg.c
5445                 fixed wrong return value
5446
5447 2003-01-02 [thorsten]   0.8.8claws39
5448
5449         * src/prefs.c
5450                 fixed printing wrong variable
5451
5452 2003-01-02 [thorsten]   0.8.8claws38
5453
5454         * src/prefs.c
5455                 fixed acessing members of freed pfile struct
5456
5457 2003-01-02 [thorsten]   0.8.8claws37
5458
5459         * src/procmsg.c
5460                 detect loops across several messages
5461                 as suggested by Christoph Hohmann
5462
5463 2003-01-01 [match]      0.8.8claws36
5464
5465         * src/addrindex.c
5466                 fixed another memory leak.
5467
5468 2003-01-01 [match]      0.8.8claws35
5469
5470         * src/jpilot.[ch]
5471                 fixed memory leaks. applied Doxygen comments.
5472
5473 2003-01-01 [thorsten]   0.8.8claws34
5474
5475         * src/procmsg.c
5476                 inhibit endless loop if msg references itself
5477                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5478
5479 2003-01-01 [christoph]  0.8.8claws33
5480
5481         * src/mainwindow.c
5482         * src/gtk/Makefile.am
5483         * src/gtk/pluginwindow.c                ** NEW **
5484         * src/gtk/pluginwindow.h                ** NEW **
5485                 add plugin window
5486
5487         * src/plugins/demo/demo.c
5488         * src/plugins/spamassassin/spamassassin.c
5489         * src/plugins/spamassassin/spamassassin_gtk.c
5490                 write better plugin descriptions
5491
5492 2002-12-31 [christoph]  0.8.8claws32
5493
5494         * src/gtk/prefswindow.c
5495         * src/plugins/spamassassin/spamassassin_gtk.c
5496                 some small improvements to GTK code
5497
5498 2002-12-31 [christoph]  0.8.8claws31
5499
5500         * src/plugins/spamassassin/spamassassin_gtk.c
5501                 enable folder select button
5502
5503 2002-12-31 [christoph]  0.8.8claws30
5504
5505         * src/mainwindow.c
5506         * src/gtk/Makefile.am
5507         * src/gtk/prefswindow.c                         ** NEW **
5508         * src/gtk/prefswindow.h                         ** NEW **
5509                 add new prefs window
5510
5511         * src/common/plugin.c
5512                 don't try to load empty config lines
5513         
5514         * src/plugins/spamassassin/Makefile.am
5515         * src/plugins/spamassassin/spamassassin.c
5516         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5517         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5518                 GTK config for SpamAssassin Plugin using
5519                 the new prefs window
5520
5521 2002-12-31 [paul]       0.8.8claws29
5522
5523         * po/POTFILES.in
5524                 remove obsolete entry 'src/menu.c'
5525
5526 2002-12-31 [alfons]     0.8.8claws28
5527
5528         * src/matcher.[ch]
5529         * src/matcher_parser_parse.y
5530         * src/prefs_matcher.c
5531                 add "ignore_thread" and "~ignore_thread" condition so it's
5532                 possible to make the actions / scoring operate on the ignore
5533                 thread flag
5534
5535 2002-12-31 [christoph]  0.8.8claws27
5536
5537         * src/addrbook.c
5538         * src/addrindex.c
5539         * src/folder.c
5540         * src/matcher.c
5541         * src/prefs_account.c
5542         * src/prefs_actions.c
5543         * src/prefs_customheader.c
5544         * src/prefs_display_header.c
5545         * src/prefs_gtk.c
5546         * src/procmime.c
5547         * src/toolbar.c
5548         * src/xmlprops.c
5549         * src/common/prefs.[ch]
5550                 extend prefs file handling for reading and automatic handling
5551                 of blocks. When reading prefs_set_block_label will automatically
5552                 move on to the block. When writing it will copy all other blocks
5553                 automatically
5554
5555         * src/common/plugin.c
5556                 Now loading plugin filenames from [Plugins] block in
5557                 sylpheed rc file
5558
5559 2002-12-30 [christoph]  0.8.8claws26
5560
5561         * src/common/hooks.[ch]
5562                 return abort status to caller of hooks_invoke
5563                 
5564         * src/inc.[ch]
5565                 invoke message filtering hook and stop
5566                 default handling when filter returns abort
5567
5568         * src/common/plugin.[ch]
5569         * src/plugins/demo/demo.c
5570                 modify plugin loader, because resolving symbols for strings
5571                 does not work correctly
5572         
5573         * configure.in
5574         * ac/spamassassin.m4                            ** NEW **
5575         * src/plugins/spamassassin/.cvsignore           ** NEW **
5576         * src/plugins/spamassassin/Makefile.am          ** NEW **
5577         * src/plugins/spamassassin/README               ** NEW **
5578         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5579         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5580         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5581                 add spamassassin plugin, see src/plugins/spamassassin/README
5582                 for details
5583
5584 2002-12-29 [alfons]     0.8.8claws25
5585
5586         * src/mainwindow.c
5587                 when moving focus from a message view to the main 
5588                 window, don't forget to select the summary node
5589                 of the displayed message. should fix "[ 659103 ] 
5590                 focus-follows-mouse confuses sylpheed"
5591
5592 2002-12-29 [christoph]  0.8.8claws24
5593
5594         * src/Makefile.am
5595         * src/stringtable.[ch]          ** REMOVE **
5596         * src/common/Makefile.am
5597         * src/common/stringtable.[ch]   ** NEW **
5598                 move stringtable files to common directory
5599
5600 2002-12-29 [christoph]  0.8.8claws23
5601
5602         * src/Makefile.am
5603         * src/menu.[ch]                 ** REMOVE **
5604         * src/gtk/Makefile.am
5605         * src/gtk/menu.[ch]             ** NEW **
5606                 move menu files to gtk directory
5607
5608 2002-12-29 [match]      0.8.8claws22
5609
5610         * src/addressbook.c
5611         * src/syldap.c
5612                 moved UI specific code out of LDAP code into addressbook
5613                 UI code. fixed memory leak.
5614
5615 2002-12-29 [christoph]  0.8.8claws21
5616
5617         * src/folder.c
5618                 only check for IGNORED parent message when message is
5619                 not IGNORED itself
5620
5621 2002-12-29 [alfons]     0.8.8claws20
5622
5623         * src/summaryview.c
5624                 set gtksctree's anchor correct (immediate execute
5625                 changes the tree's layout, and anchor points at 
5626                 the incorrect row). fixes "[ 657233 ] multiple msg 
5627                 delete sometimes off by 1".
5628                 we probably have to look for more tree layout /
5629                 anchor glitches.
5630
5631 2002-12-29 [paul]       0.8.8claws19
5632
5633         * src/summaryview.c
5634                 fix bug [ 659054 ] incorrect sorting of 'From' column
5635                 when using 'display sender using address book'
5636                 thanks to Alfons and Luke Plant
5637
5638 2002-12-29 [christoph]  0.8.8claws18
5639
5640         * src/folder.c
5641         * src/procmsg.[ch]
5642                 check parent messages for IGNORE THREAD flag, when adding,
5643                 moving or copying messages to a folder
5644
5645 2002-12-27 [alfons]     0.8.8claws17
5646
5647         re-organize matcher part 5; more to come
5648
5649         * src/matcher.c
5650                 hash keywords in matchparser_tab 
5651
5652 2002-12-27 [alfons]     0.8.8claws16
5653
5654         re-organize matcher part 4; more to come
5655
5656         * src/matcher_parser.h
5657         * src/matcher_parser_lex.l
5658         * src/matcher_parser_parse.y
5659                 cleanup
5660
5661 2002-12-27 [alfons]     0.8.8claws15
5662
5663         re-organize matcher part 3; more to come
5664
5665         * src/matcher.[ch]
5666                 cleanup
5667
5668 2002-12-27 [alfons]     0.8.8claws14
5669
5670         re-organize matcher part 2; more to come but this should
5671         work. cc me if there are any regressions.
5672
5673         * src/matcher.h
5674                 add prototype for get_matchparser_tab_id()
5675         * src/matcher_parser_lex.l
5676                 look up keywords using matchparser_tab_id();
5677
5678 2002-12-27 [alfons]     0.8.8claws12
5679
5680         re-organize matcher part 1
5681
5682         * src/matcher.h
5683                 map yacc generated constants to sylpheed matcher constants
5684         * src/matcher.c
5685                 add function to find a matcher constant from a string
5686
5687 2002-12-27 [christoph]  0.8.8claws11
5688
5689         * src/compose.c
5690                 MENUITEM_ADD casts the 4th argument from integer to pointer
5691                 so it probably should not be a pointer, this means we
5692                 should use account id for it and not the account's pointer
5693
5694 2002-12-27 [paul]       0.8.8claws10
5695
5696         * src/mainwindow.c
5697                 remove unneeded 'GtkWidget *vbox'
5698                 
5699         * src/summaryview.c
5700                 further sync with 0.8.8 - make sort
5701                 by recipient work as expected
5702                 
5703         * NEWS
5704                 sync with 0.8.8
5705
5706 2002-12-27 [paul]       0.8.8claws9
5707
5708         * po/pt_BR.po
5709                 updated by Ivan F. Martinez
5710                 
5711 2002-12-27 [darko]      0.8.8claws8
5712
5713         * src/common/utils.c
5714                 added locked pattern to extended search
5715
5716 2002-12-27 [alfons]     0.8.8claws7
5717
5718         * src/prefs_matcher.[ch]
5719                 clean up
5720
5721 2002-12-26 [alfons]     0.8.8claws6
5722
5723         * src/matcher.[ch]
5724         * src/matcher_parser_lex.l
5725         * src/matcher_parser_parse.y
5726         * src/prefs_matcher.c
5727                 allow color label as a condition in the matcher
5728
5729 2002-12-26 [oliver]     0.8.8claws5
5730         
5731         * src/toolbar.c 
5732                 enable Addressbook for Main and Messageview
5733         * src/prefs_actions.c
5734                 enable actions in Messageview
5735
5736 2002-12-26 [christoph]  0.8.8claws4
5737
5738         * src/common/plugin.c
5739                 add a little debug output
5740         * configure.in
5741         * src/plugins/demo/Makefile.am
5742                 better use of automake
5743
5744 2002-12-26 [christoph]  0.8.8claws3
5745
5746         * src/Makefile.am
5747         * src/common/Makefile.am
5748                 fix "make distdir"
5749
5750 2002-12-26 [christoph]  0.8.8claws2
5751
5752         * configure.in
5753                 sort configure checks into common / gtk / plugins
5754         * po/POTFILES.in
5755                 add src/prefs_gtk.c
5756         * src/Makefile.am
5757                 add plugins SUBDIR
5758         * src/main.c
5759         * src/common/sylpheed.[ch]
5760                 added now sylpheed_done function for shutdown
5761         * src/common/Makefile.am
5762         * src/common/plugin.[ch]                ** NEW **
5763                 plugin loader and unloader
5764         * src/plugins/.cvsignore                ** NEW **
5765         * src/plugins/Makefile.am               ** NEW **
5766                 build plugins
5767         * src/plugins/demo/.cvsignore           ** NEW **
5768         * src/plugins/demo/Makefile.am          ** NEW **
5769         * src/plugins/demo/demo.c               ** NEW **
5770                 small demo plugin that installs a logtext hook and
5771                 outputs the log text to stdout
5772
5773 2002-12-26 [paul]       0.8.8claws1
5774
5775         * po/es.po
5776                 updated by Ricardo Mones Lastra
5777
5778 2002-12-26 [paul]       0.8.8claws
5779
5780         * 0.8.8claws released
5781
5782 2002-12-26 [paul]       0.8.7claws12
5783
5784         * po/bg.po
5785                 updated by George Danchev
5786
5787 2002-12-26 [paul]       0.8.7claws11
5788
5789         * po/POTFILES.in
5790                 remove unneeded 'src/prefs.c' entry 
5791
5792 2002-12-26 [paul]       0.8.7claws10
5793
5794         * src/codeconv.c
5795           src/mainwindow.c
5796                 sync with 0.8.8 release
5797         
5798         * src/folder.[ch]
5799           src/mh.c
5800           src/summaryview.c
5801                 partial sync with 0.8.8 release
5802         
5803
5804 2002-12-25 [alfons]     0.8.7claws9
5805
5806         * src/matcher.[ch]
5807         * src/matcher_parser_lex.l
5808         * src/matcher_parser_parse.y
5809         * src/prefs_matcher.c
5810                 add locked flag to possible filtering / matcher 
5811                 conditions (also a good example what should be
5812                 done to add a simple boolean condition)
5813
5814 2002-12-25 [christoph]  0.8.7claws8
5815
5816         * src/Makefile.am
5817         * src/account.[ch]
5818         * src/addrbook.c
5819         * src/addressbook.c
5820         * src/addrindex.c
5821         * src/filtering.c
5822         * src/folder.c
5823         * src/matcher.c
5824         * src/prefs.[ch]                ** REMOVE **
5825         * src/prefs_account.c
5826         * src/prefs_actions.c
5827         * src/prefs_common.c
5828         * src/prefs_customheader.c
5829         * src/prefs_display_header.c
5830         * src/prefs_filtering.c
5831         * src/prefs_folder_item.c
5832         * src/prefs_gtk.[ch]            ** NEW **
5833         * src/prefs_matcher.c
5834         * src/prefs_scoring.c
5835         * src/prefs_summary_column.c
5836         * src/procmime.c
5837         * src/selective_download.c
5838         * src/toolbar.c
5839         * src/common/Makefile.am
5840         * src/common/prefs.[ch]         ** NEW **
5841                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5842
5843 2002-12-24 [alfons]     0.8.7claws7
5844
5845         * src/summaryview.c
5846                 summary_thread_build(): fix real cause of the crash mentioned in
5847                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5848                 this way we get meaningful ctree nodes 
5849
5850 2002-12-24 [oliver]     0.8.7claws6
5851
5852         * src/mainwindow.[ch]
5853         * src/messageview.[ch]
5854         * src/compose.[ch]
5855         * src/inc.c
5856         * src/summaryview.c
5857                 changes to use updated toolbar handling
5858                 
5859 2002-12-24 [oliver]     0.8.7claws5
5860
5861         * src/toolbar.[ch]
5862                 generic toolbar handling
5863                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5864         * src/prefs_toolbar.[ch]
5865                 adjust to handling
5866         
5867 2002-12-24 [oliver]     0.8.7claws4
5868         
5869         * src/stock_pixmap.[ch]
5870                 move SYLPHEED_LOGO to end of list in order 
5871                 to remove it from Custom Toolbar`s Icon View
5872
5873 2002-12-24 [alfons]     0.8.7claws3
5874
5875         * src/summaryview.c
5876                 summary_thread_build(): fix crash because of focus != selection 
5877                 after threading. when deleting the selection, gtk tries but fails 
5878                 to find the correct focusable element. we now force the selection
5879                 to be focused. this should solve the infamous bug reported by 
5880                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5881                 a test case is available. 
5882
5883 2002-12-24 [darko]      0.8.7claws2
5884
5885         * src/summaryview.c
5886                 don't crash when unmarking message with unread children
5887
5888 2002-12-23 [christoph]  0.8.7claws1
5889
5890         * src/Makefile.am
5891         * src/common/Makefile.am
5892                 update Makefiles for moved intl.h, version.h and defs.h
5893         * src/imap.c
5894                 rewrite imap_session_get to avoid duplicate code
5895
5896 2002-12-23 [paul]       0.8.7claws
5897
5898         * Santa-Claws released
5899         
5900         * po/hu.po
5901           po/ru.po
5902                 squeeze in updated Hungarian and Russian translations.
5903                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5904
5905 2002-12-23 [paul]       0.8.6claws129
5906
5907         * po/pl.po
5908                 updated by Witold Wladyslaw Wojciech Wilk
5909
5910 2002-12-23 [paul]       0.8.6claws128
5911
5912         * src/quote_fmt_parse.y
5913                 fix typo and add licence header
5914
5915 2002-12-23 [paul]       0.8.6claws127
5916
5917         * po/en_GB.po
5918                 updated
5919
5920 2002-12-23 [paul]       0.8.6claws126
5921
5922         * po/it.po
5923                 updated translation, submitted by Alessandro Maestri
5924                 
5925 2002-12-23 [paul]       0.8.6claws125
5926
5927         * src/quote_fmt_parse.y
5928                 fix signature-stripping on replies bug. match
5929                 '-- \n' and not '-- '.
5930
5931 2002-12-22 [paul]       0.8.6claws124
5932
5933         * po/bg.po
5934           po/es.po
5935           po/sr.po
5936                 updated translations. submitted by George Danchev,
5937                 Ricardo Mones Lastra, and Urke MMI respectively
5938
5939 2002-12-21 [paul]       0.8.6claws123
5940
5941         * src/addrbook.c
5942                 fix coding style
5943
5944 2002-12-21 [paul]       0.8.6claws122
5945
5946         * src/addrbook.c
5947                 fix bug [643638] where if a person is in one or more
5948                 addressbook groups editing that person's email 
5949                 address results in removal from those groups.
5950                 Patch submitted by Luke Plant.
5951
5952 2002-12-20 [christoph]  0.8.6claws121
5953
5954         * src/common/utils.c
5955         * src/summaryview.c
5956                 reimplement expand_search_string using GString to
5957                 prevent crashs caused by miscalculated string
5958                 lengths reported by Paul
5959
5960 2002-12-20 [christoph]  0.8.6claws120
5961
5962         * src/summaryview.c
5963                 don't use "changed" to check if op_count has to be changed as it
5964                 is also set when the message has unread children
5965                 (closes bug [ 653221 ] crash while deleting duplicates)
5966
5967 2002-12-20 [paul]       0.8.6claws119
5968
5969         * sync with 0.8.6cvs27
5970                 see ChangeLog 2002-12-20
5971
5972 2002-12-20 [paul]       0.8.6claws118
5973
5974         * sync with 0.8.6cvs26
5975                 see ChangeLog 2002-12-19 and 2002-12-20
5976
5977 2002-12-19 [alfons]     0.8.6claws117
5978
5979         * src/textview.c
5980                 fix incorrect parsing of email addresses, submitted by 
5981                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5982                 name display if it contains @".
5983
5984 2002-12-18 [paul]       0.8.6claws116
5985
5986         * sync with 0.8.6cvs23
5987                 see ChangeLog 2002-12-18
5988
5989 2002-12-18 [paul]       0.8.6claws115
5990
5991         * src/Makefile.am
5992         * src/account.c
5993         * src/codeconv.c
5994         * src/gtkutils.[ch]
5995         * src/imap.c
5996                 sync with 0.8.6cvs22.
5997                 see ChangeLog 2002-12-17 and 2002-12-18
5998
5999 2002-12-17 [christoph]  0.8.6claws114
6000
6001         * src/imap.c
6002                 o don't create a session if imap greeting fails
6003                 o don't close socket when authentication fails
6004                   this is done by imap_session_destroy
6005
6006 2002-12-17 [thorsten]   0.8.6claws113
6007
6008         * tools/Makefile.am
6009           tools/README
6010           tools/google_msgid.pl ** NEW FILE **
6011                 Added "search for message-id" script and doc
6012
6013 2002-12-17 [thorsten]   0.8.6claws112
6014
6015         * po/hu.po
6016                 Updated hungarian translation
6017                 (updated by Gal Zoltan)
6018
6019 2002-12-16 [christoph]  0.8.6claws111
6020
6021         * src/addr_compl.c
6022                 remove stupid addressbook dump to debug output
6023         * src/mh.c
6024                 fix memory leak found by Hiro
6025
6026 2002-12-14 [paul]       0.8.6claws110
6027
6028         * src/compose.c
6029                 fix menubar sensitivity on send
6030                 
6031         * src/prefs_filtering.c
6032         * src/prefs_matcher.c
6033         * src/prefs_scoring.c
6034                 Fix english ;)
6035                 
6036         * src/common/quoted-printable.h
6037                 sync: fix typo
6038         
6039 2002-12-13 [christoph]  0.8.6claws109
6040
6041         * src/Makefile.am
6042         * src/manage_window.[ch]        ** REMOVE **
6043         * src/gtk/Makefile.am
6044         * src/gtk/manage_window.[ch]    ** NEW **
6045                 move manage_window files to gtk directory
6046
6047 2002-12-13 [christoph]  0.8.6claws108
6048
6049         * src/Makefile.am
6050         * src/gtkshruler.[ch]           ** REMOVE **
6051         * src/gtk/Makefile.am
6052         * src/gtk/gtkshruler.[ch]       ** NEW **
6053                 move gtkshruler files to gtk directory
6054
6055 2002-12-13 [christoph]  0.8.6claws107
6056
6057         * src/Makefile.am
6058         * src/compose.c
6059         * src/gtkstext.[ch]             ** REMOVE **
6060         * src/gtkutils.[ch]
6061         * src/textview.c
6062         * src/gtk/gtkstext.[ch]         ** NEW **
6063         * src/gtk/Makefile.am
6064                 o move stext functions to gtkstext.c to remove
6065                   dependency of gtkutils
6066                 o move gtkstext files to gtk directory
6067
6068         * src/gtk/Makefile.am
6069         * src/gtk/sslcertwindow.[ch]
6070                 UI stuff can always depend on common code so
6071                 it's ok to add ../common to include path
6072
6073 2002-12-13 [colin]      0.8.6claws106
6074
6075         * src/summaryview.c
6076                 Disconnect sighandlers for mainwindow when
6077                 quicksearch has the focus
6078                 Fix bug #653231
6079         * src/mainwindow.[ch]
6080                 Make key_pressed callback public, to be able
6081                 to disconnect it
6082
6083 2002-12-13 [christoph]  0.8.6claws105
6084
6085         * src/mh.c
6086                 create .mh_sequences file in new MH folders
6087                 (closes feature request [ 523162 ] MH folders should
6088                  get a .mh_sequences)
6089
6090 2002-12-13 [colin]      0.8.6claws104
6091
6092         * src/summaryview.c
6093                 Better handling of quicksearch show/hide
6094                 (basically the button stays under the mouse 
6095                  when toggled)
6096
6097 2002-12-13 [paul]       0.8.6claws103
6098
6099         * sync with 0.8.6cvs17
6100                 see ChangeLog 2002-12-13
6101
6102 2002-12-13 [paul]       0.8.6claws102
6103
6104         * po/es.po
6105                 updated by Ricardo Mones Lastra
6106
6107 2002-12-11 [colin]       0.8.6claws101
6108
6109         * src/folder.c
6110                 remove statusbar stuff
6111           src/folderview.c
6112                 set statusbar verbosity when moving folders
6113
6114 2002-12-11 [colin]       0.8.6claws100
6115         * src/prefs_filtering.c
6116         * src/prefs_matcher.c
6117         * src/prefs_scoring.c
6118                 Fix english ;)
6119
6120 2002-12-11 [colin]       0.8.6claws99
6121
6122         * src/prefs_common.[ch]
6123                 Add summary_quicksearch_type
6124         * src/summaryview.c
6125                 Save last used quicksearch type
6126
6127 2002-12-11 [jens]       0.8.6claws98
6128         * src/prefs_filtering.c
6129         * src/prefs_matcher.c
6130         * src/prefs_scoring.c
6131                 added dialog for incomplete rules in scoring, filtering and
6132                 matcher to ask wheather really close
6133
6134 2002-12-11 [colin]      0.8.6claws97
6135
6136         * src/folder.c
6137                 Fix folder dnd statusbar logging
6138
6139 2002-12-10 [christoph]  0.8.6claws96
6140
6141         * src/compose.c
6142         * src/folder.c
6143         * src/imap.c
6144         * src/inc.c
6145         * src/main.c
6146         * src/mainwindow.c
6147         * src/news.c
6148         * src/send.c
6149         * src/statusbar.[ch]
6150         * src/common/hooks.c
6151         * src/common/log.[ch]
6152                 o handle verbose logging in statusbar directly in statusbar code
6153                   and common code does not need any knowledge about a statusbar
6154                 o remove direct calls to statusbar_(puts|pop)_all functions
6155
6156 2002-12-10 [jens]       0.8.6claws95
6157
6158         * src/*.c
6159                 removed gettext from g_warnings
6160         * po/POTFILES.in
6161                 cleaned and updated
6162         * po/de.po
6163                 updated
6164
6165 2002-12-10 [colin]      0.8.6claws94
6166
6167         * src/main.c
6168                 finish crash dialog fix
6169
6170 2002-12-10 [colin]      0.8.6claws93
6171
6172         * src/main.c
6173                 "Fix" "sylpheed already running" instead of
6174                 crash dialog appearing after a crash
6175
6176 2002-12-10 [colin]      0.8.6claws92
6177
6178         * po/POTFILES.in
6179                 add src/gtk/sslcertwindow.c
6180
6181 2002-12-10 [paul]       0.8.6claws91
6182
6183         * po/POTFILES.in
6184                 updated to reflect recent changes
6185                 submitted by Alessandro Maestri
6186
6187 2002-12-09 [christoph]  0.8.6claws90
6188
6189         * src/Makefile.am
6190         * src/smtp.[ch]                 ** REMOVE **
6191         * src/common/Makefile.am
6192         * src/common/smtp.[ch]          ** NEW **
6193                 move smtp files to common directory
6194
6195 2002-12-09 [christoph]  0.8.6claws89
6196
6197         * src/Makefile.am
6198         * src/session.[ch]              ** REMOVE **
6199         * src/common/Makefile.am
6200         * src/common/session.[ch]       ** NEW **
6201                 move session files to common directory
6202
6203 2002-12-09 [paul]       0.8.6claws88
6204
6205         * src/account.c
6206                 fix bug [649746] edit accounts: move account reverted
6207                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6208
6209 2002-12-09 [colin]      0.8.6claws87
6210
6211         * src/ssl_certificate.c
6212                 cleanup
6213
6214 2002-12-09 [colin]      0.8.6claws86
6215
6216         * src/ssl.c
6217                 Try to open the cert.pem database and 
6218                 issue a warning if it isn't there
6219
6220 2002-12-09 [colin]      0.8.6claws85
6221
6222         * src/common/ssl_certificate.c
6223         * src/gtk/sslcertwindow.c
6224                 Warning fixes
6225
6226 2002-12-09 [colin]      0.8.6claws84
6227
6228         * src/ssl_certificate.[ch] ** REMOVED **
6229         * src/common/ssl_certificate.[ch] ** NEW **
6230         * src/Makefile.am
6231         * src/common/Makefile.am
6232                 Moved ssl_certificate.[ch] to common
6233         * src/common/ssl.c 
6234                 Put back needed include
6235         * src/gtk/sslcertwindow.[ch]
6236                 Changed ssl_certificate.h include
6237         
6238 2002-12-09 [colin]      0.8.6claws83
6239
6240         * src/gtk/sslcertwindow.[ch]
6241                 Implement hook for certificate acception
6242         * src/ssl_certificate.[ch]
6243                 Implement hook for certificate acception
6244         * src/common/ssl.c
6245                 Reenable certificate acception check
6246         * src/mainwindow.c
6247                 Register sslcertwindow's hook
6248         
6249 2002-12-08 [christoph]  0.8.6claws82
6250
6251         * src/about.c
6252         * src/addr_compl.c
6253         * src/codeconv.c
6254         * src/manual.c
6255         * src/undo.c
6256         * src/common/utils.c
6257                 o add missing includes
6258                 o fix warnings
6259         * src/.cvsignore
6260         * src/common/.cvsignore
6261         * src/common/version.h          ** REMOVE **
6262                 remove autogenerated file
6263
6264 2002-12-08 [paul]       0.8.6claws81
6265
6266         * src/stringtable.c
6267                 put back needed include
6268
6269 2002-12-08 [colin]      0.8.6claws80
6270         
6271         * src/gtk/sslcertwindow.c
6272                 Cleaner popups when asking
6273         * src/ssl_certificate.c
6274         * src/prefs_common.[ch]
6275                 remove ssl certificate pref
6276                 put back needed include
6277         * src/undo.c
6278                 put back needed include
6279
6280 2002-12-08 [christoph]  0.8.6claws79
6281
6282         * src/folderview.c
6283         * src/logwindow.c
6284         * src/statusbar.c
6285         * src/summaryview.c
6286                 only abort hook invokation if required data is missing not
6287                 if our own data pointer is NULL, update hookfunction for
6288                 log window
6289
6290 2002-12-08 [paul]       0.8.6claws78
6291
6292         * src/about.c
6293         * src/addrcache.c
6294         * src/addrclip.c
6295         * src/addr_compl.c
6296         * src/addrselect.c
6297         * src/codeconv.c
6298         * src/colorlabel.c
6299         * src/enriched.c
6300         * src/esmtp.c
6301         * src/exporthtml.c
6302         * src/headerview.c
6303         * src/imageview.c
6304         * src/manual.c
6305         * src/noticeview.c
6306         * src/pgptext.c
6307         * src/scoring.c
6308         * src/sourcewindow.c
6309         * src/stringtable.c
6310         * src/undo.c
6311                 clean up: remove unneccesary includes
6312
6313 2002-12-08 [christoph]  0.8.6claws77
6314
6315         * src/folderview.c
6316         * src/statusbar.c
6317         * src/summaryview.c
6318         * src/common/hooks.[ch]
6319                 hook functions now have a gboolean return value, if a hook
6320                 returns TRUE it will stop executing of any more hooks in
6321                 the same hooklist for this invokation
6322
6323 2002-12-08 [colin]      0.8.6claws76
6324         
6325         * src/main.c
6326                 put back argv0 for CRASH_DIALOG
6327
6328 2002-12-08 [christoph]  0.8.6claws75
6329
6330         * src/Makefile.am
6331         * src/about.c
6332         * src/account.c
6333         * src/crash.c
6334         * src/esmtp.h
6335         * src/imap.[ch]
6336         * src/inc.c
6337         * src/main.c
6338         * src/mainwindow.c
6339         * src/news.c
6340         * src/pop.[ch]
6341         * src/prefs_account.[ch]
6342         * src/prefs_common.[ch]
6343         * src/send.[ch]
6344         * src/smtp.[ch]
6345         * src/ssl_certificate.[ch]
6346         * src/ssl_manager.[ch]
6347         * src/common/Makefile.am
6348         * src/common/log.c
6349         * src/common/nntp.[ch]
6350         * src/common/socket.[ch]
6351         * src/common/ssl.[ch]
6352         * src/gtk/sslcertwindow.[ch]
6353         * ac/openssl.m4
6354                 use new autoconf script to detect OpenSSL with extra parameters
6355                 to specify the location of libs and includes, also remove USE_SSL
6356                 to USE_OPENSSL
6357
6358         * src/common/sylpheed.[ch]
6359         * src/common/version.h.in
6360                 start seperation of common code initialization seperated from gui
6361
6362         * src/summaryview.c
6363                 The function that is called when a color label changes
6364                 should not change the color lable again
6365
6366 2002-12-08 [colin]      0.8.6claws74
6367
6368         * src/gtk/sslcertwindow.c
6369                 warning fixes
6370
6371 2002-12-08 [colin]      0.8.6claws73
6372
6373         * src/statusbar.c
6374           src/common/log.h
6375                 Register a hook for statusbar_puts_all
6376         * src/common/log.c
6377                 invoke statusbar_puts_all's hook
6378         
6379 2002-12-08 [colin]      0.8.6claws72
6380
6381         * src/ssl_certificate.c
6382                 Put back a badly-removed include
6383
6384 2002-12-08 [colin]      0.8.6claws71
6385
6386         * src/gtk/sslcertwindow.[ch]    ** NEW **
6387                 new certificate presentation
6388         * src/gtk/Makefile.am
6389                 add new files
6390         * src/ssl_certificate.[ch]
6391                 gtk cleanup, made utility functions public
6392         * src/ssl_manager.c
6393                 use new cert presentation
6394
6395 2002-12-07 [christoph]  0.8.6claws70
6396
6397         * src/Makefile.am
6398         * src/nntp.[ch]                 ** REMOVE **
6399         * src/common/Makefile.am
6400         * src/common/nntp.[ch]          ** NEW **
6401                 move nntp files to common directory
6402
6403 2002-12-07 [christoph]  0.8.6claws69
6404
6405         * src/procmsg.[ch]
6406         * src/summaryview.c
6407                 implement msginfo update callback using sylpheed's new
6408                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6409
6410 2002-12-06 [christoph]  0.8.6claws68
6411
6412         * src/editgroup.c
6413                 This patch changes the 'Edit Group Details' dialog to
6414                 allow extended selections in either pane, so that
6415                 addresses can be added or removed from a group more
6416                 quickly and easily. (it actually is a net decrease in
6417                 file size, as some unnecessary functions have been
6418                 removed). 
6419                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6420
6421 2002-12-06 [christoph]  0.8.6claws67
6422
6423         * src/Makefile.am
6424         * src/template.[ch]             ** REMOVE **
6425         * src/common/Makefile.am
6426         * src/common/template.[ch]      ** NEW **
6427                 move template files to common directory
6428
6429         * src/nntp.c
6430                 add missing log.h include
6431
6432 2002-12-06 [melvin]     0.8.6claws66
6433
6434         * src/prefs_actions.c
6435                 Added the trailing ">" syntax to insert command's output
6436                 without replacing old text (in contrast to trailing "|").
6437
6438 2002-12-05 [colin]      0.8.6claws65
6439         
6440         * src/common/utils.c
6441                 Don't modify original search_string or it'll change
6442                 the next iterations in the for()
6443
6444 2002-12-05 [darko]      0.8.6claws64
6445
6446         * src/common/utils.c
6447                 proper check for filtering commands, found by Colin
6448
6449 2002-12-05 [darko]      0.8.6claws63
6450
6451         * src/common/utils.c
6452                 check proper string for NULL pointer, found by Colin
6453
6454 2002-12-05 [darko]      0.8.6claws62
6455
6456         * src/common/utils.[ch]
6457                 expand_search_string(): new function
6458                 converts Mutt-like patterns to Sylpheed's
6459                 filtering engine
6460         * src/summaryview.c
6461                 use expand_search_string() to allow Mutt-like
6462                 patterns in extended search
6463         * README.claws
6464                 document extended option in quick search
6465
6466 2002-12-05 [paul]       0.8.6claws61
6467
6468         * sync with 0.8.6cvs16
6469                 see ChangeLog 2002-12-05
6470                 
6471         * po/POTFILES.in
6472                 clean up
6473
6474 2002-12-04 [christoph]  0.8.6claws60
6475
6476         * src/imap.[ch]
6477                 put imap authentication code into a new function and
6478                 remove it from imap_session_new that will allow to
6479                 send other commands before authentication
6480
6481 2002-12-04 [christoph]  0.8.6claws59
6482
6483         * src/imap.[ch]
6484                 use already existing method to prevent unneeded IMAP
6485                 folder selects. Set imap_select parameters to NULL
6486                 in some functions if the values are not required.
6487
6488         * src/xml.h
6489                 remove no longer required include
6490
6491 2002-12-04 [paul]       0.8.6claws58
6492
6493         * po/es.po
6494                 updated by Ricardo Mones Lastra
6495                 
6496         * configure.in
6497           po/hu.po      ** NEW FILE **
6498                 initial Hungarian translation, submitted
6499                 by Gál Zoltán <galzoli@hu.inter.net>
6500
6501 2002-12-03 [christoph]  0.8.6claws57
6502
6503         * src/Makefile.am
6504         * src/gtksctree.[ch]            ** REMOVE **
6505         * src/gtk/Makefile.am
6506         * src/gtk/gtksctree.[ch]        ** NEW **
6507                 move gtksctree files to gtk directory
6508
6509 2002-12-03 [christoph]  0.8.6claws56
6510
6511         * src/Makefile.am
6512         * src/md5.[ch]                  ** REMOVE **
6513         * srm/common/Makefile.am
6514         * src/common/md5.[ch]           ** NEW **
6515                 move md5 files to common directory
6516
6517         * src/gtkstext.c
6518                 remove not required #include
6519
6520 2002-12-03 [sergey]     0.8.6claws55
6521
6522         * src/gtkutils.c
6523         * src/gtkutils.h
6524                 gtkut_window_popup(): new function.
6525         * src/mainwindow.c
6526                 main_window_popup(): use gtkut_window_popup() to raise
6527                 window without changing its position.
6528                 (see sylpheed-main ML message [sylpheed:17247])
6529
6530 2002-12-03 [sergey]     0.8.6claws54
6531
6532         * src/send.c
6533                 send_message_local(): removed first-dot escaping
6534                 (SMTP-only, not needed for sending through pipe)
6535
6536 2002-12-03 [paul]       0.8.6claws53
6537
6538         * po/POTFILES.in
6539                 update to reflect recent changes (thanks
6540                 to Ricardo Mones Lastra)
6541                 
6542         * tools/filter_conv.pl
6543                  fix problem with quoted strings. Patch submitted
6544                  by Luke Plant <lukeplant@softhome.net>
6545
6546 2002-12-03 [paul]       0.8.6claws52
6547
6548         * sync with 0.8.6cvs15
6549                 see ChangeLog 2002-12-03
6550
6551 2002-12-02 [christoph]  0.8.6claws51
6552
6553         * src/logwindow.[ch]
6554         * src/common/log.[ch]
6555                 implement logging using a hook function
6556
6557         * src/folderview.c
6558         * src/folder.[ch]
6559                 define hooklist name in header file to avoid
6560                 errors caused by wrong spelling of hooklist names
6561
6562         * src/toolbar.c
6563                 fix warnings
6564
6565 2002-12-02 [christoph]  0.8.6claws50
6566
6567         * src/common/Makefile.am
6568                 add src/common/hooks.[ch]
6569
6570         * src/common/hooks.[ch]
6571                 implement a simple hook system using glib's hook functions
6572
6573         * src/folder.[ch]
6574         * src/folderview.c
6575                 use new hook system for folder item updates
6576
6577 2002-12-02 [christoph]  0.8.6claws49
6578
6579         * doc-src/ui_seperation.txt     ** NEW **
6580                 information for ui seperation
6581
6582         * src/Makefile.am
6583                 remove files that were moved to common
6584                 include common directory by default for the header files
6585
6586         * src/inc.c
6587         * src/common/socket.c
6588         * src/automaton.[ch]
6589                 implement automaton using g_io_*-functions instead of
6590                 gdk_input_add to make it ui independent
6591
6592         * src/codeconv.c
6593         * src/compose.c
6594         * src/ldif.c
6595         * src/pgptext.c
6596         * src/procmime.c
6597         * src/rfc2015.c
6598         * src/smtp.c
6599         * src/unmime.c
6600                 remove common/ prefix because directory is now in
6601                 include path
6602
6603         * src/compose.c
6604         * src/folder.c
6605         * src/folderview.c
6606         * src/mainwindow.c
6607         * src/messageview.c
6608         * src/prefs_common.c
6609         * src/procmsg.c
6610         * src/rfc2015.c
6611                 fix warnings
6612
6613         * src/imap.c
6614         * src/inc.c
6615         * src/news.c
6616         * src/pop.c
6617         * src/send.c
6618         * src/smtp.c
6619         * src/ssl_certificate.c
6620                 add log.h header file for logging functions
6621
6622         * src/main.c
6623         * src/common/utils.c
6624         * src/summaryview.c
6625         * src/xml.c
6626                 o move debug_mode to common/utils.c
6627                 o add functions to set and get debug_mode
6628
6629         * src/defs.h                    ** REMOVE **
6630         * src/intl.h                    ** REMOVE **
6631         * src/socket.[ch]               ** REMOVE **
6632         * src/ssl.[ch]                  ** REMOVE **
6633         * src/utils.[ch]                ** REMOVE **
6634                 replaced by new files in src/common/
6635         
6636         * src/common/Makefile.am
6637                 add new files in src/common/
6638
6639         * src/common/defs.h             ** NEW **
6640         * src/common/intl.h             ** NEW **
6641         * src/common/log.[ch]           ** NEW **
6642         * src/common/socket.[ch]        ** NEW **
6643         * src/common/ssl.[ch]           ** NEW **
6644         * src/common/utils.[ch]         ** NEW **
6645                 replacement for files in src/
6646
6647 2002-12-02 [colin]      0.8.6claws48
6648
6649         * src/folderview.c
6650                 Scroll folderview if necessary during dnd
6651
6652 2002-12-02 [colin]      0.8.6claws47
6653
6654         * src/folder.[ch]
6655                 Add check to verify a move is within a single mailbox
6656         * src/folderview.c
6657                 Add specific error string for this check
6658
6659 2002-12-02 [colin]      0.8.6claws46
6660
6661         * src/folder.c
6662                 Add a test to folder moving, remove a statusbar_print
6663         * src/folderview.c
6664                 Add Move folder... context-menu item
6665                 Factorize folder moving code
6666                 Enable folder DND for mbox
6667
6668 2002-12-01 [christoph]  0.8.6claws45
6669
6670         * ac/aspell.m4
6671                 remove conf.aspelltest if the version check fails
6672
6673 2002-11-30 [christoph]  0.8.6claws44
6674
6675         * autogen.sh
6676                 run libtoolize --force in autogen to create missing
6677                 libtool scripts
6678
6679 2002-11-30 [christoph]  0.8.6claws43
6680
6681         * src/Makefile.am
6682         * src/pgptext.c
6683         * src/procmime.c
6684         * src/rfc2015.c
6685         * src/uuencode.[ch]             ** REMOVED **
6686         * src/common/Makefile.am
6687         * src/common/uuencode.[ch]      ** NEW **
6688                 move uuen/decoder to common directory
6689
6690 2002-11-30 [christoph]  0.8.6claws42
6691
6692         * src/Makefile.am
6693         * src/base64.[ch]               ** REMOVED **
6694         * src/codeconv.c
6695         * src/compose.c
6696         * src/ldif.c
6697         * src/pgptext.c
6698         * src/procmime.c
6699         * src/rfc2015.c
6700         * src/smtp.c
6701         * src/unmime.c
6702         * src/common/Makefile.am
6703         * src/common/base64.[ch]        ** NEW **
6704                 move base64 en/decoder to common directory
6705
6706 2002-11-30 [christoph]  0.8.6claws41
6707
6708         * src/common                    ** NEW **
6709                 new directory for UI independent code
6710         * src/gtk                       ** NEW **
6711                 new directory for GTK frontend
6712         * src/common/.cvsignore         ** NEW **
6713         * src/gtk/.cvsignore            ** NEW **
6714                 ignore build files
6715         * src/common/Makefile.am        ** NEW **
6716         * src/gtk/Makefile.am           ** NEW **
6717                 automake files to build new seperated stuff
6718         * src/Makefile.am
6719                 the binary will currently still be build with the
6720                 files in src, so we include the code from the
6721                 subdirs for now after building the libs there
6722
6723 2002-11-30 [paul]       0.8.6claws40
6724
6725         * src/compose.c
6726                 fix bug [642731] 'Wrong selected account with drafted mail'
6727
6728 2002-11-29 [oliver]     0.8.6claws39
6729         
6730         * src/messageview.c
6731                 o update summaryview when switching between different
6732                   messageviews          
6733         * src/toolbar.c  
6734                 o check if messageview holds already removed msg
6735                   from summaryview
6736                 
6737
6738 2002-11-29 [oliver]     0.8.6claws38
6739
6740         * src/toolbar.c 
6741                 remove not needed variables and includes
6742                 make messageview stay opened and move to next when msgs are deleted 
6743
6744 2002-11-29 [oliver]     0.8.6claws37
6745         
6746         * src/toolbar.c 
6747                 disable compose button (messageview toolbar) by default
6748                 deleted msgs are moved to trash
6749         
6750 2002-11-29 [melvin]     0.8.6claws36
6751
6752         * configure.in
6753                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6754                 and to detect signatures expirations (gpgme 0.3.6)
6755
6756         * src/main.c
6757                 Use non obsolescent function for Gpgme engine checking.
6758
6759         * src/rfc2015.c
6760                 Inform about expired signatures or signatures which key
6761                 has expired. Expiration date is displayed.
6762
6763         * src/sigstatus.c
6764                 Inform about expired signatures or signatures which key
6765                 has expired.
6766
6767 2002-11-28 [paul]       0.8.6claws35
6768
6769         * src/folderview.c
6770                 re-instate 'Check for new messages' in Newsgroup
6771                 folders right-click menu, after a suggestion from
6772                 Tim Mann <timmann@users.sourceforge.net>
6773
6774         * src/main.c
6775                 after a crash check only local folders for new
6776                 messages
6777
6778 2002-11-28 [paul]       0.8.6claws34
6779
6780         * configure.in
6781                 apply patch that fixes the checking of GTK with XIM 
6782                 support on different OSs, such as FreeBSD. Patch 
6783                 submitted by Topia <topia@users.sourceforge.net>
6784                 
6785 2002-11-28 [paul]       0.8.6claws33
6786
6787         * src/mainwindow.c
6788           src/prefs_common.c
6789           src/prefs_toolbar.c
6790                 more changes to the English
6791
6792 2002-11-28 [paul]       0.8.6claws32
6793
6794         * sync with 0.8.6cvs13
6795                 see ChangeLog 2002-11-28 (no sync needed
6796                 for src/compose.c)
6797
6798 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6799         
6800         * src/mainwindow.[ch]
6801                 add patch by Ivan F. Martinez introducing messageview Toolbar
6802                 some changes and committed by oliver    
6803
6804 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6805
6806         * src/messageview.[ch]
6807                 add patch by Ivan F. Martinez introducing messageview Toolbar
6808                 some changes and committed by oliver    
6809
6810 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6811
6812         * src/compose.[ch]
6813                 add patch by Ivan F. Martinez introducing messageview Toolbar
6814                 some changes and committed by oliver    
6815
6816 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6817         
6818         * src/toolbar.[ch]
6819                 add patch by Ivan F. Martinez introducing messageview Toolbar
6820                 some changes and committed by oliver
6821
6822 2002-11-28 [oliver]     0.8.6claws27
6823         
6824         * src/prefs_toolbar.[ch]
6825                 getting ready for messageview toolbar
6826                 free mem allocated by gettext
6827                 change prefs_toolbar to prefs_toolbar_open
6828  
6829 2002-11-28 [thorsten]   0.8.6claws26
6830
6831         * src/imageview.[ch]
6832                 cleaned up conflicting declarations of
6833                 imageview_show_image()
6834
6835 2002-11-28 [paul]       0.8.6claws25
6836
6837         * src/grouplistdialog.c
6838           src/prefs_common.c
6839           src/prefs_summary_column.c
6840                 a few more improvements to the English
6841
6842 2002-11-28 [colin]      0.8.6claws24
6843
6844         * man/sylpheed.1
6845                 A few updates to command-line parameters
6846
6847 2002-11-28 [colin]      0.8.6claws23
6848
6849         * src/prefs_filtering.c
6850                 Fix problems with prefs_filtering_delete_path:
6851                 a) if the first rule is removed, original pointers
6852                    weren't updated (leading to segfaults)
6853                 b) it was always global_processing updated in case
6854                    of removed path was parent of rule path
6855
6856 2002-11-27 [paul]       0.8.6claws22
6857
6858         * src/mainwindow.c
6859           src/prefs_account.c
6860           src/prefs_actions.c
6861           src/prefs_common.c
6862           src/prefs_customheader.c
6863           src/prefs_display_header.c
6864           src/prefs_filtering.c
6865           src/prefs_folder_item.c
6866           src/prefs_matcher.c
6867           src/prefs_scoring.c
6868           src/prefs_summary_column.c
6869           src/prefs_template.c
6870           src/prefs_toolbar.c
6871                  improve the English in the GUI
6872
6873 2002-11-27 [colin]      0.8.6claws21
6874
6875         * src/folder.c
6876                 Fix processing renaming problems happening after
6877                 last commit
6878
6879 2002-11-27 [colin]      0.8.6claws20
6880
6881         * src/folder.c
6882                 recursive move now deletes src each subfolder after 
6883                 having moved it
6884         * src/folderview.c
6885                 Use identifier instead of path during dnd (enables
6886                 IMAP folder dnd)
6887
6888 2002-11-27 [paul]       0.8.6claws19
6889
6890         * src/main.c
6891                 apply patch that does command-line processing 
6892                 BEFORE gtk_init, allowing claws to run from 
6893                 shell-scripts in non-X environment (e.g. crontab 
6894                 or ip-up, ip-down scripts). Patch submitted by
6895                 Ruslan N. Balkin <baron@dartel.ru>
6896                 
6897         * po/it.po
6898                 updated by Alessandro Maestri
6899
6900 2002-11-27 [paul]       0.8.6claws18
6901
6902         * sync with 0.8.6cvs12
6903           src/prefs_common.c
6904                 Differences are that main uses a 'Receive dialog'
6905                 frame on the Interface tab, whereas claws groups all 
6906                 the dialogs together in a 'Dialogs' frame.
6907
6908 2002-11-27 [colin]      0.8.6claws17
6909
6910         * src/prefs_matcher.c
6911                 Fix Execute criteria's NOT flag
6912
6913
6914 2002-11-26 [christoph]  0.8.6claws16
6915
6916         * src/ssl.c
6917                 rewrite the ssl code a little bit, only use one
6918                 SSL context, set default certificates' file/path
6919
6920 2002-11-26 [thorsten]   0.8.6claws15
6921
6922         * src/compose.c
6923                 default-reply-to didn't work for ml-reply
6924
6925 2002-11-26 [melvin]     0.8.6claws14
6926
6927         * src/prefs_actions.c
6928                 Made pipe-actions ignore short headers in message view
6929                 Made trailing-pipe-actions write in the message view with
6930                 the same font as the original message
6931
6932 2002-11-26 [paul]       0.8.6claws13
6933
6934         * src/compose.c
6935                 this time commit the correct file
6936
6937 2002-11-26 [paul]       0.8.6claws12
6938
6939         * sync with 0.8.6cvs11
6940           src/quote_fmt_parse.y  
6941                 no sync needed
6942           src/account.[ch]       
6943                 not sync'ed
6944           src/compose.c
6945                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6946                 on draft mode.
6947                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6948                 header
6949                 
6950         see ChangeLog 2002-11-25 and 2002-11-26
6951
6952 2002-11-26 [colin]      0.8.6claws11
6953
6954         * src/folderview.c
6955                 Fix collapsed folder not auto-expanding during
6956                 mail dnd, if it was the source folder.
6957
6958 2002-11-25 [colin]      0.8.6claws10
6959
6960         * src/folderview.[ch]
6961                 Variable renaming and cleaning (slist of nodes 
6962                 to be re-collapsed is stored in FolderView)
6963
6964 2002-11-25 [paul]       0.8.6claws9
6965
6966         * src/prefs_common.[ch]
6967                 fix breakage caused by last commit
6968
6969 2002-11-25 [paul]       0.8.6claws8
6970
6971         * sync with 0.8.6cvs4
6972                 see ChangeLog 2002-11-21
6973
6974 2002-11-25 [paul]       0.8.6claws7
6975
6976         * sync with 0.8.6cvs4
6977                 see ChangeLog 2002-11-20
6978
6979 2002-11-25 [paul]       0.8.6claws6
6980
6981         * sync with 0.8.6cvs3
6982                 see ChangeLog 2002-11-18
6983
6984 2002-11-25 [colin]      0.8.6claws5
6985
6986         * src/gtkutils.[ch]
6987                 Add gtkut_ctree_node_is_parent()
6988         * src/folderview.c
6989                 Spring-loaded folders
6990
6991 2002-11-25 [colin]      0.8.6claws4
6992
6993         * src/utils.[ch]
6994                 Add slist_concat_unique(), function to merge
6995                 two GSList filtering dups
6996         * src/folder.[ch]
6997         * src/summaryview.[ch]
6998         * src/folderview.c
6999         * src/main.c
7000                 Add detection/update/display of unread answers
7001                 to marked mails
7002         * src/procmsg.[ch]
7003                 Add procmsg_find_children()
7004                 Add procmsg_msg_has_marked_parent()
7005
7006 2002-11-25 [colin]      0.8.6claws3
7007
7008         * src/ssl_certificate.[ch]
7009                 Allow checking a certificate without a DNS
7010                 lookup
7011                 Allow to forget a cert (by deleting it)
7012                 Make ssl_certificate_destroy_public
7013         * src/ssl_manager.[ch] ** NEW FILES **
7014                 Gui to manage (display/remove) certificates
7015         * src/prefs_common.[ch]
7016                 Add a pref to allow silent acceptation of
7017                 trusted certificates or not (based on the
7018                 "I want to know what's going on" principle)
7019         * src/mainwindow.c
7020                 Add SSL manager in Tools menu
7021         * src/Makefile.am
7022                 Add the new files to the build
7023         * po/POTFILES.in
7024                 Add ssl_manager.c to translations
7025
7026 2002-11-25 [colin]      0.8.6claws2
7027
7028         * src/summaryview.[ch]
7029                 Add S_SEARCH_EXTENDED to the quick search, which 
7030                 allows to search using filtering syntax.
7031
7032 2002-11-25 [colin]      0.8.6claws1
7033
7034         * src/summaryview.c
7035                 Deletion of duplicates now prefer deleting
7036                 the unread dup (fixes feature-request 638989).
7037
7038 2002-11-24 [paul]       0.8.6claws
7039
7040         * po/es.po
7041           po/pl.po
7042           po/ru.po
7043           po/sr.po
7044                 updated by Ricardo Mones Lastra,
7045                 Witold Wladyslaw Wojciech Wilk,
7046                 Ruslan N. Balkin, and  Urke MMI 
7047                 respectively
7048
7049 2002-11-24 [paul]       0.8.5claws182
7050
7051         * po/bg.po
7052                 updated by George Danchev
7053
7054 2002-11-23 [alfons]     0.8.5claws181
7055
7056         * src/imap.c
7057                 tiny memory leak found by browsing Dimitar's 
7058                 valgrind report
7059
7060 2002-11-23 [paul]       0.8.5claws180
7061
7062         * po/it.po
7063                 updated by Alessandro Maestri
7064
7065 2002-11-22 [christoph]  0.8.5claws179
7066
7067         * src/compose.c
7068         * src/inc.c
7069         * src/prefs_filtering.c
7070         * src/summaryview.c
7071                 more warning fixes
7072
7073 2002-11-22 [alfons]     0.8.5claws178
7074
7075         * src/summaryview.c
7076                 summary_execute_delete_func(): if message is deleted, make 
7077                 sure to also remove its entry in the subject hash table. 
7078                 fixes a corner case bug.
7079
7080 2002-11-22 [paul]       0.8.5claws177
7081
7082         * .cvsignore
7083                 add 'autom4te.cache'
7084                 
7085         * ltconfig      ** REMOVED **
7086                 not needed
7087
7088 2002-11-22 [paul]       0.8.5claws176
7089
7090         * src/textview.c
7091                 textview_set_font(): fix for message display in
7092                 UTF-8 locales (thanks to Sergey Vlasov).
7093                 
7094         * AUTHORS
7095                 add new team members and contributors
7096
7097
7098 2002-11-21 [colin]      0.8.5claws175
7099
7100         * src/procmsg.[ch]
7101                 Add procmsg_remove_special_headers()
7102         * src/mh.c
7103                 Use procmsg_remove_special_headers() for 
7104                 previous fix
7105
7106 2002-11-21 [colin]      0.8.5claws174
7107
7108         * src/mh.c
7109                 Fix moving/copying from queue/draft folders
7110                 for MH folders
7111
7112 2002-11-21 [christoph]  0.8.5claws173
7113
7114         * src/crash.c
7115         * src/filtering.c
7116         * src/logwindow.c
7117         * src/main.c
7118         * src/matcher_parser_lex.[hl]
7119         * src/mbox.c
7120         * src/mbox_folder.[ch]
7121         * src/prefs_filtering.c
7122         * src/procheader.c
7123         * src/quote_fmt_lex.l
7124         * src/ssl.c
7125                 fix all warnings except the warnings in lex and yacc files
7126
7127 2002-11-20 [christoph]  0.8.5claws172
7128
7129         * src/imap.c
7130                 fix MsgInfo retrieval for IMAP draft and queue folders
7131                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7132
7133 2002-11-19 [christoph]  0.8.5claws171
7134
7135         * src/compose.c
7136                 fix segfault, when draft saving does not get
7137                 the MsgInfo of the new message
7138                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7139
7140 2002-11-19 [christoph]  0.8.5claws170
7141
7142         * src/procmsg.c
7143                 add parameter check for flag setting function
7144                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7145
7146 2002-11-18 [paul]       0.8.5claws169
7147
7148         * src/compose.c
7149                 more sensitivity fixes to redirect mode:
7150                 * disable toolbar draft button
7151                 * allow only Address book in the Tools menu
7152                 * disable editing of message by the spell
7153                   checker
7154
7155 2002-11-18 [paul]       0.8.5claws168
7156
7157         * src/compose.c
7158                 fix sensitivity of menu items in compose_redirect():
7159                 allow only the necessary items 
7160
7161 2002-11-18 [paul]       0.8.5claws167
7162
7163         * src/compose.c
7164                 fix bug [ 603259 ] 'attachment got lost on bounce'
7165
7166 2002-11-18 [paul]       0.8.5claws166
7167
7168         * po/ru.po
7169                 updated by Ruslan N. Balkin <baron@dartel.ru>
7170
7171 2002-11-18 [colin]      0.8.5claws165
7172
7173         * src/main.c
7174           src/defs.h
7175                 Remove old filtering stuff
7176
7177
7178 2002-11-17 [oliver]     0.8.5claws164
7179
7180         * src/toolbar.h
7181                 remove not needed typedef 
7182
7183 2002-11-17 [oliver]     0.8.5claws163
7184
7185         * src/toolbar.c
7186                 make toolbar's on click events translatable
7187
7188 2002-11-15 [colin]      0.8.5claws162
7189
7190         * src/summaryview.c
7191                 Revert too-soon integration of a feature
7192
7193 2002-11-15 [christoph]  0.8.5claws161
7194
7195         * src/imap.c
7196                 use main's implementation of imap_get_msginfo
7197
7198 2002-11-15 [christoph]  0.8.5claws160
7199
7200         * src/compose.c
7201         * src/folder.[ch]
7202         * src/imap.c
7203         * src/mbox_folder.c
7204         * src/mh.c
7205         * src/news.c
7206         * src/procmsg.c
7207         * src/summaryview.c
7208                 replace claws' fetch_msginfo with main's get_msginfo
7209                 (use main's implementation where possible)
7210
7211 2002-11-15 [colin]      0.8.5claws159
7212
7213         * src/ssl_certificate.c
7214                 Missed a check
7215
7216 2002-11-16 [melvin]     0.8.5claws158
7217
7218         * po/fr.po
7219                 Updated French translations.
7220
7221 2002-11-16 [colin]      0.8.5claws157
7222
7223         * src/ssl_certificate.c
7224                 Check for missing parts in the certificates
7225
7226 2002-11-15 [colin]      0.8.5claws156
7227
7228         * src/folderview.c
7229                 Preventive fix (missing check) found by
7230                 Alfons
7231
7232 2002-11-15 [paul]
7233
7234         * NEWS
7235                 sync with 0.8.6 release
7236
7237 2002-11-15 [colin]      0.8.5claws155
7238
7239         * src/folder.[ch]
7240           src/folderview.c
7241                 Fix error handling of folder_item_move_to()
7242                 (thanks to Alfons!)
7243
7244 2002-11-15 [colin]      0.8.5claws154
7245
7246         * src/folder.[ch]
7247           src/folderview.c
7248                 folder_item_move_to() sets an error message instead
7249                 of having GUI stuff in folder.c
7250
7251 2002-11-15 [colin]      0.8.5claws153
7252
7253         * src/procmsg.[ch]
7254                 Implemented a callback for MsgInfo updates, 
7255                 heavily copy/pasted from Christoph's folder 
7256                 callback system
7257         * src/summaryview.[ch]
7258                 Register summary_update_msg as callback
7259
7260 2002-11-14 [colin]      0.8.5claws152
7261         
7262         * src/procmsg.c
7263                 Update the FolderItem after sending (fixes 617593)
7264
7265 2002-11-14 [christoph]  0.8.5claws151
7266
7267         * src/folder.c
7268                 fix wrong position of NULL pointer check found
7269                 by Sergey
7270
7271 2002-11-14 [christoph]  0.8.5claws150
7272
7273         * src/folder.c
7274                 fix segfault when deleting messages from IMAP folders
7275                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7276
7277 2002-11-14 [colin]      0.8.5claws149
7278
7279         * src/compose.c
7280                 Forwarding was also ignoring the folder's default account.
7281
7282 2002-11-14 [colin]      0.8.5claws148
7283
7284         * src/compose.c
7285                 Fix sent folder not set to folder properties when 
7286                 forwarding.
7287
7288 2002-11-14 [thorsten]   0.8.5claws147
7289
7290         * src/inc.c
7291                 inc_start(): Files were not moved from .processing to inbox,
7292                 if no global processing rule existed
7293
7294 2002-11-14 [colin]      0.8.5claws146
7295
7296         * src/ssl_certificate
7297                 Fix file operations
7298
7299 2002-11-14 [paul]       0.8.5claws145
7300
7301         * po/it.po
7302                 updated by Alessandro Maestri
7303
7304 2002-11-13 [alfons]     0.8.5claws144
7305
7306         * src/folder.c
7307                 folder_item_close(): only mark messages unread
7308                 when a folder has new messages 
7309
7310 2002-11-13 [keith]      0.8.5claws143
7311
7312         * src/imap.c
7313                 Fix problem moving or copying between
7314                 IMAP folders
7315
7316 2002-11-13 [colin]      0.8.5claws142
7317
7318         * src/matcher_parser_parse.y
7319                 Fix rule problem when " don't match
7320
7321 2002-11-13 [christoph]  0.8.5claws141
7322
7323         * src/folder.c
7324         * src/folderview.c
7325                 moved cache saving to folder_item_close
7326                 the folderview should not have to deal with
7327                 this things
7328
7329 2002-11-13 [christoph]  0.8.5claws140
7330
7331         * src/summaryview.c
7332                 moved setting of important score to
7333                 summary_set_prefs_from_folderitem
7334
7335 2002-11-13 [colin]      0.8.5claws139
7336
7337         * src/matcher_parser_parse.y
7338                 Fix a segfault in the parser (happening when
7339                 a good expression had been tested and a bad 
7340                 one arrives)
7341
7342 2002-11-13 [paul]       0.8.5claws138
7343
7344         * sync with 0.8.5cvs24
7345                 see ChangeLog 2002-11-13
7346                 
7347         * po/pt_BR.po
7348                 updated by Fabio Jr. Beneditto
7349
7350 2002-11-13 [colin]      0.8.5claws137
7351         
7352         * src/msgcache.c
7353           src/defs.h
7354           src/procmsg.[ch]
7355                 Revert last commit, problem
7356
7357 2002-11-13 [colin]      0.8.5claws136
7358
7359         * src/msgcache.c
7360                 Remove duplicated code
7361         * src/defs.h
7362                 Bumped CACHE_VERSION and MARK_VERSION
7363         * src/procmsg.[ch]
7364                 Network endian for cache and mark files
7365
7366 2002-11-12 [colin]      0.8.5claws135
7367
7368         * src/inc.c
7369                 Fix the "socket error" dialog which disappeared
7370
7371 2002-11-12 [colin]      0.8.5claws134
7372
7373         * src/msgcache.c
7374                 Reverse last commit which had performance 
7375                 problems, but still reverse the list
7376
7377 2002-11-12 [colin]      0.8.5claws133
7378
7379         * src/msgcache.c
7380                 Reverse list order
7381
7382 2002-11-12 [melvin]     0.8.5claws132
7383
7384         * src/compose.c
7385                 Added a check for a NULL prefs_common.dictionary
7386
7387 2002-11-12 [colin]      0.8.5claws131
7388
7389         * src/ssl_certificate.[ch]
7390                 Use FQDN hostname
7391
7392 2002-11-12 [colin]      0.8.5claws130
7393
7394         * src/ssl_certificate.[ch]
7395                 Take connection port into account for 
7396                 checking certificates (a single hostname
7397                 could have multiple servers with multiple
7398                 certificates)
7399         * src/ssl.c
7400                 Pass the port to ssl_certificate_check
7401
7402 2002-11-12 [paul]       0.8.5claws129
7403
7404         * src/folder.c
7405                 fix a typo in last commit
7406
7407 2002-11-12 [paul]       0.8.5claws128
7408
7409         * sync with 0.8.5cvs23
7410                 see ChangeLog entry 2002-11-12
7411
7412 2002-11-11 [colin]      0.8.5claws127
7413
7414         * src/ssl_certificate.c
7415                 Cleaner messages
7416                 Don't popup, instead log error, if the 
7417                 corresponding pref is checked
7418         * src/ssl_certificate.h
7419                 include <openssl/objects/h>
7420
7421 2002-11-11 [colin]      0.8.5claws126
7422
7423         * src/ssl_certificate.h
7424                 _Really_ clean it
7425
7426 2002-11-11 [colin]      0.8.5claws125
7427         
7428         * src/ssl_certificate.c
7429                 Fixed leak
7430
7431 2002-11-11 [colin]      0.8.5claws124
7432
7433         * src/ssl.c
7434                 Cleaned a bit
7435         * src/ssl_certificate.[ch]
7436                 Cleaned a bit (better use of SSL API)
7437                 (This will cause non-recognition of saved 
7438                  certificates of claws12[23]...)
7439
7440 2002-11-11 [paul]       0.8.5claws123
7441         
7442         * po/es.po
7443                 updated by Ricardo Mones Lastra
7444
7445 2002-11-11 [colin]      0.8.5claws122
7446
7447         * src/ssl.c
7448                 Fix a typo
7449
7450 2002-11-11 [colin]      0.8.5claws121
7451
7452         * src/ssl_certificate.[ch] ** NEW FILES **
7453         * src/ssl.[ch]
7454                 Check SSL certificates presented to us
7455         * src/Makefile.am
7456                 Add ssl_certificate.[ch]
7457         * po/POTFILES.in
7458                 Add ssl_certificate.c
7459
7460 2002-11-11 [paul]       0.8.5claws120
7461
7462         * sync with 0.8.5cvs22
7463                 see ChangeLog 2002-11-11
7464
7465 2002-11-11 [paul]       0.8.5claws119
7466
7467         * sync with 0.8.5cvs21
7468                 see ChangeLog 2002-11-11
7469
7470 2002-11-10 [jens]       0.8.5claws118
7471
7472         * src/folder.c
7473         * src/folderview.c
7474                 corrected some typing
7475         * po/de.po
7476                 updated german translation
7477         * sylpheed.spec.in
7478                 cleaned up specfile and adjusted it for claws
7479
7480 2002-11-10 [colin]      0.8.5claws117
7481
7482         * src/summaryview.c
7483                 a STATUSBAR_PUSH/POP fix
7484
7485 2002-11-10 [colin]      0.8.5claws116
7486
7487         * src/prefs_folder_item.c
7488                 Fix hanging after opening folder properties
7489
7490 2002-11-10 [hoa]        0.8.5claws115
7491
7492         * src/matcher_parser_lex.l
7493         * src/matcher_parser_parse.y
7494                 config file for scoring and filtering is no more trashed
7495                 when there is a syntax error in a filtering rule when
7496                 editing it in a dialog.
7497
7498 2002-11-09 [colin]      0.8.5claws114
7499
7500         * src/mbox_folder.c
7501                 Added missing initialisation of folder->destroy()
7502
7503 2002-11-09 [colin]      0.8.5claws113
7504
7505         * src/folder.c
7506           src/folderview.c
7507                 Fix the status bar messages
7508
7509 2002-11-09 [colin]      0.8.5claws112
7510
7511         * src/folderview.c
7512                 Fix hangs after folder dnd, happening after 
7513                 claws109.
7514
7515 2002-11-09 [christoph]  0.8.5claws111
7516
7517         * src/folderview.c
7518                 just changed order of calls (reverse order of
7519                 associated calls)
7520         * src/inc.c
7521                 lock inc when checking only one account, otherwise
7522                 inc all could be executed at the same time
7523
7524 2002-11-09 [christoph]  0.8.5claws110
7525
7526         * src/folderview.c
7527                 better unlock the mouse cursor before calling
7528                 summary_show because it changes the cursor too
7529
7530 2002-11-09 [christoph]  0.8.5claws109
7531
7532         * src/folder.[ch]
7533         * src/folderview.c
7534                 add functions to open and close a folder
7535                 o opending will execute scanning for remote folders
7536                   and processing
7537                 o closing will unset new flag for messages
7538
7539 2002-11-09 [colin]      0.8.5claws108
7540
7541         * src/folder.c
7542                 Add a call to prefs_matcher_write_config to 
7543                 avoid non-leaf folders filtering settings to be
7544                 lost
7545
7546 2002-11-09 [paul]       0.8.5claws107
7547
7548         * src/prefs_account.c
7549                 re-word a label
7550
7551 2002-11-09 [colin]      0.8.5claws106
7552
7553         * src/folderview.c
7554                 Minor esthetic fix
7555
7556 2002-11-09 [colin]      0.8.5claws105
7557
7558         * src/folderview.c
7559                 Fix prefs_filtering deletion for MH folders (same
7560                 reason as below)
7561         * src/prefs_filtering.c
7562                 Fix prefs_filtering renaming and deletion for 
7563                 folder-based processing rules.  
7564
7565 2002-11-09 [christoph]  0.8.5claws104
7566
7567         * src/compose.c
7568         * src/folder.[ch]
7569         * src/folderview.[ch]
7570         * src/import.c
7571         * src/inc.c
7572         * src/main.c
7573         * src/mainwindow.c
7574         * src/messageview.c
7575         * src/prefs_folder_item.c
7576         * src/procmsg.c
7577         * src/summaryview.c
7578                 implement a callback system for folder item updates
7579
7580 2002-11-09 [colin]      0.8.5claws103
7581
7582         * src/folderview.c
7583                 Fix prefs_filtering renaming for MH folders (we
7584                 shouldn't rename by path as another folder could
7585                 have the same hierarchy).
7586
7587 2002-11-09 [colin]      0.8.5claws102
7588
7589         * src/folder.c
7590                 Fix a leak found by Christoph, use better variable
7591                 names
7592
7593 2002-11-09 [colin]      0.8.5claws101
7594
7595         * src/folder.c
7596                 One more fix for processing rules
7597
7598 2002-11-08 [colin]      0.8.5claws100
7599         
7600         * src/matcher.c
7601                 Don't copy the compiled regexp (will be reevaluated)
7602         * src/folderview.c
7603                 Lock folderview while moving
7604         * src/folder.c
7605                 Provide info on what's happening to the user
7606
7607 2002-11-08 [colin]      0.8.5claws99
7608
7609         * src/folderview.c
7610                 Fix folder reordering after a move if parent is 
7611                 root
7612         * src/scoring.[ch]
7613                 Add function to copy a ScoringProp
7614         * src/prefs_folder_item.c
7615                 Copy scoring rules when copying a folder prefs
7616
7617 2002-11-08 [colin]      0.8.5claws98
7618
7619         * src/folderview.c
7620                 Fixes in case of failure
7621         * src/filtering.[ch]    
7622                 Add function to duplicate a FilteringProp
7623         * src/matcher.[ch]
7624                 Add function to duplicate a MatcherProp
7625         * src/prefs_folder_item.c
7626                 Save folder's processing rules when copying 
7627                 its prefs
7628
7629 2002-11-08 [colin]      0.8.5claws97
7630         
7631         * src/folderview.c
7632                 Sort after move
7633         * src/folder.c 
7634                 Change a printf to debug_print
7635
7636 2002-11-08 [colin]      0.8.5claws96
7637
7638         * src/folder.c
7639           src/folderview.c
7640                 Fix segfaults, call me stupido
7641         
7642
7643 2002-11-08 [colin]      0.8.5claws95
7644
7645         *src/folder.c
7646                 Added forgotten prefs to save when moving folders
7647
7648 2002-11-08 [colin]      0.8.5claws94
7649
7650         * src/folder.c
7651                 Fixes to folder DND (prefs copy)
7652         * src/folderview.c
7653                 Optimization for folder DND (don't rescan whole tree)
7654                 Added folderview_create_folder_node() for this 
7655                 optimization, so de-duped a bit the code
7656         * src/prefs_folder_item.[ch]
7657                 Added prefs_folder_item_copy_prefs()    
7658           
7659 2002-11-08 [paul]       0.8.5claws93
7660
7661         * src/prefs_account.c
7662           tools/README
7663           tools/kmail2sylpheed_v2.pl
7664                 correct some typos
7665
7666 2002-11-08 [paul]       0.8.5claws92
7667
7668         * src/compose.c
7669           src/prefs_account.[ch]
7670                 remove account options 'clearsign' and 'ascii_armored',
7671                 replace with 'default_gnupg_mode' to prevent mixed-mode
7672                 Privacy settings
7673
7674 2002-11-08 [paul]       0.8.5claws91
7675
7676         * src/compose.[ch]
7677                 re-implement GnuPG 'on-the-fly' mode selection,
7678                 disallow mixed-mode
7679
7680 2002-11-08 [colin]      0.8.5claws90
7681
7682         * src/folderview.c
7683           src/prefs_folder_item.c
7684                 Change "Property" to "Properties"
7685
7686 2002-11-07 [colin]      0.8.5claws89
7687
7688         * src/folderview.c
7689           src/folder.c
7690                 Allow folder dropping to a root folder
7691
7692 2002-11-07 [paul]       0.8.5claws88
7693
7694         * src/compose.c
7695                 revert last commit
7696
7697 2002-11-07 [paul]       0.8.5claws87
7698
7699         * src/compose.c
7700                 fix reply-to-list bug. closes bug report
7701                 "[633382] reply-to-list broken in recent cvs"
7702
7703 2002-11-07 [paul]       0.8.5claws86
7704
7705         * src/compose.c
7706                 add a forgotten '#if USE_GPGME ... #endif'
7707
7708 2002-11-07 [paul]       0.8.5claws85
7709
7710         * sync with 0.8.5cvs20
7711                 see ChangeLog 2002-11-07
7712
7713 2002-11-07 [colin]      0.8.5claws84
7714
7715         * src/folder.[ch]
7716                 Change folder_item_move_to to return the newly 
7717                 created folderitem.
7718         * src/folderview.c
7719                 Select the new folderitem after moving.
7720
7721 2002-11-07 [colin]      0.8.5claws83
7722
7723         * src/prefs_filtering.c
7724                 Fix rule rewriting when moving a leaf folder to a 
7725                 shorter path
7726
7727 2002-11-07 [colin]      0.8.5claws82
7728
7729         * src/prefs_filtering.c
7730                 fix a leak
7731
7732 2002-11-07 [colin]      0.8.5claws81
7733
7734         * src/folder.[ch]
7735                 Add folder_item_move_to() function to move a 
7736                 folderitem into another one (updates matcher etc)
7737         * src/folderview.c
7738                 Add folder drag'n drop (context menu to come)
7739                 [Should be dataloss free, but Please backup before 
7740                  trying !]
7741
7742 2002-11-06 [colin]      0.8.5claws80
7743
7744         * src/mh.c
7745                 mh_create_folder() returns NULL if can't create
7746                 directory hierarchy
7747
7748 2002-11-06 [paul]       0.8.5claws79
7749
7750         * src/compose.[ch]
7751                 allow 'on-the-fly' changing of the type of encryption 
7752                 and/or signing used (mime/ascii) via the compose window
7753
7754 2002-11-06 [paul]       0.8.5claws78
7755
7756         * sync with 0.8.5cvs19
7757                 see ChangeLog 2002-11-06 for src/account.c: 
7758                 account_get_special_folder()
7759                 
7760 2002-11-05 [alfons]     0.8.5claws77
7761
7762         * src/crash.c
7763                 very minor cleanups: nothing to see here, move on. :-)
7764
7765 2002-11-05 [colin]      0.8.5claws76
7766
7767         * src/main.c
7768                 Changes choices if compose windows are opened to
7769                 Discard, Draft, Don't quit
7770
7771 2002-11-05 [thorsten]   0.8.5claws75
7772
7773         * src/compose.c
7774                 reenabled default_reply_to folder option
7775
7776 2002-11-05 [colin]      0.8.5claws74
7777
7778         * src/compose.[ch] 
7779                 add compose_draft()
7780         * src/crash.c
7781                 add SIGTERM handler
7782         * src/main.[ch]
7783                 add clean_quit() for the SIGTERM handler
7784
7785 2002-11-05 [paul]       0.8.5claws73
7786         
7787         * po/es.po
7788                 updated by Ricardo Mones Lastra
7789
7790 2002-11-05 [melvin]     0.8.5claws72
7791
7792         * src/logwindow.c
7793                 Fixed log-clipping bug #616795.
7794                 To stop logging in the log window use 0 length.
7795         * src/prefs_common.c
7796                 Added a label to inform about the 0 log length behaviour.
7797
7798 2002-11-05 [paul]       0.8.5claws71
7799
7800         * sync with 0.8.5cvs17
7801                 see ChangeLog 2002-11-05
7802
7803 2002-11-04 [paul]       0.8.5claws70
7804
7805         * sylpheed-128x128.png
7806           sylpheed-64x64.png
7807           sylpheed.png
7808                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7809                 <nikai@users.sourceforge.net>
7810                 
7811         * po/bg.po
7812                 updated by George Danchev
7813
7814 2002-11-03 [thorsten]   0.8.5claws69
7815
7816         * src/main.c
7817           src/mimeview.c
7818           src/rfc2015.h
7819                 add check if gpg is active
7820
7821 2002-11-03 [thorsten]   0.8.5claws68
7822
7823         * src/toolbar.h
7824                 removed GSList declaration causing trouble on MacOS-X
7825                 (submitted by alfons, reported by xfesty)
7826
7827 2002-11-01 [paul]       0.8.5claws67
7828
7829         * src/mainwindow.c
7830                 remove last remnants of main's filter code
7831
7832 2002-11-01 [paul]       0.8.5claws66
7833
7834         * tools/filter_conv.pl
7835                 fix bug where user-defined headers were ignored
7836
7837 2002-11-01 [paul]       0.8.5claws65
7838
7839         * src/logwindow.c
7840                 make a debug_print() not translatable
7841
7842 2002-10-31 [melvin]     0.8.5claws64
7843
7844         * ac/aspell.m4
7845                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7846                 not run any GNU/aspell test.  The dictionary path will
7847                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7848                 was given, in which case, it will be $prefix/lib/aspell/
7849         * configure.in
7850                 Fixed typo in commentary (Aspell code).
7851
7852 2002-10-31 [paul]       0.8.5claws63
7853
7854         * po/POTFILES.in
7855                 remove src/filter.c and src/prefs_filter.c
7856                 thanks to Ricardo for reminding me
7857
7858 2002-10-31 [colin]      0.8.5claws62
7859
7860         * src/mbox_folder.c
7861                 Plug some leaks
7862
7863 2002-10-31 [paul]       0.8.5claws61
7864
7865         * src/prefs_filter.[ch] ** REMOVED **
7866           src/filter.[ch]       ** REMOVED **
7867           
7868         * src/Makefile.am
7869           src/folderview.c
7870           src/inc.c
7871           src/main.c
7872           src/mainwindow.c
7873           src/mbox.c
7874           src/prefs_common.c
7875           src/prefs_filtering.c
7876           src/summaryview.[ch]
7877                 remove main's 'filter' code
7878                 
7879         README.claws
7880                 update to reflect removal of main's filter
7881
7882 2002-10-31 [paul]       0.8.5claws60
7883
7884         * src/summaryview.c
7885                 remove check for global_processing in summary_filter_open(). 
7886                 This fixes the bug where if the user uses the right-click 
7887                 'Create filter rule...' and doesn't have any filter rules 
7888                 already defined in claws' advanced filtering, the newly 
7889                 created filter rule goes to main's filtering which is 
7890                 inaccessible through the gui. Now the filter rule gets added
7891                 to claws' filtering by default.
7892
7893 2002-10-28 [melvin]     0.8.5claws59
7894
7895         * src/prefs_actions.c
7896                 Fixed bug #627322 where MIME parts were not always
7897                 correctly passed to a %p action
7898                 Display an error dialog when message filename is not found.
7899
7900 2002-10-28 [melvin]     0.8.5claws58
7901
7902         * src/prefs_common.c
7903                 Readded a missing function declaration lost in 0.8.3claws34
7904
7905 2002-10-28 [paul]       0.8.5claws57
7906
7907         * sync with 0.8.5cvs15
7908                 see ChangeLog 2002-10-28 and 2002-10-25
7909                 
7910         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7911
7912 2002-10-27 [oliver]     0.8.5claws56
7913
7914         * src/pop.c
7915                 plug leak in pop3_top_recv
7916
7917 2002-10-26 [christoph]  0.8.5claws55
7918
7919         * src/folder.c
7920                 set need_update folder flag when messages are added
7921                 (closes bug [ 626922 ] folder not updated after receiving)
7922
7923 2002-10-25 [melvin]     0.8.5claws54
7924
7925         * src/imageview.c
7926                 Fixed a memleak introduced in the scaling code.
7927
7928 2002-10-24 [alfons]     0.8.5claws53
7929
7930         * src/filtering.c
7931                 make filtering's forward message action forward from the 
7932                 correct account
7933                 (closes bug [628089 ] Filter -> Forward from address problem
7934                 reported by Oktay)
7935
7936 2002-10-24 [christoph]  0.8.5claws52
7937
7938         * src/mainwindow.c
7939         * src/manual.[ch]
7940                 o use manual of current locale or english if current
7941                   locale is not available (and english is available)
7942                 o also link to sylpheed doc project manuals
7943
7944 2002-10-23 [paul]       0.8.5claws51
7945
7946         * tools/README
7947           tools/kmail2sylpheed_v2.pl
7948                 add new version of kmail addressbook importer script.
7949                 works with newer versions of Kmail/KAddressBook which
7950                 have new and rearranged data.
7951
7952 2002-10-23 [martin]     0.8.5claws50
7953
7954         * src/folderview.c
7955         * src/summaryview.c
7956         * src/utils.h
7957         * src/utils.c
7958                 added length parameter to get_abbrev_newsgroup_name()
7959                 changed this function so that it abbreviates the newsgroup
7960                 names only so long it is smaller than the length parameter
7961                 (for better reading of some newsgroup names and space efficiency)
7962
7963 2002-10-22 [colin]      0.8.5claws49
7964
7965         *src/foldersel.c
7966                 Revert Alfons' last modification (after voting ;-))
7967
7968 2002-10-21 [alfons]     0.8.5claws48
7969
7970         * src/foldersel.c
7971                 folder view in folder selection dialog reflects state of
7972                 folder view in main window
7973
7974 2002-10-18 [alfons]     0.8.5claws47
7975
7976         * src/mbox.c
7977                 drop imported messages in folder selected by user,
7978                 and not in the inbox
7979                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7980
7981 2002-10-18 [alfons]     0.8.5claws46
7982
7983         * src/compose.c
7984                 make automagic reply work correctly for email accounts 
7985                 (whether it's viable to do a full sync with Hiro's 
7986                 compose.c is still under discussion)
7987
7988 2002-10-18 [melvin]     0.8.5claws45
7989
7990         * src/prefs_actions.c
7991                 Fixed bug #622275 where asynchroneous actions left 
7992                 zombies processes
7993                 Made (synchroneous) actions' input be displayed live.
7994
7995 2002-10-18 [christoph]  0.8.5claws44
7996
7997         * src/textview.c
7998                 don't add a newline in the textview in front of the
7999                 first textpart if header display is disabled
8000                 (closes bug [ 603385 ] disabled header display leaves blank
8001                  lin)
8002
8003 2002-10-18 [christoph]  0.8.5claws43
8004
8005         * src/folder.[ch]
8006         * src/imap.c
8007         * src/mbox_folder.c
8008         * src/mh.c
8009         * src/news.c
8010                 folder->get_num_list now returns an error code
8011                 (closes bug [ 609424 ] News cache cleared on failure)
8012                 
8013 2002-10-17 [colin]      0.8.5claws42
8014         
8015         * src/news.c
8016                 Changed a printf by debug_print
8017
8018 2002-10-16 [paul]       
8019
8020         * tools/OOo2sylpheed.pl
8021                 allow for spaces in the name of the
8022                 file to be attached.
8023
8024 2002-10-16 [colin]      0.8.5claws41
8025
8026         * src/main.c
8027                 Use a tristate to change online mode
8028
8029 2002-10-16 [paul]       0.8.5claws40
8030
8031         * po/es.po
8032                 updated by Ricardo Mones Lastra
8033
8034 2002-10-16 [colin]      0.8.5claws39
8035
8036         * src/main.c
8037           src/mainwindow.[ch]
8038                 Added --online and --offline command-line
8039                 switches
8040
8041 2002-10-15 [christoph]  0.8.5claws38
8042
8043         * src/procmime.c
8044                 set mimeinfo->name to NULL after g_free to
8045                 avoid double freeing with g_free
8046
8047 2002-10-14 [christoph]  0.8.5claws37
8048
8049         * src/compose.c
8050         * src/filtering.c
8051         * src/summaryview.c
8052                 remove calls to folder->change_flags that are now
8053                 done by procmsg flag functions (seems it is not
8054                 used by any foldertype anyway)
8055         * src/folder.c
8056                 init folder->change_flags with NULL
8057
8058 2002-10-14 [christoph]  0.8.5claws36
8059
8060         * src/folder.[ch]
8061         * src/imap.[ch]
8062                 use virtual functions for folder item new and destroy
8063                 functions
8064
8065 2002-10-14 [melvin]     0.8.5claws35
8066
8067         * src/compose.c
8068                 Added a test to not run the spell checker if no default
8069                 dictionary is available. No dialog is displayed though.
8070
8071 2002-10-14 [melvin]     0.8.5claws34
8072
8073         * src/gtkaspell.c
8074                 Fixed bug in dictionary list context menu where
8075                 "More..." pointed to an emtpy submenu if the
8076                 number of dictionaries is a multiple of 15
8077                 Removed unneeded code in suggestions list creation
8078
8079 2002-10-14 [paul]       0.8.5claws33
8080
8081         * po/bg.po
8082                 updated by George Danchev
8083
8084 2002-10-13 [hoa]        0.8.5claws32
8085
8086         * src/matcher.[ch]
8087           src/matcher_parser_parser.y
8088                 removed the escaped string from internal structure
8089                 of matcher.
8090
8091 2002-10-12 [colin]      0.8.5claws31
8092
8093         * src/gtksctree.[ch]
8094           src/summaryview.c
8095                 Removed useless function gtksctree_reanchor
8096
8097 2002-10-12 [alfons]     0.8.5claws30
8098         
8099         * sync with remaining main changes 2002-10-09 - 2002-10-11
8100         - drop changes to src/compose.c (requires claws specific changes)
8101         
8102 2002-10-12 [alfons]     0.8.5claws29
8103         
8104         * sync with main changes of 2002-10-08
8105         - drop changes to src/compose.c (requires claws specific changes)
8106         - drop changes to src/summaryview.c (requires changes to compose.c)     
8107
8108 2002-10-12 [alfons]     0.8.5claws28
8109         
8110         * sync with main changes of 2002-10-07
8111
8112 2002-10-12 [alfons]     0.8.5claws27
8113
8114         * sync with main changes of 2002-10-04
8115         - drop changes to src/compose.c (requires claws specific changes)
8116         - drop changes to src/prefs_folder_item.c (claws implementation
8117           seems to be working)
8118
8119 2002-10-12 [colin]      0.8.5claws26
8120
8121         * src/mainwindow.c
8122                 Fix folder-flicker when space-reading, introduced 
8123                 in claws22.
8124
8125 2002-10-12 [colin]      0.8.5claws25
8126
8127         * src/compose.c
8128                 Save account address when saving as draft.
8129                 (closes bug 621838)
8130
8131 2002-10-12 [colin]      0.8.5claws24
8132
8133         * src/summaryview.c
8134                 Fix the problem consisting of no message selected
8135                 after the last message in a folder has been moved.
8136
8137 2002-10-12 [paul]       0.8.5claws23
8138
8139         * src/compose.c
8140           src/prefs_template.c
8141           src/template.[ch]
8142                 add Cc and Bcc to templates. Patch submitted by
8143                 John L. Males.
8144
8145 2002-10-12 [colin]      0.8.5claws22
8146
8147         * src/folderview.c
8148                 Fix a bug after "Check for new messages":
8149                 If a folder was opened, it was still selected at
8150                 the end of the check, but displayed empty.
8151         * src/mainwindow.c
8152                 Remove unnecessary check
8153
8154 2002-10-12 [paul]
8155
8156         * tools/README
8157                 be more verbose in the description of
8158                 OOo2sylpheed.pl
8159                 
8160
8161 2002-10-11 [colin]      0.8.5claws21
8162
8163         * src/mainwindow.c
8164                 Make space work (better) when no mail is selected
8165
8166 2002-10-11 [colin]      0.8.5claws20
8167
8168         * src/inc.c
8169           src/news.c
8170                 fix warnings
8171
8172 2002-10-11 [colin]      0.8.5claws19
8173
8174         * src/mainwindow.c
8175                 revert 0.8.5claws6 changes as i couldn't get to
8176                 anything satisfying
8177
8178 2002-10-11 [melvin]     0.8.5claws18
8179
8180         * src/compose.c
8181                 Removed buggy and unused macro (should have been committed in
8182                 0.8.5claws17)
8183
8184 2002-10-11 [melvin]     0.8.5claws17
8185
8186         * src/compose.c
8187                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8188
8189 2002-10-11 [thorsten]   0.8.5claws16 
8190
8191         * src/folderview.c
8192                 remove rescan warning
8193
8194 2002-10-11 [colin]      0.8.5claws15 
8195
8196         * src/procheader.c
8197                 fix a segfault that happens if conv_unmime_header
8198                 fails (should be better to find out why it fails)
8199
8200 2002-10-11 [christoph]  0.8.5claws14
8201
8202         * src/summaryview.c
8203                 update folderview stats after ignore/unignore thread
8204
8205 2002-10-11 [hoa]        0.8.5claws13
8206
8207         * src/quote_fmt_parse.y
8208                 Fixed a yacc/bison syntax error
8209         * src/matcher.c
8210                 Escaping of string is fixed.
8211
8212 2002-10-11 [colin]      0.8.5claws12
8213
8214         * src/imageview.c
8215                 Resize images to fit
8216
8217 2002-10-11 [paul]       0.8.5claws11
8218
8219         * po/es.po
8220                 updated by Ricardo Mones Lastra
8221
8222 2002-10-10 [alfons]     0.8.5claws10
8223
8224         * src/compose.c
8225                 allow dropping files by "moving" files from a file manager,
8226                 not only by the more cumbersome "copying". the latter 
8227                 mostly implies holding down the Control button
8228
8229 2002-10-10 [christoph]  0.8.5claws9
8230
8231         * src/summaryview.c
8232                 update folders after thread building for ignored threads
8233
8234 2002-10-10 [christoph]  0.8.5claws8
8235
8236         * config/.cvsignore
8237                 added Makefile
8238         * src/filtering.[ch]
8239         * src/folder.[ch]
8240         * src/folderview.[ch]
8241         * src/import.c
8242         * src/inc.[ch]
8243         * src/mbox.[ch]
8244         * src/procmsg.c
8245         * src/summaryview.[ch]
8246                 o added new flag need_update to FolderItem
8247                 o removed folder_table from various functions from tracking
8248                   folder updates
8249                 o set need_update flags in folder.c's move, copy and delete
8250                   functions and procmsg's flags functions
8251                 o added function folderview_update_items_when_required that
8252                   updates all folders with need_update set
8253                 o call folderview_update_items_when_required instead of
8254                   folderview_update_item_foreach
8255
8256 2002-10-09 [sergey]     0.8.5claws7
8257
8258         * src/compose.c
8259                 Strip CRs whel loading the text into editor in reedit mode.
8260
8261 2002-10-09 [colin]      0.8.5claws6
8262
8263         * src/mainwindow.c
8264                 Make Space work when no mail is selected
8265
8266 2002-10-09 [colin]      0.8.5claws5
8267
8268         * src/gtksctree.[ch]
8269                 Fix range_select
8270                 Add gtk_sctree_reanchor() 
8271         * src/summaryview.c
8272                 Use gtk_sctree_reanchor() - better fix for 
8273                 bug 60413
8274
8275 2002-10-09 [colin]      0.8.5claws4
8276
8277         * src/summaryview.c
8278                 Fix shift-click select after delete problem
8279                 (closes bug 60413)
8280
8281 2002-10-08 [thorsten]   0.8.5claws3
8282
8283         * src/summaryview.c
8284                 exclude current msg from -hide read messages-
8285
8286 2002-10-08 [colin]      0.8.5claws2
8287
8288         * src/inc.[ch]
8289           src/pop.c
8290           src/recv.c
8291                 Differentiate socket errors from disk full
8292                 errors
8293
8294 2002-10-08 [christoph]  0.8.5claws1
8295
8296         * Makefile.am
8297         * configure.in
8298                 modifications for new config directory
8299
8300         * config.guess  ** REMOVED **
8301         * config.sub    ** REMOVED **
8302         * install-sh    ** REMOVED **
8303         * ltmain.sh     ** REMOVED **
8304         * missing       ** REMOVED **
8305         * mkinstalldirs ** REMOVED **
8306                 these files are autogenerated by automake
8307                 when you run autogen.sh
8308
8309         * config/.cvsignore     ** NEW FILE **
8310         * config/Makefile.am    ** NEW FILE **
8311                 ignore autogenerated files
8312                 create a Makefile in this directory
8313
8314 2002-10-08 [paul]       0.8.5claws
8315
8316         * 0.8.5claws release
8317         
8318         * src/compose.c
8319           src/procheader.c
8320           src/procmsg.c
8321                 fix quote reply format for newsgroups reply bug
8322                 (thanks to Hoa)
8323                 
8324         * po/en_GB.po
8325           po/pl.po
8326                 updated by me and Witold Wladyslaw Wojciech Wilk
8327                 repectively
8328
8329 2002-10-07 [paul]       0.8.3claws53
8330
8331         * po/it.po
8332           po/pt_BR.po
8333           po/sr.po
8334                 updated messages catalogs, submitted by
8335                 Alessandro Maestri, Fabio Jr.Beneditto 
8336                 and Urke MMI, respectively.
8337
8338 2002-10-07 [christoph]  0.8.3claws52
8339
8340         * src/folder.[ch]
8341         * src/folderview.c
8342         * src/mainwindow.c
8343                 fix new folder ghost message bug
8344                 (closes bug [ 619722 ] wrong count for newly created folders)
8345
8346 2002-10-07 [christoph]  0.8.3claws51
8347
8348         * src/compose.c
8349                 fix news posting problem
8350
8351 2002-10-07 [melvin]     0.8.3claws50
8352
8353         * po/fr.po
8354                 Updated French translation
8355
8356 2002-10-05 [christoph]  0.8.3claws49
8357
8358         * src/gtkstext.c
8359                 check if line_start_cache is set in gtk_stext_update_text
8360                 (closes bug [ 618119 ] crash while doing search in folder)
8361
8362 2002-10-05 [christoph]  0.8.3claws48
8363
8364         * src/imap.c
8365         * src/news.c
8366         * src/utils.c
8367         * src/utils.h
8368                 implement cache cleanups for claws' folder system
8369                 (closes bug [ 595916 ] imapcache not cleaned up)
8370
8371 2002-10-05 [melvin]     0.8.3claws47
8372
8373         * src/prefs_actions.c
8374                 Made the help text more clear for the %p token
8375
8376 2002-10-04 [paul]       0.8.3claws46
8377
8378         * sync with 0.8.5
8379                 see ChangeLog 2002-10-02 and 2002-10-03
8380
8381 2002-10-04 [christoph]  0.8.3claws45
8382
8383         * src/inc.c
8384                 fix segfault caused by pop before smtp
8385                 call to inc_account_mail with NULL
8386                 pointer for mainwin
8387
8388 2002-10-04 [paul]       0.8.3claws44
8389
8390         * configure.in
8391                 sync the LDAP detection from 0.8.5cvs1
8392
8393 2002-10-02 [christoph]  0.8.3claws43
8394
8395         * po/de.po
8396                 fix small spelling error
8397
8398 2002-10-02 [melvin]     0.8.3claws42
8399
8400         * ac/aspell.m4
8401                 Behave better and say "no" when test program cannot be run.
8402
8403 2002-10-02 [paul]       0.8.3claws41
8404
8405         * sync with 0.8.4cvs1
8406                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8407                 
8408         * src/summaryview.c
8409                 toggle the behavior of Reply menuitem between
8410                 normal reply and reply-to-list
8411
8412 2002-10-01 [sergey]     0.8.3claws40
8413
8414         * src/compose.c
8415                 Convert newlines in the message text to the canonical form
8416                 before base64 encoding (RFC2045 compliance, fixes some
8417                 interoperability issues with Evolution 1.0.3)
8418
8419 2002-09-29 [colin]      0.8.3claws39
8420
8421         * src/summaryview.c
8422                 Fix an unwanted copy/paste
8423
8424 2002-09-29 [colin]      0.8.3claws38
8425
8426         * src/mainwindow.c
8427                 Renamed "Custom toolbar" to "Customize toolbar"
8428                 Renamed "Show all header" to "Show all headers"
8429                 Renamed "Set diplay item" to "Set displayed items"
8430         * src/prefs_common.c
8431                 Renamed "Show all header" to "Show all headers"
8432         * src/prefs_summary_column.c
8433                 Renamed "diplay item" to "displayed items"
8434
8435 2002-09-29 [colin]      0.8.3claws37
8436
8437         * src/mainwindow.[ch]
8438                 online/offline status pixmaps follow theme
8439                 changes
8440         * src/summaryview.[ch]
8441                 quicksearch pixmap follows theme changes
8442
8443 2002-09-29 [thorsten]   0.8.3claws36
8444
8445         * src/compose.c
8446           src/prefs_folder_item.[ch]
8447                 add default_reply_to folder option (closes patch 581044)
8448
8449 2002-09-29 [christoph]  0.8.3claws35
8450
8451         * acconfig.h    ** REMOVED **
8452         * configure.in
8453         * ac/aspell.m4
8454         * ac/check-type.m4
8455         * ac/gnupg-check-typedef.m4
8456                 fix autoheader 2.50 warning
8457
8458 2002-09-29 [christoph]  0.8.3claws34
8459
8460         * major code cleanup (part 2)
8461         
8462                 - unused variables removed
8463                 - unused functions removed
8464                 - uninitialized variables checked
8465                 - missing return statements added
8466                 - missing function return types added
8467                 - added parentheses around assignment
8468                   when suggested by gcc
8469
8470 2002-09-29 [alfons]     0.8.3claws33
8471
8472         * src/logwindow.c
8473                 log_window_clear(): only bracket gtk_text_forward_delete() 
8474                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8475                 works around GTK text bug)
8476
8477 2002-09-29 [paul]       0.8.3claws32
8478
8479         * po/bg.po
8480           po/sr.po
8481                 updated by George Danchev and Urke MMI
8482                 respectively
8483
8484 2002-09-27 [christoph]  0.8.3claws31
8485
8486         * doc-src/readme.txt
8487         * doc-src/rfc1806.txt   ** REMOVED **
8488         * doc-src/rfc2183.txt   ** NEW FILE **
8489         * doc-src/rfc2980.txt   ** NEW FILE **
8490                 update rfcs
8491
8492 2002-09-27 [melvin]     0.8.3claws30
8493
8494         * ac/aspell.m4
8495                 Fixed typo which could break linking
8496
8497 2002-09-27 [melvin]     0.8.3claws29
8498
8499         * ac/aspell.m4
8500                 Improved GNU/aspell checking. 
8501                 Fixed bug #614490
8502
8503 2002-09-27 [paul]       0.8.3claws28
8504
8505         * sync with 0.8.3cvs8
8506                 see ChangeLog 2002-09-27
8507
8508 2002-09-26 [colin]      0.8.3claws27
8509
8510         * src/toolbar.[ch]
8511           src/mainwindow.[ch]
8512                 Add "Reply to Mailing-list" to the toolbar
8513
8514 2002-09-26 [christoph]  0.8.3claws26
8515
8516         * src/summaryview.c
8517                 Fix wrong message counts in summaryview status
8518
8519 2002-09-26 [paul]       0.8.3claws25
8520
8521         * sync with 0.8.3cvs7
8522                 see ChangeLog 2002-09-26
8523
8524 2002-09-26 [paul]       0.8.3claws24
8525
8526         * sync with 0.8.3cvs6
8527                 see ChangeLog 2002-09-25
8528
8529 2002-09-25 [christoph]  0.8.3claws23
8530
8531         * src/prefs_common.c
8532         * src/prefs_folder_item.c
8533         * src/prefs_scoring.c
8534                 Renamed "kill score" to "hide score" in GUI
8535                 and prefs files
8536
8537 2002-09-25 [paul]       0.8.3claws22
8538
8539         * sync with 0.8.3cvs5
8540                 see ChangeLog 2002-09-24
8541
8542 2002-09-24 [alfons]     0.8.3claws21
8543
8544         patch by Satoshi Nagayasu: allows appending / saving multiple 
8545         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8546         'Save as ...'")
8547
8548         * AUTHORS
8549                 add Satoshi Nagayasu
8550         * src/summaryview.c
8551                 summary_save_as(): allow saving selected files to
8552                 one file
8553                 summary_set_menu_sensitive: enable "Save As..." when
8554                 multiple files are selected
8555         * src/utils.[ch]
8556                 append_file(): new function
8557
8558 2002-09-24 [colin]      0.8.3claws20
8559
8560         * src/procmime.c
8561                 Fix segfault when mimeinfo doesn't have a 
8562                 content_type. 
8563
8564 2002-09-24 [colin]      0.8.3claws19
8565
8566         * src/prefs_common.[ch]
8567                 Add a preference to display send dialog or not
8568         * src/send.c
8569                 Display send dialog according to preference
8570
8571 2002-09-24 [colin]      0.8.3claws18
8572
8573         * src/compose.[ch]
8574                 Disable user actions when sending
8575
8576 2002-09-24 [colin]      0.8.3claws17
8577
8578         * src/procmime.c
8579                 Do not display name or filename for attachments
8580                 with an application/pgp-signature type
8581                 (security flaw, see bug 537413)
8582
8583 2002-09-23 [colin]      0.8.3claws16
8584
8585         * src/editaddress.c
8586                 Initialize entry_email, entry_alias and 
8587                 entry_remarks to first email address of the list
8588
8589 2002-09-23 [colin]      0.83claws15
8590
8591         * src/compose.c
8592                 Drop pgp-signature when reediting a signed queued
8593                 message
8594
8595 2002-09-23 [melvin]     0.8.3claws14
8596
8597         * po/fr.po
8598                 Updated French translation
8599
8600 2002-09-23 [melvin]     0.8.3claws13
8601
8602         * src/mainwindow.c
8603                 Made custom toolbar menu labels more consistent
8604         * src/prefs_toolbar.c
8605                 Made custom toolbar window title more consistent
8606
8607 2002-09-22 [colin]      0.8.3claws12
8608
8609         * src/inc.c
8610                 Initialize session type to normal before getting 
8611                 mail (fixes strange Get behaviour)
8612         * src/prefs_account.h
8613                 Move STYPE_POP_BEFORE_SMTP to last position to 
8614                 avoid other side-effects
8615
8616 2002-09-22 [colin]      0.8.3claws11
8617
8618         * src/prefs_account.c
8619                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8620                 from pop3 to apop or vice-versa
8621
8622 2002-09-22 [colin]      0.8.3claws10
8623         
8624         * src/prefs_account.[ch]
8625                 Add an option for the POP before SMTP timeout
8626         * src/inc.c
8627                 Remember time of last POP connection
8628         * src/send.c
8629                 Do POP before SMTP only if timeout reached
8630
8631 2002-09-22 [oliver]     0.8.3claws9
8632         
8633         * README.claws
8634                 explain custom toolbar
8635
8636 2002-09-22 [oliver]     0.8.3claws8
8637
8638         * src/prefs_actions.[ch]
8639         custom toolbar for compose      
8640                 actions callback from compose toolbar
8641         * src/folderview.c
8642                 remove include toolbar.h
8643
8644 2002-09-22 [oliver]     0.8.3claws7
8645         
8646         * src/prefs_toolbar.[ch]
8647                 custom toolbar for compose
8648                 - generic prefs_toolbar handles both
8649                   Mainwin's toolbar as well as Compose toolbar          
8650
8651 2002-09-22 [oliver]     0.8.3claws6
8652         
8653         * src/toolbar.[ch]
8654                 custom toolbar for compose
8655                 restructure toolbar.[ch]
8656
8657 2002-09-22 [oliver]     0.8.3claws5
8658
8659         * src/compose.[ch]
8660                 custom toolbar for compose
8661
8662 2002-09-22 [oliver]     0.8.3claws4
8663         
8664         * src/mainwindow.[ch]
8665                 custom toolbar for compose 
8666                 move mainwin toolbar back to mainwindow
8667
8668 2002-09-22 [alfons]     0.8.3claws3
8669
8670         * src/procmsg.c
8671                 :%sno/if(/if (/gc
8672                 :%sno/for(/for (/gc
8673                 (beautify)
8674
8675 2002-09-22 [alfons]     0.8.3claws2
8676         
8677         * src/procmsg.c
8678                 procmsg_save_to_outbox(): don't unlink message file from queue;
8679                 callers should do it using folder_item_remove_msg()
8680
8681 2002-09-22 [colin]      0.8.3claws1
8682
8683         * src/mimeview.[ch]
8684                 Made mimeview_check_signature() public
8685         * src/textview.c
8686                 Made GPG signatures verifiable by clicking
8687                 the [application/pgp-signature] in the Text
8688                 view
8689
8690 2002-09-22 [paul]       0.8.3claws
8691
8692         * po/bg.po
8693           po/en_GB.po
8694           po/es.po
8695           po/it.po
8696           po/pl.po
8697           po/pt_BR.po
8698           po/sr.po
8699                 updated translations, submitted by George Danchev,
8700                 me, Ricardo Mones Lastra, Alessandro Maestri,
8701                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8702                 and Urke MMI, respectively.     
8703
8704 2002-09-22 [alfons]     0.8.2claws65
8705
8706         * src/procmsg.c
8707         * src/pgptext.c
8708                 no furry valgrinds have been used to plug these memleaks
8709
8710 2002-09-20 [paul]       0.8.2claws64
8711
8712         * sync with 0.8.3cvs4
8713                 'Select thread' re-implemented 
8714                 see ChangeLog 2002-09-20
8715
8716 2002-09-21 [alfons]     0.8.2claws63
8717
8718         * src/compose.c
8719                 compose_send(): plug unnoticed memleak
8720
8721 2002-09-20 [alfons]     0.8.2claws62
8722
8723         * src/addr_compl.c
8724                 replace_address_in_edit(): strict check for NULL address to
8725                 fix "[ 607348 ] Segfault in address completion". My guess is
8726                 that this happens with an empty address book, but it's good
8727                 to have this check here anyway
8728                 
8729                 completion_window_button_press(): free string returned 
8730                 from the internal cache
8731
8732 2002-09-20 [christoph]  0.8.2claws61
8733
8734         * src/procmime.h
8735                 added ENC_BINARY to EncodingType
8736         * src/procmime.c
8737                 the string returned by procmime_get_encoding_str
8738                 should not depend on the order of values in the
8739                 EncodingType definition
8740         * doc-src/rfc1806.txt   ** NEW FILE **
8741                 Added rfc1806 about MIME Content-Disposition
8742                 Extension
8743
8744 2002-09-19 [paul]       0.8.2claws60
8745
8746         * sync with 0.8.2cvs3
8747                 see ChangeLog 2002-09-19
8748
8749 2002-09-19 [paul]       0.8.2claws59
8750
8751         * src/prefs_folder_item.c
8752                 revert to Darko's original alignment of colour
8753                 selector button
8754                 add a colon to folder_color label
8755                 
8756         * src/compose.c
8757                 add Colin's patch (with Hiro's modifications) to 
8758                 force BASE64 encoding for 8-bit text when signing
8759                 (sync with 0.8.3cvs2)
8760
8761 2002-09-18 [alfons]     0.8.2claws58
8762
8763         * src/compose.c
8764                 :%sno/if(/if (/gc
8765                 :%sno/for(/for (/gc
8766                 (beautify a little bit)
8767
8768 2002-09-18 [christoph]  0.8.2claws57
8769
8770         * src/pine.c
8771                 fix handling of fgetc return value
8772
8773 2002-09-17 [alfons]     0.8.2claws56
8774         
8775         * src/summaryview.c
8776                 summary_sort(): check non-NULL summaryview->folder_item when no 
8777                 folder is selected at all
8778                 (closes "[ 610344 ] sort label make syl Crash")
8779
8780 2002-09-17 [alfons]     0.8.2claws55
8781         
8782         * src/compose.c
8783                 beautify a little bit
8784
8785 2002-09-17 [christoph]  0.8.2claws54
8786
8787         * src/folder.c
8788                 initialize max values for cache and folder
8789                 when cache or folder is empty
8790
8791 2002-09-15 [colin]      0.8.2claws53
8792
8793         * src/compose.c
8794                 Fix a leak (thanks Alfons!) and cleaned
8795                 variables names for custom headers
8796
8797 2002-09-15 [colin]      0.8.2claws52
8798
8799         * src/compose.c
8800                 Fix custom headers recognition when
8801                 prefs_common.trans_hdr is on
8802
8803 2002-09-15 [colin]      0.8.2claws51
8804
8805         * src/compose.c
8806                 Allow dynamically-added custom headers
8807                 Yet not reparsed if reedited
8808
8809 2002-09-15 [alfons]     0.8.2claws50
8810
8811         * src/prefs_account.c
8812                 fix warnings
8813
8814 2002-09-15 [colin]      0.8.2claws49
8815         
8816         * src/prefs_account.c
8817                 fix pop_before_smtp sensitivity
8818
8819 2002-09-15 [colin]      0.8.2claws48
8820
8821         * src/inc.[ch]
8822                 add inc_pop_before_smtp()
8823                 allow MainWindow to be undefined in 
8824                 inc_account_mail() and inc_start()
8825         * src/pop.c
8826           src/prefs_account.h
8827                 add STYPE_POP_BEFORE_SMTP session type
8828         * src/prefs_account.c
8829                 activated pop before smtp option
8830         * src/send.c
8831                 do pop before smtp if the relevant option 
8832                 is set
8833
8834 2002-09-15 [paul]       0.8.2claws47
8835
8836         * sync with 0.8.3
8837                 see ChangeLog 2002-09-15
8838
8839 2002-09-14 [paul]       0.8.2claws46
8840
8841         * po/bg.po
8842                 updated Bulgarian translation, submitted by
8843                 George Danchev
8844
8845 2002-09-13 [paul]       0.8.2claws45
8846
8847         * src/compose.c
8848                 merge claws' select_account() with main's
8849                 (new) compose_select_account(). [sync with
8850                 0.8.2cvs15, see ChangeLog 2002-09-11]
8851
8852 2002-09-12 [christoph]  0.8.2claws44
8853
8854         * src/filter.c
8855                 allocate 1 elements of FolderItem not 0
8856
8857 2002-09-12 [colin]      0.8.2claws43
8858
8859         * src/compose.c
8860                 Fix bug #590825 (obey Follow-up: poster)
8861
8862 2002-09-12 [colin]      0.8.2claws42
8863
8864         * src/procmime.c
8865                 Fix bug #557009 (wrong headers for messages 
8866                 forwarded as attachments)
8867
8868 2002-09-11 [colin]      0.8.2claws41
8869         
8870         * src/compose.c
8871                 Put SCF: pseudo-header on top of message
8872                 Set draft tmp_flag when saved as draft
8873
8874         * src/procmsg.c
8875           src/procheader.c
8876                 Skip after first \n\n for beginning of real message
8877                 for drafts too
8878
8879 2002-09-11 [christoph]  0.8.2claws40
8880
8881         * src/filtering.c
8882                 use procmsg flag functions in filtering or processing
8883                 will cause incorrect folder message counts
8884
8885 2002-09-11 [colin]      0.8.2claws39
8886
8887         * src/compose.c
8888                 Fix bug #550175 - wrong save folder when reediting
8889                 drafts
8890
8891 2002-09-11 [paul]       0.8.2claws38
8892
8893         * sync with 0.8.2cvs14
8894                 see ChangeLog 2002-09-11
8895
8896 2002-09-11 [colin]      0.8.2claws37
8897
8898         * src/folder.c
8899                 Fix a typo (seeming to cause new/unread status to
8900                 be lost)
8901
8902 2002-09-10 [christoph]  0.8.2claws36
8903
8904         * src/compose.c
8905                 compose_redirect should not use compose_generic_new
8906                 because that does more stuff than expected including
8907                 opening the external editor
8908                 (closes bug "[ 526608 ] bounced messages appear blank
8909                  in editor")
8910
8911 2002-09-10 [christoph]  0.8.2claws35
8912
8913         * src/folder.c
8914                 fix problem with too large message number range
8915                 causing a crash in folder_item_scan
8916
8917 2002-09-10 [paul]       0.8.2claws34
8918
8919         * sync with 0.8.2cvs13
8920                 see ChangeLog 2002-09-10
8921
8922 2002-09-10 [christoph]  0.8.2claws33
8923
8924         * src/msgcache.c
8925                 set MsgInfo TmpFlags for queue and draft folders
8926                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8927
8928 2002-09-10 [paul]       0.8.2claws32
8929
8930         * AUTHORS
8931           po/bg.po      ** NEW FILE **
8932                 new Bulgarian translation submitted by
8933                 George Danchev <danchev@spnet.net>
8934                 
8935         * tools/Makefile.am
8936           tools/README
8937           tools/tb2sylpheed     ** NEW FILE **
8938                 add script that converts an addressbook exported
8939                 from The Bat! into a Sylpheed addressbook. Submitted
8940                 by Urke MMI <urke-kg@eunet.yu>
8941
8942 2002-09-10 [paul]       0.8.2claws31
8943
8944         * sync with 0.8.2cvs12
8945                 see ChangeLog 2002-09-10
8946
8947 2002-09-06 [paul]       0.8.2claws30
8948
8949         * src/prefs_common.c
8950                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8951                 
8952         * tools/Makefile.am
8953           tools/README
8954           tools/ldif-to-xml.py  ** REMOVED **
8955                 remove obsolete python script
8956
8957 2002-09-06 [paul]       0.8.2claws29
8958
8959         * sync with 0.8.2cvs10
8960                 see ChangeLog 2002-09-06
8961
8962 2002-09-04 [paul]       0.8.2claws28
8963
8964         * sync with 0.8.2cvs9
8965                 see ChangeLog 2002-08-04
8966
8967 2002-09-04 [colin]      0.8.2claws27 
8968
8969         * src/prefs_common.[ch]
8970                 Added signature color configuration
8971         * src/textview.c
8972                 Use user-specified signature color
8973
8974 2002-09-03 [colin]      0.8.2claws26
8975
8976         * src/prefs_common.[ch]
8977                 Added autosave and autosave_length prefs
8978         * src/compose.c
8979                 Added compose_remove_draft()
8980                 Auto-save drafts according to the prefs
8981         * src/main.c
8982                 Added a crash-indicator file, allowing to check
8983                 for new messages on startup if Sylpheed crashed
8984                 (makes saved drafts "reappear")
8985
8986 2002-09-03 [colin]      0.8.2claws25
8987
8988         * src/textview.[ch]
8989                 Grey the signature
8990
8991 2002-09-03 [paul]       0.8.2claws24
8992
8993         * sync with 0.8.2cvs8
8994                 see ChangeLog 2002-09-02 and 2002-09-03
8995
8996 2002-09-03 [darko]      0.8.2claws23
8997
8998         * src/folderview.c
8999                 use normal style when creating new folder to pick
9000                 proper font size 
9001
9002 2002-09-02 [melvin]     0.8.2claws22
9003
9004         * src/gtkaspell.m4
9005                 removed some obsolete code
9006
9007 2002-09-02 [melvin]     0.8.2claws21
9008
9009         * ac/aspell.m4
9010                 fixed test's equality sign (== to =)
9011
9012 2002-09-02 [alfons]     0.8.2claws20
9013
9014         * src/folder.c
9015         * src/mh.c
9016                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9017                 as folder->destroy virtual as suggested by Hiro
9018                 (the mh.c code seems to have been lost around mh.c.1.21)
9019
9020 2002-09-02 [paul]       0.8.2claws19
9021
9022         * po/pt_BR.po
9023                 updated by Fabio Jr. Beneditto
9024                 
9025         * src/defs.h
9026                 use 'http://claws.sylpheed.org' for homepage link. 
9027                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9028
9029 2002-09-01 [alfons]     0.8.2claws18
9030
9031         * src/mh.c
9032                 plug memleak related to one Martin Kluge found
9033
9034 2002-08-31 [paul]       0.8.2claws17
9035
9036         * sync with 0.8.2cvs6
9037                 see ChangeLog 2002-08-30
9038
9039 2002-08-31 [alfons]     0.8.2claws16
9040
9041         * src/folder.c
9042                 folder_destroy(): remove mailbox from folderlist even if it has
9043                 no destroy virtual
9044
9045 2002-08-31 [alfons]     0.8.2claws15
9046
9047         * src/folder.c
9048                 :%sno/if(/if (/gc
9049                 :%sno/for(/for (/gc
9050                 (being pedantic I know)
9051
9052 2002-08-31 [alfons]     0.8.2claws14
9053
9054         * src/folder.c
9055                 check for NULL pointers returned from folder->fetch_msginfo virtual
9056                 (should solve some reported crashes)
9057
9058 2002-08-30 [alfons]     0.8.2claws13
9059
9060         * acconfig.h
9061         * configure.in
9062         * src/crash.c
9063                 enable crash dialog on compilation time
9064                 (--enable-crash-dialog configure option)
9065
9066 2002-08-30 [alfons]     0.8.2claws12
9067
9068         * AUTHORS
9069                 add Martin Kluge
9070         * src/mh.c
9071                 apply memory leak plug patch by Martin Kluge
9072                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9073                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9074                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9075
9076 2002-08-30 [darko]      0.8.2claws11
9077
9078         * src/folderview.c
9079                 copy Gtk style from normal style to match
9080                 font size for coloured folders
9081
9082 2002-08-29 [alfons]     0.8.2claws10
9083
9084         * sylpheed.desktop
9085                 Type=Internet <- Type=Application
9086                 (reported by Michael Schwendt, see:
9087                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9088                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9089
9090 2002-08-29 [paul]       0.8.2claws9
9091
9092         * sync with 0.8.2cvs5
9093                 see ChangeLog 2002-08-29
9094
9095 2002-08-29 [colin]      0.8.2claws8
9096
9097         * src/summaryview.c
9098                 Added a sanity check in summary_select_thread
9099                 Should fix bug 601605
9100
9101 2002-08-29 [colin]      0.8.2claws7
9102
9103         * src/main.c
9104                 Revert claws6 changes regarding bug #591676
9105
9106 2002-08-28 [colin]      0.8.2claws6
9107         
9108         * src/main.c
9109                 Ignore cache for queue folderitems
9110                 Fix bug #591676
9111
9112 2002-08-28 [melvin]     0.8.2claws5
9113
9114         * README.claws
9115                 Fixed typos.
9116
9117 2002-08-28 [melvin]     0.8.2claws4
9118
9119         * README.claws
9120                 Updated a bit the text concerning the spell checker
9121
9122 2002-08-28 [melvin]     0.8.2claws3
9123
9124         Merged the GNU_aspell_branch:
9125                 Support of new GNU/aspell is now included and the old pspell
9126                 is not supported anymore.
9127                 See README.claws
9128
9129         * README.claws
9130                 Updated spell checker text to reflect the switch to GNU/aspell
9131
9132         * ac/aspell.m4          *** NEW ***
9133         * src/gtkaspell.[ch]    *** NEW *** 
9134         * ac/pspell.m4          *** DELETED *** 
9135         * src/gtkspell.[ch]     *** DELETED ***
9136
9137         * ac/Makefile.am
9138                 Updated for GNU/aspell support
9139
9140         * po/POTFILES.in
9141                 Replaced gtkspell.c by gtkaspell.c
9142
9143         * acconfig.h
9144         * src/Makefile.am
9145         * src/about.c
9146         * src/compose.[ch]
9147         * src/crash.c
9148         * src/main.c
9149         * src/prefs_common.[ch]
9150                 Updated for GNU/aspell support
9151
9152 2002-08-28 [paul]       0.8.2claws2
9153
9154         * sync with 0.8.2cvs4
9155                 see ChangeLog 2002-08-27 and 2002-08-28
9156
9157 2002-08-28 [colin]      0.8.2claws1
9158
9159         * src/summary_search.c
9160                 Added "AND search"
9161
9162 2002-08-28 [jens]       0.8.2claws
9163
9164         *po/de.po
9165                 Updated German translations
9166
9167 2002-08-27 [melvin]     0.8.2claws
9168
9169         * po/fr.po
9170                 Updated French translations
9171
9172 2002-08-27 [paul]       0.8.2claws
9173
9174         * sync with 0.8.2 main release
9175
9176         * po/en_GB.po
9177           po/es.po
9178           po/it.po
9179           po/pl.po
9180           po/pt_BR.po
9181           po/sr.po
9182                 updated message catalogs submitted by
9183                 Ricardo Mones Lastra, Alessandro Maestri,
9184                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9185                 Beneditto and Urke MMI  
9186
9187 2002-08-27 [hoa]        0.8.1claws123
9188
9189         * src/mainwindow.[ch]
9190         * src/summaryview.[ch]
9191                 removed the "filter setting" menu option.
9192                 add a "cancel a news message" menu option.
9193
9194 2002-08-26 [martin]     0.8.1claws122
9195
9196         * ChangeLog.claws
9197                 changed string under 0.8.1claws79 changed by myself
9198                 i'm sorry alfons :(
9199
9200 2002-08-26 [martin]     0.8.1claws121
9201
9202         * src/crash.c
9203                 added kill command to debuggerrc to start crash dialog
9204
9205 2002-08-26 [paul]       0.8.1claws120
9206
9207         * sync with 0.8.1cvs31
9208                 see ChangeLog 2002-08-26
9209
9210 2002-08-25 [alfons]     0.8.1claws119
9211
9212         * src/procmsg.c
9213                 fix bug that didn't send out correct headers to news server
9214                 when sending news article and email from queue (bug reported
9215                 and patch provided by Tim Mann; closes bug 
9216                 "[ 583196 ] 0.7.8claws can't post news")
9217
9218 2002-08-25 [alfons]     0.8.1claws118
9219
9220         * src/selective_download.c
9221                 mark two strings as translatable
9222                 (thanks to Urke MMI for pointing this out)
9223
9224 2002-08-25 [alfons]     0.8.1claws117
9225
9226         * src/summaryview.c
9227                 treat sent boxes as special and allow sorting them by addressee
9228                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9229                 submitted by Steve Lamb)
9230
9231 2002-08-24 [alfons]     0.8.1claws116
9232
9233         * src/matcher.c
9234                 fix memleak reported by Martin Kluge
9235                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9236
9237 2002-08-24 [oliver]     0.8.1claws115
9238
9239         * src/prefs_toolbar.c
9240                 o code cleanup as suggested by Alfons
9241                 o memleak fix
9242
9243 2002-08-24 [alfons]     0.8.1claws114
9244
9245         * src/summaryview.c
9246                 o fix another memory leak reported by Martin Kluge
9247                   (see "[ 599568 ] Small Memory Leak")
9248                 o remove 'from' variable from 'summary_set_header()'; we can
9249                   do with just 'to' 
9250
9251 2002-08-24 [paul]       0.8.1claws113
9252
9253         * sync with 0.8.1cvs30
9254                 see ChangeLog 2002-08-23
9255
9256 2002-08-24 [alfons]     0.8.1claws112
9257
9258         * src/summaryview.c
9259                 remove unnecessary allocations for search bar fixing leaks
9260                 reported by Martin Kluge
9261                 (see "[ 599451 ] Further memory leaks?")
9262
9263 2002-08-24 [alfons]     0.8.1claws111
9264
9265         * src/main.c
9266                 make get_socket_name() public for crash.c
9267         * src/crash.c
9268                 o make report bug button work (goes to claws' 
9269                   bug tracker at sf.net)
9270                 o introduce function for doing important stuff just
9271                   before claws goes down
9272                 o clean up code 
9273
9274 2002-08-24 [alfons]     0.8.1claws110
9275
9276         * src/compose.c
9277                 move cursor to "To" entry when forwarding as attachment
9278                 (reported and solved by Steve Lamb, closes bug report
9279                 "[ 592880 ] Forward as attachment; cursor not in to")
9280
9281 2002-08-24 [colin]      0.8.1claws109
9282
9283         * src/mainwindow.c
9284                 fix quick search visibility after GUI (de)separations.
9285
9286 2002-08-23 [colin]      0.8.1claws108
9287
9288         * src/mainwindow.c
9289                 fix header pane visibility after folderview or
9290                 messageview (de)separation
9291
9292 2002-08-23 [paul]       0.8.1claws107
9293
9294         * src/mainwindow.[ch]
9295           src/toolbar.c
9296                 give full control of display or non-display 
9297                 of the Execute icon to Custom toolbar settings.
9298                 add new sensitivity condition to maninwindow.h: 
9299                 M_DELAY_EXEC
9300
9301         * ChangeLog
9302           ChangeLog.jp
9303           NEWS
9304                 more sync with 0.8.1cvs29
9305
9306 2002-08-23 [melvin]     0.8.1claws106
9307
9308         * src/alertpanel.c
9309                 Readded support for custom widget in alertpanel lost in last
9310                 sync.
9311
9312 2002-08-23 [paul]       0.8.1claws105
9313
9314         * sync with 0.8.1cvs29
9315                 see ChangeLog 2002-08-23
9316
9317 2002-08-23 [colin]      0.8.1claws104
9318
9319         * src/summaryview.c
9320                 Fix folder and search pixmaps exchanging positions
9321                 after theme or toolbar changes. Thank to Oliver for 
9322                 reporting this.
9323
9324 2002-08-23 [colin]      0.8.1claws103
9325
9326         * src/mainwindow.c
9327           src/messageview.[ch]
9328           src/noticeview.[ch]
9329           src/summaryview.c
9330                 Changed messageview_create() and noticeview_create()
9331                 to avoid the last gdk_warning
9332
9333 2002-08-22 [colin]      0.8.1claws102
9334
9335         * src/summaryview.c
9336                 Fix my new `Creating pixmap from xpm' warning
9337
9338 2002-08-22 [colin]      0.8.1claws101
9339
9340         * src/mainwindow.c
9341                 Fix some of the gdk warnings
9342
9343 2002-08-22 [colin]      0.8.1claws100
9344
9345         * src/Makefile.am
9346         * src/stock_pixmap.c
9347         * src/stock_pixmap.h
9348         * src/pixmaps/quicksearch.xpm *ADDED*
9349                 Add the quicksearch pixmap
9350         * src/mainwindow.c
9351         * src/summaryview.c
9352         * src/summaryview.h
9353                 Make quicksearch bar visible/hidden via a button
9354
9355 2002-08-22 [christoph]  0.8.1claws99
9356
9357         * src/folder.c
9358                 fix folder update for newsgroups with message
9359                 numbers below minimum number of articles to fetch
9360                 (closes bug #598445)
9361
9362 2002-08-22 [paul]       0.8.1claws98
9363
9364         * sync with 0.8.1cvs28
9365                 see ChangeLog 2002-08-22
9366
9367 2002-08-21 [alfons]     0.8.1claws97
9368
9369         * src/crash.c
9370                 use bt instead of bt full which seems to work 
9371                 better, and bt full doesn't give a great deal 
9372                 of information anyway
9373
9374 2002-08-21 [colin]      0.8.1claws96
9375
9376         * src/summaryview.c
9377                 fix summaryview_searchtype_changed prototype
9378
9379 2002-08-21 [christoph]  0.8.1claws95
9380
9381         * src/mainwindow.c
9382                 o fix broken menu update for sorting type, we have to
9383                   get this info from the summaryview now
9384                 o removed setting of threaded state in menu callback
9385         * src/summaryview.[ch]
9386                 more summaryview/folderitem seperation for
9387                 threading option
9388         * configure.in
9389                 removed not required --with-compiler-flags option
9390
9391 2002-08-21 [oliver]     0.8.1claws94
9392         
9393         * src/toolbar.h 
9394                 o rename toolbar.xml to toolbar_main.xml
9395                   since toolbar_compose.xml might come up 
9396                   any time soon
9397         * README.claws
9398                 add custom toolbar              
9399
9400 2002-08-21 [darko]      0.8.1claws93
9401
9402         * src/procmsg.c
9403                 don't reset tmp flags for messages copied
9404                 to sent folder
9405
9406 2002-08-21 [colin]      0.8.1claws92
9407         
9408         * src/prefs_filtering.c
9409                 fix renaming rules on folder rename 
9410                 when folder is not a leaf folder
9411
9412 2002-08-21 [paul]       0.8.1claws91
9413
9414         * src/prefs_folder_item.c
9415                 fix alignment of colour selector
9416
9417 2002-08-21 [paul]       0.8.1claws90
9418
9419         * sync with 0.8.1cvs27
9420                 see ChangeLog 2002-08-21
9421
9422 2002-08-21 [paul]       0.8.1claws89
9423
9424         * src/summaryview.c
9425                 fix crash when changing field type in
9426                 Quick search bar
9427
9428 2002-08-21 [colin]      0.8.1claws88
9429
9430         * src/summaryview.c
9431                 Made quick search case-insensitive
9432
9433 2002-08-21 [paul]       0.8.1claws87
9434
9435         * sync with 0.8.1cvs26
9436                 see ChangeLog 2002-08-21
9437
9438 2002-08-20 [christoph]  0.8.1claws86
9439
9440         * src/folderview.c
9441         * src/main.c
9442         * src/summaryview.[ch]
9443                 more summaryview/folderitem seperation for
9444                 sort_key and sort_type
9445         * src/procmsg.c
9446                 added missing return statement
9447
9448 2002-08-20 [colin]      0.8.1claws85
9449
9450         * src/summaryview.[ch]
9451                 Added a quick search box
9452         * src/mainwindow.c
9453         * src/prefs_common.[ch]
9454                 Added a show/hide option for the quick search
9455
9456 2002-08-20 [oliver]     0.8.1claws84
9457         
9458         * src/mainwindow.c
9459                 remove toolbar_create_popups
9460         * src/toolbar.[ch]
9461                 o remove toolbar_create_popups
9462                 o fix toolbar_set_sensitive 
9463                   (Bug reports #596834 and #596832)     
9464         * src/prefs_toolbar.c
9465                 o add "Set default" button
9466                 o align label and text + combo widgets
9467
9468 2002-08-20 [hoa]        0.8.1claws83bis
9469
9470         * src/imap.c
9471                 fixed a bug in imap_fetch_msginfo() in case there is no
9472                 current folder.
9473
9474 2002-08-20 [darko]      0.8.1claws83
9475
9476         * src/folderview.c
9477                 copy the color style of folder view so it
9478                 works with GTK themes
9479
9480 2002-08-20 [darko]      0.8.1claws82
9481
9482         * src/folder.h
9483         * src/folderview.c
9484         * src/prefs_folder_item.[hc]
9485                 don't use UI stuff in folder.h
9486
9487 2002-08-20 [darko]      0.8.1claws81
9488
9489         * src/folder.h
9490         * src/prefs_folder_item.h
9491         * src/folderview.c
9492         * src/prefs_folder_item.c
9493                 ability to set folder color in folderview
9494
9495 2002-08-19 [alfons]     0.8.1claws80
9496
9497         * src/summaryview.c
9498                 fix one of the earlier memleaks reported by Martin Kluge
9499
9500 2002-08-19 [alfons]     0.8.1claws79
9501
9502         * src/mainwindow.c
9503                 hide notice view when selecting seperate folder
9504                 view (reported by Urke MMI)
9505
9506 2002-08-19 [christoph]  0.8.1claws78
9507
9508         * src/folderview.c
9509         * src/prefs_folder_item.h
9510         * src/summaryview.[ch]
9511                 o add summary_set_prefs_from_folderitem to set
9512                   summaryview prefs (first step to remove all
9513                   references to the folderitem in summaryview)
9514                 o moved compiled regex stuff from folderitem prefs
9515                   to summaryview code
9516
9517 2002-08-19 [paul]       0.8.1claws77
9518
9519         * src/compose.c
9520                 add check for '.' to QUOTE_IF_REQUIRED
9521
9522 2002-08-19 [paul]       0.8.1claws76
9523
9524         * src/inc.c
9525                 sync with 0.8.1cvs25 (plug memory leak)
9526
9527         * src/prefs_toolbar.c
9528                 re-order prefs_toolbar_cancel()
9529
9530 2002-08-18 [alfons]     0.8.1claws75
9531
9532         * src/inc.c
9533         * src/matcher.c
9534                 plug other memleaks reported by Martin Kluge
9535
9536 2002-08-18 [paul]       0.8.1claws74
9537
9538         * po/pt_BR.po
9539                 updated by Fabio Jr. Beneditto
9540
9541 2002-08-18 [paul]       0.8.1claws73
9542
9543         * src/toolbar.[ch]
9544                 fix bug where tooltips were displayed untranslated              
9545
9546         * src/prefs_toolbar.c
9547                 fix bug where clicking 'Cancel' creates an icon & text
9548                 toolbar regardless of prefs
9549         
9550
9551 2002-08-17 [oliver]     0.8.1claws72
9552
9553         * src/prefs_toolbar.c
9554                 update toolbar on CANCEL
9555                 bug reported by Martin Kluge
9556         * src/toolbar.c
9557                 toolbar_destroy memleak fixed           
9558
9559 2002-08-17 [alfons]     0.8.1claws71
9560
9561         * src/toolbar.c
9562                 plug another memleak reported by Martin Kluge
9563
9564 2002-08-16 [alfons]     0.8.1claws70
9565
9566         * src/crash.c
9567                 use execvp() correctly (suggested by wwp; thanks!)
9568
9569 2002-08-16 [alfons]     0.8.1claws69
9570
9571         * src/gtksctree.c
9572                 plug memory leak reported by Kim Schultz & Martin Kluge
9573
9574 2002-08-16 [paul]       0.8.1claws68
9575
9576         * po/es.po
9577                 updated by Ricardo Mones Lastra
9578
9579 2002-08-16 [paul]       0.8.1claws67
9580
9581         * src/toolbar.h
9582                 fix bug where 'Compose News' icon showed wrong
9583                 tooltip
9584
9585 2002-08-16 [paul]       0.8.1claws66
9586
9587         * sync with 0.8.1cvs24
9588                 see ChangeLog 2002-08-16
9589
9590         * po/it.po
9591                 updated by Alessandro Maestri
9592
9593 2002-08-15 [paul]       0.8.1claws65
9594
9595         * po/sr.po
9596                 updated by Urke MMI
9597
9598 2002-08-15 [paul]       0.8.1claws64
9599
9600         * src/*.c
9601                 don't translate debug info
9602
9603         * src/matcher.[ch]
9604                 add copyright info
9605
9606 2002-08-15 [paul]       0.8.1claws63
9607
9608         * src/prefs_toolbar.c
9609                 fix bug where clicking 'OK' creates an icon & text
9610                 toolbar regardless of prefs
9611
9612 2002-08-14 [alfons]     0.8.1claws62
9613
9614         * src/main.c
9615                 add global var that has the full argv[0]
9616         * src/crash.c
9617                 o execvp the correct sylpheed by using argv0
9618                   and setting the correct work dir
9619                 o other tweaks  
9620
9621 2002-08-14 [oliver]     0.8.1claws61
9622         
9623         * enable/disable Toolbar Action Buttons 
9624         * code cleanups
9625         * src/mainwindow.c
9626         * src/toolbar.[ch]      
9627         * src/prefs_toolbar.c   
9628
9629 2002-08-14 [melvin]     0.8.1claws60
9630
9631         * po/fr.po
9632                 Updated French translations
9633
9634 2002-08-14 [melvin]     0.8.1claws59
9635
9636         * src/crash.c
9637                 Made bug report not translatable
9638         * src/exporthtml.c
9639                 Fixed exporthtml_build_filespec() return value
9640         * src/foldersel.c
9641                 Fixed incorrect include file
9642         * src/gtkspell.c
9643         * src/prefs_actions.c
9644         * src/prefs_toolbar.c
9645                 Made debug info not translatable
9646         * src/mutt.c
9647         * src/quote_fmt.c
9648                 Added missing includes
9649         * src/prefs_common.c
9650                 Fixed typo
9651
9652 2002-08-14 [paul]       0.8.1claws58
9653
9654         * faq/es/sylpheed-faq.html
9655           faq/es/sylpheed-faq-[1-3].html
9656           faq/es/sylpheed-faq-4.html     **NEW FILE **
9657                 update Spanish FAQ
9658
9659 2002-08-13 [christoph]  0.8.1claws57
9660
9661         * src/procmsg.c
9662                 ignore thread fix that did not mark all
9663                 child nodes of a ignored thread as
9664                 ignored. Does not work perfectly yet,
9665                 but it is better now
9666
9667 2002-08-13 [alfons]     0.8.1claws56
9668
9669         * src/crash.c
9670                 o implement 'save crash log'
9671                 o some tweaks
9672
9673 2002-08-13 [melvin]     0.8.1claws55
9674
9675         * src/main.c
9676                 removed unrequired "execinfo.h" header
9677
9678 2002-08-12 [paul]       0.8.1claws54
9679
9680         * faq/en/sylpheed-faq.html
9681           faq/en/sylpheed-faq-[1-3].html
9682           faq/en/sylpheed-faq-4.html     **NEW FILE **
9683                 update English FAQ
9684
9685 2002-08-12 [alfons]     0.8.1claws53
9686
9687         * po/POTFILES.in
9688                 add crash.c to translatables
9689         * src/crash.c
9690                 bring in Leandro's crash dialog
9691
9692 2002-08-11 [alfons]     0.8.1claws52
9693
9694         * src/crash.c
9695                 clean up some warnings
9696
9697 2002-08-11 [alfons]     0.8.1claws51
9698
9699         * acconfig.h
9700         * configure.in
9701         * src/crash.[ch]        ** NEW FILES **
9702         * src/main.c            
9703                 initial gdb crash handler
9704
9705 2002-08-11 [paul]       0.8.1claws50
9706
9707         * src/prefs_toolbar.c
9708                 replace Up/Down arrow pixmaps with text to be
9709                 consistent across icon themes
9710
9711 2002-08-11 [paul]       0.8.1claws49
9712
9713         * src/prefs_common.c
9714           src/prefs_toolbar.c
9715                 rename 'Pixmap' -> 'Icon'
9716
9717         * src/toolbar.[ch]
9718                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9719
9720 2002-08-10 [paul]       0.8.1claws48
9721
9722         * src/prefs_toolbar.c
9723                 re-work the UI
9724
9725 2002-08-10 [paul]       0.8.1claws47
9726
9727         * src/main.c
9728                 don't write Processing progress to status bar
9729                 patch submitted by Alexander Evseev
9730
9731         * src/prefs_toolbar.c
9732                 re-position and resize window
9733                 make window assume correct size on first call
9734
9735 2002-08-10 [paul]       0.8.1claws46
9736
9737         * src/mainwindow.c
9738           src/prefs_toolbar.c
9739           src/toolbar.c
9740           src/toolbar.h
9741                 obey coding style
9742                 follow UI text conventions
9743
9744 2002-08-10 [alfons]     0.8.1claws45
9745
9746         * src/toolbar.c
9747                 correct pixmap for delete action
9748
9749 2002-08-10 [paul]       0.8.1claws44
9750
9751         * po/pt_BR.po
9752                 updated by Fabio Jr. Beneditto
9753
9754 2002-08-10 [paul]       0.8.1claws43
9755
9756         * po/POTFILES.in
9757                 add custom toolbar files
9758
9759 2002-08-10 [paul]       0.8.1claws42
9760
9761         * sync with 0.8.1cvs22
9762                 see ChangeLog 2002-08-09
9763
9764 2002-08-09 [paul]       0.8.1claws41
9765
9766         * tools/Makefile.am
9767           tools/README
9768           tools/outlook2sylpheed.pl     ** NEW FILE **
9769                 add script to convert exported Outlook
9770                 contacts list to a Sylpheed addressbook.
9771                 Submitted by Ricardo Mones Lastra.
9772
9773 2002-08-09 [paul]       0.8.1claws40
9774
9775         * AUTHORS
9776           configure.in
9777           po/sr.po      ** NEW FILE **
9778                 add Serbian message catalog. Submitted by
9779                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9780
9781 2002-08-09 [paul]       0.8.1claws39
9782
9783         * sync with 0.8.1cvs21
9784                 see ChangeLog 2002-08-08
9785
9786 2002-08-08 [oliver]     0.8.1claws38
9787
9788         * src/mainwindow.c
9789                 move Custom Toolbar to Configuration menu
9790
9791 2002-08-08 [oliver]     0.8.1claws37
9792
9793         * src/prefs_toolbar.c
9794                 fix substitute pixmap bug
9795
9796 2002-08-08 [paul]       0.8.1claws36
9797
9798         * sync with 0.8.1cvs19
9799                 see ChangeLog 2002-08-08
9800
9801 2002-08-07 [christoph]  0.8.1claws35
9802
9803         * src/utils.c
9804                 fixed a memory leak in new canonicalize_file_replace
9805
9806 2002-08-07 [christoph]  0.8.1claws34
9807
9808         * src/utils.[ch]
9809                 o canonicalize_file_replace should create the temporary
9810                   file in the same directory as the original file.
9811                 o added get_tmpfile_in_dir that creates a temorary file
9812                   in a specified directory.
9813
9814 2002-08-07 [melvin]     0.8.1claws33
9815
9816         * src/toolbar.c
9817                 fixed bug where 'Article' button acted as 'Email' button.
9818
9819 2002-08-07 [paul]       0.8.1claws32
9820
9821         * sync with 0.8.1.cvs17
9822                 see ChangeLog 2002-08-07
9823
9824 2002-08-07 [colin]      0.8.1claws31
9825         
9826         * src/news.c
9827                 fix mass-cancel problem
9828
9829 2002-08-07 [thorsten]   0.8.1claws30
9830
9831         * src/prefs_toolbar.c
9832                 fix: crash on replace or add new button
9833         * src/toolbar.c
9834                 fix: close xmlfile after reading
9835         * src/utils.c
9836                 fix: unlink() file before rename()
9837
9838 2002-08-06 [paul]       0.8.1claws29
9839
9840         * sync with 0.8.cvs15
9841                 see ChangeLog 2002-08-06
9842
9843 2002-08-06 [oliver]     0.8.1claws28
9844
9845         * src/toolbar.c
9846         * src/prefs_toolbar.c
9847                 fixed empty toolbar issue
9848
9849 2002-08-06 [oliver]     0.8.1claws27
9850
9851         * Custom Toolbar Final 
9852         * src/folderview.c
9853         * src/inc.c
9854         * src/summaryview.c
9855                 o toolbar stuff now lives in src/toolbar.[ch]
9856                 o main_window_toolbar_* functions are renamed to
9857                   toolbar_* reflecting their new source file
9858         * src/mainwindow.[ch]
9859                 o remove toolbar stuff  
9860
9861 2002-08-06 [oliver]     0.8.1claws26
9862         
9863         * src/Makefile.am
9864         * src/prefs_toolbar.[ch]        **New File**
9865         * src/toolbar.[ch]              **New File**
9866                 o prefs_toolbar.[ch] custom toolbar frontend
9867                 o toolbar.[ch]       backend 
9868
9869 2002-08-06 [oliver]     0.8.1claws25
9870
9871         * src/prefs_actions.[ch]
9872                 o new exported function actions_execute
9873
9874 2002-08-06 [paul]       0.8.1claws24
9875
9876         * sync with 0.8.1cvs4
9877                 see ChangeLog 2002-08-06
9878
9879 2002-08-06 [paul]       0.8.1claws23
9880
9881         * sync with 0.8.1cvs13
9882                 see ChangeLog 2002-08-06
9883
9884 2002-08-06 [paul]       0.8.1claws22
9885
9886         * sync with 0.8.1cvs12
9887                 see ChangeLog 2002-08-05 and 2002-08-06
9888
9889 2002-08-06 [match]      0.8.1claws21
9890
9891         * src/addrclip.c
9892                 improvements to cut/copy/paste address
9893
9894 2002-08-05 [match]      0.8.1claws20
9895
9896         * src/addritem.[ch]
9897         * src/addrcache.c
9898         * src/addrbook.c
9899         * src/editaddress.c
9900         * src/addressbook.c
9901                 fixes to improve cut/copy/paste
9902
9903 2002-08-06 [melvin]     0.8.1claws19
9904
9905         * src/account.[ch]
9906                 account_find_all_from_address(): new function that returns the
9907                 list of all accounts that are matched in an address.
9908         * src/alertpanel.[ch]
9909                 alertpanel() now accepts a custom widget
9910                 alertpanel_with_widget(): new function that pops up a panel with
9911                 a custom widget in it 
9912         * src/gtkutils.[ch]
9913                 gtkut_account_menu_new(): new function that allows the selection
9914                 of an account from a list of accounts.
9915         * src/messageview.c
9916                 Extended Return Receipt notification to select the correct 
9917                 account and to make a security test on the Delivery-Notification
9918                 address which should be the same as the Return-Path.
9919
9920 2002-08-06 [thorsten]   0.8.1claws18
9921
9922         * src/mimeview.c
9923                 attach_all: save unnamed as "noname.%d",
9924                 dont free static dirname
9925
9926 2002-08-05 [alfons]     0.8.1claws17
9927
9928         * configure.in
9929                 detect XIM by trying to link rather than compile a XIM program
9930
9931 2002-08-05 [oliver]     0.8.1claws16
9932                 
9933         * src/stock_pixmap.[ch]
9934                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9935                 o new func to retrieve pixmaps
9936
9937 2002-08-05 [paul]       0.8.1claws15
9938
9939         * sync with 0.8.1cvs10
9940                 see ChangeLog 2002-08-05
9941
9942 2002-08-04 [alfons]     0.8.1claws14
9943
9944         * src/textview.c
9945                 see if this plugs memleak
9946
9947 2002-08-04 [melvin]     0.8.1claws13
9948
9949         * src/gtkspell.c
9950                 fixed bug that could crash Sylpheed when highlighting
9951                 all misspelled words.
9952
9953 2002-08-03 [melvin]     0.8.1claws12
9954
9955         * src/prefs_actions.c
9956                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9957         * src/messageview.c
9958                 fixed bug where the Return Receipt was sent to
9959                 Delivery-Notification-To address even if it was not present
9960
9961 2002-08-02 [alfons]     0.8.1claws11
9962
9963         * src/prefs_actions.c
9964                 o more check for NULLs
9965                 o put create_io_dialog() in right conditional block
9966
9967 2002-08-02 [paul]       0.8.1claws10
9968
9969         * po/es.po
9970                 updated by Ricardo Mones Lastra
9971
9972 2002-08-01 [christoph]  0.8.1claws9
9973
9974         * src/folder.c
9975                 don't free the cache of the opened
9976                 folder in the summaryview
9977         * src/summaryview.c
9978                 don't unset flags, if it is not required
9979
9980 2002-08-01 [paul]       0.8.1claws8
9981
9982         * sync with 0.8.1cvs8
9983                 see ChangeLog entry 2002-08-01
9984
9985 2002-08-01 [paul]       0.8.1claws7
9986
9987         * sync with 0.8.1cvs7
9988                 see ChangeLog 2002-07-31 and 2002-08-01
9989
9990 2002-07-31 [christoph]  0.8.1claws6
9991
9992         * src/mainwindow.c
9993                 forgot to update menu sensitivity
9994                 function for new menu entry
9995
9996 2002-07-31 [alfons]     0.8.1claws5
9997
9998         * src/main.c
9999                 check folder item and its path for NULL on
10000                 initial processing
10001
10002 2002-07-31 [christoph]  0.8.1claws4
10003
10004         * src/folder.c
10005                 check if folder_item_get_msginfo in
10006                 folder_item_remove_msg returned NULL
10007         * src/imap.c
10008                 better clear the uid cache in the
10009                 uid validity check function and delete
10010                 cached messages
10011
10012 2002-07-31 [paul]       0.8.1claws3
10013
10014         * man/sylpheed.1
10015                 add the '--attach' option and a few other
10016                 minor changes
10017
10018 2002-07-31 [paul]       0.8.1claws2
10019
10020         * sync with 0.8.1cvs5
10021                 see ChangeLog 2002-07-31
10022
10023 2002-07-31 [christoph]  0.8.1claws1
10024
10025         * src/folderview.[ch]
10026         * src/mainwindow.c
10027                 replace "Rescan all folders..." with
10028                 "Check all folders for new messages..."
10029
10030 2002-07-30 [paul]       0.8.1claws
10031
10032         * version 0.8.1claws released
10033
10034 2002-07-30 [paul]       0.8.0claws29
10035
10036         * tools/OOo2sylpheed.pl ** NEW FILE **
10037           tools/README
10038                 add script to enable sending documents as
10039                 attachments from OpenOffice.org
10040
10041 2002-07-30 [melvin]     0.8.0claws28
10042
10043         * src/prefs_actions.c
10044                 Made the actions' input/output dialog display
10045                 without delay.
10046
10047 2002-07-30 [christoph]  0.8.0claws27
10048
10049         * src/procmsg.c
10050                 check if folder_item_get_msginfo in
10051                 procmsg_save_to_outbox returned NULL
10052
10053 2002-07-30 [paul]       0.8.0claws26
10054
10055         * sync with 0.8.1cvs4
10056                 see ChangeLog 2002-07-29
10057
10058 2002-07-29 [thorsten]   0.8.0claws25
10059
10060         * README.claws
10061                 added selective download, delete on server
10062
10063 2002-07-29 [paul]       0.8.0claws24
10064
10065         * sync with 0.8.1cvs3
10066                 see ChangeLog 2002-07-29
10067
10068 2002-07-27 [christoph]  0.8.0claws23
10069
10070         * src/folder.c
10071                 add extra check if fetching the msginfo
10072                 returned NULL
10073
10074 2002-07-27 [paul]       0.8.0claws22
10075
10076         * sync with 0.8.1cvs2
10077                 see ChangeLog 2002-07-26
10078
10079 2002-07-27 [christoph]  0.8.0claws21
10080
10081         * src/imap.c
10082                 add another check if a valid msginfo
10083                 was returned
10084
10085 2002-07-26 [hoa]        0.8.0claws20
10086
10087         * src/folder.c
10088                 Fixed a condition in folder_item_destroy()
10089
10090         * src/imap.c
10091                 Fixed an error in IMAP protocol
10092
10093 2002-07-26 [alfons]     0.8.0claws19
10094
10095         * src/folder.c
10096                 ofcourse compare with identifier, not the path
10097
10098 2002-07-26 [alfons]     0.8.0claws18
10099
10100         * src/folder.c
10101                 use folder item identifier for saving / restoring
10102                 preferences because folder->path might not be unique
10103
10104 2002-07-26 [melvin]     0.8.0claws17
10105
10106         * src/logwindow.c
10107                 Fixed a crash introduced in 0.8.0claws5 when log is 
10108                 cut under 80 characters.
10109
10110 2002-07-26 [paul]       0.8.0claws16
10111
10112         * sync with 0.8.1cvs1
10113                 see ChangeLog 2002-07-26
10114
10115 2002-07-26 [christoph]  0.8.0claws15
10116
10117         * src/imap.[ch]
10118                 imap folder now remembers the last selected
10119                 folder and imap_fetch_msginfo skips selecting
10120                 the folder if it is already selected
10121
10122 2002-07-26 [christoph]  0.8.0claws14
10123
10124         * src/folder.c
10125         * src/folderview.c
10126         * src/imap.c
10127                 fix imap folder rescanning
10128
10129 2002-07-25 [christoph]  0.8.0claws13
10130
10131         * src/filter.c
10132         * src/folder.[ch]
10133         * src/folderview.c
10134         * src/imap.[ch]
10135         * src/mainwindow.c
10136         * src/mbox_folder.c
10137         * src/mh.c
10138         * src/news.c
10139                 implement imap uid cache and uid validity check
10140
10141 2002-07-25 [alfons]     0.8.0claws12
10142
10143         * src/summaryview.c
10144                 fix a brown paper bag bug, and also add some more
10145                 checks
10146
10147 2002-07-25 [christoph]  0.8.0claws11
10148
10149         * src/folder.c
10150                 don't mix copy, fetch_msginfo and remove
10151                 operations in folder item copy and move
10152                 operations
10153
10154 2002-07-25 [christoph]  0.8.0claws10
10155
10156         * src/folderview.c
10157         * src/mainwindow.c
10158         * src/prefs_folder_item.c
10159         * src/summaryview.[ch]
10160                 remove no longer required parameter update_cache from
10161                 summary_show
10162
10163 2002-07-25 [paul]       0.8.0claws9
10164
10165         * sync with 0.8.1
10166         
10167         * AUTHORS
10168                 a few corrections
10169
10170 2002-07-24 [alfons]     0.8.0claws8
10171
10172         * src/summaryview.c
10173                 sort correctly when using simplified subject line
10174                 (closes feature request "[ 585141 ] applying regexp to subject 
10175                 before sort" submitted by Alexandra Walford)
10176
10177 2002-07-24 [paul]       0.8.0claws7
10178
10179         * sync with 0.8.0cvs3
10180                 see ChangeLog 2002-07-24
10181
10182 2002-07-23 [christoph]  0.8.0claws6
10183
10184         * src/folder.c
10185         * src/folder.h
10186         * src/summaryview.c
10187         * src/summaryview.h
10188         * src/main.c
10189                 o separate processing and summaryview
10190                 o removed summary_write_cache from summaryview
10191                 o removed summaryview->killed_messages, because we don't have
10192                   to keep a list of killed messages anymore. New cache will
10193                   keep the hidden messages in cache anyway
10194         * src/folderview.c
10195         * src/inc.c
10196         * src/selective_download.c
10197                 o removed unnecessary summary_write_cache calls
10198         * src/procmsg.c
10199                 o don't set ignore thread flag in procmsg_get_thread_tree
10200                   if it is already set
10201         * src/mainwindow.c
10202         * src/statusbar.h
10203                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10204                   they are used in different files
10205
10206 2002-07-23 [melvin]     0.8.0claws5
10207
10208         * src/addressbook.c
10209         * src/addrgather.c
10210         * src/editaddress.c
10211         * src/editgroup.c
10212         * src/editldap_basedn.c
10213         * src/importldif.c
10214         * src/prefs_common.c
10215                 Fixed few memory leak (gtk_editable_get_chars returns
10216                 an allocated string)
10217         * src/logwindow.c
10218                 Fixed few memory leak (gtk_editable_get_chars returns
10219                 an allocated string) and modified a little the log cutting
10220                 loop.
10221         * src/compose.c
10222                 Replaced a call to an obsolete function gtk_entry_get_text()
10223                 by gtk_editable_get_chars()
10224         * src/send.c
10225                 Removed a debug printf
10226
10227 2002-07-23 [christoph]  0.8.0claws4
10228
10229         * src/filesel.c
10230                 fix another g_dirname memory leak
10231
10232 2002-07-23 [christoph]  0.8.0claws3
10233
10234         * src/mh.c
10235                 fixed a memory leak in mh_fetch_msginfo
10236                 fixed crash when message header could not be
10237                 parsed
10238
10239 2002-07-23 [paul]       0.8.0claws2
10240
10241         * sync with 0.8.0cvs2
10242                 see ChangeLog 2002-07-23
10243
10244 2002-07-23 [paul]       0.8.0claws1
10245
10246         * sync with 0.8.0cvs1
10247                 see ChangeLog 2002-07-23
10248
10249 2002-07-23 [paul]       0.8.0claws
10250
10251         * release of 0.8.0claws
10252
10253 2002-07-23 [paul]       0.7.8claws99
10254
10255         * po/ru.po
10256                 new Russian translation, submitted by
10257                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10258
10259 2002-07-22 [jens]       0.7.8claws98
10260
10261         * po/de.po
10262                 Updated German translations.
10263
10264 2002-07-22 [paul]       0.7.8claws97
10265
10266         * po/es.po
10267           po/it.po
10268           po/nl.po
10269           po/pt_BR.po
10270                 updated translations by Ricardo Mones Lastra,
10271                 Alessandro Maestri, Wilbert Berendsen and 
10272                 Fabio Jr. Beneditto respectively
10273
10274 2002-07-22 [christoph]  0.7.8claws96
10275
10276         * src/mimeview.c
10277                 fix memory leak caused by wrong g_dirname usage
10278
10279 2002-07-22 [christoph]  0.7.8claws95
10280
10281         * src/summaryview.c
10282                 update new and unread message counts for summaryview
10283                 summaryview does not get it from the folder anymore
10284                 and has to update the values itself
10285
10286 2002-07-22 [melvin]     0.7.8claws94
10287
10288         * po/fr.po
10289                 Updated French translations.
10290
10291 2002-07-22 [christoph]  0.7.8claws93
10292
10293         * src/matcher.c
10294                 set prop->preg pointer to NULL or following check
10295                 will not fail and regexec will be called with
10296                 invalid pointer
10297
10298 2002-07-21 [alfons]     0.7.8claws92
10299         
10300         * src/prefs_common.[ch]
10301                 remove option "Send return receipt on request"
10302
10303 2002-07-21 [thorsten]   0.7.8claws91
10304
10305         * src/mimeview.c
10306                 fixed memleaks, coding style as pointed out by alfons
10307
10308 2002-07-21 [alfons]     0.7.8claws90
10309
10310         * src/messageview.c
10311         * src/noticeview.[ch]
10312                 o fix bug notice view being displayed when going to empty folder 
10313                   (noticed by Christoph)
10314                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10315                   (noticed by Thorsten)
10316
10317 2002-07-21 [thorsten]   0.7.8claws89
10318
10319         * src/mimeview.c
10320                 Included save_all patch from Xaview FACQ
10321                 added support for pathnames
10322
10323 2002-07-21 [alfons]     0.7.8claws88
10324
10325         * po/POTFILES.in
10326         * src/Makefile.am
10327         * src/mainwindow.c
10328         * src/messageview.[ch]
10329         * src/noticeview.c      ** NEW FILE **
10330         * src/noticeview.h      ** NEW FILE **
10331                 make return receipts work again
10332                 (UI idea by Leandro Pereira)
10333
10334 2002-07-21 [paul]       0.7.8claws87
10335
10336         * src/summaryview.c
10337                 fix sensitivity of 'Select thread'
10338
10339 2002-07-21 [paul]       0.7.8claws86
10340
10341         * src/prefs_common.c
10342                 add browser command line for Galeon
10343
10344 2002-07-21 [paul]       0.7.8claws85
10345
10346         * Makefile.am
10347                 fix 'EXTRA_DIST': remove README.README, add TODO
10348                 and TODO.claws
10349
10350 2002-07-21 [alfons]     0.7.8claws84
10351
10352         * src/gtkstext.c
10353                 make enter clear selection
10354                 (closes "[ 579888 ] Editor selection/entry error"
10355                 reported by Steve Lamb)
10356
10357 2002-07-21 [alfons]     0.7.8claws83
10358         
10359         * src/summaryview.c
10360                 sort message list when selecting unthread messages
10361                 (closes "[ 501593 ] switching threaded view doesn't sort"
10362                 reported by Simon Schubert)
10363
10364 2002-07-20 [alfons]     0.7.8claws82
10365         
10366         * src/matcher.c
10367                 const-correctness
10368
10369 2002-07-20 [thorsten]   0.7.8claws81
10370
10371         * src/matcher.c
10372                 Fixed expansion of empty fields in matchactions
10373
10374 2002-07-19 [melvin]     0.7.8claws80
10375
10376         * src/gtkspell.c
10377                 Removed a duplicate menu entry (fast mode) introduced during
10378                 the new cache merge
10379                 Added a menu separator between 'Use alternate' and 'Fast mode'
10380
10381 2002-07-19 [paul]       0.7.8claws79
10382
10383         * tools/Makefile.am
10384           tools/README
10385                 correct typos
10386
10387 2002-07-19 [thorsten]   0.7.8claws78
10388
10389         * tools/calypso_convert.pl      ** NEW FILE **
10390           tools/README
10391           tools/Makefile.am
10392                 script to import mbox files exported
10393                 by calypso
10394                 o generates folder structure
10395                 o includes attachments
10396
10397 2002-07-19 [melvin]     0.7.8claws77
10398
10399         * src/selective_download.[ch]
10400                 Fixed bug where closing the dialog with the window manager's
10401                 close button will not unlock the summary
10402                 Corrected some function declarations that missed a return value
10403                 Made the source code comply better with coding style.
10404         * src/prefs_common.c
10405                 Added new browser command line for Mozilla.
10406
10407 2002-07-18 [paul]       0.7.8claws76
10408
10409         * src/mainwindow.c
10410           src/selective_download.[ch]
10411                 reflect theme changes, fix Gdk Warning when creating 
10412                 pixmap from NULL window, and minor clean up.
10413                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10414
10415         * po/en_GB.po
10416                 updated
10417
10418 2002-07-17 [paul]       0.7.8claws75
10419
10420         * INSTALL[.jp]
10421                 sync with 0.8.0
10422         
10423         * po/en_GB.po
10424                 updated
10425
10426 2002-07-16 [paul]       0.7.8claws74
10427
10428         * tools/filter_conv.pl
10429           tools/README
10430                 replace conversion script with reimplemented version, 
10431                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10432
10433 2002-07-16 [colin]      0.7.8claws73
10434
10435         * src/summaryview.c
10436                 remove forgotten debug messages - sorry ;-)
10437
10438 2002-07-16 [colin]      0.7.8claws72
10439
10440         * src/mimeview.c
10441           src/summaryview.c
10442           src/textview.c
10443           src/textview.h
10444                 add the ability to select part of a text mime-part 
10445                 to reply.
10446
10447 2002-07-15 [christoph]  0.7.8claws71
10448
10449         * src/folder.c
10450                 fix folder message count for folders without
10451                 msg_is_changed (includes news folders)
10452
10453 2002-07-15 [martin]     0.7.8claws70
10454
10455         * src/summaryview.c
10456                 option "display recipient on 'From'..." now works
10457                 without the need of enabling the option
10458                 "display  sender  using  address  book".
10459
10460 2002-07-15 [christoph]  0.7.8claws69
10461
10462         * src/summaryview.c
10463                 removed setting folder status from summaryview.
10464                 folder.c should update all message counts correctly.
10465
10466 2002-07-15 [paul]       0.7.8claws68
10467
10468         * po/pt_BR.po
10469                 updated by Fabio Junior Beneditto
10470
10471 2002-07-15 [darko]      0.7.8claws67
10472
10473         * src/mh.c
10474                 Fixed target folder colorization, don't decrease op
10475                 number twice
10476
10477 2002-07-14 [paul]       0.7.8claws66
10478
10479         * sync with main 0.8.0
10480                 see ChangeLog 2002-07-14
10481
10482 2002-07-13 [melvin]     0.7.8claws65
10483         
10484         * src/addrbook.c
10485         * src/addressbook.c
10486         * src/addrindex.c
10487                 Replaced sprintf by g_snprintf to prevent possible buffer
10488                 overflow.
10489         * src/news.c
10490                 Corrected a log message output format.
10491                 Added a missing "done" debug output.
10492         * src/compose.c
10493                 Added keyboard accelerator for Priority menu items
10494                 Added missing \n in debug output
10495         * src/logwindow.c
10496         * src/gtkspell.c
10497         * src/rfc2015.c
10498                 Added missing \n in debug output
10499
10500 2002-07-13 [paul]       0.7.8claws64
10501
10502         * man/sylpheed.1
10503                 change Sergey's email address to the sf address
10504
10505         * src/textview.c
10506                 increase show_url_timeout (more useful for long
10507                 urls)
10508
10509 2002-07-12 [sergey]     0.7.8claws63
10510
10511         * src/rfc2015.c
10512                 applied (with some modifications) patch to set the
10513                 micalg parameter for signatures
10514                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10515
10516 2002-07-12 [sergey]     0.7.8claws62
10517
10518         * man/Makefile.am
10519         * configure.in
10520                 fixed man page installation
10521
10522 2002-07-12 [paul]       0.7.8claws61
10523
10524         * sync with 0.7.8cvs26
10525                 see ChangeLog 2002-07-11 and 2002-07-12
10526
10527 2002-07-11 [christoph]  0.7.8claws60
10528
10529         * src/compose.c
10530         * src/procmsg.c
10531                 first use the message number to find the message
10532                 to mark with a reply flag but check the
10533                 message-id if we got the correct message, if not
10534                 try to find it by message-id.
10535                 use new string seperator that is not allowed
10536                 in message-ids.
10537
10538 2002-07-11 [paul]       0.7.8claws59
10539
10540         * sync with 0.7.8cvs23
10541                 see ChangeLog 2002-07-10
10542
10543 2002-07-10 [christoph]  0.7.8claws58
10544
10545         * src/folder.[ch]
10546         * src/msgcache.[ch]
10547                 Added message-id table to the cache in memory
10548                 and functions to msgcache.c and folder.c to
10549                 fetch MsgInfos by message id
10550         * src/compose.c
10551         * src/procmsg.c
10552                 store folder and message-id of message replying
10553                 to in queue header and set reply flag after sending
10554                 (Closes bug #469498)
10555
10556 2002-07-10 [paul]       0.7.8claws57
10557
10558         * AUTHORS
10559           man/sylpheed.1.gz
10560                 add Martin to the list of authors
10561
10562 2002-07-09 [martin]     0.7.8claws56
10563         * src/gtksctree.c
10564                 Added gtk_ctree_last_visible(), tree_update_level(),
10565                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10566                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10567                 from gtk+ to gtksctree.c for the new sorting code
10568                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10569                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10570         * src/gtksctree.h
10571                 Added declaration for gtk_sctree_sort_recursive() and
10572                 gtk_sctree_sort_node
10573         * src/addressbook.c
10574         * src/foldersel.c
10575         * src/folderview.c
10576         * src/summaryview.c
10577                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10578                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10579
10580 2002-07-08 [paul]       0.7.8claws55
10581
10582         * more sync with 0.7.8cvs21
10583                 see ChangeLog 2002-07-08
10584
10585 2002-07-08 [paul]       0.7.8claws54
10586
10587         * sync with 0.7.8cvs21
10588                 see ChangeLog 2002-07-08
10589
10590 2002-07-07 [alfons]     0.7.8claws53
10591
10592         * src/Makefile.am
10593         * src/stock_pixmap.[ch]
10594         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10595         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10596         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10597                 add new pixmaps for upcoming notice pane
10598
10599 2002-07-06 [melvin]     0.7.8claws52
10600
10601         * src/gtkspell.[ch]
10602                 Made them a bit closer to Sylpheed's coding style.
10603                 Removed old code.
10604                 Removed possible memory leaks when some errors occurs.
10605
10606 2002-07-06 [melvin]     0.7.8claws51
10607
10608         * po/Makefile.in.in
10609                 Removed --no-location in xgettext command line to help
10610                 translators that use Emacs' po-mode
10611         * src/quote_fmt.c
10612                 Removed unnecessary comments that messed up sylpheed.pot
10613
10614 2002-07-06 [paul]       0.7.8claws50
10615
10616         * sync with 0.7.8cvs19
10617                 see ChangeLog 2002-07-05
10618
10619 2002-07-06 [christoph]  0.7.8claws49
10620
10621         * src/folder.c
10622         * src/mainwindow.c
10623                 fix folder_item_remove_all_msg and folderview
10624                 status for trash folders after emptying trash
10625
10626 2002-07-05 [paul]       0.7.8claws48
10627
10628         * sync with 0.7.8cvs16
10629                 see ChangeLog 2002-07-04 and 2002-07-05
10630
10631 2002-07-04 [paul]       0.7.8claws47
10632
10633         * sync with 0.7.8cvs14
10634                 see  ChangeLog 2002-07-04
10635
10636 2002-07-03 [alfons]     0.7.8claws46
10637
10638         * src/folder.c
10639                 dupe folder item's path because it's being reallocated
10640                 by new folder scanning code
10641
10642 2002-07-03 [christoph]  0.7.8claws45
10643
10644         * src/imap.c
10645                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10646         * src/msgcache.c
10647                 add missing return in msgcache_write
10648
10649 2002-07-02 [thorsten]   0.7.8claws44
10650
10651         * src/jpilot.c
10652         * src/msgcache.c
10653         * src/rfc2015.c
10654                 use binary mode for file access
10655
10656 2002-07-02 [christoph]  0.7.8claws43
10657
10658         * major code cleanup (part 1)
10659         
10660                 - unused variables removed
10661                 - unused functions removed
10662                 - uninitialized variables checked
10663                 - missing return statements added
10664                 - missing function return types added
10665                 - added parentheses around assignment and
10666                   && in || when suggested by gcc
10667               
10668         * src/mh.c
10669         * src/folder.c
10670                 replaced direct calls to folder->scan_tree
10671                 with folder_scan_tree and restore folder
10672                 prefs in this function. The folder should
10673                 not have to deal with them.
10674                 ( Should now work for all folder types )
10675
10676 2002-07-02 [paul]       0.7.8claws42
10677
10678         * sync with 0.7.8cvs13
10679                 see ChangeLog 2002-07-01 and 2002-07-02
10680
10681 2002-07-01 [christoph]  0.7.8claws41
10682
10683         * src/summaryview.c
10684                 fix "goto next/prev unread message" with
10685                 ignored threads
10686
10687 2002-07-01 [paul]       0.7.8claws40
10688
10689         * po/es.po
10690                 updated by Ricardo Mones Lastra
10691
10692 2002-06-30 [match]      0.7.8claws39
10693
10694         * src/jpilot.c
10695                 applied variation of leonerd's patch (566661) to
10696                 allow multiple email addresses per JPilot entry.
10697                 addresses may be separated by space, comma, pipe,
10698                 semi-colon, new-line.
10699
10700 2002-06-30 [alfons]     0.7.8claws38
10701
10702         * src/procmsg.c
10703                 simple fix for putting older nodes before
10704                 newer nodes when threading by subject
10705
10706 2002-06-30 [christoph]  0.7.8claws37
10707
10708         * src/folder.c
10709         * src/folderview.c
10710         * src/mh.c
10711         * src/news.c
10712         * src/procmsg.c
10713                 fix broken folder tree rescaning
10714                 and don't use procmsg_get_mark_sum
10715                 anymore
10716
10717 2002-06-30 [christoph]  0.7.8claws36
10718
10719         * merge new cache branch
10720         * src/imap.c
10721                 fix new cache imap copy bug
10722         * src/folder.c
10723                 improved folder_item_scan
10724                 it should now always set the correct
10725                 new, unread and total message counts
10726
10727 2002-06-29 [paul]       0.7.8claws35
10728
10729         * configure.in
10730                 correct syntax error
10731
10732 2002-06-29 [paul]       0.7.8claws34
10733
10734         * configure.in
10735           Makefile.am
10736           man/Makefile.am       ** NEW FILE **
10737           man/sylpheed.1.gz     ** NEW FILE **
10738                 add Sylpheed man page
10739
10740 2002-06-29 [paul]       0.7.8claws33
10741
10742         * po/pt_BR.po
10743                 updated by Fabio Junior Beneditto
10744
10745 2002-06-28 [jens]       0.7.8claws32
10746
10747         * po/de.po
10748                 translation updated
10749
10750         * src/selective_download.c
10751                 removed gettext for space " "
10752
10753         * src/imap.c
10754                 removed wrong space
10755
10756 2002-06-28 [paul]       0.7.8claws31
10757
10758         * sync with 0.7.8cvs11
10759                 see ChangeLog 2002-06-28
10760
10761 2002-06-28 [paul]       0.7.8claws30
10762
10763         * sync with 0.7.8cvs10
10764                 see ChangeLog 2002-06-27 and 2002-06-28
10765
10766 2002-06-26 [paul]       0.7.8claws29
10767
10768         * src/addrgather.c
10769           src/selective_download.c
10770                 don't gettextise empty strings.
10771                 reserved by gettext. gettext("") returns 
10772                 the header entry with meta information, 
10773                 not the empty string
10774
10775         * po/en_GB.po
10776                 updated
10777
10778 2002-06-26 [paul]       0.7.8claws28
10779
10780         * sync with 0.7.8cvs7
10781                 see ChangeLog 2002-06-25
10782
10783         * src/prefs_common.c
10784                 ...and in the process, tweak the gui a little
10785
10786 2002-06-25 [alfons]     0.7.8claws27
10787         
10788         * configure.in
10789         * src/Makefile.am
10790                 fine tune ldap library detection
10791
10792 2002-06-25 [alfons]     0.7.8claws26
10793
10794         * src/compose.c
10795                 don't allow return receipts when composing a news article
10796
10797 2002-06-25 [paul]       0.7.8claws25
10798
10799         * Makefile.am
10800                 add '$(AMTAR)' to 'release' section to allow for
10801                 new and older autotools
10802
10803 2002-06-25 [paul]       0.7.8claws24
10804
10805         * src/summaryview.c
10806                 fix "No more unread messages" persistant pop-up
10807                 window bug
10808
10809 2002-06-25 [paul]       0.7.8claws23
10810
10811         * po/it.po
10812                 updated by Alessandro Maestri
10813
10814 2002-06-25 [paul]       0.7.8claws22
10815
10816         * sync with 0.7.8cvs6
10817                 see ChangeLog 2002-06-25
10818
10819 2002-06-24 [paul]       0.7.8claws21
10820
10821         * tools/update-po
10822                 add GPL copyright information
10823
10824 2002-06-24 [paul]       0.7.8claws20
10825
10826         * tools/Makefile.am
10827           tools/README
10828           tools/update-po       ** NEW FILE **
10829                 add script that eases the creation of *.po files
10830                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10831
10832 2002-06-23 [alfons]     0.7.8claws19
10833
10834         * src/messageview.c
10835                 make notification_convert_header obey const correctness
10836                 (next step will be fixing the broken return receipt)
10837
10838 2002-06-23 [paul]       0.7.8claws18
10839
10840         * src/messageview.c
10841                 fix bug introduced in last commit:
10842                 removed too much code in last commit - put back what's
10843                 needed
10844
10845 2002-06-23 [paul]       0.7.8claws17
10846
10847         * src/messageview.[ch]
10848                 remove code committed in error from locally patched
10849                 source
10850
10851 2002-06-23 [colin]      0.7.8claws16
10852
10853         * src/compose.[ch]
10854                 add compose_entry_select(), used to select the default_to
10855                 email address - hopefully avoiding people sending mails to
10856                 wrong recipients.
10857
10858 2002-06-22 [alfons]     0.7.8claws15
10859
10860         * AUTHORS
10861                 add Bram Metsch & Stanislav Karchebny
10862         * src/smtp.[ch]
10863         * src/prefs_account.[ch]
10864         * src/send.c
10865                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10866                   options.  (see <http://sourceforge.net/tracker/index.php
10867                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10868
10869                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10870                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10871
10872 2002-06-22 [paul]       0.7.8claws14
10873
10874         * sync with 0.7.8cvs5
10875                 see ChangeLog 2002-06-19 and 2002-06-20
10876
10877 2002-06-22 [alfons]     0.7.8claws13
10878
10879         * src/selective_download.c
10880                 fix a stupid mistake I made
10881
10882 2002-06-22 [alfons]     0.7.8claws12
10883
10884         * src/selective_download.[ch]
10885                 fix another unnoticed leak; cleanup code
10886
10887 2002-06-21 [alfons]
10888
10889         * tools/Makefile.am
10890                 gpg-sign <-- gpg-sign-syl
10891
10892 2002-06-21 [alfons]     0.7.8claws11
10893
10894         * src/selective_download.c
10895         * src/selective_download.h
10896                 fix assorted mix of allocation errors (should solve
10897                 problem reported by Philippe Gramoullé, see:
10898                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10899
10900 2002-06-20 [melvin]     0.7.8claws10
10901
10902         * tools/gpg-sign *REMOVED*
10903           tools/gpg-sign-syl *ADDED*
10904                 Replaced the gpg clearsigning script with the version using
10905                 xterm instead of ssh-askpass and changed its name.
10906
10907         * README.claws
10908                 Updated actions example to reflect the renaming of the
10909                 gpg clearsigning script.
10910
10911 2002-06-19 [paul]       0.7.8claws9
10912
10913         * sync with 0.7.8claws9
10914                 see ChangeLog 2002-06-18 and 2002-06-19
10915
10916 2002-06-19 [paul]       0.7.8claws8
10917
10918         * sync with 0.7.8cvs1
10919                 see ChangeLog 2002-06-18
10920
10921 2002-06-18 [alfons]     0.7.8claws7
10922
10923         * src/mainwindow.h
10924                 add omitted prototype
10925
10926 2002-06-17 [paul]       0.7.8claws6
10927
10928         * src/mainwindow.c
10929                 fix hiding of exec_btn
10930
10931 2002-06-17 [paul]       0.7.8claws5
10932
10933         * src/pop.c
10934                 remove unneeded code: should_delete() 
10935                 and Pop3State::uidl_todelete_list
10936
10937 2002-06-17 [paul]       0.7.8claws4
10938
10939         * sync with 0.7.8
10940                 see ChangeLog 2002-06-11 and 2002-06-13
10941
10942 2002-06-16 [alfons]     0.7.8claws3
10943         
10944         * src/folder.c
10945                 make sure lock sort mode (claws specific) is
10946                 also persists after a tree rescan
10947
10948 2002-06-16 [alfons]     0.7.8claws2
10949
10950         * src/prefs_folder_item.c
10951         * src/folder.[ch]
10952                 fix persistence of folder sort mode (broken
10953                 by adapting Hiro's new folder persistence code)
10954
10955 2002-06-16 [alfons]     0.7.8claws1
10956
10957         * AUTHORS
10958         * src/logwindow.c
10959         * src/prefscommon.[ch]
10960                 control size of log text in log window; 
10961                 closes patch #569155 submitted by Mitko Haralanov.
10962
10963 2002-06-15 [paul]       0.7.8claws
10964
10965         * release of 0.7.8claws
10966
10967 2002-06-15 [paul]       0.7.7claws
10968
10969         * po/pt_BR.po
10970                 updated by Fabio Junior Beneditto
10971
10972 2002-06-14 [paul]       0.7.6claws49
10973
10974         * po/es.po
10975                 updated by Ricardo Mones Lastra
10976
10977 2002-06-14 [paul]       0.7.6claws48
10978
10979         * po/nl.po
10980                 updated translation by Wilbert Berendsen
10981
10982 2002-06-14 [melvin]     0.7.6claws47
10983
10984         * po/fr.po
10985                 Updated French translation
10986
10987 2002-06-13 [paul]       0.7.6claws46
10988
10989         * src/filesel.c
10990                 allow filename to be typed in, rather than just
10991                 selected by the mouse. Patch by Gustavo Noronha Silva.
10992
10993 2002-06-13 [alfons]     0.7.6claws45
10994
10995         * src/mainwindow.[ch]
10996                 more cleanups (removing unnecessary menu items Expand 
10997                 summary / message view)
10998
10999 2002-06-13 [melvin]     0.7.6claws44
11000
11001         * po/POTFILES.in
11002                 Added src/string_match.c
11003         * src/string_match.c
11004                 Fixed possible buffer overflow.
11005                 Corrected typo.
11006                 Added missing config.h header.
11007         * src/prefs_common.c
11008           src/prefs_matcher.c
11009           src/prefs_scoring.c
11010                 Made some strings translatable (missing _(..)).
11011
11012 2002-06-13 [melvin]     0.7.6claws43
11013
11014         * README.claws
11015                 Corrected action example (verifying clearsigned mail).
11016         * src/prefs_account.c
11017                 Corrected typo.
11018         * src/prefs_common.c
11019                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11020
11021 2002-06-12 [alfons]     0.7.6claws42
11022
11023         * src/summaryview.c
11024                 add init of score column lost in 0.7.6claws42
11025
11026 2002-06-12 [paul]       0.7.6claws41
11027
11028         * src/prefs_account.c
11029                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11030                 behavior of the radio buttons, (from 0.7.7cvs2)
11031
11032 2002-06-11 [alfons]     0.7.6claws40
11033
11034         * src/messageview.[ch]
11035         * src/summaryview.[ch]
11036         * src/summary_search.c
11037         * src/mainwindow.c
11038                 perform a sync to bring in Hiro's separate view implementation 
11039
11040                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11041
11042 2002-06-11 [paul]       0.7.6claws39
11043         
11044         * src/prefs_account.c
11045                 correct a typo on the Receive tab
11046
11047 2002-06-10 [match]      0.7.6claws38
11048
11049         * src/addressbook.c
11050                 Included address completion patch from Gustavo Noronha.
11051
11052 2002-06-10 [paul]       0.7.6claws37
11053
11054         * src/inc.[ch]
11055           src/pop.c
11056           src/prefs_account.[ch]
11057           src/selective_download.[ch]
11058                 apply PATCH #561712
11059                  NEW:
11060                 - check if POP Account
11061                 - Receive Button renamed to Preview
11062                 - Preview Button Popup: preview new/all messages
11063                 - Download Button
11064                 - Account Preferences-->Receive tab checkbutton if you
11065                   want to remove Mail after Download
11066                 -: default YES
11067                 - Account Preferences-->Receive tab checkbutton use
11068                   filtering rules on preview
11069                   (think of delete_on_server)
11070                 -: default YES
11071                 - Account selectable from SD dialog
11072                 - checkbutton to show already downloaded messages if
11073                   all messages are previewed
11074                 - new clist column showing Date
11075                 - ESC KEY close
11076                 FIXES:
11077                 - play ball with UIDL
11078                 - fault tolerant (?) 
11079                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11080
11081 2002-06-10 [melvin]     0.7.6claws36
11082
11083         * README.claws
11084                 Added a hint to ac/README in cvs instructions.
11085
11086         * src/prefs_actions.c
11087                 Made it possible to use a more elaborate command line
11088                 for asynchronous actions, too.
11089
11090 2002-06-10 [melvin]     0.7.6claws35
11091         
11092         * src/prefs_actions.c
11093                 Make it possible to use a more elaborate command line
11094                 (e.g. |foo|bar|cat>there;echo Done|)
11095                 Corrected error message when calling %f, %F and %p commands
11096                 from the compose window.
11097
11098 2002-06-09 [colin]      0.7.6claws34
11099
11100         * src/summaryview.c
11101                 Automatically find unread messages in current folder
11102                 before annoying the user.
11103
11104 2002-06-08 [alfons]     0.7.6claws33
11105
11106         * po/it.po
11107                 remove bad formatting string in it.po translation
11108                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11109
11110 2002-06-08 [paul]       0.7.6claws32
11111
11112         * sync with 0.7.6cvs25
11113                 see ChangeLog 2002-06-07
11114
11115 2002-06-05 [paul]       0.7.6claws31
11116
11117         * src/mainwindow.c
11118                 add 'Sort by locked' and 'Sort by score'
11119
11120 2002-06-05 [paul]       0.7.6claws30
11121
11122         * sync with 0.7.6cvs24
11123                 see ChangeLog 2002-06-04
11124
11125 2002-06-04 [paul]       0.7.6claws29
11126
11127         * po/pt_BR.po
11128                 updated by Fabio Junior Beneditto
11129
11130 2002-06-03 [thorsten]   0.7.6claws28
11131
11132         * src/matcher.c
11133                 fclose() matcherrc after reading
11134
11135 2002-06-03 [paul]       0.7.6claws27
11136
11137         * sync with 0.7.6cvs21
11138                 see ChangeLog 2002-05-31
11139
11140 2002-05-31 [paul]       0.7.6claws26
11141
11142         * sync with 0.7.6cvs20
11143                 see ChangeLog 2002-05-29 and 2002-05-30
11144
11145 2002-05-31 [paul]       0.7.6claws25
11146
11147         * src/imap.c
11148                 hopefully fix last buggy sync
11149
11150         * README.claws
11151                 correct typo in 'Actions' examples
11152
11153 2002-05-29 [paul]       0.7.6claws24
11154
11155         * sync with 0.7.6cvs18
11156                 see ChangeLog 2002-05-28 and 2002-05-29
11157
11158         * src/news.c
11159           src/nntp.[ch]
11160                 sync with above 
11161
11162 2002-05-28 [paul]       0.7.6claws23
11163
11164         * sync with 0.7.6cvs16
11165                 see ChangeLog 2002-05-28
11166
11167 2002-05-27 [thorsten]   0.7.6claws22 
11168
11169         * faq/it/sylpheed-faq-1.html
11170           faq/it/sylpheed-faq-2.html
11171           faq/it/sylpheed-faq-3.html
11172           faq/it/sylpheed-faq.html
11173                 corrected DOS lineendings
11174         * faq/de/sylpheed-faq-1.html
11175           faq/de/sylpheed-faq-2.html
11176           faq/en/sylpheed-faq-1.html
11177           faq/en/sylpheed-faq-2.html
11178           faq/en/sylpheed-faq-3.html
11179           faq/es/sylpheed-faq-1.html
11180           faq/es/sylpheed-faq-2.html
11181           faq/es/sylpheed-faq-3.html
11182           faq/fr/sylpheed-faq-1.html
11183           faq/it/sylpheed-faq-1.html
11184           faq/it/sylpheed-faq-2.html
11185           faq/it/sylpheed-faq-3.html
11186           faq/it/sylpheed-faq.html
11187                 changed ">" to &quot;
11188
11189 2002-05-27 [paul]       0.7.6claws21
11190         
11191         * sync with 0.7.6cvs15
11192                 see ChangeLog 2002-05-27
11193
11194 2002-05-27 [paul]       0.7.6claws20
11195
11196         * src/prefs_account.c
11197                 correct a typo
11198
11199 2002-05-26 [paul]       0.7.6claws19
11200
11201         * tools/README
11202                 correct a typo
11203
11204 2002-05-25 [paul]       0.7.6claws18
11205
11206         * tools/README
11207                 add description of kmail2sylpheed.pl
11208
11209 2002-05-25 [paul]       0.7.6claws17
11210
11211         * tools/kmail2sylpheed.pl       ** NEW FILE **
11212                 perl script that converts an exported Kmail address
11213                 book, converts it to sylpheed addressbook file,
11214                 writes the file to .sylpheed, and updates
11215                 addrbook--index.xml 
11216
11217 2002-05-25 [paul]       0.7.6claws16
11218
11219         * sync with 0.7.6cvs14
11220                 see ChangeLog 2002-05-23
11221
11222 2002-05-24 [paul]       0.7.6claws15
11223
11224         * README.claws
11225                 make a correction and add some more info
11226
11227 2002-05-24 [paul]       0.7.6claws14
11228
11229         * src/compose.c
11230                 fix memory leak in 
11231                 compose_redirect_write_headers_from_headerlist()
11232                 add Subject and Resent-Message-ID to
11233                 compose_redirect_write_headers()
11234                 Received, Subject, and X-UIDL are filtered out in 
11235                 compose_redirect_write_to_file()
11236
11237 2002-05-23 [paul]       0.7.6claws13
11238
11239         * src/compose.[ch]
11240           src/filtering.c
11241           src/mainwindow.c
11242           src/matcher.[ch]
11243           src/matcher_parser_lex.l
11244           src/matcher_parser_parse.y
11245           src/prefs_common.[ch]
11246           src/prefs_filtering.c
11247           src/summaryview.c
11248                 rename 'Bounce' to 'Redirect'
11249
11250 2002-05-23 [paul]       0.7.6claws12
11251
11252         * more sync with 0.7.6cvs13
11253           src/compose.c
11254                 see ChangeLog 2002-05-22
11255
11256 2002-05-22 [paul]       0.7.6claws11
11257
11258         * sync with 0.7.6cvs13
11259           src/codeconv.c
11260                 see ChangeLog 2002-05-20
11261           src/prefs_common.c
11262                 see ChangeLog 2002-05-22
11263
11264 2002-05-21 [melvin]     0.7.6claws10
11265
11266         * src/folderview.c
11267                 Added missing filtering and scoring headers
11268                 Fixed bad function call that showed garbage 
11269                 in Folder->Processing
11270
11271 2002-05-21 [paul]       0.7.6claws9
11272
11273         * tools/Makefile.am
11274                 make all tools executable, (patch by Alfons).
11275
11276 2002-05-20 [alfons]     0.7.6claws8
11277
11278         * src/procheader.c
11279                 don't forget to call mktime() so we have a valid week 
11280                 and year day
11281                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11282
11283 2002-05-20 [paul]       0.7.6claws7
11284
11285         * src/html.c
11286                 fix broken parsing of urls
11287         * src/textview.c
11288                 fix displaying of urls
11289
11290                 both fixes from the patch [547855] by Eugene 
11291                 Brevdo (zonem)
11292
11293 2002-05-19 [alfons]     0.7.6claws6
11294
11295         * configure.in
11296                 make sylpheed configure correctly with the latest
11297                 and greatest of automake / autoconf / gettext
11298
11299 2002-05-19 [alfons]     0.7.6claws5
11300
11301         * src/procheader.c
11302         * src/procheader.h
11303                 add function for returning ime zone offset
11304         * src/quote_fmt.c
11305         * src/quote_fmt_parse.y
11306                 better quotation formatting - does not convert
11307                 to local time, but uses the original date string.
11308                 
11309                 Note: %z inserts the timezone offset (should 
11310                 work also on platforms where strftime does not
11311                 support %z).
11312
11313 2002-05-18 [christoph]  0.7.6claws4
11314
11315         * src/summaryview.c
11316                 fix indentation of some code
11317         * tools/Makefile.am
11318                 fix spaces after \
11319         * src/Makefile.am
11320                 add missing \
11321                 correct path for ignorethread.xpm
11322                 incorrect filename for sylpheed_logo.xpm
11323                 add missing include matcher_parser_parse.h
11324
11325 2002-05-18 [paul]       0.7.6claws3
11326
11327         * sync with 0.7.6cvs8
11328                 see ChangeLog 2002-05-16 and 2002-05-17
11329
11330 2002-05-18 [melvin]     0.7.6claws2
11331
11332         * README.claws
11333                 Corrected an action's definition and fixed some misspellings.
11334
11335 2002-05-18 [paul]       0.7.6claws1
11336
11337         * tools/Makefile.am
11338           tools/gpg-sign        ** new file **
11339           tools/uudec           ** new file **
11340                 add Melvin's Actions scripts
11341
11342         * README.claws
11343                 add Melvin's descriptions for Actions
11344
11345 2002-05-18 [paul]       0.7.6claws
11346
11347         * Version 0.7.6claws released
11348
11349 2002-05-17 [paul]       0.7.5claws32
11350
11351         * po/es.po
11352                 updated by Ricardo Mones Lastra
11353
11354 2002-05-17 [paul]       0.7.5claws31
11355
11356         * src/compose.c
11357                 fix Account prefs default folder for sent/draft/deleted
11358                 messages bug
11359
11360         * po/it.po
11361           po/nl.po
11362                 updated translation by Alessandro Maestri and
11363                 Wilbert Berendsen
11364
11365 2002-05-17 [melvin]     0.7.5claws30
11366
11367         * src/prefs_actions.c
11368                 Fixed bug where using %F not at the end of the command 
11369                 resulted in an additional empty argument being created.
11370                 Thanks to Darko Koruga for reporting the bug.
11371
11372 2002-05-17 [melvin]     0.7.5claws29
11373
11374         * po/fr.po
11375                 Updated French translations.
11376
11377 2002-05-15 [paul]       0.7.5claws28
11378         
11379         * po/es.po
11380                 updated by Ricardo Mones Lastra
11381
11382 2002-05-15 [paul]       0.7.5claws27
11383
11384         * sync with 0.7.6cvs4
11385                 see ChangeLog 2002-05-14 and 2002-05-15
11386
11387 2002-05-14 [paul]       0.7.5claws26
11388
11389         * sync with 0.7.6cvs1
11390                 see ChangeLog 2002-05-13
11391
11392 2002-05-13 [thorsten]   0.7.5claws25
11393
11394         * src/messageview.c
11395                 fix select_all and copy in multipart messages
11396         * src/mainwindow.c
11397                 fix select_all and copy in multipart messages
11398
11399 2002-05-12 [paul]       0.7.5claws24
11400
11401         * src/summaryview.c
11402                 reverse last commit, bug already fixed in 0.7.5claws3
11403
11404 2002-05-12 [netztorte]  0.7.5claws23
11405
11406         * src/summaryview.c
11407                 dont parse empty addressbook (checked in before claws20)
11408
11409 2002-05-12 [melvin]     0.7.5claws22
11410
11411         * src/procmsg.[ch]
11412                 Removed unneeded priority code introduced by the previous 
11413                 commit.
11414
11415 2002-05-12 [melvin]     0.7.5claws21
11416
11417         * src/compose.[ch]
11418                 Added possibility to set message's priority.
11419         * src/procmsg.[ch]
11420                 Added possibility to set message's priority.
11421                 Added missing headers
11422
11423 2002-05-12 [melvin]     0.7.5claws20
11424
11425         * src/prefs_actions.c
11426                 Removed implicitely added quotes around the name
11427                 of the temporary files of mime parts.
11428
11429 2002-05-12 [paul]       0.7.5claws19
11430
11431         * sync with 0.7.5cvs20
11432                 see ChangeLog 2002-05-11
11433
11434 2002-05-12 [alfons]     0.7.5claws18
11435
11436         * src/quote_fmt_lex.l
11437         * src/quote_fmt_parse.y
11438                 allow quote / reply date & time format to be set using
11439                 %D{format}. format is a format string you'd pass to
11440                 strftime() (see man strftime, or the Display tab |
11441                 Date format setting).
11442
11443                 Currently %D converts the date to local time. 
11444
11445 2002-05-11 [paul]       0.7.5claws17
11446
11447         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11448                 see ChangeLog 2002-05-10 and 2002-05-11
11449
11450 2002-05-10 [paul]       0.7.5claws16
11451
11452         * sync with 0.7.5cvs16
11453                 see ChangeLog entries 2002-05-09 and 
11454                 2002-05-10
11455
11456 2002-05-10 [colin]      0.7.5claws15
11457
11458         * src/textview.c
11459                 Corrected a bug that prevented sylpheed to open
11460                 double-clicked URIs.
11461
11462 2002-05-09 [paul]       0.7.5claws14
11463
11464         * sync with 0.7.5cvs14
11465                 see ChangeLog 2002-05-08 and 2002-05-09
11466
11467 2002-05-08 [paul]       0.7.5claws13
11468
11469         * sync with 0.7.5cvs11
11470                 see ChangeLog entry 2002-05-08
11471
11472 2002-05-08 [paul]       0.7.5claws12
11473
11474         * src/mainwindow.c
11475           src/textview.[ch]
11476                 fix segfault on View->Open in new window
11477                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11478
11479 2002-05-07 [paul]       0.7.5claws11
11480
11481         * sync with 0.7.5cvs9
11482                 see ChangeLog entry 2002-05-07
11483
11484 2002-05-06 [paul]       0.7.5claws10
11485
11486         * src/messageview.c
11487           src/textview.c
11488                 display url in statusbar on single-click
11489                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11490
11491 2002-05-06 [match]      0.7.5claws9
11492
11493         * src/addritem.[ch]
11494                 new functions.
11495         * src/addrcache.c
11496                 tidy up.
11497         * src/xmlprops.[ch]
11498                 XML implementation of properties file.
11499         * src/exporthtml.[ch]
11500         * src/expthtmldlg.[ch]
11501         * src/addressbook.c
11502                 export to HTML.
11503
11504 2002-05-02 [sergey]     0.7.5claws8
11505
11506         * src/mainwindow.c (mainwin_entries),
11507           src/prefs_common.c (prefs_send_create()),
11508           src/codeconv.c (locale_table):
11509                 use charset name "Windows-1251" instead of "CP1251".
11510
11511 2002-05-02 [colin]      0.7.5claws7
11512         
11513         * src/compose.c
11514           src/prefs_common.c
11515           src/prefs_folder_item.c
11516                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11517
11518 2002-05-02 [hiro]       0.7.5claws6
11519
11520         * src/imap.c
11521                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11522
11523 2002-05-02 [paul]       0.7.5claws5
11524
11525         * src/compose.c
11526                 more sync with 0.7.5cvs7, see ChangeLog entry
11527                 2002-05-02
11528
11529 2002-05-02 [hiro]       0.7.5claws4
11530
11531         * src/compose.c
11532                 compose_queue_sub():
11533                 check if queue folder exists (closes #550397).
11534                 removed directory creation since it should be handled
11535                 transparently.
11536         * src/imap.c
11537                 imap_add_msg(): return UID for appended message
11538                 (closes #548842).
11539
11540 2002-04-30 [paul]       0.7.5claws3
11541
11542         * src/summaryview.c
11543                 fix account_find_from_address() bug
11544
11545 2002-04-28 [colin]      0.7.5claws2
11546
11547         * src/compose.c
11548           src/textview.c
11549           src/prefs_common.[ch]
11550           src/utils.[ch]
11551                 Added user-definable quotation characters recognition.
11552
11553 2002-04-28 [paul]       0.7.5claws1
11554
11555         * sync with 0.7.5cvs4
11556                 see ChangeLog entry  2002-04-25
11557
11558 2002-04-28 [paul]       0.7.5claws
11559
11560         * po/es.po
11561           po/nl.po
11562           po/pt_BR.po
11563                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11564                 Fabio Junior Beneditto
11565
11566 2002-04-27 [jens]       0.7.4claws103
11567
11568         * po/de.po
11569                 updated German translation.
11570
11571 2002-04-27 [hiro]       0.7.4claws102
11572
11573         * src/summaryview.c
11574                 summary_write_cache(): fixed the mark loss of hidden messages.
11575
11576 2002-04-26 [melvin]     0.7.4claws101
11577
11578         * src/procmsg.c
11579                 fixed a second typo (same one)
11580         * po/fr.po
11581           po/it.po
11582           po/pt_BR.po
11583                 fixed the type again...
11584
11585 2002-04-26 [melvin]     0.7.4claws100
11586
11587         * src/procmsg.c
11588                 fixed a typo in an alert message ("temorary").
11589         * po/it.po
11590         * po/pt_BR.po
11591                 corrected the typo  described above.
11592         * po/fr.po
11593                 updated French translation.
11594
11595 2002-04-26 [darko]      0.7.4claws99
11596
11597         * src/summaryview.c
11598                 fix target folder colorization
11599
11600 2002-04-25 [paul]       0.7.4claws98
11601
11602         * po/it.po
11603                 updated by Alessandro Maestri
11604
11605 2002-04-24 [colin]      0.7.4claws97
11606         
11607         * src/compose.c
11608                 Fixed double "subject is empty" question.
11609
11610 2002-04-23 [colin]      0.7.4claws96
11611         
11612         * src/mimeview.c
11613                 Corrected issue when "automatically display images" was
11614                 not set : first image remained after selecting second.
11615
11616 2002-04-23 [melvin]     0.7.4claws95
11617
11618         * src/prefs_actions.c
11619                 Don't display in/out dialog if there is nothing to show.
11620
11621 2002-04-23 [paul]       0.7.4claws94
11622
11623         * sync with 0.7.5cvs3
11624                 bug fixes: see ChangeLog entry 2002-04-23
11625
11626 2002-04-22 [darko]      0.7.4claws93
11627
11628         * src/compose.c
11629                 fix previous check-in which changed code after
11630                 merge from main
11631
11632 2002-04-22 [paul]       0.7.4claws92
11633
11634         * faq/de/*
11635                 add German FAQ
11636         * faq/en/*
11637           faq/es/*
11638           faq/fr/*
11639                 update English, Spanish and French FAQs
11640         * manual/de/*
11641           manual/es/*
11642                 add German and Spanish manuals
11643         * manual/en/*
11644           manual/fr/*
11645                 update English and French manuals
11646
11647         * src/Makefile.am
11648                 add to and re-arrange the pixmap entries
11649
11650 2002-04-22 [darko]      0.7.4claws91
11651
11652         * src/compose.c
11653                 fix sender initials recognition to only allow
11654                 '>' after the initials
11655
11656 2002-04-21 [paul]       0.7.4claws90
11657
11658         * sync with 0.7.5 release
11659                 see ChangeLog entry 2002-04-21
11660
11661 2002-04-21 [alfons]
11662
11663         * src/Makefile.am
11664                 add colin's new pixmaps to EXTRA_DIST
11665
11666 2002-04-21 [colin]      0.7.4claws89
11667         * src/compose.c
11668         * src/inc.c
11669         * src/mainwindow.[ch]
11670         * src/prefs_common.[ch]
11671         * src/stock_pixmap.[ch]
11672                 Added "Work offline" ability.
11673
11674 2002-04-21 [colin]      0.7.4claws88
11675         
11676         * src/mimeview.c
11677         * src/prefs_common.c
11678         * src/prefs_common.h
11679         * src/textview.c : Added an option to common preferences -> display
11680           to allow user not to automatically display images.
11681
11682 2002-04-21 [paul]       0.7.4claws87
11683
11684         * sync with 0.7.4cvs52
11685                 see ChangeLog entry 2002-04-21 (src/imap.c)
11686
11687 2002-04-21 [paul]       0.7.4claws86
11688
11689         * sync with 0.7.4cvs51
11690                 see ChangeLog entry 2002-04-21
11691
11692 2002-04-21 [paul]       0.7.4claws85
11693
11694         * sync with 0.7.4cvs49
11695                 see ChangeLog entries 2002-04-20 and 2002-04-21
11696
11697         * src/Makefile.am
11698                 clean up: remove old 'stock_' element from xpm 
11699                 filenames.
11700
11701 2002-04-21 [alfons]     0.7.4claws84
11702
11703         apply sync patch from Paul
11704
11705         * src/folderview.c
11706                 use old claws prefs_folder_item_create() for now
11707
11708 2002-04-19 [match]      0.7.4claws83
11709
11710         * src/addressbook.[ch]
11711         * src/addrharvest.[ch]
11712         * src/addrgather.[ch]
11713                 recurse folders.
11714         * src/mainwindow.c
11715         * src/summaryview.[ch]
11716                 change menu option.
11717
11718 2002-04-19 [paul]       0.7.4claws82
11719
11720         * po/pt_BR.po
11721                 updated by Fabio Junior Beneditto
11722
11723 2002-04-14 [alfons]     0.7.4claws81
11724
11725         * src/passphrase.c
11726                 add #include <sys/types.h> for mode_t and off_t 
11727
11728 2002-04-13 [paul]       0.7.4claws80
11729         
11730         * src/main.c
11731           src/passphrase.[ch]
11732           src/pgptext.c
11733           src/prefs_common.[ch]
11734           src/rfc2015.c
11735                 enable storing of GnuPG passphrase for the whole 
11736                 session or a user-defined number of minutes. patch 
11737                 submitted by Ravemax <ravemax@dextrose.com>
11738
11739 2002-04-13 [alfons]     0.7.4claws79
11740
11741         * src/textview.c
11742                 make email parser also stop scanning when encountering separators
11743                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11744
11745 2002-04-13 [paul]       0.7.4claws78
11746
11747         * sync with 0.7.4cvs39
11748                 see ChangeLog entry 2002-04-12
11749
11750 2002-04-11 [paul]       0.7.4claws77
11751
11752         * sync with 0.7.4cvs37
11753                 see ChangeLog entry 2002-04-11
11754
11755 2002-04-11 [paul]       0.7.4claws76
11756
11757         * COPYING 
11758                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11759                 the clause for OpenSSL). sync with sylpheed main
11760
11761 2002-04-09 [melvin]     0.7.4claws75
11762
11763         * src/compose.c
11764                 Made 'Ctrl-Enter' on send ignore some modifiers 
11765                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11766                 to bind other *-Enter (but not Alt-Enter).
11767
11768 2002-04-09 [paul]       0.7.4claws74
11769
11770         * sync with 0.7.4cvs35
11771                 see ChangeLog entries 2002-04-09
11772
11773 2002-04-08 [paul]       0.7.4claws73
11774
11775         * sync with 0.7.4cvs33
11776                 see ChangeLog entry 200-04-08
11777
11778 2002-04-07 [match]      0.7.4claws72
11779
11780         * src/addrharvest.[ch]
11781                 fixed to read all addresses in header, regardless
11782                 of header size. improved name parsing. accommodate
11783                 harvest from folders and selected message.
11784         * src/addritem.[ch]
11785                 included new address parsing function.
11786         * src/addrgather.[ch]
11787         * src/addressbook.[ch]
11788         * src/summaryview.[ch]
11789         * src/mainwindow.c
11790                 allow address harvest of folder as well as selected
11791                 messages.
11792
11793 2002-04-07 [paul]       0.7.4claws71
11794
11795         * src/esmtp.[ch]
11796           src/smtp.c
11797                 don't try to authenticate with CRAM-MD5 in SMTP when 
11798                 SMTP-AUTH enabled if MTA doesn't issue this 
11799                 auth-method in it's ehlo-response. bug item #531364,
11800                 patch item #938910. patch submitted by Colin Leroy 
11801                 <colin@colino.net>
11802
11803 2002-04-07 [paul]       0.7.4claws70
11804
11805         * src/nntp.c
11806                 fix missing MODE_READER bug. patch submitted by
11807                 Colin Leroy <colin@colino.net>
11808
11809 2002-04-07 [alfons]     0.7.4claws69
11810
11811         * src/matcher.[ch]
11812         * src/prefs_filtering.c
11813         * src/summaryview.c
11814                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11815                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11816
11817 2002-04-07 [paul]       0.7.4claws68
11818
11819         * sync with 0.7.4cvs32
11820                 see ChangeLog entry 2002-04-06
11821
11822         * tools/filter_conv.pl
11823                 more bug fixes
11824
11825 2002-04-06 [paul]       0.7.4claws67
11826
11827         * tools/filter_conv.pl
11828                 modify to be able to find the name of the first
11829                 mailbox and use that. main's filter does not
11830                 record the full path to the mailbox and therefore
11831                 can only filter to the first mailbox.
11832
11833 2002-04-05 [paul]       0.7.4claws66
11834
11835         * tools/filter_conv.pl
11836                 attempt to make the script all-encompassing and
11837                 be able to convert any main 'filter' rule thrown
11838                 at it
11839
11840 2002-04-05 [paul]       0.7.4claws65
11841
11842         * tools/filter_conv.pl
11843                 allow for collapsed folder trees
11844
11845 2002-04-05 [paul]       0.7.4claws64
11846
11847         * sync with 0.7.4cvs31
11848                 see ChangeLog entries 2002-04-05
11849
11850 2002-04-03 [paul]       0.7.4claws63
11851
11852         * sync with 0.7.4cvs29
11853                 see ChangeLog entries 2002-04-02 and 2002-04-03
11854
11855 2002-04-02 [paul]       0.7.4claws62
11856
11857         * sync with 0.7.4cvs26
11858                 see ChangeLog entry 2002-04-01
11859
11860 2002-04-02 [match]      0.7.4claws61
11861
11862         * src/pine.[ch]
11863         * src/importpine.[ch]
11864         * src/addressbook.c
11865                 import Pine address book.
11866
11867 2002-04-02 [match]      0.7.4claws60
11868
11869         * src/addrharvest.[ch]
11870                 improve address parsing of funky addresses.
11871
11872 2002-04-02 [darko]      0.7.4claws59
11873
11874         * src/compose.c
11875                 wrap on send improvements, it now recognizes quoted
11876                 initials as part of the quotation string, and it
11877                 does not join lines separated by CR
11878
11879 2002-04-01 [match]      0.7.4claws58
11880
11881         * src/mgutils.[ch]
11882                 added new functions.
11883         * src/mutt.[ch]
11884                 remove excessive duplicate address generation
11885                 on import.
11886
11887 2002-04-01 [alfons]     0.7.4claws57
11888         
11889         * src/summaryview.c
11890                 put back g_free() 
11891
11892 2002-04-01 [paul]       0.7.4claws56
11893
11894         * sync with 0.7.4cvs25
11895                 see ChangeLog entry 2002-04-01
11896
11897 2002-04-01 [alfons]     0.7.4aprilfool55
11898
11899         * src/summaryview.c
11900                 honour feature request item #537427 to allow for
11901                 displaying names from address book for sent mail also
11902
11903 2002-03-29 [paul]       0.7.4claws54
11904
11905         * src/mainwindow.c
11906           src/prefs_filtering.[ch]
11907           src/prefs_matcher.c
11908           src/summaryview.c
11909                 add 'fast filter' for claws' filtering,
11910                 /Tools/Create filter rule/... patch submitted
11911                 by Neill Miller <neillm@thecodefactory.org>
11912
11913 2002-03-29 [paul]       0.7.4claws53
11914
11915         * sync with 0.7.4cvs24
11916                 see ChangeLog entry 2002-03-29
11917
11918 2002-03-28 [paul]       0.7.4claws52
11919
11920         * sync with 0.7.4cvs23
11921                 see ChangeLog entry 2002-03-28
11922
11923 2002-03-27 [melvin]     0.7.4claws51
11924
11925         * src/prefs_actions.c
11926                 Added support to pass only one message part (as a
11927                 file) to the command using '%p'. No quotes are needed
11928                 because doubles quotes are automatically added.
11929                 Fixed bug where Sylpheed could block when waiting for
11930                 a child process to finish.
11931                 Changed the help menu to remove quotes around symbols to 
11932                 avoid misinterpretation (they must not be used).
11933
11934 2002-03-27 [melvin]     0.7.4claws50
11935
11936         * src/inc.c
11937                 Made the new mail notification command always 
11938                 execute asynchronously.
11939
11940 2002-03-27 [paul]       0.7.4claws49
11941
11942         * src/compose.c
11943                 fix bug introduced in last commit
11944
11945 2002-03-27 [paul]       0.7.4claws48
11946
11947         * sync with 0.7.4cvs21
11948                 see ChangeLog 2002-03-26 and 2002-03-27
11949
11950 2002-03-26 [hoa]        0.7.4claws47
11951
11952         * src/prefs_folder_item.c
11953                 really fixed the bug #516442 with folder rescan.
11954
11955 2002-03-26 [paul]       0.7.4claws46
11956
11957         * sync with 0.7.4cvs19
11958                 see ChangeLog entries 2002-03-25 and 2002-03-26
11959
11960 2002-03-25 [hoa]        0.7.4claws45
11961
11962         * src/matcher.c
11963         * src/mh.c
11964                 fix the bug #516442 with folder rescan.
11965
11966         * src/prefs_common.[ch]
11967         * src/compose.c
11968                 added an option to enable two different behaviours
11969                 for bounce.
11970
11971
11972 2002-03-25 [paul]       0.7.4claws44
11973
11974         * src/mainwindow.c
11975           src/selective_download.c
11976                 correct a few menuitem labels
11977
11978 2002-03-25 [christoph]  0.7.4claws43
11979
11980         * src/procmsg.c
11981                 fix non deleted tmp message in
11982                 procmsg_save_to_outbox
11983                 fix problems caused by sync with
11984                 main branch's procmsg_send_queue
11985
11986 2002-03-25 [paul]       0.7.4claws42
11987
11988         * src/quote_fmt.c
11989           src/quote_fmt_lex.l
11990           src/quote_fmt_parse.y
11991                 add Last name (%L) placeholder for quoting. 
11992                 patch submitted by Thorsten Thielen 
11993                 <thth@users.sourceforge.net>
11994
11995 2002-03-25 [paul]       0.7.4claws41
11996
11997         * src/utils.c
11998                 get full hostname. patch submitted by
11999                 Bob Woodside <rwoodside1@comcast.net>
12000
12001 2002-03-25 [paul]       0.7.4claws40
12002
12003         * src/account.c
12004           src/news.c
12005           src/nntp.[ch]
12006           src/prefs_account.[ch]
12007                 enable NNTP over SSL. patch submitted by
12008                 Pascal Jermini <pascal@infinity.hn.org>
12009
12010 2002-03-24 [paul]       0.7.4claws39
12011
12012         * src/prefs_common.c
12013                 make the arrangement of the Compose tab more
12014                 coherent
12015
12016         * src/mainwindow.c
12017                 fix some irregularities of style
12018
12019         * po/de.po
12020                 updated by Kilian Krause
12021
12022 2002-03-23 [paul]       0.7.4claws38
12023
12024         * po/pt_BR.po
12025                 updated by Fabio Junior Beneditto
12026
12027 2002-03-23 [paul]       0.7.4claws37
12028
12029         * src/mainwindow.c
12030                 move 'Gather addresses' to 'Tools' menu
12031                 make 'Selective download' sensitive
12032
12033 2002-03-23 [paul]       0.7.4claws36
12034
12035         * sync with 0.7.4cvs16
12036                 see ChangeLog entries 2002-03-23
12037
12038 2002-03-22 [christoph]  0.7.4claws35
12039
12040         * src/quote_fmt_parse.y
12041                 fix include program output
12042
12043 2002-03-22 [alfons]     0.7.4claws34
12044
12045         * src/pop.c
12046                 initialize GDate stack variable correctly (sorry!)
12047
12048 2002-03-22 [paul]       0.7.4claws33
12049
12050         * src/compose.c
12051           src/mainwindow.c
12052           src/prefs_actions.c
12053           src/prefs_common.c
12054                 rename 'Tool' to 'Tools'
12055
12056         * src/mainwindow.c
12057                 move 'Delete duplicated messages' from
12058                 'Message/' to 'Tools/'
12059                 re-arrange the order of 'Tools/' items
12060
12061 2002-03-22 [paul]       0.7.4claws32
12062
12063         * src/addr_compl.c
12064           src/addressbook.[ch]
12065                 auto-address completion now also matches on
12066                 Nickname. patch submitted by Bob Forsman 
12067                 <hammor@users.sourceforge.net>
12068
12069         * src/editaddress.c
12070                 correct a spelling mistake
12071
12072 2002-03-22 [alfons]     0.7.4claws31
12073
12074         * src/pop.c
12075                 fix getting uidl from incorrect string 
12076                 (spotted by Colin)
12077
12078 2002-03-21 [alfons]     0.7.4claws30
12079
12080         * src/pop.c
12081                 more code refactoring
12082                 plug mem leak introduced by delete on server
12083
12084 2002-03-21 [paul]       0.7.4claws29
12085
12086         * sync with 0.7.4cvs11
12087                 see ChangeLog entries 2002-03-20
12088
12089 2002-03-20 [alfons]     0.7.4claws28
12090
12091         * src/inc.c
12092                 apply Colin's patch and refactor
12093
12094 2002-03-20 [paul]       0.7.4claws27
12095
12096         * sync with sylpheed 0.7.4cvs9
12097                 see ChangeLog entry 2002-03-20
12098
12099 2002-03-19 [christoph]  0.7.4claws26
12100
12101         * src/mh.c
12102         * src/procmsg.[ch]
12103         * src/summaryview.c
12104                 revert changes for flag updates
12105                 (does not work correctly and no time to debug)
12106
12107 2002-03-20 [alfons]     0.7.4claws25
12108
12109         * src/pop.c
12110                 refactor should_delete() a little bit 
12111
12112 2002-03-19 [paul]       0.7.4claws24
12113
12114         * src/inc.[ch]
12115           src/pop.c
12116           src/prefs_account.[ch]
12117                 allow the user to leave downloaded mail on the 
12118                 server for n days. Patch submitted by Colin Leroy 
12119                 <colin@colino.net>
12120
12121 2002-02-19 [paul]       0.7.4claws23
12122
12123         * sync with sylpheed 0.7.4cvs8
12124                 see ChangeLog entries 2002-03-19
12125
12126 2002-03-18 [paul]       0.7.4claws22
12127
12128         * sync with sylpheed 0.7.4cvs6
12129                 see ChangeLog entry 2002-03-18
12130
12131 2002-03-18 [paul]       0.7.4claws21
12132
12133         * po/en_GB.po
12134                 add en_GB message catalogue
12135
12136         * src/mbox_folder.c
12137           src/prefs_account.c
12138           src/prefs_actions.c
12139                 correct a few spelling mistakes
12140
12141 2002-03-17 [alfons]     0.7.4claws20
12142
12143         * src/matcher.c
12144                 more stringent checks for NULL params when writing
12145                 filtering actions to a file
12146                 
12147 2002-03-17 [hoa]        0.7.3claws20
12148
12149         * src/news.c
12150                 fixed the count of new messages
12151
12152         * src/compose.c
12153                 fixed the "attachment properties" window
12154
12155 2002-03-17 [paul]       0.7.4claws19
12156
12157         * src/defs.h
12158           src/folder.h
12159           src/news.c
12160           src/prefs_account.[ch]
12161           src/procmsg.[ch]
12162           src/summaryview.c
12163                 automatically mark cross-posted messages as read 
12164                 and (optionally) give them a colour label
12165                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12166                 
12167
12168 2002-03-17 [paul]       0.7.4claws18
12169
12170         * sync with sylpheed 0.7.4cvs5
12171                 see ChangeLog entry 2002-03-17
12172
12173 2002-03-17 [melvin]     0.7.4claws17
12174         
12175         * src/textview.c
12176                 Worked around a gtktext 'bug': when searching for 
12177                 a text in a long message it was scrolling slowly
12178                 line by line until it hit the searched text.
12179         * po/fr.po
12180                 Updated French translation
12181
12182 2002-03-17 [melvin]     0.7.4claws16
12183
12184         * src/mainwindow.c
12185         * src/compose.c
12186         * src/prefs_actions.c
12187                 Moved "Edit/Actions" to "Tool/Actions"
12188                 Made mainwindow/compose window sensitive as soon as
12189                 no child process is running anymore even if the io dialog
12190                 is open.
12191                 Fixed a struct being initialized with a non constant char*
12192
12193 2002-03-16 [christoph]  0.7.4claws15
12194
12195         * configure.in
12196                 add --with-compiler-flags option
12197                 (only for developer hacking)
12198         * src/mh.c
12199         * src/procmsg.[ch]
12200         * src/summaryview.c
12201                 try to make folder-stats and flag handling more
12202                 independent from the summaryview. msgcounts
12203                 are only set when the folder is opened and
12204                 procmsg_msginfo_(un)set_flags will handle it
12205                 later and summaryview will get the values
12206                 from the folder.
12207
12208 2002-03-16 [paul]       0.7.4claws14
12209
12210         * src/messageview.c
12211                 fix Return-receipt. Patch submitted by Bob
12212                 Woodside <rwoodside1@comcast.net>
12213
12214 2002-03-16 [paul]       0.7.4claws13
12215
12216         * src/compose.c
12217                 fix 'dynamic' signatures, make it work again
12218                 broken during sync on 2002-03-14 (0.7.4claws2)
12219
12220 2002-03-15 [match]      0.7.4claws12
12221
12222         * src/addrharvest.[ch]
12223         * src/addrgather.[ch]
12224         * src/addressbook.[ch]
12225         * src/mainwindow.c
12226                 included address harvester feature. still some
12227                 issues with address parsing that I will fix.
12228
12229 2002-03-15 [match]      0.7.4claws11
12230
12231         * src/addrbook.[ch]
12232         * src/addrcache.[ch]
12233         * src/addressbook.[ch]
12234         * src/addrindex.c
12235         * src/editbook.c
12236         * src/importldif.c
12237         * src/importmutt.c
12238         * src/jpilot.[ch]
12239         * src/main.c
12240         * src/syldap.[ch]
12241         * src/vcard.[ch]
12242                 tidy up. fix memory leaks. moved attribs and methods
12243                 from individual interfaces to addrcache object. prep
12244                 for new stuff to come in.
12245
12246 2002-03-15 [alfons]     0.7.4claws10
12247
12248         * src/matcher.[ch]
12249         * src/matcher_parser_parse.y
12250         * src/matcher_parser_lex.l
12251         * src/prefs_matcher.c
12252                 add filtering conditions message greater than, smaller 
12253                 than, and exactly matching a size in bytes
12254                 (does not work with delete from POP3 server yet)
12255
12256                 this should also give others an idea what you should
12257                 do to add new criterions to claws filtering system
12258                 
12259
12260 2002-03-15 [paul]       0.7.4claws9
12261
12262         * tools/filter_conv.pl
12263                 exit if there are no filter rules to convert
12264                 rename filterrc to filterrc.old after completion
12265
12266 2002-03-15 [paul]       0.7.4claws8
12267
12268         * sync with sylpheed 0.7.4cvs3
12269                 see ChangeLog entry 2002-03-14
12270
12271 2002-03-14 [paul]       0.7.4claws7
12272
12273         * src/compose.c
12274                 clean up the last commit (ahem)
12275
12276 2002-03-14 [paul]       0.7.4claws6
12277
12278         * src/compose.c
12279                 fix bug #515655. honour account preferences
12280                 regarding gpg default signing/encryption when 
12281                 changing account from the compose window.
12282
12283 2002-03-14 [paul]       0.7.4claws5
12284
12285         * src/folderview.c
12286                 remove unnecessary curly brackets
12287
12288 2002-03-14 [paul]       0.7.4claws4
12289
12290         * src/folderview.c
12291           src/prefs_filtering.[ch]
12292                 add filter rename on folder rename and filter
12293                 delete on folder delete. Patch submitted by
12294                 Neill Miller <neillm@thecodefactory.org> 
12295
12296 2002-03-14 [christoph]  0.7.4claws3
12297
12298         * src/procmsg.c
12299         * src/send.c
12300                 fix local delivery
12301                 (patch submitted by "Simon 'corecode' Schubert")
12302         * src/prefs_common.c
12303         * src/procmsg.c
12304                 fix gcc 3.0 warning
12305
12306 2002-03-14 [paul]       0.7.4claws2
12307
12308         * sync with sylpheed 0.7.4cvs2
12309                 see ChangeLog entry 2002-03-13
12310
12311 2002-03-12 [darko]      0.7.4claws1
12312
12313         * src/mainwindow.c
12314                 fix what seems to be a copy and paste error
12315                 when setting color for important messages
12316                 (reported by wwp)
12317
12318 2002-03-11 [paul]       version 0.7.4claws released
12319
12320 2002-03-11 [paul]       0.7.4claws
12321
12322         * po/es.po
12323           po/it.po
12324           po/nl.po
12325           po/pt_BR.po
12326                 update message catalogs. Submitted by Ricardo Mones 
12327                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12328                 Fabio Junior Beneditto
12329
12330         * configure.in
12331           faq/Makefile.am
12332           faq/it/Makefile
12333           faq/it/sylpheed-faq*
12334           src/mainwindow.c
12335           src/manual.[ch]
12336                 add FAQ in Italian
12337         
12338
12339 2002-03-11 [jens]       0.7.3claws7
12340
12341         * po/de.po
12342                 updated German translation
12343
12344 2002-03-11 [melvin]     0.7.3claws6
12345
12346         * po/fr.po
12347                 updated and corrected French translation
12348
12349 2002-03-10 [hoa]        0.7.3claws5
12350
12351         * src/account.c
12352         * src/inc.c
12353         * src/prefs_account.c
12354         * src/procmsg.c
12355         * src/send.[ch]
12356                 fixed the local account.
12357                 you have to change the default "/usr/sbin/sendmail"
12358                 to "/usr/sbin/sendmail -t" in the preferences of
12359                 the local account.
12360
12361         * src/procmime.c
12362                 removed some debug display for renderer
12363
12364 2002-03-10 [paul]       0.7.3claws4
12365
12366         * faq/en/sylpheed-faq-1.html
12367           faq/en/sylpheed-faq-2.html
12368                 update
12369
12370 2002-03-09 [paul]       0.7.3claws3
12371
12372         * sync with sylpheed 0.7.4
12373                 see ChangeLog entry 2002-03-09
12374
12375 2002-03-08 [paul]       0.7.3claws2
12376
12377         * faq/en/sylpheed-faq*
12378           faq/es/sylpheed-faq*
12379           faq/fr/sylpheed-faq*
12380                 update the FAQs
12381
12382         * manual/fr/.cvsignore
12383           manual/fr/Makefilea.am
12384           manual/fr/sylpheed*
12385           src/mainwindow.c
12386           src/manual.[ch]
12387                 add the French manual
12388
12389 2002-03-07 [paul]       0.7.3claws1
12390
12391         * sync with sylpheed 0.7.3cvs4
12392                 see ChangeLog entries  2002-03-06 and 2002-03-07
12393         
12394         * po/nl.po
12395                 updated by Wilbert Berendsen
12396
12397 2002-03-07 [melvin]     0.7.2claws34
12398
12399         * src/selective_download.c
12400                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12401
12402 2002-03-06 [paul]       0.7.2claws33
12403
12404         * sync with sylpheed 0.7.3cvs1
12405                 bug fix, see ChangeLog entry 2002-03-05
12406
12407 2002-03-05 [paul]       0.7.2claws32
12408
12409         * src/mimeview.c
12410           src/pgptext.[ch]
12411           src/procmsg.c
12412                 reverse the pgp ascii-armored code implemented in 
12413                 0.7.2claws16. removal of this code until it matures.
12414                 this means that verifying ascii-armored pgp sigs and
12415                 automatic decryption of ascii-armored encrypted
12416                 messages no longer works.
12417
12418 2002-03-05 [paul]       0.7.2claws31
12419
12420         * configure.in
12421           Makefile.am
12422         * faq/Makefile.am
12423         * faq/en/Makefile.am
12424           faq/en/sylpheed-faq.html
12425           faq/en/sylpheed-faq-1.html
12426           faq/en/sylpheed-faq-2.html
12427           faq/en/sylpheed-faq-3.html
12428         * faq/es/Makefile.am
12429           faq/es/sylpheed-faq.html
12430           faq/es/sylpheed-faq-1.html
12431           faq/es/sylpheed-faq-2.html
12432           faq/es/sylpheed-faq-3.html
12433           faq/es/sylpheed-faq-4.html
12434         * faq/fr/Makefile.am
12435           faq/fr/sylpheed-faq.html
12436           faq/fr/sylpheed-faq-1.html
12437           faq/fr/sylpheed-faq-2.html
12438           faq/fr/sylpheed-faq-3.html
12439         * src/Makefile.am
12440           src/defs.h
12441           src/mainwindow.c
12442           src/manual.[ch]
12443                 add FAQs in English, Spanish and French
12444
12445
12446 2002-03-05 [paul]       0.7.2claws30
12447
12448         * manual/en/sylpheed.html
12449           manual/en/sylpheed-XX.html
12450                 updated the English manual
12451
12452 2002-03-05 [hoa]        
12453
12454         * src/summaryview.c
12455                 dialog box pops up if the article can't be deleted.
12456
12457 2002-03-04 [paul]       
12458         
12459         * po/pt_BR.po
12460                 updated by Fabio Junior Benedito
12461
12462 2002-03-04 [hoa]
12463
12464         * removed ac/gpgme.m4
12465                 to avoid autogen common problem
12466                 developers have to install gpgme development package now
12467
12468         * src/compose.c
12469                 encoding to 7bit or 8bit is enabled.
12470
12471 2002-03-03 [alfons]     0.7.2claws29
12472
12473         * src/pop.c
12474                 merge fix by Oliver Haertel for selective
12475                 download buglet
12476
12477 2002-03-03 [paul]       0.7.2claws28
12478         
12479         * sync with sylpheed 0.7.3
12480
12481 2002-03-03 [paul]       0.7.2claws27
12482
12483         * sync with sylpheed 0.7.2cvs24
12484                 see ChangeLog entries 2002-03-02 and 2002-03-03
12485
12486 2002-03-02 [melvin]     0.7.2claws26
12487
12488         * src/inc.[ch]
12489         * src/main.c
12490         * src/mainwindow.c
12491         * src/prefs_common.[ch]
12492                 Added user definable notification on new mail arrival.
12493                 Removed unused variables in spell checker prefs code.
12494
12495 2002-03-02 [melvin]     0.7.2claws25
12496
12497         * src/quote_fmt.c
12498                 Removed unnecessary escape sequences.
12499                 Changed 'Initial...' to 'Initials of Sender'
12500
12501 2002-03-02 [paul]       0.7.2claws24
12502
12503         * sync with sylpheed 0.7.2cvs22
12504                 see ChangeLog entry 2002-03-01
12505
12506 2002-03-01 [hoa]        0.7.2claws23
12507
12508         * src/mainwindow.c
12509                 Set sensitivity of delete actions to active
12510                 even if the folder is a newsgroup.
12511
12512         * src/summaryview.c
12513                 - Set sensitivity of delete actions
12514                 - Added function check_permission() that will check if the
12515                   user is authorized to delete a message. For news, it
12516                   will check if the author is the same.
12517                 - Enabled deletion when there is no trash folder.
12518
12519         * src/news.[ch]
12520                 - Added news_cancel_article() to cancel articles
12521                 - Implemented news_remove_message() (public function)
12522
12523 2002-03-01 [paul]       0.7.2claws22
12524
12525         * src/gtkutils.c
12526           src/textview.c
12527                 recognise urls that that don't include 'http://' and
12528                 simply begin 'www.' 
12529
12530         * AUTHORS
12531                 remove duplicated name
12532
12533 2002-02-28 [paul]       0.7.2claws21
12534
12535         * src/mainwindow.c
12536           src/summaryview.[ch]
12537                 add ability to 'Select thread'
12538                 combines Melvin's "Select thread's head" patch (#510907)
12539                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12540                 patch (#518514) 
12541
12542 2002-02-28 [paul]       0.7.2claws20
12543
12544         * src/mimeview.c
12545                 hopefully fix segfault on right-clicking a mime part
12546                 that some people have experienced.      
12547                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12548
12549 2002-02-28 [paul]       0.7.2claws19
12550
12551         * sync with sylpheed 0.7.2cvs21
12552                 see ChangeLog entries 2002-02-27 and 2002-02-28
12553
12554 2002-02-27 [paul]       0.7.2claws18
12555
12556         * sync with sylpheed 0.7.2cvs18
12557                 see ChangeLog entries 2002-02-26 and 2002-02-27
12558
12559 2002-02-26 [alfons]     0.7.2claws17
12560
12561         * src/procheader.c
12562                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12563                 (spotted by Chris Hessman <idatech@gmx.net>)
12564
12565 2002-02-26 [paul]       0.7.2claws16
12566
12567         * src/mimeview.c
12568           src/pgptext.[ch]
12569           src/procmsg.c
12570                 make decryption of ascii-armored pgp encrypted messages
12571                 and verification of ascii-armored signatures work again.
12572                 slightly altered from the patch by Jens Jahnke 
12573                 <jan0sch@gmx.net>
12574
12575                 ##FIX ME##
12576                 * the checking of plaintext signatures always comes up in 
12577                   a popup box
12578                 * it doesn't work for multipart messages 
12579                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12580                   including the msg headers and these 2 line themselves, are 
12581                   not displayed
12582
12583         * src/mainwindow.c
12584                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12585                 "View/Message View" becomes "View/Separate Message View"
12586                 because its less ambiguous.
12587
12588         * po/es.po
12589                 updated by Ricardo Mones Lastra
12590
12591 2002-02-26 [paul]       0.7.2claws15
12592
12593         * sync with sylpheed 0.7.2cvs17
12594                 see ChangeLog entries 2002-02-25 and 2002-02-26
12595
12596 2002-02-25 [christoph]  0.7.2claws14
12597
12598         * src/filtering.[ch]
12599         * src/inc.c
12600                 do filtering stuff after all messages have been received
12601                   1. drop all messages to .processing
12602                   2. scan processing folder for messages
12603                   3. filter messages or move to inbox
12604                 this will also find old messages left in processing after
12605                 a crash or something like that and we get a real msginfo
12606                 from folder->get_msg_list and do not have to create our
12607                 own in filter_message
12608         * src/matcher_parser_parse.y
12609                 remove MIX/MAX warning (reordered includes)
12610
12611 2002-02-25 [paul]       0.7.2claws13
12612
12613         * sync with sylpheed 0.7.2cvs15
12614                 see ChangeLog entry 2002-02-24
12615
12616 2002-02-24 [alfons]     0.7.2claws12
12617
12618         * src/filtering.c
12619                 clear old color flags first when applying a new color to
12620                 a message info. 
12621                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12622
12623 2002-02-24 [alfons]     0.7.2.claws11
12624         
12625         * AUTHORS
12626         * src/prefs_common.c
12627                 add presets for Opera and Konqueror, closes patch #517261,
12628                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12629
12630 2002-02-24 [alfons]     0.7.2.claws10
12631
12632         * AUTHORS
12633         * src/summaryview.c
12634                 fix threading for null message ids, closes patch #521601,
12635                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12636
12637 2002-02-24 [alfons]     0.7.2claws9
12638
12639         * src/summaryview.c
12640         * src/filtering.c
12641                 make Tool | Filter Message work with filtering system so
12642                 setting flags also works
12643
12644                 TODO:
12645
12646                 - Processing uses the same function as Tool | Filter
12647                   Message, but doesn't use the same update proc yet
12648
12649 2002-02-23 [paul]       0.7.2claws8
12650
12651         * sync with sylpheed 0.7.2cvs14
12652                 see ChangeLog entries 2002-02-22 and 2002-02-23
12653
12654 2002-02-22 [christoph]  0.7.2claws7
12655
12656         * src/quote_fmt.c
12657                 Add column space to table
12658         * src/quote_fmt_parse.y
12659                 Close files
12660
12661 2002-02-22 [paul]       0.7.2claws6
12662
12663         * src/Makefile.am
12664           src/defs.h
12665           src/filtering.c
12666           src/inc.[ch]
12667           src/mainwindow.c
12668           src/matcher.[ch]
12669           src/matcher_parser_lex.l
12670           src/matcher_parser_parse.y
12671           src/pop.[ch]
12672           src/prefs_account.h
12673           src/prefs_filtering.c
12674           src/selective_download.[ch]   *** NEW FILES ***
12675           src/utils.[ch]
12676           po/POTFILES.in
12677                 Selective Download added to 'Tool' menu. 
12678                 Retrieves email headers of the currently selected pop3 
12679                 account and allows the user to mark emails for deletion 
12680                 right on the pop3 server. Patch submitted by Oliver Haertel 
12681                 <oha@users.sourceforge.net>.
12682         
12683         * po/POTFILES.in
12684                 add 'src/quote_fmt.c'           
12685
12686 2002-02-22 [christoph]  0.7.2claws5
12687
12688         * src/Makefile.am
12689                 added quote_fmt.c
12690         * src/prefs_common.[ch]
12691         * src/prefs_template.c
12692         * src/quote_fmt.c               *** NEW FILE ***
12693         * src/quote_fmt.h
12694                 move quote format symbol description code
12695                 to it's own file because it is used from
12696                 differnent code parts
12697                 Rewrote symbol description GUI
12698                   + use table
12699                   + add separators
12700                   + get data from array (no more long constant strings)
12701         * src/quote_fmt_lex.l
12702         * src/quote_fmt_parse.y
12703                 Symbol for Literal % changed to \% instead of %%
12704                 (More logical as \ is used for quoting for other symbols)
12705                 Add |f and |p to include files and program output
12706                 Examples:
12707                     |f{/home/.../.signature}
12708                     |p{date}
12709         * po/de.po
12710                 Correct wrong spelling for "Referenzen"
12711
12712 2002-02-21 [paul]       0.7.2claws4
12713
12714         * src/procmsg.c
12715                 forgotten during sync
12716
12717 2002-02-21 [paul]       0.7.2claws3
12718
12719         * sync with sylpheed 0.7.2cvs11
12720                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12721                 2002-02-20 and 2002-02-21
12722
12723 2002-02-20 [melvin]     0.7.2claws2
12724
12725         * src/prefs_actions.c
12726                 Added error report when child cannot fork or when execvp 
12727                 returns with an error.
12728
12729 2002-02-19 [christoph]  0.7.2claws1
12730
12731         * src/codeconv.c
12732                 return unconverted text if conde conversion is not possible
12733                 when libjconv is used.
12734                 (patch submitted by "Simon 'corecode' Schubert")
12735
12736 2002-02-19 [paul]       
12737
12738         * version 0.7.2claws release
12739
12740 2002-02-19 [paul]       0.7.2claws
12741
12742         * po/nl.po
12743                 updated by Wilbert Berendsen
12744
12745
12746 2002-02-18 [alfons]     0.7.1claws13
12747
12748         * src/syldap.c
12749         * src/jpilot.c
12750                 remove references to dlfcn and explicitly loading functions
12751                 from dynalink libs, because libs linked anyway, and functions
12752                 are loaded explicitly
12753
12754 2002-02-17 [melvin]     0.7.1claws12
12755
12756         * src/prefs_actions.c
12757                 Replaced children wait loop with double fork technique.
12758                 Now, input/output window updated at each new output.
12759                 free_children(): Fixed a memory leak.
12760                 Made input/output window non closable if running children
12761                 still exist.
12762                 Added missing <unistd.h> include.
12763                 Added some --debug outputs.
12764
12765 2002-02-17 [melvin]     0.7.1claws11
12766
12767         * src/summaryview.c
12768                 Fixed bug where descending sort order did not select top
12769                 message.
12770
12771 2002-02-17 [melvin]     0.7.1claws10
12772
12773         * acconfig.h
12774                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12775         * src/prefs_common.c
12776                 Pspell data package directory no more hard coded but
12777                 set during configuration (PSPELL_PATH). (Thanks to 
12778                                 Gustavo Noronha Silva.)
12779
12780 2002-02-17 [melvin]     0.7.1claws9
12781
12782         * configure.in
12783                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12784         * src/gtkspell.c
12785                 Fixed compile-time warnings.
12786
12787 2002-02-16 [alfons]     0.7.1claws8
12788
12789         * src/filesel.c
12790                 fix inadvertent free of NULL pointer which caused
12791                 sylpheed to crash when closing the save-as dialog
12792                 using the window close button
12793
12794 2002-02-16 [carsten]    0.7.1claws7
12795         * src/mainwindow.[ch]
12796           src/summaryview.c
12797           src/prefs_common.c
12798                 fixes for pixmap theming code:
12799                         - recently changed mail attributes shouldn't get
12800                           lost any longer
12801                         - theme is only reloaded iff another theme was
12802                           selected
12803
12804 2002-02-16 [paul]       0.7.1claws6
12805
12806         * sync with sylpheed 0.7.2 release
12807                 see ChangeLog entry 2002-02-15 and 2002-02-16
12808
12809 2002-02-15 [paul]       0.7.1claws5
12810
12811         * sync with sylpheed 0.7.1cvs9
12812                 see ChangeLog entry 2002-02-15
12813
12814         * po/POTFILES.in
12815                 remove unneeded headerwindow.c entry
12816
12817 2002-02-14 [carsten]    0.7.1claws4
12818         * src/summaryview.c
12819                 fixed a bug for "Go to next unread message": there was
12820                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12821                 in the prefs, because of doing "Search again" instead
12822                 "No"
12823
12824 2002-02-14 [carsten]    0.7.1claws3
12825         * src/stock_pixmap.c
12826                 removed 2 more mem leaks; following memprof,
12827                 this code is "leak free" now :)
12828
12829 2002-02-14 [carsten]    0.7.1claws2
12830         * src/stock_pixmap.c
12831                 used opendir/readdir/closedir instead of scandir
12832                 -> code should work now on Solaris
12833
12834 2002-02-14 [paul]       0.7.1claws1
12835
12836         * sync with sylpheed 0.7.1cvs8
12837                 see ChangeLog entries 2002-02-13 and 2002-02-14
12838
12839         * README.claws
12840                 add some description of Actions and Pixmap Themes
12841
12842 2002-02-13 [paul]       
12843
12844         * version 0.7.1claws release
12845
12846 2002-02-13 [paul]       0.7.1claws
12847
12848         * po/es.po
12849           po/it.po
12850           po/pt_BR.po
12851                 updated translations, submitted by Ricardo Mones Lastra,
12852                 Alessandro Maestri and Fabio Junior Beneditto
12853
12854 2002-02-13 [melvin]     0.7.0claws75
12855
12856         * src/prefs_actions.c
12857                 Added missing "signal.h" include
12858
12859 2002-02-13 [melvin]     0.7.0claws74
12860
12861         * src/prefs_folder_item.c
12862                 Added missing "config.h" include
12863         * po/fr.po
12864                 Updated French translation for folder propriety.
12865
12866 2002-02-13 [jens]       0.7.0claws73
12867
12868         * po/POTFILES.in
12869                 Added missing src/prefs_folder_item.c [log added by melvin]
12870         * po/de.po
12871                 Updated German translation.
12872
12873 2002-02-13 [melvin]     0.7.0claws72
12874
12875         * po/fr.po
12876                 Updated French translation.
12877
12878 2002-02-13 [melvin]     0.7.0claws71
12879
12880         * src/gtkutils.c
12881                 Made gtkut_editable_get_selection return NULL if selection
12882                 is of length zero.
12883                 This fixes a bug where selecting part of message A then
12884                 switching to message B and replying to it will not
12885                 quote the message's body.
12886
12887 2002-02-12 [paul]       0.7.0claws70
12888
12889         * src/mainwindow.c
12890                 cosmetic, relating to pixmap themes: on toolbar make 
12891                 updating of 'Exec' and 'Compose news/Compose email'
12892                 icons faster.
12893
12894 2002-02-12 [carsten]    0.7.0claws69
12895         * src/folderview.c
12896           src/mainwindow.[ch]
12897           src/stock_pixmap.c
12898           src/summaryview.c
12899           src/prefs_common.c
12900                 - refreshing after changing pixmap theme better
12901                   now (thanks Paul)
12902                 - wanted to remove some mem leaks, but alfons was
12903                   faster (and had the better solution ;)
12904
12905 2002-02-12 [alfons]     0.7.0claws68
12906
12907         * src/prefs_common.c
12908         * src/stock_pixmap.[ch]
12909                 plug mem leaks, refactor code a little bit
12910
12911
12912 2002-02-12 [sergey]     0.7.0claws67
12913
12914         * src/imap.c
12915                 Fixed problem with copying messages to IMAP folders when the
12916                 server uses something other than '/' as a namespace separator
12917                 (cyrus-imapd uses '.').
12918
12919 2002-02-12 [jens]       0.7.0claws66
12920
12921         * po/de.po
12922                 Updated German Translation
12923
12924 2002-02-12 [paul]       0.7.0claws65
12925
12926         * sync with sylpheed 0.7.1cvs1
12927                 see ChangeLog entry 2002-02-12
12928
12929 2002-02-12 [melvin]     0.7.0claws64
12930
12931         * src/prefs_actions.c
12932                 Fixed "feature" where children's output was duplicated 
12933                 instead of refreshed while monitoring.
12934                 Removed some debug code.
12935
12936 2002-02-12 [christoph]  0.7.0claws63
12937
12938         * src/compose.c
12939                 always delete message from queue after sending/send error
12940                 (closes bug #509601)
12941
12942 2002-02-12 [melvin]     0.7.0claws62
12943
12944         * src/prefs_actions.c
12945                 Children wait loop is now triggered with a timeout of 1s
12946                 Added %F which is replaced with the list of filenames 
12947                 of all selected messages (as suggested by Ricardo Mones Lestra)
12948                 Pipe syntax changed. Prefix with | to send selection, postfix
12949                 with | to retrieve output. Prefix with > or * to send
12950                 user definable input to the command (*: input is hidden)
12951                 Old pipe action should now be postfixed with |, too.
12952
12953 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12954         * src/stock_pixmap.c
12955                 fixed a bug: if there's no theme directory don't
12956                 throw an error, just do "nothing" (thanks Alfons)
12957
12958 2002-02-12 [carsten]    0.7.0claws60
12959         * src/folderview.c
12960           src/summaryview.c
12961                 had to write the cache twice (nasty!); some marks would 
12962                 get lost if not
12963
12964 2002-02-11 [carsten]    0.7.0claws59
12965         * acconfig.h
12966           configure.in
12967           doc-src/maintainer_guide.txt
12968           src/compose.[ch]
12969           src/defs.h
12970           src/folderview.[ch]
12971           src/gtkutils.[ch]
12972           src/mainwindow.[ch]
12973           src/prefs_common.[ch]
12974           src/stock_pixmap.[ch]
12975           src/summaryview.[ch]
12976                 pixmap theming and related work on pixmap
12977                 handling on some other places
12978                 (e.g. hrm features for all folder)
12979           src/pixmap/stock_*.xpm -> the stock_ was removed
12980         
12981 2002-02-11 [paul]       0.7.0claws58
12982
12983         * sync with sylpheed 0.7.1 release
12984                 see ChangeLog entries 2002-02-11
12985
12986 2002-02-08 [paul]       0.7.0claws57
12987
12988         * sync with sylpheed 0.7.0cvs39
12989                 see ChangeLog entry 2002-02-07 (last entry) 
12990
12991         * src/prefs_actions.c
12992           src/prefs_filtering.c
12993           src/prefs_matcher.c
12994           src/prefs_scoring.c
12995                 sync: made it compile with C compilers other than gcc
12996
12997 2002-02-07 [paul]       0.7.0claws56
12998
12999         * sync with sylpheed 0.7.0cvs38
13000                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13001                 2002-02-07
13002
13003 2002-02-07 [darko]      0.7.0claws55
13004
13005         * src/gtkutils.[ch]
13006         * src/summaryview.c
13007                 Fix const gchar */gchar * issue (thanks Hiro)
13008
13009 2002-02-07 [darko]      0.7.0claws54
13010
13011         * src/compose.[ch]
13012         * src/filtering.c
13013         * src/gtkutils.[ch]
13014         * src/prefs_template.c
13015         * src/quote_fmt.h
13016         * src/quote_fmt_parse.y
13017         * src/summaryview.c
13018         * src/utils.[ch]
13019                 When replying or forwarding an email don't quote the entire
13020                 mail body but use the part of the message text that is selected
13021
13022 2002-02-06 [melvin]     0.7.0claws53
13023
13024         * src/prefs_common.[ch]
13025         * src/gtkspell.[ch]
13026         * src/compose.c
13027                 Made possible to switch quickly to last used dictionary
13028                 which makes checking bilingual documents easier.
13029
13030 2002-02-06 [melvin]     0.7.0claws52
13031         
13032         * po/POTFILES.in
13033                 Added forgotten new file src/prefs_actions.c
13034
13035 2002-02-06 [melvin]     0.7.0claws51
13036
13037         * src/prefs_actions.c   ** NEW FILE **
13038         * src/prefs_actions.h   ** NEW FILE **
13039                 Added actions to execute on message text view, or on the
13040                         message's file.
13041         * src/Makefile.am
13042                 Added src/prefs_actions.[ch]
13043         * src/compose.c
13044                 Added new menu "Edit/Actions"
13045         * src/defs.h
13046                 Added new actionsrc file.
13047         * src/main.c
13048                 Added actionsrc reading.
13049         * src/mainwindow.c
13050                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13051         * src/prefs_common.h
13052                 Added new element actionslst element to prefs_common.
13053
13054 2002-02-06 [paul]       0.7.0claws50
13055
13056         * sync with sylpheed 0.7.0cvs36
13057                 see ChangeLog entry 2002-02-06
13058
13059 2002-02-05 [paul]
13060
13061         * po/es.po
13062                 updated by Ricardo Mones Lastra
13063
13064 2002-02-05 [paul]       0.7.0claws49
13065
13066         * sync with sylpheed 0.7.0cvs33
13067                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13068
13069 2002-02-05 [paul]       0.7.0claws48
13070
13071         * src/compose.c
13072                 re-add 'Edit/Advanced/Delete entire line', previously named
13073                 'Delete Line+'
13074
13075 2002-02-04 [paul]       0.7.0claws47
13076
13077         * src/compose.c
13078           src/summaryview.c
13079                 fix bug #494993 (Reply All not taking Reply-To into consi)
13080                 eliminate differences in behaviour of right-click 'Reply to all' 
13081                 in summary view and 'Reply to all' on the toolbar. 
13082                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13083                 view and From gets ignored by 'Reply to all' on toolbar.
13084                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13085                 From when no Reply-To header is present.
13086
13087 2002-02-04 [paul]       0.7.0claws46
13088
13089         * sync with sylpheed 0.7.0cvs30
13090                 see ChangeLog entries 2002-02-03 and 2002-02-04
13091
13092 2002-02-03 [melvin]     0.7.0claws45
13093
13094         * src/gtkspell.[ch]
13095                 Readded function to highlight all misspelled words.
13096                 Fixed bug where user-provided-words did not replace
13097                         correctly the misspelled word when using the mouse.
13098                 Fixed bug where checking a region selected from right to left did
13099                         not check the region at all.
13100                 Fixed bug where 'Check backwards' may not check at all. 
13101                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13102                 Fixed possible buffer overflow when checking for long strings (>1k).
13103                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13104                 Accelerators code uses now gtk_widget_add_accel.
13105                 Removed and disabled obsolete and unfinished code.
13106                 Cleaning up.
13107
13108         * src/compose.c
13109                 Added menu item to Highlight all misspelled words.
13110
13111 2002-02-01 [paul]       0.7.0claws44
13112
13113         * src/mainwindow.c
13114                 fix '/View/Hide read messages' sensitivity when all
13115                 messages in a folder are hidden
13116
13117 2002-02-01 [paul]       0.7.0claws43
13118
13119         * src/main.c
13120                 add --send option to command line interface, sends all
13121                 queued mail. Patch submitted by Ricardo Mones Lastra.
13122
13123 2002-01-31 [paul]       0.7.0claws42
13124
13125         * src/mainwindow.c
13126                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13127
13128 2002-01-31 [paul]       0.7.0claws41
13129
13130         * sync with sylpheed 0.7.0cvs27
13131                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13132                 and 2002-01-31
13133
13134         * src/textview.c
13135                 comment out elements of textview_show_part() as temporary
13136                 workaround for attachment 'Display as text' bug 
13137
13138         * po/pt_BR.po
13139                 updated by Fabio Junior Beneditto
13140
13141 2002-01-30 [paul]       0.7.0claws40
13142
13143         * sync with sylpheed 0.7.0cvs24
13144                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13145                 and 2002-01-30
13146
13147         * src/compose.c
13148                 add {N_("/_Spelling"), ... "<Branch>"} to 
13149                 GtkItemFactoryEntry compose_entries[]
13150
13151         * src/prefs_common.c
13152                 add claws menu items to prefs_keybind_apply_clicked()
13153                 and remove non-claws menu items
13154
13155 2002-01-29 [paul]       0.7.0claws39
13156
13157         * sync with sylpheed 0.7.0cvs22
13158                 see ChangeLog entries 2002-01-28 and 2002-01-29
13159
13160 2002-01-28 [melvin]     0.7.0claws38
13161
13162         * src/compose.c
13163                 Added the declartion of compose_send_control_enter.
13164
13165         * src/compose.c
13166         * src/gtkspell.[ch]
13167                 Added in a 'Spelling' menu which includes the configuration menu. 
13168                 Added a real 'Check all' and got rid from the old one which only
13169                 highlited misspelled word.
13170                 Made 'Check while typing' a disableable option.
13171                 Added a dialog when there are no more misspelled word.
13172                 Added a dialog if error occurs when switching to a dictionary.
13173         
13174         * src/prefs_common.[ch]
13175                 Added option for the default 'Check while typing' option.
13176
13177
13178 2002-01-28 [alfons]     0.7.0claws37
13179
13180         * src/compose.c
13181                 fix buglet and make code comply with sylpheed code style
13182
13183 2002-01-28 [paul]       0.7.0claws36
13184
13185         * sync with sylpheed 0.7.0cvs19
13186                 see ChangeLog entries for 2002-01-28
13187
13188 2002-01-28 [hoa]        0.7.0claws35
13189
13190         * src/defs.h
13191                 added rendererrc
13192
13193         * src/main.c
13194                 read the renderer config
13195
13196         * src/procmime.[ch]
13197                 use the renderer config to convert mime attachments
13198
13199         * src/textview.c
13200                 don't use textview_show_html/ertf,
13201                 use get_text_content instead
13202
13203 2002-01-27 [alfons]     0.7.0claws34
13204         
13205         * src/news.c
13206                 make sylpheed believe it can delete a news message...
13207                 (messages are NOT deleted, maybe we should remove
13208                 processing from the folder properties after all.)
13209
13210 2002-01-27 [alfons]     0.7.0claws33
13211
13212         * src/folder.c
13213                 add extra checks
13214         * src/news.c
13215                 implement remove_msg() 
13216
13217 2002-01-27 [alfons]     0.7.0claws32
13218
13219         * src/procmsg.h
13220         * src/procheader.c
13221         * src/messageview.c
13222                 fix return receipt / disposition notification again. this
13223                 stuff seems to break on _every_ major summary UI change, so
13224                 it's now implemented using a flag which is saved in the
13225                 marks cache
13226                 
13227 2002-01-26 [alfons]     0.7.0claws31
13228
13229         * src/import.c
13230                 let import dialog show the destination folder identifier
13231
13232 2002-01-26 [melvin]     0.7.0claws30
13233
13234         * src/folderview.c
13235         * src/summaryview.c
13236                 Readded 'Mark all read' into summary view popup menu
13237                 Added 'Mark all read' in folder view popup menu for IMAP
13238                 and NNTP.
13239                 Made it insensitive if the selected folder is not the shown
13240                 one to avoid 'Mark all read' on the wrong folder.
13241                 
13242 2002-01-26 [paul]       0.7.0claws29
13243
13244         * src/folderview.c
13245           src/summaryview.c
13246                 move 'Mark all read' from summary view to folder view
13247                 menu. (adapted from) patch submitted by Jeremy Andrews,
13248                 <lists@kerneltrap.com>
13249
13250 2002-01-25 [alfons]     0.7.0claws28
13251
13252         * src/gtkstext.c
13253                 put the gtk class name back so GtkSText adapts the 
13254                 settings of GtkText
13255
13256 2002-01-25 [alfons]     0.7.0claws27
13257
13258         * src/folderview.c 
13259                 assimilate Ricardo's patch that shows pixmaps instead of
13260                 plain "new" and "unread" texts in the folder view column
13261                 headers 
13262
13263 2002-01-25 [paul]       0.7.0claws26
13264
13265         * src/Makefile.am
13266                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13267                 be found in non-standard locations. 
13268                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13269
13270 2002-01-25 [paul]       0.7.0claws25
13271
13272         * sync with sylpheed 0.7.0cvs16
13273                 see ChangeLog entry 2002-01-25
13274
13275 2002-01-24 [paul]       0.7.0claws24
13276
13277         * more sync with sylpheed 0.7.0cvs15
13278                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13279
13280 2002-01-23 [sergey]     0.7.0claws23
13281
13282         * src/importldif.c
13283                 Fixed segfault when closing LDIF import wizard with
13284                 the window manager.
13285         * src/imageview.c
13286         * src/imageview.h
13287         * src/messageview.c
13288         * src/mimeview.c
13289                 Fixed wrong scrolling position after switching between
13290                 text and image parts.
13291
13292 2002-01-23 [paul]       0.7.0claws22
13293
13294         * sync with sylpheed 0.7.0cvs15
13295                 see ChangeLog entries 2002-01-22 and 2002-01-23
13296
13297 2002-01-21 [melvin]     0.7.0claws21
13298
13299         * src/prefs_scoring.c
13300         * src/prefs_filtering.c
13301                 Fixed bug where scoring and filtering windows stopped
13302                 autochecking.
13303
13304 2002-01-21 [paul]       0.7.0claws20
13305
13306         * sync with sylpheed 0.7.0cvs12
13307                 see ChangeLog entries 2002-01-20 and 2002-01-21
13308
13309 2002-01-21 [carsten]    0.7.0claws19
13310         * src/mainwindow.c
13311         * src/menu.[ch]
13312         * src/messageview.[ch]
13313         * src/summaryview.[ch]
13314                 changes to shortcuts handling again:
13315                         + "Q" now controled by mainwin
13316                         + v/V are now customizable and have slightly
13317                           different meanings
13318                 the "button" to minimize the messageview (and maximize
13319                 the summary view) is a real button now
13320         * src/compose.c
13321                 "Delete Line+" added to Edit/Advanced (this will also
13322                 delete the '\n')
13323
13324 2002-01-20 [melvin] 0.7.0claws18
13325
13326         * src/addressbook.c
13327                 Made "Bcc" sensitive when addressbook is called from
13328                 compose window (it was a Claws only bug).
13329
13330 2002-01-19 [alfons] 0.7.0claws17
13331
13332         * src/inc.c
13333                 prevent unnecessary updates when currently selected folder has
13334                 no new messages 
13335
13336 2002-01-19 [alfons] 0.7.0claws16
13337         
13338         * src/summaryview.c
13339                 prevent writing the cache based on current message list in summary 
13340                 view when filtering also put messages in currently selected folder
13341
13342 2002-01-19 [paul]
13343
13344         * po/it.po
13345                 Italian translation submitted by Alessandro Maestri
13346                 <a.maestri@cs.tin.it>
13347
13348 2002-01-18 [melvin]     0.7.0claws15
13349
13350         * src/prefs_filters.c
13351                 fixed bug where 'cancel' from 'filters' window stops autochecking
13352                 if the timer timed out  when the window was open.
13353
13354 2002-01-18 [match]      0.7.0claws14
13355
13356         * src/addrclip.[ch]     ** NEW FILE **
13357         * src/addrselect.[ch]   ** NEW FILE **
13358         * src/adbookbase.h      ** NEW FILE **
13359                 addressbook cut, copy and paste
13360         * src/addrbook.[ch]
13361         * src/addrcache.[ch]
13362         * src/addressitem.h
13363         * src/addrindex.[ch]
13364         * src/addritem.[ch]
13365         * src/importldif.c
13366         * src/importmutt.c
13367         * src/jpilot.[ch]
13368         * src/syldap.[ch]
13369         * src/vcard.[ch]
13370         * src/jpilot.[ch]
13371         * src/editbook.c
13372         * src/editjpilot.c
13373         * src/editldap.c
13374         * src/editvcard.c
13375                 support for copy/paste
13376         * src/addressbook.c
13377                 support for copy/paste
13378                 tidy up menu option processing
13379                 correct address list function arguments
13380         * src/editaddress.c
13381                 sort user attributes
13382         * src/ldif.h
13383         * src/mutt.h
13384                 tidy up
13385
13386         * src/addrbook.[ch]
13387         * src/addrbook.[ch]
13388         * src/addrbook.[ch]
13389                 
13390
13391 2002-01-18 [paul]       0.7.0claws13
13392
13393         * sync with sylpheed 0.7.0cvs8
13394                 configure.in: support Mac OS X (Darwin)
13395
13396 2002-01-18 [carsten]    0.7.0claws12
13397         * src/html.c
13398                 small hack to fix a segfault with an empty href
13399                 (reported by Alexandra Walford <deeni@altern.org>)
13400         * src/mainwindow.c
13401         * src/summaryview.c
13402                 the shortcuts for Mark und Mark as unread are hardcoded
13403                 again
13404         * src/compose.c
13405         * src/gtkstext.[ch]
13406                 readded the shortcuts in gtkstext but made them
13407                 customizeable (simply by adding a menu plus a wrapper
13408                 to compose.c)
13409
13410 2002-01-17 [melvin]     0.7.0claws11
13411
13412         * src/gtkspell.c
13413                 fix default dictionary not being saved.
13414
13415 2002-01-16 [darko]      0.7.0claws10
13416
13417         * src/compose.c
13418                 fix wrapping crash with URL longer than wrapping margin
13419
13420 2002-12-08 [hoa]        0.7.0claws10
13421
13422         * src/matcher_parser_parse.y
13423                 fixed some bugs
13424
13425         * src/prefs_filtering.c
13426                 now, we can use bounce action in the dialog box.
13427
13428 2002-01-16 [carsten]    0.7.0claws9
13429         * src/gtkstext.c
13430                 removed the <control> and <alt> shortcuts because they're
13431                 not needed and interefered with the "normal" shortcuts
13432         * src/mainwindow.c
13433         * src/summaryview.c
13434                 removed most of the hardcoded shortcuts and assigned
13435                 them to menu entries making them easy customizable by
13436                 that
13437
13438 2002-01-16 |melvin]     0.7.0claws8
13439
13440         * src/gtkspell.c
13441                 fixed bug where using the mouse and when the compose
13442                 window is not on top may result in a crash.
13443
13444 2002-01-16 [melvin]     0.7.0claws7
13445
13446         * src/compose.c
13447                 fixed a long standingspell checker bug which could 
13448                 cause a crash after sending a message.
13449
13450 2002-01-16 [paul]       0.7.0claws6
13451
13452         * sync with sylpheed 0.7.0cvs7
13453                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13454                 2002-01-15, and 2002-01-16
13455
13456 2002-01-16 [melvin]     0.7.0claws5
13457
13458         * README.claws
13459         * src/compose.c
13460         * src/gtkspell.[ch]
13461         * src/main.c
13462                 Heavily modified spell checker code to work around
13463                 ispell bug, to add keyboard shortcuts and for future
13464                 enhancements. See README.claws for usage information.
13465
13466 2002-01-15 [alfons]     0.7.0claws4
13467         
13468         * src/summaryview.c
13469                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13470                 so sorting within threads reflects sort mode
13471
13472 2002-01-15 [christoph]  0.7.0claws3
13473
13474         * src/procmsg.c
13475                 added alertpanel if mail sending failed
13476
13477 2002-01-15 [alfons]     0.7.0claws2
13478         
13479         * src/prefs_filtering.c
13480                 don't stop timer when prefs filtering dialog is opened
13481
13482 2002-01-14 [alfons]     0.7.0claws1
13483
13484         * src/addr_compl.c
13485         * src/prefs.c
13486                 remove debug_print()s for privacy reasons
13487
13488 2002-01-14 [darko]      0.7.0claws
13489
13490         * README.claws
13491                 quotation wrapping is now also in the main branch
13492
13493 2002-01-14 [paul]
13494
13495         * tools/filter_conv.pl
13496                 allow for Boolean Op and case-sensitivity
13497                 this file is included in the release and tagged
13498                 'rel_0_7_0'
13499
13500 2002-01-13 [paul]       0.7.0claws
13501
13502         * release 0.7.0, with cvs tag 'rel_0_7_0'
13503
13504 2002-01-13 [paul]
13505
13506         * tools/filter_conv.pl
13507         * tools/README
13508                 rewritten to output to matcherrc instead of filteringrc
13509
13510         * po/es.po
13511                 updated Spanish translation by Ricardo Mones Lastra
13512
13513 2002-01-13 [alfons]
13514
13515         * po/nl.po
13516                 update dutch translation
13517
13518 2002-01-13 [paul]
13519
13520         * po/pt_BR.po
13521                 Updated by Fabio Junior Beneditto 
13522
13523 2002-01-13 [melvin]     0.6.6claws53
13524
13525         * po/fr.po
13526                 Updated french translation
13527
13528 2002-01-12 [alfons]     0.6.6claws52
13529
13530         * src/filtering.c
13531                 plug mem leak that has been sitting there for ages              
13532
13533 2002-01-12 [alfons]     0.6.6claws51
13534
13535         * src/summaryview.c
13536                 undo melvin's changes from 0.6.6claws48 because summary
13537                 view now refuses to select first unread message when
13538                 selecting a folder 
13539
13540 2002-01-11 [alfons]     0.6.6claws50
13541
13542         * src/import.c
13543                 use claws' semantics for getting folder item when
13544                 importing an mbox file into a folder 
13545                 (submitted by Dale P. Smith)
13546
13547 2002-01-11 [christoph]  0.6.6claws49
13548
13549         * src/prefs.h
13550                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13551                 toggle widget, because non static prefs can not use
13552                 prefs_set_* functions
13553         * src/prefs_account.c
13554                 toggle smtp auth password field sensitivity if
13555                 user id is empty and add descrition of usage for
13556                 these fields
13557         * src/prefs_folder_item.c
13558                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13559                 callbacks
13560
13561 2002-01-11 [melvin]     0.6.6claws48
13562
13563         * src/compose.c
13564                 fix the 'Ctrl-Enter' feature for sending and test really
13565                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13566                 editables which was not documented in Gtk)
13567
13568         * src/summaryview.c
13569                 Made summaryview refresh after sorting and not before.
13570
13571 2002-01-11 [christoph]  0.6.6claws47
13572
13573         * src/compose.c
13574                 select account from account ids if possible and
13575                 correctly set save folder for copy in reedit
13576
13577 2002-01-10 [paul]       0.6.6claws46
13578
13579         * sync with sylpheed 0.7.0 release
13580                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13581                 2002-01-09
13582
13583 2002-01-09 [alfons]
13584
13585         * src/summaryview.c
13586                 remove more dirt traces...
13587
13588 2002-01-09 [alfons]
13589         
13590         * src/summaryview.c
13591                 clean up some traces of my debugging stuff
13592
13593 2002-01-09 [alfons]     0.6.6claws45
13594
13595         * src/filtering.c
13596                 break up filteringprop_apply() in three separate pieces
13597                 so we can drop messages that failed processing in the
13598                 inbox
13599
13600         * src/summaryview.c
13601                 fix bug #469598 "no refresh of inbox after filter" which 
13602                 was introduced by the new summary view locking, and which 
13603                 prevented the summary view to update after a manual filter 
13604                 message. claw's filter message requires a summary_show().
13605                 (aargh, summary_show() again! :-)
13606                 
13607 2002-01-07 [alfons]     0.6.6claws44
13608
13609         * src/headerwindow.c
13610         * src/logwindow.c
13611         * src/messageview.c
13612         * src/sourcewindow.c
13613                 bring in Hiro's last 0.7.0 wm class fixes
13614
13615         * tools/sylprint.pl
13616                 bring in Ricardo's fix for sylprint script
13617
13618         * AUTHORS       
13619         * src/rfc2015.[ch]
13620         * src/prefs_common.[ch]
13621         * src/prefs_account.[ch]
13622         * src/compose.c
13623                 clean up account preference poison in rfc2015,
13624                 and preparation to fix double sign bug 
13625                 (patch submitted by Simon 'corecode' Schubert)
13626
13627 2002-01-07 [christoph]  0.6.6claws43
13628
13629         * src/mh.c
13630                 search for free message number, do not only rely
13631                 on last_num
13632         * src/send.c
13633                 fix smtp auth and use extra account information
13634                 if available, if not use pop3 data instead
13635                 (closes bug #500341)            
13636         * src/ssl.[ch]
13637                 match coding style
13638
13639 2002-01-06 [alfons]     0.6.6claws42
13640
13641         * src/mainwindow.c
13642                 try making the separate windows work again...
13643
13644 2002-01-06 [alfons]     0.6.6claws41
13645
13646         * src/mainwindow.c
13647                 adapt Hiro's separate window menu (to get rid of the funny
13648                 duplicate menu items), and make it work again
13649
13650 2002-01-06 [alfons]     0.6.6claws40
13651
13652         * tools/Makefile.am
13653         * tools/sylprint.rc
13654         * tools/sylprint.pl
13655         * tools/README.sylprint
13656                 add sylprint script for printing mails from Sylpheed
13657                 (contributed by Ricardo Mones Lastra)
13658
13659         * src/acount.c
13660                 clean up
13661
13662 2002-01-06 [melvin]     0.6.6claws39
13663
13664         * src/mainwindow.c
13665         * src/summaryview.c
13666                 Fixed crash introduced in 0.6.6claws38 by the menu
13667                 reorganisation (Hide read messages)
13668         
13669         * ChangeLog.claws 
13670                 Fixed typo (we are now in 2002, alfons ;) )
13671
13672 2002-01-05 [alfons]     0.6.6claws38
13673
13674         * sync with sylpheed 0.6.6cvs10-17
13675                 (last stuff marked as LAST_STABLE)
13676
13677 2002-01-04 [melvin]     0.6.6claws37
13678
13679         * src/account.c
13680                 Made account selection code use strcasestr again instead of
13681                 g_strcasecmp (fixes bug where reediting queued messages
13682                 did not select proper account reported by T. Link).
13683         
13684         * src/folderview.c
13685                 Fix bug where folder icons are not shown when 'hide read messages'
13686                 is on.
13687         
13688         * src/stock_pixmaps.[ch]
13689                 Added folder icons for 'hide read messages'.
13690         
13691         * src/compose.c
13692                 Fixed bug where 'Enter' in a header entry will send the message 
13693                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13694
13695 2002-01-03 [melvin]     0.6.6claws36
13696         
13697         * src/prefs.[ch]
13698                 Added popup menu for common preferences and
13699                 account preferences (right click on tab displays
13700                                 a menu of all tabs.)
13701
13702 2002-01-02 [melvin]     0.6.6claws35
13703
13704         * src/gtkspell.[ch]
13705                 Made spelling code compatible with undo/redo feature.
13706                 Added creation of suggestion mode menu for the general
13707                         preferences.
13708         
13709         * src/prefs_common.[ch]
13710                 Added option menu for the speller's suggestion mode.
13711                 Added missing spaces in "..." buttons and made a "..."
13712                         button non translatable!
13713         
13714         * src/compose.c
13715                 Made speller use the default suggestion mode.
13716                 Hack to make it possible to choose 'CTRL-Enter' as a
13717                         shortcut for sending (and only for sending).
13718
13719         * src/prefs_folder_item.c
13720                 Changing subject simplification does not update cache 
13721                         anymore (because it is unnecessary).
13722                 Fixed bug where changing subject simplification updated the 
13723                         summaryview even when the viewed folder is not the
13724                         folder which properties are being changed. (E.g. 
13725                                         viewing folder A and changing
13726                                         the subject simplification of 
13727                                         folder B -not being viewed- updated the 
13728                                         summaryview of folder A with data of
13729                                         folder B). (Hope this is clear... )
13730
13731 2001-12-31 [alfons]     0.6.6claws34
13732         
13733         * src/ldif.c
13734         * src/mutt.c
13735                 fgetc() returns a signed integer which doesn't
13736                 fit in a char. so c truncates this to a char
13737                 but we may lose significant bits. i.e. we may
13738                 comparing 0xFF which may not be equal to -1
13739                 unless properly casted to signed char which
13740                 we won't do because fgetc() returns a signed
13741                 integer which doesn't fit in a char. so c 
13742                 truncates this to a char but we may lose 
13743                 significat bits. (you got the idea, thanks
13744                 to Gustavo Noronha Silva <kov@debian.org>
13745                 and the Debian folks!)
13746
13747 2001-12-30 [alfons]     0.6.6claws33
13748
13749         * src/prefs_common.c
13750                 add #ifdef USE_PSPELLs that Melvin forgot               
13751
13752 2001-12-30 [melvin]     0.6.6claws32
13753         
13754         * src/prefs_common.[ch]
13755                 Added configurable color for misspelled words.
13756
13757         * src/gtkspell.[ch]
13758                 Fixed bug of foreground text color (reported by David
13759                                 Mehrmann)
13760                 Added configurable color for misspelled words.
13761
13762 2001-12-30 [alfons]     0.6.6claws31
13763
13764         * src/folder.c
13765                 remove unnecessary things someone put there
13766
13767         * src/mh.c
13768         * src/folder.[ch]
13769                 make folder properties (like threading and sorting) persistent
13770                 (closes bug #497424 "rescan folder tree resets proprieties")
13771                 currently this is only for MH folders. 
13772
13773 2001-12-29 [melvin]     0.6.6claws30
13774
13775         * src/string_match.[ch]
13776                 Optimized a bit: regexp pattern buffer compiled only once, and
13777                   one subroutine call removed. Fixed ^ regexp search: Now, 
13778                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13779         
13780         * src/summaryview.c
13781                 Subject filtering changed to filter summary columns and
13782                   not directly the messages subject cache. The loss in 
13783                   performance is balanced by the improvement of string_match.
13784                 Added an alert panel if there is an error in the regexp.
13785
13786         * src/src/prefs_folder_item.h
13787                 Added a regexp pattern buffer.
13788
13789 2001-12-28 [alfons]     0.6.6claws29
13790
13791         * src/string_match.[ch]
13792                 clean up name space
13793                 allow compilation *BSD
13794
13795 2001-12-27 [alfons]     0.6.6claws28
13796
13797         * src/filter.c
13798                 sync the Hiro's bug fix for BSD
13799
13800 2001-12-27 [melvin]     0.6.6claws27
13801         
13802         * src/compose.c
13803                 Simplify focus to subject entry code.
13804
13805 2001-12-27 [darko]      0.6.6claws26
13806
13807         * src/filtering.c
13808         * src/mbox_folder.c
13809         * src/messageview.c
13810         * src/mh.c
13811         * src/procheader.[ch]
13812         * src/procmsg.h
13813         * src/stock_pixmap.[ch]
13814         * src/summaryview.c
13815                 Show key icon for encrypted mails in summary view
13816
13817         * src/pixmaps/clip.xpm
13818         * src/pixmaps/clipkey.xpm
13819         * src/pixmaps/key.xpm
13820                 New/modified icons for the above
13821
13822 2001-12-27 [melvin]     0.6.6claws25
13823
13824         * src/prefs_common.c
13825                 Put spell checker options in a separate tab to decrease
13826                 the Common Preferences window height.
13827
13828         * README.claws  
13829                 Update spell checker usage instruction about its options
13830                 location.
13831
13832 2001-12-27 [melvin]     0.6.6claws24
13833
13834         * src/compose.c
13835                 Changed subject entry widget position. Initial focus is
13836                 on the To header instead of the subject entry.
13837                 Creating a new header scrolls the header list to make the
13838                 created one visible. Nevertheless, when automatically filling
13839                 headers, the first one is shown.
13840                 A Tab key press in the last empty header entry zips the 
13841                 focus to the subject entry.
13842                 (I did not change the combo boxes, yet)
13843
13844 2001-12-26 [alfons]     0.6.6claws23
13845
13846         * src/prefs_account.c
13847         * src/inc.c
13848                 allow default inbox to reside in another mailbox (only
13849                 works for POP3 accounts)
13850
13851 2001-12-26 [alfons]     0.6.6claws22
13852         
13853         * src/textview.c
13854                 make reply-on-click work with the account of the selected folder
13855         * src/compose.c
13856                 put a fixme here to remind me to fix finding correct default
13857                 account for nested folders
13858
13859 2001-12-25 [alfons]     0.6.6claws21
13860
13861         * src/summaryview.c
13862                 make column headers display locked and mark pixmaps (idea by Melvin) 
13863                 fix bug by adding score and locked column type to sort array
13864
13865 2001-12-25 [alfons]     0.6.6claws20
13866         
13867         * src/summaryview.c
13868                 catch a *potentially* inadvertent write back of  
13869                 the message cache(s) introduced by 0.6.5claws37
13870
13871 2001-12-25 [christoph]  0.6.6claws19
13872
13873         * src/stock_pixmap.[ch]
13874         * src/summaryview.c
13875                 add ignore thread pixmap
13876                 (can someone draw a better icon for this?)
13877
13878 2001-12-24 [alfons]     0.6.6claws18
13879
13880         * src/prefs_folder_item.c
13881                 make address completion actually work for the
13882                 Default To address in the Folder Property dialog.
13883
13884 2001-12-24 [alfons]     0.6.6claws17
13885         
13886         * src/summaryview.c
13887                 use new style regexp for subject stripping 
13888                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13889
13890 2001-12-24 [darko]      0.6.6claws16
13891
13892         * src/pgptext.c
13893         * src/rfc2015.c
13894                 move GPG related informational messages to debug mode
13895
13896 2001-12-23 [alfons]     0.6.6claws15
13897
13898         * src/stock_pixmap.[ch]
13899         * src/summaryview.c
13900                 add the forgotten Claws' locked pixmap
13901
13902 2001-12-23 [alfons]     0.6.6claws14
13903
13904         * src/filesel.c
13905                 accept file name typed in entry in multi file
13906                 selector (patch submitted by Gustavo Noronha Silva 
13907                 <kov@debian.org>)
13908
13909 2001-12-23 [alfons]     0.6.6claws13
13910
13911         * src/prefs_filter.c
13912         * src/prefs_filtering.c
13913         * src/matcher.c
13914         * src/importmutt.c
13915                 clean up a little bit
13916         
13917         * src/string_match.c
13918                 validate input strings a little bit more
13919
13920 2001-12-23 [alfons]     0.6.6claws12
13921
13922         * src/Makefile.am
13923         * src/summaryview.c
13924         * src/string_match.[ch]         ** NEW **
13925         * src/folderview.[ch]
13926         * src/headerview.h
13927         * src/folder.[ch]
13928         * src/prefs_folder_item.[ch]
13929                 add subject simplification to strip out strings from
13930                 a subject line (esp. handy for mailing lists). 
13931                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13932                 but slightly changed things for better integration.)
13933
13934 2001-12-23 [alfons]     0.6.6claws11
13935
13936         * src/mainwindow.c
13937                 fix bug introduced by submission included in 0.6.5claws52.
13938                 ideally this submission should clean the trash if any trash
13939                 folder has a message. however, the hasTrash variable was
13940                 set to false whenever a trash folder was empty (discarding
13941                 a previously found *filled* trash folder.)
13942
13943                 also edited the code a little bit and made it more safe.
13944
13945 2001-12-22 [alfons]     0.6.6claws10
13946
13947         * src/imap.c
13948                 quick fix for Martin Pool's omission of an account
13949                 specific SSL setting
13950
13951 2001-12-22 [alfons]     0.6.6claws9
13952
13953         * src/compose.c
13954         * src/messageview.c
13955         * src/mimeview.c
13956         * src/pgptext.c
13957         * src/procmime.[ch]
13958                 better support for multipart/digest (submitted
13959                 by Fredrik <e98fo@efd.lth.se>)
13960
13961 2001-12-22 [alfons]     0.6.6claws8
13962
13963         * src/addressbook.c
13964                 correct function signature
13965         * src/socket.[ch]
13966         * src/imap.[ch]
13967         * src/prefs_account.[ch]
13968                 allow IMAP over SSH tunnel (patch submitted by 
13969                 Martin Pool <mbp@samba.org>)
13970
13971 2001-12-21 [alfons]     0.6.6claws7
13972
13973         * sync with sylpheed 0.6.6cvs4-9
13974                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13975
13976 2001-12-21 [christoph]  0.6.6claws6
13977
13978         * src/compose.c
13979         * src/prefs_folder_item.[ch]
13980                 implement saving of outgoing messages to current folder.
13981                 fix segfault when no default outbox is available
13982                 (closes bug #495683)
13983
13984 2001-12-21 [carsten]    0.6.6claws5
13985         * src/folderview.c
13986         * src/summaryview.c
13987                 pressing CTRL while DND does now the expected thing and
13988                 copies the mail (moving is still the default, as this
13989                 seam more appropriate for handling mails by DND)
13990
13991 2001-12-18 [paul]       0.6.6claws4
13992
13993         * sync with sylpheed 0.6.6cvs3
13994                 see ChangeLog entries 2001-12-18
13995
13996 2001-12-18 [hiro]       0.6.6claws3
13997
13998         * src/undo.c
13999                 fix for multibyte characters (obtain the number of letters
14000                 instead of bytes).
14001
14002 2001-12-17 [paul]       0.6.6claws2
14003
14004         * sync with sylpheed 0.6.6cvs1
14005                 see ChangeLog entry 2001-12-16
14006
14007 2000-12-17 [alfons]     0.6.6claws1
14008
14009         * src/filtering.c
14010                 clean up
14011
14012 2001-12-16 [paul]       0.6.6claws
14013 2001-12-15
14014
14015         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14016
14017         * src/mimeview.c
14018                 last minute sync with main 0.6.6
14019
14020         * po/es.po
14021                 updated by Ricardo Mones Lastra
14022                 update for last minute sync
14023         * po/fr.po
14024         * po/nl.po
14025                 update for last minute sync
14026         * po/de.po
14027                 updated by Jens Oberender
14028         * po/pt_BR.po
14029                 updated by Fabio Junior Beneditto
14030
14031         * src/prefs_common.[ch]
14032         * src/undo.c
14033                 number of undo levels is user configurable
14034                 (squeeze it into the release in the dying
14035                 moments) Submitted by Jens Oberender    
14036
14037 2001-12-15 [melvin]
14038
14039         * po/fr.po
14040                 updated french translation
14041
14042 2001-12-15 [paul]       0.6.5claws92
14043
14044         * sync with sylpheed 0.6.5cvs28
14045                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14046
14047         * po/nl.po
14048                 update to allow for sync
14049
14050 2001-12-15 [alfons]
14051         
14052         * po/nl.po
14053                 update dutch translation
14054
14055 2001-12-14 [carsten]    0.6.5claws91
14056         * src/summaryview.c
14057                 fixed bug #473785; also after changing the column order
14058                 the same message will be selected and displayed as before
14059                 the reordering
14060
14061 2001-12-14 [carsten]    0.6.5claws90
14062         * src/folderview.c
14063                 probably found the bug reported by wwb opening or closing
14064                 a folder tree just before dnd (found the solution in the
14065                 balsa source -- thanks to them)
14066
14067 2001-12-14 [carsten]    0.6.5claws89
14068         * src/gtkutils.c
14069         * src/account.c
14070                 moved gtk_clist_moveto to the right place, so that
14071                 only the accounts dialog is effected on opening
14072
14073 2001-12-14 [carsten]    0.6.5claws88
14074         * src/gtkutils.c
14075                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14076                 now, so that the focused row will be seen in any case
14077                 (reported by wwp on sf-claws-user)
14078
14079 2001-12-14 [darko]      0.6.5claws87
14080
14081         * src/compose.c
14082                 remove unnecessary line
14083
14084 2001-12-14 [paul]       0.6.5claws86
14085
14086         * sync with sylpheed 0.6.5cvs27
14087                 see ChangeLog entries 2001-12-14
14088
14089 2001-12-14 [carsten]    0.6.5claws85
14090         * src/mainwindow.c
14091                 following a suggestion of Melvin the rcoabm pops up
14092                 right under the button now and the button is reliefed
14093                 while the popup is open
14094
14095 2001-12-14 [darko]      0.6.5claws84
14096
14097         * src/compose.c
14098                 fix crash when wrapping long lines if linewrap quotation
14099                 is disabled and wrapper encounters a word spanning more
14100                 than one line
14101
14102 2001-12-13 [paul]       0.6.5claws83
14103
14104         * src/compose.c
14105                 prefer 'Reply-To' header over mailing list header when
14106                 replying to a message. Finally prevent all those confirmation 
14107                 messages being sent to the list itself.
14108
14109         * src/summaryview.c
14110                 remove unused summary_set_menu_sensitive() entry
14111
14112 2001-12-13 [paul]       0.6.5claws82
14113
14114         * src/folderview.c
14115         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14116         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14117         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14118                 improvements to 'Hide read messages': Inbox, Outbox,
14119                 Trash, Queue, and Draft icons now reveal presence of hidden 
14120                 messages
14121
14122 2001-12-12 [alfons]     0.6.5claws81
14123
14124         0.6.5claws80 was tagged as LAST_STABLE
14125
14126         * src/filtering.[ch]
14127         * src/matcher.[ch]
14128         * src/matcher_parser_lex.c
14129                 fix the filtering; my last attempt to get it right, 
14130                 if it does not work, it's Hoa's turn. ;-)
14131
14132                 for my honourable peers:
14133                 
14134                 the code now makes a clear distinction between
14135                 rules as they are displayed (probably escaped),
14136                 and as they are executed (probably unescaped). the
14137                 parser does *NOT* do any unescaping, this is
14138                 the task of the matcher.c (which breaks up a
14139                 rule into condition) and the filtering.c (which
14140                 breaks up the rule's action). to make this
14141                 run happily we provide an unescaped copy of
14142                 crucial strings to the MatcherProp and 
14143                 FilteringAction structures. note that the only
14144                 exception to this is any REGEXP string. those
14145                 are directly passed to regcomp() and regexp()
14146                 (who have much more powerful unescape functions).
14147                 
14148                 for everyone else:
14149         
14150                 you can escape tab (\t), carriage return (\r),
14151                 linefeed (\n), form feed (\f), quote (\"), 
14152                 single quote (\'), bell (\b) in all the entry
14153                 lines in the scoring & filtering dialogs.
14154                 as an added bonus this should not affect
14155                 existing filtering rules.
14156
14157 2001-12-12 [carsten]    0.6.5claws80
14158
14159         * src/summaryview.c
14160         * po/de.po
14161                 "item(s) selected" is now sensitive to 1 or more
14162                 than one selected (nice for language where simple
14163                 adding of a "s" is not possible as German (Eintrag
14164                 ->Eintr"age)
14165                 
14166                 the "forward as attachment" entry from the right
14167                 click menu removed, "forward" acts following the
14168                 prefs
14169         
14170         * src/textview.c
14171                 reverted my former changes; so compiler warning again
14172                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14173                 nevertheless
14174
14175         * src/messageview.c
14176                 "search in message" does now *not* only work in MVIEW_TEXT
14177                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14178                 message
14179
14180         * src/mainwindow.c
14181                 removed "/File/_Close" as it was the same as "/File/E_xit"
14182                 and we don't need it two times
14183
14184                 the separate folder view and message view now get a distinct
14185                 WMCLASS, just in case someone is using sawfish ;-)
14186
14187                 as the menu entries "/View/Message view" and "/View/Folder tree"
14188                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14189                 make them sensitive accordingly and as these two are "shown"
14190                 after startup anytime check this menuitem at startup
14191
14192 2001-12-12 [paul]       0.6.5claws79
14193
14194         * src/folderview.c
14195                 fix sensitivity of 'Search folder...', broken in
14196                 0.6.5claws75
14197
14198         * src/mainwindow.c
14199                 fix dodgy English
14200
14201 2001-12-11 [carsten]    0.6.5claws78
14202         * src/filtering.c
14203                 fixed two typos returning a wrong FALSE/TRUE
14204         * src/mainwindow.[ch]
14205                 extra menu for email/news button removed
14206
14207 2001-12-11 [alfons]     0.6.5claws77
14208         
14209         * src/matcher.c                 (1.3)
14210         * src/matcher_parser_lex.l      (1.28)
14211                 revert for another attempt
14212                 mark 0.6.5claws77 as LAST_STABLE
14213
14214 2001-12-11 [christoph]  0.6.5claws76
14215
14216         * po/de.po
14217                 fixed wrong translation for prev. unread msg
14218
14219 2001-12-11 [paul]       0.6.5claws75
14220
14221         * src/folder.[ch]
14222         * src/folderview.c
14223         * src/mainwindow.c
14224         * src/summaryview.[ch]
14225         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14226                 enable ability to hide read messages on per folder basis via 
14227                 '/Summary/Hide read messages'; when selected, a folder will 
14228                 have a red open folder icon, instead of a blue icon, if the 
14229                 folder contains hidden messges
14230                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14231
14232         * src/mainwindow.c
14233                 remove '/Message/Forward as attachment' from 
14234                 main_window_set_menu_sensitive() to prevent debug warning
14235
14236         * src/folderview.c
14237         * src/mainwindow.c
14238                 Clean up some of the English
14239
14240         * tools/newscache_clean.pl
14241                 allow for new 'hidereadmsgs' entry in folderlist.xml
14242
14243         * po/es.po
14244                 updated translation, submitted by Ricardo Mones Lastra
14245
14246 2001-12-11 [paul]       0.6.5claws74
14247
14248         * sync with sylpheed 0.6.5cvs25
14249                 see ChangeLog entry 2001-12-11
14250
14251 2001-12-10 [alfons]     0.6.5claws73
14252
14253         * src/matcher.c
14254                 add more control characters
14255         * src/matcher_parser_lex.l
14256                 make escaping / unescaping work again
14257
14258 2001-12-10 [alfons]     0.6.5claws72
14259
14260         * src/imap.c
14261                 clean up warnings "returning value for void function" 
14262         * src/prefs_filtering.c
14263                 make info button for execute action sensitive
14264
14265 2001-12-10 [paul]       0.6.5claws71
14266
14267         * src/compose.c
14268         * src/imap.[ch]
14269         * src/summaryview.c
14270                 fix: imap server now gets informed of MARKED, UNMARKED
14271                 and REPLY events. Now people can use different IMAP-Mail
14272                 clients and have the exact same information about MARKED,
14273                 UNMARKED and REPLY status with all of them. Especially
14274                 useful for imap servers with a web-frontend.
14275                 submitted by Tobias Sandhaas <medlor@web.de>
14276
14277 2001-12-09 [melvin]     0.6.5claws70
14278         
14279         * src/textview.[ch]
14280                 fixed bug #490076 (hunted down by Alfons who implemented
14281                 a workaround in 0.6.5claws65)
14282
14283 2001-12-09 [christoph]  0.6.5claws69
14284
14285         * src/summaryview.c
14286                 set pointer to string in LOCKED column to NULL
14287                 (might fix bug #490800)
14288
14289 2001-12-09 [carsten]    0.6.5claws68
14290
14291         * po/de.po
14292                 resolved some cluttered menu shortcuts 
14293                 ('creating new email' and 'creating news message'
14294                 hade the same)
14295         * src/compose.c
14296                 wmclass now distinc from main window
14297         * src/mainwindow.c
14298           src/mainwindow.h
14299                 email/news and forward button functionality similar
14300                 to the reply buttons; removed the ugly dropdown arrows
14301                 and use instead the right mouse button
14302
14303 2001-12-09 [paul]       0.6.5claws67
14304
14305         * src/imap.c
14306         * src/utils.h
14307                 allow spaces in imap folder names
14308                 submitted by Willem van Engen <wvengen@stack.nl>
14309
14310 2001-12-09 [paul]       0.6.5claws66
14311
14312         * sync with sylpheed 0.6.5cvs24
14313                 see ChangeLog entry 2001-12-09
14314
14315 2001-12-08 [alfons]     0.6.5claws65
14316
14317         * src/textview.c
14318                 prevent secondary selection claim after "add to sender" dialog
14319                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14320                 we trick GTK by simulating a click at (0, 0) in the textview.
14321
14322 2001-12-08 [hoa]        0.6.5claws64
14323
14324         * src/folder.c
14325                 fixed a bug about the .processing folder name while filtering
14326
14327 2001-12-08 [alfons]     0.6.5claws63
14328
14329         * src/folderview.c 
14330                 work around problem of not correctly updating folder stats
14331                 when deleting messages. there's some folder scanning evil
14332                 going so the folderview_update_msg_num() does not work
14333                 correctly. need to investigate this.
14334
14335 2001-12-08 [paul]       0.6.5claws62
14336
14337         * sync with sylpheed 0.6.5cvs23
14338                 see ChangeLog entry 2001-12-08
14339
14340 2001-12-07 [christoph]  0.6.5claws61
14341
14342         * src/compose.c
14343                 fix another header translation problem
14344
14345 2001-12-07 [alfons]     0.6.5claws60
14346
14347         * src/mbox.c
14348                 make filtering also work on local spool mbox
14349
14350 2001-12-07 [carsten]    0.6.5claws59
14351         * src/addressbook.c
14352                 addressbook window gets a wmclass distinct from the main
14353                 sylpheed window
14354         * src/compose.h
14355         * src/mainwindow.[ch]
14356                   forward menu item will use mode selected in prefs, forward 
14357                 as attatchment in menu removed (will be substituted in the
14358                 toolbar similar to reply buttons)
14359                   create news message menu entry and news button is now 
14360                 sensitive to the existance of a news account
14361         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14362         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14363         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14364                 these are removed because the toolbar buttons don't show
14365                 the quoting modus any longer
14366
14367 2001-12-07 [paul]
14368
14369         * tools/newscache_clean.pl      ** NEW FILE **
14370                 perl script to do some tidying up in the newscache directory 
14371                 
14372         * tools/sylpheed-switcher       ** NEW FILE **
14373                 perl script to enable easy switching between main and claws
14374                 
14375         * tools/README
14376                 added descriptions of the two new perl scripts          
14377
14378
14379 2001-12-07 [melvin]     0.6.5claws58
14380
14381         * src/messageview.c
14382                 fixed a warning during compilation introduced in 0.6.5claws56
14383
14384 2001-12-07 [paul]       0.6.5claws57
14385
14386         * src/mainwindow.[ch]
14387         * src/menu.[ch]
14388                 further usability enhancements to replying with or without 
14389                 quoting via the toolbar, use of Ctrl key is replaced by 
14390                 drop down menu 
14391                 Submitted by Carsten Schurig            
14392
14393 2001-12-07 [melvin]     0.6.5claws56
14394
14395         * src/messageview.c
14396                 hack to fix bug that prevented to make/paste selections
14397                 after switching between MVIEW_TEXT and MVIEW_MIME views
14398                 without deselecting the selection first.
14399
14400 2001-12-06 [alfons]     0.6.5claws55
14401
14402         * src/filtering.[ch]
14403         * src/inc.c
14404                 revise filtering a little bit more, and make sure
14405                 messages are delivered to the appropriate inbox
14406                 (perhaps set per account)
14407
14408 2001-12-06 [paul]       0.6.5claws54
14409
14410         * sync with sylpheed 0.6.5cvs22
14411                 see ChangeLog entry 2001-12-06
14412
14413 2001-12-05 [alfons]     0.6.5claws53
14414
14415         * src/inc.c
14416         * src/folder.[ch]
14417         * src/procmsg.c
14418         * src/filtering.c
14419                 more revisions of filtering system
14420                 (last stable version is marked as LAST_STABLE)
14421                 
14422                 | NOTE 1): the filtering system now uses a local folder called
14423                 | .processing. if filtering fails, check this directory
14424                 | for missing messages.
14425                 |
14426                 | NOTE 2): help us find the filtering actions still missing
14427
14428 2001-12-05 [paul]       0.6.5claws52
14429
14430         * src/mainwindow.c
14431                 fix bug where 'Empty Trash?' pop-up window appears even
14432                 when Trash is empty, submitted by Jesse Skinner         
14433
14434 2001-12-05 [melvin]     0.6.5claws51
14435
14436         * src/compose.c
14437                 fixed bug #486106 to select correct account when reediting 
14438                 a queued message
14439         
14440 2001-12-04 [alfons]     0.6.5claws50
14441
14442         * src/mh.c
14443                 declare markfile in appropriate functions when
14444                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14445                 for spotting this)
14446
14447 2001-12-04 [paul]       0.6.5claws49
14448
14449         * sync with sylpheed 0.6.5cvs21
14450                 see ChangeLog entry 2001-12-04
14451
14452 2001-12-03 [christoph]  0.6.5claws48
14453
14454         * po/de.po
14455                 changed translation of undo
14456         * src/account.c
14457         * src/folder.c
14458                 don't reinvent the wheel to traverse a GNode
14459         * src/compose.[ch]
14460                 seperate code to create the compose gui into functions
14461                 add "Others" page with folder selection for saving copy
14462                 of the message.
14463                 the folder identifier is saved to queue header
14464         * src/procmsg.c
14465                 save message to folder in queue header
14466
14467 2001-12-03 [paul]       0.6.5claws47
14468
14469         * sync with sylpheed 0.6.5cvs20
14470                 see ChangeLog entry 2001-12-03
14471
14472 2001-12-01 [paul]
14473
14474         * more sync with sylpheed 0.6.5cvs19
14475                 see ChangeLog entry 2001-11-29
14476
14477 2001-11-30 [paul]       0.6.5claws46
14478         
14479         * src/compose.c
14480                 remove conflicts introduced by Hoa's last commit
14481          
14482         * src/mainwindow.c
14483                 make 'Message/Bounce' sensitive
14484
14485 2001-11-30 [hoa]        0.6.5claws45
14486
14487         * src/compose.c
14488                 slightly change bounce function to add
14489                 information about the user that bounced the mail
14490                 in the From header line.
14491
14492         * src/folderview.c
14493                 permit the use of processing in outbox folder.
14494
14495 2001-11-29 [paul]       0.6.5claws44
14496
14497         * src/mainwindow.[ch]
14498         * src/prefs_common.c
14499         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14500         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14501         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14502                 usability enhancements to the quoting, implements
14503                 use of Ctrl key to toggle quoting settings
14504                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14505
14506 2001-11-29 [paul]       0.6.5claws43
14507         
14508         * sync with sylpheed 0.6.5cvs19
14509                 see ChangeLog entry 2001-11-28
14510
14511 2001-11-29 [melvin]     0.6.5claws42
14512         * src/Makefile.am
14513                 added enriched.[ch] to the list of files
14514
14515         * src/textview.c
14516         * src/mimeview.c
14517         * src/procmime.[ch]
14518         * src/enriched.[ch]
14519                 added support to view text/enriched
14520                 added support to show headers in message view for text/enriched and text/html
14521                         in non multipart messages
14522
14523 2001-11-28 [paul]       0.6.5claws41
14524
14525         * more sync with sylpheed 0.6.5cvs18
14526                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14527
14528 2001-11-27 [paul]       0.6.5claws40
14529         
14530         * po/pt_BR.po
14531                 updated translation, submitted by Fabio Junior Beneditto
14532                 
14533         * sync with sylpheed 0.6.5cvs18
14534                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14535                 2001-11-27
14536
14537
14538 2001-11-26 [paul]
14539
14540         * po/es.po
14541                 updated translation, submitted by Ricardo Mones Lastra
14542
14543 2001-11-26 [alfons]
14544
14545         * src/matcher.c
14546                 add more translatable strings
14547
14548 2001-11-26 [christoph]  0.6.5claws39
14549
14550         * po/de.po      
14551                 fixed one more umlaut
14552         * src/compose.c
14553                 fix translated header when it should not be translated
14554
14555 2001-11-26 [paul]       0.6.5claws38
14556
14557         * src/mainwindow.c
14558                 remove '/Message/Add Sender to address book' from 
14559                 main_window_set_menu_sensitive(), prevent debug warning
14560                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14561
14562 2001-11-26 [paul]       0.6.5claws37
14563
14564         * src/summaryview.c
14565                 fix 'recurring unread state' bug 
14566
14567         * tools/README 
14568         * tools/filter_conv.pl
14569                 read name of top level mailbox from folderlist.xml
14570                 and presume nothing about its name              
14571
14572 2001-11-26 [darko]      0.6.5claws36
14573
14574         * src/gtkstext.[ch]
14575                 removed functions that are now in gtkutils.c
14576                 use gtkut_text_is_uri_string() from gtkutils.c
14577         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14578
14579 2001-11-26 [paul]       0.6.5claws35
14580
14581         * sync with sylpheed 0.6.5cvs16
14582                 see ChangeLog entries 2001-11-25 and 2001-11-26
14583
14584 2001-11-25 [alfons]     0.6.5claws34
14585
14586         EXPERIMENTAL!!! Please checkout the last stable version using: 
14587           
14588         % cvs update -r LAST_STABLE -dRAP
14589
14590         (Or help us testing this stuff.)
14591
14592         * src/filtering.c               (1.14)
14593         * src/filtering.h               (1.6)
14594         * src/inc.c                     (1.28)
14595         * src/matcher.c                 (1.20)
14596         * src/mbox.c                    (1.9)
14597         * src/procmsg.h                 (1.14)
14598         * src/summaryview.c             (1.59)
14599         * src/summaryview.h             (dunno)
14600                 revert/merge/sync to as it was before commit 
14601                 on Thu, 19 Jul 2001 10:15:51 -0700.
14602
14603 2001-11-25 [hoa]        0.6.5claws33
14604
14605         * src/main.c
14606                 processing mails at startup
14607
14608         * src/folderview.c
14609         * src/summaryview.[ch]
14610                 processing mails when entering folder
14611
14612         * src/prefs_filtering.c
14613                 fixed some UI bugs
14614
14615 2001-11-24 [alfons]     0.6.5claws32
14616
14617         * src/summaryview.[ch]
14618                 make summary sort headers work, and also make
14619                 sure the sort type is stored
14620
14621 2001-11-23 [alfons]     0.6.5claws31
14622
14623         * src/summaryview.[ch]
14624                 make lock work like mark
14625                 disallow deleting messages marked as locked
14626
14627 2001-11-23 [alfons]     0.6.5claws30
14628
14629         * src/gtkstext.c
14630         * src/compose.[ch]
14631         * src/Makefile.am
14632         * src/undo.[ch]
14633                 merge undo patch submitted by Jens
14634
14635 2001-11-23 [christoph]  0.6.5claws29
14636
14637         * src/.cvsignore
14638                 added ylwrap
14639         * src/compose.c
14640                 fixed gpg signing and encoding
14641         * src/folder.[ch]
14642         * src/main.c
14643                 added --status option to get new, unread and total
14644                 message count from a running sylpheed
14645         * src/prefs_common.c
14646                 temporary fix for reply_with_quote problem
14647                 (don't call functions for non existing widget)
14648         * src/procmsg.c
14649                 one more check for ignored threads but still not
14650                 always working correctly. probably a recursive
14651                 check for all parents is needed
14652
14653 2001-11-23 [darko]      0.6.5claws28
14654
14655         * src/compose.c
14656                 wrapping on send improvements
14657         * src/gtkutils.[ch]
14658                 fix for GtkSText after last sync with main branch
14659                 GTK_TEXT -> GTK_STEXT
14660
14661 2001-11-23 [paul]       0.6.5claws27
14662
14663         * sync with sylpheed 0.6.5cvs14
14664                 see ChangeLog entries 2001-11-22 and 2001-11-23
14665                 
14666         * po/de.po
14667                 fixed the scrambled umlauts 
14668                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14669
14670 2001-11-21 [paul]       0.6.5claws26
14671
14672         * sync with sylpheed 0.6.5cvs12
14673                 see 2nd ChangeLog entry dated 2001-11-20
14674
14675 2001-11-20 [paul]       0.6.5claws25
14676
14677         * sync with sylpheed 0.6.5cvs11
14678                 see ChangeLog entry 2001-11-19 (src/utils.c)
14679
14680 2001-11-20 [hiro]
14681
14682         * src/compose.c
14683                 GTK_TEXT -> GTK_STEXT
14684                 fix for wrong comment
14685
14686 2001-11-20 [hiro]       0.6.5claws24
14687
14688         * src/compose.[ch]
14689                 more merges from main branch
14690                 removed fatal warnings (uninitialized variables etc.)
14691                 some coding style fix
14692         * src/gtkutils.h
14693                 fixed typo.
14694         * src/addressbook.c
14695           src/addrindex.c
14696                 V-Card -> vCard
14697
14698 2001-11-19 [hoa]        0.6.5claws23
14699
14700         * src/filtering.c
14701         * src/prefs_scoring.c
14702         * src/matcher.[ch]
14703         * src/scoring.c
14704                 cleaning code
14705
14706         * src/matcher_parser_parse.y
14707         * src/prefs_filtering.c
14708                 bouncing
14709
14710 2001-11-19 [alfons]     0.6.5claws22
14711
14712         more of my old things into claws
14713
14714         * src/Makefile.am
14715         * src/prefs_common.c
14716         * src/procmsg.h
14717         * src/summaryview.[ch]
14718         * src/prefs_summary_column.c
14719         * src/pixmaps/locked.xpm
14720                 add indicators for locking of message in summary view
14721                 (does not work yet, only visual indicator)
14722
14723 2001-11-19 [paul]       0.6.5claws21
14724
14725         * sync with sylpheed 0.6.5cvs10
14726                 see ChangeLog entry 2001-11-19
14727
14728 2001-11-18 [alfons]     0.6.5claws20
14729         
14730         * src/filtering.c
14731                 remove an inadvertent free I forgot in previous clean up 
14732
14733 2001-11-18 [alfons]     0.6.5claws19
14734
14735         * src/filtering.[ch]
14736                 clean up & plug leaks
14737
14738 2001-11-18 [paul]       0.6.5claws18
14739
14740         * sync with sylpheed 0.6.5cvs9
14741                 see ChangeLog entries 2001-11-17 and 2001-11-18
14742
14743 2001-11-16 [paul]       0.6.5claws17
14744
14745         * sync with sylpheed 0.6.5cvs8
14746                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14747
14748 2001-11-16 [paul]       0.6.5claws16
14749
14750         * sync with sylpheed 0.6.5cvs7
14751                 see ChangeLog entries 2001-11-15 and 2001-11-16
14752
14753 2001-11-15 [hoa]        0.6.5claws15
14754
14755         * src/compose.c
14756                 fix bounce, mails we received couln't be bounced to ourself.
14757
14758         * src/defs.h
14759         * src/filtering.[ch]
14760         * src/matcher.[ch]
14761         * src/matcher_parser.h
14762         * src/matcher_parser_lex.l
14763         * src/matcher_parser_parse.y
14764         * src/inc.c
14765         * src/main.c
14766         * src/mbox.c
14767         * src/prefs_filtering.[ch]
14768         * src/mainwindow.c
14769         * src/prefs_matcher.c
14770         * src/prefs_scoring.c
14771         * src/scoring.[ch]
14772         * src/summaryview.c
14773                 new matcher/filter/score configuration file parser
14774                 one unique configuration file => ~/.sylpheed/matcherrc
14775                 import in currently automatic, then save are made
14776                 in this new file.
14777                 one filter per folder and one global filter
14778                 (filter of a folder will be used as folder processing)
14779
14780         * src/folder.c
14781                 fix a bug in folder_item_get_identifier
14782                 
14783         * src/messageview.c
14784                 receive receipt return are fixed.
14785
14786 2001-11-14 [alfons]     0.6.5claws14
14787
14788         * src/session.h
14789                 add things from main branch to make claws compile
14790
14791 2001-11-14 [paul]       0.6.5claws13
14792
14793         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14794                 see ChangeLog entries 2001-11-08 to 2001-11-14
14795
14796 2001-11-14 [hoa] 0.6.5claws12
14797
14798         * src/compose.[ch]
14799         * src/mainwindow.c
14800         * src/summaryview.c
14801                 add "bounce mail" option
14802
14803 2001-11-13 [christoph]  0.6.5claws11
14804
14805         * src/compose.c
14806                 Cleanup a mess i add before commiting
14807
14808 2001-11-13 [hoa]        0.6.5claws10
14809
14810         * src/compose.c
14811                 some fixes when mail are sent or
14812                 for crossposts
14813
14814 2001-11-13 [christoph]  0.6.5claws9
14815
14816         * po/de.po
14817                 Changed two string with the same translation
14818         * src/compose.c
14819         * src/procmsg.[ch]
14820         * src/send.[ch]
14821                 New mailsending process:
14822                   - Always queue message before sending
14823                     (message will be saved if sylpheed crashed or
14824                      freezes while sending)
14825                   - Allow queuing of newspostings
14826                   - No copy in outbox before sending
14827                     (closes bug #469501)
14828                   - No more redundant code for send and send_later
14829         * src/summaryview.c
14830                 Applied wwp <subscript@free.fr>'s patch that fixes
14831                 marks for multiple forwarded messages (+compose.c)
14832
14833 2001-11-12 [alfons]
14834
14835         * README.claws
14836                 remove things that are now in main branch
14837         
14838         * po/nl.po
14839                 update Dutch translation
14840
14841 2001-11-12 [mhadasht]   0.6.5.claws8
14842
14843         * src/prefs_common.c
14844                 re-enabled account autoselection feature for forward
14845                 and reedit lost during the branch point for SYNC-B4-REL
14846         * src/gtkspell.c
14847                 gtkpspell_get_dict(): more readable code (even if function is
14848                 not used yet)
14849         * ChangeLog.claws
14850                 added version number info to 2001-11-12 [hiro] comment.
14851
14852 2001-11-12 [hiro]       0.6.5.claws7
14853
14854         * src/compose.c
14855                 compose_forward(): fixed a bug that forward quote mark
14856                 wasn't used.
14857                 removed unnecessary code.
14858         * src/template_select.[ch]: removed.
14859
14860 2001-11-11 [alfons]
14861
14862         * src/compose.c
14863                 :%s/GTK_TEXT/GTK_STEXT/g
14864         
14865         * src/compose.[ch]
14866         * src/undo.[ch]
14867         * src/Makefile.am
14868                 revert the undo stuff (this is 0.6.6claws stuff)
14869
14870 2001-11-11 [hoa]        0.6.5.claws6
14871
14872         * src/compose.[ch]
14873                 Insert signature at the end of the text.
14874                 Added undo patch but currently disabled
14875
14876         * src/procmsg.c
14877                 Threading by subject improved.
14878
14879         * added src/undo.[ch]
14880                 Undo module for compose dialog box.
14881
14882 2001-11-11 [alfons]     0.6.5.claws5
14883
14884         * src/procmsg.c
14885                 prevent threading by subject on nodes that have already been
14886                 threaded by in-reply-to (as in "circular references in a tree
14887                 result in a dead branch")
14888
14889 2001-11-09 [hoa]        0.6.5.claws4
14890         
14891         * src/folderview.c
14892                 allows creation of mbox folder item from any files.
14893
14894 2001-11-09 [alfons]     0.6.5.claws3
14895         
14896         * src/utils.c
14897         * src/procmsg.c
14898                 do what I mean and correct threading by subject so it really
14899                 ignores attracting lines without "Re: "
14900
14901 2001-11-07 [alfons]     0.6.5.claws2
14902
14903         * src/procmsg.c
14904         * src/utils.[ch]
14905                 only attract by subject if a subject line starts with a "Re: "
14906         * src/syldap.c
14907                 remove warning
14908
14909 2001-11-07 [paul]       0.6.5claws1
14910
14911         * sync with sylpheed 0.6.5. release
14912                 see ChangeLog entry 2001-11-07
14913
14914 2001-11-07 [paul]       0.6.4claws31
14915
14916         * sync with sylpheed 0.6.4cvs18
14917                 see ChangeLog entries 2001-10-30 to 2001-11-07
14918                 prefs_templates.[ch] renamed prefs_template.[ch]
14919
14920 2001-11-06 [alfons]
14921         
14922         * src/utils.h
14923                 add semicolon Hoa forgot ;-)
14924                 
14925
14926 2001-11-06 [hoa]        0.6.4claws30
14927         
14928         * src/procmsg.c
14929         * src/summaryview.c
14930         * src/utils.c
14931         * src/utils.h
14932                 threading by subject - empty subject are ignored
14933
14934 2001-11-06 [christoph]  0.6.4claws29
14935
14936         * src/socket.c
14937                 use SSL_peek for sock_gets
14938         * src/utils.c
14939                 removed unneeded pointer in extracting quoted
14940                 names implementation
14941
14942 2001-11-06 [melvin]     0.6.4claws28
14943
14944         * src/gtkspell.c
14945                 fixed bug #476792 Selection overtyping with spell checker
14946                 fixed bug which could cause a buffer overflow
14947                 fixed a memory leak
14948
14949 2001-11-06 [hoa]        0.6.4claws27
14950         
14951         * src/procmsg.c
14952         * src/summaryview.c
14953                 threading by subject
14954
14955 2001-11-05 [alfons]     0.6.4claws26
14956         
14957         * README.claws
14958                 Claws -> Sylpheed (vice versa)
14959
14960         * src/compose.c
14961                 :%s/gtk_text/gtk_stext/g
14962                 :%s/GTK_TEXT/GTK_STEXT/g
14963                 (thanks to Jonathan Ware for spotting this)
14964
14965 2001-11-04 [christoph]  0.6.4claws25
14966
14967         * src/summaryview.c
14968                 replace Xalloca + strdup with Xstrdup_a
14969         * src/utils.c
14970                 better implementation of extracting quoted names
14971                 from addresses (remove backlashes and ignore
14972                 quotes after them)
14973
14974 2001-11-04 [alfons]     0.6.4claws24
14975
14976         * src/utils.[ch]
14977                 edit to comply more with coding style
14978
14979         * src/textview.c
14980                 fix bug reported by Kim Schulz. introduced by the patch integrated
14981                 in 0.6.4claws15. the code did not check the return value of
14982                 the html parser.
14983
14984         * AUTHORS
14985                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14986
14987 2001-11-04 [christoph]  0.6.4claws23
14988
14989         * src/main.c
14990         * src/prefs_common.[ch]
14991                 init some pointers that possibly caused a segfault
14992                 reported in the claws-users ML
14993
14994 2001-11-04 [hoa]        0.6.4claws22
14995
14996         * src/grouplistdialog.c
14997                 change the names of the nodes in the tree
14998
14999         * src/compose.c
15000                 enhanced mailto syntax as described in
15001                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15002                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15003
15004         * src/utils.c
15005                 encode and decode URI (useful when opening URL into
15006                 netscape).
15007
15008 2001-11-03 [hoa]        0.6.4claws21
15009
15010         * src/grouplistdialog.c
15011                 a new newsgroups list selection dialog box
15012                 with a CTree instead of a CList
15013
15014 2001-11-03 [hoa]        0.6.4claws20
15015
15016         * src/folderview.c
15017                 enable property and scoring options when right
15018                 click on "inbox"
15019
15020         * src/summaryview.c
15021                 fixed bug when nickname were displayed using
15022                 the address book.
15023
15024 2001-11-02 [darko]      0.6.4claws19
15025
15026         * src/compose.c
15027                 new wrap quotation and URL/long words wrapping implementation
15028         * src/compose.c src/gtkstext.[ch]
15029                 move gtkstext_strncmp() to gtkstext.c
15030
15031 2001-11-01 [christoph]  0.6.4claws18
15032
15033         * src/prefs_account.c
15034                 fixed mess in account settings dialog
15035         * src/prefs_folder_item.c
15036                 added label with folder path to dialog
15037
15038 2001-10-31 [match]      0.6.4claws17
15039
15040         * src/vcard.c
15041                 fix memory leak.
15042         * src/addrbook.c
15043                 fix generation of spurious address book file names.
15044                 remove redundant functions.
15045         * po/POTFILES.in
15046                 added missing file names.
15047
15048 2001-10-30 [paul]       0.6.4claws16
15049
15050         * sync with sylpheed 0.6.4cvs6
15051                 see ChangeLog entries 2001-10-26 to 2001-10-30
15052
15053         * tools/filter_conv.pl
15054                 read folderlist.xml to discover whether the top-level
15055                 folder is called 'Mailbox' or 'Mail' 
15056
15057 2001-10-29 [paul]       0.6.4claws15
15058
15059         * src/html.c, src/textview.c
15060                 activate links in html mail and fix clickable parts
15061                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15062
15063 2001-10-29 [paul]
15064
15065         * po/de.po, po/es.po, po/pt_BR/po
15066                 updated translations, submitted by Jens Oberender,
15067                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15068
15069 2001-10-29 [darko]      0.6.4claws14
15070
15071         * src/compose.c
15072                 fix wrapping for good
15073
15074 2001-10-29 [darko]
15075
15076         * src/compose.c
15077                 undo previous change as it broke the smart wrapping
15078
15079 2001-10-29 [darko]      0.6.4claws13
15080
15081         * src/compose.c
15082                 fix infinite loop when long URL is quoted
15083                 (closes bug #475122.
15084
15085 2001-10-28 [match]
15086
15087         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15088                 import Mutt address book
15089         * src/ldif.[ch] src/importldif.h
15090                 modified import LDIF handle user attributes
15091
15092 2001-10-28 [christoph]  0.6.4claws12
15093
15094         * src/summaryview.c
15095                 fixed that filtering did not work if there
15096                 were no filter rules
15097                 (closes bug #472003 and better implementation
15098                  of patch #474644)
15099
15100 2001-10-27 [christoph]  0.6.4claws11
15101
15102         * src/compose.c
15103                 make the folder's default account to be used when
15104                 replying. (patch by wwp <subscript@free.fr>)
15105         * src/compose.c
15106                 code cleanup, nearly killed all of wwp's patch
15107                 for folder's default account in compose
15108         * src/folderview.c
15109                 error panel when a folder could not be created
15110                 (closes bug #471080 new folder name & already
15111                  existing file)
15112
15113 2001-10-26 [alfons]
15114
15115         * src/utils.h
15116                 change prototype of strstr2() that Christoph forgot about
15117
15118 2001-10-26 [christoph]  0.6.4claws10
15119
15120         * src/account.c
15121                 made search for accounts by email address not case
15122                 sensitive
15123         * src/folder.c
15124                 fixed memory leak in folder_item_get_identifier
15125         * src/gtkspell.c
15126         * src/utils.c
15127                 fixed wrong strstr2 (should work like strstr)
15128
15129 2001-10-26 [darko]      0.6.4claws9
15130
15131         * src/compose.c src/gtkstext.[ch]
15132         * src/gtkstext.c
15133                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15134
15135 2001-10-26 [paul]       0.6.4claws8
15136
15137         * src/html.c
15138                 ignore css and javascript tags in html mail
15139                 case-insensitive, with or without double-quoted
15140                 strings
15141
15142 2001-10-26 [paul]       0.6.4claws7
15143
15144         * sync with sylpheed 0.6.4cvs1
15145                 see ChangeLog entry 2001-10-26
15146
15147         * src/prefs_account.c, src/prefs_common.c,
15148           src/prefs_summary_column.c
15149                 minor improvements to the English
15150
15151 2001-10-25 [alfons]     0.6.4claws6
15152
15153         * src/gtkstext.c
15154         
15155                 make GtkSText follow style of GtkText (closes bug 
15156                 #469211 "text selection while writing message")
15157                 
15158                 do sync with GTK 1.2.10
15159
15160 2001-10-25 [paul]       0.6.4claws5
15161
15162         * src/html.c
15163                 ignore css tags in html mail
15164
15165 2001-10-25 [darko]      0.6.4claws4
15166
15167         * src/compose.c
15168                 don't declare is_url_string as static function since
15169                 we need it in gtkstext.c
15170         * src/gtkstext.c
15171                 remove unused variable
15172                 don't wrap long URLs while composing a message
15173
15174 2001-10-24 [christoph]  0.6.4claws3
15175
15176         * src/socket.c
15177                 fix ssl deadlock, when peer closes connection
15178
15179 2001-10-24 [paul]       0.6.4claws2
15180
15181         * src/prefs_common.c
15182                 gettextize the gpg ascii-armored warning message
15183
15184         * src/compose.c
15185                 insert a DOS/MAC file into the composed message
15186                 (improvements)
15187
15188         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15189
15190 2001-10-22 [paul]       0.6.4claws1
15191
15192         * sync with sylpheed 0.6.4 release
15193                 see ChangeLog entries 2001-10-21
15194
15195         * po/fr.po, po/pt_BR.po
15196                 updated by Melvin Hadasht and Fabio Junior Beneditto
15197
15198 2001-10-21 [paul]       0.6.3claws30
15199
15200         * src/compose.c
15201                 insert a DOS text file from the compose window
15202                 into the composed message text (removes CRs characters)
15203                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15204
15205         * tools/filter_conv.pl, tools/README
15206                 automatically use ~/.sylpheed as working directory
15207                 print out confirmation message on completion
15208
15209         * correct Hoa's last ChangeLog.claws entry
15210
15211 2001-10-20 [hoa]        0.6.3claws29
15212
15213         * src/grouplistdialog.c
15214                 bugfix (another ?) to give the right
15215                 newsgroups list for each news server.
15216
15217         * src/news.c
15218         * src/news.h
15219                 improve the newsgroups list cache
15220
15221 2001-10-20 [paul]       0.6.3claws28
15222
15223         * sync with sylpheed 0.6.3cvs9
15224                 see ChangeLog entry 2001-10-19
15225
15226         * correct Alfons' last ChangeLog.claws entry
15227
15228 2001-10-19 [alfons]
15229
15230         * src/pgptext.[ch]
15231                 fix compilation problems (part of bug #472895)
15232
15233 2001-10-18 [hoa]        0.6.3claws27
15234
15235         * src/grouplistdialog.c
15236                 bugfix when we refresh was clicked (bug 472701)
15237
15238 2001-10-19 [christoph]  0.6.3claws26
15239
15240         * src/compose.c
15241                 last header entry should default to "To:" or
15242                 "Newsgroups:" and not copy the last entry line
15243                 in a new compose window
15244                 (closes bug #472686, #470792)
15245
15246 2001-10-19 [paul]       0.6.3claws25
15247
15248         * sync with Sylpheed 0.6.3cvs8
15249                 see ChangeLog entries 2001-10-18 and 2001-10-19
15250
15251 2001-10-18 [christoph]  0.6.3claws24
15252
15253         * src/procmsg.c
15254                 reimplement ignore thread
15255         
15256 2001-10-18 [hoa]        0.6.3claws23
15257
15258         * src/folderview.c
15259         * src/grouplistdialog.[ch]
15260                 enhanced news subscription interface (feature 469113)
15261
15262         * src/news.c
15263         * src/news.h
15264                 enchanced newsgroup listing,
15265                 now, we can get groups informations
15266                 (NNTPGroupInfo)
15267
15268 2001-10-18 [paul]       0.6.3claws22
15269
15270         * src/summaryview.c
15271                 remove comment (sync with main branch)
15272         * src/mainwindow.c
15273                 fix 'Re-edit' bug in 'Message' menu
15274
15275 2001-10-17 [christoph]  0.6.3claws21
15276
15277         * src/compose.c
15278                 ignore empty or whitespace only header lines
15279
15280 2001-10-17 [paul]       0.6.3claws20
15281
15282         * sync with sylpheed 0.6.3cvs7
15283                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15284                 2001-10-17
15285
15286 2001-10-17 [darko]
15287
15288         * src/compose.c
15289                 wrap long lines without spaces
15290                 don't wrap URLs
15291
15292 2001-10-16 [paul]
15293
15294         * po/es.po, po/nl.po, po/pt_BR.po
15295                 updated by Ricardo Mones Lastra, Alfons,
15296                 and Fabio Junior Beneditto
15297
15298         * sylpheed-0.6.3claws released
15299
15300 2001-10-15 [melvin] 0.6.3claws18
15301
15302         * README.claws
15303                 added summary and detailed installation instructions
15304                 for spell checker
15305         * po/fr.po
15306                 Updated, corrected and completed french translation
15307
15308 2001-10-15 [hoa] 0.6.3claws17
15309         * src/grouplistdialog.c
15310                 we can choose the newsgroups to display with wildcards
15311
15312 2001-10-15 [christoph]  0.6.3claws16
15313
15314         * src/account.c
15315         * src/compose.c
15316         * src/prefs_folder_item.[ch]
15317                 applied wwp <subscript@free.fr>'s folder
15318                 default account patch
15319         * po/de.po
15320                 Fixed wrong translation
15321
15322 2001-10-13 [alfons, christoph, melvin]  
15323                         0.6.3claws15
15324
15325         solution #2 to solve MT-safety problems defers all GUI related calls
15326         to the main thread using a gtk_idle_add() callback. discussed on
15327         ircnet #sylpheed, with christoph spotting some issues with the
15328         original code, and melvin allowing us to lobotomize his sylpheed.
15329
15330         * src/syldap.[ch], src/main.c
15331                 fix race problem in ldap search thread by deferring GUI 
15332                 stuff to main thread using gtk_idle_add()
15333
15334 2001-10-13 [paul]       0.6.3claws14
15335
15336         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15337                 add Sergey's smtpcred.patch
15338                 adds separate username/password setting for SMTP Auth
15339                 needed by some servers
15340                 (closes feature request #471659)
15341
15342 2001-10-13 [paul]       0.6.3claws13
15343
15344         * src/pgptext.[ch] **NEW FILES**
15345         * src/Makefile.am, src/messageview.c, src/mimeview.c
15346                 decrypt ascii-armored gpg text embedded in
15347                 the message body.
15348                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15349
15350 2001-10-13 [christoph]  0.6.3claws12
15351
15352         * README.claws
15353                 some more details on default to and
15354                 feature requests
15355         * src/main.c
15356                 init glib threading when ldap is used
15357         * src/syldap.c
15358                 threading fixes
15359         * po/de.po
15360                 fixed a typo
15361
15362 2001-10-12 [paul]       0.6.3claws11
15363
15364         * src/prefs_common.[ch], src/rfc2015.c
15365                 enable ascii-armored gpg text to be embedded in the
15366                 message body, selectable through the 'Privacy'
15367                 preferences. Supports encrypting only.
15368                 Submitted by Ravemax <ravemax@dextrose.com>
15369
15370 2001-10-12 [paul]       0.6.3claws10
15371
15372         * sync with sylpheed 0.6.3cvs6
15373                 see ChangeLog entries 2001-10-11 and 2001-11-12
15374
15375         * src/folderview.c
15376                 incorporated mbox folders, scoring, and folder
15377                 properties into the sync
15378
15379 2001-10-12 [darko]      0.6.3claws9
15380
15381         * README.claws
15382                 describe quotation wrapping
15383         * src/compose.c
15384                 don't treat tab as space to calculate line length properly
15385
15386 2001-10-11 [alfons]
15387
15388         * README.claws
15389                 correct description of how to make new filtering system work,
15390                 add some other things
15391                 
15392         * src/syldap.c
15393                 remove sched_yield() (not necessary / unportable)
15394
15395 2001-10-11 [paul]       0.6.3claws8
15396
15397         * sync with sylpheed 0.6.3cvs3
15398                 see ChangeLog entry 2001-10-10
15399
15400 2001-10-10 [christoph]  0.6.3claws7
15401
15402         * .cvsignore
15403                 ignore 2 files created by newer autotools
15404         * src/prefs_folder_item.c
15405                 using table for widget alignment
15406                 fixed memory leak and broken octal display
15407         * src/filesel.c
15408                 fixed segfault caused by lost filename
15409                 workaround (closes bug #469551)
15410
15411 2001-10-10 [paul]       0.6.3claws6
15412
15413         * sync with sylpheed 0.6.3cvs2
15414                 see ChangeLog entries 2001-10-09 and 2001-10-10
15415
15416 2001-10-10 [darko]      0.6.3.claws5
15417
15418         * src/gtkstext.c
15419                 proper calculation of right margin if smart wrapping is enabled
15420         * src/compose.c
15421                 automatically wrap long lines if wrap quotation is enabled
15422
15423 2001-10-09 [alfons]     0.6.3.claws4
15424
15425         * src/summaryview.c
15426                 select correct row when deleting last row in the summary view (and
15427                 close bug "[ #469104 ] select second last in list when deleting")
15428
15429 2001-10-09 [paul]       0.6.3claws3
15430
15431         * sync with sylpheed 0.6.3cvs1
15432                 updated some autotool scripts
15433
15434 2001-10-09 [darko]      0.6.3claws2
15435
15436         * src/gtkstext.[ch]
15437                 new name and mark with Sylpheed comment
15438         * src/compose.c
15439                 smart quotation wrapping a-la VIM
15440
15441 2001-10-08 [paul]       0.6.3claws1
15442
15443         * sync with sylpheed 0.6.3 release
15444                 see ChangeLog entry 2001-10-08
15445
15446 2001-10-08 [paul]       0.6.2claws24
15447
15448         * src/summaryview.c
15449                 more sync with sylpheed 0.6.2cvs12
15450                 Fixed the bug that didn't select the last row correctly
15451
15452
15453 2001-10-07 [paul]       0.6.2claws23
15454
15455         * sync with sylpheed 0.6.2cvs12
15456                 see ChangeLog entry 2001-10-07
15457
15458 2001-10-06 [match]
15459         * src/jpilot.[ch]
15460                 enable jpilot to read unsynch'ed addresses.
15461
15462         * src/editldap_basedn.c
15463                 fix segfault when opening dialog.
15464
15465 2001-10-06 [alfons]     0.6.2.claws22
15466
15467         * src/summaryview.c
15468                 fix bug with summary view selecting last *inserted*
15469                 node instead of last *visible* node. remember we
15470                 work with a tree
15471
15472 2001-10-06 [paul]       0.6.2claws21
15473
15474         * po/pt_BR.po
15475                 updated translation, contains some fixes and new
15476                 translations, submitted by Gustavo Noronha Silva
15477                 <kov@debian.org>
15478
15479         * src/prefs_common.c
15480                 change 'each' to 'every' - fix dubious English
15481
15482         * sync with sylpheed 0.6.2cvs11
15483
15484 2001-10-05 [alfons]     0.6.2claws20
15485
15486         * src/mainwindow.[ch], src/folderview.c
15487                 make composite tool button switch between "Compose News"
15488                 and "Compose Mail" depending on selected folder
15489                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15490
15491 2001-10-05 [paul]       0.6.2claws19
15492
15493         * src/mainwindow.c, src/summaryview.c
15494                 fix 'Message/Reply to all', broken in last commit
15495
15496         * src/compose.c
15497                 fix X_BEENTHERE seg fault, thanks to Alfons
15498
15499 2001-10-04 [paul]       0.6.2claws18
15500
15501         * src/compose.[ch], src/mainwindow.c
15502                 make "Message/Reply" reply to mailing lists; matches
15503                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15504                 based on portions of the patch submitted by
15505                 Junichi Uekawa <dancer@netfort.gr.jp>
15506
15507 2001-10-04 [darko]      0.6.2claws17
15508
15509         * src/compose.c
15510                 better smart wrapping
15511         * src/gtkstext.[hc]
15512                 a function to make text buffer contiguous
15513
15514 2001-10-03 [paul]       0.6.2claws16
15515
15516         * sync with sylpheed 0.6.2cvs10
15517
15518 2001-10-02 [alfons]
15519
15520         * configure.in
15521         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15522                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15523                 references to chinese translations (hope someone picks up
15524                 this)
15525
15526 2001-10-02 [christoph]  0.6.2claws15
15527
15528         * src/compose.c
15529                 fixed non translated header bug
15530         * ChangeLog.claws
15531                 fixed wrong date in alfons last entry ;)
15532
15533 2001-10-02 [alfons]     0.6.2claws14
15534
15535         * src/compose.c, src/prefs_common.[ch]
15536                 add block cursor option
15537
15538 2001-10-02 [paul]       0.6.2claws13
15539
15540         * sync with sylpheed 0.6.2cvs9
15541
15542 2001-09-30 [paul]       0.6.2claws12
15543
15544         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15545                 updated translations
15546
15547         * po/POTFILES.in
15548                 add 'src/importldif.c'
15549
15550         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15551                 added eudora-to-vCard conversion tool
15552                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15553
15554         * sync with sylpheed 0.6.2cvs8
15555
15556 2001-09-30 [paul]
15557
15558         * sylpheed-0.6.2claws released
15559
15560 2001-09-27 [melvin]     0.6.2claws11
15561
15562         * src/gtkspell.c
15563                 fixed crash when using default path (introduced 
15564                 in 0.6.2claws10)
15565                 fixed tiny bug for initial suggestion mode
15566
15567 2001-09-27 [melvin]     0.6.2claws10
15568         
15569         * src/gtkspell.c
15570                 fixed bug where gtkpspell didn't set the path correctly
15571
15572         * README.claws
15573                 added a paragraph about spell checking
15574                 
15575
15576
15577 2001-09-27 [paul]       0.6.2claws9
15578
15579         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15580                 replace '// comments' with '/* comments */' to prevent
15581                 some compiler warnings 
15582
15583         * sync with sylpheed 0.6.2cvs6
15584
15585 2001-09-26 [alfons]     0.6.2claws8
15586
15587         * src/messageview.c
15588                 introduce return receipt request notification again,
15589                 which was lost because of other semantics in 
15590                 procheader_parse() (???)
15591
15592 2001-09-26 [christoph]  0.6.2claws7
15593
15594         * src/compose.c
15595                 replace comments for old code with #if 0
15596                 readded auto cc, bcc and reply-to
15597         * src/prefs_matcher.c
15598         * src/prefs_scoring.c
15599                 removed some definition (was moved to
15600                 prefs.h)
15601
15602 2001-09-26 [paul]       0.6.2claws6
15603
15604         * src/mainwindow.c
15605                 make 'Follow-up and reply to' sensitive
15606
15607         * more sync with sylpheed 0.6.2cvs5
15608
15609 2001-09-25 [melvin]
15610
15611         * 0.6.2claws5
15612
15613         * src/gtkspell.c
15614                 fixed bug for "US-ASCII" introduced by the encoding code
15615
15616 2001-09-25 [paul]
15617
15618         * 0.6.2claws4
15619
15620         * src/prefs_common.[ch], src/summaryview.c
15621                 'next unread msg' 'go to next folder?' dialog can be
15622                 given default behaviour, either always show dialog,
15623                 or assume 'yes', or assume 'no'
15624                 Submitted by wwp <subscript@free.fr>
15625
15626 2001-09-25 [melvin]
15627                 
15628         * src/compose.c src/gtkspell.[ch]
15629                 added support for different encodings
15630
15631 2001-09-25 [paul]
15632
15633         * more sync with sylpheed 0.6.2cvs5
15634
15635 2001-09-24 [alfons]
15636         
15637         * src/prefs_folder_item.c
15638                 add check for item->prefs->default_to string is NULL and
15639                 add another check when freeing this string
15640
15641 2001-09-24 [paul]
15642
15643         * configure.in
15644                 change to version 0.6.2claws3
15645
15646         * sync with sylpheed 0.6.2cvs5 
15647
15648 2001-09-24 [match]
15649         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15650                 import LDIF files.
15651         * src/addrcache.[ch], addrindex.[ch]
15652                 small update for future
15653         * src/addrbook.c
15654                 fix test XML file.
15655
15656 2001-09-24 [melvin]
15657         * src/gtkspell.[ch]
15658                 added 'Learn from mistakes' option
15659                 better handling of quotes in checked words
15660                 sorted dict list
15661         * po/fr.po
15662                 small update for spell checking stuff
15663
15664 2001-09-23 [alfons]
15665         
15666         * src/gtkspell.c
15667                 edit a little bit so it complies more with main coding style
15668
15669 2001-09-23 [alfons]
15670
15671         * src/folder.[ch], prefs_folder_item.c, compose.c
15672                 migrate "request return receipt" folder property
15673                 to folderlist.xml
15674
15675 2001-09-22 [alfons]
15676
15677         * README.claws **NEW**
15678                 (add things of interest for users of main branch 
15679                 and claws here)
15680
15681         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15682                 re-implement threading per folder option, but store 
15683                 the setting in folderlist.xml (where it belongs)
15684
15685 2001-09-21 [melvin]
15686
15687         * src/gtkspell.[ch]
15688                 fixed bug when compose window is under another window
15689         * src/prefs_common.[ch] src/compose.c
15690                 changed 'dictionary_path' to 'dictionary' to be consistent
15691                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15692         * ac/pspell.m4 src/Makefile.am 
15693                 dropped PSPELL_PATH macro
15694         * po/fr.po
15695                 updated translations
15696
15697 2001-09-21 [christoph]
15698
15699         * src/compose.c
15700                 added border around header fields
15701                 keep header type when new field is added
15702
15703 2001-09-20 [christoph]
15704
15705         * src/utils.[ch]
15706                 more portable debug_print with source filename
15707                 and linenumber
15708         * src/procmsg.c
15709                 more newlines after debug messages
15710
15711 2001-09-20 [paul]
15712
15713         * configure.in
15714                 change to version 0.6.2claws2
15715
15716         * sync with sylpheed 0.6.2cvs3
15717
15718 2001-09-19 [melvin]
15719
15720         * src/gtkspell.c
15721                 fixed the post-right-click focus pb
15722                 fixed crash when 'Spell check all' after dict change 
15723                         and when cursor is at the end of the text
15724                 shift-right-click pops up config menu even on misspelled words.
15725         * po/POTFILES.in
15726                 added gtkspell.c
15727
15728 2001-09-19 [melvin]
15729
15730         * src/about.c
15731                 added pspell to compiled-in features list
15732
15733 2001-09-18 [melvin]
15734
15735         * switched to pspell and dropped ispell
15736         * ac/pspell.m4
15737                 new file. autoconf macro for pspell
15738         * ac/Makefile.am 
15739         * configure.in acconfig.h
15740                 added pspell support
15741         * src/Makefile.am
15742         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15743         * src/prefs_common.[ch] 
15744                 added pspell support
15745
15746 2001-09-18 [christoph]
15747
15748         * src/addr_compl.c
15749         * src/template.[ch]
15750                 replace LOG_MESSAGE with debug_print
15751         * src/compose.[ch]
15752                 gui improvements
15753         * src/menu.c
15754                 added newline after debug message
15755         * src/utils.h
15756                 using __VA_ARGS__ for debug_print macro
15757         * tools/.cvsignore
15758                 ignore Makefile and Makefile.in
15759
15760 2001-09-18 [paul]
15761
15762         * configure.in
15763                 change to version 0.6.2claws1
15764         * sync with sylpheed 0.6.2cvs1
15765
15766         * src/matcher.c 
15767         * src/prefs_matcher.c
15768                 add 'score equal to' option, submitted by
15769                 Paul Evans <nerd@freeuk.com>
15770
15771 2001-09-15 [christoph]
15772
15773         * src/mainwindow.c
15774                 comment out menu entry not existing in claws
15775         * src/menu.c
15776                 add debug output for non existing menu entries
15777         * src/summaryview.c
15778                 fix next/prev unread message for ignored threads
15779         * src/utils.[ch]
15780                 add sourcefile and line number to debug output
15781                 otherwise it is sometimes hard to find the
15782                 source code part if debug messages are translated
15783
15784 2001-09-14 [darko]
15785         
15786         * src/folderview.c
15787                 refresh target folder style after colour is changed
15788
15789 2001-09-13 [paul]
15790
15791         * configure.in
15792                 change to version 0.6.1claws3
15793
15794         * sync with sylpheed 0.6.1cvs6
15795
15796 2001-09-13 [darko]
15797         
15798         * src/folderview.c
15799                 fix target folder colourization to use user selected colour
15800
15801 2001-09-12 [darko]
15802         
15803         * src/summaryview.c
15804                 fix crash when message that is marked for copy/move is unmarked
15805
15806 2001-09-09 [paul]
15807
15808         * configure.in
15809                 change to version 0.6.1claws2
15810
15811         * sync with sylpheed 0.6.1cvs3
15812
15813 2001-09-09 [alfons]
15814         
15815         * src/folderview.c
15816                 fix bug with default font used for trash folder text
15817
15818 2001-09-06 [paul]
15819
15820         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15821                 updated translations
15822
15823         * configure.in
15824                 change to version 0.6.1claws1
15825
15826         * sync with sylpheed 0.6.1cvs2
15827
15828 2001-09-03 [paul]
15829
15830         * po/POTFILES.in
15831                 add Match's new addressbook
15832
15833         * po/de.po
15834                 updated translation submitted by Jens Oberender
15835
15836 2001-09-02 [paul]
15837
15838         * configure.in
15839                 change to 0.6.1claws
15840         * sync with sylpheed 0.6.1 release
15841
15842 2001-09-02 [paul]
15843
15844         * configure.in
15845                 change to 0.6.0claws2
15846
15847         * sync with sylpheed 0.6.0cvs4
15848
15849         * po/pt_BR.po
15850                 updated translation submitted by Fabio Junior Beneditto
15851
15852 2001-09-01 [match]
15853         * pixmaps/
15854                 interface.xpm
15855                 book.xpm
15856                 address.xpm
15857         * src/
15858                 Makefile.am
15859                 a ton of new files
15860
15861 2001-08-31 [paul]
15862
15863         * configure.in
15864                 change to version 0.6.0claws1
15865
15866         * sync with sylpheed 0.6.0cvs1
15867
15868         * po/es.po
15869                 updated translation submitted by Ricardo Mones Lastra
15870
15871         * po/POTFILES.in
15872                 add 'src/prefs_templates.c'
15873
15874         * src/compose.c, src/summaryview.c
15875                 fix segfault on 'Re_edit'               
15876
15877 2001-08-30 [alfons]
15878
15879         * configure.in, Makefile.am
15880         * tools/Makefile.am
15881                 add tools directory to source distribution
15882
15883 2001-08-30 [paul]
15884
15885         * configure.in
15886                 change to version 0.6.0claws
15887
15888         * sync with sylpheed 0.6.0 release
15889
15890 2001-08-30 [christoph]
15891
15892         * configure.in
15893                 removed autoconf version check
15894
15895 2001-08-30 [paul]
15896
15897         * src/account.c, src/compose.c, src/prefs_common.[ch]
15898         * src/procheader.[ch] src/utils.[ch]
15899                 Enhanced automatic account selection on replies
15900                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15901
15902         * configure.in
15903                 add LDAP and JPilot to the configuration results output.
15904
15905 2001-08-29 [christoph]
15906
15907         * src/summeryview.c
15908                 no bold font for ignored threads
15909
15910 2001-08-29 [paul]
15911
15912         * configure.in
15913                 change to version 0.5.3claws6
15914
15915         * sync with sylpheed 0.5.3cvs10
15916                 src/stringtable.[ch]: New Files
15917
15918         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15919         * src/pixmaps/sylpheed.xpm
15920                 add mini-icons to windows (by Alfons)
15921
15922 2001-08-27 [paul]
15923
15924         * src/mainwindow.c
15925                 new functions: next_labeled_cb(), prev_labeled_cb()
15926
15927         * src/summaryview.c
15928                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15929                 summary_select_next_labeled(), summary_select_prev_labeled()
15930
15931         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15932                 give claws blue folders and a blue trash can
15933
15934 2001-08-27 [paul]
15935
15936         * configure.in
15937                 change to version 0.5.3claws5
15938
15939         * sync with sylpheed 0.5.3cvs9
15940                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15941
15942 2001-08-24 [christoph]
15943
15944         * src/filesel.c
15945                 keep filename when browsing directories
15946                 (not working for user entered filename, but
15947                  for default name and selected filename from
15948                  file list)
15949         * src/mainwindow.c
15950                 fixed wrong spelling "Folllow-up"
15951         * src/mbox_folder.c
15952         * src/procmsg.c
15953         * src/summaryview.c
15954                 fixed new/unread message count with ignored
15955                 threads (2 commits, first didn't notice no
15956                 longer needed decreasing)
15957         * src/inc.c
15958                 readded scrolling of progress dialog
15959                 (lost in sync)
15960
15961 2001-08-24 [paul]
15962
15963         * configure.in
15964                 change to 0.5.3claws4
15965
15966         * sync with sylpheed 0.5.3cvs7
15967
15968 2001-08-24 [christoph]
15969
15970         * src/compose.c
15971                 set request return receipt when replying
15972                 if it is set is the folder prefs of the
15973                 message
15974         * src/inc.c
15975                 disable final error popup if popups are
15976                 disabled in config (again)
15977
15978 2001-08-23 [paul]
15979
15980         * configure.in
15981                 Change version number to 0.5.3claws3
15982
15983         * sync with sylpheed 0.5.3cvs5
15984
15985         * src/mimeview.c
15986                 double quote '%s' in 'gedit %s' to fix bug when
15987                 opening attachment with spaces in the name
15988
15989 2001-08-22 [alte]
15990         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15991           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15992                 initial message templates support
15993
15994
15995 2001-08-22 [paul]
15996
15997         * configure.in
15998                 change version number to 0.5.3claws2
15999
16000         * sync with sylpheed 0.5.3cvs4
16001
16002         * src/procmsg.h src/summaryview.c
16003                 re-implement (un)ignore thread
16004
16005 2001-08-21 [paul]
16006
16007         * src/summaryview.c
16008                 remove unnecessary code
16009         * src/compose.c
16010                 enable 'dynamic' signatures (submitted by
16011                 Eric Limpens <eric@hscg-internet.nl>)
16012
16013 2001-08-21 [paul]
16014
16015         clean up after sync with sylpheed 0.5.3 release
16016
16017         * src/folderview.c
16018                 fix re-introduced font mess, see Christoph's
16019                 entry 2001-06-24
16020
16021         * src/summaryview.c
16022                 remove prev_msgnum
16023                 use sylpheed's small font instead of
16024                 gtk default font for summary view
16025
16026
16027 2001-08-17 [paul]
16028
16029         * configure.in
16030                 add pl to ALL_LINGUAS - sync with main branch
16031
16032         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16033                 Updated. Translations by Jens Oberender, Ricardo Mones
16034                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16035
16036         * po/pl.po  ** NEW FILE **
16037                 sync with the main branch
16038
16039         * src/folderview.c
16040                 fix target folder colorizing and refresh problem
16041
16042
16043 2001-08-17 [christoph]
16044
16045         * src/mainwindow.c
16046                 claws uses 4 colors for target folder coloring.
16047                 arrays were not long enough and destroyed the
16048                 stack causing a segfault.
16049                 target folder colorizing does not work anymore
16050                 for me
16051
16052 2001-08-16 [paul]
16053
16054         * configure.in
16055                 change to version 0.5.3claws1
16056
16057         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16058           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16059           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16060
16061                 sync with sylpheed 0.5.3 release, but keep claws method of
16062                 configuring/saving fonts
16063
16064         * src/addressbook.[ch]
16065                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16066                 in line with a similar change in Hiroyuki's branch
16067
16068         * src/mainwindow.[ch]
16069                 disable main_window_set_thread_option()
16070         * src/prefs_folder_item.c
16071                 comment out &tmps_prefs.enable_thread,
16072         * src/mbox_folder.c, src/procmsg.[ch]
16073                 comment out MSG_IS_IGNORE_THREAD
16074         * src/summaryview.c
16075                 comment out summary_ignore_thread() and summary_unignore_thread()
16076                 comment out MSG_IS_IGNORE_THREAD
16077
16078                 use Hiroyuki's threading instead.
16079
16080
16081
16082 2001-08-15 [paul]
16083
16084         * src/account.c
16085                 use Hiroyuki's 0.5.3 column scheme but also
16086                 include the enable/disable button.
16087         * src/pixmaps/mark.xpm
16088                 add Hiroyuki's amended pixmap
16089
16090 2001-08-13 [christoph]
16091
16092         * src/account.c
16093                 receive at get all column showed wrong state for APOP
16094                 button should only work for POP3 and APOP accounts
16095         * src/prefs_account.c
16096                 added missing preprocessor statement for SSL
16097
16098 2001-08-12 [paul]
16099
16100         * src/account.[ch]
16101                 add 'receive at get all' column and enable/disable
16102                 button.
16103
16104 2001-08-06 [christoph]
16105
16106         * src/account.c
16107                 show usage of SSL in protocol column
16108
16109         * src/imap.c
16110         * src/inc.c
16111                 renamed ssl options
16112
16113         * src/prefs_account.[ch]
16114                 moved ssl options to a new page
16115
16116         * src/send.c
16117         * src/smtp.c
16118         * src/ssl.[ch]
16119                 renamed ssl options
16120                 added support for SMTP STARTTLS command
16121
16122 2001-08-05 [christoph]
16123
16124         * configure.in
16125                 debian autoconf needs version check to find
16126                 correct autoconf version. if the file is
16127                 named configure.in 2.13 is used, which does
16128                 not work with this configure.in script.
16129                 other solution would be to rename the script
16130                 to configure.ac as suggested in the autoconf
16131                 manual.
16132
16133         * src/inc.c
16134                 disable final error popup if popups are
16135                 diabled in config
16136
16137         * src/socket.c
16138                 bugfix in ssl_gets
16139                 fixes IMAP over SSL problem
16140
16141 2001-08-03 [paul]
16142
16143         * configure.in
16144                 change to 0.5.2claws1
16145
16146         * sync with sylpheed 0.5.2cvs1
16147
16148 2001-08-02 [alfons]
16149
16150         * configure.in
16151                 quick fix for ispell detection...
16152
16153 2001-08-01 [paul]
16154
16155         * configure.in
16156                 change to 0.5.1claws4
16157
16158         * sync with sylpheed 0.5.1cvs7
16159
16160 2001-07-31 [alfons]
16161
16162         * src/prefs_common.c, src/prefs_common.h, 
16163           src/gtkspell.c, src/gtkspell.h
16164                 add global spelling checker settings (compose tab) +
16165                 selection of dictionary 
16166           
16167         * configure.in  
16168                 guess valid ispell location
16169
16170 2001-07-31 [paul]
16171
16172         * po/POTFILES.in
16173                 removal of 'src/quote_fmt_parse.c'
16174         * po/de.po
16175                 Updated de.po
16176                 (submitted by Jens Oberender <didge@suse.de>)
16177
16178 2001-07-31 [darko]
16179
16180         * src/folder.[ch]
16181         * src/folderview.[ch]
16182         * src/mainwindow.c
16183         * src/mh.c
16184         * src/prefs_common.[ch]
16185         * src/summaryview.c
16186                 target folder colourization
16187
16188 2001-07-30 [paul]
16189
16190         more sync with Sylpheed 0.5.1cvs6 
16191
16192 2001-07-30 [darko]
16193
16194         * src/mh.c
16195         * src/prefs_folder_item.[hc]
16196         * src/summaryview.c
16197                 shared folders support with a GUI
16198
16199 2001-07-29 [paul]
16200
16201         0.5.1claws3
16202
16203         * sync with Sylpheed 0.5.1cvs6
16204
16205 2001-07-29 [paul]
16206
16207         * po/pt_BR.po
16208                 updated
16209                 (submitted by Fabio Junior Beneditto)
16210
16211 2001-07-28 [paul]
16212
16213         * src/procmime.c
16214         * AUTHORS
16215                 patch to correct bad image mime headers
16216                 (submitted by Don Quijote <dq@searchlores.org>)
16217
16218 2001-07-28 [paul]
16219
16220         * tools/gif2xface.pl   **NEW FILE**
16221         * tools/README
16222                 script to convert file.gif to file.xface for
16223                 use in a custom header.
16224                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16225
16226 2001-07-27 [alfons]
16227         
16228         * configure.in
16229                 change macros for detecting JPilot and LDAP
16230
16231 2001-07-27 [christoph]
16232
16233         * src/filtering.c
16234                 code cleanup (MIN / MAX warning, needed casting)
16235
16236 2001-07-27 [alfons]
16237
16238         * procheader.c
16239                 disallow setting flags when detecting certain headers
16240                 (X-Status, Status, Seen, X-Seen). 
16241         
16242         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16243
16244 2001-07-27 [christoph]
16245
16246         * src/prefs_filter.c
16247         * src/prefs_filtering.c
16248         * src/prefs_matcher.c
16249         * src/prefs_scoring.c
16250                 scroll list when moving rows up or down
16251
16252         * src/imap.c
16253         * src/imap.h
16254         * src/prefs_account.c
16255         * src/prefs_account.h
16256         * src/send.c
16257                 SMTP over SSL (untested, feedback requested)
16258                 IMAP over SSL
16259
16260         * src/ssl.c
16261                 code cleanup
16262
16263 2001-07-26 [alfons]
16264         
16265         * configure.in, acconfig.h
16266                 define CLAWS (need this for main / claws detection)
16267
16268 2001-07-25 [alfons]
16269
16270         * configure.in
16271                 Sylpheed 0.5.1claws2
16272                 
16273         * sync with Sylpheed 0.5.1cvs4
16274
16275 2001-07-25 [christoph]
16276
16277         * src/scoring.c
16278                 fixed segfault
16279                 item->prefs == NULL (don't know why)
16280
16281 2001-07-25 [alfons]
16282
16283         * configure.in
16284                 Sylpheed 0.5.1claws1
16285
16286         * sync with Sylpheed 0.5.1cvs1-3
16287
16288 2001-07-24 [christoph]
16289
16290         * src/folderview.c
16291         * src/prefs_folder_item.[ch]
16292                 added folderitem preferences dialog with
16293                 default To: and auto request return receipt
16294
16295         * src/compose.[ch]
16296         * src/menu.[ch]
16297                 changes to handle new folderitem preferences
16298
16299         * src/mainwindow.c
16300         * src/summaryview.c
16301                 call compose new mail with current folderitem
16302
16303 2001-07-24 [alfons]
16304
16305         Release Sylpheed 0.5.1claws
16306
16307         * configure.in
16308                 change to release version 0.5.1claws
16309
16310 2001-07-24 [christoph]
16311
16312         * src/summaryview.c
16313                 fixed segfault that happend when the selected
16314                 message was removed while retrieving new messages.
16315
16316         * po/es.po
16317                 updated translation
16318                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16319
16320 2001-07-22 [alfons]
16321
16322         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16323         this is a work in progress, for more information: http://nlpagan.net/sylman 
16324         
16325         * configure.in, src/mainwindow.c, manual/Makefile.am
16326                 add support for English manual
16327
16328         * AUTHORS
16329                 add authors of user manuals
16330
16331         * manual/en/sylpheed*.html
16332                 add English documentation
16333
16334 2001-07-22 [christoph]
16335
16336         * po/POTFILES.in
16337                 added src/ssl.c
16338         * src/ssl.c
16339                 changed a wrong debug message
16340
16341 2001-07-22 [alfons]
16342
16343         * po/nl.po
16344                 update Dutch translation
16345
16346         * src/prefs_filtering.c, 
16347           src/prefs_matcher.c
16348                 add more translatable strings           
16349
16350 2001-07-21 [alfons]
16351
16352         0.5.0claws7
16353
16354         * configure.in
16355                 change version
16356
16357         * src/inc.c, src/summaryview.[ch]
16358                 prevent update of mark file when filtering has done, by
16359                 using a variable; this affects two functions:
16360                         inc.c::inc_finished()
16361                         summaryview.c::summary_show()
16362
16363 2001-07-20 [alfons]
16364
16365         * src/filtering.[ch], src/prefs_filtering.c, 
16366           src/matcher.[ch]
16367                 add filtering action for label coloring 
16368
16369         * po/POTFILES.in
16370                 add labelcolors.c
16371
16372         * added src/labelcolors.c
16373         * added src/labelcolors.h
16374         * src/Makefile.am, src/summaryview.c
16375                 rearrange label coloring code
16376
16377         * src/procmsg.h
16378                 add more parentheses so label colouring works correctly
16379
16380         * src/filtering.c
16381                 don't really delete message, but move it to Trash
16382
16383         * src/prefs_matcher.c
16384                 add quote options to info dialog
16385
16386 2001-07-20 [christoph]
16387
16388         * src/Makefile.am
16389         * src/inc.c
16390         * src/main.[ch]
16391         * src/socket.h
16392         * src/ssl.[ch] (new)
16393                 moved ssl stuff to a seperate file
16394
16395 2001-07-20 [darko]
16396
16397         * src/summaryview.c
16398                 fix show sender using address book with no e-mail
16399                 address in From: field
16400
16401 2001-07-19 [alfons]
16402
16403         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16404                 fix messy handling of escaping... now at least the
16405                 execute command is useful. escape char is '\', we
16406                 accept \n and \r too. 
16407
16408                 Real life example:
16409                 
16410                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16411                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16412
16413 2001-07-18 [alfons]
16414
16415         0.5.0claws6
16416
16417         * src/summaryview.c
16418                 clean up
16419
16420         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16421           src/procmsg.[ch]
16422                 revise filtering; currently move, copy, marking have
16423                 been tested. if you like bleeding edge stuff, you
16424                 should definitely go for this version :)
16425
16426         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16427
16428 2001-07-17 [christoph]
16429
16430         * src/utils.c
16431                 timestamp log
16432
16433 2001-07-17 [alfons]
16434
16435         0.5.0claws5
16436
16437         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16438           bits in the mark file, without affecting either branch. Lots of
16439           files changed, also in claws branch.
16440
16441           UNTESTED: use of mbox folders
16442
16443         * src/summaryview.c
16444                 added mark all read; however this was a quick hack used for
16445                 cleaning up mess after initial merge with Hiroyuki
16446
16447         * configure.in
16448                 change claws version number back to 0.5.0claws5 to clear up 
16449                 confusion & pretension (recent release was technically 
16450                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16451
16452 2001-07-16 [alfons]
16453
16454         sync with Hiroyuki's 0.5.0cvs4
16455
16456 2001-07-16 [alfons]
16457
16458         0.5.1claws3
16459
16460         * src/filtering.[ch]
16461                 remove invalid updating of mark files for 
16462                 filter actions MATCHING_ACTION_MOVE and 
16463                 MATCHING_ACTION_DELETE; this should fix the
16464                 folder update bug
16465                 
16466         * src/procmsg.c
16467                 revert Christoph's stab at fixing the folder 
16468                 update bug
16469
16470         * po/POTFILES.in
16471                 add missing files with translatable strings
16472
16473         * src/summaryview.c
16474                 remove debug print
16475
16476 2001-07-15 [alfons]
16477
16478         * src/addr_compl.[ch], src/prefs_filtering.c
16479                 make "filtering pref dialog's destination entry" an
16480                 "address completable entry", if filter destination is 
16481                 an email address
16482
16483         0.5.1claws2
16484         
16485         sync with Hiroyuki's 0.5.0cvs2-3
16486
16487 2001-07-15 [christoph]
16488
16489         * src/procmsg.c
16490                 fixed folder stats update after incorporation
16491
16492 2001-07-15 [alfons]
16493
16494         * src/summaryview.c
16495                 * finish label colouring stuff (for now)
16496                 * fix incorrect colour bug (off by one) 
16497
16498 2001-07-14 [alfons]
16499
16500         * src/mainwindow.c
16501                 change text labels for news and mail message so there's
16502                 plenty of toolbar estate left
16503
16504         * configure.in
16505                 0.5.1claws1
16506
16507         * src/folderview.c
16508           src/folder.[ch]
16509                 sync with Hiroyuki's 0.5.0cvs1
16510
16511         * src/summaryview.c
16512                 more rewrite label colouring
16513
16514 2001-07-14 [alfons]
16515
16516         * src/summaryview.[ch]
16517                 * start rewrite label colouring 
16518                 * fix proper location "Add Sender To Addressbook" menu item
16519
16520 2001-07-13
16521
16522         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16523         (actually this is 0.5.0claws4)
16524
16525 2001-07-13 [alfons]
16526
16527         * po/pt_BR.po
16528                 * fix duplicate message
16529                 * add updated Portugese / Brazilian translation
16530                   submitted by Fabio Junior Beneditto
16531
16532 2001-07-12 [alfons]
16533
16534         * AUTHORS
16535                 add Jens
16536
16537         * po/nl.po
16538                 add updated Dutch translation
16539
16540         * po/de.po
16541                 add updated German translation submitted by Jens
16542
16543 2001-07-11 [alfons]
16544
16545         Prerelease before 0.5.0claws. Please test.
16546         This version is temporarily tagged as VERSION_0_5_0_TEST
16547
16548         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16549           src/prefs_scoring.c, src/prefs_matcher.c, 
16550           src/prefs_filtering.c, src/mbox.c, 
16551           src/main.c, src/inc.c, src/filtering.[ch]
16552                 revert new Hoa's new matcher (does not work yet)
16553
16554         * src/Makefile.am
16555                 clean up
16556
16557 2001-07-10
16558
16559         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16560
16561
16562 2001-07-10 [alfons]
16563
16564         * Makefile.am
16565                 add ChangeLog.claws to EXTRA_DIST
16566         * src/Makefile.am
16567                 add matcher_parser_parse.h to EXTRA_DIST
16568
16569 2001-07-10 [christoph]
16570
16571         * src/inc.c
16572                 add destination folder to table of
16573                 folders that need to be updated after
16574                 incorporation
16575
16576 2001-07-10 [alfons]
16577
16578         * folder.[ch]
16579           folderview.c
16580                 make collapse state of folders and folder items persistent, i.e.
16581                 if you collapse a folder tree, the next time sylpheed-claws starts 
16582                 up the folder tree remains collapsed.  
16583                 
16584 2001-07-10 [christoph]
16585
16586         * acconfig.h
16587         * configure.in
16588                 added --enable-ssl
16589         * src/md5.[ch]
16590                 renamed MD5_CTX to MD5_CTX_syl
16591                 conflicts with a struct in openssl
16592         * src/inc.c
16593         * src/main.[ch]
16594         * src/prefs_account.[ch]
16595         * src/socket.[ch]
16596                 SSL support for POP
16597         * src/mainwindow.c
16598                 fixed compose with current account
16599                 broken by new compose button stuff
16600
16601 2001-07-09 [hoa]
16602
16603         * AUTHORS
16604                 changed my email address
16605
16606         * src/matcher_parser_parse.y
16607                 clean the parser to remove conflicts
16608
16609 2001-07-09 [alfons]
16610
16611         * AUTHORS
16612                 add Match Grun
16613
16614         * configure.in
16615                 fix incorrect description of --enable-ldap parameter
16616
16617         * src/prefs_common.[ch]
16618           src/compose.c
16619                 add experimental option "smart wrapping" which makes the
16620                 compose editor auto wrap.
16621                 
16622                 | TODO: the problem with the buggy cursor handling is caused |
16623                 | by the GtkText. when deleting / backspacing text its       |
16624                 | wrapping algorithm does not take in account the previous   |
16625                 | line. should find a way to hack this in.                   |
16626                 | or should perhaps combine this with the word wrapping      |
16627                 | patch i wrote in january.                                  |
16628
16629         * src/about.c
16630                 show build parameters for LDAP and JPilot
16631
16632         * src/summaryview.c
16633                 revert Christoph's bugfix for selecting next unread message, 
16634                 because folder stats aren't updated correctly
16635
16636 2001-07-08 [hoa]
16637
16638         * src/filtering.c
16639         * src/mainwindow.c
16640         * src/matcher.c
16641         * src/matcher_parser_lex.l
16642         * src/matcher_parser_parse.y
16643         * src/prefs_filtering.c
16644         * src/prefs_scoring.c
16645         * src/scoring.c
16646                 bugfix of the config file parser
16647
16648 2001-07-08 [alfons]
16649
16650         * src/Makefile.am
16651                 added generated matcher sources to BUILT_SOURCES
16652
16653 2001-07-08 [hoa]
16654
16655         * src/Makefile.am
16656         * src/.cvsignore
16657                 added new config file parser
16658
16659         * src/scoring.[ch]
16660         * src/filtering.[ch]
16661         * src/matcher.[ch]
16662         * src/prefs_filtering.c
16663         * src/prefs_matcher.c
16664         * src/prefs_scoring.c
16665         * added src/matcher_parser.h
16666         * added src/matcher_parser_lex.h
16667         * added src/matcher_parser_lex.l
16668         * added src/matcher_parser_parse.y
16669                 lex & yacc config file parser
16670
16671         * src/mbox.c
16672         * src/inc.c
16673         * src/main.c
16674                 changes prefs_filtering into global_filtering           
16675
16676         * src/summaryview.c
16677                 build threads with subjects only if "Re: " is at the
16678                 beginning of the subject
16679
16680 2001-07-07 [paul]
16681
16682         0.5.0claws
16683
16684         sync with sylpheed 0.5.0
16685                 change of version number only
16686
16687 2001-07-06 [paul]
16688
16689         0.5.0claws5
16690
16691         sync with sylpheed 0.5.0pre5
16692
16693 2001-07-05 [paul]
16694
16695         sync with sylpheed 0.5.0pre4 release
16696                 /po and /manual/ja not sync'ed
16697
16698 2001-07-04 [paul]
16699
16700         more sync with sylpheed 0.5.0pre4
16701
16702 2001-07-03 [christoph]
16703
16704         * src/addressbook.c
16705                 fixed address book broken by address book
16706                 for VCard, JPilot, LDAP
16707
16708 2001-07-03 [alfons]
16709
16710         * src/matcher.c
16711         * src/textview.c
16712                 stopped memory leaks
16713
16714 2001-07-03 [paul]
16715
16716         more sync with sylpheed 0.5.0pre4
16717
16718 2001-07-02 [match]
16719
16720         * included address book patch for VCard, JPilot, LDAP
16721         * pref_common.c - fixed Font options on Display tab (cosmetic)
16722         * alertpanel.c - fixed truncated message
16723
16724 2001-07-02 [christoph]
16725
16726         * src/mbox_folder.c
16727         * src/procmsg.[ch]
16728         * src/summaryview.c
16729                 mark threads for ignoring
16730
16731 2001-07-02 [paul]
16732
16733         0.5.0claws4
16734
16735         * sync with sylpheed 0.5.0pre4
16736                 updated gettext to 0.10.38.
16737
16738 2001-07-01 [paul]
16739
16740         * src/ mainwindow.c
16741         * src/procmsg.h
16742         * src/summaryview.[ch]
16743                 new right-click option: Label.
16744                 substitute for 'Mark-->Mark/Unmark', colours the line.
16745                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16746
16747 2001-07-01 [christoph]
16748
16749         * src/folderview.c
16750                 fixed font for trash
16751         * src/summaryview.c
16752                 move ctree to unread message
16753
16754 2001-07-01 [paul]
16755
16756         * sync with sylpheed 0.5.0pre3 release
16757
16758 2001-06-30 [alfons]
16759
16760         * src/filesel.[ch]
16761         * src/compose.c
16762                 allow inserting / attaching multiple files in
16763                 the composer window
16764
16765 2001-06-30 [paul]
16766
16767         * src/codeconv.c
16768                 small change to Alfons' previous stuff so that it
16769                 actually makes
16770
16771 2001-06-30 [alfons]
16772
16773         * lots of files changed; first attempt to merge the changes
16774           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16775
16776 2001-06-30 [paul]
16777
16778         * po/pt_BR.po
16779                 updated and completed, translations by Fabio
16780                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16781
16782 2001-06-29 [alfons]
16783
16784         * src/compose.c
16785         * src/mimeproc.[ch]
16786                 allow selecting an attached files' mime type from a 
16787                 list of types.
16788
16789 2001-06-29 [paul]
16790
16791         * more sync with sylpheed 0.5.0pre3
16792
16793 2001-06-29 [paul]
16794
16795         * po/pt_BR.po
16796                 merge with sylpheed.pot and pt_BR.po provided by
16797                 Fabio Junior Beneditto.
16798
16799 2001-06-29 [darko]
16800
16801         * src/procmime.c
16802                 make MIME types case insensitive
16803
16804 2001-06-28 [alfons]
16805
16806         * po/nl.po
16807                 merge with sylpheed.pot and old nl.po; translations added.
16808
16809 2001-06-28 [paul]
16810
16811         * more sync with sylpheed 0.5.0pre3
16812
16813 2001-06-27 [alfons]
16814
16815         * src/summaryview.c
16816                 don't crash when removing parent node of messages
16817                 attracted by subject. this was caused by not deleting
16818                 the parent node from the subject line hash table.
16819
16820 2001-06-27 [alfons]
16821
16822         * src/summaryview.c
16823         * src/compose.[ch]
16824         * src/mainwindow.c
16825                 if there are multiple messages selected, allow forwarding
16826                 them as attachments.
16827
16828 2001-06-27 [paul]
16829
16830         * more sync with sylpheed 0.5.0pre3
16831
16832 2001-06-26 [paul]
16833
16834         0.5.0claws3
16835
16836         * sync with sylpheed 0.5.0pre3
16837
16838 2001-06-25 [paul]
16839
16840         * src/mainwindow.c
16841                 fixed 'compose news article' bug
16842                 from icon-and-text toolbar
16843
16844 2001-06-25 [paul]
16845
16846         * sync with sylpheed 0.5.0pre2 release
16847
16848 2001-06-24 [christoph]
16849
16850         * src/prefs_common.c
16851                 bug fix in font selection
16852         * src/folderview.c
16853                 use sylpheed's normal font instead of
16854                 gtk default font for folders without
16855                 new messages
16856
16857 2001-06-24 [alfons]
16858
16859         * src/mainwindow.[ch]
16860                 added composite compose mail / news button (an idea by Leandro
16861                 Pereira <leandro@linuxmag.com.br>)
16862
16863 2001-06-24 [paul]
16864
16865         Added instructions for ldif-to-xml.py
16866
16867         * tools/README
16868
16869 2001-06-23 [alfons]
16870
16871         Some minor things.
16872
16873         * src/pixmaps/stock_news_compose.xpm
16874                 added pixmap by Leandro
16875         * src/prefs_common.c
16876                 tested built-in spelling checker of GCC 3.0 :)
16877         * po/nl.po
16878                 merged dutch translation of sylpheed-main with
16879                 sylpheed.pot
16880
16881 2001-06-23 [paul]
16882
16883         Added tools directory and files.
16884
16885         * tools/filter_conv.pl
16886                 converts old filter system to new filtering system
16887         * tools/ldif-to-xml.py
16888                 converts netscape addressbook to sylpheed addressbook
16889         * tools/README
16890                 descriptions/instructions for above two files
16891
16892 2001-06-23 [christoph]
16893
16894         * src/inc.c
16895         * src/manage_window.[ch]
16896         * src/prefs_common.[ch]
16897                 mail retrieval dialog can be enabled, disabled
16898                 or hidden if non of sylpheed's windows is active
16899
16900 2001-06-22 [paul]
16901
16902         0.5.0claws2
16903
16904         * sync with sylpheed 0.5.0pre2
16905
16906 2001-06-21 [christoph]
16907
16908         * src/summaryview.c
16909                 show recipient on 'from' for all accounts
16910                 
16911         * src/inc.c
16912         * src/prefs_common.[ch]
16913                 disable error popup on mail receive errors
16914
16915 2001-06-21 [alfons]
16916
16917         * src/compose.c
16918                 made the ruler correctly appear and disappear.
16919
16920         * src/Makefile.am
16921                 removed Hoa's work-in-progress-stuff (interesting!) so 
16922                 claws compiles ok.
16923
16924 2001-06-20 [christoph]
16925
16926         * src/inc.c
16927         * src/progressdialog.c
16928                 added scrolled window for list in progressdialog
16929
16930 2001-06-20 [paul]
16931
16932         sync with sylpheed 0.5.0pre1 release
16933
16934 2001-06-20 [christoph]
16935
16936         * src/summeryview.c
16937                 make building threads by subject work when
16938                 thread view is enabled
16939                 
16940         * src/compose.c
16941         * src/prefs_common.[ch]
16942                 automatically select account for mail replys
16943
16944 2001-06-19 [sergey]
16945
16946         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16947         they are filled in from the account settings.
16948
16949 2001-06-19 [paul]
16950
16951         * more sync with sylpheed 0.5.0pre1
16952
16953 2001-06-18 [alfons]
16954
16955         * src/Makefile.am,
16956           src/procmime.c
16957                 added --sysconfdir to CPPFLAGS for pointing to the correct
16958                 location of mime.types. 
16959
16960                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16961                 or ./configure!
16962
16963 2001-06-18 [hoa]
16964
16965         * src/summaryview.c
16966                 fixed some bug when building threads
16967
16968 2001-06-18 [pau]l
16969
16970         * src/prefs_account.c
16971                 UI stuff: More changes to the English
16972
16973 2001-06-18 [paul]
16974
16975         * src/pixmaps/stock_news_compose.xpm: new file
16976         * src/Makefile.am
16977         * src/mainwindow.c
16978         * src/summaryview.c
16979                 Added new icon for Hoa's 'compose a news
16980                 message', plus minor improvements to the
16981                 English
16982
16983         * po/ja.po
16984         * ChangeLog
16985         * ChangeLog.jp
16986                 more sync with sylpheed 0.5.0pre1
16987
16988 2001-06-18 [hoa]
16989
16990         * src/compose.[ch]
16991         * src/mainwindow.c
16992                 Follow-up and reply to
16993
16994         * src/summaryview.[ch]
16995                 Build threads also with subjects
16996
16997 2001-06-17 [hoa]
16998
16999         * src/compose.c
17000                 forwarding use the current account.
17001
17002         * src/mainwindow.c
17003                 the "compose message" button has been replaced with
17004                 "new mail" and "new news" buttons
17005
17006         * src/prefs_common.[ch]
17007                 added a configuration option to use the forward button
17008                 as "forward as attachment"
17009                 changed reply and forward format description
17010
17011         * src/quote_fmt_lex.l
17012         * src/quote_fmt_parse.y
17013                 added message with no signature in format for reply
17014                 and forward.
17015
17016 2001-06-17 [paul]
17017
17018         Minor UI stuff
17019
17020         * src/mainwindow.c
17021         * src/summaryview.c
17022                 Improvements to the English
17023
17024         * src/prefs_common.c
17025                 Improvements to the English and some
17026                 clarity/continuity improvements in the
17027                 description of Quote symbols.
17028
17029 2001-06-17 [paul]
17030
17031         0.5.0claws1
17032
17033         * sync with sylpheed 0.5.0pre1
17034
17035 2001-06-17 [hoa]
17036
17037         * src/compose.c
17038                 Better interface for compose, displayed fields
17039                 are updated whenever we change account.
17040                 Newsgroups field is automatically filled.
17041
17042         * src/mainwindow.c
17043                 Newsgroups field is automatically filled.
17044
17045         * src/prefs_account.c
17046                 Some interface stuff when fields appear and
17047                 disappear.
17048
17049 2001-06-16 [paul]
17050
17051         0.4.99claws
17052
17053         * sync with sylpheed 0.4.99
17054
17055 2001-06-16 [sergey]
17056
17057         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17058         base64_decoder_free, base64_decoder_decode): new object and
17059         functions for decoding base64 streams.
17060         * src/procmime.c (procmime_decode_content): modified to use the
17061         new base64 decoder.
17062
17063 2001-06-15 [paul]
17064
17065         0.4.99claws10
17066
17067         * sync with sylpheed 0.4.99cvs11
17068
17069 2001-06-13 [paul]
17070
17071         0.4.99claws9
17072
17073         * sync with sylpheed 0.4.99cvs9
17074
17075 2001-06-13 [hoa]
17076
17077         * src/compose.c
17078         * src/prefs_account.c
17079
17080                 SMTP server can be defined in the news account
17081                 mime type of attachment are kept.
17082
17083         * src/summaryview.c
17084
17085                 now choose the highest important score between default
17086                 and important score of folder.
17087
17088 2001-06-09 [alfons]
17089         
17090         * src/prefs_common.c: 
17091
17092                 (prefs_quote_description_create): corrected description of 
17093                 quote format characters
17094
17095 2001-06-09 [paul]
17096
17097         0.4.99claws8
17098
17099         * sync with sylpheed 0.4.99cvs8
17100
17101 2001-06-08 [sergey]
17102
17103         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17104         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17105
17106 2001-06-08 [paul]
17107
17108         0.4.99claws7
17109
17110         * sync with sylpheed 0.4.99cvs7
17111
17112 2001-06-06 [sergey]
17113
17114         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17115         clashes with autogenerated header).
17116         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17117         * src/Makefile.am: added quote_fmt.h.
17118         * src/.cvsignore: added lex/yacc autogenerated files
17119         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17120
17121 2001-06-06 [paul]
17122
17123         0.4.99claws6
17124
17125         * sync with sylpheed 0.4.99cvs6
17126
17127 2001-06-06 [hoa]
17128
17129         * added src/quote_fmt_parse.h
17130         * src/compose.c
17131                 removed warnings
17132
17133         * src/prefs.[ch]
17134                 don't modify readonly configuration files
17135
17136         * src/prefs_account.c
17137         * src/prefs_common.c
17138         * src/prefs_customheader.c
17139         * src/prefs_display_header.c
17140         * src/prefs_filter.c
17141         * src/prefs_filtering.c
17142         * src/prefs_scoring.c
17143                 don't open dialog box when configuration files
17144                 are readonly
17145
17146 2001-06-05 [sergey]
17147
17148         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17149
17150         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17151         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17152         BUILT_SOURCES to make all files rebuild properly.
17153
17154         * src/compose.c: removed #include "quote_fmt.tab.h".
17155
17156         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17157         CHARACTER value in yylval.
17158
17159         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17160         receive CHARACTER value by documented means (yylval).
17161
17162         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17163
17164 2001-06-05 [hoa]
17165
17166         * src/Makefile.am
17167                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17168
17169         * src/filtering.c
17170         * src/matcher.c
17171         * src/matcher.h
17172         * src/prefs_filtering.c
17173                 now keep the configuration for execute action
17174
17175         * src/mbox_folder.c
17176                 fixed a warning
17177
17178 2001-06-05 [paul]
17179
17180         * sync with sylpheed 0.4.99cvs5
17181
17182 2001-06-05 [hoa]
17183
17184         * src/Makefile.am
17185                 added quote_fmt.[ch]
17186
17187         * added src/quote_fmt.y
17188         * added src/quote_fmt.l
17189         * added src/quote_fmt.tab.h
17190         * added src/quote_fmt.tab.c
17191         * added src/lex.quote_fmt.c
17192                 parsing configuration for replying
17193                 and forwarding
17194
17195         * src/prefs_common.[ch]
17196                 added configuration UI for replying
17197                 and forwarding
17198
17199         * src/compose.c
17200                 using configuration for replying
17201                 and forwarding
17202
17203 2001-06-04 [hoa]
17204
17205         * src/filtering.c
17206         * src/matcher.c
17207         * src/matcher.h
17208         * src/prefs_filtering.c
17209         * src/prefs_matcher.c
17210         * src/prefs_matcher.h
17211                 action "run a command" for filtering
17212                 and matching with a command.
17213                 fixed the "whole message" matching
17214
17215         * src/mbox_folder.c
17216                 changed temporary filename for security
17217
17218         * src/messageview.c
17219                 queue the notification if it fails to send.
17220
17221         * src/prefs_common.c
17222         * src/prefs_folder_item.c
17223                 changed the default important score             
17224
17225         * src/prefs_scoring.c
17226         * src/scoring.c
17227                 hide kill score input when the folder is not
17228                 a newsgroup
17229
17230 2001-06-03 [alfons]
17231
17232         * src/prefs_common.c:
17233
17234                 (prefs_font_select): pass font name in font entry box to font
17235                 selection dialog.
17236
17237 2001-06-03 [sergey]
17238
17239         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17240
17241 2001-06-03 [paul]
17242
17243         * sync with sylpheed 0.4.99cvs4
17244
17245 2001-06-03 [alfons]
17246
17247         * src/headerwindow.c:
17248
17249                 (headerwindow_show_cb): use the selected summary view item, not
17250                 the displayed item.
17251
17252 2001-06-02 [alfons]
17253
17254         * src/headerwindow.c:
17255
17256                 (headerwindow_show_cb): always try to show msginfo
17257
17258 2001-06-02 [hoa]
17259
17260         * src/compose.c
17261                 keep attached parts when reediting or forwarding.
17262
17263 2001-06-01 [hoa]
17264
17265         * src/folderview.c
17266         * src/prefs_folder_item.[ch]
17267         * src/prefs_scoring.[ch]
17268         * src/scoring.[ch]
17269         * src/summaryview.[ch]
17270         * src/main.c
17271         * src/mainwindow.c
17272         * src/prefs_common.[ch]
17273                 support for folder scoring
17274                 kill score and important score for messages
17275         
17276         * src/prefs_account.c
17277                 some display bug fixed for local account
17278                 preferences
17279
17280 2001-05-31 [alfons]
17281
17282         * src/summaryview.c:
17283
17284                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17285                 sender to address book menu item is disabled.
17286
17287 2001-05-30 [hoa]
17288
17289         * src/filtering.[ch]
17290         * src/summaryview.c
17291                 handling summary menu / filter messages
17292
17293         * src/folder.[ch]
17294                 add some stuff
17295
17296         * src/foldersel.c
17297                 imap folders now appears in list
17298
17299         * src/mbox_folder.c
17300                 doesn't crash if destination mail is not writeable
17301
17302 2001-05-29 [hoa]
17303
17304         * src/compose.c
17305                 removed some warnings
17306
17307         * src/filtering.c
17308         * src/folder.[ch]
17309         * src/prefs_filtering.c
17310                 global string to identify any folders           
17311                 removed some debug info
17312                 filtering to mbox folders is now possible
17313
17314         * src/mainwindow.c
17315                 removed some warnings
17316
17317         * src/mbox_folder.c
17318                 permission on files are changed to read/write for user only,
17319                 nothing for other.
17320                 creation of subfolder is handled better.
17321
17322 2001-05-28 [alfons]
17323
17324         Verified the sync for src/prefs_common.[ch] and
17325         src/prefs_account.[ch]. I believe there were some
17326         minor indentation differences.
17327
17328 2001-05-28 [paul]
17329
17330         0.4.99claws3
17331
17332         * sync with 0.4.99cvs3
17333
17334 2001-05-28 [hoa]
17335
17336         * src/compose.c
17337                 handling flags for mbox format
17338
17339         * src/filtering.c
17340                 use of mark file only for MH format
17341                 handling flags for mbox format
17342                 filtering cannot yet move or copy mails to mbox folders.
17343
17344         * src/folder.[ch]
17345                 changed move_msg, copy_msg,
17346                 move_msgs_with_dest, copy_msgs_with_dest functions
17347                 uses only folder->copy_msg() function
17348                 uses folder->finished_copy() to handle the destination
17349                 folder at the end of the copy or move operation.
17350
17351         * src/foldersel.c
17352                 included mbox directories.
17353
17354         * src/folderview.[ch]
17355         * src/mainwindow.c
17356                 handle folders operation for mbox format
17357
17358         * src/mbox.c
17359                 disable conversion of "From " header
17360
17361         * src/mbox_folder.[ch]
17362                 completion of mbox format handling
17363
17364         * src/mh.c
17365                 changed mh_copy_msg() function and
17366                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17367                 mh_copy_msgs_with_dest()
17368
17369         * src/prefs_filtering.c
17370                 removed some warnings
17371
17372         * src/prefs_matcher.c
17373                 default boolean operation is AND
17374
17375         * src/procheader.c
17376                 handling flags for mbox format
17377                 handling of "From " header
17378
17379         * src/procmsg.[ch]
17380                 removed data field
17381                 added MSG_REALLY_DELETED flags to handle deletion of
17382                 messages in mbox format.
17383
17384         * src/summaryview.c
17385                 handling flags for mbox format
17386                 disable the MSG_DELETED flags when messages
17387                 are deleted in mbox format
17388
17389         * src/textview.c
17390                 "From " headers display fixed.
17391
17392 2001-05-27 [alfons]
17393
17394         * src/textview.c:
17395                 
17396                 (get_email_part): skip quoted email addresses, like in e.g.
17397                 "'alfons@proteus.demon.nl'".
17398
17399 2001-05-26 [alfons]
17400
17401         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17402         and fixing the persistence troubles when using separate windows.
17403
17404         * src/mainwindow.c:
17405         
17406             Added #define SEPARATE_ACTION used in the gtk item factory for 
17407             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17408                 use gtk_item_factory_get_widget_by_action() to get the items.
17409                 
17410             Removed separate_widget_cb from the gtk item factory data   
17411           
17412             (mainwindow_create): connect separate_widget_cb() to check
17413             menu item "toggled" signal. also passing a MainWindow pointer
17414                 as object data for both check menu items.
17415                 
17416             (separate_widget_cb): definition of separate_widget_cb() to match
17417             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17418                 window using gtk_object_get_data(). The type of window separation 
17419                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17420         
17421         * src/prefs_filtering.c,
17422           src/prefs_matcher.c: added horizontal scrollbars
17423
17424 2001-05-25 [darko]
17425
17426         * src/headerview.c
17427                 fix segfault with invalid bold font
17428         * src/summaryview.c
17429                 correctly display summary stats after row is marked
17430
17431 2001-05-23 [sergey]
17432
17433         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17434         encodings with libjconv.
17435
17436 2001-05-23 [hoa]
17437
17438         * src/Makefile.am
17439                 added mbox_folder.[ch]
17440         * src/defs.h
17441                 mbox temporary folder
17442         * src/folder.[ch]
17443         * added src/mbox_folder.[ch]
17444         * src/folderview.c
17445         * src/procheader.[ch]
17446                 added mbox support
17447         * src/mbox.c
17448                 bugfix for file incorporation filtering
17449         * src/imap.c
17450                 enable creation of MBOX
17451         * src/prefs_display_header.c
17452                 enable use of headers like "From "
17453                 something that should be fixed :
17454                         displaying of such headers add an extra space
17455         * src/prefs_folder_item.c
17456                 don't create folders because it is not necessary
17457         * src/procmsg.h
17458                 added data field to MsgInfo for mbox internal use
17459         * src/summaryview.c
17460                 added some support for mbox
17461         * src/utils.[ch]
17462                 added get_mbox_cache_dir() function
17463
17464 2001-05-23 [hiroyuki]
17465
17466         * src/headerwindow.c
17467           src/inc.c
17468           src/main.c
17469           src/mh.c
17470           src/nntp.c
17471           src/procmsg.h
17472           src/session.h
17473           src/socket.[ch]
17474           src/summaryview.c
17475           src/textview.c
17476           src/automaton.c
17477           src/folderview.c: more sync with 0.4.99cvs2.
17478
17479         * src/headerwindow.c: reverted.
17480
17481 2001-05-22 [paul]
17482
17483         0.4.99claws2
17484
17485         * sync with sylpheed 0.4.99cvs2
17486                 * src/news.[ch]
17487                 * src/nntp.[ch]
17488                 * INSTALL
17489                 * INSTALL.jp
17490
17491 2001-05-22 [alfons]
17492
17493         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17494
17495 2001-05-21 [alfons]
17496
17497         Minor things:
17498
17499         * configure.in: if gnome-config not found, "no" is displayed
17500         
17501         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17502
17503         * src/textview.c: now also possible to add mail addresses by right
17504           clicking in the text view
17505
17506         * src/codeconv.c: merged patch which fixes endless loop when encountering
17507           invalid wide characters; from Alte <010@imis.ru>  
17508
17509 2001-05-20 [alfons]
17510
17511         Added installation of gnome specific things:
17512
17513         * Makefile.am: gnome conditional
17514
17515         * configure.in: check for installed gnome
17516
17517         * added sylpheed.png, sylpheed.desktop
17518
17519 2001-05-20 [sergey]
17520
17521         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17522
17523         * src/mainwindow.h (main_window_toolbar_create): created a button
17524         for "Reply to all".
17525         (main_window_set_toolbar_sensitive): enable/disable the new button
17526         appropriately.
17527         (toolbar_reply_to_author_cb): handle the new button.
17528
17529         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17530         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17531         failure).
17532
17533 2001-05-19 [sergey]
17534
17535         * src/compose.h (ComposeReplyMode): new modes
17536         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17537         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17538
17539         * src/compose.c
17540         (compose_send): move some code into a new function:
17541         (compose_current_mail_account): new function.
17542         (compose_reply): new argument to_author, all callers changed; if
17543         to_author==TRUE and account->protocol==A_NNTP, find and use an
17544         appropriate mail account for replying.
17545         (compose_reply_set_entry): new argument to_author; ignore
17546         compose->replyto if to_author==TRUE.
17547
17548         * src/mainwindow.c: new command "Message/Reply to author".
17549         (main_window_set_menu_sensitive): enable/disable it.
17550         (reply_cb): handle it.
17551
17552         * src/summaryview.c: new command "Reply to author".
17553         (summary_set_menu_sensitive): enable/disable it.
17554         (summary_reply_cb): handle it.
17555
17556         * src/account.c (account_find_mail_from_address): new function.
17557
17558 2001-05-18 [paul]
17559
17560         0.4.99claws1
17561
17562         * sync with sylpheed 0.4.99cvs1
17563
17564 2001-05-18 [hoa]
17565
17566         * src/compose.[ch]
17567         * src/filtering.c
17568         * src/summaryview.c
17569                 new filtering action : forward and forward as attachment
17570
17571         * src/main.c
17572                 no need for $DISPLAY when we run sylpheed --help
17573                 call to parse_cmd_opt() is moved
17574
17575         * src/mainwindow.[ch]
17576                 execute button is hidden when immediate execute
17577                 is chosen
17578
17579         * src/mh.c
17580         * src/news.c
17581         * src/prefs_folder_item.c
17582         * src/procmsg.c
17583                 better handling of missing directories
17584
17585         * src/summaryview.c
17586                 reedit is enabled in outbox
17587                 reedit is enabled in queue
17588
17589 2001-05-17 [hoa]
17590
17591         * src/filtering.c
17592         * src/matcher.[ch]
17593         * src/prefs_filtering.c
17594                 changed attachement into attachment
17595
17596 2001-05-17 [alfons]
17597
17598         0.4.67claws4    
17599
17600         * sync with sylpheed 0.4.67cvs9
17601         * sync with sylpheed 0.4.67cvs7-8
17602
17603 2001-05-17 [hoa]
17604
17605         * src/Makefile.am
17606                 added prefs_filtering.c
17607
17608         * src/filtering.[ch]
17609         * src/matcher.[ch]
17610                 removed action : forward_news and forward_news_as_attachement
17611                 (forward and forward_as_attachement can be used instead)
17612
17613         * src/mainwindow.c
17614                 added menu option to access filtering configuration
17615
17616         * src/prefs_account.c
17617                 changed mail_command default to /usr/sbin/sendmail
17618
17619         * added src/prefs_filtering.[ch]
17620                 dialog box for filtering configuration
17621
17622         * src/prefs_matcher.c
17623                 added function prefs_matcher_get_criteria_from_matching()
17624
17625         * src/prefs_scoring.c
17626                 reset the dialog when register or substitute is clicked
17627
17628 2001-05-15 [hoa]
17629
17630         * src/Makefile.am
17631                 added filtering.[ch]
17632         * src/inc.c
17633                 using filering.[ch] instead of filter.[ch]
17634         * src/main.c
17635                 reading new filtering configuration
17636         * src/matcher.[ch]
17637                 added some filtering actions
17638                 and fixed a bug for headers and mail body matching
17639         * src/mbox.c
17640                 using filering.[ch] instead of filter.[ch]
17641         * src/mh.c
17642                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17643         * src/summaryview.c
17644                 some fixes for filtering
17645
17646 2001-05-14 [hiroyuki]
17647
17648         * src/send.c: fixed some weird indentations.
17649           send_message_with_command(): call pclose() only if p != NULL.
17650         * src/textview.c: get_email_part(): modified the code for readability.
17651
17652 2001-05-14 [hiroyuki]
17653
17654         * src/md5global.h
17655           src/md5ify.c
17656           src/md5ify.h: removed from the cvs.
17657
17658 2001-05-13 [sergey]
17659
17660         * src/main.c: include rfc2015.h to avoid compiler warnings.
17661         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17662         the panel is already on screen.
17663         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17664         closing the alert window by ESC as "No".
17665         * src/prefs_common.c (prefs_interface_create): moved return
17666         receipt check button to the correct place.
17667
17668 2001-03-13 [alfons]
17669
17670         * src/prefs_common.c: 
17671                 moved return receipt check button to the Send tab. (prefs_send_create)
17672                 removed the date format ui related globals. (prefs_display_create)
17673
17674         0.4.67claws3
17675         
17676         * sync with sylpheed 0.4.67cvs5-6
17677
17678 2001-05-13 [paul]
17679
17680         * added Alfons' font selection patch
17681
17682         * src/defs.h
17683         * src/headerwindow.c
17684         * src/prefs_common.c
17685         * src/prefs_common.h
17686
17687 2001-05-13 [hoa]
17688         * src/defs.h
17689                 changed version of cache
17690         * src/matcher.[ch]
17691         * src/prefs_matcher.c
17692                 added additionnal matching criteria
17693         * src/procheader.c
17694         * src/procmsg.[ch]
17695         * src/news.c
17696                 added references in MsgInfo
17697
17698 2001-05-12 [hoa]
17699
17700         * src/defs.h
17701                 prepared some things for new filtering
17702         * src/matcher.[ch]
17703                 added some matching properties
17704                 inreplyto need to be enhanced
17705                 prepared some things for new filtering
17706         * src/messageview.c
17707                 added Return-Receipt-To handling
17708         * src/prefs_folder_item.c
17709                 changed default value to TRUE
17710         * src/prefs_matcher.c
17711                 added some matching properties
17712         * src/prefs_scoring.[ch]
17713                 the scoring dialog is finished
17714         * src/procheader.c
17715                 added Return-Receipt-To handling
17716                 Reference need to be added
17717         * src/procmsg.[ch]
17718                 added Return-Receipt-To handling
17719                 added threadscore to get a better score sorting when
17720                 threads are enabled
17721         * src/summaryview.c
17722                 suppressed a bug when we sort the list
17723                 when no folder is opened.
17724                 better score sorting when threads are enabled
17725
17726 2001-05-12 [alfons]
17727
17728         * reverted previous patch because of potential errors 
17729
17730         0.4.67claws2
17731         
17732         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17733                 applied "toggle mail-retrieval dialog window" patch submitted 
17734                 by Eric Limpens <eric@qnt.net>
17735
17736         * sync with sylpheed 0.4.67cvs4
17737
17738 2001-05-12 [sergey]
17739
17740         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17741         some picky compilers.
17742         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17743         * src/grouplist_dialog.c: include alertpanel.h.
17744         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17745         fix compile warning.
17746         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17747         #include "defs.h" before others to prevent the warning of `MIN'
17748         and `MAX' redefinition.
17749
17750 2001-05-11 [hoa]
17751
17752         * src/main.c
17753         * src/messageview.c
17754         * src/prefs_account.c
17755         * src/prefs_display_header.c
17756                 removed warning
17757         * src/Makefile.am
17758                 added prefs_scoring.[ch]
17759         * src/grouplist_dialog.c
17760                 display an error dialog box if the group list
17761                 cannot be fetched.
17762         * src/mainwindow.[ch]
17763                 added main_window_set_thread_option() function
17764                 scoring dialog box enabled
17765         * src/matcher.[ch]
17766                 added flags matching unread /new / marked
17767                 / deleted / replied / forwarded
17768         * src/news.c
17769                 newsgroups are now finally in newscache
17770         * src/prefs_matcher.[ch]
17771                 finished preferences for matching dialog
17772         * added src/prefs_scoring.[ch]
17773                 scoring dialog box completed
17774         * src/scoring.[ch]
17775                 conversion to string : added scoringprop_to_string()
17776                 write config for preferences :
17777                 added prefs_scoring_write_config()
17778         * src/summaryview.c
17779                 threads can be enabled/disabled independently
17780                 for each folder
17781
17782 2001-05-10 [alfons]
17783
17784         0.4.67claws1
17785         
17786         * AUTHORS: 
17787                 thought it would be nice to have a list of all
17788                 contributors (used Changelog as a reference)
17789         
17790         * configure.in: 
17791                 messed up version numbering...
17792
17793         0.4.66claws1
17794
17795         * sync with sylpheed 0.4.67cvs1-3
17796
17797 2001-05-10 [darko]
17798
17799         * src/prefs_common.c:
17800                 better UI for strftime format, double clicking
17801                 on format now inserts the format in text entry
17802                 replaced close button with standard OK/Cancel
17803                 moved date format button to the right of the
17804                 text entry field
17805
17806 2001-05-09 [alfons]
17807
17808         * src/gtkstext.c:
17809                 Ctrl-Home / Ctrl-End have proper cursor navigation
17810
17811 2001-05-09 [hoa]
17812
17813         * src/prefs_matcher.c
17814                 finished UI to define matching properties
17815                 added ok and cancel button
17816         * src/prefs_filter.c
17817                 added ok and cancel button
17818         * src/news.c
17819                 fixed some bug in xhdr parsing
17820
17821 2001-05-08 [alfons]
17822
17823         * src/textview.c: 
17824                 fixed a bug in textview_show_header(), which displayed two colons (':');
17825                 cleaned up some warnings
17826
17827 2001-05-08 [hoa]
17828
17829         * src/Makefile.am
17830                 added prefs_matcher.[ch]
17831                 compilation with -W -Wall
17832         * src/alertpanel.c
17833                 ungrab the mouse events if grabbed - does it
17834                 fix the bug for disposition notification ?
17835         * src/mainwindow.c
17836                 added a menu option to open the matching dialog.
17837         * src/matcher.[ch]
17838                 added matcherprop_to_string() and matcherlist_to_string()
17839                 fixed some bugs, changed the name of some options
17840                 age_sup and age_inf becomes age_greater and age_lower,
17841                 body and messageheaders becomes body_part and headers_part,
17842                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17843         * src/prefs_display_header.c
17844         * src/prefs_headers.c
17845                 fixed a bug that accidentally destroyed dialogs
17846                 when closed them with delete_event
17847                 Added *_deleted() which handle delete_event signal correctly.
17848         * src/prefs_folder_item.[ch]
17849                 added "enable_thread" field for future customization
17850         * added src/prefs_matcher.[ch]
17851                 sample of the UI to define matching properties
17852         * src/procheader.c
17853                 using procheader_headername_equal instead of str*cmp functions
17854                 using procheader_parse_header() function
17855         * src/scoring.c
17856                 using MATCHING_XXX instead of SCORING_XXX
17857         * src/summaryview.c
17858                 display the sender of the news even if this is ourself
17859                 when this is a news message.
17860         * src/textview.c
17861                 using headername_equal() instead of str*cmp functions
17862
17863 2001-05-08 [alfons]
17864
17865         0.4.66claws
17866
17867         * sync with sylpheed 0.4.66
17868         * src/gtkstext.c: trace logs added 
17869
17870 2001-05-08 [sergey]
17871
17872         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17873         signature check popup.
17874         * src/rfc2015.c (check_signature): show signature check popup only
17875         if it is enabled in preferences.
17876
17877 2001-05-07 [alfons]
17878
17879         0.4.66claws4
17880         
17881         * sync with sylpheed 0.4.66cvs6
17882
17883 2001-05-07 [darko]
17884
17885         * src/prefs_common.[ch]: added option to enable/disable
17886           looking up sender name in address book for summary pane
17887         * src/summaryview.c: look up sender in the address book
17888           by using Alfons' address completion code
17889
17890 2001-05-07 [hiroyuki]
17891
17892         * src/inc.h
17893           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17894           member of Pop3State.
17895         * src/news.c: brought #include "defs.h" before #include <glib.h>
17896           to prevent the warning of `MIN' and `MAX' redefinition.
17897
17898 2001-05-06 [hoa]
17899
17900         * removed src/headers_display.[ch]
17901         * removed src/prefs_display_headers.[ch]
17902         * src/inc.c
17903                 use a temporary file in the user directory for mbox import
17904         * src/news.c
17905                 added XHDR support to get "To" and "Cc" headers
17906                 (in order to match news with to or cc field for
17907                 scoring)
17908                 added function news_parse_xhdr() to get XHDR response
17909         * src/nntp.[ch]
17910                 added function nntp_xhdr()
17911         * src/matcher.c
17912                 fetch the message if necessary
17913
17914 2001-05-06 [alfons]
17915
17916         0.4.66claws3
17917
17918         * sync with sylpheed 0.4.66cvs3-5
17919
17920 2001-05-06 [hoa]
17921
17922         * src/utils.[ch]
17923                 added function itos_buf() to enable use of several buffers
17924         * src/summaryview.c
17925                 use of itos_buf() instead of itos() in summary list
17926                 to fix the broken display of message number.
17927
17928 2001-05-06 [alfons]
17929
17930         * src/gtkstext.c: bug in cursor up navigation fixed,
17931                 fixed another unsigned / signed comparison (we're getting there :-)
17932
17933 2001-05-06 [hoa]
17934
17935         * src/Makefile.am
17936                 added scoring.c scoring.h
17937                 prefs_folder_item.c prefs_folder_item.h
17938                 matcher.c matcher.h
17939         * src/defs.h
17940                 added FOLDERITEM_RC SCORING_RC
17941         * src/folder.[ch]
17942                 added prefs field in FolderItem :
17943                 properties for each folder (PrefsFolderItem),
17944                 sorting type and mode were added as the first properties.
17945         * src/main.c
17946                 read config for scoring
17947         * added src/matcher.[ch]
17948                 gives functions to parse configuration file to do
17949                 matching on mails with a list of conditions.
17950         * src/mainwindow.c
17951                 add option to sort by score
17952         * src/prefs_common.[ch]
17953                 added preference option to show score and for
17954                 the score column size
17955         * added src/prefs_folder_item.[ch]
17956                 properties for each folder (PrefsFolderItem),
17957                 sorting type and mode were added as the first properties.
17958         * src/procheader.[ch]
17959                 added procheader_parse_header()
17960                 added procheader_header_free()
17961                 added procheader_headername_equal()
17962                 and made modification to use them.
17963         * src/procmsg.[ch]
17964                 added score field to MsgInfo structure
17965         * added src/scoring.[ch]
17966                 gives functions to parse configuration file to do
17967                 scoring on mails with a list of conditions.
17968         * src/summaryview.[ch]
17969                 save the sorting type and mode for the folder
17970                 added column to display the score of the mail
17971                 added function summary_score_clicked()
17972                 sorting type and mode are restored to the folder
17973                 when it is reopen
17974         * src/textview.c
17975                 use procheader_parse_header(), procheader_headername_equal()
17976                 removed memory leak in text_scan_header when freeing headers
17977         * src/filter.c
17978                 changed the function to match names of headers
17979                 using procheader_headername_equal()
17980
17981         Scoring functions are implemented, an interface is needed
17982         to configure that.
17983
17984 2001-05-04 [alfons]
17985
17986         * src/gtkstext.c: 
17987                 hopefully fixed the row up navigation bug,
17988                 removed adding back / forward lines to cache
17989
17990 2001-05-04 [sergey]
17991
17992         * src/prefs_display_headers.c: user interface changes:
17993         (prefs_display_headers_create): remove unused "Show" check button;
17994         allow reordering of headers by dragging.
17995         (prefs_display_headers_write_config): remove unused variables.
17996         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17997         of lists (not needed with the new UI).
17998         (prefs_display_headers_set_list): scan lists starting from row 0,
17999         not 1 (do not skip "(New)").
18000         (prefs_display_headers_find_header): new function.
18001         (prefs_display_headers_clist_set_row): do not allow duplicates.
18002         (prefs_display_headers_delete_cb): do not skip row 0; treat
18003         closing the alert window by ESC as "No".
18004         (prefs_display_headers_up): do not protect row 0.
18005         (prefs_display_headers_down): do not protect row 0.
18006
18007 2001-05-04 [sergey]
18008
18009         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18010         functions.
18011
18012         * src/summaryview.c
18013         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18014         summary_select_next_marked, summary_select_prev_marked): new
18015         functions.
18016
18017 2001-05-03 [sergey]
18018
18019         * src/news.c: fixed a bug when no article can be fetched after
18020         server timeout if the connection was restored by news_post():
18021         (news_select_group): new function.
18022         (news_fetch_msg): call news_select_group() before fetching
18023         article.
18024         (news_get_uncached_articles): set session->group after successful
18025         GROUP command.
18026
18027 2001-05-03 [hoa]
18028
18029         * src/defs.h
18030         * src/procmsg.[ch]
18031         * src/procheader.c
18032                  changed version of cache, added cc field
18033
18034         * src/prefs_display_headers.c
18035                 the interface was changed
18036
18037         * src/prefs_headers.c
18038                 added cancel button
18039
18040 2001-05-03 [alfons]
18041
18042         * completed sync of sylpheed cvs2
18043         * src/gtkstext.c: updated row up / down cursor navigation
18044         * src/textview.c: re-edited, prepared for fixing the email address
18045                 scanner.
18046
18047 2001-05-03 [darko]
18048
18049         * src/prefs_common.c: use alfons' strftime ui code
18050         entry_datefmt and datefmt_sample widgets have to be
18051         global in this module because of this change
18052
18053 2001-05-03 [hoa]
18054
18055         * src/messageview.c
18056         * src/prefs_common.[ch] added option to activate the return receipt
18057                 feature.
18058
18059 2001-05-02 [alfons]
18060
18061         * src/gtkstext.c: fix for row up/down cursor navigation. 
18062
18063         0.4.66claws2
18064         
18065         * sync with 0.4.66cvs2
18066
18067 2001-05-02 [paul]
18068
18069         added add-sender-to-addressbook patch
18070
18071         * src/addressbook.c
18072         * src/addressbook.h
18073         * src/summaryview.c
18074
18075 2001-05-02 [sergey]
18076
18077         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18078         G_ALERTDISABLE.
18079
18080         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18081         all existing callers changed to pass FALSE; create a check button
18082         to disable the message.
18083         (alertpanel_message_with_disable): new function.
18084         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18085         (alertpanel_button_toggled): new function.
18086         (alertpanel_button_clicked, alertpanel_close): set value using
18087         G_ALERT_VALUE_MASK.
18088
18089         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18090
18091         * src/prefs_common.c (prefs_privacy_create): new check button
18092         checkbtn_gpgme_warning.
18093
18094         * src/main.c (main): moved preferences reading before gpgme
18095         initialization; check prefs_common.gpgme_warning before giving the
18096         GnuPG warning and set it to FALSE if the user wants to disable the
18097         warning.
18098
18099 2001-05-02 [hiroyuki]
18100
18101         * src/prefs_display_headers.c: modified the layout and some labels.
18102
18103 2001-05-02 [sergey]
18104
18105         * src/prefs_account.c (prefs_account_fix_size): new function.
18106         (prefs_account_create): call prefs_account_fix_size(); use
18107         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18108         size when the window is shown for the first time).
18109         (prefs_account_basic_create): changed layout of serv_table; moved
18110         localmbox_entry above smtpserv_entry (logically it replaces
18111         POP3/IMAP server).
18112         (prefs_account_protocol_activated): set sensitivity of
18113         nntpauth_chkbtn according to the protocol (in addition to
18114         hide/show); commented out gtk_table_set_row_spacing() calls.
18115         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18116         not sensitive (fixes a bug with disabled username/password boxes
18117         when editing POP3 account after NNTP with authentication).
18118
18119 2001-05-02 [hoa]
18120
18121         * src/account.c
18122         * src/inc.c
18123         * src/prefs_account.[ch]
18124         * src/send.c
18125                 removed local account without SMTP server
18126                 added option to use mail command instead of a connexion
18127                 to SMTP server when a local account is used
18128         * src/prefs_headers.c
18129                 fixed a bug
18130         * src/news.c
18131                 fixed a bug when connexion immediately closed
18132
18133 2001-05-01 [alfons]
18134
18135         0.4.66claws1
18136         
18137         * sync with 0.4.65
18138
18139 2001-05-01 [sergey]
18140
18141         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18142         widget nntpauth_chkbtn.
18143         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18144         visibility.
18145         (prefs_account_nntpauth_toggled): new function.
18146
18147         * src/news.c (news_session_new_for_folder): use NNTP
18148         authentication only if ac->use_nntp_auth is set.
18149
18150 2001-05-01 [hoa]
18151
18152         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18153         * src/prefs_display_headers.c changed the UI
18154         * src/prefs_headers.c changed account_name to account_id
18155         * src/compose.c using customheader.h
18156
18157 2001-05-01 [hiroyuki]
18158
18159         * src/esmtp.c
18160           src/news.c
18161           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18162           unsynched.
18163
18164 2001-05-01 [hoa]
18165
18166         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18167         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18168                 for displaying of headers
18169         * src/grouplist_dialog.[ch] minor changes to remove warnings
18170         * src/prefs_display_headers.[ch] dialog to choose the
18171         headers to display in the mail viewer.
18172         * src/headers.h correction of #define
18173         * src/headers_display.[ch] configuration for displaying of headers.
18174         * src/main.c read config of displaying of headers
18175         * src/prefs_common.c add a button to access the config dialog
18176                 for displaying of headers
18177         * src/prefs_display_headers.[ch] dialog for configuration for
18178                 displaying of the headers.
18179         * src/prefs_headers.c cleaning of code
18180         * src/procheader.c comments added to code
18181         * src/textview.c changes to reorder the headers depending
18182                 on the config for displaying of headers
18183
18184 2001-04-30 [alfons]
18185
18186         0.4.65claws7
18187
18188         * sync with 0.4.65cvs12
18189
18190         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18191
18192 2001-04-30 [sergey]
18193
18194         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18195
18196         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18197         is set to force reconnection after authentication failure.
18198         (nntp_gen_command): set sock->auth_failed on authentication
18199         failure, or if sock->userid and sock->passwd are not set.
18200
18201         * src/news.c (news_session_new_for_folder): set userid=NULL if
18202         password dialog is cancelled.
18203
18204 2001-04-30 [sergey]
18205
18206         * src/nntp.h (NNTPSockInfo): new type.
18207
18208         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18209         SockInfo.
18210         (nntp_open_auth, nntp_close): new functions.
18211         (nntp_gen_command): new function to handle authentication; all
18212         NNTP command functions updated to use it.
18213         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18214         (nntp_list): removed old useless code.
18215
18216         * src/news.h (NNTPSession): new field nntp_sock.
18217
18218         * src/news.c: all functions updated to use NNTPSockInfo instead of
18219         SockInfo.
18220         (news_session_new): new arguments (userid, passwd); made static;
18221         use nntp_open_auth() if needed.
18222         (news_session_destroy): use nntp_close() instead of sock_close().
18223         (news_query_password): changed arguments.
18224         (news_session_new_for_folder): new function.
18225         (news_session_get): use news_session_new_for_folder().
18226         (news_authenticate): deleted.
18227         (news_get_uncached_articles): removed old authentication code.
18228
18229 2001-04-30 [sergey]
18230
18231         * src/news.c: reverted my previous changes (need to do NNTP
18232         authentication in a cleaner way).
18233         
18234 2001-04-29 [sergey]
18235
18236         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18237         news_nntp_post, news_nntp_mode): new functions (wrappers with
18238         authentication support).
18239         (news_get_article_cmd, news_get_article, news_get_header): new
18240         argument "folder"; all callers changed.
18241         (news_get_article_cmd): added authentication support.
18242         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18243         (news_post): use news_nntp_post() instead of nntp_post().
18244         (news_get_uncached_articles): use news_nntp_group() instead of
18245         nntp_group() and news_nntp_xover() instead of nntp_xover();
18246         removed old authentication code.
18247         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18248
18249         * src/nntp.c (nntp_list): return real error code instead of
18250         hardcoded NN_ERROR.
18251
18252 2001-04-29 [sergey]
18253
18254         * configure.in: fixed wint_t typedef detection again
18255
18256 2001-04-28 [hoa]
18257
18258         * src/prefs_account.[ch], added A_LOCAL_CMD
18259                 (send mail with mail command)
18260         * src/send.c added function send_message_with_command()
18261         * src/inc.c made a more secure get_spool() function with
18262                 mktemp() but maybe mkstemp() or something more
18263                 secure can be used.
18264
18265 2001-04-28 [alfons]
18266
18267         * src/textview.c, colorization of email addresses in headers
18268
18269         0.4.65claws6
18270
18271         * bug sync with sylpheed
18272         * prefs_common.c: created date format ui for darko
18273         * sync with 0.4.65cvs11
18274         * configure.in: corrected to have the new gpg checks
18275
18276 2001-04-27 [alfons]
18277
18278         * completed sync with 0.4.65cvs10
18279         * minor debug things added to gtkstext.c
18280
18281 2001-04-27 [darko]
18282
18283         * configure.in: remove check for availability of
18284           strftime() as advised by Hiroyuki
18285         * src/prefs_common.[ch], src/procheader.c:
18286           synch strftime() code with Hiroyki's main branch
18287
18288 2001-04-26 [sergey]
18289
18290         * src/news.c: news_query_password(), news_authenticate(): new
18291           functions.
18292           news_get_uncached_articles(): added NNTP authentication
18293           handling.
18294         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18295           new functions.
18296         * src/prefs_account.c: prefs_account_protocol_activated():
18297           enable userid and password fields for NNTP.
18298
18299 2001-04-26
18300
18301         * configure.in: check for availability of strftime()
18302           [darko]
18303         * src/prefs_common.[ch], src/procheader.c: use
18304           strftime() for displaying date in summary pane if it
18305           is available
18306
18307 2001-04-25
18308
18309         * more .cvsignore cleanups [alfons]
18310
18311 2001-04-25
18312
18313         * ac/sv-check-type.m4: new autoconf macro.
18314         * configure.in: fixed wint_t typedef detection (did not work
18315           with gcc-2.96).
18316
18317 2001-04-25
18318
18319         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18320           [hiroyuki]
18321
18322 2001-04-24
18323         * modified gtkstext.c : buggy cursor navigation fixed, 
18324           and font descent also taken in account when drawing
18325           cursor. [alfons]
18326
18327 2001-04-24 [hoa]
18328         * added comments in src/news.c src/nntp.c
18329         * added src/prefs_headers.[ch]
18330         * added src/headers.[ch]
18331         * modified compose.c to activate custom headers
18332                 added function is_in_custom_headers
18333         * modified prefs_account.[ch]
18334                 added function prefs_account_customhdr_edit
18335         * modified src/defs.h :
18336                 added HEADERS_RC : name of the config file
18337                 for the custom headers
18338
18339 2001-04-24
18340
18341     0.4.65claws5
18342
18343         * configure.in
18344           src/gtkstext.[ch]
18345           src/compose.c
18346           src/Makefile.am
18347           
18348           added gtkstext with configure.in patch by Hiroyuki which
18349           should fix the XIM detection [alfons]
18350
18351         * more clean up of cvs [alfons]
18352
18353                  * removed all Makefile.in files to attic.
18354
18355                  * updated all .cvsignores to really ignore things that could
18356                    be unintentionally committed by a recursive commit.
18357
18358 2001-04-23 [hoa]
18359         * added src/grouplist_dialog.[ch]
18360         * changed src/folderview.c to call grouplist_dialog instead
18361                 of inputdialog
18362         * src/news.c :
18363                 added functions news_reset_group_list
18364                 and news_get_group_list
18365         * src/nntp.c :
18366                 added function nntp_list
18367         * src/defs.h :
18368                 added GROUPLIST_FILE : name of the newsgroup list cache file
18369
18370 2001-04-21
18371
18372         * added option to warn about queued messages on exit [sergey]:
18373
18374           * src/compose.c: compose_queue(): call folder_item_scan()
18375             and folderview_update_item() after queueing.
18376           * src/folderview.c: folderview_update_node(): draw the queue
18377             folder in bold font if there are queued messages.
18378           * src/mainwindow.c: queued_messages(): new function.
18379             app_exit_cb(): display warning if there are queued messages
18380             if warn_queued_on_exit is set.
18381           * prefs_common.[ch]: add warn_queued_on_exit option.
18382
18383         * enhanced GnuPG key selection support [sergey]:
18384
18385           * src/select-keys.c: updated to newer version from Win32
18386             branch with support for selecting arbitrary keys.
18387           * src/prefs_account.c: added the Privacy tab to the account
18388             options window.
18389             prefs_account_privacy_create(),
18390             prefs_account_sign_key_set_data_from_radiobtn(),
18391             prefs_account_sign_key_set_radiobtn(): new functions.
18392           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18393           * src/rfc2015.c: set_signers(): new function.
18394             pgp_sign(): add the account parameter, call set_signers().
18395             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18396           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18397           * src/compose.c: pass the current account to rfc2015_sign().
18398
18399         * tag name claws added to prevent confusion with main branch [alfons]
18400
18401         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18402
18403         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18404
18405         * sync with recent sylpheed cvs. Untested though. [alfons]
18406