* src/mainwindow.c
[claws.git] / ChangeLog.claws
1 2003-09-01 [alfons]     0.9.4claws52
2
3         * src/mainwindow.c
4         * src/summaryviewc.
5                 re-enable Save As when multiple messages are selected
6
7 2003-09-01 [paul]       0.9.4claws51
8
9         * src/textview.c
10                 g_free(trimmed_uri);
11
12 2003-09-01 [paul]       0.9.4claws50
13
14         * sync with 0.9.4cvs13
15                 see ChangeLog 2003-09-01
16
17 2003-09-01 [paul]       0.9.4claws49
18
19         * src/textview.c
20                 trim uri before sending to the statusbar
21                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
22                 in the message window causes main S-C window to enlarge 
23                 past screen edges'
24
25 2003-09-01 [paul]       0.9.4claws48
26
27         * sync with 0.9.4cvs12
28                 see ChangeLog 2003-09-01
29
30 2003-08-30 [christoph]  0.9.4claws47
31
32         * src/compose.c
33         * src/folder_item_prefs.[ch]
34         * src/prefs_folder_item.c
35         * src/gtk/gtkaspell.[ch]
36                 commit per folder dictionary patch by
37                 Paul Evans <nerd@freeuk.com>
38
39 2003-08-30 [christoph]  0.9.4claws46
40
41         * src/plugins/spamassassin/spamassassin_gtk.c
42         * src/plugins/spamassassin/spamassassin_gtk.glade
43                 reduce GUI clutter by placing hints into tooltips
44
45 2003-08-30 [paul]       0.9.4claws45
46
47         * src/compose.c
48                 add 'Content-Disposition: inline' to a text/plain
49                 part when using PGP/MIME signing
50
51 2003-08-30 [paul]       0.9.4claws44
52
53         * src/prefs_common.c
54           src/prefs_spelling.c
55           src/prefs_spelling.glade
56                 reduce GUI clutter by placing hints into tooltips
57
58 2003-08-29 [christoph]  0.9.4claws43
59
60         * configure.ac
61                 fix bug found by Ivan Rayner <ivanr@sgi.com>
62
63         * src/stock_pixmap.c
64                 change unecessary warning into a debug message
65
66         * src/plugins/clamav/Makefile.am
67                 Fix error "-I$(CLAMAV_LIBS)"
68
69 2003-08-29 [christoph]  0.9.4claws42
70
71         * intl/Makefile.in
72         * src/Makefile.am
73         * src/matcher.h
74         * src/common/Makefile.am
75         * src/common/passcrypt.c
76                 commit fixes and patches for some of the IRIX problems found by
77                 Ivan Rayner <ivanr@sgi.com>
78
79 2003-08-29 [paul]       0.9.4claws41
80
81         * src/prefs_filtering.c
82                 add 'Top' and 'Bottom' buttons, based on changes in
83                 src/prefs_filter.c in 0.9.4cvs11.
84
85 2003-08-27 [christoph]  0.9.4claws40
86
87         * src/folderview.c
88                 fix bug that the current summary settings were copied to the
89                 wrong folder item, when the folder item prefs are opened.
90                 Copying is not required because summary settings and
91                 folder_item_prefs do not contain the same settings
92
93 2003-08-27 [thorsten]   0.9.4claws39
94
95         * src/imap.c
96                 fix compile error
97
98 2003-08-26 [paul]       0.9.4claws38
99
100         * sync with 0.9.4cvs9
101                 see ChangeLog 2003-08-26
102
103 2003-08-25 [paul]       0.9.4claws37
104
105         * sync with 0.9.4cvs8
106                 see ChangeLog 2003-08-25
107
108 2003-08-24 [christoph]  0.9.4claws36
109
110         * src/prefs_filtering.c
111                 shouldn't remove items from a GSList while iterating over the
112                 list (makes cur invalid and cur->next not accessable)
113
114         (closes Bug 272 i deleted an folder and some seconds later sylpheed
115          crashed)
116
117 2003-08-23 [christoph]  0.9.4claws35
118
119         * src/news.c
120                 news folders should be scanned when opened
121
122 2003-08-22 [christoph]  0.9.4claws34
123
124         * src/prefs_folder_item.c
125                 use macro to assign strings that always frees the old string
126
127         * src/gtk/gtkaspell.[ch]
128                 add gtkaspell_set_dictionary_menu_active_item() to set active
129                 item in dictionary option menu
130
131         * src/prefs_spelling.c
132                 use gtkaspell_set_dictionary_menu_active_item() to select
133                 dictionary
134
135 2003-08-21 [christoph]  0.9.4claws33
136
137         * src/folder.[ch]
138         * src/imap.c
139         * src/mbox_folder.c
140         * src/mh.c
141         * src/news.c
142                 optimize folder system
143
144         * src/gtk/gtkstext.c
145                 fix division by zero when font has 0 width for ' '
146
147 2003-08-21 [paul]       0.9.4claws32
148
149         * sync with 0.9.4cvs7
150                 see ChangeLog 2003-08-20
151
152 2003-08-19 [paul]       0.9.4claws31
153
154         * src/common/defs.h
155                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
156                 SYLDOC_FAQ_HTML_INDEX.
157         * src/manual.c
158                 use LC_MESSAGES instead of LC_ALL to find the current
159                 language
160
161           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
162
163 2003-08-19 [paul]       0.9.4claws30
164
165         * po/bg.po
166                 updated by George Danchev
167
168 2003-08-18 [luke]       0.9.4claws29
169         * src/mimeview.[ch]
170         * src/gtk/gtkvscrollbutton.[ch]
171                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
172                   dependencies; do it the GTK way; reduce code -14/+2 lines)
173                 o removed horizontal separator between icons
174
175 2003-08-17 [christoph]  0.9.4claws28
176
177         * src/procmsg.c
178                 no subject threading when the subject has no reply prefix
179
180 2003-08-16 [christoph]  0.9.4claws27
181
182         * src/mainwindow.c
183                 remember and restore window sizes and position when the main
184                 window is hidden or shown
185
186         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
187          minimised/reopened using trayicon)
188
189 2003-08-16 [paul]       0.9.4claws26
190
191         * src/crash.c
192                 add #include "defs.h"
193
194 2003-08-16 [paul]       0.9.4claws25
195
196         * src/plugins/clamav/clamav_plugin.c
197                 reword a debug_print
198                 
199         * src/plugins/dillo_viewer/dillo_prefs.c
200                 cosmetic: change the labels' text, add tooltips, and
201                 left-align the hint
202
203 2003-08-15 [christoph]  0.9.4claws24
204
205         * src/news.c
206                 complete last change (forgot some changes)
207
208 2003-08-15 [christoph]  0.9.4claws23
209
210         * src/news.c
211                 o check number of messages and don't return a 0 message
212                   when no messages are available
213                 o don't parse xref header anymore
214
215         (closes Bug 203 I'm not getting any news)
216
217 2003-08-15 [paul]       0.9.4claws22
218
219         * src/common/defs.h
220           src/crash.c
221                 update and define claws bugzilla location
222
223 2003-08-15 [paul]       0.9.4claws21
224
225         * po/ru.po
226                 update submitted by Ruslan N. Balkin
227
228 2003-08-14 [christoph]  0.9.4claws20
229
230         * src/procmsg.c
231                 fix search for oldest node in subject threading
232
233 2003-08-14 [christoph]  0.9.4claws19
234
235         * src/procmsg.c
236         * src/common/utils.h
237                 add possibility to check all nodes with the same subject for
238                 subject threading, not only the oldest node. Should not break
239                 threads anymore if the oldest node is thread_by_subject_max_age
240                 days older then parent, because it can now find a child of
241                 oldest node as new parent.
242
243 2003-08-11 [christoph]  0.9.4claws18
244
245         * src/plugins/spamassassin/spamassassin.c
246                 run spam check in background process
247
248 2003-08-10 [alfons]     0.9.4claws17
249
250         * src/summaryview.c
251                 make `Select All' sensitive too
252
253 2003-08-10 [christoph]  0.9.4claws16
254
255         * src/imap.c
256                 add more checks in imap_close
257
258 2003-08-09 [alfons]     0.9.4claws15
259
260         * src/prefs_spelling.c
261                 no spell checking UI if not requested
262
263 2003-08-09 [alfons]     0.9.4claws14
264
265         * src/gtk/prefswindow.c
266                 make it compile
267
268 2003-08-09 [christoph]  0.9.4claws13
269
270         * src/prefs_spelling.c
271         * src/gtk/prefswindow.[ch]
272         * src/plugins/clamav/clamav_plugin_gtk.c
273         * src/plugins/spamassassin/spamassassin_gtk.c
274                 sort prefs pages by heighest weight in tree
275
276 2003-08-09 [paul]       0.9.4claws12
277
278         * sync with 0.9.4cvs6
279                 see ChangeLog 2003-08-07
280                 
281         * AUTHORS
282                 add Leandro and Luke to claws-branch section
283
284 2003-08-09 [christoph]  0.9.4claws11
285
286         * src/gtk/Makefile.am
287         * src/gtk/colorsel.[ch]                 ** NEW **
288                 create a color selection dialog that can be used as a simple
289                 function call with it's own gtk main loop like filesel.[ch]
290
291         * src/Makefile.am
292         * src/main.c
293         * src/prefs_common.c
294         * src/prefs_spelling.[ch]               ** NEW **
295         * src/prefs_spelling.glade              ** NEW **
296         * src/gtk/gtkutils.[ch]
297                 move "Spell Checker" prefs to new prefs dialog
298
299         * src/prefs_folder_item.c
300                 use new colorsel dialog
301
302 2003-08-08 [paul]       0.9.4claws10
303
304         * src/inc.c
305                 clear the progress bar unconditionally
306
307 2003-08-08 [paul]       0.9.4claws9
308
309         * sync with 0.9.4cvs4
310                 see ChangeLog 2003-07-31
311
312 2003-08-07 [christoph]  0.9.4claws8
313
314         * configure.ac
315                 fix bug in image viewer plugin part
316
317         * src/imap.c
318                 don't execute close command if the folder item is not selected
319
320 2003-08-07 [hoa]        0.9.4claws7
321
322         * src/filtering.[ch]
323         * src/matcher_parser.h
324         * src/matcher_parser_parse.y
325                 can define several actions for each filtering rule
326                 can import old versions of filtering rules
327
328         * src/prefs_filtering.c
329                 call to a new dialog box to define actions
330
331         * src/prefs_filtering_action.[ch]
332                 dialog box to define actions for filtering rules
333
334 2003-08-06 [christoph]  0.9.4claws6
335
336         * src/imap.c
337                 make sure source folder is selected when copying messages
338
339 2003-08-06 [christoph]  0.9.4claws5
340
341         * sync with 0.9.4cvs2
342                 see ChangeLog 2003-07-29                
343
344 2003-08-05 [paul]       0.9.4claws4
345
346         * sync with 0.9.4cvs3
347                 see ChangeLog 2003-07-30
348
349 2003-08-04 [match]      0.9.4claws3
350
351         * po/POTFILES.in
352                 export of LDIF files.
353
354 2003-08-04 [match]      0.9.4claws2
355
356         * src/ldif.[ch]
357                 support for export LDIF. documented.
358         * src/importldif.[ch]
359         * src/exportldif.[ch]
360                 add tooltips. documented.
361         * src/exphtmldlg.[ch]
362         * src/common/xmlprops.[ch]
363                 documented.
364         * src/exportldif.[ch]                   ** NEW **
365         * src/expldifdlg.[ch]                   ** NEW **
366         * src/addressbook.[ch]
367         * src/Makefile.am
368                 export of LDIF files.
369                 documented.
370
371 2003-08-04 [christoph]  0.9.4claws1
372
373         * .cvsignore
374         * Makefile.am
375         * configure.ac
376         * sylpheed-claws.pc.in                  ** NEW **
377         * src/Makefile.am
378         * src/common/Makefile.am
379         * src/gtk/Makefile.am
380                 install sylpheed header files in $(pkgincludedir) and create a
381                 pkg-config file to allow building a plugin without the source
382                 package
383
384 2003-08-04 [paul]       0.9.4claws
385
386         * version 0.9.4claws
387
388 2003-08-04 [paul]       0.9.3claws97
389
390         * po/es.po
391                 update Spanish translation. Submitted by Ricardo
392                 Mones Lastra.
393
394 2003-08-03 [paul]       0.9.3claws96
395
396         * po/hr.po
397           po/sr.po
398                 update Croatian and Serbian translations. Submitted by
399                 Dragan and Urke MMI respectively
400
401 2003-08-03 [alfons]     0.9.3claws95
402
403         * src/summaryview.c
404                 mark flag has precedence over important flag - seems
405                 to have been changed in sync of 0.9.3claws45. this fixes
406                 a regression where messages that were scored as important
407                 don't show their mark flags. (using the same column for
408                 both importance as mark flags is the real problem
409                 ofcourse)
410
411 2003-08-03 [melvin]     0.9.3claws94
412
413         * po/fr.po
414                 Updated French translations.
415
416 2003-08-03 [melvin]     0.9.3claws93
417
418         * src/Makefile.am
419                 Fixed typo introduced after 0.9.3claws92 
420                 that prevented compilation
421                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
422                 CPPFLAGS and YFLAGS to allow user setting these.
423         * src/common/Makefile.am
424         * src/gtk/Makefile.am
425         * src/plugins/clamav/Makefile.am
426         * src/plugins/demo/Makefile.am
427         * src/plugins/dillo_viewer/Makefile.am
428         * src/plugins/image_viewer/Makefile.am
429         * src/plugins/mathml_viewer/Makefile.am
430         * src/plugins/spamassassin/Makefile.am
431         * src/plugins/trayicon/Makefile.am
432         * src/plugins/trayicon/libeggtrayicon/Makefile.am
433                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
434                 CPPFLAGS and YFLAGS to allow user setting these.
435
436 2003-08-02 [christoph]  0.9.3claws92
437
438         * configure.ac
439                 o rearrange plugin tests
440                 o add test for clamav.h to ClamAV tests
441
442 2003-08-02 [luke]       0.9.3claws91
443
444         * src/mimeview.c
445                 o fixed appearance of icon list when toggling back from the 
446                   ctree
447                 o toggling of icons using the keyboard works correctly
448                 o fixed all other keyboard shortcuts to work when icons are
449                   active
450         
451         * src/messageview.c
452                 o fixed bug 4 - focus lost when changing messageview view type
453
454 2003-08-02 [christoph]  0.9.3claws90
455
456         * src/common/hooks.c
457                 fix crash when pointer stored in hash table could get invalid
458                 when a plugin is unloaded
459
460 2003-08-01 [christoph]  0.9.3claws89
461
462         * configure.ac
463                 o try to build all plugins (except spamassassin) by default
464                 o don't build a plugin if a dependency check fails
465
466         * src/common/hooks.c
467                 fix warning
468
469 2003-08-01 [match]      0.9.3claws88
470
471         * src/importldif.c
472                 allow single click field selection. document code.
473
474 2003-08-01 [christoph]  0.9.3claws87
475
476         * src/plugins/clamav/clamav_plugin.c
477         * src/plugins/clamav/clamav_plugin_gtk.c
478         * src/plugins/dillo_viewer/dillo_viewer.c
479         * src/plugins/image_viewer/plugin.c
480         * src/plugins/mathml_viewer/mathml_viewer.c
481         * src/plugins/spamassassin/spamassassin.c
482         * src/plugins/spamassassin/spamassassin_gtk.c
483         * src/plugins/trayicon/trayicon.c
484                 add version check to all plugins
485
486 2003-08-01 [hoa]        0.9.3claws86
487
488         * src/prefs_filtering.c
489                 fixed a cosmetic bug, during creation of dialog box,
490                 wrong widgets were shown after creation.
491
492 2003-08-01 [luke]       0.9.3claws85
493
494         * src/mainwindow.c
495                 o fixed visibility of icons/mimeview after toggling separate
496                   message/folder view (factored out some similar code too).
497
498
499 2003-07-31 [alfons]     0.9.3claws84
500
501         * src/mimeview.c
502                 tweak icon box UI a bit more, now allowing right-clicks actions
503                 getting the relevant mime data too; should fix #250, "Can't save 
504                 attachments sometimes".
505
506 2003-07-30 [alfons]     0.9.3claws83
507
508         * src/compose.c
509                 don't do auto-save-draft inside key press handler, but rather
510                 schedule it half of a second later; should fix #67, "autosave 
511                 make re-rediting message crazy"
512
513 2003-07-30 [christoph]  0.9.3claws82
514
515         * src/plugins/trayicon/trayicon.c
516                 process pending events before unloading the plugin
517
518         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
519
520 2003-07-30 [alfons]     0.9.3claws81
521
522         * src/common/hooks.c
523                 parameter 2 of g_hook_destroy() should really be a hook id
524
525 2003-07-30 [alfons]     0.9.3claws80
526
527         * src/common/plugin.c
528                 fix a possibly harmful function signature mismatch 
529                 for plugin_done
530
531 2003-07-30 [alfons]     0.9.3claws79
532
533         * src/common/hooks[.ch]
534                 const correctness
535
536 2003-07-30 [darko]      0.9.3claws78
537
538         * src/summaryview.c
539                 make it compile again
540
541 2003-07-30 [luke]       0.9.3claws77
542
543         * src/crash.c
544         * src/main.c
545                 o added/moved signal handlers for SIGTERM (normal kill command) 
546                   and SIGINT (ctl-c) to be used even without 
547                   --enable-crash-dialog, fixing bug 166
548
549         * src/summaryview.c
550                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
551                   bug 227
552
553         * src/mainwindow.c
554                 o changed sensitivity condition for 'Next new' and 'Next 
555                   unread', fixing bug 8
556
557 2003-07-29 [alfons]     0.9.3claws76
558
559         * src/common/utils.[ch]
560                 add generate_msgid()
561         * src/messageview.c
562                 save ack'ed RRR; fixes #205, "return receipt is not saved in
563                 sent folder".
564
565 2003-07-29 [alfons]     0.9.3claws75
566
567         * src/messageview.c
568                 fix a memleak (claws-only)
569
570 2003-07-29 [alfons]     0.9.3claws74
571
572         * src/mimeview.[ch]
573         * src/gtk/gtkvscrollbutton.[ch]
574                 fix UI glitch where mime icon toolbox' scroll position is not 
575                 reset after switching to another message
576                 
577
578 2003-07-29 [paul]       0.9.3claws73
579
580         * src/prefs_folder_item.c
581                 split the prefs into 2 separate pages
582
583 2003-07-29 [paul]       0.9.3claws72
584
585         * src/compose.c
586                 prepend "\n\n" to a signature without a separator too
587
588 2003-07-29 [paul]       0.9.3claws71
589
590         * src/compose.c
591                 fix bug where changing to an account without an auto-sig
592                 from an initial account without an auto-sig would insert 
593                 2 blank lines at the cursor point
594                 fix bug where changing to an account with an auto-sig
595                 from an initial account without an auto-sig would insert
596                 the sig at the cursor point
597
598 2003-07-29 [paul]       0.9.3claws70
599
600         * src/folderview.c
601                 use the colour from the folder pref unless the folder
602                 has new messages
603
604 2003-07-29 [alfons]     0.9.3claws69
605
606         * src/procmsg.[ch]
607         * src/messageview.c
608         * src/procheader.c
609                 rewrite return receipt request work a little bit (the former 
610                 implementation presumably depended too much on the UI setting
611                 flags). (we're losing the old pending flag.) 
612
613 2003-07-28 [christoph]  0.9.3claws68
614
615         * src/folder.c
616         * src/imap.c
617         * src/mh.c
618         * src/procmsg.[ch]
619                 fix copy to IMAP folder from other folder
620
621 2003-07-28 [christoph]  0.9.3claws67
622
623         * src/procmsg.c
624                 fix sync of procmsg_get_message_file_list
625
626 2003-07-28 [christoph]  0.9.3claws66
627
628         * sync with 0.9.3cvs14
629                 see ChangeLog 2003-07-18
630         * sync with 0.9.3cvs17
631                 see ChangeLog 2003-07-23
632
633         (closes Bug 234 segmentation fault after sending out mail via
634          smtp(auth))
635
636 2003-07-28 [paul]       0.9.3claws65
637
638         * po/es.po
639                 update Spanish translation, submitted by Ricardo Mones
640                 Lastra
641
642 2003-07-28 [christoph]  0.9.3claws64
643
644         * src/folder.[ch]
645         * src/imap.c
646         * src/mh.c
647                 return new message numbers as a GRelation instead of a GSList
648                 that has to be in the same order as the input list. A list
649                 would make it hard for IMAP to optimize oepration by sorting
650                 the input list. The returned list would have to be reordered
651                 to match the same order that input list has.
652
653         * src/gtk/gtkaspell.c
654                 fix missing return value, could cause a crash when garbage is
655                 on the stack that is used as the expected return value
656
657 2003-07-28 [paul]       0.9.3claws63
658
659         * sync with 0.9.4cvs1
660                 see ChangeLog 2003-07-28
661
662 2003-07-27 [alfons]     0.9.3claws62
663
664         * src/mimeview.c
665                 tweak it more to make icon list act like a check button group
666
667 2003-07-27 [christoph]  0.9.3claws61
668
669         * sync with 0.9.3cvs20
670                 see ChangeLog 2003-07-25
671
672 2003-07-27 [paul]       0.9.3claws60
673
674         * src/procmsg.c
675                 re-commit changes from 0.9.3claws58 -
676                 accidently removed in 0.9.3claws59
677
678 2003-07-27 [paul]       0.9.3claws59
679
680         * src/procmsg.[ch]
681                 a sync from 0.9.3cvs17
682                 see ChangeLog 2003-07-23
683
684 2003-07-27 [alfons]     0.9.3claws58
685
686         * src/procmsg.c
687                 add missing header members to MsgInfo; fixes the problem of 
688                 not displaying X-Faces, as noticed by Ricardo Mones
689
690 2003-07-26 [christoph]  0.9.3claws57
691
692         * sync with 0.9.3cvs18
693                 see ChangeLog 2003-07-24
694
695 2003-07-26 [christoph]  0.9.3claws56
696
697         * sync with 0.9.3cvs17
698                 see ChangeLog 2003-07-23
699
700 2003-07-26 [christoph]  0.9.3claws55
701
702         * src/folder.[ch]
703         * src/imap.c
704         * src/mbox_folder.c
705         * src/mh.c
706         * src/news.c
707                 add support for copy function that copy multiple messages
708                 (not implemented yet)
709
710         * src/summaryview.c
711                 add missing return value
712
713 2003-07-26 [paul]       0.9.3claws54
714
715         * tools/multiwebsearch.pl
716                 do whitespace substitution before passing the string
717                 to the browser. fixes bug with browsers that don't
718                 do whitespace conversion themselves.
719
720 2003-07-25 [christoph]  0.9.3claws53
721
722         * src/folder.[ch]
723         * src/imap.c
724         * src/mh.c
725                 rewrite adding of multiple messages to a folder for
726                 claws' folder system
727
728 2003-07-25 [luke]       0.9.3claws52
729
730         * src/mimeview.c
731                 o icon toggles set correctly on leaving ctree mimeview
732
733 2003-07-25 [paul]       0.9.3claws51
734
735         * partial sync with 0.9.3cvs21 [src/main.c]
736                 see ChangeLog 2003-07-25
737
738 2003-07-24 [paul]       0.9.3claws50
739
740         * tools/maildir2sylpheed.pl
741                 fix typo
742
743 2003-07-24 [paul]       0.9.3claws49
744
745         * src/mimeview.c
746                 increase the gutter size of paned so that the panes
747                 can be resized
748                 
749         * src/plugins/demo/demo.c
750                 squeeze in another typo fix
751
752 2003-07-24 [paul]       0.9.3claws48
753
754         * src/plugins/demo/demo.c
755           src/prefs_account.c
756                 small changes to the English
757                 
758         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
759           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
760           src/Makefile.am
761           src/stock_pixmap.c
762                 rename the misspelled icon
763
764 2003-07-23 [alfons]     0.9.3claws47
765
766         * src/mimeview.c
767                 make icon list look like a list of toggles
768
769 2003-07-23 [luke]       0.9.3claws46
770
771         * src/pixmaps/mimeview_gpg_expired.xpm
772         * src/pixmaps/mimeview_gpg_failed.xpm
773         * src/pixmaps/mimeview_gpg_passed.xpm
774         * src/pixmaps/mimeview_text_html.xpm
775         * src/pixmaps/mimeview_image.xpm
776                 o all icons the same size
777
778         * src/mimeview.[ch]
779                 o mimeview ctree arranged vertically above the viewer
780                 o icons changed to buttons
781                 o can use keyboard to select an icon (Enter)
782                 o resize icon list to width of icons
783
784         *  src/gtk/gtkvscrollbutton.c
785                 o sensitivity of buttons reacts to position
786
787 2003-07-23 [christoph]  0.9.3claws45
788
789         * sync with 0.9.3cvs14 (incomplete)
790                 see ChangeLog 2003-07-17
791
792 2003-07-23 [alfons]     0.9.3claws44
793
794         * src/folder.c
795         * src/procmsg.h
796                 sync with my local tree to restore some claws-only things
797
798 2003-07-23 [paul]       0.9.3claws43
799
800         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
801           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
802           src/Makefile.am
803           src/mimeview.c
804           src/procmime.h
805           src/rfc2015.c
806           src/stock_pixmap.[ch]
807                 indicate missing keys and expired sigs/keys
808                 in mime view column
809
810 2003-07-23 [paul]       0.9.3claws42
811
812         * src/compose.c
813                 Redirect fixes: enable automatic account selection and
814                 do not append signature to message on changing account
815                 fixes Bug[s] #248
816
817 2003-07-23 [paul]       0.9.3claws41
818
819         * sync with 0.9.3cvs16
820                 see ChangeLog 2003-07-23
821
822 2003-07-23 [alfons]     0.9.3claws40
823
824         * src/inc.c
825                 give progress dialog a main window, and give it the first 
826                 one (presumably the only one). fixes bug #247, "segfault on 
827                 pop-before-smtp" 
828
829 2003-07-22 [alfons]     0.9.3claws39
830
831         * src/summaryview.c
832                 shift-space scrolls up
833
834 2003-07-22 [paul]       0.9.3claws38
835
836         * sync with 0.9.3cvs15
837                 see ChangeLog 2003-07-22
838
839 2003-07-20 [alfons]     0.9.3claws37
840
841         * src/compose.c
842                 put menu inside #ifdef USE_ASPELL..#endif
843
844 2003-07-20 [christoph]  0.9.3claws36
845
846         * src/procmsg.c
847                 fix wrong flags in MsgInfo returned by
848                 procmsg_msginfo_get_full_info()
849
850         (closes Bug 221 Deleting messages from the Message View gives incorrect
851          new/unread message counts in the folder view)
852
853         * src/plugins/spamassassin/spamassassin_gtk.c
854                 add gettext macro for prefs page title
855
856 2003-07-20 [paul]       0.9.3claws35
857
858         * src/mimeview.c
859                 redraw icon list on signature check
860
861 2003-07-20 [christoph]  0.9.3claws34
862
863         * src/Makefile.am
864         * src/account.c
865         * src/folder.[ch]
866         * src/folder_item_prefs.[ch]            ** NEW **
867         * src/folderview.c
868         * src/mainwindow.c
869         * src/mh.c
870         * src/prefs_gtk.c
871         * src/prefs_scoring.c
872         * src/summaryview.c
873         * src/prefs_folder_item.[ch]
874                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
875                   Properties dialog
876                 o use prefswindow for folder properties
877
878         * src/gtk/prefswindow.[ch]
879                 change implementation to use an invisible notebook instead
880                 of unparenting widgets
881
882 2003-07-20 [christoph]  0.9.3claws33
883
884         * src/compose.h
885         * src/folder.c
886         * src/folderview.h
887         * src/headerview.h
888         * src/prefs_filtering.h
889         * src/prefs_folder_item.[ch]
890         * src/procmime.h
891         * src/procmsg.h
892         * src/summaryview.h
893                 clean up header mess
894                 (always use 1. typedefs, 2. #includes, 3. structures)
895
896         * src/common/version.h.in
897                 add casts for constants
898
899         * src/plugins/demo/demo.c
900                 fix typo
901
902         * src/plugins/spamassassin/spamassassin.c
903                 remove unused variable
904
905 2003-07-20 [alfons]     0.9.3claws32
906
907         * src/mimeview.c
908                 o make icon buttons respond on left click
909                 o minor cosmetic change
910
911 2003-07-19 [luke]       0.9.3claws31
912
913         * src/mimeview.[ch]
914         * src/gtk/gtkvscrollbutton.c
915         * src/messageview.c
916                 o improved mimeview behaviour when selecting a new message
917                 o plus code cleanups to remove compile warnings
918
919
920 2003-07-19 [alfons]     0.9.3claws30
921
922         * src/procmsg.c
923         * src/compose.c
924         * src/common/utils.[ch]
925                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
926
927 2003-07-19 [alfons]     0.9.3claws29
928
929         * src/prefs_folder_item.c
930                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
931                 string pointers
932
933 2003-07-19 [luke]       0.9.3claws28
934
935         * src/messageview.c
936         * src/mimeview.[ch]
937         * src/procmime.h
938         * src/rfc2015.c
939         * src/stock_pixmap.[ch]
940         * src/gtk/Makefile.am
941         * src/Makefile.am
942         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
943         * src/pixmaps/mime_*.xpm                ** NEW **
944                 o mimeview rearrangement with a new icon shortcut bar
945
946 2003-07-19 [alfons]     0.9.3claws27
947
948         * src/folderview.c
949                 o plug leaking nodes_to_recollapse
950                 o add folderview_recollapse_all_nodes() (not used yet)
951
952 2003-07-19 [alfons]     0.9.3claws26
953
954         * src/compose.c
955         * src/common/utils.c
956                 honour #240 "Better SUBJECT handling" by cleaning the prefix
957                 for both forwarding as replying
958
959 2003-07-18 [christoph]  0.9.3claws25
960
961         * configure.ac
962         * src/common/sylpheed.[ch]
963         * src/common/version.h.in
964                 add version in numeric form to allow easy comparison
965
966         * src/plugins/demo/demo.c
967                 add version check
968                 - sylpheed version > plugin version => never allowed, sylpheed
969                   could contain unknown API changes
970                 - sylpheed version < minimum version required => don't load,
971                   API required not available (if linking does not fail)
972
973 2003-07-18 [alfons]     0.9.3claws24
974         
975         * src/common/plugin.[ch]
976                 const correctness
977
978 2003-07-18 [christoph]  0.9.3claws23
979
980         * src/common/hooks.c
981                 fix crash when hooks where unregisted
982
983         * src/plugins/trayicon/trayicon.c
984                 unregister detroy signal before destroying the widget
985                 (still crashes when the plugin is unloaded)
986
987 2003-07-18 [alfons]     0.9.3claws22
988         
989         * src/folderview.c
990                 delay expanding folder tree during drags until timeout triggered
991                 (needs perhaps some tweaking, so testing is welcome)
992
993 2003-07-17 [alfons]     0.9.3claws21
994
995         * src/folderview.c
996                 clean up cruft
997
998 2003-07-17 [christoph]  0.9.3claws20
999
1000         * src/common/session.c
1001                 fix opening of SSL connections
1002
1003         * src/plugins/image_viewer/Makefile.am
1004                 add OPENSSL_CFLAGS (we should find a better solution to remove
1005                 this dependencies if they are not required)
1006
1007         * src/plugins/spamassassin/spamassassin.c
1008                 remove setlocale workaround (fixed in libspamc)
1009
1010         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1011          if spell checking enabled)
1012
1013 2003-07-17 [alfons]     0.9.3claws19
1014
1015         * src/common/hooks.[ch]
1016         * src/plugins/clamav/clamav_plugin.c
1017         * src/plugins/spamassassin/spamassassin.c
1018         * src/plugins/trayicon/trayicon.c
1019                 fix signedness muck 
1020
1021 2003-07-17 [alfons]     0.9.3claws18
1022
1023         * src/procmime.c
1024                 plug memleak
1025
1026 2003-07-17 [alfons]     0.9.3claws17
1027
1028         * src/inc.c
1029                 plug memleak
1030
1031 2003-07-17 [paul]       0.9.3claws16
1032
1033         * src/common/defs.h
1034           src/mainwindow.c
1035           src/manual.[ch]
1036                 add link to the Claws site's FAQ page, after the suggestion
1037                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1038                 Move url strings to defs.h
1039                 
1040         * src/mainwindow.c
1041                 fix typo to prevent "unknown menu entry" warnings
1042
1043 2003-07-17 [alfons]     0.9.3claws15
1044
1045         * src/folderview.[ch]
1046         * src/summaryview.[ch]
1047         * src/mimeview.[ch]
1048                 plug DnD leaks 
1049
1050 2003-07-17 [paul]       0.9.3claws14
1051
1052         * src/inc.c
1053                 remove two instances of 'GTK_EVENTS_FLUSH' because
1054                 they are unnecessary and probably cause a stack overflow
1055
1056 2003-07-16 [christoph]  0.9.3claws13
1057
1058         * src/mimeview.[ch]
1059                 use an invisible GTK notebook to switch between viewers
1060                 instead of reparenting widgets
1061
1062 2003-07-16 [christoph]  0.9.3claws12
1063
1064         * src/folder.c
1065                 move folder_item_update_freeze() to correct place in
1066                 folder_item_scan_full()
1067
1068 2003-07-16 [paul]       0.9.3claws11
1069
1070         * sync with 0.9.3cvs12
1071                 see ChangeLog 2003-07-14 and 2003-07-15
1072
1073 2003-07-16 [christoph]  0.9.3claws10
1074
1075         * src/imap.[ch]
1076         * src/prefs_account.[ch]
1077                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1078
1079 2003-07-15 [alfons]     0.9.3claws9
1080
1081         * src/main.c
1082                 make --config-dir do something useful
1083
1084 2003-07-15 [alfons]     0.9.3claws8
1085
1086         * src/procmsg.c
1087                 o fix a bug where 'last' didn't really point to the last message
1088                   in the top level list of children, but to the last threaded
1089                   message. 
1090                 
1091                 o clean up and make it easier to sync
1092
1093 2003-07-15 [alfons]     0.9.3claws7
1094
1095         * src/mainwindow.c
1096                 make correct menu items sensitive       
1097
1098 2003-07-14 [alfons]     0.9.3claws6
1099
1100         * src/procmsg.c
1101                 tune the threader so it will not subject-thread any message
1102                 without a subject prefix (this will not thread correctly if 
1103                 a parent is delivered after their childs, but it looks 
1104                 better right now)
1105
1106 2003-07-13 [christoph]  0.9.3claws5
1107
1108         * src/mainwindow.c
1109                 group "Add mailbox *..." menu items in submenu
1110
1111 2003-07-13 [alfons]     0.9.3claws4
1112
1113         * src/summaryview.c
1114                 correct summary_toggle_pressed() signature and make sure
1115                 signal is not passed on
1116
1117 2003-07-13 [alfons]     0.9.3claws3
1118
1119         * src/summaryview.c
1120                 o for now don't pass on keys when they we're handled by 
1121                   ctree::key_press_event
1122                 o clean up
1123
1124 2003-07-13 [alfons]     0.9.3claws2
1125         
1126         * src/main.c
1127                 add command line option "--config-dir" to get the current 
1128                 configuration dir
1129
1130 2003-07-12 [alfons]     0.9.3claws1
1131
1132         * src/matcher.[ch]
1133         * src/matcher_parser_parse.y
1134         * src/prefs_filtering.c
1135         * src/filtering.c
1136                 add "Lock" filter action to lock messages;
1137
1138         * src/filtering.c       
1139                 remove debug_print()    
1140         * src/prefs_filtering.c
1141                 re-organize matcher part 9: 
1142                 make action text entries easily extendible;
1143                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1144                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1145
1146 2003-07-12 [paul]
1147
1148         * tools/README
1149                 update old information and add missing
1150                 information
1151
1152 2003-07-12 [paul]       0.9.3claws
1153
1154         * 0.9.3claws released
1155         
1156 2003-07-12 [paul]       0.9.0claws103
1157
1158         * src/Makefile.am
1159                 add addrquery.h
1160
1161 2003-07-12 [melvin]     0.9.0claws102
1162
1163         * src/messageview.c
1164                 Fixed bug #215: Show MIME tab for single text/html messages. 
1165                 
1166 2003-07-12 [paul]       0.9.0claws101
1167
1168         * man/sylpheed.1
1169                 updated
1170
1171 2003-07-12 [paul]       0.9.0claws100
1172
1173         * po/es.po
1174           po/hr.po
1175           po/pl.po
1176           po/sr.po
1177                 update Spanish, Croatian, Polish, Serbian translations.
1178                 submitted by Ricardo Mones Lastra, Dragan, Witold
1179                 Wladyslaw Wojciech Wilk, Urke MMI
1180
1181 2003-07-12 [melvin]     0.9.0claws99
1182
1183         * po/fr.po
1184                 Updated French translations.
1185
1186 2003-07-12 [paul]       0.9.0claws98
1187
1188         * src/addressbook.c
1189                 disable 'Lookup' button as it has no effect
1190
1191 2003-07-11 [alfons]     0.9.0claws97
1192         
1193         * src/summaryview.c
1194                 summary_searchbar_pressed() should return TRUE to signal that
1195                 event was handled. when returning void, the return value passed
1196                 to GTK is actually random, but maybe FALSE, in which case the
1197                 event is handled by parent
1198                 
1199 2003-07-10 [paul]       0.9.0claws96
1200
1201         * ac/missing/gettext.m4
1202                 update to version 0.12
1203
1204 2003-07-10 [paul]       0.9.0claws95
1205
1206         * src/plugins/clamav/clamav_plugin.c
1207                 fix bug where multipart/alternative messages
1208                 would slip through without being scanned
1209
1210 2003-07-10 [christoph]  0.9.0claws94
1211
1212         * src/folder.c
1213                 correct check if folder supports removing when a message is
1214                 moved. if not the message is only copied.
1215
1216         (closes Bug 132 crash on startup in newsgroups folders)
1217
1218 2003-07-09 [alfons]     0.9.0claws93
1219
1220         * configure.ac
1221         * src/common/defs.h
1222                 --with-config-dir (default .sylpheed)
1223
1224 2003-07-09 [christoph]  0.9.0claws92
1225
1226         * configure.ac
1227                 use PKG_CHECK_MODULES to check for gtkmathview
1228                 (version 0.4.2 now required)
1229
1230 2003-07-08 [melvin]     0.9.0claws91
1231
1232         * src/action.c
1233                 Implemented a progress bar that counts the number of completed
1234                 tasks when the action runs more than one command.
1235
1236 2003-07-08 [alfons]     0.9.0claws90
1237
1238         * src/procmsg.c
1239                 if queued message has an invalid Message-Id, don't try to
1240                 find message it refers to (fixes #209 "crash when processing 
1241                 in folder")
1242
1243 2003-07-08 [paul]       0.9.0claws89
1244
1245         * sync with 0.9.3cvs2
1246                 see ChangeLog 2003-07-08
1247
1248 2003-07-08 [match]      0.9.0claws88
1249
1250         * src/ldapctrl.c
1251                 extend LDAP search for first/last name by parsing search term.
1252
1253 2003-07-08 [alfons]     0.9.0claws87
1254
1255         * src/send_message.c
1256                 fix bug #208 "Status message stuck when sending on POP3 account"
1257
1258 2003-07-07 [paul]       0.9.0claws86
1259
1260         * po/hr.po
1261                 new Croatian translation, submitted by
1262                 Dragan <drleskov@inet.hr>
1263
1264 2003-07-07 [paul]       0.9.0claws85
1265
1266         * sync with 0.9.3cvs1
1267                 see ChangeLog 2003-07-07
1268
1269 2003-07-05 [christoph]  0.9.0claws84
1270
1271         * src/Makefile.am
1272         * src/messageview.c
1273         * src/mimeview.[ch]
1274         * src/stock_pixmap.[ch]
1275         * src/pixmaps/messageview_text.xpm              ** NEW **
1276                 move mimeview tabs to the right side and use icons
1277                 instead of text to save some space
1278
1279         (patch by Luke Plant <lukeplant@softhome.net>)
1280
1281 2003-07-05 [christoph]  0.9.0claws83
1282
1283         * src/inc.c
1284                 add NULL pointer checks
1285
1286         (patch by Luke Plant <lukeplant@softhome.net>)
1287         (closes Bug 204 0.9.0 quits on authentication error?!)
1288
1289 2003-07-05 [alfons]     0.9.0claws82
1290
1291         * configure.ac
1292                 take the clue in bug #202 "./configure script - 
1293                 'if test' comparison failure" reported by John Kristoff. 
1294
1295 2003-07-04 [christoph]  0.9.0claws81
1296
1297         * src/plugins/spamassassin/spamassassin.c
1298                 set timeout for spam check
1299
1300 2003-07-04 [christoph]  0.9.0claws80
1301
1302         * src/main.c
1303                 destroy all FolderItems when shutting down to
1304                 allow folders to clean up
1305
1306 2003-07-04 [melvin]     0.9.0claws79
1307
1308         * src/gtk/gtkaspell.c
1309                 Fixed bug #184 "Entering non-ascii character deletes
1310                 previous char if spell checking enabled": this makes
1311                 the spell checking in multibytes (e.g. UTF-8)locales work.
1312                 (Patch by Luke Plant).
1313                 
1314 2003-07-04 [christoph]  0.9.0claws78
1315
1316         * sync with 0.9.2cvs1
1317                 see ChangeLog 2003-06-10
1318
1319 2003-07-04 [paul]       0.9.0claws77
1320
1321         * sync with 0.9.3 release
1322                 see ChangeLog 2003-07-04
1323
1324 2003-07-03 [christoph]  0.9.0claws76
1325
1326         * src/folder.[ch]
1327         * src/imap.c
1328         * src/mbox_folder.c
1329         * src/mh.c
1330         * src/news.c
1331                 move folder_item_get_path() stuff into a folder virtual function
1332
1333         * src/procmsg.c
1334                 use folder_item_fetch_msg() to get message and do not contruct
1335                 the filename from path and number
1336
1337 2003-07-03 [paul]       0.9.0claws75
1338
1339         * sync with 0.9.2cvs12
1340                 see ChangeLog 2003-07-03
1341
1342 2003-07-02 [paul]       0.9.0claws74
1343
1344         * src/messageview.c
1345                 fix text-selection for replying
1346
1347 2003-07-02 [paul]       0.9.0claws73
1348
1349         * sync with 0.9.2cvs11
1350                 see ChangeLog 2003-07-02
1351
1352 2003-07-02 [paul]       0.9.0claws72
1353
1354         * src/procmsg.c
1355                 revert last commit because it breaks more
1356                 than it fixes
1357
1358 2003-07-02 [paul]       0.9.0claws71
1359
1360         * src/procmsg.c
1361                 fix thread by subject/sort by date
1362
1363 2003-07-01 [paul]       0.9.0claws70
1364
1365         * sync with 0.9.2cvs10
1366                 see ChangeLog 2003-07-01
1367
1368 2003-06-30 [paul]       0.9.0claws69
1369
1370         * sync with 0.9.2cvs9
1371                 see ChangeLog 2003-06-30
1372
1373 2003-06-28 [match]      0.9.0claws68
1374
1375         * src/addressbook.c
1376                 fix null ptr.
1377
1378 2003-06-27 [paul]       0.9.0claws67
1379
1380         * sync with 0.9.2cvs7
1381                 see ChangeLog 2003-06-27
1382
1383 2003-06-26 [christoph]  0.9.0claws66
1384
1385         * src/folder.c
1386                 freeze folder updates while a folder is scanned
1387
1388         (closes Bug 185 New message counter)
1389
1390 2003-06-26 [darko]      0.9.0claws65
1391
1392         * src/ldapserver.c
1393                 fix infinite loop when adding a new LDAP server
1394
1395 2003-06-26 [paul]       0.9.0claws64
1396
1397         * sync with 0.9.2cvs6
1398                 see ChangeLog 2003-06-26
1399
1400 2003-06-26 [paul]       0.9.0claws63
1401
1402         * sync with 0.9.2cvs5
1403                 see ChangeLog 2003-06-25 and 2003-06-26
1404
1405 2003-06-25 [match]      0.9.0claws62
1406
1407         * src/addr_compl.c
1408                 Fixed tab/backtab for dropped-down completion list to
1409                 move next/previous field. (close bug 147)
1410
1411 2003-06-25 [christoph]  0.9.0claws61
1412
1413         * src/addr_compl.[ch]
1414         * src/addrindex.[ch]
1415         * src/folderview.c
1416         * src/inc.c
1417         * src/news.c
1418         * src/summaryview.c
1419         * src/toolbar.c
1420                 fix warnings
1421
1422 2003-06-25 [leandro]    0.9.0claws60
1423
1424         * src/compose.c
1425                 o cleanups
1426                 o gray out "Message/Remove references" menu item if not
1427                   replying to a message
1428
1429 2003-06-24 [leandro]    0.9.0claws59
1430
1431         * src/compose.[ch]
1432                 o removed "Message/Create new thread" menu item
1433                 o added "Message/Remove references" menu item
1434                   (it's off by default and will not check anymore
1435                    if the subject changed)
1436
1437 2003-06-23 [alfons]     0.9.0claws58
1438
1439         * src/procmsg.c
1440                 try better grouping messages threaded by subject based on their age.
1441                 still not perfect - because the message tree is not sorted by date.  
1442
1443 2003-06-23 [thorsten]   0.9.0claws57
1444
1445         * src/pop.[ch]
1446                 added mail_receive_hook to allow modifications
1447                 directly after retrieval (e.g. adding headers).
1448
1449 2003-06-23 [paul]       0.9.0claws56
1450
1451         * src/sourcewindow.c
1452                  enable the use of Ctrl+A to select all text in
1453                  the sourcewindow
1454                  Patch submitted by Ivan Francolin Martinez
1455                  <ivanfm@users.sourceforge.net>
1456
1457 2003-06-22 [christoph]  0.9.0claws55
1458
1459         * src/folder.[ch]
1460                 o add notification hook for folder tree changes
1461                 o invoke hooks after folder tree scanning
1462
1463         * src/folderview.[ch]
1464                 register hook for folder tree changes that
1465                 updates the ctree
1466
1467         (there are more places that should be updated, like add, remove 
1468          or move folder)
1469
1470         (closes Bug 164 Crash on rebuild folder tree)
1471         (closes Bug 190 Crash on 'rebuilding folder tree')
1472
1473 2003-06-21 [leandro]    0.9.0claws54
1474
1475         * src/compose.[ch]
1476                 create a new thread if subject changes
1477                 (it's on by default, can be disabled in Message menu)
1478
1479 2003-06-21 [alfons]     0.9.0claws53
1480
1481         * src/summaryview.c
1482                 quiet little compiler
1483
1484 2003-06-21 [christoph]  0.9.0claws52
1485
1486         update gettext stuff to version 0.12
1487
1488 2003-06-19 [alfons]     0.9.0claws51
1489
1490         * src/common/log.c
1491         * src/common/plugin.c
1492                 move defs.h before glib.h to prevent MIN/MAX redefs
1493
1494 2003-06-19 [alfons]
1495
1496         * src/addressbook.c
1497                 translatable
1498
1499 2003-06-19 [match]      0.9.0claws50
1500
1501         * src/addressbook.[ch]
1502         * src/addrindex.[ch]
1503         * src/addr_compl.[ch]
1504         * src/editldap.[ch]
1505         * src/editldap_basedn.[ch]
1506         * src/addritem.[ch]
1507         * src/ldapquery.h
1508                 re-implemented dynamic LDAP search. works without
1509                 slowdown on display sender with addressbook
1510                 option.
1511         * src/addrbook.c
1512                 documented code.
1513
1514 2003-06-19 [paul]       0.9.0claws49
1515
1516         * src/compose.c
1517                 fix Bug #136 'Nonprovided quotation marks crash claws'
1518                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1519
1520 2003-06-19 [alfons]     0.9.0claws48
1521
1522         * src/prefs_common.[ch]
1523         * src/procmsg.c
1524                 restrict threading by subject by checking thread for
1525                 age (prefs_common.thread_by_subject_max_age)
1526
1527 2003-06-18 [christoph]  0.9.0claws47
1528
1529         * src/imap.c
1530                 fix memory leak in imap_cmd_fetch()
1531
1532 2003-06-18 [christoph]  0.9.0claws46
1533
1534         * src/prefs_gtk.c
1535                 fix memory leak in prefs_set_default() when used multiple
1536                 times or after prefs have been read
1537
1538 2003-06-18 [christoph]  0.9.0claws45
1539
1540         * src/common/plugin.c
1541                 fix memory leak in plugin_unload()
1542
1543 2003-06-18 [christoph]  0.9.0claws44
1544
1545         * src/imap.c
1546                 fix memory leak in imap_cmd_ok()
1547
1548 2003-06-18 [christoph]  0.9.0claws43
1549
1550         * src/folder.c
1551                 stop messages that are downloaded from POP3 and added to
1552                 an IMAP inbox from being filtered twice (first by POP3
1553                 and again when IMAP folder is scaned to get the UID of
1554                 the APPEND operation when no UIDPLUS is available)
1555
1556 2003-06-18 [alfons]
1557
1558         * tools/Makefile.am
1559                 phoenix <- firebird     
1560
1561 2003-06-18 [paul]
1562
1563         * tools/launch_phoenix          ** REMOVED **
1564           tools/launch_firebird         ** NEW **
1565                 renamed and edited to reflect the browser's name change from
1566                 'phoenix' to 'firebird'
1567
1568 2003-06-18 [paul]       0.9.0claws42
1569
1570         * sync with 0.9.2cvs2
1571                 see ChangeLog 2003-06-16
1572
1573 2003-06-17 [alfons]     0.9.0claws41
1574
1575         * src/procmsg.c
1576                 prevent threading problems when a node is an ancestor (parent / great parent),
1577                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1578                 for finding an sample set of messages)
1579
1580 2003-06-16 [christoph]  0.9.0claws40
1581
1582         * src/main.c
1583                 don't popup main window on --receive or --receive-all
1584
1585         * src/mainwindow.[ch]
1586         * src/plugins/trayicon/trayicon.c
1587                 allow hiding of main window by clicking on the trayicon
1588                 (doesn't work correctly in seperate window mode and may
1589                  cause unexpected GTK problems I couldn't find yet)
1590
1591         * src/common/ssl.c
1592                 remove incorrect warning
1593
1594 2003-06-15 [alfons]     0.9.0claws39
1595
1596         * src/gtk/gtkstext.c
1597                 don't output debug text;
1598                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1599                 for pointing this out);
1600
1601 2003-06-14 [alfons]     0.9.0claws38
1602         
1603         * src/messageview.c
1604                 remove printf() and make one if..else comply with coding style
1605
1606 2003-06-14 [alfons]     0.9.0claws37
1607
1608         * AUTHORS
1609                 add Martin Wicke
1610         * src/action.c
1611         * src/messageview.[ch]
1612         * src/summaryview.c
1613                 apply patch #754162 "Quoting messages filtered by actions" submitted
1614                 by Martin Wicke, which allows quoting message body changed by an
1615                 action (Thanks!).
1616
1617 2003-06-13 [alfons]     0.9.0claws36
1618
1619         * src/utils.c
1620                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1621                 use case insensitive regexp (suggested by Ivan Martinez)
1622
1623 2003-06-13 [christoph]  0.9.0claws35
1624
1625         * configure.ac
1626         * src/plugins/trayicon/Makefile.am
1627         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1628         * src/plugins/trayicon/trayicon.c
1629         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1630         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1631         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1632         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1633         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1634         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1635                 replace my own EggTrayIcon backport with the backport
1636                 used by (l|x)mule and gabber.
1637
1638 2003-06-13 [alfons]     0.9.0claws34
1639
1640         * AUTHORS
1641         * src/common/utils.c
1642                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1643
1644 2003-06-13 [alfons]     0.9.0claws33
1645
1646         * src/compose.c
1647                 clean up a little bit
1648
1649 2003-06-12 [alfons]     0.9.0claws32
1650
1651         * src/compose.c
1652                 const correctness fix
1653
1654         * src/common/sylpheed.[ch]
1655                 () -> (void)
1656                 prevent redef MIN/MAX
1657                 
1658         * src/common/utils.[ch]
1659                 () -> (void)
1660
1661 2003-06-12 [melvin]     0.9.0claws31
1662
1663         * src/compose.c
1664                 Updated to take into accounts changes in GtkAspell.
1665
1666 2003-06-12 [alfons]     0.9.0claws30
1667
1668         * src/compose.c
1669         * src/procmsg.c
1670         * src/common/utils.[ch]
1671                 handle reply subject prefixes better (initial 
1672                 suggestion by Robert Story adapted and enhanced 
1673                 using regexps)
1674
1675 2003-06-12 [melvin]     0.9.0claws29
1676
1677         * src/compose.c
1678                 Use new gtkaspell_checkers_strerror() to get the speller's
1679                 error message instead of accessing the (now private)
1680                 checkers structure.
1681                 Minor code clean up
1682
1683         * src/main.c
1684                 Use #ifdef instead of #if for USE_ASPELL
1685                 Use the new spell checkers init/quit functions 
1686
1687         * src/gtk/gtkaspell.c
1688                 Use #ifdef instead of #if for USE_ASPELL
1689                 Moved in the majority of GtkAspell structures that were
1690                 exported before by gtkaspell.h
1691         
1692         * src/gtk/gktaspell.h
1693                 Made gtkaspell.h contain only the necessary data to be
1694                 publicized by moving many structures to gtkaspell.c.
1695                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1696                 gtkaspell_checkers_new(): replaced by...
1697                 gtkaspell_checkers_init(): new function for initialization
1698                 gtkaspell_checkers_delete(): replaced by...
1699                 gtkaspell_checkers_quit(): new function
1700                 gtkaspell_checkers_strerror(): new function that returns
1701                 the checker's last error message.
1702                 
1703 2003-06-11 [melvin]     0.9.0claws28
1704
1705         * po/POTFILES.in
1706                 Updated to take into account gtkaspell.c migration to
1707                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1708
1709 2003-06-10 [alfons]     0.9.0claws27
1710
1711         * src/filtering.[ch]
1712         * src/folder.c
1713         * src/matcher.c
1714         * src/scoring.[ch]
1715                 - try fixing bug #18 (any brave testers?)
1716                 - add more robustness by refusing previously 
1717                   unchecked NULL pointers 
1718
1719 2003-06-10 [alfons]     0.9.0claws26
1720
1721         * src/procmsg.c
1722                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1723
1724 2003-06-09 [alfons]     0.9.0claws25
1725
1726         * src/prefs_common.c
1727                 fix bug #163 "Icon switching doesnt work properly" by 
1728                 preventing early freeing of prefs_common.pixmap_theme_path.
1729
1730 2003-06-09 [christoph]  0.9.0claws24
1731
1732         * src/gtk/gtkaspell.c
1733                 revert Thorsten's fix and add forgotten g_strdup for
1734                 aspell path (it should not be possible to alter the path a
1735                 GtkASpell uses from outside)
1736
1737 2003-06-09 [thorsten]   0.9.0claws23
1738
1739         * src/gtk/gtkaspell.c
1740                 dont free prefs_common.aspell_path when closing compose
1741
1742 2003-06-08 [colin]      0.9.0claws22
1743
1744         * src/plugins/spamassassin/spamassassin.c
1745                 fix prefs types
1746
1747 2003-06-07 [christoph]  0.9.0claws21
1748
1749         * src/Makefile.am
1750         * src/compose.c
1751         * src/gtkaspell.[ch]            ** REMOVE **
1752         * src/gtk/Makefile.am
1753         * src/gtk/gtkaspell.[ch]        ** NEW **
1754                 o make gtkaspell independent from sylpheed's prefs
1755                 o move gtkaspell.[ch] to gtk directory
1756
1757 2003-06-07 [christoph]  0.9.0claws20
1758
1759         * src/Makefile.am
1760         * src/crash.c
1761         * src/export.c
1762         * src/filesel.[ch]              ** REMOVE **
1763         * src/folder.c
1764         * src/main.[ch]
1765         * src/common/sylpheed.[ch]
1766         * src/gtk/Makefile.am
1767         * src/gtk/filesel.[ch]          ** NEW **
1768         * src/gtk/pluginwindow.c
1769         * src/gtk/sslcertwindow.c
1770                 move filesel.[ch] to gtk directory
1771
1772 2003-06-07 [alfons]     0.9.0claws19
1773
1774         * src/filesel.c
1775                 make (multi) file selection dialog work again (Claws-only)
1776
1777 2003-06-07 [thorsten]   0.9.0claws18
1778
1779         * po/de.po
1780                 fix typos
1781
1782 2003-06-07 [alfons]     0.9.0claws17
1783
1784         * configure.ac
1785         * src/mimeview.c
1786                 detect apache mishap in which case don't include fnmatch.h
1787                 if regex.h is already included
1788
1789 2003-06-06 [christoph]  0.9.0claws16
1790
1791         * configure.ac
1792         * src/mimeview.h
1793                 add check for fnmatch.h and include it when available
1794
1795         * src/mimeview.[ch]
1796                 fix wrong case sensitivity of Content-Types
1797
1798         * src/gtk/Makefile.am
1799                 need the same include paths in gtk directory as in
1800                 common directory because .h files in common can
1801                 include files from these directories, when included
1802                 in gtk's .h or .c files
1803
1804 2003-06-06 [alfons]     0.9.0claws15
1805
1806         * src/mimeview.c
1807         * src/summaryview.c
1808                 make it compile again because of regex.h / fnmatch.h 
1809                 include problems (related to recent mime stuff, can
1810                 someone check this?)
1811
1812 2003-06-06 [thorsten]   0.9.0claws14
1813
1814         * src/folderview.c
1815                 possible use of uninitialized pointer while dragging
1816
1817 2003-06-06 [paul]       0.9.0claws13
1818
1819         * src/compose.c
1820                 fix bug where the insert sig button would be effective
1821                 only when auto_sig was set
1822
1823 2003-06-06 [paul]       0.9.0claws12
1824
1825         * sync with 0.9.2 release
1826
1827 2003-06-02 [paul]       0.9.0claws11
1828
1829         * sync with 0.9.1cvs1
1830                 see ChangeLog 2003-06-02
1831                 
1832         * po/de.po
1833                 update by Jens
1834
1835 2003-06-01 [christoph]  0.9.0claws10
1836
1837         * src/account.c
1838                 don't use substring search to find accounts by email address
1839
1840         (closes Bug 169 Overly loose matching of "From" address)
1841
1842 2003-05-31 [christoph]  0.9.0claws9
1843
1844         * doc-src/rfc2683.txt
1845         * src/imap.c
1846                 limit IMAP command length as recommended in RFC2683
1847                 (message number lists will be split into multiple imap
1848                 sets, the limit of 1000 octets is not a hard limit)
1849
1850         (closes Bug 161 sylpheed-claws exits with segfault when logging
1851          in to certain imap-servers)
1852
1853 2003-05-29 [alfons]     0.9.0claws8
1854
1855         * src/toolbar.[ch]
1856                 add print button (calling summary_print());
1857                 fine tune setting tooltip text;
1858                 (if someone needs other buttons, please take these 
1859                 commits as a guide, instead of bothering us - also
1860                 see 0.8.11claws150) 
1861
1862 2003-05-29 [darko]      0.9.0claws7
1863
1864         * src/compose.c
1865                 fix crash when word wrapping kicks in due to
1866                 changed text by spell checker
1867
1868 2003-05-29 [paul]       0.9.0claws6
1869
1870         * src/compose.c
1871                 fix bug where changing account would insert
1872                 sig even if auto_sig was FALSE
1873                 
1874         * ChangeLog
1875           ChangeLog.jp
1876           INSTALL
1877                 sync with 0.9.1 release
1878
1879 2003-05-28 [christoph]  0.9.0claws5
1880
1881         * src/imap.c
1882                 fix truncation of too long commands
1883
1884         (closes Bug 167 IMAP hangs trying to get envelope
1885          information in imap_get_uncached_messages)
1886
1887 2003-05-27 [paul]       0.9.0claws4
1888
1889         * tools/Makefile.am
1890           tools/maildir2sylpheed.pl     ** NEW FILE **
1891                 add kmail to sylpheed mailbox conversion script
1892
1893 2003-05-27 [paul]       0.9.0claws3
1894
1895         * sync with 0.9.0cvs10
1896                 see ChangeLog 2003-05-26
1897
1898 2003-05-26 [paul]       0.9.0claws2
1899
1900         * sync with 0.9.0cvs9
1901                 see ChangeLog 2003-05-26
1902
1903 2003-05-24 [paul]       0.9.0claws1
1904
1905         * sync with 0.9.0cvs8
1906                 see ChangeLog 2003-05-23
1907
1908 2003-05-24 [paul]       0.9.0claws
1909
1910         * version 0.9.0claws released
1911
1912 2003-05-24 [paul]       0.8.11claws177
1913
1914         * src/plugins/dillo-viewer/Makefile.am
1915           src/plugins/traycon/Makefile.am
1916                 add missing files
1917                 
1918         * po/bg.po
1919           po/en_GB.po
1920           po/es.po
1921           po/it.po
1922           po/pt_BR.po
1923           po/ru.po
1924           po/sr.po
1925                 update Bulgarian, British English, Spanish, Italian, 
1926                 Brazilian Portuguese, Russian, and Serbian translations, 
1927                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1928                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1929                 Ruslan N. Balkin, and Urke MMI
1930
1931 2003-05-23 [melvin]     0.8.11claws176
1932
1933         * po/fr.po
1934                 Updated French translations
1935
1936 2003-05-22 [paul]       0.8.11claws175
1937
1938         * src/Makefile.am
1939           src/addrbook.[ch]
1940           src/addrcache.[ch]
1941           src/addr_compl.[ch]
1942           src/adressbook.[ch]
1943           src/addrindex.[ch]
1944           src/addritem.[ch]
1945           src/editaddress.c
1946           src/editgroup.c
1947           src/editldap_basedn.c
1948           src/editldap.c
1949           src/jpilot.c
1950           src/vcard.c
1951                 revert to get ldap into it previous working state
1952                 
1953         * po/zh_TW.Big5.po
1954                 new Taiwanese translation,
1955                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1956
1957 2003-05-22 [christoph]  0.8.11claws174
1958
1959         * src/plugins/spamassassin/libspamc.[ch]
1960                 sync libspamc with SpamAssaain release 2.55
1961
1962 2003-05-22 [paul]       0.8.11claws173
1963
1964         * sync with 0.9.0cvs7
1965                 see ChangeLog 2003-05-22
1966                 
1967         * src/summaryview.c
1968                 revert change in 0.8.11claws172: follow
1969                 Hiroyuki's decision and that's the end of it.
1970
1971 2003-05-21 [paul]       0.8.11claws172
1972
1973         * src/summaryview.c
1974                 fix discrepency between open_unread_on_enter
1975                 and always_show_msg
1976
1977 2003-05-21 [paul]       0.8.11claws171
1978
1979         * sync with 0.9.0cvs6
1980                 see ChangeLog 2003-05-21
1981
1982 2003-05-21 [paul]       0.8.11claws170
1983
1984         * sync with 0.9.0cvs5
1985                 see ChangeLog 2003-05-21
1986
1987 2003-05-20 [paul]       0.8.11claws169
1988
1989         * sync with 0.9.0cvs4
1990                 see ChangeLog 2003-05-20
1991                 fixes bug #152, 'encoding of IMAP folders names'
1992
1993 2003-05-20 [paul]       0.8.11claws168
1994
1995         * sync with 0.9.0cvs3
1996                 see ChangeLog 2003-05-20
1997                 
1998         * src/tools/convert_mbox.pl
1999                 minor change in the comments, submitted by Fred Marton
2000
2001 2003-05-19 [paul]       0.8.11claws167
2002
2003         * src/plugins/clamav/Makefile.am
2004           configure.ac
2005                 link clamav_lib to the plugin and not to the main program
2006
2007 2003-05-19 [christoph]
2008
2009         * src/Makefile.am
2010                 add -export-dynamic for linking
2011
2012 2003-05-19 [paul]       0.8.11claws166
2013
2014         * sync with 0.9.0cvs1
2015                 see ChangeLog 2003-05-19
2016
2017 2003-05-19 [paul]       0.8.11claws165
2018
2019         * src/inc.c
2020                 fix 'pop before smtp' timeout
2021
2022 2003-05-18 [alfons]     0.8.11claws164
2023
2024         * src/prefs_matcher.c
2025                 put "execute" action command line ("expression") in edit box
2026
2027 2003-05-18 [christoph]  0.8.11claws163
2028
2029         * src/mimeview.[ch]
2030         * src/plugins/dillo_viewer/dillo_viewer.c
2031         * src/plugins/image_viewer/viewer.c
2032         * src/plugins/mathml_viewer/mathml_viewer.c
2033                 let a viewer have a list of Content-Types
2034
2035 2003-05-18 [paul]       0.8.11claws162
2036
2037         * src/prefs_filtering.c
2038                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2039                 and REDIRECT actions
2040
2041 2003-05-17 [christoph]
2042
2043         * README.claws
2044                 o remove dynamic signatures that was syned with main
2045                 o add infos about no longer "build in" image viewer
2046                 o update bugtracker URL
2047
2048 2003-05-17 [christoph]  0.8.11claws161
2049
2050         * src/folder.c
2051         * src/folderview.c
2052         * src/imap.c
2053                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2054                 for every folder after rebuilding the folder tree.
2055
2056         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2057          messages)
2058
2059 2003-05-17 [christoph]  0.8.11claws160
2060
2061         * src/imap.c
2062                 don't use STATUS command on current folder to check for
2063                 content changes. imap_cmd_ok() now tracks changes to
2064                 folder and number of existing messages.
2065
2066 2003-05-17 [paul]       0.8.11claws159
2067
2068         * src/plugins/clamav/clamav_plugin.c
2069                 remove unnecessary debug_print
2070
2071 2003-05-16 [thorsten]   0.8.11claws158
2072
2073         * src/plugins/demo.c
2074                 included missing intl.h
2075
2076 2003-05-16 [paul]       0.8.11claws157
2077
2078         * po/POTFILES.in
2079                 remove non-existant entries
2080         
2081         * src/plugins/clamav/clamav_plugin.c
2082           src/plugins/clamav/clamav_plugin_gtk.c
2083           src/plugins/dillo_viewer/dillo_prefs.c
2084           src/plugins/dillo_viewer/dillo_viewer.c
2085                 gettextise
2086
2087 2003-05-16 [christoph]  0.8.11claws156
2088
2089         * po/POTFILES.in
2090                 include plugin .c files for translation until I
2091                 find a better solution to have plugins have their
2092                 own textdomain
2093         * src/plugins/demo/demo.c
2094         * src/plugins/image_viewer/plugin.c
2095         * src/plugins/mathml_viewer/mathml_viewer.c
2096         * src/plugins/spamassassin/spamassassin.c
2097         * src/plugins/spamassassin/spamassassin_gtk.c
2098         * src/plugins/trayicon/trayicon.c
2099                 add gettext macros for plugin name and description
2100
2101 2003-05-16 [paul]
2102
2103         * sync with 0.9.0
2104
2105 2003-05-16 [paul]       0.8.11claws155
2106
2107         * sync with lastest 0.9.0pre1
2108                 see ChangeLog 2003-05-16
2109
2110 2003-05-15 [paul]       0.8.11claws154
2111
2112         * sync with latest 0.9.0pre1
2113                 see ChangeLog 2003-05-14 and 2003-05-15
2114
2115 2003-05-14 [christoph]  0.8.11claws153
2116
2117         * src/plugins/image_viewer/viewer.c
2118         * src/plugins/image_viewer/viewer.glade         ** NEW **
2119         * src/plugins/image_viewer/viewerprefs.c
2120                 make it possible to disable the autoload function in the
2121                 imageviewer again
2122
2123 2003-05-14 [christoph]  0.8.11claws152
2124
2125         * src/folder.c
2126                 fix folder update after adding a message
2127
2128 2003-05-13 [alfons]     0.8.11claws151
2129
2130         * src/common/session.c
2131                 remove debug traces
2132                 
2133         * src/addrcache.[ch]
2134         * src/filtering.[ch]
2135         * src/folder.[c]
2136         * src/gtkaspell.[ch]
2137         * src/imap.[ch]
2138         * src/mbox_folder.[ch]
2139         * src/mh.[ch]
2140         * src/mimeview.h
2141         * src/msgcache.[ch]
2142         * src/news.[ch]
2143         * src/passphrase.[ch]
2144         * src/prefs_common.[ch]
2145         * src/prefs_gtk.[ch]
2146         * src/procmsg.c
2147         * src/scoring.[ch]
2148                 be pedantic; (in prototypes () implies (int))
2149
2150 2003-05-13 [alfons]     0.8.11claws150
2151
2152         * src/prefs_toolbar.[ch]
2153         * src/summaryview.[ch]
2154         * src/toolbar.[ch]
2155                 change misleading text in toolbar prefs;
2156                 add toolbar action for ignore thread (toggles ignore thread flag);
2157                 clean up a little bit;
2158
2159 2003-05-12 [paul]
2160
2161         * tools/convert_mbox.pl
2162                 bug fixed by Fred Marton
2163
2164 2003-05-12 [paul]
2165
2166         * sync with 0.9.0pre1
2167
2168 2003-05-09 [paul]       0.8.11claws149
2169
2170         * sync with 0.8.11cvs43
2171                 see ChangeLog 2003-05-09
2172
2173 2003-05-08 [christoph]  0.8.11claws148
2174
2175         * src/imap.[ch]
2176                 o use CAPABILIY as first command and check for PREAUTH
2177                   information in the response to it
2178                 o rewrite all imap_cmd_* functions to use an IMAPSession
2179                   instead of a SockInfo as parameter
2180                 o do STARTTLS after fetching and checking the server
2181                   capabilities
2182
2183 2003-05-08 [paul]       0.8.11claws147
2184
2185         * tools/Makefile.am
2186           tools/README
2187           tools/convert_mbox.pl         ** NEW FILE **
2188                 add mbox conversion script. Submitted by 
2189                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2190
2191 2003-05-07 [christoph]
2192
2193         * doc-src/glade.txt
2194         * src/gtk/pluginwindow.glade
2195         * src/plugins/image_viewer/viewerprefs.glade
2196         * src/plugins/spamassassin/spamassassin_gtk.glade
2197                 add glade files for user interfaces and a description how
2198                 to use glade to create the sylpheed code
2199
2200 2003-05-07 [paul]       0.8.11claws146
2201
2202         * sync with 0.8.11cvs41
2203                 see ChangeLog 2003-05-07
2204
2205 2003-05-06 [christoph]  0.8.11claws145
2206
2207         * src/main.c
2208         * src/plugins/image_viewer/viewer.c
2209                 fix usage of imlib in imageviewer plugin
2210
2211         * src/gtk/prefswindow.c
2212                 handle window close event correctly
2213
2214 2003-05-06 [paul]       0.8.11claws144
2215
2216         * src/common/ssl.c
2217                 fix typo introduced in sync
2218
2219 2003-05-06 [paul]       0.8.11claws143
2220
2221         * sync with 0.8.11cvs39
2222                 see ChangeLog 2003-05-06
2223
2224 2003-05-06 [paul]       0.8.11claws142
2225
2226         * AUTHORS
2227           po/cs.po
2228                 updated Czech translation, submitted by 
2229                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2230                 
2231         * src/plugins/clamav/clamav_plugin_gtk.c
2232                 clean up
2233
2234 2003-05-03 [alfons]     0.8.11claws141
2235
2236         * src/compose.[ch]
2237                 make paste as quotation work even when the call to 
2238                 text_inserted() was deferred (fixes bug #140 "Paste 
2239                 as quotation does not work when using "external" 
2240                 clipboard")
2241
2242 2003-05-03 [thorsten]   0.8.11claws140
2243
2244         * src/addrquery.h
2245           src/ldapquery.h
2246           src/mainwindow.c
2247                 removed C++ comments
2248         * src/addr_compl.c
2249                 function with non-int retval/param used before
2250                 implementation/declaration
2251
2252 2003-05-02 [paul]       0.8.11claws139
2253
2254         * src/addr_compl.[ch]
2255           src/addressbook.[ch]
2256           src/addrindex.c
2257           src/summaryview.c
2258                 revert match's changes to (finally) remove the bug where
2259                 opening a folder causes massive slowdown when using the 
2260                 'Display sender using address book' option
2261
2262 2003-05-01 [melvin]     0.8.11claws138
2263
2264         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2265         * src/plugins/dillo_viewer/dillo_viewer.c
2266                 Fixed bug where "Cancel" button from prefs issued
2267                 warnings.
2268                 Comply a little more to coding style
2269
2270 2003-05-01 [paul]       0.8.11claws137
2271
2272         * sync with 0.8.11cvs38
2273                 see ChangeLog 2003-05-01
2274
2275 2003-05-01 [paul]       0.8.11claws136
2276
2277         * po/bg.po
2278                 updated by George Danchev
2279
2280 2003-04-30 [christoph]  0.8.11claws135
2281
2282         * src/plugins/dillo_viewer/dillo_prefs.c
2283         * src/plugins/image_viewer/viewerprefs.c
2284         * src/plugins/spamassassin/spamassassin_gtk.c
2285                 remove gtk_widget_ref() calls for widgets in
2286                 glade code
2287
2288 2003-04-30 [paul]       0.8.11claws134
2289
2290         * src/addrindex.c
2291                 ok, this time a better fix for the bug where opening folder
2292                 has massive slowdown when using the 'Display sender using 
2293                 address book' option
2294
2295 2003-04-30 [paul]       0.8.11claws133
2296
2297         * src/addrindex.c
2298                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2299         
2300 2003-04-30 [melvin]     0.8.11claws132
2301
2302         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2303
2304         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2305                 Preferences for the dillo plugin
2306         * src/plugins/dillo_viewer/dillo_viewer.c
2307                 Support for preferences
2308         * src/plugins/dillo_viewer/Makefile.am
2309                 Added dillo_prefs.[ch]
2310
2311 2003-04-30 [alfons]     0.8.11claws131
2312
2313         * src/common/plugin.[ch]
2314                 see? this ANSI C'fication immediately gives us type
2315                 checking for free.
2316
2317 2003-04-30 [alfons]     0.8.11claws130
2318
2319         * src/common/plugin.[ch]
2320         * src/plugins/clamav/clamav_plugin.[ch]
2321         * src/plugins/clamav/clamav_plugin_gtk.c
2322         * src/plugins/demo/demo.c
2323         * src/plugins/dillo_viewer/dillo_viewer.c
2324         * src/plugins/image_viewer/plugin.c
2325         * src/plugins/image_viewer/viewer.[ch]
2326         * src/plugins/image_viewer/viewerprefs.[ch]
2327         * src/plugins/mathml_viewer/mathml_viewer.c
2328         * src/plugins/spamassassin/spamassassin.[ch]
2329         * src/plugins/spamassassin/spamassassin_gtk.c
2330         * src/plugins/trayicon/trayicon.c
2331                 clean up
2332
2333 2003-04-30 [alfons]     0.8.11claws129
2334
2335         * src/common/utils.c
2336                 make is_ascii_str() fail gracefully when NULL pointer
2337                 is passed
2338
2339 2003-04-30 [paul]       0.8.11claws128
2340
2341         * src/addrindex.c
2342                 fix bug where opening folder has massive slowdown when
2343                 using the 'Display sender using address book' option
2344
2345 2003-04-30 [paul]       0.8.11claws127
2346
2347         * src/plugins/clamav/clamav_plugin.c
2348           src/plugins/clamav/clamav_plugin_gtk.c
2349           src/plugins/demo/demo.c
2350           src/plugins/dillo_viewer/dillo_viewer.c
2351           src/plugins/image_viewer/plugin.c
2352           src/plugins/mathml_viewer/mathml_viewer.c
2353           src/plugins/spamassassin/spamassassin.c
2354           src/plugins/spamassassin/spamassassin_gtk.c
2355           src/plugins/trayicon/trayicon.c
2356                 get rid of eye-hurting function signatures
2357
2358 2003-04-30 [paul]       0.8.11claws126
2359
2360         * src/plugins/trayicon/trayicon.c
2361                 add description
2362                 
2363         * src/mimeview.c
2364                 be more descriptive
2365
2366 2003-04-30 [paul]       0.8.11claws125
2367
2368         * configure.ac
2369                 arrange the plugins in reverse alphabetical order
2370                 
2371         * src/plugins/clamav/clamav_plugin.[ch]
2372           src/plugins/clamav/clamav_plugin_gtk.c
2373                 rename some params
2374                 resize max_size window
2375                 re-arrange the order of some gui elements
2376                 improve descriptions
2377         
2378         * src/plugins/image_viewer/plugin.c
2379           src/plugins/mathml_viewer/mathml_viewer.c
2380                 add descriptions
2381                 
2382         * src/plugins/spamassassin/spamassassin_gtk.c
2383                 resize max_size window
2384                 re-arrange the order of some gui elements
2385                 
2386         * src/messageview.c
2387           src/mimeview.c
2388                 correct typos
2389
2390 2003-04-30 [alfons]     0.8.11claws124
2391
2392         * src/imap.c
2393                 fix a leak found while browsing Martin Kluge's 
2394                 valgrind log (Claws only)
2395
2396 2003-04-29 [darko]      0.8.11claws123
2397
2398         * src/gtk/gtkstext.h
2399                 include wchar.h if it is available, fixes compilation
2400                 on HP-UX systems
2401
2402 2003-04-29 [melvin]     0.8.11claws122
2403
2404         * src/prefs_actions.c
2405                 Improved help text of Actions' syntax
2406
2407 2003-04-28 [paul]       0.8.11claws121
2408
2409         * src/action.c
2410                 a better fix for the crash when performing an action
2411                 on a mime part
2412
2413 2003-04-28 [paul]       0.8.11claws120
2414
2415         * src/action.c
2416                 fix crash when performing an action on a
2417                 mime part
2418
2419 2003-04-28 [paul]       0.8.11claws119
2420
2421         * sync with 0.8.11cvs36
2422                 see ChangeLog 2003-04-28
2423
2424 2003-04-27 [paul]       0.8.11claws118
2425
2426         * more sync with 0.8.11cvs35
2427                 see ChangeLog 2003-04-25
2428
2429 2003-04-26 [christoph]  0.8.11claws117
2430
2431         * src/folder.c
2432                 fix remove virtual check
2433
2434 2003-04-26 [paul]       0.8.11claws116
2435
2436         * src/messageview.c
2437                 fix return-receipt, make it work again
2438
2439 2003-04-26 [paul]       0.8.11claws115
2440
2441         * src/mimeview.c
2442                 restore double-clicking of the [application/pgp-signature 
2443                 (Select "Check signature" to check)] line in the message view,
2444                 broken in recent sync
2445
2446 2003-04-26 [christoph]  0.8.11claws114
2447
2448         * src/folder.c
2449                 check if remove virtual really exists before
2450                 calling the function
2451
2452 2003-04-25 [match]      0.8.11claws113
2453
2454         * src/addrindex.c
2455         * src/addrbook.c
2456         * src/ldapquery.[ch]
2457         * src/ldapctrl.[ch]
2458                 fix memleak.
2459         * src/ldapserver.[ch]
2460                 fix memleak. fix segfault.
2461                 plug a Claws memleak
2462
2463 2003-04-25 [alfons]     0.8.11claws112
2464
2465         * src/folder.c
2466                 plug a Claws memleak
2467
2468 2003-04-25 [alfons]     0.8.11claws111
2469
2470         * src/common/session.c
2471                 plug a memleak
2472
2473 2003-04-25 [paul]       0.8.11claws110
2474
2475         * sync with 0.8.11cvs35
2476                 see ChangeLog 2003-04-24 and 2003-04-25
2477                 
2478         * src/gtk/pluginwindow.c
2479                 correct another strange float value
2480
2481 2003-04-24 [christoph]  0.8.11claws109
2482
2483         * src/folder.c
2484                 freeze folder item updates when unsetting new flags
2485
2486         * src/gtk/pluginwindow.c
2487                 correct strange float value
2488
2489 2003-04-23 [paul]       0.8.11claws108
2490
2491         * sync with 0.8.11cvs33
2492                 see ChangeLog 2003-04-23
2493
2494 2003-04-22 [paul]       0.8.11claws107
2495
2496         * src/Makefile.am
2497           src/messageview.c
2498           src/mimeview.c
2499           src/pgptext.[ch]      ** REMOVED **
2500                 remove pgptext.[ch] as its not used any more
2501
2502 2003-04-22 [paul]       0.8.11claws106
2503
2504         * sync with 0.8.11cvs31
2505                 see ChangeLog 2003-04-21 and 2003-04-22
2506
2507 2003-04-21 [alfons]     0.8.11claws105
2508
2509         * src/main.c
2510                 No access to GTK structures if we're a spawned child
2511                 (and clean up code a little bit...) Should fix #126.
2512
2513 2003-04-21 [melvin]     0.8.11claws104
2514
2515         * src/plugins/dillo_viewer/README
2516                 Improved slightly the text.
2517
2518 2003-04-21 [melvin]     0.8.11claws103
2519
2520         * src/plugins/dillo_viewer/README *** NEW ***
2521                 Added a README file for the Dillo plugin
2522
2523 2003-04-20 [paul]
2524
2525         * tools/README
2526           tools/outlook2sylpheed.pl
2527                 updated and improved by Ricardo Mones Lastra
2528
2529 2003-04-18 [oliver]     0.8.11claws102
2530
2531         * src/inc.c 
2532         * src/prefs_account.h
2533                 remove Pop3SessionType (used by selective download)
2534         * src/prefs_toolbar.c
2535                 enable set Default Toolbar button
2536
2537 2003-04-18 [paul]       0.8.11claws101
2538
2539         * sync with 0.8.11cvs29
2540                 see ChangeLog 2003-04-18
2541
2542 2003-04-17 [paul]       0.8.11claws100
2543
2544         * src/prefs_common.[ch]
2545           src/summaryview.c
2546                 remove 'Open next message on deletion' option,
2547                 as the same effect can now be achieved via the
2548                 'Always open messages in summary when selected'
2549                 option.
2550
2551 2003-04-17 [paul]       0.8.11claws99
2552
2553         * sync with 0.8.11cvs28
2554                 see ChangeLog 2003-04-17
2555
2556 2003-04-17 [christoph]  0.8.11claws98
2557
2558         * ac/spamassassin.m4
2559         * src/plugins/spamassassin/libspamc.[ch]
2560         * src/plugins/spamassassin/utils.[ch]
2561                 sync libspamc with SpamAssassin project
2562
2563 2003-04-17 [christoph]  0.8.11claws97
2564
2565         * src/common/socket.h
2566         * src/gtk/sslcertwindow.h
2567                 rename old USE_SSL to USE_OPENSSL
2568
2569 2003-04-17 [paul]       0.8.11claws96
2570
2571         * src/prefs_common.h
2572                 use gulong for P_COLOR so that it compiles/runs on
2573                 64-bit systems. Patch submitted by James Noyes
2574                 <jnoyes-claws@retrogeeks.com>
2575                 
2576         * po/de.po
2577                 updated by Jens
2578
2579 2003-04-17 [paul]       0.8.11claws95
2580
2581         * sync with 0.8.11cvs27
2582                 see ChangeLog 2003-04-16
2583
2584 2003-04-15 [paul]       0.8.11claws94
2585
2586         * src/prefs_common.[ch]
2587                 rearrange to stop the window getting too long:
2588                         move Receive dialog stuff to Receive tab
2589                         move Send dialog to Send tab
2590                         remove Dialogs frame
2591                 rename 'Open messages in summary with cursor keys' to
2592                 'Always open messages in summary when selected', as its
2593                 more appropriate
2594
2595 2003-04-15 [paul]       0.8.11claws93
2596
2597         * src/prefs_common.[ch]
2598           src/summaryview.c
2599                 add new option '/Interface/Open next message on deletion'
2600
2601 2003-04-15 [paul]       0.8.11claws92
2602
2603         * src/summaryview.[ch]
2604                 add /Mark/Lock and /Mark/Unlock to the pop-up
2605                 menu. Patch submitted by Ivan Francolin Martinez
2606                 <ivanfm@users.sourceforge.net>
2607
2608 2003-04-15 [paul]       0.8.11claws91
2609
2610         * sync with 0.8.11cvs24
2611                 see ChangeLog 2003-04-15
2612
2613 2003-04-14 [jens]       0.8.11claws90
2614
2615         * updated German translation and some corrections from
2616                 Roland Bless <bless@tm.uka.de>
2617
2618 2003-04-14 [paul]       0.8.11claws89
2619
2620         * sync with 0.8.11cvs22
2621                 see ChangeLog 2003-04-14
2622
2623 2003-04-13 [paul]       0.8.11claws88
2624
2625         * src/plugins/clamav/clamav_plugin.c
2626                 fix memory leaks
2627                 clean up
2628
2629 2003-04-12 [paul]       0.8.11claws87
2630
2631         * src/plugins/clamav/clamav_plugin.c
2632                 activate enable/disable archive scanning option
2633                 
2634         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2635
2636 2003-04-12 [paul]       0.8.11claws86
2637
2638         * src/plugins/Makefile.am
2639           src/plugins/clamav/Makefile.am                ** NEW FILE **
2640           src/plugins/clamav/README                     ** NEW FILE ** 
2641           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2642           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2643                 add Clam AntiVirus plugin
2644
2645 2003-04-12 [paul]       0.8.11claws85
2646
2647         * sync with 0.8.11cvs21
2648                 see ChangeLog 2003-04-11
2649
2650 2003-04-11 [paul]       0.8.11claws84
2651
2652         * po/es.po
2653                 update Spanish translation. Submitted by Ricardo
2654                 Mones Lastra.
2655
2656 2003-04-10 [christoph]  0.8.11claws83
2657
2658         * src/mbox.c
2659                 fix typo that did not move unfiltered mails to destination
2660                 folder
2661
2662         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2663          when filtering from spool)
2664
2665 2003-04-10 [christoph]  0.8.11claws82
2666
2667         * src/imap.c
2668                 use BODY.PEEK instead of BODY in in message fetch operation
2669                 to make sure the IMAP server does not set the \Seen flag for
2670                 messages. Sylpheed does that later itself, when the message
2671                 is opened in sylpheed
2672
2673         (closes Bug 111 Claws destroys unread marks)
2674
2675 2003-04-09 [oliver]     0.8.11claws81
2676         
2677         * src/folder.c
2678                 fix crash in folder_destroy
2679         * README.claws
2680                 remove selective download
2681
2682 2003-04-09 [christoph]  0.8.11claws80
2683
2684         * src/imap.c
2685                 fix crash in imap_get_msginfo() when then fetched message
2686                 is not found
2687
2688         (closes Bug 110 Crash during mail composition)
2689
2690 2003-04-08 [christoph]  0.8.11claws79
2691
2692         * src/folder.c
2693         * src/prefs_account.c
2694                 Filter new messages that are found in an INBOX folder
2695                 when 'Filter messages on receiving' is enabled in the
2696                 Folder's AccountPrefs. This allows to use Sylpheed's
2697                 filtering engine for IMAP folders where messages are
2698                 added to the INBOX by a MTA
2699
2700 2003-04-08 [paul]       0.8.11claws78
2701
2702         * src/procmsg.h
2703                 clean up after last commit
2704
2705 2003-04-08 [paul]       0.8.11claws77
2706
2707         * sync with 0.8.11cvs20
2708                 see ChangeLog 2003-04-07 and 2003-04-08
2709
2710 2003-04-07 [christoph]  0.8.11claws76
2711
2712         * src/filtering.[ch]
2713         * src/inc.[ch]
2714         * src/mbox.c
2715         * src/procmsg.[ch]
2716                 add procmsg_msginfo_filter() to execute filtering actions
2717
2718 2003-04-06 [christoph]  0.8.11claws75
2719
2720         * src/imap.c
2721                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2722
2723 2003-04-06 [christoph]  0.8.11claws74
2724
2725         * src/common/utils.[ch]
2726                 add g_int_compare() function for slist sorting
2727
2728         * src/imap.c
2729                 fetch all MsgInfos with one command in imap_get_msginfos()
2730                 using an imap set with a list of ranges
2731
2732         * src/news.c
2733                 use new g_int_compare() function
2734
2735 2003-04-06 [thorsten]   0.8.11claws73
2736
2737         * src/mh.c
2738                 corrected implementation of mh_folder_destroy()
2739
2740 2003-04-05 [christoph]  0.8.11claws72
2741
2742         * src/account.c
2743         * src/folder.[ch]
2744         * src/folderview.c
2745         * src/imap.c
2746         * src/inc.c
2747         * src/main.c
2748         * src/mainwindow.c
2749         * src/mbox_folder.c
2750         * src/mh.c
2751         * src/mimeview.h
2752         * src/msgcache.[ch]
2753         * src/news.c
2754         * src/procmime.h
2755         * src/procmsg.[ch]
2756         * src/setup.c
2757         * src/gtk/gtkutils.c
2758                 o rename structure field names class and new to klass and
2759                   new_msgs, to allow including files in C++
2760                 o add 'extern "C"' block to some header files
2761                 o add MsgInfoList and MsgNumberList as alias for GSList for
2762                   developers to know what type of list is expected
2763
2764         * src/plugins/image_viewer/plugin.c
2765         * src/plugins/image_viewer/viewer.[ch]
2766         * src/plugins/image_viewer/viewerprefs.[ch]
2767                 rename function names to prevent conflicts
2768
2769 2003-04-05 [paul]       0.8.11claws71
2770
2771         * sync with 0.8.11cvs18
2772                 see ChangeLog 2003-04-03 and 2003-04-04
2773
2774 2003-04-02 [christoph]  0.8.11claws70
2775
2776         * src/folder.[ch]
2777         * src/imap.[ch]
2778         * src/mbox_folder.[ch]
2779         * src/mh.[ch]
2780         * src/news.[ch]
2781                 o Make all virtual folder functions private
2782                 o remove unused folder code
2783
2784         * src/common/socket.[ch]
2785         * src/summaryview.c
2786                 fix warnings
2787
2788 2003-03-30 [alfons]     0.8.11claws69
2789
2790         * src/send_message.c
2791                 remove two debug traces and see if people still report
2792                 errors
2793
2794 2003-03-30 [alfons]     0.8.11claws68
2795
2796         * src/send_message.c
2797         * src/commons/session.c
2798                 add more debug traces
2799
2800 2003-03-30 [christoph]  0.8.11claws67
2801
2802         * src/folder.c
2803                 change processing folder name from .processing to processing
2804
2805         * src/common/ssl.c
2806                 disable SSL certificate check because it causes Xlib error
2807                 when the child process want's to open an GTK window
2808
2809 2003-03-30 [christoph]  0.8.11claws66
2810
2811         * src/folder.c
2812                 don't use default folder for processing folder item because
2813                 it can be a non local folder
2814
2815         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2816
2817 2003-03-30 [alfons]     0.8.11claws65
2818
2819         * src/send_message.c
2820                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2821                 to generate bad code for 'send_send_data_progressive': When
2822                 called from 'send_send_data_finished', the 'data' pointer is
2823                 cleared just before the assignment to the dialog pointer
2824
2825 2003-03-29 [christoph]  0.8.11claws64
2826
2827         * src/common/prefs.h
2828         * src/plugins/image_viewer/Makefile.am
2829         * src/plugins/image_viewer/plugin.c
2830         * src/plugins/image_viewer/viewer.[ch]
2831         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2832                 add PrefsPage for ImageViewer
2833
2834 2003-03-28 [thorsten]   0.8.11claws63
2835
2836         * src/common/session.c
2837                 added some comments
2838
2839 2003-03-28 [paul]       0.8.11claws62
2840
2841         * sync with 0.8.11cvs16
2842                 see ChangeLog 2003-03-28
2843
2844 2003-03-28 [paul]       0.8.11claws61
2845
2846         * sync with 0.8.11cvs15
2847                 see ChangeLog 2003-03-28
2848
2849 2003-03-27 [christoph]  0.8.11claws60
2850
2851         * src/folder.c
2852         * src/imap.c
2853         * src/common/socket.[ch]
2854                 set socket state to DISCONNECTED when any operation
2855                 fails to allow reconnecting in IMAP code without
2856                 checking the return code of all calls to the command
2857                 functions
2858
2859         * src/folderview.c
2860         * src/summaryview.c
2861                 remove some more stuff that depends on specific
2862                 folder types
2863
2864 2003-03-27 [paul]       0.8.11claws59
2865
2866         * sync with 0.8.11cvs14
2867                 see ChangeLog 2003-03-27
2868                 
2869         * src/selective_download.[ch]   ** REMOVED **
2870                 really removed
2871
2872 2003-03-27 [christoph]  0.8.11claws58
2873
2874         * src/folder.c
2875                 fix handling of tmp_flags in flag copy function
2876
2877 2003-03-27 [paul]       0.8.11claws57
2878
2879         * sync with 0.8.11cvs13
2880                 see ChangeLog 2003-03-27
2881
2882 2003-03-27 [oliver]     0.8.11claws56
2883
2884         * src/maiwindow.c
2885                 remove sel_download_cb
2886
2887 2003-03-27 [oliver]     0.8.11claws55
2888         
2889         * src/inc.c
2890                 remove POP3_TOP
2891         
2892 2003-03-26 [oliver]     0.8.11claws54
2893
2894         *src/pop.h
2895                 remove POP3_TOP*
2896         * README.claws
2897                 remove selective donwload readme
2898
2899 2003-03-26 [oliver]     0.8.11claws53
2900         * src/matcher.[ch]
2901         * src/matcher_parser_parse.y 
2902         * src/pop.c 
2903         * src/prefs_account.[ch]
2904         * src/prefs_filtering.c
2905                 remove selective donwload
2906
2907 2003-03-26 [oliver]     0.8.11claws52
2908
2909         * src/inc.[ch] 
2910         * src/filtering.c 
2911         * src/mainwindow.c 
2912                 remove selective donwload
2913
2914 2003-03-26 [oliver]     0.8.11claws51
2915         
2916         * src/Makefile.am
2917         * src/selective_download.[ch]   ** REMOVE **    
2918
2919 2003-03-26 [christoph]  0.8.11claws50
2920
2921         * src/news.c
2922                 fix NEWS that got broken by a sync with sylpheed-main
2923
2924 2003-03-26 [christoph]  0.8.11claws49
2925
2926         * src/mimeview.c
2927                 fix mime type guessing when no mime type is found for a file
2928
2929 2003-03-25 [christoph]  0.8.11claws48
2930
2931         * src/mimeview.c
2932         * src/procmime.c
2933                 remove mime type guessing from mime parser and use
2934                 name based mime types in viewer lookup for mime type
2935                 application/octet-stream
2936
2937 2003-03-25 [christoph]  0.8.11claws47
2938
2939         * doc-src/readme.txt
2940         * doc-src/rfc2554.txt
2941                 add RFC about SMTP AUTH
2942
2943         * src/send_message.c
2944         * src/common/smtp.[ch]
2945                 add extra error code for authentication errors and
2946                 clear temporary password when this error occurs
2947
2948         (closes Bug 84 authentication failure while sending should
2949          prompt for password again)
2950
2951 2003-03-25 [christoph]  0.8.11claws46
2952
2953         * configure.ac
2954         * src/Makefile.am
2955         * src/imageview.[ch]                            ** REMOVE **
2956         * src/messageview.[ch]
2957         * src/mimeview.[ch]
2958         * src/prefs_common.[ch]
2959         * src/textview.c
2960         * src/plugins/Makefile.am
2961         * src/plugins/image_viewer/.cvsignore           ** NEW **
2962         * src/plugins/image_viewer/Makefile.am          ** NEW **
2963         * src/plugins/image_viewer/plugin.c             ** NEW **
2964         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2965                 move image viewer into a plugin (building is enabled by default)
2966                 [ToDo: Prefs for resize and autoview]
2967
2968 2003-03-25 [paul]       0.8.11claws45
2969
2970         * sync with 0.8.11cvs12
2971                 see ChangeLog 2003-03-26
2972
2973 2003-03-25 [paul]       0.8.11claws44
2974
2975         * sync with 0.8.11cvs11
2976                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2977                 
2978         Note: Selective Download is broken.
2979                 
2980 2003-03-22 [christoph]  0.8.11claws43
2981
2982         * src/folder.c
2983                 code cleanup for flags copying
2984
2985 2003-03-22 [christoph]  0.8.11claws42
2986
2987         * src/plugins/trayicon/trayicon.c
2988                 fix setting the transparent area when the window size
2989                 is forced by the system tray
2990
2991 2003-03-22 [christoph]  0.8.11claws41
2992
2993         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2994         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2995         * src/plugins/trayicon/newmail.xpm              ** NEW **
2996         * src/plugins/trayicon/nomail.xpm               ** NEW **
2997         * src/plugins/trayicon/trayicon.c
2998         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2999                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3000                 o add icon for unread mails
3001                 o set transparency for window
3002
3003 2003-03-22 [christoph]  0.8.11claws40
3004
3005         * src/news.c
3006                 init news session to prevent crash when session is closed
3007
3008 2003-03-22 [christoph]  0.8.11claws39
3009
3010         * src/imap.c
3011         * src/common/session.[ch]
3012                 Init session data to make sure we don't have invalid pointers
3013                 for read_ch and write_ch when new multi process sessions are
3014                 not used
3015
3016         * src/main.c
3017         * src/common/plugin.c
3018         * src/common/sylpheed.c
3019         * src/plugins/demo/demo.c
3020         * src/plugins/dillo_viewer/dillo_viewer.c
3021         * src/plugins/mathml_viewer/mathml_viewer.c
3022         * src/plugins/spamassassin/spamassassin.c
3023         * src/plugins/spamassassin/spamassassin_gtk.c
3024                 add plugin types to allow loading plugins at different times
3025                 (and maybe for different frontends), because it's not good to
3026                 load GTK-Plugins gefore gtk_init was called
3027
3028         * configure.ac
3029         * src/plugins/Makefile.am
3030         * src/plugins/trayicon/.cvsignore               ** NEW **
3031         * src/plugins/trayicon/Makefile.am              ** NEW **
3032         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3033         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3034         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3035         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3036         * src/plugins/trayicon/trayicon.c               ** NEW **
3037                 New Trayicon plugin that shows an icon in a systray that uses
3038                 XEMBED protocol like Gnome's systray. Icon shows if there
3039                 are new mails and a tooltip shows information about new,
3040                 unread and total messages.
3041
3042 2003-03-22 [paul]       0.8.11claws38
3043
3044         * src/common/smtp.c
3045                 fix ESMTP AUTH CRAM-MD5
3046                 [sync with main (still version 0.8.11cvs6), see
3047                  ChangeLog 2003-03-22]
3048
3049 2003-03-21 [colin]      0.8.11claws37
3050
3051         * src/send_message.c
3052                 Fix USE_SSL => USE_OPENSSL
3053
3054 2003-03-21 [colin]      0.8.11claws36
3055
3056         * src/folderview.c
3057                 Fix counts in drag and dropped subfolders
3058
3059 2003-03-21 [colin]      0.8.11claws35
3060
3061         * src/folder.c 
3062         * src/folderview.c
3063                 speed up a bit folder dnd
3064
3065 2003-03-20 [alfons]     0.8.11claws34
3066
3067         * src/main.c
3068         * src/toolbar.c
3069         * src/procmsg.c
3070                 don't send locked queue messages
3071                 (feature request "[ 705245 ] Locking message in outbox 
3072                  should prevent sending")
3073
3074 2003-03-20 [christoph]  0.8.11claws33
3075
3076         * src/folder.c
3077                 remove NEW and UNREAD flag in special folders when scanning
3078                 
3079         * src/common/smtp.c
3080                 fix ESMTP AUTH CRAM-MD5
3081
3082 2003-03-20 [paul]       0.8.11claws32
3083
3084         * src/prefs_account.c
3085                 Re-write 'Tunnel command to open connection' as
3086                 'Use command to communicate with server', and disable
3087                 it for all except IMAP accounts
3088
3089 2003-03-20 [paul]       0.8.11claws31
3090
3091         * sync with 0.8.11cvs6
3092                 see ChangeLog 2003-03-20
3093
3094 2003-03-19 [match]      0.8.11claws30
3095
3096         * src/addritem.[ch]
3097                 include documentation. minor refactoring.
3098         * src/addr_compl.[ch]
3099         * src/addrindex.[ch]
3100         * src/addresbook.[ch]
3101         * src/summaryview.c
3102                 re-enable address lookup (was disabled in
3103                 0.8.11claws20).
3104
3105 2003-03-19 [christoph]  0.8.11claws29
3106
3107         * src/procmsg.c
3108                 add temp flag handling, will make moving and copying
3109                 messages possible again
3110
3111         * src/folder.c
3112                 correct calulation of folder stats
3113
3114 2003-03-18 [match]      0.8.11claws28
3115
3116         * src/editgroup.h
3117                 remove case sensitive comparison (closes bug 80).
3118
3119 2003-03-18 [christoph]  0.8.11claws27
3120
3121         * src/imap.c
3122                 fix imap using a tunnel command
3123
3124         (closes bug 87)
3125
3126 2003-03-18 [christoph]  0.8.11claws26
3127
3128         * src/folder.[ch]
3129         * src/imap.c
3130         * src/procmsg.[ch]
3131                 rewrite flag handling for folders
3132
3133 2003-03-18 [christoph]  0.8.11claws25
3134
3135         * src/folder.c
3136         * src/procmsg.c
3137         * src/summaryview.c
3138                 unset NEW and UNREAD flags when message is ignored, to make
3139                 sure messages don't show up as unread on other IMAP clients,
3140                 because the IGNORE_THREAD flag can not be syncronized through
3141                 the IMAP folder
3142
3143 2003-03-17 [christoph]  0.8.11claws24
3144
3145         * src/imap.c
3146                 don't use recursion to fetch uids when the number of messages
3147                 does not match. Moved code into subfunction that is used
3148                 again when needed, to prevent an endless loop.
3149
3150 2003-03-17 [thorsten]   0.8.11claws23
3151
3152         * src/imageview.[ch]
3153                 export imageview_get_resized_size() (for plugins)
3154         * src/prefs_common.[ch]
3155                 added prefs_common_get() (for plugins)
3156
3157 2003-03-17 [christoph]  0.8.11claws22
3158
3159         * src/imap.c
3160                 o remove UID guessing from copy code
3161                 o support UIDPLUS extension for APPEND command
3162
3163 2003-03-17 [paul]       0.8.11claws21
3164
3165         * src/gtk/about.c
3166                 remove 'Compiled-plugins' section.
3167                 
3168         * src/plugins/dillo_viewer/dillo_viewer.c
3169                 slight change to description text
3170
3171 2003-03-16 [match]      0.8.11claws20
3172         * src/ldapserver.[ch]           ** NEW **
3173         * src/ldapctrl.[ch]             ** NEW **
3174         * src/ldapquery.[ch]            ** NEW **
3175         * src/ldaputil.[ch]             ** NEW **
3176         * src/addrcindex.[ch]           ** NEW **
3177         * src/addrquery.h               ** NEW **
3178         * src/addritem.[ch]
3179         * src/addrcache.[ch]
3180         * src/addrindex.[ch]
3181         * src/addr_compl.[ch]
3182         * src/addressbook.[ch]
3183         * src/addrbook.[ch]
3184         * src/editgroup.c
3185         * src/editaddress.c
3186         * src/editldap.c
3187         * src/editldap_basedn.c
3188         * src/vcard.c
3189         * src/jpilot.c
3190         * src/Makefile.am
3191                 included dynamic LDAP queries. improved address
3192                 completion.
3193
3194 2003-03-16 [paul]       0.8.11claws19
3195
3196         * tools/multiwebsearch.pl
3197                 fix a fatal typo
3198
3199 2003-03-16 [christoph]  0.8.11claws18
3200
3201         * src/mimeview.c
3202         * src/plugins/dillo_viewer/dillo_viewer.c
3203         * src/plugins/mathml_viewer/mathml_viewer.c
3204                 make unregistering of MimeViewerFactorys possible
3205
3206 2003-03-16 [alfons]     0.8.11claws17
3207
3208         * configure.ac
3209                 correct typo
3210
3211 2003-03-16 [melvin]     0.8.11claws16
3212
3213         * src/plugins/dillo_viewer.c
3214                 Fixed bug where it was not possible to view more than
3215                 one text/html attachment per message (bug discovered
3216                 by Christoph Hohmann).
3217
3218 2003-03-15 [melvin]     0.8.11claws15
3219
3220         * src/prefs_actions.c
3221                 Fixed compilation warnings.
3222
3223 2003-03-15 [melvin]     0.8.11claws14
3224
3225         * src/plugins/Makefile.am
3226         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3227         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3228         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3229                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3230                 newer (http://dillo.auriga.wearlab.de/).
3231
3232 2003-03-15 [christoph]  0.8.11claws13
3233
3234         * src/imap.c
3235                 don't query imap folder for attributes because we already
3236                 for them from imap_status
3237
3238         * src/mimeview.[ch]
3239                 add support for plugable MimeViewers (unloading Viewers
3240                 not yet complete)
3241
3242         * src/plugins/Makefile.am
3243         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3244         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3245         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3246                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3247                 widget from http://helm.cs.unibo.it/mml-widget/
3248
3249 2003-03-14 [christoph]  0.8.11claws12
3250
3251         * src/folder.[ch]
3252                 o error return code's should better be negative
3253                 o replace printf with debug_print
3254
3255         * src/imap.c
3256                 improve IMAP folder scan by checking UID-NEXT
3257
3258         * src/summaryview.c
3259                 remove check that are unnecessary in my opinion
3260
3261 2003-03-13 [christoph]  0.8.11claws11
3262
3263         * src/folder.[ch]
3264         * src/foldersel.c
3265         * src/folderview.c
3266         * src/imap.c
3267         * src/mbox_folder.c
3268         * src/mh.c
3269         * src/news.c
3270         * src/prefs_scoring.c
3271         * src/summaryview.c
3272                 use a common function to get a displayable name
3273                 for a FolderItem
3274
3275 2003-03-13 [paul]       0.8.11claws10
3276
3277         * tools/Makefile.am
3278           tools/README
3279           tools/multiwebsearch.conf     ** NEW FILE **
3280           tools/multiwebsearch.pl       ** NEW FILE **
3281                 add multiwebsearch Actions script
3282
3283 2003-03-13 [colin]      0.8.11claws9
3284
3285         * src/compose.c
3286                 Remove leading emtpy lines from quoted text
3287                 before quoting it
3288
3289 2003-03-13 [melvin]     0.8.11claws8
3290
3291         * src/prefs_actions.c
3292                 Fixed a memory leak
3293                 Code clean ups
3294                 Added Cancel and OK buttons
3295                 Corrected help text
3296
3297 2003-03-13 [christoph]  0.8.11claws7
3298
3299         * src/account.c
3300         * src/folder.[ch]
3301         * src/imap.c
3302         * src/mainwindow.c
3303         * src/mbox_folder.c
3304         * src/mh.c
3305         * src/news.c
3306         * src/setup.c
3307                 replace more folder type stuff with folder class stuff
3308
3309 2003-03-13 [melvin]     0.8.11claws6
3310
3311         * src/prefs_actions.c
3312                 Added new tokens:
3313                 %u: user provided argument
3314                 %h: user provided argument (hidden on input)
3315                 %s: current text selection in the message view 
3316
3317 2003-03-13 [paul]       0.8.11claws5
3318
3319         * sync with 0.8.11cvs5
3320                 see ChangeLog 2003-03-11, 2003-03-12
3321
3322 2003-03-12 [christoph]  0.8.11claws4
3323
3324         * src/folder.c
3325                 use folder class idstr when writing folderlist.xml
3326
3327         * src/folder.h
3328         * src/imap.c
3329         * src/news.c
3330                 replace folder type checks with folder class checks
3331
3332 2003-03-12 [christoph]  0.8.11claws3
3333
3334         * src/folder.[ch]
3335         * src/imap.[ch]
3336         * src/main.c
3337         * src/mbox_folder.[ch]
3338         * src/mh.[ch]
3339         * src/news.[ch]
3340                 o create a list of known folder classes in the folder system
3341                 o use folder class id strings for folder item identifiers
3342
3343 2003-03-12 [christoph]  0.8.11claws2
3344
3345         * src/imap.c
3346                 fix imap uid validity check
3347
3348 2003-03-12 [christoph]  0.8.11claws1
3349
3350         * src/account.c
3351         * src/folder.[ch]
3352         * src/foldersel.c
3353         * src/folderview.c
3354         * src/imap.c
3355         * src/mainwindow.c
3356         * src/mbox_folder.c
3357         * src/mh.c
3358         * src/news.c
3359         * src/prefs_scoring.c
3360         * src/procmsg.c
3361         * src/setup.c
3362         * src/summaryview.c
3363                 initial restructuring of folder system, seperating
3364                 folders and folder classes
3365
3366 2003-03-12 [paul]       0.8.11claws
3367
3368         0.8.11claws release
3369
3370 2003-03-12 [christoph]
3371
3372         * src/gtk/prefswindow.c
3373                 fix translation of "Page Index"
3374
3375 2003-03-12 [paul]       0.8.10claws110
3376
3377         a sync from 0.8.11cvs4 before the release
3378
3379         * src/common/utils.c
3380                 subject_compare_for_sort(): allow null strings (fixes
3381                 summary sorting).
3382
3383 2003-03-11 [paul]       0.8.10claws109
3384
3385         * po/es.po
3386                 update Spanish translation, submitted by
3387                 Ricardo Mones Lastra
3388
3389 2003-03-11 [melvin]     0.8.10claws108
3390
3391         * po/fr.po
3392                 Updated French translations
3393
3394 2003-03-11 [paul]       0.8.10claws107
3395
3396         * manual/en/Makefile.am
3397           manual/en/*.html
3398                 update English manual, add a new page
3399                 updated by Francois Barriere <fbarriere@atmel.fr>
3400                 
3401         * po/bg.po
3402           po/it.po
3403           po/sr.po
3404                 update Bulgarian, Italian, and Serbian translations
3405                 submitted by George Danchev, Alessandro Maestri, and
3406                 Urke MMI
3407
3408 2003-03-10 [paul]       0.8.10claws106
3409
3410         * src/gtk/about.c
3411           src/gtk/prefswindow.c
3412                 make some strings translatable
3413
3414 2003-03-10 [darko]      0.8.10claws105
3415
3416         * src/compose.c
3417                 code cleanup to make Hiro happy
3418
3419 2003-03-10 [paul]       0.8.10claws104
3420
3421         * sync with 0.8.11cvs2
3422                 see ChangeLog 2003-03-10
3423
3424 2003-03-09 [melvin]     0.8.10claws103
3425
3426         * src/textview.c
3427                 textview_set_font(): fix for message display in
3428                 UTF-8 locales (thanks to Sergey Vlasov).
3429                 (was unintentionnaly reverted in 0.8.6claws6)   
3430
3431 2003-03-08 [darko]      0.8.10claws102
3432
3433         * src/compose.c
3434                 fix infinite loop in wrapping as reported
3435                 by happycactus
3436                 obsoletes patch #696482
3437
3438 2003-03-08 [christoph]  0.8.10claws101
3439
3440         * src/imap.c
3441                 add workaround for IMAP servers that do not
3442                 support the "UID SEARCH UID" command
3443
3444 2003-03-07 [christoph]  0.8.10claws100
3445
3446         * src/plugins/spamassassin/spamassassin.[ch]
3447         * src/plugins/spamassassin/spamassassin_gtk.c
3448                 code cleanup
3449
3450 2003-03-07 [paul]       0.8.10claws99
3451
3452         * po/es.po
3453                 updated Spanish translation, submitted by
3454                 Ricardo Mones Lastra
3455
3456 2003-03-07 [christoph]  0.8.10claws98
3457
3458         * src/send.c
3459                 fix in 0.8.10claws94 was wrong
3460                 local delivery does not require escaping, remove escaping
3461                 code to make signatures of mails with "." lines valid
3462                 
3463                 NOTE: requires that sendmail is executed with "-i" option,
3464                       what is the default now, but has to be changed in all
3465                       exsiting accounts)
3466
3467 2003-03-07 [paul]       0.8.10claws97
3468
3469         * sync with 0.8.11 release
3470                 see ChangeLog 2003-03-07
3471
3472 2003-03-06 [paul]       0.8.10claws96
3473
3474         * src/compose.c
3475                 revert commit 0.8.10claws92
3476
3477 2003-03-06 [paul]       0.8.10claws95
3478
3479         * src/folderview.c
3480                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3481
3482         * src/gtkaspell.c
3483                 fix bug 74, 'Crash opening editor window with pseudo-color
3484                 display'
3485                 
3486         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3487
3488 2003-03-06 [christoph]  0.8.10claws94
3489
3490         * src/send.c
3491                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3492                 all lines starting with a period get an extra period
3493                 inserted
3494                 (found by Simon 'corecode' Schubert)
3495
3496 2003-03-06 [paul]       0.8.10claws93
3497
3498         * src/folderview.c
3499                 if configured font can't be loaded fall back to gtk
3500                 default. (with thanks to Christoph)
3501                 
3502                 closes long-standing bug 15 'Crashes on startup'
3503
3504 2003-03-06 [paul]       0.8.10claws92
3505
3506         * src/compose.c
3507                 freeze text before autosave and thaw afterwards
3508                 fixes bug 67 'autosave make re-rediting message crazy'
3509
3510 2003-03-06 [christoph]  0.8.10claws91
3511
3512         * src/compose.c
3513                 ignore address comment in dupe check for Cc-list
3514
3515         (closes reopened bug 47 Replying to message strips name part of
3516          e-mail addresses of Cc: lines)
3517
3518 2003-03-06 [paul]       0.8.10claws90
3519
3520         * src/Makefile.am
3521                 remove reference to gtkxtext.h as its no longer in
3522                 the repository
3523
3524 2003-03-06 [paul]       0.8.10claws89
3525
3526         * sync with 0.8.10cvs25
3527                 see ChangeLog 2003-03-06
3528
3529 2003-03-06 [oliver]     0.8.10claws88
3530         
3531         * src/messageview.c
3532                 remove include
3533
3534 2003-03-06 [oliver]     0.8.10claws87
3535         
3536         * src/folderview.c 
3537                 remove changes introduced inclaws74
3538         * src/messageview.c
3539                 another attempt to sanely delete and update
3540                 messages deleted in separate messageview
3541
3542 2003-03-05 [christoph]  0.8.10claws86
3543
3544         * src/summaryview.c
3545                 check if "From" matches any account's address if
3546                 addressbook completion of addresses is disabled too
3547
3548         (closes Bug 70 "Display recipient in from" doesn't check
3549          folder's default account)
3550
3551 2003-03-05 [christoph]  0.8.10claws85
3552
3553         * src/compose.c
3554         * src/common/utils.[ch]
3555                 don't strip address comments when building Cc lists
3556
3557         (closes Bug 47 Replying to message strips name part of e-mail addresses
3558          of Cc: lines)
3559
3560         * src/folder.c
3561                 fix return value of copy function
3562
3563 2003-03-05 [christoph]  0.8.10claws84
3564
3565         * src/imap.c
3566                 don't ask imap server for non rfc822 headers
3567
3568         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3569
3570         * src/imap.c
3571                 destroy session on socket error to allow reconnecting
3572
3573 2003-03-05 [christoph]  0.8.10claws83
3574
3575         * configure.ac
3576                 fix building with gnome when no prefix is set
3577
3578         (closes bug 66 Gnome directory is set to NONE)
3579
3580 2003-03-05 [paul]       0.8.10claws82
3581
3582         * sync with 0.8.10cvs23
3583                 see ChangeLog 2003-03-05
3584
3585 2003-03-04 [christoph]  0.8.10claws81
3586
3587         * src/folder.c
3588                 o fix moving and copying when folder returns 0 for new
3589                   message number
3590                 o remove some code for single message copy and move
3591                   operations and use functions for multiple messages
3592
3593         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3594
3595         * src/news.c
3596                 remove unused include
3597
3598 2003-03-04 [paul]       0.8.10claws80
3599
3600         * src/gtk/about.c
3601                 list 'Compiled plugins'
3602
3603 2003-03-03 [christoph]  0.8.10claws79
3604
3605         * src/news.[ch]
3606                 have to multiply the percentage of the current fetch with
3607                 the percentage that it has of the total fetch operation
3608                 for correct values
3609
3610 2003-03-03 [christoph]  0.8.10claws78
3611
3612         * src/news.c
3613                 fix calculation of expected lines for progress indicator
3614
3615 2003-03-03 [christoph]  0.8.10claws77
3616
3617         * src/summaryview.c
3618         * src/common/utils.c
3619                 fix segfault when opening the root news folder
3620
3621 2003-03-03 [christoph]  0.8.10claws76
3622
3623         * src/mainwindow.[ch]
3624         * src/common/Makefile.am
3625         * src/common/progressindicator.[ch]
3626                 add UI independent progress indicator handling
3627
3628         * src/news.[ch]
3629                 use new progress indicator for message info fetching
3630
3631         * src/common/hooks.h
3632                 code cleanup
3633
3634 2003-03-03 [oliver]     0.8.10claws75
3635
3636         * src/toolbar.c
3637         * src/compose.c
3638                 removed commented code
3639
3640 2003-03-03 [oliver]     0.8.10claws74
3641
3642         * src/toolbar.[ch]
3643                 cleanups and refactoring
3644         * src/compose.[ch]
3645                 compose_reply_mode reply & forwarding interface for
3646                 toolbar buttons
3647         * src/folderview.c
3648                 act on messages marked for deletion in folderview_selected
3649                 based on prefs_common.immediate_exec since a message might 
3650                 have been deleted by messageview in a folder we are changing 
3651                 to (does anybody understand what I'm on about ?)
3652
3653 2003-03-03 [oliver]     0.8.10claws73
3654         
3655         * src/messageview.[ch]
3656                 new functions
3657                 - messageview_delete: delete message shown in messagview
3658                 - messageview_update_view: update messageview to currently 
3659                   selected summaryview message
3660                 - add separate messageview to msgview_list in order to update 
3661                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3662         * src/summaryview.[ch]
3663                 summary_get_selection returns a list of selected msgs
3664                 in summaryview
3665         * src/mainwindow.c
3666                 toolbar reply refactoring
3667
3668 2003-03-03 [paul]       0.8.10claws72
3669
3670         * sync with 0.8.10cvs21
3671                 see ChangeLog 2003-03-03
3672
3673 2003-03-02 [christoph]  0.8.10claws71
3674
3675         * src/common/passcrypt.c
3676                 use POSIX includes
3677
3678 2003-03-02 [christoph]  0.8.10claws70
3679
3680         * configure.ac
3681         * src/prefs_account.c
3682         * src/prefs_gtk.[ch]
3683         * src/common/.cvsignore
3684         * src/common/Makefile.am
3685         * src/common/passcrypt.c                ** NEW **
3686         * src/common/passcrypt.h.in             ** NEW **
3687                 Implement password encryption in config files
3688                 using unix encrypt and setkey functions. The crypt
3689                 key can be set as a configure parameter. Old
3690                 passwords will be converted if they do not begin
3691                 with '!'
3692
3693 2003-03-02 [paul]       0.8.10claws69
3694
3695         * src/prefs_account.c
3696                 fix compile error
3697
3698 2003-03-01 [thorsten]   0.8.10claws68
3699
3700         * po/el.po
3701           po/hr.po
3702           po/it.po
3703           po/nl.po
3704           po/sr.po
3705           po/sv.po
3706                 corrected format strings
3707         * po/en_GB.po
3708                 corrected headers
3709                 (fix compile errors with GNU gettext-0.11.5)
3710
3711 2003-03-01 [oliver]     0.8.10claws67
3712
3713         * src/summaryview.c
3714                 menu callbacks call toolbar_menu_reply
3715
3716 2003-03-01 [oliver]     0.8.10claws66
3717
3718         * src/mainwindow.c
3719         * src/messageview.c
3720                 menu callbacks call toolbar_menu_reply
3721         * src/toolbar.[ch]
3722                 callbacks from menu handled by toolbar_menu_reply
3723
3724 2003-03-01 [paul]       0.8.10claws65
3725
3726         * src/addressbook.c
3727                 revert commit 0.8.10claws54 - breaks editing of
3728                 addressbook.
3729                 
3730         * po/bg.po
3731                 update Bulgarian translation, submitted by
3732                 George Danchev
3733
3734 2003-02-28 [christoph]  0.8.10claws64
3735
3736         * src/account.c
3737         * src/addressadd.c
3738         * src/compose.c
3739         * src/gtkaspell.c
3740         * src/gtkxtext.h                ** REMOVE **
3741         * src/imap.c
3742         * src/matcher.[ch]
3743         * src/mh.c
3744         * src/news.c
3745         * src/pine.c
3746         * src/prefs_common.c
3747         * src/prefs_matcher.c
3748         * src/procheader.[ch]
3749         * src/procmsg.[ch]
3750         * src/toolbar.c
3751         * src/common/ssl_certificate.c
3752         * src/gtk/colorlabel.c
3753         * src/gtk/menu.c
3754                 o fix warnings
3755                 o remove code obsoleted by new cache and folder system rework
3756
3757 2003-02-28 [oliver]     0.8.10claws63
3758         
3759         * src/toolbar.[ch]
3760                 * fix bug where reply in Messageview replied to 
3761                 Message displayed in summaryview
3762                 (reportedd via ML by chinatinte at gmx dot ch)
3763                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3764                 didn't work in separate MessageView Toolbar
3765                 (wondering if anybody uses this at all ?)
3766         * src/summaryview.[ch]
3767                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3768                 (generalize reply and forward code);
3769         * src/messageview.c 
3770                 remove focus_in event which updated summaryview to messageview
3771
3772 2003-02-28 [paul]       0.8.10claws62
3773
3774         * po/Makefile.in.in
3775                 add the --check option
3776                 Patch submitted by Ricardo Mones Lastra
3777
3778 2003-02-28 [paul]       0.8.10claws61
3779
3780         * src/prefs_account.c
3781                 re-order 'Signature' items
3782
3783 2003-02-28 [paul]       0.8.10claws60
3784
3785         * sync with 0.8.10cvs20
3786                 see ChangeLog 2003-02-28
3787
3788 2003-02-28 [paul]       0.8.10claws59
3789
3790         * po/POTFILES.in
3791                 update to reflect recent movement of files
3792
3793 2003-02-28 [paul]       0.8.10claws58
3794
3795         * sync with 0.8.10cvs19
3796                 see ChangeLog 2003-02-28
3797
3798 2003-02-27 [martin]     0.8.10claws57
3799
3800         * src/prefs_matcher.c 
3801                 fix segfault in prefs_matcher_ok() when the
3802                 last entry is deleted and prevents that the
3803                 message "entry not saved" comes up after deleting
3804                 an entry
3805
3806 2003-02-27 [martin]     0.8.10claws56
3807
3808         * src/prefs_filtering.c 
3809                 fix segfault in prefs_filtering_ok() when the
3810                 last entry is deleted and prevents that the
3811                 message "entry not saved" comes up after deleting
3812                 an entry
3813
3814 2003-02-27 [paul]       0.8.10claws55
3815
3816         * sync with 0.8.10cvs18
3817                 see ChangeLog 2003-02-27
3818
3819 2003-02-27 [paul]       0.8.10claws54
3820
3821         * src/addressbook.c
3822                 fix bug where the address book crashes with 
3823                 multiple lookups.
3824                 Patch [687729] submitted by David Frager 
3825                 <dbfrager@users.sourceforge.net>
3826
3827 2003-02-25 [christoph]  0.8.10claws53
3828
3829         * src/Makefile.am
3830         * src/colorlabel.[ch]           ** REMOVE **
3831         * src/gtk/Makefile.am
3832         * src/gtk/colorlabel.[ch]       ** NEW **
3833                 move colorlabel files to gtk directory
3834
3835         * src/esmtp.[ch]                ** REMOVE **
3836                 has been merged into smtp.[ch] in 0.7.5
3837
3838 2003-02-25 [christoph]  0.8.10claws52
3839
3840         * src/Makefile.am
3841         * src/about.[ch]                ** REMOVE **
3842         * src/gtk/Makefile.am
3843         * src/gtk/about.[ch]            ** NEW **
3844                 move about files to gtk directory
3845
3846 2003-02-25 [christoph]  0.8.10claws51
3847
3848         * src/folder.c
3849                 some code optimization of folder scanning code
3850
3851         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3852
3853 2003-02-25 [christoph]  0.8.10claws50
3854
3855         * src/main.c
3856         * src/common/sylpheed.c
3857                 add command line parameter parsing to common code
3858
3859 2003-02-24 [christoph]
3860
3861         * Makefile.am
3862         * configure.ac
3863                 fix gnome prefix problems, the configure script now removed
3864                 `gnome-config --prefix` from `gnome-config --datadir`
3865                 and adds $(prefix} instead
3866
3867         (closes Bug 24 Makefile does not respect prefix when installing
3868          GNOME data)
3869
3870 2003-02-24 [christoph]  0.8.10claws49
3871
3872         * src/news.c
3873                 check for valid session before trying to authenticate
3874
3875         (closes Bug 60 crash if "authenticate on logon" is activated
3876          and newsserver-hostname is not valid)
3877
3878 2003-02-24 [melvin]     0.8.10claws48
3879
3880         * src/prefs_actions.c
3881                 Make sure all user's input is sent to the action and then
3882                 close the socket..
3883
3884 2003-02-23 [alfons]     0.8.10claws46
3885
3886         * src/summaryview.c
3887                 also wait cursor when deleting files
3888
3889 2003-02-23 [paul]
3890
3891         * tools/freshmeat_search.pl
3892           tools/google_search.pl
3893                 scripts should now work for any browser/browser command line
3894
3895 2003-02-22 [christoph]  0.8.10claws45
3896
3897         * src/procmsg.c
3898                 fix IMAP flag setting, IMAP flag is not handled correctly
3899                 anymore by the folder system and information about the
3900                 folder should not be saved in the MsgInfo (in my opinion)
3901
3902         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3903
3904 2003-02-22 [christoph]  0.8.10claws44
3905
3906         * src/summaryview.c
3907                 fix spelling of "label" ;-)
3908
3909 2003-02-22 [thorsten]   0.8.10claws43
3910
3911         * src/mimeview.c
3912           src/prefs_common.[ch]
3913           src/procmime.[ch]
3914                 do not use description as attachment name
3915
3916 2003-02-22 [alfons]     0.8.10claws42
3917
3918         * src/summaryview.c
3919                 freeze/thaw folder item updates when changing color labels,
3920                 and put a wait cursors on
3921
3922 2003-02-22 [thorsten]   0.8.10claws41
3923
3924         * src/mimeview.c
3925                 save-all fixes: crash if invoked on multipart container,
3926                 mimeinfo access, pathseparators, error dialog
3927
3928 2003-02-21 [alfons]     0.8.10claws40
3929
3930         * src/prefs_gtk.c
3931                 remove unused var
3932
3933 2003-02-21 [colin]      0.8.10claws39
3934
3935         * src/send.c
3936                 Fix smtp logging
3937
3938 2003-02-21 [colin]      0.8.10claws38
3939
3940         * src/summaryview.c
3941                 Freeze/thaw folderItem updates when filtering messages 
3942                 via Tools/Filter messages
3943
3944 2003-02-21 [paul]       0.8.10claws37
3945
3946         * src/compose.c
3947                 revert commit 0.8.10claws26, there are ulterior motives
3948                 for users to set a Reply-To header when posting to
3949                 newsgroups
3950
3951 2003-02-21 [paul]       0.8.10claws36
3952
3953         * sync with 0.8.10cvs17
3954                 see ChangeLog 2003-02-21
3955
3956 2003-02-20 [christoph]  0.8.10claws35
3957
3958         * src/imap.c
3959                 IMAP UID fetch speedup using SEARCH
3960
3961         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3962
3963         * src/imap.c
3964                 fix problem with UIDs in IMAP UID cache that no longer existed
3965
3966 2003-02-20 [christoph]  0.8.10claws34
3967
3968         * src/imap.c
3969         * src/procheader.c
3970         * src/procheader.h
3971                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3972
3973         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3974
3975         * src/imap.c
3976                 Rewrite imap_cmd_gen_recv use sock_getline instead
3977                 of sock_gets to avoid problems with too long reply
3978                 lines
3979     
3980 2003-02-20 [colin]      0.8.10claws33
3981         
3982         * src/prefs_account.c
3983                 Better wording
3984
3985 2003-02-20 [colin]      0.8.10claws32
3986
3987         * src/compose.c
3988                 Remove useless '&& !to_sender' 
3989
3990 2003-02-20 [darko]
3991
3992         * AUTHORS
3993                 change my e-mail address
3994
3995 2003-02-19 [colin]      0.8.10claws31
3996
3997         * src/prefs_common.c
3998                 X11 style colors for every configurable color
3999
4000 2003-02-19 [alfons]     0.8.10claws30
4001
4002         * src/prefs_gtk.[ch]
4003         * src/prefs_common.c
4004                 for color_new accept both plain integers and X11 style color
4005                 names (as found in /usr/lib/X11/rgb.txt)
4006
4007 2003-02-19 [paul]       0.8.10claws29
4008
4009         * src/mainwindow.c
4010                 add tooltips to online/offline button and account selector
4011                 button
4012
4013 2003-02-19 [paul]       0.8.10claws28
4014
4015         * src/folder.c
4016           src/news.c
4017           src/prefs_account.[ch]
4018           src/prefs_common.[ch]
4019                 move 'Maximum number of articles to download' to
4020                 account prefs.
4021                 clean up account prefs gui a little by hiding entries
4022                 rather then greying out entries
4023
4024 2003-02-19 [hiro]       0.8.10claws27
4025
4026         * src/common/utils.c
4027                 fix bug #54 'yesterdays date is displayed in the message 
4028                 summary window'
4029
4030 2003-02-19 [paul]       0.8.10claws26
4031
4032         * src/compose.c
4033                 fix bug reported in Feature Request [688596] 
4034                 'Reply-to header in news'
4035
4036 2003-02-18 [paul]       0.8.10claws25
4037
4038         * src/select-keys.c
4039                 add a 'List all keys' button to key selection dialog
4040
4041 2003-02-18 [colin]      0.8.10claws24
4042         
4043         * src/stock_pixmap.c
4044                 fix compile error
4045
4046 2003-02-18 [colin]      0.8.10claws23
4047
4048         * src/common/smtp.[ch]
4049           src/prefs_account.c
4050                 Try to starttls if it seems to be the only
4051                 way to authenticate a user
4052
4053 2003-02-18 [paul]       0.8.10claws22
4054
4055         * src/Makefile.am
4056           src/folderview.c
4057           src/stock_pixmap.[ch]
4058           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4059           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4060                 as a Drafts folder is a special folder allow it to have
4061                 its own unique icons
4062
4063 2003-02-18 [colin]      0.8.10claws21
4064
4065         * src/imap.c
4066                 Fix port selection when using starttls
4067
4068 2003-02-18 [paul]       0.8.10claws20
4069
4070         * src/mainwindow.c
4071           src/prefs_common.[ch]
4072                 make blue the default new mail colour
4073
4074 2003-02-18 [paul]       0.8.10claws19
4075
4076         * sync with 0.8.10cvs14
4077                 see ChangeLog 2003-02-18
4078
4079 2003-02-17 [jens]       0.8.10claws18
4080
4081         * src/common/md5.c
4082                 fixed a compile problem with gcc 3.3
4083                 works on 2.95.3 too (testet on PPC as it is big endian)
4084
4085 2003-02-17 [paul]       0.8.10claws17
4086
4087         * sync with 0.8.10cvs13
4088                 see ChangeLog 2003-02-17
4089
4090 2003-02-17 [paul]       0.8.10claws16
4091
4092         * sync with 0.8.10cvs12
4093                 see ChangeLog 2003-02-17
4094
4095 2003-02-16 [match]      0.8.10claws15
4096
4097         * src/addressbook.c
4098                 Eliminates reloading of address data when items
4099                 deleted or added. Applied submitted by
4100                 Luke Plant <lukeplant@softhome.net>
4101
4102 2003-02-16 [paul]       0.8.10claws14
4103
4104         * src/news.c
4105                 when a 'protocol error' is encountered disconnect from
4106                 the server. This means that the user can carry on viewing
4107                 other articles and doesn't have to either wait until the
4108                 server timesout or quit sylpheed.
4109                 Fixes bug #53 'Unable to read messages in newsgroups, 
4110                 displayed message doesn't change'
4111
4112 2003-02-15 [christoph]  0.8.10claws13
4113
4114         * src/imap.c
4115                 fix bug that stopped scanning of folders when an
4116                 IMAP folder was empty
4117
4118         (closes bug 46 stop scan messages in folders after empty folder)
4119
4120 2003-02-15 [paul]
4121
4122         * tools/Makefile.am
4123           tools/README
4124           tools/freshmeat_search.pl     ** NEW FILE **
4125           tools/google_search.pl        ** NEW FILE **
4126                 Add 2 Actions scripts which search freshmeat/google
4127                 for the selected text using the browser configured
4128                 in sylpheedrc.
4129                 
4130         Note: These scripts are very dependent on the format of the
4131         browser command and may not work on every occasion. Testing
4132         is welcome. 
4133
4134 2003-02-14 [alfons]     0.8.10claws12
4135
4136         * src/compose.c
4137                 fix breakage because of uninitialized account pointer.
4138                 please verify.
4139
4140 2003-02-14 [paul]       0.8.10claws11
4141
4142         * src/compose.c
4143           src/prefs_account.[ch]
4144           src/prefs_common.[ch]
4145                 move signature settings to Account Prefs
4146
4147 2003-02-14 [paul]       0.8.10claws10
4148
4149         * sync with 0.8.10cvs11
4150                 see ChangeLog 2003-02-14
4151
4152 2003-02-13 [thorsten]   0.8.10claws9
4153
4154         * src/news.c
4155                 revert news progressbar (GUI separation)
4156
4157 2003-02-13 [paul]       0.8.10claws8
4158
4159         * src/compose.c
4160                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4161                 paragraph 1
4162
4163 2003-02-13 [paul]       0.8.10claws7
4164
4165         * src/compose.[ch]
4166           src/summaryview.c
4167                 fix 'Follow-up and Reply-to' so that it creates a reply to
4168                 the newsgroup and the sender. If the message has the keyword
4169                 'poster' in the Followup-To header, all replies go to the
4170                 sender, re: RFC 1036, Section 2.2.3
4171                 rename all instances of 'ignore_replyto' to 'to_sender', both
4172                 were previously used, now we use just one.
4173
4174 2003-02-13 [paul]       0.8.10claws6
4175
4176         * sync with 0.8.10cvs9
4177                 see ChangeLog 2003-02-13
4178
4179 2003-02-13 [paul]       0.8.10claws5
4180
4181         * configure.ac
4182                 show which plugins are configured in the configure
4183                 output.
4184
4185 2003-02-12 [thorsten]   0.8.10claws4
4186
4187         * src/news.c
4188                 show progress while fetching news headers
4189
4190 2003-02-12 [christoph]  0.8.10claws3
4191
4192         * configure.ac
4193         * src/plugins/Makefile.am
4194                 use AM_CONDITIONAL to enable plugins, automake correctly
4195                 manages this when creating distdir
4196
4197 2003-02-12 [christoph]  0.8.10claws2
4198
4199         * ac/spamassassin.m4
4200         * src/plugins/spamassassin/Makefile.am
4201                 fix building SpamAssassin plugin without OpenSSL
4202
4203 2003-02-12 [paul]       0.8.10claws1
4204
4205         * ac/Makefile.am
4206           src/Makefile.am
4207           src/plugins/Makefile.am
4208                 fix failure of 'make release'
4209
4210 2003-02-12 [paul]       0.8.10claws
4211
4212         * 0.8.10claws released
4213
4214 2003-02-12 [paul]       0.8.9claws56
4215
4216         * po/bg.po
4217           po/es.po
4218           po/it.po
4219           po/ru.po
4220           po/sr.po
4221                 updated translations by George Danchev, Ricardo Mones Lastra,
4222                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4223                 
4224         * sylpheed.spec.in
4225                 Allow the building of RPMs by a regular user. Submitted
4226                 by Sergei Astanin
4227
4228 2003-02-11 [alfons]     0.8.9claws55
4229
4230         * src/colorlabel.c
4231                 don't use pixmaps for label color rect but draw rectangles
4232                 so we can respect the color map of palette based visuals
4233                 (fixes the long time crashes on Suns - thanks to Andreas
4234                 Engel and Steve O'Hara-Smith for testing)
4235
4236 2003-02-11 [christoph]  0.8.9claws54
4237
4238         * src/matcher_parser_parse.y
4239                 correct bug where filering rules of not existing folders in
4240                 matcherrc were added to global filtering
4241                 
4242         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4243          main filter-rules after removing directory, http://bugs.debian.org/180253)
4244         
4245 2003-02-11 [paul]       0.8.9claws53
4246
4247         * sync with 0.8.10cvs7
4248                 see ChangeLog 2003-02-09
4249
4250 2003-02-11 [melvin]     0.8.9claws52
4251
4252         * po/fr.po
4253                 Updated French tranlsations
4254
4255 2003-02-10 [paul]       0.8.9claws51
4256
4257         * sylpheed.spec.in
4258                 correct --enable-openssl
4259                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4260
4261 2003-02-09 [martin]     0.8.9claws50
4262
4263         * src/prefs_matcher.c
4264                 fix segfault in prefs_matcher_substitute_cb() when
4265                 no row is selected
4266
4267 2003-02-09 [paul]       0.8.9claws49
4268
4269         * src/folderview.c
4270                 fix bug where a newsgroup folder's processing rules were
4271                 merged with the global filtering rules when the newsgroup
4272                 folder was deleted, causing some seriously bad results,
4273                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4274
4275 2003-02-08 [melvin]     0.8.9claws48
4276
4277         * src/compose.c
4278                 Corrected and modified an alert message.
4279
4280 2003-02-07 [paul]       0.8.9claws47
4281
4282         * src/folderview.c
4283                 fix bug where both an 'Account properties' window and a
4284                 'Folder properties' window were opened when clicking on
4285                 'Properties' in an NNTP or IMAP folder's popup menu.
4286
4287 2003-02-07 [paul]       0.8.9claws46
4288
4289         * sync with 0.8.10cvs6
4290                 see ChangeLog 2003-02-06
4291
4292 2003-02-06 [christoph]  0.8.9claws45
4293
4294         * src/mbox.c
4295                 freeze folder updates while importing mbox files
4296                 (closes bug 43 importing mbox took hours)
4297                 
4298         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4299
4300 2003-02-06 [thorsten]   0.8.9claws44
4301
4302         * po/de.po
4303                 Updated german translations
4304
4305 2003-02-06 [thorsten]   0.8.9claws43
4306
4307         * src/news.h
4308                 use guint for message numbers (fix count in grouplist dialog)
4309
4310 2003-02-05 [paul]       0.8.9claws42
4311
4312         * sync with 0.8.10cvs2
4313                 see ChangeLog 2003-02-05
4314
4315 2003-02-04 [colin]      0.8.9claws41
4316
4317         * src/prefs_common.[ch]
4318           src/procmsg.c
4319           src/summaryview.c
4320                 Add an option to disable threading by subject
4321
4322 2003-02-04 [christoph]  0.8.9claws40
4323
4324         * src/inc.c
4325                 only abort fetching mails from multiple accounts when the
4326                 error is fatal and does not allow to check any more accounts
4327                 (currently only disk full error)
4328
4329         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4330          receive mails for other accouts)
4331
4332 2003-02-04 [christoph]  0.8.9claws39
4333
4334         * src/folder.c
4335                 first add the new message to the cache, then
4336                 send the update notification
4337
4338         (closes bug 39 after sending message folderview doesnt get updated)
4339
4340 2003-02-04 [colin]      0.8.9claws38
4341
4342         * src/inc.c
4343                 _really_ fix this Connecting... status
4344
4345 2003-02-04 [paul]       0.8.9claws37
4346
4347         * sync with 0.8.10
4348                 see ChangeLog 2003-02-04
4349
4350 2003-02-04 [paul]       0.8.9claws36
4351
4352         * sync with 0.8.9cvs6
4353                 see ChangeLog 2003-02-03
4354
4355 2003-02-04 [paul]       0.8.9claws35
4356
4357         * po/pt_BR.po
4358                 updated by André Filipe de Assunção e Brito 
4359                 <bedecko@netsite.com.br>
4360
4361 2003-02-03 [thorsten]   0.8.9claws34
4362
4363         * po/de.po
4364                 Updated german translations
4365
4366 2003-02-02 [paul]       0.8.9claws33
4367
4368         * po/es.po
4369                 updated by Ricardo Mones Lastra
4370
4371 2003-02-02 [thorsten]   0.8.9claws32
4372
4373         * src/mh.c
4374                 Fix mh_get_msginfo() segfault if file is inaccessible
4375
4376 2003-01-31 [colin]      0.8.9claws31
4377
4378         * src/procheader.c
4379                 Fix last commit's bug
4380
4381 2003-01-31 [colin]      0.8.9claws30
4382
4383         * src/procheader.c
4384                 Missing a change for gpg-signed messages
4385
4386 2003-01-31 [paul]       0.8.9claws29
4387
4388         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4389           src/procheader.c
4390           src/stock_pixmap.[ch]
4391           src/summaryview.c
4392                 indicate GnuPG signed messages by displaying an icon
4393                 in the Attachment column.
4394
4395 2003-01-31 [paul]       0.8.9claws28
4396
4397         * sync with 0.8.9cvs4
4398                 see ChangeLog 2003-01-31
4399
4400 2003-01-31 [alfons]     0.8.9claws27
4401
4402         * src/textview.c
4403                 tune URI parser to accept mailto URLs with a '?'
4404                 (patch from Ruslan Balkin)
4405
4406 2003-01-31 [colin]      0.8.9claws26
4407
4408         * src/summaryview.c
4409                 Fix a leak introduced in claws24
4410
4411 2003-01-31 [colin]      0.8.9claws25
4412
4413         * src/summaryview.c
4414                 Freeze/Thaw folder updates when deleting dups
4415
4416 2003-01-31 [colin]      0.8.9claws24
4417         
4418         * src/addr_compl.c
4419           src/summaryview.c
4420           src/msgcache.c
4421                 little speed improvements
4422
4423 2003-01-31 [colin]      0.8.9claws23
4424
4425         * src/summaryview.c
4426                 Fix segfault when forwarding nothing
4427                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4428                 
4429 2003-01-30 [paul]       0.8.9claws22
4430
4431         * sync with 0.8.9cvs3
4432                 see ChangeLog 2003-01-30
4433
4434 2003-01-30 [paul]       0.8.9claws21
4435
4436         * sync with 0.8.9cvs2
4437                 see ChangeLog 2003-01-30
4438
4439 2003-01-29 [paul]       0.8.9claws20
4440
4441         * sync with 0.8.9cvs1
4442                 see ChangeLog 2003-01-29
4443
4444 2003-01-28 [paul]       0.8.9claws19
4445
4446         * po/POTFILES.in
4447                 update to reflect changes. 
4448                 thanks to Ricardo Mones Lastra
4449
4450 2003-01-27 [christoph]  0.8.9claws18
4451
4452         * ac/openssl.m4
4453         * ac/spamassassin.m4
4454         * src/plugins/spamassassin/README
4455         * src/plugins/spamassassin/libspamc.[ch]
4456         * src/plugins/spamassassin/utils.[ch]
4457                 updated to latest libspamc
4458
4459 2003-01-27 [christoph]  0.8.9claws17
4460
4461         * src/folder.c
4462                 fix wrong use of procheader_get_header_fields
4463
4464 2003-01-27 [christoph]  0.8.9claws16
4465
4466         * src/news.c
4467         * src/prefs_account.[ch]
4468         * src/common/nntp.[ch]
4469                 allow to force authentication for NNTP servers
4470
4471         Patch submitted by Florian Mickler <dmk@d-labs.de>
4472
4473 2003-01-26 [paul]       0.8.9claws15
4474
4475         * src/summaryview.c
4476                 speed up of marking messages as read
4477                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4478
4479 2003-01-26 [christoph]  0.8.9claws14
4480
4481         * src/Makefile.am
4482         * src/mgutils.[ch]              ** REMOVE **
4483         * src/xml.[ch]                  ** REMOVE **
4484         * src/xmlprops.[ch]             ** REMOVE **
4485         * src/common/Makefile.am
4486         * src/common/mgutils.[ch]       ** NEW **
4487         * src/common/xml.[ch]           ** NEW **
4488         * src/common/xmlprops.[ch]      ** NEW **
4489                 move xml files to common directory
4490
4491 2003-01-26 [christoph]  0.8.9claws13
4492
4493         * src/plugins/spamassassin/spamassassin_gtk.c
4494                 only set gtk entry text if string is available
4495
4496 2003-01-26 [melvin]     0.8.9claws12
4497
4498         * src/description_window.c
4499                 Allow resizing of the window
4500                 Allow automatic horizontal scroll bar
4501                 Do not vertically expand and fill
4502
4503 2003-01-26 [christoph]  0.8.9claws11
4504
4505         * src/Makefile.am
4506         * src/gtkutils.[ch]             ** REMOVE **
4507         * src/common/sylpheed.c
4508         * src/gtk/Makefile.am
4509         * src/gtk/description_window.c
4510         * src/gtk/gtkutils.[ch]         ** NEW **
4511         * src/gtk/prefswindow.c
4512                 move gtkutils to gtk directory
4513
4514 2003-01-26 [paul]       0.8.9claws10
4515
4516         * src/summaryview.c
4517                 rename summary_unread_clicked() to summary_status_clicked()
4518
4519 2003-01-26 [melvin]     0.8.9claws9
4520
4521         * src/prefs_actions.c
4522                 Cosmetical changes to the help text
4523
4524 2003-01-26 [paul]       0.8.9claws8
4525
4526         * src/folder.[ch]
4527           src/mainwindow.c
4528           src/prefs_common.c
4529           src/prefs_sumamry_column.c
4530           summaryview.[ch]
4531                 rename the 'Unread' column to 'Status'
4532
4533 2003-01-25 [match]      0.8.9claws7
4534
4535         * src/mgutils.[ch]
4536                 removed reference to LDAP constants. removed error2string.
4537                 included functions to support LDAP dynamic queries.
4538         * src/syldap.h
4539                 moved LDAP constants here.
4540         * src/addressbook.c
4541         * src/addrindex.c
4542         * src/importldif.c
4543                 removed references to LDAP constants and references to
4544                 error2string.
4545
4546 2003-01-25 [paul]       0.8.9claws6
4547
4548         * src/summaryview.c
4549                 summary_thread_build(), summary_thread_init(): remove 
4550                 unneeded reference to summaryview->folder_item
4551
4552 2003-01-25 [christoph]  0.8.9claws5
4553
4554         * src/gtk/description_window.c
4555                 o allow description texts to expand over multiple columns
4556                 o translate all columns
4557         * src/prefs_actions.c
4558                 change syntax description to use new multi column feature
4559
4560         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4561
4562 2003-01-25 [match]      0.8.9claws4
4563
4564         * src/vcard.c
4565                 fixed bug with Quoted-Printable
4566
4567 2003-01-25 [paul]       0.8.9claws3
4568
4569         * src/folder.[ch]
4570           src/summaryview.[ch]
4571                 implement per-folder collapsed/expanded threads setting
4572                 
4573         * src/prefs_common.c
4574                 remove global collapsed/expanded threads option
4575
4576 2003-01-25 [christoph]  0.8.9claws2
4577
4578         * po/POTFILES.in
4579                 add pluginwindow and prefswindow
4580         * src/compose.c
4581                 make send respond correctly to messages that could be added
4582                 to the queue folder, but the UID of the message is unknown
4583         * src/folder.c
4584         * src/imap.c
4585                 don't return guessed UIDs in imap_add_msg anymore. We return
4586                 0 to tell the folder system it was appened but the UID is
4587                 unknown. Folder system now get's the UID by scaning the folder
4588                 and searching the cache for the Message-ID
4589                 (closes bug #29 Messages queued, but not sent)
4590
4591 2003-01-25 [paul]       0.8.9claws1
4592
4593         * src/codeconv.c
4594                 conv_encode_header():  fix bug when long headers with 8-bit
4595                 characters are used, so that the encoded words are wrapped.
4596                 If the space in the original text falls on the wrap boundary,
4597                 it can be lost.
4598                 Patch by Sergey Vlasov.
4599                 
4600         * src/folderview.c
4601                  fix bug where a change to the sorting method or thread view
4602                  of a folder's messages is lost if simpify-subject is set and
4603                  toggled on or off.
4604                  Patch by Luke Plant.
4605
4606 2003-01-24 [paul]       0.8.9claws
4607
4608         * sylpheed-0.8.9claws released
4609         
4610         * Makefile.am
4611           sylpheed.spec.in
4612                 remove reference to 'INSTALL.jp'
4613
4614 2003-01-23 [paul]       0.8.8claws128
4615
4616         * po/es.po
4617           po/it.po
4618           po/ru.po
4619           po/sr.po
4620                 updated translations. submitted by Ricardo Mones Lastra,
4621                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4622
4623 2003-01-23 [colin]      0.8.8claws127
4624
4625         * src/compose.c
4626                 Fix drafted and queued news articles re-edition
4627
4628 2003-01-23 [melvin]     0.8.8claws126
4629
4630         * po/fr.po
4631                 Updated French translations
4632
4633 2003-01-23 [colin]      0.8.8claws125
4634
4635         * src/inc.c
4636                 Fix "Connecting to..." status message
4637
4638 2003-01-22 [paul]       0.8.8claws124
4639
4640         * po/bg.po
4641                 updated by George Danchev
4642                 
4643         * src/folder.c
4644                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4645                 and folder deletion
4646
4647 2003-01-21 [paul]       0.8.8claws123
4648
4649         * po/bg.po
4650                 updated by George Danchev
4651                 
4652         * src/about.c
4653                 its now 2003
4654                 
4655         * src/toolbar.c
4656                 don't translate 'Separator'
4657                 
4658         * src/plugins/spamassassin/Makefile.am
4659                 add aspell to CPPFLAGS
4660                 
4661         * src/plugins/spamassassin/spamassassin.c
4662           src/plugins/spamassassin/spamassassin_gtk.c
4663                 set correct default for spamassassin_receive_spam
4664                 slightly re-word descriptions and some
4665                 other minor changes
4666
4667 2003-01-19 [alfons]     0.8.8claws122
4668                 
4669         * src/mimeview.c
4670                 mimeview_save_as(): we might as well show the file name for
4671                 the single case "Save As" too
4672
4673 2003-01-19 [alfons]     0.8.8claws121
4674
4675         * src/crash.c
4676                 change bug tracker URL to bugzilla URL
4677
4678 2003-01-19 [alfons]     0.8.8claws120
4679
4680         * src/mimeview.c
4681                 mimeview_save_all(): display name of file before overwriting;
4682                 continue saving all, even when one overwrite was cancelled
4683
4684 2003-01-19 [christoph]  0.8.8claws119
4685
4686         * src/summaryview.c
4687         * src/procmsg.[ch]
4688                 fix wrong usage of procmsg_find_children in summaryview
4689                 by using procmsg_update_unread_children instead of
4690                 summaryview_update_unread_children
4691
4692 2003-01-19 [christoph]  0.8.8claws118
4693
4694         * src/procmsg.c
4695                 fix infinite loop in procmsg_find_children
4696                  (closes bug #25 sylpheed crashes on delete.)
4697
4698         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4699
4700 2003-01-19 [paul]       0.8.8claws117
4701
4702         * po/pt_BR.po
4703                 updated by Ivan Francolin Martinez
4704
4705 2003-01-18 [melvin]     0.8.8claws116
4706
4707         * src/prefs_actions.c
4708                 Removed syntax limitation of only one '&' at the end of command.
4709                         Now actions that contain '>/dev/null 2>&1' are possible.
4710
4711 2003-01-18 [melvin]     0.8.8claws115
4712
4713         * src/prefs_actions.c
4714                 Actions IO dialog: when the action ends
4715                 the "Close" button now has focus and [Escape] closes the
4716                 window.
4717
4718 2003-01-18 [christoph]  0.8.8claws114
4719
4720         * src/procmsg.c
4721                 o add debug output when MsgInfos are really freed
4722                 o free GSLists in procmsg_find_children and
4723                   procmsg_update_unread_children
4724
4725 2003-01-18 [christoph]  0.8.8claws113
4726
4727         * src/mainwindow.c
4728                 reorder Configuration menu
4729
4730 2003-01-18 [christoph]  0.8.8claws112
4731
4732         * src/compose.c
4733                 fix applying templates to forwarded messages
4734
4735         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4736
4737 2003-01-17 [christoph]  0.8.8claws111
4738
4739         * src/folder.c
4740                 destroy folder items, when a folder item is removed
4741
4742 2003-01-17 [christoph]  0.8.8claws110
4743
4744         * src/folder.c
4745                 fix wrong folder stats update when ignored message is
4746                 deleted
4747
4748 2003-01-17 [colin]      0.8.8claws109
4749         
4750         * src/mainwindow.c
4751         * src/summaryview.c
4752                 Quicksearch bugfixes: 
4753                 - hide help button at startup if not extended
4754                 - switch to extended when looking for replies
4755
4756 2003-01-17 [paul]
4757
4758         * sync with 0.8.9 release
4759
4760 2003-01-17 [paul]       0.8.8claws108
4761
4762         * sync with 0.8.8cvs11
4763                 see ChangeLog 2003-01-17
4764
4765 2003-01-16 [colin]      0.8.8claws107
4766
4767         * src/procmsg.c
4768                 Changed encryption test to re-ask passphrase
4769                 if an encrypted message hasn't been decrypted
4770                 Fixes bug #5
4771
4772 2003-01-16 [christoph]  0.8.8claws106
4773
4774         * src/prefs_gtk.c
4775         * src/prefs_toolbar.c
4776         * src/gtk/prefswindow.h
4777         * src/plugins/spamassassin/spamassassin_gtk.c
4778                 remove page destroy function that is not used anymore
4779
4780 2003-01-16 [paul]       0.8.8claws105
4781
4782         * sync with 0.8.8cvs9
4783                 see ChangeLog 2002-01-16
4784
4785 2003-01-16 [colin]      0.8.8claws104
4786
4787         * src/compose.[ch]
4788                 Fix bug with autosaved drafts for IMAP, when draft
4789                 folder is specified - fixes bugzilla bug #20
4790
4791 2003-01-15 [paul]       0.8.8claws103
4792
4793         * src/compose.[ch]
4794           src/procmsg.c
4795                 store folder and message-id of message forwarding
4796                 in queue header and set forward flag after sending
4797
4798 2003-01-15 [paul]       0.8.8claws102
4799
4800         * sync with 0.8.8cvs8
4801                 see ChangeLog 2002-01-15
4802
4803 2003-01-15 [colin]      0.8.8claws101
4804
4805         * src/Makefile.am
4806                 Fix linking with GNU libiconv
4807
4808 2003-01-15 [darko]      0.8.8claws100
4809
4810         * src/pine.c
4811                 fix crash when importing pine address book
4812                 entry with an empty name (reported by DY
4813                 <dybulk at tri8.net>)
4814
4815 2003-01-14 [paul]       0.8.8claws99
4816
4817         * configure.in  ** REMOVED **
4818           configure.ac  ** NEW FILE **
4819                 rename configure.in to configure.ac, as it is now
4820                 preferred
4821
4822 2003-01-14 [melvin]     0.8.8claws98
4823
4824         * src/folderview.c
4825                 folderview_check_new(): More precise function description
4826
4827 2003-01-14 [melvin]     0.8.8claws97
4828
4829         * src/folderview.c
4830                 folderview_check_new(): return the number of new messages 
4831                         since last check.
4832         * src/inc.c
4833                 inc_account_mail(): Disable counting of new messages for IMAP
4834                         and NNTP until bug [19] and [14] are fixed.
4835
4836 2003-01-14 [paul]       0.8.8claws96
4837
4838         * sync with 0.8.8cvs6
4839                 see ChangeLog 2003-01-14
4840
4841 2003-01-13 [alfons]     0.8.8claws95
4842
4843         * src/textview.c
4844                 tune email address validation (c. 0.8.8claws89): if . is 
4845                 just one char away from @, the address is invalid too 
4846                 (correctly rejects addresses like foo@.com)
4847
4848 2003-01-13 [paul]       0.8.8claws94
4849
4850         * src/messageview.c
4851           src/toolbar.c
4852                 fixes to the Message View toolbar and menu:
4853                 fix non-functioning Forward button
4854                 make Reply button consider default_reply_list
4855                 remove 'Follow-up...' menu entry
4856                 add 'Forward' and 'Redirect' menu entries
4857
4858 2003-01-13 [melvin]     0.8.8claws93
4859
4860         * src/inc.c
4861                 Fixed typo that could make new messages count incorrect.
4862
4863 2003-01-13 [melvin]     0.8.8claws92
4864
4865         * src/folderview.[ch]
4866                 folderview_check_new(): return the number of new messages.
4867         * src/inc.c
4868                 Should fix bug [14] where new mail notification worked 
4869                         incorrectly with IMAP accounts.
4870                 inc_spool_account(): return number of new msgs, or -1 on error
4871                 inc_all_spool(): return number of new msgs
4872                 
4873 2003-01-13 [melvin]     0.8.8claws91
4874
4875         * src/prefs_actions.c
4876                 Justify help text.
4877
4878 2003-01-12 [thorsten]   0.8.8claws90
4879
4880         * src/common/prefs.c
4881                 close file before rename
4882
4883 2003-01-12 [alfons]     0.8.8claws89
4884
4885         * AUTHORS
4886                 add Christian Mertes
4887         * src/common/utils.[ch]
4888                 g_stricase_hash(), g_stricase_equal(): functions for 
4889                 case insensitive hash tables
4890         * src/textview.c
4891                 use top level domain names to validate email address, based
4892                 on a patch by Christian Mertes (thanks!), but changed 
4893                 implementation to use a hash table 
4894
4895 2003-01-12 [paul]       0.8.8claws88
4896
4897         * po/bg.po
4898                 updated by George Danchev
4899
4900 2003-01-12 [alfons]     0.8.8claws87
4901
4902         * src/summaryview.c
4903                 delete / execute performance: use new style folder update
4904
4905 2003-01-12 [paul]       0.8.8claws86
4906
4907         * sync with 0.8.8cvs5
4908                 see ChangeLog 2003-01-13 (!)
4909
4910 2003-01-12 [alfons]     0.8.8claws85
4911
4912         * src/filtering.c
4913         * src/matcher_parser_parse.y
4914                 prepare change_score filtering action
4915         * src/matcher.[ch]
4916                 give up const-correctness on functions that call non-const-correct functions;
4917                 several casts to gpointer in g_free();
4918                 add change_score;
4919
4920 2003-01-12 [christoph]  0.8.8claws84
4921
4922         * src/compose.c
4923                 fix 2 warnings
4924
4925         * src/gtk/prefswindow.[ch]
4926         * src/plugins/spamassassin/spamassassin_gtk.c
4927                 changed the call of the widget create function
4928                 for PrefsPages, because sometimes the widget
4929                 create function needs a widget that already has
4930                 been attached to a window (to create GDK pixmaps
4931                 for exmaple). So we simply pass the GtkWindow as
4932                 the second parameter now.
4933
4934         * src/main.c
4935         * src/mainwindow.c
4936         * src/prefs_toolbar.[ch]
4937                 rewrite Toolbar Preferences using the new
4938                 prefs window
4939
4940 2003-01-11 [alfons]     0.8.8claws83
4941
4942         * src/addressadd.c
4943                 fix crash when adding sender to addressbook because status bar
4944                 isn't there (the status bar doesn't seem to be used though,
4945                 but I'll let Match decide what to do with it)
4946
4947 2003-01-11 [colin]      0.8.8claws82
4948
4949         * src/main.c
4950           src/toolbar.c
4951                 Two useless changes reversed
4952
4953 2003-01-11 [colin]      0.8.8claws81
4954
4955         * src/mainwindow.c
4956           src/mainwindow.h
4957                 Add mainwindow_get_mainwindow()
4958         * src/alertpanel.c
4959           src/alertpanel.h
4960                 Add alertpanel_error_log() 
4961         * src/compose.c
4962           src/inc.c
4963           src/messageview.c
4964           src/toolbar.c
4965           src/main.c
4966           src/procmsg.c
4967                 Network errors get a View Log button
4968
4969 2003-01-10 [alfons]     0.8.8claws80
4970
4971         * src/prefs_toolbar.c
4972         * src/toolbar.c
4973                 use the translatable string for "Separator" as file name for
4974                 separator toolbar items (probably make this uppercase?)
4975
4976 2003-01-10 [alfons]     0.8.8claws79
4977
4978         * src/prefs_toolbar.c
4979                 put right A_SEPARATOR description string in "displayed
4980                 toolbar items list" so manually added separators are
4981                 saved correctly (bug #10, "Adding a separator to the main 
4982                 toolbar fails, entry in xml file is wrong")
4983
4984 2003-01-10 [christoph]  0.8.8claws78
4985
4986         * src/imap.c
4987                 o fix warnings
4988                 o use CAPABILITY to check if NAMESPACE is available
4989
4990 2003-01-10 [christoph]  0.8.8claws77
4991
4992         * src/imap.[ch]
4993                 apply UIDPLUS IMAP extension support patch
4994
4995         Patch submitted by Simon 'corecode' Schubert
4996
4997 2003-01-10 [paul]       0.8.8claws76
4998
4999         * src/folderview.c
5000                 a sync from main which fixes the news account folders'
5001                 Properties bug
5002
5003 2003-01-10 [christoph]  0.8.8claws75
5004
5005         * src/folder.c
5006                 don't accept 0 as a valid uid returned by copy and move
5007                 functions. 0 means the message was copied or moved but the
5008                 new uid could not be fetched. It is not an error condition
5009                 for the copy or move operation.
5010
5011 2003-01-10 [paul]       0.8.8claws74
5012
5013         * src/prefs_filtering.c
5014                 change English used in Alert when entry is not
5015                 saved.
5016                 
5017         * sync with 0.8.8cvs4
5018                 see ChangeLog 2003-01-10
5019
5020 2003-01-10 [darko]      0.8.8claws73
5021
5022         * src/pine.c
5023                 fix crash when importing address book entry
5024                 without a valid address
5025
5026 2003-01-09 [alfons]     0.8.8claws72
5027
5028         * src/inc.c
5029                 filtering performance: use new style folder update
5030
5031 2003-01-09 [christoph]  0.8.8claws71
5032
5033         * src/compose.c
5034         * src/gtk/menu.[ch]
5035                 fix wrong selecting of mime encoding type, when
5036                 opening property dialog of attachments in the
5037                 compose window. 7bit was always selected and that
5038                 destoryed files with 8bit data.
5039                 (closes bug #9 Sylpheed-claws destroys attachments when
5040                  changing MIME-types)
5041
5042 2003-01-09 [paul]       0.8.8claws70
5043
5044         * sync with 0.8.8cvs3
5045                 see ChangeLog 2003-01-09
5046
5047 2003-01-08 [alfons]     0.8.8claws69
5048         
5049         * src/addressadd.c
5050                 apply patch by Kim Schulz to fix build breakage
5051                 because of missing variable
5052
5053 2003-01-08 [paul]       0.8.8claws68
5054
5055         * sync with 0.8.8cvs2
5056                 see ChangeLog 2002-01-08
5057
5058 2003-01-08 [paul]       0.8.8claws67
5059
5060         * po/it.po
5061                 updated by Alessandro Maestri
5062                 
5063         * src/addressadd.c
5064                 when using 'Add sender to addressbook' allow
5065                 name to be edited and remarks to be entered
5066                 Patch submitted by Luke Plant
5067
5068 2003-01-08 [darko]      0.8.8claws66
5069
5070         * README.claws, src/summaryview.c
5071                 fix description for marked messages
5072
5073 2003-01-08 [paul]
5074
5075         * tools/Makefile.am
5076           tools/launch_phoenix  ** NEW FILE **
5077                 add script that enables using Phoenix as the default
5078                 web browser. 
5079                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5080                 
5081         * tools/OOo2sylpheed.pl
5082                 remove full path to sylpheed executable, just 'sylpheed'
5083                 will do
5084                 
5085         * tools/README
5086                 add launch_phoenix informtion and re-arrange and compress
5087                 the data a little
5088
5089 2003-01-07 [christoph]  0.8.8claws65
5090
5091         * src/folder.c
5092                 fix update for source folder when moving messages
5093         * src/procmsg.[ch]
5094         * src/summaryview.c
5095                 use function to set to_folder for message infos and
5096                 automatically update the op_count for old and new
5097                 folder
5098
5099 2003-01-07 [melvin]     0.8.8claws64
5100
5101         * src/prefs_actions.c
5102                 Fixed bug where an '%p' Action on a displayed image crashed 
5103                         Sylpheed
5104                 Code clean up (get rid of duplicated code and removed unnecessary 
5105                                 structure member)
5106
5107 2003-01-07 [christoph]  0.8.8claws63
5108
5109         * src/compose.c
5110         * src/folder.[ch]
5111         * src/folderview.c
5112         * src/import.c
5113         * src/inc.c
5114         * src/main.c
5115         * src/mainwindow.c
5116         * src/messageview.c
5117         * src/prefs_folder_item.c
5118         * src/procmsg.c
5119         * src/summaryview.c
5120         * src/toolbar.c
5121                 o remove all folder update triggering from the UI code. The folder
5122                   system should know much better when a folder needs an update.
5123                 o to prevent multiple updates in a row the folder updates can be
5124                   frozen for some time.
5125
5126                 Note: - Please verify that no updates are missing
5127                       - Check where freeze/thaws should be added
5128
5129 2003-01-07 [christoph]  0.8.8claws62
5130
5131         * src/prefs_actions.c
5132                 don't translate empty strings
5133
5134         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5135
5136 2003-01-06 [christoph]  0.8.8claws61
5137
5138         * src/prefs_actions.c
5139                 mark strings for gettext
5140         * src/prefs_matcher.c
5141                 use new description window for Execute action and
5142                 match condition in Filtering
5143
5144         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5145
5146 2003-01-06 [alfons]     0.8.8claws60
5147
5148         keep myself inspired to re-organize matcher part 8; 
5149         yes, more to come (I need to move out the descriptive
5150         text for actions to matcher.c, or at least make it not
5151         depend on the wicked ordering)
5152
5153         * src/prefs_matcher.c
5154                 add documentation so others may comprehend the
5155                 UI part of the conditions
5156                 
5157 2003-01-06 [christoph]  0.8.8claws59
5158
5159         * src/prefs_actions.c
5160                 use new description window for syntax help
5161         * src/gtk/description_window.c
5162                 fix display of descriptions with column count != 2
5163
5164         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5165
5166 2003-01-06 [christoph]  0.8.8claws58
5167
5168         * src/quote_fmt.c
5169         * src/summaryview.[ch]
5170         * src/gtk/Makefile.am
5171         * src/gtk/description_window.[ch]       ** NEW **
5172                 use a generic window to display syntax descriptions
5173                 currently used in quote_fmt and summaryview (new description
5174                 for extended quick search)
5175
5176         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5177
5178 2003-01-06 [paul]       0.8.8claws57
5179
5180         * sync with 0.8.8cvs1
5181                 see ChangeLog 2003-01-06
5182
5183 2003-01-06 [christoph]  0.8.8claws56
5184
5185         * src/mainwindow.c
5186         * src/prefs_gtk.[ch]
5187         * src/gtk/prefswindow.[ch]
5188         * src/plugins/spamassassin/spamassassin_gtk.c
5189                 o remove page management from prefswindow, pages
5190                   will be an argument to prefswindow_open
5191                 o prefswindow_open gets a datapointer that is
5192                   passed to the widget_create function to allow
5193                   creation of prefswindow for specific items
5194
5195 2003-01-06 [colin]      0.8.8claws55
5196         
5197         * src/summaryview.c
5198                 We don't want regexp in the reply-finder, 
5199                 because MIDs can contain !,$,. and so on
5200
5201 2003-01-06 [jens]       0.8.8claws54
5202
5203         * src/jpilot.c
5204                 fixed a wrong free in jpilot_read_db_files
5205
5206 2003-01-06 [alfons]     0.8.8claws53
5207
5208         re-organize matcher part 8; more to come
5209        
5210         * src/matcher.c
5211                 matcherprop_to_string(): put g_free()s before the
5212                 switch-case break to fix memleaks                
5213
5214 2003-01-06 [colin]      0.8.8claws52
5215
5216         * src/summaryview.c
5217                 cleanup & reply-finder now displays the first 
5218                 matching message
5219
5220 2003-01-05 [alfons]     0.8.8claws51
5221
5222         re-organize matcher part 7; more to come
5223
5224         * src/matcher.[ch]
5225                 fixes for constant correctness;
5226                 more documentation;
5227
5228 2003-01-05 [alfons]     0.8.8claws50
5229
5230         re-organize matcher part 6; more to come
5231         
5232         * src/matcher.[ch]
5233                 fixes for constant correctness;
5234                 more documentation;
5235         * src/filtering.c
5236                 fix for constant correctness
5237
5238 2003-01-05 [colin]      0.8.8claws49
5239
5240         * src/account.[ch]
5241                 Add account_get_reply_account function
5242         * src/compose.c
5243                 Use account_get_reply_account function 
5244         * src/summaryview.c
5245                 Basic reply-finder - click on the replied
5246                 icon gets you to the outbox using quick-search
5247
5248 2003-01-05 [paul]       0.8.8claws48
5249
5250         * src/prefs_common.c
5251                 small change to English
5252                 
5253         * src/prefs_filtering.c
5254                 prefs_filtering_action_select(): improve logic and uniformity
5255                 of gui
5256
5257 2003-01-05 [alfons]     0.8.8claws47
5258
5259         fine tune solution to focus problems (bug #7)
5260
5261         * src/mainwindow.c
5262                 mainwindow_focus_in_event(): remove grab event check
5263         * src/summaryview.c
5264                 summary_button_pressed(): move selection on right-click
5265                 too. we can't possibly move the selection back after
5266                 canceling a dialog, because gtk's incomplete focus 
5267                 management. whether this is a good solution, only time
5268                 will tell.
5269
5270 2003-01-05 [christoph]  0.8.8claws46
5271
5272         * src/imap.c
5273                 fix crash when no imap connection could be established
5274
5275 2003-01-05 [paul]       0.8.8claws45
5276
5277         * src/mainwindow.c
5278           src/sumamryview.c
5279           src/gtk/menu.[ch]
5280                 fix bug 605957 'shortcuts in popup-menu'
5281                 make user-defined shortcuts work
5282                 show shortcuts that are already defined
5283                 in the main menu
5284                 Patch submitted by Luke Plant
5285
5286 2003-01-05 [alfons]     0.8.8claws44
5287
5288         * src/mainwindow.c
5289                 focus_in_event handler should not select summary view row 
5290                 when another window (menu, dialog) grabbed for events 
5291                 (bug #7, "[0.8.8claws42] Message summary focus") 
5292
5293 2003-01-04 [christoph]  0.8.8claws43
5294
5295         * src/procmsg.c
5296                 update save folder after adding the sent message
5297                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5298
5299 2003-01-02 [christoph]  0.8.8claws42
5300
5301         * src/common/plugin.c
5302                 fix unloading of all plugins and unload
5303                 plugins in reverse order
5304                 
5305         * src/gtk/pluginwindow.c
5306                 implement function of load and unload button
5307
5308         * src/gtk/prefswindow.c
5309         * src/gtk/prefswindow.h
5310                 rename register function and add new unregister
5311                 function
5312
5313         * src/plugins/spamassassin/spamassassin_gtk.c
5314                 unregister prefs page and update for changes in
5315                 src/gtk/prefswindow.c
5316
5317 2003-01-02 [paul]       0.8.8claws41
5318
5319         * po/es.po
5320                 updated by Ricardo Mones Lastra
5321
5322 2003-01-02 [paul]
5323
5324         * tools/tb2sylpheed
5325                 fixes and improvements by Urke MMI
5326
5327 2003-01-02 [thorsten]   0.8.8claws40
5328
5329         * src/procmsg.c
5330                 fixed wrong return value
5331
5332 2003-01-02 [thorsten]   0.8.8claws39
5333
5334         * src/prefs.c
5335                 fixed printing wrong variable
5336
5337 2003-01-02 [thorsten]   0.8.8claws38
5338
5339         * src/prefs.c
5340                 fixed acessing members of freed pfile struct
5341
5342 2003-01-02 [thorsten]   0.8.8claws37
5343
5344         * src/procmsg.c
5345                 detect loops across several messages
5346                 as suggested by Christoph Hohmann
5347
5348 2003-01-01 [match]      0.8.8claws36
5349
5350         * src/addrindex.c
5351                 fixed another memory leak.
5352
5353 2003-01-01 [match]      0.8.8claws35
5354
5355         * src/jpilot.[ch]
5356                 fixed memory leaks. applied Doxygen comments.
5357
5358 2003-01-01 [thorsten]   0.8.8claws34
5359
5360         * src/procmsg.c
5361                 inhibit endless loop if msg references itself
5362                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5363
5364 2003-01-01 [christoph]  0.8.8claws33
5365
5366         * src/mainwindow.c
5367         * src/gtk/Makefile.am
5368         * src/gtk/pluginwindow.c                ** NEW **
5369         * src/gtk/pluginwindow.h                ** NEW **
5370                 add plugin window
5371
5372         * src/plugins/demo/demo.c
5373         * src/plugins/spamassassin/spamassassin.c
5374         * src/plugins/spamassassin/spamassassin_gtk.c
5375                 write better plugin descriptions
5376
5377 2002-12-31 [christoph]  0.8.8claws32
5378
5379         * src/gtk/prefswindow.c
5380         * src/plugins/spamassassin/spamassassin_gtk.c
5381                 some small improvements to GTK code
5382
5383 2002-12-31 [christoph]  0.8.8claws31
5384
5385         * src/plugins/spamassassin/spamassassin_gtk.c
5386                 enable folder select button
5387
5388 2002-12-31 [christoph]  0.8.8claws30
5389
5390         * src/mainwindow.c
5391         * src/gtk/Makefile.am
5392         * src/gtk/prefswindow.c                         ** NEW **
5393         * src/gtk/prefswindow.h                         ** NEW **
5394                 add new prefs window
5395
5396         * src/common/plugin.c
5397                 don't try to load empty config lines
5398         
5399         * src/plugins/spamassassin/Makefile.am
5400         * src/plugins/spamassassin/spamassassin.c
5401         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5402         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5403                 GTK config for SpamAssassin Plugin using
5404                 the new prefs window
5405
5406 2002-12-31 [paul]       0.8.8claws29
5407
5408         * po/POTFILES.in
5409                 remove obsolete entry 'src/menu.c'
5410
5411 2002-12-31 [alfons]     0.8.8claws28
5412
5413         * src/matcher.[ch]
5414         * src/matcher_parser_parse.y
5415         * src/prefs_matcher.c
5416                 add "ignore_thread" and "~ignore_thread" condition so it's
5417                 possible to make the actions / scoring operate on the ignore
5418                 thread flag
5419
5420 2002-12-31 [christoph]  0.8.8claws27
5421
5422         * src/addrbook.c
5423         * src/addrindex.c
5424         * src/folder.c
5425         * src/matcher.c
5426         * src/prefs_account.c
5427         * src/prefs_actions.c
5428         * src/prefs_customheader.c
5429         * src/prefs_display_header.c
5430         * src/prefs_gtk.c
5431         * src/procmime.c
5432         * src/toolbar.c
5433         * src/xmlprops.c
5434         * src/common/prefs.[ch]
5435                 extend prefs file handling for reading and automatic handling
5436                 of blocks. When reading prefs_set_block_label will automatically
5437                 move on to the block. When writing it will copy all other blocks
5438                 automatically
5439
5440         * src/common/plugin.c
5441                 Now loading plugin filenames from [Plugins] block in
5442                 sylpheed rc file
5443
5444 2002-12-30 [christoph]  0.8.8claws26
5445
5446         * src/common/hooks.[ch]
5447                 return abort status to caller of hooks_invoke
5448                 
5449         * src/inc.[ch]
5450                 invoke message filtering hook and stop
5451                 default handling when filter returns abort
5452
5453         * src/common/plugin.[ch]
5454         * src/plugins/demo/demo.c
5455                 modify plugin loader, because resolving symbols for strings
5456                 does not work correctly
5457         
5458         * configure.in
5459         * ac/spamassassin.m4                            ** NEW **
5460         * src/plugins/spamassassin/.cvsignore           ** NEW **
5461         * src/plugins/spamassassin/Makefile.am          ** NEW **
5462         * src/plugins/spamassassin/README               ** NEW **
5463         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5464         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5465         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5466                 add spamassassin plugin, see src/plugins/spamassassin/README
5467                 for details
5468
5469 2002-12-29 [alfons]     0.8.8claws25
5470
5471         * src/mainwindow.c
5472                 when moving focus from a message view to the main 
5473                 window, don't forget to select the summary node
5474                 of the displayed message. should fix "[ 659103 ] 
5475                 focus-follows-mouse confuses sylpheed"
5476
5477 2002-12-29 [christoph]  0.8.8claws24
5478
5479         * src/Makefile.am
5480         * src/stringtable.[ch]          ** REMOVE **
5481         * src/common/Makefile.am
5482         * src/common/stringtable.[ch]   ** NEW **
5483                 move stringtable files to common directory
5484
5485 2002-12-29 [christoph]  0.8.8claws23
5486
5487         * src/Makefile.am
5488         * src/menu.[ch]                 ** REMOVE **
5489         * src/gtk/Makefile.am
5490         * src/gtk/menu.[ch]             ** NEW **
5491                 move menu files to gtk directory
5492
5493 2002-12-29 [match]      0.8.8claws22
5494
5495         * src/addressbook.c
5496         * src/syldap.c
5497                 moved UI specific code out of LDAP code into addressbook
5498                 UI code. fixed memory leak.
5499
5500 2002-12-29 [christoph]  0.8.8claws21
5501
5502         * src/folder.c
5503                 only check for IGNORED parent message when message is
5504                 not IGNORED itself
5505
5506 2002-12-29 [alfons]     0.8.8claws20
5507
5508         * src/summaryview.c
5509                 set gtksctree's anchor correct (immediate execute
5510                 changes the tree's layout, and anchor points at 
5511                 the incorrect row). fixes "[ 657233 ] multiple msg 
5512                 delete sometimes off by 1".
5513                 we probably have to look for more tree layout /
5514                 anchor glitches.
5515
5516 2002-12-29 [paul]       0.8.8claws19
5517
5518         * src/summaryview.c
5519                 fix bug [ 659054 ] incorrect sorting of 'From' column
5520                 when using 'display sender using address book'
5521                 thanks to Alfons and Luke Plant
5522
5523 2002-12-29 [christoph]  0.8.8claws18
5524
5525         * src/folder.c
5526         * src/procmsg.[ch]
5527                 check parent messages for IGNORE THREAD flag, when adding,
5528                 moving or copying messages to a folder
5529
5530 2002-12-27 [alfons]     0.8.8claws17
5531
5532         re-organize matcher part 5; more to come
5533
5534         * src/matcher.c
5535                 hash keywords in matchparser_tab 
5536
5537 2002-12-27 [alfons]     0.8.8claws16
5538
5539         re-organize matcher part 4; more to come
5540
5541         * src/matcher_parser.h
5542         * src/matcher_parser_lex.l
5543         * src/matcher_parser_parse.y
5544                 cleanup
5545
5546 2002-12-27 [alfons]     0.8.8claws15
5547
5548         re-organize matcher part 3; more to come
5549
5550         * src/matcher.[ch]
5551                 cleanup
5552
5553 2002-12-27 [alfons]     0.8.8claws14
5554
5555         re-organize matcher part 2; more to come but this should
5556         work. cc me if there are any regressions.
5557
5558         * src/matcher.h
5559                 add prototype for get_matchparser_tab_id()
5560         * src/matcher_parser_lex.l
5561                 look up keywords using matchparser_tab_id();
5562
5563 2002-12-27 [alfons]     0.8.8claws12
5564
5565         re-organize matcher part 1
5566
5567         * src/matcher.h
5568                 map yacc generated constants to sylpheed matcher constants
5569         * src/matcher.c
5570                 add function to find a matcher constant from a string
5571
5572 2002-12-27 [christoph]  0.8.8claws11
5573
5574         * src/compose.c
5575                 MENUITEM_ADD casts the 4th argument from integer to pointer
5576                 so it probably should not be a pointer, this means we
5577                 should use account id for it and not the account's pointer
5578
5579 2002-12-27 [paul]       0.8.8claws10
5580
5581         * src/mainwindow.c
5582                 remove unneeded 'GtkWidget *vbox'
5583                 
5584         * src/summaryview.c
5585                 further sync with 0.8.8 - make sort
5586                 by recipient work as expected
5587                 
5588         * NEWS
5589                 sync with 0.8.8
5590
5591 2002-12-27 [paul]       0.8.8claws9
5592
5593         * po/pt_BR.po
5594                 updated by Ivan F. Martinez
5595                 
5596 2002-12-27 [darko]      0.8.8claws8
5597
5598         * src/common/utils.c
5599                 added locked pattern to extended search
5600
5601 2002-12-27 [alfons]     0.8.8claws7
5602
5603         * src/prefs_matcher.[ch]
5604                 clean up
5605
5606 2002-12-26 [alfons]     0.8.8claws6
5607
5608         * src/matcher.[ch]
5609         * src/matcher_parser_lex.l
5610         * src/matcher_parser_parse.y
5611         * src/prefs_matcher.c
5612                 allow color label as a condition in the matcher
5613
5614 2002-12-26 [oliver]     0.8.8claws5
5615         
5616         * src/toolbar.c 
5617                 enable Addressbook for Main and Messageview
5618         * src/prefs_actions.c
5619                 enable actions in Messageview
5620
5621 2002-12-26 [christoph]  0.8.8claws4
5622
5623         * src/common/plugin.c
5624                 add a little debug output
5625         * configure.in
5626         * src/plugins/demo/Makefile.am
5627                 better use of automake
5628
5629 2002-12-26 [christoph]  0.8.8claws3
5630
5631         * src/Makefile.am
5632         * src/common/Makefile.am
5633                 fix "make distdir"
5634
5635 2002-12-26 [christoph]  0.8.8claws2
5636
5637         * configure.in
5638                 sort configure checks into common / gtk / plugins
5639         * po/POTFILES.in
5640                 add src/prefs_gtk.c
5641         * src/Makefile.am
5642                 add plugins SUBDIR
5643         * src/main.c
5644         * src/common/sylpheed.[ch]
5645                 added now sylpheed_done function for shutdown
5646         * src/common/Makefile.am
5647         * src/common/plugin.[ch]                ** NEW **
5648                 plugin loader and unloader
5649         * src/plugins/.cvsignore                ** NEW **
5650         * src/plugins/Makefile.am               ** NEW **
5651                 build plugins
5652         * src/plugins/demo/.cvsignore           ** NEW **
5653         * src/plugins/demo/Makefile.am          ** NEW **
5654         * src/plugins/demo/demo.c               ** NEW **
5655                 small demo plugin that installs a logtext hook and
5656                 outputs the log text to stdout
5657
5658 2002-12-26 [paul]       0.8.8claws1
5659
5660         * po/es.po
5661                 updated by Ricardo Mones Lastra
5662
5663 2002-12-26 [paul]       0.8.8claws
5664
5665         * 0.8.8claws released
5666
5667 2002-12-26 [paul]       0.8.7claws12
5668
5669         * po/bg.po
5670                 updated by George Danchev
5671
5672 2002-12-26 [paul]       0.8.7claws11
5673
5674         * po/POTFILES.in
5675                 remove unneeded 'src/prefs.c' entry 
5676
5677 2002-12-26 [paul]       0.8.7claws10
5678
5679         * src/codeconv.c
5680           src/mainwindow.c
5681                 sync with 0.8.8 release
5682         
5683         * src/folder.[ch]
5684           src/mh.c
5685           src/summaryview.c
5686                 partial sync with 0.8.8 release
5687         
5688
5689 2002-12-25 [alfons]     0.8.7claws9
5690
5691         * src/matcher.[ch]
5692         * src/matcher_parser_lex.l
5693         * src/matcher_parser_parse.y
5694         * src/prefs_matcher.c
5695                 add locked flag to possible filtering / matcher 
5696                 conditions (also a good example what should be
5697                 done to add a simple boolean condition)
5698
5699 2002-12-25 [christoph]  0.8.7claws8
5700
5701         * src/Makefile.am
5702         * src/account.[ch]
5703         * src/addrbook.c
5704         * src/addressbook.c
5705         * src/addrindex.c
5706         * src/filtering.c
5707         * src/folder.c
5708         * src/matcher.c
5709         * src/prefs.[ch]                ** REMOVE **
5710         * src/prefs_account.c
5711         * src/prefs_actions.c
5712         * src/prefs_common.c
5713         * src/prefs_customheader.c
5714         * src/prefs_display_header.c
5715         * src/prefs_filtering.c
5716         * src/prefs_folder_item.c
5717         * src/prefs_gtk.[ch]            ** NEW **
5718         * src/prefs_matcher.c
5719         * src/prefs_scoring.c
5720         * src/prefs_summary_column.c
5721         * src/procmime.c
5722         * src/selective_download.c
5723         * src/toolbar.c
5724         * src/common/Makefile.am
5725         * src/common/prefs.[ch]         ** NEW **
5726                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5727
5728 2002-12-24 [alfons]     0.8.7claws7
5729
5730         * src/summaryview.c
5731                 summary_thread_build(): fix real cause of the crash mentioned in
5732                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5733                 this way we get meaningful ctree nodes 
5734
5735 2002-12-24 [oliver]     0.8.7claws6
5736
5737         * src/mainwindow.[ch]
5738         * src/messageview.[ch]
5739         * src/compose.[ch]
5740         * src/inc.c
5741         * src/summaryview.c
5742                 changes to use updated toolbar handling
5743                 
5744 2002-12-24 [oliver]     0.8.7claws5
5745
5746         * src/toolbar.[ch]
5747                 generic toolbar handling
5748                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5749         * src/prefs_toolbar.[ch]
5750                 adjust to handling
5751         
5752 2002-12-24 [oliver]     0.8.7claws4
5753         
5754         * src/stock_pixmap.[ch]
5755                 move SYLPHEED_LOGO to end of list in order 
5756                 to remove it from Custom Toolbar`s Icon View
5757
5758 2002-12-24 [alfons]     0.8.7claws3
5759
5760         * src/summaryview.c
5761                 summary_thread_build(): fix crash because of focus != selection 
5762                 after threading. when deleting the selection, gtk tries but fails 
5763                 to find the correct focusable element. we now force the selection
5764                 to be focused. this should solve the infamous bug reported by 
5765                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5766                 a test case is available. 
5767
5768 2002-12-24 [darko]      0.8.7claws2
5769
5770         * src/summaryview.c
5771                 don't crash when unmarking message with unread children
5772
5773 2002-12-23 [christoph]  0.8.7claws1
5774
5775         * src/Makefile.am
5776         * src/common/Makefile.am
5777                 update Makefiles for moved intl.h, version.h and defs.h
5778         * src/imap.c
5779                 rewrite imap_session_get to avoid duplicate code
5780
5781 2002-12-23 [paul]       0.8.7claws
5782
5783         * Santa-Claws released
5784         
5785         * po/hu.po
5786           po/ru.po
5787                 squeeze in updated Hungarian and Russian translations.
5788                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5789
5790 2002-12-23 [paul]       0.8.6claws129
5791
5792         * po/pl.po
5793                 updated by Witold Wladyslaw Wojciech Wilk
5794
5795 2002-12-23 [paul]       0.8.6claws128
5796
5797         * src/quote_fmt_parse.y
5798                 fix typo and add licence header
5799
5800 2002-12-23 [paul]       0.8.6claws127
5801
5802         * po/en_GB.po
5803                 updated
5804
5805 2002-12-23 [paul]       0.8.6claws126
5806
5807         * po/it.po
5808                 updated translation, submitted by Alessandro Maestri
5809                 
5810 2002-12-23 [paul]       0.8.6claws125
5811
5812         * src/quote_fmt_parse.y
5813                 fix signature-stripping on replies bug. match
5814                 '-- \n' and not '-- '.
5815
5816 2002-12-22 [paul]       0.8.6claws124
5817
5818         * po/bg.po
5819           po/es.po
5820           po/sr.po
5821                 updated translations. submitted by George Danchev,
5822                 Ricardo Mones Lastra, and Urke MMI respectively
5823
5824 2002-12-21 [paul]       0.8.6claws123
5825
5826         * src/addrbook.c
5827                 fix coding style
5828
5829 2002-12-21 [paul]       0.8.6claws122
5830
5831         * src/addrbook.c
5832                 fix bug [643638] where if a person is in one or more
5833                 addressbook groups editing that person's email 
5834                 address results in removal from those groups.
5835                 Patch submitted by Luke Plant.
5836
5837 2002-12-20 [christoph]  0.8.6claws121
5838
5839         * src/common/utils.c
5840         * src/summaryview.c
5841                 reimplement expand_search_string using GString to
5842                 prevent crashs caused by miscalculated string
5843                 lengths reported by Paul
5844
5845 2002-12-20 [christoph]  0.8.6claws120
5846
5847         * src/summaryview.c
5848                 don't use "changed" to check if op_count has to be changed as it
5849                 is also set when the message has unread children
5850                 (closes bug [ 653221 ] crash while deleting duplicates)
5851
5852 2002-12-20 [paul]       0.8.6claws119
5853
5854         * sync with 0.8.6cvs27
5855                 see ChangeLog 2002-12-20
5856
5857 2002-12-20 [paul]       0.8.6claws118
5858
5859         * sync with 0.8.6cvs26
5860                 see ChangeLog 2002-12-19 and 2002-12-20
5861
5862 2002-12-19 [alfons]     0.8.6claws117
5863
5864         * src/textview.c
5865                 fix incorrect parsing of email addresses, submitted by 
5866                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5867                 name display if it contains @".
5868
5869 2002-12-18 [paul]       0.8.6claws116
5870
5871         * sync with 0.8.6cvs23
5872                 see ChangeLog 2002-12-18
5873
5874 2002-12-18 [paul]       0.8.6claws115
5875
5876         * src/Makefile.am
5877         * src/account.c
5878         * src/codeconv.c
5879         * src/gtkutils.[ch]
5880         * src/imap.c
5881                 sync with 0.8.6cvs22.
5882                 see ChangeLog 2002-12-17 and 2002-12-18
5883
5884 2002-12-17 [christoph]  0.8.6claws114
5885
5886         * src/imap.c
5887                 o don't create a session if imap greeting fails
5888                 o don't close socket when authentication fails
5889                   this is done by imap_session_destroy
5890
5891 2002-12-17 [thorsten]   0.8.6claws113
5892
5893         * tools/Makefile.am
5894           tools/README
5895           tools/google_msgid.pl ** NEW FILE **
5896                 Added "search for message-id" script and doc
5897
5898 2002-12-17 [thorsten]   0.8.6claws112
5899
5900         * po/hu.po
5901                 Updated hungarian translation
5902                 (updated by Gal Zoltan)
5903
5904 2002-12-16 [christoph]  0.8.6claws111
5905
5906         * src/addr_compl.c
5907                 remove stupid addressbook dump to debug output
5908         * src/mh.c
5909                 fix memory leak found by Hiro
5910
5911 2002-12-14 [paul]       0.8.6claws110
5912
5913         * src/compose.c
5914                 fix menubar sensitivity on send
5915                 
5916         * src/prefs_filtering.c
5917         * src/prefs_matcher.c
5918         * src/prefs_scoring.c
5919                 Fix english ;)
5920                 
5921         * src/common/quoted-printable.h
5922                 sync: fix typo
5923         
5924 2002-12-13 [christoph]  0.8.6claws109
5925
5926         * src/Makefile.am
5927         * src/manage_window.[ch]        ** REMOVE **
5928         * src/gtk/Makefile.am
5929         * src/gtk/manage_window.[ch]    ** NEW **
5930                 move manage_window files to gtk directory
5931
5932 2002-12-13 [christoph]  0.8.6claws108
5933
5934         * src/Makefile.am
5935         * src/gtkshruler.[ch]           ** REMOVE **
5936         * src/gtk/Makefile.am
5937         * src/gtk/gtkshruler.[ch]       ** NEW **
5938                 move gtkshruler files to gtk directory
5939
5940 2002-12-13 [christoph]  0.8.6claws107
5941
5942         * src/Makefile.am
5943         * src/compose.c
5944         * src/gtkstext.[ch]             ** REMOVE **
5945         * src/gtkutils.[ch]
5946         * src/textview.c
5947         * src/gtk/gtkstext.[ch]         ** NEW **
5948         * src/gtk/Makefile.am
5949                 o move stext functions to gtkstext.c to remove
5950                   dependency of gtkutils
5951                 o move gtkstext files to gtk directory
5952
5953         * src/gtk/Makefile.am
5954         * src/gtk/sslcertwindow.[ch]
5955                 UI stuff can always depend on common code so
5956                 it's ok to add ../common to include path
5957
5958 2002-12-13 [colin]      0.8.6claws106
5959
5960         * src/summaryview.c
5961                 Disconnect sighandlers for mainwindow when
5962                 quicksearch has the focus
5963                 Fix bug #653231
5964         * src/mainwindow.[ch]
5965                 Make key_pressed callback public, to be able
5966                 to disconnect it
5967
5968 2002-12-13 [christoph]  0.8.6claws105
5969
5970         * src/mh.c
5971                 create .mh_sequences file in new MH folders
5972                 (closes feature request [ 523162 ] MH folders should
5973                  get a .mh_sequences)
5974
5975 2002-12-13 [colin]      0.8.6claws104
5976
5977         * src/summaryview.c
5978                 Better handling of quicksearch show/hide
5979                 (basically the button stays under the mouse 
5980                  when toggled)
5981
5982 2002-12-13 [paul]       0.8.6claws103
5983
5984         * sync with 0.8.6cvs17
5985                 see ChangeLog 2002-12-13
5986
5987 2002-12-13 [paul]       0.8.6claws102
5988
5989         * po/es.po
5990                 updated by Ricardo Mones Lastra
5991
5992 2002-12-11 [colin]       0.8.6claws101
5993
5994         * src/folder.c
5995                 remove statusbar stuff
5996           src/folderview.c
5997                 set statusbar verbosity when moving folders
5998
5999 2002-12-11 [colin]       0.8.6claws100
6000         * src/prefs_filtering.c
6001         * src/prefs_matcher.c
6002         * src/prefs_scoring.c
6003                 Fix english ;)
6004
6005 2002-12-11 [colin]       0.8.6claws99
6006
6007         * src/prefs_common.[ch]
6008                 Add summary_quicksearch_type
6009         * src/summaryview.c
6010                 Save last used quicksearch type
6011
6012 2002-12-11 [jens]       0.8.6claws98
6013         * src/prefs_filtering.c
6014         * src/prefs_matcher.c
6015         * src/prefs_scoring.c
6016                 added dialog for incomplete rules in scoring, filtering and
6017                 matcher to ask wheather really close
6018
6019 2002-12-11 [colin]      0.8.6claws97
6020
6021         * src/folder.c
6022                 Fix folder dnd statusbar logging
6023
6024 2002-12-10 [christoph]  0.8.6claws96
6025
6026         * src/compose.c
6027         * src/folder.c
6028         * src/imap.c
6029         * src/inc.c
6030         * src/main.c
6031         * src/mainwindow.c
6032         * src/news.c
6033         * src/send.c
6034         * src/statusbar.[ch]
6035         * src/common/hooks.c
6036         * src/common/log.[ch]
6037                 o handle verbose logging in statusbar directly in statusbar code
6038                   and common code does not need any knowledge about a statusbar
6039                 o remove direct calls to statusbar_(puts|pop)_all functions
6040
6041 2002-12-10 [jens]       0.8.6claws95
6042
6043         * src/*.c
6044                 removed gettext from g_warnings
6045         * po/POTFILES.in
6046                 cleaned and updated
6047         * po/de.po
6048                 updated
6049
6050 2002-12-10 [colin]      0.8.6claws94
6051
6052         * src/main.c
6053                 finish crash dialog fix
6054
6055 2002-12-10 [colin]      0.8.6claws93
6056
6057         * src/main.c
6058                 "Fix" "sylpheed already running" instead of
6059                 crash dialog appearing after a crash
6060
6061 2002-12-10 [colin]      0.8.6claws92
6062
6063         * po/POTFILES.in
6064                 add src/gtk/sslcertwindow.c
6065
6066 2002-12-10 [paul]       0.8.6claws91
6067
6068         * po/POTFILES.in
6069                 updated to reflect recent changes
6070                 submitted by Alessandro Maestri
6071
6072 2002-12-09 [christoph]  0.8.6claws90
6073
6074         * src/Makefile.am
6075         * src/smtp.[ch]                 ** REMOVE **
6076         * src/common/Makefile.am
6077         * src/common/smtp.[ch]          ** NEW **
6078                 move smtp files to common directory
6079
6080 2002-12-09 [christoph]  0.8.6claws89
6081
6082         * src/Makefile.am
6083         * src/session.[ch]              ** REMOVE **
6084         * src/common/Makefile.am
6085         * src/common/session.[ch]       ** NEW **
6086                 move session files to common directory
6087
6088 2002-12-09 [paul]       0.8.6claws88
6089
6090         * src/account.c
6091                 fix bug [649746] edit accounts: move account reverted
6092                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6093
6094 2002-12-09 [colin]      0.8.6claws87
6095
6096         * src/ssl_certificate.c
6097                 cleanup
6098
6099 2002-12-09 [colin]      0.8.6claws86
6100
6101         * src/ssl.c
6102                 Try to open the cert.pem database and 
6103                 issue a warning if it isn't there
6104
6105 2002-12-09 [colin]      0.8.6claws85
6106
6107         * src/common/ssl_certificate.c
6108         * src/gtk/sslcertwindow.c
6109                 Warning fixes
6110
6111 2002-12-09 [colin]      0.8.6claws84
6112
6113         * src/ssl_certificate.[ch] ** REMOVED **
6114         * src/common/ssl_certificate.[ch] ** NEW **
6115         * src/Makefile.am
6116         * src/common/Makefile.am
6117                 Moved ssl_certificate.[ch] to common
6118         * src/common/ssl.c 
6119                 Put back needed include
6120         * src/gtk/sslcertwindow.[ch]
6121                 Changed ssl_certificate.h include
6122         
6123 2002-12-09 [colin]      0.8.6claws83
6124
6125         * src/gtk/sslcertwindow.[ch]
6126                 Implement hook for certificate acception
6127         * src/ssl_certificate.[ch]
6128                 Implement hook for certificate acception
6129         * src/common/ssl.c
6130                 Reenable certificate acception check
6131         * src/mainwindow.c
6132                 Register sslcertwindow's hook
6133         
6134 2002-12-08 [christoph]  0.8.6claws82
6135
6136         * src/about.c
6137         * src/addr_compl.c
6138         * src/codeconv.c
6139         * src/manual.c
6140         * src/undo.c
6141         * src/common/utils.c
6142                 o add missing includes
6143                 o fix warnings
6144         * src/.cvsignore
6145         * src/common/.cvsignore
6146         * src/common/version.h          ** REMOVE **
6147                 remove autogenerated file
6148
6149 2002-12-08 [paul]       0.8.6claws81
6150
6151         * src/stringtable.c
6152                 put back needed include
6153
6154 2002-12-08 [colin]      0.8.6claws80
6155         
6156         * src/gtk/sslcertwindow.c
6157                 Cleaner popups when asking
6158         * src/ssl_certificate.c
6159         * src/prefs_common.[ch]
6160                 remove ssl certificate pref
6161                 put back needed include
6162         * src/undo.c
6163                 put back needed include
6164
6165 2002-12-08 [christoph]  0.8.6claws79
6166
6167         * src/folderview.c
6168         * src/logwindow.c
6169         * src/statusbar.c
6170         * src/summaryview.c
6171                 only abort hook invokation if required data is missing not
6172                 if our own data pointer is NULL, update hookfunction for
6173                 log window
6174
6175 2002-12-08 [paul]       0.8.6claws78
6176
6177         * src/about.c
6178         * src/addrcache.c
6179         * src/addrclip.c
6180         * src/addr_compl.c
6181         * src/addrselect.c
6182         * src/codeconv.c
6183         * src/colorlabel.c
6184         * src/enriched.c
6185         * src/esmtp.c
6186         * src/exporthtml.c
6187         * src/headerview.c
6188         * src/imageview.c
6189         * src/manual.c
6190         * src/noticeview.c
6191         * src/pgptext.c
6192         * src/scoring.c
6193         * src/sourcewindow.c
6194         * src/stringtable.c
6195         * src/undo.c
6196                 clean up: remove unneccesary includes
6197
6198 2002-12-08 [christoph]  0.8.6claws77
6199
6200         * src/folderview.c
6201         * src/statusbar.c
6202         * src/summaryview.c
6203         * src/common/hooks.[ch]
6204                 hook functions now have a gboolean return value, if a hook
6205                 returns TRUE it will stop executing of any more hooks in
6206                 the same hooklist for this invokation
6207
6208 2002-12-08 [colin]      0.8.6claws76
6209         
6210         * src/main.c
6211                 put back argv0 for CRASH_DIALOG
6212
6213 2002-12-08 [christoph]  0.8.6claws75
6214
6215         * src/Makefile.am
6216         * src/about.c
6217         * src/account.c
6218         * src/crash.c
6219         * src/esmtp.h
6220         * src/imap.[ch]
6221         * src/inc.c
6222         * src/main.c
6223         * src/mainwindow.c
6224         * src/news.c
6225         * src/pop.[ch]
6226         * src/prefs_account.[ch]
6227         * src/prefs_common.[ch]
6228         * src/send.[ch]
6229         * src/smtp.[ch]
6230         * src/ssl_certificate.[ch]
6231         * src/ssl_manager.[ch]
6232         * src/common/Makefile.am
6233         * src/common/log.c
6234         * src/common/nntp.[ch]
6235         * src/common/socket.[ch]
6236         * src/common/ssl.[ch]
6237         * src/gtk/sslcertwindow.[ch]
6238         * ac/openssl.m4
6239                 use new autoconf script to detect OpenSSL with extra parameters
6240                 to specify the location of libs and includes, also remove USE_SSL
6241                 to USE_OPENSSL
6242
6243         * src/common/sylpheed.[ch]
6244         * src/common/version.h.in
6245                 start seperation of common code initialization seperated from gui
6246
6247         * src/summaryview.c
6248                 The function that is called when a color label changes
6249                 should not change the color lable again
6250
6251 2002-12-08 [colin]      0.8.6claws74
6252
6253         * src/gtk/sslcertwindow.c
6254                 warning fixes
6255
6256 2002-12-08 [colin]      0.8.6claws73
6257
6258         * src/statusbar.c
6259           src/common/log.h
6260                 Register a hook for statusbar_puts_all
6261         * src/common/log.c
6262                 invoke statusbar_puts_all's hook
6263         
6264 2002-12-08 [colin]      0.8.6claws72
6265
6266         * src/ssl_certificate.c
6267                 Put back a badly-removed include
6268
6269 2002-12-08 [colin]      0.8.6claws71
6270
6271         * src/gtk/sslcertwindow.[ch]    ** NEW **
6272                 new certificate presentation
6273         * src/gtk/Makefile.am
6274                 add new files
6275         * src/ssl_certificate.[ch]
6276                 gtk cleanup, made utility functions public
6277         * src/ssl_manager.c
6278                 use new cert presentation
6279
6280 2002-12-07 [christoph]  0.8.6claws70
6281
6282         * src/Makefile.am
6283         * src/nntp.[ch]                 ** REMOVE **
6284         * src/common/Makefile.am
6285         * src/common/nntp.[ch]          ** NEW **
6286                 move nntp files to common directory
6287
6288 2002-12-07 [christoph]  0.8.6claws69
6289
6290         * src/procmsg.[ch]
6291         * src/summaryview.c
6292                 implement msginfo update callback using sylpheed's new
6293                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6294
6295 2002-12-06 [christoph]  0.8.6claws68
6296
6297         * src/editgroup.c
6298                 This patch changes the 'Edit Group Details' dialog to
6299                 allow extended selections in either pane, so that
6300                 addresses can be added or removed from a group more
6301                 quickly and easily. (it actually is a net decrease in
6302                 file size, as some unnecessary functions have been
6303                 removed). 
6304                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6305
6306 2002-12-06 [christoph]  0.8.6claws67
6307
6308         * src/Makefile.am
6309         * src/template.[ch]             ** REMOVE **
6310         * src/common/Makefile.am
6311         * src/common/template.[ch]      ** NEW **
6312                 move template files to common directory
6313
6314         * src/nntp.c
6315                 add missing log.h include
6316
6317 2002-12-06 [melvin]     0.8.6claws66
6318
6319         * src/prefs_actions.c
6320                 Added the trailing ">" syntax to insert command's output
6321                 without replacing old text (in contrast to trailing "|").
6322
6323 2002-12-05 [colin]      0.8.6claws65
6324         
6325         * src/common/utils.c
6326                 Don't modify original search_string or it'll change
6327                 the next iterations in the for()
6328
6329 2002-12-05 [darko]      0.8.6claws64
6330
6331         * src/common/utils.c
6332                 proper check for filtering commands, found by Colin
6333
6334 2002-12-05 [darko]      0.8.6claws63
6335
6336         * src/common/utils.c
6337                 check proper string for NULL pointer, found by Colin
6338
6339 2002-12-05 [darko]      0.8.6claws62
6340
6341         * src/common/utils.[ch]
6342                 expand_search_string(): new function
6343                 converts Mutt-like patterns to Sylpheed's
6344                 filtering engine
6345         * src/summaryview.c
6346                 use expand_search_string() to allow Mutt-like
6347                 patterns in extended search
6348         * README.claws
6349                 document extended option in quick search
6350
6351 2002-12-05 [paul]       0.8.6claws61
6352
6353         * sync with 0.8.6cvs16
6354                 see ChangeLog 2002-12-05
6355                 
6356         * po/POTFILES.in
6357                 clean up
6358
6359 2002-12-04 [christoph]  0.8.6claws60
6360
6361         * src/imap.[ch]
6362                 put imap authentication code into a new function and
6363                 remove it from imap_session_new that will allow to
6364                 send other commands before authentication
6365
6366 2002-12-04 [christoph]  0.8.6claws59
6367
6368         * src/imap.[ch]
6369                 use already existing method to prevent unneeded IMAP
6370                 folder selects. Set imap_select parameters to NULL
6371                 in some functions if the values are not required.
6372
6373         * src/xml.h
6374                 remove no longer required include
6375
6376 2002-12-04 [paul]       0.8.6claws58
6377
6378         * po/es.po
6379                 updated by Ricardo Mones Lastra
6380                 
6381         * configure.in
6382           po/hu.po      ** NEW FILE **
6383                 initial Hungarian translation, submitted
6384                 by Gál Zoltán <galzoli@hu.inter.net>
6385
6386 2002-12-03 [christoph]  0.8.6claws57
6387
6388         * src/Makefile.am
6389         * src/gtksctree.[ch]            ** REMOVE **
6390         * src/gtk/Makefile.am
6391         * src/gtk/gtksctree.[ch]        ** NEW **
6392                 move gtksctree files to gtk directory
6393
6394 2002-12-03 [christoph]  0.8.6claws56
6395
6396         * src/Makefile.am
6397         * src/md5.[ch]                  ** REMOVE **
6398         * srm/common/Makefile.am
6399         * src/common/md5.[ch]           ** NEW **
6400                 move md5 files to common directory
6401
6402         * src/gtkstext.c
6403                 remove not required #include
6404
6405 2002-12-03 [sergey]     0.8.6claws55
6406
6407         * src/gtkutils.c
6408         * src/gtkutils.h
6409                 gtkut_window_popup(): new function.
6410         * src/mainwindow.c
6411                 main_window_popup(): use gtkut_window_popup() to raise
6412                 window without changing its position.
6413                 (see sylpheed-main ML message [sylpheed:17247])
6414
6415 2002-12-03 [sergey]     0.8.6claws54
6416
6417         * src/send.c
6418                 send_message_local(): removed first-dot escaping
6419                 (SMTP-only, not needed for sending through pipe)
6420
6421 2002-12-03 [paul]       0.8.6claws53
6422
6423         * po/POTFILES.in
6424                 update to reflect recent changes (thanks
6425                 to Ricardo Mones Lastra)
6426                 
6427         * tools/filter_conv.pl
6428                  fix problem with quoted strings. Patch submitted
6429                  by Luke Plant <lukeplant@softhome.net>
6430
6431 2002-12-03 [paul]       0.8.6claws52
6432
6433         * sync with 0.8.6cvs15
6434                 see ChangeLog 2002-12-03
6435
6436 2002-12-02 [christoph]  0.8.6claws51
6437
6438         * src/logwindow.[ch]
6439         * src/common/log.[ch]
6440                 implement logging using a hook function
6441
6442         * src/folderview.c
6443         * src/folder.[ch]
6444                 define hooklist name in header file to avoid
6445                 errors caused by wrong spelling of hooklist names
6446
6447         * src/toolbar.c
6448                 fix warnings
6449
6450 2002-12-02 [christoph]  0.8.6claws50
6451
6452         * src/common/Makefile.am
6453                 add src/common/hooks.[ch]
6454
6455         * src/common/hooks.[ch]
6456                 implement a simple hook system using glib's hook functions
6457
6458         * src/folder.[ch]
6459         * src/folderview.c
6460                 use new hook system for folder item updates
6461
6462 2002-12-02 [christoph]  0.8.6claws49
6463
6464         * doc-src/ui_seperation.txt     ** NEW **
6465                 information for ui seperation
6466
6467         * src/Makefile.am
6468                 remove files that were moved to common
6469                 include common directory by default for the header files
6470
6471         * src/inc.c
6472         * src/common/socket.c
6473         * src/automaton.[ch]
6474                 implement automaton using g_io_*-functions instead of
6475                 gdk_input_add to make it ui independent
6476
6477         * src/codeconv.c
6478         * src/compose.c
6479         * src/ldif.c
6480         * src/pgptext.c
6481         * src/procmime.c
6482         * src/rfc2015.c
6483         * src/smtp.c
6484         * src/unmime.c
6485                 remove common/ prefix because directory is now in
6486                 include path
6487
6488         * src/compose.c
6489         * src/folder.c
6490         * src/folderview.c
6491         * src/mainwindow.c
6492         * src/messageview.c
6493         * src/prefs_common.c
6494         * src/procmsg.c
6495         * src/rfc2015.c
6496                 fix warnings
6497
6498         * src/imap.c
6499         * src/inc.c
6500         * src/news.c
6501         * src/pop.c
6502         * src/send.c
6503         * src/smtp.c
6504         * src/ssl_certificate.c
6505                 add log.h header file for logging functions
6506
6507         * src/main.c
6508         * src/common/utils.c
6509         * src/summaryview.c
6510         * src/xml.c
6511                 o move debug_mode to common/utils.c
6512                 o add functions to set and get debug_mode
6513
6514         * src/defs.h                    ** REMOVE **
6515         * src/intl.h                    ** REMOVE **
6516         * src/socket.[ch]               ** REMOVE **
6517         * src/ssl.[ch]                  ** REMOVE **
6518         * src/utils.[ch]                ** REMOVE **
6519                 replaced by new files in src/common/
6520         
6521         * src/common/Makefile.am
6522                 add new files in src/common/
6523
6524         * src/common/defs.h             ** NEW **
6525         * src/common/intl.h             ** NEW **
6526         * src/common/log.[ch]           ** NEW **
6527         * src/common/socket.[ch]        ** NEW **
6528         * src/common/ssl.[ch]           ** NEW **
6529         * src/common/utils.[ch]         ** NEW **
6530                 replacement for files in src/
6531
6532 2002-12-02 [colin]      0.8.6claws48
6533
6534         * src/folderview.c
6535                 Scroll folderview if necessary during dnd
6536
6537 2002-12-02 [colin]      0.8.6claws47
6538
6539         * src/folder.[ch]
6540                 Add check to verify a move is within a single mailbox
6541         * src/folderview.c
6542                 Add specific error string for this check
6543
6544 2002-12-02 [colin]      0.8.6claws46
6545
6546         * src/folder.c
6547                 Add a test to folder moving, remove a statusbar_print
6548         * src/folderview.c
6549                 Add Move folder... context-menu item
6550                 Factorize folder moving code
6551                 Enable folder DND for mbox
6552
6553 2002-12-01 [christoph]  0.8.6claws45
6554
6555         * ac/aspell.m4
6556                 remove conf.aspelltest if the version check fails
6557
6558 2002-11-30 [christoph]  0.8.6claws44
6559
6560         * autogen.sh
6561                 run libtoolize --force in autogen to create missing
6562                 libtool scripts
6563
6564 2002-11-30 [christoph]  0.8.6claws43
6565
6566         * src/Makefile.am
6567         * src/pgptext.c
6568         * src/procmime.c
6569         * src/rfc2015.c
6570         * src/uuencode.[ch]             ** REMOVED **
6571         * src/common/Makefile.am
6572         * src/common/uuencode.[ch]      ** NEW **
6573                 move uuen/decoder to common directory
6574
6575 2002-11-30 [christoph]  0.8.6claws42
6576
6577         * src/Makefile.am
6578         * src/base64.[ch]               ** REMOVED **
6579         * src/codeconv.c
6580         * src/compose.c
6581         * src/ldif.c
6582         * src/pgptext.c
6583         * src/procmime.c
6584         * src/rfc2015.c
6585         * src/smtp.c
6586         * src/unmime.c
6587         * src/common/Makefile.am
6588         * src/common/base64.[ch]        ** NEW **
6589                 move base64 en/decoder to common directory
6590
6591 2002-11-30 [christoph]  0.8.6claws41
6592
6593         * src/common                    ** NEW **
6594                 new directory for UI independent code
6595         * src/gtk                       ** NEW **
6596                 new directory for GTK frontend
6597         * src/common/.cvsignore         ** NEW **
6598         * src/gtk/.cvsignore            ** NEW **
6599                 ignore build files
6600         * src/common/Makefile.am        ** NEW **
6601         * src/gtk/Makefile.am           ** NEW **
6602                 automake files to build new seperated stuff
6603         * src/Makefile.am
6604                 the binary will currently still be build with the
6605                 files in src, so we include the code from the
6606                 subdirs for now after building the libs there
6607
6608 2002-11-30 [paul]       0.8.6claws40
6609
6610         * src/compose.c
6611                 fix bug [642731] 'Wrong selected account with drafted mail'
6612
6613 2002-11-29 [oliver]     0.8.6claws39
6614         
6615         * src/messageview.c
6616                 o update summaryview when switching between different
6617                   messageviews          
6618         * src/toolbar.c  
6619                 o check if messageview holds already removed msg
6620                   from summaryview
6621                 
6622
6623 2002-11-29 [oliver]     0.8.6claws38
6624
6625         * src/toolbar.c 
6626                 remove not needed variables and includes
6627                 make messageview stay opened and move to next when msgs are deleted 
6628
6629 2002-11-29 [oliver]     0.8.6claws37
6630         
6631         * src/toolbar.c 
6632                 disable compose button (messageview toolbar) by default
6633                 deleted msgs are moved to trash
6634         
6635 2002-11-29 [melvin]     0.8.6claws36
6636
6637         * configure.in
6638                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6639                 and to detect signatures expirations (gpgme 0.3.6)
6640
6641         * src/main.c
6642                 Use non obsolescent function for Gpgme engine checking.
6643
6644         * src/rfc2015.c
6645                 Inform about expired signatures or signatures which key
6646                 has expired. Expiration date is displayed.
6647
6648         * src/sigstatus.c
6649                 Inform about expired signatures or signatures which key
6650                 has expired.
6651
6652 2002-11-28 [paul]       0.8.6claws35
6653
6654         * src/folderview.c
6655                 re-instate 'Check for new messages' in Newsgroup
6656                 folders right-click menu, after a suggestion from
6657                 Tim Mann <timmann@users.sourceforge.net>
6658
6659         * src/main.c
6660                 after a crash check only local folders for new
6661                 messages
6662
6663 2002-11-28 [paul]       0.8.6claws34
6664
6665         * configure.in
6666                 apply patch that fixes the checking of GTK with XIM 
6667                 support on different OSs, such as FreeBSD. Patch 
6668                 submitted by Topia <topia@users.sourceforge.net>
6669                 
6670 2002-11-28 [paul]       0.8.6claws33
6671
6672         * src/mainwindow.c
6673           src/prefs_common.c
6674           src/prefs_toolbar.c
6675                 more changes to the English
6676
6677 2002-11-28 [paul]       0.8.6claws32
6678
6679         * sync with 0.8.6cvs13
6680                 see ChangeLog 2002-11-28 (no sync needed
6681                 for src/compose.c)
6682
6683 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6684         
6685         * src/mainwindow.[ch]
6686                 add patch by Ivan F. Martinez introducing messageview Toolbar
6687                 some changes and committed by oliver    
6688
6689 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6690
6691         * src/messageview.[ch]
6692                 add patch by Ivan F. Martinez introducing messageview Toolbar
6693                 some changes and committed by oliver    
6694
6695 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6696
6697         * src/compose.[ch]
6698                 add patch by Ivan F. Martinez introducing messageview Toolbar
6699                 some changes and committed by oliver    
6700
6701 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6702         
6703         * src/toolbar.[ch]
6704                 add patch by Ivan F. Martinez introducing messageview Toolbar
6705                 some changes and committed by oliver
6706
6707 2002-11-28 [oliver]     0.8.6claws27
6708         
6709         * src/prefs_toolbar.[ch]
6710                 getting ready for messageview toolbar
6711                 free mem allocated by gettext
6712                 change prefs_toolbar to prefs_toolbar_open
6713  
6714 2002-11-28 [thorsten]   0.8.6claws26
6715
6716         * src/imageview.[ch]
6717                 cleaned up conflicting declarations of
6718                 imageview_show_image()
6719
6720 2002-11-28 [paul]       0.8.6claws25
6721
6722         * src/grouplistdialog.c
6723           src/prefs_common.c
6724           src/prefs_summary_column.c
6725                 a few more improvements to the English
6726
6727 2002-11-28 [colin]      0.8.6claws24
6728
6729         * man/sylpheed.1
6730                 A few updates to command-line parameters
6731
6732 2002-11-28 [colin]      0.8.6claws23
6733
6734         * src/prefs_filtering.c
6735                 Fix problems with prefs_filtering_delete_path:
6736                 a) if the first rule is removed, original pointers
6737                    weren't updated (leading to segfaults)
6738                 b) it was always global_processing updated in case
6739                    of removed path was parent of rule path
6740
6741 2002-11-27 [paul]       0.8.6claws22
6742
6743         * src/mainwindow.c
6744           src/prefs_account.c
6745           src/prefs_actions.c
6746           src/prefs_common.c
6747           src/prefs_customheader.c
6748           src/prefs_display_header.c
6749           src/prefs_filtering.c
6750           src/prefs_folder_item.c
6751           src/prefs_matcher.c
6752           src/prefs_scoring.c
6753           src/prefs_summary_column.c
6754           src/prefs_template.c
6755           src/prefs_toolbar.c
6756                  improve the English in the GUI
6757
6758 2002-11-27 [colin]      0.8.6claws21
6759
6760         * src/folder.c
6761                 Fix processing renaming problems happening after
6762                 last commit
6763
6764 2002-11-27 [colin]      0.8.6claws20
6765
6766         * src/folder.c
6767                 recursive move now deletes src each subfolder after 
6768                 having moved it
6769         * src/folderview.c
6770                 Use identifier instead of path during dnd (enables
6771                 IMAP folder dnd)
6772
6773 2002-11-27 [paul]       0.8.6claws19
6774
6775         * src/main.c
6776                 apply patch that does command-line processing 
6777                 BEFORE gtk_init, allowing claws to run from 
6778                 shell-scripts in non-X environment (e.g. crontab 
6779                 or ip-up, ip-down scripts). Patch submitted by
6780                 Ruslan N. Balkin <baron@dartel.ru>
6781                 
6782         * po/it.po
6783                 updated by Alessandro Maestri
6784
6785 2002-11-27 [paul]       0.8.6claws18
6786
6787         * sync with 0.8.6cvs12
6788           src/prefs_common.c
6789                 Differences are that main uses a 'Receive dialog'
6790                 frame on the Interface tab, whereas claws groups all 
6791                 the dialogs together in a 'Dialogs' frame.
6792
6793 2002-11-27 [colin]      0.8.6claws17
6794
6795         * src/prefs_matcher.c
6796                 Fix Execute criteria's NOT flag
6797
6798
6799 2002-11-26 [christoph]  0.8.6claws16
6800
6801         * src/ssl.c
6802                 rewrite the ssl code a little bit, only use one
6803                 SSL context, set default certificates' file/path
6804
6805 2002-11-26 [thorsten]   0.8.6claws15
6806
6807         * src/compose.c
6808                 default-reply-to didn't work for ml-reply
6809
6810 2002-11-26 [melvin]     0.8.6claws14
6811
6812         * src/prefs_actions.c
6813                 Made pipe-actions ignore short headers in message view
6814                 Made trailing-pipe-actions write in the message view with
6815                 the same font as the original message
6816
6817 2002-11-26 [paul]       0.8.6claws13
6818
6819         * src/compose.c
6820                 this time commit the correct file
6821
6822 2002-11-26 [paul]       0.8.6claws12
6823
6824         * sync with 0.8.6cvs11
6825           src/quote_fmt_parse.y  
6826                 no sync needed
6827           src/account.[ch]       
6828                 not sync'ed
6829           src/compose.c
6830                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6831                 on draft mode.
6832                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6833                 header
6834                 
6835         see ChangeLog 2002-11-25 and 2002-11-26
6836
6837 2002-11-26 [colin]      0.8.6claws11
6838
6839         * src/folderview.c
6840                 Fix collapsed folder not auto-expanding during
6841                 mail dnd, if it was the source folder.
6842
6843 2002-11-25 [colin]      0.8.6claws10
6844
6845         * src/folderview.[ch]
6846                 Variable renaming and cleaning (slist of nodes 
6847                 to be re-collapsed is stored in FolderView)
6848
6849 2002-11-25 [paul]       0.8.6claws9
6850
6851         * src/prefs_common.[ch]
6852                 fix breakage caused by last commit
6853
6854 2002-11-25 [paul]       0.8.6claws8
6855
6856         * sync with 0.8.6cvs4
6857                 see ChangeLog 2002-11-21
6858
6859 2002-11-25 [paul]       0.8.6claws7
6860
6861         * sync with 0.8.6cvs4
6862                 see ChangeLog 2002-11-20
6863
6864 2002-11-25 [paul]       0.8.6claws6
6865
6866         * sync with 0.8.6cvs3
6867                 see ChangeLog 2002-11-18
6868
6869 2002-11-25 [colin]      0.8.6claws5
6870
6871         * src/gtkutils.[ch]
6872                 Add gtkut_ctree_node_is_parent()
6873         * src/folderview.c
6874                 Spring-loaded folders
6875
6876 2002-11-25 [colin]      0.8.6claws4
6877
6878         * src/utils.[ch]
6879                 Add slist_concat_unique(), function to merge
6880                 two GSList filtering dups
6881         * src/folder.[ch]
6882         * src/summaryview.[ch]
6883         * src/folderview.c
6884         * src/main.c
6885                 Add detection/update/display of unread answers
6886                 to marked mails
6887         * src/procmsg.[ch]
6888                 Add procmsg_find_children()
6889                 Add procmsg_msg_has_marked_parent()
6890
6891 2002-11-25 [colin]      0.8.6claws3
6892
6893         * src/ssl_certificate.[ch]
6894                 Allow checking a certificate without a DNS
6895                 lookup
6896                 Allow to forget a cert (by deleting it)
6897                 Make ssl_certificate_destroy_public
6898         * src/ssl_manager.[ch] ** NEW FILES **
6899                 Gui to manage (display/remove) certificates
6900         * src/prefs_common.[ch]
6901                 Add a pref to allow silent acceptation of
6902                 trusted certificates or not (based on the
6903                 "I want to know what's going on" principle)
6904         * src/mainwindow.c
6905                 Add SSL manager in Tools menu
6906         * src/Makefile.am
6907                 Add the new files to the build
6908         * po/POTFILES.in
6909                 Add ssl_manager.c to translations
6910
6911 2002-11-25 [colin]      0.8.6claws2
6912
6913         * src/summaryview.[ch]
6914                 Add S_SEARCH_EXTENDED to the quick search, which 
6915                 allows to search using filtering syntax.
6916
6917 2002-11-25 [colin]      0.8.6claws1
6918
6919         * src/summaryview.c
6920                 Deletion of duplicates now prefer deleting
6921                 the unread dup (fixes feature-request 638989).
6922
6923 2002-11-24 [paul]       0.8.6claws
6924
6925         * po/es.po
6926           po/pl.po
6927           po/ru.po
6928           po/sr.po
6929                 updated by Ricardo Mones Lastra,
6930                 Witold Wladyslaw Wojciech Wilk,
6931                 Ruslan N. Balkin, and  Urke MMI 
6932                 respectively
6933
6934 2002-11-24 [paul]       0.8.5claws182
6935
6936         * po/bg.po
6937                 updated by George Danchev
6938
6939 2002-11-23 [alfons]     0.8.5claws181
6940
6941         * src/imap.c
6942                 tiny memory leak found by browsing Dimitar's 
6943                 valgrind report
6944
6945 2002-11-23 [paul]       0.8.5claws180
6946
6947         * po/it.po
6948                 updated by Alessandro Maestri
6949
6950 2002-11-22 [christoph]  0.8.5claws179
6951
6952         * src/compose.c
6953         * src/inc.c
6954         * src/prefs_filtering.c
6955         * src/summaryview.c
6956                 more warning fixes
6957
6958 2002-11-22 [alfons]     0.8.5claws178
6959
6960         * src/summaryview.c
6961                 summary_execute_delete_func(): if message is deleted, make 
6962                 sure to also remove its entry in the subject hash table. 
6963                 fixes a corner case bug.
6964
6965 2002-11-22 [paul]       0.8.5claws177
6966
6967         * .cvsignore
6968                 add 'autom4te.cache'
6969                 
6970         * ltconfig      ** REMOVED **
6971                 not needed
6972
6973 2002-11-22 [paul]       0.8.5claws176
6974
6975         * src/textview.c
6976                 textview_set_font(): fix for message display in
6977                 UTF-8 locales (thanks to Sergey Vlasov).
6978                 
6979         * AUTHORS
6980                 add new team members and contributors
6981
6982
6983 2002-11-21 [colin]      0.8.5claws175
6984
6985         * src/procmsg.[ch]
6986                 Add procmsg_remove_special_headers()
6987         * src/mh.c
6988                 Use procmsg_remove_special_headers() for 
6989                 previous fix
6990
6991 2002-11-21 [colin]      0.8.5claws174
6992
6993         * src/mh.c
6994                 Fix moving/copying from queue/draft folders
6995                 for MH folders
6996
6997 2002-11-21 [christoph]  0.8.5claws173
6998
6999         * src/crash.c
7000         * src/filtering.c
7001         * src/logwindow.c
7002         * src/main.c
7003         * src/matcher_parser_lex.[hl]
7004         * src/mbox.c
7005         * src/mbox_folder.[ch]
7006         * src/prefs_filtering.c
7007         * src/procheader.c
7008         * src/quote_fmt_lex.l
7009         * src/ssl.c
7010                 fix all warnings except the warnings in lex and yacc files
7011
7012 2002-11-20 [christoph]  0.8.5claws172
7013
7014         * src/imap.c
7015                 fix MsgInfo retrieval for IMAP draft and queue folders
7016                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7017
7018 2002-11-19 [christoph]  0.8.5claws171
7019
7020         * src/compose.c
7021                 fix segfault, when draft saving does not get
7022                 the MsgInfo of the new message
7023                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7024
7025 2002-11-19 [christoph]  0.8.5claws170
7026
7027         * src/procmsg.c
7028                 add parameter check for flag setting function
7029                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7030
7031 2002-11-18 [paul]       0.8.5claws169
7032
7033         * src/compose.c
7034                 more sensitivity fixes to redirect mode:
7035                 * disable toolbar draft button
7036                 * allow only Address book in the Tools menu
7037                 * disable editing of message by the spell
7038                   checker
7039
7040 2002-11-18 [paul]       0.8.5claws168
7041
7042         * src/compose.c
7043                 fix sensitivity of menu items in compose_redirect():
7044                 allow only the necessary items 
7045
7046 2002-11-18 [paul]       0.8.5claws167
7047
7048         * src/compose.c
7049                 fix bug [ 603259 ] 'attachment got lost on bounce'
7050
7051 2002-11-18 [paul]       0.8.5claws166
7052
7053         * po/ru.po
7054                 updated by Ruslan N. Balkin <baron@dartel.ru>
7055
7056 2002-11-18 [colin]      0.8.5claws165
7057
7058         * src/main.c
7059           src/defs.h
7060                 Remove old filtering stuff
7061
7062
7063 2002-11-17 [oliver]     0.8.5claws164
7064
7065         * src/toolbar.h
7066                 remove not needed typedef 
7067
7068 2002-11-17 [oliver]     0.8.5claws163
7069
7070         * src/toolbar.c
7071                 make toolbar's on click events translatable
7072
7073 2002-11-15 [colin]      0.8.5claws162
7074
7075         * src/summaryview.c
7076                 Revert too-soon integration of a feature
7077
7078 2002-11-15 [christoph]  0.8.5claws161
7079
7080         * src/imap.c
7081                 use main's implementation of imap_get_msginfo
7082
7083 2002-11-15 [christoph]  0.8.5claws160
7084
7085         * src/compose.c
7086         * src/folder.[ch]
7087         * src/imap.c
7088         * src/mbox_folder.c
7089         * src/mh.c
7090         * src/news.c
7091         * src/procmsg.c
7092         * src/summaryview.c
7093                 replace claws' fetch_msginfo with main's get_msginfo
7094                 (use main's implementation where possible)
7095
7096 2002-11-15 [colin]      0.8.5claws159
7097
7098         * src/ssl_certificate.c
7099                 Missed a check
7100
7101 2002-11-16 [melvin]     0.8.5claws158
7102
7103         * po/fr.po
7104                 Updated French translations.
7105
7106 2002-11-16 [colin]      0.8.5claws157
7107
7108         * src/ssl_certificate.c
7109                 Check for missing parts in the certificates
7110
7111 2002-11-15 [colin]      0.8.5claws156
7112
7113         * src/folderview.c
7114                 Preventive fix (missing check) found by
7115                 Alfons
7116
7117 2002-11-15 [paul]
7118
7119         * NEWS
7120                 sync with 0.8.6 release
7121
7122 2002-11-15 [colin]      0.8.5claws155
7123
7124         * src/folder.[ch]
7125           src/folderview.c
7126                 Fix error handling of folder_item_move_to()
7127                 (thanks to Alfons!)
7128
7129 2002-11-15 [colin]      0.8.5claws154
7130
7131         * src/folder.[ch]
7132           src/folderview.c
7133                 folder_item_move_to() sets an error message instead
7134                 of having GUI stuff in folder.c
7135
7136 2002-11-15 [colin]      0.8.5claws153
7137
7138         * src/procmsg.[ch]
7139                 Implemented a callback for MsgInfo updates, 
7140                 heavily copy/pasted from Christoph's folder 
7141                 callback system
7142         * src/summaryview.[ch]
7143                 Register summary_update_msg as callback
7144
7145 2002-11-14 [colin]      0.8.5claws152
7146         
7147         * src/procmsg.c
7148                 Update the FolderItem after sending (fixes 617593)
7149
7150 2002-11-14 [christoph]  0.8.5claws151
7151
7152         * src/folder.c
7153                 fix wrong position of NULL pointer check found
7154                 by Sergey
7155
7156 2002-11-14 [christoph]  0.8.5claws150
7157
7158         * src/folder.c
7159                 fix segfault when deleting messages from IMAP folders
7160                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7161
7162 2002-11-14 [colin]      0.8.5claws149
7163
7164         * src/compose.c
7165                 Forwarding was also ignoring the folder's default account.
7166
7167 2002-11-14 [colin]      0.8.5claws148
7168
7169         * src/compose.c
7170                 Fix sent folder not set to folder properties when 
7171                 forwarding.
7172
7173 2002-11-14 [thorsten]   0.8.5claws147
7174
7175         * src/inc.c
7176                 inc_start(): Files were not moved from .processing to inbox,
7177                 if no global processing rule existed
7178
7179 2002-11-14 [colin]      0.8.5claws146
7180
7181         * src/ssl_certificate
7182                 Fix file operations
7183
7184 2002-11-14 [paul]       0.8.5claws145
7185
7186         * po/it.po
7187                 updated by Alessandro Maestri
7188
7189 2002-11-13 [alfons]     0.8.5claws144
7190
7191         * src/folder.c
7192                 folder_item_close(): only mark messages unread
7193                 when a folder has new messages 
7194
7195 2002-11-13 [keith]      0.8.5claws143
7196
7197         * src/imap.c
7198                 Fix problem moving or copying between
7199                 IMAP folders
7200
7201 2002-11-13 [colin]      0.8.5claws142
7202
7203         * src/matcher_parser_parse.y
7204                 Fix rule problem when " don't match
7205
7206 2002-11-13 [christoph]  0.8.5claws141
7207
7208         * src/folder.c
7209         * src/folderview.c
7210                 moved cache saving to folder_item_close
7211                 the folderview should not have to deal with
7212                 this things
7213
7214 2002-11-13 [christoph]  0.8.5claws140
7215
7216         * src/summaryview.c
7217                 moved setting of important score to
7218                 summary_set_prefs_from_folderitem
7219
7220 2002-11-13 [colin]      0.8.5claws139
7221
7222         * src/matcher_parser_parse.y
7223                 Fix a segfault in the parser (happening when
7224                 a good expression had been tested and a bad 
7225                 one arrives)
7226
7227 2002-11-13 [paul]       0.8.5claws138
7228
7229         * sync with 0.8.5cvs24
7230                 see ChangeLog 2002-11-13
7231                 
7232         * po/pt_BR.po
7233                 updated by Fabio Jr. Beneditto
7234
7235 2002-11-13 [colin]      0.8.5claws137
7236         
7237         * src/msgcache.c
7238           src/defs.h
7239           src/procmsg.[ch]
7240                 Revert last commit, problem
7241
7242 2002-11-13 [colin]      0.8.5claws136
7243
7244         * src/msgcache.c
7245                 Remove duplicated code
7246         * src/defs.h
7247                 Bumped CACHE_VERSION and MARK_VERSION
7248         * src/procmsg.[ch]
7249                 Network endian for cache and mark files
7250
7251 2002-11-12 [colin]      0.8.5claws135
7252
7253         * src/inc.c
7254                 Fix the "socket error" dialog which disappeared
7255
7256 2002-11-12 [colin]      0.8.5claws134
7257
7258         * src/msgcache.c
7259                 Reverse last commit which had performance 
7260                 problems, but still reverse the list
7261
7262 2002-11-12 [colin]      0.8.5claws133
7263
7264         * src/msgcache.c
7265                 Reverse list order
7266
7267 2002-11-12 [melvin]     0.8.5claws132
7268
7269         * src/compose.c
7270                 Added a check for a NULL prefs_common.dictionary
7271
7272 2002-11-12 [colin]      0.8.5claws131
7273
7274         * src/ssl_certificate.[ch]
7275                 Use FQDN hostname
7276
7277 2002-11-12 [colin]      0.8.5claws130
7278
7279         * src/ssl_certificate.[ch]
7280                 Take connection port into account for 
7281                 checking certificates (a single hostname
7282                 could have multiple servers with multiple
7283                 certificates)
7284         * src/ssl.c
7285                 Pass the port to ssl_certificate_check
7286
7287 2002-11-12 [paul]       0.8.5claws129
7288
7289         * src/folder.c
7290                 fix a typo in last commit
7291
7292 2002-11-12 [paul]       0.8.5claws128
7293
7294         * sync with 0.8.5cvs23
7295                 see ChangeLog entry 2002-11-12
7296
7297 2002-11-11 [colin]      0.8.5claws127
7298
7299         * src/ssl_certificate.c
7300                 Cleaner messages
7301                 Don't popup, instead log error, if the 
7302                 corresponding pref is checked
7303         * src/ssl_certificate.h
7304                 include <openssl/objects/h>
7305
7306 2002-11-11 [colin]      0.8.5claws126
7307
7308         * src/ssl_certificate.h
7309                 _Really_ clean it
7310
7311 2002-11-11 [colin]      0.8.5claws125
7312         
7313         * src/ssl_certificate.c
7314                 Fixed leak
7315
7316 2002-11-11 [colin]      0.8.5claws124
7317
7318         * src/ssl.c
7319                 Cleaned a bit
7320         * src/ssl_certificate.[ch]
7321                 Cleaned a bit (better use of SSL API)
7322                 (This will cause non-recognition of saved 
7323                  certificates of claws12[23]...)
7324
7325 2002-11-11 [paul]       0.8.5claws123
7326         
7327         * po/es.po
7328                 updated by Ricardo Mones Lastra
7329
7330 2002-11-11 [colin]      0.8.5claws122
7331
7332         * src/ssl.c
7333                 Fix a typo
7334
7335 2002-11-11 [colin]      0.8.5claws121
7336
7337         * src/ssl_certificate.[ch] ** NEW FILES **
7338         * src/ssl.[ch]
7339                 Check SSL certificates presented to us
7340         * src/Makefile.am
7341                 Add ssl_certificate.[ch]
7342         * po/POTFILES.in
7343                 Add ssl_certificate.c
7344
7345 2002-11-11 [paul]       0.8.5claws120
7346
7347         * sync with 0.8.5cvs22
7348                 see ChangeLog 2002-11-11
7349
7350 2002-11-11 [paul]       0.8.5claws119
7351
7352         * sync with 0.8.5cvs21
7353                 see ChangeLog 2002-11-11
7354
7355 2002-11-10 [jens]       0.8.5claws118
7356
7357         * src/folder.c
7358         * src/folderview.c
7359                 corrected some typing
7360         * po/de.po
7361                 updated german translation
7362         * sylpheed.spec.in
7363                 cleaned up specfile and adjusted it for claws
7364
7365 2002-11-10 [colin]      0.8.5claws117
7366
7367         * src/summaryview.c
7368                 a STATUSBAR_PUSH/POP fix
7369
7370 2002-11-10 [colin]      0.8.5claws116
7371
7372         * src/prefs_folder_item.c
7373                 Fix hanging after opening folder properties
7374
7375 2002-11-10 [hoa]        0.8.5claws115
7376
7377         * src/matcher_parser_lex.l
7378         * src/matcher_parser_parse.y
7379                 config file for scoring and filtering is no more trashed
7380                 when there is a syntax error in a filtering rule when
7381                 editing it in a dialog.
7382
7383 2002-11-09 [colin]      0.8.5claws114
7384
7385         * src/mbox_folder.c
7386                 Added missing initialisation of folder->destroy()
7387
7388 2002-11-09 [colin]      0.8.5claws113
7389
7390         * src/folder.c
7391           src/folderview.c
7392                 Fix the status bar messages
7393
7394 2002-11-09 [colin]      0.8.5claws112
7395
7396         * src/folderview.c
7397                 Fix hangs after folder dnd, happening after 
7398                 claws109.
7399
7400 2002-11-09 [christoph]  0.8.5claws111
7401
7402         * src/folderview.c
7403                 just changed order of calls (reverse order of
7404                 associated calls)
7405         * src/inc.c
7406                 lock inc when checking only one account, otherwise
7407                 inc all could be executed at the same time
7408
7409 2002-11-09 [christoph]  0.8.5claws110
7410
7411         * src/folderview.c
7412                 better unlock the mouse cursor before calling
7413                 summary_show because it changes the cursor too
7414
7415 2002-11-09 [christoph]  0.8.5claws109
7416
7417         * src/folder.[ch]
7418         * src/folderview.c
7419                 add functions to open and close a folder
7420                 o opending will execute scanning for remote folders
7421                   and processing
7422                 o closing will unset new flag for messages
7423
7424 2002-11-09 [colin]      0.8.5claws108
7425
7426         * src/folder.c
7427                 Add a call to prefs_matcher_write_config to 
7428                 avoid non-leaf folders filtering settings to be
7429                 lost
7430
7431 2002-11-09 [paul]       0.8.5claws107
7432
7433         * src/prefs_account.c
7434                 re-word a label
7435
7436 2002-11-09 [colin]      0.8.5claws106
7437
7438         * src/folderview.c
7439                 Minor esthetic fix
7440
7441 2002-11-09 [colin]      0.8.5claws105
7442
7443         * src/folderview.c
7444                 Fix prefs_filtering deletion for MH folders (same
7445                 reason as below)
7446         * src/prefs_filtering.c
7447                 Fix prefs_filtering renaming and deletion for 
7448                 folder-based processing rules.  
7449
7450 2002-11-09 [christoph]  0.8.5claws104
7451
7452         * src/compose.c
7453         * src/folder.[ch]
7454         * src/folderview.[ch]
7455         * src/import.c
7456         * src/inc.c
7457         * src/main.c
7458         * src/mainwindow.c
7459         * src/messageview.c
7460         * src/prefs_folder_item.c
7461         * src/procmsg.c
7462         * src/summaryview.c
7463                 implement a callback system for folder item updates
7464
7465 2002-11-09 [colin]      0.8.5claws103
7466
7467         * src/folderview.c
7468                 Fix prefs_filtering renaming for MH folders (we
7469                 shouldn't rename by path as another folder could
7470                 have the same hierarchy).
7471
7472 2002-11-09 [colin]      0.8.5claws102
7473
7474         * src/folder.c
7475                 Fix a leak found by Christoph, use better variable
7476                 names
7477
7478 2002-11-09 [colin]      0.8.5claws101
7479
7480         * src/folder.c
7481                 One more fix for processing rules
7482
7483 2002-11-08 [colin]      0.8.5claws100
7484         
7485         * src/matcher.c
7486                 Don't copy the compiled regexp (will be reevaluated)
7487         * src/folderview.c
7488                 Lock folderview while moving
7489         * src/folder.c
7490                 Provide info on what's happening to the user
7491
7492 2002-11-08 [colin]      0.8.5claws99
7493
7494         * src/folderview.c
7495                 Fix folder reordering after a move if parent is 
7496                 root
7497         * src/scoring.[ch]
7498                 Add function to copy a ScoringProp
7499         * src/prefs_folder_item.c
7500                 Copy scoring rules when copying a folder prefs
7501
7502 2002-11-08 [colin]      0.8.5claws98
7503
7504         * src/folderview.c
7505                 Fixes in case of failure
7506         * src/filtering.[ch]    
7507                 Add function to duplicate a FilteringProp
7508         * src/matcher.[ch]
7509                 Add function to duplicate a MatcherProp
7510         * src/prefs_folder_item.c
7511                 Save folder's processing rules when copying 
7512                 its prefs
7513
7514 2002-11-08 [colin]      0.8.5claws97
7515         
7516         * src/folderview.c
7517                 Sort after move
7518         * src/folder.c 
7519                 Change a printf to debug_print
7520
7521 2002-11-08 [colin]      0.8.5claws96
7522
7523         * src/folder.c
7524           src/folderview.c
7525                 Fix segfaults, call me stupido
7526         
7527
7528 2002-11-08 [colin]      0.8.5claws95
7529
7530         *src/folder.c
7531                 Added forgotten prefs to save when moving folders
7532
7533 2002-11-08 [colin]      0.8.5claws94
7534
7535         * src/folder.c
7536                 Fixes to folder DND (prefs copy)
7537         * src/folderview.c
7538                 Optimization for folder DND (don't rescan whole tree)
7539                 Added folderview_create_folder_node() for this 
7540                 optimization, so de-duped a bit the code
7541         * src/prefs_folder_item.[ch]
7542                 Added prefs_folder_item_copy_prefs()    
7543           
7544 2002-11-08 [paul]       0.8.5claws93
7545
7546         * src/prefs_account.c
7547           tools/README
7548           tools/kmail2sylpheed_v2.pl
7549                 correct some typos
7550
7551 2002-11-08 [paul]       0.8.5claws92
7552
7553         * src/compose.c
7554           src/prefs_account.[ch]
7555                 remove account options 'clearsign' and 'ascii_armored',
7556                 replace with 'default_gnupg_mode' to prevent mixed-mode
7557                 Privacy settings
7558
7559 2002-11-08 [paul]       0.8.5claws91
7560
7561         * src/compose.[ch]
7562                 re-implement GnuPG 'on-the-fly' mode selection,
7563                 disallow mixed-mode
7564
7565 2002-11-08 [colin]      0.8.5claws90
7566
7567         * src/folderview.c
7568           src/prefs_folder_item.c
7569                 Change "Property" to "Properties"
7570
7571 2002-11-07 [colin]      0.8.5claws89
7572
7573         * src/folderview.c
7574           src/folder.c
7575                 Allow folder dropping to a root folder
7576
7577 2002-11-07 [paul]       0.8.5claws88
7578
7579         * src/compose.c
7580                 revert last commit
7581
7582 2002-11-07 [paul]       0.8.5claws87
7583
7584         * src/compose.c
7585                 fix reply-to-list bug. closes bug report
7586                 "[633382] reply-to-list broken in recent cvs"
7587
7588 2002-11-07 [paul]       0.8.5claws86
7589
7590         * src/compose.c
7591                 add a forgotten '#if USE_GPGME ... #endif'
7592
7593 2002-11-07 [paul]       0.8.5claws85
7594
7595         * sync with 0.8.5cvs20
7596                 see ChangeLog 2002-11-07
7597
7598 2002-11-07 [colin]      0.8.5claws84
7599
7600         * src/folder.[ch]
7601                 Change folder_item_move_to to return the newly 
7602                 created folderitem.
7603         * src/folderview.c
7604                 Select the new folderitem after moving.
7605
7606 2002-11-07 [colin]      0.8.5claws83
7607
7608         * src/prefs_filtering.c
7609                 Fix rule rewriting when moving a leaf folder to a 
7610                 shorter path
7611
7612 2002-11-07 [colin]      0.8.5claws82
7613
7614         * src/prefs_filtering.c
7615                 fix a leak
7616
7617 2002-11-07 [colin]      0.8.5claws81
7618
7619         * src/folder.[ch]
7620                 Add folder_item_move_to() function to move a 
7621                 folderitem into another one (updates matcher etc)
7622         * src/folderview.c
7623                 Add folder drag'n drop (context menu to come)
7624                 [Should be dataloss free, but Please backup before 
7625                  trying !]
7626
7627 2002-11-06 [colin]      0.8.5claws80
7628
7629         * src/mh.c
7630                 mh_create_folder() returns NULL if can't create
7631                 directory hierarchy
7632
7633 2002-11-06 [paul]       0.8.5claws79
7634
7635         * src/compose.[ch]
7636                 allow 'on-the-fly' changing of the type of encryption 
7637                 and/or signing used (mime/ascii) via the compose window
7638
7639 2002-11-06 [paul]       0.8.5claws78
7640
7641         * sync with 0.8.5cvs19
7642                 see ChangeLog 2002-11-06 for src/account.c: 
7643                 account_get_special_folder()
7644                 
7645 2002-11-05 [alfons]     0.8.5claws77
7646
7647         * src/crash.c
7648                 very minor cleanups: nothing to see here, move on. :-)
7649
7650 2002-11-05 [colin]      0.8.5claws76
7651
7652         * src/main.c
7653                 Changes choices if compose windows are opened to
7654                 Discard, Draft, Don't quit
7655
7656 2002-11-05 [thorsten]   0.8.5claws75
7657
7658         * src/compose.c
7659                 reenabled default_reply_to folder option
7660
7661 2002-11-05 [colin]      0.8.5claws74
7662
7663         * src/compose.[ch] 
7664                 add compose_draft()
7665         * src/crash.c
7666                 add SIGTERM handler
7667         * src/main.[ch]
7668                 add clean_quit() for the SIGTERM handler
7669
7670 2002-11-05 [paul]       0.8.5claws73
7671         
7672         * po/es.po
7673                 updated by Ricardo Mones Lastra
7674
7675 2002-11-05 [melvin]     0.8.5claws72
7676
7677         * src/logwindow.c
7678                 Fixed log-clipping bug #616795.
7679                 To stop logging in the log window use 0 length.
7680         * src/prefs_common.c
7681                 Added a label to inform about the 0 log length behaviour.
7682
7683 2002-11-05 [paul]       0.8.5claws71
7684
7685         * sync with 0.8.5cvs17
7686                 see ChangeLog 2002-11-05
7687
7688 2002-11-04 [paul]       0.8.5claws70
7689
7690         * sylpheed-128x128.png
7691           sylpheed-64x64.png
7692           sylpheed.png
7693                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7694                 <nikai@users.sourceforge.net>
7695                 
7696         * po/bg.po
7697                 updated by George Danchev
7698
7699 2002-11-03 [thorsten]   0.8.5claws69
7700
7701         * src/main.c
7702           src/mimeview.c
7703           src/rfc2015.h
7704                 add check if gpg is active
7705
7706 2002-11-03 [thorsten]   0.8.5claws68
7707
7708         * src/toolbar.h
7709                 removed GSList declaration causing trouble on MacOS-X
7710                 (submitted by alfons, reported by xfesty)
7711
7712 2002-11-01 [paul]       0.8.5claws67
7713
7714         * src/mainwindow.c
7715                 remove last remnants of main's filter code
7716
7717 2002-11-01 [paul]       0.8.5claws66
7718
7719         * tools/filter_conv.pl
7720                 fix bug where user-defined headers were ignored
7721
7722 2002-11-01 [paul]       0.8.5claws65
7723
7724         * src/logwindow.c
7725                 make a debug_print() not translatable
7726
7727 2002-10-31 [melvin]     0.8.5claws64
7728
7729         * ac/aspell.m4
7730                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7731                 not run any GNU/aspell test.  The dictionary path will
7732                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7733                 was given, in which case, it will be $prefix/lib/aspell/
7734         * configure.in
7735                 Fixed typo in commentary (Aspell code).
7736
7737 2002-10-31 [paul]       0.8.5claws63
7738
7739         * po/POTFILES.in
7740                 remove src/filter.c and src/prefs_filter.c
7741                 thanks to Ricardo for reminding me
7742
7743 2002-10-31 [colin]      0.8.5claws62
7744
7745         * src/mbox_folder.c
7746                 Plug some leaks
7747
7748 2002-10-31 [paul]       0.8.5claws61
7749
7750         * src/prefs_filter.[ch] ** REMOVED **
7751           src/filter.[ch]       ** REMOVED **
7752           
7753         * src/Makefile.am
7754           src/folderview.c
7755           src/inc.c
7756           src/main.c
7757           src/mainwindow.c
7758           src/mbox.c
7759           src/prefs_common.c
7760           src/prefs_filtering.c
7761           src/summaryview.[ch]
7762                 remove main's 'filter' code
7763                 
7764         README.claws
7765                 update to reflect removal of main's filter
7766
7767 2002-10-31 [paul]       0.8.5claws60
7768
7769         * src/summaryview.c
7770                 remove check for global_processing in summary_filter_open(). 
7771                 This fixes the bug where if the user uses the right-click 
7772                 'Create filter rule...' and doesn't have any filter rules 
7773                 already defined in claws' advanced filtering, the newly 
7774                 created filter rule goes to main's filtering which is 
7775                 inaccessible through the gui. Now the filter rule gets added
7776                 to claws' filtering by default.
7777
7778 2002-10-28 [melvin]     0.8.5claws59
7779
7780         * src/prefs_actions.c
7781                 Fixed bug #627322 where MIME parts were not always
7782                 correctly passed to a %p action
7783                 Display an error dialog when message filename is not found.
7784
7785 2002-10-28 [melvin]     0.8.5claws58
7786
7787         * src/prefs_common.c
7788                 Readded a missing function declaration lost in 0.8.3claws34
7789
7790 2002-10-28 [paul]       0.8.5claws57
7791
7792         * sync with 0.8.5cvs15
7793                 see ChangeLog 2002-10-28 and 2002-10-25
7794                 
7795         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7796
7797 2002-10-27 [oliver]     0.8.5claws56
7798
7799         * src/pop.c
7800                 plug leak in pop3_top_recv
7801
7802 2002-10-26 [christoph]  0.8.5claws55
7803
7804         * src/folder.c
7805                 set need_update folder flag when messages are added
7806                 (closes bug [ 626922 ] folder not updated after receiving)
7807
7808 2002-10-25 [melvin]     0.8.5claws54
7809
7810         * src/imageview.c
7811                 Fixed a memleak introduced in the scaling code.
7812
7813 2002-10-24 [alfons]     0.8.5claws53
7814
7815         * src/filtering.c
7816                 make filtering's forward message action forward from the 
7817                 correct account
7818                 (closes bug [628089 ] Filter -> Forward from address problem
7819                 reported by Oktay)
7820
7821 2002-10-24 [christoph]  0.8.5claws52
7822
7823         * src/mainwindow.c
7824         * src/manual.[ch]
7825                 o use manual of current locale or english if current
7826                   locale is not available (and english is available)
7827                 o also link to sylpheed doc project manuals
7828
7829 2002-10-23 [paul]       0.8.5claws51
7830
7831         * tools/README
7832           tools/kmail2sylpheed_v2.pl
7833                 add new version of kmail addressbook importer script.
7834                 works with newer versions of Kmail/KAddressBook which
7835                 have new and rearranged data.
7836
7837 2002-10-23 [martin]     0.8.5claws50
7838
7839         * src/folderview.c
7840         * src/summaryview.c
7841         * src/utils.h
7842         * src/utils.c
7843                 added length parameter to get_abbrev_newsgroup_name()
7844                 changed this function so that it abbreviates the newsgroup
7845                 names only so long it is smaller than the length parameter
7846                 (for better reading of some newsgroup names and space efficiency)
7847
7848 2002-10-22 [colin]      0.8.5claws49
7849
7850         *src/foldersel.c
7851                 Revert Alfons' last modification (after voting ;-))
7852
7853 2002-10-21 [alfons]     0.8.5claws48
7854
7855         * src/foldersel.c
7856                 folder view in folder selection dialog reflects state of
7857                 folder view in main window
7858
7859 2002-10-18 [alfons]     0.8.5claws47
7860
7861         * src/mbox.c
7862                 drop imported messages in folder selected by user,
7863                 and not in the inbox
7864                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7865
7866 2002-10-18 [alfons]     0.8.5claws46
7867
7868         * src/compose.c
7869                 make automagic reply work correctly for email accounts 
7870                 (whether it's viable to do a full sync with Hiro's 
7871                 compose.c is still under discussion)
7872
7873 2002-10-18 [melvin]     0.8.5claws45
7874
7875         * src/prefs_actions.c
7876                 Fixed bug #622275 where asynchroneous actions left 
7877                 zombies processes
7878                 Made (synchroneous) actions' input be displayed live.
7879
7880 2002-10-18 [christoph]  0.8.5claws44
7881
7882         * src/textview.c
7883                 don't add a newline in the textview in front of the
7884                 first textpart if header display is disabled
7885                 (closes bug [ 603385 ] disabled header display leaves blank
7886                  lin)
7887
7888 2002-10-18 [christoph]  0.8.5claws43
7889
7890         * src/folder.[ch]
7891         * src/imap.c
7892         * src/mbox_folder.c
7893         * src/mh.c
7894         * src/news.c
7895                 folder->get_num_list now returns an error code
7896                 (closes bug [ 609424 ] News cache cleared on failure)
7897                 
7898 2002-10-17 [colin]      0.8.5claws42
7899         
7900         * src/news.c
7901                 Changed a printf by debug_print
7902
7903 2002-10-16 [paul]       
7904
7905         * tools/OOo2sylpheed.pl
7906                 allow for spaces in the name of the
7907                 file to be attached.
7908
7909 2002-10-16 [colin]      0.8.5claws41
7910
7911         * src/main.c
7912                 Use a tristate to change online mode
7913
7914 2002-10-16 [paul]       0.8.5claws40
7915
7916         * po/es.po
7917                 updated by Ricardo Mones Lastra
7918
7919 2002-10-16 [colin]      0.8.5claws39
7920
7921         * src/main.c
7922           src/mainwindow.[ch]
7923                 Added --online and --offline command-line
7924                 switches
7925
7926 2002-10-15 [christoph]  0.8.5claws38
7927
7928         * src/procmime.c
7929                 set mimeinfo->name to NULL after g_free to
7930                 avoid double freeing with g_free
7931
7932 2002-10-14 [christoph]  0.8.5claws37
7933
7934         * src/compose.c
7935         * src/filtering.c
7936         * src/summaryview.c
7937                 remove calls to folder->change_flags that are now
7938                 done by procmsg flag functions (seems it is not
7939                 used by any foldertype anyway)
7940         * src/folder.c
7941                 init folder->change_flags with NULL
7942
7943 2002-10-14 [christoph]  0.8.5claws36
7944
7945         * src/folder.[ch]
7946         * src/imap.[ch]
7947                 use virtual functions for folder item new and destroy
7948                 functions
7949
7950 2002-10-14 [melvin]     0.8.5claws35
7951
7952         * src/compose.c
7953                 Added a test to not run the spell checker if no default
7954                 dictionary is available. No dialog is displayed though.
7955
7956 2002-10-14 [melvin]     0.8.5claws34
7957
7958         * src/gtkaspell.c
7959                 Fixed bug in dictionary list context menu where
7960                 "More..." pointed to an emtpy submenu if the
7961                 number of dictionaries is a multiple of 15
7962                 Removed unneeded code in suggestions list creation
7963
7964 2002-10-14 [paul]       0.8.5claws33
7965
7966         * po/bg.po
7967                 updated by George Danchev
7968
7969 2002-10-13 [hoa]        0.8.5claws32
7970
7971         * src/matcher.[ch]
7972           src/matcher_parser_parser.y
7973                 removed the escaped string from internal structure
7974                 of matcher.
7975
7976 2002-10-12 [colin]      0.8.5claws31
7977
7978         * src/gtksctree.[ch]
7979           src/summaryview.c
7980                 Removed useless function gtksctree_reanchor
7981
7982 2002-10-12 [alfons]     0.8.5claws30
7983         
7984         * sync with remaining main changes 2002-10-09 - 2002-10-11
7985         - drop changes to src/compose.c (requires claws specific changes)
7986         
7987 2002-10-12 [alfons]     0.8.5claws29
7988         
7989         * sync with main changes of 2002-10-08
7990         - drop changes to src/compose.c (requires claws specific changes)
7991         - drop changes to src/summaryview.c (requires changes to compose.c)     
7992
7993 2002-10-12 [alfons]     0.8.5claws28
7994         
7995         * sync with main changes of 2002-10-07
7996
7997 2002-10-12 [alfons]     0.8.5claws27
7998
7999         * sync with main changes of 2002-10-04
8000         - drop changes to src/compose.c (requires claws specific changes)
8001         - drop changes to src/prefs_folder_item.c (claws implementation
8002           seems to be working)
8003
8004 2002-10-12 [colin]      0.8.5claws26
8005
8006         * src/mainwindow.c
8007                 Fix folder-flicker when space-reading, introduced 
8008                 in claws22.
8009
8010 2002-10-12 [colin]      0.8.5claws25
8011
8012         * src/compose.c
8013                 Save account address when saving as draft.
8014                 (closes bug 621838)
8015
8016 2002-10-12 [colin]      0.8.5claws24
8017
8018         * src/summaryview.c
8019                 Fix the problem consisting of no message selected
8020                 after the last message in a folder has been moved.
8021
8022 2002-10-12 [paul]       0.8.5claws23
8023
8024         * src/compose.c
8025           src/prefs_template.c
8026           src/template.[ch]
8027                 add Cc and Bcc to templates. Patch submitted by
8028                 John L. Males.
8029
8030 2002-10-12 [colin]      0.8.5claws22
8031
8032         * src/folderview.c
8033                 Fix a bug after "Check for new messages":
8034                 If a folder was opened, it was still selected at
8035                 the end of the check, but displayed empty.
8036         * src/mainwindow.c
8037                 Remove unnecessary check
8038
8039 2002-10-12 [paul]
8040
8041         * tools/README
8042                 be more verbose in the description of
8043                 OOo2sylpheed.pl
8044                 
8045
8046 2002-10-11 [colin]      0.8.5claws21
8047
8048         * src/mainwindow.c
8049                 Make space work (better) when no mail is selected
8050
8051 2002-10-11 [colin]      0.8.5claws20
8052
8053         * src/inc.c
8054           src/news.c
8055                 fix warnings
8056
8057 2002-10-11 [colin]      0.8.5claws19
8058
8059         * src/mainwindow.c
8060                 revert 0.8.5claws6 changes as i couldn't get to
8061                 anything satisfying
8062
8063 2002-10-11 [melvin]     0.8.5claws18
8064
8065         * src/compose.c
8066                 Removed buggy and unused macro (should have been committed in
8067                 0.8.5claws17)
8068
8069 2002-10-11 [melvin]     0.8.5claws17
8070
8071         * src/compose.c
8072                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8073
8074 2002-10-11 [thorsten]   0.8.5claws16 
8075
8076         * src/folderview.c
8077                 remove rescan warning
8078
8079 2002-10-11 [colin]      0.8.5claws15 
8080
8081         * src/procheader.c
8082                 fix a segfault that happens if conv_unmime_header
8083                 fails (should be better to find out why it fails)
8084
8085 2002-10-11 [christoph]  0.8.5claws14
8086
8087         * src/summaryview.c
8088                 update folderview stats after ignore/unignore thread
8089
8090 2002-10-11 [hoa]        0.8.5claws13
8091
8092         * src/quote_fmt_parse.y
8093                 Fixed a yacc/bison syntax error
8094         * src/matcher.c
8095                 Escaping of string is fixed.
8096
8097 2002-10-11 [colin]      0.8.5claws12
8098
8099         * src/imageview.c
8100                 Resize images to fit
8101
8102 2002-10-11 [paul]       0.8.5claws11
8103
8104         * po/es.po
8105                 updated by Ricardo Mones Lastra
8106
8107 2002-10-10 [alfons]     0.8.5claws10
8108
8109         * src/compose.c
8110                 allow dropping files by "moving" files from a file manager,
8111                 not only by the more cumbersome "copying". the latter 
8112                 mostly implies holding down the Control button
8113
8114 2002-10-10 [christoph]  0.8.5claws9
8115
8116         * src/summaryview.c
8117                 update folders after thread building for ignored threads
8118
8119 2002-10-10 [christoph]  0.8.5claws8
8120
8121         * config/.cvsignore
8122                 added Makefile
8123         * src/filtering.[ch]
8124         * src/folder.[ch]
8125         * src/folderview.[ch]
8126         * src/import.c
8127         * src/inc.[ch]
8128         * src/mbox.[ch]
8129         * src/procmsg.c
8130         * src/summaryview.[ch]
8131                 o added new flag need_update to FolderItem
8132                 o removed folder_table from various functions from tracking
8133                   folder updates
8134                 o set need_update flags in folder.c's move, copy and delete
8135                   functions and procmsg's flags functions
8136                 o added function folderview_update_items_when_required that
8137                   updates all folders with need_update set
8138                 o call folderview_update_items_when_required instead of
8139                   folderview_update_item_foreach
8140
8141 2002-10-09 [sergey]     0.8.5claws7
8142
8143         * src/compose.c
8144                 Strip CRs whel loading the text into editor in reedit mode.
8145
8146 2002-10-09 [colin]      0.8.5claws6
8147
8148         * src/mainwindow.c
8149                 Make Space work when no mail is selected
8150
8151 2002-10-09 [colin]      0.8.5claws5
8152
8153         * src/gtksctree.[ch]
8154                 Fix range_select
8155                 Add gtk_sctree_reanchor() 
8156         * src/summaryview.c
8157                 Use gtk_sctree_reanchor() - better fix for 
8158                 bug 60413
8159
8160 2002-10-09 [colin]      0.8.5claws4
8161
8162         * src/summaryview.c
8163                 Fix shift-click select after delete problem
8164                 (closes bug 60413)
8165
8166 2002-10-08 [thorsten]   0.8.5claws3
8167
8168         * src/summaryview.c
8169                 exclude current msg from -hide read messages-
8170
8171 2002-10-08 [colin]      0.8.5claws2
8172
8173         * src/inc.[ch]
8174           src/pop.c
8175           src/recv.c
8176                 Differentiate socket errors from disk full
8177                 errors
8178
8179 2002-10-08 [christoph]  0.8.5claws1
8180
8181         * Makefile.am
8182         * configure.in
8183                 modifications for new config directory
8184
8185         * config.guess  ** REMOVED **
8186         * config.sub    ** REMOVED **
8187         * install-sh    ** REMOVED **
8188         * ltmain.sh     ** REMOVED **
8189         * missing       ** REMOVED **
8190         * mkinstalldirs ** REMOVED **
8191                 these files are autogenerated by automake
8192                 when you run autogen.sh
8193
8194         * config/.cvsignore     ** NEW FILE **
8195         * config/Makefile.am    ** NEW FILE **
8196                 ignore autogenerated files
8197                 create a Makefile in this directory
8198
8199 2002-10-08 [paul]       0.8.5claws
8200
8201         * 0.8.5claws release
8202         
8203         * src/compose.c
8204           src/procheader.c
8205           src/procmsg.c
8206                 fix quote reply format for newsgroups reply bug
8207                 (thanks to Hoa)
8208                 
8209         * po/en_GB.po
8210           po/pl.po
8211                 updated by me and Witold Wladyslaw Wojciech Wilk
8212                 repectively
8213
8214 2002-10-07 [paul]       0.8.3claws53
8215
8216         * po/it.po
8217           po/pt_BR.po
8218           po/sr.po
8219                 updated messages catalogs, submitted by
8220                 Alessandro Maestri, Fabio Jr.Beneditto 
8221                 and Urke MMI, respectively.
8222
8223 2002-10-07 [christoph]  0.8.3claws52
8224
8225         * src/folder.[ch]
8226         * src/folderview.c
8227         * src/mainwindow.c
8228                 fix new folder ghost message bug
8229                 (closes bug [ 619722 ] wrong count for newly created folders)
8230
8231 2002-10-07 [christoph]  0.8.3claws51
8232
8233         * src/compose.c
8234                 fix news posting problem
8235
8236 2002-10-07 [melvin]     0.8.3claws50
8237
8238         * po/fr.po
8239                 Updated French translation
8240
8241 2002-10-05 [christoph]  0.8.3claws49
8242
8243         * src/gtkstext.c
8244                 check if line_start_cache is set in gtk_stext_update_text
8245                 (closes bug [ 618119 ] crash while doing search in folder)
8246
8247 2002-10-05 [christoph]  0.8.3claws48
8248
8249         * src/imap.c
8250         * src/news.c
8251         * src/utils.c
8252         * src/utils.h
8253                 implement cache cleanups for claws' folder system
8254                 (closes bug [ 595916 ] imapcache not cleaned up)
8255
8256 2002-10-05 [melvin]     0.8.3claws47
8257
8258         * src/prefs_actions.c
8259                 Made the help text more clear for the %p token
8260
8261 2002-10-04 [paul]       0.8.3claws46
8262
8263         * sync with 0.8.5
8264                 see ChangeLog 2002-10-02 and 2002-10-03
8265
8266 2002-10-04 [christoph]  0.8.3claws45
8267
8268         * src/inc.c
8269                 fix segfault caused by pop before smtp
8270                 call to inc_account_mail with NULL
8271                 pointer for mainwin
8272
8273 2002-10-04 [paul]       0.8.3claws44
8274
8275         * configure.in
8276                 sync the LDAP detection from 0.8.5cvs1
8277
8278 2002-10-02 [christoph]  0.8.3claws43
8279
8280         * po/de.po
8281                 fix small spelling error
8282
8283 2002-10-02 [melvin]     0.8.3claws42
8284
8285         * ac/aspell.m4
8286                 Behave better and say "no" when test program cannot be run.
8287
8288 2002-10-02 [paul]       0.8.3claws41
8289
8290         * sync with 0.8.4cvs1
8291                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8292                 
8293         * src/summaryview.c
8294                 toggle the behavior of Reply menuitem between
8295                 normal reply and reply-to-list
8296
8297 2002-10-01 [sergey]     0.8.3claws40
8298
8299         * src/compose.c
8300                 Convert newlines in the message text to the canonical form
8301                 before base64 encoding (RFC2045 compliance, fixes some
8302                 interoperability issues with Evolution 1.0.3)
8303
8304 2002-09-29 [colin]      0.8.3claws39
8305
8306         * src/summaryview.c
8307                 Fix an unwanted copy/paste
8308
8309 2002-09-29 [colin]      0.8.3claws38
8310
8311         * src/mainwindow.c
8312                 Renamed "Custom toolbar" to "Customize toolbar"
8313                 Renamed "Show all header" to "Show all headers"
8314                 Renamed "Set diplay item" to "Set displayed items"
8315         * src/prefs_common.c
8316                 Renamed "Show all header" to "Show all headers"
8317         * src/prefs_summary_column.c
8318                 Renamed "diplay item" to "displayed items"
8319
8320 2002-09-29 [colin]      0.8.3claws37
8321
8322         * src/mainwindow.[ch]
8323                 online/offline status pixmaps follow theme
8324                 changes
8325         * src/summaryview.[ch]
8326                 quicksearch pixmap follows theme changes
8327
8328 2002-09-29 [thorsten]   0.8.3claws36
8329
8330         * src/compose.c
8331           src/prefs_folder_item.[ch]
8332                 add default_reply_to folder option (closes patch 581044)
8333
8334 2002-09-29 [christoph]  0.8.3claws35
8335
8336         * acconfig.h    ** REMOVED **
8337         * configure.in
8338         * ac/aspell.m4
8339         * ac/check-type.m4
8340         * ac/gnupg-check-typedef.m4
8341                 fix autoheader 2.50 warning
8342
8343 2002-09-29 [christoph]  0.8.3claws34
8344
8345         * major code cleanup (part 2)
8346         
8347                 - unused variables removed
8348                 - unused functions removed
8349                 - uninitialized variables checked
8350                 - missing return statements added
8351                 - missing function return types added
8352                 - added parentheses around assignment
8353                   when suggested by gcc
8354
8355 2002-09-29 [alfons]     0.8.3claws33
8356
8357         * src/logwindow.c
8358                 log_window_clear(): only bracket gtk_text_forward_delete() 
8359                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8360                 works around GTK text bug)
8361
8362 2002-09-29 [paul]       0.8.3claws32
8363
8364         * po/bg.po
8365           po/sr.po
8366                 updated by George Danchev and Urke MMI
8367                 respectively
8368
8369 2002-09-27 [christoph]  0.8.3claws31
8370
8371         * doc-src/readme.txt
8372         * doc-src/rfc1806.txt   ** REMOVED **
8373         * doc-src/rfc2183.txt   ** NEW FILE **
8374         * doc-src/rfc2980.txt   ** NEW FILE **
8375                 update rfcs
8376
8377 2002-09-27 [melvin]     0.8.3claws30
8378
8379         * ac/aspell.m4
8380                 Fixed typo which could break linking
8381
8382 2002-09-27 [melvin]     0.8.3claws29
8383
8384         * ac/aspell.m4
8385                 Improved GNU/aspell checking. 
8386                 Fixed bug #614490
8387
8388 2002-09-27 [paul]       0.8.3claws28
8389
8390         * sync with 0.8.3cvs8
8391                 see ChangeLog 2002-09-27
8392
8393 2002-09-26 [colin]      0.8.3claws27
8394
8395         * src/toolbar.[ch]
8396           src/mainwindow.[ch]
8397                 Add "Reply to Mailing-list" to the toolbar
8398
8399 2002-09-26 [christoph]  0.8.3claws26
8400
8401         * src/summaryview.c
8402                 Fix wrong message counts in summaryview status
8403
8404 2002-09-26 [paul]       0.8.3claws25
8405
8406         * sync with 0.8.3cvs7
8407                 see ChangeLog 2002-09-26
8408
8409 2002-09-26 [paul]       0.8.3claws24
8410
8411         * sync with 0.8.3cvs6
8412                 see ChangeLog 2002-09-25
8413
8414 2002-09-25 [christoph]  0.8.3claws23
8415
8416         * src/prefs_common.c
8417         * src/prefs_folder_item.c
8418         * src/prefs_scoring.c
8419                 Renamed "kill score" to "hide score" in GUI
8420                 and prefs files
8421
8422 2002-09-25 [paul]       0.8.3claws22
8423
8424         * sync with 0.8.3cvs5
8425                 see ChangeLog 2002-09-24
8426
8427 2002-09-24 [alfons]     0.8.3claws21
8428
8429         patch by Satoshi Nagayasu: allows appending / saving multiple 
8430         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8431         'Save as ...'")
8432
8433         * AUTHORS
8434                 add Satoshi Nagayasu
8435         * src/summaryview.c
8436                 summary_save_as(): allow saving selected files to
8437                 one file
8438                 summary_set_menu_sensitive: enable "Save As..." when
8439                 multiple files are selected
8440         * src/utils.[ch]
8441                 append_file(): new function
8442
8443 2002-09-24 [colin]      0.8.3claws20
8444
8445         * src/procmime.c
8446                 Fix segfault when mimeinfo doesn't have a 
8447                 content_type. 
8448
8449 2002-09-24 [colin]      0.8.3claws19
8450
8451         * src/prefs_common.[ch]
8452                 Add a preference to display send dialog or not
8453         * src/send.c
8454                 Display send dialog according to preference
8455
8456 2002-09-24 [colin]      0.8.3claws18
8457
8458         * src/compose.[ch]
8459                 Disable user actions when sending
8460
8461 2002-09-24 [colin]      0.8.3claws17
8462
8463         * src/procmime.c
8464                 Do not display name or filename for attachments
8465                 with an application/pgp-signature type
8466                 (security flaw, see bug 537413)
8467
8468 2002-09-23 [colin]      0.8.3claws16
8469
8470         * src/editaddress.c
8471                 Initialize entry_email, entry_alias and 
8472                 entry_remarks to first email address of the list
8473
8474 2002-09-23 [colin]      0.83claws15
8475
8476         * src/compose.c
8477                 Drop pgp-signature when reediting a signed queued
8478                 message
8479
8480 2002-09-23 [melvin]     0.8.3claws14
8481
8482         * po/fr.po
8483                 Updated French translation
8484
8485 2002-09-23 [melvin]     0.8.3claws13
8486
8487         * src/mainwindow.c
8488                 Made custom toolbar menu labels more consistent
8489         * src/prefs_toolbar.c
8490                 Made custom toolbar window title more consistent
8491
8492 2002-09-22 [colin]      0.8.3claws12
8493
8494         * src/inc.c
8495                 Initialize session type to normal before getting 
8496                 mail (fixes strange Get behaviour)
8497         * src/prefs_account.h
8498                 Move STYPE_POP_BEFORE_SMTP to last position to 
8499                 avoid other side-effects
8500
8501 2002-09-22 [colin]      0.8.3claws11
8502
8503         * src/prefs_account.c
8504                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8505                 from pop3 to apop or vice-versa
8506
8507 2002-09-22 [colin]      0.8.3claws10
8508         
8509         * src/prefs_account.[ch]
8510                 Add an option for the POP before SMTP timeout
8511         * src/inc.c
8512                 Remember time of last POP connection
8513         * src/send.c
8514                 Do POP before SMTP only if timeout reached
8515
8516 2002-09-22 [oliver]     0.8.3claws9
8517         
8518         * README.claws
8519                 explain custom toolbar
8520
8521 2002-09-22 [oliver]     0.8.3claws8
8522
8523         * src/prefs_actions.[ch]
8524         custom toolbar for compose      
8525                 actions callback from compose toolbar
8526         * src/folderview.c
8527                 remove include toolbar.h
8528
8529 2002-09-22 [oliver]     0.8.3claws7
8530         
8531         * src/prefs_toolbar.[ch]
8532                 custom toolbar for compose
8533                 - generic prefs_toolbar handles both
8534                   Mainwin's toolbar as well as Compose toolbar          
8535
8536 2002-09-22 [oliver]     0.8.3claws6
8537         
8538         * src/toolbar.[ch]
8539                 custom toolbar for compose
8540                 restructure toolbar.[ch]
8541
8542 2002-09-22 [oliver]     0.8.3claws5
8543
8544         * src/compose.[ch]
8545                 custom toolbar for compose
8546
8547 2002-09-22 [oliver]     0.8.3claws4
8548         
8549         * src/mainwindow.[ch]
8550                 custom toolbar for compose 
8551                 move mainwin toolbar back to mainwindow
8552
8553 2002-09-22 [alfons]     0.8.3claws3
8554
8555         * src/procmsg.c
8556                 :%sno/if(/if (/gc
8557                 :%sno/for(/for (/gc
8558                 (beautify)
8559
8560 2002-09-22 [alfons]     0.8.3claws2
8561         
8562         * src/procmsg.c
8563                 procmsg_save_to_outbox(): don't unlink message file from queue;
8564                 callers should do it using folder_item_remove_msg()
8565
8566 2002-09-22 [colin]      0.8.3claws1
8567
8568         * src/mimeview.[ch]
8569                 Made mimeview_check_signature() public
8570         * src/textview.c
8571                 Made GPG signatures verifiable by clicking
8572                 the [application/pgp-signature] in the Text
8573                 view
8574
8575 2002-09-22 [paul]       0.8.3claws
8576
8577         * po/bg.po
8578           po/en_GB.po
8579           po/es.po
8580           po/it.po
8581           po/pl.po
8582           po/pt_BR.po
8583           po/sr.po
8584                 updated translations, submitted by George Danchev,
8585                 me, Ricardo Mones Lastra, Alessandro Maestri,
8586                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8587                 and Urke MMI, respectively.     
8588
8589 2002-09-22 [alfons]     0.8.2claws65
8590
8591         * src/procmsg.c
8592         * src/pgptext.c
8593                 no furry valgrinds have been used to plug these memleaks
8594
8595 2002-09-20 [paul]       0.8.2claws64
8596
8597         * sync with 0.8.3cvs4
8598                 'Select thread' re-implemented 
8599                 see ChangeLog 2002-09-20
8600
8601 2002-09-21 [alfons]     0.8.2claws63
8602
8603         * src/compose.c
8604                 compose_send(): plug unnoticed memleak
8605
8606 2002-09-20 [alfons]     0.8.2claws62
8607
8608         * src/addr_compl.c
8609                 replace_address_in_edit(): strict check for NULL address to
8610                 fix "[ 607348 ] Segfault in address completion". My guess is
8611                 that this happens with an empty address book, but it's good
8612                 to have this check here anyway
8613                 
8614                 completion_window_button_press(): free string returned 
8615                 from the internal cache
8616
8617 2002-09-20 [christoph]  0.8.2claws61
8618
8619         * src/procmime.h
8620                 added ENC_BINARY to EncodingType
8621         * src/procmime.c
8622                 the string returned by procmime_get_encoding_str
8623                 should not depend on the order of values in the
8624                 EncodingType definition
8625         * doc-src/rfc1806.txt   ** NEW FILE **
8626                 Added rfc1806 about MIME Content-Disposition
8627                 Extension
8628
8629 2002-09-19 [paul]       0.8.2claws60
8630
8631         * sync with 0.8.2cvs3
8632                 see ChangeLog 2002-09-19
8633
8634 2002-09-19 [paul]       0.8.2claws59
8635
8636         * src/prefs_folder_item.c
8637                 revert to Darko's original alignment of colour
8638                 selector button
8639                 add a colon to folder_color label
8640                 
8641         * src/compose.c
8642                 add Colin's patch (with Hiro's modifications) to 
8643                 force BASE64 encoding for 8-bit text when signing
8644                 (sync with 0.8.3cvs2)
8645
8646 2002-09-18 [alfons]     0.8.2claws58
8647
8648         * src/compose.c
8649                 :%sno/if(/if (/gc
8650                 :%sno/for(/for (/gc
8651                 (beautify a little bit)
8652
8653 2002-09-18 [christoph]  0.8.2claws57
8654
8655         * src/pine.c
8656                 fix handling of fgetc return value
8657
8658 2002-09-17 [alfons]     0.8.2claws56
8659         
8660         * src/summaryview.c
8661                 summary_sort(): check non-NULL summaryview->folder_item when no 
8662                 folder is selected at all
8663                 (closes "[ 610344 ] sort label make syl Crash")
8664
8665 2002-09-17 [alfons]     0.8.2claws55
8666         
8667         * src/compose.c
8668                 beautify a little bit
8669
8670 2002-09-17 [christoph]  0.8.2claws54
8671
8672         * src/folder.c
8673                 initialize max values for cache and folder
8674                 when cache or folder is empty
8675
8676 2002-09-15 [colin]      0.8.2claws53
8677
8678         * src/compose.c
8679                 Fix a leak (thanks Alfons!) and cleaned
8680                 variables names for custom headers
8681
8682 2002-09-15 [colin]      0.8.2claws52
8683
8684         * src/compose.c
8685                 Fix custom headers recognition when
8686                 prefs_common.trans_hdr is on
8687
8688 2002-09-15 [colin]      0.8.2claws51
8689
8690         * src/compose.c
8691                 Allow dynamically-added custom headers
8692                 Yet not reparsed if reedited
8693
8694 2002-09-15 [alfons]     0.8.2claws50
8695
8696         * src/prefs_account.c
8697                 fix warnings
8698
8699 2002-09-15 [colin]      0.8.2claws49
8700         
8701         * src/prefs_account.c
8702                 fix pop_before_smtp sensitivity
8703
8704 2002-09-15 [colin]      0.8.2claws48
8705
8706         * src/inc.[ch]
8707                 add inc_pop_before_smtp()
8708                 allow MainWindow to be undefined in 
8709                 inc_account_mail() and inc_start()
8710         * src/pop.c
8711           src/prefs_account.h
8712                 add STYPE_POP_BEFORE_SMTP session type
8713         * src/prefs_account.c
8714                 activated pop before smtp option
8715         * src/send.c
8716                 do pop before smtp if the relevant option 
8717                 is set
8718
8719 2002-09-15 [paul]       0.8.2claws47
8720
8721         * sync with 0.8.3
8722                 see ChangeLog 2002-09-15
8723
8724 2002-09-14 [paul]       0.8.2claws46
8725
8726         * po/bg.po
8727                 updated Bulgarian translation, submitted by
8728                 George Danchev
8729
8730 2002-09-13 [paul]       0.8.2claws45
8731
8732         * src/compose.c
8733                 merge claws' select_account() with main's
8734                 (new) compose_select_account(). [sync with
8735                 0.8.2cvs15, see ChangeLog 2002-09-11]
8736
8737 2002-09-12 [christoph]  0.8.2claws44
8738
8739         * src/filter.c
8740                 allocate 1 elements of FolderItem not 0
8741
8742 2002-09-12 [colin]      0.8.2claws43
8743
8744         * src/compose.c
8745                 Fix bug #590825 (obey Follow-up: poster)
8746
8747 2002-09-12 [colin]      0.8.2claws42
8748
8749         * src/procmime.c
8750                 Fix bug #557009 (wrong headers for messages 
8751                 forwarded as attachments)
8752
8753 2002-09-11 [colin]      0.8.2claws41
8754         
8755         * src/compose.c
8756                 Put SCF: pseudo-header on top of message
8757                 Set draft tmp_flag when saved as draft
8758
8759         * src/procmsg.c
8760           src/procheader.c
8761                 Skip after first \n\n for beginning of real message
8762                 for drafts too
8763
8764 2002-09-11 [christoph]  0.8.2claws40
8765
8766         * src/filtering.c
8767                 use procmsg flag functions in filtering or processing
8768                 will cause incorrect folder message counts
8769
8770 2002-09-11 [colin]      0.8.2claws39
8771
8772         * src/compose.c
8773                 Fix bug #550175 - wrong save folder when reediting
8774                 drafts
8775
8776 2002-09-11 [paul]       0.8.2claws38
8777
8778         * sync with 0.8.2cvs14
8779                 see ChangeLog 2002-09-11
8780
8781 2002-09-11 [colin]      0.8.2claws37
8782
8783         * src/folder.c
8784                 Fix a typo (seeming to cause new/unread status to
8785                 be lost)
8786
8787 2002-09-10 [christoph]  0.8.2claws36
8788
8789         * src/compose.c
8790                 compose_redirect should not use compose_generic_new
8791                 because that does more stuff than expected including
8792                 opening the external editor
8793                 (closes bug "[ 526608 ] bounced messages appear blank
8794                  in editor")
8795
8796 2002-09-10 [christoph]  0.8.2claws35
8797
8798         * src/folder.c
8799                 fix problem with too large message number range
8800                 causing a crash in folder_item_scan
8801
8802 2002-09-10 [paul]       0.8.2claws34
8803
8804         * sync with 0.8.2cvs13
8805                 see ChangeLog 2002-09-10
8806
8807 2002-09-10 [christoph]  0.8.2claws33
8808
8809         * src/msgcache.c
8810                 set MsgInfo TmpFlags for queue and draft folders
8811                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8812
8813 2002-09-10 [paul]       0.8.2claws32
8814
8815         * AUTHORS
8816           po/bg.po      ** NEW FILE **
8817                 new Bulgarian translation submitted by
8818                 George Danchev <danchev@spnet.net>
8819                 
8820         * tools/Makefile.am
8821           tools/README
8822           tools/tb2sylpheed     ** NEW FILE **
8823                 add script that converts an addressbook exported
8824                 from The Bat! into a Sylpheed addressbook. Submitted
8825                 by Urke MMI <urke-kg@eunet.yu>
8826
8827 2002-09-10 [paul]       0.8.2claws31
8828
8829         * sync with 0.8.2cvs12
8830                 see ChangeLog 2002-09-10
8831
8832 2002-09-06 [paul]       0.8.2claws30
8833
8834         * src/prefs_common.c
8835                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8836                 
8837         * tools/Makefile.am
8838           tools/README
8839           tools/ldif-to-xml.py  ** REMOVED **
8840                 remove obsolete python script
8841
8842 2002-09-06 [paul]       0.8.2claws29
8843
8844         * sync with 0.8.2cvs10
8845                 see ChangeLog 2002-09-06
8846
8847 2002-09-04 [paul]       0.8.2claws28
8848
8849         * sync with 0.8.2cvs9
8850                 see ChangeLog 2002-08-04
8851
8852 2002-09-04 [colin]      0.8.2claws27 
8853
8854         * src/prefs_common.[ch]
8855                 Added signature color configuration
8856         * src/textview.c
8857                 Use user-specified signature color
8858
8859 2002-09-03 [colin]      0.8.2claws26
8860
8861         * src/prefs_common.[ch]
8862                 Added autosave and autosave_length prefs
8863         * src/compose.c
8864                 Added compose_remove_draft()
8865                 Auto-save drafts according to the prefs
8866         * src/main.c
8867                 Added a crash-indicator file, allowing to check
8868                 for new messages on startup if Sylpheed crashed
8869                 (makes saved drafts "reappear")
8870
8871 2002-09-03 [colin]      0.8.2claws25
8872
8873         * src/textview.[ch]
8874                 Grey the signature
8875
8876 2002-09-03 [paul]       0.8.2claws24
8877
8878         * sync with 0.8.2cvs8
8879                 see ChangeLog 2002-09-02 and 2002-09-03
8880
8881 2002-09-03 [darko]      0.8.2claws23
8882
8883         * src/folderview.c
8884                 use normal style when creating new folder to pick
8885                 proper font size 
8886
8887 2002-09-02 [melvin]     0.8.2claws22
8888
8889         * src/gtkaspell.m4
8890                 removed some obsolete code
8891
8892 2002-09-02 [melvin]     0.8.2claws21
8893
8894         * ac/aspell.m4
8895                 fixed test's equality sign (== to =)
8896
8897 2002-09-02 [alfons]     0.8.2claws20
8898
8899         * src/folder.c
8900         * src/mh.c
8901                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8902                 as folder->destroy virtual as suggested by Hiro
8903                 (the mh.c code seems to have been lost around mh.c.1.21)
8904
8905 2002-09-02 [paul]       0.8.2claws19
8906
8907         * po/pt_BR.po
8908                 updated by Fabio Jr. Beneditto
8909                 
8910         * src/defs.h
8911                 use 'http://claws.sylpheed.org' for homepage link. 
8912                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8913
8914 2002-09-01 [alfons]     0.8.2claws18
8915
8916         * src/mh.c
8917                 plug memleak related to one Martin Kluge found
8918
8919 2002-08-31 [paul]       0.8.2claws17
8920
8921         * sync with 0.8.2cvs6
8922                 see ChangeLog 2002-08-30
8923
8924 2002-08-31 [alfons]     0.8.2claws16
8925
8926         * src/folder.c
8927                 folder_destroy(): remove mailbox from folderlist even if it has
8928                 no destroy virtual
8929
8930 2002-08-31 [alfons]     0.8.2claws15
8931
8932         * src/folder.c
8933                 :%sno/if(/if (/gc
8934                 :%sno/for(/for (/gc
8935                 (being pedantic I know)
8936
8937 2002-08-31 [alfons]     0.8.2claws14
8938
8939         * src/folder.c
8940                 check for NULL pointers returned from folder->fetch_msginfo virtual
8941                 (should solve some reported crashes)
8942
8943 2002-08-30 [alfons]     0.8.2claws13
8944
8945         * acconfig.h
8946         * configure.in
8947         * src/crash.c
8948                 enable crash dialog on compilation time
8949                 (--enable-crash-dialog configure option)
8950
8951 2002-08-30 [alfons]     0.8.2claws12
8952
8953         * AUTHORS
8954                 add Martin Kluge
8955         * src/mh.c
8956                 apply memory leak plug patch by Martin Kluge
8957                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8958                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8959                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8960
8961 2002-08-30 [darko]      0.8.2claws11
8962
8963         * src/folderview.c
8964                 copy Gtk style from normal style to match
8965                 font size for coloured folders
8966
8967 2002-08-29 [alfons]     0.8.2claws10
8968
8969         * sylpheed.desktop
8970                 Type=Internet <- Type=Application
8971                 (reported by Michael Schwendt, see:
8972                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8973                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8974
8975 2002-08-29 [paul]       0.8.2claws9
8976
8977         * sync with 0.8.2cvs5
8978                 see ChangeLog 2002-08-29
8979
8980 2002-08-29 [colin]      0.8.2claws8
8981
8982         * src/summaryview.c
8983                 Added a sanity check in summary_select_thread
8984                 Should fix bug 601605
8985
8986 2002-08-29 [colin]      0.8.2claws7
8987
8988         * src/main.c
8989                 Revert claws6 changes regarding bug #591676
8990
8991 2002-08-28 [colin]      0.8.2claws6
8992         
8993         * src/main.c
8994                 Ignore cache for queue folderitems
8995                 Fix bug #591676
8996
8997 2002-08-28 [melvin]     0.8.2claws5
8998
8999         * README.claws
9000                 Fixed typos.
9001
9002 2002-08-28 [melvin]     0.8.2claws4
9003
9004         * README.claws
9005                 Updated a bit the text concerning the spell checker
9006
9007 2002-08-28 [melvin]     0.8.2claws3
9008
9009         Merged the GNU_aspell_branch:
9010                 Support of new GNU/aspell is now included and the old pspell
9011                 is not supported anymore.
9012                 See README.claws
9013
9014         * README.claws
9015                 Updated spell checker text to reflect the switch to GNU/aspell
9016
9017         * ac/aspell.m4          *** NEW ***
9018         * src/gtkaspell.[ch]    *** NEW *** 
9019         * ac/pspell.m4          *** DELETED *** 
9020         * src/gtkspell.[ch]     *** DELETED ***
9021
9022         * ac/Makefile.am
9023                 Updated for GNU/aspell support
9024
9025         * po/POTFILES.in
9026                 Replaced gtkspell.c by gtkaspell.c
9027
9028         * acconfig.h
9029         * src/Makefile.am
9030         * src/about.c
9031         * src/compose.[ch]
9032         * src/crash.c
9033         * src/main.c
9034         * src/prefs_common.[ch]
9035                 Updated for GNU/aspell support
9036
9037 2002-08-28 [paul]       0.8.2claws2
9038
9039         * sync with 0.8.2cvs4
9040                 see ChangeLog 2002-08-27 and 2002-08-28
9041
9042 2002-08-28 [colin]      0.8.2claws1
9043
9044         * src/summary_search.c
9045                 Added "AND search"
9046
9047 2002-08-28 [jens]       0.8.2claws
9048
9049         *po/de.po
9050                 Updated German translations
9051
9052 2002-08-27 [melvin]     0.8.2claws
9053
9054         * po/fr.po
9055                 Updated French translations
9056
9057 2002-08-27 [paul]       0.8.2claws
9058
9059         * sync with 0.8.2 main release
9060
9061         * po/en_GB.po
9062           po/es.po
9063           po/it.po
9064           po/pl.po
9065           po/pt_BR.po
9066           po/sr.po
9067                 updated message catalogs submitted by
9068                 Ricardo Mones Lastra, Alessandro Maestri,
9069                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9070                 Beneditto and Urke MMI  
9071
9072 2002-08-27 [hoa]        0.8.1claws123
9073
9074         * src/mainwindow.[ch]
9075         * src/summaryview.[ch]
9076                 removed the "filter setting" menu option.
9077                 add a "cancel a news message" menu option.
9078
9079 2002-08-26 [martin]     0.8.1claws122
9080
9081         * ChangeLog.claws
9082                 changed string under 0.8.1claws79 changed by myself
9083                 i'm sorry alfons :(
9084
9085 2002-08-26 [martin]     0.8.1claws121
9086
9087         * src/crash.c
9088                 added kill command to debuggerrc to start crash dialog
9089
9090 2002-08-26 [paul]       0.8.1claws120
9091
9092         * sync with 0.8.1cvs31
9093                 see ChangeLog 2002-08-26
9094
9095 2002-08-25 [alfons]     0.8.1claws119
9096
9097         * src/procmsg.c
9098                 fix bug that didn't send out correct headers to news server
9099                 when sending news article and email from queue (bug reported
9100                 and patch provided by Tim Mann; closes bug 
9101                 "[ 583196 ] 0.7.8claws can't post news")
9102
9103 2002-08-25 [alfons]     0.8.1claws118
9104
9105         * src/selective_download.c
9106                 mark two strings as translatable
9107                 (thanks to Urke MMI for pointing this out)
9108
9109 2002-08-25 [alfons]     0.8.1claws117
9110
9111         * src/summaryview.c
9112                 treat sent boxes as special and allow sorting them by addressee
9113                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9114                 submitted by Steve Lamb)
9115
9116 2002-08-24 [alfons]     0.8.1claws116
9117
9118         * src/matcher.c
9119                 fix memleak reported by Martin Kluge
9120                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9121
9122 2002-08-24 [oliver]     0.8.1claws115
9123
9124         * src/prefs_toolbar.c
9125                 o code cleanup as suggested by Alfons
9126                 o memleak fix
9127
9128 2002-08-24 [alfons]     0.8.1claws114
9129
9130         * src/summaryview.c
9131                 o fix another memory leak reported by Martin Kluge
9132                   (see "[ 599568 ] Small Memory Leak")
9133                 o remove 'from' variable from 'summary_set_header()'; we can
9134                   do with just 'to' 
9135
9136 2002-08-24 [paul]       0.8.1claws113
9137
9138         * sync with 0.8.1cvs30
9139                 see ChangeLog 2002-08-23
9140
9141 2002-08-24 [alfons]     0.8.1claws112
9142
9143         * src/summaryview.c
9144                 remove unnecessary allocations for search bar fixing leaks
9145                 reported by Martin Kluge
9146                 (see "[ 599451 ] Further memory leaks?")
9147
9148 2002-08-24 [alfons]     0.8.1claws111
9149
9150         * src/main.c
9151                 make get_socket_name() public for crash.c
9152         * src/crash.c
9153                 o make report bug button work (goes to claws' 
9154                   bug tracker at sf.net)
9155                 o introduce function for doing important stuff just
9156                   before claws goes down
9157                 o clean up code 
9158
9159 2002-08-24 [alfons]     0.8.1claws110
9160
9161         * src/compose.c
9162                 move cursor to "To" entry when forwarding as attachment
9163                 (reported and solved by Steve Lamb, closes bug report
9164                 "[ 592880 ] Forward as attachment; cursor not in to")
9165
9166 2002-08-24 [colin]      0.8.1claws109
9167
9168         * src/mainwindow.c
9169                 fix quick search visibility after GUI (de)separations.
9170
9171 2002-08-23 [colin]      0.8.1claws108
9172
9173         * src/mainwindow.c
9174                 fix header pane visibility after folderview or
9175                 messageview (de)separation
9176
9177 2002-08-23 [paul]       0.8.1claws107
9178
9179         * src/mainwindow.[ch]
9180           src/toolbar.c
9181                 give full control of display or non-display 
9182                 of the Execute icon to Custom toolbar settings.
9183                 add new sensitivity condition to maninwindow.h: 
9184                 M_DELAY_EXEC
9185
9186         * ChangeLog
9187           ChangeLog.jp
9188           NEWS
9189                 more sync with 0.8.1cvs29
9190
9191 2002-08-23 [melvin]     0.8.1claws106
9192
9193         * src/alertpanel.c
9194                 Readded support for custom widget in alertpanel lost in last
9195                 sync.
9196
9197 2002-08-23 [paul]       0.8.1claws105
9198
9199         * sync with 0.8.1cvs29
9200                 see ChangeLog 2002-08-23
9201
9202 2002-08-23 [colin]      0.8.1claws104
9203
9204         * src/summaryview.c
9205                 Fix folder and search pixmaps exchanging positions
9206                 after theme or toolbar changes. Thank to Oliver for 
9207                 reporting this.
9208
9209 2002-08-23 [colin]      0.8.1claws103
9210
9211         * src/mainwindow.c
9212           src/messageview.[ch]
9213           src/noticeview.[ch]
9214           src/summaryview.c
9215                 Changed messageview_create() and noticeview_create()
9216                 to avoid the last gdk_warning
9217
9218 2002-08-22 [colin]      0.8.1claws102
9219
9220         * src/summaryview.c
9221                 Fix my new `Creating pixmap from xpm' warning
9222
9223 2002-08-22 [colin]      0.8.1claws101
9224
9225         * src/mainwindow.c
9226                 Fix some of the gdk warnings
9227
9228 2002-08-22 [colin]      0.8.1claws100
9229
9230         * src/Makefile.am
9231         * src/stock_pixmap.c
9232         * src/stock_pixmap.h
9233         * src/pixmaps/quicksearch.xpm *ADDED*
9234                 Add the quicksearch pixmap
9235         * src/mainwindow.c
9236         * src/summaryview.c
9237         * src/summaryview.h
9238                 Make quicksearch bar visible/hidden via a button
9239
9240 2002-08-22 [christoph]  0.8.1claws99
9241
9242         * src/folder.c
9243                 fix folder update for newsgroups with message
9244                 numbers below minimum number of articles to fetch
9245                 (closes bug #598445)
9246
9247 2002-08-22 [paul]       0.8.1claws98
9248
9249         * sync with 0.8.1cvs28
9250                 see ChangeLog 2002-08-22
9251
9252 2002-08-21 [alfons]     0.8.1claws97
9253
9254         * src/crash.c
9255                 use bt instead of bt full which seems to work 
9256                 better, and bt full doesn't give a great deal 
9257                 of information anyway
9258
9259 2002-08-21 [colin]      0.8.1claws96
9260
9261         * src/summaryview.c
9262                 fix summaryview_searchtype_changed prototype
9263
9264 2002-08-21 [christoph]  0.8.1claws95
9265
9266         * src/mainwindow.c
9267                 o fix broken menu update for sorting type, we have to
9268                   get this info from the summaryview now
9269                 o removed setting of threaded state in menu callback
9270         * src/summaryview.[ch]
9271                 more summaryview/folderitem seperation for
9272                 threading option
9273         * configure.in
9274                 removed not required --with-compiler-flags option
9275
9276 2002-08-21 [oliver]     0.8.1claws94
9277         
9278         * src/toolbar.h 
9279                 o rename toolbar.xml to toolbar_main.xml
9280                   since toolbar_compose.xml might come up 
9281                   any time soon
9282         * README.claws
9283                 add custom toolbar              
9284
9285 2002-08-21 [darko]      0.8.1claws93
9286
9287         * src/procmsg.c
9288                 don't reset tmp flags for messages copied
9289                 to sent folder
9290
9291 2002-08-21 [colin]      0.8.1claws92
9292         
9293         * src/prefs_filtering.c
9294                 fix renaming rules on folder rename 
9295                 when folder is not a leaf folder
9296
9297 2002-08-21 [paul]       0.8.1claws91
9298
9299         * src/prefs_folder_item.c
9300                 fix alignment of colour selector
9301
9302 2002-08-21 [paul]       0.8.1claws90
9303
9304         * sync with 0.8.1cvs27
9305                 see ChangeLog 2002-08-21
9306
9307 2002-08-21 [paul]       0.8.1claws89
9308
9309         * src/summaryview.c
9310                 fix crash when changing field type in
9311                 Quick search bar
9312
9313 2002-08-21 [colin]      0.8.1claws88
9314
9315         * src/summaryview.c
9316                 Made quick search case-insensitive
9317
9318 2002-08-21 [paul]       0.8.1claws87
9319
9320         * sync with 0.8.1cvs26
9321                 see ChangeLog 2002-08-21
9322
9323 2002-08-20 [christoph]  0.8.1claws86
9324
9325         * src/folderview.c
9326         * src/main.c
9327         * src/summaryview.[ch]
9328                 more summaryview/folderitem seperation for
9329                 sort_key and sort_type
9330         * src/procmsg.c
9331                 added missing return statement
9332
9333 2002-08-20 [colin]      0.8.1claws85
9334
9335         * src/summaryview.[ch]
9336                 Added a quick search box
9337         * src/mainwindow.c
9338         * src/prefs_common.[ch]
9339                 Added a show/hide option for the quick search
9340
9341 2002-08-20 [oliver]     0.8.1claws84
9342         
9343         * src/mainwindow.c
9344                 remove toolbar_create_popups
9345         * src/toolbar.[ch]
9346                 o remove toolbar_create_popups
9347                 o fix toolbar_set_sensitive 
9348                   (Bug reports #596834 and #596832)     
9349         * src/prefs_toolbar.c
9350                 o add "Set default" button
9351                 o align label and text + combo widgets
9352
9353 2002-08-20 [hoa]        0.8.1claws83bis
9354
9355         * src/imap.c
9356                 fixed a bug in imap_fetch_msginfo() in case there is no
9357                 current folder.
9358
9359 2002-08-20 [darko]      0.8.1claws83
9360
9361         * src/folderview.c
9362                 copy the color style of folder view so it
9363                 works with GTK themes
9364
9365 2002-08-20 [darko]      0.8.1claws82
9366
9367         * src/folder.h
9368         * src/folderview.c
9369         * src/prefs_folder_item.[hc]
9370                 don't use UI stuff in folder.h
9371
9372 2002-08-20 [darko]      0.8.1claws81
9373
9374         * src/folder.h
9375         * src/prefs_folder_item.h
9376         * src/folderview.c
9377         * src/prefs_folder_item.c
9378                 ability to set folder color in folderview
9379
9380 2002-08-19 [alfons]     0.8.1claws80
9381
9382         * src/summaryview.c
9383                 fix one of the earlier memleaks reported by Martin Kluge
9384
9385 2002-08-19 [alfons]     0.8.1claws79
9386
9387         * src/mainwindow.c
9388                 hide notice view when selecting seperate folder
9389                 view (reported by Urke MMI)
9390
9391 2002-08-19 [christoph]  0.8.1claws78
9392
9393         * src/folderview.c
9394         * src/prefs_folder_item.h
9395         * src/summaryview.[ch]
9396                 o add summary_set_prefs_from_folderitem to set
9397                   summaryview prefs (first step to remove all
9398                   references to the folderitem in summaryview)
9399                 o moved compiled regex stuff from folderitem prefs
9400                   to summaryview code
9401
9402 2002-08-19 [paul]       0.8.1claws77
9403
9404         * src/compose.c
9405                 add check for '.' to QUOTE_IF_REQUIRED
9406
9407 2002-08-19 [paul]       0.8.1claws76
9408
9409         * src/inc.c
9410                 sync with 0.8.1cvs25 (plug memory leak)
9411
9412         * src/prefs_toolbar.c
9413                 re-order prefs_toolbar_cancel()
9414
9415 2002-08-18 [alfons]     0.8.1claws75
9416
9417         * src/inc.c
9418         * src/matcher.c
9419                 plug other memleaks reported by Martin Kluge
9420
9421 2002-08-18 [paul]       0.8.1claws74
9422
9423         * po/pt_BR.po
9424                 updated by Fabio Jr. Beneditto
9425
9426 2002-08-18 [paul]       0.8.1claws73
9427
9428         * src/toolbar.[ch]
9429                 fix bug where tooltips were displayed untranslated              
9430
9431         * src/prefs_toolbar.c
9432                 fix bug where clicking 'Cancel' creates an icon & text
9433                 toolbar regardless of prefs
9434         
9435
9436 2002-08-17 [oliver]     0.8.1claws72
9437
9438         * src/prefs_toolbar.c
9439                 update toolbar on CANCEL
9440                 bug reported by Martin Kluge
9441         * src/toolbar.c
9442                 toolbar_destroy memleak fixed           
9443
9444 2002-08-17 [alfons]     0.8.1claws71
9445
9446         * src/toolbar.c
9447                 plug another memleak reported by Martin Kluge
9448
9449 2002-08-16 [alfons]     0.8.1claws70
9450
9451         * src/crash.c
9452                 use execvp() correctly (suggested by wwp; thanks!)
9453
9454 2002-08-16 [alfons]     0.8.1claws69
9455
9456         * src/gtksctree.c
9457                 plug memory leak reported by Kim Schultz & Martin Kluge
9458
9459 2002-08-16 [paul]       0.8.1claws68
9460
9461         * po/es.po
9462                 updated by Ricardo Mones Lastra
9463
9464 2002-08-16 [paul]       0.8.1claws67
9465
9466         * src/toolbar.h
9467                 fix bug where 'Compose News' icon showed wrong
9468                 tooltip
9469
9470 2002-08-16 [paul]       0.8.1claws66
9471
9472         * sync with 0.8.1cvs24
9473                 see ChangeLog 2002-08-16
9474
9475         * po/it.po
9476                 updated by Alessandro Maestri
9477
9478 2002-08-15 [paul]       0.8.1claws65
9479
9480         * po/sr.po
9481                 updated by Urke MMI
9482
9483 2002-08-15 [paul]       0.8.1claws64
9484
9485         * src/*.c
9486                 don't translate debug info
9487
9488         * src/matcher.[ch]
9489                 add copyright info
9490
9491 2002-08-15 [paul]       0.8.1claws63
9492
9493         * src/prefs_toolbar.c
9494                 fix bug where clicking 'OK' creates an icon & text
9495                 toolbar regardless of prefs
9496
9497 2002-08-14 [alfons]     0.8.1claws62
9498
9499         * src/main.c
9500                 add global var that has the full argv[0]
9501         * src/crash.c
9502                 o execvp the correct sylpheed by using argv0
9503                   and setting the correct work dir
9504                 o other tweaks  
9505
9506 2002-08-14 [oliver]     0.8.1claws61
9507         
9508         * enable/disable Toolbar Action Buttons 
9509         * code cleanups
9510         * src/mainwindow.c
9511         * src/toolbar.[ch]      
9512         * src/prefs_toolbar.c   
9513
9514 2002-08-14 [melvin]     0.8.1claws60
9515
9516         * po/fr.po
9517                 Updated French translations
9518
9519 2002-08-14 [melvin]     0.8.1claws59
9520
9521         * src/crash.c
9522                 Made bug report not translatable
9523         * src/exporthtml.c
9524                 Fixed exporthtml_build_filespec() return value
9525         * src/foldersel.c
9526                 Fixed incorrect include file
9527         * src/gtkspell.c
9528         * src/prefs_actions.c
9529         * src/prefs_toolbar.c
9530                 Made debug info not translatable
9531         * src/mutt.c
9532         * src/quote_fmt.c
9533                 Added missing includes
9534         * src/prefs_common.c
9535                 Fixed typo
9536
9537 2002-08-14 [paul]       0.8.1claws58
9538
9539         * faq/es/sylpheed-faq.html
9540           faq/es/sylpheed-faq-[1-3].html
9541           faq/es/sylpheed-faq-4.html     **NEW FILE **
9542                 update Spanish FAQ
9543
9544 2002-08-13 [christoph]  0.8.1claws57
9545
9546         * src/procmsg.c
9547                 ignore thread fix that did not mark all
9548                 child nodes of a ignored thread as
9549                 ignored. Does not work perfectly yet,
9550                 but it is better now
9551
9552 2002-08-13 [alfons]     0.8.1claws56
9553
9554         * src/crash.c
9555                 o implement 'save crash log'
9556                 o some tweaks
9557
9558 2002-08-13 [melvin]     0.8.1claws55
9559
9560         * src/main.c
9561                 removed unrequired "execinfo.h" header
9562
9563 2002-08-12 [paul]       0.8.1claws54
9564
9565         * faq/en/sylpheed-faq.html
9566           faq/en/sylpheed-faq-[1-3].html
9567           faq/en/sylpheed-faq-4.html     **NEW FILE **
9568                 update English FAQ
9569
9570 2002-08-12 [alfons]     0.8.1claws53
9571
9572         * po/POTFILES.in
9573                 add crash.c to translatables
9574         * src/crash.c
9575                 bring in Leandro's crash dialog
9576
9577 2002-08-11 [alfons]     0.8.1claws52
9578
9579         * src/crash.c
9580                 clean up some warnings
9581
9582 2002-08-11 [alfons]     0.8.1claws51
9583
9584         * acconfig.h
9585         * configure.in
9586         * src/crash.[ch]        ** NEW FILES **
9587         * src/main.c            
9588                 initial gdb crash handler
9589
9590 2002-08-11 [paul]       0.8.1claws50
9591
9592         * src/prefs_toolbar.c
9593                 replace Up/Down arrow pixmaps with text to be
9594                 consistent across icon themes
9595
9596 2002-08-11 [paul]       0.8.1claws49
9597
9598         * src/prefs_common.c
9599           src/prefs_toolbar.c
9600                 rename 'Pixmap' -> 'Icon'
9601
9602         * src/toolbar.[ch]
9603                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9604
9605 2002-08-10 [paul]       0.8.1claws48
9606
9607         * src/prefs_toolbar.c
9608                 re-work the UI
9609
9610 2002-08-10 [paul]       0.8.1claws47
9611
9612         * src/main.c
9613                 don't write Processing progress to status bar
9614                 patch submitted by Alexander Evseev
9615
9616         * src/prefs_toolbar.c
9617                 re-position and resize window
9618                 make window assume correct size on first call
9619
9620 2002-08-10 [paul]       0.8.1claws46
9621
9622         * src/mainwindow.c
9623           src/prefs_toolbar.c
9624           src/toolbar.c
9625           src/toolbar.h
9626                 obey coding style
9627                 follow UI text conventions
9628
9629 2002-08-10 [alfons]     0.8.1claws45
9630
9631         * src/toolbar.c
9632                 correct pixmap for delete action
9633
9634 2002-08-10 [paul]       0.8.1claws44
9635
9636         * po/pt_BR.po
9637                 updated by Fabio Jr. Beneditto
9638
9639 2002-08-10 [paul]       0.8.1claws43
9640
9641         * po/POTFILES.in
9642                 add custom toolbar files
9643
9644 2002-08-10 [paul]       0.8.1claws42
9645
9646         * sync with 0.8.1cvs22
9647                 see ChangeLog 2002-08-09
9648
9649 2002-08-09 [paul]       0.8.1claws41
9650
9651         * tools/Makefile.am
9652           tools/README
9653           tools/outlook2sylpheed.pl     ** NEW FILE **
9654                 add script to convert exported Outlook
9655                 contacts list to a Sylpheed addressbook.
9656                 Submitted by Ricardo Mones Lastra.
9657
9658 2002-08-09 [paul]       0.8.1claws40
9659
9660         * AUTHORS
9661           configure.in
9662           po/sr.po      ** NEW FILE **
9663                 add Serbian message catalog. Submitted by
9664                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9665
9666 2002-08-09 [paul]       0.8.1claws39
9667
9668         * sync with 0.8.1cvs21
9669                 see ChangeLog 2002-08-08
9670
9671 2002-08-08 [oliver]     0.8.1claws38
9672
9673         * src/mainwindow.c
9674                 move Custom Toolbar to Configuration menu
9675
9676 2002-08-08 [oliver]     0.8.1claws37
9677
9678         * src/prefs_toolbar.c
9679                 fix substitute pixmap bug
9680
9681 2002-08-08 [paul]       0.8.1claws36
9682
9683         * sync with 0.8.1cvs19
9684                 see ChangeLog 2002-08-08
9685
9686 2002-08-07 [christoph]  0.8.1claws35
9687
9688         * src/utils.c
9689                 fixed a memory leak in new canonicalize_file_replace
9690
9691 2002-08-07 [christoph]  0.8.1claws34
9692
9693         * src/utils.[ch]
9694                 o canonicalize_file_replace should create the temporary
9695                   file in the same directory as the original file.
9696                 o added get_tmpfile_in_dir that creates a temorary file
9697                   in a specified directory.
9698
9699 2002-08-07 [melvin]     0.8.1claws33
9700
9701         * src/toolbar.c
9702                 fixed bug where 'Article' button acted as 'Email' button.
9703
9704 2002-08-07 [paul]       0.8.1claws32
9705
9706         * sync with 0.8.1.cvs17
9707                 see ChangeLog 2002-08-07
9708
9709 2002-08-07 [colin]      0.8.1claws31
9710         
9711         * src/news.c
9712                 fix mass-cancel problem
9713
9714 2002-08-07 [thorsten]   0.8.1claws30
9715
9716         * src/prefs_toolbar.c
9717                 fix: crash on replace or add new button
9718         * src/toolbar.c
9719                 fix: close xmlfile after reading
9720         * src/utils.c
9721                 fix: unlink() file before rename()
9722
9723 2002-08-06 [paul]       0.8.1claws29
9724
9725         * sync with 0.8.cvs15
9726                 see ChangeLog 2002-08-06
9727
9728 2002-08-06 [oliver]     0.8.1claws28
9729
9730         * src/toolbar.c
9731         * src/prefs_toolbar.c
9732                 fixed empty toolbar issue
9733
9734 2002-08-06 [oliver]     0.8.1claws27
9735
9736         * Custom Toolbar Final 
9737         * src/folderview.c
9738         * src/inc.c
9739         * src/summaryview.c
9740                 o toolbar stuff now lives in src/toolbar.[ch]
9741                 o main_window_toolbar_* functions are renamed to
9742                   toolbar_* reflecting their new source file
9743         * src/mainwindow.[ch]
9744                 o remove toolbar stuff  
9745
9746 2002-08-06 [oliver]     0.8.1claws26
9747         
9748         * src/Makefile.am
9749         * src/prefs_toolbar.[ch]        **New File**
9750         * src/toolbar.[ch]              **New File**
9751                 o prefs_toolbar.[ch] custom toolbar frontend
9752                 o toolbar.[ch]       backend 
9753
9754 2002-08-06 [oliver]     0.8.1claws25
9755
9756         * src/prefs_actions.[ch]
9757                 o new exported function actions_execute
9758
9759 2002-08-06 [paul]       0.8.1claws24
9760
9761         * sync with 0.8.1cvs4
9762                 see ChangeLog 2002-08-06
9763
9764 2002-08-06 [paul]       0.8.1claws23
9765
9766         * sync with 0.8.1cvs13
9767                 see ChangeLog 2002-08-06
9768
9769 2002-08-06 [paul]       0.8.1claws22
9770
9771         * sync with 0.8.1cvs12
9772                 see ChangeLog 2002-08-05 and 2002-08-06
9773
9774 2002-08-06 [match]      0.8.1claws21
9775
9776         * src/addrclip.c
9777                 improvements to cut/copy/paste address
9778
9779 2002-08-05 [match]      0.8.1claws20
9780
9781         * src/addritem.[ch]
9782         * src/addrcache.c
9783         * src/addrbook.c
9784         * src/editaddress.c
9785         * src/addressbook.c
9786                 fixes to improve cut/copy/paste
9787
9788 2002-08-06 [melvin]     0.8.1claws19
9789
9790         * src/account.[ch]
9791                 account_find_all_from_address(): new function that returns the
9792                 list of all accounts that are matched in an address.
9793         * src/alertpanel.[ch]
9794                 alertpanel() now accepts a custom widget
9795                 alertpanel_with_widget(): new function that pops up a panel with
9796                 a custom widget in it 
9797         * src/gtkutils.[ch]
9798                 gtkut_account_menu_new(): new function that allows the selection
9799                 of an account from a list of accounts.
9800         * src/messageview.c
9801                 Extended Return Receipt notification to select the correct 
9802                 account and to make a security test on the Delivery-Notification
9803                 address which should be the same as the Return-Path.
9804
9805 2002-08-06 [thorsten]   0.8.1claws18
9806
9807         * src/mimeview.c
9808                 attach_all: save unnamed as "noname.%d",
9809                 dont free static dirname
9810
9811 2002-08-05 [alfons]     0.8.1claws17
9812
9813         * configure.in
9814                 detect XIM by trying to link rather than compile a XIM program
9815
9816 2002-08-05 [oliver]     0.8.1claws16
9817                 
9818         * src/stock_pixmap.[ch]
9819                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9820                 o new func to retrieve pixmaps
9821
9822 2002-08-05 [paul]       0.8.1claws15
9823
9824         * sync with 0.8.1cvs10
9825                 see ChangeLog 2002-08-05
9826
9827 2002-08-04 [alfons]     0.8.1claws14
9828
9829         * src/textview.c
9830                 see if this plugs memleak
9831
9832 2002-08-04 [melvin]     0.8.1claws13
9833
9834         * src/gtkspell.c
9835                 fixed bug that could crash Sylpheed when highlighting
9836                 all misspelled words.
9837
9838 2002-08-03 [melvin]     0.8.1claws12
9839
9840         * src/prefs_actions.c
9841                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9842         * src/messageview.c
9843                 fixed bug where the Return Receipt was sent to
9844                 Delivery-Notification-To address even if it was not present
9845
9846 2002-08-02 [alfons]     0.8.1claws11
9847
9848         * src/prefs_actions.c
9849                 o more check for NULLs
9850                 o put create_io_dialog() in right conditional block
9851
9852 2002-08-02 [paul]       0.8.1claws10
9853
9854         * po/es.po
9855                 updated by Ricardo Mones Lastra
9856
9857 2002-08-01 [christoph]  0.8.1claws9
9858
9859         * src/folder.c
9860                 don't free the cache of the opened
9861                 folder in the summaryview
9862         * src/summaryview.c
9863                 don't unset flags, if it is not required
9864
9865 2002-08-01 [paul]       0.8.1claws8
9866
9867         * sync with 0.8.1cvs8
9868                 see ChangeLog entry 2002-08-01
9869
9870 2002-08-01 [paul]       0.8.1claws7
9871
9872         * sync with 0.8.1cvs7
9873                 see ChangeLog 2002-07-31 and 2002-08-01
9874
9875 2002-07-31 [christoph]  0.8.1claws6
9876
9877         * src/mainwindow.c
9878                 forgot to update menu sensitivity
9879                 function for new menu entry
9880
9881 2002-07-31 [alfons]     0.8.1claws5
9882
9883         * src/main.c
9884                 check folder item and its path for NULL on
9885                 initial processing
9886
9887 2002-07-31 [christoph]  0.8.1claws4
9888
9889         * src/folder.c
9890                 check if folder_item_get_msginfo in
9891                 folder_item_remove_msg returned NULL
9892         * src/imap.c
9893                 better clear the uid cache in the
9894                 uid validity check function and delete
9895                 cached messages
9896
9897 2002-07-31 [paul]       0.8.1claws3
9898
9899         * man/sylpheed.1
9900                 add the '--attach' option and a few other
9901                 minor changes
9902
9903 2002-07-31 [paul]       0.8.1claws2
9904
9905         * sync with 0.8.1cvs5
9906                 see ChangeLog 2002-07-31
9907
9908 2002-07-31 [christoph]  0.8.1claws1
9909
9910         * src/folderview.[ch]
9911         * src/mainwindow.c
9912                 replace "Rescan all folders..." with
9913                 "Check all folders for new messages..."
9914
9915 2002-07-30 [paul]       0.8.1claws
9916
9917         * version 0.8.1claws released
9918
9919 2002-07-30 [paul]       0.8.0claws29
9920
9921         * tools/OOo2sylpheed.pl ** NEW FILE **
9922           tools/README
9923                 add script to enable sending documents as
9924                 attachments from OpenOffice.org
9925
9926 2002-07-30 [melvin]     0.8.0claws28
9927
9928         * src/prefs_actions.c
9929                 Made the actions' input/output dialog display
9930                 without delay.
9931
9932 2002-07-30 [christoph]  0.8.0claws27
9933
9934         * src/procmsg.c
9935                 check if folder_item_get_msginfo in
9936                 procmsg_save_to_outbox returned NULL
9937
9938 2002-07-30 [paul]       0.8.0claws26
9939
9940         * sync with 0.8.1cvs4
9941                 see ChangeLog 2002-07-29
9942
9943 2002-07-29 [thorsten]   0.8.0claws25
9944
9945         * README.claws
9946                 added selective download, delete on server
9947
9948 2002-07-29 [paul]       0.8.0claws24
9949
9950         * sync with 0.8.1cvs3
9951                 see ChangeLog 2002-07-29
9952
9953 2002-07-27 [christoph]  0.8.0claws23
9954
9955         * src/folder.c
9956                 add extra check if fetching the msginfo
9957                 returned NULL
9958
9959 2002-07-27 [paul]       0.8.0claws22
9960
9961         * sync with 0.8.1cvs2
9962                 see ChangeLog 2002-07-26
9963
9964 2002-07-27 [christoph]  0.8.0claws21
9965
9966         * src/imap.c
9967                 add another check if a valid msginfo
9968                 was returned
9969
9970 2002-07-26 [hoa]        0.8.0claws20
9971
9972         * src/folder.c
9973                 Fixed a condition in folder_item_destroy()
9974
9975         * src/imap.c
9976                 Fixed an error in IMAP protocol
9977
9978 2002-07-26 [alfons]     0.8.0claws19
9979
9980         * src/folder.c
9981                 ofcourse compare with identifier, not the path
9982
9983 2002-07-26 [alfons]     0.8.0claws18
9984
9985         * src/folder.c
9986                 use folder item identifier for saving / restoring
9987                 preferences because folder->path might not be unique
9988
9989 2002-07-26 [melvin]     0.8.0claws17
9990
9991         * src/logwindow.c
9992                 Fixed a crash introduced in 0.8.0claws5 when log is 
9993                 cut under 80 characters.
9994
9995 2002-07-26 [paul]       0.8.0claws16
9996
9997         * sync with 0.8.1cvs1
9998                 see ChangeLog 2002-07-26
9999
10000 2002-07-26 [christoph]  0.8.0claws15
10001
10002         * src/imap.[ch]
10003                 imap folder now remembers the last selected
10004                 folder and imap_fetch_msginfo skips selecting
10005                 the folder if it is already selected
10006
10007 2002-07-26 [christoph]  0.8.0claws14
10008
10009         * src/folder.c
10010         * src/folderview.c
10011         * src/imap.c
10012                 fix imap folder rescanning
10013
10014 2002-07-25 [christoph]  0.8.0claws13
10015
10016         * src/filter.c
10017         * src/folder.[ch]
10018         * src/folderview.c
10019         * src/imap.[ch]
10020         * src/mainwindow.c
10021         * src/mbox_folder.c
10022         * src/mh.c
10023         * src/news.c
10024                 implement imap uid cache and uid validity check
10025
10026 2002-07-25 [alfons]     0.8.0claws12
10027
10028         * src/summaryview.c
10029                 fix a brown paper bag bug, and also add some more
10030                 checks
10031
10032 2002-07-25 [christoph]  0.8.0claws11
10033
10034         * src/folder.c
10035                 don't mix copy, fetch_msginfo and remove
10036                 operations in folder item copy and move
10037                 operations
10038
10039 2002-07-25 [christoph]  0.8.0claws10
10040
10041         * src/folderview.c
10042         * src/mainwindow.c
10043         * src/prefs_folder_item.c
10044         * src/summaryview.[ch]
10045                 remove no longer required parameter update_cache from
10046                 summary_show
10047
10048 2002-07-25 [paul]       0.8.0claws9
10049
10050         * sync with 0.8.1
10051         
10052         * AUTHORS
10053                 a few corrections
10054
10055 2002-07-24 [alfons]     0.8.0claws8
10056
10057         * src/summaryview.c
10058                 sort correctly when using simplified subject line
10059                 (closes feature request "[ 585141 ] applying regexp to subject 
10060                 before sort" submitted by Alexandra Walford)
10061
10062 2002-07-24 [paul]       0.8.0claws7
10063
10064         * sync with 0.8.0cvs3
10065                 see ChangeLog 2002-07-24
10066
10067 2002-07-23 [christoph]  0.8.0claws6
10068
10069         * src/folder.c
10070         * src/folder.h
10071         * src/summaryview.c
10072         * src/summaryview.h
10073         * src/main.c
10074                 o separate processing and summaryview
10075                 o removed summary_write_cache from summaryview
10076                 o removed summaryview->killed_messages, because we don't have
10077                   to keep a list of killed messages anymore. New cache will
10078                   keep the hidden messages in cache anyway
10079         * src/folderview.c
10080         * src/inc.c
10081         * src/selective_download.c
10082                 o removed unnecessary summary_write_cache calls
10083         * src/procmsg.c
10084                 o don't set ignore thread flag in procmsg_get_thread_tree
10085                   if it is already set
10086         * src/mainwindow.c
10087         * src/statusbar.h
10088                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10089                   they are used in different files
10090
10091 2002-07-23 [melvin]     0.8.0claws5
10092
10093         * src/addressbook.c
10094         * src/addrgather.c
10095         * src/editaddress.c
10096         * src/editgroup.c
10097         * src/editldap_basedn.c
10098         * src/importldif.c
10099         * src/prefs_common.c
10100                 Fixed few memory leak (gtk_editable_get_chars returns
10101                 an allocated string)
10102         * src/logwindow.c
10103                 Fixed few memory leak (gtk_editable_get_chars returns
10104                 an allocated string) and modified a little the log cutting
10105                 loop.
10106         * src/compose.c
10107                 Replaced a call to an obsolete function gtk_entry_get_text()
10108                 by gtk_editable_get_chars()
10109         * src/send.c
10110                 Removed a debug printf
10111
10112 2002-07-23 [christoph]  0.8.0claws4
10113
10114         * src/filesel.c
10115                 fix another g_dirname memory leak
10116
10117 2002-07-23 [christoph]  0.8.0claws3
10118
10119         * src/mh.c
10120                 fixed a memory leak in mh_fetch_msginfo
10121                 fixed crash when message header could not be
10122                 parsed
10123
10124 2002-07-23 [paul]       0.8.0claws2
10125
10126         * sync with 0.8.0cvs2
10127                 see ChangeLog 2002-07-23
10128
10129 2002-07-23 [paul]       0.8.0claws1
10130
10131         * sync with 0.8.0cvs1
10132                 see ChangeLog 2002-07-23
10133
10134 2002-07-23 [paul]       0.8.0claws
10135
10136         * release of 0.8.0claws
10137
10138 2002-07-23 [paul]       0.7.8claws99
10139
10140         * po/ru.po
10141                 new Russian translation, submitted by
10142                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10143
10144 2002-07-22 [jens]       0.7.8claws98
10145
10146         * po/de.po
10147                 Updated German translations.
10148
10149 2002-07-22 [paul]       0.7.8claws97
10150
10151         * po/es.po
10152           po/it.po
10153           po/nl.po
10154           po/pt_BR.po
10155                 updated translations by Ricardo Mones Lastra,
10156                 Alessandro Maestri, Wilbert Berendsen and 
10157                 Fabio Jr. Beneditto respectively
10158
10159 2002-07-22 [christoph]  0.7.8claws96
10160
10161         * src/mimeview.c
10162                 fix memory leak caused by wrong g_dirname usage
10163
10164 2002-07-22 [christoph]  0.7.8claws95
10165
10166         * src/summaryview.c
10167                 update new and unread message counts for summaryview
10168                 summaryview does not get it from the folder anymore
10169                 and has to update the values itself
10170
10171 2002-07-22 [melvin]     0.7.8claws94
10172
10173         * po/fr.po
10174                 Updated French translations.
10175
10176 2002-07-22 [christoph]  0.7.8claws93
10177
10178         * src/matcher.c
10179                 set prop->preg pointer to NULL or following check
10180                 will not fail and regexec will be called with
10181                 invalid pointer
10182
10183 2002-07-21 [alfons]     0.7.8claws92
10184         
10185         * src/prefs_common.[ch]
10186                 remove option "Send return receipt on request"
10187
10188 2002-07-21 [thorsten]   0.7.8claws91
10189
10190         * src/mimeview.c
10191                 fixed memleaks, coding style as pointed out by alfons
10192
10193 2002-07-21 [alfons]     0.7.8claws90
10194
10195         * src/messageview.c
10196         * src/noticeview.[ch]
10197                 o fix bug notice view being displayed when going to empty folder 
10198                   (noticed by Christoph)
10199                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10200                   (noticed by Thorsten)
10201
10202 2002-07-21 [thorsten]   0.7.8claws89
10203
10204         * src/mimeview.c
10205                 Included save_all patch from Xaview FACQ
10206                 added support for pathnames
10207
10208 2002-07-21 [alfons]     0.7.8claws88
10209
10210         * po/POTFILES.in
10211         * src/Makefile.am
10212         * src/mainwindow.c
10213         * src/messageview.[ch]
10214         * src/noticeview.c      ** NEW FILE **
10215         * src/noticeview.h      ** NEW FILE **
10216                 make return receipts work again
10217                 (UI idea by Leandro Pereira)
10218
10219 2002-07-21 [paul]       0.7.8claws87
10220
10221         * src/summaryview.c
10222                 fix sensitivity of 'Select thread'
10223
10224 2002-07-21 [paul]       0.7.8claws86
10225
10226         * src/prefs_common.c
10227                 add browser command line for Galeon
10228
10229 2002-07-21 [paul]       0.7.8claws85
10230
10231         * Makefile.am
10232                 fix 'EXTRA_DIST': remove README.README, add TODO
10233                 and TODO.claws
10234
10235 2002-07-21 [alfons]     0.7.8claws84
10236
10237         * src/gtkstext.c
10238                 make enter clear selection
10239                 (closes "[ 579888 ] Editor selection/entry error"
10240                 reported by Steve Lamb)
10241
10242 2002-07-21 [alfons]     0.7.8claws83
10243         
10244         * src/summaryview.c
10245                 sort message list when selecting unthread messages
10246                 (closes "[ 501593 ] switching threaded view doesn't sort"
10247                 reported by Simon Schubert)
10248
10249 2002-07-20 [alfons]     0.7.8claws82
10250         
10251         * src/matcher.c
10252                 const-correctness
10253
10254 2002-07-20 [thorsten]   0.7.8claws81
10255
10256         * src/matcher.c
10257                 Fixed expansion of empty fields in matchactions
10258
10259 2002-07-19 [melvin]     0.7.8claws80
10260
10261         * src/gtkspell.c
10262                 Removed a duplicate menu entry (fast mode) introduced during
10263                 the new cache merge
10264                 Added a menu separator between 'Use alternate' and 'Fast mode'
10265
10266 2002-07-19 [paul]       0.7.8claws79
10267
10268         * tools/Makefile.am
10269           tools/README
10270                 correct typos
10271
10272 2002-07-19 [thorsten]   0.7.8claws78
10273
10274         * tools/calypso_convert.pl      ** NEW FILE **
10275           tools/README
10276           tools/Makefile.am
10277                 script to import mbox files exported
10278                 by calypso
10279                 o generates folder structure
10280                 o includes attachments
10281
10282 2002-07-19 [melvin]     0.7.8claws77
10283
10284         * src/selective_download.[ch]
10285                 Fixed bug where closing the dialog with the window manager's
10286                 close button will not unlock the summary
10287                 Corrected some function declarations that missed a return value
10288                 Made the source code comply better with coding style.
10289         * src/prefs_common.c
10290                 Added new browser command line for Mozilla.
10291
10292 2002-07-18 [paul]       0.7.8claws76
10293
10294         * src/mainwindow.c
10295           src/selective_download.[ch]
10296                 reflect theme changes, fix Gdk Warning when creating 
10297                 pixmap from NULL window, and minor clean up.
10298                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10299
10300         * po/en_GB.po
10301                 updated
10302
10303 2002-07-17 [paul]       0.7.8claws75
10304
10305         * INSTALL[.jp]
10306                 sync with 0.8.0
10307         
10308         * po/en_GB.po
10309                 updated
10310
10311 2002-07-16 [paul]       0.7.8claws74
10312
10313         * tools/filter_conv.pl
10314           tools/README
10315                 replace conversion script with reimplemented version, 
10316                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10317
10318 2002-07-16 [colin]      0.7.8claws73
10319
10320         * src/summaryview.c
10321                 remove forgotten debug messages - sorry ;-)
10322
10323 2002-07-16 [colin]      0.7.8claws72
10324
10325         * src/mimeview.c
10326           src/summaryview.c
10327           src/textview.c
10328           src/textview.h
10329                 add the ability to select part of a text mime-part 
10330                 to reply.
10331
10332 2002-07-15 [christoph]  0.7.8claws71
10333
10334         * src/folder.c
10335                 fix folder message count for folders without
10336                 msg_is_changed (includes news folders)
10337
10338 2002-07-15 [martin]     0.7.8claws70
10339
10340         * src/summaryview.c
10341                 option "display recipient on 'From'..." now works
10342                 without the need of enabling the option
10343                 "display  sender  using  address  book".
10344
10345 2002-07-15 [christoph]  0.7.8claws69
10346
10347         * src/summaryview.c
10348                 removed setting folder status from summaryview.
10349                 folder.c should update all message counts correctly.
10350
10351 2002-07-15 [paul]       0.7.8claws68
10352
10353         * po/pt_BR.po
10354                 updated by Fabio Junior Beneditto
10355
10356 2002-07-15 [darko]      0.7.8claws67
10357
10358         * src/mh.c
10359                 Fixed target folder colorization, don't decrease op
10360                 number twice
10361
10362 2002-07-14 [paul]       0.7.8claws66
10363
10364         * sync with main 0.8.0
10365                 see ChangeLog 2002-07-14
10366
10367 2002-07-13 [melvin]     0.7.8claws65
10368         
10369         * src/addrbook.c
10370         * src/addressbook.c
10371         * src/addrindex.c
10372                 Replaced sprintf by g_snprintf to prevent possible buffer
10373                 overflow.
10374         * src/news.c
10375                 Corrected a log message output format.
10376                 Added a missing "done" debug output.
10377         * src/compose.c
10378                 Added keyboard accelerator for Priority menu items
10379                 Added missing \n in debug output
10380         * src/logwindow.c
10381         * src/gtkspell.c
10382         * src/rfc2015.c
10383                 Added missing \n in debug output
10384
10385 2002-07-13 [paul]       0.7.8claws64
10386
10387         * man/sylpheed.1
10388                 change Sergey's email address to the sf address
10389
10390         * src/textview.c
10391                 increase show_url_timeout (more useful for long
10392                 urls)
10393
10394 2002-07-12 [sergey]     0.7.8claws63
10395
10396         * src/rfc2015.c
10397                 applied (with some modifications) patch to set the
10398                 micalg parameter for signatures
10399                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10400
10401 2002-07-12 [sergey]     0.7.8claws62
10402
10403         * man/Makefile.am
10404         * configure.in
10405                 fixed man page installation
10406
10407 2002-07-12 [paul]       0.7.8claws61
10408
10409         * sync with 0.7.8cvs26
10410                 see ChangeLog 2002-07-11 and 2002-07-12
10411
10412 2002-07-11 [christoph]  0.7.8claws60
10413
10414         * src/compose.c
10415         * src/procmsg.c
10416                 first use the message number to find the message
10417                 to mark with a reply flag but check the
10418                 message-id if we got the correct message, if not
10419                 try to find it by message-id.
10420                 use new string seperator that is not allowed
10421                 in message-ids.
10422
10423 2002-07-11 [paul]       0.7.8claws59
10424
10425         * sync with 0.7.8cvs23
10426                 see ChangeLog 2002-07-10
10427
10428 2002-07-10 [christoph]  0.7.8claws58
10429
10430         * src/folder.[ch]
10431         * src/msgcache.[ch]
10432                 Added message-id table to the cache in memory
10433                 and functions to msgcache.c and folder.c to
10434                 fetch MsgInfos by message id
10435         * src/compose.c
10436         * src/procmsg.c
10437                 store folder and message-id of message replying
10438                 to in queue header and set reply flag after sending
10439                 (Closes bug #469498)
10440
10441 2002-07-10 [paul]       0.7.8claws57
10442
10443         * AUTHORS
10444           man/sylpheed.1.gz
10445                 add Martin to the list of authors
10446
10447 2002-07-09 [martin]     0.7.8claws56
10448         * src/gtksctree.c
10449                 Added gtk_ctree_last_visible(), tree_update_level(),
10450                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10451                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10452                 from gtk+ to gtksctree.c for the new sorting code
10453                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10454                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10455         * src/gtksctree.h
10456                 Added declaration for gtk_sctree_sort_recursive() and
10457                 gtk_sctree_sort_node
10458         * src/addressbook.c
10459         * src/foldersel.c
10460         * src/folderview.c
10461         * src/summaryview.c
10462                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10463                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10464
10465 2002-07-08 [paul]       0.7.8claws55
10466
10467         * more sync with 0.7.8cvs21
10468                 see ChangeLog 2002-07-08
10469
10470 2002-07-08 [paul]       0.7.8claws54
10471
10472         * sync with 0.7.8cvs21
10473                 see ChangeLog 2002-07-08
10474
10475 2002-07-07 [alfons]     0.7.8claws53
10476
10477         * src/Makefile.am
10478         * src/stock_pixmap.[ch]
10479         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10480         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10481         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10482                 add new pixmaps for upcoming notice pane
10483
10484 2002-07-06 [melvin]     0.7.8claws52
10485
10486         * src/gtkspell.[ch]
10487                 Made them a bit closer to Sylpheed's coding style.
10488                 Removed old code.
10489                 Removed possible memory leaks when some errors occurs.
10490
10491 2002-07-06 [melvin]     0.7.8claws51
10492
10493         * po/Makefile.in.in
10494                 Removed --no-location in xgettext command line to help
10495                 translators that use Emacs' po-mode
10496         * src/quote_fmt.c
10497                 Removed unnecessary comments that messed up sylpheed.pot
10498
10499 2002-07-06 [paul]       0.7.8claws50
10500
10501         * sync with 0.7.8cvs19
10502                 see ChangeLog 2002-07-05
10503
10504 2002-07-06 [christoph]  0.7.8claws49
10505
10506         * src/folder.c
10507         * src/mainwindow.c
10508                 fix folder_item_remove_all_msg and folderview
10509                 status for trash folders after emptying trash
10510
10511 2002-07-05 [paul]       0.7.8claws48
10512
10513         * sync with 0.7.8cvs16
10514                 see ChangeLog 2002-07-04 and 2002-07-05
10515
10516 2002-07-04 [paul]       0.7.8claws47
10517
10518         * sync with 0.7.8cvs14
10519                 see  ChangeLog 2002-07-04
10520
10521 2002-07-03 [alfons]     0.7.8claws46
10522
10523         * src/folder.c
10524                 dupe folder item's path because it's being reallocated
10525                 by new folder scanning code
10526
10527 2002-07-03 [christoph]  0.7.8claws45
10528
10529         * src/imap.c
10530                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10531         * src/msgcache.c
10532                 add missing return in msgcache_write
10533
10534 2002-07-02 [thorsten]   0.7.8claws44
10535
10536         * src/jpilot.c
10537         * src/msgcache.c
10538         * src/rfc2015.c
10539                 use binary mode for file access
10540
10541 2002-07-02 [christoph]  0.7.8claws43
10542
10543         * major code cleanup (part 1)
10544         
10545                 - unused variables removed
10546                 - unused functions removed
10547                 - uninitialized variables checked
10548                 - missing return statements added
10549                 - missing function return types added
10550                 - added parentheses around assignment and
10551                   && in || when suggested by gcc
10552               
10553         * src/mh.c
10554         * src/folder.c
10555                 replaced direct calls to folder->scan_tree
10556                 with folder_scan_tree and restore folder
10557                 prefs in this function. The folder should
10558                 not have to deal with them.
10559                 ( Should now work for all folder types )
10560
10561 2002-07-02 [paul]       0.7.8claws42
10562
10563         * sync with 0.7.8cvs13
10564                 see ChangeLog 2002-07-01 and 2002-07-02
10565
10566 2002-07-01 [christoph]  0.7.8claws41
10567
10568         * src/summaryview.c
10569                 fix "goto next/prev unread message" with
10570                 ignored threads
10571
10572 2002-07-01 [paul]       0.7.8claws40
10573
10574         * po/es.po
10575                 updated by Ricardo Mones Lastra
10576
10577 2002-06-30 [match]      0.7.8claws39
10578
10579         * src/jpilot.c
10580                 applied variation of leonerd's patch (566661) to
10581                 allow multiple email addresses per JPilot entry.
10582                 addresses may be separated by space, comma, pipe,
10583                 semi-colon, new-line.
10584
10585 2002-06-30 [alfons]     0.7.8claws38
10586
10587         * src/procmsg.c
10588                 simple fix for putting older nodes before
10589                 newer nodes when threading by subject
10590
10591 2002-06-30 [christoph]  0.7.8claws37
10592
10593         * src/folder.c
10594         * src/folderview.c
10595         * src/mh.c
10596         * src/news.c
10597         * src/procmsg.c
10598                 fix broken folder tree rescaning
10599                 and don't use procmsg_get_mark_sum
10600                 anymore
10601
10602 2002-06-30 [christoph]  0.7.8claws36
10603
10604         * merge new cache branch
10605         * src/imap.c
10606                 fix new cache imap copy bug
10607         * src/folder.c
10608                 improved folder_item_scan
10609                 it should now always set the correct
10610                 new, unread and total message counts
10611
10612 2002-06-29 [paul]       0.7.8claws35
10613
10614         * configure.in
10615                 correct syntax error
10616
10617 2002-06-29 [paul]       0.7.8claws34
10618
10619         * configure.in
10620           Makefile.am
10621           man/Makefile.am       ** NEW FILE **
10622           man/sylpheed.1.gz     ** NEW FILE **
10623                 add Sylpheed man page
10624
10625 2002-06-29 [paul]       0.7.8claws33
10626
10627         * po/pt_BR.po
10628                 updated by Fabio Junior Beneditto
10629
10630 2002-06-28 [jens]       0.7.8claws32
10631
10632         * po/de.po
10633                 translation updated
10634
10635         * src/selective_download.c
10636                 removed gettext for space " "
10637
10638         * src/imap.c
10639                 removed wrong space
10640
10641 2002-06-28 [paul]       0.7.8claws31
10642
10643         * sync with 0.7.8cvs11
10644                 see ChangeLog 2002-06-28
10645
10646 2002-06-28 [paul]       0.7.8claws30
10647
10648         * sync with 0.7.8cvs10
10649                 see ChangeLog 2002-06-27 and 2002-06-28
10650
10651 2002-06-26 [paul]       0.7.8claws29
10652
10653         * src/addrgather.c
10654           src/selective_download.c
10655                 don't gettextise empty strings.
10656                 reserved by gettext. gettext("") returns 
10657                 the header entry with meta information, 
10658                 not the empty string
10659
10660         * po/en_GB.po
10661                 updated
10662
10663 2002-06-26 [paul]       0.7.8claws28
10664
10665         * sync with 0.7.8cvs7
10666                 see ChangeLog 2002-06-25
10667
10668         * src/prefs_common.c
10669                 ...and in the process, tweak the gui a little
10670
10671 2002-06-25 [alfons]     0.7.8claws27
10672         
10673         * configure.in
10674         * src/Makefile.am
10675                 fine tune ldap library detection
10676
10677 2002-06-25 [alfons]     0.7.8claws26
10678
10679         * src/compose.c
10680                 don't allow return receipts when composing a news article
10681
10682 2002-06-25 [paul]       0.7.8claws25
10683
10684         * Makefile.am
10685                 add '$(AMTAR)' to 'release' section to allow for
10686                 new and older autotools
10687
10688 2002-06-25 [paul]       0.7.8claws24
10689
10690         * src/summaryview.c
10691                 fix "No more unread messages" persistant pop-up
10692                 window bug
10693
10694 2002-06-25 [paul]       0.7.8claws23
10695
10696         * po/it.po
10697                 updated by Alessandro Maestri
10698
10699 2002-06-25 [paul]       0.7.8claws22
10700
10701         * sync with 0.7.8cvs6
10702                 see ChangeLog 2002-06-25
10703
10704 2002-06-24 [paul]       0.7.8claws21
10705
10706         * tools/update-po
10707                 add GPL copyright information
10708
10709 2002-06-24 [paul]       0.7.8claws20
10710
10711         * tools/Makefile.am
10712           tools/README
10713           tools/update-po       ** NEW FILE **
10714                 add script that eases the creation of *.po files
10715                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10716
10717 2002-06-23 [alfons]     0.7.8claws19
10718
10719         * src/messageview.c
10720                 make notification_convert_header obey const correctness
10721                 (next step will be fixing the broken return receipt)
10722
10723 2002-06-23 [paul]       0.7.8claws18
10724
10725         * src/messageview.c
10726                 fix bug introduced in last commit:
10727                 removed too much code in last commit - put back what's
10728                 needed
10729
10730 2002-06-23 [paul]       0.7.8claws17
10731
10732         * src/messageview.[ch]
10733                 remove code committed in error from locally patched
10734                 source
10735
10736 2002-06-23 [colin]      0.7.8claws16
10737
10738         * src/compose.[ch]
10739                 add compose_entry_select(), used to select the default_to
10740                 email address - hopefully avoiding people sending mails to
10741                 wrong recipients.
10742
10743 2002-06-22 [alfons]     0.7.8claws15
10744
10745         * AUTHORS
10746                 add Bram Metsch & Stanislav Karchebny
10747         * src/smtp.[ch]
10748         * src/prefs_account.[ch]
10749         * src/send.c
10750                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10751                   options.  (see <http://sourceforge.net/tracker/index.php
10752                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10753
10754                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10755                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10756
10757 2002-06-22 [paul]       0.7.8claws14
10758
10759         * sync with 0.7.8cvs5
10760                 see ChangeLog 2002-06-19 and 2002-06-20
10761
10762 2002-06-22 [alfons]     0.7.8claws13
10763
10764         * src/selective_download.c
10765                 fix a stupid mistake I made
10766
10767 2002-06-22 [alfons]     0.7.8claws12
10768
10769         * src/selective_download.[ch]
10770                 fix another unnoticed leak; cleanup code
10771
10772 2002-06-21 [alfons]
10773
10774         * tools/Makefile.am
10775                 gpg-sign <-- gpg-sign-syl
10776
10777 2002-06-21 [alfons]     0.7.8claws11
10778
10779         * src/selective_download.c
10780         * src/selective_download.h
10781                 fix assorted mix of allocation errors (should solve
10782                 problem reported by Philippe Gramoullé, see:
10783                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10784
10785 2002-06-20 [melvin]     0.7.8claws10
10786
10787         * tools/gpg-sign *REMOVED*
10788           tools/gpg-sign-syl *ADDED*
10789                 Replaced the gpg clearsigning script with the version using
10790                 xterm instead of ssh-askpass and changed its name.
10791
10792         * README.claws
10793                 Updated actions example to reflect the renaming of the
10794                 gpg clearsigning script.
10795
10796 2002-06-19 [paul]       0.7.8claws9
10797
10798         * sync with 0.7.8claws9
10799                 see ChangeLog 2002-06-18 and 2002-06-19
10800
10801 2002-06-19 [paul]       0.7.8claws8
10802
10803         * sync with 0.7.8cvs1
10804                 see ChangeLog 2002-06-18
10805
10806 2002-06-18 [alfons]     0.7.8claws7
10807
10808         * src/mainwindow.h
10809                 add omitted prototype
10810
10811 2002-06-17 [paul]       0.7.8claws6
10812
10813         * src/mainwindow.c
10814                 fix hiding of exec_btn
10815
10816 2002-06-17 [paul]       0.7.8claws5
10817
10818         * src/pop.c
10819                 remove unneeded code: should_delete() 
10820                 and Pop3State::uidl_todelete_list
10821
10822 2002-06-17 [paul]       0.7.8claws4
10823
10824         * sync with 0.7.8
10825                 see ChangeLog 2002-06-11 and 2002-06-13
10826
10827 2002-06-16 [alfons]     0.7.8claws3
10828         
10829         * src/folder.c
10830                 make sure lock sort mode (claws specific) is
10831                 also persists after a tree rescan
10832
10833 2002-06-16 [alfons]     0.7.8claws2
10834
10835         * src/prefs_folder_item.c
10836         * src/folder.[ch]
10837                 fix persistence of folder sort mode (broken
10838                 by adapting Hiro's new folder persistence code)
10839
10840 2002-06-16 [alfons]     0.7.8claws1
10841
10842         * AUTHORS
10843         * src/logwindow.c
10844         * src/prefscommon.[ch]
10845                 control size of log text in log window; 
10846                 closes patch #569155 submitted by Mitko Haralanov.
10847
10848 2002-06-15 [paul]       0.7.8claws
10849
10850         * release of 0.7.8claws
10851
10852 2002-06-15 [paul]       0.7.7claws
10853
10854         * po/pt_BR.po
10855                 updated by Fabio Junior Beneditto
10856
10857 2002-06-14 [paul]       0.7.6claws49
10858
10859         * po/es.po
10860                 updated by Ricardo Mones Lastra
10861
10862 2002-06-14 [paul]       0.7.6claws48
10863
10864         * po/nl.po
10865                 updated translation by Wilbert Berendsen
10866
10867 2002-06-14 [melvin]     0.7.6claws47
10868
10869         * po/fr.po
10870                 Updated French translation
10871
10872 2002-06-13 [paul]       0.7.6claws46
10873
10874         * src/filesel.c
10875                 allow filename to be typed in, rather than just
10876                 selected by the mouse. Patch by Gustavo Noronha Silva.
10877
10878 2002-06-13 [alfons]     0.7.6claws45
10879
10880         * src/mainwindow.[ch]
10881                 more cleanups (removing unnecessary menu items Expand 
10882                 summary / message view)
10883
10884 2002-06-13 [melvin]     0.7.6claws44
10885
10886         * po/POTFILES.in
10887                 Added src/string_match.c
10888         * src/string_match.c
10889                 Fixed possible buffer overflow.
10890                 Corrected typo.
10891                 Added missing config.h header.
10892         * src/prefs_common.c
10893           src/prefs_matcher.c
10894           src/prefs_scoring.c
10895                 Made some strings translatable (missing _(..)).
10896
10897 2002-06-13 [melvin]     0.7.6claws43
10898
10899         * README.claws
10900                 Corrected action example (verifying clearsigned mail).
10901         * src/prefs_account.c
10902                 Corrected typo.
10903         * src/prefs_common.c
10904                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10905
10906 2002-06-12 [alfons]     0.7.6claws42
10907
10908         * src/summaryview.c
10909                 add init of score column lost in 0.7.6claws42
10910
10911 2002-06-12 [paul]       0.7.6claws41
10912
10913         * src/prefs_account.c
10914                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10915                 behavior of the radio buttons, (from 0.7.7cvs2)
10916
10917 2002-06-11 [alfons]     0.7.6claws40
10918
10919         * src/messageview.[ch]
10920         * src/summaryview.[ch]
10921         * src/summary_search.c
10922         * src/mainwindow.c
10923                 perform a sync to bring in Hiro's separate view implementation 
10924
10925                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10926
10927 2002-06-11 [paul]       0.7.6claws39
10928         
10929         * src/prefs_account.c
10930                 correct a typo on the Receive tab
10931
10932 2002-06-10 [match]      0.7.6claws38
10933
10934         * src/addressbook.c
10935                 Included address completion patch from Gustavo Noronha.
10936
10937 2002-06-10 [paul]       0.7.6claws37
10938
10939         * src/inc.[ch]
10940           src/pop.c
10941           src/prefs_account.[ch]
10942           src/selective_download.[ch]
10943                 apply PATCH #561712
10944                  NEW:
10945                 - check if POP Account
10946                 - Receive Button renamed to Preview
10947                 - Preview Button Popup: preview new/all messages
10948                 - Download Button
10949                 - Account Preferences-->Receive tab checkbutton if you
10950                   want to remove Mail after Download
10951                 -: default YES
10952                 - Account Preferences-->Receive tab checkbutton use
10953                   filtering rules on preview
10954                   (think of delete_on_server)
10955                 -: default YES
10956                 - Account selectable from SD dialog
10957                 - checkbutton to show already downloaded messages if
10958                   all messages are previewed
10959                 - new clist column showing Date
10960                 - ESC KEY close
10961                 FIXES:
10962                 - play ball with UIDL
10963                 - fault tolerant (?) 
10964                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10965
10966 2002-06-10 [melvin]     0.7.6claws36
10967
10968         * README.claws
10969                 Added a hint to ac/README in cvs instructions.
10970
10971         * src/prefs_actions.c
10972                 Made it possible to use a more elaborate command line
10973                 for asynchronous actions, too.
10974
10975 2002-06-10 [melvin]     0.7.6claws35
10976         
10977         * src/prefs_actions.c
10978                 Make it possible to use a more elaborate command line
10979                 (e.g. |foo|bar|cat>there;echo Done|)
10980                 Corrected error message when calling %f, %F and %p commands
10981                 from the compose window.
10982
10983 2002-06-09 [colin]      0.7.6claws34
10984
10985         * src/summaryview.c
10986                 Automatically find unread messages in current folder
10987                 before annoying the user.
10988
10989 2002-06-08 [alfons]     0.7.6claws33
10990
10991         * po/it.po
10992                 remove bad formatting string in it.po translation
10993                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10994
10995 2002-06-08 [paul]       0.7.6claws32
10996
10997         * sync with 0.7.6cvs25
10998                 see ChangeLog 2002-06-07
10999
11000 2002-06-05 [paul]       0.7.6claws31
11001
11002         * src/mainwindow.c
11003                 add 'Sort by locked' and 'Sort by score'
11004
11005 2002-06-05 [paul]       0.7.6claws30
11006
11007         * sync with 0.7.6cvs24
11008                 see ChangeLog 2002-06-04
11009
11010 2002-06-04 [paul]       0.7.6claws29
11011
11012         * po/pt_BR.po
11013                 updated by Fabio Junior Beneditto
11014
11015 2002-06-03 [thorsten]   0.7.6claws28
11016
11017         * src/matcher.c
11018                 fclose() matcherrc after reading
11019
11020 2002-06-03 [paul]       0.7.6claws27
11021
11022         * sync with 0.7.6cvs21
11023                 see ChangeLog 2002-05-31
11024
11025 2002-05-31 [paul]       0.7.6claws26
11026
11027         * sync with 0.7.6cvs20
11028                 see ChangeLog 2002-05-29 and 2002-05-30
11029
11030 2002-05-31 [paul]       0.7.6claws25
11031
11032         * src/imap.c
11033                 hopefully fix last buggy sync
11034
11035         * README.claws
11036                 correct typo in 'Actions' examples
11037
11038 2002-05-29 [paul]       0.7.6claws24
11039
11040         * sync with 0.7.6cvs18
11041                 see ChangeLog 2002-05-28 and 2002-05-29
11042
11043         * src/news.c
11044           src/nntp.[ch]
11045                 sync with above 
11046
11047 2002-05-28 [paul]       0.7.6claws23
11048
11049         * sync with 0.7.6cvs16
11050                 see ChangeLog 2002-05-28
11051
11052 2002-05-27 [thorsten]   0.7.6claws22 
11053
11054         * faq/it/sylpheed-faq-1.html
11055           faq/it/sylpheed-faq-2.html
11056           faq/it/sylpheed-faq-3.html
11057           faq/it/sylpheed-faq.html
11058                 corrected DOS lineendings
11059         * faq/de/sylpheed-faq-1.html
11060           faq/de/sylpheed-faq-2.html
11061           faq/en/sylpheed-faq-1.html
11062           faq/en/sylpheed-faq-2.html
11063           faq/en/sylpheed-faq-3.html
11064           faq/es/sylpheed-faq-1.html
11065           faq/es/sylpheed-faq-2.html
11066           faq/es/sylpheed-faq-3.html
11067           faq/fr/sylpheed-faq-1.html
11068           faq/it/sylpheed-faq-1.html
11069           faq/it/sylpheed-faq-2.html
11070           faq/it/sylpheed-faq-3.html
11071           faq/it/sylpheed-faq.html
11072                 changed ">" to &quot;
11073
11074 2002-05-27 [paul]       0.7.6claws21
11075         
11076         * sync with 0.7.6cvs15
11077                 see ChangeLog 2002-05-27
11078
11079 2002-05-27 [paul]       0.7.6claws20
11080
11081         * src/prefs_account.c
11082                 correct a typo
11083
11084 2002-05-26 [paul]       0.7.6claws19
11085
11086         * tools/README
11087                 correct a typo
11088
11089 2002-05-25 [paul]       0.7.6claws18
11090
11091         * tools/README
11092                 add description of kmail2sylpheed.pl
11093
11094 2002-05-25 [paul]       0.7.6claws17
11095
11096         * tools/kmail2sylpheed.pl       ** NEW FILE **
11097                 perl script that converts an exported Kmail address
11098                 book, converts it to sylpheed addressbook file,
11099                 writes the file to .sylpheed, and updates
11100                 addrbook--index.xml 
11101
11102 2002-05-25 [paul]       0.7.6claws16
11103
11104         * sync with 0.7.6cvs14
11105                 see ChangeLog 2002-05-23
11106
11107 2002-05-24 [paul]       0.7.6claws15
11108
11109         * README.claws
11110                 make a correction and add some more info
11111
11112 2002-05-24 [paul]       0.7.6claws14
11113
11114         * src/compose.c
11115                 fix memory leak in 
11116                 compose_redirect_write_headers_from_headerlist()
11117                 add Subject and Resent-Message-ID to
11118                 compose_redirect_write_headers()
11119                 Received, Subject, and X-UIDL are filtered out in 
11120                 compose_redirect_write_to_file()
11121
11122 2002-05-23 [paul]       0.7.6claws13
11123
11124         * src/compose.[ch]
11125           src/filtering.c
11126           src/mainwindow.c
11127           src/matcher.[ch]
11128           src/matcher_parser_lex.l
11129           src/matcher_parser_parse.y
11130           src/prefs_common.[ch]
11131           src/prefs_filtering.c
11132           src/summaryview.c
11133                 rename 'Bounce' to 'Redirect'
11134
11135 2002-05-23 [paul]       0.7.6claws12
11136
11137         * more sync with 0.7.6cvs13
11138           src/compose.c
11139                 see ChangeLog 2002-05-22
11140
11141 2002-05-22 [paul]       0.7.6claws11
11142
11143         * sync with 0.7.6cvs13
11144           src/codeconv.c
11145                 see ChangeLog 2002-05-20
11146           src/prefs_common.c
11147                 see ChangeLog 2002-05-22
11148
11149 2002-05-21 [melvin]     0.7.6claws10
11150
11151         * src/folderview.c
11152                 Added missing filtering and scoring headers
11153                 Fixed bad function call that showed garbage 
11154                 in Folder->Processing
11155
11156 2002-05-21 [paul]       0.7.6claws9
11157
11158         * tools/Makefile.am
11159                 make all tools executable, (patch by Alfons).
11160
11161 2002-05-20 [alfons]     0.7.6claws8
11162
11163         * src/procheader.c
11164                 don't forget to call mktime() so we have a valid week 
11165                 and year day
11166                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11167
11168 2002-05-20 [paul]       0.7.6claws7
11169
11170         * src/html.c
11171                 fix broken parsing of urls
11172         * src/textview.c
11173                 fix displaying of urls
11174
11175                 both fixes from the patch [547855] by Eugene 
11176                 Brevdo (zonem)
11177
11178 2002-05-19 [alfons]     0.7.6claws6
11179
11180         * configure.in
11181                 make sylpheed configure correctly with the latest
11182                 and greatest of automake / autoconf / gettext
11183
11184 2002-05-19 [alfons]     0.7.6claws5
11185
11186         * src/procheader.c
11187         * src/procheader.h
11188                 add function for returning ime zone offset
11189         * src/quote_fmt.c
11190         * src/quote_fmt_parse.y
11191                 better quotation formatting - does not convert
11192                 to local time, but uses the original date string.
11193                 
11194                 Note: %z inserts the timezone offset (should 
11195                 work also on platforms where strftime does not
11196                 support %z).
11197
11198 2002-05-18 [christoph]  0.7.6claws4
11199
11200         * src/summaryview.c
11201                 fix indentation of some code
11202         * tools/Makefile.am
11203                 fix spaces after \
11204         * src/Makefile.am
11205                 add missing \
11206                 correct path for ignorethread.xpm
11207                 incorrect filename for sylpheed_logo.xpm
11208                 add missing include matcher_parser_parse.h
11209
11210 2002-05-18 [paul]       0.7.6claws3
11211
11212         * sync with 0.7.6cvs8
11213                 see ChangeLog 2002-05-16 and 2002-05-17
11214
11215 2002-05-18 [melvin]     0.7.6claws2
11216
11217         * README.claws
11218                 Corrected an action's definition and fixed some misspellings.
11219
11220 2002-05-18 [paul]       0.7.6claws1
11221
11222         * tools/Makefile.am
11223           tools/gpg-sign        ** new file **
11224           tools/uudec           ** new file **
11225                 add Melvin's Actions scripts
11226
11227         * README.claws
11228                 add Melvin's descriptions for Actions
11229
11230 2002-05-18 [paul]       0.7.6claws
11231
11232         * Version 0.7.6claws released
11233
11234 2002-05-17 [paul]       0.7.5claws32
11235
11236         * po/es.po
11237                 updated by Ricardo Mones Lastra
11238
11239 2002-05-17 [paul]       0.7.5claws31
11240
11241         * src/compose.c
11242                 fix Account prefs default folder for sent/draft/deleted
11243                 messages bug
11244
11245         * po/it.po
11246           po/nl.po
11247                 updated translation by Alessandro Maestri and
11248                 Wilbert Berendsen
11249
11250 2002-05-17 [melvin]     0.7.5claws30
11251
11252         * src/prefs_actions.c
11253                 Fixed bug where using %F not at the end of the command 
11254                 resulted in an additional empty argument being created.
11255                 Thanks to Darko Koruga for reporting the bug.
11256
11257 2002-05-17 [melvin]     0.7.5claws29
11258
11259         * po/fr.po
11260                 Updated French translations.
11261
11262 2002-05-15 [paul]       0.7.5claws28
11263         
11264         * po/es.po
11265                 updated by Ricardo Mones Lastra
11266
11267 2002-05-15 [paul]       0.7.5claws27
11268
11269         * sync with 0.7.6cvs4
11270                 see ChangeLog 2002-05-14 and 2002-05-15
11271
11272 2002-05-14 [paul]       0.7.5claws26
11273
11274         * sync with 0.7.6cvs1
11275                 see ChangeLog 2002-05-13
11276
11277 2002-05-13 [thorsten]   0.7.5claws25
11278
11279         * src/messageview.c
11280                 fix select_all and copy in multipart messages
11281         * src/mainwindow.c
11282                 fix select_all and copy in multipart messages
11283
11284 2002-05-12 [paul]       0.7.5claws24
11285
11286         * src/summaryview.c
11287                 reverse last commit, bug already fixed in 0.7.5claws3
11288
11289 2002-05-12 [netztorte]  0.7.5claws23
11290
11291         * src/summaryview.c
11292                 dont parse empty addressbook (checked in before claws20)
11293
11294 2002-05-12 [melvin]     0.7.5claws22
11295
11296         * src/procmsg.[ch]
11297                 Removed unneeded priority code introduced by the previous 
11298                 commit.
11299
11300 2002-05-12 [melvin]     0.7.5claws21
11301
11302         * src/compose.[ch]
11303                 Added possibility to set message's priority.
11304         * src/procmsg.[ch]
11305                 Added possibility to set message's priority.
11306                 Added missing headers
11307
11308 2002-05-12 [melvin]     0.7.5claws20
11309
11310         * src/prefs_actions.c
11311                 Removed implicitely added quotes around the name
11312                 of the temporary files of mime parts.
11313
11314 2002-05-12 [paul]       0.7.5claws19
11315
11316         * sync with 0.7.5cvs20
11317                 see ChangeLog 2002-05-11
11318
11319 2002-05-12 [alfons]     0.7.5claws18
11320
11321         * src/quote_fmt_lex.l
11322         * src/quote_fmt_parse.y
11323                 allow quote / reply date & time format to be set using
11324                 %D{format}. format is a format string you'd pass to
11325                 strftime() (see man strftime, or the Display tab |
11326                 Date format setting).
11327
11328                 Currently %D converts the date to local time. 
11329
11330 2002-05-11 [paul]       0.7.5claws17
11331
11332         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11333                 see ChangeLog 2002-05-10 and 2002-05-11
11334
11335 2002-05-10 [paul]       0.7.5claws16
11336
11337         * sync with 0.7.5cvs16
11338                 see ChangeLog entries 2002-05-09 and 
11339                 2002-05-10
11340
11341 2002-05-10 [colin]      0.7.5claws15
11342
11343         * src/textview.c
11344                 Corrected a bug that prevented sylpheed to open
11345                 double-clicked URIs.
11346
11347 2002-05-09 [paul]       0.7.5claws14
11348
11349         * sync with 0.7.5cvs14
11350                 see ChangeLog 2002-05-08 and 2002-05-09
11351
11352 2002-05-08 [paul]       0.7.5claws13
11353
11354         * sync with 0.7.5cvs11
11355                 see ChangeLog entry 2002-05-08
11356
11357 2002-05-08 [paul]       0.7.5claws12
11358
11359         * src/mainwindow.c
11360           src/textview.[ch]
11361                 fix segfault on View->Open in new window
11362                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11363
11364 2002-05-07 [paul]       0.7.5claws11
11365
11366         * sync with 0.7.5cvs9
11367                 see ChangeLog entry 2002-05-07
11368
11369 2002-05-06 [paul]       0.7.5claws10
11370
11371         * src/messageview.c
11372           src/textview.c
11373                 display url in statusbar on single-click
11374                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11375
11376 2002-05-06 [match]      0.7.5claws9
11377
11378         * src/addritem.[ch]
11379                 new functions.
11380         * src/addrcache.c
11381                 tidy up.
11382         * src/xmlprops.[ch]
11383                 XML implementation of properties file.
11384         * src/exporthtml.[ch]
11385         * src/expthtmldlg.[ch]
11386         * src/addressbook.c
11387                 export to HTML.
11388
11389 2002-05-02 [sergey]     0.7.5claws8
11390
11391         * src/mainwindow.c (mainwin_entries),
11392           src/prefs_common.c (prefs_send_create()),
11393           src/codeconv.c (locale_table):
11394                 use charset name "Windows-1251" instead of "CP1251".
11395
11396 2002-05-02 [colin]      0.7.5claws7
11397         
11398         * src/compose.c
11399           src/prefs_common.c
11400           src/prefs_folder_item.c
11401                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11402
11403 2002-05-02 [hiro]       0.7.5claws6
11404
11405         * src/imap.c
11406                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11407
11408 2002-05-02 [paul]       0.7.5claws5
11409
11410         * src/compose.c
11411                 more sync with 0.7.5cvs7, see ChangeLog entry
11412                 2002-05-02
11413
11414 2002-05-02 [hiro]       0.7.5claws4
11415
11416         * src/compose.c
11417                 compose_queue_sub():
11418                 check if queue folder exists (closes #550397).
11419                 removed directory creation since it should be handled
11420                 transparently.
11421         * src/imap.c
11422                 imap_add_msg(): return UID for appended message
11423                 (closes #548842).
11424
11425 2002-04-30 [paul]       0.7.5claws3
11426
11427         * src/summaryview.c
11428                 fix account_find_from_address() bug
11429
11430 2002-04-28 [colin]      0.7.5claws2
11431
11432         * src/compose.c
11433           src/textview.c
11434           src/prefs_common.[ch]
11435           src/utils.[ch]
11436                 Added user-definable quotation characters recognition.
11437
11438 2002-04-28 [paul]       0.7.5claws1
11439
11440         * sync with 0.7.5cvs4
11441                 see ChangeLog entry  2002-04-25
11442
11443 2002-04-28 [paul]       0.7.5claws
11444
11445         * po/es.po
11446           po/nl.po
11447           po/pt_BR.po
11448                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11449                 Fabio Junior Beneditto
11450
11451 2002-04-27 [jens]       0.7.4claws103
11452
11453         * po/de.po
11454                 updated German translation.
11455
11456 2002-04-27 [hiro]       0.7.4claws102
11457
11458         * src/summaryview.c
11459                 summary_write_cache(): fixed the mark loss of hidden messages.
11460
11461 2002-04-26 [melvin]     0.7.4claws101
11462
11463         * src/procmsg.c
11464                 fixed a second typo (same one)
11465         * po/fr.po
11466           po/it.po
11467           po/pt_BR.po
11468                 fixed the type again...
11469
11470 2002-04-26 [melvin]     0.7.4claws100
11471
11472         * src/procmsg.c
11473                 fixed a typo in an alert message ("temorary").
11474         * po/it.po
11475         * po/pt_BR.po
11476                 corrected the typo  described above.
11477         * po/fr.po
11478                 updated French translation.
11479
11480 2002-04-26 [darko]      0.7.4claws99
11481
11482         * src/summaryview.c
11483                 fix target folder colorization
11484
11485 2002-04-25 [paul]       0.7.4claws98
11486
11487         * po/it.po
11488                 updated by Alessandro Maestri
11489
11490 2002-04-24 [colin]      0.7.4claws97
11491         
11492         * src/compose.c
11493                 Fixed double "subject is empty" question.
11494
11495 2002-04-23 [colin]      0.7.4claws96
11496         
11497         * src/mimeview.c
11498                 Corrected issue when "automatically display images" was
11499                 not set : first image remained after selecting second.
11500
11501 2002-04-23 [melvin]     0.7.4claws95
11502
11503         * src/prefs_actions.c
11504                 Don't display in/out dialog if there is nothing to show.
11505
11506 2002-04-23 [paul]       0.7.4claws94
11507
11508         * sync with 0.7.5cvs3
11509                 bug fixes: see ChangeLog entry 2002-04-23
11510
11511 2002-04-22 [darko]      0.7.4claws93
11512
11513         * src/compose.c
11514                 fix previous check-in which changed code after
11515                 merge from main
11516
11517 2002-04-22 [paul]       0.7.4claws92
11518
11519         * faq/de/*
11520                 add German FAQ
11521         * faq/en/*
11522           faq/es/*
11523           faq/fr/*
11524                 update English, Spanish and French FAQs
11525         * manual/de/*
11526           manual/es/*
11527                 add German and Spanish manuals
11528         * manual/en/*
11529           manual/fr/*
11530                 update English and French manuals
11531
11532         * src/Makefile.am
11533                 add to and re-arrange the pixmap entries
11534
11535 2002-04-22 [darko]      0.7.4claws91
11536
11537         * src/compose.c
11538                 fix sender initials recognition to only allow
11539                 '>' after the initials
11540
11541 2002-04-21 [paul]       0.7.4claws90
11542
11543         * sync with 0.7.5 release
11544                 see ChangeLog entry 2002-04-21
11545
11546 2002-04-21 [alfons]
11547
11548         * src/Makefile.am
11549                 add colin's new pixmaps to EXTRA_DIST
11550
11551 2002-04-21 [colin]      0.7.4claws89
11552         * src/compose.c
11553         * src/inc.c
11554         * src/mainwindow.[ch]
11555         * src/prefs_common.[ch]
11556         * src/stock_pixmap.[ch]
11557                 Added "Work offline" ability.
11558
11559 2002-04-21 [colin]      0.7.4claws88
11560         
11561         * src/mimeview.c
11562         * src/prefs_common.c
11563         * src/prefs_common.h
11564         * src/textview.c : Added an option to common preferences -> display
11565           to allow user not to automatically display images.
11566
11567 2002-04-21 [paul]       0.7.4claws87
11568
11569         * sync with 0.7.4cvs52
11570                 see ChangeLog entry 2002-04-21 (src/imap.c)
11571
11572 2002-04-21 [paul]       0.7.4claws86
11573
11574         * sync with 0.7.4cvs51
11575                 see ChangeLog entry 2002-04-21
11576
11577 2002-04-21 [paul]       0.7.4claws85
11578
11579         * sync with 0.7.4cvs49
11580                 see ChangeLog entries 2002-04-20 and 2002-04-21
11581
11582         * src/Makefile.am
11583                 clean up: remove old 'stock_' element from xpm 
11584                 filenames.
11585
11586 2002-04-21 [alfons]     0.7.4claws84
11587
11588         apply sync patch from Paul
11589
11590         * src/folderview.c
11591                 use old claws prefs_folder_item_create() for now
11592
11593 2002-04-19 [match]      0.7.4claws83
11594
11595         * src/addressbook.[ch]
11596         * src/addrharvest.[ch]
11597         * src/addrgather.[ch]
11598                 recurse folders.
11599         * src/mainwindow.c
11600         * src/summaryview.[ch]
11601                 change menu option.
11602
11603 2002-04-19 [paul]       0.7.4claws82
11604
11605         * po/pt_BR.po
11606                 updated by Fabio Junior Beneditto
11607
11608 2002-04-14 [alfons]     0.7.4claws81
11609
11610         * src/passphrase.c
11611                 add #include <sys/types.h> for mode_t and off_t 
11612
11613 2002-04-13 [paul]       0.7.4claws80
11614         
11615         * src/main.c
11616           src/passphrase.[ch]
11617           src/pgptext.c
11618           src/prefs_common.[ch]
11619           src/rfc2015.c
11620                 enable storing of GnuPG passphrase for the whole 
11621                 session or a user-defined number of minutes. patch 
11622                 submitted by Ravemax <ravemax@dextrose.com>
11623
11624 2002-04-13 [alfons]     0.7.4claws79
11625
11626         * src/textview.c
11627                 make email parser also stop scanning when encountering separators
11628                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11629
11630 2002-04-13 [paul]       0.7.4claws78
11631
11632         * sync with 0.7.4cvs39
11633                 see ChangeLog entry 2002-04-12
11634
11635 2002-04-11 [paul]       0.7.4claws77
11636
11637         * sync with 0.7.4cvs37
11638                 see ChangeLog entry 2002-04-11
11639
11640 2002-04-11 [paul]       0.7.4claws76
11641
11642         * COPYING 
11643                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11644                 the clause for OpenSSL). sync with sylpheed main
11645
11646 2002-04-09 [melvin]     0.7.4claws75
11647
11648         * src/compose.c
11649                 Made 'Ctrl-Enter' on send ignore some modifiers 
11650                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11651                 to bind other *-Enter (but not Alt-Enter).
11652
11653 2002-04-09 [paul]       0.7.4claws74
11654
11655         * sync with 0.7.4cvs35
11656                 see ChangeLog entries 2002-04-09
11657
11658 2002-04-08 [paul]       0.7.4claws73
11659
11660         * sync with 0.7.4cvs33
11661                 see ChangeLog entry 200-04-08
11662
11663 2002-04-07 [match]      0.7.4claws72
11664
11665         * src/addrharvest.[ch]
11666                 fixed to read all addresses in header, regardless
11667                 of header size. improved name parsing. accommodate
11668                 harvest from folders and selected message.
11669         * src/addritem.[ch]
11670                 included new address parsing function.
11671         * src/addrgather.[ch]
11672         * src/addressbook.[ch]
11673         * src/summaryview.[ch]
11674         * src/mainwindow.c
11675                 allow address harvest of folder as well as selected
11676                 messages.
11677
11678 2002-04-07 [paul]       0.7.4claws71
11679
11680         * src/esmtp.[ch]
11681           src/smtp.c
11682                 don't try to authenticate with CRAM-MD5 in SMTP when 
11683                 SMTP-AUTH enabled if MTA doesn't issue this 
11684                 auth-method in it's ehlo-response. bug item #531364,
11685                 patch item #938910. patch submitted by Colin Leroy 
11686                 <colin@colino.net>
11687
11688 2002-04-07 [paul]       0.7.4claws70
11689
11690         * src/nntp.c
11691                 fix missing MODE_READER bug. patch submitted by
11692                 Colin Leroy <colin@colino.net>
11693
11694 2002-04-07 [alfons]     0.7.4claws69
11695
11696         * src/matcher.[ch]
11697         * src/prefs_filtering.c
11698         * src/summaryview.c
11699                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11700                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11701
11702 2002-04-07 [paul]       0.7.4claws68
11703
11704         * sync with 0.7.4cvs32
11705                 see ChangeLog entry 2002-04-06
11706
11707         * tools/filter_conv.pl
11708                 more bug fixes
11709
11710 2002-04-06 [paul]       0.7.4claws67
11711
11712         * tools/filter_conv.pl
11713                 modify to be able to find the name of the first
11714                 mailbox and use that. main's filter does not
11715                 record the full path to the mailbox and therefore
11716                 can only filter to the first mailbox.
11717
11718 2002-04-05 [paul]       0.7.4claws66
11719
11720         * tools/filter_conv.pl
11721                 attempt to make the script all-encompassing and
11722                 be able to convert any main 'filter' rule thrown
11723                 at it
11724
11725 2002-04-05 [paul]       0.7.4claws65
11726
11727         * tools/filter_conv.pl
11728                 allow for collapsed folder trees
11729
11730 2002-04-05 [paul]       0.7.4claws64
11731
11732         * sync with 0.7.4cvs31
11733                 see ChangeLog entries 2002-04-05
11734
11735 2002-04-03 [paul]       0.7.4claws63
11736
11737         * sync with 0.7.4cvs29
11738                 see ChangeLog entries 2002-04-02 and 2002-04-03
11739
11740 2002-04-02 [paul]       0.7.4claws62
11741
11742         * sync with 0.7.4cvs26
11743                 see ChangeLog entry 2002-04-01
11744
11745 2002-04-02 [match]      0.7.4claws61
11746
11747         * src/pine.[ch]
11748         * src/importpine.[ch]
11749         * src/addressbook.c
11750                 import Pine address book.
11751
11752 2002-04-02 [match]      0.7.4claws60
11753
11754         * src/addrharvest.[ch]
11755                 improve address parsing of funky addresses.
11756
11757 2002-04-02 [darko]      0.7.4claws59
11758
11759         * src/compose.c
11760                 wrap on send improvements, it now recognizes quoted
11761                 initials as part of the quotation string, and it
11762                 does not join lines separated by CR
11763
11764 2002-04-01 [match]      0.7.4claws58
11765
11766         * src/mgutils.[ch]
11767                 added new functions.
11768         * src/mutt.[ch]
11769                 remove excessive duplicate address generation
11770                 on import.
11771
11772 2002-04-01 [alfons]     0.7.4claws57
11773         
11774         * src/summaryview.c
11775                 put back g_free() 
11776
11777 2002-04-01 [paul]       0.7.4claws56
11778
11779         * sync with 0.7.4cvs25
11780                 see ChangeLog entry 2002-04-01
11781
11782 2002-04-01 [alfons]     0.7.4aprilfool55
11783
11784         * src/summaryview.c
11785                 honour feature request item #537427 to allow for
11786                 displaying names from address book for sent mail also
11787
11788 2002-03-29 [paul]       0.7.4claws54
11789
11790         * src/mainwindow.c
11791           src/prefs_filtering.[ch]
11792           src/prefs_matcher.c
11793           src/summaryview.c
11794                 add 'fast filter' for claws' filtering,
11795                 /Tools/Create filter rule/... patch submitted
11796                 by Neill Miller <neillm@thecodefactory.org>
11797
11798 2002-03-29 [paul]       0.7.4claws53
11799
11800         * sync with 0.7.4cvs24
11801                 see ChangeLog entry 2002-03-29
11802
11803 2002-03-28 [paul]       0.7.4claws52
11804
11805         * sync with 0.7.4cvs23
11806                 see ChangeLog entry 2002-03-28
11807
11808 2002-03-27 [melvin]     0.7.4claws51
11809
11810         * src/prefs_actions.c
11811                 Added support to pass only one message part (as a
11812                 file) to the command using '%p'. No quotes are needed
11813                 because doubles quotes are automatically added.
11814                 Fixed bug where Sylpheed could block when waiting for
11815                 a child process to finish.
11816                 Changed the help menu to remove quotes around symbols to 
11817                 avoid misinterpretation (they must not be used).
11818
11819 2002-03-27 [melvin]     0.7.4claws50
11820
11821         * src/inc.c
11822                 Made the new mail notification command always 
11823                 execute asynchronously.
11824
11825 2002-03-27 [paul]       0.7.4claws49
11826
11827         * src/compose.c
11828                 fix bug introduced in last commit
11829
11830 2002-03-27 [paul]       0.7.4claws48
11831
11832         * sync with 0.7.4cvs21
11833                 see ChangeLog 2002-03-26 and 2002-03-27
11834
11835 2002-03-26 [hoa]        0.7.4claws47
11836
11837         * src/prefs_folder_item.c
11838                 really fixed the bug #516442 with folder rescan.
11839
11840 2002-03-26 [paul]       0.7.4claws46
11841
11842         * sync with 0.7.4cvs19
11843                 see ChangeLog entries 2002-03-25 and 2002-03-26
11844
11845 2002-03-25 [hoa]        0.7.4claws45
11846
11847         * src/matcher.c
11848         * src/mh.c
11849                 fix the bug #516442 with folder rescan.
11850
11851         * src/prefs_common.[ch]
11852         * src/compose.c
11853                 added an option to enable two different behaviours
11854                 for bounce.
11855
11856
11857 2002-03-25 [paul]       0.7.4claws44
11858
11859         * src/mainwindow.c
11860           src/selective_download.c
11861                 correct a few menuitem labels
11862
11863 2002-03-25 [christoph]  0.7.4claws43
11864
11865         * src/procmsg.c
11866                 fix non deleted tmp message in
11867                 procmsg_save_to_outbox
11868                 fix problems caused by sync with
11869                 main branch's procmsg_send_queue
11870
11871 2002-03-25 [paul]       0.7.4claws42
11872
11873         * src/quote_fmt.c
11874           src/quote_fmt_lex.l
11875           src/quote_fmt_parse.y
11876                 add Last name (%L) placeholder for quoting. 
11877                 patch submitted by Thorsten Thielen 
11878                 <thth@users.sourceforge.net>
11879
11880 2002-03-25 [paul]       0.7.4claws41
11881
11882         * src/utils.c
11883                 get full hostname. patch submitted by
11884                 Bob Woodside <rwoodside1@comcast.net>
11885
11886 2002-03-25 [paul]       0.7.4claws40
11887
11888         * src/account.c
11889           src/news.c
11890           src/nntp.[ch]
11891           src/prefs_account.[ch]
11892                 enable NNTP over SSL. patch submitted by
11893                 Pascal Jermini <pascal@infinity.hn.org>
11894
11895 2002-03-24 [paul]       0.7.4claws39
11896
11897         * src/prefs_common.c
11898                 make the arrangement of the Compose tab more
11899                 coherent
11900
11901         * src/mainwindow.c
11902                 fix some irregularities of style
11903
11904         * po/de.po
11905                 updated by Kilian Krause
11906
11907 2002-03-23 [paul]       0.7.4claws38
11908
11909         * po/pt_BR.po
11910                 updated by Fabio Junior Beneditto
11911
11912 2002-03-23 [paul]       0.7.4claws37
11913
11914         * src/mainwindow.c
11915                 move 'Gather addresses' to 'Tools' menu
11916                 make 'Selective download' sensitive
11917
11918 2002-03-23 [paul]       0.7.4claws36
11919
11920         * sync with 0.7.4cvs16
11921                 see ChangeLog entries 2002-03-23
11922
11923 2002-03-22 [christoph]  0.7.4claws35
11924
11925         * src/quote_fmt_parse.y
11926                 fix include program output
11927
11928 2002-03-22 [alfons]     0.7.4claws34
11929
11930         * src/pop.c
11931                 initialize GDate stack variable correctly (sorry!)
11932
11933 2002-03-22 [paul]       0.7.4claws33
11934
11935         * src/compose.c
11936           src/mainwindow.c
11937           src/prefs_actions.c
11938           src/prefs_common.c
11939                 rename 'Tool' to 'Tools'
11940
11941         * src/mainwindow.c
11942                 move 'Delete duplicated messages' from
11943                 'Message/' to 'Tools/'
11944                 re-arrange the order of 'Tools/' items
11945
11946 2002-03-22 [paul]       0.7.4claws32
11947
11948         * src/addr_compl.c
11949           src/addressbook.[ch]
11950                 auto-address completion now also matches on
11951                 Nickname. patch submitted by Bob Forsman 
11952                 <hammor@users.sourceforge.net>
11953
11954         * src/editaddress.c
11955                 correct a spelling mistake
11956
11957 2002-03-22 [alfons]     0.7.4claws31
11958
11959         * src/pop.c
11960                 fix getting uidl from incorrect string 
11961                 (spotted by Colin)
11962
11963 2002-03-21 [alfons]     0.7.4claws30
11964
11965         * src/pop.c
11966                 more code refactoring
11967                 plug mem leak introduced by delete on server
11968
11969 2002-03-21 [paul]       0.7.4claws29
11970
11971         * sync with 0.7.4cvs11
11972                 see ChangeLog entries 2002-03-20
11973
11974 2002-03-20 [alfons]     0.7.4claws28
11975
11976         * src/inc.c
11977                 apply Colin's patch and refactor
11978
11979 2002-03-20 [paul]       0.7.4claws27
11980
11981         * sync with sylpheed 0.7.4cvs9
11982                 see ChangeLog entry 2002-03-20
11983
11984 2002-03-19 [christoph]  0.7.4claws26
11985
11986         * src/mh.c
11987         * src/procmsg.[ch]
11988         * src/summaryview.c
11989                 revert changes for flag updates
11990                 (does not work correctly and no time to debug)
11991
11992 2002-03-20 [alfons]     0.7.4claws25
11993
11994         * src/pop.c
11995                 refactor should_delete() a little bit 
11996
11997 2002-03-19 [paul]       0.7.4claws24
11998
11999         * src/inc.[ch]
12000           src/pop.c
12001           src/prefs_account.[ch]
12002                 allow the user to leave downloaded mail on the 
12003                 server for n days. Patch submitted by Colin Leroy 
12004                 <colin@colino.net>
12005
12006 2002-02-19 [paul]       0.7.4claws23
12007
12008         * sync with sylpheed 0.7.4cvs8
12009                 see ChangeLog entries 2002-03-19
12010
12011 2002-03-18 [paul]       0.7.4claws22
12012
12013         * sync with sylpheed 0.7.4cvs6
12014                 see ChangeLog entry 2002-03-18
12015
12016 2002-03-18 [paul]       0.7.4claws21
12017
12018         * po/en_GB.po
12019                 add en_GB message catalogue
12020
12021         * src/mbox_folder.c
12022           src/prefs_account.c
12023           src/prefs_actions.c
12024                 correct a few spelling mistakes
12025
12026 2002-03-17 [alfons]     0.7.4claws20
12027
12028         * src/matcher.c
12029                 more stringent checks for NULL params when writing
12030                 filtering actions to a file
12031                 
12032 2002-03-17 [hoa]        0.7.3claws20
12033
12034         * src/news.c
12035                 fixed the count of new messages
12036
12037         * src/compose.c
12038                 fixed the "attachment properties" window
12039
12040 2002-03-17 [paul]       0.7.4claws19
12041
12042         * src/defs.h
12043           src/folder.h
12044           src/news.c
12045           src/prefs_account.[ch]
12046           src/procmsg.[ch]
12047           src/summaryview.c
12048                 automatically mark cross-posted messages as read 
12049                 and (optionally) give them a colour label
12050                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12051                 
12052
12053 2002-03-17 [paul]       0.7.4claws18
12054
12055         * sync with sylpheed 0.7.4cvs5
12056                 see ChangeLog entry 2002-03-17
12057
12058 2002-03-17 [melvin]     0.7.4claws17
12059         
12060         * src/textview.c
12061                 Worked around a gtktext 'bug': when searching for 
12062                 a text in a long message it was scrolling slowly
12063                 line by line until it hit the searched text.
12064         * po/fr.po
12065                 Updated French translation
12066
12067 2002-03-17 [melvin]     0.7.4claws16
12068
12069         * src/mainwindow.c
12070         * src/compose.c
12071         * src/prefs_actions.c
12072                 Moved "Edit/Actions" to "Tool/Actions"
12073                 Made mainwindow/compose window sensitive as soon as
12074                 no child process is running anymore even if the io dialog
12075                 is open.
12076                 Fixed a struct being initialized with a non constant char*
12077
12078 2002-03-16 [christoph]  0.7.4claws15
12079
12080         * configure.in
12081                 add --with-compiler-flags option
12082                 (only for developer hacking)
12083         * src/mh.c
12084         * src/procmsg.[ch]
12085         * src/summaryview.c
12086                 try to make folder-stats and flag handling more
12087                 independent from the summaryview. msgcounts
12088                 are only set when the folder is opened and
12089                 procmsg_msginfo_(un)set_flags will handle it
12090                 later and summaryview will get the values
12091                 from the folder.
12092
12093 2002-03-16 [paul]       0.7.4claws14
12094
12095         * src/messageview.c
12096                 fix Return-receipt. Patch submitted by Bob
12097                 Woodside <rwoodside1@comcast.net>
12098
12099 2002-03-16 [paul]       0.7.4claws13
12100
12101         * src/compose.c
12102                 fix 'dynamic' signatures, make it work again
12103                 broken during sync on 2002-03-14 (0.7.4claws2)
12104
12105 2002-03-15 [match]      0.7.4claws12
12106
12107         * src/addrharvest.[ch]
12108         * src/addrgather.[ch]
12109         * src/addressbook.[ch]
12110         * src/mainwindow.c
12111                 included address harvester feature. still some
12112                 issues with address parsing that I will fix.
12113
12114 2002-03-15 [match]      0.7.4claws11
12115
12116         * src/addrbook.[ch]
12117         * src/addrcache.[ch]
12118         * src/addressbook.[ch]
12119         * src/addrindex.c
12120         * src/editbook.c
12121         * src/importldif.c
12122         * src/importmutt.c
12123         * src/jpilot.[ch]
12124         * src/main.c
12125         * src/syldap.[ch]
12126         * src/vcard.[ch]
12127                 tidy up. fix memory leaks. moved attribs and methods
12128                 from individual interfaces to addrcache object. prep
12129                 for new stuff to come in.
12130
12131 2002-03-15 [alfons]     0.7.4claws10
12132
12133         * src/matcher.[ch]
12134         * src/matcher_parser_parse.y
12135         * src/matcher_parser_lex.l
12136         * src/prefs_matcher.c
12137                 add filtering conditions message greater than, smaller 
12138                 than, and exactly matching a size in bytes
12139                 (does not work with delete from POP3 server yet)
12140
12141                 this should also give others an idea what you should
12142                 do to add new criterions to claws filtering system
12143                 
12144
12145 2002-03-15 [paul]       0.7.4claws9
12146
12147         * tools/filter_conv.pl
12148                 exit if there are no filter rules to convert
12149                 rename filterrc to filterrc.old after completion
12150
12151 2002-03-15 [paul]       0.7.4claws8
12152
12153         * sync with sylpheed 0.7.4cvs3
12154                 see ChangeLog entry 2002-03-14
12155
12156 2002-03-14 [paul]       0.7.4claws7
12157
12158         * src/compose.c
12159                 clean up the last commit (ahem)
12160
12161 2002-03-14 [paul]       0.7.4claws6
12162
12163         * src/compose.c
12164                 fix bug #515655. honour account preferences
12165                 regarding gpg default signing/encryption when 
12166                 changing account from the compose window.
12167
12168 2002-03-14 [paul]       0.7.4claws5
12169
12170         * src/folderview.c
12171                 remove unnecessary curly brackets
12172
12173 2002-03-14 [paul]       0.7.4claws4
12174
12175         * src/folderview.c
12176           src/prefs_filtering.[ch]
12177                 add filter rename on folder rename and filter
12178                 delete on folder delete. Patch submitted by
12179                 Neill Miller <neillm@thecodefactory.org> 
12180
12181 2002-03-14 [christoph]  0.7.4claws3
12182
12183         * src/procmsg.c
12184         * src/send.c
12185                 fix local delivery
12186                 (patch submitted by "Simon 'corecode' Schubert")
12187         * src/prefs_common.c
12188         * src/procmsg.c
12189                 fix gcc 3.0 warning
12190
12191 2002-03-14 [paul]       0.7.4claws2
12192
12193         * sync with sylpheed 0.7.4cvs2
12194                 see ChangeLog entry 2002-03-13
12195
12196 2002-03-12 [darko]      0.7.4claws1
12197
12198         * src/mainwindow.c
12199                 fix what seems to be a copy and paste error
12200                 when setting color for important messages
12201                 (reported by wwp)
12202
12203 2002-03-11 [paul]       version 0.7.4claws released
12204
12205 2002-03-11 [paul]       0.7.4claws
12206
12207         * po/es.po
12208           po/it.po
12209           po/nl.po
12210           po/pt_BR.po
12211                 update message catalogs. Submitted by Ricardo Mones 
12212                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12213                 Fabio Junior Beneditto
12214
12215         * configure.in
12216           faq/Makefile.am
12217           faq/it/Makefile
12218           faq/it/sylpheed-faq*
12219           src/mainwindow.c
12220           src/manual.[ch]
12221                 add FAQ in Italian
12222         
12223
12224 2002-03-11 [jens]       0.7.3claws7
12225
12226         * po/de.po
12227                 updated German translation
12228
12229 2002-03-11 [melvin]     0.7.3claws6
12230
12231         * po/fr.po
12232                 updated and corrected French translation
12233
12234 2002-03-10 [hoa]        0.7.3claws5
12235
12236         * src/account.c
12237         * src/inc.c
12238         * src/prefs_account.c
12239         * src/procmsg.c
12240         * src/send.[ch]
12241                 fixed the local account.
12242                 you have to change the default "/usr/sbin/sendmail"
12243                 to "/usr/sbin/sendmail -t" in the preferences of
12244                 the local account.
12245
12246         * src/procmime.c
12247                 removed some debug display for renderer
12248
12249 2002-03-10 [paul]       0.7.3claws4
12250
12251         * faq/en/sylpheed-faq-1.html
12252           faq/en/sylpheed-faq-2.html
12253                 update
12254
12255 2002-03-09 [paul]       0.7.3claws3
12256
12257         * sync with sylpheed 0.7.4
12258                 see ChangeLog entry 2002-03-09
12259
12260 2002-03-08 [paul]       0.7.3claws2
12261
12262         * faq/en/sylpheed-faq*
12263           faq/es/sylpheed-faq*
12264           faq/fr/sylpheed-faq*
12265                 update the FAQs
12266
12267         * manual/fr/.cvsignore
12268           manual/fr/Makefilea.am
12269           manual/fr/sylpheed*
12270           src/mainwindow.c
12271           src/manual.[ch]
12272                 add the French manual
12273
12274 2002-03-07 [paul]       0.7.3claws1
12275
12276         * sync with sylpheed 0.7.3cvs4
12277                 see ChangeLog entries  2002-03-06 and 2002-03-07
12278         
12279         * po/nl.po
12280                 updated by Wilbert Berendsen
12281
12282 2002-03-07 [melvin]     0.7.2claws34
12283
12284         * src/selective_download.c
12285                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12286
12287 2002-03-06 [paul]       0.7.2claws33
12288
12289         * sync with sylpheed 0.7.3cvs1
12290                 bug fix, see ChangeLog entry 2002-03-05
12291
12292 2002-03-05 [paul]       0.7.2claws32
12293
12294         * src/mimeview.c
12295           src/pgptext.[ch]
12296           src/procmsg.c
12297                 reverse the pgp ascii-armored code implemented in 
12298                 0.7.2claws16. removal of this code until it matures.
12299                 this means that verifying ascii-armored pgp sigs and
12300                 automatic decryption of ascii-armored encrypted
12301                 messages no longer works.
12302
12303 2002-03-05 [paul]       0.7.2claws31
12304
12305         * configure.in
12306           Makefile.am
12307         * faq/Makefile.am
12308         * faq/en/Makefile.am
12309           faq/en/sylpheed-faq.html
12310           faq/en/sylpheed-faq-1.html
12311           faq/en/sylpheed-faq-2.html
12312           faq/en/sylpheed-faq-3.html
12313         * faq/es/Makefile.am
12314           faq/es/sylpheed-faq.html
12315           faq/es/sylpheed-faq-1.html
12316           faq/es/sylpheed-faq-2.html
12317           faq/es/sylpheed-faq-3.html
12318           faq/es/sylpheed-faq-4.html
12319         * faq/fr/Makefile.am
12320           faq/fr/sylpheed-faq.html
12321           faq/fr/sylpheed-faq-1.html
12322           faq/fr/sylpheed-faq-2.html
12323           faq/fr/sylpheed-faq-3.html
12324         * src/Makefile.am
12325           src/defs.h
12326           src/mainwindow.c
12327           src/manual.[ch]
12328                 add FAQs in English, Spanish and French
12329
12330
12331 2002-03-05 [paul]       0.7.2claws30
12332
12333         * manual/en/sylpheed.html
12334           manual/en/sylpheed-XX.html
12335                 updated the English manual
12336
12337 2002-03-05 [hoa]        
12338
12339         * src/summaryview.c
12340                 dialog box pops up if the article can't be deleted.
12341
12342 2002-03-04 [paul]       
12343         
12344         * po/pt_BR.po
12345                 updated by Fabio Junior Benedito
12346
12347 2002-03-04 [hoa]
12348
12349         * removed ac/gpgme.m4
12350                 to avoid autogen common problem
12351                 developers have to install gpgme development package now
12352
12353         * src/compose.c
12354                 encoding to 7bit or 8bit is enabled.
12355
12356 2002-03-03 [alfons]     0.7.2claws29
12357
12358         * src/pop.c
12359                 merge fix by Oliver Haertel for selective
12360                 download buglet
12361
12362 2002-03-03 [paul]       0.7.2claws28
12363         
12364         * sync with sylpheed 0.7.3
12365
12366 2002-03-03 [paul]       0.7.2claws27
12367
12368         * sync with sylpheed 0.7.2cvs24
12369                 see ChangeLog entries 2002-03-02 and 2002-03-03
12370
12371 2002-03-02 [melvin]     0.7.2claws26
12372
12373         * src/inc.[ch]
12374         * src/main.c
12375         * src/mainwindow.c
12376         * src/prefs_common.[ch]
12377                 Added user definable notification on new mail arrival.
12378                 Removed unused variables in spell checker prefs code.
12379
12380 2002-03-02 [melvin]     0.7.2claws25
12381
12382         * src/quote_fmt.c
12383                 Removed unnecessary escape sequences.
12384                 Changed 'Initial...' to 'Initials of Sender'
12385
12386 2002-03-02 [paul]       0.7.2claws24
12387
12388         * sync with sylpheed 0.7.2cvs22
12389                 see ChangeLog entry 2002-03-01
12390
12391 2002-03-01 [hoa]        0.7.2claws23
12392
12393         * src/mainwindow.c
12394                 Set sensitivity of delete actions to active
12395                 even if the folder is a newsgroup.
12396
12397         * src/summaryview.c
12398                 - Set sensitivity of delete actions
12399                 - Added function check_permission() that will check if the
12400                   user is authorized to delete a message. For news, it
12401                   will check if the author is the same.
12402                 - Enabled deletion when there is no trash folder.
12403
12404         * src/news.[ch]
12405                 - Added news_cancel_article() to cancel articles
12406                 - Implemented news_remove_message() (public function)
12407
12408 2002-03-01 [paul]       0.7.2claws22
12409
12410         * src/gtkutils.c
12411           src/textview.c
12412                 recognise urls that that don't include 'http://' and
12413                 simply begin 'www.' 
12414
12415         * AUTHORS
12416                 remove duplicated name
12417
12418 2002-02-28 [paul]       0.7.2claws21
12419
12420         * src/mainwindow.c
12421           src/summaryview.[ch]
12422                 add ability to 'Select thread'
12423                 combines Melvin's "Select thread's head" patch (#510907)
12424                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12425                 patch (#518514) 
12426
12427 2002-02-28 [paul]       0.7.2claws20
12428
12429         * src/mimeview.c
12430                 hopefully fix segfault on right-clicking a mime part
12431                 that some people have experienced.      
12432                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12433
12434 2002-02-28 [paul]       0.7.2claws19
12435
12436         * sync with sylpheed 0.7.2cvs21
12437                 see ChangeLog entries 2002-02-27 and 2002-02-28
12438
12439 2002-02-27 [paul]       0.7.2claws18
12440
12441         * sync with sylpheed 0.7.2cvs18
12442                 see ChangeLog entries 2002-02-26 and 2002-02-27
12443
12444 2002-02-26 [alfons]     0.7.2claws17
12445
12446         * src/procheader.c
12447                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12448                 (spotted by Chris Hessman <idatech@gmx.net>)
12449
12450 2002-02-26 [paul]       0.7.2claws16
12451
12452         * src/mimeview.c
12453           src/pgptext.[ch]
12454           src/procmsg.c
12455                 make decryption of ascii-armored pgp encrypted messages
12456                 and verification of ascii-armored signatures work again.
12457                 slightly altered from the patch by Jens Jahnke 
12458                 <jan0sch@gmx.net>
12459
12460                 ##FIX ME##
12461                 * the checking of plaintext signatures always comes up in 
12462                   a popup box
12463                 * it doesn't work for multipart messages 
12464                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12465                   including the msg headers and these 2 line themselves, are 
12466                   not displayed
12467
12468         * src/mainwindow.c
12469                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12470                 "View/Message View" becomes "View/Separate Message View"
12471                 because its less ambiguous.
12472
12473         * po/es.po
12474                 updated by Ricardo Mones Lastra
12475
12476 2002-02-26 [paul]       0.7.2claws15
12477
12478         * sync with sylpheed 0.7.2cvs17
12479                 see ChangeLog entries 2002-02-25 and 2002-02-26
12480
12481 2002-02-25 [christoph]  0.7.2claws14
12482
12483         * src/filtering.[ch]
12484         * src/inc.c
12485                 do filtering stuff after all messages have been received
12486                   1. drop all messages to .processing
12487                   2. scan processing folder for messages
12488                   3. filter messages or move to inbox
12489                 this will also find old messages left in processing after
12490                 a crash or something like that and we get a real msginfo
12491                 from folder->get_msg_list and do not have to create our
12492                 own in filter_message
12493         * src/matcher_parser_parse.y
12494                 remove MIX/MAX warning (reordered includes)
12495
12496 2002-02-25 [paul]       0.7.2claws13
12497
12498         * sync with sylpheed 0.7.2cvs15
12499                 see ChangeLog entry 2002-02-24
12500
12501 2002-02-24 [alfons]     0.7.2claws12
12502
12503         * src/filtering.c
12504                 clear old color flags first when applying a new color to
12505                 a message info. 
12506                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12507
12508 2002-02-24 [alfons]     0.7.2.claws11
12509         
12510         * AUTHORS
12511         * src/prefs_common.c
12512                 add presets for Opera and Konqueror, closes patch #517261,
12513                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12514
12515 2002-02-24 [alfons]     0.7.2.claws10
12516
12517         * AUTHORS
12518         * src/summaryview.c
12519                 fix threading for null message ids, closes patch #521601,
12520                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12521
12522 2002-02-24 [alfons]     0.7.2claws9
12523
12524         * src/summaryview.c
12525         * src/filtering.c
12526                 make Tool | Filter Message work with filtering system so
12527                 setting flags also works
12528
12529                 TODO:
12530
12531                 - Processing uses the same function as Tool | Filter
12532                   Message, but doesn't use the same update proc yet
12533
12534 2002-02-23 [paul]       0.7.2claws8
12535
12536         * sync with sylpheed 0.7.2cvs14
12537                 see ChangeLog entries 2002-02-22 and 2002-02-23
12538
12539 2002-02-22 [christoph]  0.7.2claws7
12540
12541         * src/quote_fmt.c
12542                 Add column space to table
12543         * src/quote_fmt_parse.y
12544                 Close files
12545
12546 2002-02-22 [paul]       0.7.2claws6
12547
12548         * src/Makefile.am
12549           src/defs.h
12550           src/filtering.c
12551           src/inc.[ch]
12552           src/mainwindow.c
12553           src/matcher.[ch]
12554           src/matcher_parser_lex.l
12555           src/matcher_parser_parse.y
12556           src/pop.[ch]
12557           src/prefs_account.h
12558           src/prefs_filtering.c
12559           src/selective_download.[ch]   *** NEW FILES ***
12560           src/utils.[ch]
12561           po/POTFILES.in
12562                 Selective Download added to 'Tool' menu. 
12563                 Retrieves email headers of the currently selected pop3 
12564                 account and allows the user to mark emails for deletion 
12565                 right on the pop3 server. Patch submitted by Oliver Haertel 
12566                 <oha@users.sourceforge.net>.
12567         
12568         * po/POTFILES.in
12569                 add 'src/quote_fmt.c'           
12570
12571 2002-02-22 [christoph]  0.7.2claws5
12572
12573         * src/Makefile.am
12574                 added quote_fmt.c
12575         * src/prefs_common.[ch]
12576         * src/prefs_template.c
12577         * src/quote_fmt.c               *** NEW FILE ***
12578         * src/quote_fmt.h
12579                 move quote format symbol description code
12580                 to it's own file because it is used from
12581                 differnent code parts
12582                 Rewrote symbol description GUI
12583                   + use table
12584                   + add separators
12585                   + get data from array (no more long constant strings)
12586         * src/quote_fmt_lex.l
12587         * src/quote_fmt_parse.y
12588                 Symbol for Literal % changed to \% instead of %%
12589                 (More logical as \ is used for quoting for other symbols)
12590                 Add |f and |p to include files and program output
12591                 Examples:
12592                     |f{/home/.../.signature}
12593                     |p{date}
12594         * po/de.po
12595                 Correct wrong spelling for "Referenzen"
12596
12597 2002-02-21 [paul]       0.7.2claws4
12598
12599         * src/procmsg.c
12600                 forgotten during sync
12601
12602 2002-02-21 [paul]       0.7.2claws3
12603
12604         * sync with sylpheed 0.7.2cvs11
12605                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12606                 2002-02-20 and 2002-02-21
12607
12608 2002-02-20 [melvin]     0.7.2claws2
12609
12610         * src/prefs_actions.c
12611                 Added error report when child cannot fork or when execvp 
12612                 returns with an error.
12613
12614 2002-02-19 [christoph]  0.7.2claws1
12615
12616         * src/codeconv.c
12617                 return unconverted text if conde conversion is not possible
12618                 when libjconv is used.
12619                 (patch submitted by "Simon 'corecode' Schubert")
12620
12621 2002-02-19 [paul]       
12622
12623         * version 0.7.2claws release
12624
12625 2002-02-19 [paul]       0.7.2claws
12626
12627         * po/nl.po
12628                 updated by Wilbert Berendsen
12629
12630
12631 2002-02-18 [alfons]     0.7.1claws13
12632
12633         * src/syldap.c
12634         * src/jpilot.c
12635                 remove references to dlfcn and explicitly loading functions
12636                 from dynalink libs, because libs linked anyway, and functions
12637                 are loaded explicitly
12638
12639 2002-02-17 [melvin]     0.7.1claws12
12640
12641         * src/prefs_actions.c
12642                 Replaced children wait loop with double fork technique.
12643                 Now, input/output window updated at each new output.
12644                 free_children(): Fixed a memory leak.
12645                 Made input/output window non closable if running children
12646                 still exist.
12647                 Added missing <unistd.h> include.
12648                 Added some --debug outputs.
12649
12650 2002-02-17 [melvin]     0.7.1claws11
12651
12652         * src/summaryview.c
12653                 Fixed bug where descending sort order did not select top
12654                 message.
12655
12656 2002-02-17 [melvin]     0.7.1claws10
12657
12658         * acconfig.h
12659                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12660         * src/prefs_common.c
12661                 Pspell data package directory no more hard coded but
12662                 set during configuration (PSPELL_PATH). (Thanks to 
12663                                 Gustavo Noronha Silva.)
12664
12665 2002-02-17 [melvin]     0.7.1claws9
12666
12667         * configure.in
12668                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12669         * src/gtkspell.c
12670                 Fixed compile-time warnings.
12671
12672 2002-02-16 [alfons]     0.7.1claws8
12673
12674         * src/filesel.c
12675                 fix inadvertent free of NULL pointer which caused
12676                 sylpheed to crash when closing the save-as dialog
12677                 using the window close button
12678
12679 2002-02-16 [carsten]    0.7.1claws7
12680         * src/mainwindow.[ch]
12681           src/summaryview.c
12682           src/prefs_common.c
12683                 fixes for pixmap theming code:
12684                         - recently changed mail attributes shouldn't get
12685                           lost any longer
12686                         - theme is only reloaded iff another theme was
12687                           selected
12688
12689 2002-02-16 [paul]       0.7.1claws6
12690
12691         * sync with sylpheed 0.7.2 release
12692                 see ChangeLog entry 2002-02-15 and 2002-02-16
12693
12694 2002-02-15 [paul]       0.7.1claws5
12695
12696         * sync with sylpheed 0.7.1cvs9
12697                 see ChangeLog entry 2002-02-15
12698
12699         * po/POTFILES.in
12700                 remove unneeded headerwindow.c entry
12701
12702 2002-02-14 [carsten]    0.7.1claws4
12703         * src/summaryview.c
12704                 fixed a bug for "Go to next unread message": there was
12705                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12706                 in the prefs, because of doing "Search again" instead
12707                 "No"
12708
12709 2002-02-14 [carsten]    0.7.1claws3
12710         * src/stock_pixmap.c
12711                 removed 2 more mem leaks; following memprof,
12712                 this code is "leak free" now :)
12713
12714 2002-02-14 [carsten]    0.7.1claws2
12715         * src/stock_pixmap.c
12716                 used opendir/readdir/closedir instead of scandir
12717                 -> code should work now on Solaris
12718
12719 2002-02-14 [paul]       0.7.1claws1
12720
12721         * sync with sylpheed 0.7.1cvs8
12722                 see ChangeLog entries 2002-02-13 and 2002-02-14
12723
12724         * README.claws
12725                 add some description of Actions and Pixmap Themes
12726
12727 2002-02-13 [paul]       
12728
12729         * version 0.7.1claws release
12730
12731 2002-02-13 [paul]       0.7.1claws
12732
12733         * po/es.po
12734           po/it.po
12735           po/pt_BR.po
12736                 updated translations, submitted by Ricardo Mones Lastra,
12737                 Alessandro Maestri and Fabio Junior Beneditto
12738
12739 2002-02-13 [melvin]     0.7.0claws75
12740
12741         * src/prefs_actions.c
12742                 Added missing "signal.h" include
12743
12744 2002-02-13 [melvin]     0.7.0claws74
12745
12746         * src/prefs_folder_item.c
12747                 Added missing "config.h" include
12748         * po/fr.po
12749                 Updated French translation for folder propriety.
12750
12751 2002-02-13 [jens]       0.7.0claws73
12752
12753         * po/POTFILES.in
12754                 Added missing src/prefs_folder_item.c [log added by melvin]
12755         * po/de.po
12756                 Updated German translation.
12757
12758 2002-02-13 [melvin]     0.7.0claws72
12759
12760         * po/fr.po
12761                 Updated French translation.
12762
12763 2002-02-13 [melvin]     0.7.0claws71
12764
12765         * src/gtkutils.c
12766                 Made gtkut_editable_get_selection return NULL if selection
12767                 is of length zero.
12768                 This fixes a bug where selecting part of message A then
12769                 switching to message B and replying to it will not
12770                 quote the message's body.
12771
12772 2002-02-12 [paul]       0.7.0claws70
12773
12774         * src/mainwindow.c
12775                 cosmetic, relating to pixmap themes: on toolbar make 
12776                 updating of 'Exec' and 'Compose news/Compose email'
12777                 icons faster.
12778
12779 2002-02-12 [carsten]    0.7.0claws69
12780         * src/folderview.c
12781           src/mainwindow.[ch]
12782           src/stock_pixmap.c
12783           src/summaryview.c
12784           src/prefs_common.c
12785                 - refreshing after changing pixmap theme better
12786                   now (thanks Paul)
12787                 - wanted to remove some mem leaks, but alfons was
12788                   faster (and had the better solution ;)
12789
12790 2002-02-12 [alfons]     0.7.0claws68
12791
12792         * src/prefs_common.c
12793         * src/stock_pixmap.[ch]
12794                 plug mem leaks, refactor code a little bit
12795
12796
12797 2002-02-12 [sergey]     0.7.0claws67
12798
12799         * src/imap.c
12800                 Fixed problem with copying messages to IMAP folders when the
12801                 server uses something other than '/' as a namespace separator
12802                 (cyrus-imapd uses '.').
12803
12804 2002-02-12 [jens]       0.7.0claws66
12805
12806         * po/de.po
12807                 Updated German Translation
12808
12809 2002-02-12 [paul]       0.7.0claws65
12810
12811         * sync with sylpheed 0.7.1cvs1
12812                 see ChangeLog entry 2002-02-12
12813
12814 2002-02-12 [melvin]     0.7.0claws64
12815
12816         * src/prefs_actions.c
12817                 Fixed "feature" where children's output was duplicated 
12818                 instead of refreshed while monitoring.
12819                 Removed some debug code.
12820
12821 2002-02-12 [christoph]  0.7.0claws63
12822
12823         * src/compose.c
12824                 always delete message from queue after sending/send error
12825                 (closes bug #509601)
12826
12827 2002-02-12 [melvin]     0.7.0claws62
12828
12829         * src/prefs_actions.c
12830                 Children wait loop is now triggered with a timeout of 1s
12831                 Added %F which is replaced with the list of filenames 
12832                 of all selected messages (as suggested by Ricardo Mones Lestra)
12833                 Pipe syntax changed. Prefix with | to send selection, postfix
12834                 with | to retrieve output. Prefix with > or * to send
12835                 user definable input to the command (*: input is hidden)
12836                 Old pipe action should now be postfixed with |, too.
12837
12838 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12839         * src/stock_pixmap.c
12840                 fixed a bug: if there's no theme directory don't
12841                 throw an error, just do "nothing" (thanks Alfons)
12842
12843 2002-02-12 [carsten]    0.7.0claws60
12844         * src/folderview.c
12845           src/summaryview.c
12846                 had to write the cache twice (nasty!); some marks would 
12847                 get lost if not
12848
12849 2002-02-11 [carsten]    0.7.0claws59
12850         * acconfig.h
12851           configure.in
12852           doc-src/maintainer_guide.txt
12853           src/compose.[ch]
12854           src/defs.h
12855           src/folderview.[ch]
12856           src/gtkutils.[ch]
12857           src/mainwindow.[ch]
12858           src/prefs_common.[ch]
12859           src/stock_pixmap.[ch]
12860           src/summaryview.[ch]
12861                 pixmap theming and related work on pixmap
12862                 handling on some other places
12863                 (e.g. hrm features for all folder)
12864           src/pixmap/stock_*.xpm -> the stock_ was removed
12865         
12866 2002-02-11 [paul]       0.7.0claws58
12867
12868         * sync with sylpheed 0.7.1 release
12869                 see ChangeLog entries 2002-02-11
12870
12871 2002-02-08 [paul]       0.7.0claws57
12872
12873         * sync with sylpheed 0.7.0cvs39
12874                 see ChangeLog entry 2002-02-07 (last entry) 
12875
12876         * src/prefs_actions.c
12877           src/prefs_filtering.c
12878           src/prefs_matcher.c
12879           src/prefs_scoring.c
12880                 sync: made it compile with C compilers other than gcc
12881
12882 2002-02-07 [paul]       0.7.0claws56
12883
12884         * sync with sylpheed 0.7.0cvs38
12885                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12886                 2002-02-07
12887
12888 2002-02-07 [darko]      0.7.0claws55
12889
12890         * src/gtkutils.[ch]
12891         * src/summaryview.c
12892                 Fix const gchar */gchar * issue (thanks Hiro)
12893
12894 2002-02-07 [darko]      0.7.0claws54
12895
12896         * src/compose.[ch]
12897         * src/filtering.c
12898         * src/gtkutils.[ch]
12899         * src/prefs_template.c
12900         * src/quote_fmt.h
12901         * src/quote_fmt_parse.y
12902         * src/summaryview.c
12903         * src/utils.[ch]
12904                 When replying or forwarding an email don't quote the entire
12905                 mail body but use the part of the message text that is selected
12906
12907 2002-02-06 [melvin]     0.7.0claws53
12908
12909         * src/prefs_common.[ch]
12910         * src/gtkspell.[ch]
12911         * src/compose.c
12912                 Made possible to switch quickly to last used dictionary
12913                 which makes checking bilingual documents easier.
12914
12915 2002-02-06 [melvin]     0.7.0claws52
12916         
12917         * po/POTFILES.in
12918                 Added forgotten new file src/prefs_actions.c
12919
12920 2002-02-06 [melvin]     0.7.0claws51
12921
12922         * src/prefs_actions.c   ** NEW FILE **
12923         * src/prefs_actions.h   ** NEW FILE **
12924                 Added actions to execute on message text view, or on the
12925                         message's file.
12926         * src/Makefile.am
12927                 Added src/prefs_actions.[ch]
12928         * src/compose.c
12929                 Added new menu "Edit/Actions"
12930         * src/defs.h
12931                 Added new actionsrc file.
12932         * src/main.c
12933                 Added actionsrc reading.
12934         * src/mainwindow.c
12935                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12936         * src/prefs_common.h
12937                 Added new element actionslst element to prefs_common.
12938
12939 2002-02-06 [paul]       0.7.0claws50
12940
12941         * sync with sylpheed 0.7.0cvs36
12942                 see ChangeLog entry 2002-02-06
12943
12944 2002-02-05 [paul]
12945
12946         * po/es.po
12947                 updated by Ricardo Mones Lastra
12948
12949 2002-02-05 [paul]       0.7.0claws49
12950
12951         * sync with sylpheed 0.7.0cvs33
12952                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12953
12954 2002-02-05 [paul]       0.7.0claws48
12955
12956         * src/compose.c
12957                 re-add 'Edit/Advanced/Delete entire line', previously named
12958                 'Delete Line+'
12959
12960 2002-02-04 [paul]       0.7.0claws47
12961
12962         * src/compose.c
12963           src/summaryview.c
12964                 fix bug #494993 (Reply All not taking Reply-To into consi)
12965                 eliminate differences in behaviour of right-click 'Reply to all' 
12966                 in summary view and 'Reply to all' on the toolbar. 
12967                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12968                 view and From gets ignored by 'Reply to all' on toolbar.
12969                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12970                 From when no Reply-To header is present.
12971
12972 2002-02-04 [paul]       0.7.0claws46
12973
12974         * sync with sylpheed 0.7.0cvs30
12975                 see ChangeLog entries 2002-02-03 and 2002-02-04
12976
12977 2002-02-03 [melvin]     0.7.0claws45
12978
12979         * src/gtkspell.[ch]
12980                 Readded function to highlight all misspelled words.
12981                 Fixed bug where user-provided-words did not replace
12982                         correctly the misspelled word when using the mouse.
12983                 Fixed bug where checking a region selected from right to left did
12984                         not check the region at all.
12985                 Fixed bug where 'Check backwards' may not check at all. 
12986                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12987                 Fixed possible buffer overflow when checking for long strings (>1k).
12988                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12989                 Accelerators code uses now gtk_widget_add_accel.
12990                 Removed and disabled obsolete and unfinished code.
12991                 Cleaning up.
12992
12993         * src/compose.c
12994                 Added menu item to Highlight all misspelled words.
12995
12996 2002-02-01 [paul]       0.7.0claws44
12997
12998         * src/mainwindow.c
12999                 fix '/View/Hide read messages' sensitivity when all
13000                 messages in a folder are hidden
13001
13002 2002-02-01 [paul]       0.7.0claws43
13003
13004         * src/main.c
13005                 add --send option to command line interface, sends all
13006                 queued mail. Patch submitted by Ricardo Mones Lastra.
13007
13008 2002-01-31 [paul]       0.7.0claws42
13009
13010         * src/mainwindow.c
13011                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13012
13013 2002-01-31 [paul]       0.7.0claws41
13014
13015         * sync with sylpheed 0.7.0cvs27
13016                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13017                 and 2002-01-31
13018
13019         * src/textview.c
13020                 comment out elements of textview_show_part() as temporary
13021                 workaround for attachment 'Display as text' bug 
13022
13023         * po/pt_BR.po
13024                 updated by Fabio Junior Beneditto
13025
13026 2002-01-30 [paul]       0.7.0claws40
13027
13028         * sync with sylpheed 0.7.0cvs24
13029                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13030                 and 2002-01-30
13031
13032         * src/compose.c
13033                 add {N_("/_Spelling"), ... "<Branch>"} to 
13034                 GtkItemFactoryEntry compose_entries[]
13035
13036         * src/prefs_common.c
13037                 add claws menu items to prefs_keybind_apply_clicked()
13038                 and remove non-claws menu items
13039
13040 2002-01-29 [paul]       0.7.0claws39
13041
13042         * sync with sylpheed 0.7.0cvs22
13043                 see ChangeLog entries 2002-01-28 and 2002-01-29
13044
13045 2002-01-28 [melvin]     0.7.0claws38
13046
13047         * src/compose.c
13048                 Added the declartion of compose_send_control_enter.
13049
13050         * src/compose.c
13051         * src/gtkspell.[ch]
13052                 Added in a 'Spelling' menu which includes the configuration menu. 
13053                 Added a real 'Check all' and got rid from the old one which only
13054                 highlited misspelled word.
13055                 Made 'Check while typing' a disableable option.
13056                 Added a dialog when there are no more misspelled word.
13057                 Added a dialog if error occurs when switching to a dictionary.
13058         
13059         * src/prefs_common.[ch]
13060                 Added option for the default 'Check while typing' option.
13061
13062
13063 2002-01-28 [alfons]     0.7.0claws37
13064
13065         * src/compose.c
13066                 fix buglet and make code comply with sylpheed code style
13067
13068 2002-01-28 [paul]       0.7.0claws36
13069
13070         * sync with sylpheed 0.7.0cvs19
13071                 see ChangeLog entries for 2002-01-28
13072
13073 2002-01-28 [hoa]        0.7.0claws35
13074
13075         * src/defs.h
13076                 added rendererrc
13077
13078         * src/main.c
13079                 read the renderer config
13080
13081         * src/procmime.[ch]
13082                 use the renderer config to convert mime attachments
13083
13084         * src/textview.c
13085                 don't use textview_show_html/ertf,
13086                 use get_text_content instead
13087
13088 2002-01-27 [alfons]     0.7.0claws34
13089         
13090         * src/news.c
13091                 make sylpheed believe it can delete a news message...
13092                 (messages are NOT deleted, maybe we should remove
13093                 processing from the folder properties after all.)
13094
13095 2002-01-27 [alfons]     0.7.0claws33
13096
13097         * src/folder.c
13098                 add extra checks
13099         * src/news.c
13100                 implement remove_msg() 
13101
13102 2002-01-27 [alfons]     0.7.0claws32
13103
13104         * src/procmsg.h
13105         * src/procheader.c
13106         * src/messageview.c
13107                 fix return receipt / disposition notification again. this
13108                 stuff seems to break on _every_ major summary UI change, so
13109                 it's now implemented using a flag which is saved in the
13110                 marks cache
13111                 
13112 2002-01-26 [alfons]     0.7.0claws31
13113
13114         * src/import.c
13115                 let import dialog show the destination folder identifier
13116
13117 2002-01-26 [melvin]     0.7.0claws30
13118
13119         * src/folderview.c
13120         * src/summaryview.c
13121                 Readded 'Mark all read' into summary view popup menu
13122                 Added 'Mark all read' in folder view popup menu for IMAP
13123                 and NNTP.
13124                 Made it insensitive if the selected folder is not the shown
13125                 one to avoid 'Mark all read' on the wrong folder.
13126                 
13127 2002-01-26 [paul]       0.7.0claws29
13128
13129         * src/folderview.c
13130           src/summaryview.c
13131                 move 'Mark all read' from summary view to folder view
13132                 menu. (adapted from) patch submitted by Jeremy Andrews,
13133                 <lists@kerneltrap.com>
13134
13135 2002-01-25 [alfons]     0.7.0claws28
13136
13137         * src/gtkstext.c
13138                 put the gtk class name back so GtkSText adapts the 
13139                 settings of GtkText
13140
13141 2002-01-25 [alfons]     0.7.0claws27
13142
13143         * src/folderview.c 
13144                 assimilate Ricardo's patch that shows pixmaps instead of
13145                 plain "new" and "unread" texts in the folder view column
13146                 headers 
13147
13148 2002-01-25 [paul]       0.7.0claws26
13149
13150         * src/Makefile.am
13151                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13152                 be found in non-standard locations. 
13153                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13154
13155 2002-01-25 [paul]       0.7.0claws25
13156
13157         * sync with sylpheed 0.7.0cvs16
13158                 see ChangeLog entry 2002-01-25
13159
13160 2002-01-24 [paul]       0.7.0claws24
13161
13162         * more sync with sylpheed 0.7.0cvs15
13163                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13164
13165 2002-01-23 [sergey]     0.7.0claws23
13166
13167         * src/importldif.c
13168                 Fixed segfault when closing LDIF import wizard with
13169                 the window manager.
13170         * src/imageview.c
13171         * src/imageview.h
13172         * src/messageview.c
13173         * src/mimeview.c
13174                 Fixed wrong scrolling position after switching between
13175                 text and image parts.
13176
13177 2002-01-23 [paul]       0.7.0claws22
13178
13179         * sync with sylpheed 0.7.0cvs15
13180                 see ChangeLog entries 2002-01-22 and 2002-01-23
13181
13182 2002-01-21 [melvin]     0.7.0claws21
13183
13184         * src/prefs_scoring.c
13185         * src/prefs_filtering.c
13186                 Fixed bug where scoring and filtering windows stopped
13187                 autochecking.
13188
13189 2002-01-21 [paul]       0.7.0claws20
13190
13191         * sync with sylpheed 0.7.0cvs12
13192                 see ChangeLog entries 2002-01-20 and 2002-01-21
13193
13194 2002-01-21 [carsten]    0.7.0claws19
13195         * src/mainwindow.c
13196         * src/menu.[ch]
13197         * src/messageview.[ch]
13198         * src/summaryview.[ch]
13199                 changes to shortcuts handling again:
13200                         + "Q" now controled by mainwin
13201                         + v/V are now customizable and have slightly
13202                           different meanings
13203                 the "button" to minimize the messageview (and maximize
13204                 the summary view) is a real button now
13205         * src/compose.c
13206                 "Delete Line+" added to Edit/Advanced (this will also
13207                 delete the '\n')
13208
13209 2002-01-20 [melvin] 0.7.0claws18
13210
13211         * src/addressbook.c
13212                 Made "Bcc" sensitive when addressbook is called from
13213                 compose window (it was a Claws only bug).
13214
13215 2002-01-19 [alfons] 0.7.0claws17
13216
13217         * src/inc.c
13218                 prevent unnecessary updates when currently selected folder has
13219                 no new messages 
13220
13221 2002-01-19 [alfons] 0.7.0claws16
13222         
13223         * src/summaryview.c
13224                 prevent writing the cache based on current message list in summary 
13225                 view when filtering also put messages in currently selected folder
13226
13227 2002-01-19 [paul]
13228
13229         * po/it.po
13230                 Italian translation submitted by Alessandro Maestri
13231                 <a.maestri@cs.tin.it>
13232
13233 2002-01-18 [melvin]     0.7.0claws15
13234
13235         * src/prefs_filters.c
13236                 fixed bug where 'cancel' from 'filters' window stops autochecking
13237                 if the timer timed out  when the window was open.
13238
13239 2002-01-18 [match]      0.7.0claws14
13240
13241         * src/addrclip.[ch]     ** NEW FILE **
13242         * src/addrselect.[ch]   ** NEW FILE **
13243         * src/adbookbase.h      ** NEW FILE **
13244                 addressbook cut, copy and paste
13245         * src/addrbook.[ch]
13246         * src/addrcache.[ch]
13247         * src/addressitem.h
13248         * src/addrindex.[ch]
13249         * src/addritem.[ch]
13250         * src/importldif.c
13251         * src/importmutt.c
13252         * src/jpilot.[ch]
13253         * src/syldap.[ch]
13254         * src/vcard.[ch]
13255         * src/jpilot.[ch]
13256         * src/editbook.c
13257         * src/editjpilot.c
13258         * src/editldap.c
13259         * src/editvcard.c
13260                 support for copy/paste
13261         * src/addressbook.c
13262                 support for copy/paste
13263                 tidy up menu option processing
13264                 correct address list function arguments
13265         * src/editaddress.c
13266                 sort user attributes
13267         * src/ldif.h
13268         * src/mutt.h
13269                 tidy up
13270
13271         * src/addrbook.[ch]
13272         * src/addrbook.[ch]
13273         * src/addrbook.[ch]
13274                 
13275
13276 2002-01-18 [paul]       0.7.0claws13
13277
13278         * sync with sylpheed 0.7.0cvs8
13279                 configure.in: support Mac OS X (Darwin)
13280
13281 2002-01-18 [carsten]    0.7.0claws12
13282         * src/html.c
13283                 small hack to fix a segfault with an empty href
13284                 (reported by Alexandra Walford <deeni@altern.org>)
13285         * src/mainwindow.c
13286         * src/summaryview.c
13287                 the shortcuts for Mark und Mark as unread are hardcoded
13288                 again
13289         * src/compose.c
13290         * src/gtkstext.[ch]
13291                 readded the shortcuts in gtkstext but made them
13292                 customizeable (simply by adding a menu plus a wrapper
13293                 to compose.c)
13294
13295 2002-01-17 [melvin]     0.7.0claws11
13296
13297         * src/gtkspell.c
13298                 fix default dictionary not being saved.
13299
13300 2002-01-16 [darko]      0.7.0claws10
13301
13302         * src/compose.c
13303                 fix wrapping crash with URL longer than wrapping margin
13304
13305 2002-12-08 [hoa]        0.7.0claws10
13306
13307         * src/matcher_parser_parse.y
13308                 fixed some bugs
13309
13310         * src/prefs_filtering.c
13311                 now, we can use bounce action in the dialog box.
13312
13313 2002-01-16 [carsten]    0.7.0claws9
13314         * src/gtkstext.c
13315                 removed the <control> and <alt> shortcuts because they're
13316                 not needed and interefered with the "normal" shortcuts
13317         * src/mainwindow.c
13318         * src/summaryview.c
13319                 removed most of the hardcoded shortcuts and assigned
13320                 them to menu entries making them easy customizable by
13321                 that
13322
13323 2002-01-16 |melvin]     0.7.0claws8
13324
13325         * src/gtkspell.c
13326                 fixed bug where using the mouse and when the compose
13327                 window is not on top may result in a crash.
13328
13329 2002-01-16 [melvin]     0.7.0claws7
13330
13331         * src/compose.c
13332                 fixed a long standingspell checker bug which could 
13333                 cause a crash after sending a message.
13334
13335 2002-01-16 [paul]       0.7.0claws6
13336
13337         * sync with sylpheed 0.7.0cvs7
13338                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13339                 2002-01-15, and 2002-01-16
13340
13341 2002-01-16 [melvin]     0.7.0claws5
13342
13343         * README.claws
13344         * src/compose.c
13345         * src/gtkspell.[ch]
13346         * src/main.c
13347                 Heavily modified spell checker code to work around
13348                 ispell bug, to add keyboard shortcuts and for future
13349                 enhancements. See README.claws for usage information.
13350
13351 2002-01-15 [alfons]     0.7.0claws4
13352         
13353         * src/summaryview.c
13354                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13355                 so sorting within threads reflects sort mode
13356
13357 2002-01-15 [christoph]  0.7.0claws3
13358
13359         * src/procmsg.c
13360                 added alertpanel if mail sending failed
13361
13362 2002-01-15 [alfons]     0.7.0claws2
13363         
13364         * src/prefs_filtering.c
13365                 don't stop timer when prefs filtering dialog is opened
13366
13367 2002-01-14 [alfons]     0.7.0claws1
13368
13369         * src/addr_compl.c
13370         * src/prefs.c
13371                 remove debug_print()s for privacy reasons
13372
13373 2002-01-14 [darko]      0.7.0claws
13374
13375         * README.claws
13376                 quotation wrapping is now also in the main branch
13377
13378 2002-01-14 [paul]
13379
13380         * tools/filter_conv.pl
13381                 allow for Boolean Op and case-sensitivity
13382                 this file is included in the release and tagged
13383                 'rel_0_7_0'
13384
13385 2002-01-13 [paul]       0.7.0claws
13386
13387         * release 0.7.0, with cvs tag 'rel_0_7_0'
13388
13389 2002-01-13 [paul]
13390
13391         * tools/filter_conv.pl
13392         * tools/README
13393                 rewritten to output to matcherrc instead of filteringrc
13394
13395         * po/es.po
13396                 updated Spanish translation by Ricardo Mones Lastra
13397
13398 2002-01-13 [alfons]
13399
13400         * po/nl.po
13401                 update dutch translation
13402
13403 2002-01-13 [paul]
13404
13405         * po/pt_BR.po
13406                 Updated by Fabio Junior Beneditto 
13407
13408 2002-01-13 [melvin]     0.6.6claws53
13409
13410         * po/fr.po
13411                 Updated french translation
13412
13413 2002-01-12 [alfons]     0.6.6claws52
13414
13415         * src/filtering.c
13416                 plug mem leak that has been sitting there for ages              
13417
13418 2002-01-12 [alfons]     0.6.6claws51
13419
13420         * src/summaryview.c
13421                 undo melvin's changes from 0.6.6claws48 because summary
13422                 view now refuses to select first unread message when
13423                 selecting a folder 
13424
13425 2002-01-11 [alfons]     0.6.6claws50
13426
13427         * src/import.c
13428                 use claws' semantics for getting folder item when
13429                 importing an mbox file into a folder 
13430                 (submitted by Dale P. Smith)
13431
13432 2002-01-11 [christoph]  0.6.6claws49
13433
13434         * src/prefs.h
13435                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13436                 toggle widget, because non static prefs can not use
13437                 prefs_set_* functions
13438         * src/prefs_account.c
13439                 toggle smtp auth password field sensitivity if
13440                 user id is empty and add descrition of usage for
13441                 these fields
13442         * src/prefs_folder_item.c
13443                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13444                 callbacks
13445
13446 2002-01-11 [melvin]     0.6.6claws48
13447
13448         * src/compose.c
13449                 fix the 'Ctrl-Enter' feature for sending and test really
13450                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13451                 editables which was not documented in Gtk)
13452
13453         * src/summaryview.c
13454                 Made summaryview refresh after sorting and not before.
13455
13456 2002-01-11 [christoph]  0.6.6claws47
13457
13458         * src/compose.c
13459                 select account from account ids if possible and
13460                 correctly set save folder for copy in reedit
13461
13462 2002-01-10 [paul]       0.6.6claws46
13463
13464         * sync with sylpheed 0.7.0 release
13465                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13466                 2002-01-09
13467
13468 2002-01-09 [alfons]
13469
13470         * src/summaryview.c
13471                 remove more dirt traces...
13472
13473 2002-01-09 [alfons]
13474         
13475         * src/summaryview.c
13476                 clean up some traces of my debugging stuff
13477
13478 2002-01-09 [alfons]     0.6.6claws45
13479
13480         * src/filtering.c
13481                 break up filteringprop_apply() in three separate pieces
13482                 so we can drop messages that failed processing in the
13483                 inbox
13484
13485         * src/summaryview.c
13486                 fix bug #469598 "no refresh of inbox after filter" which 
13487                 was introduced by the new summary view locking, and which 
13488                 prevented the summary view to update after a manual filter 
13489                 message. claw's filter message requires a summary_show().
13490                 (aargh, summary_show() again! :-)
13491                 
13492 2002-01-07 [alfons]     0.6.6claws44
13493
13494         * src/headerwindow.c
13495         * src/logwindow.c
13496         * src/messageview.c
13497         * src/sourcewindow.c
13498                 bring in Hiro's last 0.7.0 wm class fixes
13499
13500         * tools/sylprint.pl
13501                 bring in Ricardo's fix for sylprint script
13502
13503         * AUTHORS       
13504         * src/rfc2015.[ch]
13505         * src/prefs_common.[ch]
13506         * src/prefs_account.[ch]
13507         * src/compose.c
13508                 clean up account preference poison in rfc2015,
13509                 and preparation to fix double sign bug 
13510                 (patch submitted by Simon 'corecode' Schubert)
13511
13512 2002-01-07 [christoph]  0.6.6claws43
13513
13514         * src/mh.c
13515                 search for free message number, do not only rely
13516                 on last_num
13517         * src/send.c
13518                 fix smtp auth and use extra account information
13519                 if available, if not use pop3 data instead
13520                 (closes bug #500341)            
13521         * src/ssl.[ch]
13522                 match coding style
13523
13524 2002-01-06 [alfons]     0.6.6claws42
13525
13526         * src/mainwindow.c
13527                 try making the separate windows work again...
13528
13529 2002-01-06 [alfons]     0.6.6claws41
13530
13531         * src/mainwindow.c
13532                 adapt Hiro's separate window menu (to get rid of the funny
13533                 duplicate menu items), and make it work again
13534
13535 2002-01-06 [alfons]     0.6.6claws40
13536
13537         * tools/Makefile.am
13538         * tools/sylprint.rc
13539         * tools/sylprint.pl
13540         * tools/README.sylprint
13541                 add sylprint script for printing mails from Sylpheed
13542                 (contributed by Ricardo Mones Lastra)
13543
13544         * src/acount.c
13545                 clean up
13546
13547 2002-01-06 [melvin]     0.6.6claws39
13548
13549         * src/mainwindow.c
13550         * src/summaryview.c
13551                 Fixed crash introduced in 0.6.6claws38 by the menu
13552                 reorganisation (Hide read messages)
13553         
13554         * ChangeLog.claws 
13555                 Fixed typo (we are now in 2002, alfons ;) )
13556
13557 2002-01-05 [alfons]     0.6.6claws38
13558
13559         * sync with sylpheed 0.6.6cvs10-17
13560                 (last stuff marked as LAST_STABLE)
13561
13562 2002-01-04 [melvin]     0.6.6claws37
13563
13564         * src/account.c
13565                 Made account selection code use strcasestr again instead of
13566                 g_strcasecmp (fixes bug where reediting queued messages
13567                 did not select proper account reported by T. Link).
13568         
13569         * src/folderview.c
13570                 Fix bug where folder icons are not shown when 'hide read messages'
13571                 is on.
13572         
13573         * src/stock_pixmaps.[ch]
13574                 Added folder icons for 'hide read messages'.
13575         
13576         * src/compose.c
13577                 Fixed bug where 'Enter' in a header entry will send the message 
13578                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13579
13580 2002-01-03 [melvin]     0.6.6claws36
13581         
13582         * src/prefs.[ch]
13583                 Added popup menu for common preferences and
13584                 account preferences (right click on tab displays
13585                                 a menu of all tabs.)
13586
13587 2002-01-02 [melvin]     0.6.6claws35
13588
13589         * src/gtkspell.[ch]
13590                 Made spelling code compatible with undo/redo feature.
13591                 Added creation of suggestion mode menu for the general
13592                         preferences.
13593         
13594         * src/prefs_common.[ch]
13595                 Added option menu for the speller's suggestion mode.
13596                 Added missing spaces in "..." buttons and made a "..."
13597                         button non translatable!
13598         
13599         * src/compose.c
13600                 Made speller use the default suggestion mode.
13601                 Hack to make it possible to choose 'CTRL-Enter' as a
13602                         shortcut for sending (and only for sending).
13603
13604         * src/prefs_folder_item.c
13605                 Changing subject simplification does not update cache 
13606                         anymore (because it is unnecessary).
13607                 Fixed bug where changing subject simplification updated the 
13608                         summaryview even when the viewed folder is not the
13609                         folder which properties are being changed. (E.g. 
13610                                         viewing folder A and changing
13611                                         the subject simplification of 
13612                                         folder B -not being viewed- updated the 
13613                                         summaryview of folder A with data of
13614                                         folder B). (Hope this is clear... )
13615
13616 2001-12-31 [alfons]     0.6.6claws34
13617         
13618         * src/ldif.c
13619         * src/mutt.c
13620                 fgetc() returns a signed integer which doesn't
13621                 fit in a char. so c truncates this to a char
13622                 but we may lose significant bits. i.e. we may
13623                 comparing 0xFF which may not be equal to -1
13624                 unless properly casted to signed char which
13625                 we won't do because fgetc() returns a signed
13626                 integer which doesn't fit in a char. so c 
13627                 truncates this to a char but we may lose 
13628                 significat bits. (you got the idea, thanks
13629                 to Gustavo Noronha Silva <kov@debian.org>
13630                 and the Debian folks!)
13631
13632 2001-12-30 [alfons]     0.6.6claws33
13633
13634         * src/prefs_common.c
13635                 add #ifdef USE_PSPELLs that Melvin forgot               
13636
13637 2001-12-30 [melvin]     0.6.6claws32
13638         
13639         * src/prefs_common.[ch]
13640                 Added configurable color for misspelled words.
13641
13642         * src/gtkspell.[ch]
13643                 Fixed bug of foreground text color (reported by David
13644                                 Mehrmann)
13645                 Added configurable color for misspelled words.
13646
13647 2001-12-30 [alfons]     0.6.6claws31
13648
13649         * src/folder.c
13650                 remove unnecessary things someone put there
13651
13652         * src/mh.c
13653         * src/folder.[ch]
13654                 make folder properties (like threading and sorting) persistent
13655                 (closes bug #497424 "rescan folder tree resets proprieties")
13656                 currently this is only for MH folders. 
13657
13658 2001-12-29 [melvin]     0.6.6claws30
13659
13660         * src/string_match.[ch]
13661                 Optimized a bit: regexp pattern buffer compiled only once, and
13662                   one subroutine call removed. Fixed ^ regexp search: Now, 
13663                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13664         
13665         * src/summaryview.c
13666                 Subject filtering changed to filter summary columns and
13667                   not directly the messages subject cache. The loss in 
13668                   performance is balanced by the improvement of string_match.
13669                 Added an alert panel if there is an error in the regexp.
13670
13671         * src/src/prefs_folder_item.h
13672                 Added a regexp pattern buffer.
13673
13674 2001-12-28 [alfons]     0.6.6claws29
13675
13676         * src/string_match.[ch]
13677                 clean up name space
13678                 allow compilation *BSD
13679
13680 2001-12-27 [alfons]     0.6.6claws28
13681
13682         * src/filter.c
13683                 sync the Hiro's bug fix for BSD
13684
13685 2001-12-27 [melvin]     0.6.6claws27
13686         
13687         * src/compose.c
13688                 Simplify focus to subject entry code.
13689
13690 2001-12-27 [darko]      0.6.6claws26
13691
13692         * src/filtering.c
13693         * src/mbox_folder.c
13694         * src/messageview.c
13695         * src/mh.c
13696         * src/procheader.[ch]
13697         * src/procmsg.h
13698         * src/stock_pixmap.[ch]
13699         * src/summaryview.c
13700                 Show key icon for encrypted mails in summary view
13701
13702         * src/pixmaps/clip.xpm
13703         * src/pixmaps/clipkey.xpm
13704         * src/pixmaps/key.xpm
13705                 New/modified icons for the above
13706
13707 2001-12-27 [melvin]     0.6.6claws25
13708
13709         * src/prefs_common.c
13710                 Put spell checker options in a separate tab to decrease
13711                 the Common Preferences window height.
13712
13713         * README.claws  
13714                 Update spell checker usage instruction about its options
13715                 location.
13716
13717 2001-12-27 [melvin]     0.6.6claws24
13718
13719         * src/compose.c
13720                 Changed subject entry widget position. Initial focus is
13721                 on the To header instead of the subject entry.
13722                 Creating a new header scrolls the header list to make the
13723                 created one visible. Nevertheless, when automatically filling
13724                 headers, the first one is shown.
13725                 A Tab key press in the last empty header entry zips the 
13726                 focus to the subject entry.
13727                 (I did not change the combo boxes, yet)
13728
13729 2001-12-26 [alfons]     0.6.6claws23
13730
13731         * src/prefs_account.c
13732         * src/inc.c
13733                 allow default inbox to reside in another mailbox (only
13734                 works for POP3 accounts)
13735
13736 2001-12-26 [alfons]     0.6.6claws22
13737         
13738         * src/textview.c
13739                 make reply-on-click work with the account of the selected folder
13740         * src/compose.c
13741                 put a fixme here to remind me to fix finding correct default
13742                 account for nested folders
13743
13744 2001-12-25 [alfons]     0.6.6claws21
13745
13746         * src/summaryview.c
13747                 make column headers display locked and mark pixmaps (idea by Melvin) 
13748                 fix bug by adding score and locked column type to sort array
13749
13750 2001-12-25 [alfons]     0.6.6claws20
13751         
13752         * src/summaryview.c
13753                 catch a *potentially* inadvertent write back of  
13754                 the message cache(s) introduced by 0.6.5claws37
13755
13756 2001-12-25 [christoph]  0.6.6claws19
13757
13758         * src/stock_pixmap.[ch]
13759         * src/summaryview.c
13760                 add ignore thread pixmap
13761                 (can someone draw a better icon for this?)
13762
13763 2001-12-24 [alfons]     0.6.6claws18
13764
13765         * src/prefs_folder_item.c
13766                 make address completion actually work for the
13767                 Default To address in the Folder Property dialog.
13768
13769 2001-12-24 [alfons]     0.6.6claws17
13770         
13771         * src/summaryview.c
13772                 use new style regexp for subject stripping 
13773                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13774
13775 2001-12-24 [darko]      0.6.6claws16
13776
13777         * src/pgptext.c
13778         * src/rfc2015.c
13779                 move GPG related informational messages to debug mode
13780
13781 2001-12-23 [alfons]     0.6.6claws15
13782
13783         * src/stock_pixmap.[ch]
13784         * src/summaryview.c
13785                 add the forgotten Claws' locked pixmap
13786
13787 2001-12-23 [alfons]     0.6.6claws14
13788
13789         * src/filesel.c
13790                 accept file name typed in entry in multi file
13791                 selector (patch submitted by Gustavo Noronha Silva 
13792                 <kov@debian.org>)
13793
13794 2001-12-23 [alfons]     0.6.6claws13
13795
13796         * src/prefs_filter.c
13797         * src/prefs_filtering.c
13798         * src/matcher.c
13799         * src/importmutt.c
13800                 clean up a little bit
13801         
13802         * src/string_match.c
13803                 validate input strings a little bit more
13804
13805 2001-12-23 [alfons]     0.6.6claws12
13806
13807         * src/Makefile.am
13808         * src/summaryview.c
13809         * src/string_match.[ch]         ** NEW **
13810         * src/folderview.[ch]
13811         * src/headerview.h
13812         * src/folder.[ch]
13813         * src/prefs_folder_item.[ch]
13814                 add subject simplification to strip out strings from
13815                 a subject line (esp. handy for mailing lists). 
13816                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13817                 but slightly changed things for better integration.)
13818
13819 2001-12-23 [alfons]     0.6.6claws11
13820
13821         * src/mainwindow.c
13822                 fix bug introduced by submission included in 0.6.5claws52.
13823                 ideally this submission should clean the trash if any trash
13824                 folder has a message. however, the hasTrash variable was
13825                 set to false whenever a trash folder was empty (discarding
13826                 a previously found *filled* trash folder.)
13827
13828                 also edited the code a little bit and made it more safe.
13829
13830 2001-12-22 [alfons]     0.6.6claws10
13831
13832         * src/imap.c
13833                 quick fix for Martin Pool's omission of an account
13834                 specific SSL setting
13835
13836 2001-12-22 [alfons]     0.6.6claws9
13837
13838         * src/compose.c
13839         * src/messageview.c
13840         * src/mimeview.c
13841         * src/pgptext.c
13842         * src/procmime.[ch]
13843                 better support for multipart/digest (submitted
13844                 by Fredrik <e98fo@efd.lth.se>)
13845
13846 2001-12-22 [alfons]     0.6.6claws8
13847
13848         * src/addressbook.c
13849                 correct function signature
13850         * src/socket.[ch]
13851         * src/imap.[ch]
13852         * src/prefs_account.[ch]
13853                 allow IMAP over SSH tunnel (patch submitted by 
13854                 Martin Pool <mbp@samba.org>)
13855
13856 2001-12-21 [alfons]     0.6.6claws7
13857
13858         * sync with sylpheed 0.6.6cvs4-9
13859                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13860
13861 2001-12-21 [christoph]  0.6.6claws6
13862
13863         * src/compose.c
13864         * src/prefs_folder_item.[ch]
13865                 implement saving of outgoing messages to current folder.
13866                 fix segfault when no default outbox is available
13867                 (closes bug #495683)
13868
13869 2001-12-21 [carsten]    0.6.6claws5
13870         * src/folderview.c
13871         * src/summaryview.c
13872                 pressing CTRL while DND does now the expected thing and
13873                 copies the mail (moving is still the default, as this
13874                 seam more appropriate for handling mails by DND)
13875
13876 2001-12-18 [paul]       0.6.6claws4
13877
13878         * sync with sylpheed 0.6.6cvs3
13879                 see ChangeLog entries 2001-12-18
13880
13881 2001-12-18 [hiro]       0.6.6claws3
13882
13883         * src/undo.c
13884                 fix for multibyte characters (obtain the number of letters
13885                 instead of bytes).
13886
13887 2001-12-17 [paul]       0.6.6claws2
13888
13889         * sync with sylpheed 0.6.6cvs1
13890                 see ChangeLog entry 2001-12-16
13891
13892 2000-12-17 [alfons]     0.6.6claws1
13893
13894         * src/filtering.c
13895                 clean up
13896
13897 2001-12-16 [paul]       0.6.6claws
13898 2001-12-15
13899
13900         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13901
13902         * src/mimeview.c
13903                 last minute sync with main 0.6.6
13904
13905         * po/es.po
13906                 updated by Ricardo Mones Lastra
13907                 update for last minute sync
13908         * po/fr.po
13909         * po/nl.po
13910                 update for last minute sync
13911         * po/de.po
13912                 updated by Jens Oberender
13913         * po/pt_BR.po
13914                 updated by Fabio Junior Beneditto
13915
13916         * src/prefs_common.[ch]
13917         * src/undo.c
13918                 number of undo levels is user configurable
13919                 (squeeze it into the release in the dying
13920                 moments) Submitted by Jens Oberender    
13921
13922 2001-12-15 [melvin]
13923
13924         * po/fr.po
13925                 updated french translation
13926
13927 2001-12-15 [paul]       0.6.5claws92
13928
13929         * sync with sylpheed 0.6.5cvs28
13930                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13931
13932         * po/nl.po
13933                 update to allow for sync
13934
13935 2001-12-15 [alfons]
13936         
13937         * po/nl.po
13938                 update dutch translation
13939
13940 2001-12-14 [carsten]    0.6.5claws91
13941         * src/summaryview.c
13942                 fixed bug #473785; also after changing the column order
13943                 the same message will be selected and displayed as before
13944                 the reordering
13945
13946 2001-12-14 [carsten]    0.6.5claws90
13947         * src/folderview.c
13948                 probably found the bug reported by wwb opening or closing
13949                 a folder tree just before dnd (found the solution in the
13950                 balsa source -- thanks to them)
13951
13952 2001-12-14 [carsten]    0.6.5claws89
13953         * src/gtkutils.c
13954         * src/account.c
13955                 moved gtk_clist_moveto to the right place, so that
13956                 only the accounts dialog is effected on opening
13957
13958 2001-12-14 [carsten]    0.6.5claws88
13959         * src/gtkutils.c
13960                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13961                 now, so that the focused row will be seen in any case
13962                 (reported by wwp on sf-claws-user)
13963
13964 2001-12-14 [darko]      0.6.5claws87
13965
13966         * src/compose.c
13967                 remove unnecessary line
13968
13969 2001-12-14 [paul]       0.6.5claws86
13970
13971         * sync with sylpheed 0.6.5cvs27
13972                 see ChangeLog entries 2001-12-14
13973
13974 2001-12-14 [carsten]    0.6.5claws85
13975         * src/mainwindow.c
13976                 following a suggestion of Melvin the rcoabm pops up
13977                 right under the button now and the button is reliefed
13978                 while the popup is open
13979
13980 2001-12-14 [darko]      0.6.5claws84
13981
13982         * src/compose.c
13983                 fix crash when wrapping long lines if linewrap quotation
13984                 is disabled and wrapper encounters a word spanning more
13985                 than one line
13986
13987 2001-12-13 [paul]       0.6.5claws83
13988
13989         * src/compose.c
13990                 prefer 'Reply-To' header over mailing list header when
13991                 replying to a message. Finally prevent all those confirmation 
13992                 messages being sent to the list itself.
13993
13994         * src/summaryview.c
13995                 remove unused summary_set_menu_sensitive() entry
13996
13997 2001-12-13 [paul]       0.6.5claws82
13998
13999         * src/folderview.c
14000         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14001         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14002         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14003                 improvements to 'Hide read messages': Inbox, Outbox,
14004                 Trash, Queue, and Draft icons now reveal presence of hidden 
14005                 messages
14006
14007 2001-12-12 [alfons]     0.6.5claws81
14008
14009         0.6.5claws80 was tagged as LAST_STABLE
14010
14011         * src/filtering.[ch]
14012         * src/matcher.[ch]
14013         * src/matcher_parser_lex.c
14014                 fix the filtering; my last attempt to get it right, 
14015                 if it does not work, it's Hoa's turn. ;-)
14016
14017                 for my honourable peers:
14018                 
14019                 the code now makes a clear distinction between
14020                 rules as they are displayed (probably escaped),
14021                 and as they are executed (probably unescaped). the
14022                 parser does *NOT* do any unescaping, this is
14023                 the task of the matcher.c (which breaks up a
14024                 rule into condition) and the filtering.c (which
14025                 breaks up the rule's action). to make this
14026                 run happily we provide an unescaped copy of
14027                 crucial strings to the MatcherProp and 
14028                 FilteringAction structures. note that the only
14029                 exception to this is any REGEXP string. those
14030                 are directly passed to regcomp() and regexp()
14031                 (who have much more powerful unescape functions).
14032                 
14033                 for everyone else:
14034         
14035                 you can escape tab (\t), carriage return (\r),
14036                 linefeed (\n), form feed (\f), quote (\"), 
14037                 single quote (\'), bell (\b) in all the entry
14038                 lines in the scoring & filtering dialogs.
14039                 as an added bonus this should not affect
14040                 existing filtering rules.
14041
14042 2001-12-12 [carsten]    0.6.5claws80
14043
14044         * src/summaryview.c
14045         * po/de.po
14046                 "item(s) selected" is now sensitive to 1 or more
14047                 than one selected (nice for language where simple
14048                 adding of a "s" is not possible as German (Eintrag
14049                 ->Eintr"age)
14050                 
14051                 the "forward as attachment" entry from the right
14052                 click menu removed, "forward" acts following the
14053                 prefs
14054         
14055         * src/textview.c
14056                 reverted my former changes; so compiler warning again
14057                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14058                 nevertheless
14059
14060         * src/messageview.c
14061                 "search in message" does now *not* only work in MVIEW_TEXT
14062                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14063                 message
14064
14065         * src/mainwindow.c
14066                 removed "/File/_Close" as it was the same as "/File/E_xit"
14067                 and we don't need it two times
14068
14069                 the separate folder view and message view now get a distinct
14070                 WMCLASS, just in case someone is using sawfish ;-)
14071
14072                 as the menu entries "/View/Message view" and "/View/Folder tree"
14073                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14074                 make them sensitive accordingly and as these two are "shown"
14075                 after startup anytime check this menuitem at startup
14076
14077 2001-12-12 [paul]       0.6.5claws79
14078
14079         * src/folderview.c
14080                 fix sensitivity of 'Search folder...', broken in
14081                 0.6.5claws75
14082
14083         * src/mainwindow.c
14084                 fix dodgy English
14085
14086 2001-12-11 [carsten]    0.6.5claws78
14087         * src/filtering.c
14088                 fixed two typos returning a wrong FALSE/TRUE
14089         * src/mainwindow.[ch]
14090                 extra menu for email/news button removed
14091
14092 2001-12-11 [alfons]     0.6.5claws77
14093         
14094         * src/matcher.c                 (1.3)
14095         * src/matcher_parser_lex.l      (1.28)
14096                 revert for another attempt
14097                 mark 0.6.5claws77 as LAST_STABLE
14098
14099 2001-12-11 [christoph]  0.6.5claws76
14100
14101         * po/de.po
14102                 fixed wrong translation for prev. unread msg
14103
14104 2001-12-11 [paul]       0.6.5claws75
14105
14106         * src/folder.[ch]
14107         * src/folderview.c
14108         * src/mainwindow.c
14109         * src/summaryview.[ch]
14110         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14111                 enable ability to hide read messages on per folder basis via 
14112                 '/Summary/Hide read messages'; when selected, a folder will 
14113                 have a red open folder icon, instead of a blue icon, if the 
14114                 folder contains hidden messges
14115                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14116
14117         * src/mainwindow.c
14118                 remove '/Message/Forward as attachment' from 
14119                 main_window_set_menu_sensitive() to prevent debug warning
14120
14121         * src/folderview.c
14122         * src/mainwindow.c
14123                 Clean up some of the English
14124
14125         * tools/newscache_clean.pl
14126                 allow for new 'hidereadmsgs' entry in folderlist.xml
14127
14128         * po/es.po
14129                 updated translation, submitted by Ricardo Mones Lastra
14130
14131 2001-12-11 [paul]       0.6.5claws74
14132
14133         * sync with sylpheed 0.6.5cvs25
14134                 see ChangeLog entry 2001-12-11
14135
14136 2001-12-10 [alfons]     0.6.5claws73
14137
14138         * src/matcher.c
14139                 add more control characters
14140         * src/matcher_parser_lex.l
14141                 make escaping / unescaping work again
14142
14143 2001-12-10 [alfons]     0.6.5claws72
14144
14145         * src/imap.c
14146                 clean up warnings "returning value for void function" 
14147         * src/prefs_filtering.c
14148                 make info button for execute action sensitive
14149
14150 2001-12-10 [paul]       0.6.5claws71
14151
14152         * src/compose.c
14153         * src/imap.[ch]
14154         * src/summaryview.c
14155                 fix: imap server now gets informed of MARKED, UNMARKED
14156                 and REPLY events. Now people can use different IMAP-Mail
14157                 clients and have the exact same information about MARKED,
14158                 UNMARKED and REPLY status with all of them. Especially
14159                 useful for imap servers with a web-frontend.
14160                 submitted by Tobias Sandhaas <medlor@web.de>
14161
14162 2001-12-09 [melvin]     0.6.5claws70
14163         
14164         * src/textview.[ch]
14165                 fixed bug #490076 (hunted down by Alfons who implemented
14166                 a workaround in 0.6.5claws65)
14167
14168 2001-12-09 [christoph]  0.6.5claws69
14169
14170         * src/summaryview.c
14171                 set pointer to string in LOCKED column to NULL
14172                 (might fix bug #490800)
14173
14174 2001-12-09 [carsten]    0.6.5claws68
14175
14176         * po/de.po
14177                 resolved some cluttered menu shortcuts 
14178                 ('creating new email' and 'creating news message'
14179                 hade the same)
14180         * src/compose.c
14181                 wmclass now distinc from main window
14182         * src/mainwindow.c
14183           src/mainwindow.h
14184                 email/news and forward button functionality similar
14185                 to the reply buttons; removed the ugly dropdown arrows
14186                 and use instead the right mouse button
14187
14188 2001-12-09 [paul]       0.6.5claws67
14189
14190         * src/imap.c
14191         * src/utils.h
14192                 allow spaces in imap folder names
14193                 submitted by Willem van Engen <wvengen@stack.nl>
14194
14195 2001-12-09 [paul]       0.6.5claws66
14196
14197         * sync with sylpheed 0.6.5cvs24
14198                 see ChangeLog entry 2001-12-09
14199
14200 2001-12-08 [alfons]     0.6.5claws65
14201
14202         * src/textview.c
14203                 prevent secondary selection claim after "add to sender" dialog
14204                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14205                 we trick GTK by simulating a click at (0, 0) in the textview.
14206
14207 2001-12-08 [hoa]        0.6.5claws64
14208
14209         * src/folder.c
14210                 fixed a bug about the .processing folder name while filtering
14211
14212 2001-12-08 [alfons]     0.6.5claws63
14213
14214         * src/folderview.c 
14215                 work around problem of not correctly updating folder stats
14216                 when deleting messages. there's some folder scanning evil
14217                 going so the folderview_update_msg_num() does not work
14218                 correctly. need to investigate this.
14219
14220 2001-12-08 [paul]       0.6.5claws62
14221
14222         * sync with sylpheed 0.6.5cvs23
14223                 see ChangeLog entry 2001-12-08
14224
14225 2001-12-07 [christoph]  0.6.5claws61
14226
14227         * src/compose.c
14228                 fix another header translation problem
14229
14230 2001-12-07 [alfons]     0.6.5claws60
14231
14232         * src/mbox.c
14233                 make filtering also work on local spool mbox
14234
14235 2001-12-07 [carsten]    0.6.5claws59
14236         * src/addressbook.c
14237                 addressbook window gets a wmclass distinct from the main
14238                 sylpheed window
14239         * src/compose.h
14240         * src/mainwindow.[ch]
14241                   forward menu item will use mode selected in prefs, forward 
14242                 as attatchment in menu removed (will be substituted in the
14243                 toolbar similar to reply buttons)
14244                   create news message menu entry and news button is now 
14245                 sensitive to the existance of a news account
14246         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14247         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14248         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14249                 these are removed because the toolbar buttons don't show
14250                 the quoting modus any longer
14251
14252 2001-12-07 [paul]
14253
14254         * tools/newscache_clean.pl      ** NEW FILE **
14255                 perl script to do some tidying up in the newscache directory 
14256                 
14257         * tools/sylpheed-switcher       ** NEW FILE **
14258                 perl script to enable easy switching between main and claws
14259                 
14260         * tools/README
14261                 added descriptions of the two new perl scripts          
14262
14263
14264 2001-12-07 [melvin]     0.6.5claws58
14265
14266         * src/messageview.c
14267                 fixed a warning during compilation introduced in 0.6.5claws56
14268
14269 2001-12-07 [paul]       0.6.5claws57
14270
14271         * src/mainwindow.[ch]
14272         * src/menu.[ch]
14273                 further usability enhancements to replying with or without 
14274                 quoting via the toolbar, use of Ctrl key is replaced by 
14275                 drop down menu 
14276                 Submitted by Carsten Schurig            
14277
14278 2001-12-07 [melvin]     0.6.5claws56
14279
14280         * src/messageview.c
14281                 hack to fix bug that prevented to make/paste selections
14282                 after switching between MVIEW_TEXT and MVIEW_MIME views
14283                 without deselecting the selection first.
14284
14285 2001-12-06 [alfons]     0.6.5claws55
14286
14287         * src/filtering.[ch]
14288         * src/inc.c
14289                 revise filtering a little bit more, and make sure
14290                 messages are delivered to the appropriate inbox
14291                 (perhaps set per account)
14292
14293 2001-12-06 [paul]       0.6.5claws54
14294
14295         * sync with sylpheed 0.6.5cvs22
14296                 see ChangeLog entry 2001-12-06
14297
14298 2001-12-05 [alfons]     0.6.5claws53
14299
14300         * src/inc.c
14301         * src/folder.[ch]
14302         * src/procmsg.c
14303         * src/filtering.c
14304                 more revisions of filtering system
14305                 (last stable version is marked as LAST_STABLE)
14306                 
14307                 | NOTE 1): the filtering system now uses a local folder called
14308                 | .processing. if filtering fails, check this directory
14309                 | for missing messages.
14310                 |
14311                 | NOTE 2): help us find the filtering actions still missing
14312
14313 2001-12-05 [paul]       0.6.5claws52
14314
14315         * src/mainwindow.c
14316                 fix bug where 'Empty Trash?' pop-up window appears even
14317                 when Trash is empty, submitted by Jesse Skinner         
14318
14319 2001-12-05 [melvin]     0.6.5claws51
14320
14321         * src/compose.c
14322                 fixed bug #486106 to select correct account when reediting 
14323                 a queued message
14324         
14325 2001-12-04 [alfons]     0.6.5claws50
14326
14327         * src/mh.c
14328                 declare markfile in appropriate functions when
14329                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14330                 for spotting this)
14331
14332 2001-12-04 [paul]       0.6.5claws49
14333
14334         * sync with sylpheed 0.6.5cvs21
14335                 see ChangeLog entry 2001-12-04
14336
14337 2001-12-03 [christoph]  0.6.5claws48
14338
14339         * po/de.po
14340                 changed translation of undo
14341         * src/account.c
14342         * src/folder.c
14343                 don't reinvent the wheel to traverse a GNode
14344         * src/compose.[ch]
14345                 seperate code to create the compose gui into functions
14346                 add "Others" page with folder selection for saving copy
14347                 of the message.
14348                 the folder identifier is saved to queue header
14349         * src/procmsg.c
14350                 save message to folder in queue header
14351
14352 2001-12-03 [paul]       0.6.5claws47
14353
14354         * sync with sylpheed 0.6.5cvs20
14355                 see ChangeLog entry 2001-12-03
14356
14357 2001-12-01 [paul]
14358
14359         * more sync with sylpheed 0.6.5cvs19
14360                 see ChangeLog entry 2001-11-29
14361
14362 2001-11-30 [paul]       0.6.5claws46
14363         
14364         * src/compose.c
14365                 remove conflicts introduced by Hoa's last commit
14366          
14367         * src/mainwindow.c
14368                 make 'Message/Bounce' sensitive
14369
14370 2001-11-30 [hoa]        0.6.5claws45
14371
14372         * src/compose.c
14373                 slightly change bounce function to add
14374                 information about the user that bounced the mail
14375                 in the From header line.
14376
14377         * src/folderview.c
14378                 permit the use of processing in outbox folder.
14379
14380 2001-11-29 [paul]       0.6.5claws44
14381
14382         * src/mainwindow.[ch]
14383         * src/prefs_common.c
14384         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14385         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14386         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14387                 usability enhancements to the quoting, implements
14388                 use of Ctrl key to toggle quoting settings
14389                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14390
14391 2001-11-29 [paul]       0.6.5claws43
14392         
14393         * sync with sylpheed 0.6.5cvs19
14394                 see ChangeLog entry 2001-11-28
14395
14396 2001-11-29 [melvin]     0.6.5claws42
14397         * src/Makefile.am
14398                 added enriched.[ch] to the list of files
14399
14400         * src/textview.c
14401         * src/mimeview.c
14402         * src/procmime.[ch]
14403         * src/enriched.[ch]
14404                 added support to view text/enriched
14405                 added support to show headers in message view for text/enriched and text/html
14406                         in non multipart messages
14407
14408 2001-11-28 [paul]       0.6.5claws41
14409
14410         * more sync with sylpheed 0.6.5cvs18
14411                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14412
14413 2001-11-27 [paul]       0.6.5claws40
14414         
14415         * po/pt_BR.po
14416                 updated translation, submitted by Fabio Junior Beneditto
14417                 
14418         * sync with sylpheed 0.6.5cvs18
14419                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14420                 2001-11-27
14421
14422
14423 2001-11-26 [paul]
14424
14425         * po/es.po
14426                 updated translation, submitted by Ricardo Mones Lastra
14427
14428 2001-11-26 [alfons]
14429
14430         * src/matcher.c
14431                 add more translatable strings
14432
14433 2001-11-26 [christoph]  0.6.5claws39
14434
14435         * po/de.po      
14436                 fixed one more umlaut
14437         * src/compose.c
14438                 fix translated header when it should not be translated
14439
14440 2001-11-26 [paul]       0.6.5claws38
14441
14442         * src/mainwindow.c
14443                 remove '/Message/Add Sender to address book' from 
14444                 main_window_set_menu_sensitive(), prevent debug warning
14445                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14446
14447 2001-11-26 [paul]       0.6.5claws37
14448
14449         * src/summaryview.c
14450                 fix 'recurring unread state' bug 
14451
14452         * tools/README 
14453         * tools/filter_conv.pl
14454                 read name of top level mailbox from folderlist.xml
14455                 and presume nothing about its name              
14456
14457 2001-11-26 [darko]      0.6.5claws36
14458
14459         * src/gtkstext.[ch]
14460                 removed functions that are now in gtkutils.c
14461                 use gtkut_text_is_uri_string() from gtkutils.c
14462         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14463
14464 2001-11-26 [paul]       0.6.5claws35
14465
14466         * sync with sylpheed 0.6.5cvs16
14467                 see ChangeLog entries 2001-11-25 and 2001-11-26
14468
14469 2001-11-25 [alfons]     0.6.5claws34
14470
14471         EXPERIMENTAL!!! Please checkout the last stable version using: 
14472           
14473         % cvs update -r LAST_STABLE -dRAP
14474
14475         (Or help us testing this stuff.)
14476
14477         * src/filtering.c               (1.14)
14478         * src/filtering.h               (1.6)
14479         * src/inc.c                     (1.28)
14480         * src/matcher.c                 (1.20)
14481         * src/mbox.c                    (1.9)
14482         * src/procmsg.h                 (1.14)
14483         * src/summaryview.c             (1.59)
14484         * src/summaryview.h             (dunno)
14485                 revert/merge/sync to as it was before commit 
14486                 on Thu, 19 Jul 2001 10:15:51 -0700.
14487
14488 2001-11-25 [hoa]        0.6.5claws33
14489
14490         * src/main.c
14491                 processing mails at startup
14492
14493         * src/folderview.c
14494         * src/summaryview.[ch]
14495                 processing mails when entering folder
14496
14497         * src/prefs_filtering.c
14498                 fixed some UI bugs
14499
14500 2001-11-24 [alfons]     0.6.5claws32
14501
14502         * src/summaryview.[ch]
14503                 make summary sort headers work, and also make
14504                 sure the sort type is stored
14505
14506 2001-11-23 [alfons]     0.6.5claws31
14507
14508         * src/summaryview.[ch]
14509                 make lock work like mark
14510                 disallow deleting messages marked as locked
14511
14512 2001-11-23 [alfons]     0.6.5claws30
14513
14514         * src/gtkstext.c
14515         * src/compose.[ch]
14516         * src/Makefile.am
14517         * src/undo.[ch]
14518                 merge undo patch submitted by Jens
14519
14520 2001-11-23 [christoph]  0.6.5claws29
14521
14522         * src/.cvsignore
14523                 added ylwrap
14524         * src/compose.c
14525                 fixed gpg signing and encoding
14526         * src/folder.[ch]
14527         * src/main.c
14528                 added --status option to get new, unread and total
14529                 message count from a running sylpheed
14530         * src/prefs_common.c
14531                 temporary fix for reply_with_quote problem
14532                 (don't call functions for non existing widget)
14533         * src/procmsg.c
14534                 one more check for ignored threads but still not
14535                 always working correctly. probably a recursive
14536                 check for all parents is needed
14537
14538 2001-11-23 [darko]      0.6.5claws28
14539
14540         * src/compose.c
14541                 wrapping on send improvements
14542         * src/gtkutils.[ch]
14543                 fix for GtkSText after last sync with main branch
14544                 GTK_TEXT -> GTK_STEXT
14545
14546 2001-11-23 [paul]       0.6.5claws27
14547
14548         * sync with sylpheed 0.6.5cvs14
14549                 see ChangeLog entries 2001-11-22 and 2001-11-23
14550                 
14551         * po/de.po
14552                 fixed the scrambled umlauts 
14553                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14554
14555 2001-11-21 [paul]       0.6.5claws26
14556
14557         * sync with sylpheed 0.6.5cvs12
14558                 see 2nd ChangeLog entry dated 2001-11-20
14559
14560 2001-11-20 [paul]       0.6.5claws25
14561
14562         * sync with sylpheed 0.6.5cvs11
14563                 see ChangeLog entry 2001-11-19 (src/utils.c)
14564
14565 2001-11-20 [hiro]
14566
14567         * src/compose.c
14568                 GTK_TEXT -> GTK_STEXT
14569                 fix for wrong comment
14570
14571 2001-11-20 [hiro]       0.6.5claws24
14572
14573         * src/compose.[ch]
14574                 more merges from main branch
14575                 removed fatal warnings (uninitialized variables etc.)
14576                 some coding style fix
14577         * src/gtkutils.h
14578                 fixed typo.
14579         * src/addressbook.c
14580           src/addrindex.c
14581                 V-Card -> vCard
14582
14583 2001-11-19 [hoa]        0.6.5claws23
14584
14585         * src/filtering.c
14586         * src/prefs_scoring.c
14587         * src/matcher.[ch]
14588         * src/scoring.c
14589                 cleaning code
14590
14591         * src/matcher_parser_parse.y
14592         * src/prefs_filtering.c
14593                 bouncing
14594
14595 2001-11-19 [alfons]     0.6.5claws22
14596
14597         more of my old things into claws
14598
14599         * src/Makefile.am
14600         * src/prefs_common.c
14601         * src/procmsg.h
14602         * src/summaryview.[ch]
14603         * src/prefs_summary_column.c
14604         * src/pixmaps/locked.xpm
14605                 add indicators for locking of message in summary view
14606                 (does not work yet, only visual indicator)
14607
14608 2001-11-19 [paul]       0.6.5claws21
14609
14610         * sync with sylpheed 0.6.5cvs10
14611                 see ChangeLog entry 2001-11-19
14612
14613 2001-11-18 [alfons]     0.6.5claws20
14614         
14615         * src/filtering.c
14616                 remove an inadvertent free I forgot in previous clean up 
14617
14618 2001-11-18 [alfons]     0.6.5claws19
14619
14620         * src/filtering.[ch]
14621                 clean up & plug leaks
14622
14623 2001-11-18 [paul]       0.6.5claws18
14624
14625         * sync with sylpheed 0.6.5cvs9
14626                 see ChangeLog entries 2001-11-17 and 2001-11-18
14627
14628 2001-11-16 [paul]       0.6.5claws17
14629
14630         * sync with sylpheed 0.6.5cvs8
14631                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14632
14633 2001-11-16 [paul]       0.6.5claws16
14634
14635         * sync with sylpheed 0.6.5cvs7
14636                 see ChangeLog entries 2001-11-15 and 2001-11-16
14637
14638 2001-11-15 [hoa]        0.6.5claws15
14639
14640         * src/compose.c
14641                 fix bounce, mails we received couln't be bounced to ourself.
14642
14643         * src/defs.h
14644         * src/filtering.[ch]
14645         * src/matcher.[ch]
14646         * src/matcher_parser.h
14647         * src/matcher_parser_lex.l
14648         * src/matcher_parser_parse.y
14649         * src/inc.c
14650         * src/main.c
14651         * src/mbox.c
14652         * src/prefs_filtering.[ch]
14653         * src/mainwindow.c
14654         * src/prefs_matcher.c
14655         * src/prefs_scoring.c
14656         * src/scoring.[ch]
14657         * src/summaryview.c
14658                 new matcher/filter/score configuration file parser
14659                 one unique configuration file => ~/.sylpheed/matcherrc
14660                 import in currently automatic, then save are made
14661                 in this new file.
14662                 one filter per folder and one global filter
14663                 (filter of a folder will be used as folder processing)
14664
14665         * src/folder.c
14666                 fix a bug in folder_item_get_identifier
14667                 
14668         * src/messageview.c
14669                 receive receipt return are fixed.
14670
14671 2001-11-14 [alfons]     0.6.5claws14
14672
14673         * src/session.h
14674                 add things from main branch to make claws compile
14675
14676 2001-11-14 [paul]       0.6.5claws13
14677
14678         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14679                 see ChangeLog entries 2001-11-08 to 2001-11-14
14680
14681 2001-11-14 [hoa] 0.6.5claws12
14682
14683         * src/compose.[ch]
14684         * src/mainwindow.c
14685         * src/summaryview.c
14686                 add "bounce mail" option
14687
14688 2001-11-13 [christoph]  0.6.5claws11
14689
14690         * src/compose.c
14691                 Cleanup a mess i add before commiting
14692
14693 2001-11-13 [hoa]        0.6.5claws10
14694
14695         * src/compose.c
14696                 some fixes when mail are sent or
14697                 for crossposts
14698
14699 2001-11-13 [christoph]  0.6.5claws9
14700
14701         * po/de.po
14702                 Changed two string with the same translation
14703         * src/compose.c
14704         * src/procmsg.[ch]
14705         * src/send.[ch]
14706                 New mailsending process:
14707                   - Always queue message before sending
14708                     (message will be saved if sylpheed crashed or
14709                      freezes while sending)
14710                   - Allow queuing of newspostings
14711                   - No copy in outbox before sending
14712                     (closes bug #469501)
14713                   - No more redundant code for send and send_later
14714         * src/summaryview.c
14715                 Applied wwp <subscript@free.fr>'s patch that fixes
14716                 marks for multiple forwarded messages (+compose.c)
14717
14718 2001-11-12 [alfons]
14719
14720         * README.claws
14721                 remove things that are now in main branch
14722         
14723         * po/nl.po
14724                 update Dutch translation
14725
14726 2001-11-12 [mhadasht]   0.6.5.claws8
14727
14728         * src/prefs_common.c
14729                 re-enabled account autoselection feature for forward
14730                 and reedit lost during the branch point for SYNC-B4-REL
14731         * src/gtkspell.c
14732                 gtkpspell_get_dict(): more readable code (even if function is
14733                 not used yet)
14734         * ChangeLog.claws
14735                 added version number info to 2001-11-12 [hiro] comment.
14736
14737 2001-11-12 [hiro]       0.6.5.claws7
14738
14739         * src/compose.c
14740                 compose_forward(): fixed a bug that forward quote mark
14741                 wasn't used.
14742                 removed unnecessary code.
14743         * src/template_select.[ch]: removed.
14744
14745 2001-11-11 [alfons]
14746
14747         * src/compose.c
14748                 :%s/GTK_TEXT/GTK_STEXT/g
14749         
14750         * src/compose.[ch]
14751         * src/undo.[ch]
14752         * src/Makefile.am
14753                 revert the undo stuff (this is 0.6.6claws stuff)
14754
14755 2001-11-11 [hoa]        0.6.5.claws6
14756
14757         * src/compose.[ch]
14758                 Insert signature at the end of the text.
14759                 Added undo patch but currently disabled
14760
14761         * src/procmsg.c
14762                 Threading by subject improved.
14763
14764         * added src/undo.[ch]
14765                 Undo module for compose dialog box.
14766
14767 2001-11-11 [alfons]     0.6.5.claws5
14768
14769         * src/procmsg.c
14770                 prevent threading by subject on nodes that have already been
14771                 threaded by in-reply-to (as in "circular references in a tree
14772                 result in a dead branch")
14773
14774 2001-11-09 [hoa]        0.6.5.claws4
14775         
14776         * src/folderview.c
14777                 allows creation of mbox folder item from any files.
14778
14779 2001-11-09 [alfons]     0.6.5.claws3
14780         
14781         * src/utils.c
14782         * src/procmsg.c
14783                 do what I mean and correct threading by subject so it really
14784                 ignores attracting lines without "Re: "
14785
14786 2001-11-07 [alfons]     0.6.5.claws2
14787
14788         * src/procmsg.c
14789         * src/utils.[ch]
14790                 only attract by subject if a subject line starts with a "Re: "
14791         * src/syldap.c
14792                 remove warning
14793
14794 2001-11-07 [paul]       0.6.5claws1
14795
14796         * sync with sylpheed 0.6.5. release
14797                 see ChangeLog entry 2001-11-07
14798
14799 2001-11-07 [paul]       0.6.4claws31
14800
14801         * sync with sylpheed 0.6.4cvs18
14802                 see ChangeLog entries 2001-10-30 to 2001-11-07
14803                 prefs_templates.[ch] renamed prefs_template.[ch]
14804
14805 2001-11-06 [alfons]
14806         
14807         * src/utils.h
14808                 add semicolon Hoa forgot ;-)
14809                 
14810
14811 2001-11-06 [hoa]        0.6.4claws30
14812         
14813         * src/procmsg.c
14814         * src/summaryview.c
14815         * src/utils.c
14816         * src/utils.h
14817                 threading by subject - empty subject are ignored
14818
14819 2001-11-06 [christoph]  0.6.4claws29
14820
14821         * src/socket.c
14822                 use SSL_peek for sock_gets
14823         * src/utils.c
14824                 removed unneeded pointer in extracting quoted
14825                 names implementation
14826
14827 2001-11-06 [melvin]     0.6.4claws28
14828
14829         * src/gtkspell.c
14830                 fixed bug #476792 Selection overtyping with spell checker
14831                 fixed bug which could cause a buffer overflow
14832                 fixed a memory leak
14833
14834 2001-11-06 [hoa]        0.6.4claws27
14835         
14836         * src/procmsg.c
14837         * src/summaryview.c
14838                 threading by subject
14839
14840 2001-11-05 [alfons]     0.6.4claws26
14841         
14842         * README.claws
14843                 Claws -> Sylpheed (vice versa)
14844
14845         * src/compose.c
14846                 :%s/gtk_text/gtk_stext/g
14847                 :%s/GTK_TEXT/GTK_STEXT/g
14848                 (thanks to Jonathan Ware for spotting this)
14849
14850 2001-11-04 [christoph]  0.6.4claws25
14851
14852         * src/summaryview.c
14853                 replace Xalloca + strdup with Xstrdup_a
14854         * src/utils.c
14855                 better implementation of extracting quoted names
14856                 from addresses (remove backlashes and ignore
14857                 quotes after them)
14858
14859 2001-11-04 [alfons]     0.6.4claws24
14860
14861         * src/utils.[ch]
14862                 edit to comply more with coding style
14863
14864         * src/textview.c
14865                 fix bug reported by Kim Schulz. introduced by the patch integrated
14866                 in 0.6.4claws15. the code did not check the return value of
14867                 the html parser.
14868
14869         * AUTHORS
14870                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14871
14872 2001-11-04 [christoph]  0.6.4claws23
14873
14874         * src/main.c
14875         * src/prefs_common.[ch]
14876                 init some pointers that possibly caused a segfault
14877                 reported in the claws-users ML
14878
14879 2001-11-04 [hoa]        0.6.4claws22
14880
14881         * src/grouplistdialog.c
14882                 change the names of the nodes in the tree
14883
14884         * src/compose.c
14885                 enhanced mailto syntax as described in
14886                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14887                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14888
14889         * src/utils.c
14890                 encode and decode URI (useful when opening URL into
14891                 netscape).
14892
14893 2001-11-03 [hoa]        0.6.4claws21
14894
14895         * src/grouplistdialog.c
14896                 a new newsgroups list selection dialog box
14897                 with a CTree instead of a CList
14898
14899 2001-11-03 [hoa]        0.6.4claws20
14900
14901         * src/folderview.c
14902                 enable property and scoring options when right
14903                 click on "inbox"
14904
14905         * src/summaryview.c
14906                 fixed bug when nickname were displayed using
14907                 the address book.
14908
14909 2001-11-02 [darko]      0.6.4claws19
14910
14911         * src/compose.c
14912                 new wrap quotation and URL/long words wrapping implementation
14913         * src/compose.c src/gtkstext.[ch]
14914                 move gtkstext_strncmp() to gtkstext.c
14915
14916 2001-11-01 [christoph]  0.6.4claws18
14917
14918         * src/prefs_account.c
14919                 fixed mess in account settings dialog
14920         * src/prefs_folder_item.c
14921                 added label with folder path to dialog
14922
14923 2001-10-31 [match]      0.6.4claws17
14924
14925         * src/vcard.c
14926                 fix memory leak.
14927         * src/addrbook.c
14928                 fix generation of spurious address book file names.
14929                 remove redundant functions.
14930         * po/POTFILES.in
14931                 added missing file names.
14932
14933 2001-10-30 [paul]       0.6.4claws16
14934
14935         * sync with sylpheed 0.6.4cvs6
14936                 see ChangeLog entries 2001-10-26 to 2001-10-30
14937
14938         * tools/filter_conv.pl
14939                 read folderlist.xml to discover whether the top-level
14940                 folder is called 'Mailbox' or 'Mail' 
14941
14942 2001-10-29 [paul]       0.6.4claws15
14943
14944         * src/html.c, src/textview.c
14945                 activate links in html mail and fix clickable parts
14946                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14947
14948 2001-10-29 [paul]
14949
14950         * po/de.po, po/es.po, po/pt_BR/po
14951                 updated translations, submitted by Jens Oberender,
14952                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14953
14954 2001-10-29 [darko]      0.6.4claws14
14955
14956         * src/compose.c
14957                 fix wrapping for good
14958
14959 2001-10-29 [darko]
14960
14961         * src/compose.c
14962                 undo previous change as it broke the smart wrapping
14963
14964 2001-10-29 [darko]      0.6.4claws13
14965
14966         * src/compose.c
14967                 fix infinite loop when long URL is quoted
14968                 (closes bug #475122.
14969
14970 2001-10-28 [match]
14971
14972         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14973                 import Mutt address book
14974         * src/ldif.[ch] src/importldif.h
14975                 modified import LDIF handle user attributes
14976
14977 2001-10-28 [christoph]  0.6.4claws12
14978
14979         * src/summaryview.c
14980                 fixed that filtering did not work if there
14981                 were no filter rules
14982                 (closes bug #472003 and better implementation
14983                  of patch #474644)
14984
14985 2001-10-27 [christoph]  0.6.4claws11
14986
14987         * src/compose.c
14988                 make the folder's default account to be used when
14989                 replying. (patch by wwp <subscript@free.fr>)
14990         * src/compose.c
14991                 code cleanup, nearly killed all of wwp's patch
14992                 for folder's default account in compose
14993         * src/folderview.c
14994                 error panel when a folder could not be created
14995                 (closes bug #471080 new folder name & already
14996                  existing file)
14997
14998 2001-10-26 [alfons]
14999
15000         * src/utils.h
15001                 change prototype of strstr2() that Christoph forgot about
15002
15003 2001-10-26 [christoph]  0.6.4claws10
15004
15005         * src/account.c
15006                 made search for accounts by email address not case
15007                 sensitive
15008         * src/folder.c
15009                 fixed memory leak in folder_item_get_identifier
15010         * src/gtkspell.c
15011         * src/utils.c
15012                 fixed wrong strstr2 (should work like strstr)
15013
15014 2001-10-26 [darko]      0.6.4claws9
15015
15016         * src/compose.c src/gtkstext.[ch]
15017         * src/gtkstext.c
15018                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15019
15020 2001-10-26 [paul]       0.6.4claws8
15021
15022         * src/html.c
15023                 ignore css and javascript tags in html mail
15024                 case-insensitive, with or without double-quoted
15025                 strings
15026
15027 2001-10-26 [paul]       0.6.4claws7
15028
15029         * sync with sylpheed 0.6.4cvs1
15030                 see ChangeLog entry 2001-10-26
15031
15032         * src/prefs_account.c, src/prefs_common.c,
15033           src/prefs_summary_column.c
15034                 minor improvements to the English
15035
15036 2001-10-25 [alfons]     0.6.4claws6
15037
15038         * src/gtkstext.c
15039         
15040                 make GtkSText follow style of GtkText (closes bug 
15041                 #469211 "text selection while writing message")
15042                 
15043                 do sync with GTK 1.2.10
15044
15045 2001-10-25 [paul]       0.6.4claws5
15046
15047         * src/html.c
15048                 ignore css tags in html mail
15049
15050 2001-10-25 [darko]      0.6.4claws4
15051
15052         * src/compose.c
15053                 don't declare is_url_string as static function since
15054                 we need it in gtkstext.c
15055         * src/gtkstext.c
15056                 remove unused variable
15057                 don't wrap long URLs while composing a message
15058
15059 2001-10-24 [christoph]  0.6.4claws3
15060
15061         * src/socket.c
15062                 fix ssl deadlock, when peer closes connection
15063
15064 2001-10-24 [paul]       0.6.4claws2
15065
15066         * src/prefs_common.c
15067                 gettextize the gpg ascii-armored warning message
15068
15069         * src/compose.c
15070                 insert a DOS/MAC file into the composed message
15071                 (improvements)
15072
15073         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15074
15075 2001-10-22 [paul]       0.6.4claws1
15076
15077         * sync with sylpheed 0.6.4 release
15078                 see ChangeLog entries 2001-10-21
15079
15080         * po/fr.po, po/pt_BR.po
15081                 updated by Melvin Hadasht and Fabio Junior Beneditto
15082
15083 2001-10-21 [paul]       0.6.3claws30
15084
15085         * src/compose.c
15086                 insert a DOS text file from the compose window
15087                 into the composed message text (removes CRs characters)
15088                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15089
15090         * tools/filter_conv.pl, tools/README
15091                 automatically use ~/.sylpheed as working directory
15092                 print out confirmation message on completion
15093
15094         * correct Hoa's last ChangeLog.claws entry
15095
15096 2001-10-20 [hoa]        0.6.3claws29
15097
15098         * src/grouplistdialog.c
15099                 bugfix (another ?) to give the right
15100                 newsgroups list for each news server.
15101
15102         * src/news.c
15103         * src/news.h
15104                 improve the newsgroups list cache
15105
15106 2001-10-20 [paul]       0.6.3claws28
15107
15108         * sync with sylpheed 0.6.3cvs9
15109                 see ChangeLog entry 2001-10-19
15110
15111         * correct Alfons' last ChangeLog.claws entry
15112
15113 2001-10-19 [alfons]
15114
15115         * src/pgptext.[ch]
15116                 fix compilation problems (part of bug #472895)
15117
15118 2001-10-18 [hoa]        0.6.3claws27
15119
15120         * src/grouplistdialog.c
15121                 bugfix when we refresh was clicked (bug 472701)
15122
15123 2001-10-19 [christoph]  0.6.3claws26
15124
15125         * src/compose.c
15126                 last header entry should default to "To:" or
15127                 "Newsgroups:" and not copy the last entry line
15128                 in a new compose window
15129                 (closes bug #472686, #470792)
15130
15131 2001-10-19 [paul]       0.6.3claws25
15132
15133         * sync with Sylpheed 0.6.3cvs8
15134                 see ChangeLog entries 2001-10-18 and 2001-10-19
15135
15136 2001-10-18 [christoph]  0.6.3claws24
15137
15138         * src/procmsg.c
15139                 reimplement ignore thread
15140         
15141 2001-10-18 [hoa]        0.6.3claws23
15142
15143         * src/folderview.c
15144         * src/grouplistdialog.[ch]
15145                 enhanced news subscription interface (feature 469113)
15146
15147         * src/news.c
15148         * src/news.h
15149                 enchanced newsgroup listing,
15150                 now, we can get groups informations
15151                 (NNTPGroupInfo)
15152
15153 2001-10-18 [paul]       0.6.3claws22
15154
15155         * src/summaryview.c
15156                 remove comment (sync with main branch)
15157         * src/mainwindow.c
15158                 fix 'Re-edit' bug in 'Message' menu
15159
15160 2001-10-17 [christoph]  0.6.3claws21
15161
15162         * src/compose.c
15163                 ignore empty or whitespace only header lines
15164
15165 2001-10-17 [paul]       0.6.3claws20
15166
15167         * sync with sylpheed 0.6.3cvs7
15168                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15169                 2001-10-17
15170
15171 2001-10-17 [darko]
15172
15173         * src/compose.c
15174                 wrap long lines without spaces
15175                 don't wrap URLs
15176
15177 2001-10-16 [paul]
15178
15179         * po/es.po, po/nl.po, po/pt_BR.po
15180                 updated by Ricardo Mones Lastra, Alfons,
15181                 and Fabio Junior Beneditto
15182
15183         * sylpheed-0.6.3claws released
15184
15185 2001-10-15 [melvin] 0.6.3claws18
15186
15187         * README.claws
15188                 added summary and detailed installation instructions
15189                 for spell checker
15190         * po/fr.po
15191                 Updated, corrected and completed french translation
15192
15193 2001-10-15 [hoa] 0.6.3claws17
15194         * src/grouplistdialog.c
15195                 we can choose the newsgroups to display with wildcards
15196
15197 2001-10-15 [christoph]  0.6.3claws16
15198
15199         * src/account.c
15200         * src/compose.c
15201         * src/prefs_folder_item.[ch]
15202                 applied wwp <subscript@free.fr>'s folder
15203                 default account patch
15204         * po/de.po
15205                 Fixed wrong translation
15206
15207 2001-10-13 [alfons, christoph, melvin]  
15208                         0.6.3claws15
15209
15210         solution #2 to solve MT-safety problems defers all GUI related calls
15211         to the main thread using a gtk_idle_add() callback. discussed on
15212         ircnet #sylpheed, with christoph spotting some issues with the
15213         original code, and melvin allowing us to lobotomize his sylpheed.
15214
15215         * src/syldap.[ch], src/main.c
15216                 fix race problem in ldap search thread by deferring GUI 
15217                 stuff to main thread using gtk_idle_add()
15218
15219 2001-10-13 [paul]       0.6.3claws14
15220
15221         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15222                 add Sergey's smtpcred.patch
15223                 adds separate username/password setting for SMTP Auth
15224                 needed by some servers
15225                 (closes feature request #471659)
15226
15227 2001-10-13 [paul]       0.6.3claws13
15228
15229         * src/pgptext.[ch] **NEW FILES**
15230         * src/Makefile.am, src/messageview.c, src/mimeview.c
15231                 decrypt ascii-armored gpg text embedded in
15232                 the message body.
15233                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15234
15235 2001-10-13 [christoph]  0.6.3claws12
15236
15237         * README.claws
15238                 some more details on default to and
15239                 feature requests
15240         * src/main.c
15241                 init glib threading when ldap is used
15242         * src/syldap.c
15243                 threading fixes
15244         * po/de.po
15245                 fixed a typo
15246
15247 2001-10-12 [paul]       0.6.3claws11
15248
15249         * src/prefs_common.[ch], src/rfc2015.c
15250                 enable ascii-armored gpg text to be embedded in the
15251                 message body, selectable through the 'Privacy'
15252                 preferences. Supports encrypting only.
15253                 Submitted by Ravemax <ravemax@dextrose.com>
15254
15255 2001-10-12 [paul]       0.6.3claws10
15256
15257         * sync with sylpheed 0.6.3cvs6
15258                 see ChangeLog entries 2001-10-11 and 2001-11-12
15259
15260         * src/folderview.c
15261                 incorporated mbox folders, scoring, and folder
15262                 properties into the sync
15263
15264 2001-10-12 [darko]      0.6.3claws9
15265
15266         * README.claws
15267                 describe quotation wrapping
15268         * src/compose.c
15269                 don't treat tab as space to calculate line length properly
15270
15271 2001-10-11 [alfons]
15272
15273         * README.claws
15274                 correct description of how to make new filtering system work,
15275                 add some other things
15276                 
15277         * src/syldap.c
15278                 remove sched_yield() (not necessary / unportable)
15279
15280 2001-10-11 [paul]       0.6.3claws8
15281
15282         * sync with sylpheed 0.6.3cvs3
15283                 see ChangeLog entry 2001-10-10
15284
15285 2001-10-10 [christoph]  0.6.3claws7
15286
15287         * .cvsignore
15288                 ignore 2 files created by newer autotools
15289         * src/prefs_folder_item.c
15290                 using table for widget alignment
15291                 fixed memory leak and broken octal display
15292         * src/filesel.c
15293                 fixed segfault caused by lost filename
15294                 workaround (closes bug #469551)
15295
15296 2001-10-10 [paul]       0.6.3claws6
15297
15298         * sync with sylpheed 0.6.3cvs2
15299                 see ChangeLog entries 2001-10-09 and 2001-10-10
15300
15301 2001-10-10 [darko]      0.6.3.claws5
15302
15303         * src/gtkstext.c
15304                 proper calculation of right margin if smart wrapping is enabled
15305         * src/compose.c
15306                 automatically wrap long lines if wrap quotation is enabled
15307
15308 2001-10-09 [alfons]     0.6.3.claws4
15309
15310         * src/summaryview.c
15311                 select correct row when deleting last row in the summary view (and
15312                 close bug "[ #469104 ] select second last in list when deleting")
15313
15314 2001-10-09 [paul]       0.6.3claws3
15315
15316         * sync with sylpheed 0.6.3cvs1
15317                 updated some autotool scripts
15318
15319 2001-10-09 [darko]      0.6.3claws2
15320
15321         * src/gtkstext.[ch]
15322                 new name and mark with Sylpheed comment
15323         * src/compose.c
15324                 smart quotation wrapping a-la VIM
15325
15326 2001-10-08 [paul]       0.6.3claws1
15327
15328         * sync with sylpheed 0.6.3 release
15329                 see ChangeLog entry 2001-10-08
15330
15331 2001-10-08 [paul]       0.6.2claws24
15332
15333         * src/summaryview.c
15334                 more sync with sylpheed 0.6.2cvs12
15335                 Fixed the bug that didn't select the last row correctly
15336
15337
15338 2001-10-07 [paul]       0.6.2claws23
15339
15340         * sync with sylpheed 0.6.2cvs12
15341                 see ChangeLog entry 2001-10-07
15342
15343 2001-10-06 [match]
15344         * src/jpilot.[ch]
15345                 enable jpilot to read unsynch'ed addresses.
15346
15347         * src/editldap_basedn.c
15348                 fix segfault when opening dialog.
15349
15350 2001-10-06 [alfons]     0.6.2.claws22
15351
15352         * src/summaryview.c
15353                 fix bug with summary view selecting last *inserted*
15354                 node instead of last *visible* node. remember we
15355                 work with a tree
15356
15357 2001-10-06 [paul]       0.6.2claws21
15358
15359         * po/pt_BR.po
15360                 updated translation, contains some fixes and new
15361                 translations, submitted by Gustavo Noronha Silva
15362                 <kov@debian.org>
15363
15364         * src/prefs_common.c
15365                 change 'each' to 'every' - fix dubious English
15366
15367         * sync with sylpheed 0.6.2cvs11
15368
15369 2001-10-05 [alfons]     0.6.2claws20
15370
15371         * src/mainwindow.[ch], src/folderview.c
15372                 make composite tool button switch between "Compose News"
15373                 and "Compose Mail" depending on selected folder
15374                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15375
15376 2001-10-05 [paul]       0.6.2claws19
15377
15378         * src/mainwindow.c, src/summaryview.c
15379                 fix 'Message/Reply to all', broken in last commit
15380
15381         * src/compose.c
15382                 fix X_BEENTHERE seg fault, thanks to Alfons
15383
15384 2001-10-04 [paul]       0.6.2claws18
15385
15386         * src/compose.[ch], src/mainwindow.c
15387                 make "Message/Reply" reply to mailing lists; matches
15388                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15389                 based on portions of the patch submitted by
15390                 Junichi Uekawa <dancer@netfort.gr.jp>
15391
15392 2001-10-04 [darko]      0.6.2claws17
15393
15394         * src/compose.c
15395                 better smart wrapping
15396         * src/gtkstext.[hc]
15397                 a function to make text buffer contiguous
15398
15399 2001-10-03 [paul]       0.6.2claws16
15400
15401         * sync with sylpheed 0.6.2cvs10
15402
15403 2001-10-02 [alfons]
15404
15405         * configure.in
15406         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15407                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15408                 references to chinese translations (hope someone picks up
15409                 this)
15410
15411 2001-10-02 [christoph]  0.6.2claws15
15412
15413         * src/compose.c
15414                 fixed non translated header bug
15415         * ChangeLog.claws
15416                 fixed wrong date in alfons last entry ;)
15417
15418 2001-10-02 [alfons]     0.6.2claws14
15419
15420         * src/compose.c, src/prefs_common.[ch]
15421                 add block cursor option
15422
15423 2001-10-02 [paul]       0.6.2claws13
15424
15425         * sync with sylpheed 0.6.2cvs9
15426
15427 2001-09-30 [paul]       0.6.2claws12
15428
15429         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15430                 updated translations
15431
15432         * po/POTFILES.in
15433                 add 'src/importldif.c'
15434
15435         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15436                 added eudora-to-vCard conversion tool
15437                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15438
15439         * sync with sylpheed 0.6.2cvs8
15440
15441 2001-09-30 [paul]
15442
15443         * sylpheed-0.6.2claws released
15444
15445 2001-09-27 [melvin]     0.6.2claws11
15446
15447         * src/gtkspell.c
15448                 fixed crash when using default path (introduced 
15449                 in 0.6.2claws10)
15450                 fixed tiny bug for initial suggestion mode
15451
15452 2001-09-27 [melvin]     0.6.2claws10
15453         
15454         * src/gtkspell.c
15455                 fixed bug where gtkpspell didn't set the path correctly
15456
15457         * README.claws
15458                 added a paragraph about spell checking
15459                 
15460
15461
15462 2001-09-27 [paul]       0.6.2claws9
15463
15464         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15465                 replace '// comments' with '/* comments */' to prevent
15466                 some compiler warnings 
15467
15468         * sync with sylpheed 0.6.2cvs6
15469
15470 2001-09-26 [alfons]     0.6.2claws8
15471
15472         * src/messageview.c
15473                 introduce return receipt request notification again,
15474                 which was lost because of other semantics in 
15475                 procheader_parse() (???)
15476
15477 2001-09-26 [christoph]  0.6.2claws7
15478
15479         * src/compose.c
15480                 replace comments for old code with #if 0
15481                 readded auto cc, bcc and reply-to
15482         * src/prefs_matcher.c
15483         * src/prefs_scoring.c
15484                 removed some definition (was moved to
15485                 prefs.h)
15486
15487 2001-09-26 [paul]       0.6.2claws6
15488
15489         * src/mainwindow.c
15490                 make 'Follow-up and reply to' sensitive
15491
15492         * more sync with sylpheed 0.6.2cvs5
15493
15494 2001-09-25 [melvin]
15495
15496         * 0.6.2claws5
15497
15498         * src/gtkspell.c
15499                 fixed bug for "US-ASCII" introduced by the encoding code
15500
15501 2001-09-25 [paul]
15502
15503         * 0.6.2claws4
15504
15505         * src/prefs_common.[ch], src/summaryview.c
15506                 'next unread msg' 'go to next folder?' dialog can be
15507                 given default behaviour, either always show dialog,
15508                 or assume 'yes', or assume 'no'
15509                 Submitted by wwp <subscript@free.fr>
15510
15511 2001-09-25 [melvin]
15512                 
15513         * src/compose.c src/gtkspell.[ch]
15514                 added support for different encodings
15515
15516 2001-09-25 [paul]
15517
15518         * more sync with sylpheed 0.6.2cvs5
15519
15520 2001-09-24 [alfons]
15521         
15522         * src/prefs_folder_item.c
15523                 add check for item->prefs->default_to string is NULL and
15524                 add another check when freeing this string
15525
15526 2001-09-24 [paul]
15527
15528         * configure.in
15529                 change to version 0.6.2claws3
15530
15531         * sync with sylpheed 0.6.2cvs5 
15532
15533 2001-09-24 [match]
15534         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15535                 import LDIF files.
15536         * src/addrcache.[ch], addrindex.[ch]
15537                 small update for future
15538         * src/addrbook.c
15539                 fix test XML file.
15540
15541 2001-09-24 [melvin]
15542         * src/gtkspell.[ch]
15543                 added 'Learn from mistakes' option
15544                 better handling of quotes in checked words
15545                 sorted dict list
15546         * po/fr.po
15547                 small update for spell checking stuff
15548
15549 2001-09-23 [alfons]
15550         
15551         * src/gtkspell.c
15552                 edit a little bit so it complies more with main coding style
15553
15554 2001-09-23 [alfons]
15555
15556         * src/folder.[ch], prefs_folder_item.c, compose.c
15557                 migrate "request return receipt" folder property
15558                 to folderlist.xml
15559
15560 2001-09-22 [alfons]
15561
15562         * README.claws **NEW**
15563                 (add things of interest for users of main branch 
15564                 and claws here)
15565
15566         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15567                 re-implement threading per folder option, but store 
15568                 the setting in folderlist.xml (where it belongs)
15569
15570 2001-09-21 [melvin]
15571
15572         * src/gtkspell.[ch]
15573                 fixed bug when compose window is under another window
15574         * src/prefs_common.[ch] src/compose.c
15575                 changed 'dictionary_path' to 'dictionary' to be consistent
15576                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15577         * ac/pspell.m4 src/Makefile.am 
15578                 dropped PSPELL_PATH macro
15579         * po/fr.po
15580                 updated translations
15581
15582 2001-09-21 [christoph]
15583
15584         * src/compose.c
15585                 added border around header fields
15586                 keep header type when new field is added
15587
15588 2001-09-20 [christoph]
15589
15590         * src/utils.[ch]
15591                 more portable debug_print with source filename
15592                 and linenumber
15593         * src/procmsg.c
15594                 more newlines after debug messages
15595
15596 2001-09-20 [paul]
15597
15598         * configure.in
15599                 change to version 0.6.2claws2
15600
15601         * sync with sylpheed 0.6.2cvs3
15602
15603 2001-09-19 [melvin]
15604
15605         * src/gtkspell.c
15606                 fixed the post-right-click focus pb
15607                 fixed crash when 'Spell check all' after dict change 
15608                         and when cursor is at the end of the text
15609                 shift-right-click pops up config menu even on misspelled words.
15610         * po/POTFILES.in
15611                 added gtkspell.c
15612
15613 2001-09-19 [melvin]
15614
15615         * src/about.c
15616                 added pspell to compiled-in features list
15617
15618 2001-09-18 [melvin]
15619
15620         * switched to pspell and dropped ispell
15621         * ac/pspell.m4
15622                 new file. autoconf macro for pspell
15623         * ac/Makefile.am 
15624         * configure.in acconfig.h
15625                 added pspell support
15626         * src/Makefile.am
15627         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15628         * src/prefs_common.[ch] 
15629                 added pspell support
15630
15631 2001-09-18 [christoph]
15632
15633         * src/addr_compl.c
15634         * src/template.[ch]
15635                 replace LOG_MESSAGE with debug_print
15636         * src/compose.[ch]
15637                 gui improvements
15638         * src/menu.c
15639                 added newline after debug message
15640         * src/utils.h
15641                 using __VA_ARGS__ for debug_print macro
15642         * tools/.cvsignore
15643                 ignore Makefile and Makefile.in
15644
15645 2001-09-18 [paul]
15646
15647         * configure.in
15648                 change to version 0.6.2claws1
15649         * sync with sylpheed 0.6.2cvs1
15650
15651         * src/matcher.c 
15652         * src/prefs_matcher.c
15653                 add 'score equal to' option, submitted by
15654                 Paul Evans <nerd@freeuk.com>
15655
15656 2001-09-15 [christoph]
15657
15658         * src/mainwindow.c
15659                 comment out menu entry not existing in claws
15660         * src/menu.c
15661                 add debug output for non existing menu entries
15662         * src/summaryview.c
15663                 fix next/prev unread message for ignored threads
15664         * src/utils.[ch]
15665                 add sourcefile and line number to debug output
15666                 otherwise it is sometimes hard to find the
15667                 source code part if debug messages are translated
15668
15669 2001-09-14 [darko]
15670         
15671         * src/folderview.c
15672                 refresh target folder style after colour is changed
15673
15674 2001-09-13 [paul]
15675
15676         * configure.in
15677                 change to version 0.6.1claws3
15678
15679         * sync with sylpheed 0.6.1cvs6
15680
15681 2001-09-13 [darko]
15682         
15683         * src/folderview.c
15684                 fix target folder colourization to use user selected colour
15685
15686 2001-09-12 [darko]
15687         
15688         * src/summaryview.c
15689                 fix crash when message that is marked for copy/move is unmarked
15690
15691 2001-09-09 [paul]
15692
15693         * configure.in
15694                 change to version 0.6.1claws2
15695
15696         * sync with sylpheed 0.6.1cvs3
15697
15698 2001-09-09 [alfons]
15699         
15700         * src/folderview.c
15701                 fix bug with default font used for trash folder text
15702
15703 2001-09-06 [paul]
15704
15705         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15706                 updated translations
15707
15708         * configure.in
15709                 change to version 0.6.1claws1
15710
15711         * sync with sylpheed 0.6.1cvs2
15712
15713 2001-09-03 [paul]
15714
15715         * po/POTFILES.in
15716                 add Match's new addressbook
15717
15718         * po/de.po
15719                 updated translation submitted by Jens Oberender
15720
15721 2001-09-02 [paul]
15722
15723         * configure.in
15724                 change to 0.6.1claws
15725         * sync with sylpheed 0.6.1 release
15726
15727 2001-09-02 [paul]
15728
15729         * configure.in
15730                 change to 0.6.0claws2
15731
15732         * sync with sylpheed 0.6.0cvs4
15733
15734         * po/pt_BR.po
15735                 updated translation submitted by Fabio Junior Beneditto
15736
15737 2001-09-01 [match]
15738         * pixmaps/
15739                 interface.xpm
15740                 book.xpm
15741                 address.xpm
15742         * src/
15743                 Makefile.am
15744                 a ton of new files
15745
15746 2001-08-31 [paul]
15747
15748         * configure.in
15749                 change to version 0.6.0claws1
15750
15751         * sync with sylpheed 0.6.0cvs1
15752
15753         * po/es.po
15754                 updated translation submitted by Ricardo Mones Lastra
15755
15756         * po/POTFILES.in
15757                 add 'src/prefs_templates.c'
15758
15759         * src/compose.c, src/summaryview.c
15760                 fix segfault on 'Re_edit'               
15761
15762 2001-08-30 [alfons]
15763
15764         * configure.in, Makefile.am
15765         * tools/Makefile.am
15766                 add tools directory to source distribution
15767
15768 2001-08-30 [paul]
15769
15770         * configure.in
15771                 change to version 0.6.0claws
15772
15773         * sync with sylpheed 0.6.0 release
15774
15775 2001-08-30 [christoph]
15776
15777         * configure.in
15778                 removed autoconf version check
15779
15780 2001-08-30 [paul]
15781
15782         * src/account.c, src/compose.c, src/prefs_common.[ch]
15783         * src/procheader.[ch] src/utils.[ch]
15784                 Enhanced automatic account selection on replies
15785                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15786
15787         * configure.in
15788                 add LDAP and JPilot to the configuration results output.
15789
15790 2001-08-29 [christoph]
15791
15792         * src/summeryview.c
15793                 no bold font for ignored threads
15794
15795 2001-08-29 [paul]
15796
15797         * configure.in
15798                 change to version 0.5.3claws6
15799
15800         * sync with sylpheed 0.5.3cvs10
15801                 src/stringtable.[ch]: New Files
15802
15803         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15804         * src/pixmaps/sylpheed.xpm
15805                 add mini-icons to windows (by Alfons)
15806
15807 2001-08-27 [paul]
15808
15809         * src/mainwindow.c
15810                 new functions: next_labeled_cb(), prev_labeled_cb()
15811
15812         * src/summaryview.c
15813                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15814                 summary_select_next_labeled(), summary_select_prev_labeled()
15815
15816         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15817                 give claws blue folders and a blue trash can
15818
15819 2001-08-27 [paul]
15820
15821         * configure.in
15822                 change to version 0.5.3claws5
15823
15824         * sync with sylpheed 0.5.3cvs9
15825                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15826
15827 2001-08-24 [christoph]
15828
15829         * src/filesel.c
15830                 keep filename when browsing directories
15831                 (not working for user entered filename, but
15832                  for default name and selected filename from
15833                  file list)
15834         * src/mainwindow.c
15835                 fixed wrong spelling "Folllow-up"
15836         * src/mbox_folder.c
15837         * src/procmsg.c
15838         * src/summaryview.c
15839                 fixed new/unread message count with ignored
15840                 threads (2 commits, first didn't notice no
15841                 longer needed decreasing)
15842         * src/inc.c
15843                 readded scrolling of progress dialog
15844                 (lost in sync)
15845
15846 2001-08-24 [paul]
15847
15848         * configure.in
15849                 change to 0.5.3claws4
15850
15851         * sync with sylpheed 0.5.3cvs7
15852
15853 2001-08-24 [christoph]
15854
15855         * src/compose.c
15856                 set request return receipt when replying
15857                 if it is set is the folder prefs of the
15858                 message
15859         * src/inc.c
15860                 disable final error popup if popups are
15861                 disabled in config (again)
15862
15863 2001-08-23 [paul]
15864
15865         * configure.in
15866                 Change version number to 0.5.3claws3
15867
15868         * sync with sylpheed 0.5.3cvs5
15869
15870         * src/mimeview.c
15871                 double quote '%s' in 'gedit %s' to fix bug when
15872                 opening attachment with spaces in the name
15873
15874 2001-08-22 [alte]
15875         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15876           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15877                 initial message templates support
15878
15879
15880 2001-08-22 [paul]
15881
15882         * configure.in
15883                 change version number to 0.5.3claws2
15884
15885         * sync with sylpheed 0.5.3cvs4
15886
15887         * src/procmsg.h src/summaryview.c
15888                 re-implement (un)ignore thread
15889
15890 2001-08-21 [paul]
15891
15892         * src/summaryview.c
15893                 remove unnecessary code
15894         * src/compose.c
15895                 enable 'dynamic' signatures (submitted by
15896                 Eric Limpens <eric@hscg-internet.nl>)
15897
15898 2001-08-21 [paul]
15899
15900         clean up after sync with sylpheed 0.5.3 release
15901
15902         * src/folderview.c
15903                 fix re-introduced font mess, see Christoph's
15904                 entry 2001-06-24
15905
15906         * src/summaryview.c
15907                 remove prev_msgnum
15908                 use sylpheed's small font instead of
15909                 gtk default font for summary view
15910
15911
15912 2001-08-17 [paul]
15913
15914         * configure.in
15915                 add pl to ALL_LINGUAS - sync with main branch
15916
15917         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15918                 Updated. Translations by Jens Oberender, Ricardo Mones
15919                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15920
15921         * po/pl.po  ** NEW FILE **
15922                 sync with the main branch
15923
15924         * src/folderview.c
15925                 fix target folder colorizing and refresh problem
15926
15927
15928 2001-08-17 [christoph]
15929
15930         * src/mainwindow.c
15931                 claws uses 4 colors for target folder coloring.
15932                 arrays were not long enough and destroyed the
15933                 stack causing a segfault.
15934                 target folder colorizing does not work anymore
15935                 for me
15936
15937 2001-08-16 [paul]
15938
15939         * configure.in
15940                 change to version 0.5.3claws1
15941
15942         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15943           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15944           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15945
15946                 sync with sylpheed 0.5.3 release, but keep claws method of
15947                 configuring/saving fonts
15948
15949         * src/addressbook.[ch]
15950                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15951                 in line with a similar change in Hiroyuki's branch
15952
15953         * src/mainwindow.[ch]
15954                 disable main_window_set_thread_option()
15955         * src/prefs_folder_item.c
15956                 comment out &tmps_prefs.enable_thread,
15957         * src/mbox_folder.c, src/procmsg.[ch]
15958                 comment out MSG_IS_IGNORE_THREAD
15959         * src/summaryview.c
15960                 comment out summary_ignore_thread() and summary_unignore_thread()
15961                 comment out MSG_IS_IGNORE_THREAD
15962
15963                 use Hiroyuki's threading instead.
15964
15965
15966
15967 2001-08-15 [paul]
15968
15969         * src/account.c
15970                 use Hiroyuki's 0.5.3 column scheme but also
15971                 include the enable/disable button.
15972         * src/pixmaps/mark.xpm
15973                 add Hiroyuki's amended pixmap
15974
15975 2001-08-13 [christoph]
15976
15977         * src/account.c
15978                 receive at get all column showed wrong state for APOP
15979                 button should only work for POP3 and APOP accounts
15980         * src/prefs_account.c
15981                 added missing preprocessor statement for SSL
15982
15983 2001-08-12 [paul]
15984
15985         * src/account.[ch]
15986                 add 'receive at get all' column and enable/disable
15987                 button.
15988
15989 2001-08-06 [christoph]
15990
15991         * src/account.c
15992                 show usage of SSL in protocol column
15993
15994         * src/imap.c
15995         * src/inc.c
15996                 renamed ssl options
15997
15998         * src/prefs_account.[ch]
15999                 moved ssl options to a new page
16000
16001         * src/send.c
16002         * src/smtp.c
16003         * src/ssl.[ch]
16004                 renamed ssl options
16005                 added support for SMTP STARTTLS command
16006
16007 2001-08-05 [christoph]
16008
16009         * configure.in
16010                 debian autoconf needs version check to find
16011                 correct autoconf version. if the file is
16012                 named configure.in 2.13 is used, which does
16013                 not work with this configure.in script.
16014                 other solution would be to rename the script
16015                 to configure.ac as suggested in the autoconf
16016                 manual.
16017
16018         * src/inc.c
16019                 disable final error popup if popups are
16020                 diabled in config
16021
16022         * src/socket.c
16023                 bugfix in ssl_gets
16024                 fixes IMAP over SSL problem
16025
16026 2001-08-03 [paul]
16027
16028         * configure.in
16029                 change to 0.5.2claws1
16030
16031         * sync with sylpheed 0.5.2cvs1
16032
16033 2001-08-02 [alfons]
16034
16035         * configure.in
16036                 quick fix for ispell detection...
16037
16038 2001-08-01 [paul]
16039
16040         * configure.in
16041                 change to 0.5.1claws4
16042
16043         * sync with sylpheed 0.5.1cvs7
16044
16045 2001-07-31 [alfons]
16046
16047         * src/prefs_common.c, src/prefs_common.h, 
16048           src/gtkspell.c, src/gtkspell.h
16049                 add global spelling checker settings (compose tab) +
16050                 selection of dictionary 
16051           
16052         * configure.in  
16053                 guess valid ispell location
16054
16055 2001-07-31 [paul]
16056
16057         * po/POTFILES.in
16058                 removal of 'src/quote_fmt_parse.c'
16059         * po/de.po
16060                 Updated de.po
16061                 (submitted by Jens Oberender <didge@suse.de>)
16062
16063 2001-07-31 [darko]
16064
16065         * src/folder.[ch]
16066         * src/folderview.[ch]
16067         * src/mainwindow.c
16068         * src/mh.c
16069         * src/prefs_common.[ch]
16070         * src/summaryview.c
16071                 target folder colourization
16072
16073 2001-07-30 [paul]
16074
16075         more sync with Sylpheed 0.5.1cvs6 
16076
16077 2001-07-30 [darko]
16078
16079         * src/mh.c
16080         * src/prefs_folder_item.[hc]
16081         * src/summaryview.c
16082                 shared folders support with a GUI
16083
16084 2001-07-29 [paul]
16085
16086         0.5.1claws3
16087
16088         * sync with Sylpheed 0.5.1cvs6
16089
16090 2001-07-29 [paul]
16091
16092         * po/pt_BR.po
16093                 updated
16094                 (submitted by Fabio Junior Beneditto)
16095
16096 2001-07-28 [paul]
16097
16098         * src/procmime.c
16099         * AUTHORS
16100                 patch to correct bad image mime headers
16101                 (submitted by Don Quijote <dq@searchlores.org>)
16102
16103 2001-07-28 [paul]
16104
16105         * tools/gif2xface.pl   **NEW FILE**
16106         * tools/README
16107                 script to convert file.gif to file.xface for
16108                 use in a custom header.
16109                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16110
16111 2001-07-27 [alfons]
16112         
16113         * configure.in
16114                 change macros for detecting JPilot and LDAP
16115
16116 2001-07-27 [christoph]
16117
16118         * src/filtering.c
16119                 code cleanup (MIN / MAX warning, needed casting)
16120
16121 2001-07-27 [alfons]
16122
16123         * procheader.c
16124                 disallow setting flags when detecting certain headers
16125                 (X-Status, Status, Seen, X-Seen). 
16126         
16127         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16128
16129 2001-07-27 [christoph]
16130
16131         * src/prefs_filter.c
16132         * src/prefs_filtering.c
16133         * src/prefs_matcher.c
16134         * src/prefs_scoring.c
16135                 scroll list when moving rows up or down
16136
16137         * src/imap.c
16138         * src/imap.h
16139         * src/prefs_account.c
16140         * src/prefs_account.h
16141         * src/send.c
16142                 SMTP over SSL (untested, feedback requested)
16143                 IMAP over SSL
16144
16145         * src/ssl.c
16146                 code cleanup
16147
16148 2001-07-26 [alfons]
16149         
16150         * configure.in, acconfig.h
16151                 define CLAWS (need this for main / claws detection)
16152
16153 2001-07-25 [alfons]
16154
16155         * configure.in
16156                 Sylpheed 0.5.1claws2
16157                 
16158         * sync with Sylpheed 0.5.1cvs4
16159
16160 2001-07-25 [christoph]
16161
16162         * src/scoring.c
16163                 fixed segfault
16164                 item->prefs == NULL (don't know why)
16165
16166 2001-07-25 [alfons]
16167
16168         * configure.in
16169                 Sylpheed 0.5.1claws1
16170
16171         * sync with Sylpheed 0.5.1cvs1-3
16172
16173 2001-07-24 [christoph]
16174
16175         * src/folderview.c
16176         * src/prefs_folder_item.[ch]
16177                 added folderitem preferences dialog with
16178                 default To: and auto request return receipt
16179
16180         * src/compose.[ch]
16181         * src/menu.[ch]
16182                 changes to handle new folderitem preferences
16183
16184         * src/mainwindow.c
16185         * src/summaryview.c
16186                 call compose new mail with current folderitem
16187
16188 2001-07-24 [alfons]
16189
16190         Release Sylpheed 0.5.1claws
16191
16192         * configure.in
16193                 change to release version 0.5.1claws
16194
16195 2001-07-24 [christoph]
16196
16197         * src/summaryview.c
16198                 fixed segfault that happend when the selected
16199                 message was removed while retrieving new messages.
16200
16201         * po/es.po
16202                 updated translation
16203                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16204
16205 2001-07-22 [alfons]
16206
16207         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16208         this is a work in progress, for more information: http://nlpagan.net/sylman 
16209         
16210         * configure.in, src/mainwindow.c, manual/Makefile.am
16211                 add support for English manual
16212
16213         * AUTHORS
16214                 add authors of user manuals
16215
16216         * manual/en/sylpheed*.html
16217                 add English documentation
16218
16219 2001-07-22 [christoph]
16220
16221         * po/POTFILES.in
16222                 added src/ssl.c
16223         * src/ssl.c
16224                 changed a wrong debug message
16225
16226 2001-07-22 [alfons]
16227
16228         * po/nl.po
16229                 update Dutch translation
16230
16231         * src/prefs_filtering.c, 
16232           src/prefs_matcher.c
16233                 add more translatable strings           
16234
16235 2001-07-21 [alfons]
16236
16237         0.5.0claws7
16238
16239         * configure.in
16240                 change version
16241
16242         * src/inc.c, src/summaryview.[ch]
16243                 prevent update of mark file when filtering has done, by
16244                 using a variable; this affects two functions:
16245                         inc.c::inc_finished()
16246                         summaryview.c::summary_show()
16247
16248 2001-07-20 [alfons]
16249
16250         * src/filtering.[ch], src/prefs_filtering.c, 
16251           src/matcher.[ch]
16252                 add filtering action for label coloring 
16253
16254         * po/POTFILES.in
16255                 add labelcolors.c
16256
16257         * added src/labelcolors.c
16258         * added src/labelcolors.h
16259         * src/Makefile.am, src/summaryview.c
16260                 rearrange label coloring code
16261
16262         * src/procmsg.h
16263                 add more parentheses so label colouring works correctly
16264
16265         * src/filtering.c
16266                 don't really delete message, but move it to Trash
16267
16268         * src/prefs_matcher.c
16269                 add quote options to info dialog
16270
16271 2001-07-20 [christoph]
16272
16273         * src/Makefile.am
16274         * src/inc.c
16275         * src/main.[ch]
16276         * src/socket.h
16277         * src/ssl.[ch] (new)
16278                 moved ssl stuff to a seperate file
16279
16280 2001-07-20 [darko]
16281
16282         * src/summaryview.c
16283                 fix show sender using address book with no e-mail
16284                 address in From: field
16285
16286 2001-07-19 [alfons]
16287
16288         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16289                 fix messy handling of escaping... now at least the
16290                 execute command is useful. escape char is '\', we
16291                 accept \n and \r too. 
16292
16293                 Real life example:
16294                 
16295                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16296                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16297
16298 2001-07-18 [alfons]
16299
16300         0.5.0claws6
16301
16302         * src/summaryview.c
16303                 clean up
16304
16305         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16306           src/procmsg.[ch]
16307                 revise filtering; currently move, copy, marking have
16308                 been tested. if you like bleeding edge stuff, you
16309                 should definitely go for this version :)
16310
16311         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16312
16313 2001-07-17 [christoph]
16314
16315         * src/utils.c
16316                 timestamp log
16317
16318 2001-07-17 [alfons]
16319
16320         0.5.0claws5
16321
16322         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16323           bits in the mark file, without affecting either branch. Lots of
16324           files changed, also in claws branch.
16325
16326           UNTESTED: use of mbox folders
16327
16328         * src/summaryview.c
16329                 added mark all read; however this was a quick hack used for
16330                 cleaning up mess after initial merge with Hiroyuki
16331
16332         * configure.in
16333                 change claws version number back to 0.5.0claws5 to clear up 
16334                 confusion & pretension (recent release was technically 
16335                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16336
16337 2001-07-16 [alfons]
16338
16339         sync with Hiroyuki's 0.5.0cvs4
16340
16341 2001-07-16 [alfons]
16342
16343         0.5.1claws3
16344
16345         * src/filtering.[ch]
16346                 remove invalid updating of mark files for 
16347                 filter actions MATCHING_ACTION_MOVE and 
16348                 MATCHING_ACTION_DELETE; this should fix the
16349                 folder update bug
16350                 
16351         * src/procmsg.c
16352                 revert Christoph's stab at fixing the folder 
16353                 update bug
16354
16355         * po/POTFILES.in
16356                 add missing files with translatable strings
16357
16358         * src/summaryview.c
16359                 remove debug print
16360
16361 2001-07-15 [alfons]
16362
16363         * src/addr_compl.[ch], src/prefs_filtering.c
16364                 make "filtering pref dialog's destination entry" an
16365                 "address completable entry", if filter destination is 
16366                 an email address
16367
16368         0.5.1claws2
16369         
16370         sync with Hiroyuki's 0.5.0cvs2-3
16371
16372 2001-07-15 [christoph]
16373
16374         * src/procmsg.c
16375                 fixed folder stats update after incorporation
16376
16377 2001-07-15 [alfons]
16378
16379         * src/summaryview.c
16380                 * finish label colouring stuff (for now)
16381                 * fix incorrect colour bug (off by one) 
16382
16383 2001-07-14 [alfons]
16384
16385         * src/mainwindow.c
16386                 change text labels for news and mail message so there's
16387                 plenty of toolbar estate left
16388
16389         * configure.in
16390                 0.5.1claws1
16391
16392         * src/folderview.c
16393           src/folder.[ch]
16394                 sync with Hiroyuki's 0.5.0cvs1
16395
16396         * src/summaryview.c
16397                 more rewrite label colouring
16398
16399 2001-07-14 [alfons]
16400
16401         * src/summaryview.[ch]
16402                 * start rewrite label colouring 
16403                 * fix proper location "Add Sender To Addressbook" menu item
16404
16405 2001-07-13
16406
16407         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16408         (actually this is 0.5.0claws4)
16409
16410 2001-07-13 [alfons]
16411
16412         * po/pt_BR.po
16413                 * fix duplicate message
16414                 * add updated Portugese / Brazilian translation
16415                   submitted by Fabio Junior Beneditto
16416
16417 2001-07-12 [alfons]
16418
16419         * AUTHORS
16420                 add Jens
16421
16422         * po/nl.po
16423                 add updated Dutch translation
16424
16425         * po/de.po
16426                 add updated German translation submitted by Jens
16427
16428 2001-07-11 [alfons]
16429
16430         Prerelease before 0.5.0claws. Please test.
16431         This version is temporarily tagged as VERSION_0_5_0_TEST
16432
16433         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16434           src/prefs_scoring.c, src/prefs_matcher.c, 
16435           src/prefs_filtering.c, src/mbox.c, 
16436           src/main.c, src/inc.c, src/filtering.[ch]
16437                 revert new Hoa's new matcher (does not work yet)
16438
16439         * src/Makefile.am
16440                 clean up
16441
16442 2001-07-10
16443
16444         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16445
16446
16447 2001-07-10 [alfons]
16448
16449         * Makefile.am
16450                 add ChangeLog.claws to EXTRA_DIST
16451         * src/Makefile.am
16452                 add matcher_parser_parse.h to EXTRA_DIST
16453
16454 2001-07-10 [christoph]
16455
16456         * src/inc.c
16457                 add destination folder to table of
16458                 folders that need to be updated after
16459                 incorporation
16460
16461 2001-07-10 [alfons]
16462
16463         * folder.[ch]
16464           folderview.c
16465                 make collapse state of folders and folder items persistent, i.e.
16466                 if you collapse a folder tree, the next time sylpheed-claws starts 
16467                 up the folder tree remains collapsed.  
16468                 
16469 2001-07-10 [christoph]
16470
16471         * acconfig.h
16472         * configure.in
16473                 added --enable-ssl
16474         * src/md5.[ch]
16475                 renamed MD5_CTX to MD5_CTX_syl
16476                 conflicts with a struct in openssl
16477         * src/inc.c
16478         * src/main.[ch]
16479         * src/prefs_account.[ch]
16480         * src/socket.[ch]
16481                 SSL support for POP
16482         * src/mainwindow.c
16483                 fixed compose with current account
16484                 broken by new compose button stuff
16485
16486 2001-07-09 [hoa]
16487
16488         * AUTHORS
16489                 changed my email address
16490
16491         * src/matcher_parser_parse.y
16492                 clean the parser to remove conflicts
16493
16494 2001-07-09 [alfons]
16495
16496         * AUTHORS
16497                 add Match Grun
16498
16499         * configure.in
16500                 fix incorrect description of --enable-ldap parameter
16501
16502         * src/prefs_common.[ch]
16503           src/compose.c
16504                 add experimental option "smart wrapping" which makes the
16505                 compose editor auto wrap.
16506                 
16507                 | TODO: the problem with the buggy cursor handling is caused |
16508                 | by the GtkText. when deleting / backspacing text its       |
16509                 | wrapping algorithm does not take in account the previous   |
16510                 | line. should find a way to hack this in.                   |
16511                 | or should perhaps combine this with the word wrapping      |
16512                 | patch i wrote in january.                                  |
16513
16514         * src/about.c
16515                 show build parameters for LDAP and JPilot
16516
16517         * src/summaryview.c
16518                 revert Christoph's bugfix for selecting next unread message, 
16519                 because folder stats aren't updated correctly
16520
16521 2001-07-08 [hoa]
16522
16523         * src/filtering.c
16524         * src/mainwindow.c
16525         * src/matcher.c
16526         * src/matcher_parser_lex.l
16527         * src/matcher_parser_parse.y
16528         * src/prefs_filtering.c
16529         * src/prefs_scoring.c
16530         * src/scoring.c
16531                 bugfix of the config file parser
16532
16533 2001-07-08 [alfons]
16534
16535         * src/Makefile.am
16536                 added generated matcher sources to BUILT_SOURCES
16537
16538 2001-07-08 [hoa]
16539
16540         * src/Makefile.am
16541         * src/.cvsignore
16542                 added new config file parser
16543
16544         * src/scoring.[ch]
16545         * src/filtering.[ch]
16546         * src/matcher.[ch]
16547         * src/prefs_filtering.c
16548         * src/prefs_matcher.c
16549         * src/prefs_scoring.c
16550         * added src/matcher_parser.h
16551         * added src/matcher_parser_lex.h
16552         * added src/matcher_parser_lex.l
16553         * added src/matcher_parser_parse.y
16554                 lex & yacc config file parser
16555
16556         * src/mbox.c
16557         * src/inc.c
16558         * src/main.c
16559                 changes prefs_filtering into global_filtering           
16560
16561         * src/summaryview.c
16562                 build threads with subjects only if "Re: " is at the
16563                 beginning of the subject
16564
16565 2001-07-07 [paul]
16566
16567         0.5.0claws
16568
16569         sync with sylpheed 0.5.0
16570                 change of version number only
16571
16572 2001-07-06 [paul]
16573
16574         0.5.0claws5
16575
16576         sync with sylpheed 0.5.0pre5
16577
16578 2001-07-05 [paul]
16579
16580         sync with sylpheed 0.5.0pre4 release
16581                 /po and /manual/ja not sync'ed
16582
16583 2001-07-04 [paul]
16584
16585         more sync with sylpheed 0.5.0pre4
16586
16587 2001-07-03 [christoph]
16588
16589         * src/addressbook.c
16590                 fixed address book broken by address book
16591                 for VCard, JPilot, LDAP
16592
16593 2001-07-03 [alfons]
16594
16595         * src/matcher.c
16596         * src/textview.c
16597                 stopped memory leaks
16598
16599 2001-07-03 [paul]
16600
16601         more sync with sylpheed 0.5.0pre4
16602
16603 2001-07-02 [match]
16604
16605         * included address book patch for VCard, JPilot, LDAP
16606         * pref_common.c - fixed Font options on Display tab (cosmetic)
16607         * alertpanel.c - fixed truncated message
16608
16609 2001-07-02 [christoph]
16610
16611         * src/mbox_folder.c
16612         * src/procmsg.[ch]
16613         * src/summaryview.c
16614                 mark threads for ignoring
16615
16616 2001-07-02 [paul]
16617
16618         0.5.0claws4
16619
16620         * sync with sylpheed 0.5.0pre4
16621                 updated gettext to 0.10.38.
16622
16623 2001-07-01 [paul]
16624
16625         * src/ mainwindow.c
16626         * src/procmsg.h
16627         * src/summaryview.[ch]
16628                 new right-click option: Label.
16629                 substitute for 'Mark-->Mark/Unmark', colours the line.
16630                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16631
16632 2001-07-01 [christoph]
16633
16634         * src/folderview.c
16635                 fixed font for trash
16636         * src/summaryview.c
16637                 move ctree to unread message
16638
16639 2001-07-01 [paul]
16640
16641         * sync with sylpheed 0.5.0pre3 release
16642
16643 2001-06-30 [alfons]
16644
16645         * src/filesel.[ch]
16646         * src/compose.c
16647                 allow inserting / attaching multiple files in
16648                 the composer window
16649
16650 2001-06-30 [paul]
16651
16652         * src/codeconv.c
16653                 small change to Alfons' previous stuff so that it
16654                 actually makes
16655
16656 2001-06-30 [alfons]
16657
16658         * lots of files changed; first attempt to merge the changes
16659           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16660
16661 2001-06-30 [paul]
16662
16663         * po/pt_BR.po
16664                 updated and completed, translations by Fabio
16665                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16666
16667 2001-06-29 [alfons]
16668
16669         * src/compose.c
16670         * src/mimeproc.[ch]
16671                 allow selecting an attached files' mime type from a 
16672                 list of types.
16673
16674 2001-06-29 [paul]
16675
16676         * more sync with sylpheed 0.5.0pre3
16677
16678 2001-06-29 [paul]
16679
16680         * po/pt_BR.po
16681                 merge with sylpheed.pot and pt_BR.po provided by
16682                 Fabio Junior Beneditto.
16683
16684 2001-06-29 [darko]
16685
16686         * src/procmime.c
16687                 make MIME types case insensitive
16688
16689 2001-06-28 [alfons]
16690
16691         * po/nl.po
16692                 merge with sylpheed.pot and old nl.po; translations added.
16693
16694 2001-06-28 [paul]
16695
16696         * more sync with sylpheed 0.5.0pre3
16697
16698 2001-06-27 [alfons]
16699
16700         * src/summaryview.c
16701                 don't crash when removing parent node of messages
16702                 attracted by subject. this was caused by not deleting
16703                 the parent node from the subject line hash table.
16704
16705 2001-06-27 [alfons]
16706
16707         * src/summaryview.c
16708         * src/compose.[ch]
16709         * src/mainwindow.c
16710                 if there are multiple messages selected, allow forwarding
16711                 them as attachments.
16712
16713 2001-06-27 [paul]
16714
16715         * more sync with sylpheed 0.5.0pre3
16716
16717 2001-06-26 [paul]
16718
16719         0.5.0claws3
16720
16721         * sync with sylpheed 0.5.0pre3
16722
16723 2001-06-25 [paul]
16724
16725         * src/mainwindow.c
16726                 fixed 'compose news article' bug
16727                 from icon-and-text toolbar
16728
16729 2001-06-25 [paul]
16730
16731         * sync with sylpheed 0.5.0pre2 release
16732
16733 2001-06-24 [christoph]
16734
16735         * src/prefs_common.c
16736                 bug fix in font selection
16737         * src/folderview.c
16738                 use sylpheed's normal font instead of
16739                 gtk default font for folders without
16740                 new messages
16741
16742 2001-06-24 [alfons]
16743
16744         * src/mainwindow.[ch]
16745                 added composite compose mail / news button (an idea by Leandro
16746                 Pereira <leandro@linuxmag.com.br>)
16747
16748 2001-06-24 [paul]
16749
16750         Added instructions for ldif-to-xml.py
16751
16752         * tools/README
16753
16754 2001-06-23 [alfons]
16755
16756         Some minor things.
16757
16758         * src/pixmaps/stock_news_compose.xpm
16759                 added pixmap by Leandro
16760         * src/prefs_common.c
16761                 tested built-in spelling checker of GCC 3.0 :)
16762         * po/nl.po
16763                 merged dutch translation of sylpheed-main with
16764                 sylpheed.pot
16765
16766 2001-06-23 [paul]
16767
16768         Added tools directory and files.
16769
16770         * tools/filter_conv.pl
16771                 converts old filter system to new filtering system
16772         * tools/ldif-to-xml.py
16773                 converts netscape addressbook to sylpheed addressbook
16774         * tools/README
16775                 descriptions/instructions for above two files
16776
16777 2001-06-23 [christoph]
16778
16779         * src/inc.c
16780         * src/manage_window.[ch]
16781         * src/prefs_common.[ch]
16782                 mail retrieval dialog can be enabled, disabled
16783                 or hidden if non of sylpheed's windows is active
16784
16785 2001-06-22 [paul]
16786
16787         0.5.0claws2
16788
16789         * sync with sylpheed 0.5.0pre2
16790
16791 2001-06-21 [christoph]
16792
16793         * src/summaryview.c
16794                 show recipient on 'from' for all accounts
16795                 
16796         * src/inc.c
16797         * src/prefs_common.[ch]
16798                 disable error popup on mail receive errors
16799
16800 2001-06-21 [alfons]
16801
16802         * src/compose.c
16803                 made the ruler correctly appear and disappear.
16804
16805         * src/Makefile.am
16806                 removed Hoa's work-in-progress-stuff (interesting!) so 
16807                 claws compiles ok.
16808
16809 2001-06-20 [christoph]
16810
16811         * src/inc.c
16812         * src/progressdialog.c
16813                 added scrolled window for list in progressdialog
16814
16815 2001-06-20 [paul]
16816
16817         sync with sylpheed 0.5.0pre1 release
16818
16819 2001-06-20 [christoph]
16820
16821         * src/summeryview.c
16822                 make building threads by subject work when
16823                 thread view is enabled
16824                 
16825         * src/compose.c
16826         * src/prefs_common.[ch]
16827                 automatically select account for mail replys
16828
16829 2001-06-19 [sergey]
16830
16831         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16832         they are filled in from the account settings.
16833
16834 2001-06-19 [paul]
16835
16836         * more sync with sylpheed 0.5.0pre1
16837
16838 2001-06-18 [alfons]
16839
16840         * src/Makefile.am,
16841           src/procmime.c
16842                 added --sysconfdir to CPPFLAGS for pointing to the correct
16843                 location of mime.types. 
16844
16845                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16846                 or ./configure!
16847
16848 2001-06-18 [hoa]
16849
16850         * src/summaryview.c
16851                 fixed some bug when building threads
16852
16853 2001-06-18 [pau]l
16854
16855         * src/prefs_account.c
16856                 UI stuff: More changes to the English
16857
16858 2001-06-18 [paul]
16859
16860         * src/pixmaps/stock_news_compose.xpm: new file
16861         * src/Makefile.am
16862         * src/mainwindow.c
16863         * src/summaryview.c
16864                 Added new icon for Hoa's 'compose a news
16865                 message', plus minor improvements to the
16866                 English
16867
16868         * po/ja.po
16869         * ChangeLog
16870         * ChangeLog.jp
16871                 more sync with sylpheed 0.5.0pre1
16872
16873 2001-06-18 [hoa]
16874
16875         * src/compose.[ch]
16876         * src/mainwindow.c
16877                 Follow-up and reply to
16878
16879         * src/summaryview.[ch]
16880                 Build threads also with subjects
16881
16882 2001-06-17 [hoa]
16883
16884         * src/compose.c
16885                 forwarding use the current account.
16886
16887         * src/mainwindow.c
16888                 the "compose message" button has been replaced with
16889                 "new mail" and "new news" buttons
16890
16891         * src/prefs_common.[ch]
16892                 added a configuration option to use the forward button
16893                 as "forward as attachment"
16894                 changed reply and forward format description
16895
16896         * src/quote_fmt_lex.l
16897         * src/quote_fmt_parse.y
16898                 added message with no signature in format for reply
16899                 and forward.
16900
16901 2001-06-17 [paul]
16902
16903         Minor UI stuff
16904
16905         * src/mainwindow.c
16906         * src/summaryview.c
16907                 Improvements to the English
16908
16909         * src/prefs_common.c
16910                 Improvements to the English and some
16911                 clarity/continuity improvements in the
16912                 description of Quote symbols.
16913
16914 2001-06-17 [paul]
16915
16916         0.5.0claws1
16917
16918         * sync with sylpheed 0.5.0pre1
16919
16920 2001-06-17 [hoa]
16921
16922         * src/compose.c
16923                 Better interface for compose, displayed fields
16924                 are updated whenever we change account.
16925                 Newsgroups field is automatically filled.
16926
16927         * src/mainwindow.c
16928                 Newsgroups field is automatically filled.
16929
16930         * src/prefs_account.c
16931                 Some interface stuff when fields appear and
16932                 disappear.
16933
16934 2001-06-16 [paul]
16935
16936         0.4.99claws
16937
16938         * sync with sylpheed 0.4.99
16939
16940 2001-06-16 [sergey]
16941
16942         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16943         base64_decoder_free, base64_decoder_decode): new object and
16944         functions for decoding base64 streams.
16945         * src/procmime.c (procmime_decode_content): modified to use the
16946         new base64 decoder.
16947
16948 2001-06-15 [paul]
16949
16950         0.4.99claws10
16951
16952         * sync with sylpheed 0.4.99cvs11
16953
16954 2001-06-13 [paul]
16955
16956         0.4.99claws9
16957
16958         * sync with sylpheed 0.4.99cvs9
16959
16960 2001-06-13 [hoa]
16961
16962         * src/compose.c
16963         * src/prefs_account.c
16964
16965                 SMTP server can be defined in the news account
16966                 mime type of attachment are kept.
16967
16968         * src/summaryview.c
16969
16970                 now choose the highest important score between default
16971                 and important score of folder.
16972
16973 2001-06-09 [alfons]
16974         
16975         * src/prefs_common.c: 
16976
16977                 (prefs_quote_description_create): corrected description of 
16978                 quote format characters
16979
16980 2001-06-09 [paul]
16981
16982         0.4.99claws8
16983
16984         * sync with sylpheed 0.4.99cvs8
16985
16986 2001-06-08 [sergey]
16987
16988         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16989         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16990
16991 2001-06-08 [paul]
16992
16993         0.4.99claws7
16994
16995         * sync with sylpheed 0.4.99cvs7
16996
16997 2001-06-06 [sergey]
16998
16999         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17000         clashes with autogenerated header).
17001         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17002         * src/Makefile.am: added quote_fmt.h.
17003         * src/.cvsignore: added lex/yacc autogenerated files
17004         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17005
17006 2001-06-06 [paul]
17007
17008         0.4.99claws6
17009
17010         * sync with sylpheed 0.4.99cvs6
17011
17012 2001-06-06 [hoa]
17013
17014         * added src/quote_fmt_parse.h
17015         * src/compose.c
17016                 removed warnings
17017
17018         * src/prefs.[ch]
17019                 don't modify readonly configuration files
17020
17021         * src/prefs_account.c
17022         * src/prefs_common.c
17023         * src/prefs_customheader.c
17024         * src/prefs_display_header.c
17025         * src/prefs_filter.c
17026         * src/prefs_filtering.c
17027         * src/prefs_scoring.c
17028                 don't open dialog box when configuration files
17029                 are readonly
17030
17031 2001-06-05 [sergey]
17032
17033         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17034
17035         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17036         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17037         BUILT_SOURCES to make all files rebuild properly.
17038
17039         * src/compose.c: removed #include "quote_fmt.tab.h".
17040
17041         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17042         CHARACTER value in yylval.
17043
17044         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17045         receive CHARACTER value by documented means (yylval).
17046
17047         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17048
17049 2001-06-05 [hoa]
17050
17051         * src/Makefile.am
17052                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17053
17054         * src/filtering.c
17055         * src/matcher.c
17056         * src/matcher.h
17057         * src/prefs_filtering.c
17058                 now keep the configuration for execute action
17059
17060         * src/mbox_folder.c
17061                 fixed a warning
17062
17063 2001-06-05 [paul]
17064
17065         * sync with sylpheed 0.4.99cvs5
17066
17067 2001-06-05 [hoa]
17068
17069         * src/Makefile.am
17070                 added quote_fmt.[ch]
17071
17072         * added src/quote_fmt.y
17073         * added src/quote_fmt.l
17074         * added src/quote_fmt.tab.h
17075         * added src/quote_fmt.tab.c
17076         * added src/lex.quote_fmt.c
17077                 parsing configuration for replying
17078                 and forwarding
17079
17080         * src/prefs_common.[ch]
17081                 added configuration UI for replying
17082                 and forwarding
17083
17084         * src/compose.c
17085                 using configuration for replying
17086                 and forwarding
17087
17088 2001-06-04 [hoa]
17089
17090         * src/filtering.c
17091         * src/matcher.c
17092         * src/matcher.h
17093         * src/prefs_filtering.c
17094         * src/prefs_matcher.c
17095         * src/prefs_matcher.h
17096                 action "run a command" for filtering
17097                 and matching with a command.
17098                 fixed the "whole message" matching
17099
17100         * src/mbox_folder.c
17101                 changed temporary filename for security
17102
17103         * src/messageview.c
17104                 queue the notification if it fails to send.
17105
17106         * src/prefs_common.c
17107         * src/prefs_folder_item.c
17108                 changed the default important score             
17109
17110         * src/prefs_scoring.c
17111         * src/scoring.c
17112                 hide kill score input when the folder is not
17113                 a newsgroup
17114
17115 2001-06-03 [alfons]
17116
17117         * src/prefs_common.c:
17118
17119                 (prefs_font_select): pass font name in font entry box to font
17120                 selection dialog.
17121
17122 2001-06-03 [sergey]
17123
17124         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17125
17126 2001-06-03 [paul]
17127
17128         * sync with sylpheed 0.4.99cvs4
17129
17130 2001-06-03 [alfons]
17131
17132         * src/headerwindow.c:
17133
17134                 (headerwindow_show_cb): use the selected summary view item, not
17135                 the displayed item.
17136
17137 2001-06-02 [alfons]
17138
17139         * src/headerwindow.c:
17140
17141                 (headerwindow_show_cb): always try to show msginfo
17142
17143 2001-06-02 [hoa]
17144
17145         * src/compose.c
17146                 keep attached parts when reediting or forwarding.
17147
17148 2001-06-01 [hoa]
17149
17150         * src/folderview.c
17151         * src/prefs_folder_item.[ch]
17152         * src/prefs_scoring.[ch]
17153         * src/scoring.[ch]
17154         * src/summaryview.[ch]
17155         * src/main.c
17156         * src/mainwindow.c
17157         * src/prefs_common.[ch]
17158                 support for folder scoring
17159                 kill score and important score for messages
17160         
17161         * src/prefs_account.c
17162                 some display bug fixed for local account
17163                 preferences
17164
17165 2001-05-31 [alfons]
17166
17167         * src/summaryview.c:
17168
17169                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17170                 sender to address book menu item is disabled.
17171
17172 2001-05-30 [hoa]
17173
17174         * src/filtering.[ch]
17175         * src/summaryview.c
17176                 handling summary menu / filter messages
17177
17178         * src/folder.[ch]
17179                 add some stuff
17180
17181         * src/foldersel.c
17182                 imap folders now appears in list
17183
17184         * src/mbox_folder.c
17185                 doesn't crash if destination mail is not writeable
17186
17187 2001-05-29 [hoa]
17188
17189         * src/compose.c
17190                 removed some warnings
17191
17192         * src/filtering.c
17193         * src/folder.[ch]
17194         * src/prefs_filtering.c
17195                 global string to identify any folders           
17196                 removed some debug info
17197                 filtering to mbox folders is now possible
17198
17199         * src/mainwindow.c
17200                 removed some warnings
17201
17202         * src/mbox_folder.c
17203                 permission on files are changed to read/write for user only,
17204                 nothing for other.
17205                 creation of subfolder is handled better.
17206
17207 2001-05-28 [alfons]
17208
17209         Verified the sync for src/prefs_common.[ch] and
17210         src/prefs_account.[ch]. I believe there were some
17211         minor indentation differences.
17212
17213 2001-05-28 [paul]
17214
17215         0.4.99claws3
17216
17217         * sync with 0.4.99cvs3
17218
17219 2001-05-28 [hoa]
17220
17221         * src/compose.c
17222                 handling flags for mbox format
17223
17224         * src/filtering.c
17225                 use of mark file only for MH format
17226                 handling flags for mbox format
17227                 filtering cannot yet move or copy mails to mbox folders.
17228
17229         * src/folder.[ch]
17230                 changed move_msg, copy_msg,
17231                 move_msgs_with_dest, copy_msgs_with_dest functions
17232                 uses only folder->copy_msg() function
17233                 uses folder->finished_copy() to handle the destination
17234                 folder at the end of the copy or move operation.
17235
17236         * src/foldersel.c
17237                 included mbox directories.
17238
17239         * src/folderview.[ch]
17240         * src/mainwindow.c
17241                 handle folders operation for mbox format
17242
17243         * src/mbox.c
17244                 disable conversion of "From " header
17245
17246         * src/mbox_folder.[ch]
17247                 completion of mbox format handling
17248
17249         * src/mh.c
17250                 changed mh_copy_msg() function and
17251                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17252                 mh_copy_msgs_with_dest()
17253
17254         * src/prefs_filtering.c
17255                 removed some warnings
17256
17257         * src/prefs_matcher.c
17258                 default boolean operation is AND
17259
17260         * src/procheader.c
17261                 handling flags for mbox format
17262                 handling of "From " header
17263
17264         * src/procmsg.[ch]
17265                 removed data field
17266                 added MSG_REALLY_DELETED flags to handle deletion of
17267                 messages in mbox format.
17268
17269         * src/summaryview.c
17270                 handling flags for mbox format
17271                 disable the MSG_DELETED flags when messages
17272                 are deleted in mbox format
17273
17274         * src/textview.c
17275                 "From " headers display fixed.
17276
17277 2001-05-27 [alfons]
17278
17279         * src/textview.c:
17280                 
17281                 (get_email_part): skip quoted email addresses, like in e.g.
17282                 "'alfons@proteus.demon.nl'".
17283
17284 2001-05-26 [alfons]
17285
17286         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17287         and fixing the persistence troubles when using separate windows.
17288
17289         * src/mainwindow.c:
17290         
17291             Added #define SEPARATE_ACTION used in the gtk item factory for 
17292             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17293                 use gtk_item_factory_get_widget_by_action() to get the items.
17294                 
17295             Removed separate_widget_cb from the gtk item factory data   
17296           
17297             (mainwindow_create): connect separate_widget_cb() to check
17298             menu item "toggled" signal. also passing a MainWindow pointer
17299                 as object data for both check menu items.
17300                 
17301             (separate_widget_cb): definition of separate_widget_cb() to match
17302             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17303                 window using gtk_object_get_data(). The type of window separation 
17304                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17305         
17306         * src/prefs_filtering.c,
17307           src/prefs_matcher.c: added horizontal scrollbars
17308
17309 2001-05-25 [darko]
17310
17311         * src/headerview.c
17312                 fix segfault with invalid bold font
17313         * src/summaryview.c
17314                 correctly display summary stats after row is marked
17315
17316 2001-05-23 [sergey]
17317
17318         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17319         encodings with libjconv.
17320
17321 2001-05-23 [hoa]
17322
17323         * src/Makefile.am
17324                 added mbox_folder.[ch]
17325         * src/defs.h
17326                 mbox temporary folder
17327         * src/folder.[ch]
17328         * added src/mbox_folder.[ch]
17329         * src/folderview.c
17330         * src/procheader.[ch]
17331                 added mbox support
17332         * src/mbox.c
17333                 bugfix for file incorporation filtering
17334         * src/imap.c
17335                 enable creation of MBOX
17336         * src/prefs_display_header.c
17337                 enable use of headers like "From "
17338                 something that should be fixed :
17339                         displaying of such headers add an extra space
17340         * src/prefs_folder_item.c
17341                 don't create folders because it is not necessary
17342         * src/procmsg.h
17343                 added data field to MsgInfo for mbox internal use
17344         * src/summaryview.c
17345                 added some support for mbox
17346         * src/utils.[ch]
17347                 added get_mbox_cache_dir() function
17348
17349 2001-05-23 [hiroyuki]
17350
17351         * src/headerwindow.c
17352           src/inc.c
17353           src/main.c
17354           src/mh.c
17355           src/nntp.c
17356           src/procmsg.h
17357           src/session.h
17358           src/socket.[ch]
17359           src/summaryview.c
17360           src/textview.c
17361           src/automaton.c
17362           src/folderview.c: more sync with 0.4.99cvs2.
17363
17364         * src/headerwindow.c: reverted.
17365
17366 2001-05-22 [paul]
17367
17368         0.4.99claws2
17369
17370         * sync with sylpheed 0.4.99cvs2
17371                 * src/news.[ch]
17372                 * src/nntp.[ch]
17373                 * INSTALL
17374                 * INSTALL.jp
17375
17376 2001-05-22 [alfons]
17377
17378         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17379
17380 2001-05-21 [alfons]
17381
17382         Minor things:
17383
17384         * configure.in: if gnome-config not found, "no" is displayed
17385         
17386         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17387
17388         * src/textview.c: now also possible to add mail addresses by right
17389           clicking in the text view
17390
17391         * src/codeconv.c: merged patch which fixes endless loop when encountering
17392           invalid wide characters; from Alte <010@imis.ru>  
17393
17394 2001-05-20 [alfons]
17395
17396         Added installation of gnome specific things:
17397
17398         * Makefile.am: gnome conditional
17399
17400         * configure.in: check for installed gnome
17401
17402         * added sylpheed.png, sylpheed.desktop
17403
17404 2001-05-20 [sergey]
17405
17406         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17407
17408         * src/mainwindow.h (main_window_toolbar_create): created a button
17409         for "Reply to all".
17410         (main_window_set_toolbar_sensitive): enable/disable the new button
17411         appropriately.
17412         (toolbar_reply_to_author_cb): handle the new button.
17413
17414         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17415         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17416         failure).
17417
17418 2001-05-19 [sergey]
17419
17420         * src/compose.h (ComposeReplyMode): new modes
17421         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17422         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17423
17424         * src/compose.c
17425         (compose_send): move some code into a new function:
17426         (compose_current_mail_account): new function.
17427         (compose_reply): new argument to_author, all callers changed; if
17428         to_author==TRUE and account->protocol==A_NNTP, find and use an
17429         appropriate mail account for replying.
17430         (compose_reply_set_entry): new argument to_author; ignore
17431         compose->replyto if to_author==TRUE.
17432
17433         * src/mainwindow.c: new command "Message/Reply to author".
17434         (main_window_set_menu_sensitive): enable/disable it.
17435         (reply_cb): handle it.
17436
17437         * src/summaryview.c: new command "Reply to author".
17438         (summary_set_menu_sensitive): enable/disable it.
17439         (summary_reply_cb): handle it.
17440
17441         * src/account.c (account_find_mail_from_address): new function.
17442
17443 2001-05-18 [paul]
17444
17445         0.4.99claws1
17446
17447         * sync with sylpheed 0.4.99cvs1
17448
17449 2001-05-18 [hoa]
17450
17451         * src/compose.[ch]
17452         * src/filtering.c
17453         * src/summaryview.c
17454                 new filtering action : forward and forward as attachment
17455
17456         * src/main.c
17457                 no need for $DISPLAY when we run sylpheed --help
17458                 call to parse_cmd_opt() is moved
17459
17460         * src/mainwindow.[ch]
17461                 execute button is hidden when immediate execute
17462                 is chosen
17463
17464         * src/mh.c
17465         * src/news.c
17466         * src/prefs_folder_item.c
17467         * src/procmsg.c
17468                 better handling of missing directories
17469
17470         * src/summaryview.c
17471                 reedit is enabled in outbox
17472                 reedit is enabled in queue
17473
17474 2001-05-17 [hoa]
17475
17476         * src/filtering.c
17477         * src/matcher.[ch]
17478         * src/prefs_filtering.c
17479                 changed attachement into attachment
17480
17481 2001-05-17 [alfons]
17482
17483         0.4.67claws4    
17484
17485         * sync with sylpheed 0.4.67cvs9
17486         * sync with sylpheed 0.4.67cvs7-8
17487
17488 2001-05-17 [hoa]
17489
17490         * src/Makefile.am
17491                 added prefs_filtering.c
17492
17493         * src/filtering.[ch]
17494         * src/matcher.[ch]
17495                 removed action : forward_news and forward_news_as_attachement
17496                 (forward and forward_as_attachement can be used instead)
17497
17498         * src/mainwindow.c
17499                 added menu option to access filtering configuration
17500
17501         * src/prefs_account.c
17502                 changed mail_command default to /usr/sbin/sendmail
17503
17504         * added src/prefs_filtering.[ch]
17505                 dialog box for filtering configuration
17506
17507         * src/prefs_matcher.c
17508                 added function prefs_matcher_get_criteria_from_matching()
17509
17510         * src/prefs_scoring.c
17511                 reset the dialog when register or substitute is clicked
17512
17513 2001-05-15 [hoa]
17514
17515         * src/Makefile.am
17516                 added filtering.[ch]
17517         * src/inc.c
17518                 using filering.[ch] instead of filter.[ch]
17519         * src/main.c
17520                 reading new filtering configuration
17521         * src/matcher.[ch]
17522                 added some filtering actions
17523                 and fixed a bug for headers and mail body matching
17524         * src/mbox.c
17525                 using filering.[ch] instead of filter.[ch]
17526         * src/mh.c
17527                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17528         * src/summaryview.c
17529                 some fixes for filtering
17530
17531 2001-05-14 [hiroyuki]
17532
17533         * src/send.c: fixed some weird indentations.
17534           send_message_with_command(): call pclose() only if p != NULL.
17535         * src/textview.c: get_email_part(): modified the code for readability.
17536
17537 2001-05-14 [hiroyuki]
17538
17539         * src/md5global.h
17540           src/md5ify.c
17541           src/md5ify.h: removed from the cvs.
17542
17543 2001-05-13 [sergey]
17544
17545         * src/main.c: include rfc2015.h to avoid compiler warnings.
17546         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17547         the panel is already on screen.
17548         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17549         closing the alert window by ESC as "No".
17550         * src/prefs_common.c (prefs_interface_create): moved return
17551         receipt check button to the correct place.
17552
17553 2001-03-13 [alfons]
17554
17555         * src/prefs_common.c: 
17556                 moved return receipt check button to the Send tab. (prefs_send_create)
17557                 removed the date format ui related globals. (prefs_display_create)
17558
17559         0.4.67claws3
17560         
17561         * sync with sylpheed 0.4.67cvs5-6
17562
17563 2001-05-13 [paul]
17564
17565         * added Alfons' font selection patch
17566
17567         * src/defs.h
17568         * src/headerwindow.c
17569         * src/prefs_common.c
17570         * src/prefs_common.h
17571
17572 2001-05-13 [hoa]
17573         * src/defs.h
17574                 changed version of cache
17575         * src/matcher.[ch]
17576         * src/prefs_matcher.c
17577                 added additionnal matching criteria
17578         * src/procheader.c
17579         * src/procmsg.[ch]
17580         * src/news.c
17581                 added references in MsgInfo
17582
17583 2001-05-12 [hoa]
17584
17585         * src/defs.h
17586                 prepared some things for new filtering
17587         * src/matcher.[ch]
17588                 added some matching properties
17589                 inreplyto need to be enhanced
17590                 prepared some things for new filtering
17591         * src/messageview.c
17592                 added Return-Receipt-To handling
17593         * src/prefs_folder_item.c
17594                 changed default value to TRUE
17595         * src/prefs_matcher.c
17596                 added some matching properties
17597         * src/prefs_scoring.[ch]
17598                 the scoring dialog is finished
17599         * src/procheader.c
17600                 added Return-Receipt-To handling
17601                 Reference need to be added
17602         * src/procmsg.[ch]
17603                 added Return-Receipt-To handling
17604                 added threadscore to get a better score sorting when
17605                 threads are enabled
17606         * src/summaryview.c
17607                 suppressed a bug when we sort the list
17608                 when no folder is opened.
17609                 better score sorting when threads are enabled
17610
17611 2001-05-12 [alfons]
17612
17613         * reverted previous patch because of potential errors 
17614
17615         0.4.67claws2
17616         
17617         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17618                 applied "toggle mail-retrieval dialog window" patch submitted 
17619                 by Eric Limpens <eric@qnt.net>
17620
17621         * sync with sylpheed 0.4.67cvs4
17622
17623 2001-05-12 [sergey]
17624
17625         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17626         some picky compilers.
17627         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17628         * src/grouplist_dialog.c: include alertpanel.h.
17629         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17630         fix compile warning.
17631         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17632         #include "defs.h" before others to prevent the warning of `MIN'
17633         and `MAX' redefinition.
17634
17635 2001-05-11 [hoa]
17636
17637         * src/main.c
17638         * src/messageview.c
17639         * src/prefs_account.c
17640         * src/prefs_display_header.c
17641                 removed warning
17642         * src/Makefile.am
17643                 added prefs_scoring.[ch]
17644         * src/grouplist_dialog.c
17645                 display an error dialog box if the group list
17646                 cannot be fetched.
17647         * src/mainwindow.[ch]
17648                 added main_window_set_thread_option() function
17649                 scoring dialog box enabled
17650         * src/matcher.[ch]
17651                 added flags matching unread /new / marked
17652                 / deleted / replied / forwarded
17653         * src/news.c
17654                 newsgroups are now finally in newscache
17655         * src/prefs_matcher.[ch]
17656                 finished preferences for matching dialog
17657         * added src/prefs_scoring.[ch]
17658                 scoring dialog box completed
17659         * src/scoring.[ch]
17660                 conversion to string : added scoringprop_to_string()
17661                 write config for preferences :
17662                 added prefs_scoring_write_config()
17663         * src/summaryview.c
17664                 threads can be enabled/disabled independently
17665                 for each folder
17666
17667 2001-05-10 [alfons]
17668
17669         0.4.67claws1
17670         
17671         * AUTHORS: 
17672                 thought it would be nice to have a list of all
17673                 contributors (used Changelog as a reference)
17674         
17675         * configure.in: 
17676                 messed up version numbering...
17677
17678         0.4.66claws1
17679
17680         * sync with sylpheed 0.4.67cvs1-3
17681
17682 2001-05-10 [darko]
17683
17684         * src/prefs_common.c:
17685                 better UI for strftime format, double clicking
17686                 on format now inserts the format in text entry
17687                 replaced close button with standard OK/Cancel
17688                 moved date format button to the right of the
17689                 text entry field
17690
17691 2001-05-09 [alfons]
17692
17693         * src/gtkstext.c:
17694                 Ctrl-Home / Ctrl-End have proper cursor navigation
17695
17696 2001-05-09 [hoa]
17697
17698         * src/prefs_matcher.c
17699                 finished UI to define matching properties
17700                 added ok and cancel button
17701         * src/prefs_filter.c
17702                 added ok and cancel button
17703         * src/news.c
17704                 fixed some bug in xhdr parsing
17705
17706 2001-05-08 [alfons]
17707
17708         * src/textview.c: 
17709                 fixed a bug in textview_show_header(), which displayed two colons (':');
17710                 cleaned up some warnings
17711
17712 2001-05-08 [hoa]
17713
17714         * src/Makefile.am
17715                 added prefs_matcher.[ch]
17716                 compilation with -W -Wall
17717         * src/alertpanel.c
17718                 ungrab the mouse events if grabbed - does it
17719                 fix the bug for disposition notification ?
17720         * src/mainwindow.c
17721                 added a menu option to open the matching dialog.
17722         * src/matcher.[ch]
17723                 added matcherprop_to_string() and matcherlist_to_string()
17724                 fixed some bugs, changed the name of some options
17725                 age_sup and age_inf becomes age_greater and age_lower,
17726                 body and messageheaders becomes body_part and headers_part,
17727                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17728         * src/prefs_display_header.c
17729         * src/prefs_headers.c
17730                 fixed a bug that accidentally destroyed dialogs
17731                 when closed them with delete_event
17732                 Added *_deleted() which handle delete_event signal correctly.
17733         * src/prefs_folder_item.[ch]
17734                 added "enable_thread" field for future customization
17735         * added src/prefs_matcher.[ch]
17736                 sample of the UI to define matching properties
17737         * src/procheader.c
17738                 using procheader_headername_equal instead of str*cmp functions
17739                 using procheader_parse_header() function
17740         * src/scoring.c
17741                 using MATCHING_XXX instead of SCORING_XXX
17742         * src/summaryview.c
17743                 display the sender of the news even if this is ourself
17744                 when this is a news message.
17745         * src/textview.c
17746                 using headername_equal() instead of str*cmp functions
17747
17748 2001-05-08 [alfons]
17749
17750         0.4.66claws
17751
17752         * sync with sylpheed 0.4.66
17753         * src/gtkstext.c: trace logs added 
17754
17755 2001-05-08 [sergey]
17756
17757         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17758         signature check popup.
17759         * src/rfc2015.c (check_signature): show signature check popup only
17760         if it is enabled in preferences.
17761
17762 2001-05-07 [alfons]
17763
17764         0.4.66claws4
17765         
17766         * sync with sylpheed 0.4.66cvs6
17767
17768 2001-05-07 [darko]
17769
17770         * src/prefs_common.[ch]: added option to enable/disable
17771           looking up sender name in address book for summary pane
17772         * src/summaryview.c: look up sender in the address book
17773           by using Alfons' address completion code
17774
17775 2001-05-07 [hiroyuki]
17776
17777         * src/inc.h
17778           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17779           member of Pop3State.
17780         * src/news.c: brought #include "defs.h" before #include <glib.h>
17781           to prevent the warning of `MIN' and `MAX' redefinition.
17782
17783 2001-05-06 [hoa]
17784
17785         * removed src/headers_display.[ch]
17786         * removed src/prefs_display_headers.[ch]
17787         * src/inc.c
17788                 use a temporary file in the user directory for mbox import
17789         * src/news.c
17790                 added XHDR support to get "To" and "Cc" headers
17791                 (in order to match news with to or cc field for
17792                 scoring)
17793                 added function news_parse_xhdr() to get XHDR response
17794         * src/nntp.[ch]
17795                 added function nntp_xhdr()
17796         * src/matcher.c
17797                 fetch the message if necessary
17798
17799 2001-05-06 [alfons]
17800
17801         0.4.66claws3
17802
17803         * sync with sylpheed 0.4.66cvs3-5
17804
17805 2001-05-06 [hoa]
17806
17807         * src/utils.[ch]
17808                 added function itos_buf() to enable use of several buffers
17809         * src/summaryview.c
17810                 use of itos_buf() instead of itos() in summary list
17811                 to fix the broken display of message number.
17812
17813 2001-05-06 [alfons]
17814
17815         * src/gtkstext.c: bug in cursor up navigation fixed,
17816                 fixed another unsigned / signed comparison (we're getting there :-)
17817
17818 2001-05-06 [hoa]
17819
17820         * src/Makefile.am
17821                 added scoring.c scoring.h
17822                 prefs_folder_item.c prefs_folder_item.h
17823                 matcher.c matcher.h
17824         * src/defs.h
17825                 added FOLDERITEM_RC SCORING_RC
17826         * src/folder.[ch]
17827                 added prefs field in FolderItem :
17828                 properties for each folder (PrefsFolderItem),
17829                 sorting type and mode were added as the first properties.
17830         * src/main.c
17831                 read config for scoring
17832         * added src/matcher.[ch]
17833                 gives functions to parse configuration file to do
17834                 matching on mails with a list of conditions.
17835         * src/mainwindow.c
17836                 add option to sort by score
17837         * src/prefs_common.[ch]
17838                 added preference option to show score and for
17839                 the score column size
17840         * added src/prefs_folder_item.[ch]
17841                 properties for each folder (PrefsFolderItem),
17842                 sorting type and mode were added as the first properties.
17843         * src/procheader.[ch]
17844                 added procheader_parse_header()
17845                 added procheader_header_free()
17846                 added procheader_headername_equal()
17847                 and made modification to use them.
17848         * src/procmsg.[ch]
17849                 added score field to MsgInfo structure
17850         * added src/scoring.[ch]
17851                 gives functions to parse configuration file to do
17852                 scoring on mails with a list of conditions.
17853         * src/summaryview.[ch]
17854                 save the sorting type and mode for the folder
17855                 added column to display the score of the mail
17856                 added function summary_score_clicked()
17857                 sorting type and mode are restored to the folder
17858                 when it is reopen
17859         * src/textview.c
17860                 use procheader_parse_header(), procheader_headername_equal()
17861                 removed memory leak in text_scan_header when freeing headers
17862         * src/filter.c
17863                 changed the function to match names of headers
17864                 using procheader_headername_equal()
17865
17866         Scoring functions are implemented, an interface is needed
17867         to configure that.
17868
17869 2001-05-04 [alfons]
17870
17871         * src/gtkstext.c: 
17872                 hopefully fixed the row up navigation bug,
17873                 removed adding back / forward lines to cache
17874
17875 2001-05-04 [sergey]
17876
17877         * src/prefs_display_headers.c: user interface changes:
17878         (prefs_display_headers_create): remove unused "Show" check button;
17879         allow reordering of headers by dragging.
17880         (prefs_display_headers_write_config): remove unused variables.
17881         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17882         of lists (not needed with the new UI).
17883         (prefs_display_headers_set_list): scan lists starting from row 0,
17884         not 1 (do not skip "(New)").
17885         (prefs_display_headers_find_header): new function.
17886         (prefs_display_headers_clist_set_row): do not allow duplicates.
17887         (prefs_display_headers_delete_cb): do not skip row 0; treat
17888         closing the alert window by ESC as "No".
17889         (prefs_display_headers_up): do not protect row 0.
17890         (prefs_display_headers_down): do not protect row 0.
17891
17892 2001-05-04 [sergey]
17893
17894         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17895         functions.
17896
17897         * src/summaryview.c
17898         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17899         summary_select_next_marked, summary_select_prev_marked): new
17900         functions.
17901
17902 2001-05-03 [sergey]
17903
17904         * src/news.c: fixed a bug when no article can be fetched after
17905         server timeout if the connection was restored by news_post():
17906         (news_select_group): new function.
17907         (news_fetch_msg): call news_select_group() before fetching
17908         article.
17909         (news_get_uncached_articles): set session->group after successful
17910         GROUP command.
17911
17912 2001-05-03 [hoa]
17913
17914         * src/defs.h
17915         * src/procmsg.[ch]
17916         * src/procheader.c
17917                  changed version of cache, added cc field
17918
17919         * src/prefs_display_headers.c
17920                 the interface was changed
17921
17922         * src/prefs_headers.c
17923                 added cancel button
17924
17925 2001-05-03 [alfons]
17926
17927         * completed sync of sylpheed cvs2
17928         * src/gtkstext.c: updated row up / down cursor navigation
17929         * src/textview.c: re-edited, prepared for fixing the email address
17930                 scanner.
17931
17932 2001-05-03 [darko]
17933
17934         * src/prefs_common.c: use alfons' strftime ui code
17935         entry_datefmt and datefmt_sample widgets have to be
17936         global in this module because of this change
17937
17938 2001-05-03 [hoa]
17939
17940         * src/messageview.c
17941         * src/prefs_common.[ch] added option to activate the return receipt
17942                 feature.
17943
17944 2001-05-02 [alfons]
17945
17946         * src/gtkstext.c: fix for row up/down cursor navigation. 
17947
17948         0.4.66claws2
17949         
17950         * sync with 0.4.66cvs2
17951
17952 2001-05-02 [paul]
17953
17954         added add-sender-to-addressbook patch
17955
17956         * src/addressbook.c
17957         * src/addressbook.h
17958         * src/summaryview.c
17959
17960 2001-05-02 [sergey]
17961
17962         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17963         G_ALERTDISABLE.
17964
17965         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17966         all existing callers changed to pass FALSE; create a check button
17967         to disable the message.
17968         (alertpanel_message_with_disable): new function.
17969         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17970         (alertpanel_button_toggled): new function.
17971         (alertpanel_button_clicked, alertpanel_close): set value using
17972         G_ALERT_VALUE_MASK.
17973
17974         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17975
17976         * src/prefs_common.c (prefs_privacy_create): new check button
17977         checkbtn_gpgme_warning.
17978
17979         * src/main.c (main): moved preferences reading before gpgme
17980         initialization; check prefs_common.gpgme_warning before giving the
17981         GnuPG warning and set it to FALSE if the user wants to disable the
17982         warning.
17983
17984 2001-05-02 [hiroyuki]
17985
17986         * src/prefs_display_headers.c: modified the layout and some labels.
17987
17988 2001-05-02 [sergey]
17989
17990         * src/prefs_account.c (prefs_account_fix_size): new function.
17991         (prefs_account_create): call prefs_account_fix_size(); use
17992         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17993         size when the window is shown for the first time).
17994         (prefs_account_basic_create): changed layout of serv_table; moved
17995         localmbox_entry above smtpserv_entry (logically it replaces
17996         POP3/IMAP server).
17997         (prefs_account_protocol_activated): set sensitivity of
17998         nntpauth_chkbtn according to the protocol (in addition to
17999         hide/show); commented out gtk_table_set_row_spacing() calls.
18000         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18001         not sensitive (fixes a bug with disabled username/password boxes
18002         when editing POP3 account after NNTP with authentication).
18003
18004 2001-05-02 [hoa]
18005
18006         * src/account.c
18007         * src/inc.c
18008         * src/prefs_account.[ch]
18009         * src/send.c
18010                 removed local account without SMTP server
18011                 added option to use mail command instead of a connexion
18012                 to SMTP server when a local account is used
18013         * src/prefs_headers.c
18014                 fixed a bug
18015         * src/news.c
18016                 fixed a bug when connexion immediately closed
18017
18018 2001-05-01 [alfons]
18019
18020         0.4.66claws1
18021         
18022         * sync with 0.4.65
18023
18024 2001-05-01 [sergey]
18025
18026         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18027         widget nntpauth_chkbtn.
18028         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18029         visibility.
18030         (prefs_account_nntpauth_toggled): new function.
18031
18032         * src/news.c (news_session_new_for_folder): use NNTP
18033         authentication only if ac->use_nntp_auth is set.
18034
18035 2001-05-01 [hoa]
18036
18037         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18038         * src/prefs_display_headers.c changed the UI
18039         * src/prefs_headers.c changed account_name to account_id
18040         * src/compose.c using customheader.h
18041
18042 2001-05-01 [hiroyuki]
18043
18044         * src/esmtp.c
18045           src/news.c
18046           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18047           unsynched.
18048
18049 2001-05-01 [hoa]
18050
18051         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18052         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18053                 for displaying of headers
18054         * src/grouplist_dialog.[ch] minor changes to remove warnings
18055         * src/prefs_display_headers.[ch] dialog to choose the
18056         headers to display in the mail viewer.
18057         * src/headers.h correction of #define
18058         * src/headers_display.[ch] configuration for displaying of headers.
18059         * src/main.c read config of displaying of headers
18060         * src/prefs_common.c add a button to access the config dialog
18061                 for displaying of headers
18062         * src/prefs_display_headers.[ch] dialog for configuration for
18063                 displaying of the headers.
18064         * src/prefs_headers.c cleaning of code
18065         * src/procheader.c comments added to code
18066         * src/textview.c changes to reorder the headers depending
18067                 on the config for displaying of headers
18068
18069 2001-04-30 [alfons]
18070
18071         0.4.65claws7
18072
18073         * sync with 0.4.65cvs12
18074
18075         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18076
18077 2001-04-30 [sergey]
18078
18079         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18080
18081         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18082         is set to force reconnection after authentication failure.
18083         (nntp_gen_command): set sock->auth_failed on authentication
18084         failure, or if sock->userid and sock->passwd are not set.
18085
18086         * src/news.c (news_session_new_for_folder): set userid=NULL if
18087         password dialog is cancelled.
18088
18089 2001-04-30 [sergey]
18090
18091         * src/nntp.h (NNTPSockInfo): new type.
18092
18093         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18094         SockInfo.
18095         (nntp_open_auth, nntp_close): new functions.
18096         (nntp_gen_command): new function to handle authentication; all
18097         NNTP command functions updated to use it.
18098         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18099         (nntp_list): removed old useless code.
18100
18101         * src/news.h (NNTPSession): new field nntp_sock.
18102
18103         * src/news.c: all functions updated to use NNTPSockInfo instead of
18104         SockInfo.
18105         (news_session_new): new arguments (userid, passwd); made static;
18106         use nntp_open_auth() if needed.
18107         (news_session_destroy): use nntp_close() instead of sock_close().
18108         (news_query_password): changed arguments.
18109         (news_session_new_for_folder): new function.
18110         (news_session_get): use news_session_new_for_folder().
18111         (news_authenticate): deleted.
18112         (news_get_uncached_articles): removed old authentication code.
18113
18114 2001-04-30 [sergey]
18115
18116         * src/news.c: reverted my previous changes (need to do NNTP
18117         authentication in a cleaner way).
18118         
18119 2001-04-29 [sergey]
18120
18121         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18122         news_nntp_post, news_nntp_mode): new functions (wrappers with
18123         authentication support).
18124         (news_get_article_cmd, news_get_article, news_get_header): new
18125         argument "folder"; all callers changed.
18126         (news_get_article_cmd): added authentication support.
18127         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18128         (news_post): use news_nntp_post() instead of nntp_post().
18129         (news_get_uncached_articles): use news_nntp_group() instead of
18130         nntp_group() and news_nntp_xover() instead of nntp_xover();
18131         removed old authentication code.
18132         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18133
18134         * src/nntp.c (nntp_list): return real error code instead of
18135         hardcoded NN_ERROR.
18136
18137 2001-04-29 [sergey]
18138
18139         * configure.in: fixed wint_t typedef detection again
18140
18141 2001-04-28 [hoa]
18142
18143         * src/prefs_account.[ch], added A_LOCAL_CMD
18144                 (send mail with mail command)
18145         * src/send.c added function send_message_with_command()
18146         * src/inc.c made a more secure get_spool() function with
18147                 mktemp() but maybe mkstemp() or something more
18148                 secure can be used.
18149
18150 2001-04-28 [alfons]
18151
18152         * src/textview.c, colorization of email addresses in headers
18153
18154         0.4.65claws6
18155
18156         * bug sync with sylpheed
18157         * prefs_common.c: created date format ui for darko
18158         * sync with 0.4.65cvs11
18159         * configure.in: corrected to have the new gpg checks
18160
18161 2001-04-27 [alfons]
18162
18163         * completed sync with 0.4.65cvs10
18164         * minor debug things added to gtkstext.c
18165
18166 2001-04-27 [darko]
18167
18168         * configure.in: remove check for availability of
18169           strftime() as advised by Hiroyuki
18170         * src/prefs_common.[ch], src/procheader.c:
18171           synch strftime() code with Hiroyki's main branch
18172
18173 2001-04-26 [sergey]
18174
18175         * src/news.c: news_query_password(), news_authenticate(): new
18176           functions.
18177           news_get_uncached_articles(): added NNTP authentication
18178           handling.
18179         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18180           new functions.
18181         * src/prefs_account.c: prefs_account_protocol_activated():
18182           enable userid and password fields for NNTP.
18183
18184 2001-04-26
18185
18186         * configure.in: check for availability of strftime()
18187           [darko]
18188         * src/prefs_common.[ch], src/procheader.c: use
18189           strftime() for displaying date in summary pane if it
18190           is available
18191
18192 2001-04-25
18193
18194         * more .cvsignore cleanups [alfons]
18195
18196 2001-04-25
18197
18198         * ac/sv-check-type.m4: new autoconf macro.
18199         * configure.in: fixed wint_t typedef detection (did not work
18200           with gcc-2.96).
18201
18202 2001-04-25
18203
18204         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18205           [hiroyuki]
18206
18207 2001-04-24
18208         * modified gtkstext.c : buggy cursor navigation fixed, 
18209           and font descent also taken in account when drawing
18210           cursor. [alfons]
18211
18212 2001-04-24 [hoa]
18213         * added comments in src/news.c src/nntp.c
18214         * added src/prefs_headers.[ch]
18215         * added src/headers.[ch]
18216         * modified compose.c to activate custom headers
18217                 added function is_in_custom_headers
18218         * modified prefs_account.[ch]
18219                 added function prefs_account_customhdr_edit
18220         * modified src/defs.h :
18221                 added HEADERS_RC : name of the config file
18222                 for the custom headers
18223
18224 2001-04-24
18225
18226     0.4.65claws5
18227
18228         * configure.in
18229           src/gtkstext.[ch]
18230           src/compose.c
18231           src/Makefile.am
18232           
18233           added gtkstext with configure.in patch by Hiroyuki which
18234           should fix the XIM detection [alfons]
18235
18236         * more clean up of cvs [alfons]
18237
18238                  * removed all Makefile.in files to attic.
18239
18240                  * updated all .cvsignores to really ignore things that could
18241                    be unintentionally committed by a recursive commit.
18242
18243 2001-04-23 [hoa]
18244         * added src/grouplist_dialog.[ch]
18245         * changed src/folderview.c to call grouplist_dialog instead
18246                 of inputdialog
18247         * src/news.c :
18248                 added functions news_reset_group_list
18249                 and news_get_group_list
18250         * src/nntp.c :
18251                 added function nntp_list
18252         * src/defs.h :
18253                 added GROUPLIST_FILE : name of the newsgroup list cache file
18254
18255 2001-04-21
18256
18257         * added option to warn about queued messages on exit [sergey]:
18258
18259           * src/compose.c: compose_queue(): call folder_item_scan()
18260             and folderview_update_item() after queueing.
18261           * src/folderview.c: folderview_update_node(): draw the queue
18262             folder in bold font if there are queued messages.
18263           * src/mainwindow.c: queued_messages(): new function.
18264             app_exit_cb(): display warning if there are queued messages
18265             if warn_queued_on_exit is set.
18266           * prefs_common.[ch]: add warn_queued_on_exit option.
18267
18268         * enhanced GnuPG key selection support [sergey]:
18269
18270           * src/select-keys.c: updated to newer version from Win32
18271             branch with support for selecting arbitrary keys.
18272           * src/prefs_account.c: added the Privacy tab to the account
18273             options window.
18274             prefs_account_privacy_create(),
18275             prefs_account_sign_key_set_data_from_radiobtn(),
18276             prefs_account_sign_key_set_radiobtn(): new functions.
18277           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18278           * src/rfc2015.c: set_signers(): new function.
18279             pgp_sign(): add the account parameter, call set_signers().
18280             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18281           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18282           * src/compose.c: pass the current account to rfc2015_sign().
18283
18284         * tag name claws added to prevent confusion with main branch [alfons]
18285
18286         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18287
18288         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18289
18290         * sync with recent sylpheed cvs. Untested though. [alfons]
18291