2d4ceb13ae85ec4e8d3f673f89c92a46d007b475
[claws.git] / ChangeLog.claws
1 2003-09-01 [paul]       0.9.4claws49
2
3         * src/textview.c
4                 trim uri before sending to the statusbar
5                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
6                 in the message window causes main S-C window to enlarge 
7                 past screen edges'
8
9 2003-09-01 [paul]       0.9.4claws48
10
11         * sync with 0.9.4cvs12
12                 see ChangeLog 2003-09-01
13
14 2003-08-30 [christoph]  0.9.4claws47
15
16         * src/compose.c
17         * src/folder_item_prefs.[ch]
18         * src/prefs_folder_item.c
19         * src/gtk/gtkaspell.[ch]
20                 commit per folder dictionary patch by
21                 Paul Evans <nerd@freeuk.com>
22
23 2003-08-30 [christoph]  0.9.4claws46
24
25         * src/plugins/spamassassin/spamassassin_gtk.c
26         * src/plugins/spamassassin/spamassassin_gtk.glade
27                 reduce GUI clutter by placing hints into tooltips
28
29 2003-08-30 [paul]       0.9.4claws45
30
31         * src/compose.c
32                 add 'Content-Disposition: inline' to a text/plain
33                 part when using PGP/MIME signing
34
35 2003-08-30 [paul]       0.9.4claws44
36
37         * src/prefs_common.c
38           src/prefs_spelling.c
39           src/prefs_spelling.glade
40                 reduce GUI clutter by placing hints into tooltips
41
42 2003-08-29 [christoph]  0.9.4claws43
43
44         * configure.ac
45                 fix bug found by Ivan Rayner <ivanr@sgi.com>
46
47         * src/stock_pixmap.c
48                 change unecessary warning into a debug message
49
50         * src/plugins/clamav/Makefile.am
51                 Fix error "-I$(CLAMAV_LIBS)"
52
53 2003-08-29 [christoph]  0.9.4claws42
54
55         * intl/Makefile.in
56         * src/Makefile.am
57         * src/matcher.h
58         * src/common/Makefile.am
59         * src/common/passcrypt.c
60                 commit fixes and patches for some of the IRIX problems found by
61                 Ivan Rayner <ivanr@sgi.com>
62
63 2003-08-29 [paul]       0.9.4claws41
64
65         * src/prefs_filtering.c
66                 add 'Top' and 'Bottom' buttons, based on changes in
67                 src/prefs_filter.c in 0.9.4cvs11.
68
69 2003-08-27 [christoph]  0.9.4claws40
70
71         * src/folderview.c
72                 fix bug that the current summary settings were copied to the
73                 wrong folder item, when the folder item prefs are opened.
74                 Copying is not required because summary settings and
75                 folder_item_prefs do not contain the same settings
76
77 2003-08-27 [thorsten]   0.9.4claws39
78
79         * src/imap.c
80                 fix compile error
81
82 2003-08-26 [paul]       0.9.4claws38
83
84         * sync with 0.9.4cvs9
85                 see ChangeLog 2003-08-26
86
87 2003-08-25 [paul]       0.9.4claws37
88
89         * sync with 0.9.4cvs8
90                 see ChangeLog 2003-08-25
91
92 2003-08-24 [christoph]  0.9.4claws36
93
94         * src/prefs_filtering.c
95                 shouldn't remove items from a GSList while iterating over the
96                 list (makes cur invalid and cur->next not accessable)
97
98         (closes Bug 272 i deleted an folder and some seconds later sylpheed
99          crashed)
100
101 2003-08-23 [christoph]  0.9.4claws35
102
103         * src/news.c
104                 news folders should be scanned when opened
105
106 2003-08-22 [christoph]  0.9.4claws34
107
108         * src/prefs_folder_item.c
109                 use macro to assign strings that always frees the old string
110
111         * src/gtk/gtkaspell.[ch]
112                 add gtkaspell_set_dictionary_menu_active_item() to set active
113                 item in dictionary option menu
114
115         * src/prefs_spelling.c
116                 use gtkaspell_set_dictionary_menu_active_item() to select
117                 dictionary
118
119 2003-08-21 [christoph]  0.9.4claws33
120
121         * src/folder.[ch]
122         * src/imap.c
123         * src/mbox_folder.c
124         * src/mh.c
125         * src/news.c
126                 optimize folder system
127
128         * src/gtk/gtkstext.c
129                 fix division by zero when font has 0 width for ' '
130
131 2003-08-21 [paul]       0.9.4claws32
132
133         * sync with 0.9.4cvs7
134                 see ChangeLog 2003-08-20
135
136 2003-08-19 [paul]       0.9.4claws31
137
138         * src/common/defs.h
139                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
140                 SYLDOC_FAQ_HTML_INDEX.
141         * src/manual.c
142                 use LC_MESSAGES instead of LC_ALL to find the current
143                 language
144
145           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
146
147 2003-08-19 [paul]       0.9.4claws30
148
149         * po/bg.po
150                 updated by George Danchev
151
152 2003-08-18 [luke]       0.9.4claws29
153         * src/mimeview.[ch]
154         * src/gtk/gtkvscrollbutton.[ch]
155                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
156                   dependencies; do it the GTK way; reduce code -14/+2 lines)
157                 o removed horizontal separator between icons
158
159 2003-08-17 [christoph]  0.9.4claws28
160
161         * src/procmsg.c
162                 no subject threading when the subject has no reply prefix
163
164 2003-08-16 [christoph]  0.9.4claws27
165
166         * src/mainwindow.c
167                 remember and restore window sizes and position when the main
168                 window is hidden or shown
169
170         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
171          minimised/reopened using trayicon)
172
173 2003-08-16 [paul]       0.9.4claws26
174
175         * src/crash.c
176                 add #include "defs.h"
177
178 2003-08-16 [paul]       0.9.4claws25
179
180         * src/plugins/clamav/clamav_plugin.c
181                 reword a debug_print
182                 
183         * src/plugins/dillo_viewer/dillo_prefs.c
184                 cosmetic: change the labels' text, add tooltips, and
185                 left-align the hint
186
187 2003-08-15 [christoph]  0.9.4claws24
188
189         * src/news.c
190                 complete last change (forgot some changes)
191
192 2003-08-15 [christoph]  0.9.4claws23
193
194         * src/news.c
195                 o check number of messages and don't return a 0 message
196                   when no messages are available
197                 o don't parse xref header anymore
198
199         (closes Bug 203 I'm not getting any news)
200
201 2003-08-15 [paul]       0.9.4claws22
202
203         * src/common/defs.h
204           src/crash.c
205                 update and define claws bugzilla location
206
207 2003-08-15 [paul]       0.9.4claws21
208
209         * po/ru.po
210                 update submitted by Ruslan N. Balkin
211
212 2003-08-14 [christoph]  0.9.4claws20
213
214         * src/procmsg.c
215                 fix search for oldest node in subject threading
216
217 2003-08-14 [christoph]  0.9.4claws19
218
219         * src/procmsg.c
220         * src/common/utils.h
221                 add possibility to check all nodes with the same subject for
222                 subject threading, not only the oldest node. Should not break
223                 threads anymore if the oldest node is thread_by_subject_max_age
224                 days older then parent, because it can now find a child of
225                 oldest node as new parent.
226
227 2003-08-11 [christoph]  0.9.4claws18
228
229         * src/plugins/spamassassin/spamassassin.c
230                 run spam check in background process
231
232 2003-08-10 [alfons]     0.9.4claws17
233
234         * src/summaryview.c
235                 make `Select All' sensitive too
236
237 2003-08-10 [christoph]  0.9.4claws16
238
239         * src/imap.c
240                 add more checks in imap_close
241
242 2003-08-09 [alfons]     0.9.4claws15
243
244         * src/prefs_spelling.c
245                 no spell checking UI if not requested
246
247 2003-08-09 [alfons]     0.9.4claws14
248
249         * src/gtk/prefswindow.c
250                 make it compile
251
252 2003-08-09 [christoph]  0.9.4claws13
253
254         * src/prefs_spelling.c
255         * src/gtk/prefswindow.[ch]
256         * src/plugins/clamav/clamav_plugin_gtk.c
257         * src/plugins/spamassassin/spamassassin_gtk.c
258                 sort prefs pages by heighest weight in tree
259
260 2003-08-09 [paul]       0.9.4claws12
261
262         * sync with 0.9.4cvs6
263                 see ChangeLog 2003-08-07
264                 
265         * AUTHORS
266                 add Leandro and Luke to claws-branch section
267
268 2003-08-09 [christoph]  0.9.4claws11
269
270         * src/gtk/Makefile.am
271         * src/gtk/colorsel.[ch]                 ** NEW **
272                 create a color selection dialog that can be used as a simple
273                 function call with it's own gtk main loop like filesel.[ch]
274
275         * src/Makefile.am
276         * src/main.c
277         * src/prefs_common.c
278         * src/prefs_spelling.[ch]               ** NEW **
279         * src/prefs_spelling.glade              ** NEW **
280         * src/gtk/gtkutils.[ch]
281                 move "Spell Checker" prefs to new prefs dialog
282
283         * src/prefs_folder_item.c
284                 use new colorsel dialog
285
286 2003-08-08 [paul]       0.9.4claws10
287
288         * src/inc.c
289                 clear the progress bar unconditionally
290
291 2003-08-08 [paul]       0.9.4claws9
292
293         * sync with 0.9.4cvs4
294                 see ChangeLog 2003-07-31
295
296 2003-08-07 [christoph]  0.9.4claws8
297
298         * configure.ac
299                 fix bug in image viewer plugin part
300
301         * src/imap.c
302                 don't execute close command if the folder item is not selected
303
304 2003-08-07 [hoa]        0.9.4claws7
305
306         * src/filtering.[ch]
307         * src/matcher_parser.h
308         * src/matcher_parser_parse.y
309                 can define several actions for each filtering rule
310                 can import old versions of filtering rules
311
312         * src/prefs_filtering.c
313                 call to a new dialog box to define actions
314
315         * src/prefs_filtering_action.[ch]
316                 dialog box to define actions for filtering rules
317
318 2003-08-06 [christoph]  0.9.4claws6
319
320         * src/imap.c
321                 make sure source folder is selected when copying messages
322
323 2003-08-06 [christoph]  0.9.4claws5
324
325         * sync with 0.9.4cvs2
326                 see ChangeLog 2003-07-29                
327
328 2003-08-05 [paul]       0.9.4claws4
329
330         * sync with 0.9.4cvs3
331                 see ChangeLog 2003-07-30
332
333 2003-08-04 [match]      0.9.4claws3
334
335         * po/POTFILES.in
336                 export of LDIF files.
337
338 2003-08-04 [match]      0.9.4claws2
339
340         * src/ldif.[ch]
341                 support for export LDIF. documented.
342         * src/importldif.[ch]
343         * src/exportldif.[ch]
344                 add tooltips. documented.
345         * src/exphtmldlg.[ch]
346         * src/common/xmlprops.[ch]
347                 documented.
348         * src/exportldif.[ch]                   ** NEW **
349         * src/expldifdlg.[ch]                   ** NEW **
350         * src/addressbook.[ch]
351         * src/Makefile.am
352                 export of LDIF files.
353                 documented.
354
355 2003-08-04 [christoph]  0.9.4claws1
356
357         * .cvsignore
358         * Makefile.am
359         * configure.ac
360         * sylpheed-claws.pc.in                  ** NEW **
361         * src/Makefile.am
362         * src/common/Makefile.am
363         * src/gtk/Makefile.am
364                 install sylpheed header files in $(pkgincludedir) and create a
365                 pkg-config file to allow building a plugin without the source
366                 package
367
368 2003-08-04 [paul]       0.9.4claws
369
370         * version 0.9.4claws
371
372 2003-08-04 [paul]       0.9.3claws97
373
374         * po/es.po
375                 update Spanish translation. Submitted by Ricardo
376                 Mones Lastra.
377
378 2003-08-03 [paul]       0.9.3claws96
379
380         * po/hr.po
381           po/sr.po
382                 update Croatian and Serbian translations. Submitted by
383                 Dragan and Urke MMI respectively
384
385 2003-08-03 [alfons]     0.9.3claws95
386
387         * src/summaryview.c
388                 mark flag has precedence over important flag - seems
389                 to have been changed in sync of 0.9.3claws45. this fixes
390                 a regression where messages that were scored as important
391                 don't show their mark flags. (using the same column for
392                 both importance as mark flags is the real problem
393                 ofcourse)
394
395 2003-08-03 [melvin]     0.9.3claws94
396
397         * po/fr.po
398                 Updated French translations.
399
400 2003-08-03 [melvin]     0.9.3claws93
401
402         * src/Makefile.am
403                 Fixed typo introduced after 0.9.3claws92 
404                 that prevented compilation
405                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
406                 CPPFLAGS and YFLAGS to allow user setting these.
407         * src/common/Makefile.am
408         * src/gtk/Makefile.am
409         * src/plugins/clamav/Makefile.am
410         * src/plugins/demo/Makefile.am
411         * src/plugins/dillo_viewer/Makefile.am
412         * src/plugins/image_viewer/Makefile.am
413         * src/plugins/mathml_viewer/Makefile.am
414         * src/plugins/spamassassin/Makefile.am
415         * src/plugins/trayicon/Makefile.am
416         * src/plugins/trayicon/libeggtrayicon/Makefile.am
417                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
418                 CPPFLAGS and YFLAGS to allow user setting these.
419
420 2003-08-02 [christoph]  0.9.3claws92
421
422         * configure.ac
423                 o rearrange plugin tests
424                 o add test for clamav.h to ClamAV tests
425
426 2003-08-02 [luke]       0.9.3claws91
427
428         * src/mimeview.c
429                 o fixed appearance of icon list when toggling back from the 
430                   ctree
431                 o toggling of icons using the keyboard works correctly
432                 o fixed all other keyboard shortcuts to work when icons are
433                   active
434         
435         * src/messageview.c
436                 o fixed bug 4 - focus lost when changing messageview view type
437
438 2003-08-02 [christoph]  0.9.3claws90
439
440         * src/common/hooks.c
441                 fix crash when pointer stored in hash table could get invalid
442                 when a plugin is unloaded
443
444 2003-08-01 [christoph]  0.9.3claws89
445
446         * configure.ac
447                 o try to build all plugins (except spamassassin) by default
448                 o don't build a plugin if a dependency check fails
449
450         * src/common/hooks.c
451                 fix warning
452
453 2003-08-01 [match]      0.9.3claws88
454
455         * src/importldif.c
456                 allow single click field selection. document code.
457
458 2003-08-01 [christoph]  0.9.3claws87
459
460         * src/plugins/clamav/clamav_plugin.c
461         * src/plugins/clamav/clamav_plugin_gtk.c
462         * src/plugins/dillo_viewer/dillo_viewer.c
463         * src/plugins/image_viewer/plugin.c
464         * src/plugins/mathml_viewer/mathml_viewer.c
465         * src/plugins/spamassassin/spamassassin.c
466         * src/plugins/spamassassin/spamassassin_gtk.c
467         * src/plugins/trayicon/trayicon.c
468                 add version check to all plugins
469
470 2003-08-01 [hoa]        0.9.3claws86
471
472         * src/prefs_filtering.c
473                 fixed a cosmetic bug, during creation of dialog box,
474                 wrong widgets were shown after creation.
475
476 2003-08-01 [luke]       0.9.3claws85
477
478         * src/mainwindow.c
479                 o fixed visibility of icons/mimeview after toggling separate
480                   message/folder view (factored out some similar code too).
481
482
483 2003-07-31 [alfons]     0.9.3claws84
484
485         * src/mimeview.c
486                 tweak icon box UI a bit more, now allowing right-clicks actions
487                 getting the relevant mime data too; should fix #250, "Can't save 
488                 attachments sometimes".
489
490 2003-07-30 [alfons]     0.9.3claws83
491
492         * src/compose.c
493                 don't do auto-save-draft inside key press handler, but rather
494                 schedule it half of a second later; should fix #67, "autosave 
495                 make re-rediting message crazy"
496
497 2003-07-30 [christoph]  0.9.3claws82
498
499         * src/plugins/trayicon/trayicon.c
500                 process pending events before unloading the plugin
501
502         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
503
504 2003-07-30 [alfons]     0.9.3claws81
505
506         * src/common/hooks.c
507                 parameter 2 of g_hook_destroy() should really be a hook id
508
509 2003-07-30 [alfons]     0.9.3claws80
510
511         * src/common/plugin.c
512                 fix a possibly harmful function signature mismatch 
513                 for plugin_done
514
515 2003-07-30 [alfons]     0.9.3claws79
516
517         * src/common/hooks[.ch]
518                 const correctness
519
520 2003-07-30 [darko]      0.9.3claws78
521
522         * src/summaryview.c
523                 make it compile again
524
525 2003-07-30 [luke]       0.9.3claws77
526
527         * src/crash.c
528         * src/main.c
529                 o added/moved signal handlers for SIGTERM (normal kill command) 
530                   and SIGINT (ctl-c) to be used even without 
531                   --enable-crash-dialog, fixing bug 166
532
533         * src/summaryview.c
534                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
535                   bug 227
536
537         * src/mainwindow.c
538                 o changed sensitivity condition for 'Next new' and 'Next 
539                   unread', fixing bug 8
540
541 2003-07-29 [alfons]     0.9.3claws76
542
543         * src/common/utils.[ch]
544                 add generate_msgid()
545         * src/messageview.c
546                 save ack'ed RRR; fixes #205, "return receipt is not saved in
547                 sent folder".
548
549 2003-07-29 [alfons]     0.9.3claws75
550
551         * src/messageview.c
552                 fix a memleak (claws-only)
553
554 2003-07-29 [alfons]     0.9.3claws74
555
556         * src/mimeview.[ch]
557         * src/gtk/gtkvscrollbutton.[ch]
558                 fix UI glitch where mime icon toolbox' scroll position is not 
559                 reset after switching to another message
560                 
561
562 2003-07-29 [paul]       0.9.3claws73
563
564         * src/prefs_folder_item.c
565                 split the prefs into 2 separate pages
566
567 2003-07-29 [paul]       0.9.3claws72
568
569         * src/compose.c
570                 prepend "\n\n" to a signature without a separator too
571
572 2003-07-29 [paul]       0.9.3claws71
573
574         * src/compose.c
575                 fix bug where changing to an account without an auto-sig
576                 from an initial account without an auto-sig would insert 
577                 2 blank lines at the cursor point
578                 fix bug where changing to an account with an auto-sig
579                 from an initial account without an auto-sig would insert
580                 the sig at the cursor point
581
582 2003-07-29 [paul]       0.9.3claws70
583
584         * src/folderview.c
585                 use the colour from the folder pref unless the folder
586                 has new messages
587
588 2003-07-29 [alfons]     0.9.3claws69
589
590         * src/procmsg.[ch]
591         * src/messageview.c
592         * src/procheader.c
593                 rewrite return receipt request work a little bit (the former 
594                 implementation presumably depended too much on the UI setting
595                 flags). (we're losing the old pending flag.) 
596
597 2003-07-28 [christoph]  0.9.3claws68
598
599         * src/folder.c
600         * src/imap.c
601         * src/mh.c
602         * src/procmsg.[ch]
603                 fix copy to IMAP folder from other folder
604
605 2003-07-28 [christoph]  0.9.3claws67
606
607         * src/procmsg.c
608                 fix sync of procmsg_get_message_file_list
609
610 2003-07-28 [christoph]  0.9.3claws66
611
612         * sync with 0.9.3cvs14
613                 see ChangeLog 2003-07-18
614         * sync with 0.9.3cvs17
615                 see ChangeLog 2003-07-23
616
617         (closes Bug 234 segmentation fault after sending out mail via
618          smtp(auth))
619
620 2003-07-28 [paul]       0.9.3claws65
621
622         * po/es.po
623                 update Spanish translation, submitted by Ricardo Mones
624                 Lastra
625
626 2003-07-28 [christoph]  0.9.3claws64
627
628         * src/folder.[ch]
629         * src/imap.c
630         * src/mh.c
631                 return new message numbers as a GRelation instead of a GSList
632                 that has to be in the same order as the input list. A list
633                 would make it hard for IMAP to optimize oepration by sorting
634                 the input list. The returned list would have to be reordered
635                 to match the same order that input list has.
636
637         * src/gtk/gtkaspell.c
638                 fix missing return value, could cause a crash when garbage is
639                 on the stack that is used as the expected return value
640
641 2003-07-28 [paul]       0.9.3claws63
642
643         * sync with 0.9.4cvs1
644                 see ChangeLog 2003-07-28
645
646 2003-07-27 [alfons]     0.9.3claws62
647
648         * src/mimeview.c
649                 tweak it more to make icon list act like a check button group
650
651 2003-07-27 [christoph]  0.9.3claws61
652
653         * sync with 0.9.3cvs20
654                 see ChangeLog 2003-07-25
655
656 2003-07-27 [paul]       0.9.3claws60
657
658         * src/procmsg.c
659                 re-commit changes from 0.9.3claws58 -
660                 accidently removed in 0.9.3claws59
661
662 2003-07-27 [paul]       0.9.3claws59
663
664         * src/procmsg.[ch]
665                 a sync from 0.9.3cvs17
666                 see ChangeLog 2003-07-23
667
668 2003-07-27 [alfons]     0.9.3claws58
669
670         * src/procmsg.c
671                 add missing header members to MsgInfo; fixes the problem of 
672                 not displaying X-Faces, as noticed by Ricardo Mones
673
674 2003-07-26 [christoph]  0.9.3claws57
675
676         * sync with 0.9.3cvs18
677                 see ChangeLog 2003-07-24
678
679 2003-07-26 [christoph]  0.9.3claws56
680
681         * sync with 0.9.3cvs17
682                 see ChangeLog 2003-07-23
683
684 2003-07-26 [christoph]  0.9.3claws55
685
686         * src/folder.[ch]
687         * src/imap.c
688         * src/mbox_folder.c
689         * src/mh.c
690         * src/news.c
691                 add support for copy function that copy multiple messages
692                 (not implemented yet)
693
694         * src/summaryview.c
695                 add missing return value
696
697 2003-07-26 [paul]       0.9.3claws54
698
699         * tools/multiwebsearch.pl
700                 do whitespace substitution before passing the string
701                 to the browser. fixes bug with browsers that don't
702                 do whitespace conversion themselves.
703
704 2003-07-25 [christoph]  0.9.3claws53
705
706         * src/folder.[ch]
707         * src/imap.c
708         * src/mh.c
709                 rewrite adding of multiple messages to a folder for
710                 claws' folder system
711
712 2003-07-25 [luke]       0.9.3claws52
713
714         * src/mimeview.c
715                 o icon toggles set correctly on leaving ctree mimeview
716
717 2003-07-25 [paul]       0.9.3claws51
718
719         * partial sync with 0.9.3cvs21 [src/main.c]
720                 see ChangeLog 2003-07-25
721
722 2003-07-24 [paul]       0.9.3claws50
723
724         * tools/maildir2sylpheed.pl
725                 fix typo
726
727 2003-07-24 [paul]       0.9.3claws49
728
729         * src/mimeview.c
730                 increase the gutter size of paned so that the panes
731                 can be resized
732                 
733         * src/plugins/demo/demo.c
734                 squeeze in another typo fix
735
736 2003-07-24 [paul]       0.9.3claws48
737
738         * src/plugins/demo/demo.c
739           src/prefs_account.c
740                 small changes to the English
741                 
742         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
743           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
744           src/Makefile.am
745           src/stock_pixmap.c
746                 rename the misspelled icon
747
748 2003-07-23 [alfons]     0.9.3claws47
749
750         * src/mimeview.c
751                 make icon list look like a list of toggles
752
753 2003-07-23 [luke]       0.9.3claws46
754
755         * src/pixmaps/mimeview_gpg_expired.xpm
756         * src/pixmaps/mimeview_gpg_failed.xpm
757         * src/pixmaps/mimeview_gpg_passed.xpm
758         * src/pixmaps/mimeview_text_html.xpm
759         * src/pixmaps/mimeview_image.xpm
760                 o all icons the same size
761
762         * src/mimeview.[ch]
763                 o mimeview ctree arranged vertically above the viewer
764                 o icons changed to buttons
765                 o can use keyboard to select an icon (Enter)
766                 o resize icon list to width of icons
767
768         *  src/gtk/gtkvscrollbutton.c
769                 o sensitivity of buttons reacts to position
770
771 2003-07-23 [christoph]  0.9.3claws45
772
773         * sync with 0.9.3cvs14 (incomplete)
774                 see ChangeLog 2003-07-17
775
776 2003-07-23 [alfons]     0.9.3claws44
777
778         * src/folder.c
779         * src/procmsg.h
780                 sync with my local tree to restore some claws-only things
781
782 2003-07-23 [paul]       0.9.3claws43
783
784         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
785           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
786           src/Makefile.am
787           src/mimeview.c
788           src/procmime.h
789           src/rfc2015.c
790           src/stock_pixmap.[ch]
791                 indicate missing keys and expired sigs/keys
792                 in mime view column
793
794 2003-07-23 [paul]       0.9.3claws42
795
796         * src/compose.c
797                 Redirect fixes: enable automatic account selection and
798                 do not append signature to message on changing account
799                 fixes Bug[s] #248
800
801 2003-07-23 [paul]       0.9.3claws41
802
803         * sync with 0.9.3cvs16
804                 see ChangeLog 2003-07-23
805
806 2003-07-23 [alfons]     0.9.3claws40
807
808         * src/inc.c
809                 give progress dialog a main window, and give it the first 
810                 one (presumably the only one). fixes bug #247, "segfault on 
811                 pop-before-smtp" 
812
813 2003-07-22 [alfons]     0.9.3claws39
814
815         * src/summaryview.c
816                 shift-space scrolls up
817
818 2003-07-22 [paul]       0.9.3claws38
819
820         * sync with 0.9.3cvs15
821                 see ChangeLog 2003-07-22
822
823 2003-07-20 [alfons]     0.9.3claws37
824
825         * src/compose.c
826                 put menu inside #ifdef USE_ASPELL..#endif
827
828 2003-07-20 [christoph]  0.9.3claws36
829
830         * src/procmsg.c
831                 fix wrong flags in MsgInfo returned by
832                 procmsg_msginfo_get_full_info()
833
834         (closes Bug 221 Deleting messages from the Message View gives incorrect
835          new/unread message counts in the folder view)
836
837         * src/plugins/spamassassin/spamassassin_gtk.c
838                 add gettext macro for prefs page title
839
840 2003-07-20 [paul]       0.9.3claws35
841
842         * src/mimeview.c
843                 redraw icon list on signature check
844
845 2003-07-20 [christoph]  0.9.3claws34
846
847         * src/Makefile.am
848         * src/account.c
849         * src/folder.[ch]
850         * src/folder_item_prefs.[ch]            ** NEW **
851         * src/folderview.c
852         * src/mainwindow.c
853         * src/mh.c
854         * src/prefs_gtk.c
855         * src/prefs_scoring.c
856         * src/summaryview.c
857         * src/prefs_folder_item.[ch]
858                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
859                   Properties dialog
860                 o use prefswindow for folder properties
861
862         * src/gtk/prefswindow.[ch]
863                 change implementation to use an invisible notebook instead
864                 of unparenting widgets
865
866 2003-07-20 [christoph]  0.9.3claws33
867
868         * src/compose.h
869         * src/folder.c
870         * src/folderview.h
871         * src/headerview.h
872         * src/prefs_filtering.h
873         * src/prefs_folder_item.[ch]
874         * src/procmime.h
875         * src/procmsg.h
876         * src/summaryview.h
877                 clean up header mess
878                 (always use 1. typedefs, 2. #includes, 3. structures)
879
880         * src/common/version.h.in
881                 add casts for constants
882
883         * src/plugins/demo/demo.c
884                 fix typo
885
886         * src/plugins/spamassassin/spamassassin.c
887                 remove unused variable
888
889 2003-07-20 [alfons]     0.9.3claws32
890
891         * src/mimeview.c
892                 o make icon buttons respond on left click
893                 o minor cosmetic change
894
895 2003-07-19 [luke]       0.9.3claws31
896
897         * src/mimeview.[ch]
898         * src/gtk/gtkvscrollbutton.c
899         * src/messageview.c
900                 o improved mimeview behaviour when selecting a new message
901                 o plus code cleanups to remove compile warnings
902
903
904 2003-07-19 [alfons]     0.9.3claws30
905
906         * src/procmsg.c
907         * src/compose.c
908         * src/common/utils.[ch]
909                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
910
911 2003-07-19 [alfons]     0.9.3claws29
912
913         * src/prefs_folder_item.c
914                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
915                 string pointers
916
917 2003-07-19 [luke]       0.9.3claws28
918
919         * src/messageview.c
920         * src/mimeview.[ch]
921         * src/procmime.h
922         * src/rfc2015.c
923         * src/stock_pixmap.[ch]
924         * src/gtk/Makefile.am
925         * src/Makefile.am
926         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
927         * src/pixmaps/mime_*.xpm                ** NEW **
928                 o mimeview rearrangement with a new icon shortcut bar
929
930 2003-07-19 [alfons]     0.9.3claws27
931
932         * src/folderview.c
933                 o plug leaking nodes_to_recollapse
934                 o add folderview_recollapse_all_nodes() (not used yet)
935
936 2003-07-19 [alfons]     0.9.3claws26
937
938         * src/compose.c
939         * src/common/utils.c
940                 honour #240 "Better SUBJECT handling" by cleaning the prefix
941                 for both forwarding as replying
942
943 2003-07-18 [christoph]  0.9.3claws25
944
945         * configure.ac
946         * src/common/sylpheed.[ch]
947         * src/common/version.h.in
948                 add version in numeric form to allow easy comparison
949
950         * src/plugins/demo/demo.c
951                 add version check
952                 - sylpheed version > plugin version => never allowed, sylpheed
953                   could contain unknown API changes
954                 - sylpheed version < minimum version required => don't load,
955                   API required not available (if linking does not fail)
956
957 2003-07-18 [alfons]     0.9.3claws24
958         
959         * src/common/plugin.[ch]
960                 const correctness
961
962 2003-07-18 [christoph]  0.9.3claws23
963
964         * src/common/hooks.c
965                 fix crash when hooks where unregisted
966
967         * src/plugins/trayicon/trayicon.c
968                 unregister detroy signal before destroying the widget
969                 (still crashes when the plugin is unloaded)
970
971 2003-07-18 [alfons]     0.9.3claws22
972         
973         * src/folderview.c
974                 delay expanding folder tree during drags until timeout triggered
975                 (needs perhaps some tweaking, so testing is welcome)
976
977 2003-07-17 [alfons]     0.9.3claws21
978
979         * src/folderview.c
980                 clean up cruft
981
982 2003-07-17 [christoph]  0.9.3claws20
983
984         * src/common/session.c
985                 fix opening of SSL connections
986
987         * src/plugins/image_viewer/Makefile.am
988                 add OPENSSL_CFLAGS (we should find a better solution to remove
989                 this dependencies if they are not required)
990
991         * src/plugins/spamassassin/spamassassin.c
992                 remove setlocale workaround (fixed in libspamc)
993
994         (closes Bug Bug 184 Entering non-ascii character deletes previous char
995          if spell checking enabled)
996
997 2003-07-17 [alfons]     0.9.3claws19
998
999         * src/common/hooks.[ch]
1000         * src/plugins/clamav/clamav_plugin.c
1001         * src/plugins/spamassassin/spamassassin.c
1002         * src/plugins/trayicon/trayicon.c
1003                 fix signedness muck 
1004
1005 2003-07-17 [alfons]     0.9.3claws18
1006
1007         * src/procmime.c
1008                 plug memleak
1009
1010 2003-07-17 [alfons]     0.9.3claws17
1011
1012         * src/inc.c
1013                 plug memleak
1014
1015 2003-07-17 [paul]       0.9.3claws16
1016
1017         * src/common/defs.h
1018           src/mainwindow.c
1019           src/manual.[ch]
1020                 add link to the Claws site's FAQ page, after the suggestion
1021                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1022                 Move url strings to defs.h
1023                 
1024         * src/mainwindow.c
1025                 fix typo to prevent "unknown menu entry" warnings
1026
1027 2003-07-17 [alfons]     0.9.3claws15
1028
1029         * src/folderview.[ch]
1030         * src/summaryview.[ch]
1031         * src/mimeview.[ch]
1032                 plug DnD leaks 
1033
1034 2003-07-17 [paul]       0.9.3claws14
1035
1036         * src/inc.c
1037                 remove two instances of 'GTK_EVENTS_FLUSH' because
1038                 they are unnecessary and probably cause a stack overflow
1039
1040 2003-07-16 [christoph]  0.9.3claws13
1041
1042         * src/mimeview.[ch]
1043                 use an invisible GTK notebook to switch between viewers
1044                 instead of reparenting widgets
1045
1046 2003-07-16 [christoph]  0.9.3claws12
1047
1048         * src/folder.c
1049                 move folder_item_update_freeze() to correct place in
1050                 folder_item_scan_full()
1051
1052 2003-07-16 [paul]       0.9.3claws11
1053
1054         * sync with 0.9.3cvs12
1055                 see ChangeLog 2003-07-14 and 2003-07-15
1056
1057 2003-07-16 [christoph]  0.9.3claws10
1058
1059         * src/imap.[ch]
1060         * src/prefs_account.[ch]
1061                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1062
1063 2003-07-15 [alfons]     0.9.3claws9
1064
1065         * src/main.c
1066                 make --config-dir do something useful
1067
1068 2003-07-15 [alfons]     0.9.3claws8
1069
1070         * src/procmsg.c
1071                 o fix a bug where 'last' didn't really point to the last message
1072                   in the top level list of children, but to the last threaded
1073                   message. 
1074                 
1075                 o clean up and make it easier to sync
1076
1077 2003-07-15 [alfons]     0.9.3claws7
1078
1079         * src/mainwindow.c
1080                 make correct menu items sensitive       
1081
1082 2003-07-14 [alfons]     0.9.3claws6
1083
1084         * src/procmsg.c
1085                 tune the threader so it will not subject-thread any message
1086                 without a subject prefix (this will not thread correctly if 
1087                 a parent is delivered after their childs, but it looks 
1088                 better right now)
1089
1090 2003-07-13 [christoph]  0.9.3claws5
1091
1092         * src/mainwindow.c
1093                 group "Add mailbox *..." menu items in submenu
1094
1095 2003-07-13 [alfons]     0.9.3claws4
1096
1097         * src/summaryview.c
1098                 correct summary_toggle_pressed() signature and make sure
1099                 signal is not passed on
1100
1101 2003-07-13 [alfons]     0.9.3claws3
1102
1103         * src/summaryview.c
1104                 o for now don't pass on keys when they we're handled by 
1105                   ctree::key_press_event
1106                 o clean up
1107
1108 2003-07-13 [alfons]     0.9.3claws2
1109         
1110         * src/main.c
1111                 add command line option "--config-dir" to get the current 
1112                 configuration dir
1113
1114 2003-07-12 [alfons]     0.9.3claws1
1115
1116         * src/matcher.[ch]
1117         * src/matcher_parser_parse.y
1118         * src/prefs_filtering.c
1119         * src/filtering.c
1120                 add "Lock" filter action to lock messages;
1121
1122         * src/filtering.c       
1123                 remove debug_print()    
1124         * src/prefs_filtering.c
1125                 re-organize matcher part 9: 
1126                 make action text entries easily extendible;
1127                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1128                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1129
1130 2003-07-12 [paul]
1131
1132         * tools/README
1133                 update old information and add missing
1134                 information
1135
1136 2003-07-12 [paul]       0.9.3claws
1137
1138         * 0.9.3claws released
1139         
1140 2003-07-12 [paul]       0.9.0claws103
1141
1142         * src/Makefile.am
1143                 add addrquery.h
1144
1145 2003-07-12 [melvin]     0.9.0claws102
1146
1147         * src/messageview.c
1148                 Fixed bug #215: Show MIME tab for single text/html messages. 
1149                 
1150 2003-07-12 [paul]       0.9.0claws101
1151
1152         * man/sylpheed.1
1153                 updated
1154
1155 2003-07-12 [paul]       0.9.0claws100
1156
1157         * po/es.po
1158           po/hr.po
1159           po/pl.po
1160           po/sr.po
1161                 update Spanish, Croatian, Polish, Serbian translations.
1162                 submitted by Ricardo Mones Lastra, Dragan, Witold
1163                 Wladyslaw Wojciech Wilk, Urke MMI
1164
1165 2003-07-12 [melvin]     0.9.0claws99
1166
1167         * po/fr.po
1168                 Updated French translations.
1169
1170 2003-07-12 [paul]       0.9.0claws98
1171
1172         * src/addressbook.c
1173                 disable 'Lookup' button as it has no effect
1174
1175 2003-07-11 [alfons]     0.9.0claws97
1176         
1177         * src/summaryview.c
1178                 summary_searchbar_pressed() should return TRUE to signal that
1179                 event was handled. when returning void, the return value passed
1180                 to GTK is actually random, but maybe FALSE, in which case the
1181                 event is handled by parent
1182                 
1183 2003-07-10 [paul]       0.9.0claws96
1184
1185         * ac/missing/gettext.m4
1186                 update to version 0.12
1187
1188 2003-07-10 [paul]       0.9.0claws95
1189
1190         * src/plugins/clamav/clamav_plugin.c
1191                 fix bug where multipart/alternative messages
1192                 would slip through without being scanned
1193
1194 2003-07-10 [christoph]  0.9.0claws94
1195
1196         * src/folder.c
1197                 correct check if folder supports removing when a message is
1198                 moved. if not the message is only copied.
1199
1200         (closes Bug 132 crash on startup in newsgroups folders)
1201
1202 2003-07-09 [alfons]     0.9.0claws93
1203
1204         * configure.ac
1205         * src/common/defs.h
1206                 --with-config-dir (default .sylpheed)
1207
1208 2003-07-09 [christoph]  0.9.0claws92
1209
1210         * configure.ac
1211                 use PKG_CHECK_MODULES to check for gtkmathview
1212                 (version 0.4.2 now required)
1213
1214 2003-07-08 [melvin]     0.9.0claws91
1215
1216         * src/action.c
1217                 Implemented a progress bar that counts the number of completed
1218                 tasks when the action runs more than one command.
1219
1220 2003-07-08 [alfons]     0.9.0claws90
1221
1222         * src/procmsg.c
1223                 if queued message has an invalid Message-Id, don't try to
1224                 find message it refers to (fixes #209 "crash when processing 
1225                 in folder")
1226
1227 2003-07-08 [paul]       0.9.0claws89
1228
1229         * sync with 0.9.3cvs2
1230                 see ChangeLog 2003-07-08
1231
1232 2003-07-08 [match]      0.9.0claws88
1233
1234         * src/ldapctrl.c
1235                 extend LDAP search for first/last name by parsing search term.
1236
1237 2003-07-08 [alfons]     0.9.0claws87
1238
1239         * src/send_message.c
1240                 fix bug #208 "Status message stuck when sending on POP3 account"
1241
1242 2003-07-07 [paul]       0.9.0claws86
1243
1244         * po/hr.po
1245                 new Croatian translation, submitted by
1246                 Dragan <drleskov@inet.hr>
1247
1248 2003-07-07 [paul]       0.9.0claws85
1249
1250         * sync with 0.9.3cvs1
1251                 see ChangeLog 2003-07-07
1252
1253 2003-07-05 [christoph]  0.9.0claws84
1254
1255         * src/Makefile.am
1256         * src/messageview.c
1257         * src/mimeview.[ch]
1258         * src/stock_pixmap.[ch]
1259         * src/pixmaps/messageview_text.xpm              ** NEW **
1260                 move mimeview tabs to the right side and use icons
1261                 instead of text to save some space
1262
1263         (patch by Luke Plant <lukeplant@softhome.net>)
1264
1265 2003-07-05 [christoph]  0.9.0claws83
1266
1267         * src/inc.c
1268                 add NULL pointer checks
1269
1270         (patch by Luke Plant <lukeplant@softhome.net>)
1271         (closes Bug 204 0.9.0 quits on authentication error?!)
1272
1273 2003-07-05 [alfons]     0.9.0claws82
1274
1275         * configure.ac
1276                 take the clue in bug #202 "./configure script - 
1277                 'if test' comparison failure" reported by John Kristoff. 
1278
1279 2003-07-04 [christoph]  0.9.0claws81
1280
1281         * src/plugins/spamassassin/spamassassin.c
1282                 set timeout for spam check
1283
1284 2003-07-04 [christoph]  0.9.0claws80
1285
1286         * src/main.c
1287                 destroy all FolderItems when shutting down to
1288                 allow folders to clean up
1289
1290 2003-07-04 [melvin]     0.9.0claws79
1291
1292         * src/gtk/gtkaspell.c
1293                 Fixed bug #184 "Entering non-ascii character deletes
1294                 previous char if spell checking enabled": this makes
1295                 the spell checking in multibytes (e.g. UTF-8)locales work.
1296                 (Patch by Luke Plant).
1297                 
1298 2003-07-04 [christoph]  0.9.0claws78
1299
1300         * sync with 0.9.2cvs1
1301                 see ChangeLog 2003-06-10
1302
1303 2003-07-04 [paul]       0.9.0claws77
1304
1305         * sync with 0.9.3 release
1306                 see ChangeLog 2003-07-04
1307
1308 2003-07-03 [christoph]  0.9.0claws76
1309
1310         * src/folder.[ch]
1311         * src/imap.c
1312         * src/mbox_folder.c
1313         * src/mh.c
1314         * src/news.c
1315                 move folder_item_get_path() stuff into a folder virtual function
1316
1317         * src/procmsg.c
1318                 use folder_item_fetch_msg() to get message and do not contruct
1319                 the filename from path and number
1320
1321 2003-07-03 [paul]       0.9.0claws75
1322
1323         * sync with 0.9.2cvs12
1324                 see ChangeLog 2003-07-03
1325
1326 2003-07-02 [paul]       0.9.0claws74
1327
1328         * src/messageview.c
1329                 fix text-selection for replying
1330
1331 2003-07-02 [paul]       0.9.0claws73
1332
1333         * sync with 0.9.2cvs11
1334                 see ChangeLog 2003-07-02
1335
1336 2003-07-02 [paul]       0.9.0claws72
1337
1338         * src/procmsg.c
1339                 revert last commit because it breaks more
1340                 than it fixes
1341
1342 2003-07-02 [paul]       0.9.0claws71
1343
1344         * src/procmsg.c
1345                 fix thread by subject/sort by date
1346
1347 2003-07-01 [paul]       0.9.0claws70
1348
1349         * sync with 0.9.2cvs10
1350                 see ChangeLog 2003-07-01
1351
1352 2003-06-30 [paul]       0.9.0claws69
1353
1354         * sync with 0.9.2cvs9
1355                 see ChangeLog 2003-06-30
1356
1357 2003-06-28 [match]      0.9.0claws68
1358
1359         * src/addressbook.c
1360                 fix null ptr.
1361
1362 2003-06-27 [paul]       0.9.0claws67
1363
1364         * sync with 0.9.2cvs7
1365                 see ChangeLog 2003-06-27
1366
1367 2003-06-26 [christoph]  0.9.0claws66
1368
1369         * src/folder.c
1370                 freeze folder updates while a folder is scanned
1371
1372         (closes Bug 185 New message counter)
1373
1374 2003-06-26 [darko]      0.9.0claws65
1375
1376         * src/ldapserver.c
1377                 fix infinite loop when adding a new LDAP server
1378
1379 2003-06-26 [paul]       0.9.0claws64
1380
1381         * sync with 0.9.2cvs6
1382                 see ChangeLog 2003-06-26
1383
1384 2003-06-26 [paul]       0.9.0claws63
1385
1386         * sync with 0.9.2cvs5
1387                 see ChangeLog 2003-06-25 and 2003-06-26
1388
1389 2003-06-25 [match]      0.9.0claws62
1390
1391         * src/addr_compl.c
1392                 Fixed tab/backtab for dropped-down completion list to
1393                 move next/previous field. (close bug 147)
1394
1395 2003-06-25 [christoph]  0.9.0claws61
1396
1397         * src/addr_compl.[ch]
1398         * src/addrindex.[ch]
1399         * src/folderview.c
1400         * src/inc.c
1401         * src/news.c
1402         * src/summaryview.c
1403         * src/toolbar.c
1404                 fix warnings
1405
1406 2003-06-25 [leandro]    0.9.0claws60
1407
1408         * src/compose.c
1409                 o cleanups
1410                 o gray out "Message/Remove references" menu item if not
1411                   replying to a message
1412
1413 2003-06-24 [leandro]    0.9.0claws59
1414
1415         * src/compose.[ch]
1416                 o removed "Message/Create new thread" menu item
1417                 o added "Message/Remove references" menu item
1418                   (it's off by default and will not check anymore
1419                    if the subject changed)
1420
1421 2003-06-23 [alfons]     0.9.0claws58
1422
1423         * src/procmsg.c
1424                 try better grouping messages threaded by subject based on their age.
1425                 still not perfect - because the message tree is not sorted by date.  
1426
1427 2003-06-23 [thorsten]   0.9.0claws57
1428
1429         * src/pop.[ch]
1430                 added mail_receive_hook to allow modifications
1431                 directly after retrieval (e.g. adding headers).
1432
1433 2003-06-23 [paul]       0.9.0claws56
1434
1435         * src/sourcewindow.c
1436                  enable the use of Ctrl+A to select all text in
1437                  the sourcewindow
1438                  Patch submitted by Ivan Francolin Martinez
1439                  <ivanfm@users.sourceforge.net>
1440
1441 2003-06-22 [christoph]  0.9.0claws55
1442
1443         * src/folder.[ch]
1444                 o add notification hook for folder tree changes
1445                 o invoke hooks after folder tree scanning
1446
1447         * src/folderview.[ch]
1448                 register hook for folder tree changes that
1449                 updates the ctree
1450
1451         (there are more places that should be updated, like add, remove 
1452          or move folder)
1453
1454         (closes Bug 164 Crash on rebuild folder tree)
1455         (closes Bug 190 Crash on 'rebuilding folder tree')
1456
1457 2003-06-21 [leandro]    0.9.0claws54
1458
1459         * src/compose.[ch]
1460                 create a new thread if subject changes
1461                 (it's on by default, can be disabled in Message menu)
1462
1463 2003-06-21 [alfons]     0.9.0claws53
1464
1465         * src/summaryview.c
1466                 quiet little compiler
1467
1468 2003-06-21 [christoph]  0.9.0claws52
1469
1470         update gettext stuff to version 0.12
1471
1472 2003-06-19 [alfons]     0.9.0claws51
1473
1474         * src/common/log.c
1475         * src/common/plugin.c
1476                 move defs.h before glib.h to prevent MIN/MAX redefs
1477
1478 2003-06-19 [alfons]
1479
1480         * src/addressbook.c
1481                 translatable
1482
1483 2003-06-19 [match]      0.9.0claws50
1484
1485         * src/addressbook.[ch]
1486         * src/addrindex.[ch]
1487         * src/addr_compl.[ch]
1488         * src/editldap.[ch]
1489         * src/editldap_basedn.[ch]
1490         * src/addritem.[ch]
1491         * src/ldapquery.h
1492                 re-implemented dynamic LDAP search. works without
1493                 slowdown on display sender with addressbook
1494                 option.
1495         * src/addrbook.c
1496                 documented code.
1497
1498 2003-06-19 [paul]       0.9.0claws49
1499
1500         * src/compose.c
1501                 fix Bug #136 'Nonprovided quotation marks crash claws'
1502                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1503
1504 2003-06-19 [alfons]     0.9.0claws48
1505
1506         * src/prefs_common.[ch]
1507         * src/procmsg.c
1508                 restrict threading by subject by checking thread for
1509                 age (prefs_common.thread_by_subject_max_age)
1510
1511 2003-06-18 [christoph]  0.9.0claws47
1512
1513         * src/imap.c
1514                 fix memory leak in imap_cmd_fetch()
1515
1516 2003-06-18 [christoph]  0.9.0claws46
1517
1518         * src/prefs_gtk.c
1519                 fix memory leak in prefs_set_default() when used multiple
1520                 times or after prefs have been read
1521
1522 2003-06-18 [christoph]  0.9.0claws45
1523
1524         * src/common/plugin.c
1525                 fix memory leak in plugin_unload()
1526
1527 2003-06-18 [christoph]  0.9.0claws44
1528
1529         * src/imap.c
1530                 fix memory leak in imap_cmd_ok()
1531
1532 2003-06-18 [christoph]  0.9.0claws43
1533
1534         * src/folder.c
1535                 stop messages that are downloaded from POP3 and added to
1536                 an IMAP inbox from being filtered twice (first by POP3
1537                 and again when IMAP folder is scaned to get the UID of
1538                 the APPEND operation when no UIDPLUS is available)
1539
1540 2003-06-18 [alfons]
1541
1542         * tools/Makefile.am
1543                 phoenix <- firebird     
1544
1545 2003-06-18 [paul]
1546
1547         * tools/launch_phoenix          ** REMOVED **
1548           tools/launch_firebird         ** NEW **
1549                 renamed and edited to reflect the browser's name change from
1550                 'phoenix' to 'firebird'
1551
1552 2003-06-18 [paul]       0.9.0claws42
1553
1554         * sync with 0.9.2cvs2
1555                 see ChangeLog 2003-06-16
1556
1557 2003-06-17 [alfons]     0.9.0claws41
1558
1559         * src/procmsg.c
1560                 prevent threading problems when a node is an ancestor (parent / great parent),
1561                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1562                 for finding an sample set of messages)
1563
1564 2003-06-16 [christoph]  0.9.0claws40
1565
1566         * src/main.c
1567                 don't popup main window on --receive or --receive-all
1568
1569         * src/mainwindow.[ch]
1570         * src/plugins/trayicon/trayicon.c
1571                 allow hiding of main window by clicking on the trayicon
1572                 (doesn't work correctly in seperate window mode and may
1573                  cause unexpected GTK problems I couldn't find yet)
1574
1575         * src/common/ssl.c
1576                 remove incorrect warning
1577
1578 2003-06-15 [alfons]     0.9.0claws39
1579
1580         * src/gtk/gtkstext.c
1581                 don't output debug text;
1582                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1583                 for pointing this out);
1584
1585 2003-06-14 [alfons]     0.9.0claws38
1586         
1587         * src/messageview.c
1588                 remove printf() and make one if..else comply with coding style
1589
1590 2003-06-14 [alfons]     0.9.0claws37
1591
1592         * AUTHORS
1593                 add Martin Wicke
1594         * src/action.c
1595         * src/messageview.[ch]
1596         * src/summaryview.c
1597                 apply patch #754162 "Quoting messages filtered by actions" submitted
1598                 by Martin Wicke, which allows quoting message body changed by an
1599                 action (Thanks!).
1600
1601 2003-06-13 [alfons]     0.9.0claws36
1602
1603         * src/utils.c
1604                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1605                 use case insensitive regexp (suggested by Ivan Martinez)
1606
1607 2003-06-13 [christoph]  0.9.0claws35
1608
1609         * configure.ac
1610         * src/plugins/trayicon/Makefile.am
1611         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1612         * src/plugins/trayicon/trayicon.c
1613         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1614         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1615         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1616         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1617         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1618         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1619                 replace my own EggTrayIcon backport with the backport
1620                 used by (l|x)mule and gabber.
1621
1622 2003-06-13 [alfons]     0.9.0claws34
1623
1624         * AUTHORS
1625         * src/common/utils.c
1626                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1627
1628 2003-06-13 [alfons]     0.9.0claws33
1629
1630         * src/compose.c
1631                 clean up a little bit
1632
1633 2003-06-12 [alfons]     0.9.0claws32
1634
1635         * src/compose.c
1636                 const correctness fix
1637
1638         * src/common/sylpheed.[ch]
1639                 () -> (void)
1640                 prevent redef MIN/MAX
1641                 
1642         * src/common/utils.[ch]
1643                 () -> (void)
1644
1645 2003-06-12 [melvin]     0.9.0claws31
1646
1647         * src/compose.c
1648                 Updated to take into accounts changes in GtkAspell.
1649
1650 2003-06-12 [alfons]     0.9.0claws30
1651
1652         * src/compose.c
1653         * src/procmsg.c
1654         * src/common/utils.[ch]
1655                 handle reply subject prefixes better (initial 
1656                 suggestion by Robert Story adapted and enhanced 
1657                 using regexps)
1658
1659 2003-06-12 [melvin]     0.9.0claws29
1660
1661         * src/compose.c
1662                 Use new gtkaspell_checkers_strerror() to get the speller's
1663                 error message instead of accessing the (now private)
1664                 checkers structure.
1665                 Minor code clean up
1666
1667         * src/main.c
1668                 Use #ifdef instead of #if for USE_ASPELL
1669                 Use the new spell checkers init/quit functions 
1670
1671         * src/gtk/gtkaspell.c
1672                 Use #ifdef instead of #if for USE_ASPELL
1673                 Moved in the majority of GtkAspell structures that were
1674                 exported before by gtkaspell.h
1675         
1676         * src/gtk/gktaspell.h
1677                 Made gtkaspell.h contain only the necessary data to be
1678                 publicized by moving many structures to gtkaspell.c.
1679                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1680                 gtkaspell_checkers_new(): replaced by...
1681                 gtkaspell_checkers_init(): new function for initialization
1682                 gtkaspell_checkers_delete(): replaced by...
1683                 gtkaspell_checkers_quit(): new function
1684                 gtkaspell_checkers_strerror(): new function that returns
1685                 the checker's last error message.
1686                 
1687 2003-06-11 [melvin]     0.9.0claws28
1688
1689         * po/POTFILES.in
1690                 Updated to take into account gtkaspell.c migration to
1691                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1692
1693 2003-06-10 [alfons]     0.9.0claws27
1694
1695         * src/filtering.[ch]
1696         * src/folder.c
1697         * src/matcher.c
1698         * src/scoring.[ch]
1699                 - try fixing bug #18 (any brave testers?)
1700                 - add more robustness by refusing previously 
1701                   unchecked NULL pointers 
1702
1703 2003-06-10 [alfons]     0.9.0claws26
1704
1705         * src/procmsg.c
1706                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1707
1708 2003-06-09 [alfons]     0.9.0claws25
1709
1710         * src/prefs_common.c
1711                 fix bug #163 "Icon switching doesnt work properly" by 
1712                 preventing early freeing of prefs_common.pixmap_theme_path.
1713
1714 2003-06-09 [christoph]  0.9.0claws24
1715
1716         * src/gtk/gtkaspell.c
1717                 revert Thorsten's fix and add forgotten g_strdup for
1718                 aspell path (it should not be possible to alter the path a
1719                 GtkASpell uses from outside)
1720
1721 2003-06-09 [thorsten]   0.9.0claws23
1722
1723         * src/gtk/gtkaspell.c
1724                 dont free prefs_common.aspell_path when closing compose
1725
1726 2003-06-08 [colin]      0.9.0claws22
1727
1728         * src/plugins/spamassassin/spamassassin.c
1729                 fix prefs types
1730
1731 2003-06-07 [christoph]  0.9.0claws21
1732
1733         * src/Makefile.am
1734         * src/compose.c
1735         * src/gtkaspell.[ch]            ** REMOVE **
1736         * src/gtk/Makefile.am
1737         * src/gtk/gtkaspell.[ch]        ** NEW **
1738                 o make gtkaspell independent from sylpheed's prefs
1739                 o move gtkaspell.[ch] to gtk directory
1740
1741 2003-06-07 [christoph]  0.9.0claws20
1742
1743         * src/Makefile.am
1744         * src/crash.c
1745         * src/export.c
1746         * src/filesel.[ch]              ** REMOVE **
1747         * src/folder.c
1748         * src/main.[ch]
1749         * src/common/sylpheed.[ch]
1750         * src/gtk/Makefile.am
1751         * src/gtk/filesel.[ch]          ** NEW **
1752         * src/gtk/pluginwindow.c
1753         * src/gtk/sslcertwindow.c
1754                 move filesel.[ch] to gtk directory
1755
1756 2003-06-07 [alfons]     0.9.0claws19
1757
1758         * src/filesel.c
1759                 make (multi) file selection dialog work again (Claws-only)
1760
1761 2003-06-07 [thorsten]   0.9.0claws18
1762
1763         * po/de.po
1764                 fix typos
1765
1766 2003-06-07 [alfons]     0.9.0claws17
1767
1768         * configure.ac
1769         * src/mimeview.c
1770                 detect apache mishap in which case don't include fnmatch.h
1771                 if regex.h is already included
1772
1773 2003-06-06 [christoph]  0.9.0claws16
1774
1775         * configure.ac
1776         * src/mimeview.h
1777                 add check for fnmatch.h and include it when available
1778
1779         * src/mimeview.[ch]
1780                 fix wrong case sensitivity of Content-Types
1781
1782         * src/gtk/Makefile.am
1783                 need the same include paths in gtk directory as in
1784                 common directory because .h files in common can
1785                 include files from these directories, when included
1786                 in gtk's .h or .c files
1787
1788 2003-06-06 [alfons]     0.9.0claws15
1789
1790         * src/mimeview.c
1791         * src/summaryview.c
1792                 make it compile again because of regex.h / fnmatch.h 
1793                 include problems (related to recent mime stuff, can
1794                 someone check this?)
1795
1796 2003-06-06 [thorsten]   0.9.0claws14
1797
1798         * src/folderview.c
1799                 possible use of uninitialized pointer while dragging
1800
1801 2003-06-06 [paul]       0.9.0claws13
1802
1803         * src/compose.c
1804                 fix bug where the insert sig button would be effective
1805                 only when auto_sig was set
1806
1807 2003-06-06 [paul]       0.9.0claws12
1808
1809         * sync with 0.9.2 release
1810
1811 2003-06-02 [paul]       0.9.0claws11
1812
1813         * sync with 0.9.1cvs1
1814                 see ChangeLog 2003-06-02
1815                 
1816         * po/de.po
1817                 update by Jens
1818
1819 2003-06-01 [christoph]  0.9.0claws10
1820
1821         * src/account.c
1822                 don't use substring search to find accounts by email address
1823
1824         (closes Bug 169 Overly loose matching of "From" address)
1825
1826 2003-05-31 [christoph]  0.9.0claws9
1827
1828         * doc-src/rfc2683.txt
1829         * src/imap.c
1830                 limit IMAP command length as recommended in RFC2683
1831                 (message number lists will be split into multiple imap
1832                 sets, the limit of 1000 octets is not a hard limit)
1833
1834         (closes Bug 161 sylpheed-claws exits with segfault when logging
1835          in to certain imap-servers)
1836
1837 2003-05-29 [alfons]     0.9.0claws8
1838
1839         * src/toolbar.[ch]
1840                 add print button (calling summary_print());
1841                 fine tune setting tooltip text;
1842                 (if someone needs other buttons, please take these 
1843                 commits as a guide, instead of bothering us - also
1844                 see 0.8.11claws150) 
1845
1846 2003-05-29 [darko]      0.9.0claws7
1847
1848         * src/compose.c
1849                 fix crash when word wrapping kicks in due to
1850                 changed text by spell checker
1851
1852 2003-05-29 [paul]       0.9.0claws6
1853
1854         * src/compose.c
1855                 fix bug where changing account would insert
1856                 sig even if auto_sig was FALSE
1857                 
1858         * ChangeLog
1859           ChangeLog.jp
1860           INSTALL
1861                 sync with 0.9.1 release
1862
1863 2003-05-28 [christoph]  0.9.0claws5
1864
1865         * src/imap.c
1866                 fix truncation of too long commands
1867
1868         (closes Bug 167 IMAP hangs trying to get envelope
1869          information in imap_get_uncached_messages)
1870
1871 2003-05-27 [paul]       0.9.0claws4
1872
1873         * tools/Makefile.am
1874           tools/maildir2sylpheed.pl     ** NEW FILE **
1875                 add kmail to sylpheed mailbox conversion script
1876
1877 2003-05-27 [paul]       0.9.0claws3
1878
1879         * sync with 0.9.0cvs10
1880                 see ChangeLog 2003-05-26
1881
1882 2003-05-26 [paul]       0.9.0claws2
1883
1884         * sync with 0.9.0cvs9
1885                 see ChangeLog 2003-05-26
1886
1887 2003-05-24 [paul]       0.9.0claws1
1888
1889         * sync with 0.9.0cvs8
1890                 see ChangeLog 2003-05-23
1891
1892 2003-05-24 [paul]       0.9.0claws
1893
1894         * version 0.9.0claws released
1895
1896 2003-05-24 [paul]       0.8.11claws177
1897
1898         * src/plugins/dillo-viewer/Makefile.am
1899           src/plugins/traycon/Makefile.am
1900                 add missing files
1901                 
1902         * po/bg.po
1903           po/en_GB.po
1904           po/es.po
1905           po/it.po
1906           po/pt_BR.po
1907           po/ru.po
1908           po/sr.po
1909                 update Bulgarian, British English, Spanish, Italian, 
1910                 Brazilian Portuguese, Russian, and Serbian translations, 
1911                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1912                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1913                 Ruslan N. Balkin, and Urke MMI
1914
1915 2003-05-23 [melvin]     0.8.11claws176
1916
1917         * po/fr.po
1918                 Updated French translations
1919
1920 2003-05-22 [paul]       0.8.11claws175
1921
1922         * src/Makefile.am
1923           src/addrbook.[ch]
1924           src/addrcache.[ch]
1925           src/addr_compl.[ch]
1926           src/adressbook.[ch]
1927           src/addrindex.[ch]
1928           src/addritem.[ch]
1929           src/editaddress.c
1930           src/editgroup.c
1931           src/editldap_basedn.c
1932           src/editldap.c
1933           src/jpilot.c
1934           src/vcard.c
1935                 revert to get ldap into it previous working state
1936                 
1937         * po/zh_TW.Big5.po
1938                 new Taiwanese translation,
1939                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1940
1941 2003-05-22 [christoph]  0.8.11claws174
1942
1943         * src/plugins/spamassassin/libspamc.[ch]
1944                 sync libspamc with SpamAssaain release 2.55
1945
1946 2003-05-22 [paul]       0.8.11claws173
1947
1948         * sync with 0.9.0cvs7
1949                 see ChangeLog 2003-05-22
1950                 
1951         * src/summaryview.c
1952                 revert change in 0.8.11claws172: follow
1953                 Hiroyuki's decision and that's the end of it.
1954
1955 2003-05-21 [paul]       0.8.11claws172
1956
1957         * src/summaryview.c
1958                 fix discrepency between open_unread_on_enter
1959                 and always_show_msg
1960
1961 2003-05-21 [paul]       0.8.11claws171
1962
1963         * sync with 0.9.0cvs6
1964                 see ChangeLog 2003-05-21
1965
1966 2003-05-21 [paul]       0.8.11claws170
1967
1968         * sync with 0.9.0cvs5
1969                 see ChangeLog 2003-05-21
1970
1971 2003-05-20 [paul]       0.8.11claws169
1972
1973         * sync with 0.9.0cvs4
1974                 see ChangeLog 2003-05-20
1975                 fixes bug #152, 'encoding of IMAP folders names'
1976
1977 2003-05-20 [paul]       0.8.11claws168
1978
1979         * sync with 0.9.0cvs3
1980                 see ChangeLog 2003-05-20
1981                 
1982         * src/tools/convert_mbox.pl
1983                 minor change in the comments, submitted by Fred Marton
1984
1985 2003-05-19 [paul]       0.8.11claws167
1986
1987         * src/plugins/clamav/Makefile.am
1988           configure.ac
1989                 link clamav_lib to the plugin and not to the main program
1990
1991 2003-05-19 [christoph]
1992
1993         * src/Makefile.am
1994                 add -export-dynamic for linking
1995
1996 2003-05-19 [paul]       0.8.11claws166
1997
1998         * sync with 0.9.0cvs1
1999                 see ChangeLog 2003-05-19
2000
2001 2003-05-19 [paul]       0.8.11claws165
2002
2003         * src/inc.c
2004                 fix 'pop before smtp' timeout
2005
2006 2003-05-18 [alfons]     0.8.11claws164
2007
2008         * src/prefs_matcher.c
2009                 put "execute" action command line ("expression") in edit box
2010
2011 2003-05-18 [christoph]  0.8.11claws163
2012
2013         * src/mimeview.[ch]
2014         * src/plugins/dillo_viewer/dillo_viewer.c
2015         * src/plugins/image_viewer/viewer.c
2016         * src/plugins/mathml_viewer/mathml_viewer.c
2017                 let a viewer have a list of Content-Types
2018
2019 2003-05-18 [paul]       0.8.11claws162
2020
2021         * src/prefs_filtering.c
2022                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2023                 and REDIRECT actions
2024
2025 2003-05-17 [christoph]
2026
2027         * README.claws
2028                 o remove dynamic signatures that was syned with main
2029                 o add infos about no longer "build in" image viewer
2030                 o update bugtracker URL
2031
2032 2003-05-17 [christoph]  0.8.11claws161
2033
2034         * src/folder.c
2035         * src/folderview.c
2036         * src/imap.c
2037                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2038                 for every folder after rebuilding the folder tree.
2039
2040         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2041          messages)
2042
2043 2003-05-17 [christoph]  0.8.11claws160
2044
2045         * src/imap.c
2046                 don't use STATUS command on current folder to check for
2047                 content changes. imap_cmd_ok() now tracks changes to
2048                 folder and number of existing messages.
2049
2050 2003-05-17 [paul]       0.8.11claws159
2051
2052         * src/plugins/clamav/clamav_plugin.c
2053                 remove unnecessary debug_print
2054
2055 2003-05-16 [thorsten]   0.8.11claws158
2056
2057         * src/plugins/demo.c
2058                 included missing intl.h
2059
2060 2003-05-16 [paul]       0.8.11claws157
2061
2062         * po/POTFILES.in
2063                 remove non-existant entries
2064         
2065         * src/plugins/clamav/clamav_plugin.c
2066           src/plugins/clamav/clamav_plugin_gtk.c
2067           src/plugins/dillo_viewer/dillo_prefs.c
2068           src/plugins/dillo_viewer/dillo_viewer.c
2069                 gettextise
2070
2071 2003-05-16 [christoph]  0.8.11claws156
2072
2073         * po/POTFILES.in
2074                 include plugin .c files for translation until I
2075                 find a better solution to have plugins have their
2076                 own textdomain
2077         * src/plugins/demo/demo.c
2078         * src/plugins/image_viewer/plugin.c
2079         * src/plugins/mathml_viewer/mathml_viewer.c
2080         * src/plugins/spamassassin/spamassassin.c
2081         * src/plugins/spamassassin/spamassassin_gtk.c
2082         * src/plugins/trayicon/trayicon.c
2083                 add gettext macros for plugin name and description
2084
2085 2003-05-16 [paul]
2086
2087         * sync with 0.9.0
2088
2089 2003-05-16 [paul]       0.8.11claws155
2090
2091         * sync with lastest 0.9.0pre1
2092                 see ChangeLog 2003-05-16
2093
2094 2003-05-15 [paul]       0.8.11claws154
2095
2096         * sync with latest 0.9.0pre1
2097                 see ChangeLog 2003-05-14 and 2003-05-15
2098
2099 2003-05-14 [christoph]  0.8.11claws153
2100
2101         * src/plugins/image_viewer/viewer.c
2102         * src/plugins/image_viewer/viewer.glade         ** NEW **
2103         * src/plugins/image_viewer/viewerprefs.c
2104                 make it possible to disable the autoload function in the
2105                 imageviewer again
2106
2107 2003-05-14 [christoph]  0.8.11claws152
2108
2109         * src/folder.c
2110                 fix folder update after adding a message
2111
2112 2003-05-13 [alfons]     0.8.11claws151
2113
2114         * src/common/session.c
2115                 remove debug traces
2116                 
2117         * src/addrcache.[ch]
2118         * src/filtering.[ch]
2119         * src/folder.[c]
2120         * src/gtkaspell.[ch]
2121         * src/imap.[ch]
2122         * src/mbox_folder.[ch]
2123         * src/mh.[ch]
2124         * src/mimeview.h
2125         * src/msgcache.[ch]
2126         * src/news.[ch]
2127         * src/passphrase.[ch]
2128         * src/prefs_common.[ch]
2129         * src/prefs_gtk.[ch]
2130         * src/procmsg.c
2131         * src/scoring.[ch]
2132                 be pedantic; (in prototypes () implies (int))
2133
2134 2003-05-13 [alfons]     0.8.11claws150
2135
2136         * src/prefs_toolbar.[ch]
2137         * src/summaryview.[ch]
2138         * src/toolbar.[ch]
2139                 change misleading text in toolbar prefs;
2140                 add toolbar action for ignore thread (toggles ignore thread flag);
2141                 clean up a little bit;
2142
2143 2003-05-12 [paul]
2144
2145         * tools/convert_mbox.pl
2146                 bug fixed by Fred Marton
2147
2148 2003-05-12 [paul]
2149
2150         * sync with 0.9.0pre1
2151
2152 2003-05-09 [paul]       0.8.11claws149
2153
2154         * sync with 0.8.11cvs43
2155                 see ChangeLog 2003-05-09
2156
2157 2003-05-08 [christoph]  0.8.11claws148
2158
2159         * src/imap.[ch]
2160                 o use CAPABILIY as first command and check for PREAUTH
2161                   information in the response to it
2162                 o rewrite all imap_cmd_* functions to use an IMAPSession
2163                   instead of a SockInfo as parameter
2164                 o do STARTTLS after fetching and checking the server
2165                   capabilities
2166
2167 2003-05-08 [paul]       0.8.11claws147
2168
2169         * tools/Makefile.am
2170           tools/README
2171           tools/convert_mbox.pl         ** NEW FILE **
2172                 add mbox conversion script. Submitted by 
2173                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2174
2175 2003-05-07 [christoph]
2176
2177         * doc-src/glade.txt
2178         * src/gtk/pluginwindow.glade
2179         * src/plugins/image_viewer/viewerprefs.glade
2180         * src/plugins/spamassassin/spamassassin_gtk.glade
2181                 add glade files for user interfaces and a description how
2182                 to use glade to create the sylpheed code
2183
2184 2003-05-07 [paul]       0.8.11claws146
2185
2186         * sync with 0.8.11cvs41
2187                 see ChangeLog 2003-05-07
2188
2189 2003-05-06 [christoph]  0.8.11claws145
2190
2191         * src/main.c
2192         * src/plugins/image_viewer/viewer.c
2193                 fix usage of imlib in imageviewer plugin
2194
2195         * src/gtk/prefswindow.c
2196                 handle window close event correctly
2197
2198 2003-05-06 [paul]       0.8.11claws144
2199
2200         * src/common/ssl.c
2201                 fix typo introduced in sync
2202
2203 2003-05-06 [paul]       0.8.11claws143
2204
2205         * sync with 0.8.11cvs39
2206                 see ChangeLog 2003-05-06
2207
2208 2003-05-06 [paul]       0.8.11claws142
2209
2210         * AUTHORS
2211           po/cs.po
2212                 updated Czech translation, submitted by 
2213                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2214                 
2215         * src/plugins/clamav/clamav_plugin_gtk.c
2216                 clean up
2217
2218 2003-05-03 [alfons]     0.8.11claws141
2219
2220         * src/compose.[ch]
2221                 make paste as quotation work even when the call to 
2222                 text_inserted() was deferred (fixes bug #140 "Paste 
2223                 as quotation does not work when using "external" 
2224                 clipboard")
2225
2226 2003-05-03 [thorsten]   0.8.11claws140
2227
2228         * src/addrquery.h
2229           src/ldapquery.h
2230           src/mainwindow.c
2231                 removed C++ comments
2232         * src/addr_compl.c
2233                 function with non-int retval/param used before
2234                 implementation/declaration
2235
2236 2003-05-02 [paul]       0.8.11claws139
2237
2238         * src/addr_compl.[ch]
2239           src/addressbook.[ch]
2240           src/addrindex.c
2241           src/summaryview.c
2242                 revert match's changes to (finally) remove the bug where
2243                 opening a folder causes massive slowdown when using the 
2244                 'Display sender using address book' option
2245
2246 2003-05-01 [melvin]     0.8.11claws138
2247
2248         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2249         * src/plugins/dillo_viewer/dillo_viewer.c
2250                 Fixed bug where "Cancel" button from prefs issued
2251                 warnings.
2252                 Comply a little more to coding style
2253
2254 2003-05-01 [paul]       0.8.11claws137
2255
2256         * sync with 0.8.11cvs38
2257                 see ChangeLog 2003-05-01
2258
2259 2003-05-01 [paul]       0.8.11claws136
2260
2261         * po/bg.po
2262                 updated by George Danchev
2263
2264 2003-04-30 [christoph]  0.8.11claws135
2265
2266         * src/plugins/dillo_viewer/dillo_prefs.c
2267         * src/plugins/image_viewer/viewerprefs.c
2268         * src/plugins/spamassassin/spamassassin_gtk.c
2269                 remove gtk_widget_ref() calls for widgets in
2270                 glade code
2271
2272 2003-04-30 [paul]       0.8.11claws134
2273
2274         * src/addrindex.c
2275                 ok, this time a better fix for the bug where opening folder
2276                 has massive slowdown when using the 'Display sender using 
2277                 address book' option
2278
2279 2003-04-30 [paul]       0.8.11claws133
2280
2281         * src/addrindex.c
2282                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2283         
2284 2003-04-30 [melvin]     0.8.11claws132
2285
2286         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2287
2288         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2289                 Preferences for the dillo plugin
2290         * src/plugins/dillo_viewer/dillo_viewer.c
2291                 Support for preferences
2292         * src/plugins/dillo_viewer/Makefile.am
2293                 Added dillo_prefs.[ch]
2294
2295 2003-04-30 [alfons]     0.8.11claws131
2296
2297         * src/common/plugin.[ch]
2298                 see? this ANSI C'fication immediately gives us type
2299                 checking for free.
2300
2301 2003-04-30 [alfons]     0.8.11claws130
2302
2303         * src/common/plugin.[ch]
2304         * src/plugins/clamav/clamav_plugin.[ch]
2305         * src/plugins/clamav/clamav_plugin_gtk.c
2306         * src/plugins/demo/demo.c
2307         * src/plugins/dillo_viewer/dillo_viewer.c
2308         * src/plugins/image_viewer/plugin.c
2309         * src/plugins/image_viewer/viewer.[ch]
2310         * src/plugins/image_viewer/viewerprefs.[ch]
2311         * src/plugins/mathml_viewer/mathml_viewer.c
2312         * src/plugins/spamassassin/spamassassin.[ch]
2313         * src/plugins/spamassassin/spamassassin_gtk.c
2314         * src/plugins/trayicon/trayicon.c
2315                 clean up
2316
2317 2003-04-30 [alfons]     0.8.11claws129
2318
2319         * src/common/utils.c
2320                 make is_ascii_str() fail gracefully when NULL pointer
2321                 is passed
2322
2323 2003-04-30 [paul]       0.8.11claws128
2324
2325         * src/addrindex.c
2326                 fix bug where opening folder has massive slowdown when
2327                 using the 'Display sender using address book' option
2328
2329 2003-04-30 [paul]       0.8.11claws127
2330
2331         * src/plugins/clamav/clamav_plugin.c
2332           src/plugins/clamav/clamav_plugin_gtk.c
2333           src/plugins/demo/demo.c
2334           src/plugins/dillo_viewer/dillo_viewer.c
2335           src/plugins/image_viewer/plugin.c
2336           src/plugins/mathml_viewer/mathml_viewer.c
2337           src/plugins/spamassassin/spamassassin.c
2338           src/plugins/spamassassin/spamassassin_gtk.c
2339           src/plugins/trayicon/trayicon.c
2340                 get rid of eye-hurting function signatures
2341
2342 2003-04-30 [paul]       0.8.11claws126
2343
2344         * src/plugins/trayicon/trayicon.c
2345                 add description
2346                 
2347         * src/mimeview.c
2348                 be more descriptive
2349
2350 2003-04-30 [paul]       0.8.11claws125
2351
2352         * configure.ac
2353                 arrange the plugins in reverse alphabetical order
2354                 
2355         * src/plugins/clamav/clamav_plugin.[ch]
2356           src/plugins/clamav/clamav_plugin_gtk.c
2357                 rename some params
2358                 resize max_size window
2359                 re-arrange the order of some gui elements
2360                 improve descriptions
2361         
2362         * src/plugins/image_viewer/plugin.c
2363           src/plugins/mathml_viewer/mathml_viewer.c
2364                 add descriptions
2365                 
2366         * src/plugins/spamassassin/spamassassin_gtk.c
2367                 resize max_size window
2368                 re-arrange the order of some gui elements
2369                 
2370         * src/messageview.c
2371           src/mimeview.c
2372                 correct typos
2373
2374 2003-04-30 [alfons]     0.8.11claws124
2375
2376         * src/imap.c
2377                 fix a leak found while browsing Martin Kluge's 
2378                 valgrind log (Claws only)
2379
2380 2003-04-29 [darko]      0.8.11claws123
2381
2382         * src/gtk/gtkstext.h
2383                 include wchar.h if it is available, fixes compilation
2384                 on HP-UX systems
2385
2386 2003-04-29 [melvin]     0.8.11claws122
2387
2388         * src/prefs_actions.c
2389                 Improved help text of Actions' syntax
2390
2391 2003-04-28 [paul]       0.8.11claws121
2392
2393         * src/action.c
2394                 a better fix for the crash when performing an action
2395                 on a mime part
2396
2397 2003-04-28 [paul]       0.8.11claws120
2398
2399         * src/action.c
2400                 fix crash when performing an action on a
2401                 mime part
2402
2403 2003-04-28 [paul]       0.8.11claws119
2404
2405         * sync with 0.8.11cvs36
2406                 see ChangeLog 2003-04-28
2407
2408 2003-04-27 [paul]       0.8.11claws118
2409
2410         * more sync with 0.8.11cvs35
2411                 see ChangeLog 2003-04-25
2412
2413 2003-04-26 [christoph]  0.8.11claws117
2414
2415         * src/folder.c
2416                 fix remove virtual check
2417
2418 2003-04-26 [paul]       0.8.11claws116
2419
2420         * src/messageview.c
2421                 fix return-receipt, make it work again
2422
2423 2003-04-26 [paul]       0.8.11claws115
2424
2425         * src/mimeview.c
2426                 restore double-clicking of the [application/pgp-signature 
2427                 (Select "Check signature" to check)] line in the message view,
2428                 broken in recent sync
2429
2430 2003-04-26 [christoph]  0.8.11claws114
2431
2432         * src/folder.c
2433                 check if remove virtual really exists before
2434                 calling the function
2435
2436 2003-04-25 [match]      0.8.11claws113
2437
2438         * src/addrindex.c
2439         * src/addrbook.c
2440         * src/ldapquery.[ch]
2441         * src/ldapctrl.[ch]
2442                 fix memleak.
2443         * src/ldapserver.[ch]
2444                 fix memleak. fix segfault.
2445                 plug a Claws memleak
2446
2447 2003-04-25 [alfons]     0.8.11claws112
2448
2449         * src/folder.c
2450                 plug a Claws memleak
2451
2452 2003-04-25 [alfons]     0.8.11claws111
2453
2454         * src/common/session.c
2455                 plug a memleak
2456
2457 2003-04-25 [paul]       0.8.11claws110
2458
2459         * sync with 0.8.11cvs35
2460                 see ChangeLog 2003-04-24 and 2003-04-25
2461                 
2462         * src/gtk/pluginwindow.c
2463                 correct another strange float value
2464
2465 2003-04-24 [christoph]  0.8.11claws109
2466
2467         * src/folder.c
2468                 freeze folder item updates when unsetting new flags
2469
2470         * src/gtk/pluginwindow.c
2471                 correct strange float value
2472
2473 2003-04-23 [paul]       0.8.11claws108
2474
2475         * sync with 0.8.11cvs33
2476                 see ChangeLog 2003-04-23
2477
2478 2003-04-22 [paul]       0.8.11claws107
2479
2480         * src/Makefile.am
2481           src/messageview.c
2482           src/mimeview.c
2483           src/pgptext.[ch]      ** REMOVED **
2484                 remove pgptext.[ch] as its not used any more
2485
2486 2003-04-22 [paul]       0.8.11claws106
2487
2488         * sync with 0.8.11cvs31
2489                 see ChangeLog 2003-04-21 and 2003-04-22
2490
2491 2003-04-21 [alfons]     0.8.11claws105
2492
2493         * src/main.c
2494                 No access to GTK structures if we're a spawned child
2495                 (and clean up code a little bit...) Should fix #126.
2496
2497 2003-04-21 [melvin]     0.8.11claws104
2498
2499         * src/plugins/dillo_viewer/README
2500                 Improved slightly the text.
2501
2502 2003-04-21 [melvin]     0.8.11claws103
2503
2504         * src/plugins/dillo_viewer/README *** NEW ***
2505                 Added a README file for the Dillo plugin
2506
2507 2003-04-20 [paul]
2508
2509         * tools/README
2510           tools/outlook2sylpheed.pl
2511                 updated and improved by Ricardo Mones Lastra
2512
2513 2003-04-18 [oliver]     0.8.11claws102
2514
2515         * src/inc.c 
2516         * src/prefs_account.h
2517                 remove Pop3SessionType (used by selective download)
2518         * src/prefs_toolbar.c
2519                 enable set Default Toolbar button
2520
2521 2003-04-18 [paul]       0.8.11claws101
2522
2523         * sync with 0.8.11cvs29
2524                 see ChangeLog 2003-04-18
2525
2526 2003-04-17 [paul]       0.8.11claws100
2527
2528         * src/prefs_common.[ch]
2529           src/summaryview.c
2530                 remove 'Open next message on deletion' option,
2531                 as the same effect can now be achieved via the
2532                 'Always open messages in summary when selected'
2533                 option.
2534
2535 2003-04-17 [paul]       0.8.11claws99
2536
2537         * sync with 0.8.11cvs28
2538                 see ChangeLog 2003-04-17
2539
2540 2003-04-17 [christoph]  0.8.11claws98
2541
2542         * ac/spamassassin.m4
2543         * src/plugins/spamassassin/libspamc.[ch]
2544         * src/plugins/spamassassin/utils.[ch]
2545                 sync libspamc with SpamAssassin project
2546
2547 2003-04-17 [christoph]  0.8.11claws97
2548
2549         * src/common/socket.h
2550         * src/gtk/sslcertwindow.h
2551                 rename old USE_SSL to USE_OPENSSL
2552
2553 2003-04-17 [paul]       0.8.11claws96
2554
2555         * src/prefs_common.h
2556                 use gulong for P_COLOR so that it compiles/runs on
2557                 64-bit systems. Patch submitted by James Noyes
2558                 <jnoyes-claws@retrogeeks.com>
2559                 
2560         * po/de.po
2561                 updated by Jens
2562
2563 2003-04-17 [paul]       0.8.11claws95
2564
2565         * sync with 0.8.11cvs27
2566                 see ChangeLog 2003-04-16
2567
2568 2003-04-15 [paul]       0.8.11claws94
2569
2570         * src/prefs_common.[ch]
2571                 rearrange to stop the window getting too long:
2572                         move Receive dialog stuff to Receive tab
2573                         move Send dialog to Send tab
2574                         remove Dialogs frame
2575                 rename 'Open messages in summary with cursor keys' to
2576                 'Always open messages in summary when selected', as its
2577                 more appropriate
2578
2579 2003-04-15 [paul]       0.8.11claws93
2580
2581         * src/prefs_common.[ch]
2582           src/summaryview.c
2583                 add new option '/Interface/Open next message on deletion'
2584
2585 2003-04-15 [paul]       0.8.11claws92
2586
2587         * src/summaryview.[ch]
2588                 add /Mark/Lock and /Mark/Unlock to the pop-up
2589                 menu. Patch submitted by Ivan Francolin Martinez
2590                 <ivanfm@users.sourceforge.net>
2591
2592 2003-04-15 [paul]       0.8.11claws91
2593
2594         * sync with 0.8.11cvs24
2595                 see ChangeLog 2003-04-15
2596
2597 2003-04-14 [jens]       0.8.11claws90
2598
2599         * updated German translation and some corrections from
2600                 Roland Bless <bless@tm.uka.de>
2601
2602 2003-04-14 [paul]       0.8.11claws89
2603
2604         * sync with 0.8.11cvs22
2605                 see ChangeLog 2003-04-14
2606
2607 2003-04-13 [paul]       0.8.11claws88
2608
2609         * src/plugins/clamav/clamav_plugin.c
2610                 fix memory leaks
2611                 clean up
2612
2613 2003-04-12 [paul]       0.8.11claws87
2614
2615         * src/plugins/clamav/clamav_plugin.c
2616                 activate enable/disable archive scanning option
2617                 
2618         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2619
2620 2003-04-12 [paul]       0.8.11claws86
2621
2622         * src/plugins/Makefile.am
2623           src/plugins/clamav/Makefile.am                ** NEW FILE **
2624           src/plugins/clamav/README                     ** NEW FILE ** 
2625           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2626           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2627                 add Clam AntiVirus plugin
2628
2629 2003-04-12 [paul]       0.8.11claws85
2630
2631         * sync with 0.8.11cvs21
2632                 see ChangeLog 2003-04-11
2633
2634 2003-04-11 [paul]       0.8.11claws84
2635
2636         * po/es.po
2637                 update Spanish translation. Submitted by Ricardo
2638                 Mones Lastra.
2639
2640 2003-04-10 [christoph]  0.8.11claws83
2641
2642         * src/mbox.c
2643                 fix typo that did not move unfiltered mails to destination
2644                 folder
2645
2646         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2647          when filtering from spool)
2648
2649 2003-04-10 [christoph]  0.8.11claws82
2650
2651         * src/imap.c
2652                 use BODY.PEEK instead of BODY in in message fetch operation
2653                 to make sure the IMAP server does not set the \Seen flag for
2654                 messages. Sylpheed does that later itself, when the message
2655                 is opened in sylpheed
2656
2657         (closes Bug 111 Claws destroys unread marks)
2658
2659 2003-04-09 [oliver]     0.8.11claws81
2660         
2661         * src/folder.c
2662                 fix crash in folder_destroy
2663         * README.claws
2664                 remove selective download
2665
2666 2003-04-09 [christoph]  0.8.11claws80
2667
2668         * src/imap.c
2669                 fix crash in imap_get_msginfo() when then fetched message
2670                 is not found
2671
2672         (closes Bug 110 Crash during mail composition)
2673
2674 2003-04-08 [christoph]  0.8.11claws79
2675
2676         * src/folder.c
2677         * src/prefs_account.c
2678                 Filter new messages that are found in an INBOX folder
2679                 when 'Filter messages on receiving' is enabled in the
2680                 Folder's AccountPrefs. This allows to use Sylpheed's
2681                 filtering engine for IMAP folders where messages are
2682                 added to the INBOX by a MTA
2683
2684 2003-04-08 [paul]       0.8.11claws78
2685
2686         * src/procmsg.h
2687                 clean up after last commit
2688
2689 2003-04-08 [paul]       0.8.11claws77
2690
2691         * sync with 0.8.11cvs20
2692                 see ChangeLog 2003-04-07 and 2003-04-08
2693
2694 2003-04-07 [christoph]  0.8.11claws76
2695
2696         * src/filtering.[ch]
2697         * src/inc.[ch]
2698         * src/mbox.c
2699         * src/procmsg.[ch]
2700                 add procmsg_msginfo_filter() to execute filtering actions
2701
2702 2003-04-06 [christoph]  0.8.11claws75
2703
2704         * src/imap.c
2705                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2706
2707 2003-04-06 [christoph]  0.8.11claws74
2708
2709         * src/common/utils.[ch]
2710                 add g_int_compare() function for slist sorting
2711
2712         * src/imap.c
2713                 fetch all MsgInfos with one command in imap_get_msginfos()
2714                 using an imap set with a list of ranges
2715
2716         * src/news.c
2717                 use new g_int_compare() function
2718
2719 2003-04-06 [thorsten]   0.8.11claws73
2720
2721         * src/mh.c
2722                 corrected implementation of mh_folder_destroy()
2723
2724 2003-04-05 [christoph]  0.8.11claws72
2725
2726         * src/account.c
2727         * src/folder.[ch]
2728         * src/folderview.c
2729         * src/imap.c
2730         * src/inc.c
2731         * src/main.c
2732         * src/mainwindow.c
2733         * src/mbox_folder.c
2734         * src/mh.c
2735         * src/mimeview.h
2736         * src/msgcache.[ch]
2737         * src/news.c
2738         * src/procmime.h
2739         * src/procmsg.[ch]
2740         * src/setup.c
2741         * src/gtk/gtkutils.c
2742                 o rename structure field names class and new to klass and
2743                   new_msgs, to allow including files in C++
2744                 o add 'extern "C"' block to some header files
2745                 o add MsgInfoList and MsgNumberList as alias for GSList for
2746                   developers to know what type of list is expected
2747
2748         * src/plugins/image_viewer/plugin.c
2749         * src/plugins/image_viewer/viewer.[ch]
2750         * src/plugins/image_viewer/viewerprefs.[ch]
2751                 rename function names to prevent conflicts
2752
2753 2003-04-05 [paul]       0.8.11claws71
2754
2755         * sync with 0.8.11cvs18
2756                 see ChangeLog 2003-04-03 and 2003-04-04
2757
2758 2003-04-02 [christoph]  0.8.11claws70
2759
2760         * src/folder.[ch]
2761         * src/imap.[ch]
2762         * src/mbox_folder.[ch]
2763         * src/mh.[ch]
2764         * src/news.[ch]
2765                 o Make all virtual folder functions private
2766                 o remove unused folder code
2767
2768         * src/common/socket.[ch]
2769         * src/summaryview.c
2770                 fix warnings
2771
2772 2003-03-30 [alfons]     0.8.11claws69
2773
2774         * src/send_message.c
2775                 remove two debug traces and see if people still report
2776                 errors
2777
2778 2003-03-30 [alfons]     0.8.11claws68
2779
2780         * src/send_message.c
2781         * src/commons/session.c
2782                 add more debug traces
2783
2784 2003-03-30 [christoph]  0.8.11claws67
2785
2786         * src/folder.c
2787                 change processing folder name from .processing to processing
2788
2789         * src/common/ssl.c
2790                 disable SSL certificate check because it causes Xlib error
2791                 when the child process want's to open an GTK window
2792
2793 2003-03-30 [christoph]  0.8.11claws66
2794
2795         * src/folder.c
2796                 don't use default folder for processing folder item because
2797                 it can be a non local folder
2798
2799         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2800
2801 2003-03-30 [alfons]     0.8.11claws65
2802
2803         * src/send_message.c
2804                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2805                 to generate bad code for 'send_send_data_progressive': When
2806                 called from 'send_send_data_finished', the 'data' pointer is
2807                 cleared just before the assignment to the dialog pointer
2808
2809 2003-03-29 [christoph]  0.8.11claws64
2810
2811         * src/common/prefs.h
2812         * src/plugins/image_viewer/Makefile.am
2813         * src/plugins/image_viewer/plugin.c
2814         * src/plugins/image_viewer/viewer.[ch]
2815         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2816                 add PrefsPage for ImageViewer
2817
2818 2003-03-28 [thorsten]   0.8.11claws63
2819
2820         * src/common/session.c
2821                 added some comments
2822
2823 2003-03-28 [paul]       0.8.11claws62
2824
2825         * sync with 0.8.11cvs16
2826                 see ChangeLog 2003-03-28
2827
2828 2003-03-28 [paul]       0.8.11claws61
2829
2830         * sync with 0.8.11cvs15
2831                 see ChangeLog 2003-03-28
2832
2833 2003-03-27 [christoph]  0.8.11claws60
2834
2835         * src/folder.c
2836         * src/imap.c
2837         * src/common/socket.[ch]
2838                 set socket state to DISCONNECTED when any operation
2839                 fails to allow reconnecting in IMAP code without
2840                 checking the return code of all calls to the command
2841                 functions
2842
2843         * src/folderview.c
2844         * src/summaryview.c
2845                 remove some more stuff that depends on specific
2846                 folder types
2847
2848 2003-03-27 [paul]       0.8.11claws59
2849
2850         * sync with 0.8.11cvs14
2851                 see ChangeLog 2003-03-27
2852                 
2853         * src/selective_download.[ch]   ** REMOVED **
2854                 really removed
2855
2856 2003-03-27 [christoph]  0.8.11claws58
2857
2858         * src/folder.c
2859                 fix handling of tmp_flags in flag copy function
2860
2861 2003-03-27 [paul]       0.8.11claws57
2862
2863         * sync with 0.8.11cvs13
2864                 see ChangeLog 2003-03-27
2865
2866 2003-03-27 [oliver]     0.8.11claws56
2867
2868         * src/maiwindow.c
2869                 remove sel_download_cb
2870
2871 2003-03-27 [oliver]     0.8.11claws55
2872         
2873         * src/inc.c
2874                 remove POP3_TOP
2875         
2876 2003-03-26 [oliver]     0.8.11claws54
2877
2878         *src/pop.h
2879                 remove POP3_TOP*
2880         * README.claws
2881                 remove selective donwload readme
2882
2883 2003-03-26 [oliver]     0.8.11claws53
2884         * src/matcher.[ch]
2885         * src/matcher_parser_parse.y 
2886         * src/pop.c 
2887         * src/prefs_account.[ch]
2888         * src/prefs_filtering.c
2889                 remove selective donwload
2890
2891 2003-03-26 [oliver]     0.8.11claws52
2892
2893         * src/inc.[ch] 
2894         * src/filtering.c 
2895         * src/mainwindow.c 
2896                 remove selective donwload
2897
2898 2003-03-26 [oliver]     0.8.11claws51
2899         
2900         * src/Makefile.am
2901         * src/selective_download.[ch]   ** REMOVE **    
2902
2903 2003-03-26 [christoph]  0.8.11claws50
2904
2905         * src/news.c
2906                 fix NEWS that got broken by a sync with sylpheed-main
2907
2908 2003-03-26 [christoph]  0.8.11claws49
2909
2910         * src/mimeview.c
2911                 fix mime type guessing when no mime type is found for a file
2912
2913 2003-03-25 [christoph]  0.8.11claws48
2914
2915         * src/mimeview.c
2916         * src/procmime.c
2917                 remove mime type guessing from mime parser and use
2918                 name based mime types in viewer lookup for mime type
2919                 application/octet-stream
2920
2921 2003-03-25 [christoph]  0.8.11claws47
2922
2923         * doc-src/readme.txt
2924         * doc-src/rfc2554.txt
2925                 add RFC about SMTP AUTH
2926
2927         * src/send_message.c
2928         * src/common/smtp.[ch]
2929                 add extra error code for authentication errors and
2930                 clear temporary password when this error occurs
2931
2932         (closes Bug 84 authentication failure while sending should
2933          prompt for password again)
2934
2935 2003-03-25 [christoph]  0.8.11claws46
2936
2937         * configure.ac
2938         * src/Makefile.am
2939         * src/imageview.[ch]                            ** REMOVE **
2940         * src/messageview.[ch]
2941         * src/mimeview.[ch]
2942         * src/prefs_common.[ch]
2943         * src/textview.c
2944         * src/plugins/Makefile.am
2945         * src/plugins/image_viewer/.cvsignore           ** NEW **
2946         * src/plugins/image_viewer/Makefile.am          ** NEW **
2947         * src/plugins/image_viewer/plugin.c             ** NEW **
2948         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2949                 move image viewer into a plugin (building is enabled by default)
2950                 [ToDo: Prefs for resize and autoview]
2951
2952 2003-03-25 [paul]       0.8.11claws45
2953
2954         * sync with 0.8.11cvs12
2955                 see ChangeLog 2003-03-26
2956
2957 2003-03-25 [paul]       0.8.11claws44
2958
2959         * sync with 0.8.11cvs11
2960                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2961                 
2962         Note: Selective Download is broken.
2963                 
2964 2003-03-22 [christoph]  0.8.11claws43
2965
2966         * src/folder.c
2967                 code cleanup for flags copying
2968
2969 2003-03-22 [christoph]  0.8.11claws42
2970
2971         * src/plugins/trayicon/trayicon.c
2972                 fix setting the transparent area when the window size
2973                 is forced by the system tray
2974
2975 2003-03-22 [christoph]  0.8.11claws41
2976
2977         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2978         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2979         * src/plugins/trayicon/newmail.xpm              ** NEW **
2980         * src/plugins/trayicon/nomail.xpm               ** NEW **
2981         * src/plugins/trayicon/trayicon.c
2982         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2983                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2984                 o add icon for unread mails
2985                 o set transparency for window
2986
2987 2003-03-22 [christoph]  0.8.11claws40
2988
2989         * src/news.c
2990                 init news session to prevent crash when session is closed
2991
2992 2003-03-22 [christoph]  0.8.11claws39
2993
2994         * src/imap.c
2995         * src/common/session.[ch]
2996                 Init session data to make sure we don't have invalid pointers
2997                 for read_ch and write_ch when new multi process sessions are
2998                 not used
2999
3000         * src/main.c
3001         * src/common/plugin.c
3002         * src/common/sylpheed.c
3003         * src/plugins/demo/demo.c
3004         * src/plugins/dillo_viewer/dillo_viewer.c
3005         * src/plugins/mathml_viewer/mathml_viewer.c
3006         * src/plugins/spamassassin/spamassassin.c
3007         * src/plugins/spamassassin/spamassassin_gtk.c
3008                 add plugin types to allow loading plugins at different times
3009                 (and maybe for different frontends), because it's not good to
3010                 load GTK-Plugins gefore gtk_init was called
3011
3012         * configure.ac
3013         * src/plugins/Makefile.am
3014         * src/plugins/trayicon/.cvsignore               ** NEW **
3015         * src/plugins/trayicon/Makefile.am              ** NEW **
3016         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3017         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3018         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3019         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3020         * src/plugins/trayicon/trayicon.c               ** NEW **
3021                 New Trayicon plugin that shows an icon in a systray that uses
3022                 XEMBED protocol like Gnome's systray. Icon shows if there
3023                 are new mails and a tooltip shows information about new,
3024                 unread and total messages.
3025
3026 2003-03-22 [paul]       0.8.11claws38
3027
3028         * src/common/smtp.c
3029                 fix ESMTP AUTH CRAM-MD5
3030                 [sync with main (still version 0.8.11cvs6), see
3031                  ChangeLog 2003-03-22]
3032
3033 2003-03-21 [colin]      0.8.11claws37
3034
3035         * src/send_message.c
3036                 Fix USE_SSL => USE_OPENSSL
3037
3038 2003-03-21 [colin]      0.8.11claws36
3039
3040         * src/folderview.c
3041                 Fix counts in drag and dropped subfolders
3042
3043 2003-03-21 [colin]      0.8.11claws35
3044
3045         * src/folder.c 
3046         * src/folderview.c
3047                 speed up a bit folder dnd
3048
3049 2003-03-20 [alfons]     0.8.11claws34
3050
3051         * src/main.c
3052         * src/toolbar.c
3053         * src/procmsg.c
3054                 don't send locked queue messages
3055                 (feature request "[ 705245 ] Locking message in outbox 
3056                  should prevent sending")
3057
3058 2003-03-20 [christoph]  0.8.11claws33
3059
3060         * src/folder.c
3061                 remove NEW and UNREAD flag in special folders when scanning
3062                 
3063         * src/common/smtp.c
3064                 fix ESMTP AUTH CRAM-MD5
3065
3066 2003-03-20 [paul]       0.8.11claws32
3067
3068         * src/prefs_account.c
3069                 Re-write 'Tunnel command to open connection' as
3070                 'Use command to communicate with server', and disable
3071                 it for all except IMAP accounts
3072
3073 2003-03-20 [paul]       0.8.11claws31
3074
3075         * sync with 0.8.11cvs6
3076                 see ChangeLog 2003-03-20
3077
3078 2003-03-19 [match]      0.8.11claws30
3079
3080         * src/addritem.[ch]
3081                 include documentation. minor refactoring.
3082         * src/addr_compl.[ch]
3083         * src/addrindex.[ch]
3084         * src/addresbook.[ch]
3085         * src/summaryview.c
3086                 re-enable address lookup (was disabled in
3087                 0.8.11claws20).
3088
3089 2003-03-19 [christoph]  0.8.11claws29
3090
3091         * src/procmsg.c
3092                 add temp flag handling, will make moving and copying
3093                 messages possible again
3094
3095         * src/folder.c
3096                 correct calulation of folder stats
3097
3098 2003-03-18 [match]      0.8.11claws28
3099
3100         * src/editgroup.h
3101                 remove case sensitive comparison (closes bug 80).
3102
3103 2003-03-18 [christoph]  0.8.11claws27
3104
3105         * src/imap.c
3106                 fix imap using a tunnel command
3107
3108         (closes bug 87)
3109
3110 2003-03-18 [christoph]  0.8.11claws26
3111
3112         * src/folder.[ch]
3113         * src/imap.c
3114         * src/procmsg.[ch]
3115                 rewrite flag handling for folders
3116
3117 2003-03-18 [christoph]  0.8.11claws25
3118
3119         * src/folder.c
3120         * src/procmsg.c
3121         * src/summaryview.c
3122                 unset NEW and UNREAD flags when message is ignored, to make
3123                 sure messages don't show up as unread on other IMAP clients,
3124                 because the IGNORE_THREAD flag can not be syncronized through
3125                 the IMAP folder
3126
3127 2003-03-17 [christoph]  0.8.11claws24
3128
3129         * src/imap.c
3130                 don't use recursion to fetch uids when the number of messages
3131                 does not match. Moved code into subfunction that is used
3132                 again when needed, to prevent an endless loop.
3133
3134 2003-03-17 [thorsten]   0.8.11claws23
3135
3136         * src/imageview.[ch]
3137                 export imageview_get_resized_size() (for plugins)
3138         * src/prefs_common.[ch]
3139                 added prefs_common_get() (for plugins)
3140
3141 2003-03-17 [christoph]  0.8.11claws22
3142
3143         * src/imap.c
3144                 o remove UID guessing from copy code
3145                 o support UIDPLUS extension for APPEND command
3146
3147 2003-03-17 [paul]       0.8.11claws21
3148
3149         * src/gtk/about.c
3150                 remove 'Compiled-plugins' section.
3151                 
3152         * src/plugins/dillo_viewer/dillo_viewer.c
3153                 slight change to description text
3154
3155 2003-03-16 [match]      0.8.11claws20
3156         * src/ldapserver.[ch]           ** NEW **
3157         * src/ldapctrl.[ch]             ** NEW **
3158         * src/ldapquery.[ch]            ** NEW **
3159         * src/ldaputil.[ch]             ** NEW **
3160         * src/addrcindex.[ch]           ** NEW **
3161         * src/addrquery.h               ** NEW **
3162         * src/addritem.[ch]
3163         * src/addrcache.[ch]
3164         * src/addrindex.[ch]
3165         * src/addr_compl.[ch]
3166         * src/addressbook.[ch]
3167         * src/addrbook.[ch]
3168         * src/editgroup.c
3169         * src/editaddress.c
3170         * src/editldap.c
3171         * src/editldap_basedn.c
3172         * src/vcard.c
3173         * src/jpilot.c
3174         * src/Makefile.am
3175                 included dynamic LDAP queries. improved address
3176                 completion.
3177
3178 2003-03-16 [paul]       0.8.11claws19
3179
3180         * tools/multiwebsearch.pl
3181                 fix a fatal typo
3182
3183 2003-03-16 [christoph]  0.8.11claws18
3184
3185         * src/mimeview.c
3186         * src/plugins/dillo_viewer/dillo_viewer.c
3187         * src/plugins/mathml_viewer/mathml_viewer.c
3188                 make unregistering of MimeViewerFactorys possible
3189
3190 2003-03-16 [alfons]     0.8.11claws17
3191
3192         * configure.ac
3193                 correct typo
3194
3195 2003-03-16 [melvin]     0.8.11claws16
3196
3197         * src/plugins/dillo_viewer.c
3198                 Fixed bug where it was not possible to view more than
3199                 one text/html attachment per message (bug discovered
3200                 by Christoph Hohmann).
3201
3202 2003-03-15 [melvin]     0.8.11claws15
3203
3204         * src/prefs_actions.c
3205                 Fixed compilation warnings.
3206
3207 2003-03-15 [melvin]     0.8.11claws14
3208
3209         * src/plugins/Makefile.am
3210         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3211         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3212         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3213                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3214                 newer (http://dillo.auriga.wearlab.de/).
3215
3216 2003-03-15 [christoph]  0.8.11claws13
3217
3218         * src/imap.c
3219                 don't query imap folder for attributes because we already
3220                 for them from imap_status
3221
3222         * src/mimeview.[ch]
3223                 add support for plugable MimeViewers (unloading Viewers
3224                 not yet complete)
3225
3226         * src/plugins/Makefile.am
3227         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3228         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3229         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3230                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3231                 widget from http://helm.cs.unibo.it/mml-widget/
3232
3233 2003-03-14 [christoph]  0.8.11claws12
3234
3235         * src/folder.[ch]
3236                 o error return code's should better be negative
3237                 o replace printf with debug_print
3238
3239         * src/imap.c
3240                 improve IMAP folder scan by checking UID-NEXT
3241
3242         * src/summaryview.c
3243                 remove check that are unnecessary in my opinion
3244
3245 2003-03-13 [christoph]  0.8.11claws11
3246
3247         * src/folder.[ch]
3248         * src/foldersel.c
3249         * src/folderview.c
3250         * src/imap.c
3251         * src/mbox_folder.c
3252         * src/mh.c
3253         * src/news.c
3254         * src/prefs_scoring.c
3255         * src/summaryview.c
3256                 use a common function to get a displayable name
3257                 for a FolderItem
3258
3259 2003-03-13 [paul]       0.8.11claws10
3260
3261         * tools/Makefile.am
3262           tools/README
3263           tools/multiwebsearch.conf     ** NEW FILE **
3264           tools/multiwebsearch.pl       ** NEW FILE **
3265                 add multiwebsearch Actions script
3266
3267 2003-03-13 [colin]      0.8.11claws9
3268
3269         * src/compose.c
3270                 Remove leading emtpy lines from quoted text
3271                 before quoting it
3272
3273 2003-03-13 [melvin]     0.8.11claws8
3274
3275         * src/prefs_actions.c
3276                 Fixed a memory leak
3277                 Code clean ups
3278                 Added Cancel and OK buttons
3279                 Corrected help text
3280
3281 2003-03-13 [christoph]  0.8.11claws7
3282
3283         * src/account.c
3284         * src/folder.[ch]
3285         * src/imap.c
3286         * src/mainwindow.c
3287         * src/mbox_folder.c
3288         * src/mh.c
3289         * src/news.c
3290         * src/setup.c
3291                 replace more folder type stuff with folder class stuff
3292
3293 2003-03-13 [melvin]     0.8.11claws6
3294
3295         * src/prefs_actions.c
3296                 Added new tokens:
3297                 %u: user provided argument
3298                 %h: user provided argument (hidden on input)
3299                 %s: current text selection in the message view 
3300
3301 2003-03-13 [paul]       0.8.11claws5
3302
3303         * sync with 0.8.11cvs5
3304                 see ChangeLog 2003-03-11, 2003-03-12
3305
3306 2003-03-12 [christoph]  0.8.11claws4
3307
3308         * src/folder.c
3309                 use folder class idstr when writing folderlist.xml
3310
3311         * src/folder.h
3312         * src/imap.c
3313         * src/news.c
3314                 replace folder type checks with folder class checks
3315
3316 2003-03-12 [christoph]  0.8.11claws3
3317
3318         * src/folder.[ch]
3319         * src/imap.[ch]
3320         * src/main.c
3321         * src/mbox_folder.[ch]
3322         * src/mh.[ch]
3323         * src/news.[ch]
3324                 o create a list of known folder classes in the folder system
3325                 o use folder class id strings for folder item identifiers
3326
3327 2003-03-12 [christoph]  0.8.11claws2
3328
3329         * src/imap.c
3330                 fix imap uid validity check
3331
3332 2003-03-12 [christoph]  0.8.11claws1
3333
3334         * src/account.c
3335         * src/folder.[ch]
3336         * src/foldersel.c
3337         * src/folderview.c
3338         * src/imap.c
3339         * src/mainwindow.c
3340         * src/mbox_folder.c
3341         * src/mh.c
3342         * src/news.c
3343         * src/prefs_scoring.c
3344         * src/procmsg.c
3345         * src/setup.c
3346         * src/summaryview.c
3347                 initial restructuring of folder system, seperating
3348                 folders and folder classes
3349
3350 2003-03-12 [paul]       0.8.11claws
3351
3352         0.8.11claws release
3353
3354 2003-03-12 [christoph]
3355
3356         * src/gtk/prefswindow.c
3357                 fix translation of "Page Index"
3358
3359 2003-03-12 [paul]       0.8.10claws110
3360
3361         a sync from 0.8.11cvs4 before the release
3362
3363         * src/common/utils.c
3364                 subject_compare_for_sort(): allow null strings (fixes
3365                 summary sorting).
3366
3367 2003-03-11 [paul]       0.8.10claws109
3368
3369         * po/es.po
3370                 update Spanish translation, submitted by
3371                 Ricardo Mones Lastra
3372
3373 2003-03-11 [melvin]     0.8.10claws108
3374
3375         * po/fr.po
3376                 Updated French translations
3377
3378 2003-03-11 [paul]       0.8.10claws107
3379
3380         * manual/en/Makefile.am
3381           manual/en/*.html
3382                 update English manual, add a new page
3383                 updated by Francois Barriere <fbarriere@atmel.fr>
3384                 
3385         * po/bg.po
3386           po/it.po
3387           po/sr.po
3388                 update Bulgarian, Italian, and Serbian translations
3389                 submitted by George Danchev, Alessandro Maestri, and
3390                 Urke MMI
3391
3392 2003-03-10 [paul]       0.8.10claws106
3393
3394         * src/gtk/about.c
3395           src/gtk/prefswindow.c
3396                 make some strings translatable
3397
3398 2003-03-10 [darko]      0.8.10claws105
3399
3400         * src/compose.c
3401                 code cleanup to make Hiro happy
3402
3403 2003-03-10 [paul]       0.8.10claws104
3404
3405         * sync with 0.8.11cvs2
3406                 see ChangeLog 2003-03-10
3407
3408 2003-03-09 [melvin]     0.8.10claws103
3409
3410         * src/textview.c
3411                 textview_set_font(): fix for message display in
3412                 UTF-8 locales (thanks to Sergey Vlasov).
3413                 (was unintentionnaly reverted in 0.8.6claws6)   
3414
3415 2003-03-08 [darko]      0.8.10claws102
3416
3417         * src/compose.c
3418                 fix infinite loop in wrapping as reported
3419                 by happycactus
3420                 obsoletes patch #696482
3421
3422 2003-03-08 [christoph]  0.8.10claws101
3423
3424         * src/imap.c
3425                 add workaround for IMAP servers that do not
3426                 support the "UID SEARCH UID" command
3427
3428 2003-03-07 [christoph]  0.8.10claws100
3429
3430         * src/plugins/spamassassin/spamassassin.[ch]
3431         * src/plugins/spamassassin/spamassassin_gtk.c
3432                 code cleanup
3433
3434 2003-03-07 [paul]       0.8.10claws99
3435
3436         * po/es.po
3437                 updated Spanish translation, submitted by
3438                 Ricardo Mones Lastra
3439
3440 2003-03-07 [christoph]  0.8.10claws98
3441
3442         * src/send.c
3443                 fix in 0.8.10claws94 was wrong
3444                 local delivery does not require escaping, remove escaping
3445                 code to make signatures of mails with "." lines valid
3446                 
3447                 NOTE: requires that sendmail is executed with "-i" option,
3448                       what is the default now, but has to be changed in all
3449                       exsiting accounts)
3450
3451 2003-03-07 [paul]       0.8.10claws97
3452
3453         * sync with 0.8.11 release
3454                 see ChangeLog 2003-03-07
3455
3456 2003-03-06 [paul]       0.8.10claws96
3457
3458         * src/compose.c
3459                 revert commit 0.8.10claws92
3460
3461 2003-03-06 [paul]       0.8.10claws95
3462
3463         * src/folderview.c
3464                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3465
3466         * src/gtkaspell.c
3467                 fix bug 74, 'Crash opening editor window with pseudo-color
3468                 display'
3469                 
3470         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3471
3472 2003-03-06 [christoph]  0.8.10claws94
3473
3474         * src/send.c
3475                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3476                 all lines starting with a period get an extra period
3477                 inserted
3478                 (found by Simon 'corecode' Schubert)
3479
3480 2003-03-06 [paul]       0.8.10claws93
3481
3482         * src/folderview.c
3483                 if configured font can't be loaded fall back to gtk
3484                 default. (with thanks to Christoph)
3485                 
3486                 closes long-standing bug 15 'Crashes on startup'
3487
3488 2003-03-06 [paul]       0.8.10claws92
3489
3490         * src/compose.c
3491                 freeze text before autosave and thaw afterwards
3492                 fixes bug 67 'autosave make re-rediting message crazy'
3493
3494 2003-03-06 [christoph]  0.8.10claws91
3495
3496         * src/compose.c
3497                 ignore address comment in dupe check for Cc-list
3498
3499         (closes reopened bug 47 Replying to message strips name part of
3500          e-mail addresses of Cc: lines)
3501
3502 2003-03-06 [paul]       0.8.10claws90
3503
3504         * src/Makefile.am
3505                 remove reference to gtkxtext.h as its no longer in
3506                 the repository
3507
3508 2003-03-06 [paul]       0.8.10claws89
3509
3510         * sync with 0.8.10cvs25
3511                 see ChangeLog 2003-03-06
3512
3513 2003-03-06 [oliver]     0.8.10claws88
3514         
3515         * src/messageview.c
3516                 remove include
3517
3518 2003-03-06 [oliver]     0.8.10claws87
3519         
3520         * src/folderview.c 
3521                 remove changes introduced inclaws74
3522         * src/messageview.c
3523                 another attempt to sanely delete and update
3524                 messages deleted in separate messageview
3525
3526 2003-03-05 [christoph]  0.8.10claws86
3527
3528         * src/summaryview.c
3529                 check if "From" matches any account's address if
3530                 addressbook completion of addresses is disabled too
3531
3532         (closes Bug 70 "Display recipient in from" doesn't check
3533          folder's default account)
3534
3535 2003-03-05 [christoph]  0.8.10claws85
3536
3537         * src/compose.c
3538         * src/common/utils.[ch]
3539                 don't strip address comments when building Cc lists
3540
3541         (closes Bug 47 Replying to message strips name part of e-mail addresses
3542          of Cc: lines)
3543
3544         * src/folder.c
3545                 fix return value of copy function
3546
3547 2003-03-05 [christoph]  0.8.10claws84
3548
3549         * src/imap.c
3550                 don't ask imap server for non rfc822 headers
3551
3552         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3553
3554         * src/imap.c
3555                 destroy session on socket error to allow reconnecting
3556
3557 2003-03-05 [christoph]  0.8.10claws83
3558
3559         * configure.ac
3560                 fix building with gnome when no prefix is set
3561
3562         (closes bug 66 Gnome directory is set to NONE)
3563
3564 2003-03-05 [paul]       0.8.10claws82
3565
3566         * sync with 0.8.10cvs23
3567                 see ChangeLog 2003-03-05
3568
3569 2003-03-04 [christoph]  0.8.10claws81
3570
3571         * src/folder.c
3572                 o fix moving and copying when folder returns 0 for new
3573                   message number
3574                 o remove some code for single message copy and move
3575                   operations and use functions for multiple messages
3576
3577         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3578
3579         * src/news.c
3580                 remove unused include
3581
3582 2003-03-04 [paul]       0.8.10claws80
3583
3584         * src/gtk/about.c
3585                 list 'Compiled plugins'
3586
3587 2003-03-03 [christoph]  0.8.10claws79
3588
3589         * src/news.[ch]
3590                 have to multiply the percentage of the current fetch with
3591                 the percentage that it has of the total fetch operation
3592                 for correct values
3593
3594 2003-03-03 [christoph]  0.8.10claws78
3595
3596         * src/news.c
3597                 fix calculation of expected lines for progress indicator
3598
3599 2003-03-03 [christoph]  0.8.10claws77
3600
3601         * src/summaryview.c
3602         * src/common/utils.c
3603                 fix segfault when opening the root news folder
3604
3605 2003-03-03 [christoph]  0.8.10claws76
3606
3607         * src/mainwindow.[ch]
3608         * src/common/Makefile.am
3609         * src/common/progressindicator.[ch]
3610                 add UI independent progress indicator handling
3611
3612         * src/news.[ch]
3613                 use new progress indicator for message info fetching
3614
3615         * src/common/hooks.h
3616                 code cleanup
3617
3618 2003-03-03 [oliver]     0.8.10claws75
3619
3620         * src/toolbar.c
3621         * src/compose.c
3622                 removed commented code
3623
3624 2003-03-03 [oliver]     0.8.10claws74
3625
3626         * src/toolbar.[ch]
3627                 cleanups and refactoring
3628         * src/compose.[ch]
3629                 compose_reply_mode reply & forwarding interface for
3630                 toolbar buttons
3631         * src/folderview.c
3632                 act on messages marked for deletion in folderview_selected
3633                 based on prefs_common.immediate_exec since a message might 
3634                 have been deleted by messageview in a folder we are changing 
3635                 to (does anybody understand what I'm on about ?)
3636
3637 2003-03-03 [oliver]     0.8.10claws73
3638         
3639         * src/messageview.[ch]
3640                 new functions
3641                 - messageview_delete: delete message shown in messagview
3642                 - messageview_update_view: update messageview to currently 
3643                   selected summaryview message
3644                 - add separate messageview to msgview_list in order to update 
3645                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3646         * src/summaryview.[ch]
3647                 summary_get_selection returns a list of selected msgs
3648                 in summaryview
3649         * src/mainwindow.c
3650                 toolbar reply refactoring
3651
3652 2003-03-03 [paul]       0.8.10claws72
3653
3654         * sync with 0.8.10cvs21
3655                 see ChangeLog 2003-03-03
3656
3657 2003-03-02 [christoph]  0.8.10claws71
3658
3659         * src/common/passcrypt.c
3660                 use POSIX includes
3661
3662 2003-03-02 [christoph]  0.8.10claws70
3663
3664         * configure.ac
3665         * src/prefs_account.c
3666         * src/prefs_gtk.[ch]
3667         * src/common/.cvsignore
3668         * src/common/Makefile.am
3669         * src/common/passcrypt.c                ** NEW **
3670         * src/common/passcrypt.h.in             ** NEW **
3671                 Implement password encryption in config files
3672                 using unix encrypt and setkey functions. The crypt
3673                 key can be set as a configure parameter. Old
3674                 passwords will be converted if they do not begin
3675                 with '!'
3676
3677 2003-03-02 [paul]       0.8.10claws69
3678
3679         * src/prefs_account.c
3680                 fix compile error
3681
3682 2003-03-01 [thorsten]   0.8.10claws68
3683
3684         * po/el.po
3685           po/hr.po
3686           po/it.po
3687           po/nl.po
3688           po/sr.po
3689           po/sv.po
3690                 corrected format strings
3691         * po/en_GB.po
3692                 corrected headers
3693                 (fix compile errors with GNU gettext-0.11.5)
3694
3695 2003-03-01 [oliver]     0.8.10claws67
3696
3697         * src/summaryview.c
3698                 menu callbacks call toolbar_menu_reply
3699
3700 2003-03-01 [oliver]     0.8.10claws66
3701
3702         * src/mainwindow.c
3703         * src/messageview.c
3704                 menu callbacks call toolbar_menu_reply
3705         * src/toolbar.[ch]
3706                 callbacks from menu handled by toolbar_menu_reply
3707
3708 2003-03-01 [paul]       0.8.10claws65
3709
3710         * src/addressbook.c
3711                 revert commit 0.8.10claws54 - breaks editing of
3712                 addressbook.
3713                 
3714         * po/bg.po
3715                 update Bulgarian translation, submitted by
3716                 George Danchev
3717
3718 2003-02-28 [christoph]  0.8.10claws64
3719
3720         * src/account.c
3721         * src/addressadd.c
3722         * src/compose.c
3723         * src/gtkaspell.c
3724         * src/gtkxtext.h                ** REMOVE **
3725         * src/imap.c
3726         * src/matcher.[ch]
3727         * src/mh.c
3728         * src/news.c
3729         * src/pine.c
3730         * src/prefs_common.c
3731         * src/prefs_matcher.c
3732         * src/procheader.[ch]
3733         * src/procmsg.[ch]
3734         * src/toolbar.c
3735         * src/common/ssl_certificate.c
3736         * src/gtk/colorlabel.c
3737         * src/gtk/menu.c
3738                 o fix warnings
3739                 o remove code obsoleted by new cache and folder system rework
3740
3741 2003-02-28 [oliver]     0.8.10claws63
3742         
3743         * src/toolbar.[ch]
3744                 * fix bug where reply in Messageview replied to 
3745                 Message displayed in summaryview
3746                 (reportedd via ML by chinatinte at gmx dot ch)
3747                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3748                 didn't work in separate MessageView Toolbar
3749                 (wondering if anybody uses this at all ?)
3750         * src/summaryview.[ch]
3751                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3752                 (generalize reply and forward code);
3753         * src/messageview.c 
3754                 remove focus_in event which updated summaryview to messageview
3755
3756 2003-02-28 [paul]       0.8.10claws62
3757
3758         * po/Makefile.in.in
3759                 add the --check option
3760                 Patch submitted by Ricardo Mones Lastra
3761
3762 2003-02-28 [paul]       0.8.10claws61
3763
3764         * src/prefs_account.c
3765                 re-order 'Signature' items
3766
3767 2003-02-28 [paul]       0.8.10claws60
3768
3769         * sync with 0.8.10cvs20
3770                 see ChangeLog 2003-02-28
3771
3772 2003-02-28 [paul]       0.8.10claws59
3773
3774         * po/POTFILES.in
3775                 update to reflect recent movement of files
3776
3777 2003-02-28 [paul]       0.8.10claws58
3778
3779         * sync with 0.8.10cvs19
3780                 see ChangeLog 2003-02-28
3781
3782 2003-02-27 [martin]     0.8.10claws57
3783
3784         * src/prefs_matcher.c 
3785                 fix segfault in prefs_matcher_ok() when the
3786                 last entry is deleted and prevents that the
3787                 message "entry not saved" comes up after deleting
3788                 an entry
3789
3790 2003-02-27 [martin]     0.8.10claws56
3791
3792         * src/prefs_filtering.c 
3793                 fix segfault in prefs_filtering_ok() when the
3794                 last entry is deleted and prevents that the
3795                 message "entry not saved" comes up after deleting
3796                 an entry
3797
3798 2003-02-27 [paul]       0.8.10claws55
3799
3800         * sync with 0.8.10cvs18
3801                 see ChangeLog 2003-02-27
3802
3803 2003-02-27 [paul]       0.8.10claws54
3804
3805         * src/addressbook.c
3806                 fix bug where the address book crashes with 
3807                 multiple lookups.
3808                 Patch [687729] submitted by David Frager 
3809                 <dbfrager@users.sourceforge.net>
3810
3811 2003-02-25 [christoph]  0.8.10claws53
3812
3813         * src/Makefile.am
3814         * src/colorlabel.[ch]           ** REMOVE **
3815         * src/gtk/Makefile.am
3816         * src/gtk/colorlabel.[ch]       ** NEW **
3817                 move colorlabel files to gtk directory
3818
3819         * src/esmtp.[ch]                ** REMOVE **
3820                 has been merged into smtp.[ch] in 0.7.5
3821
3822 2003-02-25 [christoph]  0.8.10claws52
3823
3824         * src/Makefile.am
3825         * src/about.[ch]                ** REMOVE **
3826         * src/gtk/Makefile.am
3827         * src/gtk/about.[ch]            ** NEW **
3828                 move about files to gtk directory
3829
3830 2003-02-25 [christoph]  0.8.10claws51
3831
3832         * src/folder.c
3833                 some code optimization of folder scanning code
3834
3835         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3836
3837 2003-02-25 [christoph]  0.8.10claws50
3838
3839         * src/main.c
3840         * src/common/sylpheed.c
3841                 add command line parameter parsing to common code
3842
3843 2003-02-24 [christoph]
3844
3845         * Makefile.am
3846         * configure.ac
3847                 fix gnome prefix problems, the configure script now removed
3848                 `gnome-config --prefix` from `gnome-config --datadir`
3849                 and adds $(prefix} instead
3850
3851         (closes Bug 24 Makefile does not respect prefix when installing
3852          GNOME data)
3853
3854 2003-02-24 [christoph]  0.8.10claws49
3855
3856         * src/news.c
3857                 check for valid session before trying to authenticate
3858
3859         (closes Bug 60 crash if "authenticate on logon" is activated
3860          and newsserver-hostname is not valid)
3861
3862 2003-02-24 [melvin]     0.8.10claws48
3863
3864         * src/prefs_actions.c
3865                 Make sure all user's input is sent to the action and then
3866                 close the socket..
3867
3868 2003-02-23 [alfons]     0.8.10claws46
3869
3870         * src/summaryview.c
3871                 also wait cursor when deleting files
3872
3873 2003-02-23 [paul]
3874
3875         * tools/freshmeat_search.pl
3876           tools/google_search.pl
3877                 scripts should now work for any browser/browser command line
3878
3879 2003-02-22 [christoph]  0.8.10claws45
3880
3881         * src/procmsg.c
3882                 fix IMAP flag setting, IMAP flag is not handled correctly
3883                 anymore by the folder system and information about the
3884                 folder should not be saved in the MsgInfo (in my opinion)
3885
3886         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3887
3888 2003-02-22 [christoph]  0.8.10claws44
3889
3890         * src/summaryview.c
3891                 fix spelling of "label" ;-)
3892
3893 2003-02-22 [thorsten]   0.8.10claws43
3894
3895         * src/mimeview.c
3896           src/prefs_common.[ch]
3897           src/procmime.[ch]
3898                 do not use description as attachment name
3899
3900 2003-02-22 [alfons]     0.8.10claws42
3901
3902         * src/summaryview.c
3903                 freeze/thaw folder item updates when changing color labels,
3904                 and put a wait cursors on
3905
3906 2003-02-22 [thorsten]   0.8.10claws41
3907
3908         * src/mimeview.c
3909                 save-all fixes: crash if invoked on multipart container,
3910                 mimeinfo access, pathseparators, error dialog
3911
3912 2003-02-21 [alfons]     0.8.10claws40
3913
3914         * src/prefs_gtk.c
3915                 remove unused var
3916
3917 2003-02-21 [colin]      0.8.10claws39
3918
3919         * src/send.c
3920                 Fix smtp logging
3921
3922 2003-02-21 [colin]      0.8.10claws38
3923
3924         * src/summaryview.c
3925                 Freeze/thaw folderItem updates when filtering messages 
3926                 via Tools/Filter messages
3927
3928 2003-02-21 [paul]       0.8.10claws37
3929
3930         * src/compose.c
3931                 revert commit 0.8.10claws26, there are ulterior motives
3932                 for users to set a Reply-To header when posting to
3933                 newsgroups
3934
3935 2003-02-21 [paul]       0.8.10claws36
3936
3937         * sync with 0.8.10cvs17
3938                 see ChangeLog 2003-02-21
3939
3940 2003-02-20 [christoph]  0.8.10claws35
3941
3942         * src/imap.c
3943                 IMAP UID fetch speedup using SEARCH
3944
3945         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3946
3947         * src/imap.c
3948                 fix problem with UIDs in IMAP UID cache that no longer existed
3949
3950 2003-02-20 [christoph]  0.8.10claws34
3951
3952         * src/imap.c
3953         * src/procheader.c
3954         * src/procheader.h
3955                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3956
3957         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3958
3959         * src/imap.c
3960                 Rewrite imap_cmd_gen_recv use sock_getline instead
3961                 of sock_gets to avoid problems with too long reply
3962                 lines
3963     
3964 2003-02-20 [colin]      0.8.10claws33
3965         
3966         * src/prefs_account.c
3967                 Better wording
3968
3969 2003-02-20 [colin]      0.8.10claws32
3970
3971         * src/compose.c
3972                 Remove useless '&& !to_sender' 
3973
3974 2003-02-20 [darko]
3975
3976         * AUTHORS
3977                 change my e-mail address
3978
3979 2003-02-19 [colin]      0.8.10claws31
3980
3981         * src/prefs_common.c
3982                 X11 style colors for every configurable color
3983
3984 2003-02-19 [alfons]     0.8.10claws30
3985
3986         * src/prefs_gtk.[ch]
3987         * src/prefs_common.c
3988                 for color_new accept both plain integers and X11 style color
3989                 names (as found in /usr/lib/X11/rgb.txt)
3990
3991 2003-02-19 [paul]       0.8.10claws29
3992
3993         * src/mainwindow.c
3994                 add tooltips to online/offline button and account selector
3995                 button
3996
3997 2003-02-19 [paul]       0.8.10claws28
3998
3999         * src/folder.c
4000           src/news.c
4001           src/prefs_account.[ch]
4002           src/prefs_common.[ch]
4003                 move 'Maximum number of articles to download' to
4004                 account prefs.
4005                 clean up account prefs gui a little by hiding entries
4006                 rather then greying out entries
4007
4008 2003-02-19 [hiro]       0.8.10claws27
4009
4010         * src/common/utils.c
4011                 fix bug #54 'yesterdays date is displayed in the message 
4012                 summary window'
4013
4014 2003-02-19 [paul]       0.8.10claws26
4015
4016         * src/compose.c
4017                 fix bug reported in Feature Request [688596] 
4018                 'Reply-to header in news'
4019
4020 2003-02-18 [paul]       0.8.10claws25
4021
4022         * src/select-keys.c
4023                 add a 'List all keys' button to key selection dialog
4024
4025 2003-02-18 [colin]      0.8.10claws24
4026         
4027         * src/stock_pixmap.c
4028                 fix compile error
4029
4030 2003-02-18 [colin]      0.8.10claws23
4031
4032         * src/common/smtp.[ch]
4033           src/prefs_account.c
4034                 Try to starttls if it seems to be the only
4035                 way to authenticate a user
4036
4037 2003-02-18 [paul]       0.8.10claws22
4038
4039         * src/Makefile.am
4040           src/folderview.c
4041           src/stock_pixmap.[ch]
4042           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4043           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4044                 as a Drafts folder is a special folder allow it to have
4045                 its own unique icons
4046
4047 2003-02-18 [colin]      0.8.10claws21
4048
4049         * src/imap.c
4050                 Fix port selection when using starttls
4051
4052 2003-02-18 [paul]       0.8.10claws20
4053
4054         * src/mainwindow.c
4055           src/prefs_common.[ch]
4056                 make blue the default new mail colour
4057
4058 2003-02-18 [paul]       0.8.10claws19
4059
4060         * sync with 0.8.10cvs14
4061                 see ChangeLog 2003-02-18
4062
4063 2003-02-17 [jens]       0.8.10claws18
4064
4065         * src/common/md5.c
4066                 fixed a compile problem with gcc 3.3
4067                 works on 2.95.3 too (testet on PPC as it is big endian)
4068
4069 2003-02-17 [paul]       0.8.10claws17
4070
4071         * sync with 0.8.10cvs13
4072                 see ChangeLog 2003-02-17
4073
4074 2003-02-17 [paul]       0.8.10claws16
4075
4076         * sync with 0.8.10cvs12
4077                 see ChangeLog 2003-02-17
4078
4079 2003-02-16 [match]      0.8.10claws15
4080
4081         * src/addressbook.c
4082                 Eliminates reloading of address data when items
4083                 deleted or added. Applied submitted by
4084                 Luke Plant <lukeplant@softhome.net>
4085
4086 2003-02-16 [paul]       0.8.10claws14
4087
4088         * src/news.c
4089                 when a 'protocol error' is encountered disconnect from
4090                 the server. This means that the user can carry on viewing
4091                 other articles and doesn't have to either wait until the
4092                 server timesout or quit sylpheed.
4093                 Fixes bug #53 'Unable to read messages in newsgroups, 
4094                 displayed message doesn't change'
4095
4096 2003-02-15 [christoph]  0.8.10claws13
4097
4098         * src/imap.c
4099                 fix bug that stopped scanning of folders when an
4100                 IMAP folder was empty
4101
4102         (closes bug 46 stop scan messages in folders after empty folder)
4103
4104 2003-02-15 [paul]
4105
4106         * tools/Makefile.am
4107           tools/README
4108           tools/freshmeat_search.pl     ** NEW FILE **
4109           tools/google_search.pl        ** NEW FILE **
4110                 Add 2 Actions scripts which search freshmeat/google
4111                 for the selected text using the browser configured
4112                 in sylpheedrc.
4113                 
4114         Note: These scripts are very dependent on the format of the
4115         browser command and may not work on every occasion. Testing
4116         is welcome. 
4117
4118 2003-02-14 [alfons]     0.8.10claws12
4119
4120         * src/compose.c
4121                 fix breakage because of uninitialized account pointer.
4122                 please verify.
4123
4124 2003-02-14 [paul]       0.8.10claws11
4125
4126         * src/compose.c
4127           src/prefs_account.[ch]
4128           src/prefs_common.[ch]
4129                 move signature settings to Account Prefs
4130
4131 2003-02-14 [paul]       0.8.10claws10
4132
4133         * sync with 0.8.10cvs11
4134                 see ChangeLog 2003-02-14
4135
4136 2003-02-13 [thorsten]   0.8.10claws9
4137
4138         * src/news.c
4139                 revert news progressbar (GUI separation)
4140
4141 2003-02-13 [paul]       0.8.10claws8
4142
4143         * src/compose.c
4144                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4145                 paragraph 1
4146
4147 2003-02-13 [paul]       0.8.10claws7
4148
4149         * src/compose.[ch]
4150           src/summaryview.c
4151                 fix 'Follow-up and Reply-to' so that it creates a reply to
4152                 the newsgroup and the sender. If the message has the keyword
4153                 'poster' in the Followup-To header, all replies go to the
4154                 sender, re: RFC 1036, Section 2.2.3
4155                 rename all instances of 'ignore_replyto' to 'to_sender', both
4156                 were previously used, now we use just one.
4157
4158 2003-02-13 [paul]       0.8.10claws6
4159
4160         * sync with 0.8.10cvs9
4161                 see ChangeLog 2003-02-13
4162
4163 2003-02-13 [paul]       0.8.10claws5
4164
4165         * configure.ac
4166                 show which plugins are configured in the configure
4167                 output.
4168
4169 2003-02-12 [thorsten]   0.8.10claws4
4170
4171         * src/news.c
4172                 show progress while fetching news headers
4173
4174 2003-02-12 [christoph]  0.8.10claws3
4175
4176         * configure.ac
4177         * src/plugins/Makefile.am
4178                 use AM_CONDITIONAL to enable plugins, automake correctly
4179                 manages this when creating distdir
4180
4181 2003-02-12 [christoph]  0.8.10claws2
4182
4183         * ac/spamassassin.m4
4184         * src/plugins/spamassassin/Makefile.am
4185                 fix building SpamAssassin plugin without OpenSSL
4186
4187 2003-02-12 [paul]       0.8.10claws1
4188
4189         * ac/Makefile.am
4190           src/Makefile.am
4191           src/plugins/Makefile.am
4192                 fix failure of 'make release'
4193
4194 2003-02-12 [paul]       0.8.10claws
4195
4196         * 0.8.10claws released
4197
4198 2003-02-12 [paul]       0.8.9claws56
4199
4200         * po/bg.po
4201           po/es.po
4202           po/it.po
4203           po/ru.po
4204           po/sr.po
4205                 updated translations by George Danchev, Ricardo Mones Lastra,
4206                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4207                 
4208         * sylpheed.spec.in
4209                 Allow the building of RPMs by a regular user. Submitted
4210                 by Sergei Astanin
4211
4212 2003-02-11 [alfons]     0.8.9claws55
4213
4214         * src/colorlabel.c
4215                 don't use pixmaps for label color rect but draw rectangles
4216                 so we can respect the color map of palette based visuals
4217                 (fixes the long time crashes on Suns - thanks to Andreas
4218                 Engel and Steve O'Hara-Smith for testing)
4219
4220 2003-02-11 [christoph]  0.8.9claws54
4221
4222         * src/matcher_parser_parse.y
4223                 correct bug where filering rules of not existing folders in
4224                 matcherrc were added to global filtering
4225                 
4226         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4227          main filter-rules after removing directory, http://bugs.debian.org/180253)
4228         
4229 2003-02-11 [paul]       0.8.9claws53
4230
4231         * sync with 0.8.10cvs7
4232                 see ChangeLog 2003-02-09
4233
4234 2003-02-11 [melvin]     0.8.9claws52
4235
4236         * po/fr.po
4237                 Updated French tranlsations
4238
4239 2003-02-10 [paul]       0.8.9claws51
4240
4241         * sylpheed.spec.in
4242                 correct --enable-openssl
4243                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4244
4245 2003-02-09 [martin]     0.8.9claws50
4246
4247         * src/prefs_matcher.c
4248                 fix segfault in prefs_matcher_substitute_cb() when
4249                 no row is selected
4250
4251 2003-02-09 [paul]       0.8.9claws49
4252
4253         * src/folderview.c
4254                 fix bug where a newsgroup folder's processing rules were
4255                 merged with the global filtering rules when the newsgroup
4256                 folder was deleted, causing some seriously bad results,
4257                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4258
4259 2003-02-08 [melvin]     0.8.9claws48
4260
4261         * src/compose.c
4262                 Corrected and modified an alert message.
4263
4264 2003-02-07 [paul]       0.8.9claws47
4265
4266         * src/folderview.c
4267                 fix bug where both an 'Account properties' window and a
4268                 'Folder properties' window were opened when clicking on
4269                 'Properties' in an NNTP or IMAP folder's popup menu.
4270
4271 2003-02-07 [paul]       0.8.9claws46
4272
4273         * sync with 0.8.10cvs6
4274                 see ChangeLog 2003-02-06
4275
4276 2003-02-06 [christoph]  0.8.9claws45
4277
4278         * src/mbox.c
4279                 freeze folder updates while importing mbox files
4280                 (closes bug 43 importing mbox took hours)
4281                 
4282         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4283
4284 2003-02-06 [thorsten]   0.8.9claws44
4285
4286         * po/de.po
4287                 Updated german translations
4288
4289 2003-02-06 [thorsten]   0.8.9claws43
4290
4291         * src/news.h
4292                 use guint for message numbers (fix count in grouplist dialog)
4293
4294 2003-02-05 [paul]       0.8.9claws42
4295
4296         * sync with 0.8.10cvs2
4297                 see ChangeLog 2003-02-05
4298
4299 2003-02-04 [colin]      0.8.9claws41
4300
4301         * src/prefs_common.[ch]
4302           src/procmsg.c
4303           src/summaryview.c
4304                 Add an option to disable threading by subject
4305
4306 2003-02-04 [christoph]  0.8.9claws40
4307
4308         * src/inc.c
4309                 only abort fetching mails from multiple accounts when the
4310                 error is fatal and does not allow to check any more accounts
4311                 (currently only disk full error)
4312
4313         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4314          receive mails for other accouts)
4315
4316 2003-02-04 [christoph]  0.8.9claws39
4317
4318         * src/folder.c
4319                 first add the new message to the cache, then
4320                 send the update notification
4321
4322         (closes bug 39 after sending message folderview doesnt get updated)
4323
4324 2003-02-04 [colin]      0.8.9claws38
4325
4326         * src/inc.c
4327                 _really_ fix this Connecting... status
4328
4329 2003-02-04 [paul]       0.8.9claws37
4330
4331         * sync with 0.8.10
4332                 see ChangeLog 2003-02-04
4333
4334 2003-02-04 [paul]       0.8.9claws36
4335
4336         * sync with 0.8.9cvs6
4337                 see ChangeLog 2003-02-03
4338
4339 2003-02-04 [paul]       0.8.9claws35
4340
4341         * po/pt_BR.po
4342                 updated by André Filipe de Assunção e Brito 
4343                 <bedecko@netsite.com.br>
4344
4345 2003-02-03 [thorsten]   0.8.9claws34
4346
4347         * po/de.po
4348                 Updated german translations
4349
4350 2003-02-02 [paul]       0.8.9claws33
4351
4352         * po/es.po
4353                 updated by Ricardo Mones Lastra
4354
4355 2003-02-02 [thorsten]   0.8.9claws32
4356
4357         * src/mh.c
4358                 Fix mh_get_msginfo() segfault if file is inaccessible
4359
4360 2003-01-31 [colin]      0.8.9claws31
4361
4362         * src/procheader.c
4363                 Fix last commit's bug
4364
4365 2003-01-31 [colin]      0.8.9claws30
4366
4367         * src/procheader.c
4368                 Missing a change for gpg-signed messages
4369
4370 2003-01-31 [paul]       0.8.9claws29
4371
4372         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4373           src/procheader.c
4374           src/stock_pixmap.[ch]
4375           src/summaryview.c
4376                 indicate GnuPG signed messages by displaying an icon
4377                 in the Attachment column.
4378
4379 2003-01-31 [paul]       0.8.9claws28
4380
4381         * sync with 0.8.9cvs4
4382                 see ChangeLog 2003-01-31
4383
4384 2003-01-31 [alfons]     0.8.9claws27
4385
4386         * src/textview.c
4387                 tune URI parser to accept mailto URLs with a '?'
4388                 (patch from Ruslan Balkin)
4389
4390 2003-01-31 [colin]      0.8.9claws26
4391
4392         * src/summaryview.c
4393                 Fix a leak introduced in claws24
4394
4395 2003-01-31 [colin]      0.8.9claws25
4396
4397         * src/summaryview.c
4398                 Freeze/Thaw folder updates when deleting dups
4399
4400 2003-01-31 [colin]      0.8.9claws24
4401         
4402         * src/addr_compl.c
4403           src/summaryview.c
4404           src/msgcache.c
4405                 little speed improvements
4406
4407 2003-01-31 [colin]      0.8.9claws23
4408
4409         * src/summaryview.c
4410                 Fix segfault when forwarding nothing
4411                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4412                 
4413 2003-01-30 [paul]       0.8.9claws22
4414
4415         * sync with 0.8.9cvs3
4416                 see ChangeLog 2003-01-30
4417
4418 2003-01-30 [paul]       0.8.9claws21
4419
4420         * sync with 0.8.9cvs2
4421                 see ChangeLog 2003-01-30
4422
4423 2003-01-29 [paul]       0.8.9claws20
4424
4425         * sync with 0.8.9cvs1
4426                 see ChangeLog 2003-01-29
4427
4428 2003-01-28 [paul]       0.8.9claws19
4429
4430         * po/POTFILES.in
4431                 update to reflect changes. 
4432                 thanks to Ricardo Mones Lastra
4433
4434 2003-01-27 [christoph]  0.8.9claws18
4435
4436         * ac/openssl.m4
4437         * ac/spamassassin.m4
4438         * src/plugins/spamassassin/README
4439         * src/plugins/spamassassin/libspamc.[ch]
4440         * src/plugins/spamassassin/utils.[ch]
4441                 updated to latest libspamc
4442
4443 2003-01-27 [christoph]  0.8.9claws17
4444
4445         * src/folder.c
4446                 fix wrong use of procheader_get_header_fields
4447
4448 2003-01-27 [christoph]  0.8.9claws16
4449
4450         * src/news.c
4451         * src/prefs_account.[ch]
4452         * src/common/nntp.[ch]
4453                 allow to force authentication for NNTP servers
4454
4455         Patch submitted by Florian Mickler <dmk@d-labs.de>
4456
4457 2003-01-26 [paul]       0.8.9claws15
4458
4459         * src/summaryview.c
4460                 speed up of marking messages as read
4461                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4462
4463 2003-01-26 [christoph]  0.8.9claws14
4464
4465         * src/Makefile.am
4466         * src/mgutils.[ch]              ** REMOVE **
4467         * src/xml.[ch]                  ** REMOVE **
4468         * src/xmlprops.[ch]             ** REMOVE **
4469         * src/common/Makefile.am
4470         * src/common/mgutils.[ch]       ** NEW **
4471         * src/common/xml.[ch]           ** NEW **
4472         * src/common/xmlprops.[ch]      ** NEW **
4473                 move xml files to common directory
4474
4475 2003-01-26 [christoph]  0.8.9claws13
4476
4477         * src/plugins/spamassassin/spamassassin_gtk.c
4478                 only set gtk entry text if string is available
4479
4480 2003-01-26 [melvin]     0.8.9claws12
4481
4482         * src/description_window.c
4483                 Allow resizing of the window
4484                 Allow automatic horizontal scroll bar
4485                 Do not vertically expand and fill
4486
4487 2003-01-26 [christoph]  0.8.9claws11
4488
4489         * src/Makefile.am
4490         * src/gtkutils.[ch]             ** REMOVE **
4491         * src/common/sylpheed.c
4492         * src/gtk/Makefile.am
4493         * src/gtk/description_window.c
4494         * src/gtk/gtkutils.[ch]         ** NEW **
4495         * src/gtk/prefswindow.c
4496                 move gtkutils to gtk directory
4497
4498 2003-01-26 [paul]       0.8.9claws10
4499
4500         * src/summaryview.c
4501                 rename summary_unread_clicked() to summary_status_clicked()
4502
4503 2003-01-26 [melvin]     0.8.9claws9
4504
4505         * src/prefs_actions.c
4506                 Cosmetical changes to the help text
4507
4508 2003-01-26 [paul]       0.8.9claws8
4509
4510         * src/folder.[ch]
4511           src/mainwindow.c
4512           src/prefs_common.c
4513           src/prefs_sumamry_column.c
4514           summaryview.[ch]
4515                 rename the 'Unread' column to 'Status'
4516
4517 2003-01-25 [match]      0.8.9claws7
4518
4519         * src/mgutils.[ch]
4520                 removed reference to LDAP constants. removed error2string.
4521                 included functions to support LDAP dynamic queries.
4522         * src/syldap.h
4523                 moved LDAP constants here.
4524         * src/addressbook.c
4525         * src/addrindex.c
4526         * src/importldif.c
4527                 removed references to LDAP constants and references to
4528                 error2string.
4529
4530 2003-01-25 [paul]       0.8.9claws6
4531
4532         * src/summaryview.c
4533                 summary_thread_build(), summary_thread_init(): remove 
4534                 unneeded reference to summaryview->folder_item
4535
4536 2003-01-25 [christoph]  0.8.9claws5
4537
4538         * src/gtk/description_window.c
4539                 o allow description texts to expand over multiple columns
4540                 o translate all columns
4541         * src/prefs_actions.c
4542                 change syntax description to use new multi column feature
4543
4544         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4545
4546 2003-01-25 [match]      0.8.9claws4
4547
4548         * src/vcard.c
4549                 fixed bug with Quoted-Printable
4550
4551 2003-01-25 [paul]       0.8.9claws3
4552
4553         * src/folder.[ch]
4554           src/summaryview.[ch]
4555                 implement per-folder collapsed/expanded threads setting
4556                 
4557         * src/prefs_common.c
4558                 remove global collapsed/expanded threads option
4559
4560 2003-01-25 [christoph]  0.8.9claws2
4561
4562         * po/POTFILES.in
4563                 add pluginwindow and prefswindow
4564         * src/compose.c
4565                 make send respond correctly to messages that could be added
4566                 to the queue folder, but the UID of the message is unknown
4567         * src/folder.c
4568         * src/imap.c
4569                 don't return guessed UIDs in imap_add_msg anymore. We return
4570                 0 to tell the folder system it was appened but the UID is
4571                 unknown. Folder system now get's the UID by scaning the folder
4572                 and searching the cache for the Message-ID
4573                 (closes bug #29 Messages queued, but not sent)
4574
4575 2003-01-25 [paul]       0.8.9claws1
4576
4577         * src/codeconv.c
4578                 conv_encode_header():  fix bug when long headers with 8-bit
4579                 characters are used, so that the encoded words are wrapped.
4580                 If the space in the original text falls on the wrap boundary,
4581                 it can be lost.
4582                 Patch by Sergey Vlasov.
4583                 
4584         * src/folderview.c
4585                  fix bug where a change to the sorting method or thread view
4586                  of a folder's messages is lost if simpify-subject is set and
4587                  toggled on or off.
4588                  Patch by Luke Plant.
4589
4590 2003-01-24 [paul]       0.8.9claws
4591
4592         * sylpheed-0.8.9claws released
4593         
4594         * Makefile.am
4595           sylpheed.spec.in
4596                 remove reference to 'INSTALL.jp'
4597
4598 2003-01-23 [paul]       0.8.8claws128
4599
4600         * po/es.po
4601           po/it.po
4602           po/ru.po
4603           po/sr.po
4604                 updated translations. submitted by Ricardo Mones Lastra,
4605                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4606
4607 2003-01-23 [colin]      0.8.8claws127
4608
4609         * src/compose.c
4610                 Fix drafted and queued news articles re-edition
4611
4612 2003-01-23 [melvin]     0.8.8claws126
4613
4614         * po/fr.po
4615                 Updated French translations
4616
4617 2003-01-23 [colin]      0.8.8claws125
4618
4619         * src/inc.c
4620                 Fix "Connecting to..." status message
4621
4622 2003-01-22 [paul]       0.8.8claws124
4623
4624         * po/bg.po
4625                 updated by George Danchev
4626                 
4627         * src/folder.c
4628                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4629                 and folder deletion
4630
4631 2003-01-21 [paul]       0.8.8claws123
4632
4633         * po/bg.po
4634                 updated by George Danchev
4635                 
4636         * src/about.c
4637                 its now 2003
4638                 
4639         * src/toolbar.c
4640                 don't translate 'Separator'
4641                 
4642         * src/plugins/spamassassin/Makefile.am
4643                 add aspell to CPPFLAGS
4644                 
4645         * src/plugins/spamassassin/spamassassin.c
4646           src/plugins/spamassassin/spamassassin_gtk.c
4647                 set correct default for spamassassin_receive_spam
4648                 slightly re-word descriptions and some
4649                 other minor changes
4650
4651 2003-01-19 [alfons]     0.8.8claws122
4652                 
4653         * src/mimeview.c
4654                 mimeview_save_as(): we might as well show the file name for
4655                 the single case "Save As" too
4656
4657 2003-01-19 [alfons]     0.8.8claws121
4658
4659         * src/crash.c
4660                 change bug tracker URL to bugzilla URL
4661
4662 2003-01-19 [alfons]     0.8.8claws120
4663
4664         * src/mimeview.c
4665                 mimeview_save_all(): display name of file before overwriting;
4666                 continue saving all, even when one overwrite was cancelled
4667
4668 2003-01-19 [christoph]  0.8.8claws119
4669
4670         * src/summaryview.c
4671         * src/procmsg.[ch]
4672                 fix wrong usage of procmsg_find_children in summaryview
4673                 by using procmsg_update_unread_children instead of
4674                 summaryview_update_unread_children
4675
4676 2003-01-19 [christoph]  0.8.8claws118
4677
4678         * src/procmsg.c
4679                 fix infinite loop in procmsg_find_children
4680                  (closes bug #25 sylpheed crashes on delete.)
4681
4682         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4683
4684 2003-01-19 [paul]       0.8.8claws117
4685
4686         * po/pt_BR.po
4687                 updated by Ivan Francolin Martinez
4688
4689 2003-01-18 [melvin]     0.8.8claws116
4690
4691         * src/prefs_actions.c
4692                 Removed syntax limitation of only one '&' at the end of command.
4693                         Now actions that contain '>/dev/null 2>&1' are possible.
4694
4695 2003-01-18 [melvin]     0.8.8claws115
4696
4697         * src/prefs_actions.c
4698                 Actions IO dialog: when the action ends
4699                 the "Close" button now has focus and [Escape] closes the
4700                 window.
4701
4702 2003-01-18 [christoph]  0.8.8claws114
4703
4704         * src/procmsg.c
4705                 o add debug output when MsgInfos are really freed
4706                 o free GSLists in procmsg_find_children and
4707                   procmsg_update_unread_children
4708
4709 2003-01-18 [christoph]  0.8.8claws113
4710
4711         * src/mainwindow.c
4712                 reorder Configuration menu
4713
4714 2003-01-18 [christoph]  0.8.8claws112
4715
4716         * src/compose.c
4717                 fix applying templates to forwarded messages
4718
4719         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4720
4721 2003-01-17 [christoph]  0.8.8claws111
4722
4723         * src/folder.c
4724                 destroy folder items, when a folder item is removed
4725
4726 2003-01-17 [christoph]  0.8.8claws110
4727
4728         * src/folder.c
4729                 fix wrong folder stats update when ignored message is
4730                 deleted
4731
4732 2003-01-17 [colin]      0.8.8claws109
4733         
4734         * src/mainwindow.c
4735         * src/summaryview.c
4736                 Quicksearch bugfixes: 
4737                 - hide help button at startup if not extended
4738                 - switch to extended when looking for replies
4739
4740 2003-01-17 [paul]
4741
4742         * sync with 0.8.9 release
4743
4744 2003-01-17 [paul]       0.8.8claws108
4745
4746         * sync with 0.8.8cvs11
4747                 see ChangeLog 2003-01-17
4748
4749 2003-01-16 [colin]      0.8.8claws107
4750
4751         * src/procmsg.c
4752                 Changed encryption test to re-ask passphrase
4753                 if an encrypted message hasn't been decrypted
4754                 Fixes bug #5
4755
4756 2003-01-16 [christoph]  0.8.8claws106
4757
4758         * src/prefs_gtk.c
4759         * src/prefs_toolbar.c
4760         * src/gtk/prefswindow.h
4761         * src/plugins/spamassassin/spamassassin_gtk.c
4762                 remove page destroy function that is not used anymore
4763
4764 2003-01-16 [paul]       0.8.8claws105
4765
4766         * sync with 0.8.8cvs9
4767                 see ChangeLog 2002-01-16
4768
4769 2003-01-16 [colin]      0.8.8claws104
4770
4771         * src/compose.[ch]
4772                 Fix bug with autosaved drafts for IMAP, when draft
4773                 folder is specified - fixes bugzilla bug #20
4774
4775 2003-01-15 [paul]       0.8.8claws103
4776
4777         * src/compose.[ch]
4778           src/procmsg.c
4779                 store folder and message-id of message forwarding
4780                 in queue header and set forward flag after sending
4781
4782 2003-01-15 [paul]       0.8.8claws102
4783
4784         * sync with 0.8.8cvs8
4785                 see ChangeLog 2002-01-15
4786
4787 2003-01-15 [colin]      0.8.8claws101
4788
4789         * src/Makefile.am
4790                 Fix linking with GNU libiconv
4791
4792 2003-01-15 [darko]      0.8.8claws100
4793
4794         * src/pine.c
4795                 fix crash when importing pine address book
4796                 entry with an empty name (reported by DY
4797                 <dybulk at tri8.net>)
4798
4799 2003-01-14 [paul]       0.8.8claws99
4800
4801         * configure.in  ** REMOVED **
4802           configure.ac  ** NEW FILE **
4803                 rename configure.in to configure.ac, as it is now
4804                 preferred
4805
4806 2003-01-14 [melvin]     0.8.8claws98
4807
4808         * src/folderview.c
4809                 folderview_check_new(): More precise function description
4810
4811 2003-01-14 [melvin]     0.8.8claws97
4812
4813         * src/folderview.c
4814                 folderview_check_new(): return the number of new messages 
4815                         since last check.
4816         * src/inc.c
4817                 inc_account_mail(): Disable counting of new messages for IMAP
4818                         and NNTP until bug [19] and [14] are fixed.
4819
4820 2003-01-14 [paul]       0.8.8claws96
4821
4822         * sync with 0.8.8cvs6
4823                 see ChangeLog 2003-01-14
4824
4825 2003-01-13 [alfons]     0.8.8claws95
4826
4827         * src/textview.c
4828                 tune email address validation (c. 0.8.8claws89): if . is 
4829                 just one char away from @, the address is invalid too 
4830                 (correctly rejects addresses like foo@.com)
4831
4832 2003-01-13 [paul]       0.8.8claws94
4833
4834         * src/messageview.c
4835           src/toolbar.c
4836                 fixes to the Message View toolbar and menu:
4837                 fix non-functioning Forward button
4838                 make Reply button consider default_reply_list
4839                 remove 'Follow-up...' menu entry
4840                 add 'Forward' and 'Redirect' menu entries
4841
4842 2003-01-13 [melvin]     0.8.8claws93
4843
4844         * src/inc.c
4845                 Fixed typo that could make new messages count incorrect.
4846
4847 2003-01-13 [melvin]     0.8.8claws92
4848
4849         * src/folderview.[ch]
4850                 folderview_check_new(): return the number of new messages.
4851         * src/inc.c
4852                 Should fix bug [14] where new mail notification worked 
4853                         incorrectly with IMAP accounts.
4854                 inc_spool_account(): return number of new msgs, or -1 on error
4855                 inc_all_spool(): return number of new msgs
4856                 
4857 2003-01-13 [melvin]     0.8.8claws91
4858
4859         * src/prefs_actions.c
4860                 Justify help text.
4861
4862 2003-01-12 [thorsten]   0.8.8claws90
4863
4864         * src/common/prefs.c
4865                 close file before rename
4866
4867 2003-01-12 [alfons]     0.8.8claws89
4868
4869         * AUTHORS
4870                 add Christian Mertes
4871         * src/common/utils.[ch]
4872                 g_stricase_hash(), g_stricase_equal(): functions for 
4873                 case insensitive hash tables
4874         * src/textview.c
4875                 use top level domain names to validate email address, based
4876                 on a patch by Christian Mertes (thanks!), but changed 
4877                 implementation to use a hash table 
4878
4879 2003-01-12 [paul]       0.8.8claws88
4880
4881         * po/bg.po
4882                 updated by George Danchev
4883
4884 2003-01-12 [alfons]     0.8.8claws87
4885
4886         * src/summaryview.c
4887                 delete / execute performance: use new style folder update
4888
4889 2003-01-12 [paul]       0.8.8claws86
4890
4891         * sync with 0.8.8cvs5
4892                 see ChangeLog 2003-01-13 (!)
4893
4894 2003-01-12 [alfons]     0.8.8claws85
4895
4896         * src/filtering.c
4897         * src/matcher_parser_parse.y
4898                 prepare change_score filtering action
4899         * src/matcher.[ch]
4900                 give up const-correctness on functions that call non-const-correct functions;
4901                 several casts to gpointer in g_free();
4902                 add change_score;
4903
4904 2003-01-12 [christoph]  0.8.8claws84
4905
4906         * src/compose.c
4907                 fix 2 warnings
4908
4909         * src/gtk/prefswindow.[ch]
4910         * src/plugins/spamassassin/spamassassin_gtk.c
4911                 changed the call of the widget create function
4912                 for PrefsPages, because sometimes the widget
4913                 create function needs a widget that already has
4914                 been attached to a window (to create GDK pixmaps
4915                 for exmaple). So we simply pass the GtkWindow as
4916                 the second parameter now.
4917
4918         * src/main.c
4919         * src/mainwindow.c
4920         * src/prefs_toolbar.[ch]
4921                 rewrite Toolbar Preferences using the new
4922                 prefs window
4923
4924 2003-01-11 [alfons]     0.8.8claws83
4925
4926         * src/addressadd.c
4927                 fix crash when adding sender to addressbook because status bar
4928                 isn't there (the status bar doesn't seem to be used though,
4929                 but I'll let Match decide what to do with it)
4930
4931 2003-01-11 [colin]      0.8.8claws82
4932
4933         * src/main.c
4934           src/toolbar.c
4935                 Two useless changes reversed
4936
4937 2003-01-11 [colin]      0.8.8claws81
4938
4939         * src/mainwindow.c
4940           src/mainwindow.h
4941                 Add mainwindow_get_mainwindow()
4942         * src/alertpanel.c
4943           src/alertpanel.h
4944                 Add alertpanel_error_log() 
4945         * src/compose.c
4946           src/inc.c
4947           src/messageview.c
4948           src/toolbar.c
4949           src/main.c
4950           src/procmsg.c
4951                 Network errors get a View Log button
4952
4953 2003-01-10 [alfons]     0.8.8claws80
4954
4955         * src/prefs_toolbar.c
4956         * src/toolbar.c
4957                 use the translatable string for "Separator" as file name for
4958                 separator toolbar items (probably make this uppercase?)
4959
4960 2003-01-10 [alfons]     0.8.8claws79
4961
4962         * src/prefs_toolbar.c
4963                 put right A_SEPARATOR description string in "displayed
4964                 toolbar items list" so manually added separators are
4965                 saved correctly (bug #10, "Adding a separator to the main 
4966                 toolbar fails, entry in xml file is wrong")
4967
4968 2003-01-10 [christoph]  0.8.8claws78
4969
4970         * src/imap.c
4971                 o fix warnings
4972                 o use CAPABILITY to check if NAMESPACE is available
4973
4974 2003-01-10 [christoph]  0.8.8claws77
4975
4976         * src/imap.[ch]
4977                 apply UIDPLUS IMAP extension support patch
4978
4979         Patch submitted by Simon 'corecode' Schubert
4980
4981 2003-01-10 [paul]       0.8.8claws76
4982
4983         * src/folderview.c
4984                 a sync from main which fixes the news account folders'
4985                 Properties bug
4986
4987 2003-01-10 [christoph]  0.8.8claws75
4988
4989         * src/folder.c
4990                 don't accept 0 as a valid uid returned by copy and move
4991                 functions. 0 means the message was copied or moved but the
4992                 new uid could not be fetched. It is not an error condition
4993                 for the copy or move operation.
4994
4995 2003-01-10 [paul]       0.8.8claws74
4996
4997         * src/prefs_filtering.c
4998                 change English used in Alert when entry is not
4999                 saved.
5000                 
5001         * sync with 0.8.8cvs4
5002                 see ChangeLog 2003-01-10
5003
5004 2003-01-10 [darko]      0.8.8claws73
5005
5006         * src/pine.c
5007                 fix crash when importing address book entry
5008                 without a valid address
5009
5010 2003-01-09 [alfons]     0.8.8claws72
5011
5012         * src/inc.c
5013                 filtering performance: use new style folder update
5014
5015 2003-01-09 [christoph]  0.8.8claws71
5016
5017         * src/compose.c
5018         * src/gtk/menu.[ch]
5019                 fix wrong selecting of mime encoding type, when
5020                 opening property dialog of attachments in the
5021                 compose window. 7bit was always selected and that
5022                 destoryed files with 8bit data.
5023                 (closes bug #9 Sylpheed-claws destroys attachments when
5024                  changing MIME-types)
5025
5026 2003-01-09 [paul]       0.8.8claws70
5027
5028         * sync with 0.8.8cvs3
5029                 see ChangeLog 2003-01-09
5030
5031 2003-01-08 [alfons]     0.8.8claws69
5032         
5033         * src/addressadd.c
5034                 apply patch by Kim Schulz to fix build breakage
5035                 because of missing variable
5036
5037 2003-01-08 [paul]       0.8.8claws68
5038
5039         * sync with 0.8.8cvs2
5040                 see ChangeLog 2002-01-08
5041
5042 2003-01-08 [paul]       0.8.8claws67
5043
5044         * po/it.po
5045                 updated by Alessandro Maestri
5046                 
5047         * src/addressadd.c
5048                 when using 'Add sender to addressbook' allow
5049                 name to be edited and remarks to be entered
5050                 Patch submitted by Luke Plant
5051
5052 2003-01-08 [darko]      0.8.8claws66
5053
5054         * README.claws, src/summaryview.c
5055                 fix description for marked messages
5056
5057 2003-01-08 [paul]
5058
5059         * tools/Makefile.am
5060           tools/launch_phoenix  ** NEW FILE **
5061                 add script that enables using Phoenix as the default
5062                 web browser. 
5063                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5064                 
5065         * tools/OOo2sylpheed.pl
5066                 remove full path to sylpheed executable, just 'sylpheed'
5067                 will do
5068                 
5069         * tools/README
5070                 add launch_phoenix informtion and re-arrange and compress
5071                 the data a little
5072
5073 2003-01-07 [christoph]  0.8.8claws65
5074
5075         * src/folder.c
5076                 fix update for source folder when moving messages
5077         * src/procmsg.[ch]
5078         * src/summaryview.c
5079                 use function to set to_folder for message infos and
5080                 automatically update the op_count for old and new
5081                 folder
5082
5083 2003-01-07 [melvin]     0.8.8claws64
5084
5085         * src/prefs_actions.c
5086                 Fixed bug where an '%p' Action on a displayed image crashed 
5087                         Sylpheed
5088                 Code clean up (get rid of duplicated code and removed unnecessary 
5089                                 structure member)
5090
5091 2003-01-07 [christoph]  0.8.8claws63
5092
5093         * src/compose.c
5094         * src/folder.[ch]
5095         * src/folderview.c
5096         * src/import.c
5097         * src/inc.c
5098         * src/main.c
5099         * src/mainwindow.c
5100         * src/messageview.c
5101         * src/prefs_folder_item.c
5102         * src/procmsg.c
5103         * src/summaryview.c
5104         * src/toolbar.c
5105                 o remove all folder update triggering from the UI code. The folder
5106                   system should know much better when a folder needs an update.
5107                 o to prevent multiple updates in a row the folder updates can be
5108                   frozen for some time.
5109
5110                 Note: - Please verify that no updates are missing
5111                       - Check where freeze/thaws should be added
5112
5113 2003-01-07 [christoph]  0.8.8claws62
5114
5115         * src/prefs_actions.c
5116                 don't translate empty strings
5117
5118         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5119
5120 2003-01-06 [christoph]  0.8.8claws61
5121
5122         * src/prefs_actions.c
5123                 mark strings for gettext
5124         * src/prefs_matcher.c
5125                 use new description window for Execute action and
5126                 match condition in Filtering
5127
5128         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5129
5130 2003-01-06 [alfons]     0.8.8claws60
5131
5132         keep myself inspired to re-organize matcher part 8; 
5133         yes, more to come (I need to move out the descriptive
5134         text for actions to matcher.c, or at least make it not
5135         depend on the wicked ordering)
5136
5137         * src/prefs_matcher.c
5138                 add documentation so others may comprehend the
5139                 UI part of the conditions
5140                 
5141 2003-01-06 [christoph]  0.8.8claws59
5142
5143         * src/prefs_actions.c
5144                 use new description window for syntax help
5145         * src/gtk/description_window.c
5146                 fix display of descriptions with column count != 2
5147
5148         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5149
5150 2003-01-06 [christoph]  0.8.8claws58
5151
5152         * src/quote_fmt.c
5153         * src/summaryview.[ch]
5154         * src/gtk/Makefile.am
5155         * src/gtk/description_window.[ch]       ** NEW **
5156                 use a generic window to display syntax descriptions
5157                 currently used in quote_fmt and summaryview (new description
5158                 for extended quick search)
5159
5160         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5161
5162 2003-01-06 [paul]       0.8.8claws57
5163
5164         * sync with 0.8.8cvs1
5165                 see ChangeLog 2003-01-06
5166
5167 2003-01-06 [christoph]  0.8.8claws56
5168
5169         * src/mainwindow.c
5170         * src/prefs_gtk.[ch]
5171         * src/gtk/prefswindow.[ch]
5172         * src/plugins/spamassassin/spamassassin_gtk.c
5173                 o remove page management from prefswindow, pages
5174                   will be an argument to prefswindow_open
5175                 o prefswindow_open gets a datapointer that is
5176                   passed to the widget_create function to allow
5177                   creation of prefswindow for specific items
5178
5179 2003-01-06 [colin]      0.8.8claws55
5180         
5181         * src/summaryview.c
5182                 We don't want regexp in the reply-finder, 
5183                 because MIDs can contain !,$,. and so on
5184
5185 2003-01-06 [jens]       0.8.8claws54
5186
5187         * src/jpilot.c
5188                 fixed a wrong free in jpilot_read_db_files
5189
5190 2003-01-06 [alfons]     0.8.8claws53
5191
5192         re-organize matcher part 8; more to come
5193        
5194         * src/matcher.c
5195                 matcherprop_to_string(): put g_free()s before the
5196                 switch-case break to fix memleaks                
5197
5198 2003-01-06 [colin]      0.8.8claws52
5199
5200         * src/summaryview.c
5201                 cleanup & reply-finder now displays the first 
5202                 matching message
5203
5204 2003-01-05 [alfons]     0.8.8claws51
5205
5206         re-organize matcher part 7; more to come
5207
5208         * src/matcher.[ch]
5209                 fixes for constant correctness;
5210                 more documentation;
5211
5212 2003-01-05 [alfons]     0.8.8claws50
5213
5214         re-organize matcher part 6; more to come
5215         
5216         * src/matcher.[ch]
5217                 fixes for constant correctness;
5218                 more documentation;
5219         * src/filtering.c
5220                 fix for constant correctness
5221
5222 2003-01-05 [colin]      0.8.8claws49
5223
5224         * src/account.[ch]
5225                 Add account_get_reply_account function
5226         * src/compose.c
5227                 Use account_get_reply_account function 
5228         * src/summaryview.c
5229                 Basic reply-finder - click on the replied
5230                 icon gets you to the outbox using quick-search
5231
5232 2003-01-05 [paul]       0.8.8claws48
5233
5234         * src/prefs_common.c
5235                 small change to English
5236                 
5237         * src/prefs_filtering.c
5238                 prefs_filtering_action_select(): improve logic and uniformity
5239                 of gui
5240
5241 2003-01-05 [alfons]     0.8.8claws47
5242
5243         fine tune solution to focus problems (bug #7)
5244
5245         * src/mainwindow.c
5246                 mainwindow_focus_in_event(): remove grab event check
5247         * src/summaryview.c
5248                 summary_button_pressed(): move selection on right-click
5249                 too. we can't possibly move the selection back after
5250                 canceling a dialog, because gtk's incomplete focus 
5251                 management. whether this is a good solution, only time
5252                 will tell.
5253
5254 2003-01-05 [christoph]  0.8.8claws46
5255
5256         * src/imap.c
5257                 fix crash when no imap connection could be established
5258
5259 2003-01-05 [paul]       0.8.8claws45
5260
5261         * src/mainwindow.c
5262           src/sumamryview.c
5263           src/gtk/menu.[ch]
5264                 fix bug 605957 'shortcuts in popup-menu'
5265                 make user-defined shortcuts work
5266                 show shortcuts that are already defined
5267                 in the main menu
5268                 Patch submitted by Luke Plant
5269
5270 2003-01-05 [alfons]     0.8.8claws44
5271
5272         * src/mainwindow.c
5273                 focus_in_event handler should not select summary view row 
5274                 when another window (menu, dialog) grabbed for events 
5275                 (bug #7, "[0.8.8claws42] Message summary focus") 
5276
5277 2003-01-04 [christoph]  0.8.8claws43
5278
5279         * src/procmsg.c
5280                 update save folder after adding the sent message
5281                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5282
5283 2003-01-02 [christoph]  0.8.8claws42
5284
5285         * src/common/plugin.c
5286                 fix unloading of all plugins and unload
5287                 plugins in reverse order
5288                 
5289         * src/gtk/pluginwindow.c
5290                 implement function of load and unload button
5291
5292         * src/gtk/prefswindow.c
5293         * src/gtk/prefswindow.h
5294                 rename register function and add new unregister
5295                 function
5296
5297         * src/plugins/spamassassin/spamassassin_gtk.c
5298                 unregister prefs page and update for changes in
5299                 src/gtk/prefswindow.c
5300
5301 2003-01-02 [paul]       0.8.8claws41
5302
5303         * po/es.po
5304                 updated by Ricardo Mones Lastra
5305
5306 2003-01-02 [paul]
5307
5308         * tools/tb2sylpheed
5309                 fixes and improvements by Urke MMI
5310
5311 2003-01-02 [thorsten]   0.8.8claws40
5312
5313         * src/procmsg.c
5314                 fixed wrong return value
5315
5316 2003-01-02 [thorsten]   0.8.8claws39
5317
5318         * src/prefs.c
5319                 fixed printing wrong variable
5320
5321 2003-01-02 [thorsten]   0.8.8claws38
5322
5323         * src/prefs.c
5324                 fixed acessing members of freed pfile struct
5325
5326 2003-01-02 [thorsten]   0.8.8claws37
5327
5328         * src/procmsg.c
5329                 detect loops across several messages
5330                 as suggested by Christoph Hohmann
5331
5332 2003-01-01 [match]      0.8.8claws36
5333
5334         * src/addrindex.c
5335                 fixed another memory leak.
5336
5337 2003-01-01 [match]      0.8.8claws35
5338
5339         * src/jpilot.[ch]
5340                 fixed memory leaks. applied Doxygen comments.
5341
5342 2003-01-01 [thorsten]   0.8.8claws34
5343
5344         * src/procmsg.c
5345                 inhibit endless loop if msg references itself
5346                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5347
5348 2003-01-01 [christoph]  0.8.8claws33
5349
5350         * src/mainwindow.c
5351         * src/gtk/Makefile.am
5352         * src/gtk/pluginwindow.c                ** NEW **
5353         * src/gtk/pluginwindow.h                ** NEW **
5354                 add plugin window
5355
5356         * src/plugins/demo/demo.c
5357         * src/plugins/spamassassin/spamassassin.c
5358         * src/plugins/spamassassin/spamassassin_gtk.c
5359                 write better plugin descriptions
5360
5361 2002-12-31 [christoph]  0.8.8claws32
5362
5363         * src/gtk/prefswindow.c
5364         * src/plugins/spamassassin/spamassassin_gtk.c
5365                 some small improvements to GTK code
5366
5367 2002-12-31 [christoph]  0.8.8claws31
5368
5369         * src/plugins/spamassassin/spamassassin_gtk.c
5370                 enable folder select button
5371
5372 2002-12-31 [christoph]  0.8.8claws30
5373
5374         * src/mainwindow.c
5375         * src/gtk/Makefile.am
5376         * src/gtk/prefswindow.c                         ** NEW **
5377         * src/gtk/prefswindow.h                         ** NEW **
5378                 add new prefs window
5379
5380         * src/common/plugin.c
5381                 don't try to load empty config lines
5382         
5383         * src/plugins/spamassassin/Makefile.am
5384         * src/plugins/spamassassin/spamassassin.c
5385         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5386         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5387                 GTK config for SpamAssassin Plugin using
5388                 the new prefs window
5389
5390 2002-12-31 [paul]       0.8.8claws29
5391
5392         * po/POTFILES.in
5393                 remove obsolete entry 'src/menu.c'
5394
5395 2002-12-31 [alfons]     0.8.8claws28
5396
5397         * src/matcher.[ch]
5398         * src/matcher_parser_parse.y
5399         * src/prefs_matcher.c
5400                 add "ignore_thread" and "~ignore_thread" condition so it's
5401                 possible to make the actions / scoring operate on the ignore
5402                 thread flag
5403
5404 2002-12-31 [christoph]  0.8.8claws27
5405
5406         * src/addrbook.c
5407         * src/addrindex.c
5408         * src/folder.c
5409         * src/matcher.c
5410         * src/prefs_account.c
5411         * src/prefs_actions.c
5412         * src/prefs_customheader.c
5413         * src/prefs_display_header.c
5414         * src/prefs_gtk.c
5415         * src/procmime.c
5416         * src/toolbar.c
5417         * src/xmlprops.c
5418         * src/common/prefs.[ch]
5419                 extend prefs file handling for reading and automatic handling
5420                 of blocks. When reading prefs_set_block_label will automatically
5421                 move on to the block. When writing it will copy all other blocks
5422                 automatically
5423
5424         * src/common/plugin.c
5425                 Now loading plugin filenames from [Plugins] block in
5426                 sylpheed rc file
5427
5428 2002-12-30 [christoph]  0.8.8claws26
5429
5430         * src/common/hooks.[ch]
5431                 return abort status to caller of hooks_invoke
5432                 
5433         * src/inc.[ch]
5434                 invoke message filtering hook and stop
5435                 default handling when filter returns abort
5436
5437         * src/common/plugin.[ch]
5438         * src/plugins/demo/demo.c
5439                 modify plugin loader, because resolving symbols for strings
5440                 does not work correctly
5441         
5442         * configure.in
5443         * ac/spamassassin.m4                            ** NEW **
5444         * src/plugins/spamassassin/.cvsignore           ** NEW **
5445         * src/plugins/spamassassin/Makefile.am          ** NEW **
5446         * src/plugins/spamassassin/README               ** NEW **
5447         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5448         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5449         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5450                 add spamassassin plugin, see src/plugins/spamassassin/README
5451                 for details
5452
5453 2002-12-29 [alfons]     0.8.8claws25
5454
5455         * src/mainwindow.c
5456                 when moving focus from a message view to the main 
5457                 window, don't forget to select the summary node
5458                 of the displayed message. should fix "[ 659103 ] 
5459                 focus-follows-mouse confuses sylpheed"
5460
5461 2002-12-29 [christoph]  0.8.8claws24
5462
5463         * src/Makefile.am
5464         * src/stringtable.[ch]          ** REMOVE **
5465         * src/common/Makefile.am
5466         * src/common/stringtable.[ch]   ** NEW **
5467                 move stringtable files to common directory
5468
5469 2002-12-29 [christoph]  0.8.8claws23
5470
5471         * src/Makefile.am
5472         * src/menu.[ch]                 ** REMOVE **
5473         * src/gtk/Makefile.am
5474         * src/gtk/menu.[ch]             ** NEW **
5475                 move menu files to gtk directory
5476
5477 2002-12-29 [match]      0.8.8claws22
5478
5479         * src/addressbook.c
5480         * src/syldap.c
5481                 moved UI specific code out of LDAP code into addressbook
5482                 UI code. fixed memory leak.
5483
5484 2002-12-29 [christoph]  0.8.8claws21
5485
5486         * src/folder.c
5487                 only check for IGNORED parent message when message is
5488                 not IGNORED itself
5489
5490 2002-12-29 [alfons]     0.8.8claws20
5491
5492         * src/summaryview.c
5493                 set gtksctree's anchor correct (immediate execute
5494                 changes the tree's layout, and anchor points at 
5495                 the incorrect row). fixes "[ 657233 ] multiple msg 
5496                 delete sometimes off by 1".
5497                 we probably have to look for more tree layout /
5498                 anchor glitches.
5499
5500 2002-12-29 [paul]       0.8.8claws19
5501
5502         * src/summaryview.c
5503                 fix bug [ 659054 ] incorrect sorting of 'From' column
5504                 when using 'display sender using address book'
5505                 thanks to Alfons and Luke Plant
5506
5507 2002-12-29 [christoph]  0.8.8claws18
5508
5509         * src/folder.c
5510         * src/procmsg.[ch]
5511                 check parent messages for IGNORE THREAD flag, when adding,
5512                 moving or copying messages to a folder
5513
5514 2002-12-27 [alfons]     0.8.8claws17
5515
5516         re-organize matcher part 5; more to come
5517
5518         * src/matcher.c
5519                 hash keywords in matchparser_tab 
5520
5521 2002-12-27 [alfons]     0.8.8claws16
5522
5523         re-organize matcher part 4; more to come
5524
5525         * src/matcher_parser.h
5526         * src/matcher_parser_lex.l
5527         * src/matcher_parser_parse.y
5528                 cleanup
5529
5530 2002-12-27 [alfons]     0.8.8claws15
5531
5532         re-organize matcher part 3; more to come
5533
5534         * src/matcher.[ch]
5535                 cleanup
5536
5537 2002-12-27 [alfons]     0.8.8claws14
5538
5539         re-organize matcher part 2; more to come but this should
5540         work. cc me if there are any regressions.
5541
5542         * src/matcher.h
5543                 add prototype for get_matchparser_tab_id()
5544         * src/matcher_parser_lex.l
5545                 look up keywords using matchparser_tab_id();
5546
5547 2002-12-27 [alfons]     0.8.8claws12
5548
5549         re-organize matcher part 1
5550
5551         * src/matcher.h
5552                 map yacc generated constants to sylpheed matcher constants
5553         * src/matcher.c
5554                 add function to find a matcher constant from a string
5555
5556 2002-12-27 [christoph]  0.8.8claws11
5557
5558         * src/compose.c
5559                 MENUITEM_ADD casts the 4th argument from integer to pointer
5560                 so it probably should not be a pointer, this means we
5561                 should use account id for it and not the account's pointer
5562
5563 2002-12-27 [paul]       0.8.8claws10
5564
5565         * src/mainwindow.c
5566                 remove unneeded 'GtkWidget *vbox'
5567                 
5568         * src/summaryview.c
5569                 further sync with 0.8.8 - make sort
5570                 by recipient work as expected
5571                 
5572         * NEWS
5573                 sync with 0.8.8
5574
5575 2002-12-27 [paul]       0.8.8claws9
5576
5577         * po/pt_BR.po
5578                 updated by Ivan F. Martinez
5579                 
5580 2002-12-27 [darko]      0.8.8claws8
5581
5582         * src/common/utils.c
5583                 added locked pattern to extended search
5584
5585 2002-12-27 [alfons]     0.8.8claws7
5586
5587         * src/prefs_matcher.[ch]
5588                 clean up
5589
5590 2002-12-26 [alfons]     0.8.8claws6
5591
5592         * src/matcher.[ch]
5593         * src/matcher_parser_lex.l
5594         * src/matcher_parser_parse.y
5595         * src/prefs_matcher.c
5596                 allow color label as a condition in the matcher
5597
5598 2002-12-26 [oliver]     0.8.8claws5
5599         
5600         * src/toolbar.c 
5601                 enable Addressbook for Main and Messageview
5602         * src/prefs_actions.c
5603                 enable actions in Messageview
5604
5605 2002-12-26 [christoph]  0.8.8claws4
5606
5607         * src/common/plugin.c
5608                 add a little debug output
5609         * configure.in
5610         * src/plugins/demo/Makefile.am
5611                 better use of automake
5612
5613 2002-12-26 [christoph]  0.8.8claws3
5614
5615         * src/Makefile.am
5616         * src/common/Makefile.am
5617                 fix "make distdir"
5618
5619 2002-12-26 [christoph]  0.8.8claws2
5620
5621         * configure.in
5622                 sort configure checks into common / gtk / plugins
5623         * po/POTFILES.in
5624                 add src/prefs_gtk.c
5625         * src/Makefile.am
5626                 add plugins SUBDIR
5627         * src/main.c
5628         * src/common/sylpheed.[ch]
5629                 added now sylpheed_done function for shutdown
5630         * src/common/Makefile.am
5631         * src/common/plugin.[ch]                ** NEW **
5632                 plugin loader and unloader
5633         * src/plugins/.cvsignore                ** NEW **
5634         * src/plugins/Makefile.am               ** NEW **
5635                 build plugins
5636         * src/plugins/demo/.cvsignore           ** NEW **
5637         * src/plugins/demo/Makefile.am          ** NEW **
5638         * src/plugins/demo/demo.c               ** NEW **
5639                 small demo plugin that installs a logtext hook and
5640                 outputs the log text to stdout
5641
5642 2002-12-26 [paul]       0.8.8claws1
5643
5644         * po/es.po
5645                 updated by Ricardo Mones Lastra
5646
5647 2002-12-26 [paul]       0.8.8claws
5648
5649         * 0.8.8claws released
5650
5651 2002-12-26 [paul]       0.8.7claws12
5652
5653         * po/bg.po
5654                 updated by George Danchev
5655
5656 2002-12-26 [paul]       0.8.7claws11
5657
5658         * po/POTFILES.in
5659                 remove unneeded 'src/prefs.c' entry 
5660
5661 2002-12-26 [paul]       0.8.7claws10
5662
5663         * src/codeconv.c
5664           src/mainwindow.c
5665                 sync with 0.8.8 release
5666         
5667         * src/folder.[ch]
5668           src/mh.c
5669           src/summaryview.c
5670                 partial sync with 0.8.8 release
5671         
5672
5673 2002-12-25 [alfons]     0.8.7claws9
5674
5675         * src/matcher.[ch]
5676         * src/matcher_parser_lex.l
5677         * src/matcher_parser_parse.y
5678         * src/prefs_matcher.c
5679                 add locked flag to possible filtering / matcher 
5680                 conditions (also a good example what should be
5681                 done to add a simple boolean condition)
5682
5683 2002-12-25 [christoph]  0.8.7claws8
5684
5685         * src/Makefile.am
5686         * src/account.[ch]
5687         * src/addrbook.c
5688         * src/addressbook.c
5689         * src/addrindex.c
5690         * src/filtering.c
5691         * src/folder.c
5692         * src/matcher.c
5693         * src/prefs.[ch]                ** REMOVE **
5694         * src/prefs_account.c
5695         * src/prefs_actions.c
5696         * src/prefs_common.c
5697         * src/prefs_customheader.c
5698         * src/prefs_display_header.c
5699         * src/prefs_filtering.c
5700         * src/prefs_folder_item.c
5701         * src/prefs_gtk.[ch]            ** NEW **
5702         * src/prefs_matcher.c
5703         * src/prefs_scoring.c
5704         * src/prefs_summary_column.c
5705         * src/procmime.c
5706         * src/selective_download.c
5707         * src/toolbar.c
5708         * src/common/Makefile.am
5709         * src/common/prefs.[ch]         ** NEW **
5710                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5711
5712 2002-12-24 [alfons]     0.8.7claws7
5713
5714         * src/summaryview.c
5715                 summary_thread_build(): fix real cause of the crash mentioned in
5716                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5717                 this way we get meaningful ctree nodes 
5718
5719 2002-12-24 [oliver]     0.8.7claws6
5720
5721         * src/mainwindow.[ch]
5722         * src/messageview.[ch]
5723         * src/compose.[ch]
5724         * src/inc.c
5725         * src/summaryview.c
5726                 changes to use updated toolbar handling
5727                 
5728 2002-12-24 [oliver]     0.8.7claws5
5729
5730         * src/toolbar.[ch]
5731                 generic toolbar handling
5732                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5733         * src/prefs_toolbar.[ch]
5734                 adjust to handling
5735         
5736 2002-12-24 [oliver]     0.8.7claws4
5737         
5738         * src/stock_pixmap.[ch]
5739                 move SYLPHEED_LOGO to end of list in order 
5740                 to remove it from Custom Toolbar`s Icon View
5741
5742 2002-12-24 [alfons]     0.8.7claws3
5743
5744         * src/summaryview.c
5745                 summary_thread_build(): fix crash because of focus != selection 
5746                 after threading. when deleting the selection, gtk tries but fails 
5747                 to find the correct focusable element. we now force the selection
5748                 to be focused. this should solve the infamous bug reported by 
5749                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5750                 a test case is available. 
5751
5752 2002-12-24 [darko]      0.8.7claws2
5753
5754         * src/summaryview.c
5755                 don't crash when unmarking message with unread children
5756
5757 2002-12-23 [christoph]  0.8.7claws1
5758
5759         * src/Makefile.am
5760         * src/common/Makefile.am
5761                 update Makefiles for moved intl.h, version.h and defs.h
5762         * src/imap.c
5763                 rewrite imap_session_get to avoid duplicate code
5764
5765 2002-12-23 [paul]       0.8.7claws
5766
5767         * Santa-Claws released
5768         
5769         * po/hu.po
5770           po/ru.po
5771                 squeeze in updated Hungarian and Russian translations.
5772                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5773
5774 2002-12-23 [paul]       0.8.6claws129
5775
5776         * po/pl.po
5777                 updated by Witold Wladyslaw Wojciech Wilk
5778
5779 2002-12-23 [paul]       0.8.6claws128
5780
5781         * src/quote_fmt_parse.y
5782                 fix typo and add licence header
5783
5784 2002-12-23 [paul]       0.8.6claws127
5785
5786         * po/en_GB.po
5787                 updated
5788
5789 2002-12-23 [paul]       0.8.6claws126
5790
5791         * po/it.po
5792                 updated translation, submitted by Alessandro Maestri
5793                 
5794 2002-12-23 [paul]       0.8.6claws125
5795
5796         * src/quote_fmt_parse.y
5797                 fix signature-stripping on replies bug. match
5798                 '-- \n' and not '-- '.
5799
5800 2002-12-22 [paul]       0.8.6claws124
5801
5802         * po/bg.po
5803           po/es.po
5804           po/sr.po
5805                 updated translations. submitted by George Danchev,
5806                 Ricardo Mones Lastra, and Urke MMI respectively
5807
5808 2002-12-21 [paul]       0.8.6claws123
5809
5810         * src/addrbook.c
5811                 fix coding style
5812
5813 2002-12-21 [paul]       0.8.6claws122
5814
5815         * src/addrbook.c
5816                 fix bug [643638] where if a person is in one or more
5817                 addressbook groups editing that person's email 
5818                 address results in removal from those groups.
5819                 Patch submitted by Luke Plant.
5820
5821 2002-12-20 [christoph]  0.8.6claws121
5822
5823         * src/common/utils.c
5824         * src/summaryview.c
5825                 reimplement expand_search_string using GString to
5826                 prevent crashs caused by miscalculated string
5827                 lengths reported by Paul
5828
5829 2002-12-20 [christoph]  0.8.6claws120
5830
5831         * src/summaryview.c
5832                 don't use "changed" to check if op_count has to be changed as it
5833                 is also set when the message has unread children
5834                 (closes bug [ 653221 ] crash while deleting duplicates)
5835
5836 2002-12-20 [paul]       0.8.6claws119
5837
5838         * sync with 0.8.6cvs27
5839                 see ChangeLog 2002-12-20
5840
5841 2002-12-20 [paul]       0.8.6claws118
5842
5843         * sync with 0.8.6cvs26
5844                 see ChangeLog 2002-12-19 and 2002-12-20
5845
5846 2002-12-19 [alfons]     0.8.6claws117
5847
5848         * src/textview.c
5849                 fix incorrect parsing of email addresses, submitted by 
5850                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5851                 name display if it contains @".
5852
5853 2002-12-18 [paul]       0.8.6claws116
5854
5855         * sync with 0.8.6cvs23
5856                 see ChangeLog 2002-12-18
5857
5858 2002-12-18 [paul]       0.8.6claws115
5859
5860         * src/Makefile.am
5861         * src/account.c
5862         * src/codeconv.c
5863         * src/gtkutils.[ch]
5864         * src/imap.c
5865                 sync with 0.8.6cvs22.
5866                 see ChangeLog 2002-12-17 and 2002-12-18
5867
5868 2002-12-17 [christoph]  0.8.6claws114
5869
5870         * src/imap.c
5871                 o don't create a session if imap greeting fails
5872                 o don't close socket when authentication fails
5873                   this is done by imap_session_destroy
5874
5875 2002-12-17 [thorsten]   0.8.6claws113
5876
5877         * tools/Makefile.am
5878           tools/README
5879           tools/google_msgid.pl ** NEW FILE **
5880                 Added "search for message-id" script and doc
5881
5882 2002-12-17 [thorsten]   0.8.6claws112
5883
5884         * po/hu.po
5885                 Updated hungarian translation
5886                 (updated by Gal Zoltan)
5887
5888 2002-12-16 [christoph]  0.8.6claws111
5889
5890         * src/addr_compl.c
5891                 remove stupid addressbook dump to debug output
5892         * src/mh.c
5893                 fix memory leak found by Hiro
5894
5895 2002-12-14 [paul]       0.8.6claws110
5896
5897         * src/compose.c
5898                 fix menubar sensitivity on send
5899                 
5900         * src/prefs_filtering.c
5901         * src/prefs_matcher.c
5902         * src/prefs_scoring.c
5903                 Fix english ;)
5904                 
5905         * src/common/quoted-printable.h
5906                 sync: fix typo
5907         
5908 2002-12-13 [christoph]  0.8.6claws109
5909
5910         * src/Makefile.am
5911         * src/manage_window.[ch]        ** REMOVE **
5912         * src/gtk/Makefile.am
5913         * src/gtk/manage_window.[ch]    ** NEW **
5914                 move manage_window files to gtk directory
5915
5916 2002-12-13 [christoph]  0.8.6claws108
5917
5918         * src/Makefile.am
5919         * src/gtkshruler.[ch]           ** REMOVE **
5920         * src/gtk/Makefile.am
5921         * src/gtk/gtkshruler.[ch]       ** NEW **
5922                 move gtkshruler files to gtk directory
5923
5924 2002-12-13 [christoph]  0.8.6claws107
5925
5926         * src/Makefile.am
5927         * src/compose.c
5928         * src/gtkstext.[ch]             ** REMOVE **
5929         * src/gtkutils.[ch]
5930         * src/textview.c
5931         * src/gtk/gtkstext.[ch]         ** NEW **
5932         * src/gtk/Makefile.am
5933                 o move stext functions to gtkstext.c to remove
5934                   dependency of gtkutils
5935                 o move gtkstext files to gtk directory
5936
5937         * src/gtk/Makefile.am
5938         * src/gtk/sslcertwindow.[ch]
5939                 UI stuff can always depend on common code so
5940                 it's ok to add ../common to include path
5941
5942 2002-12-13 [colin]      0.8.6claws106
5943
5944         * src/summaryview.c
5945                 Disconnect sighandlers for mainwindow when
5946                 quicksearch has the focus
5947                 Fix bug #653231
5948         * src/mainwindow.[ch]
5949                 Make key_pressed callback public, to be able
5950                 to disconnect it
5951
5952 2002-12-13 [christoph]  0.8.6claws105
5953
5954         * src/mh.c
5955                 create .mh_sequences file in new MH folders
5956                 (closes feature request [ 523162 ] MH folders should
5957                  get a .mh_sequences)
5958
5959 2002-12-13 [colin]      0.8.6claws104
5960
5961         * src/summaryview.c
5962                 Better handling of quicksearch show/hide
5963                 (basically the button stays under the mouse 
5964                  when toggled)
5965
5966 2002-12-13 [paul]       0.8.6claws103
5967
5968         * sync with 0.8.6cvs17
5969                 see ChangeLog 2002-12-13
5970
5971 2002-12-13 [paul]       0.8.6claws102
5972
5973         * po/es.po
5974                 updated by Ricardo Mones Lastra
5975
5976 2002-12-11 [colin]       0.8.6claws101
5977
5978         * src/folder.c
5979                 remove statusbar stuff
5980           src/folderview.c
5981                 set statusbar verbosity when moving folders
5982
5983 2002-12-11 [colin]       0.8.6claws100
5984         * src/prefs_filtering.c
5985         * src/prefs_matcher.c
5986         * src/prefs_scoring.c
5987                 Fix english ;)
5988
5989 2002-12-11 [colin]       0.8.6claws99
5990
5991         * src/prefs_common.[ch]
5992                 Add summary_quicksearch_type
5993         * src/summaryview.c
5994                 Save last used quicksearch type
5995
5996 2002-12-11 [jens]       0.8.6claws98
5997         * src/prefs_filtering.c
5998         * src/prefs_matcher.c
5999         * src/prefs_scoring.c
6000                 added dialog for incomplete rules in scoring, filtering and
6001                 matcher to ask wheather really close
6002
6003 2002-12-11 [colin]      0.8.6claws97
6004
6005         * src/folder.c
6006                 Fix folder dnd statusbar logging
6007
6008 2002-12-10 [christoph]  0.8.6claws96
6009
6010         * src/compose.c
6011         * src/folder.c
6012         * src/imap.c
6013         * src/inc.c
6014         * src/main.c
6015         * src/mainwindow.c
6016         * src/news.c
6017         * src/send.c
6018         * src/statusbar.[ch]
6019         * src/common/hooks.c
6020         * src/common/log.[ch]
6021                 o handle verbose logging in statusbar directly in statusbar code
6022                   and common code does not need any knowledge about a statusbar
6023                 o remove direct calls to statusbar_(puts|pop)_all functions
6024
6025 2002-12-10 [jens]       0.8.6claws95
6026
6027         * src/*.c
6028                 removed gettext from g_warnings
6029         * po/POTFILES.in
6030                 cleaned and updated
6031         * po/de.po
6032                 updated
6033
6034 2002-12-10 [colin]      0.8.6claws94
6035
6036         * src/main.c
6037                 finish crash dialog fix
6038
6039 2002-12-10 [colin]      0.8.6claws93
6040
6041         * src/main.c
6042                 "Fix" "sylpheed already running" instead of
6043                 crash dialog appearing after a crash
6044
6045 2002-12-10 [colin]      0.8.6claws92
6046
6047         * po/POTFILES.in
6048                 add src/gtk/sslcertwindow.c
6049
6050 2002-12-10 [paul]       0.8.6claws91
6051
6052         * po/POTFILES.in
6053                 updated to reflect recent changes
6054                 submitted by Alessandro Maestri
6055
6056 2002-12-09 [christoph]  0.8.6claws90
6057
6058         * src/Makefile.am
6059         * src/smtp.[ch]                 ** REMOVE **
6060         * src/common/Makefile.am
6061         * src/common/smtp.[ch]          ** NEW **
6062                 move smtp files to common directory
6063
6064 2002-12-09 [christoph]  0.8.6claws89
6065
6066         * src/Makefile.am
6067         * src/session.[ch]              ** REMOVE **
6068         * src/common/Makefile.am
6069         * src/common/session.[ch]       ** NEW **
6070                 move session files to common directory
6071
6072 2002-12-09 [paul]       0.8.6claws88
6073
6074         * src/account.c
6075                 fix bug [649746] edit accounts: move account reverted
6076                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6077
6078 2002-12-09 [colin]      0.8.6claws87
6079
6080         * src/ssl_certificate.c
6081                 cleanup
6082
6083 2002-12-09 [colin]      0.8.6claws86
6084
6085         * src/ssl.c
6086                 Try to open the cert.pem database and 
6087                 issue a warning if it isn't there
6088
6089 2002-12-09 [colin]      0.8.6claws85
6090
6091         * src/common/ssl_certificate.c
6092         * src/gtk/sslcertwindow.c
6093                 Warning fixes
6094
6095 2002-12-09 [colin]      0.8.6claws84
6096
6097         * src/ssl_certificate.[ch] ** REMOVED **
6098         * src/common/ssl_certificate.[ch] ** NEW **
6099         * src/Makefile.am
6100         * src/common/Makefile.am
6101                 Moved ssl_certificate.[ch] to common
6102         * src/common/ssl.c 
6103                 Put back needed include
6104         * src/gtk/sslcertwindow.[ch]
6105                 Changed ssl_certificate.h include
6106         
6107 2002-12-09 [colin]      0.8.6claws83
6108
6109         * src/gtk/sslcertwindow.[ch]
6110                 Implement hook for certificate acception
6111         * src/ssl_certificate.[ch]
6112                 Implement hook for certificate acception
6113         * src/common/ssl.c
6114                 Reenable certificate acception check
6115         * src/mainwindow.c
6116                 Register sslcertwindow's hook
6117         
6118 2002-12-08 [christoph]  0.8.6claws82
6119
6120         * src/about.c
6121         * src/addr_compl.c
6122         * src/codeconv.c
6123         * src/manual.c
6124         * src/undo.c
6125         * src/common/utils.c
6126                 o add missing includes
6127                 o fix warnings
6128         * src/.cvsignore
6129         * src/common/.cvsignore
6130         * src/common/version.h          ** REMOVE **
6131                 remove autogenerated file
6132
6133 2002-12-08 [paul]       0.8.6claws81
6134
6135         * src/stringtable.c
6136                 put back needed include
6137
6138 2002-12-08 [colin]      0.8.6claws80
6139         
6140         * src/gtk/sslcertwindow.c
6141                 Cleaner popups when asking
6142         * src/ssl_certificate.c
6143         * src/prefs_common.[ch]
6144                 remove ssl certificate pref
6145                 put back needed include
6146         * src/undo.c
6147                 put back needed include
6148
6149 2002-12-08 [christoph]  0.8.6claws79
6150
6151         * src/folderview.c
6152         * src/logwindow.c
6153         * src/statusbar.c
6154         * src/summaryview.c
6155                 only abort hook invokation if required data is missing not
6156                 if our own data pointer is NULL, update hookfunction for
6157                 log window
6158
6159 2002-12-08 [paul]       0.8.6claws78
6160
6161         * src/about.c
6162         * src/addrcache.c
6163         * src/addrclip.c
6164         * src/addr_compl.c
6165         * src/addrselect.c
6166         * src/codeconv.c
6167         * src/colorlabel.c
6168         * src/enriched.c
6169         * src/esmtp.c
6170         * src/exporthtml.c
6171         * src/headerview.c
6172         * src/imageview.c
6173         * src/manual.c
6174         * src/noticeview.c
6175         * src/pgptext.c
6176         * src/scoring.c
6177         * src/sourcewindow.c
6178         * src/stringtable.c
6179         * src/undo.c
6180                 clean up: remove unneccesary includes
6181
6182 2002-12-08 [christoph]  0.8.6claws77
6183
6184         * src/folderview.c
6185         * src/statusbar.c
6186         * src/summaryview.c
6187         * src/common/hooks.[ch]
6188                 hook functions now have a gboolean return value, if a hook
6189                 returns TRUE it will stop executing of any more hooks in
6190                 the same hooklist for this invokation
6191
6192 2002-12-08 [colin]      0.8.6claws76
6193         
6194         * src/main.c
6195                 put back argv0 for CRASH_DIALOG
6196
6197 2002-12-08 [christoph]  0.8.6claws75
6198
6199         * src/Makefile.am
6200         * src/about.c
6201         * src/account.c
6202         * src/crash.c
6203         * src/esmtp.h
6204         * src/imap.[ch]
6205         * src/inc.c
6206         * src/main.c
6207         * src/mainwindow.c
6208         * src/news.c
6209         * src/pop.[ch]
6210         * src/prefs_account.[ch]
6211         * src/prefs_common.[ch]
6212         * src/send.[ch]
6213         * src/smtp.[ch]
6214         * src/ssl_certificate.[ch]
6215         * src/ssl_manager.[ch]
6216         * src/common/Makefile.am
6217         * src/common/log.c
6218         * src/common/nntp.[ch]
6219         * src/common/socket.[ch]
6220         * src/common/ssl.[ch]
6221         * src/gtk/sslcertwindow.[ch]
6222         * ac/openssl.m4
6223                 use new autoconf script to detect OpenSSL with extra parameters
6224                 to specify the location of libs and includes, also remove USE_SSL
6225                 to USE_OPENSSL
6226
6227         * src/common/sylpheed.[ch]
6228         * src/common/version.h.in
6229                 start seperation of common code initialization seperated from gui
6230
6231         * src/summaryview.c
6232                 The function that is called when a color label changes
6233                 should not change the color lable again
6234
6235 2002-12-08 [colin]      0.8.6claws74
6236
6237         * src/gtk/sslcertwindow.c
6238                 warning fixes
6239
6240 2002-12-08 [colin]      0.8.6claws73
6241
6242         * src/statusbar.c
6243           src/common/log.h
6244                 Register a hook for statusbar_puts_all
6245         * src/common/log.c
6246                 invoke statusbar_puts_all's hook
6247         
6248 2002-12-08 [colin]      0.8.6claws72
6249
6250         * src/ssl_certificate.c
6251                 Put back a badly-removed include
6252
6253 2002-12-08 [colin]      0.8.6claws71
6254
6255         * src/gtk/sslcertwindow.[ch]    ** NEW **
6256                 new certificate presentation
6257         * src/gtk/Makefile.am
6258                 add new files
6259         * src/ssl_certificate.[ch]
6260                 gtk cleanup, made utility functions public
6261         * src/ssl_manager.c
6262                 use new cert presentation
6263
6264 2002-12-07 [christoph]  0.8.6claws70
6265
6266         * src/Makefile.am
6267         * src/nntp.[ch]                 ** REMOVE **
6268         * src/common/Makefile.am
6269         * src/common/nntp.[ch]          ** NEW **
6270                 move nntp files to common directory
6271
6272 2002-12-07 [christoph]  0.8.6claws69
6273
6274         * src/procmsg.[ch]
6275         * src/summaryview.c
6276                 implement msginfo update callback using sylpheed's new
6277                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6278
6279 2002-12-06 [christoph]  0.8.6claws68
6280
6281         * src/editgroup.c
6282                 This patch changes the 'Edit Group Details' dialog to
6283                 allow extended selections in either pane, so that
6284                 addresses can be added or removed from a group more
6285                 quickly and easily. (it actually is a net decrease in
6286                 file size, as some unnecessary functions have been
6287                 removed). 
6288                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6289
6290 2002-12-06 [christoph]  0.8.6claws67
6291
6292         * src/Makefile.am
6293         * src/template.[ch]             ** REMOVE **
6294         * src/common/Makefile.am
6295         * src/common/template.[ch]      ** NEW **
6296                 move template files to common directory
6297
6298         * src/nntp.c
6299                 add missing log.h include
6300
6301 2002-12-06 [melvin]     0.8.6claws66
6302
6303         * src/prefs_actions.c
6304                 Added the trailing ">" syntax to insert command's output
6305                 without replacing old text (in contrast to trailing "|").
6306
6307 2002-12-05 [colin]      0.8.6claws65
6308         
6309         * src/common/utils.c
6310                 Don't modify original search_string or it'll change
6311                 the next iterations in the for()
6312
6313 2002-12-05 [darko]      0.8.6claws64
6314
6315         * src/common/utils.c
6316                 proper check for filtering commands, found by Colin
6317
6318 2002-12-05 [darko]      0.8.6claws63
6319
6320         * src/common/utils.c
6321                 check proper string for NULL pointer, found by Colin
6322
6323 2002-12-05 [darko]      0.8.6claws62
6324
6325         * src/common/utils.[ch]
6326                 expand_search_string(): new function
6327                 converts Mutt-like patterns to Sylpheed's
6328                 filtering engine
6329         * src/summaryview.c
6330                 use expand_search_string() to allow Mutt-like
6331                 patterns in extended search
6332         * README.claws
6333                 document extended option in quick search
6334
6335 2002-12-05 [paul]       0.8.6claws61
6336
6337         * sync with 0.8.6cvs16
6338                 see ChangeLog 2002-12-05
6339                 
6340         * po/POTFILES.in
6341                 clean up
6342
6343 2002-12-04 [christoph]  0.8.6claws60
6344
6345         * src/imap.[ch]
6346                 put imap authentication code into a new function and
6347                 remove it from imap_session_new that will allow to
6348                 send other commands before authentication
6349
6350 2002-12-04 [christoph]  0.8.6claws59
6351
6352         * src/imap.[ch]
6353                 use already existing method to prevent unneeded IMAP
6354                 folder selects. Set imap_select parameters to NULL
6355                 in some functions if the values are not required.
6356
6357         * src/xml.h
6358                 remove no longer required include
6359
6360 2002-12-04 [paul]       0.8.6claws58
6361
6362         * po/es.po
6363                 updated by Ricardo Mones Lastra
6364                 
6365         * configure.in
6366           po/hu.po      ** NEW FILE **
6367                 initial Hungarian translation, submitted
6368                 by Gál Zoltán <galzoli@hu.inter.net>
6369
6370 2002-12-03 [christoph]  0.8.6claws57
6371
6372         * src/Makefile.am
6373         * src/gtksctree.[ch]            ** REMOVE **
6374         * src/gtk/Makefile.am
6375         * src/gtk/gtksctree.[ch]        ** NEW **
6376                 move gtksctree files to gtk directory
6377
6378 2002-12-03 [christoph]  0.8.6claws56
6379
6380         * src/Makefile.am
6381         * src/md5.[ch]                  ** REMOVE **
6382         * srm/common/Makefile.am
6383         * src/common/md5.[ch]           ** NEW **
6384                 move md5 files to common directory
6385
6386         * src/gtkstext.c
6387                 remove not required #include
6388
6389 2002-12-03 [sergey]     0.8.6claws55
6390
6391         * src/gtkutils.c
6392         * src/gtkutils.h
6393                 gtkut_window_popup(): new function.
6394         * src/mainwindow.c
6395                 main_window_popup(): use gtkut_window_popup() to raise
6396                 window without changing its position.
6397                 (see sylpheed-main ML message [sylpheed:17247])
6398
6399 2002-12-03 [sergey]     0.8.6claws54
6400
6401         * src/send.c
6402                 send_message_local(): removed first-dot escaping
6403                 (SMTP-only, not needed for sending through pipe)
6404
6405 2002-12-03 [paul]       0.8.6claws53
6406
6407         * po/POTFILES.in
6408                 update to reflect recent changes (thanks
6409                 to Ricardo Mones Lastra)
6410                 
6411         * tools/filter_conv.pl
6412                  fix problem with quoted strings. Patch submitted
6413                  by Luke Plant <lukeplant@softhome.net>
6414
6415 2002-12-03 [paul]       0.8.6claws52
6416
6417         * sync with 0.8.6cvs15
6418                 see ChangeLog 2002-12-03
6419
6420 2002-12-02 [christoph]  0.8.6claws51
6421
6422         * src/logwindow.[ch]
6423         * src/common/log.[ch]
6424                 implement logging using a hook function
6425
6426         * src/folderview.c
6427         * src/folder.[ch]
6428                 define hooklist name in header file to avoid
6429                 errors caused by wrong spelling of hooklist names
6430
6431         * src/toolbar.c
6432                 fix warnings
6433
6434 2002-12-02 [christoph]  0.8.6claws50
6435
6436         * src/common/Makefile.am
6437                 add src/common/hooks.[ch]
6438
6439         * src/common/hooks.[ch]
6440                 implement a simple hook system using glib's hook functions
6441
6442         * src/folder.[ch]
6443         * src/folderview.c
6444                 use new hook system for folder item updates
6445
6446 2002-12-02 [christoph]  0.8.6claws49
6447
6448         * doc-src/ui_seperation.txt     ** NEW **
6449                 information for ui seperation
6450
6451         * src/Makefile.am
6452                 remove files that were moved to common
6453                 include common directory by default for the header files
6454
6455         * src/inc.c
6456         * src/common/socket.c
6457         * src/automaton.[ch]
6458                 implement automaton using g_io_*-functions instead of
6459                 gdk_input_add to make it ui independent
6460
6461         * src/codeconv.c
6462         * src/compose.c
6463         * src/ldif.c
6464         * src/pgptext.c
6465         * src/procmime.c
6466         * src/rfc2015.c
6467         * src/smtp.c
6468         * src/unmime.c
6469                 remove common/ prefix because directory is now in
6470                 include path
6471
6472         * src/compose.c
6473         * src/folder.c
6474         * src/folderview.c
6475         * src/mainwindow.c
6476         * src/messageview.c
6477         * src/prefs_common.c
6478         * src/procmsg.c
6479         * src/rfc2015.c
6480                 fix warnings
6481
6482         * src/imap.c
6483         * src/inc.c
6484         * src/news.c
6485         * src/pop.c
6486         * src/send.c
6487         * src/smtp.c
6488         * src/ssl_certificate.c
6489                 add log.h header file for logging functions
6490
6491         * src/main.c
6492         * src/common/utils.c
6493         * src/summaryview.c
6494         * src/xml.c
6495                 o move debug_mode to common/utils.c
6496                 o add functions to set and get debug_mode
6497
6498         * src/defs.h                    ** REMOVE **
6499         * src/intl.h                    ** REMOVE **
6500         * src/socket.[ch]               ** REMOVE **
6501         * src/ssl.[ch]                  ** REMOVE **
6502         * src/utils.[ch]                ** REMOVE **
6503                 replaced by new files in src/common/
6504         
6505         * src/common/Makefile.am
6506                 add new files in src/common/
6507
6508         * src/common/defs.h             ** NEW **
6509         * src/common/intl.h             ** NEW **
6510         * src/common/log.[ch]           ** NEW **
6511         * src/common/socket.[ch]        ** NEW **
6512         * src/common/ssl.[ch]           ** NEW **
6513         * src/common/utils.[ch]         ** NEW **
6514                 replacement for files in src/
6515
6516 2002-12-02 [colin]      0.8.6claws48
6517
6518         * src/folderview.c
6519                 Scroll folderview if necessary during dnd
6520
6521 2002-12-02 [colin]      0.8.6claws47
6522
6523         * src/folder.[ch]
6524                 Add check to verify a move is within a single mailbox
6525         * src/folderview.c
6526                 Add specific error string for this check
6527
6528 2002-12-02 [colin]      0.8.6claws46
6529
6530         * src/folder.c
6531                 Add a test to folder moving, remove a statusbar_print
6532         * src/folderview.c
6533                 Add Move folder... context-menu item
6534                 Factorize folder moving code
6535                 Enable folder DND for mbox
6536
6537 2002-12-01 [christoph]  0.8.6claws45
6538
6539         * ac/aspell.m4
6540                 remove conf.aspelltest if the version check fails
6541
6542 2002-11-30 [christoph]  0.8.6claws44
6543
6544         * autogen.sh
6545                 run libtoolize --force in autogen to create missing
6546                 libtool scripts
6547
6548 2002-11-30 [christoph]  0.8.6claws43
6549
6550         * src/Makefile.am
6551         * src/pgptext.c
6552         * src/procmime.c
6553         * src/rfc2015.c
6554         * src/uuencode.[ch]             ** REMOVED **
6555         * src/common/Makefile.am
6556         * src/common/uuencode.[ch]      ** NEW **
6557                 move uuen/decoder to common directory
6558
6559 2002-11-30 [christoph]  0.8.6claws42
6560
6561         * src/Makefile.am
6562         * src/base64.[ch]               ** REMOVED **
6563         * src/codeconv.c
6564         * src/compose.c
6565         * src/ldif.c
6566         * src/pgptext.c
6567         * src/procmime.c
6568         * src/rfc2015.c
6569         * src/smtp.c
6570         * src/unmime.c
6571         * src/common/Makefile.am
6572         * src/common/base64.[ch]        ** NEW **
6573                 move base64 en/decoder to common directory
6574
6575 2002-11-30 [christoph]  0.8.6claws41
6576
6577         * src/common                    ** NEW **
6578                 new directory for UI independent code
6579         * src/gtk                       ** NEW **
6580                 new directory for GTK frontend
6581         * src/common/.cvsignore         ** NEW **
6582         * src/gtk/.cvsignore            ** NEW **
6583                 ignore build files
6584         * src/common/Makefile.am        ** NEW **
6585         * src/gtk/Makefile.am           ** NEW **
6586                 automake files to build new seperated stuff
6587         * src/Makefile.am
6588                 the binary will currently still be build with the
6589                 files in src, so we include the code from the
6590                 subdirs for now after building the libs there
6591
6592 2002-11-30 [paul]       0.8.6claws40
6593
6594         * src/compose.c
6595                 fix bug [642731] 'Wrong selected account with drafted mail'
6596
6597 2002-11-29 [oliver]     0.8.6claws39
6598         
6599         * src/messageview.c
6600                 o update summaryview when switching between different
6601                   messageviews          
6602         * src/toolbar.c  
6603                 o check if messageview holds already removed msg
6604                   from summaryview
6605                 
6606
6607 2002-11-29 [oliver]     0.8.6claws38
6608
6609         * src/toolbar.c 
6610                 remove not needed variables and includes
6611                 make messageview stay opened and move to next when msgs are deleted 
6612
6613 2002-11-29 [oliver]     0.8.6claws37
6614         
6615         * src/toolbar.c 
6616                 disable compose button (messageview toolbar) by default
6617                 deleted msgs are moved to trash
6618         
6619 2002-11-29 [melvin]     0.8.6claws36
6620
6621         * configure.in
6622                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6623                 and to detect signatures expirations (gpgme 0.3.6)
6624
6625         * src/main.c
6626                 Use non obsolescent function for Gpgme engine checking.
6627
6628         * src/rfc2015.c
6629                 Inform about expired signatures or signatures which key
6630                 has expired. Expiration date is displayed.
6631
6632         * src/sigstatus.c
6633                 Inform about expired signatures or signatures which key
6634                 has expired.
6635
6636 2002-11-28 [paul]       0.8.6claws35
6637
6638         * src/folderview.c
6639                 re-instate 'Check for new messages' in Newsgroup
6640                 folders right-click menu, after a suggestion from
6641                 Tim Mann <timmann@users.sourceforge.net>
6642
6643         * src/main.c
6644                 after a crash check only local folders for new
6645                 messages
6646
6647 2002-11-28 [paul]       0.8.6claws34
6648
6649         * configure.in
6650                 apply patch that fixes the checking of GTK with XIM 
6651                 support on different OSs, such as FreeBSD. Patch 
6652                 submitted by Topia <topia@users.sourceforge.net>
6653                 
6654 2002-11-28 [paul]       0.8.6claws33
6655
6656         * src/mainwindow.c
6657           src/prefs_common.c
6658           src/prefs_toolbar.c
6659                 more changes to the English
6660
6661 2002-11-28 [paul]       0.8.6claws32
6662
6663         * sync with 0.8.6cvs13
6664                 see ChangeLog 2002-11-28 (no sync needed
6665                 for src/compose.c)
6666
6667 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6668         
6669         * src/mainwindow.[ch]
6670                 add patch by Ivan F. Martinez introducing messageview Toolbar
6671                 some changes and committed by oliver    
6672
6673 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6674
6675         * src/messageview.[ch]
6676                 add patch by Ivan F. Martinez introducing messageview Toolbar
6677                 some changes and committed by oliver    
6678
6679 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6680
6681         * src/compose.[ch]
6682                 add patch by Ivan F. Martinez introducing messageview Toolbar
6683                 some changes and committed by oliver    
6684
6685 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6686         
6687         * src/toolbar.[ch]
6688                 add patch by Ivan F. Martinez introducing messageview Toolbar
6689                 some changes and committed by oliver
6690
6691 2002-11-28 [oliver]     0.8.6claws27
6692         
6693         * src/prefs_toolbar.[ch]
6694                 getting ready for messageview toolbar
6695                 free mem allocated by gettext
6696                 change prefs_toolbar to prefs_toolbar_open
6697  
6698 2002-11-28 [thorsten]   0.8.6claws26
6699
6700         * src/imageview.[ch]
6701                 cleaned up conflicting declarations of
6702                 imageview_show_image()
6703
6704 2002-11-28 [paul]       0.8.6claws25
6705
6706         * src/grouplistdialog.c
6707           src/prefs_common.c
6708           src/prefs_summary_column.c
6709                 a few more improvements to the English
6710
6711 2002-11-28 [colin]      0.8.6claws24
6712
6713         * man/sylpheed.1
6714                 A few updates to command-line parameters
6715
6716 2002-11-28 [colin]      0.8.6claws23
6717
6718         * src/prefs_filtering.c
6719                 Fix problems with prefs_filtering_delete_path:
6720                 a) if the first rule is removed, original pointers
6721                    weren't updated (leading to segfaults)
6722                 b) it was always global_processing updated in case
6723                    of removed path was parent of rule path
6724
6725 2002-11-27 [paul]       0.8.6claws22
6726
6727         * src/mainwindow.c
6728           src/prefs_account.c
6729           src/prefs_actions.c
6730           src/prefs_common.c
6731           src/prefs_customheader.c
6732           src/prefs_display_header.c
6733           src/prefs_filtering.c
6734           src/prefs_folder_item.c
6735           src/prefs_matcher.c
6736           src/prefs_scoring.c
6737           src/prefs_summary_column.c
6738           src/prefs_template.c
6739           src/prefs_toolbar.c
6740                  improve the English in the GUI
6741
6742 2002-11-27 [colin]      0.8.6claws21
6743
6744         * src/folder.c
6745                 Fix processing renaming problems happening after
6746                 last commit
6747
6748 2002-11-27 [colin]      0.8.6claws20
6749
6750         * src/folder.c
6751                 recursive move now deletes src each subfolder after 
6752                 having moved it
6753         * src/folderview.c
6754                 Use identifier instead of path during dnd (enables
6755                 IMAP folder dnd)
6756
6757 2002-11-27 [paul]       0.8.6claws19
6758
6759         * src/main.c
6760                 apply patch that does command-line processing 
6761                 BEFORE gtk_init, allowing claws to run from 
6762                 shell-scripts in non-X environment (e.g. crontab 
6763                 or ip-up, ip-down scripts). Patch submitted by
6764                 Ruslan N. Balkin <baron@dartel.ru>
6765                 
6766         * po/it.po
6767                 updated by Alessandro Maestri
6768
6769 2002-11-27 [paul]       0.8.6claws18
6770
6771         * sync with 0.8.6cvs12
6772           src/prefs_common.c
6773                 Differences are that main uses a 'Receive dialog'
6774                 frame on the Interface tab, whereas claws groups all 
6775                 the dialogs together in a 'Dialogs' frame.
6776
6777 2002-11-27 [colin]      0.8.6claws17
6778
6779         * src/prefs_matcher.c
6780                 Fix Execute criteria's NOT flag
6781
6782
6783 2002-11-26 [christoph]  0.8.6claws16
6784
6785         * src/ssl.c
6786                 rewrite the ssl code a little bit, only use one
6787                 SSL context, set default certificates' file/path
6788
6789 2002-11-26 [thorsten]   0.8.6claws15
6790
6791         * src/compose.c
6792                 default-reply-to didn't work for ml-reply
6793
6794 2002-11-26 [melvin]     0.8.6claws14
6795
6796         * src/prefs_actions.c
6797                 Made pipe-actions ignore short headers in message view
6798                 Made trailing-pipe-actions write in the message view with
6799                 the same font as the original message
6800
6801 2002-11-26 [paul]       0.8.6claws13
6802
6803         * src/compose.c
6804                 this time commit the correct file
6805
6806 2002-11-26 [paul]       0.8.6claws12
6807
6808         * sync with 0.8.6cvs11
6809           src/quote_fmt_parse.y  
6810                 no sync needed
6811           src/account.[ch]       
6812                 not sync'ed
6813           src/compose.c
6814                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6815                 on draft mode.
6816                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6817                 header
6818                 
6819         see ChangeLog 2002-11-25 and 2002-11-26
6820
6821 2002-11-26 [colin]      0.8.6claws11
6822
6823         * src/folderview.c
6824                 Fix collapsed folder not auto-expanding during
6825                 mail dnd, if it was the source folder.
6826
6827 2002-11-25 [colin]      0.8.6claws10
6828
6829         * src/folderview.[ch]
6830                 Variable renaming and cleaning (slist of nodes 
6831                 to be re-collapsed is stored in FolderView)
6832
6833 2002-11-25 [paul]       0.8.6claws9
6834
6835         * src/prefs_common.[ch]
6836                 fix breakage caused by last commit
6837
6838 2002-11-25 [paul]       0.8.6claws8
6839
6840         * sync with 0.8.6cvs4
6841                 see ChangeLog 2002-11-21
6842
6843 2002-11-25 [paul]       0.8.6claws7
6844
6845         * sync with 0.8.6cvs4
6846                 see ChangeLog 2002-11-20
6847
6848 2002-11-25 [paul]       0.8.6claws6
6849
6850         * sync with 0.8.6cvs3
6851                 see ChangeLog 2002-11-18
6852
6853 2002-11-25 [colin]      0.8.6claws5
6854
6855         * src/gtkutils.[ch]
6856                 Add gtkut_ctree_node_is_parent()
6857         * src/folderview.c
6858                 Spring-loaded folders
6859
6860 2002-11-25 [colin]      0.8.6claws4
6861
6862         * src/utils.[ch]
6863                 Add slist_concat_unique(), function to merge
6864                 two GSList filtering dups
6865         * src/folder.[ch]
6866         * src/summaryview.[ch]
6867         * src/folderview.c
6868         * src/main.c
6869                 Add detection/update/display of unread answers
6870                 to marked mails
6871         * src/procmsg.[ch]
6872                 Add procmsg_find_children()
6873                 Add procmsg_msg_has_marked_parent()
6874
6875 2002-11-25 [colin]      0.8.6claws3
6876
6877         * src/ssl_certificate.[ch]
6878                 Allow checking a certificate without a DNS
6879                 lookup
6880                 Allow to forget a cert (by deleting it)
6881                 Make ssl_certificate_destroy_public
6882         * src/ssl_manager.[ch] ** NEW FILES **
6883                 Gui to manage (display/remove) certificates
6884         * src/prefs_common.[ch]
6885                 Add a pref to allow silent acceptation of
6886                 trusted certificates or not (based on the
6887                 "I want to know what's going on" principle)
6888         * src/mainwindow.c
6889                 Add SSL manager in Tools menu
6890         * src/Makefile.am
6891                 Add the new files to the build
6892         * po/POTFILES.in
6893                 Add ssl_manager.c to translations
6894
6895 2002-11-25 [colin]      0.8.6claws2
6896
6897         * src/summaryview.[ch]
6898                 Add S_SEARCH_EXTENDED to the quick search, which 
6899                 allows to search using filtering syntax.
6900
6901 2002-11-25 [colin]      0.8.6claws1
6902
6903         * src/summaryview.c
6904                 Deletion of duplicates now prefer deleting
6905                 the unread dup (fixes feature-request 638989).
6906
6907 2002-11-24 [paul]       0.8.6claws
6908
6909         * po/es.po
6910           po/pl.po
6911           po/ru.po
6912           po/sr.po
6913                 updated by Ricardo Mones Lastra,
6914                 Witold Wladyslaw Wojciech Wilk,
6915                 Ruslan N. Balkin, and  Urke MMI 
6916                 respectively
6917
6918 2002-11-24 [paul]       0.8.5claws182
6919
6920         * po/bg.po
6921                 updated by George Danchev
6922
6923 2002-11-23 [alfons]     0.8.5claws181
6924
6925         * src/imap.c
6926                 tiny memory leak found by browsing Dimitar's 
6927                 valgrind report
6928
6929 2002-11-23 [paul]       0.8.5claws180
6930
6931         * po/it.po
6932                 updated by Alessandro Maestri
6933
6934 2002-11-22 [christoph]  0.8.5claws179
6935
6936         * src/compose.c
6937         * src/inc.c
6938         * src/prefs_filtering.c
6939         * src/summaryview.c
6940                 more warning fixes
6941
6942 2002-11-22 [alfons]     0.8.5claws178
6943
6944         * src/summaryview.c
6945                 summary_execute_delete_func(): if message is deleted, make 
6946                 sure to also remove its entry in the subject hash table. 
6947                 fixes a corner case bug.
6948
6949 2002-11-22 [paul]       0.8.5claws177
6950
6951         * .cvsignore
6952                 add 'autom4te.cache'
6953                 
6954         * ltconfig      ** REMOVED **
6955                 not needed
6956
6957 2002-11-22 [paul]       0.8.5claws176
6958
6959         * src/textview.c
6960                 textview_set_font(): fix for message display in
6961                 UTF-8 locales (thanks to Sergey Vlasov).
6962                 
6963         * AUTHORS
6964                 add new team members and contributors
6965
6966
6967 2002-11-21 [colin]      0.8.5claws175
6968
6969         * src/procmsg.[ch]
6970                 Add procmsg_remove_special_headers()
6971         * src/mh.c
6972                 Use procmsg_remove_special_headers() for 
6973                 previous fix
6974
6975 2002-11-21 [colin]      0.8.5claws174
6976
6977         * src/mh.c
6978                 Fix moving/copying from queue/draft folders
6979                 for MH folders
6980
6981 2002-11-21 [christoph]  0.8.5claws173
6982
6983         * src/crash.c
6984         * src/filtering.c
6985         * src/logwindow.c
6986         * src/main.c
6987         * src/matcher_parser_lex.[hl]
6988         * src/mbox.c
6989         * src/mbox_folder.[ch]
6990         * src/prefs_filtering.c
6991         * src/procheader.c
6992         * src/quote_fmt_lex.l
6993         * src/ssl.c
6994                 fix all warnings except the warnings in lex and yacc files
6995
6996 2002-11-20 [christoph]  0.8.5claws172
6997
6998         * src/imap.c
6999                 fix MsgInfo retrieval for IMAP draft and queue folders
7000                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7001
7002 2002-11-19 [christoph]  0.8.5claws171
7003
7004         * src/compose.c
7005                 fix segfault, when draft saving does not get
7006                 the MsgInfo of the new message
7007                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7008
7009 2002-11-19 [christoph]  0.8.5claws170
7010
7011         * src/procmsg.c
7012                 add parameter check for flag setting function
7013                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7014
7015 2002-11-18 [paul]       0.8.5claws169
7016
7017         * src/compose.c
7018                 more sensitivity fixes to redirect mode:
7019                 * disable toolbar draft button
7020                 * allow only Address book in the Tools menu
7021                 * disable editing of message by the spell
7022                   checker
7023
7024 2002-11-18 [paul]       0.8.5claws168
7025
7026         * src/compose.c
7027                 fix sensitivity of menu items in compose_redirect():
7028                 allow only the necessary items 
7029
7030 2002-11-18 [paul]       0.8.5claws167
7031
7032         * src/compose.c
7033                 fix bug [ 603259 ] 'attachment got lost on bounce'
7034
7035 2002-11-18 [paul]       0.8.5claws166
7036
7037         * po/ru.po
7038                 updated by Ruslan N. Balkin <baron@dartel.ru>
7039
7040 2002-11-18 [colin]      0.8.5claws165
7041
7042         * src/main.c
7043           src/defs.h
7044                 Remove old filtering stuff
7045
7046
7047 2002-11-17 [oliver]     0.8.5claws164
7048
7049         * src/toolbar.h
7050                 remove not needed typedef 
7051
7052 2002-11-17 [oliver]     0.8.5claws163
7053
7054         * src/toolbar.c
7055                 make toolbar's on click events translatable
7056
7057 2002-11-15 [colin]      0.8.5claws162
7058
7059         * src/summaryview.c
7060                 Revert too-soon integration of a feature
7061
7062 2002-11-15 [christoph]  0.8.5claws161
7063
7064         * src/imap.c
7065                 use main's implementation of imap_get_msginfo
7066
7067 2002-11-15 [christoph]  0.8.5claws160
7068
7069         * src/compose.c
7070         * src/folder.[ch]
7071         * src/imap.c
7072         * src/mbox_folder.c
7073         * src/mh.c
7074         * src/news.c
7075         * src/procmsg.c
7076         * src/summaryview.c
7077                 replace claws' fetch_msginfo with main's get_msginfo
7078                 (use main's implementation where possible)
7079
7080 2002-11-15 [colin]      0.8.5claws159
7081
7082         * src/ssl_certificate.c
7083                 Missed a check
7084
7085 2002-11-16 [melvin]     0.8.5claws158
7086
7087         * po/fr.po
7088                 Updated French translations.
7089
7090 2002-11-16 [colin]      0.8.5claws157
7091
7092         * src/ssl_certificate.c
7093                 Check for missing parts in the certificates
7094
7095 2002-11-15 [colin]      0.8.5claws156
7096
7097         * src/folderview.c
7098                 Preventive fix (missing check) found by
7099                 Alfons
7100
7101 2002-11-15 [paul]
7102
7103         * NEWS
7104                 sync with 0.8.6 release
7105
7106 2002-11-15 [colin]      0.8.5claws155
7107
7108         * src/folder.[ch]
7109           src/folderview.c
7110                 Fix error handling of folder_item_move_to()
7111                 (thanks to Alfons!)
7112
7113 2002-11-15 [colin]      0.8.5claws154
7114
7115         * src/folder.[ch]
7116           src/folderview.c
7117                 folder_item_move_to() sets an error message instead
7118                 of having GUI stuff in folder.c
7119
7120 2002-11-15 [colin]      0.8.5claws153
7121
7122         * src/procmsg.[ch]
7123                 Implemented a callback for MsgInfo updates, 
7124                 heavily copy/pasted from Christoph's folder 
7125                 callback system
7126         * src/summaryview.[ch]
7127                 Register summary_update_msg as callback
7128
7129 2002-11-14 [colin]      0.8.5claws152
7130         
7131         * src/procmsg.c
7132                 Update the FolderItem after sending (fixes 617593)
7133
7134 2002-11-14 [christoph]  0.8.5claws151
7135
7136         * src/folder.c
7137                 fix wrong position of NULL pointer check found
7138                 by Sergey
7139
7140 2002-11-14 [christoph]  0.8.5claws150
7141
7142         * src/folder.c
7143                 fix segfault when deleting messages from IMAP folders
7144                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7145
7146 2002-11-14 [colin]      0.8.5claws149
7147
7148         * src/compose.c
7149                 Forwarding was also ignoring the folder's default account.
7150
7151 2002-11-14 [colin]      0.8.5claws148
7152
7153         * src/compose.c
7154                 Fix sent folder not set to folder properties when 
7155                 forwarding.
7156
7157 2002-11-14 [thorsten]   0.8.5claws147
7158
7159         * src/inc.c
7160                 inc_start(): Files were not moved from .processing to inbox,
7161                 if no global processing rule existed
7162
7163 2002-11-14 [colin]      0.8.5claws146
7164
7165         * src/ssl_certificate
7166                 Fix file operations
7167
7168 2002-11-14 [paul]       0.8.5claws145
7169
7170         * po/it.po
7171                 updated by Alessandro Maestri
7172
7173 2002-11-13 [alfons]     0.8.5claws144
7174
7175         * src/folder.c
7176                 folder_item_close(): only mark messages unread
7177                 when a folder has new messages 
7178
7179 2002-11-13 [keith]      0.8.5claws143
7180
7181         * src/imap.c
7182                 Fix problem moving or copying between
7183                 IMAP folders
7184
7185 2002-11-13 [colin]      0.8.5claws142
7186
7187         * src/matcher_parser_parse.y
7188                 Fix rule problem when " don't match
7189
7190 2002-11-13 [christoph]  0.8.5claws141
7191
7192         * src/folder.c
7193         * src/folderview.c
7194                 moved cache saving to folder_item_close
7195                 the folderview should not have to deal with
7196                 this things
7197
7198 2002-11-13 [christoph]  0.8.5claws140
7199
7200         * src/summaryview.c
7201                 moved setting of important score to
7202                 summary_set_prefs_from_folderitem
7203
7204 2002-11-13 [colin]      0.8.5claws139
7205
7206         * src/matcher_parser_parse.y
7207                 Fix a segfault in the parser (happening when
7208                 a good expression had been tested and a bad 
7209                 one arrives)
7210
7211 2002-11-13 [paul]       0.8.5claws138
7212
7213         * sync with 0.8.5cvs24
7214                 see ChangeLog 2002-11-13
7215                 
7216         * po/pt_BR.po
7217                 updated by Fabio Jr. Beneditto
7218
7219 2002-11-13 [colin]      0.8.5claws137
7220         
7221         * src/msgcache.c
7222           src/defs.h
7223           src/procmsg.[ch]
7224                 Revert last commit, problem
7225
7226 2002-11-13 [colin]      0.8.5claws136
7227
7228         * src/msgcache.c
7229                 Remove duplicated code
7230         * src/defs.h
7231                 Bumped CACHE_VERSION and MARK_VERSION
7232         * src/procmsg.[ch]
7233                 Network endian for cache and mark files
7234
7235 2002-11-12 [colin]      0.8.5claws135
7236
7237         * src/inc.c
7238                 Fix the "socket error" dialog which disappeared
7239
7240 2002-11-12 [colin]      0.8.5claws134
7241
7242         * src/msgcache.c
7243                 Reverse last commit which had performance 
7244                 problems, but still reverse the list
7245
7246 2002-11-12 [colin]      0.8.5claws133
7247
7248         * src/msgcache.c
7249                 Reverse list order
7250
7251 2002-11-12 [melvin]     0.8.5claws132
7252
7253         * src/compose.c
7254                 Added a check for a NULL prefs_common.dictionary
7255
7256 2002-11-12 [colin]      0.8.5claws131
7257
7258         * src/ssl_certificate.[ch]
7259                 Use FQDN hostname
7260
7261 2002-11-12 [colin]      0.8.5claws130
7262
7263         * src/ssl_certificate.[ch]
7264                 Take connection port into account for 
7265                 checking certificates (a single hostname
7266                 could have multiple servers with multiple
7267                 certificates)
7268         * src/ssl.c
7269                 Pass the port to ssl_certificate_check
7270
7271 2002-11-12 [paul]       0.8.5claws129
7272
7273         * src/folder.c
7274                 fix a typo in last commit
7275
7276 2002-11-12 [paul]       0.8.5claws128
7277
7278         * sync with 0.8.5cvs23
7279                 see ChangeLog entry 2002-11-12
7280
7281 2002-11-11 [colin]      0.8.5claws127
7282
7283         * src/ssl_certificate.c
7284                 Cleaner messages
7285                 Don't popup, instead log error, if the 
7286                 corresponding pref is checked
7287         * src/ssl_certificate.h
7288                 include <openssl/objects/h>
7289
7290 2002-11-11 [colin]      0.8.5claws126
7291
7292         * src/ssl_certificate.h
7293                 _Really_ clean it
7294
7295 2002-11-11 [colin]      0.8.5claws125
7296         
7297         * src/ssl_certificate.c
7298                 Fixed leak
7299
7300 2002-11-11 [colin]      0.8.5claws124
7301
7302         * src/ssl.c
7303                 Cleaned a bit
7304         * src/ssl_certificate.[ch]
7305                 Cleaned a bit (better use of SSL API)
7306                 (This will cause non-recognition of saved 
7307                  certificates of claws12[23]...)
7308
7309 2002-11-11 [paul]       0.8.5claws123
7310         
7311         * po/es.po
7312                 updated by Ricardo Mones Lastra
7313
7314 2002-11-11 [colin]      0.8.5claws122
7315
7316         * src/ssl.c
7317                 Fix a typo
7318
7319 2002-11-11 [colin]      0.8.5claws121
7320
7321         * src/ssl_certificate.[ch] ** NEW FILES **
7322         * src/ssl.[ch]
7323                 Check SSL certificates presented to us
7324         * src/Makefile.am
7325                 Add ssl_certificate.[ch]
7326         * po/POTFILES.in
7327                 Add ssl_certificate.c
7328
7329 2002-11-11 [paul]       0.8.5claws120
7330
7331         * sync with 0.8.5cvs22
7332                 see ChangeLog 2002-11-11
7333
7334 2002-11-11 [paul]       0.8.5claws119
7335
7336         * sync with 0.8.5cvs21
7337                 see ChangeLog 2002-11-11
7338
7339 2002-11-10 [jens]       0.8.5claws118
7340
7341         * src/folder.c
7342         * src/folderview.c
7343                 corrected some typing
7344         * po/de.po
7345                 updated german translation
7346         * sylpheed.spec.in
7347                 cleaned up specfile and adjusted it for claws
7348
7349 2002-11-10 [colin]      0.8.5claws117
7350
7351         * src/summaryview.c
7352                 a STATUSBAR_PUSH/POP fix
7353
7354 2002-11-10 [colin]      0.8.5claws116
7355
7356         * src/prefs_folder_item.c
7357                 Fix hanging after opening folder properties
7358
7359 2002-11-10 [hoa]        0.8.5claws115
7360
7361         * src/matcher_parser_lex.l
7362         * src/matcher_parser_parse.y
7363                 config file for scoring and filtering is no more trashed
7364                 when there is a syntax error in a filtering rule when
7365                 editing it in a dialog.
7366
7367 2002-11-09 [colin]      0.8.5claws114
7368
7369         * src/mbox_folder.c
7370                 Added missing initialisation of folder->destroy()
7371
7372 2002-11-09 [colin]      0.8.5claws113
7373
7374         * src/folder.c
7375           src/folderview.c
7376                 Fix the status bar messages
7377
7378 2002-11-09 [colin]      0.8.5claws112
7379
7380         * src/folderview.c
7381                 Fix hangs after folder dnd, happening after 
7382                 claws109.
7383
7384 2002-11-09 [christoph]  0.8.5claws111
7385
7386         * src/folderview.c
7387                 just changed order of calls (reverse order of
7388                 associated calls)
7389         * src/inc.c
7390                 lock inc when checking only one account, otherwise
7391                 inc all could be executed at the same time
7392
7393 2002-11-09 [christoph]  0.8.5claws110
7394
7395         * src/folderview.c
7396                 better unlock the mouse cursor before calling
7397                 summary_show because it changes the cursor too
7398
7399 2002-11-09 [christoph]  0.8.5claws109
7400
7401         * src/folder.[ch]
7402         * src/folderview.c
7403                 add functions to open and close a folder
7404                 o opending will execute scanning for remote folders
7405                   and processing
7406                 o closing will unset new flag for messages
7407
7408 2002-11-09 [colin]      0.8.5claws108
7409
7410         * src/folder.c
7411                 Add a call to prefs_matcher_write_config to 
7412                 avoid non-leaf folders filtering settings to be
7413                 lost
7414
7415 2002-11-09 [paul]       0.8.5claws107
7416
7417         * src/prefs_account.c
7418                 re-word a label
7419
7420 2002-11-09 [colin]      0.8.5claws106
7421
7422         * src/folderview.c
7423                 Minor esthetic fix
7424
7425 2002-11-09 [colin]      0.8.5claws105
7426
7427         * src/folderview.c
7428                 Fix prefs_filtering deletion for MH folders (same
7429                 reason as below)
7430         * src/prefs_filtering.c
7431                 Fix prefs_filtering renaming and deletion for 
7432                 folder-based processing rules.  
7433
7434 2002-11-09 [christoph]  0.8.5claws104
7435
7436         * src/compose.c
7437         * src/folder.[ch]
7438         * src/folderview.[ch]
7439         * src/import.c
7440         * src/inc.c
7441         * src/main.c
7442         * src/mainwindow.c
7443         * src/messageview.c
7444         * src/prefs_folder_item.c
7445         * src/procmsg.c
7446         * src/summaryview.c
7447                 implement a callback system for folder item updates
7448
7449 2002-11-09 [colin]      0.8.5claws103
7450
7451         * src/folderview.c
7452                 Fix prefs_filtering renaming for MH folders (we
7453                 shouldn't rename by path as another folder could
7454                 have the same hierarchy).
7455
7456 2002-11-09 [colin]      0.8.5claws102
7457
7458         * src/folder.c
7459                 Fix a leak found by Christoph, use better variable
7460                 names
7461
7462 2002-11-09 [colin]      0.8.5claws101
7463
7464         * src/folder.c
7465                 One more fix for processing rules
7466
7467 2002-11-08 [colin]      0.8.5claws100
7468         
7469         * src/matcher.c
7470                 Don't copy the compiled regexp (will be reevaluated)
7471         * src/folderview.c
7472                 Lock folderview while moving
7473         * src/folder.c
7474                 Provide info on what's happening to the user
7475
7476 2002-11-08 [colin]      0.8.5claws99
7477
7478         * src/folderview.c
7479                 Fix folder reordering after a move if parent is 
7480                 root
7481         * src/scoring.[ch]
7482                 Add function to copy a ScoringProp
7483         * src/prefs_folder_item.c
7484                 Copy scoring rules when copying a folder prefs
7485
7486 2002-11-08 [colin]      0.8.5claws98
7487
7488         * src/folderview.c
7489                 Fixes in case of failure
7490         * src/filtering.[ch]    
7491                 Add function to duplicate a FilteringProp
7492         * src/matcher.[ch]
7493                 Add function to duplicate a MatcherProp
7494         * src/prefs_folder_item.c
7495                 Save folder's processing rules when copying 
7496                 its prefs
7497
7498 2002-11-08 [colin]      0.8.5claws97
7499         
7500         * src/folderview.c
7501                 Sort after move
7502         * src/folder.c 
7503                 Change a printf to debug_print
7504
7505 2002-11-08 [colin]      0.8.5claws96
7506
7507         * src/folder.c
7508           src/folderview.c
7509                 Fix segfaults, call me stupido
7510         
7511
7512 2002-11-08 [colin]      0.8.5claws95
7513
7514         *src/folder.c
7515                 Added forgotten prefs to save when moving folders
7516
7517 2002-11-08 [colin]      0.8.5claws94
7518
7519         * src/folder.c
7520                 Fixes to folder DND (prefs copy)
7521         * src/folderview.c
7522                 Optimization for folder DND (don't rescan whole tree)
7523                 Added folderview_create_folder_node() for this 
7524                 optimization, so de-duped a bit the code
7525         * src/prefs_folder_item.[ch]
7526                 Added prefs_folder_item_copy_prefs()    
7527           
7528 2002-11-08 [paul]       0.8.5claws93
7529
7530         * src/prefs_account.c
7531           tools/README
7532           tools/kmail2sylpheed_v2.pl
7533                 correct some typos
7534
7535 2002-11-08 [paul]       0.8.5claws92
7536
7537         * src/compose.c
7538           src/prefs_account.[ch]
7539                 remove account options 'clearsign' and 'ascii_armored',
7540                 replace with 'default_gnupg_mode' to prevent mixed-mode
7541                 Privacy settings
7542
7543 2002-11-08 [paul]       0.8.5claws91
7544
7545         * src/compose.[ch]
7546                 re-implement GnuPG 'on-the-fly' mode selection,
7547                 disallow mixed-mode
7548
7549 2002-11-08 [colin]      0.8.5claws90
7550
7551         * src/folderview.c
7552           src/prefs_folder_item.c
7553                 Change "Property" to "Properties"
7554
7555 2002-11-07 [colin]      0.8.5claws89
7556
7557         * src/folderview.c
7558           src/folder.c
7559                 Allow folder dropping to a root folder
7560
7561 2002-11-07 [paul]       0.8.5claws88
7562
7563         * src/compose.c
7564                 revert last commit
7565
7566 2002-11-07 [paul]       0.8.5claws87
7567
7568         * src/compose.c
7569                 fix reply-to-list bug. closes bug report
7570                 "[633382] reply-to-list broken in recent cvs"
7571
7572 2002-11-07 [paul]       0.8.5claws86
7573
7574         * src/compose.c
7575                 add a forgotten '#if USE_GPGME ... #endif'
7576
7577 2002-11-07 [paul]       0.8.5claws85
7578
7579         * sync with 0.8.5cvs20
7580                 see ChangeLog 2002-11-07
7581
7582 2002-11-07 [colin]      0.8.5claws84
7583
7584         * src/folder.[ch]
7585                 Change folder_item_move_to to return the newly 
7586                 created folderitem.
7587         * src/folderview.c
7588                 Select the new folderitem after moving.
7589
7590 2002-11-07 [colin]      0.8.5claws83
7591
7592         * src/prefs_filtering.c
7593                 Fix rule rewriting when moving a leaf folder to a 
7594                 shorter path
7595
7596 2002-11-07 [colin]      0.8.5claws82
7597
7598         * src/prefs_filtering.c
7599                 fix a leak
7600
7601 2002-11-07 [colin]      0.8.5claws81
7602
7603         * src/folder.[ch]
7604                 Add folder_item_move_to() function to move a 
7605                 folderitem into another one (updates matcher etc)
7606         * src/folderview.c
7607                 Add folder drag'n drop (context menu to come)
7608                 [Should be dataloss free, but Please backup before 
7609                  trying !]
7610
7611 2002-11-06 [colin]      0.8.5claws80
7612
7613         * src/mh.c
7614                 mh_create_folder() returns NULL if can't create
7615                 directory hierarchy
7616
7617 2002-11-06 [paul]       0.8.5claws79
7618
7619         * src/compose.[ch]
7620                 allow 'on-the-fly' changing of the type of encryption 
7621                 and/or signing used (mime/ascii) via the compose window
7622
7623 2002-11-06 [paul]       0.8.5claws78
7624
7625         * sync with 0.8.5cvs19
7626                 see ChangeLog 2002-11-06 for src/account.c: 
7627                 account_get_special_folder()
7628                 
7629 2002-11-05 [alfons]     0.8.5claws77
7630
7631         * src/crash.c
7632                 very minor cleanups: nothing to see here, move on. :-)
7633
7634 2002-11-05 [colin]      0.8.5claws76
7635
7636         * src/main.c
7637                 Changes choices if compose windows are opened to
7638                 Discard, Draft, Don't quit
7639
7640 2002-11-05 [thorsten]   0.8.5claws75
7641
7642         * src/compose.c
7643                 reenabled default_reply_to folder option
7644
7645 2002-11-05 [colin]      0.8.5claws74
7646
7647         * src/compose.[ch] 
7648                 add compose_draft()
7649         * src/crash.c
7650                 add SIGTERM handler
7651         * src/main.[ch]
7652                 add clean_quit() for the SIGTERM handler
7653
7654 2002-11-05 [paul]       0.8.5claws73
7655         
7656         * po/es.po
7657                 updated by Ricardo Mones Lastra
7658
7659 2002-11-05 [melvin]     0.8.5claws72
7660
7661         * src/logwindow.c
7662                 Fixed log-clipping bug #616795.
7663                 To stop logging in the log window use 0 length.
7664         * src/prefs_common.c
7665                 Added a label to inform about the 0 log length behaviour.
7666
7667 2002-11-05 [paul]       0.8.5claws71
7668
7669         * sync with 0.8.5cvs17
7670                 see ChangeLog 2002-11-05
7671
7672 2002-11-04 [paul]       0.8.5claws70
7673
7674         * sylpheed-128x128.png
7675           sylpheed-64x64.png
7676           sylpheed.png
7677                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7678                 <nikai@users.sourceforge.net>
7679                 
7680         * po/bg.po
7681                 updated by George Danchev
7682
7683 2002-11-03 [thorsten]   0.8.5claws69
7684
7685         * src/main.c
7686           src/mimeview.c
7687           src/rfc2015.h
7688                 add check if gpg is active
7689
7690 2002-11-03 [thorsten]   0.8.5claws68
7691
7692         * src/toolbar.h
7693                 removed GSList declaration causing trouble on MacOS-X
7694                 (submitted by alfons, reported by xfesty)
7695
7696 2002-11-01 [paul]       0.8.5claws67
7697
7698         * src/mainwindow.c
7699                 remove last remnants of main's filter code
7700
7701 2002-11-01 [paul]       0.8.5claws66
7702
7703         * tools/filter_conv.pl
7704                 fix bug where user-defined headers were ignored
7705
7706 2002-11-01 [paul]       0.8.5claws65
7707
7708         * src/logwindow.c
7709                 make a debug_print() not translatable
7710
7711 2002-10-31 [melvin]     0.8.5claws64
7712
7713         * ac/aspell.m4
7714                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7715                 not run any GNU/aspell test.  The dictionary path will
7716                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7717                 was given, in which case, it will be $prefix/lib/aspell/
7718         * configure.in
7719                 Fixed typo in commentary (Aspell code).
7720
7721 2002-10-31 [paul]       0.8.5claws63
7722
7723         * po/POTFILES.in
7724                 remove src/filter.c and src/prefs_filter.c
7725                 thanks to Ricardo for reminding me
7726
7727 2002-10-31 [colin]      0.8.5claws62
7728
7729         * src/mbox_folder.c
7730                 Plug some leaks
7731
7732 2002-10-31 [paul]       0.8.5claws61
7733
7734         * src/prefs_filter.[ch] ** REMOVED **
7735           src/filter.[ch]       ** REMOVED **
7736           
7737         * src/Makefile.am
7738           src/folderview.c
7739           src/inc.c
7740           src/main.c
7741           src/mainwindow.c
7742           src/mbox.c
7743           src/prefs_common.c
7744           src/prefs_filtering.c
7745           src/summaryview.[ch]
7746                 remove main's 'filter' code
7747                 
7748         README.claws
7749                 update to reflect removal of main's filter
7750
7751 2002-10-31 [paul]       0.8.5claws60
7752
7753         * src/summaryview.c
7754                 remove check for global_processing in summary_filter_open(). 
7755                 This fixes the bug where if the user uses the right-click 
7756                 'Create filter rule...' and doesn't have any filter rules 
7757                 already defined in claws' advanced filtering, the newly 
7758                 created filter rule goes to main's filtering which is 
7759                 inaccessible through the gui. Now the filter rule gets added
7760                 to claws' filtering by default.
7761
7762 2002-10-28 [melvin]     0.8.5claws59
7763
7764         * src/prefs_actions.c
7765                 Fixed bug #627322 where MIME parts were not always
7766                 correctly passed to a %p action
7767                 Display an error dialog when message filename is not found.
7768
7769 2002-10-28 [melvin]     0.8.5claws58
7770
7771         * src/prefs_common.c
7772                 Readded a missing function declaration lost in 0.8.3claws34
7773
7774 2002-10-28 [paul]       0.8.5claws57
7775
7776         * sync with 0.8.5cvs15
7777                 see ChangeLog 2002-10-28 and 2002-10-25
7778                 
7779         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7780
7781 2002-10-27 [oliver]     0.8.5claws56
7782
7783         * src/pop.c
7784                 plug leak in pop3_top_recv
7785
7786 2002-10-26 [christoph]  0.8.5claws55
7787
7788         * src/folder.c
7789                 set need_update folder flag when messages are added
7790                 (closes bug [ 626922 ] folder not updated after receiving)
7791
7792 2002-10-25 [melvin]     0.8.5claws54
7793
7794         * src/imageview.c
7795                 Fixed a memleak introduced in the scaling code.
7796
7797 2002-10-24 [alfons]     0.8.5claws53
7798
7799         * src/filtering.c
7800                 make filtering's forward message action forward from the 
7801                 correct account
7802                 (closes bug [628089 ] Filter -> Forward from address problem
7803                 reported by Oktay)
7804
7805 2002-10-24 [christoph]  0.8.5claws52
7806
7807         * src/mainwindow.c
7808         * src/manual.[ch]
7809                 o use manual of current locale or english if current
7810                   locale is not available (and english is available)
7811                 o also link to sylpheed doc project manuals
7812
7813 2002-10-23 [paul]       0.8.5claws51
7814
7815         * tools/README
7816           tools/kmail2sylpheed_v2.pl
7817                 add new version of kmail addressbook importer script.
7818                 works with newer versions of Kmail/KAddressBook which
7819                 have new and rearranged data.
7820
7821 2002-10-23 [martin]     0.8.5claws50
7822
7823         * src/folderview.c
7824         * src/summaryview.c
7825         * src/utils.h
7826         * src/utils.c
7827                 added length parameter to get_abbrev_newsgroup_name()
7828                 changed this function so that it abbreviates the newsgroup
7829                 names only so long it is smaller than the length parameter
7830                 (for better reading of some newsgroup names and space efficiency)
7831
7832 2002-10-22 [colin]      0.8.5claws49
7833
7834         *src/foldersel.c
7835                 Revert Alfons' last modification (after voting ;-))
7836
7837 2002-10-21 [alfons]     0.8.5claws48
7838
7839         * src/foldersel.c
7840                 folder view in folder selection dialog reflects state of
7841                 folder view in main window
7842
7843 2002-10-18 [alfons]     0.8.5claws47
7844
7845         * src/mbox.c
7846                 drop imported messages in folder selected by user,
7847                 and not in the inbox
7848                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7849
7850 2002-10-18 [alfons]     0.8.5claws46
7851
7852         * src/compose.c
7853                 make automagic reply work correctly for email accounts 
7854                 (whether it's viable to do a full sync with Hiro's 
7855                 compose.c is still under discussion)
7856
7857 2002-10-18 [melvin]     0.8.5claws45
7858
7859         * src/prefs_actions.c
7860                 Fixed bug #622275 where asynchroneous actions left 
7861                 zombies processes
7862                 Made (synchroneous) actions' input be displayed live.
7863
7864 2002-10-18 [christoph]  0.8.5claws44
7865
7866         * src/textview.c
7867                 don't add a newline in the textview in front of the
7868                 first textpart if header display is disabled
7869                 (closes bug [ 603385 ] disabled header display leaves blank
7870                  lin)
7871
7872 2002-10-18 [christoph]  0.8.5claws43
7873
7874         * src/folder.[ch]
7875         * src/imap.c
7876         * src/mbox_folder.c
7877         * src/mh.c
7878         * src/news.c
7879                 folder->get_num_list now returns an error code
7880                 (closes bug [ 609424 ] News cache cleared on failure)
7881                 
7882 2002-10-17 [colin]      0.8.5claws42
7883         
7884         * src/news.c
7885                 Changed a printf by debug_print
7886
7887 2002-10-16 [paul]       
7888
7889         * tools/OOo2sylpheed.pl
7890                 allow for spaces in the name of the
7891                 file to be attached.
7892
7893 2002-10-16 [colin]      0.8.5claws41
7894
7895         * src/main.c
7896                 Use a tristate to change online mode
7897
7898 2002-10-16 [paul]       0.8.5claws40
7899
7900         * po/es.po
7901                 updated by Ricardo Mones Lastra
7902
7903 2002-10-16 [colin]      0.8.5claws39
7904
7905         * src/main.c
7906           src/mainwindow.[ch]
7907                 Added --online and --offline command-line
7908                 switches
7909
7910 2002-10-15 [christoph]  0.8.5claws38
7911
7912         * src/procmime.c
7913                 set mimeinfo->name to NULL after g_free to
7914                 avoid double freeing with g_free
7915
7916 2002-10-14 [christoph]  0.8.5claws37
7917
7918         * src/compose.c
7919         * src/filtering.c
7920         * src/summaryview.c
7921                 remove calls to folder->change_flags that are now
7922                 done by procmsg flag functions (seems it is not
7923                 used by any foldertype anyway)
7924         * src/folder.c
7925                 init folder->change_flags with NULL
7926
7927 2002-10-14 [christoph]  0.8.5claws36
7928
7929         * src/folder.[ch]
7930         * src/imap.[ch]
7931                 use virtual functions for folder item new and destroy
7932                 functions
7933
7934 2002-10-14 [melvin]     0.8.5claws35
7935
7936         * src/compose.c
7937                 Added a test to not run the spell checker if no default
7938                 dictionary is available. No dialog is displayed though.
7939
7940 2002-10-14 [melvin]     0.8.5claws34
7941
7942         * src/gtkaspell.c
7943                 Fixed bug in dictionary list context menu where
7944                 "More..." pointed to an emtpy submenu if the
7945                 number of dictionaries is a multiple of 15
7946                 Removed unneeded code in suggestions list creation
7947
7948 2002-10-14 [paul]       0.8.5claws33
7949
7950         * po/bg.po
7951                 updated by George Danchev
7952
7953 2002-10-13 [hoa]        0.8.5claws32
7954
7955         * src/matcher.[ch]
7956           src/matcher_parser_parser.y
7957                 removed the escaped string from internal structure
7958                 of matcher.
7959
7960 2002-10-12 [colin]      0.8.5claws31
7961
7962         * src/gtksctree.[ch]
7963           src/summaryview.c
7964                 Removed useless function gtksctree_reanchor
7965
7966 2002-10-12 [alfons]     0.8.5claws30
7967         
7968         * sync with remaining main changes 2002-10-09 - 2002-10-11
7969         - drop changes to src/compose.c (requires claws specific changes)
7970         
7971 2002-10-12 [alfons]     0.8.5claws29
7972         
7973         * sync with main changes of 2002-10-08
7974         - drop changes to src/compose.c (requires claws specific changes)
7975         - drop changes to src/summaryview.c (requires changes to compose.c)     
7976
7977 2002-10-12 [alfons]     0.8.5claws28
7978         
7979         * sync with main changes of 2002-10-07
7980
7981 2002-10-12 [alfons]     0.8.5claws27
7982
7983         * sync with main changes of 2002-10-04
7984         - drop changes to src/compose.c (requires claws specific changes)
7985         - drop changes to src/prefs_folder_item.c (claws implementation
7986           seems to be working)
7987
7988 2002-10-12 [colin]      0.8.5claws26
7989
7990         * src/mainwindow.c
7991                 Fix folder-flicker when space-reading, introduced 
7992                 in claws22.
7993
7994 2002-10-12 [colin]      0.8.5claws25
7995
7996         * src/compose.c
7997                 Save account address when saving as draft.
7998                 (closes bug 621838)
7999
8000 2002-10-12 [colin]      0.8.5claws24
8001
8002         * src/summaryview.c
8003                 Fix the problem consisting of no message selected
8004                 after the last message in a folder has been moved.
8005
8006 2002-10-12 [paul]       0.8.5claws23
8007
8008         * src/compose.c
8009           src/prefs_template.c
8010           src/template.[ch]
8011                 add Cc and Bcc to templates. Patch submitted by
8012                 John L. Males.
8013
8014 2002-10-12 [colin]      0.8.5claws22
8015
8016         * src/folderview.c
8017                 Fix a bug after "Check for new messages":
8018                 If a folder was opened, it was still selected at
8019                 the end of the check, but displayed empty.
8020         * src/mainwindow.c
8021                 Remove unnecessary check
8022
8023 2002-10-12 [paul]
8024
8025         * tools/README
8026                 be more verbose in the description of
8027                 OOo2sylpheed.pl
8028                 
8029
8030 2002-10-11 [colin]      0.8.5claws21
8031
8032         * src/mainwindow.c
8033                 Make space work (better) when no mail is selected
8034
8035 2002-10-11 [colin]      0.8.5claws20
8036
8037         * src/inc.c
8038           src/news.c
8039                 fix warnings
8040
8041 2002-10-11 [colin]      0.8.5claws19
8042
8043         * src/mainwindow.c
8044                 revert 0.8.5claws6 changes as i couldn't get to
8045                 anything satisfying
8046
8047 2002-10-11 [melvin]     0.8.5claws18
8048
8049         * src/compose.c
8050                 Removed buggy and unused macro (should have been committed in
8051                 0.8.5claws17)
8052
8053 2002-10-11 [melvin]     0.8.5claws17
8054
8055         * src/compose.c
8056                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8057
8058 2002-10-11 [thorsten]   0.8.5claws16 
8059
8060         * src/folderview.c
8061                 remove rescan warning
8062
8063 2002-10-11 [colin]      0.8.5claws15 
8064
8065         * src/procheader.c
8066                 fix a segfault that happens if conv_unmime_header
8067                 fails (should be better to find out why it fails)
8068
8069 2002-10-11 [christoph]  0.8.5claws14
8070
8071         * src/summaryview.c
8072                 update folderview stats after ignore/unignore thread
8073
8074 2002-10-11 [hoa]        0.8.5claws13
8075
8076         * src/quote_fmt_parse.y
8077                 Fixed a yacc/bison syntax error
8078         * src/matcher.c
8079                 Escaping of string is fixed.
8080
8081 2002-10-11 [colin]      0.8.5claws12
8082
8083         * src/imageview.c
8084                 Resize images to fit
8085
8086 2002-10-11 [paul]       0.8.5claws11
8087
8088         * po/es.po
8089                 updated by Ricardo Mones Lastra
8090
8091 2002-10-10 [alfons]     0.8.5claws10
8092
8093         * src/compose.c
8094                 allow dropping files by "moving" files from a file manager,
8095                 not only by the more cumbersome "copying". the latter 
8096                 mostly implies holding down the Control button
8097
8098 2002-10-10 [christoph]  0.8.5claws9
8099
8100         * src/summaryview.c
8101                 update folders after thread building for ignored threads
8102
8103 2002-10-10 [christoph]  0.8.5claws8
8104
8105         * config/.cvsignore
8106                 added Makefile
8107         * src/filtering.[ch]
8108         * src/folder.[ch]
8109         * src/folderview.[ch]
8110         * src/import.c
8111         * src/inc.[ch]
8112         * src/mbox.[ch]
8113         * src/procmsg.c
8114         * src/summaryview.[ch]
8115                 o added new flag need_update to FolderItem
8116                 o removed folder_table from various functions from tracking
8117                   folder updates
8118                 o set need_update flags in folder.c's move, copy and delete
8119                   functions and procmsg's flags functions
8120                 o added function folderview_update_items_when_required that
8121                   updates all folders with need_update set
8122                 o call folderview_update_items_when_required instead of
8123                   folderview_update_item_foreach
8124
8125 2002-10-09 [sergey]     0.8.5claws7
8126
8127         * src/compose.c
8128                 Strip CRs whel loading the text into editor in reedit mode.
8129
8130 2002-10-09 [colin]      0.8.5claws6
8131
8132         * src/mainwindow.c
8133                 Make Space work when no mail is selected
8134
8135 2002-10-09 [colin]      0.8.5claws5
8136
8137         * src/gtksctree.[ch]
8138                 Fix range_select
8139                 Add gtk_sctree_reanchor() 
8140         * src/summaryview.c
8141                 Use gtk_sctree_reanchor() - better fix for 
8142                 bug 60413
8143
8144 2002-10-09 [colin]      0.8.5claws4
8145
8146         * src/summaryview.c
8147                 Fix shift-click select after delete problem
8148                 (closes bug 60413)
8149
8150 2002-10-08 [thorsten]   0.8.5claws3
8151
8152         * src/summaryview.c
8153                 exclude current msg from -hide read messages-
8154
8155 2002-10-08 [colin]      0.8.5claws2
8156
8157         * src/inc.[ch]
8158           src/pop.c
8159           src/recv.c
8160                 Differentiate socket errors from disk full
8161                 errors
8162
8163 2002-10-08 [christoph]  0.8.5claws1
8164
8165         * Makefile.am
8166         * configure.in
8167                 modifications for new config directory
8168
8169         * config.guess  ** REMOVED **
8170         * config.sub    ** REMOVED **
8171         * install-sh    ** REMOVED **
8172         * ltmain.sh     ** REMOVED **
8173         * missing       ** REMOVED **
8174         * mkinstalldirs ** REMOVED **
8175                 these files are autogenerated by automake
8176                 when you run autogen.sh
8177
8178         * config/.cvsignore     ** NEW FILE **
8179         * config/Makefile.am    ** NEW FILE **
8180                 ignore autogenerated files
8181                 create a Makefile in this directory
8182
8183 2002-10-08 [paul]       0.8.5claws
8184
8185         * 0.8.5claws release
8186         
8187         * src/compose.c
8188           src/procheader.c
8189           src/procmsg.c
8190                 fix quote reply format for newsgroups reply bug
8191                 (thanks to Hoa)
8192                 
8193         * po/en_GB.po
8194           po/pl.po
8195                 updated by me and Witold Wladyslaw Wojciech Wilk
8196                 repectively
8197
8198 2002-10-07 [paul]       0.8.3claws53
8199
8200         * po/it.po
8201           po/pt_BR.po
8202           po/sr.po
8203                 updated messages catalogs, submitted by
8204                 Alessandro Maestri, Fabio Jr.Beneditto 
8205                 and Urke MMI, respectively.
8206
8207 2002-10-07 [christoph]  0.8.3claws52
8208
8209         * src/folder.[ch]
8210         * src/folderview.c
8211         * src/mainwindow.c
8212                 fix new folder ghost message bug
8213                 (closes bug [ 619722 ] wrong count for newly created folders)
8214
8215 2002-10-07 [christoph]  0.8.3claws51
8216
8217         * src/compose.c
8218                 fix news posting problem
8219
8220 2002-10-07 [melvin]     0.8.3claws50
8221
8222         * po/fr.po
8223                 Updated French translation
8224
8225 2002-10-05 [christoph]  0.8.3claws49
8226
8227         * src/gtkstext.c
8228                 check if line_start_cache is set in gtk_stext_update_text
8229                 (closes bug [ 618119 ] crash while doing search in folder)
8230
8231 2002-10-05 [christoph]  0.8.3claws48
8232
8233         * src/imap.c
8234         * src/news.c
8235         * src/utils.c
8236         * src/utils.h
8237                 implement cache cleanups for claws' folder system
8238                 (closes bug [ 595916 ] imapcache not cleaned up)
8239
8240 2002-10-05 [melvin]     0.8.3claws47
8241
8242         * src/prefs_actions.c
8243                 Made the help text more clear for the %p token
8244
8245 2002-10-04 [paul]       0.8.3claws46
8246
8247         * sync with 0.8.5
8248                 see ChangeLog 2002-10-02 and 2002-10-03
8249
8250 2002-10-04 [christoph]  0.8.3claws45
8251
8252         * src/inc.c
8253                 fix segfault caused by pop before smtp
8254                 call to inc_account_mail with NULL
8255                 pointer for mainwin
8256
8257 2002-10-04 [paul]       0.8.3claws44
8258
8259         * configure.in
8260                 sync the LDAP detection from 0.8.5cvs1
8261
8262 2002-10-02 [christoph]  0.8.3claws43
8263
8264         * po/de.po
8265                 fix small spelling error
8266
8267 2002-10-02 [melvin]     0.8.3claws42
8268
8269         * ac/aspell.m4
8270                 Behave better and say "no" when test program cannot be run.
8271
8272 2002-10-02 [paul]       0.8.3claws41
8273
8274         * sync with 0.8.4cvs1
8275                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8276                 
8277         * src/summaryview.c
8278                 toggle the behavior of Reply menuitem between
8279                 normal reply and reply-to-list
8280
8281 2002-10-01 [sergey]     0.8.3claws40
8282
8283         * src/compose.c
8284                 Convert newlines in the message text to the canonical form
8285                 before base64 encoding (RFC2045 compliance, fixes some
8286                 interoperability issues with Evolution 1.0.3)
8287
8288 2002-09-29 [colin]      0.8.3claws39
8289
8290         * src/summaryview.c
8291                 Fix an unwanted copy/paste
8292
8293 2002-09-29 [colin]      0.8.3claws38
8294
8295         * src/mainwindow.c
8296                 Renamed "Custom toolbar" to "Customize toolbar"
8297                 Renamed "Show all header" to "Show all headers"
8298                 Renamed "Set diplay item" to "Set displayed items"
8299         * src/prefs_common.c
8300                 Renamed "Show all header" to "Show all headers"
8301         * src/prefs_summary_column.c
8302                 Renamed "diplay item" to "displayed items"
8303
8304 2002-09-29 [colin]      0.8.3claws37
8305
8306         * src/mainwindow.[ch]
8307                 online/offline status pixmaps follow theme
8308                 changes
8309         * src/summaryview.[ch]
8310                 quicksearch pixmap follows theme changes
8311
8312 2002-09-29 [thorsten]   0.8.3claws36
8313
8314         * src/compose.c
8315           src/prefs_folder_item.[ch]
8316                 add default_reply_to folder option (closes patch 581044)
8317
8318 2002-09-29 [christoph]  0.8.3claws35
8319
8320         * acconfig.h    ** REMOVED **
8321         * configure.in
8322         * ac/aspell.m4
8323         * ac/check-type.m4
8324         * ac/gnupg-check-typedef.m4
8325                 fix autoheader 2.50 warning
8326
8327 2002-09-29 [christoph]  0.8.3claws34
8328
8329         * major code cleanup (part 2)
8330         
8331                 - unused variables removed
8332                 - unused functions removed
8333                 - uninitialized variables checked
8334                 - missing return statements added
8335                 - missing function return types added
8336                 - added parentheses around assignment
8337                   when suggested by gcc
8338
8339 2002-09-29 [alfons]     0.8.3claws33
8340
8341         * src/logwindow.c
8342                 log_window_clear(): only bracket gtk_text_forward_delete() 
8343                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8344                 works around GTK text bug)
8345
8346 2002-09-29 [paul]       0.8.3claws32
8347
8348         * po/bg.po
8349           po/sr.po
8350                 updated by George Danchev and Urke MMI
8351                 respectively
8352
8353 2002-09-27 [christoph]  0.8.3claws31
8354
8355         * doc-src/readme.txt
8356         * doc-src/rfc1806.txt   ** REMOVED **
8357         * doc-src/rfc2183.txt   ** NEW FILE **
8358         * doc-src/rfc2980.txt   ** NEW FILE **
8359                 update rfcs
8360
8361 2002-09-27 [melvin]     0.8.3claws30
8362
8363         * ac/aspell.m4
8364                 Fixed typo which could break linking
8365
8366 2002-09-27 [melvin]     0.8.3claws29
8367
8368         * ac/aspell.m4
8369                 Improved GNU/aspell checking. 
8370                 Fixed bug #614490
8371
8372 2002-09-27 [paul]       0.8.3claws28
8373
8374         * sync with 0.8.3cvs8
8375                 see ChangeLog 2002-09-27
8376
8377 2002-09-26 [colin]      0.8.3claws27
8378
8379         * src/toolbar.[ch]
8380           src/mainwindow.[ch]
8381                 Add "Reply to Mailing-list" to the toolbar
8382
8383 2002-09-26 [christoph]  0.8.3claws26
8384
8385         * src/summaryview.c
8386                 Fix wrong message counts in summaryview status
8387
8388 2002-09-26 [paul]       0.8.3claws25
8389
8390         * sync with 0.8.3cvs7
8391                 see ChangeLog 2002-09-26
8392
8393 2002-09-26 [paul]       0.8.3claws24
8394
8395         * sync with 0.8.3cvs6
8396                 see ChangeLog 2002-09-25
8397
8398 2002-09-25 [christoph]  0.8.3claws23
8399
8400         * src/prefs_common.c
8401         * src/prefs_folder_item.c
8402         * src/prefs_scoring.c
8403                 Renamed "kill score" to "hide score" in GUI
8404                 and prefs files
8405
8406 2002-09-25 [paul]       0.8.3claws22
8407
8408         * sync with 0.8.3cvs5
8409                 see ChangeLog 2002-09-24
8410
8411 2002-09-24 [alfons]     0.8.3claws21
8412
8413         patch by Satoshi Nagayasu: allows appending / saving multiple 
8414         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8415         'Save as ...'")
8416
8417         * AUTHORS
8418                 add Satoshi Nagayasu
8419         * src/summaryview.c
8420                 summary_save_as(): allow saving selected files to
8421                 one file
8422                 summary_set_menu_sensitive: enable "Save As..." when
8423                 multiple files are selected
8424         * src/utils.[ch]
8425                 append_file(): new function
8426
8427 2002-09-24 [colin]      0.8.3claws20
8428
8429         * src/procmime.c
8430                 Fix segfault when mimeinfo doesn't have a 
8431                 content_type. 
8432
8433 2002-09-24 [colin]      0.8.3claws19
8434
8435         * src/prefs_common.[ch]
8436                 Add a preference to display send dialog or not
8437         * src/send.c
8438                 Display send dialog according to preference
8439
8440 2002-09-24 [colin]      0.8.3claws18
8441
8442         * src/compose.[ch]
8443                 Disable user actions when sending
8444
8445 2002-09-24 [colin]      0.8.3claws17
8446
8447         * src/procmime.c
8448                 Do not display name or filename for attachments
8449                 with an application/pgp-signature type
8450                 (security flaw, see bug 537413)
8451
8452 2002-09-23 [colin]      0.8.3claws16
8453
8454         * src/editaddress.c
8455                 Initialize entry_email, entry_alias and 
8456                 entry_remarks to first email address of the list
8457
8458 2002-09-23 [colin]      0.83claws15
8459
8460         * src/compose.c
8461                 Drop pgp-signature when reediting a signed queued
8462                 message
8463
8464 2002-09-23 [melvin]     0.8.3claws14
8465
8466         * po/fr.po
8467                 Updated French translation
8468
8469 2002-09-23 [melvin]     0.8.3claws13
8470
8471         * src/mainwindow.c
8472                 Made custom toolbar menu labels more consistent
8473         * src/prefs_toolbar.c
8474                 Made custom toolbar window title more consistent
8475
8476 2002-09-22 [colin]      0.8.3claws12
8477
8478         * src/inc.c
8479                 Initialize session type to normal before getting 
8480                 mail (fixes strange Get behaviour)
8481         * src/prefs_account.h
8482                 Move STYPE_POP_BEFORE_SMTP to last position to 
8483                 avoid other side-effects
8484
8485 2002-09-22 [colin]      0.8.3claws11
8486
8487         * src/prefs_account.c
8488                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8489                 from pop3 to apop or vice-versa
8490
8491 2002-09-22 [colin]      0.8.3claws10
8492         
8493         * src/prefs_account.[ch]
8494                 Add an option for the POP before SMTP timeout
8495         * src/inc.c
8496                 Remember time of last POP connection
8497         * src/send.c
8498                 Do POP before SMTP only if timeout reached
8499
8500 2002-09-22 [oliver]     0.8.3claws9
8501         
8502         * README.claws
8503                 explain custom toolbar
8504
8505 2002-09-22 [oliver]     0.8.3claws8
8506
8507         * src/prefs_actions.[ch]
8508         custom toolbar for compose      
8509                 actions callback from compose toolbar
8510         * src/folderview.c
8511                 remove include toolbar.h
8512
8513 2002-09-22 [oliver]     0.8.3claws7
8514         
8515         * src/prefs_toolbar.[ch]
8516                 custom toolbar for compose
8517                 - generic prefs_toolbar handles both
8518                   Mainwin's toolbar as well as Compose toolbar          
8519
8520 2002-09-22 [oliver]     0.8.3claws6
8521         
8522         * src/toolbar.[ch]
8523                 custom toolbar for compose
8524                 restructure toolbar.[ch]
8525
8526 2002-09-22 [oliver]     0.8.3claws5
8527
8528         * src/compose.[ch]
8529                 custom toolbar for compose
8530
8531 2002-09-22 [oliver]     0.8.3claws4
8532         
8533         * src/mainwindow.[ch]
8534                 custom toolbar for compose 
8535                 move mainwin toolbar back to mainwindow
8536
8537 2002-09-22 [alfons]     0.8.3claws3
8538
8539         * src/procmsg.c
8540                 :%sno/if(/if (/gc
8541                 :%sno/for(/for (/gc
8542                 (beautify)
8543
8544 2002-09-22 [alfons]     0.8.3claws2
8545         
8546         * src/procmsg.c
8547                 procmsg_save_to_outbox(): don't unlink message file from queue;
8548                 callers should do it using folder_item_remove_msg()
8549
8550 2002-09-22 [colin]      0.8.3claws1
8551
8552         * src/mimeview.[ch]
8553                 Made mimeview_check_signature() public
8554         * src/textview.c
8555                 Made GPG signatures verifiable by clicking
8556                 the [application/pgp-signature] in the Text
8557                 view
8558
8559 2002-09-22 [paul]       0.8.3claws
8560
8561         * po/bg.po
8562           po/en_GB.po
8563           po/es.po
8564           po/it.po
8565           po/pl.po
8566           po/pt_BR.po
8567           po/sr.po
8568                 updated translations, submitted by George Danchev,
8569                 me, Ricardo Mones Lastra, Alessandro Maestri,
8570                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8571                 and Urke MMI, respectively.     
8572
8573 2002-09-22 [alfons]     0.8.2claws65
8574
8575         * src/procmsg.c
8576         * src/pgptext.c
8577                 no furry valgrinds have been used to plug these memleaks
8578
8579 2002-09-20 [paul]       0.8.2claws64
8580
8581         * sync with 0.8.3cvs4
8582                 'Select thread' re-implemented 
8583                 see ChangeLog 2002-09-20
8584
8585 2002-09-21 [alfons]     0.8.2claws63
8586
8587         * src/compose.c
8588                 compose_send(): plug unnoticed memleak
8589
8590 2002-09-20 [alfons]     0.8.2claws62
8591
8592         * src/addr_compl.c
8593                 replace_address_in_edit(): strict check for NULL address to
8594                 fix "[ 607348 ] Segfault in address completion". My guess is
8595                 that this happens with an empty address book, but it's good
8596                 to have this check here anyway
8597                 
8598                 completion_window_button_press(): free string returned 
8599                 from the internal cache
8600
8601 2002-09-20 [christoph]  0.8.2claws61
8602
8603         * src/procmime.h
8604                 added ENC_BINARY to EncodingType
8605         * src/procmime.c
8606                 the string returned by procmime_get_encoding_str
8607                 should not depend on the order of values in the
8608                 EncodingType definition
8609         * doc-src/rfc1806.txt   ** NEW FILE **
8610                 Added rfc1806 about MIME Content-Disposition
8611                 Extension
8612
8613 2002-09-19 [paul]       0.8.2claws60
8614
8615         * sync with 0.8.2cvs3
8616                 see ChangeLog 2002-09-19
8617
8618 2002-09-19 [paul]       0.8.2claws59
8619
8620         * src/prefs_folder_item.c
8621                 revert to Darko's original alignment of colour
8622                 selector button
8623                 add a colon to folder_color label
8624                 
8625         * src/compose.c
8626                 add Colin's patch (with Hiro's modifications) to 
8627                 force BASE64 encoding for 8-bit text when signing
8628                 (sync with 0.8.3cvs2)
8629
8630 2002-09-18 [alfons]     0.8.2claws58
8631
8632         * src/compose.c
8633                 :%sno/if(/if (/gc
8634                 :%sno/for(/for (/gc
8635                 (beautify a little bit)
8636
8637 2002-09-18 [christoph]  0.8.2claws57
8638
8639         * src/pine.c
8640                 fix handling of fgetc return value
8641
8642 2002-09-17 [alfons]     0.8.2claws56
8643         
8644         * src/summaryview.c
8645                 summary_sort(): check non-NULL summaryview->folder_item when no 
8646                 folder is selected at all
8647                 (closes "[ 610344 ] sort label make syl Crash")
8648
8649 2002-09-17 [alfons]     0.8.2claws55
8650         
8651         * src/compose.c
8652                 beautify a little bit
8653
8654 2002-09-17 [christoph]  0.8.2claws54
8655
8656         * src/folder.c
8657                 initialize max values for cache and folder
8658                 when cache or folder is empty
8659
8660 2002-09-15 [colin]      0.8.2claws53
8661
8662         * src/compose.c
8663                 Fix a leak (thanks Alfons!) and cleaned
8664                 variables names for custom headers
8665
8666 2002-09-15 [colin]      0.8.2claws52
8667
8668         * src/compose.c
8669                 Fix custom headers recognition when
8670                 prefs_common.trans_hdr is on
8671
8672 2002-09-15 [colin]      0.8.2claws51
8673
8674         * src/compose.c
8675                 Allow dynamically-added custom headers
8676                 Yet not reparsed if reedited
8677
8678 2002-09-15 [alfons]     0.8.2claws50
8679
8680         * src/prefs_account.c
8681                 fix warnings
8682
8683 2002-09-15 [colin]      0.8.2claws49
8684         
8685         * src/prefs_account.c
8686                 fix pop_before_smtp sensitivity
8687
8688 2002-09-15 [colin]      0.8.2claws48
8689
8690         * src/inc.[ch]
8691                 add inc_pop_before_smtp()
8692                 allow MainWindow to be undefined in 
8693                 inc_account_mail() and inc_start()
8694         * src/pop.c
8695           src/prefs_account.h
8696                 add STYPE_POP_BEFORE_SMTP session type
8697         * src/prefs_account.c
8698                 activated pop before smtp option
8699         * src/send.c
8700                 do pop before smtp if the relevant option 
8701                 is set
8702
8703 2002-09-15 [paul]       0.8.2claws47
8704
8705         * sync with 0.8.3
8706                 see ChangeLog 2002-09-15
8707
8708 2002-09-14 [paul]       0.8.2claws46
8709
8710         * po/bg.po
8711                 updated Bulgarian translation, submitted by
8712                 George Danchev
8713
8714 2002-09-13 [paul]       0.8.2claws45
8715
8716         * src/compose.c
8717                 merge claws' select_account() with main's
8718                 (new) compose_select_account(). [sync with
8719                 0.8.2cvs15, see ChangeLog 2002-09-11]
8720
8721 2002-09-12 [christoph]  0.8.2claws44
8722
8723         * src/filter.c
8724                 allocate 1 elements of FolderItem not 0
8725
8726 2002-09-12 [colin]      0.8.2claws43
8727
8728         * src/compose.c
8729                 Fix bug #590825 (obey Follow-up: poster)
8730
8731 2002-09-12 [colin]      0.8.2claws42
8732
8733         * src/procmime.c
8734                 Fix bug #557009 (wrong headers for messages 
8735                 forwarded as attachments)
8736
8737 2002-09-11 [colin]      0.8.2claws41
8738         
8739         * src/compose.c
8740                 Put SCF: pseudo-header on top of message
8741                 Set draft tmp_flag when saved as draft
8742
8743         * src/procmsg.c
8744           src/procheader.c
8745                 Skip after first \n\n for beginning of real message
8746                 for drafts too
8747
8748 2002-09-11 [christoph]  0.8.2claws40
8749
8750         * src/filtering.c
8751                 use procmsg flag functions in filtering or processing
8752                 will cause incorrect folder message counts
8753
8754 2002-09-11 [colin]      0.8.2claws39
8755
8756         * src/compose.c
8757                 Fix bug #550175 - wrong save folder when reediting
8758                 drafts
8759
8760 2002-09-11 [paul]       0.8.2claws38
8761
8762         * sync with 0.8.2cvs14
8763                 see ChangeLog 2002-09-11
8764
8765 2002-09-11 [colin]      0.8.2claws37
8766
8767         * src/folder.c
8768                 Fix a typo (seeming to cause new/unread status to
8769                 be lost)
8770
8771 2002-09-10 [christoph]  0.8.2claws36
8772
8773         * src/compose.c
8774                 compose_redirect should not use compose_generic_new
8775                 because that does more stuff than expected including
8776                 opening the external editor
8777                 (closes bug "[ 526608 ] bounced messages appear blank
8778                  in editor")
8779
8780 2002-09-10 [christoph]  0.8.2claws35
8781
8782         * src/folder.c
8783                 fix problem with too large message number range
8784                 causing a crash in folder_item_scan
8785
8786 2002-09-10 [paul]       0.8.2claws34
8787
8788         * sync with 0.8.2cvs13
8789                 see ChangeLog 2002-09-10
8790
8791 2002-09-10 [christoph]  0.8.2claws33
8792
8793         * src/msgcache.c
8794                 set MsgInfo TmpFlags for queue and draft folders
8795                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8796
8797 2002-09-10 [paul]       0.8.2claws32
8798
8799         * AUTHORS
8800           po/bg.po      ** NEW FILE **
8801                 new Bulgarian translation submitted by
8802                 George Danchev <danchev@spnet.net>
8803                 
8804         * tools/Makefile.am
8805           tools/README
8806           tools/tb2sylpheed     ** NEW FILE **
8807                 add script that converts an addressbook exported
8808                 from The Bat! into a Sylpheed addressbook. Submitted
8809                 by Urke MMI <urke-kg@eunet.yu>
8810
8811 2002-09-10 [paul]       0.8.2claws31
8812
8813         * sync with 0.8.2cvs12
8814                 see ChangeLog 2002-09-10
8815
8816 2002-09-06 [paul]       0.8.2claws30
8817
8818         * src/prefs_common.c
8819                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8820                 
8821         * tools/Makefile.am
8822           tools/README
8823           tools/ldif-to-xml.py  ** REMOVED **
8824                 remove obsolete python script
8825
8826 2002-09-06 [paul]       0.8.2claws29
8827
8828         * sync with 0.8.2cvs10
8829                 see ChangeLog 2002-09-06
8830
8831 2002-09-04 [paul]       0.8.2claws28
8832
8833         * sync with 0.8.2cvs9
8834                 see ChangeLog 2002-08-04
8835
8836 2002-09-04 [colin]      0.8.2claws27 
8837
8838         * src/prefs_common.[ch]
8839                 Added signature color configuration
8840         * src/textview.c
8841                 Use user-specified signature color
8842
8843 2002-09-03 [colin]      0.8.2claws26
8844
8845         * src/prefs_common.[ch]
8846                 Added autosave and autosave_length prefs
8847         * src/compose.c
8848                 Added compose_remove_draft()
8849                 Auto-save drafts according to the prefs
8850         * src/main.c
8851                 Added a crash-indicator file, allowing to check
8852                 for new messages on startup if Sylpheed crashed
8853                 (makes saved drafts "reappear")
8854
8855 2002-09-03 [colin]      0.8.2claws25
8856
8857         * src/textview.[ch]
8858                 Grey the signature
8859
8860 2002-09-03 [paul]       0.8.2claws24
8861
8862         * sync with 0.8.2cvs8
8863                 see ChangeLog 2002-09-02 and 2002-09-03
8864
8865 2002-09-03 [darko]      0.8.2claws23
8866
8867         * src/folderview.c
8868                 use normal style when creating new folder to pick
8869                 proper font size 
8870
8871 2002-09-02 [melvin]     0.8.2claws22
8872
8873         * src/gtkaspell.m4
8874                 removed some obsolete code
8875
8876 2002-09-02 [melvin]     0.8.2claws21
8877
8878         * ac/aspell.m4
8879                 fixed test's equality sign (== to =)
8880
8881 2002-09-02 [alfons]     0.8.2claws20
8882
8883         * src/folder.c
8884         * src/mh.c
8885                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8886                 as folder->destroy virtual as suggested by Hiro
8887                 (the mh.c code seems to have been lost around mh.c.1.21)
8888
8889 2002-09-02 [paul]       0.8.2claws19
8890
8891         * po/pt_BR.po
8892                 updated by Fabio Jr. Beneditto
8893                 
8894         * src/defs.h
8895                 use 'http://claws.sylpheed.org' for homepage link. 
8896                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8897
8898 2002-09-01 [alfons]     0.8.2claws18
8899
8900         * src/mh.c
8901                 plug memleak related to one Martin Kluge found
8902
8903 2002-08-31 [paul]       0.8.2claws17
8904
8905         * sync with 0.8.2cvs6
8906                 see ChangeLog 2002-08-30
8907
8908 2002-08-31 [alfons]     0.8.2claws16
8909
8910         * src/folder.c
8911                 folder_destroy(): remove mailbox from folderlist even if it has
8912                 no destroy virtual
8913
8914 2002-08-31 [alfons]     0.8.2claws15
8915
8916         * src/folder.c
8917                 :%sno/if(/if (/gc
8918                 :%sno/for(/for (/gc
8919                 (being pedantic I know)
8920
8921 2002-08-31 [alfons]     0.8.2claws14
8922
8923         * src/folder.c
8924                 check for NULL pointers returned from folder->fetch_msginfo virtual
8925                 (should solve some reported crashes)
8926
8927 2002-08-30 [alfons]     0.8.2claws13
8928
8929         * acconfig.h
8930         * configure.in
8931         * src/crash.c
8932                 enable crash dialog on compilation time
8933                 (--enable-crash-dialog configure option)
8934
8935 2002-08-30 [alfons]     0.8.2claws12
8936
8937         * AUTHORS
8938                 add Martin Kluge
8939         * src/mh.c
8940                 apply memory leak plug patch by Martin Kluge
8941                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8942                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8943                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8944
8945 2002-08-30 [darko]      0.8.2claws11
8946
8947         * src/folderview.c
8948                 copy Gtk style from normal style to match
8949                 font size for coloured folders
8950
8951 2002-08-29 [alfons]     0.8.2claws10
8952
8953         * sylpheed.desktop
8954                 Type=Internet <- Type=Application
8955                 (reported by Michael Schwendt, see:
8956                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8957                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8958
8959 2002-08-29 [paul]       0.8.2claws9
8960
8961         * sync with 0.8.2cvs5
8962                 see ChangeLog 2002-08-29
8963
8964 2002-08-29 [colin]      0.8.2claws8
8965
8966         * src/summaryview.c
8967                 Added a sanity check in summary_select_thread
8968                 Should fix bug 601605
8969
8970 2002-08-29 [colin]      0.8.2claws7
8971
8972         * src/main.c
8973                 Revert claws6 changes regarding bug #591676
8974
8975 2002-08-28 [colin]      0.8.2claws6
8976         
8977         * src/main.c
8978                 Ignore cache for queue folderitems
8979                 Fix bug #591676
8980
8981 2002-08-28 [melvin]     0.8.2claws5
8982
8983         * README.claws
8984                 Fixed typos.
8985
8986 2002-08-28 [melvin]     0.8.2claws4
8987
8988         * README.claws
8989                 Updated a bit the text concerning the spell checker
8990
8991 2002-08-28 [melvin]     0.8.2claws3
8992
8993         Merged the GNU_aspell_branch:
8994                 Support of new GNU/aspell is now included and the old pspell
8995                 is not supported anymore.
8996                 See README.claws
8997
8998         * README.claws
8999                 Updated spell checker text to reflect the switch to GNU/aspell
9000
9001         * ac/aspell.m4          *** NEW ***
9002         * src/gtkaspell.[ch]    *** NEW *** 
9003         * ac/pspell.m4          *** DELETED *** 
9004         * src/gtkspell.[ch]     *** DELETED ***
9005
9006         * ac/Makefile.am
9007                 Updated for GNU/aspell support
9008
9009         * po/POTFILES.in
9010                 Replaced gtkspell.c by gtkaspell.c
9011
9012         * acconfig.h
9013         * src/Makefile.am
9014         * src/about.c
9015         * src/compose.[ch]
9016         * src/crash.c
9017         * src/main.c
9018         * src/prefs_common.[ch]
9019                 Updated for GNU/aspell support
9020
9021 2002-08-28 [paul]       0.8.2claws2
9022
9023         * sync with 0.8.2cvs4
9024                 see ChangeLog 2002-08-27 and 2002-08-28
9025
9026 2002-08-28 [colin]      0.8.2claws1
9027
9028         * src/summary_search.c
9029                 Added "AND search"
9030
9031 2002-08-28 [jens]       0.8.2claws
9032
9033         *po/de.po
9034                 Updated German translations
9035
9036 2002-08-27 [melvin]     0.8.2claws
9037
9038         * po/fr.po
9039                 Updated French translations
9040
9041 2002-08-27 [paul]       0.8.2claws
9042
9043         * sync with 0.8.2 main release
9044
9045         * po/en_GB.po
9046           po/es.po
9047           po/it.po
9048           po/pl.po
9049           po/pt_BR.po
9050           po/sr.po
9051                 updated message catalogs submitted by
9052                 Ricardo Mones Lastra, Alessandro Maestri,
9053                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9054                 Beneditto and Urke MMI  
9055
9056 2002-08-27 [hoa]        0.8.1claws123
9057
9058         * src/mainwindow.[ch]
9059         * src/summaryview.[ch]
9060                 removed the "filter setting" menu option.
9061                 add a "cancel a news message" menu option.
9062
9063 2002-08-26 [martin]     0.8.1claws122
9064
9065         * ChangeLog.claws
9066                 changed string under 0.8.1claws79 changed by myself
9067                 i'm sorry alfons :(
9068
9069 2002-08-26 [martin]     0.8.1claws121
9070
9071         * src/crash.c
9072                 added kill command to debuggerrc to start crash dialog
9073
9074 2002-08-26 [paul]       0.8.1claws120
9075
9076         * sync with 0.8.1cvs31
9077                 see ChangeLog 2002-08-26
9078
9079 2002-08-25 [alfons]     0.8.1claws119
9080
9081         * src/procmsg.c
9082                 fix bug that didn't send out correct headers to news server
9083                 when sending news article and email from queue (bug reported
9084                 and patch provided by Tim Mann; closes bug 
9085                 "[ 583196 ] 0.7.8claws can't post news")
9086
9087 2002-08-25 [alfons]     0.8.1claws118
9088
9089         * src/selective_download.c
9090                 mark two strings as translatable
9091                 (thanks to Urke MMI for pointing this out)
9092
9093 2002-08-25 [alfons]     0.8.1claws117
9094
9095         * src/summaryview.c
9096                 treat sent boxes as special and allow sorting them by addressee
9097                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9098                 submitted by Steve Lamb)
9099
9100 2002-08-24 [alfons]     0.8.1claws116
9101
9102         * src/matcher.c
9103                 fix memleak reported by Martin Kluge
9104                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9105
9106 2002-08-24 [oliver]     0.8.1claws115
9107
9108         * src/prefs_toolbar.c
9109                 o code cleanup as suggested by Alfons
9110                 o memleak fix
9111
9112 2002-08-24 [alfons]     0.8.1claws114
9113
9114         * src/summaryview.c
9115                 o fix another memory leak reported by Martin Kluge
9116                   (see "[ 599568 ] Small Memory Leak")
9117                 o remove 'from' variable from 'summary_set_header()'; we can
9118                   do with just 'to' 
9119
9120 2002-08-24 [paul]       0.8.1claws113
9121
9122         * sync with 0.8.1cvs30
9123                 see ChangeLog 2002-08-23
9124
9125 2002-08-24 [alfons]     0.8.1claws112
9126
9127         * src/summaryview.c
9128                 remove unnecessary allocations for search bar fixing leaks
9129                 reported by Martin Kluge
9130                 (see "[ 599451 ] Further memory leaks?")
9131
9132 2002-08-24 [alfons]     0.8.1claws111
9133
9134         * src/main.c
9135                 make get_socket_name() public for crash.c
9136         * src/crash.c
9137                 o make report bug button work (goes to claws' 
9138                   bug tracker at sf.net)
9139                 o introduce function for doing important stuff just
9140                   before claws goes down
9141                 o clean up code 
9142
9143 2002-08-24 [alfons]     0.8.1claws110
9144
9145         * src/compose.c
9146                 move cursor to "To" entry when forwarding as attachment
9147                 (reported and solved by Steve Lamb, closes bug report
9148                 "[ 592880 ] Forward as attachment; cursor not in to")
9149
9150 2002-08-24 [colin]      0.8.1claws109
9151
9152         * src/mainwindow.c
9153                 fix quick search visibility after GUI (de)separations.
9154
9155 2002-08-23 [colin]      0.8.1claws108
9156
9157         * src/mainwindow.c
9158                 fix header pane visibility after folderview or
9159                 messageview (de)separation
9160
9161 2002-08-23 [paul]       0.8.1claws107
9162
9163         * src/mainwindow.[ch]
9164           src/toolbar.c
9165                 give full control of display or non-display 
9166                 of the Execute icon to Custom toolbar settings.
9167                 add new sensitivity condition to maninwindow.h: 
9168                 M_DELAY_EXEC
9169
9170         * ChangeLog
9171           ChangeLog.jp
9172           NEWS
9173                 more sync with 0.8.1cvs29
9174
9175 2002-08-23 [melvin]     0.8.1claws106
9176
9177         * src/alertpanel.c
9178                 Readded support for custom widget in alertpanel lost in last
9179                 sync.
9180
9181 2002-08-23 [paul]       0.8.1claws105
9182
9183         * sync with 0.8.1cvs29
9184                 see ChangeLog 2002-08-23
9185
9186 2002-08-23 [colin]      0.8.1claws104
9187
9188         * src/summaryview.c
9189                 Fix folder and search pixmaps exchanging positions
9190                 after theme or toolbar changes. Thank to Oliver for 
9191                 reporting this.
9192
9193 2002-08-23 [colin]      0.8.1claws103
9194
9195         * src/mainwindow.c
9196           src/messageview.[ch]
9197           src/noticeview.[ch]
9198           src/summaryview.c
9199                 Changed messageview_create() and noticeview_create()
9200                 to avoid the last gdk_warning
9201
9202 2002-08-22 [colin]      0.8.1claws102
9203
9204         * src/summaryview.c
9205                 Fix my new `Creating pixmap from xpm' warning
9206
9207 2002-08-22 [colin]      0.8.1claws101
9208
9209         * src/mainwindow.c
9210                 Fix some of the gdk warnings
9211
9212 2002-08-22 [colin]      0.8.1claws100
9213
9214         * src/Makefile.am
9215         * src/stock_pixmap.c
9216         * src/stock_pixmap.h
9217         * src/pixmaps/quicksearch.xpm *ADDED*
9218                 Add the quicksearch pixmap
9219         * src/mainwindow.c
9220         * src/summaryview.c
9221         * src/summaryview.h
9222                 Make quicksearch bar visible/hidden via a button
9223
9224 2002-08-22 [christoph]  0.8.1claws99
9225
9226         * src/folder.c
9227                 fix folder update for newsgroups with message
9228                 numbers below minimum number of articles to fetch
9229                 (closes bug #598445)
9230
9231 2002-08-22 [paul]       0.8.1claws98
9232
9233         * sync with 0.8.1cvs28
9234                 see ChangeLog 2002-08-22
9235
9236 2002-08-21 [alfons]     0.8.1claws97
9237
9238         * src/crash.c
9239                 use bt instead of bt full which seems to work 
9240                 better, and bt full doesn't give a great deal 
9241                 of information anyway
9242
9243 2002-08-21 [colin]      0.8.1claws96
9244
9245         * src/summaryview.c
9246                 fix summaryview_searchtype_changed prototype
9247
9248 2002-08-21 [christoph]  0.8.1claws95
9249
9250         * src/mainwindow.c
9251                 o fix broken menu update for sorting type, we have to
9252                   get this info from the summaryview now
9253                 o removed setting of threaded state in menu callback
9254         * src/summaryview.[ch]
9255                 more summaryview/folderitem seperation for
9256                 threading option
9257         * configure.in
9258                 removed not required --with-compiler-flags option
9259
9260 2002-08-21 [oliver]     0.8.1claws94
9261         
9262         * src/toolbar.h 
9263                 o rename toolbar.xml to toolbar_main.xml
9264                   since toolbar_compose.xml might come up 
9265                   any time soon
9266         * README.claws
9267                 add custom toolbar              
9268
9269 2002-08-21 [darko]      0.8.1claws93
9270
9271         * src/procmsg.c
9272                 don't reset tmp flags for messages copied
9273                 to sent folder
9274
9275 2002-08-21 [colin]      0.8.1claws92
9276         
9277         * src/prefs_filtering.c
9278                 fix renaming rules on folder rename 
9279                 when folder is not a leaf folder
9280
9281 2002-08-21 [paul]       0.8.1claws91
9282
9283         * src/prefs_folder_item.c
9284                 fix alignment of colour selector
9285
9286 2002-08-21 [paul]       0.8.1claws90
9287
9288         * sync with 0.8.1cvs27
9289                 see ChangeLog 2002-08-21
9290
9291 2002-08-21 [paul]       0.8.1claws89
9292
9293         * src/summaryview.c
9294                 fix crash when changing field type in
9295                 Quick search bar
9296
9297 2002-08-21 [colin]      0.8.1claws88
9298
9299         * src/summaryview.c
9300                 Made quick search case-insensitive
9301
9302 2002-08-21 [paul]       0.8.1claws87
9303
9304         * sync with 0.8.1cvs26
9305                 see ChangeLog 2002-08-21
9306
9307 2002-08-20 [christoph]  0.8.1claws86
9308
9309         * src/folderview.c
9310         * src/main.c
9311         * src/summaryview.[ch]
9312                 more summaryview/folderitem seperation for
9313                 sort_key and sort_type
9314         * src/procmsg.c
9315                 added missing return statement
9316
9317 2002-08-20 [colin]      0.8.1claws85
9318
9319         * src/summaryview.[ch]
9320                 Added a quick search box
9321         * src/mainwindow.c
9322         * src/prefs_common.[ch]
9323                 Added a show/hide option for the quick search
9324
9325 2002-08-20 [oliver]     0.8.1claws84
9326         
9327         * src/mainwindow.c
9328                 remove toolbar_create_popups
9329         * src/toolbar.[ch]
9330                 o remove toolbar_create_popups
9331                 o fix toolbar_set_sensitive 
9332                   (Bug reports #596834 and #596832)     
9333         * src/prefs_toolbar.c
9334                 o add "Set default" button
9335                 o align label and text + combo widgets
9336
9337 2002-08-20 [hoa]        0.8.1claws83bis
9338
9339         * src/imap.c
9340                 fixed a bug in imap_fetch_msginfo() in case there is no
9341                 current folder.
9342
9343 2002-08-20 [darko]      0.8.1claws83
9344
9345         * src/folderview.c
9346                 copy the color style of folder view so it
9347                 works with GTK themes
9348
9349 2002-08-20 [darko]      0.8.1claws82
9350
9351         * src/folder.h
9352         * src/folderview.c
9353         * src/prefs_folder_item.[hc]
9354                 don't use UI stuff in folder.h
9355
9356 2002-08-20 [darko]      0.8.1claws81
9357
9358         * src/folder.h
9359         * src/prefs_folder_item.h
9360         * src/folderview.c
9361         * src/prefs_folder_item.c
9362                 ability to set folder color in folderview
9363
9364 2002-08-19 [alfons]     0.8.1claws80
9365
9366         * src/summaryview.c
9367                 fix one of the earlier memleaks reported by Martin Kluge
9368
9369 2002-08-19 [alfons]     0.8.1claws79
9370
9371         * src/mainwindow.c
9372                 hide notice view when selecting seperate folder
9373                 view (reported by Urke MMI)
9374
9375 2002-08-19 [christoph]  0.8.1claws78
9376
9377         * src/folderview.c
9378         * src/prefs_folder_item.h
9379         * src/summaryview.[ch]
9380                 o add summary_set_prefs_from_folderitem to set
9381                   summaryview prefs (first step to remove all
9382                   references to the folderitem in summaryview)
9383                 o moved compiled regex stuff from folderitem prefs
9384                   to summaryview code
9385
9386 2002-08-19 [paul]       0.8.1claws77
9387
9388         * src/compose.c
9389                 add check for '.' to QUOTE_IF_REQUIRED
9390
9391 2002-08-19 [paul]       0.8.1claws76
9392
9393         * src/inc.c
9394                 sync with 0.8.1cvs25 (plug memory leak)
9395
9396         * src/prefs_toolbar.c
9397                 re-order prefs_toolbar_cancel()
9398
9399 2002-08-18 [alfons]     0.8.1claws75
9400
9401         * src/inc.c
9402         * src/matcher.c
9403                 plug other memleaks reported by Martin Kluge
9404
9405 2002-08-18 [paul]       0.8.1claws74
9406
9407         * po/pt_BR.po
9408                 updated by Fabio Jr. Beneditto
9409
9410 2002-08-18 [paul]       0.8.1claws73
9411
9412         * src/toolbar.[ch]
9413                 fix bug where tooltips were displayed untranslated              
9414
9415         * src/prefs_toolbar.c
9416                 fix bug where clicking 'Cancel' creates an icon & text
9417                 toolbar regardless of prefs
9418         
9419
9420 2002-08-17 [oliver]     0.8.1claws72
9421
9422         * src/prefs_toolbar.c
9423                 update toolbar on CANCEL
9424                 bug reported by Martin Kluge
9425         * src/toolbar.c
9426                 toolbar_destroy memleak fixed           
9427
9428 2002-08-17 [alfons]     0.8.1claws71
9429
9430         * src/toolbar.c
9431                 plug another memleak reported by Martin Kluge
9432
9433 2002-08-16 [alfons]     0.8.1claws70
9434
9435         * src/crash.c
9436                 use execvp() correctly (suggested by wwp; thanks!)
9437
9438 2002-08-16 [alfons]     0.8.1claws69
9439
9440         * src/gtksctree.c
9441                 plug memory leak reported by Kim Schultz & Martin Kluge
9442
9443 2002-08-16 [paul]       0.8.1claws68
9444
9445         * po/es.po
9446                 updated by Ricardo Mones Lastra
9447
9448 2002-08-16 [paul]       0.8.1claws67
9449
9450         * src/toolbar.h
9451                 fix bug where 'Compose News' icon showed wrong
9452                 tooltip
9453
9454 2002-08-16 [paul]       0.8.1claws66
9455
9456         * sync with 0.8.1cvs24
9457                 see ChangeLog 2002-08-16
9458
9459         * po/it.po
9460                 updated by Alessandro Maestri
9461
9462 2002-08-15 [paul]       0.8.1claws65
9463
9464         * po/sr.po
9465                 updated by Urke MMI
9466
9467 2002-08-15 [paul]       0.8.1claws64
9468
9469         * src/*.c
9470                 don't translate debug info
9471
9472         * src/matcher.[ch]
9473                 add copyright info
9474
9475 2002-08-15 [paul]       0.8.1claws63
9476
9477         * src/prefs_toolbar.c
9478                 fix bug where clicking 'OK' creates an icon & text
9479                 toolbar regardless of prefs
9480
9481 2002-08-14 [alfons]     0.8.1claws62
9482
9483         * src/main.c
9484                 add global var that has the full argv[0]
9485         * src/crash.c
9486                 o execvp the correct sylpheed by using argv0
9487                   and setting the correct work dir
9488                 o other tweaks  
9489
9490 2002-08-14 [oliver]     0.8.1claws61
9491         
9492         * enable/disable Toolbar Action Buttons 
9493         * code cleanups
9494         * src/mainwindow.c
9495         * src/toolbar.[ch]      
9496         * src/prefs_toolbar.c   
9497
9498 2002-08-14 [melvin]     0.8.1claws60
9499
9500         * po/fr.po
9501                 Updated French translations
9502
9503 2002-08-14 [melvin]     0.8.1claws59
9504
9505         * src/crash.c
9506                 Made bug report not translatable
9507         * src/exporthtml.c
9508                 Fixed exporthtml_build_filespec() return value
9509         * src/foldersel.c
9510                 Fixed incorrect include file
9511         * src/gtkspell.c
9512         * src/prefs_actions.c
9513         * src/prefs_toolbar.c
9514                 Made debug info not translatable
9515         * src/mutt.c
9516         * src/quote_fmt.c
9517                 Added missing includes
9518         * src/prefs_common.c
9519                 Fixed typo
9520
9521 2002-08-14 [paul]       0.8.1claws58
9522
9523         * faq/es/sylpheed-faq.html
9524           faq/es/sylpheed-faq-[1-3].html
9525           faq/es/sylpheed-faq-4.html     **NEW FILE **
9526                 update Spanish FAQ
9527
9528 2002-08-13 [christoph]  0.8.1claws57
9529
9530         * src/procmsg.c
9531                 ignore thread fix that did not mark all
9532                 child nodes of a ignored thread as
9533                 ignored. Does not work perfectly yet,
9534                 but it is better now
9535
9536 2002-08-13 [alfons]     0.8.1claws56
9537
9538         * src/crash.c
9539                 o implement 'save crash log'
9540                 o some tweaks
9541
9542 2002-08-13 [melvin]     0.8.1claws55
9543
9544         * src/main.c
9545                 removed unrequired "execinfo.h" header
9546
9547 2002-08-12 [paul]       0.8.1claws54
9548
9549         * faq/en/sylpheed-faq.html
9550           faq/en/sylpheed-faq-[1-3].html
9551           faq/en/sylpheed-faq-4.html     **NEW FILE **
9552                 update English FAQ
9553
9554 2002-08-12 [alfons]     0.8.1claws53
9555
9556         * po/POTFILES.in
9557                 add crash.c to translatables
9558         * src/crash.c
9559                 bring in Leandro's crash dialog
9560
9561 2002-08-11 [alfons]     0.8.1claws52
9562
9563         * src/crash.c
9564                 clean up some warnings
9565
9566 2002-08-11 [alfons]     0.8.1claws51
9567
9568         * acconfig.h
9569         * configure.in
9570         * src/crash.[ch]        ** NEW FILES **
9571         * src/main.c            
9572                 initial gdb crash handler
9573
9574 2002-08-11 [paul]       0.8.1claws50
9575
9576         * src/prefs_toolbar.c
9577                 replace Up/Down arrow pixmaps with text to be
9578                 consistent across icon themes
9579
9580 2002-08-11 [paul]       0.8.1claws49
9581
9582         * src/prefs_common.c
9583           src/prefs_toolbar.c
9584                 rename 'Pixmap' -> 'Icon'
9585
9586         * src/toolbar.[ch]
9587                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9588
9589 2002-08-10 [paul]       0.8.1claws48
9590
9591         * src/prefs_toolbar.c
9592                 re-work the UI
9593
9594 2002-08-10 [paul]       0.8.1claws47
9595
9596         * src/main.c
9597                 don't write Processing progress to status bar
9598                 patch submitted by Alexander Evseev
9599
9600         * src/prefs_toolbar.c
9601                 re-position and resize window
9602                 make window assume correct size on first call
9603
9604 2002-08-10 [paul]       0.8.1claws46
9605
9606         * src/mainwindow.c
9607           src/prefs_toolbar.c
9608           src/toolbar.c
9609           src/toolbar.h
9610                 obey coding style
9611                 follow UI text conventions
9612
9613 2002-08-10 [alfons]     0.8.1claws45
9614
9615         * src/toolbar.c
9616                 correct pixmap for delete action
9617
9618 2002-08-10 [paul]       0.8.1claws44
9619
9620         * po/pt_BR.po
9621                 updated by Fabio Jr. Beneditto
9622
9623 2002-08-10 [paul]       0.8.1claws43
9624
9625         * po/POTFILES.in
9626                 add custom toolbar files
9627
9628 2002-08-10 [paul]       0.8.1claws42
9629
9630         * sync with 0.8.1cvs22
9631                 see ChangeLog 2002-08-09
9632
9633 2002-08-09 [paul]       0.8.1claws41
9634
9635         * tools/Makefile.am
9636           tools/README
9637           tools/outlook2sylpheed.pl     ** NEW FILE **
9638                 add script to convert exported Outlook
9639                 contacts list to a Sylpheed addressbook.
9640                 Submitted by Ricardo Mones Lastra.
9641
9642 2002-08-09 [paul]       0.8.1claws40
9643
9644         * AUTHORS
9645           configure.in
9646           po/sr.po      ** NEW FILE **
9647                 add Serbian message catalog. Submitted by
9648                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9649
9650 2002-08-09 [paul]       0.8.1claws39
9651
9652         * sync with 0.8.1cvs21
9653                 see ChangeLog 2002-08-08
9654
9655 2002-08-08 [oliver]     0.8.1claws38
9656
9657         * src/mainwindow.c
9658                 move Custom Toolbar to Configuration menu
9659
9660 2002-08-08 [oliver]     0.8.1claws37
9661
9662         * src/prefs_toolbar.c
9663                 fix substitute pixmap bug
9664
9665 2002-08-08 [paul]       0.8.1claws36
9666
9667         * sync with 0.8.1cvs19
9668                 see ChangeLog 2002-08-08
9669
9670 2002-08-07 [christoph]  0.8.1claws35
9671
9672         * src/utils.c
9673                 fixed a memory leak in new canonicalize_file_replace
9674
9675 2002-08-07 [christoph]  0.8.1claws34
9676
9677         * src/utils.[ch]
9678                 o canonicalize_file_replace should create the temporary
9679                   file in the same directory as the original file.
9680                 o added get_tmpfile_in_dir that creates a temorary file
9681                   in a specified directory.
9682
9683 2002-08-07 [melvin]     0.8.1claws33
9684
9685         * src/toolbar.c
9686                 fixed bug where 'Article' button acted as 'Email' button.
9687
9688 2002-08-07 [paul]       0.8.1claws32
9689
9690         * sync with 0.8.1.cvs17
9691                 see ChangeLog 2002-08-07
9692
9693 2002-08-07 [colin]      0.8.1claws31
9694         
9695         * src/news.c
9696                 fix mass-cancel problem
9697
9698 2002-08-07 [thorsten]   0.8.1claws30
9699
9700         * src/prefs_toolbar.c
9701                 fix: crash on replace or add new button
9702         * src/toolbar.c
9703                 fix: close xmlfile after reading
9704         * src/utils.c
9705                 fix: unlink() file before rename()
9706
9707 2002-08-06 [paul]       0.8.1claws29
9708
9709         * sync with 0.8.cvs15
9710                 see ChangeLog 2002-08-06
9711
9712 2002-08-06 [oliver]     0.8.1claws28
9713
9714         * src/toolbar.c
9715         * src/prefs_toolbar.c
9716                 fixed empty toolbar issue
9717
9718 2002-08-06 [oliver]     0.8.1claws27
9719
9720         * Custom Toolbar Final 
9721         * src/folderview.c
9722         * src/inc.c
9723         * src/summaryview.c
9724                 o toolbar stuff now lives in src/toolbar.[ch]
9725                 o main_window_toolbar_* functions are renamed to
9726                   toolbar_* reflecting their new source file
9727         * src/mainwindow.[ch]
9728                 o remove toolbar stuff  
9729
9730 2002-08-06 [oliver]     0.8.1claws26
9731         
9732         * src/Makefile.am
9733         * src/prefs_toolbar.[ch]        **New File**
9734         * src/toolbar.[ch]              **New File**
9735                 o prefs_toolbar.[ch] custom toolbar frontend
9736                 o toolbar.[ch]       backend 
9737
9738 2002-08-06 [oliver]     0.8.1claws25
9739
9740         * src/prefs_actions.[ch]
9741                 o new exported function actions_execute
9742
9743 2002-08-06 [paul]       0.8.1claws24
9744
9745         * sync with 0.8.1cvs4
9746                 see ChangeLog 2002-08-06
9747
9748 2002-08-06 [paul]       0.8.1claws23
9749
9750         * sync with 0.8.1cvs13
9751                 see ChangeLog 2002-08-06
9752
9753 2002-08-06 [paul]       0.8.1claws22
9754
9755         * sync with 0.8.1cvs12
9756                 see ChangeLog 2002-08-05 and 2002-08-06
9757
9758 2002-08-06 [match]      0.8.1claws21
9759
9760         * src/addrclip.c
9761                 improvements to cut/copy/paste address
9762
9763 2002-08-05 [match]      0.8.1claws20
9764
9765         * src/addritem.[ch]
9766         * src/addrcache.c
9767         * src/addrbook.c
9768         * src/editaddress.c
9769         * src/addressbook.c
9770                 fixes to improve cut/copy/paste
9771
9772 2002-08-06 [melvin]     0.8.1claws19
9773
9774         * src/account.[ch]
9775                 account_find_all_from_address(): new function that returns the
9776                 list of all accounts that are matched in an address.
9777         * src/alertpanel.[ch]
9778                 alertpanel() now accepts a custom widget
9779                 alertpanel_with_widget(): new function that pops up a panel with
9780                 a custom widget in it 
9781         * src/gtkutils.[ch]
9782                 gtkut_account_menu_new(): new function that allows the selection
9783                 of an account from a list of accounts.
9784         * src/messageview.c
9785                 Extended Return Receipt notification to select the correct 
9786                 account and to make a security test on the Delivery-Notification
9787                 address which should be the same as the Return-Path.
9788
9789 2002-08-06 [thorsten]   0.8.1claws18
9790
9791         * src/mimeview.c
9792                 attach_all: save unnamed as "noname.%d",
9793                 dont free static dirname
9794
9795 2002-08-05 [alfons]     0.8.1claws17
9796
9797         * configure.in
9798                 detect XIM by trying to link rather than compile a XIM program
9799
9800 2002-08-05 [oliver]     0.8.1claws16
9801                 
9802         * src/stock_pixmap.[ch]
9803                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9804                 o new func to retrieve pixmaps
9805
9806 2002-08-05 [paul]       0.8.1claws15
9807
9808         * sync with 0.8.1cvs10
9809                 see ChangeLog 2002-08-05
9810
9811 2002-08-04 [alfons]     0.8.1claws14
9812
9813         * src/textview.c
9814                 see if this plugs memleak
9815
9816 2002-08-04 [melvin]     0.8.1claws13
9817
9818         * src/gtkspell.c
9819                 fixed bug that could crash Sylpheed when highlighting
9820                 all misspelled words.
9821
9822 2002-08-03 [melvin]     0.8.1claws12
9823
9824         * src/prefs_actions.c
9825                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9826         * src/messageview.c
9827                 fixed bug where the Return Receipt was sent to
9828                 Delivery-Notification-To address even if it was not present
9829
9830 2002-08-02 [alfons]     0.8.1claws11
9831
9832         * src/prefs_actions.c
9833                 o more check for NULLs
9834                 o put create_io_dialog() in right conditional block
9835
9836 2002-08-02 [paul]       0.8.1claws10
9837
9838         * po/es.po
9839                 updated by Ricardo Mones Lastra
9840
9841 2002-08-01 [christoph]  0.8.1claws9
9842
9843         * src/folder.c
9844                 don't free the cache of the opened
9845                 folder in the summaryview
9846         * src/summaryview.c
9847                 don't unset flags, if it is not required
9848
9849 2002-08-01 [paul]       0.8.1claws8
9850
9851         * sync with 0.8.1cvs8
9852                 see ChangeLog entry 2002-08-01
9853
9854 2002-08-01 [paul]       0.8.1claws7
9855
9856         * sync with 0.8.1cvs7
9857                 see ChangeLog 2002-07-31 and 2002-08-01
9858
9859 2002-07-31 [christoph]  0.8.1claws6
9860
9861         * src/mainwindow.c
9862                 forgot to update menu sensitivity
9863                 function for new menu entry
9864
9865 2002-07-31 [alfons]     0.8.1claws5
9866
9867         * src/main.c
9868                 check folder item and its path for NULL on
9869                 initial processing
9870
9871 2002-07-31 [christoph]  0.8.1claws4
9872
9873         * src/folder.c
9874                 check if folder_item_get_msginfo in
9875                 folder_item_remove_msg returned NULL
9876         * src/imap.c
9877                 better clear the uid cache in the
9878                 uid validity check function and delete
9879                 cached messages
9880
9881 2002-07-31 [paul]       0.8.1claws3
9882
9883         * man/sylpheed.1
9884                 add the '--attach' option and a few other
9885                 minor changes
9886
9887 2002-07-31 [paul]       0.8.1claws2
9888
9889         * sync with 0.8.1cvs5
9890                 see ChangeLog 2002-07-31
9891
9892 2002-07-31 [christoph]  0.8.1claws1
9893
9894         * src/folderview.[ch]
9895         * src/mainwindow.c
9896                 replace "Rescan all folders..." with
9897                 "Check all folders for new messages..."
9898
9899 2002-07-30 [paul]       0.8.1claws
9900
9901         * version 0.8.1claws released
9902
9903 2002-07-30 [paul]       0.8.0claws29
9904
9905         * tools/OOo2sylpheed.pl ** NEW FILE **
9906           tools/README
9907                 add script to enable sending documents as
9908                 attachments from OpenOffice.org
9909
9910 2002-07-30 [melvin]     0.8.0claws28
9911
9912         * src/prefs_actions.c
9913                 Made the actions' input/output dialog display
9914                 without delay.
9915
9916 2002-07-30 [christoph]  0.8.0claws27
9917
9918         * src/procmsg.c
9919                 check if folder_item_get_msginfo in
9920                 procmsg_save_to_outbox returned NULL
9921
9922 2002-07-30 [paul]       0.8.0claws26
9923
9924         * sync with 0.8.1cvs4
9925                 see ChangeLog 2002-07-29
9926
9927 2002-07-29 [thorsten]   0.8.0claws25
9928
9929         * README.claws
9930                 added selective download, delete on server
9931
9932 2002-07-29 [paul]       0.8.0claws24
9933
9934         * sync with 0.8.1cvs3
9935                 see ChangeLog 2002-07-29
9936
9937 2002-07-27 [christoph]  0.8.0claws23
9938
9939         * src/folder.c
9940                 add extra check if fetching the msginfo
9941                 returned NULL
9942
9943 2002-07-27 [paul]       0.8.0claws22
9944
9945         * sync with 0.8.1cvs2
9946                 see ChangeLog 2002-07-26
9947
9948 2002-07-27 [christoph]  0.8.0claws21
9949
9950         * src/imap.c
9951                 add another check if a valid msginfo
9952                 was returned
9953
9954 2002-07-26 [hoa]        0.8.0claws20
9955
9956         * src/folder.c
9957                 Fixed a condition in folder_item_destroy()
9958
9959         * src/imap.c
9960                 Fixed an error in IMAP protocol
9961
9962 2002-07-26 [alfons]     0.8.0claws19
9963
9964         * src/folder.c
9965                 ofcourse compare with identifier, not the path
9966
9967 2002-07-26 [alfons]     0.8.0claws18
9968
9969         * src/folder.c
9970                 use folder item identifier for saving / restoring
9971                 preferences because folder->path might not be unique
9972
9973 2002-07-26 [melvin]     0.8.0claws17
9974
9975         * src/logwindow.c
9976                 Fixed a crash introduced in 0.8.0claws5 when log is 
9977                 cut under 80 characters.
9978
9979 2002-07-26 [paul]       0.8.0claws16
9980
9981         * sync with 0.8.1cvs1
9982                 see ChangeLog 2002-07-26
9983
9984 2002-07-26 [christoph]  0.8.0claws15
9985
9986         * src/imap.[ch]
9987                 imap folder now remembers the last selected
9988                 folder and imap_fetch_msginfo skips selecting
9989                 the folder if it is already selected
9990
9991 2002-07-26 [christoph]  0.8.0claws14
9992
9993         * src/folder.c
9994         * src/folderview.c
9995         * src/imap.c
9996                 fix imap folder rescanning
9997
9998 2002-07-25 [christoph]  0.8.0claws13
9999
10000         * src/filter.c
10001         * src/folder.[ch]
10002         * src/folderview.c
10003         * src/imap.[ch]
10004         * src/mainwindow.c
10005         * src/mbox_folder.c
10006         * src/mh.c
10007         * src/news.c
10008                 implement imap uid cache and uid validity check
10009
10010 2002-07-25 [alfons]     0.8.0claws12
10011
10012         * src/summaryview.c
10013                 fix a brown paper bag bug, and also add some more
10014                 checks
10015
10016 2002-07-25 [christoph]  0.8.0claws11
10017
10018         * src/folder.c
10019                 don't mix copy, fetch_msginfo and remove
10020                 operations in folder item copy and move
10021                 operations
10022
10023 2002-07-25 [christoph]  0.8.0claws10
10024
10025         * src/folderview.c
10026         * src/mainwindow.c
10027         * src/prefs_folder_item.c
10028         * src/summaryview.[ch]
10029                 remove no longer required parameter update_cache from
10030                 summary_show
10031
10032 2002-07-25 [paul]       0.8.0claws9
10033
10034         * sync with 0.8.1
10035         
10036         * AUTHORS
10037                 a few corrections
10038
10039 2002-07-24 [alfons]     0.8.0claws8
10040
10041         * src/summaryview.c
10042                 sort correctly when using simplified subject line
10043                 (closes feature request "[ 585141 ] applying regexp to subject 
10044                 before sort" submitted by Alexandra Walford)
10045
10046 2002-07-24 [paul]       0.8.0claws7
10047
10048         * sync with 0.8.0cvs3
10049                 see ChangeLog 2002-07-24
10050
10051 2002-07-23 [christoph]  0.8.0claws6
10052
10053         * src/folder.c
10054         * src/folder.h
10055         * src/summaryview.c
10056         * src/summaryview.h
10057         * src/main.c
10058                 o separate processing and summaryview
10059                 o removed summary_write_cache from summaryview
10060                 o removed summaryview->killed_messages, because we don't have
10061                   to keep a list of killed messages anymore. New cache will
10062                   keep the hidden messages in cache anyway
10063         * src/folderview.c
10064         * src/inc.c
10065         * src/selective_download.c
10066                 o removed unnecessary summary_write_cache calls
10067         * src/procmsg.c
10068                 o don't set ignore thread flag in procmsg_get_thread_tree
10069                   if it is already set
10070         * src/mainwindow.c
10071         * src/statusbar.h
10072                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10073                   they are used in different files
10074
10075 2002-07-23 [melvin]     0.8.0claws5
10076
10077         * src/addressbook.c
10078         * src/addrgather.c
10079         * src/editaddress.c
10080         * src/editgroup.c
10081         * src/editldap_basedn.c
10082         * src/importldif.c
10083         * src/prefs_common.c
10084                 Fixed few memory leak (gtk_editable_get_chars returns
10085                 an allocated string)
10086         * src/logwindow.c
10087                 Fixed few memory leak (gtk_editable_get_chars returns
10088                 an allocated string) and modified a little the log cutting
10089                 loop.
10090         * src/compose.c
10091                 Replaced a call to an obsolete function gtk_entry_get_text()
10092                 by gtk_editable_get_chars()
10093         * src/send.c
10094                 Removed a debug printf
10095
10096 2002-07-23 [christoph]  0.8.0claws4
10097
10098         * src/filesel.c
10099                 fix another g_dirname memory leak
10100
10101 2002-07-23 [christoph]  0.8.0claws3
10102
10103         * src/mh.c
10104                 fixed a memory leak in mh_fetch_msginfo
10105                 fixed crash when message header could not be
10106                 parsed
10107
10108 2002-07-23 [paul]       0.8.0claws2
10109
10110         * sync with 0.8.0cvs2
10111                 see ChangeLog 2002-07-23
10112
10113 2002-07-23 [paul]       0.8.0claws1
10114
10115         * sync with 0.8.0cvs1
10116                 see ChangeLog 2002-07-23
10117
10118 2002-07-23 [paul]       0.8.0claws
10119
10120         * release of 0.8.0claws
10121
10122 2002-07-23 [paul]       0.7.8claws99
10123
10124         * po/ru.po
10125                 new Russian translation, submitted by
10126                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10127
10128 2002-07-22 [jens]       0.7.8claws98
10129
10130         * po/de.po
10131                 Updated German translations.
10132
10133 2002-07-22 [paul]       0.7.8claws97
10134
10135         * po/es.po
10136           po/it.po
10137           po/nl.po
10138           po/pt_BR.po
10139                 updated translations by Ricardo Mones Lastra,
10140                 Alessandro Maestri, Wilbert Berendsen and 
10141                 Fabio Jr. Beneditto respectively
10142
10143 2002-07-22 [christoph]  0.7.8claws96
10144
10145         * src/mimeview.c
10146                 fix memory leak caused by wrong g_dirname usage
10147
10148 2002-07-22 [christoph]  0.7.8claws95
10149
10150         * src/summaryview.c
10151                 update new and unread message counts for summaryview
10152                 summaryview does not get it from the folder anymore
10153                 and has to update the values itself
10154
10155 2002-07-22 [melvin]     0.7.8claws94
10156
10157         * po/fr.po
10158                 Updated French translations.
10159
10160 2002-07-22 [christoph]  0.7.8claws93
10161
10162         * src/matcher.c
10163                 set prop->preg pointer to NULL or following check
10164                 will not fail and regexec will be called with
10165                 invalid pointer
10166
10167 2002-07-21 [alfons]     0.7.8claws92
10168         
10169         * src/prefs_common.[ch]
10170                 remove option "Send return receipt on request"
10171
10172 2002-07-21 [thorsten]   0.7.8claws91
10173
10174         * src/mimeview.c
10175                 fixed memleaks, coding style as pointed out by alfons
10176
10177 2002-07-21 [alfons]     0.7.8claws90
10178
10179         * src/messageview.c
10180         * src/noticeview.[ch]
10181                 o fix bug notice view being displayed when going to empty folder 
10182                   (noticed by Christoph)
10183                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10184                   (noticed by Thorsten)
10185
10186 2002-07-21 [thorsten]   0.7.8claws89
10187
10188         * src/mimeview.c
10189                 Included save_all patch from Xaview FACQ
10190                 added support for pathnames
10191
10192 2002-07-21 [alfons]     0.7.8claws88
10193
10194         * po/POTFILES.in
10195         * src/Makefile.am
10196         * src/mainwindow.c
10197         * src/messageview.[ch]
10198         * src/noticeview.c      ** NEW FILE **
10199         * src/noticeview.h      ** NEW FILE **
10200                 make return receipts work again
10201                 (UI idea by Leandro Pereira)
10202
10203 2002-07-21 [paul]       0.7.8claws87
10204
10205         * src/summaryview.c
10206                 fix sensitivity of 'Select thread'
10207
10208 2002-07-21 [paul]       0.7.8claws86
10209
10210         * src/prefs_common.c
10211                 add browser command line for Galeon
10212
10213 2002-07-21 [paul]       0.7.8claws85
10214
10215         * Makefile.am
10216                 fix 'EXTRA_DIST': remove README.README, add TODO
10217                 and TODO.claws
10218
10219 2002-07-21 [alfons]     0.7.8claws84
10220
10221         * src/gtkstext.c
10222                 make enter clear selection
10223                 (closes "[ 579888 ] Editor selection/entry error"
10224                 reported by Steve Lamb)
10225
10226 2002-07-21 [alfons]     0.7.8claws83
10227         
10228         * src/summaryview.c
10229                 sort message list when selecting unthread messages
10230                 (closes "[ 501593 ] switching threaded view doesn't sort"
10231                 reported by Simon Schubert)
10232
10233 2002-07-20 [alfons]     0.7.8claws82
10234         
10235         * src/matcher.c
10236                 const-correctness
10237
10238 2002-07-20 [thorsten]   0.7.8claws81
10239
10240         * src/matcher.c
10241                 Fixed expansion of empty fields in matchactions
10242
10243 2002-07-19 [melvin]     0.7.8claws80
10244
10245         * src/gtkspell.c
10246                 Removed a duplicate menu entry (fast mode) introduced during
10247                 the new cache merge
10248                 Added a menu separator between 'Use alternate' and 'Fast mode'
10249
10250 2002-07-19 [paul]       0.7.8claws79
10251
10252         * tools/Makefile.am
10253           tools/README
10254                 correct typos
10255
10256 2002-07-19 [thorsten]   0.7.8claws78
10257
10258         * tools/calypso_convert.pl      ** NEW FILE **
10259           tools/README
10260           tools/Makefile.am
10261                 script to import mbox files exported
10262                 by calypso
10263                 o generates folder structure
10264                 o includes attachments
10265
10266 2002-07-19 [melvin]     0.7.8claws77
10267
10268         * src/selective_download.[ch]
10269                 Fixed bug where closing the dialog with the window manager's
10270                 close button will not unlock the summary
10271                 Corrected some function declarations that missed a return value
10272                 Made the source code comply better with coding style.
10273         * src/prefs_common.c
10274                 Added new browser command line for Mozilla.
10275
10276 2002-07-18 [paul]       0.7.8claws76
10277
10278         * src/mainwindow.c
10279           src/selective_download.[ch]
10280                 reflect theme changes, fix Gdk Warning when creating 
10281                 pixmap from NULL window, and minor clean up.
10282                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10283
10284         * po/en_GB.po
10285                 updated
10286
10287 2002-07-17 [paul]       0.7.8claws75
10288
10289         * INSTALL[.jp]
10290                 sync with 0.8.0
10291         
10292         * po/en_GB.po
10293                 updated
10294
10295 2002-07-16 [paul]       0.7.8claws74
10296
10297         * tools/filter_conv.pl
10298           tools/README
10299                 replace conversion script with reimplemented version, 
10300                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10301
10302 2002-07-16 [colin]      0.7.8claws73
10303
10304         * src/summaryview.c
10305                 remove forgotten debug messages - sorry ;-)
10306
10307 2002-07-16 [colin]      0.7.8claws72
10308
10309         * src/mimeview.c
10310           src/summaryview.c
10311           src/textview.c
10312           src/textview.h
10313                 add the ability to select part of a text mime-part 
10314                 to reply.
10315
10316 2002-07-15 [christoph]  0.7.8claws71
10317
10318         * src/folder.c
10319                 fix folder message count for folders without
10320                 msg_is_changed (includes news folders)
10321
10322 2002-07-15 [martin]     0.7.8claws70
10323
10324         * src/summaryview.c
10325                 option "display recipient on 'From'..." now works
10326                 without the need of enabling the option
10327                 "display  sender  using  address  book".
10328
10329 2002-07-15 [christoph]  0.7.8claws69
10330
10331         * src/summaryview.c
10332                 removed setting folder status from summaryview.
10333                 folder.c should update all message counts correctly.
10334
10335 2002-07-15 [paul]       0.7.8claws68
10336
10337         * po/pt_BR.po
10338                 updated by Fabio Junior Beneditto
10339
10340 2002-07-15 [darko]      0.7.8claws67
10341
10342         * src/mh.c
10343                 Fixed target folder colorization, don't decrease op
10344                 number twice
10345
10346 2002-07-14 [paul]       0.7.8claws66
10347
10348         * sync with main 0.8.0
10349                 see ChangeLog 2002-07-14
10350
10351 2002-07-13 [melvin]     0.7.8claws65
10352         
10353         * src/addrbook.c
10354         * src/addressbook.c
10355         * src/addrindex.c
10356                 Replaced sprintf by g_snprintf to prevent possible buffer
10357                 overflow.
10358         * src/news.c
10359                 Corrected a log message output format.
10360                 Added a missing "done" debug output.
10361         * src/compose.c
10362                 Added keyboard accelerator for Priority menu items
10363                 Added missing \n in debug output
10364         * src/logwindow.c
10365         * src/gtkspell.c
10366         * src/rfc2015.c
10367                 Added missing \n in debug output
10368
10369 2002-07-13 [paul]       0.7.8claws64
10370
10371         * man/sylpheed.1
10372                 change Sergey's email address to the sf address
10373
10374         * src/textview.c
10375                 increase show_url_timeout (more useful for long
10376                 urls)
10377
10378 2002-07-12 [sergey]     0.7.8claws63
10379
10380         * src/rfc2015.c
10381                 applied (with some modifications) patch to set the
10382                 micalg parameter for signatures
10383                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10384
10385 2002-07-12 [sergey]     0.7.8claws62
10386
10387         * man/Makefile.am
10388         * configure.in
10389                 fixed man page installation
10390
10391 2002-07-12 [paul]       0.7.8claws61
10392
10393         * sync with 0.7.8cvs26
10394                 see ChangeLog 2002-07-11 and 2002-07-12
10395
10396 2002-07-11 [christoph]  0.7.8claws60
10397
10398         * src/compose.c
10399         * src/procmsg.c
10400                 first use the message number to find the message
10401                 to mark with a reply flag but check the
10402                 message-id if we got the correct message, if not
10403                 try to find it by message-id.
10404                 use new string seperator that is not allowed
10405                 in message-ids.
10406
10407 2002-07-11 [paul]       0.7.8claws59
10408
10409         * sync with 0.7.8cvs23
10410                 see ChangeLog 2002-07-10
10411
10412 2002-07-10 [christoph]  0.7.8claws58
10413
10414         * src/folder.[ch]
10415         * src/msgcache.[ch]
10416                 Added message-id table to the cache in memory
10417                 and functions to msgcache.c and folder.c to
10418                 fetch MsgInfos by message id
10419         * src/compose.c
10420         * src/procmsg.c
10421                 store folder and message-id of message replying
10422                 to in queue header and set reply flag after sending
10423                 (Closes bug #469498)
10424
10425 2002-07-10 [paul]       0.7.8claws57
10426
10427         * AUTHORS
10428           man/sylpheed.1.gz
10429                 add Martin to the list of authors
10430
10431 2002-07-09 [martin]     0.7.8claws56
10432         * src/gtksctree.c
10433                 Added gtk_ctree_last_visible(), tree_update_level(),
10434                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10435                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10436                 from gtk+ to gtksctree.c for the new sorting code
10437                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10438                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10439         * src/gtksctree.h
10440                 Added declaration for gtk_sctree_sort_recursive() and
10441                 gtk_sctree_sort_node
10442         * src/addressbook.c
10443         * src/foldersel.c
10444         * src/folderview.c
10445         * src/summaryview.c
10446                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10447                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10448
10449 2002-07-08 [paul]       0.7.8claws55
10450
10451         * more sync with 0.7.8cvs21
10452                 see ChangeLog 2002-07-08
10453
10454 2002-07-08 [paul]       0.7.8claws54
10455
10456         * sync with 0.7.8cvs21
10457                 see ChangeLog 2002-07-08
10458
10459 2002-07-07 [alfons]     0.7.8claws53
10460
10461         * src/Makefile.am
10462         * src/stock_pixmap.[ch]
10463         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10464         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10465         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10466                 add new pixmaps for upcoming notice pane
10467
10468 2002-07-06 [melvin]     0.7.8claws52
10469
10470         * src/gtkspell.[ch]
10471                 Made them a bit closer to Sylpheed's coding style.
10472                 Removed old code.
10473                 Removed possible memory leaks when some errors occurs.
10474
10475 2002-07-06 [melvin]     0.7.8claws51
10476
10477         * po/Makefile.in.in
10478                 Removed --no-location in xgettext command line to help
10479                 translators that use Emacs' po-mode
10480         * src/quote_fmt.c
10481                 Removed unnecessary comments that messed up sylpheed.pot
10482
10483 2002-07-06 [paul]       0.7.8claws50
10484
10485         * sync with 0.7.8cvs19
10486                 see ChangeLog 2002-07-05
10487
10488 2002-07-06 [christoph]  0.7.8claws49
10489
10490         * src/folder.c
10491         * src/mainwindow.c
10492                 fix folder_item_remove_all_msg and folderview
10493                 status for trash folders after emptying trash
10494
10495 2002-07-05 [paul]       0.7.8claws48
10496
10497         * sync with 0.7.8cvs16
10498                 see ChangeLog 2002-07-04 and 2002-07-05
10499
10500 2002-07-04 [paul]       0.7.8claws47
10501
10502         * sync with 0.7.8cvs14
10503                 see  ChangeLog 2002-07-04
10504
10505 2002-07-03 [alfons]     0.7.8claws46
10506
10507         * src/folder.c
10508                 dupe folder item's path because it's being reallocated
10509                 by new folder scanning code
10510
10511 2002-07-03 [christoph]  0.7.8claws45
10512
10513         * src/imap.c
10514                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10515         * src/msgcache.c
10516                 add missing return in msgcache_write
10517
10518 2002-07-02 [thorsten]   0.7.8claws44
10519
10520         * src/jpilot.c
10521         * src/msgcache.c
10522         * src/rfc2015.c
10523                 use binary mode for file access
10524
10525 2002-07-02 [christoph]  0.7.8claws43
10526
10527         * major code cleanup (part 1)
10528         
10529                 - unused variables removed
10530                 - unused functions removed
10531                 - uninitialized variables checked
10532                 - missing return statements added
10533                 - missing function return types added
10534                 - added parentheses around assignment and
10535                   && in || when suggested by gcc
10536               
10537         * src/mh.c
10538         * src/folder.c
10539                 replaced direct calls to folder->scan_tree
10540                 with folder_scan_tree and restore folder
10541                 prefs in this function. The folder should
10542                 not have to deal with them.
10543                 ( Should now work for all folder types )
10544
10545 2002-07-02 [paul]       0.7.8claws42
10546
10547         * sync with 0.7.8cvs13
10548                 see ChangeLog 2002-07-01 and 2002-07-02
10549
10550 2002-07-01 [christoph]  0.7.8claws41
10551
10552         * src/summaryview.c
10553                 fix "goto next/prev unread message" with
10554                 ignored threads
10555
10556 2002-07-01 [paul]       0.7.8claws40
10557
10558         * po/es.po
10559                 updated by Ricardo Mones Lastra
10560
10561 2002-06-30 [match]      0.7.8claws39
10562
10563         * src/jpilot.c
10564                 applied variation of leonerd's patch (566661) to
10565                 allow multiple email addresses per JPilot entry.
10566                 addresses may be separated by space, comma, pipe,
10567                 semi-colon, new-line.
10568
10569 2002-06-30 [alfons]     0.7.8claws38
10570
10571         * src/procmsg.c
10572                 simple fix for putting older nodes before
10573                 newer nodes when threading by subject
10574
10575 2002-06-30 [christoph]  0.7.8claws37
10576
10577         * src/folder.c
10578         * src/folderview.c
10579         * src/mh.c
10580         * src/news.c
10581         * src/procmsg.c
10582                 fix broken folder tree rescaning
10583                 and don't use procmsg_get_mark_sum
10584                 anymore
10585
10586 2002-06-30 [christoph]  0.7.8claws36
10587
10588         * merge new cache branch
10589         * src/imap.c
10590                 fix new cache imap copy bug
10591         * src/folder.c
10592                 improved folder_item_scan
10593                 it should now always set the correct
10594                 new, unread and total message counts
10595
10596 2002-06-29 [paul]       0.7.8claws35
10597
10598         * configure.in
10599                 correct syntax error
10600
10601 2002-06-29 [paul]       0.7.8claws34
10602
10603         * configure.in
10604           Makefile.am
10605           man/Makefile.am       ** NEW FILE **
10606           man/sylpheed.1.gz     ** NEW FILE **
10607                 add Sylpheed man page
10608
10609 2002-06-29 [paul]       0.7.8claws33
10610
10611         * po/pt_BR.po
10612                 updated by Fabio Junior Beneditto
10613
10614 2002-06-28 [jens]       0.7.8claws32
10615
10616         * po/de.po
10617                 translation updated
10618
10619         * src/selective_download.c
10620                 removed gettext for space " "
10621
10622         * src/imap.c
10623                 removed wrong space
10624
10625 2002-06-28 [paul]       0.7.8claws31
10626
10627         * sync with 0.7.8cvs11
10628                 see ChangeLog 2002-06-28
10629
10630 2002-06-28 [paul]       0.7.8claws30
10631
10632         * sync with 0.7.8cvs10
10633                 see ChangeLog 2002-06-27 and 2002-06-28
10634
10635 2002-06-26 [paul]       0.7.8claws29
10636
10637         * src/addrgather.c
10638           src/selective_download.c
10639                 don't gettextise empty strings.
10640                 reserved by gettext. gettext("") returns 
10641                 the header entry with meta information, 
10642                 not the empty string
10643
10644         * po/en_GB.po
10645                 updated
10646
10647 2002-06-26 [paul]       0.7.8claws28
10648
10649         * sync with 0.7.8cvs7
10650                 see ChangeLog 2002-06-25
10651
10652         * src/prefs_common.c
10653                 ...and in the process, tweak the gui a little
10654
10655 2002-06-25 [alfons]     0.7.8claws27
10656         
10657         * configure.in
10658         * src/Makefile.am
10659                 fine tune ldap library detection
10660
10661 2002-06-25 [alfons]     0.7.8claws26
10662
10663         * src/compose.c
10664                 don't allow return receipts when composing a news article
10665
10666 2002-06-25 [paul]       0.7.8claws25
10667
10668         * Makefile.am
10669                 add '$(AMTAR)' to 'release' section to allow for
10670                 new and older autotools
10671
10672 2002-06-25 [paul]       0.7.8claws24
10673
10674         * src/summaryview.c
10675                 fix "No more unread messages" persistant pop-up
10676                 window bug
10677
10678 2002-06-25 [paul]       0.7.8claws23
10679
10680         * po/it.po
10681                 updated by Alessandro Maestri
10682
10683 2002-06-25 [paul]       0.7.8claws22
10684
10685         * sync with 0.7.8cvs6
10686                 see ChangeLog 2002-06-25
10687
10688 2002-06-24 [paul]       0.7.8claws21
10689
10690         * tools/update-po
10691                 add GPL copyright information
10692
10693 2002-06-24 [paul]       0.7.8claws20
10694
10695         * tools/Makefile.am
10696           tools/README
10697           tools/update-po       ** NEW FILE **
10698                 add script that eases the creation of *.po files
10699                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10700
10701 2002-06-23 [alfons]     0.7.8claws19
10702
10703         * src/messageview.c
10704                 make notification_convert_header obey const correctness
10705                 (next step will be fixing the broken return receipt)
10706
10707 2002-06-23 [paul]       0.7.8claws18
10708
10709         * src/messageview.c
10710                 fix bug introduced in last commit:
10711                 removed too much code in last commit - put back what's
10712                 needed
10713
10714 2002-06-23 [paul]       0.7.8claws17
10715
10716         * src/messageview.[ch]
10717                 remove code committed in error from locally patched
10718                 source
10719
10720 2002-06-23 [colin]      0.7.8claws16
10721
10722         * src/compose.[ch]
10723                 add compose_entry_select(), used to select the default_to
10724                 email address - hopefully avoiding people sending mails to
10725                 wrong recipients.
10726
10727 2002-06-22 [alfons]     0.7.8claws15
10728
10729         * AUTHORS
10730                 add Bram Metsch & Stanislav Karchebny
10731         * src/smtp.[ch]
10732         * src/prefs_account.[ch]
10733         * src/send.c
10734                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10735                   options.  (see <http://sourceforge.net/tracker/index.php
10736                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10737
10738                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10739                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10740
10741 2002-06-22 [paul]       0.7.8claws14
10742
10743         * sync with 0.7.8cvs5
10744                 see ChangeLog 2002-06-19 and 2002-06-20
10745
10746 2002-06-22 [alfons]     0.7.8claws13
10747
10748         * src/selective_download.c
10749                 fix a stupid mistake I made
10750
10751 2002-06-22 [alfons]     0.7.8claws12
10752
10753         * src/selective_download.[ch]
10754                 fix another unnoticed leak; cleanup code
10755
10756 2002-06-21 [alfons]
10757
10758         * tools/Makefile.am
10759                 gpg-sign <-- gpg-sign-syl
10760
10761 2002-06-21 [alfons]     0.7.8claws11
10762
10763         * src/selective_download.c
10764         * src/selective_download.h
10765                 fix assorted mix of allocation errors (should solve
10766                 problem reported by Philippe Gramoullé, see:
10767                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10768
10769 2002-06-20 [melvin]     0.7.8claws10
10770
10771         * tools/gpg-sign *REMOVED*
10772           tools/gpg-sign-syl *ADDED*
10773                 Replaced the gpg clearsigning script with the version using
10774                 xterm instead of ssh-askpass and changed its name.
10775
10776         * README.claws
10777                 Updated actions example to reflect the renaming of the
10778                 gpg clearsigning script.
10779
10780 2002-06-19 [paul]       0.7.8claws9
10781
10782         * sync with 0.7.8claws9
10783                 see ChangeLog 2002-06-18 and 2002-06-19
10784
10785 2002-06-19 [paul]       0.7.8claws8
10786
10787         * sync with 0.7.8cvs1
10788                 see ChangeLog 2002-06-18
10789
10790 2002-06-18 [alfons]     0.7.8claws7
10791
10792         * src/mainwindow.h
10793                 add omitted prototype
10794
10795 2002-06-17 [paul]       0.7.8claws6
10796
10797         * src/mainwindow.c
10798                 fix hiding of exec_btn
10799
10800 2002-06-17 [paul]       0.7.8claws5
10801
10802         * src/pop.c
10803                 remove unneeded code: should_delete() 
10804                 and Pop3State::uidl_todelete_list
10805
10806 2002-06-17 [paul]       0.7.8claws4
10807
10808         * sync with 0.7.8
10809                 see ChangeLog 2002-06-11 and 2002-06-13
10810
10811 2002-06-16 [alfons]     0.7.8claws3
10812         
10813         * src/folder.c
10814                 make sure lock sort mode (claws specific) is
10815                 also persists after a tree rescan
10816
10817 2002-06-16 [alfons]     0.7.8claws2
10818
10819         * src/prefs_folder_item.c
10820         * src/folder.[ch]
10821                 fix persistence of folder sort mode (broken
10822                 by adapting Hiro's new folder persistence code)
10823
10824 2002-06-16 [alfons]     0.7.8claws1
10825
10826         * AUTHORS
10827         * src/logwindow.c
10828         * src/prefscommon.[ch]
10829                 control size of log text in log window; 
10830                 closes patch #569155 submitted by Mitko Haralanov.
10831
10832 2002-06-15 [paul]       0.7.8claws
10833
10834         * release of 0.7.8claws
10835
10836 2002-06-15 [paul]       0.7.7claws
10837
10838         * po/pt_BR.po
10839                 updated by Fabio Junior Beneditto
10840
10841 2002-06-14 [paul]       0.7.6claws49
10842
10843         * po/es.po
10844                 updated by Ricardo Mones Lastra
10845
10846 2002-06-14 [paul]       0.7.6claws48
10847
10848         * po/nl.po
10849                 updated translation by Wilbert Berendsen
10850
10851 2002-06-14 [melvin]     0.7.6claws47
10852
10853         * po/fr.po
10854                 Updated French translation
10855
10856 2002-06-13 [paul]       0.7.6claws46
10857
10858         * src/filesel.c
10859                 allow filename to be typed in, rather than just
10860                 selected by the mouse. Patch by Gustavo Noronha Silva.
10861
10862 2002-06-13 [alfons]     0.7.6claws45
10863
10864         * src/mainwindow.[ch]
10865                 more cleanups (removing unnecessary menu items Expand 
10866                 summary / message view)
10867
10868 2002-06-13 [melvin]     0.7.6claws44
10869
10870         * po/POTFILES.in
10871                 Added src/string_match.c
10872         * src/string_match.c
10873                 Fixed possible buffer overflow.
10874                 Corrected typo.
10875                 Added missing config.h header.
10876         * src/prefs_common.c
10877           src/prefs_matcher.c
10878           src/prefs_scoring.c
10879                 Made some strings translatable (missing _(..)).
10880
10881 2002-06-13 [melvin]     0.7.6claws43
10882
10883         * README.claws
10884                 Corrected action example (verifying clearsigned mail).
10885         * src/prefs_account.c
10886                 Corrected typo.
10887         * src/prefs_common.c
10888                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10889
10890 2002-06-12 [alfons]     0.7.6claws42
10891
10892         * src/summaryview.c
10893                 add init of score column lost in 0.7.6claws42
10894
10895 2002-06-12 [paul]       0.7.6claws41
10896
10897         * src/prefs_account.c
10898                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10899                 behavior of the radio buttons, (from 0.7.7cvs2)
10900
10901 2002-06-11 [alfons]     0.7.6claws40
10902
10903         * src/messageview.[ch]
10904         * src/summaryview.[ch]
10905         * src/summary_search.c
10906         * src/mainwindow.c
10907                 perform a sync to bring in Hiro's separate view implementation 
10908
10909                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10910
10911 2002-06-11 [paul]       0.7.6claws39
10912         
10913         * src/prefs_account.c
10914                 correct a typo on the Receive tab
10915
10916 2002-06-10 [match]      0.7.6claws38
10917
10918         * src/addressbook.c
10919                 Included address completion patch from Gustavo Noronha.
10920
10921 2002-06-10 [paul]       0.7.6claws37
10922
10923         * src/inc.[ch]
10924           src/pop.c
10925           src/prefs_account.[ch]
10926           src/selective_download.[ch]
10927                 apply PATCH #561712
10928                  NEW:
10929                 - check if POP Account
10930                 - Receive Button renamed to Preview
10931                 - Preview Button Popup: preview new/all messages
10932                 - Download Button
10933                 - Account Preferences-->Receive tab checkbutton if you
10934                   want to remove Mail after Download
10935                 -: default YES
10936                 - Account Preferences-->Receive tab checkbutton use
10937                   filtering rules on preview
10938                   (think of delete_on_server)
10939                 -: default YES
10940                 - Account selectable from SD dialog
10941                 - checkbutton to show already downloaded messages if
10942                   all messages are previewed
10943                 - new clist column showing Date
10944                 - ESC KEY close
10945                 FIXES:
10946                 - play ball with UIDL
10947                 - fault tolerant (?) 
10948                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10949
10950 2002-06-10 [melvin]     0.7.6claws36
10951
10952         * README.claws
10953                 Added a hint to ac/README in cvs instructions.
10954
10955         * src/prefs_actions.c
10956                 Made it possible to use a more elaborate command line
10957                 for asynchronous actions, too.
10958
10959 2002-06-10 [melvin]     0.7.6claws35
10960         
10961         * src/prefs_actions.c
10962                 Make it possible to use a more elaborate command line
10963                 (e.g. |foo|bar|cat>there;echo Done|)
10964                 Corrected error message when calling %f, %F and %p commands
10965                 from the compose window.
10966
10967 2002-06-09 [colin]      0.7.6claws34
10968
10969         * src/summaryview.c
10970                 Automatically find unread messages in current folder
10971                 before annoying the user.
10972
10973 2002-06-08 [alfons]     0.7.6claws33
10974
10975         * po/it.po
10976                 remove bad formatting string in it.po translation
10977                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10978
10979 2002-06-08 [paul]       0.7.6claws32
10980
10981         * sync with 0.7.6cvs25
10982                 see ChangeLog 2002-06-07
10983
10984 2002-06-05 [paul]       0.7.6claws31
10985
10986         * src/mainwindow.c
10987                 add 'Sort by locked' and 'Sort by score'
10988
10989 2002-06-05 [paul]       0.7.6claws30
10990
10991         * sync with 0.7.6cvs24
10992                 see ChangeLog 2002-06-04
10993
10994 2002-06-04 [paul]       0.7.6claws29
10995
10996         * po/pt_BR.po
10997                 updated by Fabio Junior Beneditto
10998
10999 2002-06-03 [thorsten]   0.7.6claws28
11000
11001         * src/matcher.c
11002                 fclose() matcherrc after reading
11003
11004 2002-06-03 [paul]       0.7.6claws27
11005
11006         * sync with 0.7.6cvs21
11007                 see ChangeLog 2002-05-31
11008
11009 2002-05-31 [paul]       0.7.6claws26
11010
11011         * sync with 0.7.6cvs20
11012                 see ChangeLog 2002-05-29 and 2002-05-30
11013
11014 2002-05-31 [paul]       0.7.6claws25
11015
11016         * src/imap.c
11017                 hopefully fix last buggy sync
11018
11019         * README.claws
11020                 correct typo in 'Actions' examples
11021
11022 2002-05-29 [paul]       0.7.6claws24
11023
11024         * sync with 0.7.6cvs18
11025                 see ChangeLog 2002-05-28 and 2002-05-29
11026
11027         * src/news.c
11028           src/nntp.[ch]
11029                 sync with above 
11030
11031 2002-05-28 [paul]       0.7.6claws23
11032
11033         * sync with 0.7.6cvs16
11034                 see ChangeLog 2002-05-28
11035
11036 2002-05-27 [thorsten]   0.7.6claws22 
11037
11038         * faq/it/sylpheed-faq-1.html
11039           faq/it/sylpheed-faq-2.html
11040           faq/it/sylpheed-faq-3.html
11041           faq/it/sylpheed-faq.html
11042                 corrected DOS lineendings
11043         * faq/de/sylpheed-faq-1.html
11044           faq/de/sylpheed-faq-2.html
11045           faq/en/sylpheed-faq-1.html
11046           faq/en/sylpheed-faq-2.html
11047           faq/en/sylpheed-faq-3.html
11048           faq/es/sylpheed-faq-1.html
11049           faq/es/sylpheed-faq-2.html
11050           faq/es/sylpheed-faq-3.html
11051           faq/fr/sylpheed-faq-1.html
11052           faq/it/sylpheed-faq-1.html
11053           faq/it/sylpheed-faq-2.html
11054           faq/it/sylpheed-faq-3.html
11055           faq/it/sylpheed-faq.html
11056                 changed ">" to &quot;
11057
11058 2002-05-27 [paul]       0.7.6claws21
11059         
11060         * sync with 0.7.6cvs15
11061                 see ChangeLog 2002-05-27
11062
11063 2002-05-27 [paul]       0.7.6claws20
11064
11065         * src/prefs_account.c
11066                 correct a typo
11067
11068 2002-05-26 [paul]       0.7.6claws19
11069
11070         * tools/README
11071                 correct a typo
11072
11073 2002-05-25 [paul]       0.7.6claws18
11074
11075         * tools/README
11076                 add description of kmail2sylpheed.pl
11077
11078 2002-05-25 [paul]       0.7.6claws17
11079
11080         * tools/kmail2sylpheed.pl       ** NEW FILE **
11081                 perl script that converts an exported Kmail address
11082                 book, converts it to sylpheed addressbook file,
11083                 writes the file to .sylpheed, and updates
11084                 addrbook--index.xml 
11085
11086 2002-05-25 [paul]       0.7.6claws16
11087
11088         * sync with 0.7.6cvs14
11089                 see ChangeLog 2002-05-23
11090
11091 2002-05-24 [paul]       0.7.6claws15
11092
11093         * README.claws
11094                 make a correction and add some more info
11095
11096 2002-05-24 [paul]       0.7.6claws14
11097
11098         * src/compose.c
11099                 fix memory leak in 
11100                 compose_redirect_write_headers_from_headerlist()
11101                 add Subject and Resent-Message-ID to
11102                 compose_redirect_write_headers()
11103                 Received, Subject, and X-UIDL are filtered out in 
11104                 compose_redirect_write_to_file()
11105
11106 2002-05-23 [paul]       0.7.6claws13
11107
11108         * src/compose.[ch]
11109           src/filtering.c
11110           src/mainwindow.c
11111           src/matcher.[ch]
11112           src/matcher_parser_lex.l
11113           src/matcher_parser_parse.y
11114           src/prefs_common.[ch]
11115           src/prefs_filtering.c
11116           src/summaryview.c
11117                 rename 'Bounce' to 'Redirect'
11118
11119 2002-05-23 [paul]       0.7.6claws12
11120
11121         * more sync with 0.7.6cvs13
11122           src/compose.c
11123                 see ChangeLog 2002-05-22
11124
11125 2002-05-22 [paul]       0.7.6claws11
11126
11127         * sync with 0.7.6cvs13
11128           src/codeconv.c
11129                 see ChangeLog 2002-05-20
11130           src/prefs_common.c
11131                 see ChangeLog 2002-05-22
11132
11133 2002-05-21 [melvin]     0.7.6claws10
11134
11135         * src/folderview.c
11136                 Added missing filtering and scoring headers
11137                 Fixed bad function call that showed garbage 
11138                 in Folder->Processing
11139
11140 2002-05-21 [paul]       0.7.6claws9
11141
11142         * tools/Makefile.am
11143                 make all tools executable, (patch by Alfons).
11144
11145 2002-05-20 [alfons]     0.7.6claws8
11146
11147         * src/procheader.c
11148                 don't forget to call mktime() so we have a valid week 
11149                 and year day
11150                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11151
11152 2002-05-20 [paul]       0.7.6claws7
11153
11154         * src/html.c
11155                 fix broken parsing of urls
11156         * src/textview.c
11157                 fix displaying of urls
11158
11159                 both fixes from the patch [547855] by Eugene 
11160                 Brevdo (zonem)
11161
11162 2002-05-19 [alfons]     0.7.6claws6
11163
11164         * configure.in
11165                 make sylpheed configure correctly with the latest
11166                 and greatest of automake / autoconf / gettext
11167
11168 2002-05-19 [alfons]     0.7.6claws5
11169
11170         * src/procheader.c
11171         * src/procheader.h
11172                 add function for returning ime zone offset
11173         * src/quote_fmt.c
11174         * src/quote_fmt_parse.y
11175                 better quotation formatting - does not convert
11176                 to local time, but uses the original date string.
11177                 
11178                 Note: %z inserts the timezone offset (should 
11179                 work also on platforms where strftime does not
11180                 support %z).
11181
11182 2002-05-18 [christoph]  0.7.6claws4
11183
11184         * src/summaryview.c
11185                 fix indentation of some code
11186         * tools/Makefile.am
11187                 fix spaces after \
11188         * src/Makefile.am
11189                 add missing \
11190                 correct path for ignorethread.xpm
11191                 incorrect filename for sylpheed_logo.xpm
11192                 add missing include matcher_parser_parse.h
11193
11194 2002-05-18 [paul]       0.7.6claws3
11195
11196         * sync with 0.7.6cvs8
11197                 see ChangeLog 2002-05-16 and 2002-05-17
11198
11199 2002-05-18 [melvin]     0.7.6claws2
11200
11201         * README.claws
11202                 Corrected an action's definition and fixed some misspellings.
11203
11204 2002-05-18 [paul]       0.7.6claws1
11205
11206         * tools/Makefile.am
11207           tools/gpg-sign        ** new file **
11208           tools/uudec           ** new file **
11209                 add Melvin's Actions scripts
11210
11211         * README.claws
11212                 add Melvin's descriptions for Actions
11213
11214 2002-05-18 [paul]       0.7.6claws
11215
11216         * Version 0.7.6claws released
11217
11218 2002-05-17 [paul]       0.7.5claws32
11219
11220         * po/es.po
11221                 updated by Ricardo Mones Lastra
11222
11223 2002-05-17 [paul]       0.7.5claws31
11224
11225         * src/compose.c
11226                 fix Account prefs default folder for sent/draft/deleted
11227                 messages bug
11228
11229         * po/it.po
11230           po/nl.po
11231                 updated translation by Alessandro Maestri and
11232                 Wilbert Berendsen
11233
11234 2002-05-17 [melvin]     0.7.5claws30
11235
11236         * src/prefs_actions.c
11237                 Fixed bug where using %F not at the end of the command 
11238                 resulted in an additional empty argument being created.
11239                 Thanks to Darko Koruga for reporting the bug.
11240
11241 2002-05-17 [melvin]     0.7.5claws29
11242
11243         * po/fr.po
11244                 Updated French translations.
11245
11246 2002-05-15 [paul]       0.7.5claws28
11247         
11248         * po/es.po
11249                 updated by Ricardo Mones Lastra
11250
11251 2002-05-15 [paul]       0.7.5claws27
11252
11253         * sync with 0.7.6cvs4
11254                 see ChangeLog 2002-05-14 and 2002-05-15
11255
11256 2002-05-14 [paul]       0.7.5claws26
11257
11258         * sync with 0.7.6cvs1
11259                 see ChangeLog 2002-05-13
11260
11261 2002-05-13 [thorsten]   0.7.5claws25
11262
11263         * src/messageview.c
11264                 fix select_all and copy in multipart messages
11265         * src/mainwindow.c
11266                 fix select_all and copy in multipart messages
11267
11268 2002-05-12 [paul]       0.7.5claws24
11269
11270         * src/summaryview.c
11271                 reverse last commit, bug already fixed in 0.7.5claws3
11272
11273 2002-05-12 [netztorte]  0.7.5claws23
11274
11275         * src/summaryview.c
11276                 dont parse empty addressbook (checked in before claws20)
11277
11278 2002-05-12 [melvin]     0.7.5claws22
11279
11280         * src/procmsg.[ch]
11281                 Removed unneeded priority code introduced by the previous 
11282                 commit.
11283
11284 2002-05-12 [melvin]     0.7.5claws21
11285
11286         * src/compose.[ch]
11287                 Added possibility to set message's priority.
11288         * src/procmsg.[ch]
11289                 Added possibility to set message's priority.
11290                 Added missing headers
11291
11292 2002-05-12 [melvin]     0.7.5claws20
11293
11294         * src/prefs_actions.c
11295                 Removed implicitely added quotes around the name
11296                 of the temporary files of mime parts.
11297
11298 2002-05-12 [paul]       0.7.5claws19
11299
11300         * sync with 0.7.5cvs20
11301                 see ChangeLog 2002-05-11
11302
11303 2002-05-12 [alfons]     0.7.5claws18
11304
11305         * src/quote_fmt_lex.l
11306         * src/quote_fmt_parse.y
11307                 allow quote / reply date & time format to be set using
11308                 %D{format}. format is a format string you'd pass to
11309                 strftime() (see man strftime, or the Display tab |
11310                 Date format setting).
11311
11312                 Currently %D converts the date to local time. 
11313
11314 2002-05-11 [paul]       0.7.5claws17
11315
11316         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11317                 see ChangeLog 2002-05-10 and 2002-05-11
11318
11319 2002-05-10 [paul]       0.7.5claws16
11320
11321         * sync with 0.7.5cvs16
11322                 see ChangeLog entries 2002-05-09 and 
11323                 2002-05-10
11324
11325 2002-05-10 [colin]      0.7.5claws15
11326
11327         * src/textview.c
11328                 Corrected a bug that prevented sylpheed to open
11329                 double-clicked URIs.
11330
11331 2002-05-09 [paul]       0.7.5claws14
11332
11333         * sync with 0.7.5cvs14
11334                 see ChangeLog 2002-05-08 and 2002-05-09
11335
11336 2002-05-08 [paul]       0.7.5claws13
11337
11338         * sync with 0.7.5cvs11
11339                 see ChangeLog entry 2002-05-08
11340
11341 2002-05-08 [paul]       0.7.5claws12
11342
11343         * src/mainwindow.c
11344           src/textview.[ch]
11345                 fix segfault on View->Open in new window
11346                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11347
11348 2002-05-07 [paul]       0.7.5claws11
11349
11350         * sync with 0.7.5cvs9
11351                 see ChangeLog entry 2002-05-07
11352
11353 2002-05-06 [paul]       0.7.5claws10
11354
11355         * src/messageview.c
11356           src/textview.c
11357                 display url in statusbar on single-click
11358                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11359
11360 2002-05-06 [match]      0.7.5claws9
11361
11362         * src/addritem.[ch]
11363                 new functions.
11364         * src/addrcache.c
11365                 tidy up.
11366         * src/xmlprops.[ch]
11367                 XML implementation of properties file.
11368         * src/exporthtml.[ch]
11369         * src/expthtmldlg.[ch]
11370         * src/addressbook.c
11371                 export to HTML.
11372
11373 2002-05-02 [sergey]     0.7.5claws8
11374
11375         * src/mainwindow.c (mainwin_entries),
11376           src/prefs_common.c (prefs_send_create()),
11377           src/codeconv.c (locale_table):
11378                 use charset name "Windows-1251" instead of "CP1251".
11379
11380 2002-05-02 [colin]      0.7.5claws7
11381         
11382         * src/compose.c
11383           src/prefs_common.c
11384           src/prefs_folder_item.c
11385                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11386
11387 2002-05-02 [hiro]       0.7.5claws6
11388
11389         * src/imap.c
11390                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11391
11392 2002-05-02 [paul]       0.7.5claws5
11393
11394         * src/compose.c
11395                 more sync with 0.7.5cvs7, see ChangeLog entry
11396                 2002-05-02
11397
11398 2002-05-02 [hiro]       0.7.5claws4
11399
11400         * src/compose.c
11401                 compose_queue_sub():
11402                 check if queue folder exists (closes #550397).
11403                 removed directory creation since it should be handled
11404                 transparently.
11405         * src/imap.c
11406                 imap_add_msg(): return UID for appended message
11407                 (closes #548842).
11408
11409 2002-04-30 [paul]       0.7.5claws3
11410
11411         * src/summaryview.c
11412                 fix account_find_from_address() bug
11413
11414 2002-04-28 [colin]      0.7.5claws2
11415
11416         * src/compose.c
11417           src/textview.c
11418           src/prefs_common.[ch]
11419           src/utils.[ch]
11420                 Added user-definable quotation characters recognition.
11421
11422 2002-04-28 [paul]       0.7.5claws1
11423
11424         * sync with 0.7.5cvs4
11425                 see ChangeLog entry  2002-04-25
11426
11427 2002-04-28 [paul]       0.7.5claws
11428
11429         * po/es.po
11430           po/nl.po
11431           po/pt_BR.po
11432                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11433                 Fabio Junior Beneditto
11434
11435 2002-04-27 [jens]       0.7.4claws103
11436
11437         * po/de.po
11438                 updated German translation.
11439
11440 2002-04-27 [hiro]       0.7.4claws102
11441
11442         * src/summaryview.c
11443                 summary_write_cache(): fixed the mark loss of hidden messages.
11444
11445 2002-04-26 [melvin]     0.7.4claws101
11446
11447         * src/procmsg.c
11448                 fixed a second typo (same one)
11449         * po/fr.po
11450           po/it.po
11451           po/pt_BR.po
11452                 fixed the type again...
11453
11454 2002-04-26 [melvin]     0.7.4claws100
11455
11456         * src/procmsg.c
11457                 fixed a typo in an alert message ("temorary").
11458         * po/it.po
11459         * po/pt_BR.po
11460                 corrected the typo  described above.
11461         * po/fr.po
11462                 updated French translation.
11463
11464 2002-04-26 [darko]      0.7.4claws99
11465
11466         * src/summaryview.c
11467                 fix target folder colorization
11468
11469 2002-04-25 [paul]       0.7.4claws98
11470
11471         * po/it.po
11472                 updated by Alessandro Maestri
11473
11474 2002-04-24 [colin]      0.7.4claws97
11475         
11476         * src/compose.c
11477                 Fixed double "subject is empty" question.
11478
11479 2002-04-23 [colin]      0.7.4claws96
11480         
11481         * src/mimeview.c
11482                 Corrected issue when "automatically display images" was
11483                 not set : first image remained after selecting second.
11484
11485 2002-04-23 [melvin]     0.7.4claws95
11486
11487         * src/prefs_actions.c
11488                 Don't display in/out dialog if there is nothing to show.
11489
11490 2002-04-23 [paul]       0.7.4claws94
11491
11492         * sync with 0.7.5cvs3
11493                 bug fixes: see ChangeLog entry 2002-04-23
11494
11495 2002-04-22 [darko]      0.7.4claws93
11496
11497         * src/compose.c
11498                 fix previous check-in which changed code after
11499                 merge from main
11500
11501 2002-04-22 [paul]       0.7.4claws92
11502
11503         * faq/de/*
11504                 add German FAQ
11505         * faq/en/*
11506           faq/es/*
11507           faq/fr/*
11508                 update English, Spanish and French FAQs
11509         * manual/de/*
11510           manual/es/*
11511                 add German and Spanish manuals
11512         * manual/en/*
11513           manual/fr/*
11514                 update English and French manuals
11515
11516         * src/Makefile.am
11517                 add to and re-arrange the pixmap entries
11518
11519 2002-04-22 [darko]      0.7.4claws91
11520
11521         * src/compose.c
11522                 fix sender initials recognition to only allow
11523                 '>' after the initials
11524
11525 2002-04-21 [paul]       0.7.4claws90
11526
11527         * sync with 0.7.5 release
11528                 see ChangeLog entry 2002-04-21
11529
11530 2002-04-21 [alfons]
11531
11532         * src/Makefile.am
11533                 add colin's new pixmaps to EXTRA_DIST
11534
11535 2002-04-21 [colin]      0.7.4claws89
11536         * src/compose.c
11537         * src/inc.c
11538         * src/mainwindow.[ch]
11539         * src/prefs_common.[ch]
11540         * src/stock_pixmap.[ch]
11541                 Added "Work offline" ability.
11542
11543 2002-04-21 [colin]      0.7.4claws88
11544         
11545         * src/mimeview.c
11546         * src/prefs_common.c
11547         * src/prefs_common.h
11548         * src/textview.c : Added an option to common preferences -> display
11549           to allow user not to automatically display images.
11550
11551 2002-04-21 [paul]       0.7.4claws87
11552
11553         * sync with 0.7.4cvs52
11554                 see ChangeLog entry 2002-04-21 (src/imap.c)
11555
11556 2002-04-21 [paul]       0.7.4claws86
11557
11558         * sync with 0.7.4cvs51
11559                 see ChangeLog entry 2002-04-21
11560
11561 2002-04-21 [paul]       0.7.4claws85
11562
11563         * sync with 0.7.4cvs49
11564                 see ChangeLog entries 2002-04-20 and 2002-04-21
11565
11566         * src/Makefile.am
11567                 clean up: remove old 'stock_' element from xpm 
11568                 filenames.
11569
11570 2002-04-21 [alfons]     0.7.4claws84
11571
11572         apply sync patch from Paul
11573
11574         * src/folderview.c
11575                 use old claws prefs_folder_item_create() for now
11576
11577 2002-04-19 [match]      0.7.4claws83
11578
11579         * src/addressbook.[ch]
11580         * src/addrharvest.[ch]
11581         * src/addrgather.[ch]
11582                 recurse folders.
11583         * src/mainwindow.c
11584         * src/summaryview.[ch]
11585                 change menu option.
11586
11587 2002-04-19 [paul]       0.7.4claws82
11588
11589         * po/pt_BR.po
11590                 updated by Fabio Junior Beneditto
11591
11592 2002-04-14 [alfons]     0.7.4claws81
11593
11594         * src/passphrase.c
11595                 add #include <sys/types.h> for mode_t and off_t 
11596
11597 2002-04-13 [paul]       0.7.4claws80
11598         
11599         * src/main.c
11600           src/passphrase.[ch]
11601           src/pgptext.c
11602           src/prefs_common.[ch]
11603           src/rfc2015.c
11604                 enable storing of GnuPG passphrase for the whole 
11605                 session or a user-defined number of minutes. patch 
11606                 submitted by Ravemax <ravemax@dextrose.com>
11607
11608 2002-04-13 [alfons]     0.7.4claws79
11609
11610         * src/textview.c
11611                 make email parser also stop scanning when encountering separators
11612                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11613
11614 2002-04-13 [paul]       0.7.4claws78
11615
11616         * sync with 0.7.4cvs39
11617                 see ChangeLog entry 2002-04-12
11618
11619 2002-04-11 [paul]       0.7.4claws77
11620
11621         * sync with 0.7.4cvs37
11622                 see ChangeLog entry 2002-04-11
11623
11624 2002-04-11 [paul]       0.7.4claws76
11625
11626         * COPYING 
11627                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11628                 the clause for OpenSSL). sync with sylpheed main
11629
11630 2002-04-09 [melvin]     0.7.4claws75
11631
11632         * src/compose.c
11633                 Made 'Ctrl-Enter' on send ignore some modifiers 
11634                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11635                 to bind other *-Enter (but not Alt-Enter).
11636
11637 2002-04-09 [paul]       0.7.4claws74
11638
11639         * sync with 0.7.4cvs35
11640                 see ChangeLog entries 2002-04-09
11641
11642 2002-04-08 [paul]       0.7.4claws73
11643
11644         * sync with 0.7.4cvs33
11645                 see ChangeLog entry 200-04-08
11646
11647 2002-04-07 [match]      0.7.4claws72
11648
11649         * src/addrharvest.[ch]
11650                 fixed to read all addresses in header, regardless
11651                 of header size. improved name parsing. accommodate
11652                 harvest from folders and selected message.
11653         * src/addritem.[ch]
11654                 included new address parsing function.
11655         * src/addrgather.[ch]
11656         * src/addressbook.[ch]
11657         * src/summaryview.[ch]
11658         * src/mainwindow.c
11659                 allow address harvest of folder as well as selected
11660                 messages.
11661
11662 2002-04-07 [paul]       0.7.4claws71
11663
11664         * src/esmtp.[ch]
11665           src/smtp.c
11666                 don't try to authenticate with CRAM-MD5 in SMTP when 
11667                 SMTP-AUTH enabled if MTA doesn't issue this 
11668                 auth-method in it's ehlo-response. bug item #531364,
11669                 patch item #938910. patch submitted by Colin Leroy 
11670                 <colin@colino.net>
11671
11672 2002-04-07 [paul]       0.7.4claws70
11673
11674         * src/nntp.c
11675                 fix missing MODE_READER bug. patch submitted by
11676                 Colin Leroy <colin@colino.net>
11677
11678 2002-04-07 [alfons]     0.7.4claws69
11679
11680         * src/matcher.[ch]
11681         * src/prefs_filtering.c
11682         * src/summaryview.c
11683                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11684                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11685
11686 2002-04-07 [paul]       0.7.4claws68
11687
11688         * sync with 0.7.4cvs32
11689                 see ChangeLog entry 2002-04-06
11690
11691         * tools/filter_conv.pl
11692                 more bug fixes
11693
11694 2002-04-06 [paul]       0.7.4claws67
11695
11696         * tools/filter_conv.pl
11697                 modify to be able to find the name of the first
11698                 mailbox and use that. main's filter does not
11699                 record the full path to the mailbox and therefore
11700                 can only filter to the first mailbox.
11701
11702 2002-04-05 [paul]       0.7.4claws66
11703
11704         * tools/filter_conv.pl
11705                 attempt to make the script all-encompassing and
11706                 be able to convert any main 'filter' rule thrown
11707                 at it
11708
11709 2002-04-05 [paul]       0.7.4claws65
11710
11711         * tools/filter_conv.pl
11712                 allow for collapsed folder trees
11713
11714 2002-04-05 [paul]       0.7.4claws64
11715
11716         * sync with 0.7.4cvs31
11717                 see ChangeLog entries 2002-04-05
11718
11719 2002-04-03 [paul]       0.7.4claws63
11720
11721         * sync with 0.7.4cvs29
11722                 see ChangeLog entries 2002-04-02 and 2002-04-03
11723
11724 2002-04-02 [paul]       0.7.4claws62
11725
11726         * sync with 0.7.4cvs26
11727                 see ChangeLog entry 2002-04-01
11728
11729 2002-04-02 [match]      0.7.4claws61
11730
11731         * src/pine.[ch]
11732         * src/importpine.[ch]
11733         * src/addressbook.c
11734                 import Pine address book.
11735
11736 2002-04-02 [match]      0.7.4claws60
11737
11738         * src/addrharvest.[ch]
11739                 improve address parsing of funky addresses.
11740
11741 2002-04-02 [darko]      0.7.4claws59
11742
11743         * src/compose.c
11744                 wrap on send improvements, it now recognizes quoted
11745                 initials as part of the quotation string, and it
11746                 does not join lines separated by CR
11747
11748 2002-04-01 [match]      0.7.4claws58
11749
11750         * src/mgutils.[ch]
11751                 added new functions.
11752         * src/mutt.[ch]
11753                 remove excessive duplicate address generation
11754                 on import.
11755
11756 2002-04-01 [alfons]     0.7.4claws57
11757         
11758         * src/summaryview.c
11759                 put back g_free() 
11760
11761 2002-04-01 [paul]       0.7.4claws56
11762
11763         * sync with 0.7.4cvs25
11764                 see ChangeLog entry 2002-04-01
11765
11766 2002-04-01 [alfons]     0.7.4aprilfool55
11767
11768         * src/summaryview.c
11769                 honour feature request item #537427 to allow for
11770                 displaying names from address book for sent mail also
11771
11772 2002-03-29 [paul]       0.7.4claws54
11773
11774         * src/mainwindow.c
11775           src/prefs_filtering.[ch]
11776           src/prefs_matcher.c
11777           src/summaryview.c
11778                 add 'fast filter' for claws' filtering,
11779                 /Tools/Create filter rule/... patch submitted
11780                 by Neill Miller <neillm@thecodefactory.org>
11781
11782 2002-03-29 [paul]       0.7.4claws53
11783
11784         * sync with 0.7.4cvs24
11785                 see ChangeLog entry 2002-03-29
11786
11787 2002-03-28 [paul]       0.7.4claws52
11788
11789         * sync with 0.7.4cvs23
11790                 see ChangeLog entry 2002-03-28
11791
11792 2002-03-27 [melvin]     0.7.4claws51
11793
11794         * src/prefs_actions.c
11795                 Added support to pass only one message part (as a
11796                 file) to the command using '%p'. No quotes are needed
11797                 because doubles quotes are automatically added.
11798                 Fixed bug where Sylpheed could block when waiting for
11799                 a child process to finish.
11800                 Changed the help menu to remove quotes around symbols to 
11801                 avoid misinterpretation (they must not be used).
11802
11803 2002-03-27 [melvin]     0.7.4claws50
11804
11805         * src/inc.c
11806                 Made the new mail notification command always 
11807                 execute asynchronously.
11808
11809 2002-03-27 [paul]       0.7.4claws49
11810
11811         * src/compose.c
11812                 fix bug introduced in last commit
11813
11814 2002-03-27 [paul]       0.7.4claws48
11815
11816         * sync with 0.7.4cvs21
11817                 see ChangeLog 2002-03-26 and 2002-03-27
11818
11819 2002-03-26 [hoa]        0.7.4claws47
11820
11821         * src/prefs_folder_item.c
11822                 really fixed the bug #516442 with folder rescan.
11823
11824 2002-03-26 [paul]       0.7.4claws46
11825
11826         * sync with 0.7.4cvs19
11827                 see ChangeLog entries 2002-03-25 and 2002-03-26
11828
11829 2002-03-25 [hoa]        0.7.4claws45
11830
11831         * src/matcher.c
11832         * src/mh.c
11833                 fix the bug #516442 with folder rescan.
11834
11835         * src/prefs_common.[ch]
11836         * src/compose.c
11837                 added an option to enable two different behaviours
11838                 for bounce.
11839
11840
11841 2002-03-25 [paul]       0.7.4claws44
11842
11843         * src/mainwindow.c
11844           src/selective_download.c
11845                 correct a few menuitem labels
11846
11847 2002-03-25 [christoph]  0.7.4claws43
11848
11849         * src/procmsg.c
11850                 fix non deleted tmp message in
11851                 procmsg_save_to_outbox
11852                 fix problems caused by sync with
11853                 main branch's procmsg_send_queue
11854
11855 2002-03-25 [paul]       0.7.4claws42
11856
11857         * src/quote_fmt.c
11858           src/quote_fmt_lex.l
11859           src/quote_fmt_parse.y
11860                 add Last name (%L) placeholder for quoting. 
11861                 patch submitted by Thorsten Thielen 
11862                 <thth@users.sourceforge.net>
11863
11864 2002-03-25 [paul]       0.7.4claws41
11865
11866         * src/utils.c
11867                 get full hostname. patch submitted by
11868                 Bob Woodside <rwoodside1@comcast.net>
11869
11870 2002-03-25 [paul]       0.7.4claws40
11871
11872         * src/account.c
11873           src/news.c
11874           src/nntp.[ch]
11875           src/prefs_account.[ch]
11876                 enable NNTP over SSL. patch submitted by
11877                 Pascal Jermini <pascal@infinity.hn.org>
11878
11879 2002-03-24 [paul]       0.7.4claws39
11880
11881         * src/prefs_common.c
11882                 make the arrangement of the Compose tab more
11883                 coherent
11884
11885         * src/mainwindow.c
11886                 fix some irregularities of style
11887
11888         * po/de.po
11889                 updated by Kilian Krause
11890
11891 2002-03-23 [paul]       0.7.4claws38
11892
11893         * po/pt_BR.po
11894                 updated by Fabio Junior Beneditto
11895
11896 2002-03-23 [paul]       0.7.4claws37
11897
11898         * src/mainwindow.c
11899                 move 'Gather addresses' to 'Tools' menu
11900                 make 'Selective download' sensitive
11901
11902 2002-03-23 [paul]       0.7.4claws36
11903
11904         * sync with 0.7.4cvs16
11905                 see ChangeLog entries 2002-03-23
11906
11907 2002-03-22 [christoph]  0.7.4claws35
11908
11909         * src/quote_fmt_parse.y
11910                 fix include program output
11911
11912 2002-03-22 [alfons]     0.7.4claws34
11913
11914         * src/pop.c
11915                 initialize GDate stack variable correctly (sorry!)
11916
11917 2002-03-22 [paul]       0.7.4claws33
11918
11919         * src/compose.c
11920           src/mainwindow.c
11921           src/prefs_actions.c
11922           src/prefs_common.c
11923                 rename 'Tool' to 'Tools'
11924
11925         * src/mainwindow.c
11926                 move 'Delete duplicated messages' from
11927                 'Message/' to 'Tools/'
11928                 re-arrange the order of 'Tools/' items
11929
11930 2002-03-22 [paul]       0.7.4claws32
11931
11932         * src/addr_compl.c
11933           src/addressbook.[ch]
11934                 auto-address completion now also matches on
11935                 Nickname. patch submitted by Bob Forsman 
11936                 <hammor@users.sourceforge.net>
11937
11938         * src/editaddress.c
11939                 correct a spelling mistake
11940
11941 2002-03-22 [alfons]     0.7.4claws31
11942
11943         * src/pop.c
11944                 fix getting uidl from incorrect string 
11945                 (spotted by Colin)
11946
11947 2002-03-21 [alfons]     0.7.4claws30
11948
11949         * src/pop.c
11950                 more code refactoring
11951                 plug mem leak introduced by delete on server
11952
11953 2002-03-21 [paul]       0.7.4claws29
11954
11955         * sync with 0.7.4cvs11
11956                 see ChangeLog entries 2002-03-20
11957
11958 2002-03-20 [alfons]     0.7.4claws28
11959
11960         * src/inc.c
11961                 apply Colin's patch and refactor
11962
11963 2002-03-20 [paul]       0.7.4claws27
11964
11965         * sync with sylpheed 0.7.4cvs9
11966                 see ChangeLog entry 2002-03-20
11967
11968 2002-03-19 [christoph]  0.7.4claws26
11969
11970         * src/mh.c
11971         * src/procmsg.[ch]
11972         * src/summaryview.c
11973                 revert changes for flag updates
11974                 (does not work correctly and no time to debug)
11975
11976 2002-03-20 [alfons]     0.7.4claws25
11977
11978         * src/pop.c
11979                 refactor should_delete() a little bit 
11980
11981 2002-03-19 [paul]       0.7.4claws24
11982
11983         * src/inc.[ch]
11984           src/pop.c
11985           src/prefs_account.[ch]
11986                 allow the user to leave downloaded mail on the 
11987                 server for n days. Patch submitted by Colin Leroy 
11988                 <colin@colino.net>
11989
11990 2002-02-19 [paul]       0.7.4claws23
11991
11992         * sync with sylpheed 0.7.4cvs8
11993                 see ChangeLog entries 2002-03-19
11994
11995 2002-03-18 [paul]       0.7.4claws22
11996
11997         * sync with sylpheed 0.7.4cvs6
11998                 see ChangeLog entry 2002-03-18
11999
12000 2002-03-18 [paul]       0.7.4claws21
12001
12002         * po/en_GB.po
12003                 add en_GB message catalogue
12004
12005         * src/mbox_folder.c
12006           src/prefs_account.c
12007           src/prefs_actions.c
12008                 correct a few spelling mistakes
12009
12010 2002-03-17 [alfons]     0.7.4claws20
12011
12012         * src/matcher.c
12013                 more stringent checks for NULL params when writing
12014                 filtering actions to a file
12015                 
12016 2002-03-17 [hoa]        0.7.3claws20
12017
12018         * src/news.c
12019                 fixed the count of new messages
12020
12021         * src/compose.c
12022                 fixed the "attachment properties" window
12023
12024 2002-03-17 [paul]       0.7.4claws19
12025
12026         * src/defs.h
12027           src/folder.h
12028           src/news.c
12029           src/prefs_account.[ch]
12030           src/procmsg.[ch]
12031           src/summaryview.c
12032                 automatically mark cross-posted messages as read 
12033                 and (optionally) give them a colour label
12034                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12035                 
12036
12037 2002-03-17 [paul]       0.7.4claws18
12038
12039         * sync with sylpheed 0.7.4cvs5
12040                 see ChangeLog entry 2002-03-17
12041
12042 2002-03-17 [melvin]     0.7.4claws17
12043         
12044         * src/textview.c
12045                 Worked around a gtktext 'bug': when searching for 
12046                 a text in a long message it was scrolling slowly
12047                 line by line until it hit the searched text.
12048         * po/fr.po
12049                 Updated French translation
12050
12051 2002-03-17 [melvin]     0.7.4claws16
12052
12053         * src/mainwindow.c
12054         * src/compose.c
12055         * src/prefs_actions.c
12056                 Moved "Edit/Actions" to "Tool/Actions"
12057                 Made mainwindow/compose window sensitive as soon as
12058                 no child process is running anymore even if the io dialog
12059                 is open.
12060                 Fixed a struct being initialized with a non constant char*
12061
12062 2002-03-16 [christoph]  0.7.4claws15
12063
12064         * configure.in
12065                 add --with-compiler-flags option
12066                 (only for developer hacking)
12067         * src/mh.c
12068         * src/procmsg.[ch]
12069         * src/summaryview.c
12070                 try to make folder-stats and flag handling more
12071                 independent from the summaryview. msgcounts
12072                 are only set when the folder is opened and
12073                 procmsg_msginfo_(un)set_flags will handle it
12074                 later and summaryview will get the values
12075                 from the folder.
12076
12077 2002-03-16 [paul]       0.7.4claws14
12078
12079         * src/messageview.c
12080                 fix Return-receipt. Patch submitted by Bob
12081                 Woodside <rwoodside1@comcast.net>
12082
12083 2002-03-16 [paul]       0.7.4claws13
12084
12085         * src/compose.c
12086                 fix 'dynamic' signatures, make it work again
12087                 broken during sync on 2002-03-14 (0.7.4claws2)
12088
12089 2002-03-15 [match]      0.7.4claws12
12090
12091         * src/addrharvest.[ch]
12092         * src/addrgather.[ch]
12093         * src/addressbook.[ch]
12094         * src/mainwindow.c
12095                 included address harvester feature. still some
12096                 issues with address parsing that I will fix.
12097
12098 2002-03-15 [match]      0.7.4claws11
12099
12100         * src/addrbook.[ch]
12101         * src/addrcache.[ch]
12102         * src/addressbook.[ch]
12103         * src/addrindex.c
12104         * src/editbook.c
12105         * src/importldif.c
12106         * src/importmutt.c
12107         * src/jpilot.[ch]
12108         * src/main.c
12109         * src/syldap.[ch]
12110         * src/vcard.[ch]
12111                 tidy up. fix memory leaks. moved attribs and methods
12112                 from individual interfaces to addrcache object. prep
12113                 for new stuff to come in.
12114
12115 2002-03-15 [alfons]     0.7.4claws10
12116
12117         * src/matcher.[ch]
12118         * src/matcher_parser_parse.y
12119         * src/matcher_parser_lex.l
12120         * src/prefs_matcher.c
12121                 add filtering conditions message greater than, smaller 
12122                 than, and exactly matching a size in bytes
12123                 (does not work with delete from POP3 server yet)
12124
12125                 this should also give others an idea what you should
12126                 do to add new criterions to claws filtering system
12127                 
12128
12129 2002-03-15 [paul]       0.7.4claws9
12130
12131         * tools/filter_conv.pl
12132                 exit if there are no filter rules to convert
12133                 rename filterrc to filterrc.old after completion
12134
12135 2002-03-15 [paul]       0.7.4claws8
12136
12137         * sync with sylpheed 0.7.4cvs3
12138                 see ChangeLog entry 2002-03-14
12139
12140 2002-03-14 [paul]       0.7.4claws7
12141
12142         * src/compose.c
12143                 clean up the last commit (ahem)
12144
12145 2002-03-14 [paul]       0.7.4claws6
12146
12147         * src/compose.c
12148                 fix bug #515655. honour account preferences
12149                 regarding gpg default signing/encryption when 
12150                 changing account from the compose window.
12151
12152 2002-03-14 [paul]       0.7.4claws5
12153
12154         * src/folderview.c
12155                 remove unnecessary curly brackets
12156
12157 2002-03-14 [paul]       0.7.4claws4
12158
12159         * src/folderview.c
12160           src/prefs_filtering.[ch]
12161                 add filter rename on folder rename and filter
12162                 delete on folder delete. Patch submitted by
12163                 Neill Miller <neillm@thecodefactory.org> 
12164
12165 2002-03-14 [christoph]  0.7.4claws3
12166
12167         * src/procmsg.c
12168         * src/send.c
12169                 fix local delivery
12170                 (patch submitted by "Simon 'corecode' Schubert")
12171         * src/prefs_common.c
12172         * src/procmsg.c
12173                 fix gcc 3.0 warning
12174
12175 2002-03-14 [paul]       0.7.4claws2
12176
12177         * sync with sylpheed 0.7.4cvs2
12178                 see ChangeLog entry 2002-03-13
12179
12180 2002-03-12 [darko]      0.7.4claws1
12181
12182         * src/mainwindow.c
12183                 fix what seems to be a copy and paste error
12184                 when setting color for important messages
12185                 (reported by wwp)
12186
12187 2002-03-11 [paul]       version 0.7.4claws released
12188
12189 2002-03-11 [paul]       0.7.4claws
12190
12191         * po/es.po
12192           po/it.po
12193           po/nl.po
12194           po/pt_BR.po
12195                 update message catalogs. Submitted by Ricardo Mones 
12196                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12197                 Fabio Junior Beneditto
12198
12199         * configure.in
12200           faq/Makefile.am
12201           faq/it/Makefile
12202           faq/it/sylpheed-faq*
12203           src/mainwindow.c
12204           src/manual.[ch]
12205                 add FAQ in Italian
12206         
12207
12208 2002-03-11 [jens]       0.7.3claws7
12209
12210         * po/de.po
12211                 updated German translation
12212
12213 2002-03-11 [melvin]     0.7.3claws6
12214
12215         * po/fr.po
12216                 updated and corrected French translation
12217
12218 2002-03-10 [hoa]        0.7.3claws5
12219
12220         * src/account.c
12221         * src/inc.c
12222         * src/prefs_account.c
12223         * src/procmsg.c
12224         * src/send.[ch]
12225                 fixed the local account.
12226                 you have to change the default "/usr/sbin/sendmail"
12227                 to "/usr/sbin/sendmail -t" in the preferences of
12228                 the local account.
12229
12230         * src/procmime.c
12231                 removed some debug display for renderer
12232
12233 2002-03-10 [paul]       0.7.3claws4
12234
12235         * faq/en/sylpheed-faq-1.html
12236           faq/en/sylpheed-faq-2.html
12237                 update
12238
12239 2002-03-09 [paul]       0.7.3claws3
12240
12241         * sync with sylpheed 0.7.4
12242                 see ChangeLog entry 2002-03-09
12243
12244 2002-03-08 [paul]       0.7.3claws2
12245
12246         * faq/en/sylpheed-faq*
12247           faq/es/sylpheed-faq*
12248           faq/fr/sylpheed-faq*
12249                 update the FAQs
12250
12251         * manual/fr/.cvsignore
12252           manual/fr/Makefilea.am
12253           manual/fr/sylpheed*
12254           src/mainwindow.c
12255           src/manual.[ch]
12256                 add the French manual
12257
12258 2002-03-07 [paul]       0.7.3claws1
12259
12260         * sync with sylpheed 0.7.3cvs4
12261                 see ChangeLog entries  2002-03-06 and 2002-03-07
12262         
12263         * po/nl.po
12264                 updated by Wilbert Berendsen
12265
12266 2002-03-07 [melvin]     0.7.2claws34
12267
12268         * src/selective_download.c
12269                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12270
12271 2002-03-06 [paul]       0.7.2claws33
12272
12273         * sync with sylpheed 0.7.3cvs1
12274                 bug fix, see ChangeLog entry 2002-03-05
12275
12276 2002-03-05 [paul]       0.7.2claws32
12277
12278         * src/mimeview.c
12279           src/pgptext.[ch]
12280           src/procmsg.c
12281                 reverse the pgp ascii-armored code implemented in 
12282                 0.7.2claws16. removal of this code until it matures.
12283                 this means that verifying ascii-armored pgp sigs and
12284                 automatic decryption of ascii-armored encrypted
12285                 messages no longer works.
12286
12287 2002-03-05 [paul]       0.7.2claws31
12288
12289         * configure.in
12290           Makefile.am
12291         * faq/Makefile.am
12292         * faq/en/Makefile.am
12293           faq/en/sylpheed-faq.html
12294           faq/en/sylpheed-faq-1.html
12295           faq/en/sylpheed-faq-2.html
12296           faq/en/sylpheed-faq-3.html
12297         * faq/es/Makefile.am
12298           faq/es/sylpheed-faq.html
12299           faq/es/sylpheed-faq-1.html
12300           faq/es/sylpheed-faq-2.html
12301           faq/es/sylpheed-faq-3.html
12302           faq/es/sylpheed-faq-4.html
12303         * faq/fr/Makefile.am
12304           faq/fr/sylpheed-faq.html
12305           faq/fr/sylpheed-faq-1.html
12306           faq/fr/sylpheed-faq-2.html
12307           faq/fr/sylpheed-faq-3.html
12308         * src/Makefile.am
12309           src/defs.h
12310           src/mainwindow.c
12311           src/manual.[ch]
12312                 add FAQs in English, Spanish and French
12313
12314
12315 2002-03-05 [paul]       0.7.2claws30
12316
12317         * manual/en/sylpheed.html
12318           manual/en/sylpheed-XX.html
12319                 updated the English manual
12320
12321 2002-03-05 [hoa]        
12322
12323         * src/summaryview.c
12324                 dialog box pops up if the article can't be deleted.
12325
12326 2002-03-04 [paul]       
12327         
12328         * po/pt_BR.po
12329                 updated by Fabio Junior Benedito
12330
12331 2002-03-04 [hoa]
12332
12333         * removed ac/gpgme.m4
12334                 to avoid autogen common problem
12335                 developers have to install gpgme development package now
12336
12337         * src/compose.c
12338                 encoding to 7bit or 8bit is enabled.
12339
12340 2002-03-03 [alfons]     0.7.2claws29
12341
12342         * src/pop.c
12343                 merge fix by Oliver Haertel for selective
12344                 download buglet
12345
12346 2002-03-03 [paul]       0.7.2claws28
12347         
12348         * sync with sylpheed 0.7.3
12349
12350 2002-03-03 [paul]       0.7.2claws27
12351
12352         * sync with sylpheed 0.7.2cvs24
12353                 see ChangeLog entries 2002-03-02 and 2002-03-03
12354
12355 2002-03-02 [melvin]     0.7.2claws26
12356
12357         * src/inc.[ch]
12358         * src/main.c
12359         * src/mainwindow.c
12360         * src/prefs_common.[ch]
12361                 Added user definable notification on new mail arrival.
12362                 Removed unused variables in spell checker prefs code.
12363
12364 2002-03-02 [melvin]     0.7.2claws25
12365
12366         * src/quote_fmt.c
12367                 Removed unnecessary escape sequences.
12368                 Changed 'Initial...' to 'Initials of Sender'
12369
12370 2002-03-02 [paul]       0.7.2claws24
12371
12372         * sync with sylpheed 0.7.2cvs22
12373                 see ChangeLog entry 2002-03-01
12374
12375 2002-03-01 [hoa]        0.7.2claws23
12376
12377         * src/mainwindow.c
12378                 Set sensitivity of delete actions to active
12379                 even if the folder is a newsgroup.
12380
12381         * src/summaryview.c
12382                 - Set sensitivity of delete actions
12383                 - Added function check_permission() that will check if the
12384                   user is authorized to delete a message. For news, it
12385                   will check if the author is the same.
12386                 - Enabled deletion when there is no trash folder.
12387
12388         * src/news.[ch]
12389                 - Added news_cancel_article() to cancel articles
12390                 - Implemented news_remove_message() (public function)
12391
12392 2002-03-01 [paul]       0.7.2claws22
12393
12394         * src/gtkutils.c
12395           src/textview.c
12396                 recognise urls that that don't include 'http://' and
12397                 simply begin 'www.' 
12398
12399         * AUTHORS
12400                 remove duplicated name
12401
12402 2002-02-28 [paul]       0.7.2claws21
12403
12404         * src/mainwindow.c
12405           src/summaryview.[ch]
12406                 add ability to 'Select thread'
12407                 combines Melvin's "Select thread's head" patch (#510907)
12408                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12409                 patch (#518514) 
12410
12411 2002-02-28 [paul]       0.7.2claws20
12412
12413         * src/mimeview.c
12414                 hopefully fix segfault on right-clicking a mime part
12415                 that some people have experienced.      
12416                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12417
12418 2002-02-28 [paul]       0.7.2claws19
12419
12420         * sync with sylpheed 0.7.2cvs21
12421                 see ChangeLog entries 2002-02-27 and 2002-02-28
12422
12423 2002-02-27 [paul]       0.7.2claws18
12424
12425         * sync with sylpheed 0.7.2cvs18
12426                 see ChangeLog entries 2002-02-26 and 2002-02-27
12427
12428 2002-02-26 [alfons]     0.7.2claws17
12429
12430         * src/procheader.c
12431                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12432                 (spotted by Chris Hessman <idatech@gmx.net>)
12433
12434 2002-02-26 [paul]       0.7.2claws16
12435
12436         * src/mimeview.c
12437           src/pgptext.[ch]
12438           src/procmsg.c
12439                 make decryption of ascii-armored pgp encrypted messages
12440                 and verification of ascii-armored signatures work again.
12441                 slightly altered from the patch by Jens Jahnke 
12442                 <jan0sch@gmx.net>
12443
12444                 ##FIX ME##
12445                 * the checking of plaintext signatures always comes up in 
12446                   a popup box
12447                 * it doesn't work for multipart messages 
12448                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12449                   including the msg headers and these 2 line themselves, are 
12450                   not displayed
12451
12452         * src/mainwindow.c
12453                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12454                 "View/Message View" becomes "View/Separate Message View"
12455                 because its less ambiguous.
12456
12457         * po/es.po
12458                 updated by Ricardo Mones Lastra
12459
12460 2002-02-26 [paul]       0.7.2claws15
12461
12462         * sync with sylpheed 0.7.2cvs17
12463                 see ChangeLog entries 2002-02-25 and 2002-02-26
12464
12465 2002-02-25 [christoph]  0.7.2claws14
12466
12467         * src/filtering.[ch]
12468         * src/inc.c
12469                 do filtering stuff after all messages have been received
12470                   1. drop all messages to .processing
12471                   2. scan processing folder for messages
12472                   3. filter messages or move to inbox
12473                 this will also find old messages left in processing after
12474                 a crash or something like that and we get a real msginfo
12475                 from folder->get_msg_list and do not have to create our
12476                 own in filter_message
12477         * src/matcher_parser_parse.y
12478                 remove MIX/MAX warning (reordered includes)
12479
12480 2002-02-25 [paul]       0.7.2claws13
12481
12482         * sync with sylpheed 0.7.2cvs15
12483                 see ChangeLog entry 2002-02-24
12484
12485 2002-02-24 [alfons]     0.7.2claws12
12486
12487         * src/filtering.c
12488                 clear old color flags first when applying a new color to
12489                 a message info. 
12490                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12491
12492 2002-02-24 [alfons]     0.7.2.claws11
12493         
12494         * AUTHORS
12495         * src/prefs_common.c
12496                 add presets for Opera and Konqueror, closes patch #517261,
12497                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12498
12499 2002-02-24 [alfons]     0.7.2.claws10
12500
12501         * AUTHORS
12502         * src/summaryview.c
12503                 fix threading for null message ids, closes patch #521601,
12504                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12505
12506 2002-02-24 [alfons]     0.7.2claws9
12507
12508         * src/summaryview.c
12509         * src/filtering.c
12510                 make Tool | Filter Message work with filtering system so
12511                 setting flags also works
12512
12513                 TODO:
12514
12515                 - Processing uses the same function as Tool | Filter
12516                   Message, but doesn't use the same update proc yet
12517
12518 2002-02-23 [paul]       0.7.2claws8
12519
12520         * sync with sylpheed 0.7.2cvs14
12521                 see ChangeLog entries 2002-02-22 and 2002-02-23
12522
12523 2002-02-22 [christoph]  0.7.2claws7
12524
12525         * src/quote_fmt.c
12526                 Add column space to table
12527         * src/quote_fmt_parse.y
12528                 Close files
12529
12530 2002-02-22 [paul]       0.7.2claws6
12531
12532         * src/Makefile.am
12533           src/defs.h
12534           src/filtering.c
12535           src/inc.[ch]
12536           src/mainwindow.c
12537           src/matcher.[ch]
12538           src/matcher_parser_lex.l
12539           src/matcher_parser_parse.y
12540           src/pop.[ch]
12541           src/prefs_account.h
12542           src/prefs_filtering.c
12543           src/selective_download.[ch]   *** NEW FILES ***
12544           src/utils.[ch]
12545           po/POTFILES.in
12546                 Selective Download added to 'Tool' menu. 
12547                 Retrieves email headers of the currently selected pop3 
12548                 account and allows the user to mark emails for deletion 
12549                 right on the pop3 server. Patch submitted by Oliver Haertel 
12550                 <oha@users.sourceforge.net>.
12551         
12552         * po/POTFILES.in
12553                 add 'src/quote_fmt.c'           
12554
12555 2002-02-22 [christoph]  0.7.2claws5
12556
12557         * src/Makefile.am
12558                 added quote_fmt.c
12559         * src/prefs_common.[ch]
12560         * src/prefs_template.c
12561         * src/quote_fmt.c               *** NEW FILE ***
12562         * src/quote_fmt.h
12563                 move quote format symbol description code
12564                 to it's own file because it is used from
12565                 differnent code parts
12566                 Rewrote symbol description GUI
12567                   + use table
12568                   + add separators
12569                   + get data from array (no more long constant strings)
12570         * src/quote_fmt_lex.l
12571         * src/quote_fmt_parse.y
12572                 Symbol for Literal % changed to \% instead of %%
12573                 (More logical as \ is used for quoting for other symbols)
12574                 Add |f and |p to include files and program output
12575                 Examples:
12576                     |f{/home/.../.signature}
12577                     |p{date}
12578         * po/de.po
12579                 Correct wrong spelling for "Referenzen"
12580
12581 2002-02-21 [paul]       0.7.2claws4
12582
12583         * src/procmsg.c
12584                 forgotten during sync
12585
12586 2002-02-21 [paul]       0.7.2claws3
12587
12588         * sync with sylpheed 0.7.2cvs11
12589                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12590                 2002-02-20 and 2002-02-21
12591
12592 2002-02-20 [melvin]     0.7.2claws2
12593
12594         * src/prefs_actions.c
12595                 Added error report when child cannot fork or when execvp 
12596                 returns with an error.
12597
12598 2002-02-19 [christoph]  0.7.2claws1
12599
12600         * src/codeconv.c
12601                 return unconverted text if conde conversion is not possible
12602                 when libjconv is used.
12603                 (patch submitted by "Simon 'corecode' Schubert")
12604
12605 2002-02-19 [paul]       
12606
12607         * version 0.7.2claws release
12608
12609 2002-02-19 [paul]       0.7.2claws
12610
12611         * po/nl.po
12612                 updated by Wilbert Berendsen
12613
12614
12615 2002-02-18 [alfons]     0.7.1claws13
12616
12617         * src/syldap.c
12618         * src/jpilot.c
12619                 remove references to dlfcn and explicitly loading functions
12620                 from dynalink libs, because libs linked anyway, and functions
12621                 are loaded explicitly
12622
12623 2002-02-17 [melvin]     0.7.1claws12
12624
12625         * src/prefs_actions.c
12626                 Replaced children wait loop with double fork technique.
12627                 Now, input/output window updated at each new output.
12628                 free_children(): Fixed a memory leak.
12629                 Made input/output window non closable if running children
12630                 still exist.
12631                 Added missing <unistd.h> include.
12632                 Added some --debug outputs.
12633
12634 2002-02-17 [melvin]     0.7.1claws11
12635
12636         * src/summaryview.c
12637                 Fixed bug where descending sort order did not select top
12638                 message.
12639
12640 2002-02-17 [melvin]     0.7.1claws10
12641
12642         * acconfig.h
12643                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12644         * src/prefs_common.c
12645                 Pspell data package directory no more hard coded but
12646                 set during configuration (PSPELL_PATH). (Thanks to 
12647                                 Gustavo Noronha Silva.)
12648
12649 2002-02-17 [melvin]     0.7.1claws9
12650
12651         * configure.in
12652                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12653         * src/gtkspell.c
12654                 Fixed compile-time warnings.
12655
12656 2002-02-16 [alfons]     0.7.1claws8
12657
12658         * src/filesel.c
12659                 fix inadvertent free of NULL pointer which caused
12660                 sylpheed to crash when closing the save-as dialog
12661                 using the window close button
12662
12663 2002-02-16 [carsten]    0.7.1claws7
12664         * src/mainwindow.[ch]
12665           src/summaryview.c
12666           src/prefs_common.c
12667                 fixes for pixmap theming code:
12668                         - recently changed mail attributes shouldn't get
12669                           lost any longer
12670                         - theme is only reloaded iff another theme was
12671                           selected
12672
12673 2002-02-16 [paul]       0.7.1claws6
12674
12675         * sync with sylpheed 0.7.2 release
12676                 see ChangeLog entry 2002-02-15 and 2002-02-16
12677
12678 2002-02-15 [paul]       0.7.1claws5
12679
12680         * sync with sylpheed 0.7.1cvs9
12681                 see ChangeLog entry 2002-02-15
12682
12683         * po/POTFILES.in
12684                 remove unneeded headerwindow.c entry
12685
12686 2002-02-14 [carsten]    0.7.1claws4
12687         * src/summaryview.c
12688                 fixed a bug for "Go to next unread message": there was
12689                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12690                 in the prefs, because of doing "Search again" instead
12691                 "No"
12692
12693 2002-02-14 [carsten]    0.7.1claws3
12694         * src/stock_pixmap.c
12695                 removed 2 more mem leaks; following memprof,
12696                 this code is "leak free" now :)
12697
12698 2002-02-14 [carsten]    0.7.1claws2
12699         * src/stock_pixmap.c
12700                 used opendir/readdir/closedir instead of scandir
12701                 -> code should work now on Solaris
12702
12703 2002-02-14 [paul]       0.7.1claws1
12704
12705         * sync with sylpheed 0.7.1cvs8
12706                 see ChangeLog entries 2002-02-13 and 2002-02-14
12707
12708         * README.claws
12709                 add some description of Actions and Pixmap Themes
12710
12711 2002-02-13 [paul]       
12712
12713         * version 0.7.1claws release
12714
12715 2002-02-13 [paul]       0.7.1claws
12716
12717         * po/es.po
12718           po/it.po
12719           po/pt_BR.po
12720                 updated translations, submitted by Ricardo Mones Lastra,
12721                 Alessandro Maestri and Fabio Junior Beneditto
12722
12723 2002-02-13 [melvin]     0.7.0claws75
12724
12725         * src/prefs_actions.c
12726                 Added missing "signal.h" include
12727
12728 2002-02-13 [melvin]     0.7.0claws74
12729
12730         * src/prefs_folder_item.c
12731                 Added missing "config.h" include
12732         * po/fr.po
12733                 Updated French translation for folder propriety.
12734
12735 2002-02-13 [jens]       0.7.0claws73
12736
12737         * po/POTFILES.in
12738                 Added missing src/prefs_folder_item.c [log added by melvin]
12739         * po/de.po
12740                 Updated German translation.
12741
12742 2002-02-13 [melvin]     0.7.0claws72
12743
12744         * po/fr.po
12745                 Updated French translation.
12746
12747 2002-02-13 [melvin]     0.7.0claws71
12748
12749         * src/gtkutils.c
12750                 Made gtkut_editable_get_selection return NULL if selection
12751                 is of length zero.
12752                 This fixes a bug where selecting part of message A then
12753                 switching to message B and replying to it will not
12754                 quote the message's body.
12755
12756 2002-02-12 [paul]       0.7.0claws70
12757
12758         * src/mainwindow.c
12759                 cosmetic, relating to pixmap themes: on toolbar make 
12760                 updating of 'Exec' and 'Compose news/Compose email'
12761                 icons faster.
12762
12763 2002-02-12 [carsten]    0.7.0claws69
12764         * src/folderview.c
12765           src/mainwindow.[ch]
12766           src/stock_pixmap.c
12767           src/summaryview.c
12768           src/prefs_common.c
12769                 - refreshing after changing pixmap theme better
12770                   now (thanks Paul)
12771                 - wanted to remove some mem leaks, but alfons was
12772                   faster (and had the better solution ;)
12773
12774 2002-02-12 [alfons]     0.7.0claws68
12775
12776         * src/prefs_common.c
12777         * src/stock_pixmap.[ch]
12778                 plug mem leaks, refactor code a little bit
12779
12780
12781 2002-02-12 [sergey]     0.7.0claws67
12782
12783         * src/imap.c
12784                 Fixed problem with copying messages to IMAP folders when the
12785                 server uses something other than '/' as a namespace separator
12786                 (cyrus-imapd uses '.').
12787
12788 2002-02-12 [jens]       0.7.0claws66
12789
12790         * po/de.po
12791                 Updated German Translation
12792
12793 2002-02-12 [paul]       0.7.0claws65
12794
12795         * sync with sylpheed 0.7.1cvs1
12796                 see ChangeLog entry 2002-02-12
12797
12798 2002-02-12 [melvin]     0.7.0claws64
12799
12800         * src/prefs_actions.c
12801                 Fixed "feature" where children's output was duplicated 
12802                 instead of refreshed while monitoring.
12803                 Removed some debug code.
12804
12805 2002-02-12 [christoph]  0.7.0claws63
12806
12807         * src/compose.c
12808                 always delete message from queue after sending/send error
12809                 (closes bug #509601)
12810
12811 2002-02-12 [melvin]     0.7.0claws62
12812
12813         * src/prefs_actions.c
12814                 Children wait loop is now triggered with a timeout of 1s
12815                 Added %F which is replaced with the list of filenames 
12816                 of all selected messages (as suggested by Ricardo Mones Lestra)
12817                 Pipe syntax changed. Prefix with | to send selection, postfix
12818                 with | to retrieve output. Prefix with > or * to send
12819                 user definable input to the command (*: input is hidden)
12820                 Old pipe action should now be postfixed with |, too.
12821
12822 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12823         * src/stock_pixmap.c
12824                 fixed a bug: if there's no theme directory don't
12825                 throw an error, just do "nothing" (thanks Alfons)
12826
12827 2002-02-12 [carsten]    0.7.0claws60
12828         * src/folderview.c
12829           src/summaryview.c
12830                 had to write the cache twice (nasty!); some marks would 
12831                 get lost if not
12832
12833 2002-02-11 [carsten]    0.7.0claws59
12834         * acconfig.h
12835           configure.in
12836           doc-src/maintainer_guide.txt
12837           src/compose.[ch]
12838           src/defs.h
12839           src/folderview.[ch]
12840           src/gtkutils.[ch]
12841           src/mainwindow.[ch]
12842           src/prefs_common.[ch]
12843           src/stock_pixmap.[ch]
12844           src/summaryview.[ch]
12845                 pixmap theming and related work on pixmap
12846                 handling on some other places
12847                 (e.g. hrm features for all folder)
12848           src/pixmap/stock_*.xpm -> the stock_ was removed
12849         
12850 2002-02-11 [paul]       0.7.0claws58
12851
12852         * sync with sylpheed 0.7.1 release
12853                 see ChangeLog entries 2002-02-11
12854
12855 2002-02-08 [paul]       0.7.0claws57
12856
12857         * sync with sylpheed 0.7.0cvs39
12858                 see ChangeLog entry 2002-02-07 (last entry) 
12859
12860         * src/prefs_actions.c
12861           src/prefs_filtering.c
12862           src/prefs_matcher.c
12863           src/prefs_scoring.c
12864                 sync: made it compile with C compilers other than gcc
12865
12866 2002-02-07 [paul]       0.7.0claws56
12867
12868         * sync with sylpheed 0.7.0cvs38
12869                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12870                 2002-02-07
12871
12872 2002-02-07 [darko]      0.7.0claws55
12873
12874         * src/gtkutils.[ch]
12875         * src/summaryview.c
12876                 Fix const gchar */gchar * issue (thanks Hiro)
12877
12878 2002-02-07 [darko]      0.7.0claws54
12879
12880         * src/compose.[ch]
12881         * src/filtering.c
12882         * src/gtkutils.[ch]
12883         * src/prefs_template.c
12884         * src/quote_fmt.h
12885         * src/quote_fmt_parse.y
12886         * src/summaryview.c
12887         * src/utils.[ch]
12888                 When replying or forwarding an email don't quote the entire
12889                 mail body but use the part of the message text that is selected
12890
12891 2002-02-06 [melvin]     0.7.0claws53
12892
12893         * src/prefs_common.[ch]
12894         * src/gtkspell.[ch]
12895         * src/compose.c
12896                 Made possible to switch quickly to last used dictionary
12897                 which makes checking bilingual documents easier.
12898
12899 2002-02-06 [melvin]     0.7.0claws52
12900         
12901         * po/POTFILES.in
12902                 Added forgotten new file src/prefs_actions.c
12903
12904 2002-02-06 [melvin]     0.7.0claws51
12905
12906         * src/prefs_actions.c   ** NEW FILE **
12907         * src/prefs_actions.h   ** NEW FILE **
12908                 Added actions to execute on message text view, or on the
12909                         message's file.
12910         * src/Makefile.am
12911                 Added src/prefs_actions.[ch]
12912         * src/compose.c
12913                 Added new menu "Edit/Actions"
12914         * src/defs.h
12915                 Added new actionsrc file.
12916         * src/main.c
12917                 Added actionsrc reading.
12918         * src/mainwindow.c
12919                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12920         * src/prefs_common.h
12921                 Added new element actionslst element to prefs_common.
12922
12923 2002-02-06 [paul]       0.7.0claws50
12924
12925         * sync with sylpheed 0.7.0cvs36
12926                 see ChangeLog entry 2002-02-06
12927
12928 2002-02-05 [paul]
12929
12930         * po/es.po
12931                 updated by Ricardo Mones Lastra
12932
12933 2002-02-05 [paul]       0.7.0claws49
12934
12935         * sync with sylpheed 0.7.0cvs33
12936                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12937
12938 2002-02-05 [paul]       0.7.0claws48
12939
12940         * src/compose.c
12941                 re-add 'Edit/Advanced/Delete entire line', previously named
12942                 'Delete Line+'
12943
12944 2002-02-04 [paul]       0.7.0claws47
12945
12946         * src/compose.c
12947           src/summaryview.c
12948                 fix bug #494993 (Reply All not taking Reply-To into consi)
12949                 eliminate differences in behaviour of right-click 'Reply to all' 
12950                 in summary view and 'Reply to all' on the toolbar. 
12951                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12952                 view and From gets ignored by 'Reply to all' on toolbar.
12953                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12954                 From when no Reply-To header is present.
12955
12956 2002-02-04 [paul]       0.7.0claws46
12957
12958         * sync with sylpheed 0.7.0cvs30
12959                 see ChangeLog entries 2002-02-03 and 2002-02-04
12960
12961 2002-02-03 [melvin]     0.7.0claws45
12962
12963         * src/gtkspell.[ch]
12964                 Readded function to highlight all misspelled words.
12965                 Fixed bug where user-provided-words did not replace
12966                         correctly the misspelled word when using the mouse.
12967                 Fixed bug where checking a region selected from right to left did
12968                         not check the region at all.
12969                 Fixed bug where 'Check backwards' may not check at all. 
12970                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12971                 Fixed possible buffer overflow when checking for long strings (>1k).
12972                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12973                 Accelerators code uses now gtk_widget_add_accel.
12974                 Removed and disabled obsolete and unfinished code.
12975                 Cleaning up.
12976
12977         * src/compose.c
12978                 Added menu item to Highlight all misspelled words.
12979
12980 2002-02-01 [paul]       0.7.0claws44
12981
12982         * src/mainwindow.c
12983                 fix '/View/Hide read messages' sensitivity when all
12984                 messages in a folder are hidden
12985
12986 2002-02-01 [paul]       0.7.0claws43
12987
12988         * src/main.c
12989                 add --send option to command line interface, sends all
12990                 queued mail. Patch submitted by Ricardo Mones Lastra.
12991
12992 2002-01-31 [paul]       0.7.0claws42
12993
12994         * src/mainwindow.c
12995                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12996
12997 2002-01-31 [paul]       0.7.0claws41
12998
12999         * sync with sylpheed 0.7.0cvs27
13000                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13001                 and 2002-01-31
13002
13003         * src/textview.c
13004                 comment out elements of textview_show_part() as temporary
13005                 workaround for attachment 'Display as text' bug 
13006
13007         * po/pt_BR.po
13008                 updated by Fabio Junior Beneditto
13009
13010 2002-01-30 [paul]       0.7.0claws40
13011
13012         * sync with sylpheed 0.7.0cvs24
13013                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13014                 and 2002-01-30
13015
13016         * src/compose.c
13017                 add {N_("/_Spelling"), ... "<Branch>"} to 
13018                 GtkItemFactoryEntry compose_entries[]
13019
13020         * src/prefs_common.c
13021                 add claws menu items to prefs_keybind_apply_clicked()
13022                 and remove non-claws menu items
13023
13024 2002-01-29 [paul]       0.7.0claws39
13025
13026         * sync with sylpheed 0.7.0cvs22
13027                 see ChangeLog entries 2002-01-28 and 2002-01-29
13028
13029 2002-01-28 [melvin]     0.7.0claws38
13030
13031         * src/compose.c
13032                 Added the declartion of compose_send_control_enter.
13033
13034         * src/compose.c
13035         * src/gtkspell.[ch]
13036                 Added in a 'Spelling' menu which includes the configuration menu. 
13037                 Added a real 'Check all' and got rid from the old one which only
13038                 highlited misspelled word.
13039                 Made 'Check while typing' a disableable option.
13040                 Added a dialog when there are no more misspelled word.
13041                 Added a dialog if error occurs when switching to a dictionary.
13042         
13043         * src/prefs_common.[ch]
13044                 Added option for the default 'Check while typing' option.
13045
13046
13047 2002-01-28 [alfons]     0.7.0claws37
13048
13049         * src/compose.c
13050                 fix buglet and make code comply with sylpheed code style
13051
13052 2002-01-28 [paul]       0.7.0claws36
13053
13054         * sync with sylpheed 0.7.0cvs19
13055                 see ChangeLog entries for 2002-01-28
13056
13057 2002-01-28 [hoa]        0.7.0claws35
13058
13059         * src/defs.h
13060                 added rendererrc
13061
13062         * src/main.c
13063                 read the renderer config
13064
13065         * src/procmime.[ch]
13066                 use the renderer config to convert mime attachments
13067
13068         * src/textview.c
13069                 don't use textview_show_html/ertf,
13070                 use get_text_content instead
13071
13072 2002-01-27 [alfons]     0.7.0claws34
13073         
13074         * src/news.c
13075                 make sylpheed believe it can delete a news message...
13076                 (messages are NOT deleted, maybe we should remove
13077                 processing from the folder properties after all.)
13078
13079 2002-01-27 [alfons]     0.7.0claws33
13080
13081         * src/folder.c
13082                 add extra checks
13083         * src/news.c
13084                 implement remove_msg() 
13085
13086 2002-01-27 [alfons]     0.7.0claws32
13087
13088         * src/procmsg.h
13089         * src/procheader.c
13090         * src/messageview.c
13091                 fix return receipt / disposition notification again. this
13092                 stuff seems to break on _every_ major summary UI change, so
13093                 it's now implemented using a flag which is saved in the
13094                 marks cache
13095                 
13096 2002-01-26 [alfons]     0.7.0claws31
13097
13098         * src/import.c
13099                 let import dialog show the destination folder identifier
13100
13101 2002-01-26 [melvin]     0.7.0claws30
13102
13103         * src/folderview.c
13104         * src/summaryview.c
13105                 Readded 'Mark all read' into summary view popup menu
13106                 Added 'Mark all read' in folder view popup menu for IMAP
13107                 and NNTP.
13108                 Made it insensitive if the selected folder is not the shown
13109                 one to avoid 'Mark all read' on the wrong folder.
13110                 
13111 2002-01-26 [paul]       0.7.0claws29
13112
13113         * src/folderview.c
13114           src/summaryview.c
13115                 move 'Mark all read' from summary view to folder view
13116                 menu. (adapted from) patch submitted by Jeremy Andrews,
13117                 <lists@kerneltrap.com>
13118
13119 2002-01-25 [alfons]     0.7.0claws28
13120
13121         * src/gtkstext.c
13122                 put the gtk class name back so GtkSText adapts the 
13123                 settings of GtkText
13124
13125 2002-01-25 [alfons]     0.7.0claws27
13126
13127         * src/folderview.c 
13128                 assimilate Ricardo's patch that shows pixmaps instead of
13129                 plain "new" and "unread" texts in the folder view column
13130                 headers 
13131
13132 2002-01-25 [paul]       0.7.0claws26
13133
13134         * src/Makefile.am
13135                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13136                 be found in non-standard locations. 
13137                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13138
13139 2002-01-25 [paul]       0.7.0claws25
13140
13141         * sync with sylpheed 0.7.0cvs16
13142                 see ChangeLog entry 2002-01-25
13143
13144 2002-01-24 [paul]       0.7.0claws24
13145
13146         * more sync with sylpheed 0.7.0cvs15
13147                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13148
13149 2002-01-23 [sergey]     0.7.0claws23
13150
13151         * src/importldif.c
13152                 Fixed segfault when closing LDIF import wizard with
13153                 the window manager.
13154         * src/imageview.c
13155         * src/imageview.h
13156         * src/messageview.c
13157         * src/mimeview.c
13158                 Fixed wrong scrolling position after switching between
13159                 text and image parts.
13160
13161 2002-01-23 [paul]       0.7.0claws22
13162
13163         * sync with sylpheed 0.7.0cvs15
13164                 see ChangeLog entries 2002-01-22 and 2002-01-23
13165
13166 2002-01-21 [melvin]     0.7.0claws21
13167
13168         * src/prefs_scoring.c
13169         * src/prefs_filtering.c
13170                 Fixed bug where scoring and filtering windows stopped
13171                 autochecking.
13172
13173 2002-01-21 [paul]       0.7.0claws20
13174
13175         * sync with sylpheed 0.7.0cvs12
13176                 see ChangeLog entries 2002-01-20 and 2002-01-21
13177
13178 2002-01-21 [carsten]    0.7.0claws19
13179         * src/mainwindow.c
13180         * src/menu.[ch]
13181         * src/messageview.[ch]
13182         * src/summaryview.[ch]
13183                 changes to shortcuts handling again:
13184                         + "Q" now controled by mainwin
13185                         + v/V are now customizable and have slightly
13186                           different meanings
13187                 the "button" to minimize the messageview (and maximize
13188                 the summary view) is a real button now
13189         * src/compose.c
13190                 "Delete Line+" added to Edit/Advanced (this will also
13191                 delete the '\n')
13192
13193 2002-01-20 [melvin] 0.7.0claws18
13194
13195         * src/addressbook.c
13196                 Made "Bcc" sensitive when addressbook is called from
13197                 compose window (it was a Claws only bug).
13198
13199 2002-01-19 [alfons] 0.7.0claws17
13200
13201         * src/inc.c
13202                 prevent unnecessary updates when currently selected folder has
13203                 no new messages 
13204
13205 2002-01-19 [alfons] 0.7.0claws16
13206         
13207         * src/summaryview.c
13208                 prevent writing the cache based on current message list in summary 
13209                 view when filtering also put messages in currently selected folder
13210
13211 2002-01-19 [paul]
13212
13213         * po/it.po
13214                 Italian translation submitted by Alessandro Maestri
13215                 <a.maestri@cs.tin.it>
13216
13217 2002-01-18 [melvin]     0.7.0claws15
13218
13219         * src/prefs_filters.c
13220                 fixed bug where 'cancel' from 'filters' window stops autochecking
13221                 if the timer timed out  when the window was open.
13222
13223 2002-01-18 [match]      0.7.0claws14
13224
13225         * src/addrclip.[ch]     ** NEW FILE **
13226         * src/addrselect.[ch]   ** NEW FILE **
13227         * src/adbookbase.h      ** NEW FILE **
13228                 addressbook cut, copy and paste
13229         * src/addrbook.[ch]
13230         * src/addrcache.[ch]
13231         * src/addressitem.h
13232         * src/addrindex.[ch]
13233         * src/addritem.[ch]
13234         * src/importldif.c
13235         * src/importmutt.c
13236         * src/jpilot.[ch]
13237         * src/syldap.[ch]
13238         * src/vcard.[ch]
13239         * src/jpilot.[ch]
13240         * src/editbook.c
13241         * src/editjpilot.c
13242         * src/editldap.c
13243         * src/editvcard.c
13244                 support for copy/paste
13245         * src/addressbook.c
13246                 support for copy/paste
13247                 tidy up menu option processing
13248                 correct address list function arguments
13249         * src/editaddress.c
13250                 sort user attributes
13251         * src/ldif.h
13252         * src/mutt.h
13253                 tidy up
13254
13255         * src/addrbook.[ch]
13256         * src/addrbook.[ch]
13257         * src/addrbook.[ch]
13258                 
13259
13260 2002-01-18 [paul]       0.7.0claws13
13261
13262         * sync with sylpheed 0.7.0cvs8
13263                 configure.in: support Mac OS X (Darwin)
13264
13265 2002-01-18 [carsten]    0.7.0claws12
13266         * src/html.c
13267                 small hack to fix a segfault with an empty href
13268                 (reported by Alexandra Walford <deeni@altern.org>)
13269         * src/mainwindow.c
13270         * src/summaryview.c
13271                 the shortcuts for Mark und Mark as unread are hardcoded
13272                 again
13273         * src/compose.c
13274         * src/gtkstext.[ch]
13275                 readded the shortcuts in gtkstext but made them
13276                 customizeable (simply by adding a menu plus a wrapper
13277                 to compose.c)
13278
13279 2002-01-17 [melvin]     0.7.0claws11
13280
13281         * src/gtkspell.c
13282                 fix default dictionary not being saved.
13283
13284 2002-01-16 [darko]      0.7.0claws10
13285
13286         * src/compose.c
13287                 fix wrapping crash with URL longer than wrapping margin
13288
13289 2002-12-08 [hoa]        0.7.0claws10
13290
13291         * src/matcher_parser_parse.y
13292                 fixed some bugs
13293
13294         * src/prefs_filtering.c
13295                 now, we can use bounce action in the dialog box.
13296
13297 2002-01-16 [carsten]    0.7.0claws9
13298         * src/gtkstext.c
13299                 removed the <control> and <alt> shortcuts because they're
13300                 not needed and interefered with the "normal" shortcuts
13301         * src/mainwindow.c
13302         * src/summaryview.c
13303                 removed most of the hardcoded shortcuts and assigned
13304                 them to menu entries making them easy customizable by
13305                 that
13306
13307 2002-01-16 |melvin]     0.7.0claws8
13308
13309         * src/gtkspell.c
13310                 fixed bug where using the mouse and when the compose
13311                 window is not on top may result in a crash.
13312
13313 2002-01-16 [melvin]     0.7.0claws7
13314
13315         * src/compose.c
13316                 fixed a long standingspell checker bug which could 
13317                 cause a crash after sending a message.
13318
13319 2002-01-16 [paul]       0.7.0claws6
13320
13321         * sync with sylpheed 0.7.0cvs7
13322                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13323                 2002-01-15, and 2002-01-16
13324
13325 2002-01-16 [melvin]     0.7.0claws5
13326
13327         * README.claws
13328         * src/compose.c
13329         * src/gtkspell.[ch]
13330         * src/main.c
13331                 Heavily modified spell checker code to work around
13332                 ispell bug, to add keyboard shortcuts and for future
13333                 enhancements. See README.claws for usage information.
13334
13335 2002-01-15 [alfons]     0.7.0claws4
13336         
13337         * src/summaryview.c
13338                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13339                 so sorting within threads reflects sort mode
13340
13341 2002-01-15 [christoph]  0.7.0claws3
13342
13343         * src/procmsg.c
13344                 added alertpanel if mail sending failed
13345
13346 2002-01-15 [alfons]     0.7.0claws2
13347         
13348         * src/prefs_filtering.c
13349                 don't stop timer when prefs filtering dialog is opened
13350
13351 2002-01-14 [alfons]     0.7.0claws1
13352
13353         * src/addr_compl.c
13354         * src/prefs.c
13355                 remove debug_print()s for privacy reasons
13356
13357 2002-01-14 [darko]      0.7.0claws
13358
13359         * README.claws
13360                 quotation wrapping is now also in the main branch
13361
13362 2002-01-14 [paul]
13363
13364         * tools/filter_conv.pl
13365                 allow for Boolean Op and case-sensitivity
13366                 this file is included in the release and tagged
13367                 'rel_0_7_0'
13368
13369 2002-01-13 [paul]       0.7.0claws
13370
13371         * release 0.7.0, with cvs tag 'rel_0_7_0'
13372
13373 2002-01-13 [paul]
13374
13375         * tools/filter_conv.pl
13376         * tools/README
13377                 rewritten to output to matcherrc instead of filteringrc
13378
13379         * po/es.po
13380                 updated Spanish translation by Ricardo Mones Lastra
13381
13382 2002-01-13 [alfons]
13383
13384         * po/nl.po
13385                 update dutch translation
13386
13387 2002-01-13 [paul]
13388
13389         * po/pt_BR.po
13390                 Updated by Fabio Junior Beneditto 
13391
13392 2002-01-13 [melvin]     0.6.6claws53
13393
13394         * po/fr.po
13395                 Updated french translation
13396
13397 2002-01-12 [alfons]     0.6.6claws52
13398
13399         * src/filtering.c
13400                 plug mem leak that has been sitting there for ages              
13401
13402 2002-01-12 [alfons]     0.6.6claws51
13403
13404         * src/summaryview.c
13405                 undo melvin's changes from 0.6.6claws48 because summary
13406                 view now refuses to select first unread message when
13407                 selecting a folder 
13408
13409 2002-01-11 [alfons]     0.6.6claws50
13410
13411         * src/import.c
13412                 use claws' semantics for getting folder item when
13413                 importing an mbox file into a folder 
13414                 (submitted by Dale P. Smith)
13415
13416 2002-01-11 [christoph]  0.6.6claws49
13417
13418         * src/prefs.h
13419                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13420                 toggle widget, because non static prefs can not use
13421                 prefs_set_* functions
13422         * src/prefs_account.c
13423                 toggle smtp auth password field sensitivity if
13424                 user id is empty and add descrition of usage for
13425                 these fields
13426         * src/prefs_folder_item.c
13427                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13428                 callbacks
13429
13430 2002-01-11 [melvin]     0.6.6claws48
13431
13432         * src/compose.c
13433                 fix the 'Ctrl-Enter' feature for sending and test really
13434                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13435                 editables which was not documented in Gtk)
13436
13437         * src/summaryview.c
13438                 Made summaryview refresh after sorting and not before.
13439
13440 2002-01-11 [christoph]  0.6.6claws47
13441
13442         * src/compose.c
13443                 select account from account ids if possible and
13444                 correctly set save folder for copy in reedit
13445
13446 2002-01-10 [paul]       0.6.6claws46
13447
13448         * sync with sylpheed 0.7.0 release
13449                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13450                 2002-01-09
13451
13452 2002-01-09 [alfons]
13453
13454         * src/summaryview.c
13455                 remove more dirt traces...
13456
13457 2002-01-09 [alfons]
13458         
13459         * src/summaryview.c
13460                 clean up some traces of my debugging stuff
13461
13462 2002-01-09 [alfons]     0.6.6claws45
13463
13464         * src/filtering.c
13465                 break up filteringprop_apply() in three separate pieces
13466                 so we can drop messages that failed processing in the
13467                 inbox
13468
13469         * src/summaryview.c
13470                 fix bug #469598 "no refresh of inbox after filter" which 
13471                 was introduced by the new summary view locking, and which 
13472                 prevented the summary view to update after a manual filter 
13473                 message. claw's filter message requires a summary_show().
13474                 (aargh, summary_show() again! :-)
13475                 
13476 2002-01-07 [alfons]     0.6.6claws44
13477
13478         * src/headerwindow.c
13479         * src/logwindow.c
13480         * src/messageview.c
13481         * src/sourcewindow.c
13482                 bring in Hiro's last 0.7.0 wm class fixes
13483
13484         * tools/sylprint.pl
13485                 bring in Ricardo's fix for sylprint script
13486
13487         * AUTHORS       
13488         * src/rfc2015.[ch]
13489         * src/prefs_common.[ch]
13490         * src/prefs_account.[ch]
13491         * src/compose.c
13492                 clean up account preference poison in rfc2015,
13493                 and preparation to fix double sign bug 
13494                 (patch submitted by Simon 'corecode' Schubert)
13495
13496 2002-01-07 [christoph]  0.6.6claws43
13497
13498         * src/mh.c
13499                 search for free message number, do not only rely
13500                 on last_num
13501         * src/send.c
13502                 fix smtp auth and use extra account information
13503                 if available, if not use pop3 data instead
13504                 (closes bug #500341)            
13505         * src/ssl.[ch]
13506                 match coding style
13507
13508 2002-01-06 [alfons]     0.6.6claws42
13509
13510         * src/mainwindow.c
13511                 try making the separate windows work again...
13512
13513 2002-01-06 [alfons]     0.6.6claws41
13514
13515         * src/mainwindow.c
13516                 adapt Hiro's separate window menu (to get rid of the funny
13517                 duplicate menu items), and make it work again
13518
13519 2002-01-06 [alfons]     0.6.6claws40
13520
13521         * tools/Makefile.am
13522         * tools/sylprint.rc
13523         * tools/sylprint.pl
13524         * tools/README.sylprint
13525                 add sylprint script for printing mails from Sylpheed
13526                 (contributed by Ricardo Mones Lastra)
13527
13528         * src/acount.c
13529                 clean up
13530
13531 2002-01-06 [melvin]     0.6.6claws39
13532
13533         * src/mainwindow.c
13534         * src/summaryview.c
13535                 Fixed crash introduced in 0.6.6claws38 by the menu
13536                 reorganisation (Hide read messages)
13537         
13538         * ChangeLog.claws 
13539                 Fixed typo (we are now in 2002, alfons ;) )
13540
13541 2002-01-05 [alfons]     0.6.6claws38
13542
13543         * sync with sylpheed 0.6.6cvs10-17
13544                 (last stuff marked as LAST_STABLE)
13545
13546 2002-01-04 [melvin]     0.6.6claws37
13547
13548         * src/account.c
13549                 Made account selection code use strcasestr again instead of
13550                 g_strcasecmp (fixes bug where reediting queued messages
13551                 did not select proper account reported by T. Link).
13552         
13553         * src/folderview.c
13554                 Fix bug where folder icons are not shown when 'hide read messages'
13555                 is on.
13556         
13557         * src/stock_pixmaps.[ch]
13558                 Added folder icons for 'hide read messages'.
13559         
13560         * src/compose.c
13561                 Fixed bug where 'Enter' in a header entry will send the message 
13562                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13563
13564 2002-01-03 [melvin]     0.6.6claws36
13565         
13566         * src/prefs.[ch]
13567                 Added popup menu for common preferences and
13568                 account preferences (right click on tab displays
13569                                 a menu of all tabs.)
13570
13571 2002-01-02 [melvin]     0.6.6claws35
13572
13573         * src/gtkspell.[ch]
13574                 Made spelling code compatible with undo/redo feature.
13575                 Added creation of suggestion mode menu for the general
13576                         preferences.
13577         
13578         * src/prefs_common.[ch]
13579                 Added option menu for the speller's suggestion mode.
13580                 Added missing spaces in "..." buttons and made a "..."
13581                         button non translatable!
13582         
13583         * src/compose.c
13584                 Made speller use the default suggestion mode.
13585                 Hack to make it possible to choose 'CTRL-Enter' as a
13586                         shortcut for sending (and only for sending).
13587
13588         * src/prefs_folder_item.c
13589                 Changing subject simplification does not update cache 
13590                         anymore (because it is unnecessary).
13591                 Fixed bug where changing subject simplification updated the 
13592                         summaryview even when the viewed folder is not the
13593                         folder which properties are being changed. (E.g. 
13594                                         viewing folder A and changing
13595                                         the subject simplification of 
13596                                         folder B -not being viewed- updated the 
13597                                         summaryview of folder A with data of
13598                                         folder B). (Hope this is clear... )
13599
13600 2001-12-31 [alfons]     0.6.6claws34
13601         
13602         * src/ldif.c
13603         * src/mutt.c
13604                 fgetc() returns a signed integer which doesn't
13605                 fit in a char. so c truncates this to a char
13606                 but we may lose significant bits. i.e. we may
13607                 comparing 0xFF which may not be equal to -1
13608                 unless properly casted to signed char which
13609                 we won't do because fgetc() returns a signed
13610                 integer which doesn't fit in a char. so c 
13611                 truncates this to a char but we may lose 
13612                 significat bits. (you got the idea, thanks
13613                 to Gustavo Noronha Silva <kov@debian.org>
13614                 and the Debian folks!)
13615
13616 2001-12-30 [alfons]     0.6.6claws33
13617
13618         * src/prefs_common.c
13619                 add #ifdef USE_PSPELLs that Melvin forgot               
13620
13621 2001-12-30 [melvin]     0.6.6claws32
13622         
13623         * src/prefs_common.[ch]
13624                 Added configurable color for misspelled words.
13625
13626         * src/gtkspell.[ch]
13627                 Fixed bug of foreground text color (reported by David
13628                                 Mehrmann)
13629                 Added configurable color for misspelled words.
13630
13631 2001-12-30 [alfons]     0.6.6claws31
13632
13633         * src/folder.c
13634                 remove unnecessary things someone put there
13635
13636         * src/mh.c
13637         * src/folder.[ch]
13638                 make folder properties (like threading and sorting) persistent
13639                 (closes bug #497424 "rescan folder tree resets proprieties")
13640                 currently this is only for MH folders. 
13641
13642 2001-12-29 [melvin]     0.6.6claws30
13643
13644         * src/string_match.[ch]
13645                 Optimized a bit: regexp pattern buffer compiled only once, and
13646                   one subroutine call removed. Fixed ^ regexp search: Now, 
13647                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13648         
13649         * src/summaryview.c
13650                 Subject filtering changed to filter summary columns and
13651                   not directly the messages subject cache. The loss in 
13652                   performance is balanced by the improvement of string_match.
13653                 Added an alert panel if there is an error in the regexp.
13654
13655         * src/src/prefs_folder_item.h
13656                 Added a regexp pattern buffer.
13657
13658 2001-12-28 [alfons]     0.6.6claws29
13659
13660         * src/string_match.[ch]
13661                 clean up name space
13662                 allow compilation *BSD
13663
13664 2001-12-27 [alfons]     0.6.6claws28
13665
13666         * src/filter.c
13667                 sync the Hiro's bug fix for BSD
13668
13669 2001-12-27 [melvin]     0.6.6claws27
13670         
13671         * src/compose.c
13672                 Simplify focus to subject entry code.
13673
13674 2001-12-27 [darko]      0.6.6claws26
13675
13676         * src/filtering.c
13677         * src/mbox_folder.c
13678         * src/messageview.c
13679         * src/mh.c
13680         * src/procheader.[ch]
13681         * src/procmsg.h
13682         * src/stock_pixmap.[ch]
13683         * src/summaryview.c
13684                 Show key icon for encrypted mails in summary view
13685
13686         * src/pixmaps/clip.xpm
13687         * src/pixmaps/clipkey.xpm
13688         * src/pixmaps/key.xpm
13689                 New/modified icons for the above
13690
13691 2001-12-27 [melvin]     0.6.6claws25
13692
13693         * src/prefs_common.c
13694                 Put spell checker options in a separate tab to decrease
13695                 the Common Preferences window height.
13696
13697         * README.claws  
13698                 Update spell checker usage instruction about its options
13699                 location.
13700
13701 2001-12-27 [melvin]     0.6.6claws24
13702
13703         * src/compose.c
13704                 Changed subject entry widget position. Initial focus is
13705                 on the To header instead of the subject entry.
13706                 Creating a new header scrolls the header list to make the
13707                 created one visible. Nevertheless, when automatically filling
13708                 headers, the first one is shown.
13709                 A Tab key press in the last empty header entry zips the 
13710                 focus to the subject entry.
13711                 (I did not change the combo boxes, yet)
13712
13713 2001-12-26 [alfons]     0.6.6claws23
13714
13715         * src/prefs_account.c
13716         * src/inc.c
13717                 allow default inbox to reside in another mailbox (only
13718                 works for POP3 accounts)
13719
13720 2001-12-26 [alfons]     0.6.6claws22
13721         
13722         * src/textview.c
13723                 make reply-on-click work with the account of the selected folder
13724         * src/compose.c
13725                 put a fixme here to remind me to fix finding correct default
13726                 account for nested folders
13727
13728 2001-12-25 [alfons]     0.6.6claws21
13729
13730         * src/summaryview.c
13731                 make column headers display locked and mark pixmaps (idea by Melvin) 
13732                 fix bug by adding score and locked column type to sort array
13733
13734 2001-12-25 [alfons]     0.6.6claws20
13735         
13736         * src/summaryview.c
13737                 catch a *potentially* inadvertent write back of  
13738                 the message cache(s) introduced by 0.6.5claws37
13739
13740 2001-12-25 [christoph]  0.6.6claws19
13741
13742         * src/stock_pixmap.[ch]
13743         * src/summaryview.c
13744                 add ignore thread pixmap
13745                 (can someone draw a better icon for this?)
13746
13747 2001-12-24 [alfons]     0.6.6claws18
13748
13749         * src/prefs_folder_item.c
13750                 make address completion actually work for the
13751                 Default To address in the Folder Property dialog.
13752
13753 2001-12-24 [alfons]     0.6.6claws17
13754         
13755         * src/summaryview.c
13756                 use new style regexp for subject stripping 
13757                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13758
13759 2001-12-24 [darko]      0.6.6claws16
13760
13761         * src/pgptext.c
13762         * src/rfc2015.c
13763                 move GPG related informational messages to debug mode
13764
13765 2001-12-23 [alfons]     0.6.6claws15
13766
13767         * src/stock_pixmap.[ch]
13768         * src/summaryview.c
13769                 add the forgotten Claws' locked pixmap
13770
13771 2001-12-23 [alfons]     0.6.6claws14
13772
13773         * src/filesel.c
13774                 accept file name typed in entry in multi file
13775                 selector (patch submitted by Gustavo Noronha Silva 
13776                 <kov@debian.org>)
13777
13778 2001-12-23 [alfons]     0.6.6claws13
13779
13780         * src/prefs_filter.c
13781         * src/prefs_filtering.c
13782         * src/matcher.c
13783         * src/importmutt.c
13784                 clean up a little bit
13785         
13786         * src/string_match.c
13787                 validate input strings a little bit more
13788
13789 2001-12-23 [alfons]     0.6.6claws12
13790
13791         * src/Makefile.am
13792         * src/summaryview.c
13793         * src/string_match.[ch]         ** NEW **
13794         * src/folderview.[ch]
13795         * src/headerview.h
13796         * src/folder.[ch]
13797         * src/prefs_folder_item.[ch]
13798                 add subject simplification to strip out strings from
13799                 a subject line (esp. handy for mailing lists). 
13800                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13801                 but slightly changed things for better integration.)
13802
13803 2001-12-23 [alfons]     0.6.6claws11
13804
13805         * src/mainwindow.c
13806                 fix bug introduced by submission included in 0.6.5claws52.
13807                 ideally this submission should clean the trash if any trash
13808                 folder has a message. however, the hasTrash variable was
13809                 set to false whenever a trash folder was empty (discarding
13810                 a previously found *filled* trash folder.)
13811
13812                 also edited the code a little bit and made it more safe.
13813
13814 2001-12-22 [alfons]     0.6.6claws10
13815
13816         * src/imap.c
13817                 quick fix for Martin Pool's omission of an account
13818                 specific SSL setting
13819
13820 2001-12-22 [alfons]     0.6.6claws9
13821
13822         * src/compose.c
13823         * src/messageview.c
13824         * src/mimeview.c
13825         * src/pgptext.c
13826         * src/procmime.[ch]
13827                 better support for multipart/digest (submitted
13828                 by Fredrik <e98fo@efd.lth.se>)
13829
13830 2001-12-22 [alfons]     0.6.6claws8
13831
13832         * src/addressbook.c
13833                 correct function signature
13834         * src/socket.[ch]
13835         * src/imap.[ch]
13836         * src/prefs_account.[ch]
13837                 allow IMAP over SSH tunnel (patch submitted by 
13838                 Martin Pool <mbp@samba.org>)
13839
13840 2001-12-21 [alfons]     0.6.6claws7
13841
13842         * sync with sylpheed 0.6.6cvs4-9
13843                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13844
13845 2001-12-21 [christoph]  0.6.6claws6
13846
13847         * src/compose.c
13848         * src/prefs_folder_item.[ch]
13849                 implement saving of outgoing messages to current folder.
13850                 fix segfault when no default outbox is available
13851                 (closes bug #495683)
13852
13853 2001-12-21 [carsten]    0.6.6claws5
13854         * src/folderview.c
13855         * src/summaryview.c
13856                 pressing CTRL while DND does now the expected thing and
13857                 copies the mail (moving is still the default, as this
13858                 seam more appropriate for handling mails by DND)
13859
13860 2001-12-18 [paul]       0.6.6claws4
13861
13862         * sync with sylpheed 0.6.6cvs3
13863                 see ChangeLog entries 2001-12-18
13864
13865 2001-12-18 [hiro]       0.6.6claws3
13866
13867         * src/undo.c
13868                 fix for multibyte characters (obtain the number of letters
13869                 instead of bytes).
13870
13871 2001-12-17 [paul]       0.6.6claws2
13872
13873         * sync with sylpheed 0.6.6cvs1
13874                 see ChangeLog entry 2001-12-16
13875
13876 2000-12-17 [alfons]     0.6.6claws1
13877
13878         * src/filtering.c
13879                 clean up
13880
13881 2001-12-16 [paul]       0.6.6claws
13882 2001-12-15
13883
13884         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13885
13886         * src/mimeview.c
13887                 last minute sync with main 0.6.6
13888
13889         * po/es.po
13890                 updated by Ricardo Mones Lastra
13891                 update for last minute sync
13892         * po/fr.po
13893         * po/nl.po
13894                 update for last minute sync
13895         * po/de.po
13896                 updated by Jens Oberender
13897         * po/pt_BR.po
13898                 updated by Fabio Junior Beneditto
13899
13900         * src/prefs_common.[ch]
13901         * src/undo.c
13902                 number of undo levels is user configurable
13903                 (squeeze it into the release in the dying
13904                 moments) Submitted by Jens Oberender    
13905
13906 2001-12-15 [melvin]
13907
13908         * po/fr.po
13909                 updated french translation
13910
13911 2001-12-15 [paul]       0.6.5claws92
13912
13913         * sync with sylpheed 0.6.5cvs28
13914                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13915
13916         * po/nl.po
13917                 update to allow for sync
13918
13919 2001-12-15 [alfons]
13920         
13921         * po/nl.po
13922                 update dutch translation
13923
13924 2001-12-14 [carsten]    0.6.5claws91
13925         * src/summaryview.c
13926                 fixed bug #473785; also after changing the column order
13927                 the same message will be selected and displayed as before
13928                 the reordering
13929
13930 2001-12-14 [carsten]    0.6.5claws90
13931         * src/folderview.c
13932                 probably found the bug reported by wwb opening or closing
13933                 a folder tree just before dnd (found the solution in the
13934                 balsa source -- thanks to them)
13935
13936 2001-12-14 [carsten]    0.6.5claws89
13937         * src/gtkutils.c
13938         * src/account.c
13939                 moved gtk_clist_moveto to the right place, so that
13940                 only the accounts dialog is effected on opening
13941
13942 2001-12-14 [carsten]    0.6.5claws88
13943         * src/gtkutils.c
13944                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13945                 now, so that the focused row will be seen in any case
13946                 (reported by wwp on sf-claws-user)
13947
13948 2001-12-14 [darko]      0.6.5claws87
13949
13950         * src/compose.c
13951                 remove unnecessary line
13952
13953 2001-12-14 [paul]       0.6.5claws86
13954
13955         * sync with sylpheed 0.6.5cvs27
13956                 see ChangeLog entries 2001-12-14
13957
13958 2001-12-14 [carsten]    0.6.5claws85
13959         * src/mainwindow.c
13960                 following a suggestion of Melvin the rcoabm pops up
13961                 right under the button now and the button is reliefed
13962                 while the popup is open
13963
13964 2001-12-14 [darko]      0.6.5claws84
13965
13966         * src/compose.c
13967                 fix crash when wrapping long lines if linewrap quotation
13968                 is disabled and wrapper encounters a word spanning more
13969                 than one line
13970
13971 2001-12-13 [paul]       0.6.5claws83
13972
13973         * src/compose.c
13974                 prefer 'Reply-To' header over mailing list header when
13975                 replying to a message. Finally prevent all those confirmation 
13976                 messages being sent to the list itself.
13977
13978         * src/summaryview.c
13979                 remove unused summary_set_menu_sensitive() entry
13980
13981 2001-12-13 [paul]       0.6.5claws82
13982
13983         * src/folderview.c
13984         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13985         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13986         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13987                 improvements to 'Hide read messages': Inbox, Outbox,
13988                 Trash, Queue, and Draft icons now reveal presence of hidden 
13989                 messages
13990
13991 2001-12-12 [alfons]     0.6.5claws81
13992
13993         0.6.5claws80 was tagged as LAST_STABLE
13994
13995         * src/filtering.[ch]
13996         * src/matcher.[ch]
13997         * src/matcher_parser_lex.c
13998                 fix the filtering; my last attempt to get it right, 
13999                 if it does not work, it's Hoa's turn. ;-)
14000
14001                 for my honourable peers:
14002                 
14003                 the code now makes a clear distinction between
14004                 rules as they are displayed (probably escaped),
14005                 and as they are executed (probably unescaped). the
14006                 parser does *NOT* do any unescaping, this is
14007                 the task of the matcher.c (which breaks up a
14008                 rule into condition) and the filtering.c (which
14009                 breaks up the rule's action). to make this
14010                 run happily we provide an unescaped copy of
14011                 crucial strings to the MatcherProp and 
14012                 FilteringAction structures. note that the only
14013                 exception to this is any REGEXP string. those
14014                 are directly passed to regcomp() and regexp()
14015                 (who have much more powerful unescape functions).
14016                 
14017                 for everyone else:
14018         
14019                 you can escape tab (\t), carriage return (\r),
14020                 linefeed (\n), form feed (\f), quote (\"), 
14021                 single quote (\'), bell (\b) in all the entry
14022                 lines in the scoring & filtering dialogs.
14023                 as an added bonus this should not affect
14024                 existing filtering rules.
14025
14026 2001-12-12 [carsten]    0.6.5claws80
14027
14028         * src/summaryview.c
14029         * po/de.po
14030                 "item(s) selected" is now sensitive to 1 or more
14031                 than one selected (nice for language where simple
14032                 adding of a "s" is not possible as German (Eintrag
14033                 ->Eintr"age)
14034                 
14035                 the "forward as attachment" entry from the right
14036                 click menu removed, "forward" acts following the
14037                 prefs
14038         
14039         * src/textview.c
14040                 reverted my former changes; so compiler warning again
14041                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14042                 nevertheless
14043
14044         * src/messageview.c
14045                 "search in message" does now *not* only work in MVIEW_TEXT
14046                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14047                 message
14048
14049         * src/mainwindow.c
14050                 removed "/File/_Close" as it was the same as "/File/E_xit"
14051                 and we don't need it two times
14052
14053                 the separate folder view and message view now get a distinct
14054                 WMCLASS, just in case someone is using sawfish ;-)
14055
14056                 as the menu entries "/View/Message view" and "/View/Folder tree"
14057                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14058                 make them sensitive accordingly and as these two are "shown"
14059                 after startup anytime check this menuitem at startup
14060
14061 2001-12-12 [paul]       0.6.5claws79
14062
14063         * src/folderview.c
14064                 fix sensitivity of 'Search folder...', broken in
14065                 0.6.5claws75
14066
14067         * src/mainwindow.c
14068                 fix dodgy English
14069
14070 2001-12-11 [carsten]    0.6.5claws78
14071         * src/filtering.c
14072                 fixed two typos returning a wrong FALSE/TRUE
14073         * src/mainwindow.[ch]
14074                 extra menu for email/news button removed
14075
14076 2001-12-11 [alfons]     0.6.5claws77
14077         
14078         * src/matcher.c                 (1.3)
14079         * src/matcher_parser_lex.l      (1.28)
14080                 revert for another attempt
14081                 mark 0.6.5claws77 as LAST_STABLE
14082
14083 2001-12-11 [christoph]  0.6.5claws76
14084
14085         * po/de.po
14086                 fixed wrong translation for prev. unread msg
14087
14088 2001-12-11 [paul]       0.6.5claws75
14089
14090         * src/folder.[ch]
14091         * src/folderview.c
14092         * src/mainwindow.c
14093         * src/summaryview.[ch]
14094         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14095                 enable ability to hide read messages on per folder basis via 
14096                 '/Summary/Hide read messages'; when selected, a folder will 
14097                 have a red open folder icon, instead of a blue icon, if the 
14098                 folder contains hidden messges
14099                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14100
14101         * src/mainwindow.c
14102                 remove '/Message/Forward as attachment' from 
14103                 main_window_set_menu_sensitive() to prevent debug warning
14104
14105         * src/folderview.c
14106         * src/mainwindow.c
14107                 Clean up some of the English
14108
14109         * tools/newscache_clean.pl
14110                 allow for new 'hidereadmsgs' entry in folderlist.xml
14111
14112         * po/es.po
14113                 updated translation, submitted by Ricardo Mones Lastra
14114
14115 2001-12-11 [paul]       0.6.5claws74
14116
14117         * sync with sylpheed 0.6.5cvs25
14118                 see ChangeLog entry 2001-12-11
14119
14120 2001-12-10 [alfons]     0.6.5claws73
14121
14122         * src/matcher.c
14123                 add more control characters
14124         * src/matcher_parser_lex.l
14125                 make escaping / unescaping work again
14126
14127 2001-12-10 [alfons]     0.6.5claws72
14128
14129         * src/imap.c
14130                 clean up warnings "returning value for void function" 
14131         * src/prefs_filtering.c
14132                 make info button for execute action sensitive
14133
14134 2001-12-10 [paul]       0.6.5claws71
14135
14136         * src/compose.c
14137         * src/imap.[ch]
14138         * src/summaryview.c
14139                 fix: imap server now gets informed of MARKED, UNMARKED
14140                 and REPLY events. Now people can use different IMAP-Mail
14141                 clients and have the exact same information about MARKED,
14142                 UNMARKED and REPLY status with all of them. Especially
14143                 useful for imap servers with a web-frontend.
14144                 submitted by Tobias Sandhaas <medlor@web.de>
14145
14146 2001-12-09 [melvin]     0.6.5claws70
14147         
14148         * src/textview.[ch]
14149                 fixed bug #490076 (hunted down by Alfons who implemented
14150                 a workaround in 0.6.5claws65)
14151
14152 2001-12-09 [christoph]  0.6.5claws69
14153
14154         * src/summaryview.c
14155                 set pointer to string in LOCKED column to NULL
14156                 (might fix bug #490800)
14157
14158 2001-12-09 [carsten]    0.6.5claws68
14159
14160         * po/de.po
14161                 resolved some cluttered menu shortcuts 
14162                 ('creating new email' and 'creating news message'
14163                 hade the same)
14164         * src/compose.c
14165                 wmclass now distinc from main window
14166         * src/mainwindow.c
14167           src/mainwindow.h
14168                 email/news and forward button functionality similar
14169                 to the reply buttons; removed the ugly dropdown arrows
14170                 and use instead the right mouse button
14171
14172 2001-12-09 [paul]       0.6.5claws67
14173
14174         * src/imap.c
14175         * src/utils.h
14176                 allow spaces in imap folder names
14177                 submitted by Willem van Engen <wvengen@stack.nl>
14178
14179 2001-12-09 [paul]       0.6.5claws66
14180
14181         * sync with sylpheed 0.6.5cvs24
14182                 see ChangeLog entry 2001-12-09
14183
14184 2001-12-08 [alfons]     0.6.5claws65
14185
14186         * src/textview.c
14187                 prevent secondary selection claim after "add to sender" dialog
14188                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14189                 we trick GTK by simulating a click at (0, 0) in the textview.
14190
14191 2001-12-08 [hoa]        0.6.5claws64
14192
14193         * src/folder.c
14194                 fixed a bug about the .processing folder name while filtering
14195
14196 2001-12-08 [alfons]     0.6.5claws63
14197
14198         * src/folderview.c 
14199                 work around problem of not correctly updating folder stats
14200                 when deleting messages. there's some folder scanning evil
14201                 going so the folderview_update_msg_num() does not work
14202                 correctly. need to investigate this.
14203
14204 2001-12-08 [paul]       0.6.5claws62
14205
14206         * sync with sylpheed 0.6.5cvs23
14207                 see ChangeLog entry 2001-12-08
14208
14209 2001-12-07 [christoph]  0.6.5claws61
14210
14211         * src/compose.c
14212                 fix another header translation problem
14213
14214 2001-12-07 [alfons]     0.6.5claws60
14215
14216         * src/mbox.c
14217                 make filtering also work on local spool mbox
14218
14219 2001-12-07 [carsten]    0.6.5claws59
14220         * src/addressbook.c
14221                 addressbook window gets a wmclass distinct from the main
14222                 sylpheed window
14223         * src/compose.h
14224         * src/mainwindow.[ch]
14225                   forward menu item will use mode selected in prefs, forward 
14226                 as attatchment in menu removed (will be substituted in the
14227                 toolbar similar to reply buttons)
14228                   create news message menu entry and news button is now 
14229                 sensitive to the existance of a news account
14230         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14231         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14232         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14233                 these are removed because the toolbar buttons don't show
14234                 the quoting modus any longer
14235
14236 2001-12-07 [paul]
14237
14238         * tools/newscache_clean.pl      ** NEW FILE **
14239                 perl script to do some tidying up in the newscache directory 
14240                 
14241         * tools/sylpheed-switcher       ** NEW FILE **
14242                 perl script to enable easy switching between main and claws
14243                 
14244         * tools/README
14245                 added descriptions of the two new perl scripts          
14246
14247
14248 2001-12-07 [melvin]     0.6.5claws58
14249
14250         * src/messageview.c
14251                 fixed a warning during compilation introduced in 0.6.5claws56
14252
14253 2001-12-07 [paul]       0.6.5claws57
14254
14255         * src/mainwindow.[ch]
14256         * src/menu.[ch]
14257                 further usability enhancements to replying with or without 
14258                 quoting via the toolbar, use of Ctrl key is replaced by 
14259                 drop down menu 
14260                 Submitted by Carsten Schurig            
14261
14262 2001-12-07 [melvin]     0.6.5claws56
14263
14264         * src/messageview.c
14265                 hack to fix bug that prevented to make/paste selections
14266                 after switching between MVIEW_TEXT and MVIEW_MIME views
14267                 without deselecting the selection first.
14268
14269 2001-12-06 [alfons]     0.6.5claws55
14270
14271         * src/filtering.[ch]
14272         * src/inc.c
14273                 revise filtering a little bit more, and make sure
14274                 messages are delivered to the appropriate inbox
14275                 (perhaps set per account)
14276
14277 2001-12-06 [paul]       0.6.5claws54
14278
14279         * sync with sylpheed 0.6.5cvs22
14280                 see ChangeLog entry 2001-12-06
14281
14282 2001-12-05 [alfons]     0.6.5claws53
14283
14284         * src/inc.c
14285         * src/folder.[ch]
14286         * src/procmsg.c
14287         * src/filtering.c
14288                 more revisions of filtering system
14289                 (last stable version is marked as LAST_STABLE)
14290                 
14291                 | NOTE 1): the filtering system now uses a local folder called
14292                 | .processing. if filtering fails, check this directory
14293                 | for missing messages.
14294                 |
14295                 | NOTE 2): help us find the filtering actions still missing
14296
14297 2001-12-05 [paul]       0.6.5claws52
14298
14299         * src/mainwindow.c
14300                 fix bug where 'Empty Trash?' pop-up window appears even
14301                 when Trash is empty, submitted by Jesse Skinner         
14302
14303 2001-12-05 [melvin]     0.6.5claws51
14304
14305         * src/compose.c
14306                 fixed bug #486106 to select correct account when reediting 
14307                 a queued message
14308         
14309 2001-12-04 [alfons]     0.6.5claws50
14310
14311         * src/mh.c
14312                 declare markfile in appropriate functions when
14313                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14314                 for spotting this)
14315
14316 2001-12-04 [paul]       0.6.5claws49
14317
14318         * sync with sylpheed 0.6.5cvs21
14319                 see ChangeLog entry 2001-12-04
14320
14321 2001-12-03 [christoph]  0.6.5claws48
14322
14323         * po/de.po
14324                 changed translation of undo
14325         * src/account.c
14326         * src/folder.c
14327                 don't reinvent the wheel to traverse a GNode
14328         * src/compose.[ch]
14329                 seperate code to create the compose gui into functions
14330                 add "Others" page with folder selection for saving copy
14331                 of the message.
14332                 the folder identifier is saved to queue header
14333         * src/procmsg.c
14334                 save message to folder in queue header
14335
14336 2001-12-03 [paul]       0.6.5claws47
14337
14338         * sync with sylpheed 0.6.5cvs20
14339                 see ChangeLog entry 2001-12-03
14340
14341 2001-12-01 [paul]
14342
14343         * more sync with sylpheed 0.6.5cvs19
14344                 see ChangeLog entry 2001-11-29
14345
14346 2001-11-30 [paul]       0.6.5claws46
14347         
14348         * src/compose.c
14349                 remove conflicts introduced by Hoa's last commit
14350          
14351         * src/mainwindow.c
14352                 make 'Message/Bounce' sensitive
14353
14354 2001-11-30 [hoa]        0.6.5claws45
14355
14356         * src/compose.c
14357                 slightly change bounce function to add
14358                 information about the user that bounced the mail
14359                 in the From header line.
14360
14361         * src/folderview.c
14362                 permit the use of processing in outbox folder.
14363
14364 2001-11-29 [paul]       0.6.5claws44
14365
14366         * src/mainwindow.[ch]
14367         * src/prefs_common.c
14368         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14369         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14370         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14371                 usability enhancements to the quoting, implements
14372                 use of Ctrl key to toggle quoting settings
14373                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14374
14375 2001-11-29 [paul]       0.6.5claws43
14376         
14377         * sync with sylpheed 0.6.5cvs19
14378                 see ChangeLog entry 2001-11-28
14379
14380 2001-11-29 [melvin]     0.6.5claws42
14381         * src/Makefile.am
14382                 added enriched.[ch] to the list of files
14383
14384         * src/textview.c
14385         * src/mimeview.c
14386         * src/procmime.[ch]
14387         * src/enriched.[ch]
14388                 added support to view text/enriched
14389                 added support to show headers in message view for text/enriched and text/html
14390                         in non multipart messages
14391
14392 2001-11-28 [paul]       0.6.5claws41
14393
14394         * more sync with sylpheed 0.6.5cvs18
14395                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14396
14397 2001-11-27 [paul]       0.6.5claws40
14398         
14399         * po/pt_BR.po
14400                 updated translation, submitted by Fabio Junior Beneditto
14401                 
14402         * sync with sylpheed 0.6.5cvs18
14403                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14404                 2001-11-27
14405
14406
14407 2001-11-26 [paul]
14408
14409         * po/es.po
14410                 updated translation, submitted by Ricardo Mones Lastra
14411
14412 2001-11-26 [alfons]
14413
14414         * src/matcher.c
14415                 add more translatable strings
14416
14417 2001-11-26 [christoph]  0.6.5claws39
14418
14419         * po/de.po      
14420                 fixed one more umlaut
14421         * src/compose.c
14422                 fix translated header when it should not be translated
14423
14424 2001-11-26 [paul]       0.6.5claws38
14425
14426         * src/mainwindow.c
14427                 remove '/Message/Add Sender to address book' from 
14428                 main_window_set_menu_sensitive(), prevent debug warning
14429                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14430
14431 2001-11-26 [paul]       0.6.5claws37
14432
14433         * src/summaryview.c
14434                 fix 'recurring unread state' bug 
14435
14436         * tools/README 
14437         * tools/filter_conv.pl
14438                 read name of top level mailbox from folderlist.xml
14439                 and presume nothing about its name              
14440
14441 2001-11-26 [darko]      0.6.5claws36
14442
14443         * src/gtkstext.[ch]
14444                 removed functions that are now in gtkutils.c
14445                 use gtkut_text_is_uri_string() from gtkutils.c
14446         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14447
14448 2001-11-26 [paul]       0.6.5claws35
14449
14450         * sync with sylpheed 0.6.5cvs16
14451                 see ChangeLog entries 2001-11-25 and 2001-11-26
14452
14453 2001-11-25 [alfons]     0.6.5claws34
14454
14455         EXPERIMENTAL!!! Please checkout the last stable version using: 
14456           
14457         % cvs update -r LAST_STABLE -dRAP
14458
14459         (Or help us testing this stuff.)
14460
14461         * src/filtering.c               (1.14)
14462         * src/filtering.h               (1.6)
14463         * src/inc.c                     (1.28)
14464         * src/matcher.c                 (1.20)
14465         * src/mbox.c                    (1.9)
14466         * src/procmsg.h                 (1.14)
14467         * src/summaryview.c             (1.59)
14468         * src/summaryview.h             (dunno)
14469                 revert/merge/sync to as it was before commit 
14470                 on Thu, 19 Jul 2001 10:15:51 -0700.
14471
14472 2001-11-25 [hoa]        0.6.5claws33
14473
14474         * src/main.c
14475                 processing mails at startup
14476
14477         * src/folderview.c
14478         * src/summaryview.[ch]
14479                 processing mails when entering folder
14480
14481         * src/prefs_filtering.c
14482                 fixed some UI bugs
14483
14484 2001-11-24 [alfons]     0.6.5claws32
14485
14486         * src/summaryview.[ch]
14487                 make summary sort headers work, and also make
14488                 sure the sort type is stored
14489
14490 2001-11-23 [alfons]     0.6.5claws31
14491
14492         * src/summaryview.[ch]
14493                 make lock work like mark
14494                 disallow deleting messages marked as locked
14495
14496 2001-11-23 [alfons]     0.6.5claws30
14497
14498         * src/gtkstext.c
14499         * src/compose.[ch]
14500         * src/Makefile.am
14501         * src/undo.[ch]
14502                 merge undo patch submitted by Jens
14503
14504 2001-11-23 [christoph]  0.6.5claws29
14505
14506         * src/.cvsignore
14507                 added ylwrap
14508         * src/compose.c
14509                 fixed gpg signing and encoding
14510         * src/folder.[ch]
14511         * src/main.c
14512                 added --status option to get new, unread and total
14513                 message count from a running sylpheed
14514         * src/prefs_common.c
14515                 temporary fix for reply_with_quote problem
14516                 (don't call functions for non existing widget)
14517         * src/procmsg.c
14518                 one more check for ignored threads but still not
14519                 always working correctly. probably a recursive
14520                 check for all parents is needed
14521
14522 2001-11-23 [darko]      0.6.5claws28
14523
14524         * src/compose.c
14525                 wrapping on send improvements
14526         * src/gtkutils.[ch]
14527                 fix for GtkSText after last sync with main branch
14528                 GTK_TEXT -> GTK_STEXT
14529
14530 2001-11-23 [paul]       0.6.5claws27
14531
14532         * sync with sylpheed 0.6.5cvs14
14533                 see ChangeLog entries 2001-11-22 and 2001-11-23
14534                 
14535         * po/de.po
14536                 fixed the scrambled umlauts 
14537                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14538
14539 2001-11-21 [paul]       0.6.5claws26
14540
14541         * sync with sylpheed 0.6.5cvs12
14542                 see 2nd ChangeLog entry dated 2001-11-20
14543
14544 2001-11-20 [paul]       0.6.5claws25
14545
14546         * sync with sylpheed 0.6.5cvs11
14547                 see ChangeLog entry 2001-11-19 (src/utils.c)
14548
14549 2001-11-20 [hiro]
14550
14551         * src/compose.c
14552                 GTK_TEXT -> GTK_STEXT
14553                 fix for wrong comment
14554
14555 2001-11-20 [hiro]       0.6.5claws24
14556
14557         * src/compose.[ch]
14558                 more merges from main branch
14559                 removed fatal warnings (uninitialized variables etc.)
14560                 some coding style fix
14561         * src/gtkutils.h
14562                 fixed typo.
14563         * src/addressbook.c
14564           src/addrindex.c
14565                 V-Card -> vCard
14566
14567 2001-11-19 [hoa]        0.6.5claws23
14568
14569         * src/filtering.c
14570         * src/prefs_scoring.c
14571         * src/matcher.[ch]
14572         * src/scoring.c
14573                 cleaning code
14574
14575         * src/matcher_parser_parse.y
14576         * src/prefs_filtering.c
14577                 bouncing
14578
14579 2001-11-19 [alfons]     0.6.5claws22
14580
14581         more of my old things into claws
14582
14583         * src/Makefile.am
14584         * src/prefs_common.c
14585         * src/procmsg.h
14586         * src/summaryview.[ch]
14587         * src/prefs_summary_column.c
14588         * src/pixmaps/locked.xpm
14589                 add indicators for locking of message in summary view
14590                 (does not work yet, only visual indicator)
14591
14592 2001-11-19 [paul]       0.6.5claws21
14593
14594         * sync with sylpheed 0.6.5cvs10
14595                 see ChangeLog entry 2001-11-19
14596
14597 2001-11-18 [alfons]     0.6.5claws20
14598         
14599         * src/filtering.c
14600                 remove an inadvertent free I forgot in previous clean up 
14601
14602 2001-11-18 [alfons]     0.6.5claws19
14603
14604         * src/filtering.[ch]
14605                 clean up & plug leaks
14606
14607 2001-11-18 [paul]       0.6.5claws18
14608
14609         * sync with sylpheed 0.6.5cvs9
14610                 see ChangeLog entries 2001-11-17 and 2001-11-18
14611
14612 2001-11-16 [paul]       0.6.5claws17
14613
14614         * sync with sylpheed 0.6.5cvs8
14615                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14616
14617 2001-11-16 [paul]       0.6.5claws16
14618
14619         * sync with sylpheed 0.6.5cvs7
14620                 see ChangeLog entries 2001-11-15 and 2001-11-16
14621
14622 2001-11-15 [hoa]        0.6.5claws15
14623
14624         * src/compose.c
14625                 fix bounce, mails we received couln't be bounced to ourself.
14626
14627         * src/defs.h
14628         * src/filtering.[ch]
14629         * src/matcher.[ch]
14630         * src/matcher_parser.h
14631         * src/matcher_parser_lex.l
14632         * src/matcher_parser_parse.y
14633         * src/inc.c
14634         * src/main.c
14635         * src/mbox.c
14636         * src/prefs_filtering.[ch]
14637         * src/mainwindow.c
14638         * src/prefs_matcher.c
14639         * src/prefs_scoring.c
14640         * src/scoring.[ch]
14641         * src/summaryview.c
14642                 new matcher/filter/score configuration file parser
14643                 one unique configuration file => ~/.sylpheed/matcherrc
14644                 import in currently automatic, then save are made
14645                 in this new file.
14646                 one filter per folder and one global filter
14647                 (filter of a folder will be used as folder processing)
14648
14649         * src/folder.c
14650                 fix a bug in folder_item_get_identifier
14651                 
14652         * src/messageview.c
14653                 receive receipt return are fixed.
14654
14655 2001-11-14 [alfons]     0.6.5claws14
14656
14657         * src/session.h
14658                 add things from main branch to make claws compile
14659
14660 2001-11-14 [paul]       0.6.5claws13
14661
14662         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14663                 see ChangeLog entries 2001-11-08 to 2001-11-14
14664
14665 2001-11-14 [hoa] 0.6.5claws12
14666
14667         * src/compose.[ch]
14668         * src/mainwindow.c
14669         * src/summaryview.c
14670                 add "bounce mail" option
14671
14672 2001-11-13 [christoph]  0.6.5claws11
14673
14674         * src/compose.c
14675                 Cleanup a mess i add before commiting
14676
14677 2001-11-13 [hoa]        0.6.5claws10
14678
14679         * src/compose.c
14680                 some fixes when mail are sent or
14681                 for crossposts
14682
14683 2001-11-13 [christoph]  0.6.5claws9
14684
14685         * po/de.po
14686                 Changed two string with the same translation
14687         * src/compose.c
14688         * src/procmsg.[ch]
14689         * src/send.[ch]
14690                 New mailsending process:
14691                   - Always queue message before sending
14692                     (message will be saved if sylpheed crashed or
14693                      freezes while sending)
14694                   - Allow queuing of newspostings
14695                   - No copy in outbox before sending
14696                     (closes bug #469501)
14697                   - No more redundant code for send and send_later
14698         * src/summaryview.c
14699                 Applied wwp <subscript@free.fr>'s patch that fixes
14700                 marks for multiple forwarded messages (+compose.c)
14701
14702 2001-11-12 [alfons]
14703
14704         * README.claws
14705                 remove things that are now in main branch
14706         
14707         * po/nl.po
14708                 update Dutch translation
14709
14710 2001-11-12 [mhadasht]   0.6.5.claws8
14711
14712         * src/prefs_common.c
14713                 re-enabled account autoselection feature for forward
14714                 and reedit lost during the branch point for SYNC-B4-REL
14715         * src/gtkspell.c
14716                 gtkpspell_get_dict(): more readable code (even if function is
14717                 not used yet)
14718         * ChangeLog.claws
14719                 added version number info to 2001-11-12 [hiro] comment.
14720
14721 2001-11-12 [hiro]       0.6.5.claws7
14722
14723         * src/compose.c
14724                 compose_forward(): fixed a bug that forward quote mark
14725                 wasn't used.
14726                 removed unnecessary code.
14727         * src/template_select.[ch]: removed.
14728
14729 2001-11-11 [alfons]
14730
14731         * src/compose.c
14732                 :%s/GTK_TEXT/GTK_STEXT/g
14733         
14734         * src/compose.[ch]
14735         * src/undo.[ch]
14736         * src/Makefile.am
14737                 revert the undo stuff (this is 0.6.6claws stuff)
14738
14739 2001-11-11 [hoa]        0.6.5.claws6
14740
14741         * src/compose.[ch]
14742                 Insert signature at the end of the text.
14743                 Added undo patch but currently disabled
14744
14745         * src/procmsg.c
14746                 Threading by subject improved.
14747
14748         * added src/undo.[ch]
14749                 Undo module for compose dialog box.
14750
14751 2001-11-11 [alfons]     0.6.5.claws5
14752
14753         * src/procmsg.c
14754                 prevent threading by subject on nodes that have already been
14755                 threaded by in-reply-to (as in "circular references in a tree
14756                 result in a dead branch")
14757
14758 2001-11-09 [hoa]        0.6.5.claws4
14759         
14760         * src/folderview.c
14761                 allows creation of mbox folder item from any files.
14762
14763 2001-11-09 [alfons]     0.6.5.claws3
14764         
14765         * src/utils.c
14766         * src/procmsg.c
14767                 do what I mean and correct threading by subject so it really
14768                 ignores attracting lines without "Re: "
14769
14770 2001-11-07 [alfons]     0.6.5.claws2
14771
14772         * src/procmsg.c
14773         * src/utils.[ch]
14774                 only attract by subject if a subject line starts with a "Re: "
14775         * src/syldap.c
14776                 remove warning
14777
14778 2001-11-07 [paul]       0.6.5claws1
14779
14780         * sync with sylpheed 0.6.5. release
14781                 see ChangeLog entry 2001-11-07
14782
14783 2001-11-07 [paul]       0.6.4claws31
14784
14785         * sync with sylpheed 0.6.4cvs18
14786                 see ChangeLog entries 2001-10-30 to 2001-11-07
14787                 prefs_templates.[ch] renamed prefs_template.[ch]
14788
14789 2001-11-06 [alfons]
14790         
14791         * src/utils.h
14792                 add semicolon Hoa forgot ;-)
14793                 
14794
14795 2001-11-06 [hoa]        0.6.4claws30
14796         
14797         * src/procmsg.c
14798         * src/summaryview.c
14799         * src/utils.c
14800         * src/utils.h
14801                 threading by subject - empty subject are ignored
14802
14803 2001-11-06 [christoph]  0.6.4claws29
14804
14805         * src/socket.c
14806                 use SSL_peek for sock_gets
14807         * src/utils.c
14808                 removed unneeded pointer in extracting quoted
14809                 names implementation
14810
14811 2001-11-06 [melvin]     0.6.4claws28
14812
14813         * src/gtkspell.c
14814                 fixed bug #476792 Selection overtyping with spell checker
14815                 fixed bug which could cause a buffer overflow
14816                 fixed a memory leak
14817
14818 2001-11-06 [hoa]        0.6.4claws27
14819         
14820         * src/procmsg.c
14821         * src/summaryview.c
14822                 threading by subject
14823
14824 2001-11-05 [alfons]     0.6.4claws26
14825         
14826         * README.claws
14827                 Claws -> Sylpheed (vice versa)
14828
14829         * src/compose.c
14830                 :%s/gtk_text/gtk_stext/g
14831                 :%s/GTK_TEXT/GTK_STEXT/g
14832                 (thanks to Jonathan Ware for spotting this)
14833
14834 2001-11-04 [christoph]  0.6.4claws25
14835
14836         * src/summaryview.c
14837                 replace Xalloca + strdup with Xstrdup_a
14838         * src/utils.c
14839                 better implementation of extracting quoted names
14840                 from addresses (remove backlashes and ignore
14841                 quotes after them)
14842
14843 2001-11-04 [alfons]     0.6.4claws24
14844
14845         * src/utils.[ch]
14846                 edit to comply more with coding style
14847
14848         * src/textview.c
14849                 fix bug reported by Kim Schulz. introduced by the patch integrated
14850                 in 0.6.4claws15. the code did not check the return value of
14851                 the html parser.
14852
14853         * AUTHORS
14854                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14855
14856 2001-11-04 [christoph]  0.6.4claws23
14857
14858         * src/main.c
14859         * src/prefs_common.[ch]
14860                 init some pointers that possibly caused a segfault
14861                 reported in the claws-users ML
14862
14863 2001-11-04 [hoa]        0.6.4claws22
14864
14865         * src/grouplistdialog.c
14866                 change the names of the nodes in the tree
14867
14868         * src/compose.c
14869                 enhanced mailto syntax as described in
14870                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14871                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14872
14873         * src/utils.c
14874                 encode and decode URI (useful when opening URL into
14875                 netscape).
14876
14877 2001-11-03 [hoa]        0.6.4claws21
14878
14879         * src/grouplistdialog.c
14880                 a new newsgroups list selection dialog box
14881                 with a CTree instead of a CList
14882
14883 2001-11-03 [hoa]        0.6.4claws20
14884
14885         * src/folderview.c
14886                 enable property and scoring options when right
14887                 click on "inbox"
14888
14889         * src/summaryview.c
14890                 fixed bug when nickname were displayed using
14891                 the address book.
14892
14893 2001-11-02 [darko]      0.6.4claws19
14894
14895         * src/compose.c
14896                 new wrap quotation and URL/long words wrapping implementation
14897         * src/compose.c src/gtkstext.[ch]
14898                 move gtkstext_strncmp() to gtkstext.c
14899
14900 2001-11-01 [christoph]  0.6.4claws18
14901
14902         * src/prefs_account.c
14903                 fixed mess in account settings dialog
14904         * src/prefs_folder_item.c
14905                 added label with folder path to dialog
14906
14907 2001-10-31 [match]      0.6.4claws17
14908
14909         * src/vcard.c
14910                 fix memory leak.
14911         * src/addrbook.c
14912                 fix generation of spurious address book file names.
14913                 remove redundant functions.
14914         * po/POTFILES.in
14915                 added missing file names.
14916
14917 2001-10-30 [paul]       0.6.4claws16
14918
14919         * sync with sylpheed 0.6.4cvs6
14920                 see ChangeLog entries 2001-10-26 to 2001-10-30
14921
14922         * tools/filter_conv.pl
14923                 read folderlist.xml to discover whether the top-level
14924                 folder is called 'Mailbox' or 'Mail' 
14925
14926 2001-10-29 [paul]       0.6.4claws15
14927
14928         * src/html.c, src/textview.c
14929                 activate links in html mail and fix clickable parts
14930                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14931
14932 2001-10-29 [paul]
14933
14934         * po/de.po, po/es.po, po/pt_BR/po
14935                 updated translations, submitted by Jens Oberender,
14936                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14937
14938 2001-10-29 [darko]      0.6.4claws14
14939
14940         * src/compose.c
14941                 fix wrapping for good
14942
14943 2001-10-29 [darko]
14944
14945         * src/compose.c
14946                 undo previous change as it broke the smart wrapping
14947
14948 2001-10-29 [darko]      0.6.4claws13
14949
14950         * src/compose.c
14951                 fix infinite loop when long URL is quoted
14952                 (closes bug #475122.
14953
14954 2001-10-28 [match]
14955
14956         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14957                 import Mutt address book
14958         * src/ldif.[ch] src/importldif.h
14959                 modified import LDIF handle user attributes
14960
14961 2001-10-28 [christoph]  0.6.4claws12
14962
14963         * src/summaryview.c
14964                 fixed that filtering did not work if there
14965                 were no filter rules
14966                 (closes bug #472003 and better implementation
14967                  of patch #474644)
14968
14969 2001-10-27 [christoph]  0.6.4claws11
14970
14971         * src/compose.c
14972                 make the folder's default account to be used when
14973                 replying. (patch by wwp <subscript@free.fr>)
14974         * src/compose.c
14975                 code cleanup, nearly killed all of wwp's patch
14976                 for folder's default account in compose
14977         * src/folderview.c
14978                 error panel when a folder could not be created
14979                 (closes bug #471080 new folder name & already
14980                  existing file)
14981
14982 2001-10-26 [alfons]
14983
14984         * src/utils.h
14985                 change prototype of strstr2() that Christoph forgot about
14986
14987 2001-10-26 [christoph]  0.6.4claws10
14988
14989         * src/account.c
14990                 made search for accounts by email address not case
14991                 sensitive
14992         * src/folder.c
14993                 fixed memory leak in folder_item_get_identifier
14994         * src/gtkspell.c
14995         * src/utils.c
14996                 fixed wrong strstr2 (should work like strstr)
14997
14998 2001-10-26 [darko]      0.6.4claws9
14999
15000         * src/compose.c src/gtkstext.[ch]
15001         * src/gtkstext.c
15002                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15003
15004 2001-10-26 [paul]       0.6.4claws8
15005
15006         * src/html.c
15007                 ignore css and javascript tags in html mail
15008                 case-insensitive, with or without double-quoted
15009                 strings
15010
15011 2001-10-26 [paul]       0.6.4claws7
15012
15013         * sync with sylpheed 0.6.4cvs1
15014                 see ChangeLog entry 2001-10-26
15015
15016         * src/prefs_account.c, src/prefs_common.c,
15017           src/prefs_summary_column.c
15018                 minor improvements to the English
15019
15020 2001-10-25 [alfons]     0.6.4claws6
15021
15022         * src/gtkstext.c
15023         
15024                 make GtkSText follow style of GtkText (closes bug 
15025                 #469211 "text selection while writing message")
15026                 
15027                 do sync with GTK 1.2.10
15028
15029 2001-10-25 [paul]       0.6.4claws5
15030
15031         * src/html.c
15032                 ignore css tags in html mail
15033
15034 2001-10-25 [darko]      0.6.4claws4
15035
15036         * src/compose.c
15037                 don't declare is_url_string as static function since
15038                 we need it in gtkstext.c
15039         * src/gtkstext.c
15040                 remove unused variable
15041                 don't wrap long URLs while composing a message
15042
15043 2001-10-24 [christoph]  0.6.4claws3
15044
15045         * src/socket.c
15046                 fix ssl deadlock, when peer closes connection
15047
15048 2001-10-24 [paul]       0.6.4claws2
15049
15050         * src/prefs_common.c
15051                 gettextize the gpg ascii-armored warning message
15052
15053         * src/compose.c
15054                 insert a DOS/MAC file into the composed message
15055                 (improvements)
15056
15057         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15058
15059 2001-10-22 [paul]       0.6.4claws1
15060
15061         * sync with sylpheed 0.6.4 release
15062                 see ChangeLog entries 2001-10-21
15063
15064         * po/fr.po, po/pt_BR.po
15065                 updated by Melvin Hadasht and Fabio Junior Beneditto
15066
15067 2001-10-21 [paul]       0.6.3claws30
15068
15069         * src/compose.c
15070                 insert a DOS text file from the compose window
15071                 into the composed message text (removes CRs characters)
15072                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15073
15074         * tools/filter_conv.pl, tools/README
15075                 automatically use ~/.sylpheed as working directory
15076                 print out confirmation message on completion
15077
15078         * correct Hoa's last ChangeLog.claws entry
15079
15080 2001-10-20 [hoa]        0.6.3claws29
15081
15082         * src/grouplistdialog.c
15083                 bugfix (another ?) to give the right
15084                 newsgroups list for each news server.
15085
15086         * src/news.c
15087         * src/news.h
15088                 improve the newsgroups list cache
15089
15090 2001-10-20 [paul]       0.6.3claws28
15091
15092         * sync with sylpheed 0.6.3cvs9
15093                 see ChangeLog entry 2001-10-19
15094
15095         * correct Alfons' last ChangeLog.claws entry
15096
15097 2001-10-19 [alfons]
15098
15099         * src/pgptext.[ch]
15100                 fix compilation problems (part of bug #472895)
15101
15102 2001-10-18 [hoa]        0.6.3claws27
15103
15104         * src/grouplistdialog.c
15105                 bugfix when we refresh was clicked (bug 472701)
15106
15107 2001-10-19 [christoph]  0.6.3claws26
15108
15109         * src/compose.c
15110                 last header entry should default to "To:" or
15111                 "Newsgroups:" and not copy the last entry line
15112                 in a new compose window
15113                 (closes bug #472686, #470792)
15114
15115 2001-10-19 [paul]       0.6.3claws25
15116
15117         * sync with Sylpheed 0.6.3cvs8
15118                 see ChangeLog entries 2001-10-18 and 2001-10-19
15119
15120 2001-10-18 [christoph]  0.6.3claws24
15121
15122         * src/procmsg.c
15123                 reimplement ignore thread
15124         
15125 2001-10-18 [hoa]        0.6.3claws23
15126
15127         * src/folderview.c
15128         * src/grouplistdialog.[ch]
15129                 enhanced news subscription interface (feature 469113)
15130
15131         * src/news.c
15132         * src/news.h
15133                 enchanced newsgroup listing,
15134                 now, we can get groups informations
15135                 (NNTPGroupInfo)
15136
15137 2001-10-18 [paul]       0.6.3claws22
15138
15139         * src/summaryview.c
15140                 remove comment (sync with main branch)
15141         * src/mainwindow.c
15142                 fix 'Re-edit' bug in 'Message' menu
15143
15144 2001-10-17 [christoph]  0.6.3claws21
15145
15146         * src/compose.c
15147                 ignore empty or whitespace only header lines
15148
15149 2001-10-17 [paul]       0.6.3claws20
15150
15151         * sync with sylpheed 0.6.3cvs7
15152                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15153                 2001-10-17
15154
15155 2001-10-17 [darko]
15156
15157         * src/compose.c
15158                 wrap long lines without spaces
15159                 don't wrap URLs
15160
15161 2001-10-16 [paul]
15162
15163         * po/es.po, po/nl.po, po/pt_BR.po
15164                 updated by Ricardo Mones Lastra, Alfons,
15165                 and Fabio Junior Beneditto
15166
15167         * sylpheed-0.6.3claws released
15168
15169 2001-10-15 [melvin] 0.6.3claws18
15170
15171         * README.claws
15172                 added summary and detailed installation instructions
15173                 for spell checker
15174         * po/fr.po
15175                 Updated, corrected and completed french translation
15176
15177 2001-10-15 [hoa] 0.6.3claws17
15178         * src/grouplistdialog.c
15179                 we can choose the newsgroups to display with wildcards
15180
15181 2001-10-15 [christoph]  0.6.3claws16
15182
15183         * src/account.c
15184         * src/compose.c
15185         * src/prefs_folder_item.[ch]
15186                 applied wwp <subscript@free.fr>'s folder
15187                 default account patch
15188         * po/de.po
15189                 Fixed wrong translation
15190
15191 2001-10-13 [alfons, christoph, melvin]  
15192                         0.6.3claws15
15193
15194         solution #2 to solve MT-safety problems defers all GUI related calls
15195         to the main thread using a gtk_idle_add() callback. discussed on
15196         ircnet #sylpheed, with christoph spotting some issues with the
15197         original code, and melvin allowing us to lobotomize his sylpheed.
15198
15199         * src/syldap.[ch], src/main.c
15200                 fix race problem in ldap search thread by deferring GUI 
15201                 stuff to main thread using gtk_idle_add()
15202
15203 2001-10-13 [paul]       0.6.3claws14
15204
15205         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15206                 add Sergey's smtpcred.patch
15207                 adds separate username/password setting for SMTP Auth
15208                 needed by some servers
15209                 (closes feature request #471659)
15210
15211 2001-10-13 [paul]       0.6.3claws13
15212
15213         * src/pgptext.[ch] **NEW FILES**
15214         * src/Makefile.am, src/messageview.c, src/mimeview.c
15215                 decrypt ascii-armored gpg text embedded in
15216                 the message body.
15217                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15218
15219 2001-10-13 [christoph]  0.6.3claws12
15220
15221         * README.claws
15222                 some more details on default to and
15223                 feature requests
15224         * src/main.c
15225                 init glib threading when ldap is used
15226         * src/syldap.c
15227                 threading fixes
15228         * po/de.po
15229                 fixed a typo
15230
15231 2001-10-12 [paul]       0.6.3claws11
15232
15233         * src/prefs_common.[ch], src/rfc2015.c
15234                 enable ascii-armored gpg text to be embedded in the
15235                 message body, selectable through the 'Privacy'
15236                 preferences. Supports encrypting only.
15237                 Submitted by Ravemax <ravemax@dextrose.com>
15238
15239 2001-10-12 [paul]       0.6.3claws10
15240
15241         * sync with sylpheed 0.6.3cvs6
15242                 see ChangeLog entries 2001-10-11 and 2001-11-12
15243
15244         * src/folderview.c
15245                 incorporated mbox folders, scoring, and folder
15246                 properties into the sync
15247
15248 2001-10-12 [darko]      0.6.3claws9
15249
15250         * README.claws
15251                 describe quotation wrapping
15252         * src/compose.c
15253                 don't treat tab as space to calculate line length properly
15254
15255 2001-10-11 [alfons]
15256
15257         * README.claws
15258                 correct description of how to make new filtering system work,
15259                 add some other things
15260                 
15261         * src/syldap.c
15262                 remove sched_yield() (not necessary / unportable)
15263
15264 2001-10-11 [paul]       0.6.3claws8
15265
15266         * sync with sylpheed 0.6.3cvs3
15267                 see ChangeLog entry 2001-10-10
15268
15269 2001-10-10 [christoph]  0.6.3claws7
15270
15271         * .cvsignore
15272                 ignore 2 files created by newer autotools
15273         * src/prefs_folder_item.c
15274                 using table for widget alignment
15275                 fixed memory leak and broken octal display
15276         * src/filesel.c
15277                 fixed segfault caused by lost filename
15278                 workaround (closes bug #469551)
15279
15280 2001-10-10 [paul]       0.6.3claws6
15281
15282         * sync with sylpheed 0.6.3cvs2
15283                 see ChangeLog entries 2001-10-09 and 2001-10-10
15284
15285 2001-10-10 [darko]      0.6.3.claws5
15286
15287         * src/gtkstext.c
15288                 proper calculation of right margin if smart wrapping is enabled
15289         * src/compose.c
15290                 automatically wrap long lines if wrap quotation is enabled
15291
15292 2001-10-09 [alfons]     0.6.3.claws4
15293
15294         * src/summaryview.c
15295                 select correct row when deleting last row in the summary view (and
15296                 close bug "[ #469104 ] select second last in list when deleting")
15297
15298 2001-10-09 [paul]       0.6.3claws3
15299
15300         * sync with sylpheed 0.6.3cvs1
15301                 updated some autotool scripts
15302
15303 2001-10-09 [darko]      0.6.3claws2
15304
15305         * src/gtkstext.[ch]
15306                 new name and mark with Sylpheed comment
15307         * src/compose.c
15308                 smart quotation wrapping a-la VIM
15309
15310 2001-10-08 [paul]       0.6.3claws1
15311
15312         * sync with sylpheed 0.6.3 release
15313                 see ChangeLog entry 2001-10-08
15314
15315 2001-10-08 [paul]       0.6.2claws24
15316
15317         * src/summaryview.c
15318                 more sync with sylpheed 0.6.2cvs12
15319                 Fixed the bug that didn't select the last row correctly
15320
15321
15322 2001-10-07 [paul]       0.6.2claws23
15323
15324         * sync with sylpheed 0.6.2cvs12
15325                 see ChangeLog entry 2001-10-07
15326
15327 2001-10-06 [match]
15328         * src/jpilot.[ch]
15329                 enable jpilot to read unsynch'ed addresses.
15330
15331         * src/editldap_basedn.c
15332                 fix segfault when opening dialog.
15333
15334 2001-10-06 [alfons]     0.6.2.claws22
15335
15336         * src/summaryview.c
15337                 fix bug with summary view selecting last *inserted*
15338                 node instead of last *visible* node. remember we
15339                 work with a tree
15340
15341 2001-10-06 [paul]       0.6.2claws21
15342
15343         * po/pt_BR.po
15344                 updated translation, contains some fixes and new
15345                 translations, submitted by Gustavo Noronha Silva
15346                 <kov@debian.org>
15347
15348         * src/prefs_common.c
15349                 change 'each' to 'every' - fix dubious English
15350
15351         * sync with sylpheed 0.6.2cvs11
15352
15353 2001-10-05 [alfons]     0.6.2claws20
15354
15355         * src/mainwindow.[ch], src/folderview.c
15356                 make composite tool button switch between "Compose News"
15357                 and "Compose Mail" depending on selected folder
15358                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15359
15360 2001-10-05 [paul]       0.6.2claws19
15361
15362         * src/mainwindow.c, src/summaryview.c
15363                 fix 'Message/Reply to all', broken in last commit
15364
15365         * src/compose.c
15366                 fix X_BEENTHERE seg fault, thanks to Alfons
15367
15368 2001-10-04 [paul]       0.6.2claws18
15369
15370         * src/compose.[ch], src/mainwindow.c
15371                 make "Message/Reply" reply to mailing lists; matches
15372                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15373                 based on portions of the patch submitted by
15374                 Junichi Uekawa <dancer@netfort.gr.jp>
15375
15376 2001-10-04 [darko]      0.6.2claws17
15377
15378         * src/compose.c
15379                 better smart wrapping
15380         * src/gtkstext.[hc]
15381                 a function to make text buffer contiguous
15382
15383 2001-10-03 [paul]       0.6.2claws16
15384
15385         * sync with sylpheed 0.6.2cvs10
15386
15387 2001-10-02 [alfons]
15388
15389         * configure.in
15390         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15391                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15392                 references to chinese translations (hope someone picks up
15393                 this)
15394
15395 2001-10-02 [christoph]  0.6.2claws15
15396
15397         * src/compose.c
15398                 fixed non translated header bug
15399         * ChangeLog.claws
15400                 fixed wrong date in alfons last entry ;)
15401
15402 2001-10-02 [alfons]     0.6.2claws14
15403
15404         * src/compose.c, src/prefs_common.[ch]
15405                 add block cursor option
15406
15407 2001-10-02 [paul]       0.6.2claws13
15408
15409         * sync with sylpheed 0.6.2cvs9
15410
15411 2001-09-30 [paul]       0.6.2claws12
15412
15413         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15414                 updated translations
15415
15416         * po/POTFILES.in
15417                 add 'src/importldif.c'
15418
15419         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15420                 added eudora-to-vCard conversion tool
15421                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15422
15423         * sync with sylpheed 0.6.2cvs8
15424
15425 2001-09-30 [paul]
15426
15427         * sylpheed-0.6.2claws released
15428
15429 2001-09-27 [melvin]     0.6.2claws11
15430
15431         * src/gtkspell.c
15432                 fixed crash when using default path (introduced 
15433                 in 0.6.2claws10)
15434                 fixed tiny bug for initial suggestion mode
15435
15436 2001-09-27 [melvin]     0.6.2claws10
15437         
15438         * src/gtkspell.c
15439                 fixed bug where gtkpspell didn't set the path correctly
15440
15441         * README.claws
15442                 added a paragraph about spell checking
15443                 
15444
15445
15446 2001-09-27 [paul]       0.6.2claws9
15447
15448         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15449                 replace '// comments' with '/* comments */' to prevent
15450                 some compiler warnings 
15451
15452         * sync with sylpheed 0.6.2cvs6
15453
15454 2001-09-26 [alfons]     0.6.2claws8
15455
15456         * src/messageview.c
15457                 introduce return receipt request notification again,
15458                 which was lost because of other semantics in 
15459                 procheader_parse() (???)
15460
15461 2001-09-26 [christoph]  0.6.2claws7
15462
15463         * src/compose.c
15464                 replace comments for old code with #if 0
15465                 readded auto cc, bcc and reply-to
15466         * src/prefs_matcher.c
15467         * src/prefs_scoring.c
15468                 removed some definition (was moved to
15469                 prefs.h)
15470
15471 2001-09-26 [paul]       0.6.2claws6
15472
15473         * src/mainwindow.c
15474                 make 'Follow-up and reply to' sensitive
15475
15476         * more sync with sylpheed 0.6.2cvs5
15477
15478 2001-09-25 [melvin]
15479
15480         * 0.6.2claws5
15481
15482         * src/gtkspell.c
15483                 fixed bug for "US-ASCII" introduced by the encoding code
15484
15485 2001-09-25 [paul]
15486
15487         * 0.6.2claws4
15488
15489         * src/prefs_common.[ch], src/summaryview.c
15490                 'next unread msg' 'go to next folder?' dialog can be
15491                 given default behaviour, either always show dialog,
15492                 or assume 'yes', or assume 'no'
15493                 Submitted by wwp <subscript@free.fr>
15494
15495 2001-09-25 [melvin]
15496                 
15497         * src/compose.c src/gtkspell.[ch]
15498                 added support for different encodings
15499
15500 2001-09-25 [paul]
15501
15502         * more sync with sylpheed 0.6.2cvs5
15503
15504 2001-09-24 [alfons]
15505         
15506         * src/prefs_folder_item.c
15507                 add check for item->prefs->default_to string is NULL and
15508                 add another check when freeing this string
15509
15510 2001-09-24 [paul]
15511
15512         * configure.in
15513                 change to version 0.6.2claws3
15514
15515         * sync with sylpheed 0.6.2cvs5 
15516
15517 2001-09-24 [match]
15518         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15519                 import LDIF files.
15520         * src/addrcache.[ch], addrindex.[ch]
15521                 small update for future
15522         * src/addrbook.c
15523                 fix test XML file.
15524
15525 2001-09-24 [melvin]
15526         * src/gtkspell.[ch]
15527                 added 'Learn from mistakes' option
15528                 better handling of quotes in checked words
15529                 sorted dict list
15530         * po/fr.po
15531                 small update for spell checking stuff
15532
15533 2001-09-23 [alfons]
15534         
15535         * src/gtkspell.c
15536                 edit a little bit so it complies more with main coding style
15537
15538 2001-09-23 [alfons]
15539
15540         * src/folder.[ch], prefs_folder_item.c, compose.c
15541                 migrate "request return receipt" folder property
15542                 to folderlist.xml
15543
15544 2001-09-22 [alfons]
15545
15546         * README.claws **NEW**
15547                 (add things of interest for users of main branch 
15548                 and claws here)
15549
15550         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15551                 re-implement threading per folder option, but store 
15552                 the setting in folderlist.xml (where it belongs)
15553
15554 2001-09-21 [melvin]
15555
15556         * src/gtkspell.[ch]
15557                 fixed bug when compose window is under another window
15558         * src/prefs_common.[ch] src/compose.c
15559                 changed 'dictionary_path' to 'dictionary' to be consistent
15560                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15561         * ac/pspell.m4 src/Makefile.am 
15562                 dropped PSPELL_PATH macro
15563         * po/fr.po
15564                 updated translations
15565
15566 2001-09-21 [christoph]
15567
15568         * src/compose.c
15569                 added border around header fields
15570                 keep header type when new field is added
15571
15572 2001-09-20 [christoph]
15573
15574         * src/utils.[ch]
15575                 more portable debug_print with source filename
15576                 and linenumber
15577         * src/procmsg.c
15578                 more newlines after debug messages
15579
15580 2001-09-20 [paul]
15581
15582         * configure.in
15583                 change to version 0.6.2claws2
15584
15585         * sync with sylpheed 0.6.2cvs3
15586
15587 2001-09-19 [melvin]
15588
15589         * src/gtkspell.c
15590                 fixed the post-right-click focus pb
15591                 fixed crash when 'Spell check all' after dict change 
15592                         and when cursor is at the end of the text
15593                 shift-right-click pops up config menu even on misspelled words.
15594         * po/POTFILES.in
15595                 added gtkspell.c
15596
15597 2001-09-19 [melvin]
15598
15599         * src/about.c
15600                 added pspell to compiled-in features list
15601
15602 2001-09-18 [melvin]
15603
15604         * switched to pspell and dropped ispell
15605         * ac/pspell.m4
15606                 new file. autoconf macro for pspell
15607         * ac/Makefile.am 
15608         * configure.in acconfig.h
15609                 added pspell support
15610         * src/Makefile.am
15611         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15612         * src/prefs_common.[ch] 
15613                 added pspell support
15614
15615 2001-09-18 [christoph]
15616
15617         * src/addr_compl.c
15618         * src/template.[ch]
15619                 replace LOG_MESSAGE with debug_print
15620         * src/compose.[ch]
15621                 gui improvements
15622         * src/menu.c
15623                 added newline after debug message
15624         * src/utils.h
15625                 using __VA_ARGS__ for debug_print macro
15626         * tools/.cvsignore
15627                 ignore Makefile and Makefile.in
15628
15629 2001-09-18 [paul]
15630
15631         * configure.in
15632                 change to version 0.6.2claws1
15633         * sync with sylpheed 0.6.2cvs1
15634
15635         * src/matcher.c 
15636         * src/prefs_matcher.c
15637                 add 'score equal to' option, submitted by
15638                 Paul Evans <nerd@freeuk.com>
15639
15640 2001-09-15 [christoph]
15641
15642         * src/mainwindow.c
15643                 comment out menu entry not existing in claws
15644         * src/menu.c
15645                 add debug output for non existing menu entries
15646         * src/summaryview.c
15647                 fix next/prev unread message for ignored threads
15648         * src/utils.[ch]
15649                 add sourcefile and line number to debug output
15650                 otherwise it is sometimes hard to find the
15651                 source code part if debug messages are translated
15652
15653 2001-09-14 [darko]
15654         
15655         * src/folderview.c
15656                 refresh target folder style after colour is changed
15657
15658 2001-09-13 [paul]
15659
15660         * configure.in
15661                 change to version 0.6.1claws3
15662
15663         * sync with sylpheed 0.6.1cvs6
15664
15665 2001-09-13 [darko]
15666         
15667         * src/folderview.c
15668                 fix target folder colourization to use user selected colour
15669
15670 2001-09-12 [darko]
15671         
15672         * src/summaryview.c
15673                 fix crash when message that is marked for copy/move is unmarked
15674
15675 2001-09-09 [paul]
15676
15677         * configure.in
15678                 change to version 0.6.1claws2
15679
15680         * sync with sylpheed 0.6.1cvs3
15681
15682 2001-09-09 [alfons]
15683         
15684         * src/folderview.c
15685                 fix bug with default font used for trash folder text
15686
15687 2001-09-06 [paul]
15688
15689         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15690                 updated translations
15691
15692         * configure.in
15693                 change to version 0.6.1claws1
15694
15695         * sync with sylpheed 0.6.1cvs2
15696
15697 2001-09-03 [paul]
15698
15699         * po/POTFILES.in
15700                 add Match's new addressbook
15701
15702         * po/de.po
15703                 updated translation submitted by Jens Oberender
15704
15705 2001-09-02 [paul]
15706
15707         * configure.in
15708                 change to 0.6.1claws
15709         * sync with sylpheed 0.6.1 release
15710
15711 2001-09-02 [paul]
15712
15713         * configure.in
15714                 change to 0.6.0claws2
15715
15716         * sync with sylpheed 0.6.0cvs4
15717
15718         * po/pt_BR.po
15719                 updated translation submitted by Fabio Junior Beneditto
15720
15721 2001-09-01 [match]
15722         * pixmaps/
15723                 interface.xpm
15724                 book.xpm
15725                 address.xpm
15726         * src/
15727                 Makefile.am
15728                 a ton of new files
15729
15730 2001-08-31 [paul]
15731
15732         * configure.in
15733                 change to version 0.6.0claws1
15734
15735         * sync with sylpheed 0.6.0cvs1
15736
15737         * po/es.po
15738                 updated translation submitted by Ricardo Mones Lastra
15739
15740         * po/POTFILES.in
15741                 add 'src/prefs_templates.c'
15742
15743         * src/compose.c, src/summaryview.c
15744                 fix segfault on 'Re_edit'               
15745
15746 2001-08-30 [alfons]
15747
15748         * configure.in, Makefile.am
15749         * tools/Makefile.am
15750                 add tools directory to source distribution
15751
15752 2001-08-30 [paul]
15753
15754         * configure.in
15755                 change to version 0.6.0claws
15756
15757         * sync with sylpheed 0.6.0 release
15758
15759 2001-08-30 [christoph]
15760
15761         * configure.in
15762                 removed autoconf version check
15763
15764 2001-08-30 [paul]
15765
15766         * src/account.c, src/compose.c, src/prefs_common.[ch]
15767         * src/procheader.[ch] src/utils.[ch]
15768                 Enhanced automatic account selection on replies
15769                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15770
15771         * configure.in
15772                 add LDAP and JPilot to the configuration results output.
15773
15774 2001-08-29 [christoph]
15775
15776         * src/summeryview.c
15777                 no bold font for ignored threads
15778
15779 2001-08-29 [paul]
15780
15781         * configure.in
15782                 change to version 0.5.3claws6
15783
15784         * sync with sylpheed 0.5.3cvs10
15785                 src/stringtable.[ch]: New Files
15786
15787         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15788         * src/pixmaps/sylpheed.xpm
15789                 add mini-icons to windows (by Alfons)
15790
15791 2001-08-27 [paul]
15792
15793         * src/mainwindow.c
15794                 new functions: next_labeled_cb(), prev_labeled_cb()
15795
15796         * src/summaryview.c
15797                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15798                 summary_select_next_labeled(), summary_select_prev_labeled()
15799
15800         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15801                 give claws blue folders and a blue trash can
15802
15803 2001-08-27 [paul]
15804
15805         * configure.in
15806                 change to version 0.5.3claws5
15807
15808         * sync with sylpheed 0.5.3cvs9
15809                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15810
15811 2001-08-24 [christoph]
15812
15813         * src/filesel.c
15814                 keep filename when browsing directories
15815                 (not working for user entered filename, but
15816                  for default name and selected filename from
15817                  file list)
15818         * src/mainwindow.c
15819                 fixed wrong spelling "Folllow-up"
15820         * src/mbox_folder.c
15821         * src/procmsg.c
15822         * src/summaryview.c
15823                 fixed new/unread message count with ignored
15824                 threads (2 commits, first didn't notice no
15825                 longer needed decreasing)
15826         * src/inc.c
15827                 readded scrolling of progress dialog
15828                 (lost in sync)
15829
15830 2001-08-24 [paul]
15831
15832         * configure.in
15833                 change to 0.5.3claws4
15834
15835         * sync with sylpheed 0.5.3cvs7
15836
15837 2001-08-24 [christoph]
15838
15839         * src/compose.c
15840                 set request return receipt when replying
15841                 if it is set is the folder prefs of the
15842                 message
15843         * src/inc.c
15844                 disable final error popup if popups are
15845                 disabled in config (again)
15846
15847 2001-08-23 [paul]
15848
15849         * configure.in
15850                 Change version number to 0.5.3claws3
15851
15852         * sync with sylpheed 0.5.3cvs5
15853
15854         * src/mimeview.c
15855                 double quote '%s' in 'gedit %s' to fix bug when
15856                 opening attachment with spaces in the name
15857
15858 2001-08-22 [alte]
15859         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15860           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15861                 initial message templates support
15862
15863
15864 2001-08-22 [paul]
15865
15866         * configure.in
15867                 change version number to 0.5.3claws2
15868
15869         * sync with sylpheed 0.5.3cvs4
15870
15871         * src/procmsg.h src/summaryview.c
15872                 re-implement (un)ignore thread
15873
15874 2001-08-21 [paul]
15875
15876         * src/summaryview.c
15877                 remove unnecessary code
15878         * src/compose.c
15879                 enable 'dynamic' signatures (submitted by
15880                 Eric Limpens <eric@hscg-internet.nl>)
15881
15882 2001-08-21 [paul]
15883
15884         clean up after sync with sylpheed 0.5.3 release
15885
15886         * src/folderview.c
15887                 fix re-introduced font mess, see Christoph's
15888                 entry 2001-06-24
15889
15890         * src/summaryview.c
15891                 remove prev_msgnum
15892                 use sylpheed's small font instead of
15893                 gtk default font for summary view
15894
15895
15896 2001-08-17 [paul]
15897
15898         * configure.in
15899                 add pl to ALL_LINGUAS - sync with main branch
15900
15901         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15902                 Updated. Translations by Jens Oberender, Ricardo Mones
15903                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15904
15905         * po/pl.po  ** NEW FILE **
15906                 sync with the main branch
15907
15908         * src/folderview.c
15909                 fix target folder colorizing and refresh problem
15910
15911
15912 2001-08-17 [christoph]
15913
15914         * src/mainwindow.c
15915                 claws uses 4 colors for target folder coloring.
15916                 arrays were not long enough and destroyed the
15917                 stack causing a segfault.
15918                 target folder colorizing does not work anymore
15919                 for me
15920
15921 2001-08-16 [paul]
15922
15923         * configure.in
15924                 change to version 0.5.3claws1
15925
15926         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15927           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15928           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15929
15930                 sync with sylpheed 0.5.3 release, but keep claws method of
15931                 configuring/saving fonts
15932
15933         * src/addressbook.[ch]
15934                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15935                 in line with a similar change in Hiroyuki's branch
15936
15937         * src/mainwindow.[ch]
15938                 disable main_window_set_thread_option()
15939         * src/prefs_folder_item.c
15940                 comment out &tmps_prefs.enable_thread,
15941         * src/mbox_folder.c, src/procmsg.[ch]
15942                 comment out MSG_IS_IGNORE_THREAD
15943         * src/summaryview.c
15944                 comment out summary_ignore_thread() and summary_unignore_thread()
15945                 comment out MSG_IS_IGNORE_THREAD
15946
15947                 use Hiroyuki's threading instead.
15948
15949
15950
15951 2001-08-15 [paul]
15952
15953         * src/account.c
15954                 use Hiroyuki's 0.5.3 column scheme but also
15955                 include the enable/disable button.
15956         * src/pixmaps/mark.xpm
15957                 add Hiroyuki's amended pixmap
15958
15959 2001-08-13 [christoph]
15960
15961         * src/account.c
15962                 receive at get all column showed wrong state for APOP
15963                 button should only work for POP3 and APOP accounts
15964         * src/prefs_account.c
15965                 added missing preprocessor statement for SSL
15966
15967 2001-08-12 [paul]
15968
15969         * src/account.[ch]
15970                 add 'receive at get all' column and enable/disable
15971                 button.
15972
15973 2001-08-06 [christoph]
15974
15975         * src/account.c
15976                 show usage of SSL in protocol column
15977
15978         * src/imap.c
15979         * src/inc.c
15980                 renamed ssl options
15981
15982         * src/prefs_account.[ch]
15983                 moved ssl options to a new page
15984
15985         * src/send.c
15986         * src/smtp.c
15987         * src/ssl.[ch]
15988                 renamed ssl options
15989                 added support for SMTP STARTTLS command
15990
15991 2001-08-05 [christoph]
15992
15993         * configure.in
15994                 debian autoconf needs version check to find
15995                 correct autoconf version. if the file is
15996                 named configure.in 2.13 is used, which does
15997                 not work with this configure.in script.
15998                 other solution would be to rename the script
15999                 to configure.ac as suggested in the autoconf
16000                 manual.
16001
16002         * src/inc.c
16003                 disable final error popup if popups are
16004                 diabled in config
16005
16006         * src/socket.c
16007                 bugfix in ssl_gets
16008                 fixes IMAP over SSL problem
16009
16010 2001-08-03 [paul]
16011
16012         * configure.in
16013                 change to 0.5.2claws1
16014
16015         * sync with sylpheed 0.5.2cvs1
16016
16017 2001-08-02 [alfons]
16018
16019         * configure.in
16020                 quick fix for ispell detection...
16021
16022 2001-08-01 [paul]
16023
16024         * configure.in
16025                 change to 0.5.1claws4
16026
16027         * sync with sylpheed 0.5.1cvs7
16028
16029 2001-07-31 [alfons]
16030
16031         * src/prefs_common.c, src/prefs_common.h, 
16032           src/gtkspell.c, src/gtkspell.h
16033                 add global spelling checker settings (compose tab) +
16034                 selection of dictionary 
16035           
16036         * configure.in  
16037                 guess valid ispell location
16038
16039 2001-07-31 [paul]
16040
16041         * po/POTFILES.in
16042                 removal of 'src/quote_fmt_parse.c'
16043         * po/de.po
16044                 Updated de.po
16045                 (submitted by Jens Oberender <didge@suse.de>)
16046
16047 2001-07-31 [darko]
16048
16049         * src/folder.[ch]
16050         * src/folderview.[ch]
16051         * src/mainwindow.c
16052         * src/mh.c
16053         * src/prefs_common.[ch]
16054         * src/summaryview.c
16055                 target folder colourization
16056
16057 2001-07-30 [paul]
16058
16059         more sync with Sylpheed 0.5.1cvs6 
16060
16061 2001-07-30 [darko]
16062
16063         * src/mh.c
16064         * src/prefs_folder_item.[hc]
16065         * src/summaryview.c
16066                 shared folders support with a GUI
16067
16068 2001-07-29 [paul]
16069
16070         0.5.1claws3
16071
16072         * sync with Sylpheed 0.5.1cvs6
16073
16074 2001-07-29 [paul]
16075
16076         * po/pt_BR.po
16077                 updated
16078                 (submitted by Fabio Junior Beneditto)
16079
16080 2001-07-28 [paul]
16081
16082         * src/procmime.c
16083         * AUTHORS
16084                 patch to correct bad image mime headers
16085                 (submitted by Don Quijote <dq@searchlores.org>)
16086
16087 2001-07-28 [paul]
16088
16089         * tools/gif2xface.pl   **NEW FILE**
16090         * tools/README
16091                 script to convert file.gif to file.xface for
16092                 use in a custom header.
16093                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16094
16095 2001-07-27 [alfons]
16096         
16097         * configure.in
16098                 change macros for detecting JPilot and LDAP
16099
16100 2001-07-27 [christoph]
16101
16102         * src/filtering.c
16103                 code cleanup (MIN / MAX warning, needed casting)
16104
16105 2001-07-27 [alfons]
16106
16107         * procheader.c
16108                 disallow setting flags when detecting certain headers
16109                 (X-Status, Status, Seen, X-Seen). 
16110         
16111         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16112
16113 2001-07-27 [christoph]
16114
16115         * src/prefs_filter.c
16116         * src/prefs_filtering.c
16117         * src/prefs_matcher.c
16118         * src/prefs_scoring.c
16119                 scroll list when moving rows up or down
16120
16121         * src/imap.c
16122         * src/imap.h
16123         * src/prefs_account.c
16124         * src/prefs_account.h
16125         * src/send.c
16126                 SMTP over SSL (untested, feedback requested)
16127                 IMAP over SSL
16128
16129         * src/ssl.c
16130                 code cleanup
16131
16132 2001-07-26 [alfons]
16133         
16134         * configure.in, acconfig.h
16135                 define CLAWS (need this for main / claws detection)
16136
16137 2001-07-25 [alfons]
16138
16139         * configure.in
16140                 Sylpheed 0.5.1claws2
16141                 
16142         * sync with Sylpheed 0.5.1cvs4
16143
16144 2001-07-25 [christoph]
16145
16146         * src/scoring.c
16147                 fixed segfault
16148                 item->prefs == NULL (don't know why)
16149
16150 2001-07-25 [alfons]
16151
16152         * configure.in
16153                 Sylpheed 0.5.1claws1
16154
16155         * sync with Sylpheed 0.5.1cvs1-3
16156
16157 2001-07-24 [christoph]
16158
16159         * src/folderview.c
16160         * src/prefs_folder_item.[ch]
16161                 added folderitem preferences dialog with
16162                 default To: and auto request return receipt
16163
16164         * src/compose.[ch]
16165         * src/menu.[ch]
16166                 changes to handle new folderitem preferences
16167
16168         * src/mainwindow.c
16169         * src/summaryview.c
16170                 call compose new mail with current folderitem
16171
16172 2001-07-24 [alfons]
16173
16174         Release Sylpheed 0.5.1claws
16175
16176         * configure.in
16177                 change to release version 0.5.1claws
16178
16179 2001-07-24 [christoph]
16180
16181         * src/summaryview.c
16182                 fixed segfault that happend when the selected
16183                 message was removed while retrieving new messages.
16184
16185         * po/es.po
16186                 updated translation
16187                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16188
16189 2001-07-22 [alfons]
16190
16191         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16192         this is a work in progress, for more information: http://nlpagan.net/sylman 
16193         
16194         * configure.in, src/mainwindow.c, manual/Makefile.am
16195                 add support for English manual
16196
16197         * AUTHORS
16198                 add authors of user manuals
16199
16200         * manual/en/sylpheed*.html
16201                 add English documentation
16202
16203 2001-07-22 [christoph]
16204
16205         * po/POTFILES.in
16206                 added src/ssl.c
16207         * src/ssl.c
16208                 changed a wrong debug message
16209
16210 2001-07-22 [alfons]
16211
16212         * po/nl.po
16213                 update Dutch translation
16214
16215         * src/prefs_filtering.c, 
16216           src/prefs_matcher.c
16217                 add more translatable strings           
16218
16219 2001-07-21 [alfons]
16220
16221         0.5.0claws7
16222
16223         * configure.in
16224                 change version
16225
16226         * src/inc.c, src/summaryview.[ch]
16227                 prevent update of mark file when filtering has done, by
16228                 using a variable; this affects two functions:
16229                         inc.c::inc_finished()
16230                         summaryview.c::summary_show()
16231
16232 2001-07-20 [alfons]
16233
16234         * src/filtering.[ch], src/prefs_filtering.c, 
16235           src/matcher.[ch]
16236                 add filtering action for label coloring 
16237
16238         * po/POTFILES.in
16239                 add labelcolors.c
16240
16241         * added src/labelcolors.c
16242         * added src/labelcolors.h
16243         * src/Makefile.am, src/summaryview.c
16244                 rearrange label coloring code
16245
16246         * src/procmsg.h
16247                 add more parentheses so label colouring works correctly
16248
16249         * src/filtering.c
16250                 don't really delete message, but move it to Trash
16251
16252         * src/prefs_matcher.c
16253                 add quote options to info dialog
16254
16255 2001-07-20 [christoph]
16256
16257         * src/Makefile.am
16258         * src/inc.c
16259         * src/main.[ch]
16260         * src/socket.h
16261         * src/ssl.[ch] (new)
16262                 moved ssl stuff to a seperate file
16263
16264 2001-07-20 [darko]
16265
16266         * src/summaryview.c
16267                 fix show sender using address book with no e-mail
16268                 address in From: field
16269
16270 2001-07-19 [alfons]
16271
16272         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16273                 fix messy handling of escaping... now at least the
16274                 execute command is useful. escape char is '\', we
16275                 accept \n and \r too. 
16276
16277                 Real life example:
16278                 
16279                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16280                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16281
16282 2001-07-18 [alfons]
16283
16284         0.5.0claws6
16285
16286         * src/summaryview.c
16287                 clean up
16288
16289         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16290           src/procmsg.[ch]
16291                 revise filtering; currently move, copy, marking have
16292                 been tested. if you like bleeding edge stuff, you
16293                 should definitely go for this version :)
16294
16295         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16296
16297 2001-07-17 [christoph]
16298
16299         * src/utils.c
16300                 timestamp log
16301
16302 2001-07-17 [alfons]
16303
16304         0.5.0claws5
16305
16306         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16307           bits in the mark file, without affecting either branch. Lots of
16308           files changed, also in claws branch.
16309
16310           UNTESTED: use of mbox folders
16311
16312         * src/summaryview.c
16313                 added mark all read; however this was a quick hack used for
16314                 cleaning up mess after initial merge with Hiroyuki
16315
16316         * configure.in
16317                 change claws version number back to 0.5.0claws5 to clear up 
16318                 confusion & pretension (recent release was technically 
16319                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16320
16321 2001-07-16 [alfons]
16322
16323         sync with Hiroyuki's 0.5.0cvs4
16324
16325 2001-07-16 [alfons]
16326
16327         0.5.1claws3
16328
16329         * src/filtering.[ch]
16330                 remove invalid updating of mark files for 
16331                 filter actions MATCHING_ACTION_MOVE and 
16332                 MATCHING_ACTION_DELETE; this should fix the
16333                 folder update bug
16334                 
16335         * src/procmsg.c
16336                 revert Christoph's stab at fixing the folder 
16337                 update bug
16338
16339         * po/POTFILES.in
16340                 add missing files with translatable strings
16341
16342         * src/summaryview.c
16343                 remove debug print
16344
16345 2001-07-15 [alfons]
16346
16347         * src/addr_compl.[ch], src/prefs_filtering.c
16348                 make "filtering pref dialog's destination entry" an
16349                 "address completable entry", if filter destination is 
16350                 an email address
16351
16352         0.5.1claws2
16353         
16354         sync with Hiroyuki's 0.5.0cvs2-3
16355
16356 2001-07-15 [christoph]
16357
16358         * src/procmsg.c
16359                 fixed folder stats update after incorporation
16360
16361 2001-07-15 [alfons]
16362
16363         * src/summaryview.c
16364                 * finish label colouring stuff (for now)
16365                 * fix incorrect colour bug (off by one) 
16366
16367 2001-07-14 [alfons]
16368
16369         * src/mainwindow.c
16370                 change text labels for news and mail message so there's
16371                 plenty of toolbar estate left
16372
16373         * configure.in
16374                 0.5.1claws1
16375
16376         * src/folderview.c
16377           src/folder.[ch]
16378                 sync with Hiroyuki's 0.5.0cvs1
16379
16380         * src/summaryview.c
16381                 more rewrite label colouring
16382
16383 2001-07-14 [alfons]
16384
16385         * src/summaryview.[ch]
16386                 * start rewrite label colouring 
16387                 * fix proper location "Add Sender To Addressbook" menu item
16388
16389 2001-07-13
16390
16391         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16392         (actually this is 0.5.0claws4)
16393
16394 2001-07-13 [alfons]
16395
16396         * po/pt_BR.po
16397                 * fix duplicate message
16398                 * add updated Portugese / Brazilian translation
16399                   submitted by Fabio Junior Beneditto
16400
16401 2001-07-12 [alfons]
16402
16403         * AUTHORS
16404                 add Jens
16405
16406         * po/nl.po
16407                 add updated Dutch translation
16408
16409         * po/de.po
16410                 add updated German translation submitted by Jens
16411
16412 2001-07-11 [alfons]
16413
16414         Prerelease before 0.5.0claws. Please test.
16415         This version is temporarily tagged as VERSION_0_5_0_TEST
16416
16417         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16418           src/prefs_scoring.c, src/prefs_matcher.c, 
16419           src/prefs_filtering.c, src/mbox.c, 
16420           src/main.c, src/inc.c, src/filtering.[ch]
16421                 revert new Hoa's new matcher (does not work yet)
16422
16423         * src/Makefile.am
16424                 clean up
16425
16426 2001-07-10
16427
16428         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16429
16430
16431 2001-07-10 [alfons]
16432
16433         * Makefile.am
16434                 add ChangeLog.claws to EXTRA_DIST
16435         * src/Makefile.am
16436                 add matcher_parser_parse.h to EXTRA_DIST
16437
16438 2001-07-10 [christoph]
16439
16440         * src/inc.c
16441                 add destination folder to table of
16442                 folders that need to be updated after
16443                 incorporation
16444
16445 2001-07-10 [alfons]
16446
16447         * folder.[ch]
16448           folderview.c
16449                 make collapse state of folders and folder items persistent, i.e.
16450                 if you collapse a folder tree, the next time sylpheed-claws starts 
16451                 up the folder tree remains collapsed.  
16452                 
16453 2001-07-10 [christoph]
16454
16455         * acconfig.h
16456         * configure.in
16457                 added --enable-ssl
16458         * src/md5.[ch]
16459                 renamed MD5_CTX to MD5_CTX_syl
16460                 conflicts with a struct in openssl
16461         * src/inc.c
16462         * src/main.[ch]
16463         * src/prefs_account.[ch]
16464         * src/socket.[ch]
16465                 SSL support for POP
16466         * src/mainwindow.c
16467                 fixed compose with current account
16468                 broken by new compose button stuff
16469
16470 2001-07-09 [hoa]
16471
16472         * AUTHORS
16473                 changed my email address
16474
16475         * src/matcher_parser_parse.y
16476                 clean the parser to remove conflicts
16477
16478 2001-07-09 [alfons]
16479
16480         * AUTHORS
16481                 add Match Grun
16482
16483         * configure.in
16484                 fix incorrect description of --enable-ldap parameter
16485
16486         * src/prefs_common.[ch]
16487           src/compose.c
16488                 add experimental option "smart wrapping" which makes the
16489                 compose editor auto wrap.
16490                 
16491                 | TODO: the problem with the buggy cursor handling is caused |
16492                 | by the GtkText. when deleting / backspacing text its       |
16493                 | wrapping algorithm does not take in account the previous   |
16494                 | line. should find a way to hack this in.                   |
16495                 | or should perhaps combine this with the word wrapping      |
16496                 | patch i wrote in january.                                  |
16497
16498         * src/about.c
16499                 show build parameters for LDAP and JPilot
16500
16501         * src/summaryview.c
16502                 revert Christoph's bugfix for selecting next unread message, 
16503                 because folder stats aren't updated correctly
16504
16505 2001-07-08 [hoa]
16506
16507         * src/filtering.c
16508         * src/mainwindow.c
16509         * src/matcher.c
16510         * src/matcher_parser_lex.l
16511         * src/matcher_parser_parse.y
16512         * src/prefs_filtering.c
16513         * src/prefs_scoring.c
16514         * src/scoring.c
16515                 bugfix of the config file parser
16516
16517 2001-07-08 [alfons]
16518
16519         * src/Makefile.am
16520                 added generated matcher sources to BUILT_SOURCES
16521
16522 2001-07-08 [hoa]
16523
16524         * src/Makefile.am
16525         * src/.cvsignore
16526                 added new config file parser
16527
16528         * src/scoring.[ch]
16529         * src/filtering.[ch]
16530         * src/matcher.[ch]
16531         * src/prefs_filtering.c
16532         * src/prefs_matcher.c
16533         * src/prefs_scoring.c
16534         * added src/matcher_parser.h
16535         * added src/matcher_parser_lex.h
16536         * added src/matcher_parser_lex.l
16537         * added src/matcher_parser_parse.y
16538                 lex & yacc config file parser
16539
16540         * src/mbox.c
16541         * src/inc.c
16542         * src/main.c
16543                 changes prefs_filtering into global_filtering           
16544
16545         * src/summaryview.c
16546                 build threads with subjects only if "Re: " is at the
16547                 beginning of the subject
16548
16549 2001-07-07 [paul]
16550
16551         0.5.0claws
16552
16553         sync with sylpheed 0.5.0
16554                 change of version number only
16555
16556 2001-07-06 [paul]
16557
16558         0.5.0claws5
16559
16560         sync with sylpheed 0.5.0pre5
16561
16562 2001-07-05 [paul]
16563
16564         sync with sylpheed 0.5.0pre4 release
16565                 /po and /manual/ja not sync'ed
16566
16567 2001-07-04 [paul]
16568
16569         more sync with sylpheed 0.5.0pre4
16570
16571 2001-07-03 [christoph]
16572
16573         * src/addressbook.c
16574                 fixed address book broken by address book
16575                 for VCard, JPilot, LDAP
16576
16577 2001-07-03 [alfons]
16578
16579         * src/matcher.c
16580         * src/textview.c
16581                 stopped memory leaks
16582
16583 2001-07-03 [paul]
16584
16585         more sync with sylpheed 0.5.0pre4
16586
16587 2001-07-02 [match]
16588
16589         * included address book patch for VCard, JPilot, LDAP
16590         * pref_common.c - fixed Font options on Display tab (cosmetic)
16591         * alertpanel.c - fixed truncated message
16592
16593 2001-07-02 [christoph]
16594
16595         * src/mbox_folder.c
16596         * src/procmsg.[ch]
16597         * src/summaryview.c
16598                 mark threads for ignoring
16599
16600 2001-07-02 [paul]
16601
16602         0.5.0claws4
16603
16604         * sync with sylpheed 0.5.0pre4
16605                 updated gettext to 0.10.38.
16606
16607 2001-07-01 [paul]
16608
16609         * src/ mainwindow.c
16610         * src/procmsg.h
16611         * src/summaryview.[ch]
16612                 new right-click option: Label.
16613                 substitute for 'Mark-->Mark/Unmark', colours the line.
16614                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16615
16616 2001-07-01 [christoph]
16617
16618         * src/folderview.c
16619                 fixed font for trash
16620         * src/summaryview.c
16621                 move ctree to unread message
16622
16623 2001-07-01 [paul]
16624
16625         * sync with sylpheed 0.5.0pre3 release
16626
16627 2001-06-30 [alfons]
16628
16629         * src/filesel.[ch]
16630         * src/compose.c
16631                 allow inserting / attaching multiple files in
16632                 the composer window
16633
16634 2001-06-30 [paul]
16635
16636         * src/codeconv.c
16637                 small change to Alfons' previous stuff so that it
16638                 actually makes
16639
16640 2001-06-30 [alfons]
16641
16642         * lots of files changed; first attempt to merge the changes
16643           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16644
16645 2001-06-30 [paul]
16646
16647         * po/pt_BR.po
16648                 updated and completed, translations by Fabio
16649                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16650
16651 2001-06-29 [alfons]
16652
16653         * src/compose.c
16654         * src/mimeproc.[ch]
16655                 allow selecting an attached files' mime type from a 
16656                 list of types.
16657
16658 2001-06-29 [paul]
16659
16660         * more sync with sylpheed 0.5.0pre3
16661
16662 2001-06-29 [paul]
16663
16664         * po/pt_BR.po
16665                 merge with sylpheed.pot and pt_BR.po provided by
16666                 Fabio Junior Beneditto.
16667
16668 2001-06-29 [darko]
16669
16670         * src/procmime.c
16671                 make MIME types case insensitive
16672
16673 2001-06-28 [alfons]
16674
16675         * po/nl.po
16676                 merge with sylpheed.pot and old nl.po; translations added.
16677
16678 2001-06-28 [paul]
16679
16680         * more sync with sylpheed 0.5.0pre3
16681
16682 2001-06-27 [alfons]
16683
16684         * src/summaryview.c
16685                 don't crash when removing parent node of messages
16686                 attracted by subject. this was caused by not deleting
16687                 the parent node from the subject line hash table.
16688
16689 2001-06-27 [alfons]
16690
16691         * src/summaryview.c
16692         * src/compose.[ch]
16693         * src/mainwindow.c
16694                 if there are multiple messages selected, allow forwarding
16695                 them as attachments.
16696
16697 2001-06-27 [paul]
16698
16699         * more sync with sylpheed 0.5.0pre3
16700
16701 2001-06-26 [paul]
16702
16703         0.5.0claws3
16704
16705         * sync with sylpheed 0.5.0pre3
16706
16707 2001-06-25 [paul]
16708
16709         * src/mainwindow.c
16710                 fixed 'compose news article' bug
16711                 from icon-and-text toolbar
16712
16713 2001-06-25 [paul]
16714
16715         * sync with sylpheed 0.5.0pre2 release
16716
16717 2001-06-24 [christoph]
16718
16719         * src/prefs_common.c
16720                 bug fix in font selection
16721         * src/folderview.c
16722                 use sylpheed's normal font instead of
16723                 gtk default font for folders without
16724                 new messages
16725
16726 2001-06-24 [alfons]
16727
16728         * src/mainwindow.[ch]
16729                 added composite compose mail / news button (an idea by Leandro
16730                 Pereira <leandro@linuxmag.com.br>)
16731
16732 2001-06-24 [paul]
16733
16734         Added instructions for ldif-to-xml.py
16735
16736         * tools/README
16737
16738 2001-06-23 [alfons]
16739
16740         Some minor things.
16741
16742         * src/pixmaps/stock_news_compose.xpm
16743                 added pixmap by Leandro
16744         * src/prefs_common.c
16745                 tested built-in spelling checker of GCC 3.0 :)
16746         * po/nl.po
16747                 merged dutch translation of sylpheed-main with
16748                 sylpheed.pot
16749
16750 2001-06-23 [paul]
16751
16752         Added tools directory and files.
16753
16754         * tools/filter_conv.pl
16755                 converts old filter system to new filtering system
16756         * tools/ldif-to-xml.py
16757                 converts netscape addressbook to sylpheed addressbook
16758         * tools/README
16759                 descriptions/instructions for above two files
16760
16761 2001-06-23 [christoph]
16762
16763         * src/inc.c
16764         * src/manage_window.[ch]
16765         * src/prefs_common.[ch]
16766                 mail retrieval dialog can be enabled, disabled
16767                 or hidden if non of sylpheed's windows is active
16768
16769 2001-06-22 [paul]
16770
16771         0.5.0claws2
16772
16773         * sync with sylpheed 0.5.0pre2
16774
16775 2001-06-21 [christoph]
16776
16777         * src/summaryview.c
16778                 show recipient on 'from' for all accounts
16779                 
16780         * src/inc.c
16781         * src/prefs_common.[ch]
16782                 disable error popup on mail receive errors
16783
16784 2001-06-21 [alfons]
16785
16786         * src/compose.c
16787                 made the ruler correctly appear and disappear.
16788
16789         * src/Makefile.am
16790                 removed Hoa's work-in-progress-stuff (interesting!) so 
16791                 claws compiles ok.
16792
16793 2001-06-20 [christoph]
16794
16795         * src/inc.c
16796         * src/progressdialog.c
16797                 added scrolled window for list in progressdialog
16798
16799 2001-06-20 [paul]
16800
16801         sync with sylpheed 0.5.0pre1 release
16802
16803 2001-06-20 [christoph]
16804
16805         * src/summeryview.c
16806                 make building threads by subject work when
16807                 thread view is enabled
16808                 
16809         * src/compose.c
16810         * src/prefs_common.[ch]
16811                 automatically select account for mail replys
16812
16813 2001-06-19 [sergey]
16814
16815         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16816         they are filled in from the account settings.
16817
16818 2001-06-19 [paul]
16819
16820         * more sync with sylpheed 0.5.0pre1
16821
16822 2001-06-18 [alfons]
16823
16824         * src/Makefile.am,
16825           src/procmime.c
16826                 added --sysconfdir to CPPFLAGS for pointing to the correct
16827                 location of mime.types. 
16828
16829                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16830                 or ./configure!
16831
16832 2001-06-18 [hoa]
16833
16834         * src/summaryview.c
16835                 fixed some bug when building threads
16836
16837 2001-06-18 [pau]l
16838
16839         * src/prefs_account.c
16840                 UI stuff: More changes to the English
16841
16842 2001-06-18 [paul]
16843
16844         * src/pixmaps/stock_news_compose.xpm: new file
16845         * src/Makefile.am
16846         * src/mainwindow.c
16847         * src/summaryview.c
16848                 Added new icon for Hoa's 'compose a news
16849                 message', plus minor improvements to the
16850                 English
16851
16852         * po/ja.po
16853         * ChangeLog
16854         * ChangeLog.jp
16855                 more sync with sylpheed 0.5.0pre1
16856
16857 2001-06-18 [hoa]
16858
16859         * src/compose.[ch]
16860         * src/mainwindow.c
16861                 Follow-up and reply to
16862
16863         * src/summaryview.[ch]
16864                 Build threads also with subjects
16865
16866 2001-06-17 [hoa]
16867
16868         * src/compose.c
16869                 forwarding use the current account.
16870
16871         * src/mainwindow.c
16872                 the "compose message" button has been replaced with
16873                 "new mail" and "new news" buttons
16874
16875         * src/prefs_common.[ch]
16876                 added a configuration option to use the forward button
16877                 as "forward as attachment"
16878                 changed reply and forward format description
16879
16880         * src/quote_fmt_lex.l
16881         * src/quote_fmt_parse.y
16882                 added message with no signature in format for reply
16883                 and forward.
16884
16885 2001-06-17 [paul]
16886
16887         Minor UI stuff
16888
16889         * src/mainwindow.c
16890         * src/summaryview.c
16891                 Improvements to the English
16892
16893         * src/prefs_common.c
16894                 Improvements to the English and some
16895                 clarity/continuity improvements in the
16896                 description of Quote symbols.
16897
16898 2001-06-17 [paul]
16899
16900         0.5.0claws1
16901
16902         * sync with sylpheed 0.5.0pre1
16903
16904 2001-06-17 [hoa]
16905
16906         * src/compose.c
16907                 Better interface for compose, displayed fields
16908                 are updated whenever we change account.
16909                 Newsgroups field is automatically filled.
16910
16911         * src/mainwindow.c
16912                 Newsgroups field is automatically filled.
16913
16914         * src/prefs_account.c
16915                 Some interface stuff when fields appear and
16916                 disappear.
16917
16918 2001-06-16 [paul]
16919
16920         0.4.99claws
16921
16922         * sync with sylpheed 0.4.99
16923
16924 2001-06-16 [sergey]
16925
16926         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16927         base64_decoder_free, base64_decoder_decode): new object and
16928         functions for decoding base64 streams.
16929         * src/procmime.c (procmime_decode_content): modified to use the
16930         new base64 decoder.
16931
16932 2001-06-15 [paul]
16933
16934         0.4.99claws10
16935
16936         * sync with sylpheed 0.4.99cvs11
16937
16938 2001-06-13 [paul]
16939
16940         0.4.99claws9
16941
16942         * sync with sylpheed 0.4.99cvs9
16943
16944 2001-06-13 [hoa]
16945
16946         * src/compose.c
16947         * src/prefs_account.c
16948
16949                 SMTP server can be defined in the news account
16950                 mime type of attachment are kept.
16951
16952         * src/summaryview.c
16953
16954                 now choose the highest important score between default
16955                 and important score of folder.
16956
16957 2001-06-09 [alfons]
16958         
16959         * src/prefs_common.c: 
16960
16961                 (prefs_quote_description_create): corrected description of 
16962                 quote format characters
16963
16964 2001-06-09 [paul]
16965
16966         0.4.99claws8
16967
16968         * sync with sylpheed 0.4.99cvs8
16969
16970 2001-06-08 [sergey]
16971
16972         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16973         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16974
16975 2001-06-08 [paul]
16976
16977         0.4.99claws7
16978
16979         * sync with sylpheed 0.4.99cvs7
16980
16981 2001-06-06 [sergey]
16982
16983         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16984         clashes with autogenerated header).
16985         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16986         * src/Makefile.am: added quote_fmt.h.
16987         * src/.cvsignore: added lex/yacc autogenerated files
16988         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16989
16990 2001-06-06 [paul]
16991
16992         0.4.99claws6
16993
16994         * sync with sylpheed 0.4.99cvs6
16995
16996 2001-06-06 [hoa]
16997
16998         * added src/quote_fmt_parse.h
16999         * src/compose.c
17000                 removed warnings
17001
17002         * src/prefs.[ch]
17003                 don't modify readonly configuration files
17004
17005         * src/prefs_account.c
17006         * src/prefs_common.c
17007         * src/prefs_customheader.c
17008         * src/prefs_display_header.c
17009         * src/prefs_filter.c
17010         * src/prefs_filtering.c
17011         * src/prefs_scoring.c
17012                 don't open dialog box when configuration files
17013                 are readonly
17014
17015 2001-06-05 [sergey]
17016
17017         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17018
17019         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17020         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17021         BUILT_SOURCES to make all files rebuild properly.
17022
17023         * src/compose.c: removed #include "quote_fmt.tab.h".
17024
17025         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17026         CHARACTER value in yylval.
17027
17028         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17029         receive CHARACTER value by documented means (yylval).
17030
17031         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17032
17033 2001-06-05 [hoa]
17034
17035         * src/Makefile.am
17036                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17037
17038         * src/filtering.c
17039         * src/matcher.c
17040         * src/matcher.h
17041         * src/prefs_filtering.c
17042                 now keep the configuration for execute action
17043
17044         * src/mbox_folder.c
17045                 fixed a warning
17046
17047 2001-06-05 [paul]
17048
17049         * sync with sylpheed 0.4.99cvs5
17050
17051 2001-06-05 [hoa]
17052
17053         * src/Makefile.am
17054                 added quote_fmt.[ch]
17055
17056         * added src/quote_fmt.y
17057         * added src/quote_fmt.l
17058         * added src/quote_fmt.tab.h
17059         * added src/quote_fmt.tab.c
17060         * added src/lex.quote_fmt.c
17061                 parsing configuration for replying
17062                 and forwarding
17063
17064         * src/prefs_common.[ch]
17065                 added configuration UI for replying
17066                 and forwarding
17067
17068         * src/compose.c
17069                 using configuration for replying
17070                 and forwarding
17071
17072 2001-06-04 [hoa]
17073
17074         * src/filtering.c
17075         * src/matcher.c
17076         * src/matcher.h
17077         * src/prefs_filtering.c
17078         * src/prefs_matcher.c
17079         * src/prefs_matcher.h
17080                 action "run a command" for filtering
17081                 and matching with a command.
17082                 fixed the "whole message" matching
17083
17084         * src/mbox_folder.c
17085                 changed temporary filename for security
17086
17087         * src/messageview.c
17088                 queue the notification if it fails to send.
17089
17090         * src/prefs_common.c
17091         * src/prefs_folder_item.c
17092                 changed the default important score             
17093
17094         * src/prefs_scoring.c
17095         * src/scoring.c
17096                 hide kill score input when the folder is not
17097                 a newsgroup
17098
17099 2001-06-03 [alfons]
17100
17101         * src/prefs_common.c:
17102
17103                 (prefs_font_select): pass font name in font entry box to font
17104                 selection dialog.
17105
17106 2001-06-03 [sergey]
17107
17108         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17109
17110 2001-06-03 [paul]
17111
17112         * sync with sylpheed 0.4.99cvs4
17113
17114 2001-06-03 [alfons]
17115
17116         * src/headerwindow.c:
17117
17118                 (headerwindow_show_cb): use the selected summary view item, not
17119                 the displayed item.
17120
17121 2001-06-02 [alfons]
17122
17123         * src/headerwindow.c:
17124
17125                 (headerwindow_show_cb): always try to show msginfo
17126
17127 2001-06-02 [hoa]
17128
17129         * src/compose.c
17130                 keep attached parts when reediting or forwarding.
17131
17132 2001-06-01 [hoa]
17133
17134         * src/folderview.c
17135         * src/prefs_folder_item.[ch]
17136         * src/prefs_scoring.[ch]
17137         * src/scoring.[ch]
17138         * src/summaryview.[ch]
17139         * src/main.c
17140         * src/mainwindow.c
17141         * src/prefs_common.[ch]
17142                 support for folder scoring
17143                 kill score and important score for messages
17144         
17145         * src/prefs_account.c
17146                 some display bug fixed for local account
17147                 preferences
17148
17149 2001-05-31 [alfons]
17150
17151         * src/summaryview.c:
17152
17153                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17154                 sender to address book menu item is disabled.
17155
17156 2001-05-30 [hoa]
17157
17158         * src/filtering.[ch]
17159         * src/summaryview.c
17160                 handling summary menu / filter messages
17161
17162         * src/folder.[ch]
17163                 add some stuff
17164
17165         * src/foldersel.c
17166                 imap folders now appears in list
17167
17168         * src/mbox_folder.c
17169                 doesn't crash if destination mail is not writeable
17170
17171 2001-05-29 [hoa]
17172
17173         * src/compose.c
17174                 removed some warnings
17175
17176         * src/filtering.c
17177         * src/folder.[ch]
17178         * src/prefs_filtering.c
17179                 global string to identify any folders           
17180                 removed some debug info
17181                 filtering to mbox folders is now possible
17182
17183         * src/mainwindow.c
17184                 removed some warnings
17185
17186         * src/mbox_folder.c
17187                 permission on files are changed to read/write for user only,
17188                 nothing for other.
17189                 creation of subfolder is handled better.
17190
17191 2001-05-28 [alfons]
17192
17193         Verified the sync for src/prefs_common.[ch] and
17194         src/prefs_account.[ch]. I believe there were some
17195         minor indentation differences.
17196
17197 2001-05-28 [paul]
17198
17199         0.4.99claws3
17200
17201         * sync with 0.4.99cvs3
17202
17203 2001-05-28 [hoa]
17204
17205         * src/compose.c
17206                 handling flags for mbox format
17207
17208         * src/filtering.c
17209                 use of mark file only for MH format
17210                 handling flags for mbox format
17211                 filtering cannot yet move or copy mails to mbox folders.
17212
17213         * src/folder.[ch]
17214                 changed move_msg, copy_msg,
17215                 move_msgs_with_dest, copy_msgs_with_dest functions
17216                 uses only folder->copy_msg() function
17217                 uses folder->finished_copy() to handle the destination
17218                 folder at the end of the copy or move operation.
17219
17220         * src/foldersel.c
17221                 included mbox directories.
17222
17223         * src/folderview.[ch]
17224         * src/mainwindow.c
17225                 handle folders operation for mbox format
17226
17227         * src/mbox.c
17228                 disable conversion of "From " header
17229
17230         * src/mbox_folder.[ch]
17231                 completion of mbox format handling
17232
17233         * src/mh.c
17234                 changed mh_copy_msg() function and
17235                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17236                 mh_copy_msgs_with_dest()
17237
17238         * src/prefs_filtering.c
17239                 removed some warnings
17240
17241         * src/prefs_matcher.c
17242                 default boolean operation is AND
17243
17244         * src/procheader.c
17245                 handling flags for mbox format
17246                 handling of "From " header
17247
17248         * src/procmsg.[ch]
17249                 removed data field
17250                 added MSG_REALLY_DELETED flags to handle deletion of
17251                 messages in mbox format.
17252
17253         * src/summaryview.c
17254                 handling flags for mbox format
17255                 disable the MSG_DELETED flags when messages
17256                 are deleted in mbox format
17257
17258         * src/textview.c
17259                 "From " headers display fixed.
17260
17261 2001-05-27 [alfons]
17262
17263         * src/textview.c:
17264                 
17265                 (get_email_part): skip quoted email addresses, like in e.g.
17266                 "'alfons@proteus.demon.nl'".
17267
17268 2001-05-26 [alfons]
17269
17270         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17271         and fixing the persistence troubles when using separate windows.
17272
17273         * src/mainwindow.c:
17274         
17275             Added #define SEPARATE_ACTION used in the gtk item factory for 
17276             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17277                 use gtk_item_factory_get_widget_by_action() to get the items.
17278                 
17279             Removed separate_widget_cb from the gtk item factory data   
17280           
17281             (mainwindow_create): connect separate_widget_cb() to check
17282             menu item "toggled" signal. also passing a MainWindow pointer
17283                 as object data for both check menu items.
17284                 
17285             (separate_widget_cb): definition of separate_widget_cb() to match
17286             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17287                 window using gtk_object_get_data(). The type of window separation 
17288                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17289         
17290         * src/prefs_filtering.c,
17291           src/prefs_matcher.c: added horizontal scrollbars
17292
17293 2001-05-25 [darko]
17294
17295         * src/headerview.c
17296                 fix segfault with invalid bold font
17297         * src/summaryview.c
17298                 correctly display summary stats after row is marked
17299
17300 2001-05-23 [sergey]
17301
17302         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17303         encodings with libjconv.
17304
17305 2001-05-23 [hoa]
17306
17307         * src/Makefile.am
17308                 added mbox_folder.[ch]
17309         * src/defs.h
17310                 mbox temporary folder
17311         * src/folder.[ch]
17312         * added src/mbox_folder.[ch]
17313         * src/folderview.c
17314         * src/procheader.[ch]
17315                 added mbox support
17316         * src/mbox.c
17317                 bugfix for file incorporation filtering
17318         * src/imap.c
17319                 enable creation of MBOX
17320         * src/prefs_display_header.c
17321                 enable use of headers like "From "
17322                 something that should be fixed :
17323                         displaying of such headers add an extra space
17324         * src/prefs_folder_item.c
17325                 don't create folders because it is not necessary
17326         * src/procmsg.h
17327                 added data field to MsgInfo for mbox internal use
17328         * src/summaryview.c
17329                 added some support for mbox
17330         * src/utils.[ch]
17331                 added get_mbox_cache_dir() function
17332
17333 2001-05-23 [hiroyuki]
17334
17335         * src/headerwindow.c
17336           src/inc.c
17337           src/main.c
17338           src/mh.c
17339           src/nntp.c
17340           src/procmsg.h
17341           src/session.h
17342           src/socket.[ch]
17343           src/summaryview.c
17344           src/textview.c
17345           src/automaton.c
17346           src/folderview.c: more sync with 0.4.99cvs2.
17347
17348         * src/headerwindow.c: reverted.
17349
17350 2001-05-22 [paul]
17351
17352         0.4.99claws2
17353
17354         * sync with sylpheed 0.4.99cvs2
17355                 * src/news.[ch]
17356                 * src/nntp.[ch]
17357                 * INSTALL
17358                 * INSTALL.jp
17359
17360 2001-05-22 [alfons]
17361
17362         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17363
17364 2001-05-21 [alfons]
17365
17366         Minor things:
17367
17368         * configure.in: if gnome-config not found, "no" is displayed
17369         
17370         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17371
17372         * src/textview.c: now also possible to add mail addresses by right
17373           clicking in the text view
17374
17375         * src/codeconv.c: merged patch which fixes endless loop when encountering
17376           invalid wide characters; from Alte <010@imis.ru>  
17377
17378 2001-05-20 [alfons]
17379
17380         Added installation of gnome specific things:
17381
17382         * Makefile.am: gnome conditional
17383
17384         * configure.in: check for installed gnome
17385
17386         * added sylpheed.png, sylpheed.desktop
17387
17388 2001-05-20 [sergey]
17389
17390         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17391
17392         * src/mainwindow.h (main_window_toolbar_create): created a button
17393         for "Reply to all".
17394         (main_window_set_toolbar_sensitive): enable/disable the new button
17395         appropriately.
17396         (toolbar_reply_to_author_cb): handle the new button.
17397
17398         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17399         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17400         failure).
17401
17402 2001-05-19 [sergey]
17403
17404         * src/compose.h (ComposeReplyMode): new modes
17405         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17406         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17407
17408         * src/compose.c
17409         (compose_send): move some code into a new function:
17410         (compose_current_mail_account): new function.
17411         (compose_reply): new argument to_author, all callers changed; if
17412         to_author==TRUE and account->protocol==A_NNTP, find and use an
17413         appropriate mail account for replying.
17414         (compose_reply_set_entry): new argument to_author; ignore
17415         compose->replyto if to_author==TRUE.
17416
17417         * src/mainwindow.c: new command "Message/Reply to author".
17418         (main_window_set_menu_sensitive): enable/disable it.
17419         (reply_cb): handle it.
17420
17421         * src/summaryview.c: new command "Reply to author".
17422         (summary_set_menu_sensitive): enable/disable it.
17423         (summary_reply_cb): handle it.
17424
17425         * src/account.c (account_find_mail_from_address): new function.
17426
17427 2001-05-18 [paul]
17428
17429         0.4.99claws1
17430
17431         * sync with sylpheed 0.4.99cvs1
17432
17433 2001-05-18 [hoa]
17434
17435         * src/compose.[ch]
17436         * src/filtering.c
17437         * src/summaryview.c
17438                 new filtering action : forward and forward as attachment
17439
17440         * src/main.c
17441                 no need for $DISPLAY when we run sylpheed --help
17442                 call to parse_cmd_opt() is moved
17443
17444         * src/mainwindow.[ch]
17445                 execute button is hidden when immediate execute
17446                 is chosen
17447
17448         * src/mh.c
17449         * src/news.c
17450         * src/prefs_folder_item.c
17451         * src/procmsg.c
17452                 better handling of missing directories
17453
17454         * src/summaryview.c
17455                 reedit is enabled in outbox
17456                 reedit is enabled in queue
17457
17458 2001-05-17 [hoa]
17459
17460         * src/filtering.c
17461         * src/matcher.[ch]
17462         * src/prefs_filtering.c
17463                 changed attachement into attachment
17464
17465 2001-05-17 [alfons]
17466
17467         0.4.67claws4    
17468
17469         * sync with sylpheed 0.4.67cvs9
17470         * sync with sylpheed 0.4.67cvs7-8
17471
17472 2001-05-17 [hoa]
17473
17474         * src/Makefile.am
17475                 added prefs_filtering.c
17476
17477         * src/filtering.[ch]
17478         * src/matcher.[ch]
17479                 removed action : forward_news and forward_news_as_attachement
17480                 (forward and forward_as_attachement can be used instead)
17481
17482         * src/mainwindow.c
17483                 added menu option to access filtering configuration
17484
17485         * src/prefs_account.c
17486                 changed mail_command default to /usr/sbin/sendmail
17487
17488         * added src/prefs_filtering.[ch]
17489                 dialog box for filtering configuration
17490
17491         * src/prefs_matcher.c
17492                 added function prefs_matcher_get_criteria_from_matching()
17493
17494         * src/prefs_scoring.c
17495                 reset the dialog when register or substitute is clicked
17496
17497 2001-05-15 [hoa]
17498
17499         * src/Makefile.am
17500                 added filtering.[ch]
17501         * src/inc.c
17502                 using filering.[ch] instead of filter.[ch]
17503         * src/main.c
17504                 reading new filtering configuration
17505         * src/matcher.[ch]
17506                 added some filtering actions
17507                 and fixed a bug for headers and mail body matching
17508         * src/mbox.c
17509                 using filering.[ch] instead of filter.[ch]
17510         * src/mh.c
17511                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17512         * src/summaryview.c
17513                 some fixes for filtering
17514
17515 2001-05-14 [hiroyuki]
17516
17517         * src/send.c: fixed some weird indentations.
17518           send_message_with_command(): call pclose() only if p != NULL.
17519         * src/textview.c: get_email_part(): modified the code for readability.
17520
17521 2001-05-14 [hiroyuki]
17522
17523         * src/md5global.h
17524           src/md5ify.c
17525           src/md5ify.h: removed from the cvs.
17526
17527 2001-05-13 [sergey]
17528
17529         * src/main.c: include rfc2015.h to avoid compiler warnings.
17530         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17531         the panel is already on screen.
17532         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17533         closing the alert window by ESC as "No".
17534         * src/prefs_common.c (prefs_interface_create): moved return
17535         receipt check button to the correct place.
17536
17537 2001-03-13 [alfons]
17538
17539         * src/prefs_common.c: 
17540                 moved return receipt check button to the Send tab. (prefs_send_create)
17541                 removed the date format ui related globals. (prefs_display_create)
17542
17543         0.4.67claws3
17544         
17545         * sync with sylpheed 0.4.67cvs5-6
17546
17547 2001-05-13 [paul]
17548
17549         * added Alfons' font selection patch
17550
17551         * src/defs.h
17552         * src/headerwindow.c
17553         * src/prefs_common.c
17554         * src/prefs_common.h
17555
17556 2001-05-13 [hoa]
17557         * src/defs.h
17558                 changed version of cache
17559         * src/matcher.[ch]
17560         * src/prefs_matcher.c
17561                 added additionnal matching criteria
17562         * src/procheader.c
17563         * src/procmsg.[ch]
17564         * src/news.c
17565                 added references in MsgInfo
17566
17567 2001-05-12 [hoa]
17568
17569         * src/defs.h
17570                 prepared some things for new filtering
17571         * src/matcher.[ch]
17572                 added some matching properties
17573                 inreplyto need to be enhanced
17574                 prepared some things for new filtering
17575         * src/messageview.c
17576                 added Return-Receipt-To handling
17577         * src/prefs_folder_item.c
17578                 changed default value to TRUE
17579         * src/prefs_matcher.c
17580                 added some matching properties
17581         * src/prefs_scoring.[ch]
17582                 the scoring dialog is finished
17583         * src/procheader.c
17584                 added Return-Receipt-To handling
17585                 Reference need to be added
17586         * src/procmsg.[ch]
17587                 added Return-Receipt-To handling
17588                 added threadscore to get a better score sorting when
17589                 threads are enabled
17590         * src/summaryview.c
17591                 suppressed a bug when we sort the list
17592                 when no folder is opened.
17593                 better score sorting when threads are enabled
17594
17595 2001-05-12 [alfons]
17596
17597         * reverted previous patch because of potential errors 
17598
17599         0.4.67claws2
17600         
17601         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17602                 applied "toggle mail-retrieval dialog window" patch submitted 
17603                 by Eric Limpens <eric@qnt.net>
17604
17605         * sync with sylpheed 0.4.67cvs4
17606
17607 2001-05-12 [sergey]
17608
17609         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17610         some picky compilers.
17611         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17612         * src/grouplist_dialog.c: include alertpanel.h.
17613         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17614         fix compile warning.
17615         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17616         #include "defs.h" before others to prevent the warning of `MIN'
17617         and `MAX' redefinition.
17618
17619 2001-05-11 [hoa]
17620
17621         * src/main.c
17622         * src/messageview.c
17623         * src/prefs_account.c
17624         * src/prefs_display_header.c
17625                 removed warning
17626         * src/Makefile.am
17627                 added prefs_scoring.[ch]
17628         * src/grouplist_dialog.c
17629                 display an error dialog box if the group list
17630                 cannot be fetched.
17631         * src/mainwindow.[ch]
17632                 added main_window_set_thread_option() function
17633                 scoring dialog box enabled
17634         * src/matcher.[ch]
17635                 added flags matching unread /new / marked
17636                 / deleted / replied / forwarded
17637         * src/news.c
17638                 newsgroups are now finally in newscache
17639         * src/prefs_matcher.[ch]
17640                 finished preferences for matching dialog
17641         * added src/prefs_scoring.[ch]
17642                 scoring dialog box completed
17643         * src/scoring.[ch]
17644                 conversion to string : added scoringprop_to_string()
17645                 write config for preferences :
17646                 added prefs_scoring_write_config()
17647         * src/summaryview.c
17648                 threads can be enabled/disabled independently
17649                 for each folder
17650
17651 2001-05-10 [alfons]
17652
17653         0.4.67claws1
17654         
17655         * AUTHORS: 
17656                 thought it would be nice to have a list of all
17657                 contributors (used Changelog as a reference)
17658         
17659         * configure.in: 
17660                 messed up version numbering...
17661
17662         0.4.66claws1
17663
17664         * sync with sylpheed 0.4.67cvs1-3
17665
17666 2001-05-10 [darko]
17667
17668         * src/prefs_common.c:
17669                 better UI for strftime format, double clicking
17670                 on format now inserts the format in text entry
17671                 replaced close button with standard OK/Cancel
17672                 moved date format button to the right of the
17673                 text entry field
17674
17675 2001-05-09 [alfons]
17676
17677         * src/gtkstext.c:
17678                 Ctrl-Home / Ctrl-End have proper cursor navigation
17679
17680 2001-05-09 [hoa]
17681
17682         * src/prefs_matcher.c
17683                 finished UI to define matching properties
17684                 added ok and cancel button
17685         * src/prefs_filter.c
17686                 added ok and cancel button
17687         * src/news.c
17688                 fixed some bug in xhdr parsing
17689
17690 2001-05-08 [alfons]
17691
17692         * src/textview.c: 
17693                 fixed a bug in textview_show_header(), which displayed two colons (':');
17694                 cleaned up some warnings
17695
17696 2001-05-08 [hoa]
17697
17698         * src/Makefile.am
17699                 added prefs_matcher.[ch]
17700                 compilation with -W -Wall
17701         * src/alertpanel.c
17702                 ungrab the mouse events if grabbed - does it
17703                 fix the bug for disposition notification ?
17704         * src/mainwindow.c
17705                 added a menu option to open the matching dialog.
17706         * src/matcher.[ch]
17707                 added matcherprop_to_string() and matcherlist_to_string()
17708                 fixed some bugs, changed the name of some options
17709                 age_sup and age_inf becomes age_greater and age_lower,
17710                 body and messageheaders becomes body_part and headers_part,
17711                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17712         * src/prefs_display_header.c
17713         * src/prefs_headers.c
17714                 fixed a bug that accidentally destroyed dialogs
17715                 when closed them with delete_event
17716                 Added *_deleted() which handle delete_event signal correctly.
17717         * src/prefs_folder_item.[ch]
17718                 added "enable_thread" field for future customization
17719         * added src/prefs_matcher.[ch]
17720                 sample of the UI to define matching properties
17721         * src/procheader.c
17722                 using procheader_headername_equal instead of str*cmp functions
17723                 using procheader_parse_header() function
17724         * src/scoring.c
17725                 using MATCHING_XXX instead of SCORING_XXX
17726         * src/summaryview.c
17727                 display the sender of the news even if this is ourself
17728                 when this is a news message.
17729         * src/textview.c
17730                 using headername_equal() instead of str*cmp functions
17731
17732 2001-05-08 [alfons]
17733
17734         0.4.66claws
17735
17736         * sync with sylpheed 0.4.66
17737         * src/gtkstext.c: trace logs added 
17738
17739 2001-05-08 [sergey]
17740
17741         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17742         signature check popup.
17743         * src/rfc2015.c (check_signature): show signature check popup only
17744         if it is enabled in preferences.
17745
17746 2001-05-07 [alfons]
17747
17748         0.4.66claws4
17749         
17750         * sync with sylpheed 0.4.66cvs6
17751
17752 2001-05-07 [darko]
17753
17754         * src/prefs_common.[ch]: added option to enable/disable
17755           looking up sender name in address book for summary pane
17756         * src/summaryview.c: look up sender in the address book
17757           by using Alfons' address completion code
17758
17759 2001-05-07 [hiroyuki]
17760
17761         * src/inc.h
17762           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17763           member of Pop3State.
17764         * src/news.c: brought #include "defs.h" before #include <glib.h>
17765           to prevent the warning of `MIN' and `MAX' redefinition.
17766
17767 2001-05-06 [hoa]
17768
17769         * removed src/headers_display.[ch]
17770         * removed src/prefs_display_headers.[ch]
17771         * src/inc.c
17772                 use a temporary file in the user directory for mbox import
17773         * src/news.c
17774                 added XHDR support to get "To" and "Cc" headers
17775                 (in order to match news with to or cc field for
17776                 scoring)
17777                 added function news_parse_xhdr() to get XHDR response
17778         * src/nntp.[ch]
17779                 added function nntp_xhdr()
17780         * src/matcher.c
17781                 fetch the message if necessary
17782
17783 2001-05-06 [alfons]
17784
17785         0.4.66claws3
17786
17787         * sync with sylpheed 0.4.66cvs3-5
17788
17789 2001-05-06 [hoa]
17790
17791         * src/utils.[ch]
17792                 added function itos_buf() to enable use of several buffers
17793         * src/summaryview.c
17794                 use of itos_buf() instead of itos() in summary list
17795                 to fix the broken display of message number.
17796
17797 2001-05-06 [alfons]
17798
17799         * src/gtkstext.c: bug in cursor up navigation fixed,
17800                 fixed another unsigned / signed comparison (we're getting there :-)
17801
17802 2001-05-06 [hoa]
17803
17804         * src/Makefile.am
17805                 added scoring.c scoring.h
17806                 prefs_folder_item.c prefs_folder_item.h
17807                 matcher.c matcher.h
17808         * src/defs.h
17809                 added FOLDERITEM_RC SCORING_RC
17810         * src/folder.[ch]
17811                 added prefs field in FolderItem :
17812                 properties for each folder (PrefsFolderItem),
17813                 sorting type and mode were added as the first properties.
17814         * src/main.c
17815                 read config for scoring
17816         * added src/matcher.[ch]
17817                 gives functions to parse configuration file to do
17818                 matching on mails with a list of conditions.
17819         * src/mainwindow.c
17820                 add option to sort by score
17821         * src/prefs_common.[ch]
17822                 added preference option to show score and for
17823                 the score column size
17824         * added src/prefs_folder_item.[ch]
17825                 properties for each folder (PrefsFolderItem),
17826                 sorting type and mode were added as the first properties.
17827         * src/procheader.[ch]
17828                 added procheader_parse_header()
17829                 added procheader_header_free()
17830                 added procheader_headername_equal()
17831                 and made modification to use them.
17832         * src/procmsg.[ch]
17833                 added score field to MsgInfo structure
17834         * added src/scoring.[ch]
17835                 gives functions to parse configuration file to do
17836                 scoring on mails with a list of conditions.
17837         * src/summaryview.[ch]
17838                 save the sorting type and mode for the folder
17839                 added column to display the score of the mail
17840                 added function summary_score_clicked()
17841                 sorting type and mode are restored to the folder
17842                 when it is reopen
17843         * src/textview.c
17844                 use procheader_parse_header(), procheader_headername_equal()
17845                 removed memory leak in text_scan_header when freeing headers
17846         * src/filter.c
17847                 changed the function to match names of headers
17848                 using procheader_headername_equal()
17849
17850         Scoring functions are implemented, an interface is needed
17851         to configure that.
17852
17853 2001-05-04 [alfons]
17854
17855         * src/gtkstext.c: 
17856                 hopefully fixed the row up navigation bug,
17857                 removed adding back / forward lines to cache
17858
17859 2001-05-04 [sergey]
17860
17861         * src/prefs_display_headers.c: user interface changes:
17862         (prefs_display_headers_create): remove unused "Show" check button;
17863         allow reordering of headers by dragging.
17864         (prefs_display_headers_write_config): remove unused variables.
17865         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17866         of lists (not needed with the new UI).
17867         (prefs_display_headers_set_list): scan lists starting from row 0,
17868         not 1 (do not skip "(New)").
17869         (prefs_display_headers_find_header): new function.
17870         (prefs_display_headers_clist_set_row): do not allow duplicates.
17871         (prefs_display_headers_delete_cb): do not skip row 0; treat
17872         closing the alert window by ESC as "No".
17873         (prefs_display_headers_up): do not protect row 0.
17874         (prefs_display_headers_down): do not protect row 0.
17875
17876 2001-05-04 [sergey]
17877
17878         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17879         functions.
17880
17881         * src/summaryview.c
17882         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17883         summary_select_next_marked, summary_select_prev_marked): new
17884         functions.
17885
17886 2001-05-03 [sergey]
17887
17888         * src/news.c: fixed a bug when no article can be fetched after
17889         server timeout if the connection was restored by news_post():
17890         (news_select_group): new function.
17891         (news_fetch_msg): call news_select_group() before fetching
17892         article.
17893         (news_get_uncached_articles): set session->group after successful
17894         GROUP command.
17895
17896 2001-05-03 [hoa]
17897
17898         * src/defs.h
17899         * src/procmsg.[ch]
17900         * src/procheader.c
17901                  changed version of cache, added cc field
17902
17903         * src/prefs_display_headers.c
17904                 the interface was changed
17905
17906         * src/prefs_headers.c
17907                 added cancel button
17908
17909 2001-05-03 [alfons]
17910
17911         * completed sync of sylpheed cvs2
17912         * src/gtkstext.c: updated row up / down cursor navigation
17913         * src/textview.c: re-edited, prepared for fixing the email address
17914                 scanner.
17915
17916 2001-05-03 [darko]
17917
17918         * src/prefs_common.c: use alfons' strftime ui code
17919         entry_datefmt and datefmt_sample widgets have to be
17920         global in this module because of this change
17921
17922 2001-05-03 [hoa]
17923
17924         * src/messageview.c
17925         * src/prefs_common.[ch] added option to activate the return receipt
17926                 feature.
17927
17928 2001-05-02 [alfons]
17929
17930         * src/gtkstext.c: fix for row up/down cursor navigation. 
17931
17932         0.4.66claws2
17933         
17934         * sync with 0.4.66cvs2
17935
17936 2001-05-02 [paul]
17937
17938         added add-sender-to-addressbook patch
17939
17940         * src/addressbook.c
17941         * src/addressbook.h
17942         * src/summaryview.c
17943
17944 2001-05-02 [sergey]
17945
17946         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17947         G_ALERTDISABLE.
17948
17949         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17950         all existing callers changed to pass FALSE; create a check button
17951         to disable the message.
17952         (alertpanel_message_with_disable): new function.
17953         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17954         (alertpanel_button_toggled): new function.
17955         (alertpanel_button_clicked, alertpanel_close): set value using
17956         G_ALERT_VALUE_MASK.
17957
17958         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17959
17960         * src/prefs_common.c (prefs_privacy_create): new check button
17961         checkbtn_gpgme_warning.
17962
17963         * src/main.c (main): moved preferences reading before gpgme
17964         initialization; check prefs_common.gpgme_warning before giving the
17965         GnuPG warning and set it to FALSE if the user wants to disable the
17966         warning.
17967
17968 2001-05-02 [hiroyuki]
17969
17970         * src/prefs_display_headers.c: modified the layout and some labels.
17971
17972 2001-05-02 [sergey]
17973
17974         * src/prefs_account.c (prefs_account_fix_size): new function.
17975         (prefs_account_create): call prefs_account_fix_size(); use
17976         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17977         size when the window is shown for the first time).
17978         (prefs_account_basic_create): changed layout of serv_table; moved
17979         localmbox_entry above smtpserv_entry (logically it replaces
17980         POP3/IMAP server).
17981         (prefs_account_protocol_activated): set sensitivity of
17982         nntpauth_chkbtn according to the protocol (in addition to
17983         hide/show); commented out gtk_table_set_row_spacing() calls.
17984         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17985         not sensitive (fixes a bug with disabled username/password boxes
17986         when editing POP3 account after NNTP with authentication).
17987
17988 2001-05-02 [hoa]
17989
17990         * src/account.c
17991         * src/inc.c
17992         * src/prefs_account.[ch]
17993         * src/send.c
17994                 removed local account without SMTP server
17995                 added option to use mail command instead of a connexion
17996                 to SMTP server when a local account is used
17997         * src/prefs_headers.c
17998                 fixed a bug
17999         * src/news.c
18000                 fixed a bug when connexion immediately closed
18001
18002 2001-05-01 [alfons]
18003
18004         0.4.66claws1
18005         
18006         * sync with 0.4.65
18007
18008 2001-05-01 [sergey]
18009
18010         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18011         widget nntpauth_chkbtn.
18012         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18013         visibility.
18014         (prefs_account_nntpauth_toggled): new function.
18015
18016         * src/news.c (news_session_new_for_folder): use NNTP
18017         authentication only if ac->use_nntp_auth is set.
18018
18019 2001-05-01 [hoa]
18020
18021         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18022         * src/prefs_display_headers.c changed the UI
18023         * src/prefs_headers.c changed account_name to account_id
18024         * src/compose.c using customheader.h
18025
18026 2001-05-01 [hiroyuki]
18027
18028         * src/esmtp.c
18029           src/news.c
18030           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18031           unsynched.
18032
18033 2001-05-01 [hoa]
18034
18035         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18036         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18037                 for displaying of headers
18038         * src/grouplist_dialog.[ch] minor changes to remove warnings
18039         * src/prefs_display_headers.[ch] dialog to choose the
18040         headers to display in the mail viewer.
18041         * src/headers.h correction of #define
18042         * src/headers_display.[ch] configuration for displaying of headers.
18043         * src/main.c read config of displaying of headers
18044         * src/prefs_common.c add a button to access the config dialog
18045                 for displaying of headers
18046         * src/prefs_display_headers.[ch] dialog for configuration for
18047                 displaying of the headers.
18048         * src/prefs_headers.c cleaning of code
18049         * src/procheader.c comments added to code
18050         * src/textview.c changes to reorder the headers depending
18051                 on the config for displaying of headers
18052
18053 2001-04-30 [alfons]
18054
18055         0.4.65claws7
18056
18057         * sync with 0.4.65cvs12
18058
18059         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18060
18061 2001-04-30 [sergey]
18062
18063         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18064
18065         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18066         is set to force reconnection after authentication failure.
18067         (nntp_gen_command): set sock->auth_failed on authentication
18068         failure, or if sock->userid and sock->passwd are not set.
18069
18070         * src/news.c (news_session_new_for_folder): set userid=NULL if
18071         password dialog is cancelled.
18072
18073 2001-04-30 [sergey]
18074
18075         * src/nntp.h (NNTPSockInfo): new type.
18076
18077         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18078         SockInfo.
18079         (nntp_open_auth, nntp_close): new functions.
18080         (nntp_gen_command): new function to handle authentication; all
18081         NNTP command functions updated to use it.
18082         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18083         (nntp_list): removed old useless code.
18084
18085         * src/news.h (NNTPSession): new field nntp_sock.
18086
18087         * src/news.c: all functions updated to use NNTPSockInfo instead of
18088         SockInfo.
18089         (news_session_new): new arguments (userid, passwd); made static;
18090         use nntp_open_auth() if needed.
18091         (news_session_destroy): use nntp_close() instead of sock_close().
18092         (news_query_password): changed arguments.
18093         (news_session_new_for_folder): new function.
18094         (news_session_get): use news_session_new_for_folder().
18095         (news_authenticate): deleted.
18096         (news_get_uncached_articles): removed old authentication code.
18097
18098 2001-04-30 [sergey]
18099
18100         * src/news.c: reverted my previous changes (need to do NNTP
18101         authentication in a cleaner way).
18102         
18103 2001-04-29 [sergey]
18104
18105         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18106         news_nntp_post, news_nntp_mode): new functions (wrappers with
18107         authentication support).
18108         (news_get_article_cmd, news_get_article, news_get_header): new
18109         argument "folder"; all callers changed.
18110         (news_get_article_cmd): added authentication support.
18111         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18112         (news_post): use news_nntp_post() instead of nntp_post().
18113         (news_get_uncached_articles): use news_nntp_group() instead of
18114         nntp_group() and news_nntp_xover() instead of nntp_xover();
18115         removed old authentication code.
18116         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18117
18118         * src/nntp.c (nntp_list): return real error code instead of
18119         hardcoded NN_ERROR.
18120
18121 2001-04-29 [sergey]
18122
18123         * configure.in: fixed wint_t typedef detection again
18124
18125 2001-04-28 [hoa]
18126
18127         * src/prefs_account.[ch], added A_LOCAL_CMD
18128                 (send mail with mail command)
18129         * src/send.c added function send_message_with_command()
18130         * src/inc.c made a more secure get_spool() function with
18131                 mktemp() but maybe mkstemp() or something more
18132                 secure can be used.
18133
18134 2001-04-28 [alfons]
18135
18136         * src/textview.c, colorization of email addresses in headers
18137
18138         0.4.65claws6
18139
18140         * bug sync with sylpheed
18141         * prefs_common.c: created date format ui for darko
18142         * sync with 0.4.65cvs11
18143         * configure.in: corrected to have the new gpg checks
18144
18145 2001-04-27 [alfons]
18146
18147         * completed sync with 0.4.65cvs10
18148         * minor debug things added to gtkstext.c
18149
18150 2001-04-27 [darko]
18151
18152         * configure.in: remove check for availability of
18153           strftime() as advised by Hiroyuki
18154         * src/prefs_common.[ch], src/procheader.c:
18155           synch strftime() code with Hiroyki's main branch
18156
18157 2001-04-26 [sergey]
18158
18159         * src/news.c: news_query_password(), news_authenticate(): new
18160           functions.
18161           news_get_uncached_articles(): added NNTP authentication
18162           handling.
18163         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18164           new functions.
18165         * src/prefs_account.c: prefs_account_protocol_activated():
18166           enable userid and password fields for NNTP.
18167
18168 2001-04-26
18169
18170         * configure.in: check for availability of strftime()
18171           [darko]
18172         * src/prefs_common.[ch], src/procheader.c: use
18173           strftime() for displaying date in summary pane if it
18174           is available
18175
18176 2001-04-25
18177
18178         * more .cvsignore cleanups [alfons]
18179
18180 2001-04-25
18181
18182         * ac/sv-check-type.m4: new autoconf macro.
18183         * configure.in: fixed wint_t typedef detection (did not work
18184           with gcc-2.96).
18185
18186 2001-04-25
18187
18188         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18189           [hiroyuki]
18190
18191 2001-04-24
18192         * modified gtkstext.c : buggy cursor navigation fixed, 
18193           and font descent also taken in account when drawing
18194           cursor. [alfons]
18195
18196 2001-04-24 [hoa]
18197         * added comments in src/news.c src/nntp.c
18198         * added src/prefs_headers.[ch]
18199         * added src/headers.[ch]
18200         * modified compose.c to activate custom headers
18201                 added function is_in_custom_headers
18202         * modified prefs_account.[ch]
18203                 added function prefs_account_customhdr_edit
18204         * modified src/defs.h :
18205                 added HEADERS_RC : name of the config file
18206                 for the custom headers
18207
18208 2001-04-24
18209
18210     0.4.65claws5
18211
18212         * configure.in
18213           src/gtkstext.[ch]
18214           src/compose.c
18215           src/Makefile.am
18216           
18217           added gtkstext with configure.in patch by Hiroyuki which
18218           should fix the XIM detection [alfons]
18219
18220         * more clean up of cvs [alfons]
18221
18222                  * removed all Makefile.in files to attic.
18223
18224                  * updated all .cvsignores to really ignore things that could
18225                    be unintentionally committed by a recursive commit.
18226
18227 2001-04-23 [hoa]
18228         * added src/grouplist_dialog.[ch]
18229         * changed src/folderview.c to call grouplist_dialog instead
18230                 of inputdialog
18231         * src/news.c :
18232                 added functions news_reset_group_list
18233                 and news_get_group_list
18234         * src/nntp.c :
18235                 added function nntp_list
18236         * src/defs.h :
18237                 added GROUPLIST_FILE : name of the newsgroup list cache file
18238
18239 2001-04-21
18240
18241         * added option to warn about queued messages on exit [sergey]:
18242
18243           * src/compose.c: compose_queue(): call folder_item_scan()
18244             and folderview_update_item() after queueing.
18245           * src/folderview.c: folderview_update_node(): draw the queue
18246             folder in bold font if there are queued messages.
18247           * src/mainwindow.c: queued_messages(): new function.
18248             app_exit_cb(): display warning if there are queued messages
18249             if warn_queued_on_exit is set.
18250           * prefs_common.[ch]: add warn_queued_on_exit option.
18251
18252         * enhanced GnuPG key selection support [sergey]:
18253
18254           * src/select-keys.c: updated to newer version from Win32
18255             branch with support for selecting arbitrary keys.
18256           * src/prefs_account.c: added the Privacy tab to the account
18257             options window.
18258             prefs_account_privacy_create(),
18259             prefs_account_sign_key_set_data_from_radiobtn(),
18260             prefs_account_sign_key_set_radiobtn(): new functions.
18261           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18262           * src/rfc2015.c: set_signers(): new function.
18263             pgp_sign(): add the account parameter, call set_signers().
18264             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18265           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18266           * src/compose.c: pass the current account to rfc2015_sign().
18267
18268         * tag name claws added to prevent confusion with main branch [alfons]
18269
18270         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18271
18272         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18273
18274         * sync with recent sylpheed cvs. Untested though. [alfons]
18275