8533e92d9696c6f0b07a36f74c21d930e5ec1f62
[claws.git] / ChangeLog.claws
1 2003-07-31 [alfons]     0.9.3claws84
2
3         * src/mimeview.c
4                 tweak icon box UI a bit more, now allowing right-clicks actions
5                 getting the relevant mime data too; should fix #250, "Can't save 
6                 attachments sometimes".
7
8 2003-07-30 [alfons]     0.9.3claws83
9
10         * src/compose.c
11                 don't do auto-save-draft inside key press handler, but rather
12                 schedule it half of a second later; should fix #67, "autosave 
13                 make re-rediting message crazy"
14
15 2003-07-30 [christoph]  0.9.3claws82
16
17         * src/plugins/trayicon/trayicon.c
18                 process pending events before unloading the plugin
19
20         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
21
22 2003-07-30 [alfons]     0.9.3claws81
23
24         * src/common/hooks.c
25                 parameter 2 of g_hook_destroy() should really be a hook id
26
27 2003-07-30 [alfons]     0.9.3claws80
28
29         * src/common/plugin.c
30                 fix a possibly harmful function signature mismatch 
31                 for plugin_done
32
33 2003-07-30 [alfons]     0.9.3claws79
34
35         * src/common/hooks[.ch]
36                 const correctness
37
38 2003-07-30 [darko]      0.9.3claws78
39
40         * src/summaryview.c
41                 make it compile again
42
43 2003-07-30 [luke]       0.9.3claws77
44
45         * src/crash.c
46         * src/main.c
47                 o added/moved signal handlers for SIGTERM (normal kill command) 
48                   and SIGINT (ctl-c) to be used even without 
49                   --enable-crash-dialog, fixing bug 166
50
51         * src/summaryview.c
52                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
53                   bug 227
54
55         * src/mainwindow.c
56                 o changed sensitivity condition for 'Next new' and 'Next 
57                   unread', fixing bug 8
58
59 2003-07-29 [alfons]     0.9.3claws76
60
61         * src/common/utils.[ch]
62                 add generate_msgid()
63         * src/messageview.c
64                 save ack'ed RRR; fixes #205, "return receipt is not saved in
65                 sent folder".
66
67 2003-07-29 [alfons]     0.9.3claws75
68
69         * src/messageview.c
70                 fix a memleak (claws-only)
71
72 2003-07-29 [alfons]     0.9.3claws74
73
74         * src/mimeview.[ch]
75         * src/gtk/gtkvscrollbutton.[ch]
76                 fix UI glitch where mime icon toolbox' scroll position is not 
77                 reset after switching to another message
78                 
79
80 2003-07-29 [paul]       0.9.3claws73
81
82         * src/prefs_folder_item.c
83                 split the prefs into 2 separate pages
84
85 2003-07-29 [paul]       0.9.3claws72
86
87         * src/compose.c
88                 prepend "\n\n" to a signature without a separator too
89
90 2003-07-29 [paul]       0.9.3claws71
91
92         * src/compose.c
93                 fix bug where changing to an account without an auto-sig
94                 from an initial account without an auto-sig would insert 
95                 2 blank lines at the cursor point
96                 fix bug where changing to an account with an auto-sig
97                 from an initial account without an auto-sig would insert
98                 the sig at the cursor point
99
100 2003-07-29 [paul]       0.9.3claws70
101
102         * src/folderview.c
103                 use the colour from the folder pref unless the folder
104                 has new messages
105
106 2003-07-29 [alfons]     0.9.3claws69
107
108         * src/procmsg.[ch]
109         * src/messageview.c
110         * src/procheader.c
111                 rewrite return receipt request work a little bit (the former 
112                 implementation presumably depended too much on the UI setting
113                 flags). (we're losing the old pending flag.) 
114
115 2003-07-28 [christoph]  0.9.3claws68
116
117         * src/folder.c
118         * src/imap.c
119         * src/mh.c
120         * src/procmsg.[ch]
121                 fix copy to IMAP folder from other folder
122
123 2003-07-28 [christoph]  0.9.3claws67
124
125         * src/procmsg.c
126                 fix sync of procmsg_get_message_file_list
127
128 2003-07-28 [christoph]  0.9.3claws66
129
130         * sync with 0.9.3cvs14
131                 see ChangeLog 2003-07-18
132         * sync with 0.9.3cvs17
133                 see ChangeLog 2003-07-23
134
135         (closes Bug 234 segmentation fault after sending out mail via
136          smtp(auth))
137
138 2003-07-28 [paul]       0.9.3claws65
139
140         * po/es.po
141                 update Spanish translation, submitted by Ricardo Mones
142                 Lastra
143
144 2003-07-28 [christoph]  0.9.3claws64
145
146         * src/folder.[ch]
147         * src/imap.c
148         * src/mh.c
149                 return new message numbers as a GRelation instead of a GSList
150                 that has to be in the same order as the input list. A list
151                 would make it hard for IMAP to optimize oepration by sorting
152                 the input list. The returned list would have to be reordered
153                 to match the same order that input list has.
154
155         * src/gtk/gtkaspell.c
156                 fix missing return value, could cause a crash when garbage is
157                 on the stack that is used as the expected return value
158
159 2003-07-28 [paul]       0.9.3claws63
160
161         * sync with 0.9.4cvs1
162                 see ChangeLog 2003-07-28
163
164 2003-07-27 [alfons]     0.9.3claws62
165
166         * src/mimeview.c
167                 tweak it more to make icon list act like a check button group
168
169 2003-07-27 [christoph]  0.9.3claws61
170
171         * sync with 0.9.3cvs20
172                 see ChangeLog 2003-07-25
173
174 2003-07-27 [paul]       0.9.3claws60
175
176         * src/procmsg.c
177                 re-commit changes from 0.9.3claws58 -
178                 accidently removed in 0.9.3claws59
179
180 2003-07-27 [paul]       0.9.3claws59
181
182         * src/procmsg.[ch]
183                 a sync from 0.9.3cvs17
184                 see ChangeLog 2003-07-23
185
186 2003-07-27 [alfons]     0.9.3claws58
187
188         * src/procmsg.c
189                 add missing header members to MsgInfo; fixes the problem of 
190                 not displaying X-Faces, as noticed by Ricardo Mones
191
192 2003-07-26 [christoph]  0.9.3claws57
193
194         * sync with 0.9.3cvs18
195                 see ChangeLog 2003-07-24
196
197 2003-07-26 [christoph]  0.9.3claws56
198
199         * sync with 0.9.3cvs17
200                 see ChangeLog 2003-07-23
201
202 2003-07-26 [christoph]  0.9.3claws55
203
204         * src/folder.[ch]
205         * src/imap.c
206         * src/mbox_folder.c
207         * src/mh.c
208         * src/news.c
209                 add support for copy function that copy multiple messages
210                 (not implemented yet)
211
212         * src/summaryview.c
213                 add missing return value
214
215 2003-07-26 [paul]       0.9.3claws54
216
217         * tools/multiwebsearch.pl
218                 do whitespace substitution before passing the string
219                 to the browser. fixes bug with browsers that don't
220                 do whitespace conversion themselves.
221
222 2003-07-25 [christoph]  0.9.3claws53
223
224         * src/folder.[ch]
225         * src/imap.c
226         * src/mh.c
227                 rewrite adding of multiple messages to a folder for
228                 claws' folder system
229
230 2003-07-25 [luke]       0.9.3claws52
231
232         * src/mimeview.c
233                 o icon toggles set correctly on leaving ctree mimeview
234
235 2003-07-25 [paul]       0.9.3claws51
236
237         * partial sync with 0.9.3cvs21 [src/main.c]
238                 see ChangeLog 2003-07-25
239
240 2003-07-24 [paul]       0.9.3claws50
241
242         * tools/maildir2sylpheed.pl
243                 fix typo
244
245 2003-07-24 [paul]       0.9.3claws49
246
247         * src/mimeview.c
248                 increase the gutter size of paned so that the panes
249                 can be resized
250                 
251         * src/plugins/demo/demo.c
252                 squeeze in another typo fix
253
254 2003-07-24 [paul]       0.9.3claws48
255
256         * src/plugins/demo/demo.c
257           src/prefs_account.c
258                 small changes to the English
259                 
260         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
261           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
262           src/Makefile.am
263           src/stock_pixmap.c
264                 rename the misspelled icon
265
266 2003-07-23 [alfons]     0.9.3claws47
267
268         * src/mimeview.c
269                 make icon list look like a list of toggles
270
271 2003-07-23 [luke]       0.9.3claws46
272
273         * src/pixmaps/mimeview_gpg_expired.xpm
274         * src/pixmaps/mimeview_gpg_failed.xpm
275         * src/pixmaps/mimeview_gpg_passed.xpm
276         * src/pixmaps/mimeview_text_html.xpm
277         * src/pixmaps/mimeview_image.xpm
278                 o all icons the same size
279
280         * src/mimeview.[ch]
281                 o mimeview ctree arranged vertically above the viewer
282                 o icons changed to buttons
283                 o can use keyboard to select an icon (Enter)
284                 o resize icon list to width of icons
285
286         *  src/gtk/gtkvscrollbutton.c
287                 o sensitivity of buttons reacts to position
288
289 2003-07-23 [christoph]  0.9.3claws45
290
291         * sync with 0.9.3cvs14 (incomplete)
292                 see ChangeLog 2003-07-17
293
294 2003-07-23 [alfons]     0.9.3claws44
295
296         * src/folder.c
297         * src/procmsg.h
298                 sync with my local tree to restore some claws-only things
299
300 2003-07-23 [paul]       0.9.3claws43
301
302         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
303           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
304           src/Makefile.am
305           src/mimeview.c
306           src/procmime.h
307           src/rfc2015.c
308           src/stock_pixmap.[ch]
309                 indicate missing keys and expired sigs/keys
310                 in mime view column
311
312 2003-07-23 [paul]       0.9.3claws42
313
314         * src/compose.c
315                 Redirect fixes: enable automatic account selection and
316                 do not append signature to message on changing account
317                 fixes Bug[s] #248
318
319 2003-07-23 [paul]       0.9.3claws41
320
321         * sync with 0.9.3cvs16
322                 see ChangeLog 2003-07-23
323
324 2003-07-23 [alfons]     0.9.3claws40
325
326         * src/inc.c
327                 give progress dialog a main window, and give it the first 
328                 one (presumably the only one). fixes bug #247, "segfault on 
329                 pop-before-smtp" 
330
331 2003-07-22 [alfons]     0.9.3claws39
332
333         * src/summaryview.c
334                 shift-space scrolls up
335
336 2003-07-22 [paul]       0.9.3claws38
337
338         * sync with 0.9.3cvs15
339                 see ChangeLog 2003-07-22
340
341 2003-07-20 [alfons]     0.9.3claws37
342
343         * src/compose.c
344                 put menu inside #ifdef USE_ASPELL..#endif
345
346 2003-07-20 [christoph]  0.9.3claws36
347
348         * src/procmsg.c
349                 fix wrong flags in MsgInfo returned by
350                 procmsg_msginfo_get_full_info()
351
352         (closes Bug 221 Deleting messages from the Message View gives incorrect
353          new/unread message counts in the folder view)
354
355         * src/plugins/spamassassin/spamassassin_gtk.c
356                 add gettext macro for prefs page title
357
358 2003-07-20 [paul]       0.9.3claws35
359
360         * src/mimeview.c
361                 redraw icon list on signature check
362
363 2003-07-20 [christoph]  0.9.3claws34
364
365         * src/Makefile.am
366         * src/account.c
367         * src/folder.[ch]
368         * src/folder_item_prefs.[ch]            ** NEW **
369         * src/folderview.c
370         * src/mainwindow.c
371         * src/mh.c
372         * src/prefs_gtk.c
373         * src/prefs_scoring.c
374         * src/summaryview.c
375         * src/prefs_folder_item.[ch]
376                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
377                   Properties dialog
378                 o use prefswindow for folder properties
379
380         * src/gtk/prefswindow.[ch]
381                 change implementation to use an invisible notebook instead
382                 of unparenting widgets
383
384 2003-07-20 [christoph]  0.9.3claws33
385
386         * src/compose.h
387         * src/folder.c
388         * src/folderview.h
389         * src/headerview.h
390         * src/prefs_filtering.h
391         * src/prefs_folder_item.[ch]
392         * src/procmime.h
393         * src/procmsg.h
394         * src/summaryview.h
395                 clean up header mess
396                 (always use 1. typedefs, 2. #includes, 3. structures)
397
398         * src/common/version.h.in
399                 add casts for constants
400
401         * src/plugins/demo/demo.c
402                 fix typo
403
404         * src/plugins/spamassassin/spamassassin.c
405                 remove unused variable
406
407 2003-07-20 [alfons]     0.9.3claws32
408
409         * src/mimeview.c
410                 o make icon buttons respond on left click
411                 o minor cosmetic change
412
413 2003-07-19 [luke]       0.9.3claws31
414
415         * src/mimeview.[ch]
416         * src/gtk/gtkvscrollbutton.c
417         * src/messageview.c
418                 o improved mimeview behaviour when selecting a new message
419                 o plus code cleanups to remove compile warnings
420
421
422 2003-07-19 [alfons]     0.9.3claws30
423
424         * src/procmsg.c
425         * src/compose.c
426         * src/common/utils.[ch]
427                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
428
429 2003-07-19 [alfons]     0.9.3claws29
430
431         * src/prefs_folder_item.c
432                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
433                 string pointers
434
435 2003-07-19 [luke]       0.9.3claws28
436
437         * src/messageview.c
438         * src/mimeview.[ch]
439         * src/procmime.h
440         * src/rfc2015.c
441         * src/stock_pixmap.[ch]
442         * src/gtk/Makefile.am
443         * src/Makefile.am
444         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
445         * src/pixmaps/mime_*.xpm                ** NEW **
446                 o mimeview rearrangement with a new icon shortcut bar
447         
448 2003-07-19 [alfons]     0.9.3claws27
449
450         * src/folderview.c
451                 o plug leaking nodes_to_recollapse
452                 o add folderview_recollapse_all_nodes() (not used yet)
453
454 2003-07-19 [alfons]     0.9.3claws26
455
456         * src/compose.c
457         * src/common/utils.c
458                 honour #240 "Better SUBJECT handling" by cleaning the prefix
459                 for both forwarding as replying
460
461 2003-07-18 [christoph]  0.9.3claws25
462
463         * configure.ac
464         * src/common/sylpheed.[ch]
465         * src/common/version.h.in
466                 add version in numeric form to allow easy comparison
467
468         * src/plugins/demo/demo.c
469                 add version check
470                 - sylpheed version > plugin version => never allowed, sylpheed
471                   could contain unknown API changes
472                 - sylpheed version < minimum version required => don't load,
473                   API required not available (if linking does not fail)
474
475 2003-07-18 [alfons]     0.9.3claws24
476         
477         * src/common/plugin.[ch]
478                 const correctness
479
480 2003-07-18 [christoph]  0.9.3claws23
481
482         * src/common/hooks.c
483                 fix crash when hooks where unregisted
484
485         * src/plugins/trayicon/trayicon.c
486                 unregister detroy signal before destroying the widget
487                 (still crashes when the plugin is unloaded)
488
489 2003-07-18 [alfons]     0.9.3claws22
490         
491         * src/folderview.c
492                 delay expanding folder tree during drags until timeout triggered
493                 (needs perhaps some tweaking, so testing is welcome)
494
495 2003-07-17 [alfons]     0.9.3claws21
496
497         * src/folderview.c
498                 clean up cruft
499
500 2003-07-17 [christoph]  0.9.3claws20
501
502         * src/common/session.c
503                 fix opening of SSL connections
504
505         * src/plugins/image_viewer/Makefile.am
506                 add OPENSSL_CFLAGS (we should find a better solution to remove
507                 this dependencies if they are not required)
508
509         * src/plugins/spamassassin/spamassassin.c
510                 remove setlocale workaround (fixed in libspamc)
511
512         (closes Bug Bug 184 Entering non-ascii character deletes previous char
513          if spell checking enabled)
514
515 2003-07-17 [alfons]     0.9.3claws19
516
517         * src/common/hooks.[ch]
518         * src/plugins/clamav/clamav_plugin.c
519         * src/plugins/spamassassin/spamassassin.c
520         * src/plugins/trayicon/trayicon.c
521                 fix signedness muck 
522
523 2003-07-17 [alfons]     0.9.3claws18
524
525         * src/procmime.c
526                 plug memleak
527
528 2003-07-17 [alfons]     0.9.3claws17
529
530         * src/inc.c
531                 plug memleak
532
533 2003-07-17 [paul]       0.9.3claws16
534
535         * src/common/defs.h
536           src/mainwindow.c
537           src/manual.[ch]
538                 add link to the Claws site's FAQ page, after the suggestion
539                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
540                 Move url strings to defs.h
541                 
542         * src/mainwindow.c
543                 fix typo to prevent "unknown menu entry" warnings
544
545 2003-07-17 [alfons]     0.9.3claws15
546
547         * src/folderview.[ch]
548         * src/summaryview.[ch]
549         * src/mimeview.[ch]
550                 plug DnD leaks 
551
552 2003-07-17 [paul]       0.9.3claws14
553
554         * src/inc.c
555                 remove two instances of 'GTK_EVENTS_FLUSH' because
556                 they are unnecessary and probably cause a stack overflow
557
558 2003-07-16 [christoph]  0.9.3claws13
559
560         * src/mimeview.[ch]
561                 use an invisible GTK notebook to switch between viewers
562                 instead of reparenting widgets
563
564 2003-07-16 [christoph]  0.9.3claws12
565
566         * src/folder.c
567                 move folder_item_update_freeze() to correct place in
568                 folder_item_scan_full()
569
570 2003-07-16 [paul]       0.9.3claws11
571
572         * sync with 0.9.3cvs12
573                 see ChangeLog 2003-07-14 and 2003-07-15
574
575 2003-07-16 [christoph]  0.9.3claws10
576
577         * src/imap.[ch]
578         * src/prefs_account.[ch]
579                 sync IMAP CRAM-MD5 authentication with sylpheed-main
580
581 2003-07-15 [alfons]     0.9.3claws9
582
583         * src/main.c
584                 make --config-dir do something useful
585
586 2003-07-15 [alfons]     0.9.3claws8
587
588         * src/procmsg.c
589                 o fix a bug where 'last' didn't really point to the last message
590                   in the top level list of children, but to the last threaded
591                   message. 
592                 
593                 o clean up and make it easier to sync
594
595 2003-07-15 [alfons]     0.9.3claws7
596
597         * src/mainwindow.c
598                 make correct menu items sensitive       
599
600 2003-07-14 [alfons]     0.9.3claws6
601
602         * src/procmsg.c
603                 tune the threader so it will not subject-thread any message
604                 without a subject prefix (this will not thread correctly if 
605                 a parent is delivered after their childs, but it looks 
606                 better right now)
607
608 2003-07-13 [christoph]  0.9.3claws5
609
610         * src/mainwindow.c
611                 group "Add mailbox *..." menu items in submenu
612
613 2003-07-13 [alfons]     0.9.3claws4
614
615         * src/summaryview.c
616                 correct summary_toggle_pressed() signature and make sure
617                 signal is not passed on
618
619 2003-07-13 [alfons]     0.9.3claws3
620
621         * src/summaryview.c
622                 o for now don't pass on keys when they we're handled by 
623                   ctree::key_press_event
624                 o clean up
625
626 2003-07-13 [alfons]     0.9.3claws2
627         
628         * src/main.c
629                 add command line option "--config-dir" to get the current 
630                 configuration dir
631
632 2003-07-12 [alfons]     0.9.3claws1
633
634         * src/matcher.[ch]
635         * src/matcher_parser_parse.y
636         * src/prefs_filtering.c
637         * src/filtering.c
638                 add "Lock" filter action to lock messages;
639
640         * src/filtering.c       
641                 remove debug_print()    
642         * src/prefs_filtering.c
643                 re-organize matcher part 9: 
644                 make action text entries easily extendible;
645                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
646                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
647
648 2003-07-12 [paul]
649
650         * tools/README
651                 update old information and add missing
652                 information
653
654 2003-07-12 [paul]       0.9.3claws
655
656         * 0.9.3claws released
657         
658 2003-07-12 [paul]       0.9.0claws103
659
660         * src/Makefile.am
661                 add addrquery.h
662
663 2003-07-12 [melvin]     0.9.0claws102
664
665         * src/messageview.c
666                 Fixed bug #215: Show MIME tab for single text/html messages. 
667                 
668 2003-07-12 [paul]       0.9.0claws101
669
670         * man/sylpheed.1
671                 updated
672
673 2003-07-12 [paul]       0.9.0claws100
674
675         * po/es.po
676           po/hr.po
677           po/pl.po
678           po/sr.po
679                 update Spanish, Croatian, Polish, Serbian translations.
680                 submitted by Ricardo Mones Lastra, Dragan, Witold
681                 Wladyslaw Wojciech Wilk, Urke MMI
682
683 2003-07-12 [melvin]     0.9.0claws99
684
685         * po/fr.po
686                 Updated French translations.
687
688 2003-07-12 [paul]       0.9.0claws98
689
690         * src/addressbook.c
691                 disable 'Lookup' button as it has no effect
692
693 2003-07-11 [alfons]     0.9.0claws97
694         
695         * src/summaryview.c
696                 summary_searchbar_pressed() should return TRUE to signal that
697                 event was handled. when returning void, the return value passed
698                 to GTK is actually random, but maybe FALSE, in which case the
699                 event is handled by parent
700                 
701 2003-07-10 [paul]       0.9.0claws96
702
703         * ac/missing/gettext.m4
704                 update to version 0.12
705
706 2003-07-10 [paul]       0.9.0claws95
707
708         * src/plugins/clamav/clamav_plugin.c
709                 fix bug where multipart/alternative messages
710                 would slip through without being scanned
711
712 2003-07-10 [christoph]  0.9.0claws94
713
714         * src/folder.c
715                 correct check if folder supports removing when a message is
716                 moved. if not the message is only copied.
717
718         (closes Bug 132 crash on startup in newsgroups folders)
719
720 2003-07-09 [alfons]     0.9.0claws93
721
722         * configure.ac
723         * src/common/defs.h
724                 --with-config-dir (default .sylpheed)
725
726 2003-07-09 [christoph]  0.9.0claws92
727
728         * configure.ac
729                 use PKG_CHECK_MODULES to check for gtkmathview
730                 (version 0.4.2 now required)
731
732 2003-07-08 [melvin]     0.9.0claws91
733
734         * src/action.c
735                 Implemented a progress bar that counts the number of completed
736                 tasks when the action runs more than one command.
737
738 2003-07-08 [alfons]     0.9.0claws90
739
740         * src/procmsg.c
741                 if queued message has an invalid Message-Id, don't try to
742                 find message it refers to (fixes #209 "crash when processing 
743                 in folder")
744
745 2003-07-08 [paul]       0.9.0claws89
746
747         * sync with 0.9.3cvs2
748                 see ChangeLog 2003-07-08
749
750 2003-07-08 [match]      0.9.0claws88
751
752         * src/ldapctrl.c
753                 extend LDAP search for first/last name by parsing search term.
754
755 2003-07-08 [alfons]     0.9.0claws87
756
757         * src/send_message.c
758                 fix bug #208 "Status message stuck when sending on POP3 account"
759
760 2003-07-07 [paul]       0.9.0claws86
761
762         * po/hr.po
763                 new Croatian translation, submitted by
764                 Dragan <drleskov@inet.hr>
765
766 2003-07-07 [paul]       0.9.0claws85
767
768         * sync with 0.9.3cvs1
769                 see ChangeLog 2003-07-07
770
771 2003-07-05 [christoph]  0.9.0claws84
772
773         * src/Makefile.am
774         * src/messageview.c
775         * src/mimeview.[ch]
776         * src/stock_pixmap.[ch]
777         * src/pixmaps/messageview_text.xpm              ** NEW **
778                 move mimeview tabs to the right side and use icons
779                 instead of text to save some space
780
781         (patch by Luke Plant <lukeplant@softhome.net>)
782
783 2003-07-05 [christoph]  0.9.0claws83
784
785         * src/inc.c
786                 add NULL pointer checks
787
788         (patch by Luke Plant <lukeplant@softhome.net>)
789         (closes Bug 204 0.9.0 quits on authentication error?!)
790
791 2003-07-05 [alfons]     0.9.0claws82
792
793         * configure.ac
794                 take the clue in bug #202 "./configure script - 
795                 'if test' comparison failure" reported by John Kristoff. 
796
797 2003-07-04 [christoph]  0.9.0claws81
798
799         * src/plugins/spamassassin/spamassassin.c
800                 set timeout for spam check
801
802 2003-07-04 [christoph]  0.9.0claws80
803
804         * src/main.c
805                 destroy all FolderItems when shutting down to
806                 allow folders to clean up
807
808 2003-07-04 [melvin]     0.9.0claws79
809
810         * src/gtk/gtkaspell.c
811                 Fixed bug #184 "Entering non-ascii character deletes
812                 previous char if spell checking enabled": this makes
813                 the spell checking in multibytes (e.g. UTF-8)locales work.
814                 (Patch by Luke Plant).
815                 
816 2003-07-04 [christoph]  0.9.0claws78
817
818         * sync with 0.9.2cvs1
819                 see ChangeLog 2003-06-10
820
821 2003-07-04 [paul]       0.9.0claws77
822
823         * sync with 0.9.3 release
824                 see ChangeLog 2003-07-04
825
826 2003-07-03 [christoph]  0.9.0claws76
827
828         * src/folder.[ch]
829         * src/imap.c
830         * src/mbox_folder.c
831         * src/mh.c
832         * src/news.c
833                 move folder_item_get_path() stuff into a folder virtual function
834
835         * src/procmsg.c
836                 use folder_item_fetch_msg() to get message and do not contruct
837                 the filename from path and number
838
839 2003-07-03 [paul]       0.9.0claws75
840
841         * sync with 0.9.2cvs12
842                 see ChangeLog 2003-07-03
843
844 2003-07-02 [paul]       0.9.0claws74
845
846         * src/messageview.c
847                 fix text-selection for replying
848
849 2003-07-02 [paul]       0.9.0claws73
850
851         * sync with 0.9.2cvs11
852                 see ChangeLog 2003-07-02
853
854 2003-07-02 [paul]       0.9.0claws72
855
856         * src/procmsg.c
857                 revert last commit because it breaks more
858                 than it fixes
859
860 2003-07-02 [paul]       0.9.0claws71
861
862         * src/procmsg.c
863                 fix thread by subject/sort by date
864
865 2003-07-01 [paul]       0.9.0claws70
866
867         * sync with 0.9.2cvs10
868                 see ChangeLog 2003-07-01
869
870 2003-06-30 [paul]       0.9.0claws69
871
872         * sync with 0.9.2cvs9
873                 see ChangeLog 2003-06-30
874
875 2003-06-28 [match]      0.9.0claws68
876
877         * src/addressbook.c
878                 fix null ptr.
879
880 2003-06-27 [paul]       0.9.0claws67
881
882         * sync with 0.9.2cvs7
883                 see ChangeLog 2003-06-27
884
885 2003-06-26 [christoph]  0.9.0claws66
886
887         * src/folder.c
888                 freeze folder updates while a folder is scanned
889
890         (closes Bug 185 New message counter)
891
892 2003-06-26 [darko]      0.9.0claws65
893
894         * src/ldapserver.c
895                 fix infinite loop when adding a new LDAP server
896
897 2003-06-26 [paul]       0.9.0claws64
898
899         * sync with 0.9.2cvs6
900                 see ChangeLog 2003-06-26
901
902 2003-06-26 [paul]       0.9.0claws63
903
904         * sync with 0.9.2cvs5
905                 see ChangeLog 2003-06-25 and 2003-06-26
906
907 2003-06-25 [match]      0.9.0claws62
908
909         * src/addr_compl.c
910                 Fixed tab/backtab for dropped-down completion list to
911                 move next/previous field. (close bug 147)
912
913 2003-06-25 [christoph]  0.9.0claws61
914
915         * src/addr_compl.[ch]
916         * src/addrindex.[ch]
917         * src/folderview.c
918         * src/inc.c
919         * src/news.c
920         * src/summaryview.c
921         * src/toolbar.c
922                 fix warnings
923
924 2003-06-25 [leandro]    0.9.0claws60
925
926         * src/compose.c
927                 o cleanups
928                 o gray out "Message/Remove references" menu item if not
929                   replying to a message
930
931 2003-06-24 [leandro]    0.9.0claws59
932
933         * src/compose.[ch]
934                 o removed "Message/Create new thread" menu item
935                 o added "Message/Remove references" menu item
936                   (it's off by default and will not check anymore
937                    if the subject changed)
938
939 2003-06-23 [alfons]     0.9.0claws58
940
941         * src/procmsg.c
942                 try better grouping messages threaded by subject based on their age.
943                 still not perfect - because the message tree is not sorted by date.  
944
945 2003-06-23 [thorsten]   0.9.0claws57
946
947         * src/pop.[ch]
948                 added mail_receive_hook to allow modifications
949                 directly after retrieval (e.g. adding headers).
950
951 2003-06-23 [paul]       0.9.0claws56
952
953         * src/sourcewindow.c
954                  enable the use of Ctrl+A to select all text in
955                  the sourcewindow
956                  Patch submitted by Ivan Francolin Martinez
957                  <ivanfm@users.sourceforge.net>
958
959 2003-06-22 [christoph]  0.9.0claws55
960
961         * src/folder.[ch]
962                 o add notification hook for folder tree changes
963                 o invoke hooks after folder tree scanning
964
965         * src/folderview.[ch]
966                 register hook for folder tree changes that
967                 updates the ctree
968
969         (there are more places that should be updated, like add, remove 
970          or move folder)
971
972         (closes Bug 164 Crash on rebuild folder tree)
973         (closes Bug 190 Crash on 'rebuilding folder tree')
974
975 2003-06-21 [leandro]    0.9.0claws54
976
977         * src/compose.[ch]
978                 create a new thread if subject changes
979                 (it's on by default, can be disabled in Message menu)
980
981 2003-06-21 [alfons]     0.9.0claws53
982
983         * src/summaryview.c
984                 quiet little compiler
985
986 2003-06-21 [christoph]  0.9.0claws52
987
988         update gettext stuff to version 0.12
989
990 2003-06-19 [alfons]     0.9.0claws51
991
992         * src/common/log.c
993         * src/common/plugin.c
994                 move defs.h before glib.h to prevent MIN/MAX redefs
995
996 2003-06-19 [alfons]
997
998         * src/addressbook.c
999                 translatable
1000
1001 2003-06-19 [match]      0.9.0claws50
1002
1003         * src/addressbook.[ch]
1004         * src/addrindex.[ch]
1005         * src/addr_compl.[ch]
1006         * src/editldap.[ch]
1007         * src/editldap_basedn.[ch]
1008         * src/addritem.[ch]
1009         * src/ldapquery.h
1010                 re-implemented dynamic LDAP search. works without
1011                 slowdown on display sender with addressbook
1012                 option.
1013         * src/addrbook.c
1014                 documented code.
1015
1016 2003-06-19 [paul]       0.9.0claws49
1017
1018         * src/compose.c
1019                 fix Bug #136 'Nonprovided quotation marks crash claws'
1020                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1021
1022 2003-06-19 [alfons]     0.9.0claws48
1023
1024         * src/prefs_common.[ch]
1025         * src/procmsg.c
1026                 restrict threading by subject by checking thread for
1027                 age (prefs_common.thread_by_subject_max_age)
1028
1029 2003-06-18 [christoph]  0.9.0claws47
1030
1031         * src/imap.c
1032                 fix memory leak in imap_cmd_fetch()
1033
1034 2003-06-18 [christoph]  0.9.0claws46
1035
1036         * src/prefs_gtk.c
1037                 fix memory leak in prefs_set_default() when used multiple
1038                 times or after prefs have been read
1039
1040 2003-06-18 [christoph]  0.9.0claws45
1041
1042         * src/common/plugin.c
1043                 fix memory leak in plugin_unload()
1044
1045 2003-06-18 [christoph]  0.9.0claws44
1046
1047         * src/imap.c
1048                 fix memory leak in imap_cmd_ok()
1049
1050 2003-06-18 [christoph]  0.9.0claws43
1051
1052         * src/folder.c
1053                 stop messages that are downloaded from POP3 and added to
1054                 an IMAP inbox from being filtered twice (first by POP3
1055                 and again when IMAP folder is scaned to get the UID of
1056                 the APPEND operation when no UIDPLUS is available)
1057
1058 2003-06-18 [alfons]
1059
1060         * tools/Makefile.am
1061                 phoenix <- firebird     
1062
1063 2003-06-18 [paul]
1064
1065         * tools/launch_phoenix          ** REMOVED **
1066           tools/launch_firebird         ** NEW **
1067                 renamed and edited to reflect the browser's name change from
1068                 'phoenix' to 'firebird'
1069
1070 2003-06-18 [paul]       0.9.0claws42
1071
1072         * sync with 0.9.2cvs2
1073                 see ChangeLog 2003-06-16
1074
1075 2003-06-17 [alfons]     0.9.0claws41
1076
1077         * src/procmsg.c
1078                 prevent threading problems when a node is an ancestor (parent / great parent),
1079                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1080                 for finding an sample set of messages)
1081
1082 2003-06-16 [christoph]  0.9.0claws40
1083
1084         * src/main.c
1085                 don't popup main window on --receive or --receive-all
1086
1087         * src/mainwindow.[ch]
1088         * src/plugins/trayicon/trayicon.c
1089                 allow hiding of main window by clicking on the trayicon
1090                 (doesn't work correctly in seperate window mode and may
1091                  cause unexpected GTK problems I couldn't find yet)
1092
1093         * src/common/ssl.c
1094                 remove incorrect warning
1095
1096 2003-06-15 [alfons]     0.9.0claws39
1097
1098         * src/gtk/gtkstext.c
1099                 don't output debug text;
1100                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1101                 for pointing this out);
1102
1103 2003-06-14 [alfons]     0.9.0claws38
1104         
1105         * src/messageview.c
1106                 remove printf() and make one if..else comply with coding style
1107
1108 2003-06-14 [alfons]     0.9.0claws37
1109
1110         * AUTHORS
1111                 add Martin Wicke
1112         * src/action.c
1113         * src/messageview.[ch]
1114         * src/summaryview.c
1115                 apply patch #754162 "Quoting messages filtered by actions" submitted
1116                 by Martin Wicke, which allows quoting message body changed by an
1117                 action (Thanks!).
1118
1119 2003-06-13 [alfons]     0.9.0claws36
1120
1121         * src/utils.c
1122                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1123                 use case insensitive regexp (suggested by Ivan Martinez)
1124
1125 2003-06-13 [christoph]  0.9.0claws35
1126
1127         * configure.ac
1128         * src/plugins/trayicon/Makefile.am
1129         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1130         * src/plugins/trayicon/trayicon.c
1131         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1132         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1133         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1134         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1135         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1136         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1137                 replace my own EggTrayIcon backport with the backport
1138                 used by (l|x)mule and gabber.
1139
1140 2003-06-13 [alfons]     0.9.0claws34
1141
1142         * AUTHORS
1143         * src/common/utils.c
1144                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1145
1146 2003-06-13 [alfons]     0.9.0claws33
1147
1148         * src/compose.c
1149                 clean up a little bit
1150
1151 2003-06-12 [alfons]     0.9.0claws32
1152
1153         * src/compose.c
1154                 const correctness fix
1155
1156         * src/common/sylpheed.[ch]
1157                 () -> (void)
1158                 prevent redef MIN/MAX
1159                 
1160         * src/common/utils.[ch]
1161                 () -> (void)
1162
1163 2003-06-12 [melvin]     0.9.0claws31
1164
1165         * src/compose.c
1166                 Updated to take into accounts changes in GtkAspell.
1167
1168 2003-06-12 [alfons]     0.9.0claws30
1169
1170         * src/compose.c
1171         * src/procmsg.c
1172         * src/common/utils.[ch]
1173                 handle reply subject prefixes better (initial 
1174                 suggestion by Robert Story adapted and enhanced 
1175                 using regexps)
1176
1177 2003-06-12 [melvin]     0.9.0claws29
1178
1179         * src/compose.c
1180                 Use new gtkaspell_checkers_strerror() to get the speller's
1181                 error message instead of accessing the (now private)
1182                 checkers structure.
1183                 Minor code clean up
1184
1185         * src/main.c
1186                 Use #ifdef instead of #if for USE_ASPELL
1187                 Use the new spell checkers init/quit functions 
1188
1189         * src/gtk/gtkaspell.c
1190                 Use #ifdef instead of #if for USE_ASPELL
1191                 Moved in the majority of GtkAspell structures that were
1192                 exported before by gtkaspell.h
1193         
1194         * src/gtk/gktaspell.h
1195                 Made gtkaspell.h contain only the necessary data to be
1196                 publicized by moving many structures to gtkaspell.c.
1197                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1198                 gtkaspell_checkers_new(): replaced by...
1199                 gtkaspell_checkers_init(): new function for initialization
1200                 gtkaspell_checkers_delete(): replaced by...
1201                 gtkaspell_checkers_quit(): new function
1202                 gtkaspell_checkers_strerror(): new function that returns
1203                 the checker's last error message.
1204                 
1205 2003-06-11 [melvin]     0.9.0claws28
1206
1207         * po/POTFILES.in
1208                 Updated to take into account gtkaspell.c migration to
1209                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1210
1211 2003-06-10 [alfons]     0.9.0claws27
1212
1213         * src/filtering.[ch]
1214         * src/folder.c
1215         * src/matcher.c
1216         * src/scoring.[ch]
1217                 - try fixing bug #18 (any brave testers?)
1218                 - add more robustness by refusing previously 
1219                   unchecked NULL pointers 
1220
1221 2003-06-10 [alfons]     0.9.0claws26
1222
1223         * src/procmsg.c
1224                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1225
1226 2003-06-09 [alfons]     0.9.0claws25
1227
1228         * src/prefs_common.c
1229                 fix bug #163 "Icon switching doesnt work properly" by 
1230                 preventing early freeing of prefs_common.pixmap_theme_path.
1231
1232 2003-06-09 [christoph]  0.9.0claws24
1233
1234         * src/gtk/gtkaspell.c
1235                 revert Thorsten's fix and add forgotten g_strdup for
1236                 aspell path (it should not be possible to alter the path a
1237                 GtkASpell uses from outside)
1238
1239 2003-06-09 [thorsten]   0.9.0claws23
1240
1241         * src/gtk/gtkaspell.c
1242                 dont free prefs_common.aspell_path when closing compose
1243
1244 2003-06-08 [colin]      0.9.0claws22
1245
1246         * src/plugins/spamassassin/spamassassin.c
1247                 fix prefs types
1248
1249 2003-06-07 [christoph]  0.9.0claws21
1250
1251         * src/Makefile.am
1252         * src/compose.c
1253         * src/gtkaspell.[ch]            ** REMOVE **
1254         * src/gtk/Makefile.am
1255         * src/gtk/gtkaspell.[ch]        ** NEW **
1256                 o make gtkaspell independent from sylpheed's prefs
1257                 o move gtkaspell.[ch] to gtk directory
1258
1259 2003-06-07 [christoph]  0.9.0claws20
1260
1261         * src/Makefile.am
1262         * src/crash.c
1263         * src/export.c
1264         * src/filesel.[ch]              ** REMOVE **
1265         * src/folder.c
1266         * src/main.[ch]
1267         * src/common/sylpheed.[ch]
1268         * src/gtk/Makefile.am
1269         * src/gtk/filesel.[ch]          ** NEW **
1270         * src/gtk/pluginwindow.c
1271         * src/gtk/sslcertwindow.c
1272                 move filesel.[ch] to gtk directory
1273
1274 2003-06-07 [alfons]     0.9.0claws19
1275
1276         * src/filesel.c
1277                 make (multi) file selection dialog work again (Claws-only)
1278
1279 2003-06-07 [thorsten]   0.9.0claws18
1280
1281         * po/de.po
1282                 fix typos
1283
1284 2003-06-07 [alfons]     0.9.0claws17
1285
1286         * configure.ac
1287         * src/mimeview.c
1288                 detect apache mishap in which case don't include fnmatch.h
1289                 if regex.h is already included
1290
1291 2003-06-06 [christoph]  0.9.0claws16
1292
1293         * configure.ac
1294         * src/mimeview.h
1295                 add check for fnmatch.h and include it when available
1296
1297         * src/mimeview.[ch]
1298                 fix wrong case sensitivity of Content-Types
1299
1300         * src/gtk/Makefile.am
1301                 need the same include paths in gtk directory as in
1302                 common directory because .h files in common can
1303                 include files from these directories, when included
1304                 in gtk's .h or .c files
1305
1306 2003-06-06 [alfons]     0.9.0claws15
1307
1308         * src/mimeview.c
1309         * src/summaryview.c
1310                 make it compile again because of regex.h / fnmatch.h 
1311                 include problems (related to recent mime stuff, can
1312                 someone check this?)
1313
1314 2003-06-06 [thorsten]   0.9.0claws14
1315
1316         * src/folderview.c
1317                 possible use of uninitialized pointer while dragging
1318
1319 2003-06-06 [paul]       0.9.0claws13
1320
1321         * src/compose.c
1322                 fix bug where the insert sig button would be effective
1323                 only when auto_sig was set
1324
1325 2003-06-06 [paul]       0.9.0claws12
1326
1327         * sync with 0.9.2 release
1328
1329 2003-06-02 [paul]       0.9.0claws11
1330
1331         * sync with 0.9.1cvs1
1332                 see ChangeLog 2003-06-02
1333                 
1334         * po/de.po
1335                 update by Jens
1336
1337 2003-06-01 [christoph]  0.9.0claws10
1338
1339         * src/account.c
1340                 don't use substring search to find accounts by email address
1341
1342         (closes Bug 169 Overly loose matching of "From" address)
1343
1344 2003-05-31 [christoph]  0.9.0claws9
1345
1346         * doc-src/rfc2683.txt
1347         * src/imap.c
1348                 limit IMAP command length as recommended in RFC2683
1349                 (message number lists will be split into multiple imap
1350                 sets, the limit of 1000 octets is not a hard limit)
1351
1352         (closes Bug 161 sylpheed-claws exits with segfault when logging
1353          in to certain imap-servers)
1354
1355 2003-05-29 [alfons]     0.9.0claws8
1356
1357         * src/toolbar.[ch]
1358                 add print button (calling summary_print());
1359                 fine tune setting tooltip text;
1360                 (if someone needs other buttons, please take these 
1361                 commits as a guide, instead of bothering us - also
1362                 see 0.8.11claws150) 
1363
1364 2003-05-29 [darko]      0.9.0claws7
1365
1366         * src/compose.c
1367                 fix crash when word wrapping kicks in due to
1368                 changed text by spell checker
1369
1370 2003-05-29 [paul]       0.9.0claws6
1371
1372         * src/compose.c
1373                 fix bug where changing account would insert
1374                 sig even if auto_sig was FALSE
1375                 
1376         * ChangeLog
1377           ChangeLog.jp
1378           INSTALL
1379                 sync with 0.9.1 release
1380
1381 2003-05-28 [christoph]  0.9.0claws5
1382
1383         * src/imap.c
1384                 fix truncation of too long commands
1385
1386         (closes Bug 167 IMAP hangs trying to get envelope
1387          information in imap_get_uncached_messages)
1388
1389 2003-05-27 [paul]       0.9.0claws4
1390
1391         * tools/Makefile.am
1392           tools/maildir2sylpheed.pl     ** NEW FILE **
1393                 add kmail to sylpheed mailbox conversion script
1394
1395 2003-05-27 [paul]       0.9.0claws3
1396
1397         * sync with 0.9.0cvs10
1398                 see ChangeLog 2003-05-26
1399
1400 2003-05-26 [paul]       0.9.0claws2
1401
1402         * sync with 0.9.0cvs9
1403                 see ChangeLog 2003-05-26
1404
1405 2003-05-24 [paul]       0.9.0claws1
1406
1407         * sync with 0.9.0cvs8
1408                 see ChangeLog 2003-05-23
1409
1410 2003-05-24 [paul]       0.9.0claws
1411
1412         * version 0.9.0claws released
1413
1414 2003-05-24 [paul]       0.8.11claws177
1415
1416         * src/plugins/dillo-viewer/Makefile.am
1417           src/plugins/traycon/Makefile.am
1418                 add missing files
1419                 
1420         * po/bg.po
1421           po/en_GB.po
1422           po/es.po
1423           po/it.po
1424           po/pt_BR.po
1425           po/ru.po
1426           po/sr.po
1427                 update Bulgarian, British English, Spanish, Italian, 
1428                 Brazilian Portuguese, Russian, and Serbian translations, 
1429                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1430                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1431                 Ruslan N. Balkin, and Urke MMI
1432
1433 2003-05-23 [melvin]     0.8.11claws176
1434
1435         * po/fr.po
1436                 Updated French translations
1437
1438 2003-05-22 [paul]       0.8.11claws175
1439
1440         * src/Makefile.am
1441           src/addrbook.[ch]
1442           src/addrcache.[ch]
1443           src/addr_compl.[ch]
1444           src/adressbook.[ch]
1445           src/addrindex.[ch]
1446           src/addritem.[ch]
1447           src/editaddress.c
1448           src/editgroup.c
1449           src/editldap_basedn.c
1450           src/editldap.c
1451           src/jpilot.c
1452           src/vcard.c
1453                 revert to get ldap into it previous working state
1454                 
1455         * po/zh_TW.Big5.po
1456                 new Taiwanese translation,
1457                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1458
1459 2003-05-22 [christoph]  0.8.11claws174
1460
1461         * src/plugins/spamassassin/libspamc.[ch]
1462                 sync libspamc with SpamAssaain release 2.55
1463
1464 2003-05-22 [paul]       0.8.11claws173
1465
1466         * sync with 0.9.0cvs7
1467                 see ChangeLog 2003-05-22
1468                 
1469         * src/summaryview.c
1470                 revert change in 0.8.11claws172: follow
1471                 Hiroyuki's decision and that's the end of it.
1472
1473 2003-05-21 [paul]       0.8.11claws172
1474
1475         * src/summaryview.c
1476                 fix discrepency between open_unread_on_enter
1477                 and always_show_msg
1478
1479 2003-05-21 [paul]       0.8.11claws171
1480
1481         * sync with 0.9.0cvs6
1482                 see ChangeLog 2003-05-21
1483
1484 2003-05-21 [paul]       0.8.11claws170
1485
1486         * sync with 0.9.0cvs5
1487                 see ChangeLog 2003-05-21
1488
1489 2003-05-20 [paul]       0.8.11claws169
1490
1491         * sync with 0.9.0cvs4
1492                 see ChangeLog 2003-05-20
1493                 fixes bug #152, 'encoding of IMAP folders names'
1494
1495 2003-05-20 [paul]       0.8.11claws168
1496
1497         * sync with 0.9.0cvs3
1498                 see ChangeLog 2003-05-20
1499                 
1500         * src/tools/convert_mbox.pl
1501                 minor change in the comments, submitted by Fred Marton
1502
1503 2003-05-19 [paul]       0.8.11claws167
1504
1505         * src/plugins/clamav/Makefile.am
1506           configure.ac
1507                 link clamav_lib to the plugin and not to the main program
1508
1509 2003-05-19 [christoph]
1510
1511         * src/Makefile.am
1512                 add -export-dynamic for linking
1513
1514 2003-05-19 [paul]       0.8.11claws166
1515
1516         * sync with 0.9.0cvs1
1517                 see ChangeLog 2003-05-19
1518
1519 2003-05-19 [paul]       0.8.11claws165
1520
1521         * src/inc.c
1522                 fix 'pop before smtp' timeout
1523
1524 2003-05-18 [alfons]     0.8.11claws164
1525
1526         * src/prefs_matcher.c
1527                 put "execute" action command line ("expression") in edit box
1528
1529 2003-05-18 [christoph]  0.8.11claws163
1530
1531         * src/mimeview.[ch]
1532         * src/plugins/dillo_viewer/dillo_viewer.c
1533         * src/plugins/image_viewer/viewer.c
1534         * src/plugins/mathml_viewer/mathml_viewer.c
1535                 let a viewer have a list of Content-Types
1536
1537 2003-05-18 [paul]       0.8.11claws162
1538
1539         * src/prefs_filtering.c
1540                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1541                 and REDIRECT actions
1542
1543 2003-05-17 [christoph]
1544
1545         * README.claws
1546                 o remove dynamic signatures that was syned with main
1547                 o add infos about no longer "build in" image viewer
1548                 o update bugtracker URL
1549
1550 2003-05-17 [christoph]  0.8.11claws161
1551
1552         * src/folder.c
1553         * src/folderview.c
1554         * src/imap.c
1555                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1556                 for every folder after rebuilding the folder tree.
1557
1558         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1559          messages)
1560
1561 2003-05-17 [christoph]  0.8.11claws160
1562
1563         * src/imap.c
1564                 don't use STATUS command on current folder to check for
1565                 content changes. imap_cmd_ok() now tracks changes to
1566                 folder and number of existing messages.
1567
1568 2003-05-17 [paul]       0.8.11claws159
1569
1570         * src/plugins/clamav/clamav_plugin.c
1571                 remove unnecessary debug_print
1572
1573 2003-05-16 [thorsten]   0.8.11claws158
1574
1575         * src/plugins/demo.c
1576                 included missing intl.h
1577
1578 2003-05-16 [paul]       0.8.11claws157
1579
1580         * po/POTFILES.in
1581                 remove non-existant entries
1582         
1583         * src/plugins/clamav/clamav_plugin.c
1584           src/plugins/clamav/clamav_plugin_gtk.c
1585           src/plugins/dillo_viewer/dillo_prefs.c
1586           src/plugins/dillo_viewer/dillo_viewer.c
1587                 gettextise
1588
1589 2003-05-16 [christoph]  0.8.11claws156
1590
1591         * po/POTFILES.in
1592                 include plugin .c files for translation until I
1593                 find a better solution to have plugins have their
1594                 own textdomain
1595         * src/plugins/demo/demo.c
1596         * src/plugins/image_viewer/plugin.c
1597         * src/plugins/mathml_viewer/mathml_viewer.c
1598         * src/plugins/spamassassin/spamassassin.c
1599         * src/plugins/spamassassin/spamassassin_gtk.c
1600         * src/plugins/trayicon/trayicon.c
1601                 add gettext macros for plugin name and description
1602
1603 2003-05-16 [paul]
1604
1605         * sync with 0.9.0
1606
1607 2003-05-16 [paul]       0.8.11claws155
1608
1609         * sync with lastest 0.9.0pre1
1610                 see ChangeLog 2003-05-16
1611
1612 2003-05-15 [paul]       0.8.11claws154
1613
1614         * sync with latest 0.9.0pre1
1615                 see ChangeLog 2003-05-14 and 2003-05-15
1616
1617 2003-05-14 [christoph]  0.8.11claws153
1618
1619         * src/plugins/image_viewer/viewer.c
1620         * src/plugins/image_viewer/viewer.glade         ** NEW **
1621         * src/plugins/image_viewer/viewerprefs.c
1622                 make it possible to disable the autoload function in the
1623                 imageviewer again
1624
1625 2003-05-14 [christoph]  0.8.11claws152
1626
1627         * src/folder.c
1628                 fix folder update after adding a message
1629
1630 2003-05-13 [alfons]     0.8.11claws151
1631
1632         * src/common/session.c
1633                 remove debug traces
1634                 
1635         * src/addrcache.[ch]
1636         * src/filtering.[ch]
1637         * src/folder.[c]
1638         * src/gtkaspell.[ch]
1639         * src/imap.[ch]
1640         * src/mbox_folder.[ch]
1641         * src/mh.[ch]
1642         * src/mimeview.h
1643         * src/msgcache.[ch]
1644         * src/news.[ch]
1645         * src/passphrase.[ch]
1646         * src/prefs_common.[ch]
1647         * src/prefs_gtk.[ch]
1648         * src/procmsg.c
1649         * src/scoring.[ch]
1650                 be pedantic; (in prototypes () implies (int))
1651
1652 2003-05-13 [alfons]     0.8.11claws150
1653
1654         * src/prefs_toolbar.[ch]
1655         * src/summaryview.[ch]
1656         * src/toolbar.[ch]
1657                 change misleading text in toolbar prefs;
1658                 add toolbar action for ignore thread (toggles ignore thread flag);
1659                 clean up a little bit;
1660
1661 2003-05-12 [paul]
1662
1663         * tools/convert_mbox.pl
1664                 bug fixed by Fred Marton
1665
1666 2003-05-12 [paul]
1667
1668         * sync with 0.9.0pre1
1669
1670 2003-05-09 [paul]       0.8.11claws149
1671
1672         * sync with 0.8.11cvs43
1673                 see ChangeLog 2003-05-09
1674
1675 2003-05-08 [christoph]  0.8.11claws148
1676
1677         * src/imap.[ch]
1678                 o use CAPABILIY as first command and check for PREAUTH
1679                   information in the response to it
1680                 o rewrite all imap_cmd_* functions to use an IMAPSession
1681                   instead of a SockInfo as parameter
1682                 o do STARTTLS after fetching and checking the server
1683                   capabilities
1684
1685 2003-05-08 [paul]       0.8.11claws147
1686
1687         * tools/Makefile.am
1688           tools/README
1689           tools/convert_mbox.pl         ** NEW FILE **
1690                 add mbox conversion script. Submitted by 
1691                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1692
1693 2003-05-07 [christoph]
1694
1695         * doc-src/glade.txt
1696         * src/gtk/pluginwindow.glade
1697         * src/plugins/image_viewer/viewerprefs.glade
1698         * src/plugins/spamassassin/spamassassin_gtk.glade
1699                 add glade files for user interfaces and a description how
1700                 to use glade to create the sylpheed code
1701
1702 2003-05-07 [paul]       0.8.11claws146
1703
1704         * sync with 0.8.11cvs41
1705                 see ChangeLog 2003-05-07
1706
1707 2003-05-06 [christoph]  0.8.11claws145
1708
1709         * src/main.c
1710         * src/plugins/image_viewer/viewer.c
1711                 fix usage of imlib in imageviewer plugin
1712
1713         * src/gtk/prefswindow.c
1714                 handle window close event correctly
1715
1716 2003-05-06 [paul]       0.8.11claws144
1717
1718         * src/common/ssl.c
1719                 fix typo introduced in sync
1720
1721 2003-05-06 [paul]       0.8.11claws143
1722
1723         * sync with 0.8.11cvs39
1724                 see ChangeLog 2003-05-06
1725
1726 2003-05-06 [paul]       0.8.11claws142
1727
1728         * AUTHORS
1729           po/cs.po
1730                 updated Czech translation, submitted by 
1731                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1732                 
1733         * src/plugins/clamav/clamav_plugin_gtk.c
1734                 clean up
1735
1736 2003-05-03 [alfons]     0.8.11claws141
1737
1738         * src/compose.[ch]
1739                 make paste as quotation work even when the call to 
1740                 text_inserted() was deferred (fixes bug #140 "Paste 
1741                 as quotation does not work when using "external" 
1742                 clipboard")
1743
1744 2003-05-03 [thorsten]   0.8.11claws140
1745
1746         * src/addrquery.h
1747           src/ldapquery.h
1748           src/mainwindow.c
1749                 removed C++ comments
1750         * src/addr_compl.c
1751                 function with non-int retval/param used before
1752                 implementation/declaration
1753
1754 2003-05-02 [paul]       0.8.11claws139
1755
1756         * src/addr_compl.[ch]
1757           src/addressbook.[ch]
1758           src/addrindex.c
1759           src/summaryview.c
1760                 revert match's changes to (finally) remove the bug where
1761                 opening a folder causes massive slowdown when using the 
1762                 'Display sender using address book' option
1763
1764 2003-05-01 [melvin]     0.8.11claws138
1765
1766         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1767         * src/plugins/dillo_viewer/dillo_viewer.c
1768                 Fixed bug where "Cancel" button from prefs issued
1769                 warnings.
1770                 Comply a little more to coding style
1771
1772 2003-05-01 [paul]       0.8.11claws137
1773
1774         * sync with 0.8.11cvs38
1775                 see ChangeLog 2003-05-01
1776
1777 2003-05-01 [paul]       0.8.11claws136
1778
1779         * po/bg.po
1780                 updated by George Danchev
1781
1782 2003-04-30 [christoph]  0.8.11claws135
1783
1784         * src/plugins/dillo_viewer/dillo_prefs.c
1785         * src/plugins/image_viewer/viewerprefs.c
1786         * src/plugins/spamassassin/spamassassin_gtk.c
1787                 remove gtk_widget_ref() calls for widgets in
1788                 glade code
1789
1790 2003-04-30 [paul]       0.8.11claws134
1791
1792         * src/addrindex.c
1793                 ok, this time a better fix for the bug where opening folder
1794                 has massive slowdown when using the 'Display sender using 
1795                 address book' option
1796
1797 2003-04-30 [paul]       0.8.11claws133
1798
1799         * src/addrindex.c
1800                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1801         
1802 2003-04-30 [melvin]     0.8.11claws132
1803
1804         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1805
1806         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1807                 Preferences for the dillo plugin
1808         * src/plugins/dillo_viewer/dillo_viewer.c
1809                 Support for preferences
1810         * src/plugins/dillo_viewer/Makefile.am
1811                 Added dillo_prefs.[ch]
1812
1813 2003-04-30 [alfons]     0.8.11claws131
1814
1815         * src/common/plugin.[ch]
1816                 see? this ANSI C'fication immediately gives us type
1817                 checking for free.
1818
1819 2003-04-30 [alfons]     0.8.11claws130
1820
1821         * src/common/plugin.[ch]
1822         * src/plugins/clamav/clamav_plugin.[ch]
1823         * src/plugins/clamav/clamav_plugin_gtk.c
1824         * src/plugins/demo/demo.c
1825         * src/plugins/dillo_viewer/dillo_viewer.c
1826         * src/plugins/image_viewer/plugin.c
1827         * src/plugins/image_viewer/viewer.[ch]
1828         * src/plugins/image_viewer/viewerprefs.[ch]
1829         * src/plugins/mathml_viewer/mathml_viewer.c
1830         * src/plugins/spamassassin/spamassassin.[ch]
1831         * src/plugins/spamassassin/spamassassin_gtk.c
1832         * src/plugins/trayicon/trayicon.c
1833                 clean up
1834
1835 2003-04-30 [alfons]     0.8.11claws129
1836
1837         * src/common/utils.c
1838                 make is_ascii_str() fail gracefully when NULL pointer
1839                 is passed
1840
1841 2003-04-30 [paul]       0.8.11claws128
1842
1843         * src/addrindex.c
1844                 fix bug where opening folder has massive slowdown when
1845                 using the 'Display sender using address book' option
1846
1847 2003-04-30 [paul]       0.8.11claws127
1848
1849         * src/plugins/clamav/clamav_plugin.c
1850           src/plugins/clamav/clamav_plugin_gtk.c
1851           src/plugins/demo/demo.c
1852           src/plugins/dillo_viewer/dillo_viewer.c
1853           src/plugins/image_viewer/plugin.c
1854           src/plugins/mathml_viewer/mathml_viewer.c
1855           src/plugins/spamassassin/spamassassin.c
1856           src/plugins/spamassassin/spamassassin_gtk.c
1857           src/plugins/trayicon/trayicon.c
1858                 get rid of eye-hurting function signatures
1859
1860 2003-04-30 [paul]       0.8.11claws126
1861
1862         * src/plugins/trayicon/trayicon.c
1863                 add description
1864                 
1865         * src/mimeview.c
1866                 be more descriptive
1867
1868 2003-04-30 [paul]       0.8.11claws125
1869
1870         * configure.ac
1871                 arrange the plugins in reverse alphabetical order
1872                 
1873         * src/plugins/clamav/clamav_plugin.[ch]
1874           src/plugins/clamav/clamav_plugin_gtk.c
1875                 rename some params
1876                 resize max_size window
1877                 re-arrange the order of some gui elements
1878                 improve descriptions
1879         
1880         * src/plugins/image_viewer/plugin.c
1881           src/plugins/mathml_viewer/mathml_viewer.c
1882                 add descriptions
1883                 
1884         * src/plugins/spamassassin/spamassassin_gtk.c
1885                 resize max_size window
1886                 re-arrange the order of some gui elements
1887                 
1888         * src/messageview.c
1889           src/mimeview.c
1890                 correct typos
1891
1892 2003-04-30 [alfons]     0.8.11claws124
1893
1894         * src/imap.c
1895                 fix a leak found while browsing Martin Kluge's 
1896                 valgrind log (Claws only)
1897
1898 2003-04-29 [darko]      0.8.11claws123
1899
1900         * src/gtk/gtkstext.h
1901                 include wchar.h if it is available, fixes compilation
1902                 on HP-UX systems
1903
1904 2003-04-29 [melvin]     0.8.11claws122
1905
1906         * src/prefs_actions.c
1907                 Improved help text of Actions' syntax
1908
1909 2003-04-28 [paul]       0.8.11claws121
1910
1911         * src/action.c
1912                 a better fix for the crash when performing an action
1913                 on a mime part
1914
1915 2003-04-28 [paul]       0.8.11claws120
1916
1917         * src/action.c
1918                 fix crash when performing an action on a
1919                 mime part
1920
1921 2003-04-28 [paul]       0.8.11claws119
1922
1923         * sync with 0.8.11cvs36
1924                 see ChangeLog 2003-04-28
1925
1926 2003-04-27 [paul]       0.8.11claws118
1927
1928         * more sync with 0.8.11cvs35
1929                 see ChangeLog 2003-04-25
1930
1931 2003-04-26 [christoph]  0.8.11claws117
1932
1933         * src/folder.c
1934                 fix remove virtual check
1935
1936 2003-04-26 [paul]       0.8.11claws116
1937
1938         * src/messageview.c
1939                 fix return-receipt, make it work again
1940
1941 2003-04-26 [paul]       0.8.11claws115
1942
1943         * src/mimeview.c
1944                 restore double-clicking of the [application/pgp-signature 
1945                 (Select "Check signature" to check)] line in the message view,
1946                 broken in recent sync
1947
1948 2003-04-26 [christoph]  0.8.11claws114
1949
1950         * src/folder.c
1951                 check if remove virtual really exists before
1952                 calling the function
1953
1954 2003-04-25 [match]      0.8.11claws113
1955
1956         * src/addrindex.c
1957         * src/addrbook.c
1958         * src/ldapquery.[ch]
1959         * src/ldapctrl.[ch]
1960                 fix memleak.
1961         * src/ldapserver.[ch]
1962                 fix memleak. fix segfault.
1963                 plug a Claws memleak
1964
1965 2003-04-25 [alfons]     0.8.11claws112
1966
1967         * src/folder.c
1968                 plug a Claws memleak
1969
1970 2003-04-25 [alfons]     0.8.11claws111
1971
1972         * src/common/session.c
1973                 plug a memleak
1974
1975 2003-04-25 [paul]       0.8.11claws110
1976
1977         * sync with 0.8.11cvs35
1978                 see ChangeLog 2003-04-24 and 2003-04-25
1979                 
1980         * src/gtk/pluginwindow.c
1981                 correct another strange float value
1982
1983 2003-04-24 [christoph]  0.8.11claws109
1984
1985         * src/folder.c
1986                 freeze folder item updates when unsetting new flags
1987
1988         * src/gtk/pluginwindow.c
1989                 correct strange float value
1990
1991 2003-04-23 [paul]       0.8.11claws108
1992
1993         * sync with 0.8.11cvs33
1994                 see ChangeLog 2003-04-23
1995
1996 2003-04-22 [paul]       0.8.11claws107
1997
1998         * src/Makefile.am
1999           src/messageview.c
2000           src/mimeview.c
2001           src/pgptext.[ch]      ** REMOVED **
2002                 remove pgptext.[ch] as its not used any more
2003
2004 2003-04-22 [paul]       0.8.11claws106
2005
2006         * sync with 0.8.11cvs31
2007                 see ChangeLog 2003-04-21 and 2003-04-22
2008
2009 2003-04-21 [alfons]     0.8.11claws105
2010
2011         * src/main.c
2012                 No access to GTK structures if we're a spawned child
2013                 (and clean up code a little bit...) Should fix #126.
2014
2015 2003-04-21 [melvin]     0.8.11claws104
2016
2017         * src/plugins/dillo_viewer/README
2018                 Improved slightly the text.
2019
2020 2003-04-21 [melvin]     0.8.11claws103
2021
2022         * src/plugins/dillo_viewer/README *** NEW ***
2023                 Added a README file for the Dillo plugin
2024
2025 2003-04-20 [paul]
2026
2027         * tools/README
2028           tools/outlook2sylpheed.pl
2029                 updated and improved by Ricardo Mones Lastra
2030
2031 2003-04-18 [oliver]     0.8.11claws102
2032
2033         * src/inc.c 
2034         * src/prefs_account.h
2035                 remove Pop3SessionType (used by selective download)
2036         * src/prefs_toolbar.c
2037                 enable set Default Toolbar button
2038
2039 2003-04-18 [paul]       0.8.11claws101
2040
2041         * sync with 0.8.11cvs29
2042                 see ChangeLog 2003-04-18
2043
2044 2003-04-17 [paul]       0.8.11claws100
2045
2046         * src/prefs_common.[ch]
2047           src/summaryview.c
2048                 remove 'Open next message on deletion' option,
2049                 as the same effect can now be achieved via the
2050                 'Always open messages in summary when selected'
2051                 option.
2052
2053 2003-04-17 [paul]       0.8.11claws99
2054
2055         * sync with 0.8.11cvs28
2056                 see ChangeLog 2003-04-17
2057
2058 2003-04-17 [christoph]  0.8.11claws98
2059
2060         * ac/spamassassin.m4
2061         * src/plugins/spamassassin/libspamc.[ch]
2062         * src/plugins/spamassassin/utils.[ch]
2063                 sync libspamc with SpamAssassin project
2064
2065 2003-04-17 [christoph]  0.8.11claws97
2066
2067         * src/common/socket.h
2068         * src/gtk/sslcertwindow.h
2069                 rename old USE_SSL to USE_OPENSSL
2070
2071 2003-04-17 [paul]       0.8.11claws96
2072
2073         * src/prefs_common.h
2074                 use gulong for P_COLOR so that it compiles/runs on
2075                 64-bit systems. Patch submitted by James Noyes
2076                 <jnoyes-claws@retrogeeks.com>
2077                 
2078         * po/de.po
2079                 updated by Jens
2080
2081 2003-04-17 [paul]       0.8.11claws95
2082
2083         * sync with 0.8.11cvs27
2084                 see ChangeLog 2003-04-16
2085
2086 2003-04-15 [paul]       0.8.11claws94
2087
2088         * src/prefs_common.[ch]
2089                 rearrange to stop the window getting too long:
2090                         move Receive dialog stuff to Receive tab
2091                         move Send dialog to Send tab
2092                         remove Dialogs frame
2093                 rename 'Open messages in summary with cursor keys' to
2094                 'Always open messages in summary when selected', as its
2095                 more appropriate
2096
2097 2003-04-15 [paul]       0.8.11claws93
2098
2099         * src/prefs_common.[ch]
2100           src/summaryview.c
2101                 add new option '/Interface/Open next message on deletion'
2102
2103 2003-04-15 [paul]       0.8.11claws92
2104
2105         * src/summaryview.[ch]
2106                 add /Mark/Lock and /Mark/Unlock to the pop-up
2107                 menu. Patch submitted by Ivan Francolin Martinez
2108                 <ivanfm@users.sourceforge.net>
2109
2110 2003-04-15 [paul]       0.8.11claws91
2111
2112         * sync with 0.8.11cvs24
2113                 see ChangeLog 2003-04-15
2114
2115 2003-04-14 [jens]       0.8.11claws90
2116
2117         * updated German translation and some corrections from
2118                 Roland Bless <bless@tm.uka.de>
2119
2120 2003-04-14 [paul]       0.8.11claws89
2121
2122         * sync with 0.8.11cvs22
2123                 see ChangeLog 2003-04-14
2124
2125 2003-04-13 [paul]       0.8.11claws88
2126
2127         * src/plugins/clamav/clamav_plugin.c
2128                 fix memory leaks
2129                 clean up
2130
2131 2003-04-12 [paul]       0.8.11claws87
2132
2133         * src/plugins/clamav/clamav_plugin.c
2134                 activate enable/disable archive scanning option
2135                 
2136         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2137
2138 2003-04-12 [paul]       0.8.11claws86
2139
2140         * src/plugins/Makefile.am
2141           src/plugins/clamav/Makefile.am                ** NEW FILE **
2142           src/plugins/clamav/README                     ** NEW FILE ** 
2143           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2144           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2145                 add Clam AntiVirus plugin
2146
2147 2003-04-12 [paul]       0.8.11claws85
2148
2149         * sync with 0.8.11cvs21
2150                 see ChangeLog 2003-04-11
2151
2152 2003-04-11 [paul]       0.8.11claws84
2153
2154         * po/es.po
2155                 update Spanish translation. Submitted by Ricardo
2156                 Mones Lastra.
2157
2158 2003-04-10 [christoph]  0.8.11claws83
2159
2160         * src/mbox.c
2161                 fix typo that did not move unfiltered mails to destination
2162                 folder
2163
2164         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2165          when filtering from spool)
2166
2167 2003-04-10 [christoph]  0.8.11claws82
2168
2169         * src/imap.c
2170                 use BODY.PEEK instead of BODY in in message fetch operation
2171                 to make sure the IMAP server does not set the \Seen flag for
2172                 messages. Sylpheed does that later itself, when the message
2173                 is opened in sylpheed
2174
2175         (closes Bug 111 Claws destroys unread marks)
2176
2177 2003-04-09 [oliver]     0.8.11claws81
2178         
2179         * src/folder.c
2180                 fix crash in folder_destroy
2181         * README.claws
2182                 remove selective download
2183
2184 2003-04-09 [christoph]  0.8.11claws80
2185
2186         * src/imap.c
2187                 fix crash in imap_get_msginfo() when then fetched message
2188                 is not found
2189
2190         (closes Bug 110 Crash during mail composition)
2191
2192 2003-04-08 [christoph]  0.8.11claws79
2193
2194         * src/folder.c
2195         * src/prefs_account.c
2196                 Filter new messages that are found in an INBOX folder
2197                 when 'Filter messages on receiving' is enabled in the
2198                 Folder's AccountPrefs. This allows to use Sylpheed's
2199                 filtering engine for IMAP folders where messages are
2200                 added to the INBOX by a MTA
2201
2202 2003-04-08 [paul]       0.8.11claws78
2203
2204         * src/procmsg.h
2205                 clean up after last commit
2206
2207 2003-04-08 [paul]       0.8.11claws77
2208
2209         * sync with 0.8.11cvs20
2210                 see ChangeLog 2003-04-07 and 2003-04-08
2211
2212 2003-04-07 [christoph]  0.8.11claws76
2213
2214         * src/filtering.[ch]
2215         * src/inc.[ch]
2216         * src/mbox.c
2217         * src/procmsg.[ch]
2218                 add procmsg_msginfo_filter() to execute filtering actions
2219
2220 2003-04-06 [christoph]  0.8.11claws75
2221
2222         * src/imap.c
2223                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2224
2225 2003-04-06 [christoph]  0.8.11claws74
2226
2227         * src/common/utils.[ch]
2228                 add g_int_compare() function for slist sorting
2229
2230         * src/imap.c
2231                 fetch all MsgInfos with one command in imap_get_msginfos()
2232                 using an imap set with a list of ranges
2233
2234         * src/news.c
2235                 use new g_int_compare() function
2236
2237 2003-04-06 [thorsten]   0.8.11claws73
2238
2239         * src/mh.c
2240                 corrected implementation of mh_folder_destroy()
2241
2242 2003-04-05 [christoph]  0.8.11claws72
2243
2244         * src/account.c
2245         * src/folder.[ch]
2246         * src/folderview.c
2247         * src/imap.c
2248         * src/inc.c
2249         * src/main.c
2250         * src/mainwindow.c
2251         * src/mbox_folder.c
2252         * src/mh.c
2253         * src/mimeview.h
2254         * src/msgcache.[ch]
2255         * src/news.c
2256         * src/procmime.h
2257         * src/procmsg.[ch]
2258         * src/setup.c
2259         * src/gtk/gtkutils.c
2260                 o rename structure field names class and new to klass and
2261                   new_msgs, to allow including files in C++
2262                 o add 'extern "C"' block to some header files
2263                 o add MsgInfoList and MsgNumberList as alias for GSList for
2264                   developers to know what type of list is expected
2265
2266         * src/plugins/image_viewer/plugin.c
2267         * src/plugins/image_viewer/viewer.[ch]
2268         * src/plugins/image_viewer/viewerprefs.[ch]
2269                 rename function names to prevent conflicts
2270
2271 2003-04-05 [paul]       0.8.11claws71
2272
2273         * sync with 0.8.11cvs18
2274                 see ChangeLog 2003-04-03 and 2003-04-04
2275
2276 2003-04-02 [christoph]  0.8.11claws70
2277
2278         * src/folder.[ch]
2279         * src/imap.[ch]
2280         * src/mbox_folder.[ch]
2281         * src/mh.[ch]
2282         * src/news.[ch]
2283                 o Make all virtual folder functions private
2284                 o remove unused folder code
2285
2286         * src/common/socket.[ch]
2287         * src/summaryview.c
2288                 fix warnings
2289
2290 2003-03-30 [alfons]     0.8.11claws69
2291
2292         * src/send_message.c
2293                 remove two debug traces and see if people still report
2294                 errors
2295
2296 2003-03-30 [alfons]     0.8.11claws68
2297
2298         * src/send_message.c
2299         * src/commons/session.c
2300                 add more debug traces
2301
2302 2003-03-30 [christoph]  0.8.11claws67
2303
2304         * src/folder.c
2305                 change processing folder name from .processing to processing
2306
2307         * src/common/ssl.c
2308                 disable SSL certificate check because it causes Xlib error
2309                 when the child process want's to open an GTK window
2310
2311 2003-03-30 [christoph]  0.8.11claws66
2312
2313         * src/folder.c
2314                 don't use default folder for processing folder item because
2315                 it can be a non local folder
2316
2317         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2318
2319 2003-03-30 [alfons]     0.8.11claws65
2320
2321         * src/send_message.c
2322                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2323                 to generate bad code for 'send_send_data_progressive': When
2324                 called from 'send_send_data_finished', the 'data' pointer is
2325                 cleared just before the assignment to the dialog pointer
2326
2327 2003-03-29 [christoph]  0.8.11claws64
2328
2329         * src/common/prefs.h
2330         * src/plugins/image_viewer/Makefile.am
2331         * src/plugins/image_viewer/plugin.c
2332         * src/plugins/image_viewer/viewer.[ch]
2333         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2334                 add PrefsPage for ImageViewer
2335
2336 2003-03-28 [thorsten]   0.8.11claws63
2337
2338         * src/common/session.c
2339                 added some comments
2340
2341 2003-03-28 [paul]       0.8.11claws62
2342
2343         * sync with 0.8.11cvs16
2344                 see ChangeLog 2003-03-28
2345
2346 2003-03-28 [paul]       0.8.11claws61
2347
2348         * sync with 0.8.11cvs15
2349                 see ChangeLog 2003-03-28
2350
2351 2003-03-27 [christoph]  0.8.11claws60
2352
2353         * src/folder.c
2354         * src/imap.c
2355         * src/common/socket.[ch]
2356                 set socket state to DISCONNECTED when any operation
2357                 fails to allow reconnecting in IMAP code without
2358                 checking the return code of all calls to the command
2359                 functions
2360
2361         * src/folderview.c
2362         * src/summaryview.c
2363                 remove some more stuff that depends on specific
2364                 folder types
2365
2366 2003-03-27 [paul]       0.8.11claws59
2367
2368         * sync with 0.8.11cvs14
2369                 see ChangeLog 2003-03-27
2370                 
2371         * src/selective_download.[ch]   ** REMOVED **
2372                 really removed
2373
2374 2003-03-27 [christoph]  0.8.11claws58
2375
2376         * src/folder.c
2377                 fix handling of tmp_flags in flag copy function
2378
2379 2003-03-27 [paul]       0.8.11claws57
2380
2381         * sync with 0.8.11cvs13
2382                 see ChangeLog 2003-03-27
2383
2384 2003-03-27 [oliver]     0.8.11claws56
2385
2386         * src/maiwindow.c
2387                 remove sel_download_cb
2388
2389 2003-03-27 [oliver]     0.8.11claws55
2390         
2391         * src/inc.c
2392                 remove POP3_TOP
2393         
2394 2003-03-26 [oliver]     0.8.11claws54
2395
2396         *src/pop.h
2397                 remove POP3_TOP*
2398         * README.claws
2399                 remove selective donwload readme
2400
2401 2003-03-26 [oliver]     0.8.11claws53
2402         * src/matcher.[ch]
2403         * src/matcher_parser_parse.y 
2404         * src/pop.c 
2405         * src/prefs_account.[ch]
2406         * src/prefs_filtering.c
2407                 remove selective donwload
2408
2409 2003-03-26 [oliver]     0.8.11claws52
2410
2411         * src/inc.[ch] 
2412         * src/filtering.c 
2413         * src/mainwindow.c 
2414                 remove selective donwload
2415
2416 2003-03-26 [oliver]     0.8.11claws51
2417         
2418         * src/Makefile.am
2419         * src/selective_download.[ch]   ** REMOVE **    
2420
2421 2003-03-26 [christoph]  0.8.11claws50
2422
2423         * src/news.c
2424                 fix NEWS that got broken by a sync with sylpheed-main
2425
2426 2003-03-26 [christoph]  0.8.11claws49
2427
2428         * src/mimeview.c
2429                 fix mime type guessing when no mime type is found for a file
2430
2431 2003-03-25 [christoph]  0.8.11claws48
2432
2433         * src/mimeview.c
2434         * src/procmime.c
2435                 remove mime type guessing from mime parser and use
2436                 name based mime types in viewer lookup for mime type
2437                 application/octet-stream
2438
2439 2003-03-25 [christoph]  0.8.11claws47
2440
2441         * doc-src/readme.txt
2442         * doc-src/rfc2554.txt
2443                 add RFC about SMTP AUTH
2444
2445         * src/send_message.c
2446         * src/common/smtp.[ch]
2447                 add extra error code for authentication errors and
2448                 clear temporary password when this error occurs
2449
2450         (closes Bug 84 authentication failure while sending should
2451          prompt for password again)
2452
2453 2003-03-25 [christoph]  0.8.11claws46
2454
2455         * configure.ac
2456         * src/Makefile.am
2457         * src/imageview.[ch]                            ** REMOVE **
2458         * src/messageview.[ch]
2459         * src/mimeview.[ch]
2460         * src/prefs_common.[ch]
2461         * src/textview.c
2462         * src/plugins/Makefile.am
2463         * src/plugins/image_viewer/.cvsignore           ** NEW **
2464         * src/plugins/image_viewer/Makefile.am          ** NEW **
2465         * src/plugins/image_viewer/plugin.c             ** NEW **
2466         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2467                 move image viewer into a plugin (building is enabled by default)
2468                 [ToDo: Prefs for resize and autoview]
2469
2470 2003-03-25 [paul]       0.8.11claws45
2471
2472         * sync with 0.8.11cvs12
2473                 see ChangeLog 2003-03-26
2474
2475 2003-03-25 [paul]       0.8.11claws44
2476
2477         * sync with 0.8.11cvs11
2478                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2479                 
2480         Note: Selective Download is broken.
2481                 
2482 2003-03-22 [christoph]  0.8.11claws43
2483
2484         * src/folder.c
2485                 code cleanup for flags copying
2486
2487 2003-03-22 [christoph]  0.8.11claws42
2488
2489         * src/plugins/trayicon/trayicon.c
2490                 fix setting the transparent area when the window size
2491                 is forced by the system tray
2492
2493 2003-03-22 [christoph]  0.8.11claws41
2494
2495         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2496         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2497         * src/plugins/trayicon/newmail.xpm              ** NEW **
2498         * src/plugins/trayicon/nomail.xpm               ** NEW **
2499         * src/plugins/trayicon/trayicon.c
2500         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2501                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2502                 o add icon for unread mails
2503                 o set transparency for window
2504
2505 2003-03-22 [christoph]  0.8.11claws40
2506
2507         * src/news.c
2508                 init news session to prevent crash when session is closed
2509
2510 2003-03-22 [christoph]  0.8.11claws39
2511
2512         * src/imap.c
2513         * src/common/session.[ch]
2514                 Init session data to make sure we don't have invalid pointers
2515                 for read_ch and write_ch when new multi process sessions are
2516                 not used
2517
2518         * src/main.c
2519         * src/common/plugin.c
2520         * src/common/sylpheed.c
2521         * src/plugins/demo/demo.c
2522         * src/plugins/dillo_viewer/dillo_viewer.c
2523         * src/plugins/mathml_viewer/mathml_viewer.c
2524         * src/plugins/spamassassin/spamassassin.c
2525         * src/plugins/spamassassin/spamassassin_gtk.c
2526                 add plugin types to allow loading plugins at different times
2527                 (and maybe for different frontends), because it's not good to
2528                 load GTK-Plugins gefore gtk_init was called
2529
2530         * configure.ac
2531         * src/plugins/Makefile.am
2532         * src/plugins/trayicon/.cvsignore               ** NEW **
2533         * src/plugins/trayicon/Makefile.am              ** NEW **
2534         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2535         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2536         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2537         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2538         * src/plugins/trayicon/trayicon.c               ** NEW **
2539                 New Trayicon plugin that shows an icon in a systray that uses
2540                 XEMBED protocol like Gnome's systray. Icon shows if there
2541                 are new mails and a tooltip shows information about new,
2542                 unread and total messages.
2543
2544 2003-03-22 [paul]       0.8.11claws38
2545
2546         * src/common/smtp.c
2547                 fix ESMTP AUTH CRAM-MD5
2548                 [sync with main (still version 0.8.11cvs6), see
2549                  ChangeLog 2003-03-22]
2550
2551 2003-03-21 [colin]      0.8.11claws37
2552
2553         * src/send_message.c
2554                 Fix USE_SSL => USE_OPENSSL
2555
2556 2003-03-21 [colin]      0.8.11claws36
2557
2558         * src/folderview.c
2559                 Fix counts in drag and dropped subfolders
2560
2561 2003-03-21 [colin]      0.8.11claws35
2562
2563         * src/folder.c 
2564         * src/folderview.c
2565                 speed up a bit folder dnd
2566
2567 2003-03-20 [alfons]     0.8.11claws34
2568
2569         * src/main.c
2570         * src/toolbar.c
2571         * src/procmsg.c
2572                 don't send locked queue messages
2573                 (feature request "[ 705245 ] Locking message in outbox 
2574                  should prevent sending")
2575
2576 2003-03-20 [christoph]  0.8.11claws33
2577
2578         * src/folder.c
2579                 remove NEW and UNREAD flag in special folders when scanning
2580                 
2581         * src/common/smtp.c
2582                 fix ESMTP AUTH CRAM-MD5
2583
2584 2003-03-20 [paul]       0.8.11claws32
2585
2586         * src/prefs_account.c
2587                 Re-write 'Tunnel command to open connection' as
2588                 'Use command to communicate with server', and disable
2589                 it for all except IMAP accounts
2590
2591 2003-03-20 [paul]       0.8.11claws31
2592
2593         * sync with 0.8.11cvs6
2594                 see ChangeLog 2003-03-20
2595
2596 2003-03-19 [match]      0.8.11claws30
2597
2598         * src/addritem.[ch]
2599                 include documentation. minor refactoring.
2600         * src/addr_compl.[ch]
2601         * src/addrindex.[ch]
2602         * src/addresbook.[ch]
2603         * src/summaryview.c
2604                 re-enable address lookup (was disabled in
2605                 0.8.11claws20).
2606
2607 2003-03-19 [christoph]  0.8.11claws29
2608
2609         * src/procmsg.c
2610                 add temp flag handling, will make moving and copying
2611                 messages possible again
2612
2613         * src/folder.c
2614                 correct calulation of folder stats
2615
2616 2003-03-18 [match]      0.8.11claws28
2617
2618         * src/editgroup.h
2619                 remove case sensitive comparison (closes bug 80).
2620
2621 2003-03-18 [christoph]  0.8.11claws27
2622
2623         * src/imap.c
2624                 fix imap using a tunnel command
2625
2626         (closes bug 87)
2627
2628 2003-03-18 [christoph]  0.8.11claws26
2629
2630         * src/folder.[ch]
2631         * src/imap.c
2632         * src/procmsg.[ch]
2633                 rewrite flag handling for folders
2634
2635 2003-03-18 [christoph]  0.8.11claws25
2636
2637         * src/folder.c
2638         * src/procmsg.c
2639         * src/summaryview.c
2640                 unset NEW and UNREAD flags when message is ignored, to make
2641                 sure messages don't show up as unread on other IMAP clients,
2642                 because the IGNORE_THREAD flag can not be syncronized through
2643                 the IMAP folder
2644
2645 2003-03-17 [christoph]  0.8.11claws24
2646
2647         * src/imap.c
2648                 don't use recursion to fetch uids when the number of messages
2649                 does not match. Moved code into subfunction that is used
2650                 again when needed, to prevent an endless loop.
2651
2652 2003-03-17 [thorsten]   0.8.11claws23
2653
2654         * src/imageview.[ch]
2655                 export imageview_get_resized_size() (for plugins)
2656         * src/prefs_common.[ch]
2657                 added prefs_common_get() (for plugins)
2658
2659 2003-03-17 [christoph]  0.8.11claws22
2660
2661         * src/imap.c
2662                 o remove UID guessing from copy code
2663                 o support UIDPLUS extension for APPEND command
2664
2665 2003-03-17 [paul]       0.8.11claws21
2666
2667         * src/gtk/about.c
2668                 remove 'Compiled-plugins' section.
2669                 
2670         * src/plugins/dillo_viewer/dillo_viewer.c
2671                 slight change to description text
2672
2673 2003-03-16 [match]      0.8.11claws20
2674         * src/ldapserver.[ch]           ** NEW **
2675         * src/ldapctrl.[ch]             ** NEW **
2676         * src/ldapquery.[ch]            ** NEW **
2677         * src/ldaputil.[ch]             ** NEW **
2678         * src/addrcindex.[ch]           ** NEW **
2679         * src/addrquery.h               ** NEW **
2680         * src/addritem.[ch]
2681         * src/addrcache.[ch]
2682         * src/addrindex.[ch]
2683         * src/addr_compl.[ch]
2684         * src/addressbook.[ch]
2685         * src/addrbook.[ch]
2686         * src/editgroup.c
2687         * src/editaddress.c
2688         * src/editldap.c
2689         * src/editldap_basedn.c
2690         * src/vcard.c
2691         * src/jpilot.c
2692         * src/Makefile.am
2693                 included dynamic LDAP queries. improved address
2694                 completion.
2695
2696 2003-03-16 [paul]       0.8.11claws19
2697
2698         * tools/multiwebsearch.pl
2699                 fix a fatal typo
2700
2701 2003-03-16 [christoph]  0.8.11claws18
2702
2703         * src/mimeview.c
2704         * src/plugins/dillo_viewer/dillo_viewer.c
2705         * src/plugins/mathml_viewer/mathml_viewer.c
2706                 make unregistering of MimeViewerFactorys possible
2707
2708 2003-03-16 [alfons]     0.8.11claws17
2709
2710         * configure.ac
2711                 correct typo
2712
2713 2003-03-16 [melvin]     0.8.11claws16
2714
2715         * src/plugins/dillo_viewer.c
2716                 Fixed bug where it was not possible to view more than
2717                 one text/html attachment per message (bug discovered
2718                 by Christoph Hohmann).
2719
2720 2003-03-15 [melvin]     0.8.11claws15
2721
2722         * src/prefs_actions.c
2723                 Fixed compilation warnings.
2724
2725 2003-03-15 [melvin]     0.8.11claws14
2726
2727         * src/plugins/Makefile.am
2728         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2729         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2730         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2731                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2732                 newer (http://dillo.auriga.wearlab.de/).
2733
2734 2003-03-15 [christoph]  0.8.11claws13
2735
2736         * src/imap.c
2737                 don't query imap folder for attributes because we already
2738                 for them from imap_status
2739
2740         * src/mimeview.[ch]
2741                 add support for plugable MimeViewers (unloading Viewers
2742                 not yet complete)
2743
2744         * src/plugins/Makefile.am
2745         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2746         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2747         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2748                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2749                 widget from http://helm.cs.unibo.it/mml-widget/
2750
2751 2003-03-14 [christoph]  0.8.11claws12
2752
2753         * src/folder.[ch]
2754                 o error return code's should better be negative
2755                 o replace printf with debug_print
2756
2757         * src/imap.c
2758                 improve IMAP folder scan by checking UID-NEXT
2759
2760         * src/summaryview.c
2761                 remove check that are unnecessary in my opinion
2762
2763 2003-03-13 [christoph]  0.8.11claws11
2764
2765         * src/folder.[ch]
2766         * src/foldersel.c
2767         * src/folderview.c
2768         * src/imap.c
2769         * src/mbox_folder.c
2770         * src/mh.c
2771         * src/news.c
2772         * src/prefs_scoring.c
2773         * src/summaryview.c
2774                 use a common function to get a displayable name
2775                 for a FolderItem
2776
2777 2003-03-13 [paul]       0.8.11claws10
2778
2779         * tools/Makefile.am
2780           tools/README
2781           tools/multiwebsearch.conf     ** NEW FILE **
2782           tools/multiwebsearch.pl       ** NEW FILE **
2783                 add multiwebsearch Actions script
2784
2785 2003-03-13 [colin]      0.8.11claws9
2786
2787         * src/compose.c
2788                 Remove leading emtpy lines from quoted text
2789                 before quoting it
2790
2791 2003-03-13 [melvin]     0.8.11claws8
2792
2793         * src/prefs_actions.c
2794                 Fixed a memory leak
2795                 Code clean ups
2796                 Added Cancel and OK buttons
2797                 Corrected help text
2798
2799 2003-03-13 [christoph]  0.8.11claws7
2800
2801         * src/account.c
2802         * src/folder.[ch]
2803         * src/imap.c
2804         * src/mainwindow.c
2805         * src/mbox_folder.c
2806         * src/mh.c
2807         * src/news.c
2808         * src/setup.c
2809                 replace more folder type stuff with folder class stuff
2810
2811 2003-03-13 [melvin]     0.8.11claws6
2812
2813         * src/prefs_actions.c
2814                 Added new tokens:
2815                 %u: user provided argument
2816                 %h: user provided argument (hidden on input)
2817                 %s: current text selection in the message view 
2818
2819 2003-03-13 [paul]       0.8.11claws5
2820
2821         * sync with 0.8.11cvs5
2822                 see ChangeLog 2003-03-11, 2003-03-12
2823
2824 2003-03-12 [christoph]  0.8.11claws4
2825
2826         * src/folder.c
2827                 use folder class idstr when writing folderlist.xml
2828
2829         * src/folder.h
2830         * src/imap.c
2831         * src/news.c
2832                 replace folder type checks with folder class checks
2833
2834 2003-03-12 [christoph]  0.8.11claws3
2835
2836         * src/folder.[ch]
2837         * src/imap.[ch]
2838         * src/main.c
2839         * src/mbox_folder.[ch]
2840         * src/mh.[ch]
2841         * src/news.[ch]
2842                 o create a list of known folder classes in the folder system
2843                 o use folder class id strings for folder item identifiers
2844
2845 2003-03-12 [christoph]  0.8.11claws2
2846
2847         * src/imap.c
2848                 fix imap uid validity check
2849
2850 2003-03-12 [christoph]  0.8.11claws1
2851
2852         * src/account.c
2853         * src/folder.[ch]
2854         * src/foldersel.c
2855         * src/folderview.c
2856         * src/imap.c
2857         * src/mainwindow.c
2858         * src/mbox_folder.c
2859         * src/mh.c
2860         * src/news.c
2861         * src/prefs_scoring.c
2862         * src/procmsg.c
2863         * src/setup.c
2864         * src/summaryview.c
2865                 initial restructuring of folder system, seperating
2866                 folders and folder classes
2867
2868 2003-03-12 [paul]       0.8.11claws
2869
2870         0.8.11claws release
2871
2872 2003-03-12 [christoph]
2873
2874         * src/gtk/prefswindow.c
2875                 fix translation of "Page Index"
2876
2877 2003-03-12 [paul]       0.8.10claws110
2878
2879         a sync from 0.8.11cvs4 before the release
2880
2881         * src/common/utils.c
2882                 subject_compare_for_sort(): allow null strings (fixes
2883                 summary sorting).
2884
2885 2003-03-11 [paul]       0.8.10claws109
2886
2887         * po/es.po
2888                 update Spanish translation, submitted by
2889                 Ricardo Mones Lastra
2890
2891 2003-03-11 [melvin]     0.8.10claws108
2892
2893         * po/fr.po
2894                 Updated French translations
2895
2896 2003-03-11 [paul]       0.8.10claws107
2897
2898         * manual/en/Makefile.am
2899           manual/en/*.html
2900                 update English manual, add a new page
2901                 updated by Francois Barriere <fbarriere@atmel.fr>
2902                 
2903         * po/bg.po
2904           po/it.po
2905           po/sr.po
2906                 update Bulgarian, Italian, and Serbian translations
2907                 submitted by George Danchev, Alessandro Maestri, and
2908                 Urke MMI
2909
2910 2003-03-10 [paul]       0.8.10claws106
2911
2912         * src/gtk/about.c
2913           src/gtk/prefswindow.c
2914                 make some strings translatable
2915
2916 2003-03-10 [darko]      0.8.10claws105
2917
2918         * src/compose.c
2919                 code cleanup to make Hiro happy
2920
2921 2003-03-10 [paul]       0.8.10claws104
2922
2923         * sync with 0.8.11cvs2
2924                 see ChangeLog 2003-03-10
2925
2926 2003-03-09 [melvin]     0.8.10claws103
2927
2928         * src/textview.c
2929                 textview_set_font(): fix for message display in
2930                 UTF-8 locales (thanks to Sergey Vlasov).
2931                 (was unintentionnaly reverted in 0.8.6claws6)   
2932
2933 2003-03-08 [darko]      0.8.10claws102
2934
2935         * src/compose.c
2936                 fix infinite loop in wrapping as reported
2937                 by happycactus
2938                 obsoletes patch #696482
2939
2940 2003-03-08 [christoph]  0.8.10claws101
2941
2942         * src/imap.c
2943                 add workaround for IMAP servers that do not
2944                 support the "UID SEARCH UID" command
2945
2946 2003-03-07 [christoph]  0.8.10claws100
2947
2948         * src/plugins/spamassassin/spamassassin.[ch]
2949         * src/plugins/spamassassin/spamassassin_gtk.c
2950                 code cleanup
2951
2952 2003-03-07 [paul]       0.8.10claws99
2953
2954         * po/es.po
2955                 updated Spanish translation, submitted by
2956                 Ricardo Mones Lastra
2957
2958 2003-03-07 [christoph]  0.8.10claws98
2959
2960         * src/send.c
2961                 fix in 0.8.10claws94 was wrong
2962                 local delivery does not require escaping, remove escaping
2963                 code to make signatures of mails with "." lines valid
2964                 
2965                 NOTE: requires that sendmail is executed with "-i" option,
2966                       what is the default now, but has to be changed in all
2967                       exsiting accounts)
2968
2969 2003-03-07 [paul]       0.8.10claws97
2970
2971         * sync with 0.8.11 release
2972                 see ChangeLog 2003-03-07
2973
2974 2003-03-06 [paul]       0.8.10claws96
2975
2976         * src/compose.c
2977                 revert commit 0.8.10claws92
2978
2979 2003-03-06 [paul]       0.8.10claws95
2980
2981         * src/folderview.c
2982                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2983
2984         * src/gtkaspell.c
2985                 fix bug 74, 'Crash opening editor window with pseudo-color
2986                 display'
2987                 
2988         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2989
2990 2003-03-06 [christoph]  0.8.10claws94
2991
2992         * src/send.c
2993                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2994                 all lines starting with a period get an extra period
2995                 inserted
2996                 (found by Simon 'corecode' Schubert)
2997
2998 2003-03-06 [paul]       0.8.10claws93
2999
3000         * src/folderview.c
3001                 if configured font can't be loaded fall back to gtk
3002                 default. (with thanks to Christoph)
3003                 
3004                 closes long-standing bug 15 'Crashes on startup'
3005
3006 2003-03-06 [paul]       0.8.10claws92
3007
3008         * src/compose.c
3009                 freeze text before autosave and thaw afterwards
3010                 fixes bug 67 'autosave make re-rediting message crazy'
3011
3012 2003-03-06 [christoph]  0.8.10claws91
3013
3014         * src/compose.c
3015                 ignore address comment in dupe check for Cc-list
3016
3017         (closes reopened bug 47 Replying to message strips name part of
3018          e-mail addresses of Cc: lines)
3019
3020 2003-03-06 [paul]       0.8.10claws90
3021
3022         * src/Makefile.am
3023                 remove reference to gtkxtext.h as its no longer in
3024                 the repository
3025
3026 2003-03-06 [paul]       0.8.10claws89
3027
3028         * sync with 0.8.10cvs25
3029                 see ChangeLog 2003-03-06
3030
3031 2003-03-06 [oliver]     0.8.10claws88
3032         
3033         * src/messageview.c
3034                 remove include
3035
3036 2003-03-06 [oliver]     0.8.10claws87
3037         
3038         * src/folderview.c 
3039                 remove changes introduced inclaws74
3040         * src/messageview.c
3041                 another attempt to sanely delete and update
3042                 messages deleted in separate messageview
3043
3044 2003-03-05 [christoph]  0.8.10claws86
3045
3046         * src/summaryview.c
3047                 check if "From" matches any account's address if
3048                 addressbook completion of addresses is disabled too
3049
3050         (closes Bug 70 "Display recipient in from" doesn't check
3051          folder's default account)
3052
3053 2003-03-05 [christoph]  0.8.10claws85
3054
3055         * src/compose.c
3056         * src/common/utils.[ch]
3057                 don't strip address comments when building Cc lists
3058
3059         (closes Bug 47 Replying to message strips name part of e-mail addresses
3060          of Cc: lines)
3061
3062         * src/folder.c
3063                 fix return value of copy function
3064
3065 2003-03-05 [christoph]  0.8.10claws84
3066
3067         * src/imap.c
3068                 don't ask imap server for non rfc822 headers
3069
3070         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3071
3072         * src/imap.c
3073                 destroy session on socket error to allow reconnecting
3074
3075 2003-03-05 [christoph]  0.8.10claws83
3076
3077         * configure.ac
3078                 fix building with gnome when no prefix is set
3079
3080         (closes bug 66 Gnome directory is set to NONE)
3081
3082 2003-03-05 [paul]       0.8.10claws82
3083
3084         * sync with 0.8.10cvs23
3085                 see ChangeLog 2003-03-05
3086
3087 2003-03-04 [christoph]  0.8.10claws81
3088
3089         * src/folder.c
3090                 o fix moving and copying when folder returns 0 for new
3091                   message number
3092                 o remove some code for single message copy and move
3093                   operations and use functions for multiple messages
3094
3095         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3096
3097         * src/news.c
3098                 remove unused include
3099
3100 2003-03-04 [paul]       0.8.10claws80
3101
3102         * src/gtk/about.c
3103                 list 'Compiled plugins'
3104
3105 2003-03-03 [christoph]  0.8.10claws79
3106
3107         * src/news.[ch]
3108                 have to multiply the percentage of the current fetch with
3109                 the percentage that it has of the total fetch operation
3110                 for correct values
3111
3112 2003-03-03 [christoph]  0.8.10claws78
3113
3114         * src/news.c
3115                 fix calculation of expected lines for progress indicator
3116
3117 2003-03-03 [christoph]  0.8.10claws77
3118
3119         * src/summaryview.c
3120         * src/common/utils.c
3121                 fix segfault when opening the root news folder
3122
3123 2003-03-03 [christoph]  0.8.10claws76
3124
3125         * src/mainwindow.[ch]
3126         * src/common/Makefile.am
3127         * src/common/progressindicator.[ch]
3128                 add UI independent progress indicator handling
3129
3130         * src/news.[ch]
3131                 use new progress indicator for message info fetching
3132
3133         * src/common/hooks.h
3134                 code cleanup
3135
3136 2003-03-03 [oliver]     0.8.10claws75
3137
3138         * src/toolbar.c
3139         * src/compose.c
3140                 removed commented code
3141
3142 2003-03-03 [oliver]     0.8.10claws74
3143
3144         * src/toolbar.[ch]
3145                 cleanups and refactoring
3146         * src/compose.[ch]
3147                 compose_reply_mode reply & forwarding interface for
3148                 toolbar buttons
3149         * src/folderview.c
3150                 act on messages marked for deletion in folderview_selected
3151                 based on prefs_common.immediate_exec since a message might 
3152                 have been deleted by messageview in a folder we are changing 
3153                 to (does anybody understand what I'm on about ?)
3154
3155 2003-03-03 [oliver]     0.8.10claws73
3156         
3157         * src/messageview.[ch]
3158                 new functions
3159                 - messageview_delete: delete message shown in messagview
3160                 - messageview_update_view: update messageview to currently 
3161                   selected summaryview message
3162                 - add separate messageview to msgview_list in order to update 
3163                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3164         * src/summaryview.[ch]
3165                 summary_get_selection returns a list of selected msgs
3166                 in summaryview
3167         * src/mainwindow.c
3168                 toolbar reply refactoring
3169
3170 2003-03-03 [paul]       0.8.10claws72
3171
3172         * sync with 0.8.10cvs21
3173                 see ChangeLog 2003-03-03
3174
3175 2003-03-02 [christoph]  0.8.10claws71
3176
3177         * src/common/passcrypt.c
3178                 use POSIX includes
3179
3180 2003-03-02 [christoph]  0.8.10claws70
3181
3182         * configure.ac
3183         * src/prefs_account.c
3184         * src/prefs_gtk.[ch]
3185         * src/common/.cvsignore
3186         * src/common/Makefile.am
3187         * src/common/passcrypt.c                ** NEW **
3188         * src/common/passcrypt.h.in             ** NEW **
3189                 Implement password encryption in config files
3190                 using unix encrypt and setkey functions. The crypt
3191                 key can be set as a configure parameter. Old
3192                 passwords will be converted if they do not begin
3193                 with '!'
3194
3195 2003-03-02 [paul]       0.8.10claws69
3196
3197         * src/prefs_account.c
3198                 fix compile error
3199
3200 2003-03-01 [thorsten]   0.8.10claws68
3201
3202         * po/el.po
3203           po/hr.po
3204           po/it.po
3205           po/nl.po
3206           po/sr.po
3207           po/sv.po
3208                 corrected format strings
3209         * po/en_GB.po
3210                 corrected headers
3211                 (fix compile errors with GNU gettext-0.11.5)
3212
3213 2003-03-01 [oliver]     0.8.10claws67
3214
3215         * src/summaryview.c
3216                 menu callbacks call toolbar_menu_reply
3217
3218 2003-03-01 [oliver]     0.8.10claws66
3219
3220         * src/mainwindow.c
3221         * src/messageview.c
3222                 menu callbacks call toolbar_menu_reply
3223         * src/toolbar.[ch]
3224                 callbacks from menu handled by toolbar_menu_reply
3225
3226 2003-03-01 [paul]       0.8.10claws65
3227
3228         * src/addressbook.c
3229                 revert commit 0.8.10claws54 - breaks editing of
3230                 addressbook.
3231                 
3232         * po/bg.po
3233                 update Bulgarian translation, submitted by
3234                 George Danchev
3235
3236 2003-02-28 [christoph]  0.8.10claws64
3237
3238         * src/account.c
3239         * src/addressadd.c
3240         * src/compose.c
3241         * src/gtkaspell.c
3242         * src/gtkxtext.h                ** REMOVE **
3243         * src/imap.c
3244         * src/matcher.[ch]
3245         * src/mh.c
3246         * src/news.c
3247         * src/pine.c
3248         * src/prefs_common.c
3249         * src/prefs_matcher.c
3250         * src/procheader.[ch]
3251         * src/procmsg.[ch]
3252         * src/toolbar.c
3253         * src/common/ssl_certificate.c
3254         * src/gtk/colorlabel.c
3255         * src/gtk/menu.c
3256                 o fix warnings
3257                 o remove code obsoleted by new cache and folder system rework
3258
3259 2003-02-28 [oliver]     0.8.10claws63
3260         
3261         * src/toolbar.[ch]
3262                 * fix bug where reply in Messageview replied to 
3263                 Message displayed in summaryview
3264                 (reportedd via ML by chinatinte at gmx dot ch)
3265                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3266                 didn't work in separate MessageView Toolbar
3267                 (wondering if anybody uses this at all ?)
3268         * src/summaryview.[ch]
3269                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3270                 (generalize reply and forward code);
3271         * src/messageview.c 
3272                 remove focus_in event which updated summaryview to messageview
3273
3274 2003-02-28 [paul]       0.8.10claws62
3275
3276         * po/Makefile.in.in
3277                 add the --check option
3278                 Patch submitted by Ricardo Mones Lastra
3279
3280 2003-02-28 [paul]       0.8.10claws61
3281
3282         * src/prefs_account.c
3283                 re-order 'Signature' items
3284
3285 2003-02-28 [paul]       0.8.10claws60
3286
3287         * sync with 0.8.10cvs20
3288                 see ChangeLog 2003-02-28
3289
3290 2003-02-28 [paul]       0.8.10claws59
3291
3292         * po/POTFILES.in
3293                 update to reflect recent movement of files
3294
3295 2003-02-28 [paul]       0.8.10claws58
3296
3297         * sync with 0.8.10cvs19
3298                 see ChangeLog 2003-02-28
3299
3300 2003-02-27 [martin]     0.8.10claws57
3301
3302         * src/prefs_matcher.c 
3303                 fix segfault in prefs_matcher_ok() when the
3304                 last entry is deleted and prevents that the
3305                 message "entry not saved" comes up after deleting
3306                 an entry
3307
3308 2003-02-27 [martin]     0.8.10claws56
3309
3310         * src/prefs_filtering.c 
3311                 fix segfault in prefs_filtering_ok() when the
3312                 last entry is deleted and prevents that the
3313                 message "entry not saved" comes up after deleting
3314                 an entry
3315
3316 2003-02-27 [paul]       0.8.10claws55
3317
3318         * sync with 0.8.10cvs18
3319                 see ChangeLog 2003-02-27
3320
3321 2003-02-27 [paul]       0.8.10claws54
3322
3323         * src/addressbook.c
3324                 fix bug where the address book crashes with 
3325                 multiple lookups.
3326                 Patch [687729] submitted by David Frager 
3327                 <dbfrager@users.sourceforge.net>
3328
3329 2003-02-25 [christoph]  0.8.10claws53
3330
3331         * src/Makefile.am
3332         * src/colorlabel.[ch]           ** REMOVE **
3333         * src/gtk/Makefile.am
3334         * src/gtk/colorlabel.[ch]       ** NEW **
3335                 move colorlabel files to gtk directory
3336
3337         * src/esmtp.[ch]                ** REMOVE **
3338                 has been merged into smtp.[ch] in 0.7.5
3339
3340 2003-02-25 [christoph]  0.8.10claws52
3341
3342         * src/Makefile.am
3343         * src/about.[ch]                ** REMOVE **
3344         * src/gtk/Makefile.am
3345         * src/gtk/about.[ch]            ** NEW **
3346                 move about files to gtk directory
3347
3348 2003-02-25 [christoph]  0.8.10claws51
3349
3350         * src/folder.c
3351                 some code optimization of folder scanning code
3352
3353         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3354
3355 2003-02-25 [christoph]  0.8.10claws50
3356
3357         * src/main.c
3358         * src/common/sylpheed.c
3359                 add command line parameter parsing to common code
3360
3361 2003-02-24 [christoph]
3362
3363         * Makefile.am
3364         * configure.ac
3365                 fix gnome prefix problems, the configure script now removed
3366                 `gnome-config --prefix` from `gnome-config --datadir`
3367                 and adds $(prefix} instead
3368
3369         (closes Bug 24 Makefile does not respect prefix when installing
3370          GNOME data)
3371
3372 2003-02-24 [christoph]  0.8.10claws49
3373
3374         * src/news.c
3375                 check for valid session before trying to authenticate
3376
3377         (closes Bug 60 crash if "authenticate on logon" is activated
3378          and newsserver-hostname is not valid)
3379
3380 2003-02-24 [melvin]     0.8.10claws48
3381
3382         * src/prefs_actions.c
3383                 Make sure all user's input is sent to the action and then
3384                 close the socket..
3385
3386 2003-02-23 [alfons]     0.8.10claws46
3387
3388         * src/summaryview.c
3389                 also wait cursor when deleting files
3390
3391 2003-02-23 [paul]
3392
3393         * tools/freshmeat_search.pl
3394           tools/google_search.pl
3395                 scripts should now work for any browser/browser command line
3396
3397 2003-02-22 [christoph]  0.8.10claws45
3398
3399         * src/procmsg.c
3400                 fix IMAP flag setting, IMAP flag is not handled correctly
3401                 anymore by the folder system and information about the
3402                 folder should not be saved in the MsgInfo (in my opinion)
3403
3404         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3405
3406 2003-02-22 [christoph]  0.8.10claws44
3407
3408         * src/summaryview.c
3409                 fix spelling of "label" ;-)
3410
3411 2003-02-22 [thorsten]   0.8.10claws43
3412
3413         * src/mimeview.c
3414           src/prefs_common.[ch]
3415           src/procmime.[ch]
3416                 do not use description as attachment name
3417
3418 2003-02-22 [alfons]     0.8.10claws42
3419
3420         * src/summaryview.c
3421                 freeze/thaw folder item updates when changing color labels,
3422                 and put a wait cursors on
3423
3424 2003-02-22 [thorsten]   0.8.10claws41
3425
3426         * src/mimeview.c
3427                 save-all fixes: crash if invoked on multipart container,
3428                 mimeinfo access, pathseparators, error dialog
3429
3430 2003-02-21 [alfons]     0.8.10claws40
3431
3432         * src/prefs_gtk.c
3433                 remove unused var
3434
3435 2003-02-21 [colin]      0.8.10claws39
3436
3437         * src/send.c
3438                 Fix smtp logging
3439
3440 2003-02-21 [colin]      0.8.10claws38
3441
3442         * src/summaryview.c
3443                 Freeze/thaw folderItem updates when filtering messages 
3444                 via Tools/Filter messages
3445
3446 2003-02-21 [paul]       0.8.10claws37
3447
3448         * src/compose.c
3449                 revert commit 0.8.10claws26, there are ulterior motives
3450                 for users to set a Reply-To header when posting to
3451                 newsgroups
3452
3453 2003-02-21 [paul]       0.8.10claws36
3454
3455         * sync with 0.8.10cvs17
3456                 see ChangeLog 2003-02-21
3457
3458 2003-02-20 [christoph]  0.8.10claws35
3459
3460         * src/imap.c
3461                 IMAP UID fetch speedup using SEARCH
3462
3463         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3464
3465         * src/imap.c
3466                 fix problem with UIDs in IMAP UID cache that no longer existed
3467
3468 2003-02-20 [christoph]  0.8.10claws34
3469
3470         * src/imap.c
3471         * src/procheader.c
3472         * src/procheader.h
3473                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3474
3475         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3476
3477         * src/imap.c
3478                 Rewrite imap_cmd_gen_recv use sock_getline instead
3479                 of sock_gets to avoid problems with too long reply
3480                 lines
3481     
3482 2003-02-20 [colin]      0.8.10claws33
3483         
3484         * src/prefs_account.c
3485                 Better wording
3486
3487 2003-02-20 [colin]      0.8.10claws32
3488
3489         * src/compose.c
3490                 Remove useless '&& !to_sender' 
3491
3492 2003-02-20 [darko]
3493
3494         * AUTHORS
3495                 change my e-mail address
3496
3497 2003-02-19 [colin]      0.8.10claws31
3498
3499         * src/prefs_common.c
3500                 X11 style colors for every configurable color
3501
3502 2003-02-19 [alfons]     0.8.10claws30
3503
3504         * src/prefs_gtk.[ch]
3505         * src/prefs_common.c
3506                 for color_new accept both plain integers and X11 style color
3507                 names (as found in /usr/lib/X11/rgb.txt)
3508
3509 2003-02-19 [paul]       0.8.10claws29
3510
3511         * src/mainwindow.c
3512                 add tooltips to online/offline button and account selector
3513                 button
3514
3515 2003-02-19 [paul]       0.8.10claws28
3516
3517         * src/folder.c
3518           src/news.c
3519           src/prefs_account.[ch]
3520           src/prefs_common.[ch]
3521                 move 'Maximum number of articles to download' to
3522                 account prefs.
3523                 clean up account prefs gui a little by hiding entries
3524                 rather then greying out entries
3525
3526 2003-02-19 [hiro]       0.8.10claws27
3527
3528         * src/common/utils.c
3529                 fix bug #54 'yesterdays date is displayed in the message 
3530                 summary window'
3531
3532 2003-02-19 [paul]       0.8.10claws26
3533
3534         * src/compose.c
3535                 fix bug reported in Feature Request [688596] 
3536                 'Reply-to header in news'
3537
3538 2003-02-18 [paul]       0.8.10claws25
3539
3540         * src/select-keys.c
3541                 add a 'List all keys' button to key selection dialog
3542
3543 2003-02-18 [colin]      0.8.10claws24
3544         
3545         * src/stock_pixmap.c
3546                 fix compile error
3547
3548 2003-02-18 [colin]      0.8.10claws23
3549
3550         * src/common/smtp.[ch]
3551           src/prefs_account.c
3552                 Try to starttls if it seems to be the only
3553                 way to authenticate a user
3554
3555 2003-02-18 [paul]       0.8.10claws22
3556
3557         * src/Makefile.am
3558           src/folderview.c
3559           src/stock_pixmap.[ch]
3560           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3561           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3562                 as a Drafts folder is a special folder allow it to have
3563                 its own unique icons
3564
3565 2003-02-18 [colin]      0.8.10claws21
3566
3567         * src/imap.c
3568                 Fix port selection when using starttls
3569
3570 2003-02-18 [paul]       0.8.10claws20
3571
3572         * src/mainwindow.c
3573           src/prefs_common.[ch]
3574                 make blue the default new mail colour
3575
3576 2003-02-18 [paul]       0.8.10claws19
3577
3578         * sync with 0.8.10cvs14
3579                 see ChangeLog 2003-02-18
3580
3581 2003-02-17 [jens]       0.8.10claws18
3582
3583         * src/common/md5.c
3584                 fixed a compile problem with gcc 3.3
3585                 works on 2.95.3 too (testet on PPC as it is big endian)
3586
3587 2003-02-17 [paul]       0.8.10claws17
3588
3589         * sync with 0.8.10cvs13
3590                 see ChangeLog 2003-02-17
3591
3592 2003-02-17 [paul]       0.8.10claws16
3593
3594         * sync with 0.8.10cvs12
3595                 see ChangeLog 2003-02-17
3596
3597 2003-02-16 [match]      0.8.10claws15
3598
3599         * src/addressbook.c
3600                 Eliminates reloading of address data when items
3601                 deleted or added. Applied submitted by
3602                 Luke Plant <lukeplant@softhome.net>
3603
3604 2003-02-16 [paul]       0.8.10claws14
3605
3606         * src/news.c
3607                 when a 'protocol error' is encountered disconnect from
3608                 the server. This means that the user can carry on viewing
3609                 other articles and doesn't have to either wait until the
3610                 server timesout or quit sylpheed.
3611                 Fixes bug #53 'Unable to read messages in newsgroups, 
3612                 displayed message doesn't change'
3613
3614 2003-02-15 [christoph]  0.8.10claws13
3615
3616         * src/imap.c
3617                 fix bug that stopped scanning of folders when an
3618                 IMAP folder was empty
3619
3620         (closes bug 46 stop scan messages in folders after empty folder)
3621
3622 2003-02-15 [paul]
3623
3624         * tools/Makefile.am
3625           tools/README
3626           tools/freshmeat_search.pl     ** NEW FILE **
3627           tools/google_search.pl        ** NEW FILE **
3628                 Add 2 Actions scripts which search freshmeat/google
3629                 for the selected text using the browser configured
3630                 in sylpheedrc.
3631                 
3632         Note: These scripts are very dependent on the format of the
3633         browser command and may not work on every occasion. Testing
3634         is welcome. 
3635
3636 2003-02-14 [alfons]     0.8.10claws12
3637
3638         * src/compose.c
3639                 fix breakage because of uninitialized account pointer.
3640                 please verify.
3641
3642 2003-02-14 [paul]       0.8.10claws11
3643
3644         * src/compose.c
3645           src/prefs_account.[ch]
3646           src/prefs_common.[ch]
3647                 move signature settings to Account Prefs
3648
3649 2003-02-14 [paul]       0.8.10claws10
3650
3651         * sync with 0.8.10cvs11
3652                 see ChangeLog 2003-02-14
3653
3654 2003-02-13 [thorsten]   0.8.10claws9
3655
3656         * src/news.c
3657                 revert news progressbar (GUI separation)
3658
3659 2003-02-13 [paul]       0.8.10claws8
3660
3661         * src/compose.c
3662                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3663                 paragraph 1
3664
3665 2003-02-13 [paul]       0.8.10claws7
3666
3667         * src/compose.[ch]
3668           src/summaryview.c
3669                 fix 'Follow-up and Reply-to' so that it creates a reply to
3670                 the newsgroup and the sender. If the message has the keyword
3671                 'poster' in the Followup-To header, all replies go to the
3672                 sender, re: RFC 1036, Section 2.2.3
3673                 rename all instances of 'ignore_replyto' to 'to_sender', both
3674                 were previously used, now we use just one.
3675
3676 2003-02-13 [paul]       0.8.10claws6
3677
3678         * sync with 0.8.10cvs9
3679                 see ChangeLog 2003-02-13
3680
3681 2003-02-13 [paul]       0.8.10claws5
3682
3683         * configure.ac
3684                 show which plugins are configured in the configure
3685                 output.
3686
3687 2003-02-12 [thorsten]   0.8.10claws4
3688
3689         * src/news.c
3690                 show progress while fetching news headers
3691
3692 2003-02-12 [christoph]  0.8.10claws3
3693
3694         * configure.ac
3695         * src/plugins/Makefile.am
3696                 use AM_CONDITIONAL to enable plugins, automake correctly
3697                 manages this when creating distdir
3698
3699 2003-02-12 [christoph]  0.8.10claws2
3700
3701         * ac/spamassassin.m4
3702         * src/plugins/spamassassin/Makefile.am
3703                 fix building SpamAssassin plugin without OpenSSL
3704
3705 2003-02-12 [paul]       0.8.10claws1
3706
3707         * ac/Makefile.am
3708           src/Makefile.am
3709           src/plugins/Makefile.am
3710                 fix failure of 'make release'
3711
3712 2003-02-12 [paul]       0.8.10claws
3713
3714         * 0.8.10claws released
3715
3716 2003-02-12 [paul]       0.8.9claws56
3717
3718         * po/bg.po
3719           po/es.po
3720           po/it.po
3721           po/ru.po
3722           po/sr.po
3723                 updated translations by George Danchev, Ricardo Mones Lastra,
3724                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3725                 
3726         * sylpheed.spec.in
3727                 Allow the building of RPMs by a regular user. Submitted
3728                 by Sergei Astanin
3729
3730 2003-02-11 [alfons]     0.8.9claws55
3731
3732         * src/colorlabel.c
3733                 don't use pixmaps for label color rect but draw rectangles
3734                 so we can respect the color map of palette based visuals
3735                 (fixes the long time crashes on Suns - thanks to Andreas
3736                 Engel and Steve O'Hara-Smith for testing)
3737
3738 2003-02-11 [christoph]  0.8.9claws54
3739
3740         * src/matcher_parser_parse.y
3741                 correct bug where filering rules of not existing folders in
3742                 matcherrc were added to global filtering
3743                 
3744         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3745          main filter-rules after removing directory, http://bugs.debian.org/180253)
3746         
3747 2003-02-11 [paul]       0.8.9claws53
3748
3749         * sync with 0.8.10cvs7
3750                 see ChangeLog 2003-02-09
3751
3752 2003-02-11 [melvin]     0.8.9claws52
3753
3754         * po/fr.po
3755                 Updated French tranlsations
3756
3757 2003-02-10 [paul]       0.8.9claws51
3758
3759         * sylpheed.spec.in
3760                 correct --enable-openssl
3761                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3762
3763 2003-02-09 [martin]     0.8.9claws50
3764
3765         * src/prefs_matcher.c
3766                 fix segfault in prefs_matcher_substitute_cb() when
3767                 no row is selected
3768
3769 2003-02-09 [paul]       0.8.9claws49
3770
3771         * src/folderview.c
3772                 fix bug where a newsgroup folder's processing rules were
3773                 merged with the global filtering rules when the newsgroup
3774                 folder was deleted, causing some seriously bad results,
3775                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3776
3777 2003-02-08 [melvin]     0.8.9claws48
3778
3779         * src/compose.c
3780                 Corrected and modified an alert message.
3781
3782 2003-02-07 [paul]       0.8.9claws47
3783
3784         * src/folderview.c
3785                 fix bug where both an 'Account properties' window and a
3786                 'Folder properties' window were opened when clicking on
3787                 'Properties' in an NNTP or IMAP folder's popup menu.
3788
3789 2003-02-07 [paul]       0.8.9claws46
3790
3791         * sync with 0.8.10cvs6
3792                 see ChangeLog 2003-02-06
3793
3794 2003-02-06 [christoph]  0.8.9claws45
3795
3796         * src/mbox.c
3797                 freeze folder updates while importing mbox files
3798                 (closes bug 43 importing mbox took hours)
3799                 
3800         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3801
3802 2003-02-06 [thorsten]   0.8.9claws44
3803
3804         * po/de.po
3805                 Updated german translations
3806
3807 2003-02-06 [thorsten]   0.8.9claws43
3808
3809         * src/news.h
3810                 use guint for message numbers (fix count in grouplist dialog)
3811
3812 2003-02-05 [paul]       0.8.9claws42
3813
3814         * sync with 0.8.10cvs2
3815                 see ChangeLog 2003-02-05
3816
3817 2003-02-04 [colin]      0.8.9claws41
3818
3819         * src/prefs_common.[ch]
3820           src/procmsg.c
3821           src/summaryview.c
3822                 Add an option to disable threading by subject
3823
3824 2003-02-04 [christoph]  0.8.9claws40
3825
3826         * src/inc.c
3827                 only abort fetching mails from multiple accounts when the
3828                 error is fatal and does not allow to check any more accounts
3829                 (currently only disk full error)
3830
3831         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3832          receive mails for other accouts)
3833
3834 2003-02-04 [christoph]  0.8.9claws39
3835
3836         * src/folder.c
3837                 first add the new message to the cache, then
3838                 send the update notification
3839
3840         (closes bug 39 after sending message folderview doesnt get updated)
3841
3842 2003-02-04 [colin]      0.8.9claws38
3843
3844         * src/inc.c
3845                 _really_ fix this Connecting... status
3846
3847 2003-02-04 [paul]       0.8.9claws37
3848
3849         * sync with 0.8.10
3850                 see ChangeLog 2003-02-04
3851
3852 2003-02-04 [paul]       0.8.9claws36
3853
3854         * sync with 0.8.9cvs6
3855                 see ChangeLog 2003-02-03
3856
3857 2003-02-04 [paul]       0.8.9claws35
3858
3859         * po/pt_BR.po
3860                 updated by André Filipe de Assunção e Brito 
3861                 <bedecko@netsite.com.br>
3862
3863 2003-02-03 [thorsten]   0.8.9claws34
3864
3865         * po/de.po
3866                 Updated german translations
3867
3868 2003-02-02 [paul]       0.8.9claws33
3869
3870         * po/es.po
3871                 updated by Ricardo Mones Lastra
3872
3873 2003-02-02 [thorsten]   0.8.9claws32
3874
3875         * src/mh.c
3876                 Fix mh_get_msginfo() segfault if file is inaccessible
3877
3878 2003-01-31 [colin]      0.8.9claws31
3879
3880         * src/procheader.c
3881                 Fix last commit's bug
3882
3883 2003-01-31 [colin]      0.8.9claws30
3884
3885         * src/procheader.c
3886                 Missing a change for gpg-signed messages
3887
3888 2003-01-31 [paul]       0.8.9claws29
3889
3890         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3891           src/procheader.c
3892           src/stock_pixmap.[ch]
3893           src/summaryview.c
3894                 indicate GnuPG signed messages by displaying an icon
3895                 in the Attachment column.
3896
3897 2003-01-31 [paul]       0.8.9claws28
3898
3899         * sync with 0.8.9cvs4
3900                 see ChangeLog 2003-01-31
3901
3902 2003-01-31 [alfons]     0.8.9claws27
3903
3904         * src/textview.c
3905                 tune URI parser to accept mailto URLs with a '?'
3906                 (patch from Ruslan Balkin)
3907
3908 2003-01-31 [colin]      0.8.9claws26
3909
3910         * src/summaryview.c
3911                 Fix a leak introduced in claws24
3912
3913 2003-01-31 [colin]      0.8.9claws25
3914
3915         * src/summaryview.c
3916                 Freeze/Thaw folder updates when deleting dups
3917
3918 2003-01-31 [colin]      0.8.9claws24
3919         
3920         * src/addr_compl.c
3921           src/summaryview.c
3922           src/msgcache.c
3923                 little speed improvements
3924
3925 2003-01-31 [colin]      0.8.9claws23
3926
3927         * src/summaryview.c
3928                 Fix segfault when forwarding nothing
3929                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3930                 
3931 2003-01-30 [paul]       0.8.9claws22
3932
3933         * sync with 0.8.9cvs3
3934                 see ChangeLog 2003-01-30
3935
3936 2003-01-30 [paul]       0.8.9claws21
3937
3938         * sync with 0.8.9cvs2
3939                 see ChangeLog 2003-01-30
3940
3941 2003-01-29 [paul]       0.8.9claws20
3942
3943         * sync with 0.8.9cvs1
3944                 see ChangeLog 2003-01-29
3945
3946 2003-01-28 [paul]       0.8.9claws19
3947
3948         * po/POTFILES.in
3949                 update to reflect changes. 
3950                 thanks to Ricardo Mones Lastra
3951
3952 2003-01-27 [christoph]  0.8.9claws18
3953
3954         * ac/openssl.m4
3955         * ac/spamassassin.m4
3956         * src/plugins/spamassassin/README
3957         * src/plugins/spamassassin/libspamc.[ch]
3958         * src/plugins/spamassassin/utils.[ch]
3959                 updated to latest libspamc
3960
3961 2003-01-27 [christoph]  0.8.9claws17
3962
3963         * src/folder.c
3964                 fix wrong use of procheader_get_header_fields
3965
3966 2003-01-27 [christoph]  0.8.9claws16
3967
3968         * src/news.c
3969         * src/prefs_account.[ch]
3970         * src/common/nntp.[ch]
3971                 allow to force authentication for NNTP servers
3972
3973         Patch submitted by Florian Mickler <dmk@d-labs.de>
3974
3975 2003-01-26 [paul]       0.8.9claws15
3976
3977         * src/summaryview.c
3978                 speed up of marking messages as read
3979                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3980
3981 2003-01-26 [christoph]  0.8.9claws14
3982
3983         * src/Makefile.am
3984         * src/mgutils.[ch]              ** REMOVE **
3985         * src/xml.[ch]                  ** REMOVE **
3986         * src/xmlprops.[ch]             ** REMOVE **
3987         * src/common/Makefile.am
3988         * src/common/mgutils.[ch]       ** NEW **
3989         * src/common/xml.[ch]           ** NEW **
3990         * src/common/xmlprops.[ch]      ** NEW **
3991                 move xml files to common directory
3992
3993 2003-01-26 [christoph]  0.8.9claws13
3994
3995         * src/plugins/spamassassin/spamassassin_gtk.c
3996                 only set gtk entry text if string is available
3997
3998 2003-01-26 [melvin]     0.8.9claws12
3999
4000         * src/description_window.c
4001                 Allow resizing of the window
4002                 Allow automatic horizontal scroll bar
4003                 Do not vertically expand and fill
4004
4005 2003-01-26 [christoph]  0.8.9claws11
4006
4007         * src/Makefile.am
4008         * src/gtkutils.[ch]             ** REMOVE **
4009         * src/common/sylpheed.c
4010         * src/gtk/Makefile.am
4011         * src/gtk/description_window.c
4012         * src/gtk/gtkutils.[ch]         ** NEW **
4013         * src/gtk/prefswindow.c
4014                 move gtkutils to gtk directory
4015
4016 2003-01-26 [paul]       0.8.9claws10
4017
4018         * src/summaryview.c
4019                 rename summary_unread_clicked() to summary_status_clicked()
4020
4021 2003-01-26 [melvin]     0.8.9claws9
4022
4023         * src/prefs_actions.c
4024                 Cosmetical changes to the help text
4025
4026 2003-01-26 [paul]       0.8.9claws8
4027
4028         * src/folder.[ch]
4029           src/mainwindow.c
4030           src/prefs_common.c
4031           src/prefs_sumamry_column.c
4032           summaryview.[ch]
4033                 rename the 'Unread' column to 'Status'
4034
4035 2003-01-25 [match]      0.8.9claws7
4036
4037         * src/mgutils.[ch]
4038                 removed reference to LDAP constants. removed error2string.
4039                 included functions to support LDAP dynamic queries.
4040         * src/syldap.h
4041                 moved LDAP constants here.
4042         * src/addressbook.c
4043         * src/addrindex.c
4044         * src/importldif.c
4045                 removed references to LDAP constants and references to
4046                 error2string.
4047
4048 2003-01-25 [paul]       0.8.9claws6
4049
4050         * src/summaryview.c
4051                 summary_thread_build(), summary_thread_init(): remove 
4052                 unneeded reference to summaryview->folder_item
4053
4054 2003-01-25 [christoph]  0.8.9claws5
4055
4056         * src/gtk/description_window.c
4057                 o allow description texts to expand over multiple columns
4058                 o translate all columns
4059         * src/prefs_actions.c
4060                 change syntax description to use new multi column feature
4061
4062         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4063
4064 2003-01-25 [match]      0.8.9claws4
4065
4066         * src/vcard.c
4067                 fixed bug with Quoted-Printable
4068
4069 2003-01-25 [paul]       0.8.9claws3
4070
4071         * src/folder.[ch]
4072           src/summaryview.[ch]
4073                 implement per-folder collapsed/expanded threads setting
4074                 
4075         * src/prefs_common.c
4076                 remove global collapsed/expanded threads option
4077
4078 2003-01-25 [christoph]  0.8.9claws2
4079
4080         * po/POTFILES.in
4081                 add pluginwindow and prefswindow
4082         * src/compose.c
4083                 make send respond correctly to messages that could be added
4084                 to the queue folder, but the UID of the message is unknown
4085         * src/folder.c
4086         * src/imap.c
4087                 don't return guessed UIDs in imap_add_msg anymore. We return
4088                 0 to tell the folder system it was appened but the UID is
4089                 unknown. Folder system now get's the UID by scaning the folder
4090                 and searching the cache for the Message-ID
4091                 (closes bug #29 Messages queued, but not sent)
4092
4093 2003-01-25 [paul]       0.8.9claws1
4094
4095         * src/codeconv.c
4096                 conv_encode_header():  fix bug when long headers with 8-bit
4097                 characters are used, so that the encoded words are wrapped.
4098                 If the space in the original text falls on the wrap boundary,
4099                 it can be lost.
4100                 Patch by Sergey Vlasov.
4101                 
4102         * src/folderview.c
4103                  fix bug where a change to the sorting method or thread view
4104                  of a folder's messages is lost if simpify-subject is set and
4105                  toggled on or off.
4106                  Patch by Luke Plant.
4107
4108 2003-01-24 [paul]       0.8.9claws
4109
4110         * sylpheed-0.8.9claws released
4111         
4112         * Makefile.am
4113           sylpheed.spec.in
4114                 remove reference to 'INSTALL.jp'
4115
4116 2003-01-23 [paul]       0.8.8claws128
4117
4118         * po/es.po
4119           po/it.po
4120           po/ru.po
4121           po/sr.po
4122                 updated translations. submitted by Ricardo Mones Lastra,
4123                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4124
4125 2003-01-23 [colin]      0.8.8claws127
4126
4127         * src/compose.c
4128                 Fix drafted and queued news articles re-edition
4129
4130 2003-01-23 [melvin]     0.8.8claws126
4131
4132         * po/fr.po
4133                 Updated French translations
4134
4135 2003-01-23 [colin]      0.8.8claws125
4136
4137         * src/inc.c
4138                 Fix "Connecting to..." status message
4139
4140 2003-01-22 [paul]       0.8.8claws124
4141
4142         * po/bg.po
4143                 updated by George Danchev
4144                 
4145         * src/folder.c
4146                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4147                 and folder deletion
4148
4149 2003-01-21 [paul]       0.8.8claws123
4150
4151         * po/bg.po
4152                 updated by George Danchev
4153                 
4154         * src/about.c
4155                 its now 2003
4156                 
4157         * src/toolbar.c
4158                 don't translate 'Separator'
4159                 
4160         * src/plugins/spamassassin/Makefile.am
4161                 add aspell to CPPFLAGS
4162                 
4163         * src/plugins/spamassassin/spamassassin.c
4164           src/plugins/spamassassin/spamassassin_gtk.c
4165                 set correct default for spamassassin_receive_spam
4166                 slightly re-word descriptions and some
4167                 other minor changes
4168
4169 2003-01-19 [alfons]     0.8.8claws122
4170                 
4171         * src/mimeview.c
4172                 mimeview_save_as(): we might as well show the file name for
4173                 the single case "Save As" too
4174
4175 2003-01-19 [alfons]     0.8.8claws121
4176
4177         * src/crash.c
4178                 change bug tracker URL to bugzilla URL
4179
4180 2003-01-19 [alfons]     0.8.8claws120
4181
4182         * src/mimeview.c
4183                 mimeview_save_all(): display name of file before overwriting;
4184                 continue saving all, even when one overwrite was cancelled
4185
4186 2003-01-19 [christoph]  0.8.8claws119
4187
4188         * src/summaryview.c
4189         * src/procmsg.[ch]
4190                 fix wrong usage of procmsg_find_children in summaryview
4191                 by using procmsg_update_unread_children instead of
4192                 summaryview_update_unread_children
4193
4194 2003-01-19 [christoph]  0.8.8claws118
4195
4196         * src/procmsg.c
4197                 fix infinite loop in procmsg_find_children
4198                  (closes bug #25 sylpheed crashes on delete.)
4199
4200         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4201
4202 2003-01-19 [paul]       0.8.8claws117
4203
4204         * po/pt_BR.po
4205                 updated by Ivan Francolin Martinez
4206
4207 2003-01-18 [melvin]     0.8.8claws116
4208
4209         * src/prefs_actions.c
4210                 Removed syntax limitation of only one '&' at the end of command.
4211                         Now actions that contain '>/dev/null 2>&1' are possible.
4212
4213 2003-01-18 [melvin]     0.8.8claws115
4214
4215         * src/prefs_actions.c
4216                 Actions IO dialog: when the action ends
4217                 the "Close" button now has focus and [Escape] closes the
4218                 window.
4219
4220 2003-01-18 [christoph]  0.8.8claws114
4221
4222         * src/procmsg.c
4223                 o add debug output when MsgInfos are really freed
4224                 o free GSLists in procmsg_find_children and
4225                   procmsg_update_unread_children
4226
4227 2003-01-18 [christoph]  0.8.8claws113
4228
4229         * src/mainwindow.c
4230                 reorder Configuration menu
4231
4232 2003-01-18 [christoph]  0.8.8claws112
4233
4234         * src/compose.c
4235                 fix applying templates to forwarded messages
4236
4237         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4238
4239 2003-01-17 [christoph]  0.8.8claws111
4240
4241         * src/folder.c
4242                 destroy folder items, when a folder item is removed
4243
4244 2003-01-17 [christoph]  0.8.8claws110
4245
4246         * src/folder.c
4247                 fix wrong folder stats update when ignored message is
4248                 deleted
4249
4250 2003-01-17 [colin]      0.8.8claws109
4251         
4252         * src/mainwindow.c
4253         * src/summaryview.c
4254                 Quicksearch bugfixes: 
4255                 - hide help button at startup if not extended
4256                 - switch to extended when looking for replies
4257
4258 2003-01-17 [paul]
4259
4260         * sync with 0.8.9 release
4261
4262 2003-01-17 [paul]       0.8.8claws108
4263
4264         * sync with 0.8.8cvs11
4265                 see ChangeLog 2003-01-17
4266
4267 2003-01-16 [colin]      0.8.8claws107
4268
4269         * src/procmsg.c
4270                 Changed encryption test to re-ask passphrase
4271                 if an encrypted message hasn't been decrypted
4272                 Fixes bug #5
4273
4274 2003-01-16 [christoph]  0.8.8claws106
4275
4276         * src/prefs_gtk.c
4277         * src/prefs_toolbar.c
4278         * src/gtk/prefswindow.h
4279         * src/plugins/spamassassin/spamassassin_gtk.c
4280                 remove page destroy function that is not used anymore
4281
4282 2003-01-16 [paul]       0.8.8claws105
4283
4284         * sync with 0.8.8cvs9
4285                 see ChangeLog 2002-01-16
4286
4287 2003-01-16 [colin]      0.8.8claws104
4288
4289         * src/compose.[ch]
4290                 Fix bug with autosaved drafts for IMAP, when draft
4291                 folder is specified - fixes bugzilla bug #20
4292
4293 2003-01-15 [paul]       0.8.8claws103
4294
4295         * src/compose.[ch]
4296           src/procmsg.c
4297                 store folder and message-id of message forwarding
4298                 in queue header and set forward flag after sending
4299
4300 2003-01-15 [paul]       0.8.8claws102
4301
4302         * sync with 0.8.8cvs8
4303                 see ChangeLog 2002-01-15
4304
4305 2003-01-15 [colin]      0.8.8claws101
4306
4307         * src/Makefile.am
4308                 Fix linking with GNU libiconv
4309
4310 2003-01-15 [darko]      0.8.8claws100
4311
4312         * src/pine.c
4313                 fix crash when importing pine address book
4314                 entry with an empty name (reported by DY
4315                 <dybulk at tri8.net>)
4316
4317 2003-01-14 [paul]       0.8.8claws99
4318
4319         * configure.in  ** REMOVED **
4320           configure.ac  ** NEW FILE **
4321                 rename configure.in to configure.ac, as it is now
4322                 preferred
4323
4324 2003-01-14 [melvin]     0.8.8claws98
4325
4326         * src/folderview.c
4327                 folderview_check_new(): More precise function description
4328
4329 2003-01-14 [melvin]     0.8.8claws97
4330
4331         * src/folderview.c
4332                 folderview_check_new(): return the number of new messages 
4333                         since last check.
4334         * src/inc.c
4335                 inc_account_mail(): Disable counting of new messages for IMAP
4336                         and NNTP until bug [19] and [14] are fixed.
4337
4338 2003-01-14 [paul]       0.8.8claws96
4339
4340         * sync with 0.8.8cvs6
4341                 see ChangeLog 2003-01-14
4342
4343 2003-01-13 [alfons]     0.8.8claws95
4344
4345         * src/textview.c
4346                 tune email address validation (c. 0.8.8claws89): if . is 
4347                 just one char away from @, the address is invalid too 
4348                 (correctly rejects addresses like foo@.com)
4349
4350 2003-01-13 [paul]       0.8.8claws94
4351
4352         * src/messageview.c
4353           src/toolbar.c
4354                 fixes to the Message View toolbar and menu:
4355                 fix non-functioning Forward button
4356                 make Reply button consider default_reply_list
4357                 remove 'Follow-up...' menu entry
4358                 add 'Forward' and 'Redirect' menu entries
4359
4360 2003-01-13 [melvin]     0.8.8claws93
4361
4362         * src/inc.c
4363                 Fixed typo that could make new messages count incorrect.
4364
4365 2003-01-13 [melvin]     0.8.8claws92
4366
4367         * src/folderview.[ch]
4368                 folderview_check_new(): return the number of new messages.
4369         * src/inc.c
4370                 Should fix bug [14] where new mail notification worked 
4371                         incorrectly with IMAP accounts.
4372                 inc_spool_account(): return number of new msgs, or -1 on error
4373                 inc_all_spool(): return number of new msgs
4374                 
4375 2003-01-13 [melvin]     0.8.8claws91
4376
4377         * src/prefs_actions.c
4378                 Justify help text.
4379
4380 2003-01-12 [thorsten]   0.8.8claws90
4381
4382         * src/common/prefs.c
4383                 close file before rename
4384
4385 2003-01-12 [alfons]     0.8.8claws89
4386
4387         * AUTHORS
4388                 add Christian Mertes
4389         * src/common/utils.[ch]
4390                 g_stricase_hash(), g_stricase_equal(): functions for 
4391                 case insensitive hash tables
4392         * src/textview.c
4393                 use top level domain names to validate email address, based
4394                 on a patch by Christian Mertes (thanks!), but changed 
4395                 implementation to use a hash table 
4396
4397 2003-01-12 [paul]       0.8.8claws88
4398
4399         * po/bg.po
4400                 updated by George Danchev
4401
4402 2003-01-12 [alfons]     0.8.8claws87
4403
4404         * src/summaryview.c
4405                 delete / execute performance: use new style folder update
4406
4407 2003-01-12 [paul]       0.8.8claws86
4408
4409         * sync with 0.8.8cvs5
4410                 see ChangeLog 2003-01-13 (!)
4411
4412 2003-01-12 [alfons]     0.8.8claws85
4413
4414         * src/filtering.c
4415         * src/matcher_parser_parse.y
4416                 prepare change_score filtering action
4417         * src/matcher.[ch]
4418                 give up const-correctness on functions that call non-const-correct functions;
4419                 several casts to gpointer in g_free();
4420                 add change_score;
4421
4422 2003-01-12 [christoph]  0.8.8claws84
4423
4424         * src/compose.c
4425                 fix 2 warnings
4426
4427         * src/gtk/prefswindow.[ch]
4428         * src/plugins/spamassassin/spamassassin_gtk.c
4429                 changed the call of the widget create function
4430                 for PrefsPages, because sometimes the widget
4431                 create function needs a widget that already has
4432                 been attached to a window (to create GDK pixmaps
4433                 for exmaple). So we simply pass the GtkWindow as
4434                 the second parameter now.
4435
4436         * src/main.c
4437         * src/mainwindow.c
4438         * src/prefs_toolbar.[ch]
4439                 rewrite Toolbar Preferences using the new
4440                 prefs window
4441
4442 2003-01-11 [alfons]     0.8.8claws83
4443
4444         * src/addressadd.c
4445                 fix crash when adding sender to addressbook because status bar
4446                 isn't there (the status bar doesn't seem to be used though,
4447                 but I'll let Match decide what to do with it)
4448
4449 2003-01-11 [colin]      0.8.8claws82
4450
4451         * src/main.c
4452           src/toolbar.c
4453                 Two useless changes reversed
4454
4455 2003-01-11 [colin]      0.8.8claws81
4456
4457         * src/mainwindow.c
4458           src/mainwindow.h
4459                 Add mainwindow_get_mainwindow()
4460         * src/alertpanel.c
4461           src/alertpanel.h
4462                 Add alertpanel_error_log() 
4463         * src/compose.c
4464           src/inc.c
4465           src/messageview.c
4466           src/toolbar.c
4467           src/main.c
4468           src/procmsg.c
4469                 Network errors get a View Log button
4470
4471 2003-01-10 [alfons]     0.8.8claws80
4472
4473         * src/prefs_toolbar.c
4474         * src/toolbar.c
4475                 use the translatable string for "Separator" as file name for
4476                 separator toolbar items (probably make this uppercase?)
4477
4478 2003-01-10 [alfons]     0.8.8claws79
4479
4480         * src/prefs_toolbar.c
4481                 put right A_SEPARATOR description string in "displayed
4482                 toolbar items list" so manually added separators are
4483                 saved correctly (bug #10, "Adding a separator to the main 
4484                 toolbar fails, entry in xml file is wrong")
4485
4486 2003-01-10 [christoph]  0.8.8claws78
4487
4488         * src/imap.c
4489                 o fix warnings
4490                 o use CAPABILITY to check if NAMESPACE is available
4491
4492 2003-01-10 [christoph]  0.8.8claws77
4493
4494         * src/imap.[ch]
4495                 apply UIDPLUS IMAP extension support patch
4496
4497         Patch submitted by Simon 'corecode' Schubert
4498
4499 2003-01-10 [paul]       0.8.8claws76
4500
4501         * src/folderview.c
4502                 a sync from main which fixes the news account folders'
4503                 Properties bug
4504
4505 2003-01-10 [christoph]  0.8.8claws75
4506
4507         * src/folder.c
4508                 don't accept 0 as a valid uid returned by copy and move
4509                 functions. 0 means the message was copied or moved but the
4510                 new uid could not be fetched. It is not an error condition
4511                 for the copy or move operation.
4512
4513 2003-01-10 [paul]       0.8.8claws74
4514
4515         * src/prefs_filtering.c
4516                 change English used in Alert when entry is not
4517                 saved.
4518                 
4519         * sync with 0.8.8cvs4
4520                 see ChangeLog 2003-01-10
4521
4522 2003-01-10 [darko]      0.8.8claws73
4523
4524         * src/pine.c
4525                 fix crash when importing address book entry
4526                 without a valid address
4527
4528 2003-01-09 [alfons]     0.8.8claws72
4529
4530         * src/inc.c
4531                 filtering performance: use new style folder update
4532
4533 2003-01-09 [christoph]  0.8.8claws71
4534
4535         * src/compose.c
4536         * src/gtk/menu.[ch]
4537                 fix wrong selecting of mime encoding type, when
4538                 opening property dialog of attachments in the
4539                 compose window. 7bit was always selected and that
4540                 destoryed files with 8bit data.
4541                 (closes bug #9 Sylpheed-claws destroys attachments when
4542                  changing MIME-types)
4543
4544 2003-01-09 [paul]       0.8.8claws70
4545
4546         * sync with 0.8.8cvs3
4547                 see ChangeLog 2003-01-09
4548
4549 2003-01-08 [alfons]     0.8.8claws69
4550         
4551         * src/addressadd.c
4552                 apply patch by Kim Schulz to fix build breakage
4553                 because of missing variable
4554
4555 2003-01-08 [paul]       0.8.8claws68
4556
4557         * sync with 0.8.8cvs2
4558                 see ChangeLog 2002-01-08
4559
4560 2003-01-08 [paul]       0.8.8claws67
4561
4562         * po/it.po
4563                 updated by Alessandro Maestri
4564                 
4565         * src/addressadd.c
4566                 when using 'Add sender to addressbook' allow
4567                 name to be edited and remarks to be entered
4568                 Patch submitted by Luke Plant
4569
4570 2003-01-08 [darko]      0.8.8claws66
4571
4572         * README.claws, src/summaryview.c
4573                 fix description for marked messages
4574
4575 2003-01-08 [paul]
4576
4577         * tools/Makefile.am
4578           tools/launch_phoenix  ** NEW FILE **
4579                 add script that enables using Phoenix as the default
4580                 web browser. 
4581                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4582                 
4583         * tools/OOo2sylpheed.pl
4584                 remove full path to sylpheed executable, just 'sylpheed'
4585                 will do
4586                 
4587         * tools/README
4588                 add launch_phoenix informtion and re-arrange and compress
4589                 the data a little
4590
4591 2003-01-07 [christoph]  0.8.8claws65
4592
4593         * src/folder.c
4594                 fix update for source folder when moving messages
4595         * src/procmsg.[ch]
4596         * src/summaryview.c
4597                 use function to set to_folder for message infos and
4598                 automatically update the op_count for old and new
4599                 folder
4600
4601 2003-01-07 [melvin]     0.8.8claws64
4602
4603         * src/prefs_actions.c
4604                 Fixed bug where an '%p' Action on a displayed image crashed 
4605                         Sylpheed
4606                 Code clean up (get rid of duplicated code and removed unnecessary 
4607                                 structure member)
4608
4609 2003-01-07 [christoph]  0.8.8claws63
4610
4611         * src/compose.c
4612         * src/folder.[ch]
4613         * src/folderview.c
4614         * src/import.c
4615         * src/inc.c
4616         * src/main.c
4617         * src/mainwindow.c
4618         * src/messageview.c
4619         * src/prefs_folder_item.c
4620         * src/procmsg.c
4621         * src/summaryview.c
4622         * src/toolbar.c
4623                 o remove all folder update triggering from the UI code. The folder
4624                   system should know much better when a folder needs an update.
4625                 o to prevent multiple updates in a row the folder updates can be
4626                   frozen for some time.
4627
4628                 Note: - Please verify that no updates are missing
4629                       - Check where freeze/thaws should be added
4630
4631 2003-01-07 [christoph]  0.8.8claws62
4632
4633         * src/prefs_actions.c
4634                 don't translate empty strings
4635
4636         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4637
4638 2003-01-06 [christoph]  0.8.8claws61
4639
4640         * src/prefs_actions.c
4641                 mark strings for gettext
4642         * src/prefs_matcher.c
4643                 use new description window for Execute action and
4644                 match condition in Filtering
4645
4646         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4647
4648 2003-01-06 [alfons]     0.8.8claws60
4649
4650         keep myself inspired to re-organize matcher part 8; 
4651         yes, more to come (I need to move out the descriptive
4652         text for actions to matcher.c, or at least make it not
4653         depend on the wicked ordering)
4654
4655         * src/prefs_matcher.c
4656                 add documentation so others may comprehend the
4657                 UI part of the conditions
4658                 
4659 2003-01-06 [christoph]  0.8.8claws59
4660
4661         * src/prefs_actions.c
4662                 use new description window for syntax help
4663         * src/gtk/description_window.c
4664                 fix display of descriptions with column count != 2
4665
4666         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4667
4668 2003-01-06 [christoph]  0.8.8claws58
4669
4670         * src/quote_fmt.c
4671         * src/summaryview.[ch]
4672         * src/gtk/Makefile.am
4673         * src/gtk/description_window.[ch]       ** NEW **
4674                 use a generic window to display syntax descriptions
4675                 currently used in quote_fmt and summaryview (new description
4676                 for extended quick search)
4677
4678         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4679
4680 2003-01-06 [paul]       0.8.8claws57
4681
4682         * sync with 0.8.8cvs1
4683                 see ChangeLog 2003-01-06
4684
4685 2003-01-06 [christoph]  0.8.8claws56
4686
4687         * src/mainwindow.c
4688         * src/prefs_gtk.[ch]
4689         * src/gtk/prefswindow.[ch]
4690         * src/plugins/spamassassin/spamassassin_gtk.c
4691                 o remove page management from prefswindow, pages
4692                   will be an argument to prefswindow_open
4693                 o prefswindow_open gets a datapointer that is
4694                   passed to the widget_create function to allow
4695                   creation of prefswindow for specific items
4696
4697 2003-01-06 [colin]      0.8.8claws55
4698         
4699         * src/summaryview.c
4700                 We don't want regexp in the reply-finder, 
4701                 because MIDs can contain !,$,. and so on
4702
4703 2003-01-06 [jens]       0.8.8claws54
4704
4705         * src/jpilot.c
4706                 fixed a wrong free in jpilot_read_db_files
4707
4708 2003-01-06 [alfons]     0.8.8claws53
4709
4710         re-organize matcher part 8; more to come
4711        
4712         * src/matcher.c
4713                 matcherprop_to_string(): put g_free()s before the
4714                 switch-case break to fix memleaks                
4715
4716 2003-01-06 [colin]      0.8.8claws52
4717
4718         * src/summaryview.c
4719                 cleanup & reply-finder now displays the first 
4720                 matching message
4721
4722 2003-01-05 [alfons]     0.8.8claws51
4723
4724         re-organize matcher part 7; more to come
4725
4726         * src/matcher.[ch]
4727                 fixes for constant correctness;
4728                 more documentation;
4729
4730 2003-01-05 [alfons]     0.8.8claws50
4731
4732         re-organize matcher part 6; more to come
4733         
4734         * src/matcher.[ch]
4735                 fixes for constant correctness;
4736                 more documentation;
4737         * src/filtering.c
4738                 fix for constant correctness
4739
4740 2003-01-05 [colin]      0.8.8claws49
4741
4742         * src/account.[ch]
4743                 Add account_get_reply_account function
4744         * src/compose.c
4745                 Use account_get_reply_account function 
4746         * src/summaryview.c
4747                 Basic reply-finder - click on the replied
4748                 icon gets you to the outbox using quick-search
4749
4750 2003-01-05 [paul]       0.8.8claws48
4751
4752         * src/prefs_common.c
4753                 small change to English
4754                 
4755         * src/prefs_filtering.c
4756                 prefs_filtering_action_select(): improve logic and uniformity
4757                 of gui
4758
4759 2003-01-05 [alfons]     0.8.8claws47
4760
4761         fine tune solution to focus problems (bug #7)
4762
4763         * src/mainwindow.c
4764                 mainwindow_focus_in_event(): remove grab event check
4765         * src/summaryview.c
4766                 summary_button_pressed(): move selection on right-click
4767                 too. we can't possibly move the selection back after
4768                 canceling a dialog, because gtk's incomplete focus 
4769                 management. whether this is a good solution, only time
4770                 will tell.
4771
4772 2003-01-05 [christoph]  0.8.8claws46
4773
4774         * src/imap.c
4775                 fix crash when no imap connection could be established
4776
4777 2003-01-05 [paul]       0.8.8claws45
4778
4779         * src/mainwindow.c
4780           src/sumamryview.c
4781           src/gtk/menu.[ch]
4782                 fix bug 605957 'shortcuts in popup-menu'
4783                 make user-defined shortcuts work
4784                 show shortcuts that are already defined
4785                 in the main menu
4786                 Patch submitted by Luke Plant
4787
4788 2003-01-05 [alfons]     0.8.8claws44
4789
4790         * src/mainwindow.c
4791                 focus_in_event handler should not select summary view row 
4792                 when another window (menu, dialog) grabbed for events 
4793                 (bug #7, "[0.8.8claws42] Message summary focus") 
4794
4795 2003-01-04 [christoph]  0.8.8claws43
4796
4797         * src/procmsg.c
4798                 update save folder after adding the sent message
4799                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4800
4801 2003-01-02 [christoph]  0.8.8claws42
4802
4803         * src/common/plugin.c
4804                 fix unloading of all plugins and unload
4805                 plugins in reverse order
4806                 
4807         * src/gtk/pluginwindow.c
4808                 implement function of load and unload button
4809
4810         * src/gtk/prefswindow.c
4811         * src/gtk/prefswindow.h
4812                 rename register function and add new unregister
4813                 function
4814
4815         * src/plugins/spamassassin/spamassassin_gtk.c
4816                 unregister prefs page and update for changes in
4817                 src/gtk/prefswindow.c
4818
4819 2003-01-02 [paul]       0.8.8claws41
4820
4821         * po/es.po
4822                 updated by Ricardo Mones Lastra
4823
4824 2003-01-02 [paul]
4825
4826         * tools/tb2sylpheed
4827                 fixes and improvements by Urke MMI
4828
4829 2003-01-02 [thorsten]   0.8.8claws40
4830
4831         * src/procmsg.c
4832                 fixed wrong return value
4833
4834 2003-01-02 [thorsten]   0.8.8claws39
4835
4836         * src/prefs.c
4837                 fixed printing wrong variable
4838
4839 2003-01-02 [thorsten]   0.8.8claws38
4840
4841         * src/prefs.c
4842                 fixed acessing members of freed pfile struct
4843
4844 2003-01-02 [thorsten]   0.8.8claws37
4845
4846         * src/procmsg.c
4847                 detect loops across several messages
4848                 as suggested by Christoph Hohmann
4849
4850 2003-01-01 [match]      0.8.8claws36
4851
4852         * src/addrindex.c
4853                 fixed another memory leak.
4854
4855 2003-01-01 [match]      0.8.8claws35
4856
4857         * src/jpilot.[ch]
4858                 fixed memory leaks. applied Doxygen comments.
4859
4860 2003-01-01 [thorsten]   0.8.8claws34
4861
4862         * src/procmsg.c
4863                 inhibit endless loop if msg references itself
4864                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4865
4866 2003-01-01 [christoph]  0.8.8claws33
4867
4868         * src/mainwindow.c
4869         * src/gtk/Makefile.am
4870         * src/gtk/pluginwindow.c                ** NEW **
4871         * src/gtk/pluginwindow.h                ** NEW **
4872                 add plugin window
4873
4874         * src/plugins/demo/demo.c
4875         * src/plugins/spamassassin/spamassassin.c
4876         * src/plugins/spamassassin/spamassassin_gtk.c
4877                 write better plugin descriptions
4878
4879 2002-12-31 [christoph]  0.8.8claws32
4880
4881         * src/gtk/prefswindow.c
4882         * src/plugins/spamassassin/spamassassin_gtk.c
4883                 some small improvements to GTK code
4884
4885 2002-12-31 [christoph]  0.8.8claws31
4886
4887         * src/plugins/spamassassin/spamassassin_gtk.c
4888                 enable folder select button
4889
4890 2002-12-31 [christoph]  0.8.8claws30
4891
4892         * src/mainwindow.c
4893         * src/gtk/Makefile.am
4894         * src/gtk/prefswindow.c                         ** NEW **
4895         * src/gtk/prefswindow.h                         ** NEW **
4896                 add new prefs window
4897
4898         * src/common/plugin.c
4899                 don't try to load empty config lines
4900         
4901         * src/plugins/spamassassin/Makefile.am
4902         * src/plugins/spamassassin/spamassassin.c
4903         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4904         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4905                 GTK config for SpamAssassin Plugin using
4906                 the new prefs window
4907
4908 2002-12-31 [paul]       0.8.8claws29
4909
4910         * po/POTFILES.in
4911                 remove obsolete entry 'src/menu.c'
4912
4913 2002-12-31 [alfons]     0.8.8claws28
4914
4915         * src/matcher.[ch]
4916         * src/matcher_parser_parse.y
4917         * src/prefs_matcher.c
4918                 add "ignore_thread" and "~ignore_thread" condition so it's
4919                 possible to make the actions / scoring operate on the ignore
4920                 thread flag
4921
4922 2002-12-31 [christoph]  0.8.8claws27
4923
4924         * src/addrbook.c
4925         * src/addrindex.c
4926         * src/folder.c
4927         * src/matcher.c
4928         * src/prefs_account.c
4929         * src/prefs_actions.c
4930         * src/prefs_customheader.c
4931         * src/prefs_display_header.c
4932         * src/prefs_gtk.c
4933         * src/procmime.c
4934         * src/toolbar.c
4935         * src/xmlprops.c
4936         * src/common/prefs.[ch]
4937                 extend prefs file handling for reading and automatic handling
4938                 of blocks. When reading prefs_set_block_label will automatically
4939                 move on to the block. When writing it will copy all other blocks
4940                 automatically
4941
4942         * src/common/plugin.c
4943                 Now loading plugin filenames from [Plugins] block in
4944                 sylpheed rc file
4945
4946 2002-12-30 [christoph]  0.8.8claws26
4947
4948         * src/common/hooks.[ch]
4949                 return abort status to caller of hooks_invoke
4950                 
4951         * src/inc.[ch]
4952                 invoke message filtering hook and stop
4953                 default handling when filter returns abort
4954
4955         * src/common/plugin.[ch]
4956         * src/plugins/demo/demo.c
4957                 modify plugin loader, because resolving symbols for strings
4958                 does not work correctly
4959         
4960         * configure.in
4961         * ac/spamassassin.m4                            ** NEW **
4962         * src/plugins/spamassassin/.cvsignore           ** NEW **
4963         * src/plugins/spamassassin/Makefile.am          ** NEW **
4964         * src/plugins/spamassassin/README               ** NEW **
4965         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4966         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4967         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4968                 add spamassassin plugin, see src/plugins/spamassassin/README
4969                 for details
4970
4971 2002-12-29 [alfons]     0.8.8claws25
4972
4973         * src/mainwindow.c
4974                 when moving focus from a message view to the main 
4975                 window, don't forget to select the summary node
4976                 of the displayed message. should fix "[ 659103 ] 
4977                 focus-follows-mouse confuses sylpheed"
4978
4979 2002-12-29 [christoph]  0.8.8claws24
4980
4981         * src/Makefile.am
4982         * src/stringtable.[ch]          ** REMOVE **
4983         * src/common/Makefile.am
4984         * src/common/stringtable.[ch]   ** NEW **
4985                 move stringtable files to common directory
4986
4987 2002-12-29 [christoph]  0.8.8claws23
4988
4989         * src/Makefile.am
4990         * src/menu.[ch]                 ** REMOVE **
4991         * src/gtk/Makefile.am
4992         * src/gtk/menu.[ch]             ** NEW **
4993                 move menu files to gtk directory
4994
4995 2002-12-29 [match]      0.8.8claws22
4996
4997         * src/addressbook.c
4998         * src/syldap.c
4999                 moved UI specific code out of LDAP code into addressbook
5000                 UI code. fixed memory leak.
5001
5002 2002-12-29 [christoph]  0.8.8claws21
5003
5004         * src/folder.c
5005                 only check for IGNORED parent message when message is
5006                 not IGNORED itself
5007
5008 2002-12-29 [alfons]     0.8.8claws20
5009
5010         * src/summaryview.c
5011                 set gtksctree's anchor correct (immediate execute
5012                 changes the tree's layout, and anchor points at 
5013                 the incorrect row). fixes "[ 657233 ] multiple msg 
5014                 delete sometimes off by 1".
5015                 we probably have to look for more tree layout /
5016                 anchor glitches.
5017
5018 2002-12-29 [paul]       0.8.8claws19
5019
5020         * src/summaryview.c
5021                 fix bug [ 659054 ] incorrect sorting of 'From' column
5022                 when using 'display sender using address book'
5023                 thanks to Alfons and Luke Plant
5024
5025 2002-12-29 [christoph]  0.8.8claws18
5026
5027         * src/folder.c
5028         * src/procmsg.[ch]
5029                 check parent messages for IGNORE THREAD flag, when adding,
5030                 moving or copying messages to a folder
5031
5032 2002-12-27 [alfons]     0.8.8claws17
5033
5034         re-organize matcher part 5; more to come
5035
5036         * src/matcher.c
5037                 hash keywords in matchparser_tab 
5038
5039 2002-12-27 [alfons]     0.8.8claws16
5040
5041         re-organize matcher part 4; more to come
5042
5043         * src/matcher_parser.h
5044         * src/matcher_parser_lex.l
5045         * src/matcher_parser_parse.y
5046                 cleanup
5047
5048 2002-12-27 [alfons]     0.8.8claws15
5049
5050         re-organize matcher part 3; more to come
5051
5052         * src/matcher.[ch]
5053                 cleanup
5054
5055 2002-12-27 [alfons]     0.8.8claws14
5056
5057         re-organize matcher part 2; more to come but this should
5058         work. cc me if there are any regressions.
5059
5060         * src/matcher.h
5061                 add prototype for get_matchparser_tab_id()
5062         * src/matcher_parser_lex.l
5063                 look up keywords using matchparser_tab_id();
5064
5065 2002-12-27 [alfons]     0.8.8claws12
5066
5067         re-organize matcher part 1
5068
5069         * src/matcher.h
5070                 map yacc generated constants to sylpheed matcher constants
5071         * src/matcher.c
5072                 add function to find a matcher constant from a string
5073
5074 2002-12-27 [christoph]  0.8.8claws11
5075
5076         * src/compose.c
5077                 MENUITEM_ADD casts the 4th argument from integer to pointer
5078                 so it probably should not be a pointer, this means we
5079                 should use account id for it and not the account's pointer
5080
5081 2002-12-27 [paul]       0.8.8claws10
5082
5083         * src/mainwindow.c
5084                 remove unneeded 'GtkWidget *vbox'
5085                 
5086         * src/summaryview.c
5087                 further sync with 0.8.8 - make sort
5088                 by recipient work as expected
5089                 
5090         * NEWS
5091                 sync with 0.8.8
5092
5093 2002-12-27 [paul]       0.8.8claws9
5094
5095         * po/pt_BR.po
5096                 updated by Ivan F. Martinez
5097                 
5098 2002-12-27 [darko]      0.8.8claws8
5099
5100         * src/common/utils.c
5101                 added locked pattern to extended search
5102
5103 2002-12-27 [alfons]     0.8.8claws7
5104
5105         * src/prefs_matcher.[ch]
5106                 clean up
5107
5108 2002-12-26 [alfons]     0.8.8claws6
5109
5110         * src/matcher.[ch]
5111         * src/matcher_parser_lex.l
5112         * src/matcher_parser_parse.y
5113         * src/prefs_matcher.c
5114                 allow color label as a condition in the matcher
5115
5116 2002-12-26 [oliver]     0.8.8claws5
5117         
5118         * src/toolbar.c 
5119                 enable Addressbook for Main and Messageview
5120         * src/prefs_actions.c
5121                 enable actions in Messageview
5122
5123 2002-12-26 [christoph]  0.8.8claws4
5124
5125         * src/common/plugin.c
5126                 add a little debug output
5127         * configure.in
5128         * src/plugins/demo/Makefile.am
5129                 better use of automake
5130
5131 2002-12-26 [christoph]  0.8.8claws3
5132
5133         * src/Makefile.am
5134         * src/common/Makefile.am
5135                 fix "make distdir"
5136
5137 2002-12-26 [christoph]  0.8.8claws2
5138
5139         * configure.in
5140                 sort configure checks into common / gtk / plugins
5141         * po/POTFILES.in
5142                 add src/prefs_gtk.c
5143         * src/Makefile.am
5144                 add plugins SUBDIR
5145         * src/main.c
5146         * src/common/sylpheed.[ch]
5147                 added now sylpheed_done function for shutdown
5148         * src/common/Makefile.am
5149         * src/common/plugin.[ch]                ** NEW **
5150                 plugin loader and unloader
5151         * src/plugins/.cvsignore                ** NEW **
5152         * src/plugins/Makefile.am               ** NEW **
5153                 build plugins
5154         * src/plugins/demo/.cvsignore           ** NEW **
5155         * src/plugins/demo/Makefile.am          ** NEW **
5156         * src/plugins/demo/demo.c               ** NEW **
5157                 small demo plugin that installs a logtext hook and
5158                 outputs the log text to stdout
5159
5160 2002-12-26 [paul]       0.8.8claws1
5161
5162         * po/es.po
5163                 updated by Ricardo Mones Lastra
5164
5165 2002-12-26 [paul]       0.8.8claws
5166
5167         * 0.8.8claws released
5168
5169 2002-12-26 [paul]       0.8.7claws12
5170
5171         * po/bg.po
5172                 updated by George Danchev
5173
5174 2002-12-26 [paul]       0.8.7claws11
5175
5176         * po/POTFILES.in
5177                 remove unneeded 'src/prefs.c' entry 
5178
5179 2002-12-26 [paul]       0.8.7claws10
5180
5181         * src/codeconv.c
5182           src/mainwindow.c
5183                 sync with 0.8.8 release
5184         
5185         * src/folder.[ch]
5186           src/mh.c
5187           src/summaryview.c
5188                 partial sync with 0.8.8 release
5189         
5190
5191 2002-12-25 [alfons]     0.8.7claws9
5192
5193         * src/matcher.[ch]
5194         * src/matcher_parser_lex.l
5195         * src/matcher_parser_parse.y
5196         * src/prefs_matcher.c
5197                 add locked flag to possible filtering / matcher 
5198                 conditions (also a good example what should be
5199                 done to add a simple boolean condition)
5200
5201 2002-12-25 [christoph]  0.8.7claws8
5202
5203         * src/Makefile.am
5204         * src/account.[ch]
5205         * src/addrbook.c
5206         * src/addressbook.c
5207         * src/addrindex.c
5208         * src/filtering.c
5209         * src/folder.c
5210         * src/matcher.c
5211         * src/prefs.[ch]                ** REMOVE **
5212         * src/prefs_account.c
5213         * src/prefs_actions.c
5214         * src/prefs_common.c
5215         * src/prefs_customheader.c
5216         * src/prefs_display_header.c
5217         * src/prefs_filtering.c
5218         * src/prefs_folder_item.c
5219         * src/prefs_gtk.[ch]            ** NEW **
5220         * src/prefs_matcher.c
5221         * src/prefs_scoring.c
5222         * src/prefs_summary_column.c
5223         * src/procmime.c
5224         * src/selective_download.c
5225         * src/toolbar.c
5226         * src/common/Makefile.am
5227         * src/common/prefs.[ch]         ** NEW **
5228                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5229
5230 2002-12-24 [alfons]     0.8.7claws7
5231
5232         * src/summaryview.c
5233                 summary_thread_build(): fix real cause of the crash mentioned in
5234                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5235                 this way we get meaningful ctree nodes 
5236
5237 2002-12-24 [oliver]     0.8.7claws6
5238
5239         * src/mainwindow.[ch]
5240         * src/messageview.[ch]
5241         * src/compose.[ch]
5242         * src/inc.c
5243         * src/summaryview.c
5244                 changes to use updated toolbar handling
5245                 
5246 2002-12-24 [oliver]     0.8.7claws5
5247
5248         * src/toolbar.[ch]
5249                 generic toolbar handling
5250                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5251         * src/prefs_toolbar.[ch]
5252                 adjust to handling
5253         
5254 2002-12-24 [oliver]     0.8.7claws4
5255         
5256         * src/stock_pixmap.[ch]
5257                 move SYLPHEED_LOGO to end of list in order 
5258                 to remove it from Custom Toolbar`s Icon View
5259
5260 2002-12-24 [alfons]     0.8.7claws3
5261
5262         * src/summaryview.c
5263                 summary_thread_build(): fix crash because of focus != selection 
5264                 after threading. when deleting the selection, gtk tries but fails 
5265                 to find the correct focusable element. we now force the selection
5266                 to be focused. this should solve the infamous bug reported by 
5267                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5268                 a test case is available. 
5269
5270 2002-12-24 [darko]      0.8.7claws2
5271
5272         * src/summaryview.c
5273                 don't crash when unmarking message with unread children
5274
5275 2002-12-23 [christoph]  0.8.7claws1
5276
5277         * src/Makefile.am
5278         * src/common/Makefile.am
5279                 update Makefiles for moved intl.h, version.h and defs.h
5280         * src/imap.c
5281                 rewrite imap_session_get to avoid duplicate code
5282
5283 2002-12-23 [paul]       0.8.7claws
5284
5285         * Santa-Claws released
5286         
5287         * po/hu.po
5288           po/ru.po
5289                 squeeze in updated Hungarian and Russian translations.
5290                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5291
5292 2002-12-23 [paul]       0.8.6claws129
5293
5294         * po/pl.po
5295                 updated by Witold Wladyslaw Wojciech Wilk
5296
5297 2002-12-23 [paul]       0.8.6claws128
5298
5299         * src/quote_fmt_parse.y
5300                 fix typo and add licence header
5301
5302 2002-12-23 [paul]       0.8.6claws127
5303
5304         * po/en_GB.po
5305                 updated
5306
5307 2002-12-23 [paul]       0.8.6claws126
5308
5309         * po/it.po
5310                 updated translation, submitted by Alessandro Maestri
5311                 
5312 2002-12-23 [paul]       0.8.6claws125
5313
5314         * src/quote_fmt_parse.y
5315                 fix signature-stripping on replies bug. match
5316                 '-- \n' and not '-- '.
5317
5318 2002-12-22 [paul]       0.8.6claws124
5319
5320         * po/bg.po
5321           po/es.po
5322           po/sr.po
5323                 updated translations. submitted by George Danchev,
5324                 Ricardo Mones Lastra, and Urke MMI respectively
5325
5326 2002-12-21 [paul]       0.8.6claws123
5327
5328         * src/addrbook.c
5329                 fix coding style
5330
5331 2002-12-21 [paul]       0.8.6claws122
5332
5333         * src/addrbook.c
5334                 fix bug [643638] where if a person is in one or more
5335                 addressbook groups editing that person's email 
5336                 address results in removal from those groups.
5337                 Patch submitted by Luke Plant.
5338
5339 2002-12-20 [christoph]  0.8.6claws121
5340
5341         * src/common/utils.c
5342         * src/summaryview.c
5343                 reimplement expand_search_string using GString to
5344                 prevent crashs caused by miscalculated string
5345                 lengths reported by Paul
5346
5347 2002-12-20 [christoph]  0.8.6claws120
5348
5349         * src/summaryview.c
5350                 don't use "changed" to check if op_count has to be changed as it
5351                 is also set when the message has unread children
5352                 (closes bug [ 653221 ] crash while deleting duplicates)
5353
5354 2002-12-20 [paul]       0.8.6claws119
5355
5356         * sync with 0.8.6cvs27
5357                 see ChangeLog 2002-12-20
5358
5359 2002-12-20 [paul]       0.8.6claws118
5360
5361         * sync with 0.8.6cvs26
5362                 see ChangeLog 2002-12-19 and 2002-12-20
5363
5364 2002-12-19 [alfons]     0.8.6claws117
5365
5366         * src/textview.c
5367                 fix incorrect parsing of email addresses, submitted by 
5368                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5369                 name display if it contains @".
5370
5371 2002-12-18 [paul]       0.8.6claws116
5372
5373         * sync with 0.8.6cvs23
5374                 see ChangeLog 2002-12-18
5375
5376 2002-12-18 [paul]       0.8.6claws115
5377
5378         * src/Makefile.am
5379         * src/account.c
5380         * src/codeconv.c
5381         * src/gtkutils.[ch]
5382         * src/imap.c
5383                 sync with 0.8.6cvs22.
5384                 see ChangeLog 2002-12-17 and 2002-12-18
5385
5386 2002-12-17 [christoph]  0.8.6claws114
5387
5388         * src/imap.c
5389                 o don't create a session if imap greeting fails
5390                 o don't close socket when authentication fails
5391                   this is done by imap_session_destroy
5392
5393 2002-12-17 [thorsten]   0.8.6claws113
5394
5395         * tools/Makefile.am
5396           tools/README
5397           tools/google_msgid.pl ** NEW FILE **
5398                 Added "search for message-id" script and doc
5399
5400 2002-12-17 [thorsten]   0.8.6claws112
5401
5402         * po/hu.po
5403                 Updated hungarian translation
5404                 (updated by Gal Zoltan)
5405
5406 2002-12-16 [christoph]  0.8.6claws111
5407
5408         * src/addr_compl.c
5409                 remove stupid addressbook dump to debug output
5410         * src/mh.c
5411                 fix memory leak found by Hiro
5412
5413 2002-12-14 [paul]       0.8.6claws110
5414
5415         * src/compose.c
5416                 fix menubar sensitivity on send
5417                 
5418         * src/prefs_filtering.c
5419         * src/prefs_matcher.c
5420         * src/prefs_scoring.c
5421                 Fix english ;)
5422                 
5423         * src/common/quoted-printable.h
5424                 sync: fix typo
5425         
5426 2002-12-13 [christoph]  0.8.6claws109
5427
5428         * src/Makefile.am
5429         * src/manage_window.[ch]        ** REMOVE **
5430         * src/gtk/Makefile.am
5431         * src/gtk/manage_window.[ch]    ** NEW **
5432                 move manage_window files to gtk directory
5433
5434 2002-12-13 [christoph]  0.8.6claws108
5435
5436         * src/Makefile.am
5437         * src/gtkshruler.[ch]           ** REMOVE **
5438         * src/gtk/Makefile.am
5439         * src/gtk/gtkshruler.[ch]       ** NEW **
5440                 move gtkshruler files to gtk directory
5441
5442 2002-12-13 [christoph]  0.8.6claws107
5443
5444         * src/Makefile.am
5445         * src/compose.c
5446         * src/gtkstext.[ch]             ** REMOVE **
5447         * src/gtkutils.[ch]
5448         * src/textview.c
5449         * src/gtk/gtkstext.[ch]         ** NEW **
5450         * src/gtk/Makefile.am
5451                 o move stext functions to gtkstext.c to remove
5452                   dependency of gtkutils
5453                 o move gtkstext files to gtk directory
5454
5455         * src/gtk/Makefile.am
5456         * src/gtk/sslcertwindow.[ch]
5457                 UI stuff can always depend on common code so
5458                 it's ok to add ../common to include path
5459
5460 2002-12-13 [colin]      0.8.6claws106
5461
5462         * src/summaryview.c
5463                 Disconnect sighandlers for mainwindow when
5464                 quicksearch has the focus
5465                 Fix bug #653231
5466         * src/mainwindow.[ch]
5467                 Make key_pressed callback public, to be able
5468                 to disconnect it
5469
5470 2002-12-13 [christoph]  0.8.6claws105
5471
5472         * src/mh.c
5473                 create .mh_sequences file in new MH folders
5474                 (closes feature request [ 523162 ] MH folders should
5475                  get a .mh_sequences)
5476
5477 2002-12-13 [colin]      0.8.6claws104
5478
5479         * src/summaryview.c
5480                 Better handling of quicksearch show/hide
5481                 (basically the button stays under the mouse 
5482                  when toggled)
5483
5484 2002-12-13 [paul]       0.8.6claws103
5485
5486         * sync with 0.8.6cvs17
5487                 see ChangeLog 2002-12-13
5488
5489 2002-12-13 [paul]       0.8.6claws102
5490
5491         * po/es.po
5492                 updated by Ricardo Mones Lastra
5493
5494 2002-12-11 [colin]       0.8.6claws101
5495
5496         * src/folder.c
5497                 remove statusbar stuff
5498           src/folderview.c
5499                 set statusbar verbosity when moving folders
5500
5501 2002-12-11 [colin]       0.8.6claws100
5502         * src/prefs_filtering.c
5503         * src/prefs_matcher.c
5504         * src/prefs_scoring.c
5505                 Fix english ;)
5506
5507 2002-12-11 [colin]       0.8.6claws99
5508
5509         * src/prefs_common.[ch]
5510                 Add summary_quicksearch_type
5511         * src/summaryview.c
5512                 Save last used quicksearch type
5513
5514 2002-12-11 [jens]       0.8.6claws98
5515         * src/prefs_filtering.c
5516         * src/prefs_matcher.c
5517         * src/prefs_scoring.c
5518                 added dialog for incomplete rules in scoring, filtering and
5519                 matcher to ask wheather really close
5520
5521 2002-12-11 [colin]      0.8.6claws97
5522
5523         * src/folder.c
5524                 Fix folder dnd statusbar logging
5525
5526 2002-12-10 [christoph]  0.8.6claws96
5527
5528         * src/compose.c
5529         * src/folder.c
5530         * src/imap.c
5531         * src/inc.c
5532         * src/main.c
5533         * src/mainwindow.c
5534         * src/news.c
5535         * src/send.c
5536         * src/statusbar.[ch]
5537         * src/common/hooks.c
5538         * src/common/log.[ch]
5539                 o handle verbose logging in statusbar directly in statusbar code
5540                   and common code does not need any knowledge about a statusbar
5541                 o remove direct calls to statusbar_(puts|pop)_all functions
5542
5543 2002-12-10 [jens]       0.8.6claws95
5544
5545         * src/*.c
5546                 removed gettext from g_warnings
5547         * po/POTFILES.in
5548                 cleaned and updated
5549         * po/de.po
5550                 updated
5551
5552 2002-12-10 [colin]      0.8.6claws94
5553
5554         * src/main.c
5555                 finish crash dialog fix
5556
5557 2002-12-10 [colin]      0.8.6claws93
5558
5559         * src/main.c
5560                 "Fix" "sylpheed already running" instead of
5561                 crash dialog appearing after a crash
5562
5563 2002-12-10 [colin]      0.8.6claws92
5564
5565         * po/POTFILES.in
5566                 add src/gtk/sslcertwindow.c
5567
5568 2002-12-10 [paul]       0.8.6claws91
5569
5570         * po/POTFILES.in
5571                 updated to reflect recent changes
5572                 submitted by Alessandro Maestri
5573
5574 2002-12-09 [christoph]  0.8.6claws90
5575
5576         * src/Makefile.am
5577         * src/smtp.[ch]                 ** REMOVE **
5578         * src/common/Makefile.am
5579         * src/common/smtp.[ch]          ** NEW **
5580                 move smtp files to common directory
5581
5582 2002-12-09 [christoph]  0.8.6claws89
5583
5584         * src/Makefile.am
5585         * src/session.[ch]              ** REMOVE **
5586         * src/common/Makefile.am
5587         * src/common/session.[ch]       ** NEW **
5588                 move session files to common directory
5589
5590 2002-12-09 [paul]       0.8.6claws88
5591
5592         * src/account.c
5593                 fix bug [649746] edit accounts: move account reverted
5594                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5595
5596 2002-12-09 [colin]      0.8.6claws87
5597
5598         * src/ssl_certificate.c
5599                 cleanup
5600
5601 2002-12-09 [colin]      0.8.6claws86
5602
5603         * src/ssl.c
5604                 Try to open the cert.pem database and 
5605                 issue a warning if it isn't there
5606
5607 2002-12-09 [colin]      0.8.6claws85
5608
5609         * src/common/ssl_certificate.c
5610         * src/gtk/sslcertwindow.c
5611                 Warning fixes
5612
5613 2002-12-09 [colin]      0.8.6claws84
5614
5615         * src/ssl_certificate.[ch] ** REMOVED **
5616         * src/common/ssl_certificate.[ch] ** NEW **
5617         * src/Makefile.am
5618         * src/common/Makefile.am
5619                 Moved ssl_certificate.[ch] to common
5620         * src/common/ssl.c 
5621                 Put back needed include
5622         * src/gtk/sslcertwindow.[ch]
5623                 Changed ssl_certificate.h include
5624         
5625 2002-12-09 [colin]      0.8.6claws83
5626
5627         * src/gtk/sslcertwindow.[ch]
5628                 Implement hook for certificate acception
5629         * src/ssl_certificate.[ch]
5630                 Implement hook for certificate acception
5631         * src/common/ssl.c
5632                 Reenable certificate acception check
5633         * src/mainwindow.c
5634                 Register sslcertwindow's hook
5635         
5636 2002-12-08 [christoph]  0.8.6claws82
5637
5638         * src/about.c
5639         * src/addr_compl.c
5640         * src/codeconv.c
5641         * src/manual.c
5642         * src/undo.c
5643         * src/common/utils.c
5644                 o add missing includes
5645                 o fix warnings
5646         * src/.cvsignore
5647         * src/common/.cvsignore
5648         * src/common/version.h          ** REMOVE **
5649                 remove autogenerated file
5650
5651 2002-12-08 [paul]       0.8.6claws81
5652
5653         * src/stringtable.c
5654                 put back needed include
5655
5656 2002-12-08 [colin]      0.8.6claws80
5657         
5658         * src/gtk/sslcertwindow.c
5659                 Cleaner popups when asking
5660         * src/ssl_certificate.c
5661         * src/prefs_common.[ch]
5662                 remove ssl certificate pref
5663                 put back needed include
5664         * src/undo.c
5665                 put back needed include
5666
5667 2002-12-08 [christoph]  0.8.6claws79
5668
5669         * src/folderview.c
5670         * src/logwindow.c
5671         * src/statusbar.c
5672         * src/summaryview.c
5673                 only abort hook invokation if required data is missing not
5674                 if our own data pointer is NULL, update hookfunction for
5675                 log window
5676
5677 2002-12-08 [paul]       0.8.6claws78
5678
5679         * src/about.c
5680         * src/addrcache.c
5681         * src/addrclip.c
5682         * src/addr_compl.c
5683         * src/addrselect.c
5684         * src/codeconv.c
5685         * src/colorlabel.c
5686         * src/enriched.c
5687         * src/esmtp.c
5688         * src/exporthtml.c
5689         * src/headerview.c
5690         * src/imageview.c
5691         * src/manual.c
5692         * src/noticeview.c
5693         * src/pgptext.c
5694         * src/scoring.c
5695         * src/sourcewindow.c
5696         * src/stringtable.c
5697         * src/undo.c
5698                 clean up: remove unneccesary includes
5699
5700 2002-12-08 [christoph]  0.8.6claws77
5701
5702         * src/folderview.c
5703         * src/statusbar.c
5704         * src/summaryview.c
5705         * src/common/hooks.[ch]
5706                 hook functions now have a gboolean return value, if a hook
5707                 returns TRUE it will stop executing of any more hooks in
5708                 the same hooklist for this invokation
5709
5710 2002-12-08 [colin]      0.8.6claws76
5711         
5712         * src/main.c
5713                 put back argv0 for CRASH_DIALOG
5714
5715 2002-12-08 [christoph]  0.8.6claws75
5716
5717         * src/Makefile.am
5718         * src/about.c
5719         * src/account.c
5720         * src/crash.c
5721         * src/esmtp.h
5722         * src/imap.[ch]
5723         * src/inc.c
5724         * src/main.c
5725         * src/mainwindow.c
5726         * src/news.c
5727         * src/pop.[ch]
5728         * src/prefs_account.[ch]
5729         * src/prefs_common.[ch]
5730         * src/send.[ch]
5731         * src/smtp.[ch]
5732         * src/ssl_certificate.[ch]
5733         * src/ssl_manager.[ch]
5734         * src/common/Makefile.am
5735         * src/common/log.c
5736         * src/common/nntp.[ch]
5737         * src/common/socket.[ch]
5738         * src/common/ssl.[ch]
5739         * src/gtk/sslcertwindow.[ch]
5740         * ac/openssl.m4
5741                 use new autoconf script to detect OpenSSL with extra parameters
5742                 to specify the location of libs and includes, also remove USE_SSL
5743                 to USE_OPENSSL
5744
5745         * src/common/sylpheed.[ch]
5746         * src/common/version.h.in
5747                 start seperation of common code initialization seperated from gui
5748
5749         * src/summaryview.c
5750                 The function that is called when a color label changes
5751                 should not change the color lable again
5752
5753 2002-12-08 [colin]      0.8.6claws74
5754
5755         * src/gtk/sslcertwindow.c
5756                 warning fixes
5757
5758 2002-12-08 [colin]      0.8.6claws73
5759
5760         * src/statusbar.c
5761           src/common/log.h
5762                 Register a hook for statusbar_puts_all
5763         * src/common/log.c
5764                 invoke statusbar_puts_all's hook
5765         
5766 2002-12-08 [colin]      0.8.6claws72
5767
5768         * src/ssl_certificate.c
5769                 Put back a badly-removed include
5770
5771 2002-12-08 [colin]      0.8.6claws71
5772
5773         * src/gtk/sslcertwindow.[ch]    ** NEW **
5774                 new certificate presentation
5775         * src/gtk/Makefile.am
5776                 add new files
5777         * src/ssl_certificate.[ch]
5778                 gtk cleanup, made utility functions public
5779         * src/ssl_manager.c
5780                 use new cert presentation
5781
5782 2002-12-07 [christoph]  0.8.6claws70
5783
5784         * src/Makefile.am
5785         * src/nntp.[ch]                 ** REMOVE **
5786         * src/common/Makefile.am
5787         * src/common/nntp.[ch]          ** NEW **
5788                 move nntp files to common directory
5789
5790 2002-12-07 [christoph]  0.8.6claws69
5791
5792         * src/procmsg.[ch]
5793         * src/summaryview.c
5794                 implement msginfo update callback using sylpheed's new
5795                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5796
5797 2002-12-06 [christoph]  0.8.6claws68
5798
5799         * src/editgroup.c
5800                 This patch changes the 'Edit Group Details' dialog to
5801                 allow extended selections in either pane, so that
5802                 addresses can be added or removed from a group more
5803                 quickly and easily. (it actually is a net decrease in
5804                 file size, as some unnecessary functions have been
5805                 removed). 
5806                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5807
5808 2002-12-06 [christoph]  0.8.6claws67
5809
5810         * src/Makefile.am
5811         * src/template.[ch]             ** REMOVE **
5812         * src/common/Makefile.am
5813         * src/common/template.[ch]      ** NEW **
5814                 move template files to common directory
5815
5816         * src/nntp.c
5817                 add missing log.h include
5818
5819 2002-12-06 [melvin]     0.8.6claws66
5820
5821         * src/prefs_actions.c
5822                 Added the trailing ">" syntax to insert command's output
5823                 without replacing old text (in contrast to trailing "|").
5824
5825 2002-12-05 [colin]      0.8.6claws65
5826         
5827         * src/common/utils.c
5828                 Don't modify original search_string or it'll change
5829                 the next iterations in the for()
5830
5831 2002-12-05 [darko]      0.8.6claws64
5832
5833         * src/common/utils.c
5834                 proper check for filtering commands, found by Colin
5835
5836 2002-12-05 [darko]      0.8.6claws63
5837
5838         * src/common/utils.c
5839                 check proper string for NULL pointer, found by Colin
5840
5841 2002-12-05 [darko]      0.8.6claws62
5842
5843         * src/common/utils.[ch]
5844                 expand_search_string(): new function
5845                 converts Mutt-like patterns to Sylpheed's
5846                 filtering engine
5847         * src/summaryview.c
5848                 use expand_search_string() to allow Mutt-like
5849                 patterns in extended search
5850         * README.claws
5851                 document extended option in quick search
5852
5853 2002-12-05 [paul]       0.8.6claws61
5854
5855         * sync with 0.8.6cvs16
5856                 see ChangeLog 2002-12-05
5857                 
5858         * po/POTFILES.in
5859                 clean up
5860
5861 2002-12-04 [christoph]  0.8.6claws60
5862
5863         * src/imap.[ch]
5864                 put imap authentication code into a new function and
5865                 remove it from imap_session_new that will allow to
5866                 send other commands before authentication
5867
5868 2002-12-04 [christoph]  0.8.6claws59
5869
5870         * src/imap.[ch]
5871                 use already existing method to prevent unneeded IMAP
5872                 folder selects. Set imap_select parameters to NULL
5873                 in some functions if the values are not required.
5874
5875         * src/xml.h
5876                 remove no longer required include
5877
5878 2002-12-04 [paul]       0.8.6claws58
5879
5880         * po/es.po
5881                 updated by Ricardo Mones Lastra
5882                 
5883         * configure.in
5884           po/hu.po      ** NEW FILE **
5885                 initial Hungarian translation, submitted
5886                 by Gál Zoltán <galzoli@hu.inter.net>
5887
5888 2002-12-03 [christoph]  0.8.6claws57
5889
5890         * src/Makefile.am
5891         * src/gtksctree.[ch]            ** REMOVE **
5892         * src/gtk/Makefile.am
5893         * src/gtk/gtksctree.[ch]        ** NEW **
5894                 move gtksctree files to gtk directory
5895
5896 2002-12-03 [christoph]  0.8.6claws56
5897
5898         * src/Makefile.am
5899         * src/md5.[ch]                  ** REMOVE **
5900         * srm/common/Makefile.am
5901         * src/common/md5.[ch]           ** NEW **
5902                 move md5 files to common directory
5903
5904         * src/gtkstext.c
5905                 remove not required #include
5906
5907 2002-12-03 [sergey]     0.8.6claws55
5908
5909         * src/gtkutils.c
5910         * src/gtkutils.h
5911                 gtkut_window_popup(): new function.
5912         * src/mainwindow.c
5913                 main_window_popup(): use gtkut_window_popup() to raise
5914                 window without changing its position.
5915                 (see sylpheed-main ML message [sylpheed:17247])
5916
5917 2002-12-03 [sergey]     0.8.6claws54
5918
5919         * src/send.c
5920                 send_message_local(): removed first-dot escaping
5921                 (SMTP-only, not needed for sending through pipe)
5922
5923 2002-12-03 [paul]       0.8.6claws53
5924
5925         * po/POTFILES.in
5926                 update to reflect recent changes (thanks
5927                 to Ricardo Mones Lastra)
5928                 
5929         * tools/filter_conv.pl
5930                  fix problem with quoted strings. Patch submitted
5931                  by Luke Plant <lukeplant@softhome.net>
5932
5933 2002-12-03 [paul]       0.8.6claws52
5934
5935         * sync with 0.8.6cvs15
5936                 see ChangeLog 2002-12-03
5937
5938 2002-12-02 [christoph]  0.8.6claws51
5939
5940         * src/logwindow.[ch]
5941         * src/common/log.[ch]
5942                 implement logging using a hook function
5943
5944         * src/folderview.c
5945         * src/folder.[ch]
5946                 define hooklist name in header file to avoid
5947                 errors caused by wrong spelling of hooklist names
5948
5949         * src/toolbar.c
5950                 fix warnings
5951
5952 2002-12-02 [christoph]  0.8.6claws50
5953
5954         * src/common/Makefile.am
5955                 add src/common/hooks.[ch]
5956
5957         * src/common/hooks.[ch]
5958                 implement a simple hook system using glib's hook functions
5959
5960         * src/folder.[ch]
5961         * src/folderview.c
5962                 use new hook system for folder item updates
5963
5964 2002-12-02 [christoph]  0.8.6claws49
5965
5966         * doc-src/ui_seperation.txt     ** NEW **
5967                 information for ui seperation
5968
5969         * src/Makefile.am
5970                 remove files that were moved to common
5971                 include common directory by default for the header files
5972
5973         * src/inc.c
5974         * src/common/socket.c
5975         * src/automaton.[ch]
5976                 implement automaton using g_io_*-functions instead of
5977                 gdk_input_add to make it ui independent
5978
5979         * src/codeconv.c
5980         * src/compose.c
5981         * src/ldif.c
5982         * src/pgptext.c
5983         * src/procmime.c
5984         * src/rfc2015.c
5985         * src/smtp.c
5986         * src/unmime.c
5987                 remove common/ prefix because directory is now in
5988                 include path
5989
5990         * src/compose.c
5991         * src/folder.c
5992         * src/folderview.c
5993         * src/mainwindow.c
5994         * src/messageview.c
5995         * src/prefs_common.c
5996         * src/procmsg.c
5997         * src/rfc2015.c
5998                 fix warnings
5999
6000         * src/imap.c
6001         * src/inc.c
6002         * src/news.c
6003         * src/pop.c
6004         * src/send.c
6005         * src/smtp.c
6006         * src/ssl_certificate.c
6007                 add log.h header file for logging functions
6008
6009         * src/main.c
6010         * src/common/utils.c
6011         * src/summaryview.c
6012         * src/xml.c
6013                 o move debug_mode to common/utils.c
6014                 o add functions to set and get debug_mode
6015
6016         * src/defs.h                    ** REMOVE **
6017         * src/intl.h                    ** REMOVE **
6018         * src/socket.[ch]               ** REMOVE **
6019         * src/ssl.[ch]                  ** REMOVE **
6020         * src/utils.[ch]                ** REMOVE **
6021                 replaced by new files in src/common/
6022         
6023         * src/common/Makefile.am
6024                 add new files in src/common/
6025
6026         * src/common/defs.h             ** NEW **
6027         * src/common/intl.h             ** NEW **
6028         * src/common/log.[ch]           ** NEW **
6029         * src/common/socket.[ch]        ** NEW **
6030         * src/common/ssl.[ch]           ** NEW **
6031         * src/common/utils.[ch]         ** NEW **
6032                 replacement for files in src/
6033
6034 2002-12-02 [colin]      0.8.6claws48
6035
6036         * src/folderview.c
6037                 Scroll folderview if necessary during dnd
6038
6039 2002-12-02 [colin]      0.8.6claws47
6040
6041         * src/folder.[ch]
6042                 Add check to verify a move is within a single mailbox
6043         * src/folderview.c
6044                 Add specific error string for this check
6045
6046 2002-12-02 [colin]      0.8.6claws46
6047
6048         * src/folder.c
6049                 Add a test to folder moving, remove a statusbar_print
6050         * src/folderview.c
6051                 Add Move folder... context-menu item
6052                 Factorize folder moving code
6053                 Enable folder DND for mbox
6054
6055 2002-12-01 [christoph]  0.8.6claws45
6056
6057         * ac/aspell.m4
6058                 remove conf.aspelltest if the version check fails
6059
6060 2002-11-30 [christoph]  0.8.6claws44
6061
6062         * autogen.sh
6063                 run libtoolize --force in autogen to create missing
6064                 libtool scripts
6065
6066 2002-11-30 [christoph]  0.8.6claws43
6067
6068         * src/Makefile.am
6069         * src/pgptext.c
6070         * src/procmime.c
6071         * src/rfc2015.c
6072         * src/uuencode.[ch]             ** REMOVED **
6073         * src/common/Makefile.am
6074         * src/common/uuencode.[ch]      ** NEW **
6075                 move uuen/decoder to common directory
6076
6077 2002-11-30 [christoph]  0.8.6claws42
6078
6079         * src/Makefile.am
6080         * src/base64.[ch]               ** REMOVED **
6081         * src/codeconv.c
6082         * src/compose.c
6083         * src/ldif.c
6084         * src/pgptext.c
6085         * src/procmime.c
6086         * src/rfc2015.c
6087         * src/smtp.c
6088         * src/unmime.c
6089         * src/common/Makefile.am
6090         * src/common/base64.[ch]        ** NEW **
6091                 move base64 en/decoder to common directory
6092
6093 2002-11-30 [christoph]  0.8.6claws41
6094
6095         * src/common                    ** NEW **
6096                 new directory for UI independent code
6097         * src/gtk                       ** NEW **
6098                 new directory for GTK frontend
6099         * src/common/.cvsignore         ** NEW **
6100         * src/gtk/.cvsignore            ** NEW **
6101                 ignore build files
6102         * src/common/Makefile.am        ** NEW **
6103         * src/gtk/Makefile.am           ** NEW **
6104                 automake files to build new seperated stuff
6105         * src/Makefile.am
6106                 the binary will currently still be build with the
6107                 files in src, so we include the code from the
6108                 subdirs for now after building the libs there
6109
6110 2002-11-30 [paul]       0.8.6claws40
6111
6112         * src/compose.c
6113                 fix bug [642731] 'Wrong selected account with drafted mail'
6114
6115 2002-11-29 [oliver]     0.8.6claws39
6116         
6117         * src/messageview.c
6118                 o update summaryview when switching between different
6119                   messageviews          
6120         * src/toolbar.c  
6121                 o check if messageview holds already removed msg
6122                   from summaryview
6123                 
6124
6125 2002-11-29 [oliver]     0.8.6claws38
6126
6127         * src/toolbar.c 
6128                 remove not needed variables and includes
6129                 make messageview stay opened and move to next when msgs are deleted 
6130
6131 2002-11-29 [oliver]     0.8.6claws37
6132         
6133         * src/toolbar.c 
6134                 disable compose button (messageview toolbar) by default
6135                 deleted msgs are moved to trash
6136         
6137 2002-11-29 [melvin]     0.8.6claws36
6138
6139         * configure.in
6140                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6141                 and to detect signatures expirations (gpgme 0.3.6)
6142
6143         * src/main.c
6144                 Use non obsolescent function for Gpgme engine checking.
6145
6146         * src/rfc2015.c
6147                 Inform about expired signatures or signatures which key
6148                 has expired. Expiration date is displayed.
6149
6150         * src/sigstatus.c
6151                 Inform about expired signatures or signatures which key
6152                 has expired.
6153
6154 2002-11-28 [paul]       0.8.6claws35
6155
6156         * src/folderview.c
6157                 re-instate 'Check for new messages' in Newsgroup
6158                 folders right-click menu, after a suggestion from
6159                 Tim Mann <timmann@users.sourceforge.net>
6160
6161         * src/main.c
6162                 after a crash check only local folders for new
6163                 messages
6164
6165 2002-11-28 [paul]       0.8.6claws34
6166
6167         * configure.in
6168                 apply patch that fixes the checking of GTK with XIM 
6169                 support on different OSs, such as FreeBSD. Patch 
6170                 submitted by Topia <topia@users.sourceforge.net>
6171                 
6172 2002-11-28 [paul]       0.8.6claws33
6173
6174         * src/mainwindow.c
6175           src/prefs_common.c
6176           src/prefs_toolbar.c
6177                 more changes to the English
6178
6179 2002-11-28 [paul]       0.8.6claws32
6180
6181         * sync with 0.8.6cvs13
6182                 see ChangeLog 2002-11-28 (no sync needed
6183                 for src/compose.c)
6184
6185 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6186         
6187         * src/mainwindow.[ch]
6188                 add patch by Ivan F. Martinez introducing messageview Toolbar
6189                 some changes and committed by oliver    
6190
6191 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6192
6193         * src/messageview.[ch]
6194                 add patch by Ivan F. Martinez introducing messageview Toolbar
6195                 some changes and committed by oliver    
6196
6197 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6198
6199         * src/compose.[ch]
6200                 add patch by Ivan F. Martinez introducing messageview Toolbar
6201                 some changes and committed by oliver    
6202
6203 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6204         
6205         * src/toolbar.[ch]
6206                 add patch by Ivan F. Martinez introducing messageview Toolbar
6207                 some changes and committed by oliver
6208
6209 2002-11-28 [oliver]     0.8.6claws27
6210         
6211         * src/prefs_toolbar.[ch]
6212                 getting ready for messageview toolbar
6213                 free mem allocated by gettext
6214                 change prefs_toolbar to prefs_toolbar_open
6215  
6216 2002-11-28 [thorsten]   0.8.6claws26
6217
6218         * src/imageview.[ch]
6219                 cleaned up conflicting declarations of
6220                 imageview_show_image()
6221
6222 2002-11-28 [paul]       0.8.6claws25
6223
6224         * src/grouplistdialog.c
6225           src/prefs_common.c
6226           src/prefs_summary_column.c
6227                 a few more improvements to the English
6228
6229 2002-11-28 [colin]      0.8.6claws24
6230
6231         * man/sylpheed.1
6232                 A few updates to command-line parameters
6233
6234 2002-11-28 [colin]      0.8.6claws23
6235
6236         * src/prefs_filtering.c
6237                 Fix problems with prefs_filtering_delete_path:
6238                 a) if the first rule is removed, original pointers
6239                    weren't updated (leading to segfaults)
6240                 b) it was always global_processing updated in case
6241                    of removed path was parent of rule path
6242
6243 2002-11-27 [paul]       0.8.6claws22
6244
6245         * src/mainwindow.c
6246           src/prefs_account.c
6247           src/prefs_actions.c
6248           src/prefs_common.c
6249           src/prefs_customheader.c
6250           src/prefs_display_header.c
6251           src/prefs_filtering.c
6252           src/prefs_folder_item.c
6253           src/prefs_matcher.c
6254           src/prefs_scoring.c
6255           src/prefs_summary_column.c
6256           src/prefs_template.c
6257           src/prefs_toolbar.c
6258                  improve the English in the GUI
6259
6260 2002-11-27 [colin]      0.8.6claws21
6261
6262         * src/folder.c
6263                 Fix processing renaming problems happening after
6264                 last commit
6265
6266 2002-11-27 [colin]      0.8.6claws20
6267
6268         * src/folder.c
6269                 recursive move now deletes src each subfolder after 
6270                 having moved it
6271         * src/folderview.c
6272                 Use identifier instead of path during dnd (enables
6273                 IMAP folder dnd)
6274
6275 2002-11-27 [paul]       0.8.6claws19
6276
6277         * src/main.c
6278                 apply patch that does command-line processing 
6279                 BEFORE gtk_init, allowing claws to run from 
6280                 shell-scripts in non-X environment (e.g. crontab 
6281                 or ip-up, ip-down scripts). Patch submitted by
6282                 Ruslan N. Balkin <baron@dartel.ru>
6283                 
6284         * po/it.po
6285                 updated by Alessandro Maestri
6286
6287 2002-11-27 [paul]       0.8.6claws18
6288
6289         * sync with 0.8.6cvs12
6290           src/prefs_common.c
6291                 Differences are that main uses a 'Receive dialog'
6292                 frame on the Interface tab, whereas claws groups all 
6293                 the dialogs together in a 'Dialogs' frame.
6294
6295 2002-11-27 [colin]      0.8.6claws17
6296
6297         * src/prefs_matcher.c
6298                 Fix Execute criteria's NOT flag
6299
6300
6301 2002-11-26 [christoph]  0.8.6claws16
6302
6303         * src/ssl.c
6304                 rewrite the ssl code a little bit, only use one
6305                 SSL context, set default certificates' file/path
6306
6307 2002-11-26 [thorsten]   0.8.6claws15
6308
6309         * src/compose.c
6310                 default-reply-to didn't work for ml-reply
6311
6312 2002-11-26 [melvin]     0.8.6claws14
6313
6314         * src/prefs_actions.c
6315                 Made pipe-actions ignore short headers in message view
6316                 Made trailing-pipe-actions write in the message view with
6317                 the same font as the original message
6318
6319 2002-11-26 [paul]       0.8.6claws13
6320
6321         * src/compose.c
6322                 this time commit the correct file
6323
6324 2002-11-26 [paul]       0.8.6claws12
6325
6326         * sync with 0.8.6cvs11
6327           src/quote_fmt_parse.y  
6328                 no sync needed
6329           src/account.[ch]       
6330                 not sync'ed
6331           src/compose.c
6332                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6333                 on draft mode.
6334                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6335                 header
6336                 
6337         see ChangeLog 2002-11-25 and 2002-11-26
6338
6339 2002-11-26 [colin]      0.8.6claws11
6340
6341         * src/folderview.c
6342                 Fix collapsed folder not auto-expanding during
6343                 mail dnd, if it was the source folder.
6344
6345 2002-11-25 [colin]      0.8.6claws10
6346
6347         * src/folderview.[ch]
6348                 Variable renaming and cleaning (slist of nodes 
6349                 to be re-collapsed is stored in FolderView)
6350
6351 2002-11-25 [paul]       0.8.6claws9
6352
6353         * src/prefs_common.[ch]
6354                 fix breakage caused by last commit
6355
6356 2002-11-25 [paul]       0.8.6claws8
6357
6358         * sync with 0.8.6cvs4
6359                 see ChangeLog 2002-11-21
6360
6361 2002-11-25 [paul]       0.8.6claws7
6362
6363         * sync with 0.8.6cvs4
6364                 see ChangeLog 2002-11-20
6365
6366 2002-11-25 [paul]       0.8.6claws6
6367
6368         * sync with 0.8.6cvs3
6369                 see ChangeLog 2002-11-18
6370
6371 2002-11-25 [colin]      0.8.6claws5
6372
6373         * src/gtkutils.[ch]
6374                 Add gtkut_ctree_node_is_parent()
6375         * src/folderview.c
6376                 Spring-loaded folders
6377
6378 2002-11-25 [colin]      0.8.6claws4
6379
6380         * src/utils.[ch]
6381                 Add slist_concat_unique(), function to merge
6382                 two GSList filtering dups
6383         * src/folder.[ch]
6384         * src/summaryview.[ch]
6385         * src/folderview.c
6386         * src/main.c
6387                 Add detection/update/display of unread answers
6388                 to marked mails
6389         * src/procmsg.[ch]
6390                 Add procmsg_find_children()
6391                 Add procmsg_msg_has_marked_parent()
6392
6393 2002-11-25 [colin]      0.8.6claws3
6394
6395         * src/ssl_certificate.[ch]
6396                 Allow checking a certificate without a DNS
6397                 lookup
6398                 Allow to forget a cert (by deleting it)
6399                 Make ssl_certificate_destroy_public
6400         * src/ssl_manager.[ch] ** NEW FILES **
6401                 Gui to manage (display/remove) certificates
6402         * src/prefs_common.[ch]
6403                 Add a pref to allow silent acceptation of
6404                 trusted certificates or not (based on the
6405                 "I want to know what's going on" principle)
6406         * src/mainwindow.c
6407                 Add SSL manager in Tools menu
6408         * src/Makefile.am
6409                 Add the new files to the build
6410         * po/POTFILES.in
6411                 Add ssl_manager.c to translations
6412
6413 2002-11-25 [colin]      0.8.6claws2
6414
6415         * src/summaryview.[ch]
6416                 Add S_SEARCH_EXTENDED to the quick search, which 
6417                 allows to search using filtering syntax.
6418
6419 2002-11-25 [colin]      0.8.6claws1
6420
6421         * src/summaryview.c
6422                 Deletion of duplicates now prefer deleting
6423                 the unread dup (fixes feature-request 638989).
6424
6425 2002-11-24 [paul]       0.8.6claws
6426
6427         * po/es.po
6428           po/pl.po
6429           po/ru.po
6430           po/sr.po
6431                 updated by Ricardo Mones Lastra,
6432                 Witold Wladyslaw Wojciech Wilk,
6433                 Ruslan N. Balkin, and  Urke MMI 
6434                 respectively
6435
6436 2002-11-24 [paul]       0.8.5claws182
6437
6438         * po/bg.po
6439                 updated by George Danchev
6440
6441 2002-11-23 [alfons]     0.8.5claws181
6442
6443         * src/imap.c
6444                 tiny memory leak found by browsing Dimitar's 
6445                 valgrind report
6446
6447 2002-11-23 [paul]       0.8.5claws180
6448
6449         * po/it.po
6450                 updated by Alessandro Maestri
6451
6452 2002-11-22 [christoph]  0.8.5claws179
6453
6454         * src/compose.c
6455         * src/inc.c
6456         * src/prefs_filtering.c
6457         * src/summaryview.c
6458                 more warning fixes
6459
6460 2002-11-22 [alfons]     0.8.5claws178
6461
6462         * src/summaryview.c
6463                 summary_execute_delete_func(): if message is deleted, make 
6464                 sure to also remove its entry in the subject hash table. 
6465                 fixes a corner case bug.
6466
6467 2002-11-22 [paul]       0.8.5claws177
6468
6469         * .cvsignore
6470                 add 'autom4te.cache'
6471                 
6472         * ltconfig      ** REMOVED **
6473                 not needed
6474
6475 2002-11-22 [paul]       0.8.5claws176
6476
6477         * src/textview.c
6478                 textview_set_font(): fix for message display in
6479                 UTF-8 locales (thanks to Sergey Vlasov).
6480                 
6481         * AUTHORS
6482                 add new team members and contributors
6483
6484
6485 2002-11-21 [colin]      0.8.5claws175
6486
6487         * src/procmsg.[ch]
6488                 Add procmsg_remove_special_headers()
6489         * src/mh.c
6490                 Use procmsg_remove_special_headers() for 
6491                 previous fix
6492
6493 2002-11-21 [colin]      0.8.5claws174
6494
6495         * src/mh.c
6496                 Fix moving/copying from queue/draft folders
6497                 for MH folders
6498
6499 2002-11-21 [christoph]  0.8.5claws173
6500
6501         * src/crash.c
6502         * src/filtering.c
6503         * src/logwindow.c
6504         * src/main.c
6505         * src/matcher_parser_lex.[hl]
6506         * src/mbox.c
6507         * src/mbox_folder.[ch]
6508         * src/prefs_filtering.c
6509         * src/procheader.c
6510         * src/quote_fmt_lex.l
6511         * src/ssl.c
6512                 fix all warnings except the warnings in lex and yacc files
6513
6514 2002-11-20 [christoph]  0.8.5claws172
6515
6516         * src/imap.c
6517                 fix MsgInfo retrieval for IMAP draft and queue folders
6518                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6519
6520 2002-11-19 [christoph]  0.8.5claws171
6521
6522         * src/compose.c
6523                 fix segfault, when draft saving does not get
6524                 the MsgInfo of the new message
6525                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6526
6527 2002-11-19 [christoph]  0.8.5claws170
6528
6529         * src/procmsg.c
6530                 add parameter check for flag setting function
6531                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6532
6533 2002-11-18 [paul]       0.8.5claws169
6534
6535         * src/compose.c
6536                 more sensitivity fixes to redirect mode:
6537                 * disable toolbar draft button
6538                 * allow only Address book in the Tools menu
6539                 * disable editing of message by the spell
6540                   checker
6541
6542 2002-11-18 [paul]       0.8.5claws168
6543
6544         * src/compose.c
6545                 fix sensitivity of menu items in compose_redirect():
6546                 allow only the necessary items 
6547
6548 2002-11-18 [paul]       0.8.5claws167
6549
6550         * src/compose.c
6551                 fix bug [ 603259 ] 'attachment got lost on bounce'
6552
6553 2002-11-18 [paul]       0.8.5claws166
6554
6555         * po/ru.po
6556                 updated by Ruslan N. Balkin <baron@dartel.ru>
6557
6558 2002-11-18 [colin]      0.8.5claws165
6559
6560         * src/main.c
6561           src/defs.h
6562                 Remove old filtering stuff
6563
6564
6565 2002-11-17 [oliver]     0.8.5claws164
6566
6567         * src/toolbar.h
6568                 remove not needed typedef 
6569
6570 2002-11-17 [oliver]     0.8.5claws163
6571
6572         * src/toolbar.c
6573                 make toolbar's on click events translatable
6574
6575 2002-11-15 [colin]      0.8.5claws162
6576
6577         * src/summaryview.c
6578                 Revert too-soon integration of a feature
6579
6580 2002-11-15 [christoph]  0.8.5claws161
6581
6582         * src/imap.c
6583                 use main's implementation of imap_get_msginfo
6584
6585 2002-11-15 [christoph]  0.8.5claws160
6586
6587         * src/compose.c
6588         * src/folder.[ch]
6589         * src/imap.c
6590         * src/mbox_folder.c
6591         * src/mh.c
6592         * src/news.c
6593         * src/procmsg.c
6594         * src/summaryview.c
6595                 replace claws' fetch_msginfo with main's get_msginfo
6596                 (use main's implementation where possible)
6597
6598 2002-11-15 [colin]      0.8.5claws159
6599
6600         * src/ssl_certificate.c
6601                 Missed a check
6602
6603 2002-11-16 [melvin]     0.8.5claws158
6604
6605         * po/fr.po
6606                 Updated French translations.
6607
6608 2002-11-16 [colin]      0.8.5claws157
6609
6610         * src/ssl_certificate.c
6611                 Check for missing parts in the certificates
6612
6613 2002-11-15 [colin]      0.8.5claws156
6614
6615         * src/folderview.c
6616                 Preventive fix (missing check) found by
6617                 Alfons
6618
6619 2002-11-15 [paul]
6620
6621         * NEWS
6622                 sync with 0.8.6 release
6623
6624 2002-11-15 [colin]      0.8.5claws155
6625
6626         * src/folder.[ch]
6627           src/folderview.c
6628                 Fix error handling of folder_item_move_to()
6629                 (thanks to Alfons!)
6630
6631 2002-11-15 [colin]      0.8.5claws154
6632
6633         * src/folder.[ch]
6634           src/folderview.c
6635                 folder_item_move_to() sets an error message instead
6636                 of having GUI stuff in folder.c
6637
6638 2002-11-15 [colin]      0.8.5claws153
6639
6640         * src/procmsg.[ch]
6641                 Implemented a callback for MsgInfo updates, 
6642                 heavily copy/pasted from Christoph's folder 
6643                 callback system
6644         * src/summaryview.[ch]
6645                 Register summary_update_msg as callback
6646
6647 2002-11-14 [colin]      0.8.5claws152
6648         
6649         * src/procmsg.c
6650                 Update the FolderItem after sending (fixes 617593)
6651
6652 2002-11-14 [christoph]  0.8.5claws151
6653
6654         * src/folder.c
6655                 fix wrong position of NULL pointer check found
6656                 by Sergey
6657
6658 2002-11-14 [christoph]  0.8.5claws150
6659
6660         * src/folder.c
6661                 fix segfault when deleting messages from IMAP folders
6662                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6663
6664 2002-11-14 [colin]      0.8.5claws149
6665
6666         * src/compose.c
6667                 Forwarding was also ignoring the folder's default account.
6668
6669 2002-11-14 [colin]      0.8.5claws148
6670
6671         * src/compose.c
6672                 Fix sent folder not set to folder properties when 
6673                 forwarding.
6674
6675 2002-11-14 [thorsten]   0.8.5claws147
6676
6677         * src/inc.c
6678                 inc_start(): Files were not moved from .processing to inbox,
6679                 if no global processing rule existed
6680
6681 2002-11-14 [colin]      0.8.5claws146
6682
6683         * src/ssl_certificate
6684                 Fix file operations
6685
6686 2002-11-14 [paul]       0.8.5claws145
6687
6688         * po/it.po
6689                 updated by Alessandro Maestri
6690
6691 2002-11-13 [alfons]     0.8.5claws144
6692
6693         * src/folder.c
6694                 folder_item_close(): only mark messages unread
6695                 when a folder has new messages 
6696
6697 2002-11-13 [keith]      0.8.5claws143
6698
6699         * src/imap.c
6700                 Fix problem moving or copying between
6701                 IMAP folders
6702
6703 2002-11-13 [colin]      0.8.5claws142
6704
6705         * src/matcher_parser_parse.y
6706                 Fix rule problem when " don't match
6707
6708 2002-11-13 [christoph]  0.8.5claws141
6709
6710         * src/folder.c
6711         * src/folderview.c
6712                 moved cache saving to folder_item_close
6713                 the folderview should not have to deal with
6714                 this things
6715
6716 2002-11-13 [christoph]  0.8.5claws140
6717
6718         * src/summaryview.c
6719                 moved setting of important score to
6720                 summary_set_prefs_from_folderitem
6721
6722 2002-11-13 [colin]      0.8.5claws139
6723
6724         * src/matcher_parser_parse.y
6725                 Fix a segfault in the parser (happening when
6726                 a good expression had been tested and a bad 
6727                 one arrives)
6728
6729 2002-11-13 [paul]       0.8.5claws138
6730
6731         * sync with 0.8.5cvs24
6732                 see ChangeLog 2002-11-13
6733                 
6734         * po/pt_BR.po
6735                 updated by Fabio Jr. Beneditto
6736
6737 2002-11-13 [colin]      0.8.5claws137
6738         
6739         * src/msgcache.c
6740           src/defs.h
6741           src/procmsg.[ch]
6742                 Revert last commit, problem
6743
6744 2002-11-13 [colin]      0.8.5claws136
6745
6746         * src/msgcache.c
6747                 Remove duplicated code
6748         * src/defs.h
6749                 Bumped CACHE_VERSION and MARK_VERSION
6750         * src/procmsg.[ch]
6751                 Network endian for cache and mark files
6752
6753 2002-11-12 [colin]      0.8.5claws135
6754
6755         * src/inc.c
6756                 Fix the "socket error" dialog which disappeared
6757
6758 2002-11-12 [colin]      0.8.5claws134
6759
6760         * src/msgcache.c
6761                 Reverse last commit which had performance 
6762                 problems, but still reverse the list
6763
6764 2002-11-12 [colin]      0.8.5claws133
6765
6766         * src/msgcache.c
6767                 Reverse list order
6768
6769 2002-11-12 [melvin]     0.8.5claws132
6770
6771         * src/compose.c
6772                 Added a check for a NULL prefs_common.dictionary
6773
6774 2002-11-12 [colin]      0.8.5claws131
6775
6776         * src/ssl_certificate.[ch]
6777                 Use FQDN hostname
6778
6779 2002-11-12 [colin]      0.8.5claws130
6780
6781         * src/ssl_certificate.[ch]
6782                 Take connection port into account for 
6783                 checking certificates (a single hostname
6784                 could have multiple servers with multiple
6785                 certificates)
6786         * src/ssl.c
6787                 Pass the port to ssl_certificate_check
6788
6789 2002-11-12 [paul]       0.8.5claws129
6790
6791         * src/folder.c
6792                 fix a typo in last commit
6793
6794 2002-11-12 [paul]       0.8.5claws128
6795
6796         * sync with 0.8.5cvs23
6797                 see ChangeLog entry 2002-11-12
6798
6799 2002-11-11 [colin]      0.8.5claws127
6800
6801         * src/ssl_certificate.c
6802                 Cleaner messages
6803                 Don't popup, instead log error, if the 
6804                 corresponding pref is checked
6805         * src/ssl_certificate.h
6806                 include <openssl/objects/h>
6807
6808 2002-11-11 [colin]      0.8.5claws126
6809
6810         * src/ssl_certificate.h
6811                 _Really_ clean it
6812
6813 2002-11-11 [colin]      0.8.5claws125
6814         
6815         * src/ssl_certificate.c
6816                 Fixed leak
6817
6818 2002-11-11 [colin]      0.8.5claws124
6819
6820         * src/ssl.c
6821                 Cleaned a bit
6822         * src/ssl_certificate.[ch]
6823                 Cleaned a bit (better use of SSL API)
6824                 (This will cause non-recognition of saved 
6825                  certificates of claws12[23]...)
6826
6827 2002-11-11 [paul]       0.8.5claws123
6828         
6829         * po/es.po
6830                 updated by Ricardo Mones Lastra
6831
6832 2002-11-11 [colin]      0.8.5claws122
6833
6834         * src/ssl.c
6835                 Fix a typo
6836
6837 2002-11-11 [colin]      0.8.5claws121
6838
6839         * src/ssl_certificate.[ch] ** NEW FILES **
6840         * src/ssl.[ch]
6841                 Check SSL certificates presented to us
6842         * src/Makefile.am
6843                 Add ssl_certificate.[ch]
6844         * po/POTFILES.in
6845                 Add ssl_certificate.c
6846
6847 2002-11-11 [paul]       0.8.5claws120
6848
6849         * sync with 0.8.5cvs22
6850                 see ChangeLog 2002-11-11
6851
6852 2002-11-11 [paul]       0.8.5claws119
6853
6854         * sync with 0.8.5cvs21
6855                 see ChangeLog 2002-11-11
6856
6857 2002-11-10 [jens]       0.8.5claws118
6858
6859         * src/folder.c
6860         * src/folderview.c
6861                 corrected some typing
6862         * po/de.po
6863                 updated german translation
6864         * sylpheed.spec.in
6865                 cleaned up specfile and adjusted it for claws
6866
6867 2002-11-10 [colin]      0.8.5claws117
6868
6869         * src/summaryview.c
6870                 a STATUSBAR_PUSH/POP fix
6871
6872 2002-11-10 [colin]      0.8.5claws116
6873
6874         * src/prefs_folder_item.c
6875                 Fix hanging after opening folder properties
6876
6877 2002-11-10 [hoa]        0.8.5claws115
6878
6879         * src/matcher_parser_lex.l
6880         * src/matcher_parser_parse.y
6881                 config file for scoring and filtering is no more trashed
6882                 when there is a syntax error in a filtering rule when
6883                 editing it in a dialog.
6884
6885 2002-11-09 [colin]      0.8.5claws114
6886
6887         * src/mbox_folder.c
6888                 Added missing initialisation of folder->destroy()
6889
6890 2002-11-09 [colin]      0.8.5claws113
6891
6892         * src/folder.c
6893           src/folderview.c
6894                 Fix the status bar messages
6895
6896 2002-11-09 [colin]      0.8.5claws112
6897
6898         * src/folderview.c
6899                 Fix hangs after folder dnd, happening after 
6900                 claws109.
6901
6902 2002-11-09 [christoph]  0.8.5claws111
6903
6904         * src/folderview.c
6905                 just changed order of calls (reverse order of
6906                 associated calls)
6907         * src/inc.c
6908                 lock inc when checking only one account, otherwise
6909                 inc all could be executed at the same time
6910
6911 2002-11-09 [christoph]  0.8.5claws110
6912
6913         * src/folderview.c
6914                 better unlock the mouse cursor before calling
6915                 summary_show because it changes the cursor too
6916
6917 2002-11-09 [christoph]  0.8.5claws109
6918
6919         * src/folder.[ch]
6920         * src/folderview.c
6921                 add functions to open and close a folder
6922                 o opending will execute scanning for remote folders
6923                   and processing
6924                 o closing will unset new flag for messages
6925
6926 2002-11-09 [colin]      0.8.5claws108
6927
6928         * src/folder.c
6929                 Add a call to prefs_matcher_write_config to 
6930                 avoid non-leaf folders filtering settings to be
6931                 lost
6932
6933 2002-11-09 [paul]       0.8.5claws107
6934
6935         * src/prefs_account.c
6936                 re-word a label
6937
6938 2002-11-09 [colin]      0.8.5claws106
6939
6940         * src/folderview.c
6941                 Minor esthetic fix
6942
6943 2002-11-09 [colin]      0.8.5claws105
6944
6945         * src/folderview.c
6946                 Fix prefs_filtering deletion for MH folders (same
6947                 reason as below)
6948         * src/prefs_filtering.c
6949                 Fix prefs_filtering renaming and deletion for 
6950                 folder-based processing rules.  
6951
6952 2002-11-09 [christoph]  0.8.5claws104
6953
6954         * src/compose.c
6955         * src/folder.[ch]
6956         * src/folderview.[ch]
6957         * src/import.c
6958         * src/inc.c
6959         * src/main.c
6960         * src/mainwindow.c
6961         * src/messageview.c
6962         * src/prefs_folder_item.c
6963         * src/procmsg.c
6964         * src/summaryview.c
6965                 implement a callback system for folder item updates
6966
6967 2002-11-09 [colin]      0.8.5claws103
6968
6969         * src/folderview.c
6970                 Fix prefs_filtering renaming for MH folders (we
6971                 shouldn't rename by path as another folder could
6972                 have the same hierarchy).
6973
6974 2002-11-09 [colin]      0.8.5claws102
6975
6976         * src/folder.c
6977                 Fix a leak found by Christoph, use better variable
6978                 names
6979
6980 2002-11-09 [colin]      0.8.5claws101
6981
6982         * src/folder.c
6983                 One more fix for processing rules
6984
6985 2002-11-08 [colin]      0.8.5claws100
6986         
6987         * src/matcher.c
6988                 Don't copy the compiled regexp (will be reevaluated)
6989         * src/folderview.c
6990                 Lock folderview while moving
6991         * src/folder.c
6992                 Provide info on what's happening to the user
6993
6994 2002-11-08 [colin]      0.8.5claws99
6995
6996         * src/folderview.c
6997                 Fix folder reordering after a move if parent is 
6998                 root
6999         * src/scoring.[ch]
7000                 Add function to copy a ScoringProp
7001         * src/prefs_folder_item.c
7002                 Copy scoring rules when copying a folder prefs
7003
7004 2002-11-08 [colin]      0.8.5claws98
7005
7006         * src/folderview.c
7007                 Fixes in case of failure
7008         * src/filtering.[ch]    
7009                 Add function to duplicate a FilteringProp
7010         * src/matcher.[ch]
7011                 Add function to duplicate a MatcherProp
7012         * src/prefs_folder_item.c
7013                 Save folder's processing rules when copying 
7014                 its prefs
7015
7016 2002-11-08 [colin]      0.8.5claws97
7017         
7018         * src/folderview.c
7019                 Sort after move
7020         * src/folder.c 
7021                 Change a printf to debug_print
7022
7023 2002-11-08 [colin]      0.8.5claws96
7024
7025         * src/folder.c
7026           src/folderview.c
7027                 Fix segfaults, call me stupido
7028         
7029
7030 2002-11-08 [colin]      0.8.5claws95
7031
7032         *src/folder.c
7033                 Added forgotten prefs to save when moving folders
7034
7035 2002-11-08 [colin]      0.8.5claws94
7036
7037         * src/folder.c
7038                 Fixes to folder DND (prefs copy)
7039         * src/folderview.c
7040                 Optimization for folder DND (don't rescan whole tree)
7041                 Added folderview_create_folder_node() for this 
7042                 optimization, so de-duped a bit the code
7043         * src/prefs_folder_item.[ch]
7044                 Added prefs_folder_item_copy_prefs()    
7045           
7046 2002-11-08 [paul]       0.8.5claws93
7047
7048         * src/prefs_account.c
7049           tools/README
7050           tools/kmail2sylpheed_v2.pl
7051                 correct some typos
7052
7053 2002-11-08 [paul]       0.8.5claws92
7054
7055         * src/compose.c
7056           src/prefs_account.[ch]
7057                 remove account options 'clearsign' and 'ascii_armored',
7058                 replace with 'default_gnupg_mode' to prevent mixed-mode
7059                 Privacy settings
7060
7061 2002-11-08 [paul]       0.8.5claws91
7062
7063         * src/compose.[ch]
7064                 re-implement GnuPG 'on-the-fly' mode selection,
7065                 disallow mixed-mode
7066
7067 2002-11-08 [colin]      0.8.5claws90
7068
7069         * src/folderview.c
7070           src/prefs_folder_item.c
7071                 Change "Property" to "Properties"
7072
7073 2002-11-07 [colin]      0.8.5claws89
7074
7075         * src/folderview.c
7076           src/folder.c
7077                 Allow folder dropping to a root folder
7078
7079 2002-11-07 [paul]       0.8.5claws88
7080
7081         * src/compose.c
7082                 revert last commit
7083
7084 2002-11-07 [paul]       0.8.5claws87
7085
7086         * src/compose.c
7087                 fix reply-to-list bug. closes bug report
7088                 "[633382] reply-to-list broken in recent cvs"
7089
7090 2002-11-07 [paul]       0.8.5claws86
7091
7092         * src/compose.c
7093                 add a forgotten '#if USE_GPGME ... #endif'
7094
7095 2002-11-07 [paul]       0.8.5claws85
7096
7097         * sync with 0.8.5cvs20
7098                 see ChangeLog 2002-11-07
7099
7100 2002-11-07 [colin]      0.8.5claws84
7101
7102         * src/folder.[ch]
7103                 Change folder_item_move_to to return the newly 
7104                 created folderitem.
7105         * src/folderview.c
7106                 Select the new folderitem after moving.
7107
7108 2002-11-07 [colin]      0.8.5claws83
7109
7110         * src/prefs_filtering.c
7111                 Fix rule rewriting when moving a leaf folder to a 
7112                 shorter path
7113
7114 2002-11-07 [colin]      0.8.5claws82
7115
7116         * src/prefs_filtering.c
7117                 fix a leak
7118
7119 2002-11-07 [colin]      0.8.5claws81
7120
7121         * src/folder.[ch]
7122                 Add folder_item_move_to() function to move a 
7123                 folderitem into another one (updates matcher etc)
7124         * src/folderview.c
7125                 Add folder drag'n drop (context menu to come)
7126                 [Should be dataloss free, but Please backup before 
7127                  trying !]
7128
7129 2002-11-06 [colin]      0.8.5claws80
7130
7131         * src/mh.c
7132                 mh_create_folder() returns NULL if can't create
7133                 directory hierarchy
7134
7135 2002-11-06 [paul]       0.8.5claws79
7136
7137         * src/compose.[ch]
7138                 allow 'on-the-fly' changing of the type of encryption 
7139                 and/or signing used (mime/ascii) via the compose window
7140
7141 2002-11-06 [paul]       0.8.5claws78
7142
7143         * sync with 0.8.5cvs19
7144                 see ChangeLog 2002-11-06 for src/account.c: 
7145                 account_get_special_folder()
7146                 
7147 2002-11-05 [alfons]     0.8.5claws77
7148
7149         * src/crash.c
7150                 very minor cleanups: nothing to see here, move on. :-)
7151
7152 2002-11-05 [colin]      0.8.5claws76
7153
7154         * src/main.c
7155                 Changes choices if compose windows are opened to
7156                 Discard, Draft, Don't quit
7157
7158 2002-11-05 [thorsten]   0.8.5claws75
7159
7160         * src/compose.c
7161                 reenabled default_reply_to folder option
7162
7163 2002-11-05 [colin]      0.8.5claws74
7164
7165         * src/compose.[ch] 
7166                 add compose_draft()
7167         * src/crash.c
7168                 add SIGTERM handler
7169         * src/main.[ch]
7170                 add clean_quit() for the SIGTERM handler
7171
7172 2002-11-05 [paul]       0.8.5claws73
7173         
7174         * po/es.po
7175                 updated by Ricardo Mones Lastra
7176
7177 2002-11-05 [melvin]     0.8.5claws72
7178
7179         * src/logwindow.c
7180                 Fixed log-clipping bug #616795.
7181                 To stop logging in the log window use 0 length.
7182         * src/prefs_common.c
7183                 Added a label to inform about the 0 log length behaviour.
7184
7185 2002-11-05 [paul]       0.8.5claws71
7186
7187         * sync with 0.8.5cvs17
7188                 see ChangeLog 2002-11-05
7189
7190 2002-11-04 [paul]       0.8.5claws70
7191
7192         * sylpheed-128x128.png
7193           sylpheed-64x64.png
7194           sylpheed.png
7195                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7196                 <nikai@users.sourceforge.net>
7197                 
7198         * po/bg.po
7199                 updated by George Danchev
7200
7201 2002-11-03 [thorsten]   0.8.5claws69
7202
7203         * src/main.c
7204           src/mimeview.c
7205           src/rfc2015.h
7206                 add check if gpg is active
7207
7208 2002-11-03 [thorsten]   0.8.5claws68
7209
7210         * src/toolbar.h
7211                 removed GSList declaration causing trouble on MacOS-X
7212                 (submitted by alfons, reported by xfesty)
7213
7214 2002-11-01 [paul]       0.8.5claws67
7215
7216         * src/mainwindow.c
7217                 remove last remnants of main's filter code
7218
7219 2002-11-01 [paul]       0.8.5claws66
7220
7221         * tools/filter_conv.pl
7222                 fix bug where user-defined headers were ignored
7223
7224 2002-11-01 [paul]       0.8.5claws65
7225
7226         * src/logwindow.c
7227                 make a debug_print() not translatable
7228
7229 2002-10-31 [melvin]     0.8.5claws64
7230
7231         * ac/aspell.m4
7232                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7233                 not run any GNU/aspell test.  The dictionary path will
7234                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7235                 was given, in which case, it will be $prefix/lib/aspell/
7236         * configure.in
7237                 Fixed typo in commentary (Aspell code).
7238
7239 2002-10-31 [paul]       0.8.5claws63
7240
7241         * po/POTFILES.in
7242                 remove src/filter.c and src/prefs_filter.c
7243                 thanks to Ricardo for reminding me
7244
7245 2002-10-31 [colin]      0.8.5claws62
7246
7247         * src/mbox_folder.c
7248                 Plug some leaks
7249
7250 2002-10-31 [paul]       0.8.5claws61
7251
7252         * src/prefs_filter.[ch] ** REMOVED **
7253           src/filter.[ch]       ** REMOVED **
7254           
7255         * src/Makefile.am
7256           src/folderview.c
7257           src/inc.c
7258           src/main.c
7259           src/mainwindow.c
7260           src/mbox.c
7261           src/prefs_common.c
7262           src/prefs_filtering.c
7263           src/summaryview.[ch]
7264                 remove main's 'filter' code
7265                 
7266         README.claws
7267                 update to reflect removal of main's filter
7268
7269 2002-10-31 [paul]       0.8.5claws60
7270
7271         * src/summaryview.c
7272                 remove check for global_processing in summary_filter_open(). 
7273                 This fixes the bug where if the user uses the right-click 
7274                 'Create filter rule...' and doesn't have any filter rules 
7275                 already defined in claws' advanced filtering, the newly 
7276                 created filter rule goes to main's filtering which is 
7277                 inaccessible through the gui. Now the filter rule gets added
7278                 to claws' filtering by default.
7279
7280 2002-10-28 [melvin]     0.8.5claws59
7281
7282         * src/prefs_actions.c
7283                 Fixed bug #627322 where MIME parts were not always
7284                 correctly passed to a %p action
7285                 Display an error dialog when message filename is not found.
7286
7287 2002-10-28 [melvin]     0.8.5claws58
7288
7289         * src/prefs_common.c
7290                 Readded a missing function declaration lost in 0.8.3claws34
7291
7292 2002-10-28 [paul]       0.8.5claws57
7293
7294         * sync with 0.8.5cvs15
7295                 see ChangeLog 2002-10-28 and 2002-10-25
7296                 
7297         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7298
7299 2002-10-27 [oliver]     0.8.5claws56
7300
7301         * src/pop.c
7302                 plug leak in pop3_top_recv
7303
7304 2002-10-26 [christoph]  0.8.5claws55
7305
7306         * src/folder.c
7307                 set need_update folder flag when messages are added
7308                 (closes bug [ 626922 ] folder not updated after receiving)
7309
7310 2002-10-25 [melvin]     0.8.5claws54
7311
7312         * src/imageview.c
7313                 Fixed a memleak introduced in the scaling code.
7314
7315 2002-10-24 [alfons]     0.8.5claws53
7316
7317         * src/filtering.c
7318                 make filtering's forward message action forward from the 
7319                 correct account
7320                 (closes bug [628089 ] Filter -> Forward from address problem
7321                 reported by Oktay)
7322
7323 2002-10-24 [christoph]  0.8.5claws52
7324
7325         * src/mainwindow.c
7326         * src/manual.[ch]
7327                 o use manual of current locale or english if current
7328                   locale is not available (and english is available)
7329                 o also link to sylpheed doc project manuals
7330
7331 2002-10-23 [paul]       0.8.5claws51
7332
7333         * tools/README
7334           tools/kmail2sylpheed_v2.pl
7335                 add new version of kmail addressbook importer script.
7336                 works with newer versions of Kmail/KAddressBook which
7337                 have new and rearranged data.
7338
7339 2002-10-23 [martin]     0.8.5claws50
7340
7341         * src/folderview.c
7342         * src/summaryview.c
7343         * src/utils.h
7344         * src/utils.c
7345                 added length parameter to get_abbrev_newsgroup_name()
7346                 changed this function so that it abbreviates the newsgroup
7347                 names only so long it is smaller than the length parameter
7348                 (for better reading of some newsgroup names and space efficiency)
7349
7350 2002-10-22 [colin]      0.8.5claws49
7351
7352         *src/foldersel.c
7353                 Revert Alfons' last modification (after voting ;-))
7354
7355 2002-10-21 [alfons]     0.8.5claws48
7356
7357         * src/foldersel.c
7358                 folder view in folder selection dialog reflects state of
7359                 folder view in main window
7360
7361 2002-10-18 [alfons]     0.8.5claws47
7362
7363         * src/mbox.c
7364                 drop imported messages in folder selected by user,
7365                 and not in the inbox
7366                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7367
7368 2002-10-18 [alfons]     0.8.5claws46
7369
7370         * src/compose.c
7371                 make automagic reply work correctly for email accounts 
7372                 (whether it's viable to do a full sync with Hiro's 
7373                 compose.c is still under discussion)
7374
7375 2002-10-18 [melvin]     0.8.5claws45
7376
7377         * src/prefs_actions.c
7378                 Fixed bug #622275 where asynchroneous actions left 
7379                 zombies processes
7380                 Made (synchroneous) actions' input be displayed live.
7381
7382 2002-10-18 [christoph]  0.8.5claws44
7383
7384         * src/textview.c
7385                 don't add a newline in the textview in front of the
7386                 first textpart if header display is disabled
7387                 (closes bug [ 603385 ] disabled header display leaves blank
7388                  lin)
7389
7390 2002-10-18 [christoph]  0.8.5claws43
7391
7392         * src/folder.[ch]
7393         * src/imap.c
7394         * src/mbox_folder.c
7395         * src/mh.c
7396         * src/news.c
7397                 folder->get_num_list now returns an error code
7398                 (closes bug [ 609424 ] News cache cleared on failure)
7399                 
7400 2002-10-17 [colin]      0.8.5claws42
7401         
7402         * src/news.c
7403                 Changed a printf by debug_print
7404
7405 2002-10-16 [paul]       
7406
7407         * tools/OOo2sylpheed.pl
7408                 allow for spaces in the name of the
7409                 file to be attached.
7410
7411 2002-10-16 [colin]      0.8.5claws41
7412
7413         * src/main.c
7414                 Use a tristate to change online mode
7415
7416 2002-10-16 [paul]       0.8.5claws40
7417
7418         * po/es.po
7419                 updated by Ricardo Mones Lastra
7420
7421 2002-10-16 [colin]      0.8.5claws39
7422
7423         * src/main.c
7424           src/mainwindow.[ch]
7425                 Added --online and --offline command-line
7426                 switches
7427
7428 2002-10-15 [christoph]  0.8.5claws38
7429
7430         * src/procmime.c
7431                 set mimeinfo->name to NULL after g_free to
7432                 avoid double freeing with g_free
7433
7434 2002-10-14 [christoph]  0.8.5claws37
7435
7436         * src/compose.c
7437         * src/filtering.c
7438         * src/summaryview.c
7439                 remove calls to folder->change_flags that are now
7440                 done by procmsg flag functions (seems it is not
7441                 used by any foldertype anyway)
7442         * src/folder.c
7443                 init folder->change_flags with NULL
7444
7445 2002-10-14 [christoph]  0.8.5claws36
7446
7447         * src/folder.[ch]
7448         * src/imap.[ch]
7449                 use virtual functions for folder item new and destroy
7450                 functions
7451
7452 2002-10-14 [melvin]     0.8.5claws35
7453
7454         * src/compose.c
7455                 Added a test to not run the spell checker if no default
7456                 dictionary is available. No dialog is displayed though.
7457
7458 2002-10-14 [melvin]     0.8.5claws34
7459
7460         * src/gtkaspell.c
7461                 Fixed bug in dictionary list context menu where
7462                 "More..." pointed to an emtpy submenu if the
7463                 number of dictionaries is a multiple of 15
7464                 Removed unneeded code in suggestions list creation
7465
7466 2002-10-14 [paul]       0.8.5claws33
7467
7468         * po/bg.po
7469                 updated by George Danchev
7470
7471 2002-10-13 [hoa]        0.8.5claws32
7472
7473         * src/matcher.[ch]
7474           src/matcher_parser_parser.y
7475                 removed the escaped string from internal structure
7476                 of matcher.
7477
7478 2002-10-12 [colin]      0.8.5claws31
7479
7480         * src/gtksctree.[ch]
7481           src/summaryview.c
7482                 Removed useless function gtksctree_reanchor
7483
7484 2002-10-12 [alfons]     0.8.5claws30
7485         
7486         * sync with remaining main changes 2002-10-09 - 2002-10-11
7487         - drop changes to src/compose.c (requires claws specific changes)
7488         
7489 2002-10-12 [alfons]     0.8.5claws29
7490         
7491         * sync with main changes of 2002-10-08
7492         - drop changes to src/compose.c (requires claws specific changes)
7493         - drop changes to src/summaryview.c (requires changes to compose.c)     
7494
7495 2002-10-12 [alfons]     0.8.5claws28
7496         
7497         * sync with main changes of 2002-10-07
7498
7499 2002-10-12 [alfons]     0.8.5claws27
7500
7501         * sync with main changes of 2002-10-04
7502         - drop changes to src/compose.c (requires claws specific changes)
7503         - drop changes to src/prefs_folder_item.c (claws implementation
7504           seems to be working)
7505
7506 2002-10-12 [colin]      0.8.5claws26
7507
7508         * src/mainwindow.c
7509                 Fix folder-flicker when space-reading, introduced 
7510                 in claws22.
7511
7512 2002-10-12 [colin]      0.8.5claws25
7513
7514         * src/compose.c
7515                 Save account address when saving as draft.
7516                 (closes bug 621838)
7517
7518 2002-10-12 [colin]      0.8.5claws24
7519
7520         * src/summaryview.c
7521                 Fix the problem consisting of no message selected
7522                 after the last message in a folder has been moved.
7523
7524 2002-10-12 [paul]       0.8.5claws23
7525
7526         * src/compose.c
7527           src/prefs_template.c
7528           src/template.[ch]
7529                 add Cc and Bcc to templates. Patch submitted by
7530                 John L. Males.
7531
7532 2002-10-12 [colin]      0.8.5claws22
7533
7534         * src/folderview.c
7535                 Fix a bug after "Check for new messages":
7536                 If a folder was opened, it was still selected at
7537                 the end of the check, but displayed empty.
7538         * src/mainwindow.c
7539                 Remove unnecessary check
7540
7541 2002-10-12 [paul]
7542
7543         * tools/README
7544                 be more verbose in the description of
7545                 OOo2sylpheed.pl
7546                 
7547
7548 2002-10-11 [colin]      0.8.5claws21
7549
7550         * src/mainwindow.c
7551                 Make space work (better) when no mail is selected
7552
7553 2002-10-11 [colin]      0.8.5claws20
7554
7555         * src/inc.c
7556           src/news.c
7557                 fix warnings
7558
7559 2002-10-11 [colin]      0.8.5claws19
7560
7561         * src/mainwindow.c
7562                 revert 0.8.5claws6 changes as i couldn't get to
7563                 anything satisfying
7564
7565 2002-10-11 [melvin]     0.8.5claws18
7566
7567         * src/compose.c
7568                 Removed buggy and unused macro (should have been committed in
7569                 0.8.5claws17)
7570
7571 2002-10-11 [melvin]     0.8.5claws17
7572
7573         * src/compose.c
7574                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7575
7576 2002-10-11 [thorsten]   0.8.5claws16 
7577
7578         * src/folderview.c
7579                 remove rescan warning
7580
7581 2002-10-11 [colin]      0.8.5claws15 
7582
7583         * src/procheader.c
7584                 fix a segfault that happens if conv_unmime_header
7585                 fails (should be better to find out why it fails)
7586
7587 2002-10-11 [christoph]  0.8.5claws14
7588
7589         * src/summaryview.c
7590                 update folderview stats after ignore/unignore thread
7591
7592 2002-10-11 [hoa]        0.8.5claws13
7593
7594         * src/quote_fmt_parse.y
7595                 Fixed a yacc/bison syntax error
7596         * src/matcher.c
7597                 Escaping of string is fixed.
7598
7599 2002-10-11 [colin]      0.8.5claws12
7600
7601         * src/imageview.c
7602                 Resize images to fit
7603
7604 2002-10-11 [paul]       0.8.5claws11
7605
7606         * po/es.po
7607                 updated by Ricardo Mones Lastra
7608
7609 2002-10-10 [alfons]     0.8.5claws10
7610
7611         * src/compose.c
7612                 allow dropping files by "moving" files from a file manager,
7613                 not only by the more cumbersome "copying". the latter 
7614                 mostly implies holding down the Control button
7615
7616 2002-10-10 [christoph]  0.8.5claws9
7617
7618         * src/summaryview.c
7619                 update folders after thread building for ignored threads
7620
7621 2002-10-10 [christoph]  0.8.5claws8
7622
7623         * config/.cvsignore
7624                 added Makefile
7625         * src/filtering.[ch]
7626         * src/folder.[ch]
7627         * src/folderview.[ch]
7628         * src/import.c
7629         * src/inc.[ch]
7630         * src/mbox.[ch]
7631         * src/procmsg.c
7632         * src/summaryview.[ch]
7633                 o added new flag need_update to FolderItem
7634                 o removed folder_table from various functions from tracking
7635                   folder updates
7636                 o set need_update flags in folder.c's move, copy and delete
7637                   functions and procmsg's flags functions
7638                 o added function folderview_update_items_when_required that
7639                   updates all folders with need_update set
7640                 o call folderview_update_items_when_required instead of
7641                   folderview_update_item_foreach
7642
7643 2002-10-09 [sergey]     0.8.5claws7
7644
7645         * src/compose.c
7646                 Strip CRs whel loading the text into editor in reedit mode.
7647
7648 2002-10-09 [colin]      0.8.5claws6
7649
7650         * src/mainwindow.c
7651                 Make Space work when no mail is selected
7652
7653 2002-10-09 [colin]      0.8.5claws5
7654
7655         * src/gtksctree.[ch]
7656                 Fix range_select
7657                 Add gtk_sctree_reanchor() 
7658         * src/summaryview.c
7659                 Use gtk_sctree_reanchor() - better fix for 
7660                 bug 60413
7661
7662 2002-10-09 [colin]      0.8.5claws4
7663
7664         * src/summaryview.c
7665                 Fix shift-click select after delete problem
7666                 (closes bug 60413)
7667
7668 2002-10-08 [thorsten]   0.8.5claws3
7669
7670         * src/summaryview.c
7671                 exclude current msg from -hide read messages-
7672
7673 2002-10-08 [colin]      0.8.5claws2
7674
7675         * src/inc.[ch]
7676           src/pop.c
7677           src/recv.c
7678                 Differentiate socket errors from disk full
7679                 errors
7680
7681 2002-10-08 [christoph]  0.8.5claws1
7682
7683         * Makefile.am
7684         * configure.in
7685                 modifications for new config directory
7686
7687         * config.guess  ** REMOVED **
7688         * config.sub    ** REMOVED **
7689         * install-sh    ** REMOVED **
7690         * ltmain.sh     ** REMOVED **
7691         * missing       ** REMOVED **
7692         * mkinstalldirs ** REMOVED **
7693                 these files are autogenerated by automake
7694                 when you run autogen.sh
7695
7696         * config/.cvsignore     ** NEW FILE **
7697         * config/Makefile.am    ** NEW FILE **
7698                 ignore autogenerated files
7699                 create a Makefile in this directory
7700
7701 2002-10-08 [paul]       0.8.5claws
7702
7703         * 0.8.5claws release
7704         
7705         * src/compose.c
7706           src/procheader.c
7707           src/procmsg.c
7708                 fix quote reply format for newsgroups reply bug
7709                 (thanks to Hoa)
7710                 
7711         * po/en_GB.po
7712           po/pl.po
7713                 updated by me and Witold Wladyslaw Wojciech Wilk
7714                 repectively
7715
7716 2002-10-07 [paul]       0.8.3claws53
7717
7718         * po/it.po
7719           po/pt_BR.po
7720           po/sr.po
7721                 updated messages catalogs, submitted by
7722                 Alessandro Maestri, Fabio Jr.Beneditto 
7723                 and Urke MMI, respectively.
7724
7725 2002-10-07 [christoph]  0.8.3claws52
7726
7727         * src/folder.[ch]
7728         * src/folderview.c
7729         * src/mainwindow.c
7730                 fix new folder ghost message bug
7731                 (closes bug [ 619722 ] wrong count for newly created folders)
7732
7733 2002-10-07 [christoph]  0.8.3claws51
7734
7735         * src/compose.c
7736                 fix news posting problem
7737
7738 2002-10-07 [melvin]     0.8.3claws50
7739
7740         * po/fr.po
7741                 Updated French translation
7742
7743 2002-10-05 [christoph]  0.8.3claws49
7744
7745         * src/gtkstext.c
7746                 check if line_start_cache is set in gtk_stext_update_text
7747                 (closes bug [ 618119 ] crash while doing search in folder)
7748
7749 2002-10-05 [christoph]  0.8.3claws48
7750
7751         * src/imap.c
7752         * src/news.c
7753         * src/utils.c
7754         * src/utils.h
7755                 implement cache cleanups for claws' folder system
7756                 (closes bug [ 595916 ] imapcache not cleaned up)
7757
7758 2002-10-05 [melvin]     0.8.3claws47
7759
7760         * src/prefs_actions.c
7761                 Made the help text more clear for the %p token
7762
7763 2002-10-04 [paul]       0.8.3claws46
7764
7765         * sync with 0.8.5
7766                 see ChangeLog 2002-10-02 and 2002-10-03
7767
7768 2002-10-04 [christoph]  0.8.3claws45
7769
7770         * src/inc.c
7771                 fix segfault caused by pop before smtp
7772                 call to inc_account_mail with NULL
7773                 pointer for mainwin
7774
7775 2002-10-04 [paul]       0.8.3claws44
7776
7777         * configure.in
7778                 sync the LDAP detection from 0.8.5cvs1
7779
7780 2002-10-02 [christoph]  0.8.3claws43
7781
7782         * po/de.po
7783                 fix small spelling error
7784
7785 2002-10-02 [melvin]     0.8.3claws42
7786
7787         * ac/aspell.m4
7788                 Behave better and say "no" when test program cannot be run.
7789
7790 2002-10-02 [paul]       0.8.3claws41
7791
7792         * sync with 0.8.4cvs1
7793                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7794                 
7795         * src/summaryview.c
7796                 toggle the behavior of Reply menuitem between
7797                 normal reply and reply-to-list
7798
7799 2002-10-01 [sergey]     0.8.3claws40
7800
7801         * src/compose.c
7802                 Convert newlines in the message text to the canonical form
7803                 before base64 encoding (RFC2045 compliance, fixes some
7804                 interoperability issues with Evolution 1.0.3)
7805
7806 2002-09-29 [colin]      0.8.3claws39
7807
7808         * src/summaryview.c
7809                 Fix an unwanted copy/paste
7810
7811 2002-09-29 [colin]      0.8.3claws38
7812
7813         * src/mainwindow.c
7814                 Renamed "Custom toolbar" to "Customize toolbar"
7815                 Renamed "Show all header" to "Show all headers"
7816                 Renamed "Set diplay item" to "Set displayed items"
7817         * src/prefs_common.c
7818                 Renamed "Show all header" to "Show all headers"
7819         * src/prefs_summary_column.c
7820                 Renamed "diplay item" to "displayed items"
7821
7822 2002-09-29 [colin]      0.8.3claws37
7823
7824         * src/mainwindow.[ch]
7825                 online/offline status pixmaps follow theme
7826                 changes
7827         * src/summaryview.[ch]
7828                 quicksearch pixmap follows theme changes
7829
7830 2002-09-29 [thorsten]   0.8.3claws36
7831
7832         * src/compose.c
7833           src/prefs_folder_item.[ch]
7834                 add default_reply_to folder option (closes patch 581044)
7835
7836 2002-09-29 [christoph]  0.8.3claws35
7837
7838         * acconfig.h    ** REMOVED **
7839         * configure.in
7840         * ac/aspell.m4
7841         * ac/check-type.m4
7842         * ac/gnupg-check-typedef.m4
7843                 fix autoheader 2.50 warning
7844
7845 2002-09-29 [christoph]  0.8.3claws34
7846
7847         * major code cleanup (part 2)
7848         
7849                 - unused variables removed
7850                 - unused functions removed
7851                 - uninitialized variables checked
7852                 - missing return statements added
7853                 - missing function return types added
7854                 - added parentheses around assignment
7855                   when suggested by gcc
7856
7857 2002-09-29 [alfons]     0.8.3claws33
7858
7859         * src/logwindow.c
7860                 log_window_clear(): only bracket gtk_text_forward_delete() 
7861                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7862                 works around GTK text bug)
7863
7864 2002-09-29 [paul]       0.8.3claws32
7865
7866         * po/bg.po
7867           po/sr.po
7868                 updated by George Danchev and Urke MMI
7869                 respectively
7870
7871 2002-09-27 [christoph]  0.8.3claws31
7872
7873         * doc-src/readme.txt
7874         * doc-src/rfc1806.txt   ** REMOVED **
7875         * doc-src/rfc2183.txt   ** NEW FILE **
7876         * doc-src/rfc2980.txt   ** NEW FILE **
7877                 update rfcs
7878
7879 2002-09-27 [melvin]     0.8.3claws30
7880
7881         * ac/aspell.m4
7882                 Fixed typo which could break linking
7883
7884 2002-09-27 [melvin]     0.8.3claws29
7885
7886         * ac/aspell.m4
7887                 Improved GNU/aspell checking. 
7888                 Fixed bug #614490
7889
7890 2002-09-27 [paul]       0.8.3claws28
7891
7892         * sync with 0.8.3cvs8
7893                 see ChangeLog 2002-09-27
7894
7895 2002-09-26 [colin]      0.8.3claws27
7896
7897         * src/toolbar.[ch]
7898           src/mainwindow.[ch]
7899                 Add "Reply to Mailing-list" to the toolbar
7900
7901 2002-09-26 [christoph]  0.8.3claws26
7902
7903         * src/summaryview.c
7904                 Fix wrong message counts in summaryview status
7905
7906 2002-09-26 [paul]       0.8.3claws25
7907
7908         * sync with 0.8.3cvs7
7909                 see ChangeLog 2002-09-26
7910
7911 2002-09-26 [paul]       0.8.3claws24
7912
7913         * sync with 0.8.3cvs6
7914                 see ChangeLog 2002-09-25
7915
7916 2002-09-25 [christoph]  0.8.3claws23
7917
7918         * src/prefs_common.c
7919         * src/prefs_folder_item.c
7920         * src/prefs_scoring.c
7921                 Renamed "kill score" to "hide score" in GUI
7922                 and prefs files
7923
7924 2002-09-25 [paul]       0.8.3claws22
7925
7926         * sync with 0.8.3cvs5
7927                 see ChangeLog 2002-09-24
7928
7929 2002-09-24 [alfons]     0.8.3claws21
7930
7931         patch by Satoshi Nagayasu: allows appending / saving multiple 
7932         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7933         'Save as ...'")
7934
7935         * AUTHORS
7936                 add Satoshi Nagayasu
7937         * src/summaryview.c
7938                 summary_save_as(): allow saving selected files to
7939                 one file
7940                 summary_set_menu_sensitive: enable "Save As..." when
7941                 multiple files are selected
7942         * src/utils.[ch]
7943                 append_file(): new function
7944
7945 2002-09-24 [colin]      0.8.3claws20
7946
7947         * src/procmime.c
7948                 Fix segfault when mimeinfo doesn't have a 
7949                 content_type. 
7950
7951 2002-09-24 [colin]      0.8.3claws19
7952
7953         * src/prefs_common.[ch]
7954                 Add a preference to display send dialog or not
7955         * src/send.c
7956                 Display send dialog according to preference
7957
7958 2002-09-24 [colin]      0.8.3claws18
7959
7960         * src/compose.[ch]
7961                 Disable user actions when sending
7962
7963 2002-09-24 [colin]      0.8.3claws17
7964
7965         * src/procmime.c
7966                 Do not display name or filename for attachments
7967                 with an application/pgp-signature type
7968                 (security flaw, see bug 537413)
7969
7970 2002-09-23 [colin]      0.8.3claws16
7971
7972         * src/editaddress.c
7973                 Initialize entry_email, entry_alias and 
7974                 entry_remarks to first email address of the list
7975
7976 2002-09-23 [colin]      0.83claws15
7977
7978         * src/compose.c
7979                 Drop pgp-signature when reediting a signed queued
7980                 message
7981
7982 2002-09-23 [melvin]     0.8.3claws14
7983
7984         * po/fr.po
7985                 Updated French translation
7986
7987 2002-09-23 [melvin]     0.8.3claws13
7988
7989         * src/mainwindow.c
7990                 Made custom toolbar menu labels more consistent
7991         * src/prefs_toolbar.c
7992                 Made custom toolbar window title more consistent
7993
7994 2002-09-22 [colin]      0.8.3claws12
7995
7996         * src/inc.c
7997                 Initialize session type to normal before getting 
7998                 mail (fixes strange Get behaviour)
7999         * src/prefs_account.h
8000                 Move STYPE_POP_BEFORE_SMTP to last position to 
8001                 avoid other side-effects
8002
8003 2002-09-22 [colin]      0.8.3claws11
8004
8005         * src/prefs_account.c
8006                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8007                 from pop3 to apop or vice-versa
8008
8009 2002-09-22 [colin]      0.8.3claws10
8010         
8011         * src/prefs_account.[ch]
8012                 Add an option for the POP before SMTP timeout
8013         * src/inc.c
8014                 Remember time of last POP connection
8015         * src/send.c
8016                 Do POP before SMTP only if timeout reached
8017
8018 2002-09-22 [oliver]     0.8.3claws9
8019         
8020         * README.claws
8021                 explain custom toolbar
8022
8023 2002-09-22 [oliver]     0.8.3claws8
8024
8025         * src/prefs_actions.[ch]
8026         custom toolbar for compose      
8027                 actions callback from compose toolbar
8028         * src/folderview.c
8029                 remove include toolbar.h
8030
8031 2002-09-22 [oliver]     0.8.3claws7
8032         
8033         * src/prefs_toolbar.[ch]
8034                 custom toolbar for compose
8035                 - generic prefs_toolbar handles both
8036                   Mainwin's toolbar as well as Compose toolbar          
8037
8038 2002-09-22 [oliver]     0.8.3claws6
8039         
8040         * src/toolbar.[ch]
8041                 custom toolbar for compose
8042                 restructure toolbar.[ch]
8043
8044 2002-09-22 [oliver]     0.8.3claws5
8045
8046         * src/compose.[ch]
8047                 custom toolbar for compose
8048
8049 2002-09-22 [oliver]     0.8.3claws4
8050         
8051         * src/mainwindow.[ch]
8052                 custom toolbar for compose 
8053                 move mainwin toolbar back to mainwindow
8054
8055 2002-09-22 [alfons]     0.8.3claws3
8056
8057         * src/procmsg.c
8058                 :%sno/if(/if (/gc
8059                 :%sno/for(/for (/gc
8060                 (beautify)
8061
8062 2002-09-22 [alfons]     0.8.3claws2
8063         
8064         * src/procmsg.c
8065                 procmsg_save_to_outbox(): don't unlink message file from queue;
8066                 callers should do it using folder_item_remove_msg()
8067
8068 2002-09-22 [colin]      0.8.3claws1
8069
8070         * src/mimeview.[ch]
8071                 Made mimeview_check_signature() public
8072         * src/textview.c
8073                 Made GPG signatures verifiable by clicking
8074                 the [application/pgp-signature] in the Text
8075                 view
8076
8077 2002-09-22 [paul]       0.8.3claws
8078
8079         * po/bg.po
8080           po/en_GB.po
8081           po/es.po
8082           po/it.po
8083           po/pl.po
8084           po/pt_BR.po
8085           po/sr.po
8086                 updated translations, submitted by George Danchev,
8087                 me, Ricardo Mones Lastra, Alessandro Maestri,
8088                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8089                 and Urke MMI, respectively.     
8090
8091 2002-09-22 [alfons]     0.8.2claws65
8092
8093         * src/procmsg.c
8094         * src/pgptext.c
8095                 no furry valgrinds have been used to plug these memleaks
8096
8097 2002-09-20 [paul]       0.8.2claws64
8098
8099         * sync with 0.8.3cvs4
8100                 'Select thread' re-implemented 
8101                 see ChangeLog 2002-09-20
8102
8103 2002-09-21 [alfons]     0.8.2claws63
8104
8105         * src/compose.c
8106                 compose_send(): plug unnoticed memleak
8107
8108 2002-09-20 [alfons]     0.8.2claws62
8109
8110         * src/addr_compl.c
8111                 replace_address_in_edit(): strict check for NULL address to
8112                 fix "[ 607348 ] Segfault in address completion". My guess is
8113                 that this happens with an empty address book, but it's good
8114                 to have this check here anyway
8115                 
8116                 completion_window_button_press(): free string returned 
8117                 from the internal cache
8118
8119 2002-09-20 [christoph]  0.8.2claws61
8120
8121         * src/procmime.h
8122                 added ENC_BINARY to EncodingType
8123         * src/procmime.c
8124                 the string returned by procmime_get_encoding_str
8125                 should not depend on the order of values in the
8126                 EncodingType definition
8127         * doc-src/rfc1806.txt   ** NEW FILE **
8128                 Added rfc1806 about MIME Content-Disposition
8129                 Extension
8130
8131 2002-09-19 [paul]       0.8.2claws60
8132
8133         * sync with 0.8.2cvs3
8134                 see ChangeLog 2002-09-19
8135
8136 2002-09-19 [paul]       0.8.2claws59
8137
8138         * src/prefs_folder_item.c
8139                 revert to Darko's original alignment of colour
8140                 selector button
8141                 add a colon to folder_color label
8142                 
8143         * src/compose.c
8144                 add Colin's patch (with Hiro's modifications) to 
8145                 force BASE64 encoding for 8-bit text when signing
8146                 (sync with 0.8.3cvs2)
8147
8148 2002-09-18 [alfons]     0.8.2claws58
8149
8150         * src/compose.c
8151                 :%sno/if(/if (/gc
8152                 :%sno/for(/for (/gc
8153                 (beautify a little bit)
8154
8155 2002-09-18 [christoph]  0.8.2claws57
8156
8157         * src/pine.c
8158                 fix handling of fgetc return value
8159
8160 2002-09-17 [alfons]     0.8.2claws56
8161         
8162         * src/summaryview.c
8163                 summary_sort(): check non-NULL summaryview->folder_item when no 
8164                 folder is selected at all
8165                 (closes "[ 610344 ] sort label make syl Crash")
8166
8167 2002-09-17 [alfons]     0.8.2claws55
8168         
8169         * src/compose.c
8170                 beautify a little bit
8171
8172 2002-09-17 [christoph]  0.8.2claws54
8173
8174         * src/folder.c
8175                 initialize max values for cache and folder
8176                 when cache or folder is empty
8177
8178 2002-09-15 [colin]      0.8.2claws53
8179
8180         * src/compose.c
8181                 Fix a leak (thanks Alfons!) and cleaned
8182                 variables names for custom headers
8183
8184 2002-09-15 [colin]      0.8.2claws52
8185
8186         * src/compose.c
8187                 Fix custom headers recognition when
8188                 prefs_common.trans_hdr is on
8189
8190 2002-09-15 [colin]      0.8.2claws51
8191
8192         * src/compose.c
8193                 Allow dynamically-added custom headers
8194                 Yet not reparsed if reedited
8195
8196 2002-09-15 [alfons]     0.8.2claws50
8197
8198         * src/prefs_account.c
8199                 fix warnings
8200
8201 2002-09-15 [colin]      0.8.2claws49
8202         
8203         * src/prefs_account.c
8204                 fix pop_before_smtp sensitivity
8205
8206 2002-09-15 [colin]      0.8.2claws48
8207
8208         * src/inc.[ch]
8209                 add inc_pop_before_smtp()
8210                 allow MainWindow to be undefined in 
8211                 inc_account_mail() and inc_start()
8212         * src/pop.c
8213           src/prefs_account.h
8214                 add STYPE_POP_BEFORE_SMTP session type
8215         * src/prefs_account.c
8216                 activated pop before smtp option
8217         * src/send.c
8218                 do pop before smtp if the relevant option 
8219                 is set
8220
8221 2002-09-15 [paul]       0.8.2claws47
8222
8223         * sync with 0.8.3
8224                 see ChangeLog 2002-09-15
8225
8226 2002-09-14 [paul]       0.8.2claws46
8227
8228         * po/bg.po
8229                 updated Bulgarian translation, submitted by
8230                 George Danchev
8231
8232 2002-09-13 [paul]       0.8.2claws45
8233
8234         * src/compose.c
8235                 merge claws' select_account() with main's
8236                 (new) compose_select_account(). [sync with
8237                 0.8.2cvs15, see ChangeLog 2002-09-11]
8238
8239 2002-09-12 [christoph]  0.8.2claws44
8240
8241         * src/filter.c
8242                 allocate 1 elements of FolderItem not 0
8243
8244 2002-09-12 [colin]      0.8.2claws43
8245
8246         * src/compose.c
8247                 Fix bug #590825 (obey Follow-up: poster)
8248
8249 2002-09-12 [colin]      0.8.2claws42
8250
8251         * src/procmime.c
8252                 Fix bug #557009 (wrong headers for messages 
8253                 forwarded as attachments)
8254
8255 2002-09-11 [colin]      0.8.2claws41
8256         
8257         * src/compose.c
8258                 Put SCF: pseudo-header on top of message
8259                 Set draft tmp_flag when saved as draft
8260
8261         * src/procmsg.c
8262           src/procheader.c
8263                 Skip after first \n\n for beginning of real message
8264                 for drafts too
8265
8266 2002-09-11 [christoph]  0.8.2claws40
8267
8268         * src/filtering.c
8269                 use procmsg flag functions in filtering or processing
8270                 will cause incorrect folder message counts
8271
8272 2002-09-11 [colin]      0.8.2claws39
8273
8274         * src/compose.c
8275                 Fix bug #550175 - wrong save folder when reediting
8276                 drafts
8277
8278 2002-09-11 [paul]       0.8.2claws38
8279
8280         * sync with 0.8.2cvs14
8281                 see ChangeLog 2002-09-11
8282
8283 2002-09-11 [colin]      0.8.2claws37
8284
8285         * src/folder.c
8286                 Fix a typo (seeming to cause new/unread status to
8287                 be lost)
8288
8289 2002-09-10 [christoph]  0.8.2claws36
8290
8291         * src/compose.c
8292                 compose_redirect should not use compose_generic_new
8293                 because that does more stuff than expected including
8294                 opening the external editor
8295                 (closes bug "[ 526608 ] bounced messages appear blank
8296                  in editor")
8297
8298 2002-09-10 [christoph]  0.8.2claws35
8299
8300         * src/folder.c
8301                 fix problem with too large message number range
8302                 causing a crash in folder_item_scan
8303
8304 2002-09-10 [paul]       0.8.2claws34
8305
8306         * sync with 0.8.2cvs13
8307                 see ChangeLog 2002-09-10
8308
8309 2002-09-10 [christoph]  0.8.2claws33
8310
8311         * src/msgcache.c
8312                 set MsgInfo TmpFlags for queue and draft folders
8313                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8314
8315 2002-09-10 [paul]       0.8.2claws32
8316
8317         * AUTHORS
8318           po/bg.po      ** NEW FILE **
8319                 new Bulgarian translation submitted by
8320                 George Danchev <danchev@spnet.net>
8321                 
8322         * tools/Makefile.am
8323           tools/README
8324           tools/tb2sylpheed     ** NEW FILE **
8325                 add script that converts an addressbook exported
8326                 from The Bat! into a Sylpheed addressbook. Submitted
8327                 by Urke MMI <urke-kg@eunet.yu>
8328
8329 2002-09-10 [paul]       0.8.2claws31
8330
8331         * sync with 0.8.2cvs12
8332                 see ChangeLog 2002-09-10
8333
8334 2002-09-06 [paul]       0.8.2claws30
8335
8336         * src/prefs_common.c
8337                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8338                 
8339         * tools/Makefile.am
8340           tools/README
8341           tools/ldif-to-xml.py  ** REMOVED **
8342                 remove obsolete python script
8343
8344 2002-09-06 [paul]       0.8.2claws29
8345
8346         * sync with 0.8.2cvs10
8347                 see ChangeLog 2002-09-06
8348
8349 2002-09-04 [paul]       0.8.2claws28
8350
8351         * sync with 0.8.2cvs9
8352                 see ChangeLog 2002-08-04
8353
8354 2002-09-04 [colin]      0.8.2claws27 
8355
8356         * src/prefs_common.[ch]
8357                 Added signature color configuration
8358         * src/textview.c
8359                 Use user-specified signature color
8360
8361 2002-09-03 [colin]      0.8.2claws26
8362
8363         * src/prefs_common.[ch]
8364                 Added autosave and autosave_length prefs
8365         * src/compose.c
8366                 Added compose_remove_draft()
8367                 Auto-save drafts according to the prefs
8368         * src/main.c
8369                 Added a crash-indicator file, allowing to check
8370                 for new messages on startup if Sylpheed crashed
8371                 (makes saved drafts "reappear")
8372
8373 2002-09-03 [colin]      0.8.2claws25
8374
8375         * src/textview.[ch]
8376                 Grey the signature
8377
8378 2002-09-03 [paul]       0.8.2claws24
8379
8380         * sync with 0.8.2cvs8
8381                 see ChangeLog 2002-09-02 and 2002-09-03
8382
8383 2002-09-03 [darko]      0.8.2claws23
8384
8385         * src/folderview.c
8386                 use normal style when creating new folder to pick
8387                 proper font size 
8388
8389 2002-09-02 [melvin]     0.8.2claws22
8390
8391         * src/gtkaspell.m4
8392                 removed some obsolete code
8393
8394 2002-09-02 [melvin]     0.8.2claws21
8395
8396         * ac/aspell.m4
8397                 fixed test's equality sign (== to =)
8398
8399 2002-09-02 [alfons]     0.8.2claws20
8400
8401         * src/folder.c
8402         * src/mh.c
8403                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8404                 as folder->destroy virtual as suggested by Hiro
8405                 (the mh.c code seems to have been lost around mh.c.1.21)
8406
8407 2002-09-02 [paul]       0.8.2claws19
8408
8409         * po/pt_BR.po
8410                 updated by Fabio Jr. Beneditto
8411                 
8412         * src/defs.h
8413                 use 'http://claws.sylpheed.org' for homepage link. 
8414                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8415
8416 2002-09-01 [alfons]     0.8.2claws18
8417
8418         * src/mh.c
8419                 plug memleak related to one Martin Kluge found
8420
8421 2002-08-31 [paul]       0.8.2claws17
8422
8423         * sync with 0.8.2cvs6
8424                 see ChangeLog 2002-08-30
8425
8426 2002-08-31 [alfons]     0.8.2claws16
8427
8428         * src/folder.c
8429                 folder_destroy(): remove mailbox from folderlist even if it has
8430                 no destroy virtual
8431
8432 2002-08-31 [alfons]     0.8.2claws15
8433
8434         * src/folder.c
8435                 :%sno/if(/if (/gc
8436                 :%sno/for(/for (/gc
8437                 (being pedantic I know)
8438
8439 2002-08-31 [alfons]     0.8.2claws14
8440
8441         * src/folder.c
8442                 check for NULL pointers returned from folder->fetch_msginfo virtual
8443                 (should solve some reported crashes)
8444
8445 2002-08-30 [alfons]     0.8.2claws13
8446
8447         * acconfig.h
8448         * configure.in
8449         * src/crash.c
8450                 enable crash dialog on compilation time
8451                 (--enable-crash-dialog configure option)
8452
8453 2002-08-30 [alfons]     0.8.2claws12
8454
8455         * AUTHORS
8456                 add Martin Kluge
8457         * src/mh.c
8458                 apply memory leak plug patch by Martin Kluge
8459                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8460                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8461                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8462
8463 2002-08-30 [darko]      0.8.2claws11
8464
8465         * src/folderview.c
8466                 copy Gtk style from normal style to match
8467                 font size for coloured folders
8468
8469 2002-08-29 [alfons]     0.8.2claws10
8470
8471         * sylpheed.desktop
8472                 Type=Internet <- Type=Application
8473                 (reported by Michael Schwendt, see:
8474                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8475                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8476
8477 2002-08-29 [paul]       0.8.2claws9
8478
8479         * sync with 0.8.2cvs5
8480                 see ChangeLog 2002-08-29
8481
8482 2002-08-29 [colin]      0.8.2claws8
8483
8484         * src/summaryview.c
8485                 Added a sanity check in summary_select_thread
8486                 Should fix bug 601605
8487
8488 2002-08-29 [colin]      0.8.2claws7
8489
8490         * src/main.c
8491                 Revert claws6 changes regarding bug #591676
8492
8493 2002-08-28 [colin]      0.8.2claws6
8494         
8495         * src/main.c
8496                 Ignore cache for queue folderitems
8497                 Fix bug #591676
8498
8499 2002-08-28 [melvin]     0.8.2claws5
8500
8501         * README.claws
8502                 Fixed typos.
8503
8504 2002-08-28 [melvin]     0.8.2claws4
8505
8506         * README.claws
8507                 Updated a bit the text concerning the spell checker
8508
8509 2002-08-28 [melvin]     0.8.2claws3
8510
8511         Merged the GNU_aspell_branch:
8512                 Support of new GNU/aspell is now included and the old pspell
8513                 is not supported anymore.
8514                 See README.claws
8515
8516         * README.claws
8517                 Updated spell checker text to reflect the switch to GNU/aspell
8518
8519         * ac/aspell.m4          *** NEW ***
8520         * src/gtkaspell.[ch]    *** NEW *** 
8521         * ac/pspell.m4          *** DELETED *** 
8522         * src/gtkspell.[ch]     *** DELETED ***
8523
8524         * ac/Makefile.am
8525                 Updated for GNU/aspell support
8526
8527         * po/POTFILES.in
8528                 Replaced gtkspell.c by gtkaspell.c
8529
8530         * acconfig.h
8531         * src/Makefile.am
8532         * src/about.c
8533         * src/compose.[ch]
8534         * src/crash.c
8535         * src/main.c
8536         * src/prefs_common.[ch]
8537                 Updated for GNU/aspell support
8538
8539 2002-08-28 [paul]       0.8.2claws2
8540
8541         * sync with 0.8.2cvs4
8542                 see ChangeLog 2002-08-27 and 2002-08-28
8543
8544 2002-08-28 [colin]      0.8.2claws1
8545
8546         * src/summary_search.c
8547                 Added "AND search"
8548
8549 2002-08-28 [jens]       0.8.2claws
8550
8551         *po/de.po
8552                 Updated German translations
8553
8554 2002-08-27 [melvin]     0.8.2claws
8555
8556         * po/fr.po
8557                 Updated French translations
8558
8559 2002-08-27 [paul]       0.8.2claws
8560
8561         * sync with 0.8.2 main release
8562
8563         * po/en_GB.po
8564           po/es.po
8565           po/it.po
8566           po/pl.po
8567           po/pt_BR.po
8568           po/sr.po
8569                 updated message catalogs submitted by
8570                 Ricardo Mones Lastra, Alessandro Maestri,
8571                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8572                 Beneditto and Urke MMI  
8573
8574 2002-08-27 [hoa]        0.8.1claws123
8575
8576         * src/mainwindow.[ch]
8577         * src/summaryview.[ch]
8578                 removed the "filter setting" menu option.
8579                 add a "cancel a news message" menu option.
8580
8581 2002-08-26 [martin]     0.8.1claws122
8582
8583         * ChangeLog.claws
8584                 changed string under 0.8.1claws79 changed by myself
8585                 i'm sorry alfons :(
8586
8587 2002-08-26 [martin]     0.8.1claws121
8588
8589         * src/crash.c
8590                 added kill command to debuggerrc to start crash dialog
8591
8592 2002-08-26 [paul]       0.8.1claws120
8593
8594         * sync with 0.8.1cvs31
8595                 see ChangeLog 2002-08-26
8596
8597 2002-08-25 [alfons]     0.8.1claws119
8598
8599         * src/procmsg.c
8600                 fix bug that didn't send out correct headers to news server
8601                 when sending news article and email from queue (bug reported
8602                 and patch provided by Tim Mann; closes bug 
8603                 "[ 583196 ] 0.7.8claws can't post news")
8604
8605 2002-08-25 [alfons]     0.8.1claws118
8606
8607         * src/selective_download.c
8608                 mark two strings as translatable
8609                 (thanks to Urke MMI for pointing this out)
8610
8611 2002-08-25 [alfons]     0.8.1claws117
8612
8613         * src/summaryview.c
8614                 treat sent boxes as special and allow sorting them by addressee
8615                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8616                 submitted by Steve Lamb)
8617
8618 2002-08-24 [alfons]     0.8.1claws116
8619
8620         * src/matcher.c
8621                 fix memleak reported by Martin Kluge
8622                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8623
8624 2002-08-24 [oliver]     0.8.1claws115
8625
8626         * src/prefs_toolbar.c
8627                 o code cleanup as suggested by Alfons
8628                 o memleak fix
8629
8630 2002-08-24 [alfons]     0.8.1claws114
8631
8632         * src/summaryview.c
8633                 o fix another memory leak reported by Martin Kluge
8634                   (see "[ 599568 ] Small Memory Leak")
8635                 o remove 'from' variable from 'summary_set_header()'; we can
8636                   do with just 'to' 
8637
8638 2002-08-24 [paul]       0.8.1claws113
8639
8640         * sync with 0.8.1cvs30
8641                 see ChangeLog 2002-08-23
8642
8643 2002-08-24 [alfons]     0.8.1claws112
8644
8645         * src/summaryview.c
8646                 remove unnecessary allocations for search bar fixing leaks
8647                 reported by Martin Kluge
8648                 (see "[ 599451 ] Further memory leaks?")
8649
8650 2002-08-24 [alfons]     0.8.1claws111
8651
8652         * src/main.c
8653                 make get_socket_name() public for crash.c
8654         * src/crash.c
8655                 o make report bug button work (goes to claws' 
8656                   bug tracker at sf.net)
8657                 o introduce function for doing important stuff just
8658                   before claws goes down
8659                 o clean up code 
8660
8661 2002-08-24 [alfons]     0.8.1claws110
8662
8663         * src/compose.c
8664                 move cursor to "To" entry when forwarding as attachment
8665                 (reported and solved by Steve Lamb, closes bug report
8666                 "[ 592880 ] Forward as attachment; cursor not in to")
8667
8668 2002-08-24 [colin]      0.8.1claws109
8669
8670         * src/mainwindow.c
8671                 fix quick search visibility after GUI (de)separations.
8672
8673 2002-08-23 [colin]      0.8.1claws108
8674
8675         * src/mainwindow.c
8676                 fix header pane visibility after folderview or
8677                 messageview (de)separation
8678
8679 2002-08-23 [paul]       0.8.1claws107
8680
8681         * src/mainwindow.[ch]
8682           src/toolbar.c
8683                 give full control of display or non-display 
8684                 of the Execute icon to Custom toolbar settings.
8685                 add new sensitivity condition to maninwindow.h: 
8686                 M_DELAY_EXEC
8687
8688         * ChangeLog
8689           ChangeLog.jp
8690           NEWS
8691                 more sync with 0.8.1cvs29
8692
8693 2002-08-23 [melvin]     0.8.1claws106
8694
8695         * src/alertpanel.c
8696                 Readded support for custom widget in alertpanel lost in last
8697                 sync.
8698
8699 2002-08-23 [paul]       0.8.1claws105
8700
8701         * sync with 0.8.1cvs29
8702                 see ChangeLog 2002-08-23
8703
8704 2002-08-23 [colin]      0.8.1claws104
8705
8706         * src/summaryview.c
8707                 Fix folder and search pixmaps exchanging positions
8708                 after theme or toolbar changes. Thank to Oliver for 
8709                 reporting this.
8710
8711 2002-08-23 [colin]      0.8.1claws103
8712
8713         * src/mainwindow.c
8714           src/messageview.[ch]
8715           src/noticeview.[ch]
8716           src/summaryview.c
8717                 Changed messageview_create() and noticeview_create()
8718                 to avoid the last gdk_warning
8719
8720 2002-08-22 [colin]      0.8.1claws102
8721
8722         * src/summaryview.c
8723                 Fix my new `Creating pixmap from xpm' warning
8724
8725 2002-08-22 [colin]      0.8.1claws101
8726
8727         * src/mainwindow.c
8728                 Fix some of the gdk warnings
8729
8730 2002-08-22 [colin]      0.8.1claws100
8731
8732         * src/Makefile.am
8733         * src/stock_pixmap.c
8734         * src/stock_pixmap.h
8735         * src/pixmaps/quicksearch.xpm *ADDED*
8736                 Add the quicksearch pixmap
8737         * src/mainwindow.c
8738         * src/summaryview.c
8739         * src/summaryview.h
8740                 Make quicksearch bar visible/hidden via a button
8741
8742 2002-08-22 [christoph]  0.8.1claws99
8743
8744         * src/folder.c
8745                 fix folder update for newsgroups with message
8746                 numbers below minimum number of articles to fetch
8747                 (closes bug #598445)
8748
8749 2002-08-22 [paul]       0.8.1claws98
8750
8751         * sync with 0.8.1cvs28
8752                 see ChangeLog 2002-08-22
8753
8754 2002-08-21 [alfons]     0.8.1claws97
8755
8756         * src/crash.c
8757                 use bt instead of bt full which seems to work 
8758                 better, and bt full doesn't give a great deal 
8759                 of information anyway
8760
8761 2002-08-21 [colin]      0.8.1claws96
8762
8763         * src/summaryview.c
8764                 fix summaryview_searchtype_changed prototype
8765
8766 2002-08-21 [christoph]  0.8.1claws95
8767
8768         * src/mainwindow.c
8769                 o fix broken menu update for sorting type, we have to
8770                   get this info from the summaryview now
8771                 o removed setting of threaded state in menu callback
8772         * src/summaryview.[ch]
8773                 more summaryview/folderitem seperation for
8774                 threading option
8775         * configure.in
8776                 removed not required --with-compiler-flags option
8777
8778 2002-08-21 [oliver]     0.8.1claws94
8779         
8780         * src/toolbar.h 
8781                 o rename toolbar.xml to toolbar_main.xml
8782                   since toolbar_compose.xml might come up 
8783                   any time soon
8784         * README.claws
8785                 add custom toolbar              
8786
8787 2002-08-21 [darko]      0.8.1claws93
8788
8789         * src/procmsg.c
8790                 don't reset tmp flags for messages copied
8791                 to sent folder
8792
8793 2002-08-21 [colin]      0.8.1claws92
8794         
8795         * src/prefs_filtering.c
8796                 fix renaming rules on folder rename 
8797                 when folder is not a leaf folder
8798
8799 2002-08-21 [paul]       0.8.1claws91
8800
8801         * src/prefs_folder_item.c
8802                 fix alignment of colour selector
8803
8804 2002-08-21 [paul]       0.8.1claws90
8805
8806         * sync with 0.8.1cvs27
8807                 see ChangeLog 2002-08-21
8808
8809 2002-08-21 [paul]       0.8.1claws89
8810
8811         * src/summaryview.c
8812                 fix crash when changing field type in
8813                 Quick search bar
8814
8815 2002-08-21 [colin]      0.8.1claws88
8816
8817         * src/summaryview.c
8818                 Made quick search case-insensitive
8819
8820 2002-08-21 [paul]       0.8.1claws87
8821
8822         * sync with 0.8.1cvs26
8823                 see ChangeLog 2002-08-21
8824
8825 2002-08-20 [christoph]  0.8.1claws86
8826
8827         * src/folderview.c
8828         * src/main.c
8829         * src/summaryview.[ch]
8830                 more summaryview/folderitem seperation for
8831                 sort_key and sort_type
8832         * src/procmsg.c
8833                 added missing return statement
8834
8835 2002-08-20 [colin]      0.8.1claws85
8836
8837         * src/summaryview.[ch]
8838                 Added a quick search box
8839         * src/mainwindow.c
8840         * src/prefs_common.[ch]
8841                 Added a show/hide option for the quick search
8842
8843 2002-08-20 [oliver]     0.8.1claws84
8844         
8845         * src/mainwindow.c
8846                 remove toolbar_create_popups
8847         * src/toolbar.[ch]
8848                 o remove toolbar_create_popups
8849                 o fix toolbar_set_sensitive 
8850                   (Bug reports #596834 and #596832)     
8851         * src/prefs_toolbar.c
8852                 o add "Set default" button
8853                 o align label and text + combo widgets
8854
8855 2002-08-20 [hoa]        0.8.1claws83bis
8856
8857         * src/imap.c
8858                 fixed a bug in imap_fetch_msginfo() in case there is no
8859                 current folder.
8860
8861 2002-08-20 [darko]      0.8.1claws83
8862
8863         * src/folderview.c
8864                 copy the color style of folder view so it
8865                 works with GTK themes
8866
8867 2002-08-20 [darko]      0.8.1claws82
8868
8869         * src/folder.h
8870         * src/folderview.c
8871         * src/prefs_folder_item.[hc]
8872                 don't use UI stuff in folder.h
8873
8874 2002-08-20 [darko]      0.8.1claws81
8875
8876         * src/folder.h
8877         * src/prefs_folder_item.h
8878         * src/folderview.c
8879         * src/prefs_folder_item.c
8880                 ability to set folder color in folderview
8881
8882 2002-08-19 [alfons]     0.8.1claws80
8883
8884         * src/summaryview.c
8885                 fix one of the earlier memleaks reported by Martin Kluge
8886
8887 2002-08-19 [alfons]     0.8.1claws79
8888
8889         * src/mainwindow.c
8890                 hide notice view when selecting seperate folder
8891                 view (reported by Urke MMI)
8892
8893 2002-08-19 [christoph]  0.8.1claws78
8894
8895         * src/folderview.c
8896         * src/prefs_folder_item.h
8897         * src/summaryview.[ch]
8898                 o add summary_set_prefs_from_folderitem to set
8899                   summaryview prefs (first step to remove all
8900                   references to the folderitem in summaryview)
8901                 o moved compiled regex stuff from folderitem prefs
8902                   to summaryview code
8903
8904 2002-08-19 [paul]       0.8.1claws77
8905
8906         * src/compose.c
8907                 add check for '.' to QUOTE_IF_REQUIRED
8908
8909 2002-08-19 [paul]       0.8.1claws76
8910
8911         * src/inc.c
8912                 sync with 0.8.1cvs25 (plug memory leak)
8913
8914         * src/prefs_toolbar.c
8915                 re-order prefs_toolbar_cancel()
8916
8917 2002-08-18 [alfons]     0.8.1claws75
8918
8919         * src/inc.c
8920         * src/matcher.c
8921                 plug other memleaks reported by Martin Kluge
8922
8923 2002-08-18 [paul]       0.8.1claws74
8924
8925         * po/pt_BR.po
8926                 updated by Fabio Jr. Beneditto
8927
8928 2002-08-18 [paul]       0.8.1claws73
8929
8930         * src/toolbar.[ch]
8931                 fix bug where tooltips were displayed untranslated              
8932
8933         * src/prefs_toolbar.c
8934                 fix bug where clicking 'Cancel' creates an icon & text
8935                 toolbar regardless of prefs
8936         
8937
8938 2002-08-17 [oliver]     0.8.1claws72
8939
8940         * src/prefs_toolbar.c
8941                 update toolbar on CANCEL
8942                 bug reported by Martin Kluge
8943         * src/toolbar.c
8944                 toolbar_destroy memleak fixed           
8945
8946 2002-08-17 [alfons]     0.8.1claws71
8947
8948         * src/toolbar.c
8949                 plug another memleak reported by Martin Kluge
8950
8951 2002-08-16 [alfons]     0.8.1claws70
8952
8953         * src/crash.c
8954                 use execvp() correctly (suggested by wwp; thanks!)
8955
8956 2002-08-16 [alfons]     0.8.1claws69
8957
8958         * src/gtksctree.c
8959                 plug memory leak reported by Kim Schultz & Martin Kluge
8960
8961 2002-08-16 [paul]       0.8.1claws68
8962
8963         * po/es.po
8964                 updated by Ricardo Mones Lastra
8965
8966 2002-08-16 [paul]       0.8.1claws67
8967
8968         * src/toolbar.h
8969                 fix bug where 'Compose News' icon showed wrong
8970                 tooltip
8971
8972 2002-08-16 [paul]       0.8.1claws66
8973
8974         * sync with 0.8.1cvs24
8975                 see ChangeLog 2002-08-16
8976
8977         * po/it.po
8978                 updated by Alessandro Maestri
8979
8980 2002-08-15 [paul]       0.8.1claws65
8981
8982         * po/sr.po
8983                 updated by Urke MMI
8984
8985 2002-08-15 [paul]       0.8.1claws64
8986
8987         * src/*.c
8988                 don't translate debug info
8989
8990         * src/matcher.[ch]
8991                 add copyright info
8992
8993 2002-08-15 [paul]       0.8.1claws63
8994
8995         * src/prefs_toolbar.c
8996                 fix bug where clicking 'OK' creates an icon & text
8997                 toolbar regardless of prefs
8998
8999 2002-08-14 [alfons]     0.8.1claws62
9000
9001         * src/main.c
9002                 add global var that has the full argv[0]
9003         * src/crash.c
9004                 o execvp the correct sylpheed by using argv0
9005                   and setting the correct work dir
9006                 o other tweaks  
9007
9008 2002-08-14 [oliver]     0.8.1claws61
9009         
9010         * enable/disable Toolbar Action Buttons 
9011         * code cleanups
9012         * src/mainwindow.c
9013         * src/toolbar.[ch]      
9014         * src/prefs_toolbar.c   
9015
9016 2002-08-14 [melvin]     0.8.1claws60
9017
9018         * po/fr.po
9019                 Updated French translations
9020
9021 2002-08-14 [melvin]     0.8.1claws59
9022
9023         * src/crash.c
9024                 Made bug report not translatable
9025         * src/exporthtml.c
9026                 Fixed exporthtml_build_filespec() return value
9027         * src/foldersel.c
9028                 Fixed incorrect include file
9029         * src/gtkspell.c
9030         * src/prefs_actions.c
9031         * src/prefs_toolbar.c
9032                 Made debug info not translatable
9033         * src/mutt.c
9034         * src/quote_fmt.c
9035                 Added missing includes
9036         * src/prefs_common.c
9037                 Fixed typo
9038
9039 2002-08-14 [paul]       0.8.1claws58
9040
9041         * faq/es/sylpheed-faq.html
9042           faq/es/sylpheed-faq-[1-3].html
9043           faq/es/sylpheed-faq-4.html     **NEW FILE **
9044                 update Spanish FAQ
9045
9046 2002-08-13 [christoph]  0.8.1claws57
9047
9048         * src/procmsg.c
9049                 ignore thread fix that did not mark all
9050                 child nodes of a ignored thread as
9051                 ignored. Does not work perfectly yet,
9052                 but it is better now
9053
9054 2002-08-13 [alfons]     0.8.1claws56
9055
9056         * src/crash.c
9057                 o implement 'save crash log'
9058                 o some tweaks
9059
9060 2002-08-13 [melvin]     0.8.1claws55
9061
9062         * src/main.c
9063                 removed unrequired "execinfo.h" header
9064
9065 2002-08-12 [paul]       0.8.1claws54
9066
9067         * faq/en/sylpheed-faq.html
9068           faq/en/sylpheed-faq-[1-3].html
9069           faq/en/sylpheed-faq-4.html     **NEW FILE **
9070                 update English FAQ
9071
9072 2002-08-12 [alfons]     0.8.1claws53
9073
9074         * po/POTFILES.in
9075                 add crash.c to translatables
9076         * src/crash.c
9077                 bring in Leandro's crash dialog
9078
9079 2002-08-11 [alfons]     0.8.1claws52
9080
9081         * src/crash.c
9082                 clean up some warnings
9083
9084 2002-08-11 [alfons]     0.8.1claws51
9085
9086         * acconfig.h
9087         * configure.in
9088         * src/crash.[ch]        ** NEW FILES **
9089         * src/main.c            
9090                 initial gdb crash handler
9091
9092 2002-08-11 [paul]       0.8.1claws50
9093
9094         * src/prefs_toolbar.c
9095                 replace Up/Down arrow pixmaps with text to be
9096                 consistent across icon themes
9097
9098 2002-08-11 [paul]       0.8.1claws49
9099
9100         * src/prefs_common.c
9101           src/prefs_toolbar.c
9102                 rename 'Pixmap' -> 'Icon'
9103
9104         * src/toolbar.[ch]
9105                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9106
9107 2002-08-10 [paul]       0.8.1claws48
9108
9109         * src/prefs_toolbar.c
9110                 re-work the UI
9111
9112 2002-08-10 [paul]       0.8.1claws47
9113
9114         * src/main.c
9115                 don't write Processing progress to status bar
9116                 patch submitted by Alexander Evseev
9117
9118         * src/prefs_toolbar.c
9119                 re-position and resize window
9120                 make window assume correct size on first call
9121
9122 2002-08-10 [paul]       0.8.1claws46
9123
9124         * src/mainwindow.c
9125           src/prefs_toolbar.c
9126           src/toolbar.c
9127           src/toolbar.h
9128                 obey coding style
9129                 follow UI text conventions
9130
9131 2002-08-10 [alfons]     0.8.1claws45
9132
9133         * src/toolbar.c
9134                 correct pixmap for delete action
9135
9136 2002-08-10 [paul]       0.8.1claws44
9137
9138         * po/pt_BR.po
9139                 updated by Fabio Jr. Beneditto
9140
9141 2002-08-10 [paul]       0.8.1claws43
9142
9143         * po/POTFILES.in
9144                 add custom toolbar files
9145
9146 2002-08-10 [paul]       0.8.1claws42
9147
9148         * sync with 0.8.1cvs22
9149                 see ChangeLog 2002-08-09
9150
9151 2002-08-09 [paul]       0.8.1claws41
9152
9153         * tools/Makefile.am
9154           tools/README
9155           tools/outlook2sylpheed.pl     ** NEW FILE **
9156                 add script to convert exported Outlook
9157                 contacts list to a Sylpheed addressbook.
9158                 Submitted by Ricardo Mones Lastra.
9159
9160 2002-08-09 [paul]       0.8.1claws40
9161
9162         * AUTHORS
9163           configure.in
9164           po/sr.po      ** NEW FILE **
9165                 add Serbian message catalog. Submitted by
9166                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9167
9168 2002-08-09 [paul]       0.8.1claws39
9169
9170         * sync with 0.8.1cvs21
9171                 see ChangeLog 2002-08-08
9172
9173 2002-08-08 [oliver]     0.8.1claws38
9174
9175         * src/mainwindow.c
9176                 move Custom Toolbar to Configuration menu
9177
9178 2002-08-08 [oliver]     0.8.1claws37
9179
9180         * src/prefs_toolbar.c
9181                 fix substitute pixmap bug
9182
9183 2002-08-08 [paul]       0.8.1claws36
9184
9185         * sync with 0.8.1cvs19
9186                 see ChangeLog 2002-08-08
9187
9188 2002-08-07 [christoph]  0.8.1claws35
9189
9190         * src/utils.c
9191                 fixed a memory leak in new canonicalize_file_replace
9192
9193 2002-08-07 [christoph]  0.8.1claws34
9194
9195         * src/utils.[ch]
9196                 o canonicalize_file_replace should create the temporary
9197                   file in the same directory as the original file.
9198                 o added get_tmpfile_in_dir that creates a temorary file
9199                   in a specified directory.
9200
9201 2002-08-07 [melvin]     0.8.1claws33
9202
9203         * src/toolbar.c
9204                 fixed bug where 'Article' button acted as 'Email' button.
9205
9206 2002-08-07 [paul]       0.8.1claws32
9207
9208         * sync with 0.8.1.cvs17
9209                 see ChangeLog 2002-08-07
9210
9211 2002-08-07 [colin]      0.8.1claws31
9212         
9213         * src/news.c
9214                 fix mass-cancel problem
9215
9216 2002-08-07 [thorsten]   0.8.1claws30
9217
9218         * src/prefs_toolbar.c
9219                 fix: crash on replace or add new button
9220         * src/toolbar.c
9221                 fix: close xmlfile after reading
9222         * src/utils.c
9223                 fix: unlink() file before rename()
9224
9225 2002-08-06 [paul]       0.8.1claws29
9226
9227         * sync with 0.8.cvs15
9228                 see ChangeLog 2002-08-06
9229
9230 2002-08-06 [oliver]     0.8.1claws28
9231
9232         * src/toolbar.c
9233         * src/prefs_toolbar.c
9234                 fixed empty toolbar issue
9235
9236 2002-08-06 [oliver]     0.8.1claws27
9237
9238         * Custom Toolbar Final 
9239         * src/folderview.c
9240         * src/inc.c
9241         * src/summaryview.c
9242                 o toolbar stuff now lives in src/toolbar.[ch]
9243                 o main_window_toolbar_* functions are renamed to
9244                   toolbar_* reflecting their new source file
9245         * src/mainwindow.[ch]
9246                 o remove toolbar stuff  
9247
9248 2002-08-06 [oliver]     0.8.1claws26
9249         
9250         * src/Makefile.am
9251         * src/prefs_toolbar.[ch]        **New File**
9252         * src/toolbar.[ch]              **New File**
9253                 o prefs_toolbar.[ch] custom toolbar frontend
9254                 o toolbar.[ch]       backend 
9255
9256 2002-08-06 [oliver]     0.8.1claws25
9257
9258         * src/prefs_actions.[ch]
9259                 o new exported function actions_execute
9260
9261 2002-08-06 [paul]       0.8.1claws24
9262
9263         * sync with 0.8.1cvs4
9264                 see ChangeLog 2002-08-06
9265
9266 2002-08-06 [paul]       0.8.1claws23
9267
9268         * sync with 0.8.1cvs13
9269                 see ChangeLog 2002-08-06
9270
9271 2002-08-06 [paul]       0.8.1claws22
9272
9273         * sync with 0.8.1cvs12
9274                 see ChangeLog 2002-08-05 and 2002-08-06
9275
9276 2002-08-06 [match]      0.8.1claws21
9277
9278         * src/addrclip.c
9279                 improvements to cut/copy/paste address
9280
9281 2002-08-05 [match]      0.8.1claws20
9282
9283         * src/addritem.[ch]
9284         * src/addrcache.c
9285         * src/addrbook.c
9286         * src/editaddress.c
9287         * src/addressbook.c
9288                 fixes to improve cut/copy/paste
9289
9290 2002-08-06 [melvin]     0.8.1claws19
9291
9292         * src/account.[ch]
9293                 account_find_all_from_address(): new function that returns the
9294                 list of all accounts that are matched in an address.
9295         * src/alertpanel.[ch]
9296                 alertpanel() now accepts a custom widget
9297                 alertpanel_with_widget(): new function that pops up a panel with
9298                 a custom widget in it 
9299         * src/gtkutils.[ch]
9300                 gtkut_account_menu_new(): new function that allows the selection
9301                 of an account from a list of accounts.
9302         * src/messageview.c
9303                 Extended Return Receipt notification to select the correct 
9304                 account and to make a security test on the Delivery-Notification
9305                 address which should be the same as the Return-Path.
9306
9307 2002-08-06 [thorsten]   0.8.1claws18
9308
9309         * src/mimeview.c
9310                 attach_all: save unnamed as "noname.%d",
9311                 dont free static dirname
9312
9313 2002-08-05 [alfons]     0.8.1claws17
9314
9315         * configure.in
9316                 detect XIM by trying to link rather than compile a XIM program
9317
9318 2002-08-05 [oliver]     0.8.1claws16
9319                 
9320         * src/stock_pixmap.[ch]
9321                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9322                 o new func to retrieve pixmaps
9323
9324 2002-08-05 [paul]       0.8.1claws15
9325
9326         * sync with 0.8.1cvs10
9327                 see ChangeLog 2002-08-05
9328
9329 2002-08-04 [alfons]     0.8.1claws14
9330
9331         * src/textview.c
9332                 see if this plugs memleak
9333
9334 2002-08-04 [melvin]     0.8.1claws13
9335
9336         * src/gtkspell.c
9337                 fixed bug that could crash Sylpheed when highlighting
9338                 all misspelled words.
9339
9340 2002-08-03 [melvin]     0.8.1claws12
9341
9342         * src/prefs_actions.c
9343                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9344         * src/messageview.c
9345                 fixed bug where the Return Receipt was sent to
9346                 Delivery-Notification-To address even if it was not present
9347
9348 2002-08-02 [alfons]     0.8.1claws11
9349
9350         * src/prefs_actions.c
9351                 o more check for NULLs
9352                 o put create_io_dialog() in right conditional block
9353
9354 2002-08-02 [paul]       0.8.1claws10
9355
9356         * po/es.po
9357                 updated by Ricardo Mones Lastra
9358
9359 2002-08-01 [christoph]  0.8.1claws9
9360
9361         * src/folder.c
9362                 don't free the cache of the opened
9363                 folder in the summaryview
9364         * src/summaryview.c
9365                 don't unset flags, if it is not required
9366
9367 2002-08-01 [paul]       0.8.1claws8
9368
9369         * sync with 0.8.1cvs8
9370                 see ChangeLog entry 2002-08-01
9371
9372 2002-08-01 [paul]       0.8.1claws7
9373
9374         * sync with 0.8.1cvs7
9375                 see ChangeLog 2002-07-31 and 2002-08-01
9376
9377 2002-07-31 [christoph]  0.8.1claws6
9378
9379         * src/mainwindow.c
9380                 forgot to update menu sensitivity
9381                 function for new menu entry
9382
9383 2002-07-31 [alfons]     0.8.1claws5
9384
9385         * src/main.c
9386                 check folder item and its path for NULL on
9387                 initial processing
9388
9389 2002-07-31 [christoph]  0.8.1claws4
9390
9391         * src/folder.c
9392                 check if folder_item_get_msginfo in
9393                 folder_item_remove_msg returned NULL
9394         * src/imap.c
9395                 better clear the uid cache in the
9396                 uid validity check function and delete
9397                 cached messages
9398
9399 2002-07-31 [paul]       0.8.1claws3
9400
9401         * man/sylpheed.1
9402                 add the '--attach' option and a few other
9403                 minor changes
9404
9405 2002-07-31 [paul]       0.8.1claws2
9406
9407         * sync with 0.8.1cvs5
9408                 see ChangeLog 2002-07-31
9409
9410 2002-07-31 [christoph]  0.8.1claws1
9411
9412         * src/folderview.[ch]
9413         * src/mainwindow.c
9414                 replace "Rescan all folders..." with
9415                 "Check all folders for new messages..."
9416
9417 2002-07-30 [paul]       0.8.1claws
9418
9419         * version 0.8.1claws released
9420
9421 2002-07-30 [paul]       0.8.0claws29
9422
9423         * tools/OOo2sylpheed.pl ** NEW FILE **
9424           tools/README
9425                 add script to enable sending documents as
9426                 attachments from OpenOffice.org
9427
9428 2002-07-30 [melvin]     0.8.0claws28
9429
9430         * src/prefs_actions.c
9431                 Made the actions' input/output dialog display
9432                 without delay.
9433
9434 2002-07-30 [christoph]  0.8.0claws27
9435
9436         * src/procmsg.c
9437                 check if folder_item_get_msginfo in
9438                 procmsg_save_to_outbox returned NULL
9439
9440 2002-07-30 [paul]       0.8.0claws26
9441
9442         * sync with 0.8.1cvs4
9443                 see ChangeLog 2002-07-29
9444
9445 2002-07-29 [thorsten]   0.8.0claws25
9446
9447         * README.claws
9448                 added selective download, delete on server
9449
9450 2002-07-29 [paul]       0.8.0claws24
9451
9452         * sync with 0.8.1cvs3
9453                 see ChangeLog 2002-07-29
9454
9455 2002-07-27 [christoph]  0.8.0claws23
9456
9457         * src/folder.c
9458                 add extra check if fetching the msginfo
9459                 returned NULL
9460
9461 2002-07-27 [paul]       0.8.0claws22
9462
9463         * sync with 0.8.1cvs2
9464                 see ChangeLog 2002-07-26
9465
9466 2002-07-27 [christoph]  0.8.0claws21
9467
9468         * src/imap.c
9469                 add another check if a valid msginfo
9470                 was returned
9471
9472 2002-07-26 [hoa]        0.8.0claws20
9473
9474         * src/folder.c
9475                 Fixed a condition in folder_item_destroy()
9476
9477         * src/imap.c
9478                 Fixed an error in IMAP protocol
9479
9480 2002-07-26 [alfons]     0.8.0claws19
9481
9482         * src/folder.c
9483                 ofcourse compare with identifier, not the path
9484
9485 2002-07-26 [alfons]     0.8.0claws18
9486
9487         * src/folder.c
9488                 use folder item identifier for saving / restoring
9489                 preferences because folder->path might not be unique
9490
9491 2002-07-26 [melvin]     0.8.0claws17
9492
9493         * src/logwindow.c
9494                 Fixed a crash introduced in 0.8.0claws5 when log is 
9495                 cut under 80 characters.
9496
9497 2002-07-26 [paul]       0.8.0claws16
9498
9499         * sync with 0.8.1cvs1
9500                 see ChangeLog 2002-07-26
9501
9502 2002-07-26 [christoph]  0.8.0claws15
9503
9504         * src/imap.[ch]
9505                 imap folder now remembers the last selected
9506                 folder and imap_fetch_msginfo skips selecting
9507                 the folder if it is already selected
9508
9509 2002-07-26 [christoph]  0.8.0claws14
9510
9511         * src/folder.c
9512         * src/folderview.c
9513         * src/imap.c
9514                 fix imap folder rescanning
9515
9516 2002-07-25 [christoph]  0.8.0claws13
9517
9518         * src/filter.c
9519         * src/folder.[ch]
9520         * src/folderview.c
9521         * src/imap.[ch]
9522         * src/mainwindow.c
9523         * src/mbox_folder.c
9524         * src/mh.c
9525         * src/news.c
9526                 implement imap uid cache and uid validity check
9527
9528 2002-07-25 [alfons]     0.8.0claws12
9529
9530         * src/summaryview.c
9531                 fix a brown paper bag bug, and also add some more
9532                 checks
9533
9534 2002-07-25 [christoph]  0.8.0claws11
9535
9536         * src/folder.c
9537                 don't mix copy, fetch_msginfo and remove
9538                 operations in folder item copy and move
9539                 operations
9540
9541 2002-07-25 [christoph]  0.8.0claws10
9542
9543         * src/folderview.c
9544         * src/mainwindow.c
9545         * src/prefs_folder_item.c
9546         * src/summaryview.[ch]
9547                 remove no longer required parameter update_cache from
9548                 summary_show
9549
9550 2002-07-25 [paul]       0.8.0claws9
9551
9552         * sync with 0.8.1
9553         
9554         * AUTHORS
9555                 a few corrections
9556
9557 2002-07-24 [alfons]     0.8.0claws8
9558
9559         * src/summaryview.c
9560                 sort correctly when using simplified subject line
9561                 (closes feature request "[ 585141 ] applying regexp to subject 
9562                 before sort" submitted by Alexandra Walford)
9563
9564 2002-07-24 [paul]       0.8.0claws7
9565
9566         * sync with 0.8.0cvs3
9567                 see ChangeLog 2002-07-24
9568
9569 2002-07-23 [christoph]  0.8.0claws6
9570
9571         * src/folder.c
9572         * src/folder.h
9573         * src/summaryview.c
9574         * src/summaryview.h
9575         * src/main.c
9576                 o separate processing and summaryview
9577                 o removed summary_write_cache from summaryview
9578                 o removed summaryview->killed_messages, because we don't have
9579                   to keep a list of killed messages anymore. New cache will
9580                   keep the hidden messages in cache anyway
9581         * src/folderview.c
9582         * src/inc.c
9583         * src/selective_download.c
9584                 o removed unnecessary summary_write_cache calls
9585         * src/procmsg.c
9586                 o don't set ignore thread flag in procmsg_get_thread_tree
9587                   if it is already set
9588         * src/mainwindow.c
9589         * src/statusbar.h
9590                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9591                   they are used in different files
9592
9593 2002-07-23 [melvin]     0.8.0claws5
9594
9595         * src/addressbook.c
9596         * src/addrgather.c
9597         * src/editaddress.c
9598         * src/editgroup.c
9599         * src/editldap_basedn.c
9600         * src/importldif.c
9601         * src/prefs_common.c
9602                 Fixed few memory leak (gtk_editable_get_chars returns
9603                 an allocated string)
9604         * src/logwindow.c
9605                 Fixed few memory leak (gtk_editable_get_chars returns
9606                 an allocated string) and modified a little the log cutting
9607                 loop.
9608         * src/compose.c
9609                 Replaced a call to an obsolete function gtk_entry_get_text()
9610                 by gtk_editable_get_chars()
9611         * src/send.c
9612                 Removed a debug printf
9613
9614 2002-07-23 [christoph]  0.8.0claws4
9615
9616         * src/filesel.c
9617                 fix another g_dirname memory leak
9618
9619 2002-07-23 [christoph]  0.8.0claws3
9620
9621         * src/mh.c
9622                 fixed a memory leak in mh_fetch_msginfo
9623                 fixed crash when message header could not be
9624                 parsed
9625
9626 2002-07-23 [paul]       0.8.0claws2
9627
9628         * sync with 0.8.0cvs2
9629                 see ChangeLog 2002-07-23
9630
9631 2002-07-23 [paul]       0.8.0claws1
9632
9633         * sync with 0.8.0cvs1
9634                 see ChangeLog 2002-07-23
9635
9636 2002-07-23 [paul]       0.8.0claws
9637
9638         * release of 0.8.0claws
9639
9640 2002-07-23 [paul]       0.7.8claws99
9641
9642         * po/ru.po
9643                 new Russian translation, submitted by
9644                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9645
9646 2002-07-22 [jens]       0.7.8claws98
9647
9648         * po/de.po
9649                 Updated German translations.
9650
9651 2002-07-22 [paul]       0.7.8claws97
9652
9653         * po/es.po
9654           po/it.po
9655           po/nl.po
9656           po/pt_BR.po
9657                 updated translations by Ricardo Mones Lastra,
9658                 Alessandro Maestri, Wilbert Berendsen and 
9659                 Fabio Jr. Beneditto respectively
9660
9661 2002-07-22 [christoph]  0.7.8claws96
9662
9663         * src/mimeview.c
9664                 fix memory leak caused by wrong g_dirname usage
9665
9666 2002-07-22 [christoph]  0.7.8claws95
9667
9668         * src/summaryview.c
9669                 update new and unread message counts for summaryview
9670                 summaryview does not get it from the folder anymore
9671                 and has to update the values itself
9672
9673 2002-07-22 [melvin]     0.7.8claws94
9674
9675         * po/fr.po
9676                 Updated French translations.
9677
9678 2002-07-22 [christoph]  0.7.8claws93
9679
9680         * src/matcher.c
9681                 set prop->preg pointer to NULL or following check
9682                 will not fail and regexec will be called with
9683                 invalid pointer
9684
9685 2002-07-21 [alfons]     0.7.8claws92
9686         
9687         * src/prefs_common.[ch]
9688                 remove option "Send return receipt on request"
9689
9690 2002-07-21 [thorsten]   0.7.8claws91
9691
9692         * src/mimeview.c
9693                 fixed memleaks, coding style as pointed out by alfons
9694
9695 2002-07-21 [alfons]     0.7.8claws90
9696
9697         * src/messageview.c
9698         * src/noticeview.[ch]
9699                 o fix bug notice view being displayed when going to empty folder 
9700                   (noticed by Christoph)
9701                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9702                   (noticed by Thorsten)
9703
9704 2002-07-21 [thorsten]   0.7.8claws89
9705
9706         * src/mimeview.c
9707                 Included save_all patch from Xaview FACQ
9708                 added support for pathnames
9709
9710 2002-07-21 [alfons]     0.7.8claws88
9711
9712         * po/POTFILES.in
9713         * src/Makefile.am
9714         * src/mainwindow.c
9715         * src/messageview.[ch]
9716         * src/noticeview.c      ** NEW FILE **
9717         * src/noticeview.h      ** NEW FILE **
9718                 make return receipts work again
9719                 (UI idea by Leandro Pereira)
9720
9721 2002-07-21 [paul]       0.7.8claws87
9722
9723         * src/summaryview.c
9724                 fix sensitivity of 'Select thread'
9725
9726 2002-07-21 [paul]       0.7.8claws86
9727
9728         * src/prefs_common.c
9729                 add browser command line for Galeon
9730
9731 2002-07-21 [paul]       0.7.8claws85
9732
9733         * Makefile.am
9734                 fix 'EXTRA_DIST': remove README.README, add TODO
9735                 and TODO.claws
9736
9737 2002-07-21 [alfons]     0.7.8claws84
9738
9739         * src/gtkstext.c
9740                 make enter clear selection
9741                 (closes "[ 579888 ] Editor selection/entry error"
9742                 reported by Steve Lamb)
9743
9744 2002-07-21 [alfons]     0.7.8claws83
9745         
9746         * src/summaryview.c
9747                 sort message list when selecting unthread messages
9748                 (closes "[ 501593 ] switching threaded view doesn't sort"
9749                 reported by Simon Schubert)
9750
9751 2002-07-20 [alfons]     0.7.8claws82
9752         
9753         * src/matcher.c
9754                 const-correctness
9755
9756 2002-07-20 [thorsten]   0.7.8claws81
9757
9758         * src/matcher.c
9759                 Fixed expansion of empty fields in matchactions
9760
9761 2002-07-19 [melvin]     0.7.8claws80
9762
9763         * src/gtkspell.c
9764                 Removed a duplicate menu entry (fast mode) introduced during
9765                 the new cache merge
9766                 Added a menu separator between 'Use alternate' and 'Fast mode'
9767
9768 2002-07-19 [paul]       0.7.8claws79
9769
9770         * tools/Makefile.am
9771           tools/README
9772                 correct typos
9773
9774 2002-07-19 [thorsten]   0.7.8claws78
9775
9776         * tools/calypso_convert.pl      ** NEW FILE **
9777           tools/README
9778           tools/Makefile.am
9779                 script to import mbox files exported
9780                 by calypso
9781                 o generates folder structure
9782                 o includes attachments
9783
9784 2002-07-19 [melvin]     0.7.8claws77
9785
9786         * src/selective_download.[ch]
9787                 Fixed bug where closing the dialog with the window manager's
9788                 close button will not unlock the summary
9789                 Corrected some function declarations that missed a return value
9790                 Made the source code comply better with coding style.
9791         * src/prefs_common.c
9792                 Added new browser command line for Mozilla.
9793
9794 2002-07-18 [paul]       0.7.8claws76
9795
9796         * src/mainwindow.c
9797           src/selective_download.[ch]
9798                 reflect theme changes, fix Gdk Warning when creating 
9799                 pixmap from NULL window, and minor clean up.
9800                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9801
9802         * po/en_GB.po
9803                 updated
9804
9805 2002-07-17 [paul]       0.7.8claws75
9806
9807         * INSTALL[.jp]
9808                 sync with 0.8.0
9809         
9810         * po/en_GB.po
9811                 updated
9812
9813 2002-07-16 [paul]       0.7.8claws74
9814
9815         * tools/filter_conv.pl
9816           tools/README
9817                 replace conversion script with reimplemented version, 
9818                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9819
9820 2002-07-16 [colin]      0.7.8claws73
9821
9822         * src/summaryview.c
9823                 remove forgotten debug messages - sorry ;-)
9824
9825 2002-07-16 [colin]      0.7.8claws72
9826
9827         * src/mimeview.c
9828           src/summaryview.c
9829           src/textview.c
9830           src/textview.h
9831                 add the ability to select part of a text mime-part 
9832                 to reply.
9833
9834 2002-07-15 [christoph]  0.7.8claws71
9835
9836         * src/folder.c
9837                 fix folder message count for folders without
9838                 msg_is_changed (includes news folders)
9839
9840 2002-07-15 [martin]     0.7.8claws70
9841
9842         * src/summaryview.c
9843                 option "display recipient on 'From'..." now works
9844                 without the need of enabling the option
9845                 "display  sender  using  address  book".
9846
9847 2002-07-15 [christoph]  0.7.8claws69
9848
9849         * src/summaryview.c
9850                 removed setting folder status from summaryview.
9851                 folder.c should update all message counts correctly.
9852
9853 2002-07-15 [paul]       0.7.8claws68
9854
9855         * po/pt_BR.po
9856                 updated by Fabio Junior Beneditto
9857
9858 2002-07-15 [darko]      0.7.8claws67
9859
9860         * src/mh.c
9861                 Fixed target folder colorization, don't decrease op
9862                 number twice
9863
9864 2002-07-14 [paul]       0.7.8claws66
9865
9866         * sync with main 0.8.0
9867                 see ChangeLog 2002-07-14
9868
9869 2002-07-13 [melvin]     0.7.8claws65
9870         
9871         * src/addrbook.c
9872         * src/addressbook.c
9873         * src/addrindex.c
9874                 Replaced sprintf by g_snprintf to prevent possible buffer
9875                 overflow.
9876         * src/news.c
9877                 Corrected a log message output format.
9878                 Added a missing "done" debug output.
9879         * src/compose.c
9880                 Added keyboard accelerator for Priority menu items
9881                 Added missing \n in debug output
9882         * src/logwindow.c
9883         * src/gtkspell.c
9884         * src/rfc2015.c
9885                 Added missing \n in debug output
9886
9887 2002-07-13 [paul]       0.7.8claws64
9888
9889         * man/sylpheed.1
9890                 change Sergey's email address to the sf address
9891
9892         * src/textview.c
9893                 increase show_url_timeout (more useful for long
9894                 urls)
9895
9896 2002-07-12 [sergey]     0.7.8claws63
9897
9898         * src/rfc2015.c
9899                 applied (with some modifications) patch to set the
9900                 micalg parameter for signatures
9901                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9902
9903 2002-07-12 [sergey]     0.7.8claws62
9904
9905         * man/Makefile.am
9906         * configure.in
9907                 fixed man page installation
9908
9909 2002-07-12 [paul]       0.7.8claws61
9910
9911         * sync with 0.7.8cvs26
9912                 see ChangeLog 2002-07-11 and 2002-07-12
9913
9914 2002-07-11 [christoph]  0.7.8claws60
9915
9916         * src/compose.c
9917         * src/procmsg.c
9918                 first use the message number to find the message
9919                 to mark with a reply flag but check the
9920                 message-id if we got the correct message, if not
9921                 try to find it by message-id.
9922                 use new string seperator that is not allowed
9923                 in message-ids.
9924
9925 2002-07-11 [paul]       0.7.8claws59
9926
9927         * sync with 0.7.8cvs23
9928                 see ChangeLog 2002-07-10
9929
9930 2002-07-10 [christoph]  0.7.8claws58
9931
9932         * src/folder.[ch]
9933         * src/msgcache.[ch]
9934                 Added message-id table to the cache in memory
9935                 and functions to msgcache.c and folder.c to
9936                 fetch MsgInfos by message id
9937         * src/compose.c
9938         * src/procmsg.c
9939                 store folder and message-id of message replying
9940                 to in queue header and set reply flag after sending
9941                 (Closes bug #469498)
9942
9943 2002-07-10 [paul]       0.7.8claws57
9944
9945         * AUTHORS
9946           man/sylpheed.1.gz
9947                 add Martin to the list of authors
9948
9949 2002-07-09 [martin]     0.7.8claws56
9950         * src/gtksctree.c
9951                 Added gtk_ctree_last_visible(), tree_update_level(),
9952                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9953                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9954                 from gtk+ to gtksctree.c for the new sorting code
9955                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9956                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9957         * src/gtksctree.h
9958                 Added declaration for gtk_sctree_sort_recursive() and
9959                 gtk_sctree_sort_node
9960         * src/addressbook.c
9961         * src/foldersel.c
9962         * src/folderview.c
9963         * src/summaryview.c
9964                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9965                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9966
9967 2002-07-08 [paul]       0.7.8claws55
9968
9969         * more sync with 0.7.8cvs21
9970                 see ChangeLog 2002-07-08
9971
9972 2002-07-08 [paul]       0.7.8claws54
9973
9974         * sync with 0.7.8cvs21
9975                 see ChangeLog 2002-07-08
9976
9977 2002-07-07 [alfons]     0.7.8claws53
9978
9979         * src/Makefile.am
9980         * src/stock_pixmap.[ch]
9981         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9982         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9983         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9984                 add new pixmaps for upcoming notice pane
9985
9986 2002-07-06 [melvin]     0.7.8claws52
9987
9988         * src/gtkspell.[ch]
9989                 Made them a bit closer to Sylpheed's coding style.
9990                 Removed old code.
9991                 Removed possible memory leaks when some errors occurs.
9992
9993 2002-07-06 [melvin]     0.7.8claws51
9994
9995         * po/Makefile.in.in
9996                 Removed --no-location in xgettext command line to help
9997                 translators that use Emacs' po-mode
9998         * src/quote_fmt.c
9999                 Removed unnecessary comments that messed up sylpheed.pot
10000
10001 2002-07-06 [paul]       0.7.8claws50
10002
10003         * sync with 0.7.8cvs19
10004                 see ChangeLog 2002-07-05
10005
10006 2002-07-06 [christoph]  0.7.8claws49
10007
10008         * src/folder.c
10009         * src/mainwindow.c
10010                 fix folder_item_remove_all_msg and folderview
10011                 status for trash folders after emptying trash
10012
10013 2002-07-05 [paul]       0.7.8claws48
10014
10015         * sync with 0.7.8cvs16
10016                 see ChangeLog 2002-07-04 and 2002-07-05
10017
10018 2002-07-04 [paul]       0.7.8claws47
10019
10020         * sync with 0.7.8cvs14
10021                 see  ChangeLog 2002-07-04
10022
10023 2002-07-03 [alfons]     0.7.8claws46
10024
10025         * src/folder.c
10026                 dupe folder item's path because it's being reallocated
10027                 by new folder scanning code
10028
10029 2002-07-03 [christoph]  0.7.8claws45
10030
10031         * src/imap.c
10032                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10033         * src/msgcache.c
10034                 add missing return in msgcache_write
10035
10036 2002-07-02 [thorsten]   0.7.8claws44
10037
10038         * src/jpilot.c
10039         * src/msgcache.c
10040         * src/rfc2015.c
10041                 use binary mode for file access
10042
10043 2002-07-02 [christoph]  0.7.8claws43
10044
10045         * major code cleanup (part 1)
10046         
10047                 - unused variables removed
10048                 - unused functions removed
10049                 - uninitialized variables checked
10050                 - missing return statements added
10051                 - missing function return types added
10052                 - added parentheses around assignment and
10053                   && in || when suggested by gcc
10054               
10055         * src/mh.c
10056         * src/folder.c
10057                 replaced direct calls to folder->scan_tree
10058                 with folder_scan_tree and restore folder
10059                 prefs in this function. The folder should
10060                 not have to deal with them.
10061                 ( Should now work for all folder types )
10062
10063 2002-07-02 [paul]       0.7.8claws42
10064
10065         * sync with 0.7.8cvs13
10066                 see ChangeLog 2002-07-01 and 2002-07-02
10067
10068 2002-07-01 [christoph]  0.7.8claws41
10069
10070         * src/summaryview.c
10071                 fix "goto next/prev unread message" with
10072                 ignored threads
10073
10074 2002-07-01 [paul]       0.7.8claws40
10075
10076         * po/es.po
10077                 updated by Ricardo Mones Lastra
10078
10079 2002-06-30 [match]      0.7.8claws39
10080
10081         * src/jpilot.c
10082                 applied variation of leonerd's patch (566661) to
10083                 allow multiple email addresses per JPilot entry.
10084                 addresses may be separated by space, comma, pipe,
10085                 semi-colon, new-line.
10086
10087 2002-06-30 [alfons]     0.7.8claws38
10088
10089         * src/procmsg.c
10090                 simple fix for putting older nodes before
10091                 newer nodes when threading by subject
10092
10093 2002-06-30 [christoph]  0.7.8claws37
10094
10095         * src/folder.c
10096         * src/folderview.c
10097         * src/mh.c
10098         * src/news.c
10099         * src/procmsg.c
10100                 fix broken folder tree rescaning
10101                 and don't use procmsg_get_mark_sum
10102                 anymore
10103
10104 2002-06-30 [christoph]  0.7.8claws36
10105
10106         * merge new cache branch
10107         * src/imap.c
10108                 fix new cache imap copy bug
10109         * src/folder.c
10110                 improved folder_item_scan
10111                 it should now always set the correct
10112                 new, unread and total message counts
10113
10114 2002-06-29 [paul]       0.7.8claws35
10115
10116         * configure.in
10117                 correct syntax error
10118
10119 2002-06-29 [paul]       0.7.8claws34
10120
10121         * configure.in
10122           Makefile.am
10123           man/Makefile.am       ** NEW FILE **
10124           man/sylpheed.1.gz     ** NEW FILE **
10125                 add Sylpheed man page
10126
10127 2002-06-29 [paul]       0.7.8claws33
10128
10129         * po/pt_BR.po
10130                 updated by Fabio Junior Beneditto
10131
10132 2002-06-28 [jens]       0.7.8claws32
10133
10134         * po/de.po
10135                 translation updated
10136
10137         * src/selective_download.c
10138                 removed gettext for space " "
10139
10140         * src/imap.c
10141                 removed wrong space
10142
10143 2002-06-28 [paul]       0.7.8claws31
10144
10145         * sync with 0.7.8cvs11
10146                 see ChangeLog 2002-06-28
10147
10148 2002-06-28 [paul]       0.7.8claws30
10149
10150         * sync with 0.7.8cvs10
10151                 see ChangeLog 2002-06-27 and 2002-06-28
10152
10153 2002-06-26 [paul]       0.7.8claws29
10154
10155         * src/addrgather.c
10156           src/selective_download.c
10157                 don't gettextise empty strings.
10158                 reserved by gettext. gettext("") returns 
10159                 the header entry with meta information, 
10160                 not the empty string
10161
10162         * po/en_GB.po
10163                 updated
10164
10165 2002-06-26 [paul]       0.7.8claws28
10166
10167         * sync with 0.7.8cvs7
10168                 see ChangeLog 2002-06-25
10169
10170         * src/prefs_common.c
10171                 ...and in the process, tweak the gui a little
10172
10173 2002-06-25 [alfons]     0.7.8claws27
10174         
10175         * configure.in
10176         * src/Makefile.am
10177                 fine tune ldap library detection
10178
10179 2002-06-25 [alfons]     0.7.8claws26
10180
10181         * src/compose.c
10182                 don't allow return receipts when composing a news article
10183
10184 2002-06-25 [paul]       0.7.8claws25
10185
10186         * Makefile.am
10187                 add '$(AMTAR)' to 'release' section to allow for
10188                 new and older autotools
10189
10190 2002-06-25 [paul]       0.7.8claws24
10191
10192         * src/summaryview.c
10193                 fix "No more unread messages" persistant pop-up
10194                 window bug
10195
10196 2002-06-25 [paul]       0.7.8claws23
10197
10198         * po/it.po
10199                 updated by Alessandro Maestri
10200
10201 2002-06-25 [paul]       0.7.8claws22
10202
10203         * sync with 0.7.8cvs6
10204                 see ChangeLog 2002-06-25
10205
10206 2002-06-24 [paul]       0.7.8claws21
10207
10208         * tools/update-po
10209                 add GPL copyright information
10210
10211 2002-06-24 [paul]       0.7.8claws20
10212
10213         * tools/Makefile.am
10214           tools/README
10215           tools/update-po       ** NEW FILE **
10216                 add script that eases the creation of *.po files
10217                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10218
10219 2002-06-23 [alfons]     0.7.8claws19
10220
10221         * src/messageview.c
10222                 make notification_convert_header obey const correctness
10223                 (next step will be fixing the broken return receipt)
10224
10225 2002-06-23 [paul]       0.7.8claws18
10226
10227         * src/messageview.c
10228                 fix bug introduced in last commit:
10229                 removed too much code in last commit - put back what's
10230                 needed
10231
10232 2002-06-23 [paul]       0.7.8claws17
10233
10234         * src/messageview.[ch]
10235                 remove code committed in error from locally patched
10236                 source
10237
10238 2002-06-23 [colin]      0.7.8claws16
10239
10240         * src/compose.[ch]
10241                 add compose_entry_select(), used to select the default_to
10242                 email address - hopefully avoiding people sending mails to
10243                 wrong recipients.
10244
10245 2002-06-22 [alfons]     0.7.8claws15
10246
10247         * AUTHORS
10248                 add Bram Metsch & Stanislav Karchebny
10249         * src/smtp.[ch]
10250         * src/prefs_account.[ch]
10251         * src/send.c
10252                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10253                   options.  (see <http://sourceforge.net/tracker/index.php
10254                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10255
10256                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10257                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10258
10259 2002-06-22 [paul]       0.7.8claws14
10260
10261         * sync with 0.7.8cvs5
10262                 see ChangeLog 2002-06-19 and 2002-06-20
10263
10264 2002-06-22 [alfons]     0.7.8claws13
10265
10266         * src/selective_download.c
10267                 fix a stupid mistake I made
10268
10269 2002-06-22 [alfons]     0.7.8claws12
10270
10271         * src/selective_download.[ch]
10272                 fix another unnoticed leak; cleanup code
10273
10274 2002-06-21 [alfons]
10275
10276         * tools/Makefile.am
10277                 gpg-sign <-- gpg-sign-syl
10278
10279 2002-06-21 [alfons]     0.7.8claws11
10280
10281         * src/selective_download.c
10282         * src/selective_download.h
10283                 fix assorted mix of allocation errors (should solve
10284                 problem reported by Philippe Gramoullé, see:
10285                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10286
10287 2002-06-20 [melvin]     0.7.8claws10
10288
10289         * tools/gpg-sign *REMOVED*
10290           tools/gpg-sign-syl *ADDED*
10291                 Replaced the gpg clearsigning script with the version using
10292                 xterm instead of ssh-askpass and changed its name.
10293
10294         * README.claws
10295                 Updated actions example to reflect the renaming of the
10296                 gpg clearsigning script.
10297
10298 2002-06-19 [paul]       0.7.8claws9
10299
10300         * sync with 0.7.8claws9
10301                 see ChangeLog 2002-06-18 and 2002-06-19
10302
10303 2002-06-19 [paul]       0.7.8claws8
10304
10305         * sync with 0.7.8cvs1
10306                 see ChangeLog 2002-06-18
10307
10308 2002-06-18 [alfons]     0.7.8claws7
10309
10310         * src/mainwindow.h
10311                 add omitted prototype
10312
10313 2002-06-17 [paul]       0.7.8claws6
10314
10315         * src/mainwindow.c
10316                 fix hiding of exec_btn
10317
10318 2002-06-17 [paul]       0.7.8claws5
10319
10320         * src/pop.c
10321                 remove unneeded code: should_delete() 
10322                 and Pop3State::uidl_todelete_list
10323
10324 2002-06-17 [paul]       0.7.8claws4
10325
10326         * sync with 0.7.8
10327                 see ChangeLog 2002-06-11 and 2002-06-13
10328
10329 2002-06-16 [alfons]     0.7.8claws3
10330         
10331         * src/folder.c
10332                 make sure lock sort mode (claws specific) is
10333                 also persists after a tree rescan
10334
10335 2002-06-16 [alfons]     0.7.8claws2
10336
10337         * src/prefs_folder_item.c
10338         * src/folder.[ch]
10339                 fix persistence of folder sort mode (broken
10340                 by adapting Hiro's new folder persistence code)
10341
10342 2002-06-16 [alfons]     0.7.8claws1
10343
10344         * AUTHORS
10345         * src/logwindow.c
10346         * src/prefscommon.[ch]
10347                 control size of log text in log window; 
10348                 closes patch #569155 submitted by Mitko Haralanov.
10349
10350 2002-06-15 [paul]       0.7.8claws
10351
10352         * release of 0.7.8claws
10353
10354 2002-06-15 [paul]       0.7.7claws
10355
10356         * po/pt_BR.po
10357                 updated by Fabio Junior Beneditto
10358
10359 2002-06-14 [paul]       0.7.6claws49
10360
10361         * po/es.po
10362                 updated by Ricardo Mones Lastra
10363
10364 2002-06-14 [paul]       0.7.6claws48
10365
10366         * po/nl.po
10367                 updated translation by Wilbert Berendsen
10368
10369 2002-06-14 [melvin]     0.7.6claws47
10370
10371         * po/fr.po
10372                 Updated French translation
10373
10374 2002-06-13 [paul]       0.7.6claws46
10375
10376         * src/filesel.c
10377                 allow filename to be typed in, rather than just
10378                 selected by the mouse. Patch by Gustavo Noronha Silva.
10379
10380 2002-06-13 [alfons]     0.7.6claws45
10381
10382         * src/mainwindow.[ch]
10383                 more cleanups (removing unnecessary menu items Expand 
10384                 summary / message view)
10385
10386 2002-06-13 [melvin]     0.7.6claws44
10387
10388         * po/POTFILES.in
10389                 Added src/string_match.c
10390         * src/string_match.c
10391                 Fixed possible buffer overflow.
10392                 Corrected typo.
10393                 Added missing config.h header.
10394         * src/prefs_common.c
10395           src/prefs_matcher.c
10396           src/prefs_scoring.c
10397                 Made some strings translatable (missing _(..)).
10398
10399 2002-06-13 [melvin]     0.7.6claws43
10400
10401         * README.claws
10402                 Corrected action example (verifying clearsigned mail).
10403         * src/prefs_account.c
10404                 Corrected typo.
10405         * src/prefs_common.c
10406                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10407
10408 2002-06-12 [alfons]     0.7.6claws42
10409
10410         * src/summaryview.c
10411                 add init of score column lost in 0.7.6claws42
10412
10413 2002-06-12 [paul]       0.7.6claws41
10414
10415         * src/prefs_account.c
10416                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10417                 behavior of the radio buttons, (from 0.7.7cvs2)
10418
10419 2002-06-11 [alfons]     0.7.6claws40
10420
10421         * src/messageview.[ch]
10422         * src/summaryview.[ch]
10423         * src/summary_search.c
10424         * src/mainwindow.c
10425                 perform a sync to bring in Hiro's separate view implementation 
10426
10427                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10428
10429 2002-06-11 [paul]       0.7.6claws39
10430         
10431         * src/prefs_account.c
10432                 correct a typo on the Receive tab
10433
10434 2002-06-10 [match]      0.7.6claws38
10435
10436         * src/addressbook.c
10437                 Included address completion patch from Gustavo Noronha.
10438
10439 2002-06-10 [paul]       0.7.6claws37
10440
10441         * src/inc.[ch]
10442           src/pop.c
10443           src/prefs_account.[ch]
10444           src/selective_download.[ch]
10445                 apply PATCH #561712
10446                  NEW:
10447                 - check if POP Account
10448                 - Receive Button renamed to Preview
10449                 - Preview Button Popup: preview new/all messages
10450                 - Download Button
10451                 - Account Preferences-->Receive tab checkbutton if you
10452                   want to remove Mail after Download
10453                 -: default YES
10454                 - Account Preferences-->Receive tab checkbutton use
10455                   filtering rules on preview
10456                   (think of delete_on_server)
10457                 -: default YES
10458                 - Account selectable from SD dialog
10459                 - checkbutton to show already downloaded messages if
10460                   all messages are previewed
10461                 - new clist column showing Date
10462                 - ESC KEY close
10463                 FIXES:
10464                 - play ball with UIDL
10465                 - fault tolerant (?) 
10466                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10467
10468 2002-06-10 [melvin]     0.7.6claws36
10469
10470         * README.claws
10471                 Added a hint to ac/README in cvs instructions.
10472
10473         * src/prefs_actions.c
10474                 Made it possible to use a more elaborate command line
10475                 for asynchronous actions, too.
10476
10477 2002-06-10 [melvin]     0.7.6claws35
10478         
10479         * src/prefs_actions.c
10480                 Make it possible to use a more elaborate command line
10481                 (e.g. |foo|bar|cat>there;echo Done|)
10482                 Corrected error message when calling %f, %F and %p commands
10483                 from the compose window.
10484
10485 2002-06-09 [colin]      0.7.6claws34
10486
10487         * src/summaryview.c
10488                 Automatically find unread messages in current folder
10489                 before annoying the user.
10490
10491 2002-06-08 [alfons]     0.7.6claws33
10492
10493         * po/it.po
10494                 remove bad formatting string in it.po translation
10495                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10496
10497 2002-06-08 [paul]       0.7.6claws32
10498
10499         * sync with 0.7.6cvs25
10500                 see ChangeLog 2002-06-07
10501
10502 2002-06-05 [paul]       0.7.6claws31
10503
10504         * src/mainwindow.c
10505                 add 'Sort by locked' and 'Sort by score'
10506
10507 2002-06-05 [paul]       0.7.6claws30
10508
10509         * sync with 0.7.6cvs24
10510                 see ChangeLog 2002-06-04
10511
10512 2002-06-04 [paul]       0.7.6claws29
10513
10514         * po/pt_BR.po
10515                 updated by Fabio Junior Beneditto
10516
10517 2002-06-03 [thorsten]   0.7.6claws28
10518
10519         * src/matcher.c
10520                 fclose() matcherrc after reading
10521
10522 2002-06-03 [paul]       0.7.6claws27
10523
10524         * sync with 0.7.6cvs21
10525                 see ChangeLog 2002-05-31
10526
10527 2002-05-31 [paul]       0.7.6claws26
10528
10529         * sync with 0.7.6cvs20
10530                 see ChangeLog 2002-05-29 and 2002-05-30
10531
10532 2002-05-31 [paul]       0.7.6claws25
10533
10534         * src/imap.c
10535                 hopefully fix last buggy sync
10536
10537         * README.claws
10538                 correct typo in 'Actions' examples
10539
10540 2002-05-29 [paul]       0.7.6claws24
10541
10542         * sync with 0.7.6cvs18
10543                 see ChangeLog 2002-05-28 and 2002-05-29
10544
10545         * src/news.c
10546           src/nntp.[ch]
10547                 sync with above 
10548
10549 2002-05-28 [paul]       0.7.6claws23
10550
10551         * sync with 0.7.6cvs16
10552                 see ChangeLog 2002-05-28
10553
10554 2002-05-27 [thorsten]   0.7.6claws22 
10555
10556         * faq/it/sylpheed-faq-1.html
10557           faq/it/sylpheed-faq-2.html
10558           faq/it/sylpheed-faq-3.html
10559           faq/it/sylpheed-faq.html
10560                 corrected DOS lineendings
10561         * faq/de/sylpheed-faq-1.html
10562           faq/de/sylpheed-faq-2.html
10563           faq/en/sylpheed-faq-1.html
10564           faq/en/sylpheed-faq-2.html
10565           faq/en/sylpheed-faq-3.html
10566           faq/es/sylpheed-faq-1.html
10567           faq/es/sylpheed-faq-2.html
10568           faq/es/sylpheed-faq-3.html
10569           faq/fr/sylpheed-faq-1.html
10570           faq/it/sylpheed-faq-1.html
10571           faq/it/sylpheed-faq-2.html
10572           faq/it/sylpheed-faq-3.html
10573           faq/it/sylpheed-faq.html
10574                 changed ">" to &quot;
10575
10576 2002-05-27 [paul]       0.7.6claws21
10577         
10578         * sync with 0.7.6cvs15
10579                 see ChangeLog 2002-05-27
10580
10581 2002-05-27 [paul]       0.7.6claws20
10582
10583         * src/prefs_account.c
10584                 correct a typo
10585
10586 2002-05-26 [paul]       0.7.6claws19
10587
10588         * tools/README
10589                 correct a typo
10590
10591 2002-05-25 [paul]       0.7.6claws18
10592
10593         * tools/README
10594                 add description of kmail2sylpheed.pl
10595
10596 2002-05-25 [paul]       0.7.6claws17
10597
10598         * tools/kmail2sylpheed.pl       ** NEW FILE **
10599                 perl script that converts an exported Kmail address
10600                 book, converts it to sylpheed addressbook file,
10601                 writes the file to .sylpheed, and updates
10602                 addrbook--index.xml 
10603
10604 2002-05-25 [paul]       0.7.6claws16
10605
10606         * sync with 0.7.6cvs14
10607                 see ChangeLog 2002-05-23
10608
10609 2002-05-24 [paul]       0.7.6claws15
10610
10611         * README.claws
10612                 make a correction and add some more info
10613
10614 2002-05-24 [paul]       0.7.6claws14
10615
10616         * src/compose.c
10617                 fix memory leak in 
10618                 compose_redirect_write_headers_from_headerlist()
10619                 add Subject and Resent-Message-ID to
10620                 compose_redirect_write_headers()
10621                 Received, Subject, and X-UIDL are filtered out in 
10622                 compose_redirect_write_to_file()
10623
10624 2002-05-23 [paul]       0.7.6claws13
10625
10626         * src/compose.[ch]
10627           src/filtering.c
10628           src/mainwindow.c
10629           src/matcher.[ch]
10630           src/matcher_parser_lex.l
10631           src/matcher_parser_parse.y
10632           src/prefs_common.[ch]
10633           src/prefs_filtering.c
10634           src/summaryview.c
10635                 rename 'Bounce' to 'Redirect'
10636
10637 2002-05-23 [paul]       0.7.6claws12
10638
10639         * more sync with 0.7.6cvs13
10640           src/compose.c
10641                 see ChangeLog 2002-05-22
10642
10643 2002-05-22 [paul]       0.7.6claws11
10644
10645         * sync with 0.7.6cvs13
10646           src/codeconv.c
10647                 see ChangeLog 2002-05-20
10648           src/prefs_common.c
10649                 see ChangeLog 2002-05-22
10650
10651 2002-05-21 [melvin]     0.7.6claws10
10652
10653         * src/folderview.c
10654                 Added missing filtering and scoring headers
10655                 Fixed bad function call that showed garbage 
10656                 in Folder->Processing
10657
10658 2002-05-21 [paul]       0.7.6claws9
10659
10660         * tools/Makefile.am
10661                 make all tools executable, (patch by Alfons).
10662
10663 2002-05-20 [alfons]     0.7.6claws8
10664
10665         * src/procheader.c
10666                 don't forget to call mktime() so we have a valid week 
10667                 and year day
10668                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10669
10670 2002-05-20 [paul]       0.7.6claws7
10671
10672         * src/html.c
10673                 fix broken parsing of urls
10674         * src/textview.c
10675                 fix displaying of urls
10676
10677                 both fixes from the patch [547855] by Eugene 
10678                 Brevdo (zonem)
10679
10680 2002-05-19 [alfons]     0.7.6claws6
10681
10682         * configure.in
10683                 make sylpheed configure correctly with the latest
10684                 and greatest of automake / autoconf / gettext
10685
10686 2002-05-19 [alfons]     0.7.6claws5
10687
10688         * src/procheader.c
10689         * src/procheader.h
10690                 add function for returning ime zone offset
10691         * src/quote_fmt.c
10692         * src/quote_fmt_parse.y
10693                 better quotation formatting - does not convert
10694                 to local time, but uses the original date string.
10695                 
10696                 Note: %z inserts the timezone offset (should 
10697                 work also on platforms where strftime does not
10698                 support %z).
10699
10700 2002-05-18 [christoph]  0.7.6claws4
10701
10702         * src/summaryview.c
10703                 fix indentation of some code
10704         * tools/Makefile.am
10705                 fix spaces after \
10706         * src/Makefile.am
10707                 add missing \
10708                 correct path for ignorethread.xpm
10709                 incorrect filename for sylpheed_logo.xpm
10710                 add missing include matcher_parser_parse.h
10711
10712 2002-05-18 [paul]       0.7.6claws3
10713
10714         * sync with 0.7.6cvs8
10715                 see ChangeLog 2002-05-16 and 2002-05-17
10716
10717 2002-05-18 [melvin]     0.7.6claws2
10718
10719         * README.claws
10720                 Corrected an action's definition and fixed some misspellings.
10721
10722 2002-05-18 [paul]       0.7.6claws1
10723
10724         * tools/Makefile.am
10725           tools/gpg-sign        ** new file **
10726           tools/uudec           ** new file **
10727                 add Melvin's Actions scripts
10728
10729         * README.claws
10730                 add Melvin's descriptions for Actions
10731
10732 2002-05-18 [paul]       0.7.6claws
10733
10734         * Version 0.7.6claws released
10735
10736 2002-05-17 [paul]       0.7.5claws32
10737
10738         * po/es.po
10739                 updated by Ricardo Mones Lastra
10740
10741 2002-05-17 [paul]       0.7.5claws31
10742
10743         * src/compose.c
10744                 fix Account prefs default folder for sent/draft/deleted
10745                 messages bug
10746
10747         * po/it.po
10748           po/nl.po
10749                 updated translation by Alessandro Maestri and
10750                 Wilbert Berendsen
10751
10752 2002-05-17 [melvin]     0.7.5claws30
10753
10754         * src/prefs_actions.c
10755                 Fixed bug where using %F not at the end of the command 
10756                 resulted in an additional empty argument being created.
10757                 Thanks to Darko Koruga for reporting the bug.
10758
10759 2002-05-17 [melvin]     0.7.5claws29
10760
10761         * po/fr.po
10762                 Updated French translations.
10763
10764 2002-05-15 [paul]       0.7.5claws28
10765         
10766         * po/es.po
10767                 updated by Ricardo Mones Lastra
10768
10769 2002-05-15 [paul]       0.7.5claws27
10770
10771         * sync with 0.7.6cvs4
10772                 see ChangeLog 2002-05-14 and 2002-05-15
10773
10774 2002-05-14 [paul]       0.7.5claws26
10775
10776         * sync with 0.7.6cvs1
10777                 see ChangeLog 2002-05-13
10778
10779 2002-05-13 [thorsten]   0.7.5claws25
10780
10781         * src/messageview.c
10782                 fix select_all and copy in multipart messages
10783         * src/mainwindow.c
10784                 fix select_all and copy in multipart messages
10785
10786 2002-05-12 [paul]       0.7.5claws24
10787
10788         * src/summaryview.c
10789                 reverse last commit, bug already fixed in 0.7.5claws3
10790
10791 2002-05-12 [netztorte]  0.7.5claws23
10792
10793         * src/summaryview.c
10794                 dont parse empty addressbook (checked in before claws20)
10795
10796 2002-05-12 [melvin]     0.7.5claws22
10797
10798         * src/procmsg.[ch]
10799                 Removed unneeded priority code introduced by the previous 
10800                 commit.
10801
10802 2002-05-12 [melvin]     0.7.5claws21
10803
10804         * src/compose.[ch]
10805                 Added possibility to set message's priority.
10806         * src/procmsg.[ch]
10807                 Added possibility to set message's priority.
10808                 Added missing headers
10809
10810 2002-05-12 [melvin]     0.7.5claws20
10811
10812         * src/prefs_actions.c
10813                 Removed implicitely added quotes around the name
10814                 of the temporary files of mime parts.
10815
10816 2002-05-12 [paul]       0.7.5claws19
10817
10818         * sync with 0.7.5cvs20
10819                 see ChangeLog 2002-05-11
10820
10821 2002-05-12 [alfons]     0.7.5claws18
10822
10823         * src/quote_fmt_lex.l
10824         * src/quote_fmt_parse.y
10825                 allow quote / reply date & time format to be set using
10826                 %D{format}. format is a format string you'd pass to
10827                 strftime() (see man strftime, or the Display tab |
10828                 Date format setting).
10829
10830                 Currently %D converts the date to local time. 
10831
10832 2002-05-11 [paul]       0.7.5claws17
10833
10834         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10835                 see ChangeLog 2002-05-10 and 2002-05-11
10836
10837 2002-05-10 [paul]       0.7.5claws16
10838
10839         * sync with 0.7.5cvs16
10840                 see ChangeLog entries 2002-05-09 and 
10841                 2002-05-10
10842
10843 2002-05-10 [colin]      0.7.5claws15
10844
10845         * src/textview.c
10846                 Corrected a bug that prevented sylpheed to open
10847                 double-clicked URIs.
10848
10849 2002-05-09 [paul]       0.7.5claws14
10850
10851         * sync with 0.7.5cvs14
10852                 see ChangeLog 2002-05-08 and 2002-05-09
10853
10854 2002-05-08 [paul]       0.7.5claws13
10855
10856         * sync with 0.7.5cvs11
10857                 see ChangeLog entry 2002-05-08
10858
10859 2002-05-08 [paul]       0.7.5claws12
10860
10861         * src/mainwindow.c
10862           src/textview.[ch]
10863                 fix segfault on View->Open in new window
10864                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10865
10866 2002-05-07 [paul]       0.7.5claws11
10867
10868         * sync with 0.7.5cvs9
10869                 see ChangeLog entry 2002-05-07
10870
10871 2002-05-06 [paul]       0.7.5claws10
10872
10873         * src/messageview.c
10874           src/textview.c
10875                 display url in statusbar on single-click
10876                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10877
10878 2002-05-06 [match]      0.7.5claws9
10879
10880         * src/addritem.[ch]
10881                 new functions.
10882         * src/addrcache.c
10883                 tidy up.
10884         * src/xmlprops.[ch]
10885                 XML implementation of properties file.
10886         * src/exporthtml.[ch]
10887         * src/expthtmldlg.[ch]
10888         * src/addressbook.c
10889                 export to HTML.
10890
10891 2002-05-02 [sergey]     0.7.5claws8
10892
10893         * src/mainwindow.c (mainwin_entries),
10894           src/prefs_common.c (prefs_send_create()),
10895           src/codeconv.c (locale_table):
10896                 use charset name "Windows-1251" instead of "CP1251".
10897
10898 2002-05-02 [colin]      0.7.5claws7
10899         
10900         * src/compose.c
10901           src/prefs_common.c
10902           src/prefs_folder_item.c
10903                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10904
10905 2002-05-02 [hiro]       0.7.5claws6
10906
10907         * src/imap.c
10908                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10909
10910 2002-05-02 [paul]       0.7.5claws5
10911
10912         * src/compose.c
10913                 more sync with 0.7.5cvs7, see ChangeLog entry
10914                 2002-05-02
10915
10916 2002-05-02 [hiro]       0.7.5claws4
10917
10918         * src/compose.c
10919                 compose_queue_sub():
10920                 check if queue folder exists (closes #550397).
10921                 removed directory creation since it should be handled
10922                 transparently.
10923         * src/imap.c
10924                 imap_add_msg(): return UID for appended message
10925                 (closes #548842).
10926
10927 2002-04-30 [paul]       0.7.5claws3
10928
10929         * src/summaryview.c
10930                 fix account_find_from_address() bug
10931
10932 2002-04-28 [colin]      0.7.5claws2
10933
10934         * src/compose.c
10935           src/textview.c
10936           src/prefs_common.[ch]
10937           src/utils.[ch]
10938                 Added user-definable quotation characters recognition.
10939
10940 2002-04-28 [paul]       0.7.5claws1
10941
10942         * sync with 0.7.5cvs4
10943                 see ChangeLog entry  2002-04-25
10944
10945 2002-04-28 [paul]       0.7.5claws
10946
10947         * po/es.po
10948           po/nl.po
10949           po/pt_BR.po
10950                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10951                 Fabio Junior Beneditto
10952
10953 2002-04-27 [jens]       0.7.4claws103
10954
10955         * po/de.po
10956                 updated German translation.
10957
10958 2002-04-27 [hiro]       0.7.4claws102
10959
10960         * src/summaryview.c
10961                 summary_write_cache(): fixed the mark loss of hidden messages.
10962
10963 2002-04-26 [melvin]     0.7.4claws101
10964
10965         * src/procmsg.c
10966                 fixed a second typo (same one)
10967         * po/fr.po
10968           po/it.po
10969           po/pt_BR.po
10970                 fixed the type again...
10971
10972 2002-04-26 [melvin]     0.7.4claws100
10973
10974         * src/procmsg.c
10975                 fixed a typo in an alert message ("temorary").
10976         * po/it.po
10977         * po/pt_BR.po
10978                 corrected the typo  described above.
10979         * po/fr.po
10980                 updated French translation.
10981
10982 2002-04-26 [darko]      0.7.4claws99
10983
10984         * src/summaryview.c
10985                 fix target folder colorization
10986
10987 2002-04-25 [paul]       0.7.4claws98
10988
10989         * po/it.po
10990                 updated by Alessandro Maestri
10991
10992 2002-04-24 [colin]      0.7.4claws97
10993         
10994         * src/compose.c
10995                 Fixed double "subject is empty" question.
10996
10997 2002-04-23 [colin]      0.7.4claws96
10998         
10999         * src/mimeview.c
11000                 Corrected issue when "automatically display images" was
11001                 not set : first image remained after selecting second.
11002
11003 2002-04-23 [melvin]     0.7.4claws95
11004
11005         * src/prefs_actions.c
11006                 Don't display in/out dialog if there is nothing to show.
11007
11008 2002-04-23 [paul]       0.7.4claws94
11009
11010         * sync with 0.7.5cvs3
11011                 bug fixes: see ChangeLog entry 2002-04-23
11012
11013 2002-04-22 [darko]      0.7.4claws93
11014
11015         * src/compose.c
11016                 fix previous check-in which changed code after
11017                 merge from main
11018
11019 2002-04-22 [paul]       0.7.4claws92
11020
11021         * faq/de/*
11022                 add German FAQ
11023         * faq/en/*
11024           faq/es/*
11025           faq/fr/*
11026                 update English, Spanish and French FAQs
11027         * manual/de/*
11028           manual/es/*
11029                 add German and Spanish manuals
11030         * manual/en/*
11031           manual/fr/*
11032                 update English and French manuals
11033
11034         * src/Makefile.am
11035                 add to and re-arrange the pixmap entries
11036
11037 2002-04-22 [darko]      0.7.4claws91
11038
11039         * src/compose.c
11040                 fix sender initials recognition to only allow
11041                 '>' after the initials
11042
11043 2002-04-21 [paul]       0.7.4claws90
11044
11045         * sync with 0.7.5 release
11046                 see ChangeLog entry 2002-04-21
11047
11048 2002-04-21 [alfons]
11049
11050         * src/Makefile.am
11051                 add colin's new pixmaps to EXTRA_DIST
11052
11053 2002-04-21 [colin]      0.7.4claws89
11054         * src/compose.c
11055         * src/inc.c
11056         * src/mainwindow.[ch]
11057         * src/prefs_common.[ch]
11058         * src/stock_pixmap.[ch]
11059                 Added "Work offline" ability.
11060
11061 2002-04-21 [colin]      0.7.4claws88
11062         
11063         * src/mimeview.c
11064         * src/prefs_common.c
11065         * src/prefs_common.h
11066         * src/textview.c : Added an option to common preferences -> display
11067           to allow user not to automatically display images.
11068
11069 2002-04-21 [paul]       0.7.4claws87
11070
11071         * sync with 0.7.4cvs52
11072                 see ChangeLog entry 2002-04-21 (src/imap.c)
11073
11074 2002-04-21 [paul]       0.7.4claws86
11075
11076         * sync with 0.7.4cvs51
11077                 see ChangeLog entry 2002-04-21
11078
11079 2002-04-21 [paul]       0.7.4claws85
11080
11081         * sync with 0.7.4cvs49
11082                 see ChangeLog entries 2002-04-20 and 2002-04-21
11083
11084         * src/Makefile.am
11085                 clean up: remove old 'stock_' element from xpm 
11086                 filenames.
11087
11088 2002-04-21 [alfons]     0.7.4claws84
11089
11090         apply sync patch from Paul
11091
11092         * src/folderview.c
11093                 use old claws prefs_folder_item_create() for now
11094
11095 2002-04-19 [match]      0.7.4claws83
11096
11097         * src/addressbook.[ch]
11098         * src/addrharvest.[ch]
11099         * src/addrgather.[ch]
11100                 recurse folders.
11101         * src/mainwindow.c
11102         * src/summaryview.[ch]
11103                 change menu option.
11104
11105 2002-04-19 [paul]       0.7.4claws82
11106
11107         * po/pt_BR.po
11108                 updated by Fabio Junior Beneditto
11109
11110 2002-04-14 [alfons]     0.7.4claws81
11111
11112         * src/passphrase.c
11113                 add #include <sys/types.h> for mode_t and off_t 
11114
11115 2002-04-13 [paul]       0.7.4claws80
11116         
11117         * src/main.c
11118           src/passphrase.[ch]
11119           src/pgptext.c
11120           src/prefs_common.[ch]
11121           src/rfc2015.c
11122                 enable storing of GnuPG passphrase for the whole 
11123                 session or a user-defined number of minutes. patch 
11124                 submitted by Ravemax <ravemax@dextrose.com>
11125
11126 2002-04-13 [alfons]     0.7.4claws79
11127
11128         * src/textview.c
11129                 make email parser also stop scanning when encountering separators
11130                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11131
11132 2002-04-13 [paul]       0.7.4claws78
11133
11134         * sync with 0.7.4cvs39
11135                 see ChangeLog entry 2002-04-12
11136
11137 2002-04-11 [paul]       0.7.4claws77
11138
11139         * sync with 0.7.4cvs37
11140                 see ChangeLog entry 2002-04-11
11141
11142 2002-04-11 [paul]       0.7.4claws76
11143
11144         * COPYING 
11145                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11146                 the clause for OpenSSL). sync with sylpheed main
11147
11148 2002-04-09 [melvin]     0.7.4claws75
11149
11150         * src/compose.c
11151                 Made 'Ctrl-Enter' on send ignore some modifiers 
11152                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11153                 to bind other *-Enter (but not Alt-Enter).
11154
11155 2002-04-09 [paul]       0.7.4claws74
11156
11157         * sync with 0.7.4cvs35
11158                 see ChangeLog entries 2002-04-09
11159
11160 2002-04-08 [paul]       0.7.4claws73
11161
11162         * sync with 0.7.4cvs33
11163                 see ChangeLog entry 200-04-08
11164
11165 2002-04-07 [match]      0.7.4claws72
11166
11167         * src/addrharvest.[ch]
11168                 fixed to read all addresses in header, regardless
11169                 of header size. improved name parsing. accommodate
11170                 harvest from folders and selected message.
11171         * src/addritem.[ch]
11172                 included new address parsing function.
11173         * src/addrgather.[ch]
11174         * src/addressbook.[ch]
11175         * src/summaryview.[ch]
11176         * src/mainwindow.c
11177                 allow address harvest of folder as well as selected
11178                 messages.
11179
11180 2002-04-07 [paul]       0.7.4claws71
11181
11182         * src/esmtp.[ch]
11183           src/smtp.c
11184                 don't try to authenticate with CRAM-MD5 in SMTP when 
11185                 SMTP-AUTH enabled if MTA doesn't issue this 
11186                 auth-method in it's ehlo-response. bug item #531364,
11187                 patch item #938910. patch submitted by Colin Leroy 
11188                 <colin@colino.net>
11189
11190 2002-04-07 [paul]       0.7.4claws70
11191
11192         * src/nntp.c
11193                 fix missing MODE_READER bug. patch submitted by
11194                 Colin Leroy <colin@colino.net>
11195
11196 2002-04-07 [alfons]     0.7.4claws69
11197
11198         * src/matcher.[ch]
11199         * src/prefs_filtering.c
11200         * src/summaryview.c
11201                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11202                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11203
11204 2002-04-07 [paul]       0.7.4claws68
11205
11206         * sync with 0.7.4cvs32
11207                 see ChangeLog entry 2002-04-06
11208
11209         * tools/filter_conv.pl
11210                 more bug fixes
11211
11212 2002-04-06 [paul]       0.7.4claws67
11213
11214         * tools/filter_conv.pl
11215                 modify to be able to find the name of the first
11216                 mailbox and use that. main's filter does not
11217                 record the full path to the mailbox and therefore
11218                 can only filter to the first mailbox.
11219
11220 2002-04-05 [paul]       0.7.4claws66
11221
11222         * tools/filter_conv.pl
11223                 attempt to make the script all-encompassing and
11224                 be able to convert any main 'filter' rule thrown
11225                 at it
11226
11227 2002-04-05 [paul]       0.7.4claws65
11228
11229         * tools/filter_conv.pl
11230                 allow for collapsed folder trees
11231
11232 2002-04-05 [paul]       0.7.4claws64
11233
11234         * sync with 0.7.4cvs31
11235                 see ChangeLog entries 2002-04-05
11236
11237 2002-04-03 [paul]       0.7.4claws63
11238
11239         * sync with 0.7.4cvs29
11240                 see ChangeLog entries 2002-04-02 and 2002-04-03
11241
11242 2002-04-02 [paul]       0.7.4claws62
11243
11244         * sync with 0.7.4cvs26
11245                 see ChangeLog entry 2002-04-01
11246
11247 2002-04-02 [match]      0.7.4claws61
11248
11249         * src/pine.[ch]
11250         * src/importpine.[ch]
11251         * src/addressbook.c
11252                 import Pine address book.
11253
11254 2002-04-02 [match]      0.7.4claws60
11255
11256         * src/addrharvest.[ch]
11257                 improve address parsing of funky addresses.
11258
11259 2002-04-02 [darko]      0.7.4claws59
11260
11261         * src/compose.c
11262                 wrap on send improvements, it now recognizes quoted
11263                 initials as part of the quotation string, and it
11264                 does not join lines separated by CR
11265
11266 2002-04-01 [match]      0.7.4claws58
11267
11268         * src/mgutils.[ch]
11269                 added new functions.
11270         * src/mutt.[ch]
11271                 remove excessive duplicate address generation
11272                 on import.
11273
11274 2002-04-01 [alfons]     0.7.4claws57
11275         
11276         * src/summaryview.c
11277                 put back g_free() 
11278
11279 2002-04-01 [paul]       0.7.4claws56
11280
11281         * sync with 0.7.4cvs25
11282                 see ChangeLog entry 2002-04-01
11283
11284 2002-04-01 [alfons]     0.7.4aprilfool55
11285
11286         * src/summaryview.c
11287                 honour feature request item #537427 to allow for
11288                 displaying names from address book for sent mail also
11289
11290 2002-03-29 [paul]       0.7.4claws54
11291
11292         * src/mainwindow.c
11293           src/prefs_filtering.[ch]
11294           src/prefs_matcher.c
11295           src/summaryview.c
11296                 add 'fast filter' for claws' filtering,
11297                 /Tools/Create filter rule/... patch submitted
11298                 by Neill Miller <neillm@thecodefactory.org>
11299
11300 2002-03-29 [paul]       0.7.4claws53
11301
11302         * sync with 0.7.4cvs24
11303                 see ChangeLog entry 2002-03-29
11304
11305 2002-03-28 [paul]       0.7.4claws52
11306
11307         * sync with 0.7.4cvs23
11308                 see ChangeLog entry 2002-03-28
11309
11310 2002-03-27 [melvin]     0.7.4claws51
11311
11312         * src/prefs_actions.c
11313                 Added support to pass only one message part (as a
11314                 file) to the command using '%p'. No quotes are needed
11315                 because doubles quotes are automatically added.
11316                 Fixed bug where Sylpheed could block when waiting for
11317                 a child process to finish.
11318                 Changed the help menu to remove quotes around symbols to 
11319                 avoid misinterpretation (they must not be used).
11320
11321 2002-03-27 [melvin]     0.7.4claws50
11322
11323         * src/inc.c
11324                 Made the new mail notification command always 
11325                 execute asynchronously.
11326
11327 2002-03-27 [paul]       0.7.4claws49
11328
11329         * src/compose.c
11330                 fix bug introduced in last commit
11331
11332 2002-03-27 [paul]       0.7.4claws48
11333
11334         * sync with 0.7.4cvs21
11335                 see ChangeLog 2002-03-26 and 2002-03-27
11336
11337 2002-03-26 [hoa]        0.7.4claws47
11338
11339         * src/prefs_folder_item.c
11340                 really fixed the bug #516442 with folder rescan.
11341
11342 2002-03-26 [paul]       0.7.4claws46
11343
11344         * sync with 0.7.4cvs19
11345                 see ChangeLog entries 2002-03-25 and 2002-03-26
11346
11347 2002-03-25 [hoa]        0.7.4claws45
11348
11349         * src/matcher.c
11350         * src/mh.c
11351                 fix the bug #516442 with folder rescan.
11352
11353         * src/prefs_common.[ch]
11354         * src/compose.c
11355                 added an option to enable two different behaviours
11356                 for bounce.
11357
11358
11359 2002-03-25 [paul]       0.7.4claws44
11360
11361         * src/mainwindow.c
11362           src/selective_download.c
11363                 correct a few menuitem labels
11364
11365 2002-03-25 [christoph]  0.7.4claws43
11366
11367         * src/procmsg.c
11368                 fix non deleted tmp message in
11369                 procmsg_save_to_outbox
11370                 fix problems caused by sync with
11371                 main branch's procmsg_send_queue
11372
11373 2002-03-25 [paul]       0.7.4claws42
11374
11375         * src/quote_fmt.c
11376           src/quote_fmt_lex.l
11377           src/quote_fmt_parse.y
11378                 add Last name (%L) placeholder for quoting. 
11379                 patch submitted by Thorsten Thielen 
11380                 <thth@users.sourceforge.net>
11381
11382 2002-03-25 [paul]       0.7.4claws41
11383
11384         * src/utils.c
11385                 get full hostname. patch submitted by
11386                 Bob Woodside <rwoodside1@comcast.net>
11387
11388 2002-03-25 [paul]       0.7.4claws40
11389
11390         * src/account.c
11391           src/news.c
11392           src/nntp.[ch]
11393           src/prefs_account.[ch]
11394                 enable NNTP over SSL. patch submitted by
11395                 Pascal Jermini <pascal@infinity.hn.org>
11396
11397 2002-03-24 [paul]       0.7.4claws39
11398
11399         * src/prefs_common.c
11400                 make the arrangement of the Compose tab more
11401                 coherent
11402
11403         * src/mainwindow.c
11404                 fix some irregularities of style
11405
11406         * po/de.po
11407                 updated by Kilian Krause
11408
11409 2002-03-23 [paul]       0.7.4claws38
11410
11411         * po/pt_BR.po
11412                 updated by Fabio Junior Beneditto
11413
11414 2002-03-23 [paul]       0.7.4claws37
11415
11416         * src/mainwindow.c
11417                 move 'Gather addresses' to 'Tools' menu
11418                 make 'Selective download' sensitive
11419
11420 2002-03-23 [paul]       0.7.4claws36
11421
11422         * sync with 0.7.4cvs16
11423                 see ChangeLog entries 2002-03-23
11424
11425 2002-03-22 [christoph]  0.7.4claws35
11426
11427         * src/quote_fmt_parse.y
11428                 fix include program output
11429
11430 2002-03-22 [alfons]     0.7.4claws34
11431
11432         * src/pop.c
11433                 initialize GDate stack variable correctly (sorry!)
11434
11435 2002-03-22 [paul]       0.7.4claws33
11436
11437         * src/compose.c
11438           src/mainwindow.c
11439           src/prefs_actions.c
11440           src/prefs_common.c
11441                 rename 'Tool' to 'Tools'
11442
11443         * src/mainwindow.c
11444                 move 'Delete duplicated messages' from
11445                 'Message/' to 'Tools/'
11446                 re-arrange the order of 'Tools/' items
11447
11448 2002-03-22 [paul]       0.7.4claws32
11449
11450         * src/addr_compl.c
11451           src/addressbook.[ch]
11452                 auto-address completion now also matches on
11453                 Nickname. patch submitted by Bob Forsman 
11454                 <hammor@users.sourceforge.net>
11455
11456         * src/editaddress.c
11457                 correct a spelling mistake
11458
11459 2002-03-22 [alfons]     0.7.4claws31
11460
11461         * src/pop.c
11462                 fix getting uidl from incorrect string 
11463                 (spotted by Colin)
11464
11465 2002-03-21 [alfons]     0.7.4claws30
11466
11467         * src/pop.c
11468                 more code refactoring
11469                 plug mem leak introduced by delete on server
11470
11471 2002-03-21 [paul]       0.7.4claws29
11472
11473         * sync with 0.7.4cvs11
11474                 see ChangeLog entries 2002-03-20
11475
11476 2002-03-20 [alfons]     0.7.4claws28
11477
11478         * src/inc.c
11479                 apply Colin's patch and refactor
11480
11481 2002-03-20 [paul]       0.7.4claws27
11482
11483         * sync with sylpheed 0.7.4cvs9
11484                 see ChangeLog entry 2002-03-20
11485
11486 2002-03-19 [christoph]  0.7.4claws26
11487
11488         * src/mh.c
11489         * src/procmsg.[ch]
11490         * src/summaryview.c
11491                 revert changes for flag updates
11492                 (does not work correctly and no time to debug)
11493
11494 2002-03-20 [alfons]     0.7.4claws25
11495
11496         * src/pop.c
11497                 refactor should_delete() a little bit 
11498
11499 2002-03-19 [paul]       0.7.4claws24
11500
11501         * src/inc.[ch]
11502           src/pop.c
11503           src/prefs_account.[ch]
11504                 allow the user to leave downloaded mail on the 
11505                 server for n days. Patch submitted by Colin Leroy 
11506                 <colin@colino.net>
11507
11508 2002-02-19 [paul]       0.7.4claws23
11509
11510         * sync with sylpheed 0.7.4cvs8
11511                 see ChangeLog entries 2002-03-19
11512
11513 2002-03-18 [paul]       0.7.4claws22
11514
11515         * sync with sylpheed 0.7.4cvs6
11516                 see ChangeLog entry 2002-03-18
11517
11518 2002-03-18 [paul]       0.7.4claws21
11519
11520         * po/en_GB.po
11521                 add en_GB message catalogue
11522
11523         * src/mbox_folder.c
11524           src/prefs_account.c
11525           src/prefs_actions.c
11526                 correct a few spelling mistakes
11527
11528 2002-03-17 [alfons]     0.7.4claws20
11529
11530         * src/matcher.c
11531                 more stringent checks for NULL params when writing
11532                 filtering actions to a file
11533                 
11534 2002-03-17 [hoa]        0.7.3claws20
11535
11536         * src/news.c
11537                 fixed the count of new messages
11538
11539         * src/compose.c
11540                 fixed the "attachment properties" window
11541
11542 2002-03-17 [paul]       0.7.4claws19
11543
11544         * src/defs.h
11545           src/folder.h
11546           src/news.c
11547           src/prefs_account.[ch]
11548           src/procmsg.[ch]
11549           src/summaryview.c
11550                 automatically mark cross-posted messages as read 
11551                 and (optionally) give them a colour label
11552                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11553                 
11554
11555 2002-03-17 [paul]       0.7.4claws18
11556
11557         * sync with sylpheed 0.7.4cvs5
11558                 see ChangeLog entry 2002-03-17
11559
11560 2002-03-17 [melvin]     0.7.4claws17
11561         
11562         * src/textview.c
11563                 Worked around a gtktext 'bug': when searching for 
11564                 a text in a long message it was scrolling slowly
11565                 line by line until it hit the searched text.
11566         * po/fr.po
11567                 Updated French translation
11568
11569 2002-03-17 [melvin]     0.7.4claws16
11570
11571         * src/mainwindow.c
11572         * src/compose.c
11573         * src/prefs_actions.c
11574                 Moved "Edit/Actions" to "Tool/Actions"
11575                 Made mainwindow/compose window sensitive as soon as
11576                 no child process is running anymore even if the io dialog
11577                 is open.
11578                 Fixed a struct being initialized with a non constant char*
11579
11580 2002-03-16 [christoph]  0.7.4claws15
11581
11582         * configure.in
11583                 add --with-compiler-flags option
11584                 (only for developer hacking)
11585         * src/mh.c
11586         * src/procmsg.[ch]
11587         * src/summaryview.c
11588                 try to make folder-stats and flag handling more
11589                 independent from the summaryview. msgcounts
11590                 are only set when the folder is opened and
11591                 procmsg_msginfo_(un)set_flags will handle it
11592                 later and summaryview will get the values
11593                 from the folder.
11594
11595 2002-03-16 [paul]       0.7.4claws14
11596
11597         * src/messageview.c
11598                 fix Return-receipt. Patch submitted by Bob
11599                 Woodside <rwoodside1@comcast.net>
11600
11601 2002-03-16 [paul]       0.7.4claws13
11602
11603         * src/compose.c
11604                 fix 'dynamic' signatures, make it work again
11605                 broken during sync on 2002-03-14 (0.7.4claws2)
11606
11607 2002-03-15 [match]      0.7.4claws12
11608
11609         * src/addrharvest.[ch]
11610         * src/addrgather.[ch]
11611         * src/addressbook.[ch]
11612         * src/mainwindow.c
11613                 included address harvester feature. still some
11614                 issues with address parsing that I will fix.
11615
11616 2002-03-15 [match]      0.7.4claws11
11617
11618         * src/addrbook.[ch]
11619         * src/addrcache.[ch]
11620         * src/addressbook.[ch]
11621         * src/addrindex.c
11622         * src/editbook.c
11623         * src/importldif.c
11624         * src/importmutt.c
11625         * src/jpilot.[ch]
11626         * src/main.c
11627         * src/syldap.[ch]
11628         * src/vcard.[ch]
11629                 tidy up. fix memory leaks. moved attribs and methods
11630                 from individual interfaces to addrcache object. prep
11631                 for new stuff to come in.
11632
11633 2002-03-15 [alfons]     0.7.4claws10
11634
11635         * src/matcher.[ch]
11636         * src/matcher_parser_parse.y
11637         * src/matcher_parser_lex.l
11638         * src/prefs_matcher.c
11639                 add filtering conditions message greater than, smaller 
11640                 than, and exactly matching a size in bytes
11641                 (does not work with delete from POP3 server yet)
11642
11643                 this should also give others an idea what you should
11644                 do to add new criterions to claws filtering system
11645                 
11646
11647 2002-03-15 [paul]       0.7.4claws9
11648
11649         * tools/filter_conv.pl
11650                 exit if there are no filter rules to convert
11651                 rename filterrc to filterrc.old after completion
11652
11653 2002-03-15 [paul]       0.7.4claws8
11654
11655         * sync with sylpheed 0.7.4cvs3
11656                 see ChangeLog entry 2002-03-14
11657
11658 2002-03-14 [paul]       0.7.4claws7
11659
11660         * src/compose.c
11661                 clean up the last commit (ahem)
11662
11663 2002-03-14 [paul]       0.7.4claws6
11664
11665         * src/compose.c
11666                 fix bug #515655. honour account preferences
11667                 regarding gpg default signing/encryption when 
11668                 changing account from the compose window.
11669
11670 2002-03-14 [paul]       0.7.4claws5
11671
11672         * src/folderview.c
11673                 remove unnecessary curly brackets
11674
11675 2002-03-14 [paul]       0.7.4claws4
11676
11677         * src/folderview.c
11678           src/prefs_filtering.[ch]
11679                 add filter rename on folder rename and filter
11680                 delete on folder delete. Patch submitted by
11681                 Neill Miller <neillm@thecodefactory.org> 
11682
11683 2002-03-14 [christoph]  0.7.4claws3
11684
11685         * src/procmsg.c
11686         * src/send.c
11687                 fix local delivery
11688                 (patch submitted by "Simon 'corecode' Schubert")
11689         * src/prefs_common.c
11690         * src/procmsg.c
11691                 fix gcc 3.0 warning
11692
11693 2002-03-14 [paul]       0.7.4claws2
11694
11695         * sync with sylpheed 0.7.4cvs2
11696                 see ChangeLog entry 2002-03-13
11697
11698 2002-03-12 [darko]      0.7.4claws1
11699
11700         * src/mainwindow.c
11701                 fix what seems to be a copy and paste error
11702                 when setting color for important messages
11703                 (reported by wwp)
11704
11705 2002-03-11 [paul]       version 0.7.4claws released
11706
11707 2002-03-11 [paul]       0.7.4claws
11708
11709         * po/es.po
11710           po/it.po
11711           po/nl.po
11712           po/pt_BR.po
11713                 update message catalogs. Submitted by Ricardo Mones 
11714                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11715                 Fabio Junior Beneditto
11716
11717         * configure.in
11718           faq/Makefile.am
11719           faq/it/Makefile
11720           faq/it/sylpheed-faq*
11721           src/mainwindow.c
11722           src/manual.[ch]
11723                 add FAQ in Italian
11724         
11725
11726 2002-03-11 [jens]       0.7.3claws7
11727
11728         * po/de.po
11729                 updated German translation
11730
11731 2002-03-11 [melvin]     0.7.3claws6
11732
11733         * po/fr.po
11734                 updated and corrected French translation
11735
11736 2002-03-10 [hoa]        0.7.3claws5
11737
11738         * src/account.c
11739         * src/inc.c
11740         * src/prefs_account.c
11741         * src/procmsg.c
11742         * src/send.[ch]
11743                 fixed the local account.
11744                 you have to change the default "/usr/sbin/sendmail"
11745                 to "/usr/sbin/sendmail -t" in the preferences of
11746                 the local account.
11747
11748         * src/procmime.c
11749                 removed some debug display for renderer
11750
11751 2002-03-10 [paul]       0.7.3claws4
11752
11753         * faq/en/sylpheed-faq-1.html
11754           faq/en/sylpheed-faq-2.html
11755                 update
11756
11757 2002-03-09 [paul]       0.7.3claws3
11758
11759         * sync with sylpheed 0.7.4
11760                 see ChangeLog entry 2002-03-09
11761
11762 2002-03-08 [paul]       0.7.3claws2
11763
11764         * faq/en/sylpheed-faq*
11765           faq/es/sylpheed-faq*
11766           faq/fr/sylpheed-faq*
11767                 update the FAQs
11768
11769         * manual/fr/.cvsignore
11770           manual/fr/Makefilea.am
11771           manual/fr/sylpheed*
11772           src/mainwindow.c
11773           src/manual.[ch]
11774                 add the French manual
11775
11776 2002-03-07 [paul]       0.7.3claws1
11777
11778         * sync with sylpheed 0.7.3cvs4
11779                 see ChangeLog entries  2002-03-06 and 2002-03-07
11780         
11781         * po/nl.po
11782                 updated by Wilbert Berendsen
11783
11784 2002-03-07 [melvin]     0.7.2claws34
11785
11786         * src/selective_download.c
11787                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11788
11789 2002-03-06 [paul]       0.7.2claws33
11790
11791         * sync with sylpheed 0.7.3cvs1
11792                 bug fix, see ChangeLog entry 2002-03-05
11793
11794 2002-03-05 [paul]       0.7.2claws32
11795
11796         * src/mimeview.c
11797           src/pgptext.[ch]
11798           src/procmsg.c
11799                 reverse the pgp ascii-armored code implemented in 
11800                 0.7.2claws16. removal of this code until it matures.
11801                 this means that verifying ascii-armored pgp sigs and
11802                 automatic decryption of ascii-armored encrypted
11803                 messages no longer works.
11804
11805 2002-03-05 [paul]       0.7.2claws31
11806
11807         * configure.in
11808           Makefile.am
11809         * faq/Makefile.am
11810         * faq/en/Makefile.am
11811           faq/en/sylpheed-faq.html
11812           faq/en/sylpheed-faq-1.html
11813           faq/en/sylpheed-faq-2.html
11814           faq/en/sylpheed-faq-3.html
11815         * faq/es/Makefile.am
11816           faq/es/sylpheed-faq.html
11817           faq/es/sylpheed-faq-1.html
11818           faq/es/sylpheed-faq-2.html
11819           faq/es/sylpheed-faq-3.html
11820           faq/es/sylpheed-faq-4.html
11821         * faq/fr/Makefile.am
11822           faq/fr/sylpheed-faq.html
11823           faq/fr/sylpheed-faq-1.html
11824           faq/fr/sylpheed-faq-2.html
11825           faq/fr/sylpheed-faq-3.html
11826         * src/Makefile.am
11827           src/defs.h
11828           src/mainwindow.c
11829           src/manual.[ch]
11830                 add FAQs in English, Spanish and French
11831
11832
11833 2002-03-05 [paul]       0.7.2claws30
11834
11835         * manual/en/sylpheed.html
11836           manual/en/sylpheed-XX.html
11837                 updated the English manual
11838
11839 2002-03-05 [hoa]        
11840
11841         * src/summaryview.c
11842                 dialog box pops up if the article can't be deleted.
11843
11844 2002-03-04 [paul]       
11845         
11846         * po/pt_BR.po
11847                 updated by Fabio Junior Benedito
11848
11849 2002-03-04 [hoa]
11850
11851         * removed ac/gpgme.m4
11852                 to avoid autogen common problem
11853                 developers have to install gpgme development package now
11854
11855         * src/compose.c
11856                 encoding to 7bit or 8bit is enabled.
11857
11858 2002-03-03 [alfons]     0.7.2claws29
11859
11860         * src/pop.c
11861                 merge fix by Oliver Haertel for selective
11862                 download buglet
11863
11864 2002-03-03 [paul]       0.7.2claws28
11865         
11866         * sync with sylpheed 0.7.3
11867
11868 2002-03-03 [paul]       0.7.2claws27
11869
11870         * sync with sylpheed 0.7.2cvs24
11871                 see ChangeLog entries 2002-03-02 and 2002-03-03
11872
11873 2002-03-02 [melvin]     0.7.2claws26
11874
11875         * src/inc.[ch]
11876         * src/main.c
11877         * src/mainwindow.c
11878         * src/prefs_common.[ch]
11879                 Added user definable notification on new mail arrival.
11880                 Removed unused variables in spell checker prefs code.
11881
11882 2002-03-02 [melvin]     0.7.2claws25
11883
11884         * src/quote_fmt.c
11885                 Removed unnecessary escape sequences.
11886                 Changed 'Initial...' to 'Initials of Sender'
11887
11888 2002-03-02 [paul]       0.7.2claws24
11889
11890         * sync with sylpheed 0.7.2cvs22
11891                 see ChangeLog entry 2002-03-01
11892
11893 2002-03-01 [hoa]        0.7.2claws23
11894
11895         * src/mainwindow.c
11896                 Set sensitivity of delete actions to active
11897                 even if the folder is a newsgroup.
11898
11899         * src/summaryview.c
11900                 - Set sensitivity of delete actions
11901                 - Added function check_permission() that will check if the
11902                   user is authorized to delete a message. For news, it
11903                   will check if the author is the same.
11904                 - Enabled deletion when there is no trash folder.
11905
11906         * src/news.[ch]
11907                 - Added news_cancel_article() to cancel articles
11908                 - Implemented news_remove_message() (public function)
11909
11910 2002-03-01 [paul]       0.7.2claws22
11911
11912         * src/gtkutils.c
11913           src/textview.c
11914                 recognise urls that that don't include 'http://' and
11915                 simply begin 'www.' 
11916
11917         * AUTHORS
11918                 remove duplicated name
11919
11920 2002-02-28 [paul]       0.7.2claws21
11921
11922         * src/mainwindow.c
11923           src/summaryview.[ch]
11924                 add ability to 'Select thread'
11925                 combines Melvin's "Select thread's head" patch (#510907)
11926                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11927                 patch (#518514) 
11928
11929 2002-02-28 [paul]       0.7.2claws20
11930
11931         * src/mimeview.c
11932                 hopefully fix segfault on right-clicking a mime part
11933                 that some people have experienced.      
11934                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11935
11936 2002-02-28 [paul]       0.7.2claws19
11937
11938         * sync with sylpheed 0.7.2cvs21
11939                 see ChangeLog entries 2002-02-27 and 2002-02-28
11940
11941 2002-02-27 [paul]       0.7.2claws18
11942
11943         * sync with sylpheed 0.7.2cvs18
11944                 see ChangeLog entries 2002-02-26 and 2002-02-27
11945
11946 2002-02-26 [alfons]     0.7.2claws17
11947
11948         * src/procheader.c
11949                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11950                 (spotted by Chris Hessman <idatech@gmx.net>)
11951
11952 2002-02-26 [paul]       0.7.2claws16
11953
11954         * src/mimeview.c
11955           src/pgptext.[ch]
11956           src/procmsg.c
11957                 make decryption of ascii-armored pgp encrypted messages
11958                 and verification of ascii-armored signatures work again.
11959                 slightly altered from the patch by Jens Jahnke 
11960                 <jan0sch@gmx.net>
11961
11962                 ##FIX ME##
11963                 * the checking of plaintext signatures always comes up in 
11964                   a popup box
11965                 * it doesn't work for multipart messages 
11966                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11967                   including the msg headers and these 2 line themselves, are 
11968                   not displayed
11969
11970         * src/mainwindow.c
11971                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11972                 "View/Message View" becomes "View/Separate Message View"
11973                 because its less ambiguous.
11974
11975         * po/es.po
11976                 updated by Ricardo Mones Lastra
11977
11978 2002-02-26 [paul]       0.7.2claws15
11979
11980         * sync with sylpheed 0.7.2cvs17
11981                 see ChangeLog entries 2002-02-25 and 2002-02-26
11982
11983 2002-02-25 [christoph]  0.7.2claws14
11984
11985         * src/filtering.[ch]
11986         * src/inc.c
11987                 do filtering stuff after all messages have been received
11988                   1. drop all messages to .processing
11989                   2. scan processing folder for messages
11990                   3. filter messages or move to inbox
11991                 this will also find old messages left in processing after
11992                 a crash or something like that and we get a real msginfo
11993                 from folder->get_msg_list and do not have to create our
11994                 own in filter_message
11995         * src/matcher_parser_parse.y
11996                 remove MIX/MAX warning (reordered includes)
11997
11998 2002-02-25 [paul]       0.7.2claws13
11999
12000         * sync with sylpheed 0.7.2cvs15
12001                 see ChangeLog entry 2002-02-24
12002
12003 2002-02-24 [alfons]     0.7.2claws12
12004
12005         * src/filtering.c
12006                 clear old color flags first when applying a new color to
12007                 a message info. 
12008                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12009
12010 2002-02-24 [alfons]     0.7.2.claws11
12011         
12012         * AUTHORS
12013         * src/prefs_common.c
12014                 add presets for Opera and Konqueror, closes patch #517261,
12015                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12016
12017 2002-02-24 [alfons]     0.7.2.claws10
12018
12019         * AUTHORS
12020         * src/summaryview.c
12021                 fix threading for null message ids, closes patch #521601,
12022                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12023
12024 2002-02-24 [alfons]     0.7.2claws9
12025
12026         * src/summaryview.c
12027         * src/filtering.c
12028                 make Tool | Filter Message work with filtering system so
12029                 setting flags also works
12030
12031                 TODO:
12032
12033                 - Processing uses the same function as Tool | Filter
12034                   Message, but doesn't use the same update proc yet
12035
12036 2002-02-23 [paul]       0.7.2claws8
12037
12038         * sync with sylpheed 0.7.2cvs14
12039                 see ChangeLog entries 2002-02-22 and 2002-02-23
12040
12041 2002-02-22 [christoph]  0.7.2claws7
12042
12043         * src/quote_fmt.c
12044                 Add column space to table
12045         * src/quote_fmt_parse.y
12046                 Close files
12047
12048 2002-02-22 [paul]       0.7.2claws6
12049
12050         * src/Makefile.am
12051           src/defs.h
12052           src/filtering.c
12053           src/inc.[ch]
12054           src/mainwindow.c
12055           src/matcher.[ch]
12056           src/matcher_parser_lex.l
12057           src/matcher_parser_parse.y
12058           src/pop.[ch]
12059           src/prefs_account.h
12060           src/prefs_filtering.c
12061           src/selective_download.[ch]   *** NEW FILES ***
12062           src/utils.[ch]
12063           po/POTFILES.in
12064                 Selective Download added to 'Tool' menu. 
12065                 Retrieves email headers of the currently selected pop3 
12066                 account and allows the user to mark emails for deletion 
12067                 right on the pop3 server. Patch submitted by Oliver Haertel 
12068                 <oha@users.sourceforge.net>.
12069         
12070         * po/POTFILES.in
12071                 add 'src/quote_fmt.c'           
12072
12073 2002-02-22 [christoph]  0.7.2claws5
12074
12075         * src/Makefile.am
12076                 added quote_fmt.c
12077         * src/prefs_common.[ch]
12078         * src/prefs_template.c
12079         * src/quote_fmt.c               *** NEW FILE ***
12080         * src/quote_fmt.h
12081                 move quote format symbol description code
12082                 to it's own file because it is used from
12083                 differnent code parts
12084                 Rewrote symbol description GUI
12085                   + use table
12086                   + add separators
12087                   + get data from array (no more long constant strings)
12088         * src/quote_fmt_lex.l
12089         * src/quote_fmt_parse.y
12090                 Symbol for Literal % changed to \% instead of %%
12091                 (More logical as \ is used for quoting for other symbols)
12092                 Add |f and |p to include files and program output
12093                 Examples:
12094                     |f{/home/.../.signature}
12095                     |p{date}
12096         * po/de.po
12097                 Correct wrong spelling for "Referenzen"
12098
12099 2002-02-21 [paul]       0.7.2claws4
12100
12101         * src/procmsg.c
12102                 forgotten during sync
12103
12104 2002-02-21 [paul]       0.7.2claws3
12105
12106         * sync with sylpheed 0.7.2cvs11
12107                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12108                 2002-02-20 and 2002-02-21
12109
12110 2002-02-20 [melvin]     0.7.2claws2
12111
12112         * src/prefs_actions.c
12113                 Added error report when child cannot fork or when execvp 
12114                 returns with an error.
12115
12116 2002-02-19 [christoph]  0.7.2claws1
12117
12118         * src/codeconv.c
12119                 return unconverted text if conde conversion is not possible
12120                 when libjconv is used.
12121                 (patch submitted by "Simon 'corecode' Schubert")
12122
12123 2002-02-19 [paul]       
12124
12125         * version 0.7.2claws release
12126
12127 2002-02-19 [paul]       0.7.2claws
12128
12129         * po/nl.po
12130                 updated by Wilbert Berendsen
12131
12132
12133 2002-02-18 [alfons]     0.7.1claws13
12134
12135         * src/syldap.c
12136         * src/jpilot.c
12137                 remove references to dlfcn and explicitly loading functions
12138                 from dynalink libs, because libs linked anyway, and functions
12139                 are loaded explicitly
12140
12141 2002-02-17 [melvin]     0.7.1claws12
12142
12143         * src/prefs_actions.c
12144                 Replaced children wait loop with double fork technique.
12145                 Now, input/output window updated at each new output.
12146                 free_children(): Fixed a memory leak.
12147                 Made input/output window non closable if running children
12148                 still exist.
12149                 Added missing <unistd.h> include.
12150                 Added some --debug outputs.
12151
12152 2002-02-17 [melvin]     0.7.1claws11
12153
12154         * src/summaryview.c
12155                 Fixed bug where descending sort order did not select top
12156                 message.
12157
12158 2002-02-17 [melvin]     0.7.1claws10
12159
12160         * acconfig.h
12161                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12162         * src/prefs_common.c
12163                 Pspell data package directory no more hard coded but
12164                 set during configuration (PSPELL_PATH). (Thanks to 
12165                                 Gustavo Noronha Silva.)
12166
12167 2002-02-17 [melvin]     0.7.1claws9
12168
12169         * configure.in
12170                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12171         * src/gtkspell.c
12172                 Fixed compile-time warnings.
12173
12174 2002-02-16 [alfons]     0.7.1claws8
12175
12176         * src/filesel.c
12177                 fix inadvertent free of NULL pointer which caused
12178                 sylpheed to crash when closing the save-as dialog
12179                 using the window close button
12180
12181 2002-02-16 [carsten]    0.7.1claws7
12182         * src/mainwindow.[ch]
12183           src/summaryview.c
12184           src/prefs_common.c
12185                 fixes for pixmap theming code:
12186                         - recently changed mail attributes shouldn't get
12187                           lost any longer
12188                         - theme is only reloaded iff another theme was
12189                           selected
12190
12191 2002-02-16 [paul]       0.7.1claws6
12192
12193         * sync with sylpheed 0.7.2 release
12194                 see ChangeLog entry 2002-02-15 and 2002-02-16
12195
12196 2002-02-15 [paul]       0.7.1claws5
12197
12198         * sync with sylpheed 0.7.1cvs9
12199                 see ChangeLog entry 2002-02-15
12200
12201         * po/POTFILES.in
12202                 remove unneeded headerwindow.c entry
12203
12204 2002-02-14 [carsten]    0.7.1claws4
12205         * src/summaryview.c
12206                 fixed a bug for "Go to next unread message": there was
12207                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12208                 in the prefs, because of doing "Search again" instead
12209                 "No"
12210
12211 2002-02-14 [carsten]    0.7.1claws3
12212         * src/stock_pixmap.c
12213                 removed 2 more mem leaks; following memprof,
12214                 this code is "leak free" now :)
12215
12216 2002-02-14 [carsten]    0.7.1claws2
12217         * src/stock_pixmap.c
12218                 used opendir/readdir/closedir instead of scandir
12219                 -> code should work now on Solaris
12220
12221 2002-02-14 [paul]       0.7.1claws1
12222
12223         * sync with sylpheed 0.7.1cvs8
12224                 see ChangeLog entries 2002-02-13 and 2002-02-14
12225
12226         * README.claws
12227                 add some description of Actions and Pixmap Themes
12228
12229 2002-02-13 [paul]       
12230
12231         * version 0.7.1claws release
12232
12233 2002-02-13 [paul]       0.7.1claws
12234
12235         * po/es.po
12236           po/it.po
12237           po/pt_BR.po
12238                 updated translations, submitted by Ricardo Mones Lastra,
12239                 Alessandro Maestri and Fabio Junior Beneditto
12240
12241 2002-02-13 [melvin]     0.7.0claws75
12242
12243         * src/prefs_actions.c
12244                 Added missing "signal.h" include
12245
12246 2002-02-13 [melvin]     0.7.0claws74
12247
12248         * src/prefs_folder_item.c
12249                 Added missing "config.h" include
12250         * po/fr.po
12251                 Updated French translation for folder propriety.
12252
12253 2002-02-13 [jens]       0.7.0claws73
12254
12255         * po/POTFILES.in
12256                 Added missing src/prefs_folder_item.c [log added by melvin]
12257         * po/de.po
12258                 Updated German translation.
12259
12260 2002-02-13 [melvin]     0.7.0claws72
12261
12262         * po/fr.po
12263                 Updated French translation.
12264
12265 2002-02-13 [melvin]     0.7.0claws71
12266
12267         * src/gtkutils.c
12268                 Made gtkut_editable_get_selection return NULL if selection
12269                 is of length zero.
12270                 This fixes a bug where selecting part of message A then
12271                 switching to message B and replying to it will not
12272                 quote the message's body.
12273
12274 2002-02-12 [paul]       0.7.0claws70
12275
12276         * src/mainwindow.c
12277                 cosmetic, relating to pixmap themes: on toolbar make 
12278                 updating of 'Exec' and 'Compose news/Compose email'
12279                 icons faster.
12280
12281 2002-02-12 [carsten]    0.7.0claws69
12282         * src/folderview.c
12283           src/mainwindow.[ch]
12284           src/stock_pixmap.c
12285           src/summaryview.c
12286           src/prefs_common.c
12287                 - refreshing after changing pixmap theme better
12288                   now (thanks Paul)
12289                 - wanted to remove some mem leaks, but alfons was
12290                   faster (and had the better solution ;)
12291
12292 2002-02-12 [alfons]     0.7.0claws68
12293
12294         * src/prefs_common.c
12295         * src/stock_pixmap.[ch]
12296                 plug mem leaks, refactor code a little bit
12297
12298
12299 2002-02-12 [sergey]     0.7.0claws67
12300
12301         * src/imap.c
12302                 Fixed problem with copying messages to IMAP folders when the
12303                 server uses something other than '/' as a namespace separator
12304                 (cyrus-imapd uses '.').
12305
12306 2002-02-12 [jens]       0.7.0claws66
12307
12308         * po/de.po
12309                 Updated German Translation
12310
12311 2002-02-12 [paul]       0.7.0claws65
12312
12313         * sync with sylpheed 0.7.1cvs1
12314                 see ChangeLog entry 2002-02-12
12315
12316 2002-02-12 [melvin]     0.7.0claws64
12317
12318         * src/prefs_actions.c
12319                 Fixed "feature" where children's output was duplicated 
12320                 instead of refreshed while monitoring.
12321                 Removed some debug code.
12322
12323 2002-02-12 [christoph]  0.7.0claws63
12324
12325         * src/compose.c
12326                 always delete message from queue after sending/send error
12327                 (closes bug #509601)
12328
12329 2002-02-12 [melvin]     0.7.0claws62
12330
12331         * src/prefs_actions.c
12332                 Children wait loop is now triggered with a timeout of 1s
12333                 Added %F which is replaced with the list of filenames 
12334                 of all selected messages (as suggested by Ricardo Mones Lestra)
12335                 Pipe syntax changed. Prefix with | to send selection, postfix
12336                 with | to retrieve output. Prefix with > or * to send
12337                 user definable input to the command (*: input is hidden)
12338                 Old pipe action should now be postfixed with |, too.
12339
12340 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12341         * src/stock_pixmap.c
12342                 fixed a bug: if there's no theme directory don't
12343                 throw an error, just do "nothing" (thanks Alfons)
12344
12345 2002-02-12 [carsten]    0.7.0claws60
12346         * src/folderview.c
12347           src/summaryview.c
12348                 had to write the cache twice (nasty!); some marks would 
12349                 get lost if not
12350
12351 2002-02-11 [carsten]    0.7.0claws59
12352         * acconfig.h
12353           configure.in
12354           doc-src/maintainer_guide.txt
12355           src/compose.[ch]
12356           src/defs.h
12357           src/folderview.[ch]
12358           src/gtkutils.[ch]
12359           src/mainwindow.[ch]
12360           src/prefs_common.[ch]
12361           src/stock_pixmap.[ch]
12362           src/summaryview.[ch]
12363                 pixmap theming and related work on pixmap
12364                 handling on some other places
12365                 (e.g. hrm features for all folder)
12366           src/pixmap/stock_*.xpm -> the stock_ was removed
12367         
12368 2002-02-11 [paul]       0.7.0claws58
12369
12370         * sync with sylpheed 0.7.1 release
12371                 see ChangeLog entries 2002-02-11
12372
12373 2002-02-08 [paul]       0.7.0claws57
12374
12375         * sync with sylpheed 0.7.0cvs39
12376                 see ChangeLog entry 2002-02-07 (last entry) 
12377
12378         * src/prefs_actions.c
12379           src/prefs_filtering.c
12380           src/prefs_matcher.c
12381           src/prefs_scoring.c
12382                 sync: made it compile with C compilers other than gcc
12383
12384 2002-02-07 [paul]       0.7.0claws56
12385
12386         * sync with sylpheed 0.7.0cvs38
12387                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12388                 2002-02-07
12389
12390 2002-02-07 [darko]      0.7.0claws55
12391
12392         * src/gtkutils.[ch]
12393         * src/summaryview.c
12394                 Fix const gchar */gchar * issue (thanks Hiro)
12395
12396 2002-02-07 [darko]      0.7.0claws54
12397
12398         * src/compose.[ch]
12399         * src/filtering.c
12400         * src/gtkutils.[ch]
12401         * src/prefs_template.c
12402         * src/quote_fmt.h
12403         * src/quote_fmt_parse.y
12404         * src/summaryview.c
12405         * src/utils.[ch]
12406                 When replying or forwarding an email don't quote the entire
12407                 mail body but use the part of the message text that is selected
12408
12409 2002-02-06 [melvin]     0.7.0claws53
12410
12411         * src/prefs_common.[ch]
12412         * src/gtkspell.[ch]
12413         * src/compose.c
12414                 Made possible to switch quickly to last used dictionary
12415                 which makes checking bilingual documents easier.
12416
12417 2002-02-06 [melvin]     0.7.0claws52
12418         
12419         * po/POTFILES.in
12420                 Added forgotten new file src/prefs_actions.c
12421
12422 2002-02-06 [melvin]     0.7.0claws51
12423
12424         * src/prefs_actions.c   ** NEW FILE **
12425         * src/prefs_actions.h   ** NEW FILE **
12426                 Added actions to execute on message text view, or on the
12427                         message's file.
12428         * src/Makefile.am
12429                 Added src/prefs_actions.[ch]
12430         * src/compose.c
12431                 Added new menu "Edit/Actions"
12432         * src/defs.h
12433                 Added new actionsrc file.
12434         * src/main.c
12435                 Added actionsrc reading.
12436         * src/mainwindow.c
12437                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12438         * src/prefs_common.h
12439                 Added new element actionslst element to prefs_common.
12440
12441 2002-02-06 [paul]       0.7.0claws50
12442
12443         * sync with sylpheed 0.7.0cvs36
12444                 see ChangeLog entry 2002-02-06
12445
12446 2002-02-05 [paul]
12447
12448         * po/es.po
12449                 updated by Ricardo Mones Lastra
12450
12451 2002-02-05 [paul]       0.7.0claws49
12452
12453         * sync with sylpheed 0.7.0cvs33
12454                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12455
12456 2002-02-05 [paul]       0.7.0claws48
12457
12458         * src/compose.c
12459                 re-add 'Edit/Advanced/Delete entire line', previously named
12460                 'Delete Line+'
12461
12462 2002-02-04 [paul]       0.7.0claws47
12463
12464         * src/compose.c
12465           src/summaryview.c
12466                 fix bug #494993 (Reply All not taking Reply-To into consi)
12467                 eliminate differences in behaviour of right-click 'Reply to all' 
12468                 in summary view and 'Reply to all' on the toolbar. 
12469                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12470                 view and From gets ignored by 'Reply to all' on toolbar.
12471                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12472                 From when no Reply-To header is present.
12473
12474 2002-02-04 [paul]       0.7.0claws46
12475
12476         * sync with sylpheed 0.7.0cvs30
12477                 see ChangeLog entries 2002-02-03 and 2002-02-04
12478
12479 2002-02-03 [melvin]     0.7.0claws45
12480
12481         * src/gtkspell.[ch]
12482                 Readded function to highlight all misspelled words.
12483                 Fixed bug where user-provided-words did not replace
12484                         correctly the misspelled word when using the mouse.
12485                 Fixed bug where checking a region selected from right to left did
12486                         not check the region at all.
12487                 Fixed bug where 'Check backwards' may not check at all. 
12488                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12489                 Fixed possible buffer overflow when checking for long strings (>1k).
12490                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12491                 Accelerators code uses now gtk_widget_add_accel.
12492                 Removed and disabled obsolete and unfinished code.
12493                 Cleaning up.
12494
12495         * src/compose.c
12496                 Added menu item to Highlight all misspelled words.
12497
12498 2002-02-01 [paul]       0.7.0claws44
12499
12500         * src/mainwindow.c
12501                 fix '/View/Hide read messages' sensitivity when all
12502                 messages in a folder are hidden
12503
12504 2002-02-01 [paul]       0.7.0claws43
12505
12506         * src/main.c
12507                 add --send option to command line interface, sends all
12508                 queued mail. Patch submitted by Ricardo Mones Lastra.
12509
12510 2002-01-31 [paul]       0.7.0claws42
12511
12512         * src/mainwindow.c
12513                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12514
12515 2002-01-31 [paul]       0.7.0claws41
12516
12517         * sync with sylpheed 0.7.0cvs27
12518                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12519                 and 2002-01-31
12520
12521         * src/textview.c
12522                 comment out elements of textview_show_part() as temporary
12523                 workaround for attachment 'Display as text' bug 
12524
12525         * po/pt_BR.po
12526                 updated by Fabio Junior Beneditto
12527
12528 2002-01-30 [paul]       0.7.0claws40
12529
12530         * sync with sylpheed 0.7.0cvs24
12531                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12532                 and 2002-01-30
12533
12534         * src/compose.c
12535                 add {N_("/_Spelling"), ... "<Branch>"} to 
12536                 GtkItemFactoryEntry compose_entries[]
12537
12538         * src/prefs_common.c
12539                 add claws menu items to prefs_keybind_apply_clicked()
12540                 and remove non-claws menu items
12541
12542 2002-01-29 [paul]       0.7.0claws39
12543
12544         * sync with sylpheed 0.7.0cvs22
12545                 see ChangeLog entries 2002-01-28 and 2002-01-29
12546
12547 2002-01-28 [melvin]     0.7.0claws38
12548
12549         * src/compose.c
12550                 Added the declartion of compose_send_control_enter.
12551
12552         * src/compose.c
12553         * src/gtkspell.[ch]
12554                 Added in a 'Spelling' menu which includes the configuration menu. 
12555                 Added a real 'Check all' and got rid from the old one which only
12556                 highlited misspelled word.
12557                 Made 'Check while typing' a disableable option.
12558                 Added a dialog when there are no more misspelled word.
12559                 Added a dialog if error occurs when switching to a dictionary.
12560         
12561         * src/prefs_common.[ch]
12562                 Added option for the default 'Check while typing' option.
12563
12564
12565 2002-01-28 [alfons]     0.7.0claws37
12566
12567         * src/compose.c
12568                 fix buglet and make code comply with sylpheed code style
12569
12570 2002-01-28 [paul]       0.7.0claws36
12571
12572         * sync with sylpheed 0.7.0cvs19
12573                 see ChangeLog entries for 2002-01-28
12574
12575 2002-01-28 [hoa]        0.7.0claws35
12576
12577         * src/defs.h
12578                 added rendererrc
12579
12580         * src/main.c
12581                 read the renderer config
12582
12583         * src/procmime.[ch]
12584                 use the renderer config to convert mime attachments
12585
12586         * src/textview.c
12587                 don't use textview_show_html/ertf,
12588                 use get_text_content instead
12589
12590 2002-01-27 [alfons]     0.7.0claws34
12591         
12592         * src/news.c
12593                 make sylpheed believe it can delete a news message...
12594                 (messages are NOT deleted, maybe we should remove
12595                 processing from the folder properties after all.)
12596
12597 2002-01-27 [alfons]     0.7.0claws33
12598
12599         * src/folder.c
12600                 add extra checks
12601         * src/news.c
12602                 implement remove_msg() 
12603
12604 2002-01-27 [alfons]     0.7.0claws32
12605
12606         * src/procmsg.h
12607         * src/procheader.c
12608         * src/messageview.c
12609                 fix return receipt / disposition notification again. this
12610                 stuff seems to break on _every_ major summary UI change, so
12611                 it's now implemented using a flag which is saved in the
12612                 marks cache
12613                 
12614 2002-01-26 [alfons]     0.7.0claws31
12615
12616         * src/import.c
12617                 let import dialog show the destination folder identifier
12618
12619 2002-01-26 [melvin]     0.7.0claws30
12620
12621         * src/folderview.c
12622         * src/summaryview.c
12623                 Readded 'Mark all read' into summary view popup menu
12624                 Added 'Mark all read' in folder view popup menu for IMAP
12625                 and NNTP.
12626                 Made it insensitive if the selected folder is not the shown
12627                 one to avoid 'Mark all read' on the wrong folder.
12628                 
12629 2002-01-26 [paul]       0.7.0claws29
12630
12631         * src/folderview.c
12632           src/summaryview.c
12633                 move 'Mark all read' from summary view to folder view
12634                 menu. (adapted from) patch submitted by Jeremy Andrews,
12635                 <lists@kerneltrap.com>
12636
12637 2002-01-25 [alfons]     0.7.0claws28
12638
12639         * src/gtkstext.c
12640                 put the gtk class name back so GtkSText adapts the 
12641                 settings of GtkText
12642
12643 2002-01-25 [alfons]     0.7.0claws27
12644
12645         * src/folderview.c 
12646                 assimilate Ricardo's patch that shows pixmaps instead of
12647                 plain "new" and "unread" texts in the folder view column
12648                 headers 
12649
12650 2002-01-25 [paul]       0.7.0claws26
12651
12652         * src/Makefile.am
12653                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12654                 be found in non-standard locations. 
12655                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12656
12657 2002-01-25 [paul]       0.7.0claws25
12658
12659         * sync with sylpheed 0.7.0cvs16
12660                 see ChangeLog entry 2002-01-25
12661
12662 2002-01-24 [paul]       0.7.0claws24
12663
12664         * more sync with sylpheed 0.7.0cvs15
12665                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12666
12667 2002-01-23 [sergey]     0.7.0claws23
12668
12669         * src/importldif.c
12670                 Fixed segfault when closing LDIF import wizard with
12671                 the window manager.
12672         * src/imageview.c
12673         * src/imageview.h
12674         * src/messageview.c
12675         * src/mimeview.c
12676                 Fixed wrong scrolling position after switching between
12677                 text and image parts.
12678
12679 2002-01-23 [paul]       0.7.0claws22
12680
12681         * sync with sylpheed 0.7.0cvs15
12682                 see ChangeLog entries 2002-01-22 and 2002-01-23
12683
12684 2002-01-21 [melvin]     0.7.0claws21
12685
12686         * src/prefs_scoring.c
12687         * src/prefs_filtering.c
12688                 Fixed bug where scoring and filtering windows stopped
12689                 autochecking.
12690
12691 2002-01-21 [paul]       0.7.0claws20
12692
12693         * sync with sylpheed 0.7.0cvs12
12694                 see ChangeLog entries 2002-01-20 and 2002-01-21
12695
12696 2002-01-21 [carsten]    0.7.0claws19
12697         * src/mainwindow.c
12698         * src/menu.[ch]
12699         * src/messageview.[ch]
12700         * src/summaryview.[ch]
12701                 changes to shortcuts handling again:
12702                         + "Q" now controled by mainwin
12703                         + v/V are now customizable and have slightly
12704                           different meanings
12705                 the "button" to minimize the messageview (and maximize
12706                 the summary view) is a real button now
12707         * src/compose.c
12708                 "Delete Line+" added to Edit/Advanced (this will also
12709                 delete the '\n')
12710
12711 2002-01-20 [melvin] 0.7.0claws18
12712
12713         * src/addressbook.c
12714                 Made "Bcc" sensitive when addressbook is called from
12715                 compose window (it was a Claws only bug).
12716
12717 2002-01-19 [alfons] 0.7.0claws17
12718
12719         * src/inc.c
12720                 prevent unnecessary updates when currently selected folder has
12721                 no new messages 
12722
12723 2002-01-19 [alfons] 0.7.0claws16
12724         
12725         * src/summaryview.c
12726                 prevent writing the cache based on current message list in summary 
12727                 view when filtering also put messages in currently selected folder
12728
12729 2002-01-19 [paul]
12730
12731         * po/it.po
12732                 Italian translation submitted by Alessandro Maestri
12733                 <a.maestri@cs.tin.it>
12734
12735 2002-01-18 [melvin]     0.7.0claws15
12736
12737         * src/prefs_filters.c
12738                 fixed bug where 'cancel' from 'filters' window stops autochecking
12739                 if the timer timed out  when the window was open.
12740
12741 2002-01-18 [match]      0.7.0claws14
12742
12743         * src/addrclip.[ch]     ** NEW FILE **
12744         * src/addrselect.[ch]   ** NEW FILE **
12745         * src/adbookbase.h      ** NEW FILE **
12746                 addressbook cut, copy and paste
12747         * src/addrbook.[ch]
12748         * src/addrcache.[ch]
12749         * src/addressitem.h
12750         * src/addrindex.[ch]
12751         * src/addritem.[ch]
12752         * src/importldif.c
12753         * src/importmutt.c
12754         * src/jpilot.[ch]
12755         * src/syldap.[ch]
12756         * src/vcard.[ch]
12757         * src/jpilot.[ch]
12758         * src/editbook.c
12759         * src/editjpilot.c
12760         * src/editldap.c
12761         * src/editvcard.c
12762                 support for copy/paste
12763         * src/addressbook.c
12764                 support for copy/paste
12765                 tidy up menu option processing
12766                 correct address list function arguments
12767         * src/editaddress.c
12768                 sort user attributes
12769         * src/ldif.h
12770         * src/mutt.h
12771                 tidy up
12772
12773         * src/addrbook.[ch]
12774         * src/addrbook.[ch]
12775         * src/addrbook.[ch]
12776                 
12777
12778 2002-01-18 [paul]       0.7.0claws13
12779
12780         * sync with sylpheed 0.7.0cvs8
12781                 configure.in: support Mac OS X (Darwin)
12782
12783 2002-01-18 [carsten]    0.7.0claws12
12784         * src/html.c
12785                 small hack to fix a segfault with an empty href
12786                 (reported by Alexandra Walford <deeni@altern.org>)
12787         * src/mainwindow.c
12788         * src/summaryview.c
12789                 the shortcuts for Mark und Mark as unread are hardcoded
12790                 again
12791         * src/compose.c
12792         * src/gtkstext.[ch]
12793                 readded the shortcuts in gtkstext but made them
12794                 customizeable (simply by adding a menu plus a wrapper
12795                 to compose.c)
12796
12797 2002-01-17 [melvin]     0.7.0claws11
12798
12799         * src/gtkspell.c
12800                 fix default dictionary not being saved.
12801
12802 2002-01-16 [darko]      0.7.0claws10
12803
12804         * src/compose.c
12805                 fix wrapping crash with URL longer than wrapping margin
12806
12807 2002-12-08 [hoa]        0.7.0claws10
12808
12809         * src/matcher_parser_parse.y
12810                 fixed some bugs
12811
12812         * src/prefs_filtering.c
12813                 now, we can use bounce action in the dialog box.
12814
12815 2002-01-16 [carsten]    0.7.0claws9
12816         * src/gtkstext.c
12817                 removed the <control> and <alt> shortcuts because they're
12818                 not needed and interefered with the "normal" shortcuts
12819         * src/mainwindow.c
12820         * src/summaryview.c
12821                 removed most of the hardcoded shortcuts and assigned
12822                 them to menu entries making them easy customizable by
12823                 that
12824
12825 2002-01-16 |melvin]     0.7.0claws8
12826
12827         * src/gtkspell.c
12828                 fixed bug where using the mouse and when the compose
12829                 window is not on top may result in a crash.
12830
12831 2002-01-16 [melvin]     0.7.0claws7
12832
12833         * src/compose.c
12834                 fixed a long standingspell checker bug which could 
12835                 cause a crash after sending a message.
12836
12837 2002-01-16 [paul]       0.7.0claws6
12838
12839         * sync with sylpheed 0.7.0cvs7
12840                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12841                 2002-01-15, and 2002-01-16
12842
12843 2002-01-16 [melvin]     0.7.0claws5
12844
12845         * README.claws
12846         * src/compose.c
12847         * src/gtkspell.[ch]
12848         * src/main.c
12849                 Heavily modified spell checker code to work around
12850                 ispell bug, to add keyboard shortcuts and for future
12851                 enhancements. See README.claws for usage information.
12852
12853 2002-01-15 [alfons]     0.7.0claws4
12854         
12855         * src/summaryview.c
12856                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12857                 so sorting within threads reflects sort mode
12858
12859 2002-01-15 [christoph]  0.7.0claws3
12860
12861         * src/procmsg.c
12862                 added alertpanel if mail sending failed
12863
12864 2002-01-15 [alfons]     0.7.0claws2
12865         
12866         * src/prefs_filtering.c
12867                 don't stop timer when prefs filtering dialog is opened
12868
12869 2002-01-14 [alfons]     0.7.0claws1
12870
12871         * src/addr_compl.c
12872         * src/prefs.c
12873                 remove debug_print()s for privacy reasons
12874
12875 2002-01-14 [darko]      0.7.0claws
12876
12877         * README.claws
12878                 quotation wrapping is now also in the main branch
12879
12880 2002-01-14 [paul]
12881
12882         * tools/filter_conv.pl
12883                 allow for Boolean Op and case-sensitivity
12884                 this file is included in the release and tagged
12885                 'rel_0_7_0'
12886
12887 2002-01-13 [paul]       0.7.0claws
12888
12889         * release 0.7.0, with cvs tag 'rel_0_7_0'
12890
12891 2002-01-13 [paul]
12892
12893         * tools/filter_conv.pl
12894         * tools/README
12895                 rewritten to output to matcherrc instead of filteringrc
12896
12897         * po/es.po
12898                 updated Spanish translation by Ricardo Mones Lastra
12899
12900 2002-01-13 [alfons]
12901
12902         * po/nl.po
12903                 update dutch translation
12904
12905 2002-01-13 [paul]
12906
12907         * po/pt_BR.po
12908                 Updated by Fabio Junior Beneditto 
12909
12910 2002-01-13 [melvin]     0.6.6claws53
12911
12912         * po/fr.po
12913                 Updated french translation
12914
12915 2002-01-12 [alfons]     0.6.6claws52
12916
12917         * src/filtering.c
12918                 plug mem leak that has been sitting there for ages              
12919
12920 2002-01-12 [alfons]     0.6.6claws51
12921
12922         * src/summaryview.c
12923                 undo melvin's changes from 0.6.6claws48 because summary
12924                 view now refuses to select first unread message when
12925                 selecting a folder 
12926
12927 2002-01-11 [alfons]     0.6.6claws50
12928
12929         * src/import.c
12930                 use claws' semantics for getting folder item when
12931                 importing an mbox file into a folder 
12932                 (submitted by Dale P. Smith)
12933
12934 2002-01-11 [christoph]  0.6.6claws49
12935
12936         * src/prefs.h
12937                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12938                 toggle widget, because non static prefs can not use
12939                 prefs_set_* functions
12940         * src/prefs_account.c
12941                 toggle smtp auth password field sensitivity if
12942                 user id is empty and add descrition of usage for
12943                 these fields
12944         * src/prefs_folder_item.c
12945                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12946                 callbacks
12947
12948 2002-01-11 [melvin]     0.6.6claws48
12949
12950         * src/compose.c
12951                 fix the 'Ctrl-Enter' feature for sending and test really
12952                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12953                 editables which was not documented in Gtk)
12954
12955         * src/summaryview.c
12956                 Made summaryview refresh after sorting and not before.
12957
12958 2002-01-11 [christoph]  0.6.6claws47
12959
12960         * src/compose.c
12961                 select account from account ids if possible and
12962                 correctly set save folder for copy in reedit
12963
12964 2002-01-10 [paul]       0.6.6claws46
12965
12966         * sync with sylpheed 0.7.0 release
12967                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12968                 2002-01-09
12969
12970 2002-01-09 [alfons]
12971
12972         * src/summaryview.c
12973                 remove more dirt traces...
12974
12975 2002-01-09 [alfons]
12976         
12977         * src/summaryview.c
12978                 clean up some traces of my debugging stuff
12979
12980 2002-01-09 [alfons]     0.6.6claws45
12981
12982         * src/filtering.c
12983                 break up filteringprop_apply() in three separate pieces
12984                 so we can drop messages that failed processing in the
12985                 inbox
12986
12987         * src/summaryview.c
12988                 fix bug #469598 "no refresh of inbox after filter" which 
12989                 was introduced by the new summary view locking, and which 
12990                 prevented the summary view to update after a manual filter 
12991                 message. claw's filter message requires a summary_show().
12992                 (aargh, summary_show() again! :-)
12993                 
12994 2002-01-07 [alfons]     0.6.6claws44
12995
12996         * src/headerwindow.c
12997         * src/logwindow.c
12998         * src/messageview.c
12999         * src/sourcewindow.c
13000                 bring in Hiro's last 0.7.0 wm class fixes
13001
13002         * tools/sylprint.pl
13003                 bring in Ricardo's fix for sylprint script
13004
13005         * AUTHORS       
13006         * src/rfc2015.[ch]
13007         * src/prefs_common.[ch]
13008         * src/prefs_account.[ch]
13009         * src/compose.c
13010                 clean up account preference poison in rfc2015,
13011                 and preparation to fix double sign bug 
13012                 (patch submitted by Simon 'corecode' Schubert)
13013
13014 2002-01-07 [christoph]  0.6.6claws43
13015
13016         * src/mh.c
13017                 search for free message number, do not only rely
13018                 on last_num
13019         * src/send.c
13020                 fix smtp auth and use extra account information
13021                 if available, if not use pop3 data instead
13022                 (closes bug #500341)            
13023         * src/ssl.[ch]
13024                 match coding style
13025
13026 2002-01-06 [alfons]     0.6.6claws42
13027
13028         * src/mainwindow.c
13029                 try making the separate windows work again...
13030
13031 2002-01-06 [alfons]     0.6.6claws41
13032
13033         * src/mainwindow.c
13034                 adapt Hiro's separate window menu (to get rid of the funny
13035                 duplicate menu items), and make it work again
13036
13037 2002-01-06 [alfons]     0.6.6claws40
13038
13039         * tools/Makefile.am
13040         * tools/sylprint.rc
13041         * tools/sylprint.pl
13042         * tools/README.sylprint
13043                 add sylprint script for printing mails from Sylpheed
13044                 (contributed by Ricardo Mones Lastra)
13045
13046         * src/acount.c
13047                 clean up
13048
13049 2002-01-06 [melvin]     0.6.6claws39
13050
13051         * src/mainwindow.c
13052         * src/summaryview.c
13053                 Fixed crash introduced in 0.6.6claws38 by the menu
13054                 reorganisation (Hide read messages)
13055         
13056         * ChangeLog.claws 
13057                 Fixed typo (we are now in 2002, alfons ;) )
13058
13059 2002-01-05 [alfons]     0.6.6claws38
13060
13061         * sync with sylpheed 0.6.6cvs10-17
13062                 (last stuff marked as LAST_STABLE)
13063
13064 2002-01-04 [melvin]     0.6.6claws37
13065
13066         * src/account.c
13067                 Made account selection code use strcasestr again instead of
13068                 g_strcasecmp (fixes bug where reediting queued messages
13069                 did not select proper account reported by T. Link).
13070         
13071         * src/folderview.c
13072                 Fix bug where folder icons are not shown when 'hide read messages'
13073                 is on.
13074         
13075         * src/stock_pixmaps.[ch]
13076                 Added folder icons for 'hide read messages'.
13077         
13078         * src/compose.c
13079                 Fixed bug where 'Enter' in a header entry will send the message 
13080                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13081
13082 2002-01-03 [melvin]     0.6.6claws36
13083         
13084         * src/prefs.[ch]
13085                 Added popup menu for common preferences and
13086                 account preferences (right click on tab displays
13087                                 a menu of all tabs.)
13088
13089 2002-01-02 [melvin]     0.6.6claws35
13090
13091         * src/gtkspell.[ch]
13092                 Made spelling code compatible with undo/redo feature.
13093                 Added creation of suggestion mode menu for the general
13094                         preferences.
13095         
13096         * src/prefs_common.[ch]
13097                 Added option menu for the speller's suggestion mode.
13098                 Added missing spaces in "..." buttons and made a "..."
13099                         button non translatable!
13100         
13101         * src/compose.c
13102                 Made speller use the default suggestion mode.
13103                 Hack to make it possible to choose 'CTRL-Enter' as a
13104                         shortcut for sending (and only for sending).
13105
13106         * src/prefs_folder_item.c
13107                 Changing subject simplification does not update cache 
13108                         anymore (because it is unnecessary).
13109                 Fixed bug where changing subject simplification updated the 
13110                         summaryview even when the viewed folder is not the
13111                         folder which properties are being changed. (E.g. 
13112                                         viewing folder A and changing
13113                                         the subject simplification of 
13114                                         folder B -not being viewed- updated the 
13115                                         summaryview of folder A with data of
13116                                         folder B). (Hope this is clear... )
13117
13118 2001-12-31 [alfons]     0.6.6claws34
13119         
13120         * src/ldif.c
13121         * src/mutt.c
13122                 fgetc() returns a signed integer which doesn't
13123                 fit in a char. so c truncates this to a char
13124                 but we may lose significant bits. i.e. we may
13125                 comparing 0xFF which may not be equal to -1
13126                 unless properly casted to signed char which
13127                 we won't do because fgetc() returns a signed
13128                 integer which doesn't fit in a char. so c 
13129                 truncates this to a char but we may lose 
13130                 significat bits. (you got the idea, thanks
13131                 to Gustavo Noronha Silva <kov@debian.org>
13132                 and the Debian folks!)
13133
13134 2001-12-30 [alfons]     0.6.6claws33
13135
13136         * src/prefs_common.c
13137                 add #ifdef USE_PSPELLs that Melvin forgot               
13138
13139 2001-12-30 [melvin]     0.6.6claws32
13140         
13141         * src/prefs_common.[ch]
13142                 Added configurable color for misspelled words.
13143
13144         * src/gtkspell.[ch]
13145                 Fixed bug of foreground text color (reported by David
13146                                 Mehrmann)
13147                 Added configurable color for misspelled words.
13148
13149 2001-12-30 [alfons]     0.6.6claws31
13150
13151         * src/folder.c
13152                 remove unnecessary things someone put there
13153
13154         * src/mh.c
13155         * src/folder.[ch]
13156                 make folder properties (like threading and sorting) persistent
13157                 (closes bug #497424 "rescan folder tree resets proprieties")
13158                 currently this is only for MH folders. 
13159
13160 2001-12-29 [melvin]     0.6.6claws30
13161
13162         * src/string_match.[ch]
13163                 Optimized a bit: regexp pattern buffer compiled only once, and
13164                   one subroutine call removed. Fixed ^ regexp search: Now, 
13165                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13166         
13167         * src/summaryview.c
13168                 Subject filtering changed to filter summary columns and
13169                   not directly the messages subject cache. The loss in 
13170                   performance is balanced by the improvement of string_match.
13171                 Added an alert panel if there is an error in the regexp.
13172
13173         * src/src/prefs_folder_item.h
13174                 Added a regexp pattern buffer.
13175
13176 2001-12-28 [alfons]     0.6.6claws29
13177
13178         * src/string_match.[ch]
13179                 clean up name space
13180                 allow compilation *BSD
13181
13182 2001-12-27 [alfons]     0.6.6claws28
13183
13184         * src/filter.c
13185                 sync the Hiro's bug fix for BSD
13186
13187 2001-12-27 [melvin]     0.6.6claws27
13188         
13189         * src/compose.c
13190                 Simplify focus to subject entry code.
13191
13192 2001-12-27 [darko]      0.6.6claws26
13193
13194         * src/filtering.c
13195         * src/mbox_folder.c
13196         * src/messageview.c
13197         * src/mh.c
13198         * src/procheader.[ch]
13199         * src/procmsg.h
13200         * src/stock_pixmap.[ch]
13201         * src/summaryview.c
13202                 Show key icon for encrypted mails in summary view
13203
13204         * src/pixmaps/clip.xpm
13205         * src/pixmaps/clipkey.xpm
13206         * src/pixmaps/key.xpm
13207                 New/modified icons for the above
13208
13209 2001-12-27 [melvin]     0.6.6claws25
13210
13211         * src/prefs_common.c
13212                 Put spell checker options in a separate tab to decrease
13213                 the Common Preferences window height.
13214
13215         * README.claws  
13216                 Update spell checker usage instruction about its options
13217                 location.
13218
13219 2001-12-27 [melvin]     0.6.6claws24
13220
13221         * src/compose.c
13222                 Changed subject entry widget position. Initial focus is
13223                 on the To header instead of the subject entry.
13224                 Creating a new header scrolls the header list to make the
13225                 created one visible. Nevertheless, when automatically filling
13226                 headers, the first one is shown.
13227                 A Tab key press in the last empty header entry zips the 
13228                 focus to the subject entry.
13229                 (I did not change the combo boxes, yet)
13230
13231 2001-12-26 [alfons]     0.6.6claws23
13232
13233         * src/prefs_account.c
13234         * src/inc.c
13235                 allow default inbox to reside in another mailbox (only
13236                 works for POP3 accounts)
13237
13238 2001-12-26 [alfons]     0.6.6claws22
13239         
13240         * src/textview.c
13241                 make reply-on-click work with the account of the selected folder
13242         * src/compose.c
13243                 put a fixme here to remind me to fix finding correct default
13244                 account for nested folders
13245
13246 2001-12-25 [alfons]     0.6.6claws21
13247
13248         * src/summaryview.c
13249                 make column headers display locked and mark pixmaps (idea by Melvin) 
13250                 fix bug by adding score and locked column type to sort array
13251
13252 2001-12-25 [alfons]     0.6.6claws20
13253         
13254         * src/summaryview.c
13255                 catch a *potentially* inadvertent write back of  
13256                 the message cache(s) introduced by 0.6.5claws37
13257
13258 2001-12-25 [christoph]  0.6.6claws19
13259
13260         * src/stock_pixmap.[ch]
13261         * src/summaryview.c
13262                 add ignore thread pixmap
13263                 (can someone draw a better icon for this?)
13264
13265 2001-12-24 [alfons]     0.6.6claws18
13266
13267         * src/prefs_folder_item.c
13268                 make address completion actually work for the
13269                 Default To address in the Folder Property dialog.
13270
13271 2001-12-24 [alfons]     0.6.6claws17
13272         
13273         * src/summaryview.c
13274                 use new style regexp for subject stripping 
13275                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13276
13277 2001-12-24 [darko]      0.6.6claws16
13278
13279         * src/pgptext.c
13280         * src/rfc2015.c
13281                 move GPG related informational messages to debug mode
13282
13283 2001-12-23 [alfons]     0.6.6claws15
13284
13285         * src/stock_pixmap.[ch]
13286         * src/summaryview.c
13287                 add the forgotten Claws' locked pixmap
13288
13289 2001-12-23 [alfons]     0.6.6claws14
13290
13291         * src/filesel.c
13292                 accept file name typed in entry in multi file
13293                 selector (patch submitted by Gustavo Noronha Silva 
13294                 <kov@debian.org>)
13295
13296 2001-12-23 [alfons]     0.6.6claws13
13297
13298         * src/prefs_filter.c
13299         * src/prefs_filtering.c
13300         * src/matcher.c
13301         * src/importmutt.c
13302                 clean up a little bit
13303         
13304         * src/string_match.c
13305                 validate input strings a little bit more
13306
13307 2001-12-23 [alfons]     0.6.6claws12
13308
13309         * src/Makefile.am
13310         * src/summaryview.c
13311         * src/string_match.[ch]         ** NEW **
13312         * src/folderview.[ch]
13313         * src/headerview.h
13314         * src/folder.[ch]
13315         * src/prefs_folder_item.[ch]
13316                 add subject simplification to strip out strings from
13317                 a subject line (esp. handy for mailing lists). 
13318                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13319                 but slightly changed things for better integration.)
13320
13321 2001-12-23 [alfons]     0.6.6claws11
13322
13323         * src/mainwindow.c
13324                 fix bug introduced by submission included in 0.6.5claws52.
13325                 ideally this submission should clean the trash if any trash
13326                 folder has a message. however, the hasTrash variable was
13327                 set to false whenever a trash folder was empty (discarding
13328                 a previously found *filled* trash folder.)
13329
13330                 also edited the code a little bit and made it more safe.
13331
13332 2001-12-22 [alfons]     0.6.6claws10
13333
13334         * src/imap.c
13335                 quick fix for Martin Pool's omission of an account
13336                 specific SSL setting
13337
13338 2001-12-22 [alfons]     0.6.6claws9
13339
13340         * src/compose.c
13341         * src/messageview.c
13342         * src/mimeview.c
13343         * src/pgptext.c
13344         * src/procmime.[ch]
13345                 better support for multipart/digest (submitted
13346                 by Fredrik <e98fo@efd.lth.se>)
13347
13348 2001-12-22 [alfons]     0.6.6claws8
13349
13350         * src/addressbook.c
13351                 correct function signature
13352         * src/socket.[ch]
13353         * src/imap.[ch]
13354         * src/prefs_account.[ch]
13355                 allow IMAP over SSH tunnel (patch submitted by 
13356                 Martin Pool <mbp@samba.org>)
13357
13358 2001-12-21 [alfons]     0.6.6claws7
13359
13360         * sync with sylpheed 0.6.6cvs4-9
13361                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13362
13363 2001-12-21 [christoph]  0.6.6claws6
13364
13365         * src/compose.c
13366         * src/prefs_folder_item.[ch]
13367                 implement saving of outgoing messages to current folder.
13368                 fix segfault when no default outbox is available
13369                 (closes bug #495683)
13370
13371 2001-12-21 [carsten]    0.6.6claws5
13372         * src/folderview.c
13373         * src/summaryview.c
13374                 pressing CTRL while DND does now the expected thing and
13375                 copies the mail (moving is still the default, as this
13376                 seam more appropriate for handling mails by DND)
13377
13378 2001-12-18 [paul]       0.6.6claws4
13379
13380         * sync with sylpheed 0.6.6cvs3
13381                 see ChangeLog entries 2001-12-18
13382
13383 2001-12-18 [hiro]       0.6.6claws3
13384
13385         * src/undo.c
13386                 fix for multibyte characters (obtain the number of letters
13387                 instead of bytes).
13388
13389 2001-12-17 [paul]       0.6.6claws2
13390
13391         * sync with sylpheed 0.6.6cvs1
13392                 see ChangeLog entry 2001-12-16
13393
13394 2000-12-17 [alfons]     0.6.6claws1
13395
13396         * src/filtering.c
13397                 clean up
13398
13399 2001-12-16 [paul]       0.6.6claws
13400 2001-12-15
13401
13402         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13403
13404         * src/mimeview.c
13405                 last minute sync with main 0.6.6
13406
13407         * po/es.po
13408                 updated by Ricardo Mones Lastra
13409                 update for last minute sync
13410         * po/fr.po
13411         * po/nl.po
13412                 update for last minute sync
13413         * po/de.po
13414                 updated by Jens Oberender
13415         * po/pt_BR.po
13416                 updated by Fabio Junior Beneditto
13417
13418         * src/prefs_common.[ch]
13419         * src/undo.c
13420                 number of undo levels is user configurable
13421                 (squeeze it into the release in the dying
13422                 moments) Submitted by Jens Oberender    
13423
13424 2001-12-15 [melvin]
13425
13426         * po/fr.po
13427                 updated french translation
13428
13429 2001-12-15 [paul]       0.6.5claws92
13430
13431         * sync with sylpheed 0.6.5cvs28
13432                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13433
13434         * po/nl.po
13435                 update to allow for sync
13436
13437 2001-12-15 [alfons]
13438         
13439         * po/nl.po
13440                 update dutch translation
13441
13442 2001-12-14 [carsten]    0.6.5claws91
13443         * src/summaryview.c
13444                 fixed bug #473785; also after changing the column order
13445                 the same message will be selected and displayed as before
13446                 the reordering
13447
13448 2001-12-14 [carsten]    0.6.5claws90
13449         * src/folderview.c
13450                 probably found the bug reported by wwb opening or closing
13451                 a folder tree just before dnd (found the solution in the
13452                 balsa source -- thanks to them)
13453
13454 2001-12-14 [carsten]    0.6.5claws89
13455         * src/gtkutils.c
13456         * src/account.c
13457                 moved gtk_clist_moveto to the right place, so that
13458                 only the accounts dialog is effected on opening
13459
13460 2001-12-14 [carsten]    0.6.5claws88
13461         * src/gtkutils.c
13462                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13463                 now, so that the focused row will be seen in any case
13464                 (reported by wwp on sf-claws-user)
13465
13466 2001-12-14 [darko]      0.6.5claws87
13467
13468         * src/compose.c
13469                 remove unnecessary line
13470
13471 2001-12-14 [paul]       0.6.5claws86
13472
13473         * sync with sylpheed 0.6.5cvs27
13474                 see ChangeLog entries 2001-12-14
13475
13476 2001-12-14 [carsten]    0.6.5claws85
13477         * src/mainwindow.c
13478                 following a suggestion of Melvin the rcoabm pops up
13479                 right under the button now and the button is reliefed
13480                 while the popup is open
13481
13482 2001-12-14 [darko]      0.6.5claws84
13483
13484         * src/compose.c
13485                 fix crash when wrapping long lines if linewrap quotation
13486                 is disabled and wrapper encounters a word spanning more
13487                 than one line
13488
13489 2001-12-13 [paul]       0.6.5claws83
13490
13491         * src/compose.c
13492                 prefer 'Reply-To' header over mailing list header when
13493                 replying to a message. Finally prevent all those confirmation 
13494                 messages being sent to the list itself.
13495
13496         * src/summaryview.c
13497                 remove unused summary_set_menu_sensitive() entry
13498
13499 2001-12-13 [paul]       0.6.5claws82
13500
13501         * src/folderview.c
13502         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13503         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13504         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13505                 improvements to 'Hide read messages': Inbox, Outbox,
13506                 Trash, Queue, and Draft icons now reveal presence of hidden 
13507                 messages
13508
13509 2001-12-12 [alfons]     0.6.5claws81
13510
13511         0.6.5claws80 was tagged as LAST_STABLE
13512
13513         * src/filtering.[ch]
13514         * src/matcher.[ch]
13515         * src/matcher_parser_lex.c
13516                 fix the filtering; my last attempt to get it right, 
13517                 if it does not work, it's Hoa's turn. ;-)
13518
13519                 for my honourable peers:
13520                 
13521                 the code now makes a clear distinction between
13522                 rules as they are displayed (probably escaped),
13523                 and as they are executed (probably unescaped). the
13524                 parser does *NOT* do any unescaping, this is
13525                 the task of the matcher.c (which breaks up a
13526                 rule into condition) and the filtering.c (which
13527                 breaks up the rule's action). to make this
13528                 run happily we provide an unescaped copy of
13529                 crucial strings to the MatcherProp and 
13530                 FilteringAction structures. note that the only
13531                 exception to this is any REGEXP string. those
13532                 are directly passed to regcomp() and regexp()
13533                 (who have much more powerful unescape functions).
13534                 
13535                 for everyone else:
13536         
13537                 you can escape tab (\t), carriage return (\r),
13538                 linefeed (\n), form feed (\f), quote (\"), 
13539                 single quote (\'), bell (\b) in all the entry
13540                 lines in the scoring & filtering dialogs.
13541                 as an added bonus this should not affect
13542                 existing filtering rules.
13543
13544 2001-12-12 [carsten]    0.6.5claws80
13545
13546         * src/summaryview.c
13547         * po/de.po
13548                 "item(s) selected" is now sensitive to 1 or more
13549                 than one selected (nice for language where simple
13550                 adding of a "s" is not possible as German (Eintrag
13551                 ->Eintr"age)
13552                 
13553                 the "forward as attachment" entry from the right
13554                 click menu removed, "forward" acts following the
13555                 prefs
13556         
13557         * src/textview.c
13558                 reverted my former changes; so compiler warning again
13559                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13560                 nevertheless
13561
13562         * src/messageview.c
13563                 "search in message" does now *not* only work in MVIEW_TEXT
13564                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13565                 message
13566
13567         * src/mainwindow.c
13568                 removed "/File/_Close" as it was the same as "/File/E_xit"
13569                 and we don't need it two times
13570
13571                 the separate folder view and message view now get a distinct
13572                 WMCLASS, just in case someone is using sawfish ;-)
13573
13574                 as the menu entries "/View/Message view" and "/View/Folder tree"
13575                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13576                 make them sensitive accordingly and as these two are "shown"
13577                 after startup anytime check this menuitem at startup
13578
13579 2001-12-12 [paul]       0.6.5claws79
13580
13581         * src/folderview.c
13582                 fix sensitivity of 'Search folder...', broken in
13583                 0.6.5claws75
13584
13585         * src/mainwindow.c
13586                 fix dodgy English
13587
13588 2001-12-11 [carsten]    0.6.5claws78
13589         * src/filtering.c
13590                 fixed two typos returning a wrong FALSE/TRUE
13591         * src/mainwindow.[ch]
13592                 extra menu for email/news button removed
13593
13594 2001-12-11 [alfons]     0.6.5claws77
13595         
13596         * src/matcher.c                 (1.3)
13597         * src/matcher_parser_lex.l      (1.28)
13598                 revert for another attempt
13599                 mark 0.6.5claws77 as LAST_STABLE
13600
13601 2001-12-11 [christoph]  0.6.5claws76
13602
13603         * po/de.po
13604                 fixed wrong translation for prev. unread msg
13605
13606 2001-12-11 [paul]       0.6.5claws75
13607
13608         * src/folder.[ch]
13609         * src/folderview.c
13610         * src/mainwindow.c
13611         * src/summaryview.[ch]
13612         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13613                 enable ability to hide read messages on per folder basis via 
13614                 '/Summary/Hide read messages'; when selected, a folder will 
13615                 have a red open folder icon, instead of a blue icon, if the 
13616                 folder contains hidden messges
13617                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13618
13619         * src/mainwindow.c
13620                 remove '/Message/Forward as attachment' from 
13621                 main_window_set_menu_sensitive() to prevent debug warning
13622
13623         * src/folderview.c
13624         * src/mainwindow.c
13625                 Clean up some of the English
13626
13627         * tools/newscache_clean.pl
13628                 allow for new 'hidereadmsgs' entry in folderlist.xml
13629
13630         * po/es.po
13631                 updated translation, submitted by Ricardo Mones Lastra
13632
13633 2001-12-11 [paul]       0.6.5claws74
13634
13635         * sync with sylpheed 0.6.5cvs25
13636                 see ChangeLog entry 2001-12-11
13637
13638 2001-12-10 [alfons]     0.6.5claws73
13639
13640         * src/matcher.c
13641                 add more control characters
13642         * src/matcher_parser_lex.l
13643                 make escaping / unescaping work again
13644
13645 2001-12-10 [alfons]     0.6.5claws72
13646
13647         * src/imap.c
13648                 clean up warnings "returning value for void function" 
13649         * src/prefs_filtering.c
13650                 make info button for execute action sensitive
13651
13652 2001-12-10 [paul]       0.6.5claws71
13653
13654         * src/compose.c
13655         * src/imap.[ch]
13656         * src/summaryview.c
13657                 fix: imap server now gets informed of MARKED, UNMARKED
13658                 and REPLY events. Now people can use different IMAP-Mail
13659                 clients and have the exact same information about MARKED,
13660                 UNMARKED and REPLY status with all of them. Especially
13661                 useful for imap servers with a web-frontend.
13662                 submitted by Tobias Sandhaas <medlor@web.de>
13663
13664 2001-12-09 [melvin]     0.6.5claws70
13665         
13666         * src/textview.[ch]
13667                 fixed bug #490076 (hunted down by Alfons who implemented
13668                 a workaround in 0.6.5claws65)
13669
13670 2001-12-09 [christoph]  0.6.5claws69
13671
13672         * src/summaryview.c
13673                 set pointer to string in LOCKED column to NULL
13674                 (might fix bug #490800)
13675
13676 2001-12-09 [carsten]    0.6.5claws68
13677
13678         * po/de.po
13679                 resolved some cluttered menu shortcuts 
13680                 ('creating new email' and 'creating news message'
13681                 hade the same)
13682         * src/compose.c
13683                 wmclass now distinc from main window
13684         * src/mainwindow.c
13685           src/mainwindow.h
13686                 email/news and forward button functionality similar
13687                 to the reply buttons; removed the ugly dropdown arrows
13688                 and use instead the right mouse button
13689
13690 2001-12-09 [paul]       0.6.5claws67
13691
13692         * src/imap.c
13693         * src/utils.h
13694                 allow spaces in imap folder names
13695                 submitted by Willem van Engen <wvengen@stack.nl>
13696
13697 2001-12-09 [paul]       0.6.5claws66
13698
13699         * sync with sylpheed 0.6.5cvs24
13700                 see ChangeLog entry 2001-12-09
13701
13702 2001-12-08 [alfons]     0.6.5claws65
13703
13704         * src/textview.c
13705                 prevent secondary selection claim after "add to sender" dialog
13706                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13707                 we trick GTK by simulating a click at (0, 0) in the textview.
13708
13709 2001-12-08 [hoa]        0.6.5claws64
13710
13711         * src/folder.c
13712                 fixed a bug about the .processing folder name while filtering
13713
13714 2001-12-08 [alfons]     0.6.5claws63
13715
13716         * src/folderview.c 
13717                 work around problem of not correctly updating folder stats
13718                 when deleting messages. there's some folder scanning evil
13719                 going so the folderview_update_msg_num() does not work
13720                 correctly. need to investigate this.
13721
13722 2001-12-08 [paul]       0.6.5claws62
13723
13724         * sync with sylpheed 0.6.5cvs23
13725                 see ChangeLog entry 2001-12-08
13726
13727 2001-12-07 [christoph]  0.6.5claws61
13728
13729         * src/compose.c
13730                 fix another header translation problem
13731
13732 2001-12-07 [alfons]     0.6.5claws60
13733
13734         * src/mbox.c
13735                 make filtering also work on local spool mbox
13736
13737 2001-12-07 [carsten]    0.6.5claws59
13738         * src/addressbook.c
13739                 addressbook window gets a wmclass distinct from the main
13740                 sylpheed window
13741         * src/compose.h
13742         * src/mainwindow.[ch]
13743                   forward menu item will use mode selected in prefs, forward 
13744                 as attatchment in menu removed (will be substituted in the
13745                 toolbar similar to reply buttons)
13746                   create news message menu entry and news button is now 
13747                 sensitive to the existance of a news account
13748         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13749         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13750         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13751                 these are removed because the toolbar buttons don't show
13752                 the quoting modus any longer
13753
13754 2001-12-07 [paul]
13755
13756         * tools/newscache_clean.pl      ** NEW FILE **
13757                 perl script to do some tidying up in the newscache directory 
13758                 
13759         * tools/sylpheed-switcher       ** NEW FILE **
13760                 perl script to enable easy switching between main and claws
13761                 
13762         * tools/README
13763                 added descriptions of the two new perl scripts          
13764
13765
13766 2001-12-07 [melvin]     0.6.5claws58
13767
13768         * src/messageview.c
13769                 fixed a warning during compilation introduced in 0.6.5claws56
13770
13771 2001-12-07 [paul]       0.6.5claws57
13772
13773         * src/mainwindow.[ch]
13774         * src/menu.[ch]
13775                 further usability enhancements to replying with or without 
13776                 quoting via the toolbar, use of Ctrl key is replaced by 
13777                 drop down menu 
13778                 Submitted by Carsten Schurig            
13779
13780 2001-12-07 [melvin]     0.6.5claws56
13781
13782         * src/messageview.c
13783                 hack to fix bug that prevented to make/paste selections
13784                 after switching between MVIEW_TEXT and MVIEW_MIME views
13785                 without deselecting the selection first.
13786
13787 2001-12-06 [alfons]     0.6.5claws55
13788
13789         * src/filtering.[ch]
13790         * src/inc.c
13791                 revise filtering a little bit more, and make sure
13792                 messages are delivered to the appropriate inbox
13793                 (perhaps set per account)
13794
13795 2001-12-06 [paul]       0.6.5claws54
13796
13797         * sync with sylpheed 0.6.5cvs22
13798                 see ChangeLog entry 2001-12-06
13799
13800 2001-12-05 [alfons]     0.6.5claws53
13801
13802         * src/inc.c
13803         * src/folder.[ch]
13804         * src/procmsg.c
13805         * src/filtering.c
13806                 more revisions of filtering system
13807                 (last stable version is marked as LAST_STABLE)
13808                 
13809                 | NOTE 1): the filtering system now uses a local folder called
13810                 | .processing. if filtering fails, check this directory
13811                 | for missing messages.
13812                 |
13813                 | NOTE 2): help us find the filtering actions still missing
13814
13815 2001-12-05 [paul]       0.6.5claws52
13816
13817         * src/mainwindow.c
13818                 fix bug where 'Empty Trash?' pop-up window appears even
13819                 when Trash is empty, submitted by Jesse Skinner         
13820
13821 2001-12-05 [melvin]     0.6.5claws51
13822
13823         * src/compose.c
13824                 fixed bug #486106 to select correct account when reediting 
13825                 a queued message
13826         
13827 2001-12-04 [alfons]     0.6.5claws50
13828
13829         * src/mh.c
13830                 declare markfile in appropriate functions when
13831                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13832                 for spotting this)
13833
13834 2001-12-04 [paul]       0.6.5claws49
13835
13836         * sync with sylpheed 0.6.5cvs21
13837                 see ChangeLog entry 2001-12-04
13838
13839 2001-12-03 [christoph]  0.6.5claws48
13840
13841         * po/de.po
13842                 changed translation of undo
13843         * src/account.c
13844         * src/folder.c
13845                 don't reinvent the wheel to traverse a GNode
13846         * src/compose.[ch]
13847                 seperate code to create the compose gui into functions
13848                 add "Others" page with folder selection for saving copy
13849                 of the message.
13850                 the folder identifier is saved to queue header
13851         * src/procmsg.c
13852                 save message to folder in queue header
13853
13854 2001-12-03 [paul]       0.6.5claws47
13855
13856         * sync with sylpheed 0.6.5cvs20
13857                 see ChangeLog entry 2001-12-03
13858
13859 2001-12-01 [paul]
13860
13861         * more sync with sylpheed 0.6.5cvs19
13862                 see ChangeLog entry 2001-11-29
13863
13864 2001-11-30 [paul]       0.6.5claws46
13865         
13866         * src/compose.c
13867                 remove conflicts introduced by Hoa's last commit
13868          
13869         * src/mainwindow.c
13870                 make 'Message/Bounce' sensitive
13871
13872 2001-11-30 [hoa]        0.6.5claws45
13873
13874         * src/compose.c
13875                 slightly change bounce function to add
13876                 information about the user that bounced the mail
13877                 in the From header line.
13878
13879         * src/folderview.c
13880                 permit the use of processing in outbox folder.
13881
13882 2001-11-29 [paul]       0.6.5claws44
13883
13884         * src/mainwindow.[ch]
13885         * src/prefs_common.c
13886         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13887         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13888         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13889                 usability enhancements to the quoting, implements
13890                 use of Ctrl key to toggle quoting settings
13891                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13892
13893 2001-11-29 [paul]       0.6.5claws43
13894         
13895         * sync with sylpheed 0.6.5cvs19
13896                 see ChangeLog entry 2001-11-28
13897
13898 2001-11-29 [melvin]     0.6.5claws42
13899         * src/Makefile.am
13900                 added enriched.[ch] to the list of files
13901
13902         * src/textview.c
13903         * src/mimeview.c
13904         * src/procmime.[ch]
13905         * src/enriched.[ch]
13906                 added support to view text/enriched
13907                 added support to show headers in message view for text/enriched and text/html
13908                         in non multipart messages
13909
13910 2001-11-28 [paul]       0.6.5claws41
13911
13912         * more sync with sylpheed 0.6.5cvs18
13913                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13914
13915 2001-11-27 [paul]       0.6.5claws40
13916         
13917         * po/pt_BR.po
13918                 updated translation, submitted by Fabio Junior Beneditto
13919                 
13920         * sync with sylpheed 0.6.5cvs18
13921                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13922                 2001-11-27
13923
13924
13925 2001-11-26 [paul]
13926
13927         * po/es.po
13928                 updated translation, submitted by Ricardo Mones Lastra
13929
13930 2001-11-26 [alfons]
13931
13932         * src/matcher.c
13933                 add more translatable strings
13934
13935 2001-11-26 [christoph]  0.6.5claws39
13936
13937         * po/de.po      
13938                 fixed one more umlaut
13939         * src/compose.c
13940                 fix translated header when it should not be translated
13941
13942 2001-11-26 [paul]       0.6.5claws38
13943
13944         * src/mainwindow.c
13945                 remove '/Message/Add Sender to address book' from 
13946                 main_window_set_menu_sensitive(), prevent debug warning
13947                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13948
13949 2001-11-26 [paul]       0.6.5claws37
13950
13951         * src/summaryview.c
13952                 fix 'recurring unread state' bug 
13953
13954         * tools/README 
13955         * tools/filter_conv.pl
13956                 read name of top level mailbox from folderlist.xml
13957                 and presume nothing about its name              
13958
13959 2001-11-26 [darko]      0.6.5claws36
13960
13961         * src/gtkstext.[ch]
13962                 removed functions that are now in gtkutils.c
13963                 use gtkut_text_is_uri_string() from gtkutils.c
13964         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13965
13966 2001-11-26 [paul]       0.6.5claws35
13967
13968         * sync with sylpheed 0.6.5cvs16
13969                 see ChangeLog entries 2001-11-25 and 2001-11-26
13970
13971 2001-11-25 [alfons]     0.6.5claws34
13972
13973         EXPERIMENTAL!!! Please checkout the last stable version using: 
13974           
13975         % cvs update -r LAST_STABLE -dRAP
13976
13977         (Or help us testing this stuff.)
13978
13979         * src/filtering.c               (1.14)
13980         * src/filtering.h               (1.6)
13981         * src/inc.c                     (1.28)
13982         * src/matcher.c                 (1.20)
13983         * src/mbox.c                    (1.9)
13984         * src/procmsg.h                 (1.14)
13985         * src/summaryview.c             (1.59)
13986         * src/summaryview.h             (dunno)
13987                 revert/merge/sync to as it was before commit 
13988                 on Thu, 19 Jul 2001 10:15:51 -0700.
13989
13990 2001-11-25 [hoa]        0.6.5claws33
13991
13992         * src/main.c
13993                 processing mails at startup
13994
13995         * src/folderview.c
13996         * src/summaryview.[ch]
13997                 processing mails when entering folder
13998
13999         * src/prefs_filtering.c
14000                 fixed some UI bugs
14001
14002 2001-11-24 [alfons]     0.6.5claws32
14003
14004         * src/summaryview.[ch]
14005                 make summary sort headers work, and also make
14006                 sure the sort type is stored
14007
14008 2001-11-23 [alfons]     0.6.5claws31
14009
14010         * src/summaryview.[ch]
14011                 make lock work like mark
14012                 disallow deleting messages marked as locked
14013
14014 2001-11-23 [alfons]     0.6.5claws30
14015
14016         * src/gtkstext.c
14017         * src/compose.[ch]
14018         * src/Makefile.am
14019         * src/undo.[ch]
14020                 merge undo patch submitted by Jens
14021
14022 2001-11-23 [christoph]  0.6.5claws29
14023
14024         * src/.cvsignore
14025                 added ylwrap
14026         * src/compose.c
14027                 fixed gpg signing and encoding
14028         * src/folder.[ch]
14029         * src/main.c
14030                 added --status option to get new, unread and total
14031                 message count from a running sylpheed
14032         * src/prefs_common.c
14033                 temporary fix for reply_with_quote problem
14034                 (don't call functions for non existing widget)
14035         * src/procmsg.c
14036                 one more check for ignored threads but still not
14037                 always working correctly. probably a recursive
14038                 check for all parents is needed
14039
14040 2001-11-23 [darko]      0.6.5claws28
14041
14042         * src/compose.c
14043                 wrapping on send improvements
14044         * src/gtkutils.[ch]
14045                 fix for GtkSText after last sync with main branch
14046                 GTK_TEXT -> GTK_STEXT
14047
14048 2001-11-23 [paul]       0.6.5claws27
14049
14050         * sync with sylpheed 0.6.5cvs14
14051                 see ChangeLog entries 2001-11-22 and 2001-11-23
14052                 
14053         * po/de.po
14054                 fixed the scrambled umlauts 
14055                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14056
14057 2001-11-21 [paul]       0.6.5claws26
14058
14059         * sync with sylpheed 0.6.5cvs12
14060                 see 2nd ChangeLog entry dated 2001-11-20
14061
14062 2001-11-20 [paul]       0.6.5claws25
14063
14064         * sync with sylpheed 0.6.5cvs11
14065                 see ChangeLog entry 2001-11-19 (src/utils.c)
14066
14067 2001-11-20 [hiro]
14068
14069         * src/compose.c
14070                 GTK_TEXT -> GTK_STEXT
14071                 fix for wrong comment
14072
14073 2001-11-20 [hiro]       0.6.5claws24
14074
14075         * src/compose.[ch]
14076                 more merges from main branch
14077                 removed fatal warnings (uninitialized variables etc.)
14078                 some coding style fix
14079         * src/gtkutils.h
14080                 fixed typo.
14081         * src/addressbook.c
14082           src/addrindex.c
14083                 V-Card -> vCard
14084
14085 2001-11-19 [hoa]        0.6.5claws23
14086
14087         * src/filtering.c
14088         * src/prefs_scoring.c
14089         * src/matcher.[ch]
14090         * src/scoring.c
14091                 cleaning code
14092
14093         * src/matcher_parser_parse.y
14094         * src/prefs_filtering.c
14095                 bouncing
14096
14097 2001-11-19 [alfons]     0.6.5claws22
14098
14099         more of my old things into claws
14100
14101         * src/Makefile.am
14102         * src/prefs_common.c
14103         * src/procmsg.h
14104         * src/summaryview.[ch]
14105         * src/prefs_summary_column.c
14106         * src/pixmaps/locked.xpm
14107                 add indicators for locking of message in summary view
14108                 (does not work yet, only visual indicator)
14109
14110 2001-11-19 [paul]       0.6.5claws21
14111
14112         * sync with sylpheed 0.6.5cvs10
14113                 see ChangeLog entry 2001-11-19
14114
14115 2001-11-18 [alfons]     0.6.5claws20
14116         
14117         * src/filtering.c
14118                 remove an inadvertent free I forgot in previous clean up 
14119
14120 2001-11-18 [alfons]     0.6.5claws19
14121
14122         * src/filtering.[ch]
14123                 clean up & plug leaks
14124
14125 2001-11-18 [paul]       0.6.5claws18
14126
14127         * sync with sylpheed 0.6.5cvs9
14128                 see ChangeLog entries 2001-11-17 and 2001-11-18
14129
14130 2001-11-16 [paul]       0.6.5claws17
14131
14132         * sync with sylpheed 0.6.5cvs8
14133                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14134
14135 2001-11-16 [paul]       0.6.5claws16
14136
14137         * sync with sylpheed 0.6.5cvs7
14138                 see ChangeLog entries 2001-11-15 and 2001-11-16
14139
14140 2001-11-15 [hoa]        0.6.5claws15
14141
14142         * src/compose.c
14143                 fix bounce, mails we received couln't be bounced to ourself.
14144
14145         * src/defs.h
14146         * src/filtering.[ch]
14147         * src/matcher.[ch]
14148         * src/matcher_parser.h
14149         * src/matcher_parser_lex.l
14150         * src/matcher_parser_parse.y
14151         * src/inc.c
14152         * src/main.c
14153         * src/mbox.c
14154         * src/prefs_filtering.[ch]
14155         * src/mainwindow.c
14156         * src/prefs_matcher.c
14157         * src/prefs_scoring.c
14158         * src/scoring.[ch]
14159         * src/summaryview.c
14160                 new matcher/filter/score configuration file parser
14161                 one unique configuration file => ~/.sylpheed/matcherrc
14162                 import in currently automatic, then save are made
14163                 in this new file.
14164                 one filter per folder and one global filter
14165                 (filter of a folder will be used as folder processing)
14166
14167         * src/folder.c
14168                 fix a bug in folder_item_get_identifier
14169                 
14170         * src/messageview.c
14171                 receive receipt return are fixed.
14172
14173 2001-11-14 [alfons]     0.6.5claws14
14174
14175         * src/session.h
14176                 add things from main branch to make claws compile
14177
14178 2001-11-14 [paul]       0.6.5claws13
14179
14180         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14181                 see ChangeLog entries 2001-11-08 to 2001-11-14
14182
14183 2001-11-14 [hoa] 0.6.5claws12
14184
14185         * src/compose.[ch]
14186         * src/mainwindow.c
14187         * src/summaryview.c
14188                 add "bounce mail" option
14189
14190 2001-11-13 [christoph]  0.6.5claws11
14191
14192         * src/compose.c
14193                 Cleanup a mess i add before commiting
14194
14195 2001-11-13 [hoa]        0.6.5claws10
14196
14197         * src/compose.c
14198                 some fixes when mail are sent or
14199                 for crossposts
14200
14201 2001-11-13 [christoph]  0.6.5claws9
14202
14203         * po/de.po
14204                 Changed two string with the same translation
14205         * src/compose.c
14206         * src/procmsg.[ch]
14207         * src/send.[ch]
14208                 New mailsending process:
14209                   - Always queue message before sending
14210                     (message will be saved if sylpheed crashed or
14211                      freezes while sending)
14212                   - Allow queuing of newspostings
14213                   - No copy in outbox before sending
14214                     (closes bug #469501)
14215                   - No more redundant code for send and send_later
14216         * src/summaryview.c
14217                 Applied wwp <subscript@free.fr>'s patch that fixes
14218                 marks for multiple forwarded messages (+compose.c)
14219
14220 2001-11-12 [alfons]
14221
14222         * README.claws
14223                 remove things that are now in main branch
14224         
14225         * po/nl.po
14226                 update Dutch translation
14227
14228 2001-11-12 [mhadasht]   0.6.5.claws8
14229
14230         * src/prefs_common.c
14231                 re-enabled account autoselection feature for forward
14232                 and reedit lost during the branch point for SYNC-B4-REL
14233         * src/gtkspell.c
14234                 gtkpspell_get_dict(): more readable code (even if function is
14235                 not used yet)
14236         * ChangeLog.claws
14237                 added version number info to 2001-11-12 [hiro] comment.
14238
14239 2001-11-12 [hiro]       0.6.5.claws7
14240
14241         * src/compose.c
14242                 compose_forward(): fixed a bug that forward quote mark
14243                 wasn't used.
14244                 removed unnecessary code.
14245         * src/template_select.[ch]: removed.
14246
14247 2001-11-11 [alfons]
14248
14249         * src/compose.c
14250                 :%s/GTK_TEXT/GTK_STEXT/g
14251         
14252         * src/compose.[ch]
14253         * src/undo.[ch]
14254         * src/Makefile.am
14255                 revert the undo stuff (this is 0.6.6claws stuff)
14256
14257 2001-11-11 [hoa]        0.6.5.claws6
14258
14259         * src/compose.[ch]
14260                 Insert signature at the end of the text.
14261                 Added undo patch but currently disabled
14262
14263         * src/procmsg.c
14264                 Threading by subject improved.
14265
14266         * added src/undo.[ch]
14267                 Undo module for compose dialog box.
14268
14269 2001-11-11 [alfons]     0.6.5.claws5
14270
14271         * src/procmsg.c
14272                 prevent threading by subject on nodes that have already been
14273                 threaded by in-reply-to (as in "circular references in a tree
14274                 result in a dead branch")
14275
14276 2001-11-09 [hoa]        0.6.5.claws4
14277         
14278         * src/folderview.c
14279                 allows creation of mbox folder item from any files.
14280
14281 2001-11-09 [alfons]     0.6.5.claws3
14282         
14283         * src/utils.c
14284         * src/procmsg.c
14285                 do what I mean and correct threading by subject so it really
14286                 ignores attracting lines without "Re: "
14287
14288 2001-11-07 [alfons]     0.6.5.claws2
14289
14290         * src/procmsg.c
14291         * src/utils.[ch]
14292                 only attract by subject if a subject line starts with a "Re: "
14293         * src/syldap.c
14294                 remove warning
14295
14296 2001-11-07 [paul]       0.6.5claws1
14297
14298         * sync with sylpheed 0.6.5. release
14299                 see ChangeLog entry 2001-11-07
14300
14301 2001-11-07 [paul]       0.6.4claws31
14302
14303         * sync with sylpheed 0.6.4cvs18
14304                 see ChangeLog entries 2001-10-30 to 2001-11-07
14305                 prefs_templates.[ch] renamed prefs_template.[ch]
14306
14307 2001-11-06 [alfons]
14308         
14309         * src/utils.h
14310                 add semicolon Hoa forgot ;-)
14311                 
14312
14313 2001-11-06 [hoa]        0.6.4claws30
14314         
14315         * src/procmsg.c
14316         * src/summaryview.c
14317         * src/utils.c
14318         * src/utils.h
14319                 threading by subject - empty subject are ignored
14320
14321 2001-11-06 [christoph]  0.6.4claws29
14322
14323         * src/socket.c
14324                 use SSL_peek for sock_gets
14325         * src/utils.c
14326                 removed unneeded pointer in extracting quoted
14327                 names implementation
14328
14329 2001-11-06 [melvin]     0.6.4claws28
14330
14331         * src/gtkspell.c
14332                 fixed bug #476792 Selection overtyping with spell checker
14333                 fixed bug which could cause a buffer overflow
14334                 fixed a memory leak
14335
14336 2001-11-06 [hoa]        0.6.4claws27
14337         
14338         * src/procmsg.c
14339         * src/summaryview.c
14340                 threading by subject
14341
14342 2001-11-05 [alfons]     0.6.4claws26
14343         
14344         * README.claws
14345                 Claws -> Sylpheed (vice versa)
14346
14347         * src/compose.c
14348                 :%s/gtk_text/gtk_stext/g
14349                 :%s/GTK_TEXT/GTK_STEXT/g
14350                 (thanks to Jonathan Ware for spotting this)
14351
14352 2001-11-04 [christoph]  0.6.4claws25
14353
14354         * src/summaryview.c
14355                 replace Xalloca + strdup with Xstrdup_a
14356         * src/utils.c
14357                 better implementation of extracting quoted names
14358                 from addresses (remove backlashes and ignore
14359                 quotes after them)
14360
14361 2001-11-04 [alfons]     0.6.4claws24
14362
14363         * src/utils.[ch]
14364                 edit to comply more with coding style
14365
14366         * src/textview.c
14367                 fix bug reported by Kim Schulz. introduced by the patch integrated
14368                 in 0.6.4claws15. the code did not check the return value of
14369                 the html parser.
14370
14371         * AUTHORS
14372                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14373
14374 2001-11-04 [christoph]  0.6.4claws23
14375
14376         * src/main.c
14377         * src/prefs_common.[ch]
14378                 init some pointers that possibly caused a segfault
14379                 reported in the claws-users ML
14380
14381 2001-11-04 [hoa]        0.6.4claws22
14382
14383         * src/grouplistdialog.c
14384                 change the names of the nodes in the tree
14385
14386         * src/compose.c
14387                 enhanced mailto syntax as described in
14388                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14389                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14390
14391         * src/utils.c
14392                 encode and decode URI (useful when opening URL into
14393                 netscape).
14394
14395 2001-11-03 [hoa]        0.6.4claws21
14396
14397         * src/grouplistdialog.c
14398                 a new newsgroups list selection dialog box
14399                 with a CTree instead of a CList
14400
14401 2001-11-03 [hoa]        0.6.4claws20
14402
14403         * src/folderview.c
14404                 enable property and scoring options when right
14405                 click on "inbox"
14406
14407         * src/summaryview.c
14408                 fixed bug when nickname were displayed using
14409                 the address book.
14410
14411 2001-11-02 [darko]      0.6.4claws19
14412
14413         * src/compose.c
14414                 new wrap quotation and URL/long words wrapping implementation
14415         * src/compose.c src/gtkstext.[ch]
14416                 move gtkstext_strncmp() to gtkstext.c
14417
14418 2001-11-01 [christoph]  0.6.4claws18
14419
14420         * src/prefs_account.c
14421                 fixed mess in account settings dialog
14422         * src/prefs_folder_item.c
14423                 added label with folder path to dialog
14424
14425 2001-10-31 [match]      0.6.4claws17
14426
14427         * src/vcard.c
14428                 fix memory leak.
14429         * src/addrbook.c
14430                 fix generation of spurious address book file names.
14431                 remove redundant functions.
14432         * po/POTFILES.in
14433                 added missing file names.
14434
14435 2001-10-30 [paul]       0.6.4claws16
14436
14437         * sync with sylpheed 0.6.4cvs6
14438                 see ChangeLog entries 2001-10-26 to 2001-10-30
14439
14440         * tools/filter_conv.pl
14441                 read folderlist.xml to discover whether the top-level
14442                 folder is called 'Mailbox' or 'Mail' 
14443
14444 2001-10-29 [paul]       0.6.4claws15
14445
14446         * src/html.c, src/textview.c
14447                 activate links in html mail and fix clickable parts
14448                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14449
14450 2001-10-29 [paul]
14451
14452         * po/de.po, po/es.po, po/pt_BR/po
14453                 updated translations, submitted by Jens Oberender,
14454                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14455
14456 2001-10-29 [darko]      0.6.4claws14
14457
14458         * src/compose.c
14459                 fix wrapping for good
14460
14461 2001-10-29 [darko]
14462
14463         * src/compose.c
14464                 undo previous change as it broke the smart wrapping
14465
14466 2001-10-29 [darko]      0.6.4claws13
14467
14468         * src/compose.c
14469                 fix infinite loop when long URL is quoted
14470                 (closes bug #475122.
14471
14472 2001-10-28 [match]
14473
14474         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14475                 import Mutt address book
14476         * src/ldif.[ch] src/importldif.h
14477                 modified import LDIF handle user attributes
14478
14479 2001-10-28 [christoph]  0.6.4claws12
14480
14481         * src/summaryview.c
14482                 fixed that filtering did not work if there
14483                 were no filter rules
14484                 (closes bug #472003 and better implementation
14485                  of patch #474644)
14486
14487 2001-10-27 [christoph]  0.6.4claws11
14488
14489         * src/compose.c
14490                 make the folder's default account to be used when
14491                 replying. (patch by wwp <subscript@free.fr>)
14492         * src/compose.c
14493                 code cleanup, nearly killed all of wwp's patch
14494                 for folder's default account in compose
14495         * src/folderview.c
14496                 error panel when a folder could not be created
14497                 (closes bug #471080 new folder name & already
14498                  existing file)
14499
14500 2001-10-26 [alfons]
14501
14502         * src/utils.h
14503                 change prototype of strstr2() that Christoph forgot about
14504
14505 2001-10-26 [christoph]  0.6.4claws10
14506
14507         * src/account.c
14508                 made search for accounts by email address not case
14509                 sensitive
14510         * src/folder.c
14511                 fixed memory leak in folder_item_get_identifier
14512         * src/gtkspell.c
14513         * src/utils.c
14514                 fixed wrong strstr2 (should work like strstr)
14515
14516 2001-10-26 [darko]      0.6.4claws9
14517
14518         * src/compose.c src/gtkstext.[ch]
14519         * src/gtkstext.c
14520                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14521
14522 2001-10-26 [paul]       0.6.4claws8
14523
14524         * src/html.c
14525                 ignore css and javascript tags in html mail
14526                 case-insensitive, with or without double-quoted
14527                 strings
14528
14529 2001-10-26 [paul]       0.6.4claws7
14530
14531         * sync with sylpheed 0.6.4cvs1
14532                 see ChangeLog entry 2001-10-26
14533
14534         * src/prefs_account.c, src/prefs_common.c,
14535           src/prefs_summary_column.c
14536                 minor improvements to the English
14537
14538 2001-10-25 [alfons]     0.6.4claws6
14539
14540         * src/gtkstext.c
14541         
14542                 make GtkSText follow style of GtkText (closes bug 
14543                 #469211 "text selection while writing message")
14544                 
14545                 do sync with GTK 1.2.10
14546
14547 2001-10-25 [paul]       0.6.4claws5
14548
14549         * src/html.c
14550                 ignore css tags in html mail
14551
14552 2001-10-25 [darko]      0.6.4claws4
14553
14554         * src/compose.c
14555                 don't declare is_url_string as static function since
14556                 we need it in gtkstext.c
14557         * src/gtkstext.c
14558                 remove unused variable
14559                 don't wrap long URLs while composing a message
14560
14561 2001-10-24 [christoph]  0.6.4claws3
14562
14563         * src/socket.c
14564                 fix ssl deadlock, when peer closes connection
14565
14566 2001-10-24 [paul]       0.6.4claws2
14567
14568         * src/prefs_common.c
14569                 gettextize the gpg ascii-armored warning message
14570
14571         * src/compose.c
14572                 insert a DOS/MAC file into the composed message
14573                 (improvements)
14574
14575         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14576
14577 2001-10-22 [paul]       0.6.4claws1
14578
14579         * sync with sylpheed 0.6.4 release
14580                 see ChangeLog entries 2001-10-21
14581
14582         * po/fr.po, po/pt_BR.po
14583                 updated by Melvin Hadasht and Fabio Junior Beneditto
14584
14585 2001-10-21 [paul]       0.6.3claws30
14586
14587         * src/compose.c
14588                 insert a DOS text file from the compose window
14589                 into the composed message text (removes CRs characters)
14590                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14591
14592         * tools/filter_conv.pl, tools/README
14593                 automatically use ~/.sylpheed as working directory
14594                 print out confirmation message on completion
14595
14596         * correct Hoa's last ChangeLog.claws entry
14597
14598 2001-10-20 [hoa]        0.6.3claws29
14599
14600         * src/grouplistdialog.c
14601                 bugfix (another ?) to give the right
14602                 newsgroups list for each news server.
14603
14604         * src/news.c
14605         * src/news.h
14606                 improve the newsgroups list cache
14607
14608 2001-10-20 [paul]       0.6.3claws28
14609
14610         * sync with sylpheed 0.6.3cvs9
14611                 see ChangeLog entry 2001-10-19
14612
14613         * correct Alfons' last ChangeLog.claws entry
14614
14615 2001-10-19 [alfons]
14616
14617         * src/pgptext.[ch]
14618                 fix compilation problems (part of bug #472895)
14619
14620 2001-10-18 [hoa]        0.6.3claws27
14621
14622         * src/grouplistdialog.c
14623                 bugfix when we refresh was clicked (bug 472701)
14624
14625 2001-10-19 [christoph]  0.6.3claws26
14626
14627         * src/compose.c
14628                 last header entry should default to "To:" or
14629                 "Newsgroups:" and not copy the last entry line
14630                 in a new compose window
14631                 (closes bug #472686, #470792)
14632
14633 2001-10-19 [paul]       0.6.3claws25
14634
14635         * sync with Sylpheed 0.6.3cvs8
14636                 see ChangeLog entries 2001-10-18 and 2001-10-19
14637
14638 2001-10-18 [christoph]  0.6.3claws24
14639
14640         * src/procmsg.c
14641                 reimplement ignore thread
14642         
14643 2001-10-18 [hoa]        0.6.3claws23
14644
14645         * src/folderview.c
14646         * src/grouplistdialog.[ch]
14647                 enhanced news subscription interface (feature 469113)
14648
14649         * src/news.c
14650         * src/news.h
14651                 enchanced newsgroup listing,
14652                 now, we can get groups informations
14653                 (NNTPGroupInfo)
14654
14655 2001-10-18 [paul]       0.6.3claws22
14656
14657         * src/summaryview.c
14658                 remove comment (sync with main branch)
14659         * src/mainwindow.c
14660                 fix 'Re-edit' bug in 'Message' menu
14661
14662 2001-10-17 [christoph]  0.6.3claws21
14663
14664         * src/compose.c
14665                 ignore empty or whitespace only header lines
14666
14667 2001-10-17 [paul]       0.6.3claws20
14668
14669         * sync with sylpheed 0.6.3cvs7
14670                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14671                 2001-10-17
14672
14673 2001-10-17 [darko]
14674
14675         * src/compose.c
14676                 wrap long lines without spaces
14677                 don't wrap URLs
14678
14679 2001-10-16 [paul]
14680
14681         * po/es.po, po/nl.po, po/pt_BR.po
14682                 updated by Ricardo Mones Lastra, Alfons,
14683                 and Fabio Junior Beneditto
14684
14685         * sylpheed-0.6.3claws released
14686
14687 2001-10-15 [melvin] 0.6.3claws18
14688
14689         * README.claws
14690                 added summary and detailed installation instructions
14691                 for spell checker
14692         * po/fr.po
14693                 Updated, corrected and completed french translation
14694
14695 2001-10-15 [hoa] 0.6.3claws17
14696         * src/grouplistdialog.c
14697                 we can choose the newsgroups to display with wildcards
14698
14699 2001-10-15 [christoph]  0.6.3claws16
14700
14701         * src/account.c
14702         * src/compose.c
14703         * src/prefs_folder_item.[ch]
14704                 applied wwp <subscript@free.fr>'s folder
14705                 default account patch
14706         * po/de.po
14707                 Fixed wrong translation
14708
14709 2001-10-13 [alfons, christoph, melvin]  
14710                         0.6.3claws15
14711
14712         solution #2 to solve MT-safety problems defers all GUI related calls
14713         to the main thread using a gtk_idle_add() callback. discussed on
14714         ircnet #sylpheed, with christoph spotting some issues with the
14715         original code, and melvin allowing us to lobotomize his sylpheed.
14716
14717         * src/syldap.[ch], src/main.c
14718                 fix race problem in ldap search thread by deferring GUI 
14719                 stuff to main thread using gtk_idle_add()
14720
14721 2001-10-13 [paul]       0.6.3claws14
14722
14723         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14724                 add Sergey's smtpcred.patch
14725                 adds separate username/password setting for SMTP Auth
14726                 needed by some servers
14727                 (closes feature request #471659)
14728
14729 2001-10-13 [paul]       0.6.3claws13
14730
14731         * src/pgptext.[ch] **NEW FILES**
14732         * src/Makefile.am, src/messageview.c, src/mimeview.c
14733                 decrypt ascii-armored gpg text embedded in
14734                 the message body.
14735                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14736
14737 2001-10-13 [christoph]  0.6.3claws12
14738
14739         * README.claws
14740                 some more details on default to and
14741                 feature requests
14742         * src/main.c
14743                 init glib threading when ldap is used
14744         * src/syldap.c
14745                 threading fixes
14746         * po/de.po
14747                 fixed a typo
14748
14749 2001-10-12 [paul]       0.6.3claws11
14750
14751         * src/prefs_common.[ch], src/rfc2015.c
14752                 enable ascii-armored gpg text to be embedded in the
14753                 message body, selectable through the 'Privacy'
14754                 preferences. Supports encrypting only.
14755                 Submitted by Ravemax <ravemax@dextrose.com>
14756
14757 2001-10-12 [paul]       0.6.3claws10
14758
14759         * sync with sylpheed 0.6.3cvs6
14760                 see ChangeLog entries 2001-10-11 and 2001-11-12
14761
14762         * src/folderview.c
14763                 incorporated mbox folders, scoring, and folder
14764                 properties into the sync
14765
14766 2001-10-12 [darko]      0.6.3claws9
14767
14768         * README.claws
14769                 describe quotation wrapping
14770         * src/compose.c
14771                 don't treat tab as space to calculate line length properly
14772
14773 2001-10-11 [alfons]
14774
14775         * README.claws
14776                 correct description of how to make new filtering system work,
14777                 add some other things
14778                 
14779         * src/syldap.c
14780                 remove sched_yield() (not necessary / unportable)
14781
14782 2001-10-11 [paul]       0.6.3claws8
14783
14784         * sync with sylpheed 0.6.3cvs3
14785                 see ChangeLog entry 2001-10-10
14786
14787 2001-10-10 [christoph]  0.6.3claws7
14788
14789         * .cvsignore
14790                 ignore 2 files created by newer autotools
14791         * src/prefs_folder_item.c
14792                 using table for widget alignment
14793                 fixed memory leak and broken octal display
14794         * src/filesel.c
14795                 fixed segfault caused by lost filename
14796                 workaround (closes bug #469551)
14797
14798 2001-10-10 [paul]       0.6.3claws6
14799
14800         * sync with sylpheed 0.6.3cvs2
14801                 see ChangeLog entries 2001-10-09 and 2001-10-10
14802
14803 2001-10-10 [darko]      0.6.3.claws5
14804
14805         * src/gtkstext.c
14806                 proper calculation of right margin if smart wrapping is enabled
14807         * src/compose.c
14808                 automatically wrap long lines if wrap quotation is enabled
14809
14810 2001-10-09 [alfons]     0.6.3.claws4
14811
14812         * src/summaryview.c
14813                 select correct row when deleting last row in the summary view (and
14814                 close bug "[ #469104 ] select second last in list when deleting")
14815
14816 2001-10-09 [paul]       0.6.3claws3
14817
14818         * sync with sylpheed 0.6.3cvs1
14819                 updated some autotool scripts
14820
14821 2001-10-09 [darko]      0.6.3claws2
14822
14823         * src/gtkstext.[ch]
14824                 new name and mark with Sylpheed comment
14825         * src/compose.c
14826                 smart quotation wrapping a-la VIM
14827
14828 2001-10-08 [paul]       0.6.3claws1
14829
14830         * sync with sylpheed 0.6.3 release
14831                 see ChangeLog entry 2001-10-08
14832
14833 2001-10-08 [paul]       0.6.2claws24
14834
14835         * src/summaryview.c
14836                 more sync with sylpheed 0.6.2cvs12
14837                 Fixed the bug that didn't select the last row correctly
14838
14839
14840 2001-10-07 [paul]       0.6.2claws23
14841
14842         * sync with sylpheed 0.6.2cvs12
14843                 see ChangeLog entry 2001-10-07
14844
14845 2001-10-06 [match]
14846         * src/jpilot.[ch]
14847                 enable jpilot to read unsynch'ed addresses.
14848
14849         * src/editldap_basedn.c
14850                 fix segfault when opening dialog.
14851
14852 2001-10-06 [alfons]     0.6.2.claws22
14853
14854         * src/summaryview.c
14855                 fix bug with summary view selecting last *inserted*
14856                 node instead of last *visible* node. remember we
14857                 work with a tree
14858
14859 2001-10-06 [paul]       0.6.2claws21
14860
14861         * po/pt_BR.po
14862                 updated translation, contains some fixes and new
14863                 translations, submitted by Gustavo Noronha Silva
14864                 <kov@debian.org>
14865
14866         * src/prefs_common.c
14867                 change 'each' to 'every' - fix dubious English
14868
14869         * sync with sylpheed 0.6.2cvs11
14870
14871 2001-10-05 [alfons]     0.6.2claws20
14872
14873         * src/mainwindow.[ch], src/folderview.c
14874                 make composite tool button switch between "Compose News"
14875                 and "Compose Mail" depending on selected folder
14876                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14877
14878 2001-10-05 [paul]       0.6.2claws19
14879
14880         * src/mainwindow.c, src/summaryview.c
14881                 fix 'Message/Reply to all', broken in last commit
14882
14883         * src/compose.c
14884                 fix X_BEENTHERE seg fault, thanks to Alfons
14885
14886 2001-10-04 [paul]       0.6.2claws18
14887
14888         * src/compose.[ch], src/mainwindow.c
14889                 make "Message/Reply" reply to mailing lists; matches
14890                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14891                 based on portions of the patch submitted by
14892                 Junichi Uekawa <dancer@netfort.gr.jp>
14893
14894 2001-10-04 [darko]      0.6.2claws17
14895
14896         * src/compose.c
14897                 better smart wrapping
14898         * src/gtkstext.[hc]
14899                 a function to make text buffer contiguous
14900
14901 2001-10-03 [paul]       0.6.2claws16
14902
14903         * sync with sylpheed 0.6.2cvs10
14904
14905 2001-10-02 [alfons]
14906
14907         * configure.in
14908         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14909                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14910                 references to chinese translations (hope someone picks up
14911                 this)
14912
14913 2001-10-02 [christoph]  0.6.2claws15
14914
14915         * src/compose.c
14916                 fixed non translated header bug
14917         * ChangeLog.claws
14918                 fixed wrong date in alfons last entry ;)
14919
14920 2001-10-02 [alfons]     0.6.2claws14
14921
14922         * src/compose.c, src/prefs_common.[ch]
14923                 add block cursor option
14924
14925 2001-10-02 [paul]       0.6.2claws13
14926
14927         * sync with sylpheed 0.6.2cvs9
14928
14929 2001-09-30 [paul]       0.6.2claws12
14930
14931         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14932                 updated translations
14933
14934         * po/POTFILES.in
14935                 add 'src/importldif.c'
14936
14937         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14938                 added eudora-to-vCard conversion tool
14939                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14940
14941         * sync with sylpheed 0.6.2cvs8
14942
14943 2001-09-30 [paul]
14944
14945         * sylpheed-0.6.2claws released
14946
14947 2001-09-27 [melvin]     0.6.2claws11
14948
14949         * src/gtkspell.c
14950                 fixed crash when using default path (introduced 
14951                 in 0.6.2claws10)
14952                 fixed tiny bug for initial suggestion mode
14953
14954 2001-09-27 [melvin]     0.6.2claws10
14955         
14956         * src/gtkspell.c
14957                 fixed bug where gtkpspell didn't set the path correctly
14958
14959         * README.claws
14960                 added a paragraph about spell checking
14961                 
14962
14963
14964 2001-09-27 [paul]       0.6.2claws9
14965
14966         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14967                 replace '// comments' with '/* comments */' to prevent
14968                 some compiler warnings 
14969
14970         * sync with sylpheed 0.6.2cvs6
14971
14972 2001-09-26 [alfons]     0.6.2claws8
14973
14974         * src/messageview.c
14975                 introduce return receipt request notification again,
14976                 which was lost because of other semantics in 
14977                 procheader_parse() (???)
14978
14979 2001-09-26 [christoph]  0.6.2claws7
14980
14981         * src/compose.c
14982                 replace comments for old code with #if 0
14983                 readded auto cc, bcc and reply-to
14984         * src/prefs_matcher.c
14985         * src/prefs_scoring.c
14986                 removed some definition (was moved to
14987                 prefs.h)
14988
14989 2001-09-26 [paul]       0.6.2claws6
14990
14991         * src/mainwindow.c
14992                 make 'Follow-up and reply to' sensitive
14993
14994         * more sync with sylpheed 0.6.2cvs5
14995
14996 2001-09-25 [melvin]
14997
14998         * 0.6.2claws5
14999
15000         * src/gtkspell.c
15001                 fixed bug for "US-ASCII" introduced by the encoding code
15002
15003 2001-09-25 [paul]
15004
15005         * 0.6.2claws4
15006
15007         * src/prefs_common.[ch], src/summaryview.c
15008                 'next unread msg' 'go to next folder?' dialog can be
15009                 given default behaviour, either always show dialog,
15010                 or assume 'yes', or assume 'no'
15011                 Submitted by wwp <subscript@free.fr>
15012
15013 2001-09-25 [melvin]
15014                 
15015         * src/compose.c src/gtkspell.[ch]
15016                 added support for different encodings
15017
15018 2001-09-25 [paul]
15019
15020         * more sync with sylpheed 0.6.2cvs5
15021
15022 2001-09-24 [alfons]
15023         
15024         * src/prefs_folder_item.c
15025                 add check for item->prefs->default_to string is NULL and
15026                 add another check when freeing this string
15027
15028 2001-09-24 [paul]
15029
15030         * configure.in
15031                 change to version 0.6.2claws3
15032
15033         * sync with sylpheed 0.6.2cvs5 
15034
15035 2001-09-24 [match]
15036         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15037                 import LDIF files.
15038         * src/addrcache.[ch], addrindex.[ch]
15039                 small update for future
15040         * src/addrbook.c
15041                 fix test XML file.
15042
15043 2001-09-24 [melvin]
15044         * src/gtkspell.[ch]
15045                 added 'Learn from mistakes' option
15046                 better handling of quotes in checked words
15047                 sorted dict list
15048         * po/fr.po
15049                 small update for spell checking stuff
15050
15051 2001-09-23 [alfons]
15052         
15053         * src/gtkspell.c
15054                 edit a little bit so it complies more with main coding style
15055
15056 2001-09-23 [alfons]
15057
15058         * src/folder.[ch], prefs_folder_item.c, compose.c
15059                 migrate "request return receipt" folder property
15060                 to folderlist.xml
15061
15062 2001-09-22 [alfons]
15063
15064         * README.claws **NEW**
15065                 (add things of interest for users of main branch 
15066                 and claws here)
15067
15068         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15069                 re-implement threading per folder option, but store 
15070                 the setting in folderlist.xml (where it belongs)
15071
15072 2001-09-21 [melvin]
15073
15074         * src/gtkspell.[ch]
15075                 fixed bug when compose window is under another window
15076         * src/prefs_common.[ch] src/compose.c
15077                 changed 'dictionary_path' to 'dictionary' to be consistent
15078                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15079         * ac/pspell.m4 src/Makefile.am 
15080                 dropped PSPELL_PATH macro
15081         * po/fr.po
15082                 updated translations
15083
15084 2001-09-21 [christoph]
15085
15086         * src/compose.c
15087                 added border around header fields
15088                 keep header type when new field is added
15089
15090 2001-09-20 [christoph]
15091
15092         * src/utils.[ch]
15093                 more portable debug_print with source filename
15094                 and linenumber
15095         * src/procmsg.c
15096                 more newlines after debug messages
15097
15098 2001-09-20 [paul]
15099
15100         * configure.in
15101                 change to version 0.6.2claws2
15102
15103         * sync with sylpheed 0.6.2cvs3
15104
15105 2001-09-19 [melvin]
15106
15107         * src/gtkspell.c
15108                 fixed the post-right-click focus pb
15109                 fixed crash when 'Spell check all' after dict change 
15110                         and when cursor is at the end of the text
15111                 shift-right-click pops up config menu even on misspelled words.
15112         * po/POTFILES.in
15113                 added gtkspell.c
15114
15115 2001-09-19 [melvin]
15116
15117         * src/about.c
15118                 added pspell to compiled-in features list
15119
15120 2001-09-18 [melvin]
15121
15122         * switched to pspell and dropped ispell
15123         * ac/pspell.m4
15124                 new file. autoconf macro for pspell
15125         * ac/Makefile.am 
15126         * configure.in acconfig.h
15127                 added pspell support
15128         * src/Makefile.am
15129         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15130         * src/prefs_common.[ch] 
15131                 added pspell support
15132
15133 2001-09-18 [christoph]
15134
15135         * src/addr_compl.c
15136         * src/template.[ch]
15137                 replace LOG_MESSAGE with debug_print
15138         * src/compose.[ch]
15139                 gui improvements
15140         * src/menu.c
15141                 added newline after debug message
15142         * src/utils.h
15143                 using __VA_ARGS__ for debug_print macro
15144         * tools/.cvsignore
15145                 ignore Makefile and Makefile.in
15146
15147 2001-09-18 [paul]
15148
15149         * configure.in
15150                 change to version 0.6.2claws1
15151         * sync with sylpheed 0.6.2cvs1
15152
15153         * src/matcher.c 
15154         * src/prefs_matcher.c
15155                 add 'score equal to' option, submitted by
15156                 Paul Evans <nerd@freeuk.com>
15157
15158 2001-09-15 [christoph]
15159
15160         * src/mainwindow.c
15161                 comment out menu entry not existing in claws
15162         * src/menu.c
15163                 add debug output for non existing menu entries
15164         * src/summaryview.c
15165                 fix next/prev unread message for ignored threads
15166         * src/utils.[ch]
15167                 add sourcefile and line number to debug output
15168                 otherwise it is sometimes hard to find the
15169                 source code part if debug messages are translated
15170
15171 2001-09-14 [darko]
15172         
15173         * src/folderview.c
15174                 refresh target folder style after colour is changed
15175
15176 2001-09-13 [paul]
15177
15178         * configure.in
15179                 change to version 0.6.1claws3
15180
15181         * sync with sylpheed 0.6.1cvs6
15182
15183 2001-09-13 [darko]
15184         
15185         * src/folderview.c
15186                 fix target folder colourization to use user selected colour
15187
15188 2001-09-12 [darko]
15189         
15190         * src/summaryview.c
15191                 fix crash when message that is marked for copy/move is unmarked
15192
15193 2001-09-09 [paul]
15194
15195         * configure.in
15196                 change to version 0.6.1claws2
15197
15198         * sync with sylpheed 0.6.1cvs3
15199
15200 2001-09-09 [alfons]
15201         
15202         * src/folderview.c
15203                 fix bug with default font used for trash folder text
15204
15205 2001-09-06 [paul]
15206
15207         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15208                 updated translations
15209
15210         * configure.in
15211                 change to version 0.6.1claws1
15212
15213         * sync with sylpheed 0.6.1cvs2
15214
15215 2001-09-03 [paul]
15216
15217         * po/POTFILES.in
15218                 add Match's new addressbook
15219
15220         * po/de.po
15221                 updated translation submitted by Jens Oberender
15222
15223 2001-09-02 [paul]
15224
15225         * configure.in
15226                 change to 0.6.1claws
15227         * sync with sylpheed 0.6.1 release
15228
15229 2001-09-02 [paul]
15230
15231         * configure.in
15232                 change to 0.6.0claws2
15233
15234         * sync with sylpheed 0.6.0cvs4
15235
15236         * po/pt_BR.po
15237                 updated translation submitted by Fabio Junior Beneditto
15238
15239 2001-09-01 [match]
15240         * pixmaps/
15241                 interface.xpm
15242                 book.xpm
15243                 address.xpm
15244         * src/
15245                 Makefile.am
15246                 a ton of new files
15247
15248 2001-08-31 [paul]
15249
15250         * configure.in
15251                 change to version 0.6.0claws1
15252
15253         * sync with sylpheed 0.6.0cvs1
15254
15255         * po/es.po
15256                 updated translation submitted by Ricardo Mones Lastra
15257
15258         * po/POTFILES.in
15259                 add 'src/prefs_templates.c'
15260
15261         * src/compose.c, src/summaryview.c
15262                 fix segfault on 'Re_edit'               
15263
15264 2001-08-30 [alfons]
15265
15266         * configure.in, Makefile.am
15267         * tools/Makefile.am
15268                 add tools directory to source distribution
15269
15270 2001-08-30 [paul]
15271
15272         * configure.in
15273                 change to version 0.6.0claws
15274
15275         * sync with sylpheed 0.6.0 release
15276
15277 2001-08-30 [christoph]
15278
15279         * configure.in
15280                 removed autoconf version check
15281
15282 2001-08-30 [paul]
15283
15284         * src/account.c, src/compose.c, src/prefs_common.[ch]
15285         * src/procheader.[ch] src/utils.[ch]
15286                 Enhanced automatic account selection on replies
15287                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15288
15289         * configure.in
15290                 add LDAP and JPilot to the configuration results output.
15291
15292 2001-08-29 [christoph]
15293
15294         * src/summeryview.c
15295                 no bold font for ignored threads
15296
15297 2001-08-29 [paul]
15298
15299         * configure.in
15300                 change to version 0.5.3claws6
15301
15302         * sync with sylpheed 0.5.3cvs10
15303                 src/stringtable.[ch]: New Files
15304
15305         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15306         * src/pixmaps/sylpheed.xpm
15307                 add mini-icons to windows (by Alfons)
15308
15309 2001-08-27 [paul]
15310
15311         * src/mainwindow.c
15312                 new functions: next_labeled_cb(), prev_labeled_cb()
15313
15314         * src/summaryview.c
15315                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15316                 summary_select_next_labeled(), summary_select_prev_labeled()
15317
15318         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15319                 give claws blue folders and a blue trash can
15320
15321 2001-08-27 [paul]
15322
15323         * configure.in
15324                 change to version 0.5.3claws5
15325
15326         * sync with sylpheed 0.5.3cvs9
15327                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15328
15329 2001-08-24 [christoph]
15330
15331         * src/filesel.c
15332                 keep filename when browsing directories
15333                 (not working for user entered filename, but
15334                  for default name and selected filename from
15335                  file list)
15336         * src/mainwindow.c
15337                 fixed wrong spelling "Folllow-up"
15338         * src/mbox_folder.c
15339         * src/procmsg.c
15340         * src/summaryview.c
15341                 fixed new/unread message count with ignored
15342                 threads (2 commits, first didn't notice no
15343                 longer needed decreasing)
15344         * src/inc.c
15345                 readded scrolling of progress dialog
15346                 (lost in sync)
15347
15348 2001-08-24 [paul]
15349
15350         * configure.in
15351                 change to 0.5.3claws4
15352
15353         * sync with sylpheed 0.5.3cvs7
15354
15355 2001-08-24 [christoph]
15356
15357         * src/compose.c
15358                 set request return receipt when replying
15359                 if it is set is the folder prefs of the
15360                 message
15361         * src/inc.c
15362                 disable final error popup if popups are
15363                 disabled in config (again)
15364
15365 2001-08-23 [paul]
15366
15367         * configure.in
15368                 Change version number to 0.5.3claws3
15369
15370         * sync with sylpheed 0.5.3cvs5
15371
15372         * src/mimeview.c
15373                 double quote '%s' in 'gedit %s' to fix bug when
15374                 opening attachment with spaces in the name
15375
15376 2001-08-22 [alte]
15377         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15378           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15379                 initial message templates support
15380
15381
15382 2001-08-22 [paul]
15383
15384         * configure.in
15385                 change version number to 0.5.3claws2
15386
15387         * sync with sylpheed 0.5.3cvs4
15388
15389         * src/procmsg.h src/summaryview.c
15390                 re-implement (un)ignore thread
15391
15392 2001-08-21 [paul]
15393
15394         * src/summaryview.c
15395                 remove unnecessary code
15396         * src/compose.c
15397                 enable 'dynamic' signatures (submitted by
15398                 Eric Limpens <eric@hscg-internet.nl>)
15399
15400 2001-08-21 [paul]
15401
15402         clean up after sync with sylpheed 0.5.3 release
15403
15404         * src/folderview.c
15405                 fix re-introduced font mess, see Christoph's
15406                 entry 2001-06-24
15407
15408         * src/summaryview.c
15409                 remove prev_msgnum
15410                 use sylpheed's small font instead of
15411                 gtk default font for summary view
15412
15413
15414 2001-08-17 [paul]
15415
15416         * configure.in
15417                 add pl to ALL_LINGUAS - sync with main branch
15418
15419         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15420                 Updated. Translations by Jens Oberender, Ricardo Mones
15421                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15422
15423         * po/pl.po  ** NEW FILE **
15424                 sync with the main branch
15425
15426         * src/folderview.c
15427                 fix target folder colorizing and refresh problem
15428
15429
15430 2001-08-17 [christoph]
15431
15432         * src/mainwindow.c
15433                 claws uses 4 colors for target folder coloring.
15434                 arrays were not long enough and destroyed the
15435                 stack causing a segfault.
15436                 target folder colorizing does not work anymore
15437                 for me
15438
15439 2001-08-16 [paul]
15440
15441         * configure.in
15442                 change to version 0.5.3claws1
15443
15444         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15445           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15446           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15447
15448                 sync with sylpheed 0.5.3 release, but keep claws method of
15449                 configuring/saving fonts
15450
15451         * src/addressbook.[ch]
15452                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15453                 in line with a similar change in Hiroyuki's branch
15454
15455         * src/mainwindow.[ch]
15456                 disable main_window_set_thread_option()
15457         * src/prefs_folder_item.c
15458                 comment out &tmps_prefs.enable_thread,
15459         * src/mbox_folder.c, src/procmsg.[ch]
15460                 comment out MSG_IS_IGNORE_THREAD
15461         * src/summaryview.c
15462                 comment out summary_ignore_thread() and summary_unignore_thread()
15463                 comment out MSG_IS_IGNORE_THREAD
15464
15465                 use Hiroyuki's threading instead.
15466
15467
15468
15469 2001-08-15 [paul]
15470
15471         * src/account.c
15472                 use Hiroyuki's 0.5.3 column scheme but also
15473                 include the enable/disable button.
15474         * src/pixmaps/mark.xpm
15475                 add Hiroyuki's amended pixmap
15476
15477 2001-08-13 [christoph]
15478
15479         * src/account.c
15480                 receive at get all column showed wrong state for APOP
15481                 button should only work for POP3 and APOP accounts
15482         * src/prefs_account.c
15483                 added missing preprocessor statement for SSL
15484
15485 2001-08-12 [paul]
15486
15487         * src/account.[ch]
15488                 add 'receive at get all' column and enable/disable
15489                 button.
15490
15491 2001-08-06 [christoph]
15492
15493         * src/account.c
15494                 show usage of SSL in protocol column
15495
15496         * src/imap.c
15497         * src/inc.c
15498                 renamed ssl options
15499
15500         * src/prefs_account.[ch]
15501                 moved ssl options to a new page
15502
15503         * src/send.c
15504         * src/smtp.c
15505         * src/ssl.[ch]
15506                 renamed ssl options
15507                 added support for SMTP STARTTLS command
15508
15509 2001-08-05 [christoph]
15510
15511         * configure.in
15512                 debian autoconf needs version check to find
15513                 correct autoconf version. if the file is
15514                 named configure.in 2.13 is used, which does
15515                 not work with this configure.in script.
15516                 other solution would be to rename the script
15517                 to configure.ac as suggested in the autoconf
15518                 manual.
15519
15520         * src/inc.c
15521                 disable final error popup if popups are
15522                 diabled in config
15523
15524         * src/socket.c
15525                 bugfix in ssl_gets
15526                 fixes IMAP over SSL problem
15527
15528 2001-08-03 [paul]
15529
15530         * configure.in
15531                 change to 0.5.2claws1
15532
15533         * sync with sylpheed 0.5.2cvs1
15534
15535 2001-08-02 [alfons]
15536
15537         * configure.in
15538                 quick fix for ispell detection...
15539
15540 2001-08-01 [paul]
15541
15542         * configure.in
15543                 change to 0.5.1claws4
15544
15545         * sync with sylpheed 0.5.1cvs7
15546
15547 2001-07-31 [alfons]
15548
15549         * src/prefs_common.c, src/prefs_common.h, 
15550           src/gtkspell.c, src/gtkspell.h
15551                 add global spelling checker settings (compose tab) +
15552                 selection of dictionary 
15553           
15554         * configure.in  
15555                 guess valid ispell location
15556
15557 2001-07-31 [paul]
15558
15559         * po/POTFILES.in
15560                 removal of 'src/quote_fmt_parse.c'
15561         * po/de.po
15562                 Updated de.po
15563                 (submitted by Jens Oberender <didge@suse.de>)
15564
15565 2001-07-31 [darko]
15566
15567         * src/folder.[ch]
15568         * src/folderview.[ch]
15569         * src/mainwindow.c
15570         * src/mh.c
15571         * src/prefs_common.[ch]
15572         * src/summaryview.c
15573                 target folder colourization
15574
15575 2001-07-30 [paul]
15576
15577         more sync with Sylpheed 0.5.1cvs6 
15578
15579 2001-07-30 [darko]
15580
15581         * src/mh.c
15582         * src/prefs_folder_item.[hc]
15583         * src/summaryview.c
15584                 shared folders support with a GUI
15585
15586 2001-07-29 [paul]
15587
15588         0.5.1claws3
15589
15590         * sync with Sylpheed 0.5.1cvs6
15591
15592 2001-07-29 [paul]
15593
15594         * po/pt_BR.po
15595                 updated
15596                 (submitted by Fabio Junior Beneditto)
15597
15598 2001-07-28 [paul]
15599
15600         * src/procmime.c
15601         * AUTHORS
15602                 patch to correct bad image mime headers
15603                 (submitted by Don Quijote <dq@searchlores.org>)
15604
15605 2001-07-28 [paul]
15606
15607         * tools/gif2xface.pl   **NEW FILE**
15608         * tools/README
15609                 script to convert file.gif to file.xface for
15610                 use in a custom header.
15611                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15612
15613 2001-07-27 [alfons]
15614         
15615         * configure.in
15616                 change macros for detecting JPilot and LDAP
15617
15618 2001-07-27 [christoph]
15619
15620         * src/filtering.c
15621                 code cleanup (MIN / MAX warning, needed casting)
15622
15623 2001-07-27 [alfons]
15624
15625         * procheader.c
15626                 disallow setting flags when detecting certain headers
15627                 (X-Status, Status, Seen, X-Seen). 
15628         
15629         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15630
15631 2001-07-27 [christoph]
15632
15633         * src/prefs_filter.c
15634         * src/prefs_filtering.c
15635         * src/prefs_matcher.c
15636         * src/prefs_scoring.c
15637                 scroll list when moving rows up or down
15638
15639         * src/imap.c
15640         * src/imap.h
15641         * src/prefs_account.c
15642         * src/prefs_account.h
15643         * src/send.c
15644                 SMTP over SSL (untested, feedback requested)
15645                 IMAP over SSL
15646
15647         * src/ssl.c
15648                 code cleanup
15649
15650 2001-07-26 [alfons]
15651         
15652         * configure.in, acconfig.h
15653                 define CLAWS (need this for main / claws detection)
15654
15655 2001-07-25 [alfons]
15656
15657         * configure.in
15658                 Sylpheed 0.5.1claws2
15659                 
15660         * sync with Sylpheed 0.5.1cvs4
15661
15662 2001-07-25 [christoph]
15663
15664         * src/scoring.c
15665                 fixed segfault
15666                 item->prefs == NULL (don't know why)
15667
15668 2001-07-25 [alfons]
15669
15670         * configure.in
15671                 Sylpheed 0.5.1claws1
15672
15673         * sync with Sylpheed 0.5.1cvs1-3
15674
15675 2001-07-24 [christoph]
15676
15677         * src/folderview.c
15678         * src/prefs_folder_item.[ch]
15679                 added folderitem preferences dialog with
15680                 default To: and auto request return receipt
15681
15682         * src/compose.[ch]
15683         * src/menu.[ch]
15684                 changes to handle new folderitem preferences
15685
15686         * src/mainwindow.c
15687         * src/summaryview.c
15688                 call compose new mail with current folderitem
15689
15690 2001-07-24 [alfons]
15691
15692         Release Sylpheed 0.5.1claws
15693
15694         * configure.in
15695                 change to release version 0.5.1claws
15696
15697 2001-07-24 [christoph]
15698
15699         * src/summaryview.c
15700                 fixed segfault that happend when the selected
15701                 message was removed while retrieving new messages.
15702
15703         * po/es.po
15704                 updated translation
15705                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15706
15707 2001-07-22 [alfons]
15708
15709         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15710         this is a work in progress, for more information: http://nlpagan.net/sylman 
15711         
15712         * configure.in, src/mainwindow.c, manual/Makefile.am
15713                 add support for English manual
15714
15715         * AUTHORS
15716                 add authors of user manuals
15717
15718         * manual/en/sylpheed*.html
15719                 add English documentation
15720
15721 2001-07-22 [christoph]
15722
15723         * po/POTFILES.in
15724                 added src/ssl.c
15725         * src/ssl.c
15726                 changed a wrong debug message
15727
15728 2001-07-22 [alfons]
15729
15730         * po/nl.po
15731                 update Dutch translation
15732
15733         * src/prefs_filtering.c, 
15734           src/prefs_matcher.c
15735                 add more translatable strings           
15736
15737 2001-07-21 [alfons]
15738
15739         0.5.0claws7
15740
15741         * configure.in
15742                 change version
15743
15744         * src/inc.c, src/summaryview.[ch]
15745                 prevent update of mark file when filtering has done, by
15746                 using a variable; this affects two functions:
15747                         inc.c::inc_finished()
15748                         summaryview.c::summary_show()
15749
15750 2001-07-20 [alfons]
15751
15752         * src/filtering.[ch], src/prefs_filtering.c, 
15753           src/matcher.[ch]
15754                 add filtering action for label coloring 
15755
15756         * po/POTFILES.in
15757                 add labelcolors.c
15758
15759         * added src/labelcolors.c
15760         * added src/labelcolors.h
15761         * src/Makefile.am, src/summaryview.c
15762                 rearrange label coloring code
15763
15764         * src/procmsg.h
15765                 add more parentheses so label colouring works correctly
15766
15767         * src/filtering.c
15768                 don't really delete message, but move it to Trash
15769
15770         * src/prefs_matcher.c
15771                 add quote options to info dialog
15772
15773 2001-07-20 [christoph]
15774
15775         * src/Makefile.am
15776         * src/inc.c
15777         * src/main.[ch]
15778         * src/socket.h
15779         * src/ssl.[ch] (new)
15780                 moved ssl stuff to a seperate file
15781
15782 2001-07-20 [darko]
15783
15784         * src/summaryview.c
15785                 fix show sender using address book with no e-mail
15786                 address in From: field
15787
15788 2001-07-19 [alfons]
15789
15790         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15791                 fix messy handling of escaping... now at least the
15792                 execute command is useful. escape char is '\', we
15793                 accept \n and \r too. 
15794
15795                 Real life example:
15796                 
15797                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15798                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15799
15800 2001-07-18 [alfons]
15801
15802         0.5.0claws6
15803
15804         * src/summaryview.c
15805                 clean up
15806
15807         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15808           src/procmsg.[ch]
15809                 revise filtering; currently move, copy, marking have
15810                 been tested. if you like bleeding edge stuff, you
15811                 should definitely go for this version :)
15812
15813         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15814
15815 2001-07-17 [christoph]
15816
15817         * src/utils.c
15818                 timestamp log
15819
15820 2001-07-17 [alfons]
15821
15822         0.5.0claws5
15823
15824         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15825           bits in the mark file, without affecting either branch. Lots of
15826           files changed, also in claws branch.
15827
15828           UNTESTED: use of mbox folders
15829
15830         * src/summaryview.c
15831                 added mark all read; however this was a quick hack used for
15832                 cleaning up mess after initial merge with Hiroyuki
15833
15834         * configure.in
15835                 change claws version number back to 0.5.0claws5 to clear up 
15836                 confusion & pretension (recent release was technically 
15837                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15838
15839 2001-07-16 [alfons]
15840
15841         sync with Hiroyuki's 0.5.0cvs4
15842
15843 2001-07-16 [alfons]
15844
15845         0.5.1claws3
15846
15847         * src/filtering.[ch]
15848                 remove invalid updating of mark files for 
15849                 filter actions MATCHING_ACTION_MOVE and 
15850                 MATCHING_ACTION_DELETE; this should fix the
15851                 folder update bug
15852                 
15853         * src/procmsg.c
15854                 revert Christoph's stab at fixing the folder 
15855                 update bug
15856
15857         * po/POTFILES.in
15858                 add missing files with translatable strings
15859
15860         * src/summaryview.c
15861                 remove debug print
15862
15863 2001-07-15 [alfons]
15864
15865         * src/addr_compl.[ch], src/prefs_filtering.c
15866                 make "filtering pref dialog's destination entry" an
15867                 "address completable entry", if filter destination is 
15868                 an email address
15869
15870         0.5.1claws2
15871         
15872         sync with Hiroyuki's 0.5.0cvs2-3
15873
15874 2001-07-15 [christoph]
15875
15876         * src/procmsg.c
15877                 fixed folder stats update after incorporation
15878
15879 2001-07-15 [alfons]
15880
15881         * src/summaryview.c
15882                 * finish label colouring stuff (for now)
15883                 * fix incorrect colour bug (off by one) 
15884
15885 2001-07-14 [alfons]
15886
15887         * src/mainwindow.c
15888                 change text labels for news and mail message so there's
15889                 plenty of toolbar estate left
15890
15891         * configure.in
15892                 0.5.1claws1
15893
15894         * src/folderview.c
15895           src/folder.[ch]
15896                 sync with Hiroyuki's 0.5.0cvs1
15897
15898         * src/summaryview.c
15899                 more rewrite label colouring
15900
15901 2001-07-14 [alfons]
15902
15903         * src/summaryview.[ch]
15904                 * start rewrite label colouring 
15905                 * fix proper location "Add Sender To Addressbook" menu item
15906
15907 2001-07-13
15908
15909         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15910         (actually this is 0.5.0claws4)
15911
15912 2001-07-13 [alfons]
15913
15914         * po/pt_BR.po
15915                 * fix duplicate message
15916                 * add updated Portugese / Brazilian translation
15917                   submitted by Fabio Junior Beneditto
15918
15919 2001-07-12 [alfons]
15920
15921         * AUTHORS
15922                 add Jens
15923
15924         * po/nl.po
15925                 add updated Dutch translation
15926
15927         * po/de.po
15928                 add updated German translation submitted by Jens
15929
15930 2001-07-11 [alfons]
15931
15932         Prerelease before 0.5.0claws. Please test.
15933         This version is temporarily tagged as VERSION_0_5_0_TEST
15934
15935         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15936           src/prefs_scoring.c, src/prefs_matcher.c, 
15937           src/prefs_filtering.c, src/mbox.c, 
15938           src/main.c, src/inc.c, src/filtering.[ch]
15939                 revert new Hoa's new matcher (does not work yet)
15940
15941         * src/Makefile.am
15942                 clean up
15943
15944 2001-07-10
15945
15946         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15947
15948
15949 2001-07-10 [alfons]
15950
15951         * Makefile.am
15952                 add ChangeLog.claws to EXTRA_DIST
15953         * src/Makefile.am
15954                 add matcher_parser_parse.h to EXTRA_DIST
15955
15956 2001-07-10 [christoph]
15957
15958         * src/inc.c
15959                 add destination folder to table of
15960                 folders that need to be updated after
15961                 incorporation
15962
15963 2001-07-10 [alfons]
15964
15965         * folder.[ch]
15966           folderview.c
15967                 make collapse state of folders and folder items persistent, i.e.
15968                 if you collapse a folder tree, the next time sylpheed-claws starts 
15969                 up the folder tree remains collapsed.  
15970                 
15971 2001-07-10 [christoph]
15972
15973         * acconfig.h
15974         * configure.in
15975                 added --enable-ssl
15976         * src/md5.[ch]
15977                 renamed MD5_CTX to MD5_CTX_syl
15978                 conflicts with a struct in openssl
15979         * src/inc.c
15980         * src/main.[ch]
15981         * src/prefs_account.[ch]
15982         * src/socket.[ch]
15983                 SSL support for POP
15984         * src/mainwindow.c
15985                 fixed compose with current account
15986                 broken by new compose button stuff
15987
15988 2001-07-09 [hoa]
15989
15990         * AUTHORS
15991                 changed my email address
15992
15993         * src/matcher_parser_parse.y
15994                 clean the parser to remove conflicts
15995
15996 2001-07-09 [alfons]
15997
15998         * AUTHORS
15999                 add Match Grun
16000
16001         * configure.in
16002                 fix incorrect description of --enable-ldap parameter
16003
16004         * src/prefs_common.[ch]
16005           src/compose.c
16006                 add experimental option "smart wrapping" which makes the
16007                 compose editor auto wrap.
16008                 
16009                 | TODO: the problem with the buggy cursor handling is caused |
16010                 | by the GtkText. when deleting / backspacing text its       |
16011                 | wrapping algorithm does not take in account the previous   |
16012                 | line. should find a way to hack this in.                   |
16013                 | or should perhaps combine this with the word wrapping      |
16014                 | patch i wrote in january.                                  |
16015
16016         * src/about.c
16017                 show build parameters for LDAP and JPilot
16018
16019         * src/summaryview.c
16020                 revert Christoph's bugfix for selecting next unread message, 
16021                 because folder stats aren't updated correctly
16022
16023 2001-07-08 [hoa]
16024
16025         * src/filtering.c
16026         * src/mainwindow.c
16027         * src/matcher.c
16028         * src/matcher_parser_lex.l
16029         * src/matcher_parser_parse.y
16030         * src/prefs_filtering.c
16031         * src/prefs_scoring.c
16032         * src/scoring.c
16033                 bugfix of the config file parser
16034
16035 2001-07-08 [alfons]
16036
16037         * src/Makefile.am
16038                 added generated matcher sources to BUILT_SOURCES
16039
16040 2001-07-08 [hoa]
16041
16042         * src/Makefile.am
16043         * src/.cvsignore
16044                 added new config file parser
16045
16046         * src/scoring.[ch]
16047         * src/filtering.[ch]
16048         * src/matcher.[ch]
16049         * src/prefs_filtering.c
16050         * src/prefs_matcher.c
16051         * src/prefs_scoring.c
16052         * added src/matcher_parser.h
16053         * added src/matcher_parser_lex.h
16054         * added src/matcher_parser_lex.l
16055         * added src/matcher_parser_parse.y
16056                 lex & yacc config file parser
16057
16058         * src/mbox.c
16059         * src/inc.c
16060         * src/main.c
16061                 changes prefs_filtering into global_filtering           
16062
16063         * src/summaryview.c
16064                 build threads with subjects only if "Re: " is at the
16065                 beginning of the subject
16066
16067 2001-07-07 [paul]
16068
16069         0.5.0claws
16070
16071         sync with sylpheed 0.5.0
16072                 change of version number only
16073
16074 2001-07-06 [paul]
16075
16076         0.5.0claws5
16077
16078         sync with sylpheed 0.5.0pre5
16079
16080 2001-07-05 [paul]
16081
16082         sync with sylpheed 0.5.0pre4 release
16083                 /po and /manual/ja not sync'ed
16084
16085 2001-07-04 [paul]
16086
16087         more sync with sylpheed 0.5.0pre4
16088
16089 2001-07-03 [christoph]
16090
16091         * src/addressbook.c
16092                 fixed address book broken by address book
16093                 for VCard, JPilot, LDAP
16094
16095 2001-07-03 [alfons]
16096
16097         * src/matcher.c
16098         * src/textview.c
16099                 stopped memory leaks
16100
16101 2001-07-03 [paul]
16102
16103         more sync with sylpheed 0.5.0pre4
16104
16105 2001-07-02 [match]
16106
16107         * included address book patch for VCard, JPilot, LDAP
16108         * pref_common.c - fixed Font options on Display tab (cosmetic)
16109         * alertpanel.c - fixed truncated message
16110
16111 2001-07-02 [christoph]
16112
16113         * src/mbox_folder.c
16114         * src/procmsg.[ch]
16115         * src/summaryview.c
16116                 mark threads for ignoring
16117
16118 2001-07-02 [paul]
16119
16120         0.5.0claws4
16121
16122         * sync with sylpheed 0.5.0pre4
16123                 updated gettext to 0.10.38.
16124
16125 2001-07-01 [paul]
16126
16127         * src/ mainwindow.c
16128         * src/procmsg.h
16129         * src/summaryview.[ch]
16130                 new right-click option: Label.
16131                 substitute for 'Mark-->Mark/Unmark', colours the line.
16132                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16133
16134 2001-07-01 [christoph]
16135
16136         * src/folderview.c
16137                 fixed font for trash
16138         * src/summaryview.c
16139                 move ctree to unread message
16140
16141 2001-07-01 [paul]
16142
16143         * sync with sylpheed 0.5.0pre3 release
16144
16145 2001-06-30 [alfons]
16146
16147         * src/filesel.[ch]
16148         * src/compose.c
16149                 allow inserting / attaching multiple files in
16150                 the composer window
16151
16152 2001-06-30 [paul]
16153
16154         * src/codeconv.c
16155                 small change to Alfons' previous stuff so that it
16156                 actually makes
16157
16158 2001-06-30 [alfons]
16159
16160         * lots of files changed; first attempt to merge the changes
16161           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16162
16163 2001-06-30 [paul]
16164
16165         * po/pt_BR.po
16166                 updated and completed, translations by Fabio
16167                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16168
16169 2001-06-29 [alfons]
16170
16171         * src/compose.c
16172         * src/mimeproc.[ch]
16173                 allow selecting an attached files' mime type from a 
16174                 list of types.
16175
16176 2001-06-29 [paul]
16177
16178         * more sync with sylpheed 0.5.0pre3
16179
16180 2001-06-29 [paul]
16181
16182         * po/pt_BR.po
16183                 merge with sylpheed.pot and pt_BR.po provided by
16184                 Fabio Junior Beneditto.
16185
16186 2001-06-29 [darko]
16187
16188         * src/procmime.c
16189                 make MIME types case insensitive
16190
16191 2001-06-28 [alfons]
16192
16193         * po/nl.po
16194                 merge with sylpheed.pot and old nl.po; translations added.
16195
16196 2001-06-28 [paul]
16197
16198         * more sync with sylpheed 0.5.0pre3
16199
16200 2001-06-27 [alfons]
16201
16202         * src/summaryview.c
16203                 don't crash when removing parent node of messages
16204                 attracted by subject. this was caused by not deleting
16205                 the parent node from the subject line hash table.
16206
16207 2001-06-27 [alfons]
16208
16209         * src/summaryview.c
16210         * src/compose.[ch]
16211         * src/mainwindow.c
16212                 if there are multiple messages selected, allow forwarding
16213                 them as attachments.
16214
16215 2001-06-27 [paul]
16216
16217         * more sync with sylpheed 0.5.0pre3
16218
16219 2001-06-26 [paul]
16220
16221         0.5.0claws3
16222
16223         * sync with sylpheed 0.5.0pre3
16224
16225 2001-06-25 [paul]
16226
16227         * src/mainwindow.c
16228                 fixed 'compose news article' bug
16229                 from icon-and-text toolbar
16230
16231 2001-06-25 [paul]
16232
16233         * sync with sylpheed 0.5.0pre2 release
16234
16235 2001-06-24 [christoph]
16236
16237         * src/prefs_common.c
16238                 bug fix in font selection
16239         * src/folderview.c
16240                 use sylpheed's normal font instead of
16241                 gtk default font for folders without
16242                 new messages
16243
16244 2001-06-24 [alfons]
16245
16246         * src/mainwindow.[ch]
16247                 added composite compose mail / news button (an idea by Leandro
16248                 Pereira <leandro@linuxmag.com.br>)
16249
16250 2001-06-24 [paul]
16251
16252         Added instructions for ldif-to-xml.py
16253
16254         * tools/README
16255
16256 2001-06-23 [alfons]
16257
16258         Some minor things.
16259
16260         * src/pixmaps/stock_news_compose.xpm
16261                 added pixmap by Leandro
16262         * src/prefs_common.c
16263                 tested built-in spelling checker of GCC 3.0 :)
16264         * po/nl.po
16265                 merged dutch translation of sylpheed-main with
16266                 sylpheed.pot
16267
16268 2001-06-23 [paul]
16269
16270         Added tools directory and files.
16271
16272         * tools/filter_conv.pl
16273                 converts old filter system to new filtering system
16274         * tools/ldif-to-xml.py
16275                 converts netscape addressbook to sylpheed addressbook
16276         * tools/README
16277                 descriptions/instructions for above two files
16278
16279 2001-06-23 [christoph]
16280
16281         * src/inc.c
16282         * src/manage_window.[ch]
16283         * src/prefs_common.[ch]
16284                 mail retrieval dialog can be enabled, disabled
16285                 or hidden if non of sylpheed's windows is active
16286
16287 2001-06-22 [paul]
16288
16289         0.5.0claws2
16290
16291         * sync with sylpheed 0.5.0pre2
16292
16293 2001-06-21 [christoph]
16294
16295         * src/summaryview.c
16296                 show recipient on 'from' for all accounts
16297                 
16298         * src/inc.c
16299         * src/prefs_common.[ch]
16300                 disable error popup on mail receive errors
16301
16302 2001-06-21 [alfons]
16303
16304         * src/compose.c
16305                 made the ruler correctly appear and disappear.
16306
16307         * src/Makefile.am
16308                 removed Hoa's work-in-progress-stuff (interesting!) so 
16309                 claws compiles ok.
16310
16311 2001-06-20 [christoph]
16312
16313         * src/inc.c
16314         * src/progressdialog.c
16315                 added scrolled window for list in progressdialog
16316
16317 2001-06-20 [paul]
16318
16319         sync with sylpheed 0.5.0pre1 release
16320
16321 2001-06-20 [christoph]
16322
16323         * src/summeryview.c
16324                 make building threads by subject work when
16325                 thread view is enabled
16326                 
16327         * src/compose.c
16328         * src/prefs_common.[ch]
16329                 automatically select account for mail replys
16330
16331 2001-06-19 [sergey]
16332
16333         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16334         they are filled in from the account settings.
16335
16336 2001-06-19 [paul]
16337
16338         * more sync with sylpheed 0.5.0pre1
16339
16340 2001-06-18 [alfons]
16341
16342         * src/Makefile.am,
16343           src/procmime.c
16344                 added --sysconfdir to CPPFLAGS for pointing to the correct
16345                 location of mime.types. 
16346
16347                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16348                 or ./configure!
16349
16350 2001-06-18 [hoa]
16351
16352         * src/summaryview.c
16353                 fixed some bug when building threads
16354
16355 2001-06-18 [pau]l
16356
16357         * src/prefs_account.c
16358                 UI stuff: More changes to the English
16359
16360 2001-06-18 [paul]
16361
16362         * src/pixmaps/stock_news_compose.xpm: new file
16363         * src/Makefile.am
16364         * src/mainwindow.c
16365         * src/summaryview.c
16366                 Added new icon for Hoa's 'compose a news
16367                 message', plus minor improvements to the
16368                 English
16369
16370         * po/ja.po
16371         * ChangeLog
16372         * ChangeLog.jp
16373                 more sync with sylpheed 0.5.0pre1
16374
16375 2001-06-18 [hoa]
16376
16377         * src/compose.[ch]
16378         * src/mainwindow.c
16379                 Follow-up and reply to
16380
16381         * src/summaryview.[ch]
16382                 Build threads also with subjects
16383
16384 2001-06-17 [hoa]
16385
16386         * src/compose.c
16387                 forwarding use the current account.
16388
16389         * src/mainwindow.c
16390                 the "compose message" button has been replaced with
16391                 "new mail" and "new news" buttons
16392
16393         * src/prefs_common.[ch]
16394                 added a configuration option to use the forward button
16395                 as "forward as attachment"
16396                 changed reply and forward format description
16397
16398         * src/quote_fmt_lex.l
16399         * src/quote_fmt_parse.y
16400                 added message with no signature in format for reply
16401                 and forward.
16402
16403 2001-06-17 [paul]
16404
16405         Minor UI stuff
16406
16407         * src/mainwindow.c
16408         * src/summaryview.c
16409                 Improvements to the English
16410
16411         * src/prefs_common.c
16412                 Improvements to the English and some
16413                 clarity/continuity improvements in the
16414                 description of Quote symbols.
16415
16416 2001-06-17 [paul]
16417
16418         0.5.0claws1
16419
16420         * sync with sylpheed 0.5.0pre1
16421
16422 2001-06-17 [hoa]
16423
16424         * src/compose.c
16425                 Better interface for compose, displayed fields
16426                 are updated whenever we change account.
16427                 Newsgroups field is automatically filled.
16428
16429         * src/mainwindow.c
16430                 Newsgroups field is automatically filled.
16431
16432         * src/prefs_account.c
16433                 Some interface stuff when fields appear and
16434                 disappear.
16435
16436 2001-06-16 [paul]
16437
16438         0.4.99claws
16439
16440         * sync with sylpheed 0.4.99
16441
16442 2001-06-16 [sergey]
16443
16444         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16445         base64_decoder_free, base64_decoder_decode): new object and
16446         functions for decoding base64 streams.
16447         * src/procmime.c (procmime_decode_content): modified to use the
16448         new base64 decoder.
16449
16450 2001-06-15 [paul]
16451
16452         0.4.99claws10
16453
16454         * sync with sylpheed 0.4.99cvs11
16455
16456 2001-06-13 [paul]
16457
16458         0.4.99claws9
16459
16460         * sync with sylpheed 0.4.99cvs9
16461
16462 2001-06-13 [hoa]
16463
16464         * src/compose.c
16465         * src/prefs_account.c
16466
16467                 SMTP server can be defined in the news account
16468                 mime type of attachment are kept.
16469
16470         * src/summaryview.c
16471
16472                 now choose the highest important score between default
16473                 and important score of folder.
16474
16475 2001-06-09 [alfons]
16476         
16477         * src/prefs_common.c: 
16478
16479                 (prefs_quote_description_create): corrected description of 
16480                 quote format characters
16481
16482 2001-06-09 [paul]
16483
16484         0.4.99claws8
16485
16486         * sync with sylpheed 0.4.99cvs8
16487
16488 2001-06-08 [sergey]
16489
16490         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16491         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16492
16493 2001-06-08 [paul]
16494
16495         0.4.99claws7
16496
16497         * sync with sylpheed 0.4.99cvs7
16498
16499 2001-06-06 [sergey]
16500
16501         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16502         clashes with autogenerated header).
16503         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16504         * src/Makefile.am: added quote_fmt.h.
16505         * src/.cvsignore: added lex/yacc autogenerated files
16506         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16507
16508 2001-06-06 [paul]
16509
16510         0.4.99claws6
16511
16512         * sync with sylpheed 0.4.99cvs6
16513
16514 2001-06-06 [hoa]
16515
16516         * added src/quote_fmt_parse.h
16517         * src/compose.c
16518                 removed warnings
16519
16520         * src/prefs.[ch]
16521                 don't modify readonly configuration files
16522
16523         * src/prefs_account.c
16524         * src/prefs_common.c
16525         * src/prefs_customheader.c
16526         * src/prefs_display_header.c
16527         * src/prefs_filter.c
16528         * src/prefs_filtering.c
16529         * src/prefs_scoring.c
16530                 don't open dialog box when configuration files
16531                 are readonly
16532
16533 2001-06-05 [sergey]
16534
16535         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16536
16537         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16538         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16539         BUILT_SOURCES to make all files rebuild properly.
16540
16541         * src/compose.c: removed #include "quote_fmt.tab.h".
16542
16543         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16544         CHARACTER value in yylval.
16545
16546         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16547         receive CHARACTER value by documented means (yylval).
16548
16549         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16550
16551 2001-06-05 [hoa]
16552
16553         * src/Makefile.am
16554                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16555
16556         * src/filtering.c
16557         * src/matcher.c
16558         * src/matcher.h
16559         * src/prefs_filtering.c
16560                 now keep the configuration for execute action
16561
16562         * src/mbox_folder.c
16563                 fixed a warning
16564
16565 2001-06-05 [paul]
16566
16567         * sync with sylpheed 0.4.99cvs5
16568
16569 2001-06-05 [hoa]
16570
16571         * src/Makefile.am
16572                 added quote_fmt.[ch]
16573
16574         * added src/quote_fmt.y
16575         * added src/quote_fmt.l
16576         * added src/quote_fmt.tab.h
16577         * added src/quote_fmt.tab.c
16578         * added src/lex.quote_fmt.c
16579                 parsing configuration for replying
16580                 and forwarding
16581
16582         * src/prefs_common.[ch]
16583                 added configuration UI for replying
16584                 and forwarding
16585
16586         * src/compose.c
16587                 using configuration for replying
16588                 and forwarding
16589
16590 2001-06-04 [hoa]
16591
16592         * src/filtering.c
16593         * src/matcher.c
16594         * src/matcher.h
16595         * src/prefs_filtering.c
16596         * src/prefs_matcher.c
16597         * src/prefs_matcher.h
16598                 action "run a command" for filtering
16599                 and matching with a command.
16600                 fixed the "whole message" matching
16601
16602         * src/mbox_folder.c
16603                 changed temporary filename for security
16604
16605         * src/messageview.c
16606                 queue the notification if it fails to send.
16607
16608         * src/prefs_common.c
16609         * src/prefs_folder_item.c
16610                 changed the default important score             
16611
16612         * src/prefs_scoring.c
16613         * src/scoring.c
16614                 hide kill score input when the folder is not
16615                 a newsgroup
16616
16617 2001-06-03 [alfons]
16618
16619         * src/prefs_common.c:
16620
16621                 (prefs_font_select): pass font name in font entry box to font
16622                 selection dialog.
16623
16624 2001-06-03 [sergey]
16625
16626         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16627
16628 2001-06-03 [paul]
16629
16630         * sync with sylpheed 0.4.99cvs4
16631
16632 2001-06-03 [alfons]
16633
16634         * src/headerwindow.c:
16635
16636                 (headerwindow_show_cb): use the selected summary view item, not
16637                 the displayed item.
16638
16639 2001-06-02 [alfons]
16640
16641         * src/headerwindow.c:
16642
16643                 (headerwindow_show_cb): always try to show msginfo
16644
16645 2001-06-02 [hoa]
16646
16647         * src/compose.c
16648                 keep attached parts when reediting or forwarding.
16649
16650 2001-06-01 [hoa]
16651
16652         * src/folderview.c
16653         * src/prefs_folder_item.[ch]
16654         * src/prefs_scoring.[ch]
16655         * src/scoring.[ch]
16656         * src/summaryview.[ch]
16657         * src/main.c
16658         * src/mainwindow.c
16659         * src/prefs_common.[ch]
16660                 support for folder scoring
16661                 kill score and important score for messages
16662         
16663         * src/prefs_account.c
16664                 some display bug fixed for local account
16665                 preferences
16666
16667 2001-05-31 [alfons]
16668
16669         * src/summaryview.c:
16670
16671                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16672                 sender to address book menu item is disabled.
16673
16674 2001-05-30 [hoa]
16675
16676         * src/filtering.[ch]
16677         * src/summaryview.c
16678                 handling summary menu / filter messages
16679
16680         * src/folder.[ch]
16681                 add some stuff
16682
16683         * src/foldersel.c
16684                 imap folders now appears in list
16685
16686         * src/mbox_folder.c
16687                 doesn't crash if destination mail is not writeable
16688
16689 2001-05-29 [hoa]
16690
16691         * src/compose.c
16692                 removed some warnings
16693
16694         * src/filtering.c
16695         * src/folder.[ch]
16696         * src/prefs_filtering.c
16697                 global string to identify any folders           
16698                 removed some debug info
16699                 filtering to mbox folders is now possible
16700
16701         * src/mainwindow.c
16702                 removed some warnings
16703
16704         * src/mbox_folder.c
16705                 permission on files are changed to read/write for user only,
16706                 nothing for other.
16707                 creation of subfolder is handled better.
16708
16709 2001-05-28 [alfons]
16710
16711         Verified the sync for src/prefs_common.[ch] and
16712         src/prefs_account.[ch]. I believe there were some
16713         minor indentation differences.
16714
16715 2001-05-28 [paul]
16716
16717         0.4.99claws3
16718
16719         * sync with 0.4.99cvs3
16720
16721 2001-05-28 [hoa]
16722
16723         * src/compose.c
16724                 handling flags for mbox format
16725
16726         * src/filtering.c
16727                 use of mark file only for MH format
16728                 handling flags for mbox format
16729                 filtering cannot yet move or copy mails to mbox folders.
16730
16731         * src/folder.[ch]
16732                 changed move_msg, copy_msg,
16733                 move_msgs_with_dest, copy_msgs_with_dest functions
16734                 uses only folder->copy_msg() function
16735                 uses folder->finished_copy() to handle the destination
16736                 folder at the end of the copy or move operation.
16737
16738         * src/foldersel.c
16739                 included mbox directories.
16740
16741         * src/folderview.[ch]
16742         * src/mainwindow.c
16743                 handle folders operation for mbox format
16744
16745         * src/mbox.c
16746                 disable conversion of "From " header
16747
16748         * src/mbox_folder.[ch]
16749                 completion of mbox format handling
16750
16751         * src/mh.c
16752                 changed mh_copy_msg() function and
16753                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16754                 mh_copy_msgs_with_dest()
16755
16756         * src/prefs_filtering.c
16757                 removed some warnings
16758
16759         * src/prefs_matcher.c
16760                 default boolean operation is AND
16761
16762         * src/procheader.c
16763                 handling flags for mbox format
16764                 handling of "From " header
16765
16766         * src/procmsg.[ch]
16767                 removed data field
16768                 added MSG_REALLY_DELETED flags to handle deletion of
16769                 messages in mbox format.
16770
16771         * src/summaryview.c
16772                 handling flags for mbox format
16773                 disable the MSG_DELETED flags when messages
16774                 are deleted in mbox format
16775
16776         * src/textview.c
16777                 "From " headers display fixed.
16778
16779 2001-05-27 [alfons]
16780
16781         * src/textview.c:
16782                 
16783                 (get_email_part): skip quoted email addresses, like in e.g.
16784                 "'alfons@proteus.demon.nl'".
16785
16786 2001-05-26 [alfons]
16787
16788         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16789         and fixing the persistence troubles when using separate windows.
16790
16791         * src/mainwindow.c:
16792         
16793             Added #define SEPARATE_ACTION used in the gtk item factory for 
16794             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16795                 use gtk_item_factory_get_widget_by_action() to get the items.
16796                 
16797             Removed separate_widget_cb from the gtk item factory data   
16798           
16799             (mainwindow_create): connect separate_widget_cb() to check
16800             menu item "toggled" signal. also passing a MainWindow pointer
16801                 as object data for both check menu items.
16802                 
16803             (separate_widget_cb): definition of separate_widget_cb() to match
16804             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16805                 window using gtk_object_get_data(). The type of window separation 
16806                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16807         
16808         * src/prefs_filtering.c,
16809           src/prefs_matcher.c: added horizontal scrollbars
16810
16811 2001-05-25 [darko]
16812
16813         * src/headerview.c
16814                 fix segfault with invalid bold font
16815         * src/summaryview.c
16816                 correctly display summary stats after row is marked
16817
16818 2001-05-23 [sergey]
16819
16820         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16821         encodings with libjconv.
16822
16823 2001-05-23 [hoa]
16824
16825         * src/Makefile.am
16826                 added mbox_folder.[ch]
16827         * src/defs.h
16828                 mbox temporary folder
16829         * src/folder.[ch]
16830         * added src/mbox_folder.[ch]
16831         * src/folderview.c
16832         * src/procheader.[ch]
16833                 added mbox support
16834         * src/mbox.c
16835                 bugfix for file incorporation filtering
16836         * src/imap.c
16837                 enable creation of MBOX
16838         * src/prefs_display_header.c
16839                 enable use of headers like "From "
16840                 something that should be fixed :
16841                         displaying of such headers add an extra space
16842         * src/prefs_folder_item.c
16843                 don't create folders because it is not necessary
16844         * src/procmsg.h
16845                 added data field to MsgInfo for mbox internal use
16846         * src/summaryview.c
16847                 added some support for mbox
16848         * src/utils.[ch]
16849                 added get_mbox_cache_dir() function
16850
16851 2001-05-23 [hiroyuki]
16852
16853         * src/headerwindow.c
16854           src/inc.c
16855           src/main.c
16856           src/mh.c
16857           src/nntp.c
16858           src/procmsg.h
16859           src/session.h
16860           src/socket.[ch]
16861           src/summaryview.c
16862           src/textview.c
16863           src/automaton.c
16864           src/folderview.c: more sync with 0.4.99cvs2.
16865
16866         * src/headerwindow.c: reverted.
16867
16868 2001-05-22 [paul]
16869
16870         0.4.99claws2
16871
16872         * sync with sylpheed 0.4.99cvs2
16873                 * src/news.[ch]
16874                 * src/nntp.[ch]
16875                 * INSTALL
16876                 * INSTALL.jp
16877
16878 2001-05-22 [alfons]
16879
16880         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16881
16882 2001-05-21 [alfons]
16883
16884         Minor things:
16885
16886         * configure.in: if gnome-config not found, "no" is displayed
16887         
16888         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16889
16890         * src/textview.c: now also possible to add mail addresses by right
16891           clicking in the text view
16892
16893         * src/codeconv.c: merged patch which fixes endless loop when encountering
16894           invalid wide characters; from Alte <010@imis.ru>  
16895
16896 2001-05-20 [alfons]
16897
16898         Added installation of gnome specific things:
16899
16900         * Makefile.am: gnome conditional
16901
16902         * configure.in: check for installed gnome
16903
16904         * added sylpheed.png, sylpheed.desktop
16905
16906 2001-05-20 [sergey]
16907
16908         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16909
16910         * src/mainwindow.h (main_window_toolbar_create): created a button
16911         for "Reply to all".
16912         (main_window_set_toolbar_sensitive): enable/disable the new button
16913         appropriately.
16914         (toolbar_reply_to_author_cb): handle the new button.
16915
16916         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16917         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16918         failure).
16919
16920 2001-05-19 [sergey]
16921
16922         * src/compose.h (ComposeReplyMode): new modes
16923         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16924         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16925
16926         * src/compose.c
16927         (compose_send): move some code into a new function:
16928         (compose_current_mail_account): new function.
16929         (compose_reply): new argument to_author, all callers changed; if
16930         to_author==TRUE and account->protocol==A_NNTP, find and use an
16931         appropriate mail account for replying.
16932         (compose_reply_set_entry): new argument to_author; ignore
16933         compose->replyto if to_author==TRUE.
16934
16935         * src/mainwindow.c: new command "Message/Reply to author".
16936         (main_window_set_menu_sensitive): enable/disable it.
16937         (reply_cb): handle it.
16938
16939         * src/summaryview.c: new command "Reply to author".
16940         (summary_set_menu_sensitive): enable/disable it.
16941         (summary_reply_cb): handle it.
16942
16943         * src/account.c (account_find_mail_from_address): new function.
16944
16945 2001-05-18 [paul]
16946
16947         0.4.99claws1
16948
16949         * sync with sylpheed 0.4.99cvs1
16950
16951 2001-05-18 [hoa]
16952
16953         * src/compose.[ch]
16954         * src/filtering.c
16955         * src/summaryview.c
16956                 new filtering action : forward and forward as attachment
16957
16958         * src/main.c
16959                 no need for $DISPLAY when we run sylpheed --help
16960                 call to parse_cmd_opt() is moved
16961
16962         * src/mainwindow.[ch]
16963                 execute button is hidden when immediate execute
16964                 is chosen
16965
16966         * src/mh.c
16967         * src/news.c
16968         * src/prefs_folder_item.c
16969         * src/procmsg.c
16970                 better handling of missing directories
16971
16972         * src/summaryview.c
16973                 reedit is enabled in outbox
16974                 reedit is enabled in queue
16975
16976 2001-05-17 [hoa]
16977
16978         * src/filtering.c
16979         * src/matcher.[ch]
16980         * src/prefs_filtering.c
16981                 changed attachement into attachment
16982
16983 2001-05-17 [alfons]
16984
16985         0.4.67claws4    
16986
16987         * sync with sylpheed 0.4.67cvs9
16988         * sync with sylpheed 0.4.67cvs7-8
16989
16990 2001-05-17 [hoa]
16991
16992         * src/Makefile.am
16993                 added prefs_filtering.c
16994
16995         * src/filtering.[ch]
16996         * src/matcher.[ch]
16997                 removed action : forward_news and forward_news_as_attachement
16998                 (forward and forward_as_attachement can be used instead)
16999
17000         * src/mainwindow.c
17001                 added menu option to access filtering configuration
17002
17003         * src/prefs_account.c
17004                 changed mail_command default to /usr/sbin/sendmail
17005
17006         * added src/prefs_filtering.[ch]
17007                 dialog box for filtering configuration
17008
17009         * src/prefs_matcher.c
17010                 added function prefs_matcher_get_criteria_from_matching()
17011
17012         * src/prefs_scoring.c
17013                 reset the dialog when register or substitute is clicked
17014
17015 2001-05-15 [hoa]
17016
17017         * src/Makefile.am
17018                 added filtering.[ch]
17019         * src/inc.c
17020                 using filering.[ch] instead of filter.[ch]
17021         * src/main.c
17022                 reading new filtering configuration
17023         * src/matcher.[ch]
17024                 added some filtering actions
17025                 and fixed a bug for headers and mail body matching
17026         * src/mbox.c
17027                 using filering.[ch] instead of filter.[ch]
17028         * src/mh.c
17029                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17030         * src/summaryview.c
17031                 some fixes for filtering
17032
17033 2001-05-14 [hiroyuki]
17034
17035         * src/send.c: fixed some weird indentations.
17036           send_message_with_command(): call pclose() only if p != NULL.
17037         * src/textview.c: get_email_part(): modified the code for readability.
17038
17039 2001-05-14 [hiroyuki]
17040
17041         * src/md5global.h
17042           src/md5ify.c
17043           src/md5ify.h: removed from the cvs.
17044
17045 2001-05-13 [sergey]
17046
17047         * src/main.c: include rfc2015.h to avoid compiler warnings.
17048         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17049         the panel is already on screen.
17050         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17051         closing the alert window by ESC as "No".
17052         * src/prefs_common.c (prefs_interface_create): moved return
17053         receipt check button to the correct place.
17054
17055 2001-03-13 [alfons]
17056
17057         * src/prefs_common.c: 
17058                 moved return receipt check button to the Send tab. (prefs_send_create)
17059                 removed the date format ui related globals. (prefs_display_create)
17060
17061         0.4.67claws3
17062         
17063         * sync with sylpheed 0.4.67cvs5-6
17064
17065 2001-05-13 [paul]
17066
17067         * added Alfons' font selection patch
17068
17069         * src/defs.h
17070         * src/headerwindow.c
17071         * src/prefs_common.c
17072         * src/prefs_common.h
17073
17074 2001-05-13 [hoa]
17075         * src/defs.h
17076                 changed version of cache
17077         * src/matcher.[ch]
17078         * src/prefs_matcher.c
17079                 added additionnal matching criteria
17080         * src/procheader.c
17081         * src/procmsg.[ch]
17082         * src/news.c
17083                 added references in MsgInfo
17084
17085 2001-05-12 [hoa]
17086
17087         * src/defs.h
17088                 prepared some things for new filtering
17089         * src/matcher.[ch]
17090                 added some matching properties
17091                 inreplyto need to be enhanced
17092                 prepared some things for new filtering
17093         * src/messageview.c
17094                 added Return-Receipt-To handling
17095         * src/prefs_folder_item.c
17096                 changed default value to TRUE
17097         * src/prefs_matcher.c
17098                 added some matching properties
17099         * src/prefs_scoring.[ch]
17100                 the scoring dialog is finished
17101         * src/procheader.c
17102                 added Return-Receipt-To handling
17103                 Reference need to be added
17104         * src/procmsg.[ch]
17105                 added Return-Receipt-To handling
17106                 added threadscore to get a better score sorting when
17107                 threads are enabled
17108         * src/summaryview.c
17109                 suppressed a bug when we sort the list
17110                 when no folder is opened.
17111                 better score sorting when threads are enabled
17112
17113 2001-05-12 [alfons]
17114
17115         * reverted previous patch because of potential errors 
17116
17117         0.4.67claws2
17118         
17119         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17120                 applied "toggle mail-retrieval dialog window" patch submitted 
17121                 by Eric Limpens <eric@qnt.net>
17122
17123         * sync with sylpheed 0.4.67cvs4
17124
17125 2001-05-12 [sergey]
17126
17127         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17128         some picky compilers.
17129         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17130         * src/grouplist_dialog.c: include alertpanel.h.
17131         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17132         fix compile warning.
17133         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17134         #include "defs.h" before others to prevent the warning of `MIN'
17135         and `MAX' redefinition.
17136
17137 2001-05-11 [hoa]
17138
17139         * src/main.c
17140         * src/messageview.c
17141         * src/prefs_account.c
17142         * src/prefs_display_header.c
17143                 removed warning
17144         * src/Makefile.am
17145                 added prefs_scoring.[ch]
17146         * src/grouplist_dialog.c
17147                 display an error dialog box if the group list
17148                 cannot be fetched.
17149         * src/mainwindow.[ch]
17150                 added main_window_set_thread_option() function
17151                 scoring dialog box enabled
17152         * src/matcher.[ch]
17153                 added flags matching unread /new / marked
17154                 / deleted / replied / forwarded
17155         * src/news.c
17156                 newsgroups are now finally in newscache
17157         * src/prefs_matcher.[ch]
17158                 finished preferences for matching dialog
17159         * added src/prefs_scoring.[ch]
17160                 scoring dialog box completed
17161         * src/scoring.[ch]
17162                 conversion to string : added scoringprop_to_string()
17163                 write config for preferences :
17164                 added prefs_scoring_write_config()
17165         * src/summaryview.c
17166                 threads can be enabled/disabled independently
17167                 for each folder
17168
17169 2001-05-10 [alfons]
17170
17171         0.4.67claws1
17172         
17173         * AUTHORS: 
17174                 thought it would be nice to have a list of all
17175                 contributors (used Changelog as a reference)
17176         
17177         * configure.in: 
17178                 messed up version numbering...
17179
17180         0.4.66claws1
17181
17182         * sync with sylpheed 0.4.67cvs1-3
17183
17184 2001-05-10 [darko]
17185
17186         * src/prefs_common.c:
17187                 better UI for strftime format, double clicking
17188                 on format now inserts the format in text entry
17189                 replaced close button with standard OK/Cancel
17190                 moved date format button to the right of the
17191                 text entry field
17192
17193 2001-05-09 [alfons]
17194
17195         * src/gtkstext.c:
17196                 Ctrl-Home / Ctrl-End have proper cursor navigation
17197
17198 2001-05-09 [hoa]
17199
17200         * src/prefs_matcher.c
17201                 finished UI to define matching properties
17202                 added ok and cancel button
17203         * src/prefs_filter.c
17204                 added ok and cancel button
17205         * src/news.c
17206                 fixed some bug in xhdr parsing
17207
17208 2001-05-08 [alfons]
17209
17210         * src/textview.c: 
17211                 fixed a bug in textview_show_header(), which displayed two colons (':');
17212                 cleaned up some warnings
17213
17214 2001-05-08 [hoa]
17215
17216         * src/Makefile.am
17217                 added prefs_matcher.[ch]
17218                 compilation with -W -Wall
17219         * src/alertpanel.c
17220                 ungrab the mouse events if grabbed - does it
17221                 fix the bug for disposition notification ?
17222         * src/mainwindow.c
17223                 added a menu option to open the matching dialog.
17224         * src/matcher.[ch]
17225                 added matcherprop_to_string() and matcherlist_to_string()
17226                 fixed some bugs, changed the name of some options
17227                 age_sup and age_inf becomes age_greater and age_lower,
17228                 body and messageheaders becomes body_part and headers_part,
17229                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17230         * src/prefs_display_header.c
17231         * src/prefs_headers.c
17232                 fixed a bug that accidentally destroyed dialogs
17233                 when closed them with delete_event
17234                 Added *_deleted() which handle delete_event signal correctly.
17235         * src/prefs_folder_item.[ch]
17236                 added "enable_thread" field for future customization
17237         * added src/prefs_matcher.[ch]
17238                 sample of the UI to define matching properties
17239         * src/procheader.c
17240                 using procheader_headername_equal instead of str*cmp functions
17241                 using procheader_parse_header() function
17242         * src/scoring.c
17243                 using MATCHING_XXX instead of SCORING_XXX
17244         * src/summaryview.c
17245                 display the sender of the news even if this is ourself
17246                 when this is a news message.
17247         * src/textview.c
17248                 using headername_equal() instead of str*cmp functions
17249
17250 2001-05-08 [alfons]
17251
17252         0.4.66claws
17253
17254         * sync with sylpheed 0.4.66
17255         * src/gtkstext.c: trace logs added 
17256
17257 2001-05-08 [sergey]
17258
17259         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17260         signature check popup.
17261         * src/rfc2015.c (check_signature): show signature check popup only
17262         if it is enabled in preferences.
17263
17264 2001-05-07 [alfons]
17265
17266         0.4.66claws4
17267         
17268         * sync with sylpheed 0.4.66cvs6
17269
17270 2001-05-07 [darko]
17271
17272         * src/prefs_common.[ch]: added option to enable/disable
17273           looking up sender name in address book for summary pane
17274         * src/summaryview.c: look up sender in the address book
17275           by using Alfons' address completion code
17276
17277 2001-05-07 [hiroyuki]
17278
17279         * src/inc.h
17280           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17281           member of Pop3State.
17282         * src/news.c: brought #include "defs.h" before #include <glib.h>
17283           to prevent the warning of `MIN' and `MAX' redefinition.
17284
17285 2001-05-06 [hoa]
17286
17287         * removed src/headers_display.[ch]
17288         * removed src/prefs_display_headers.[ch]
17289         * src/inc.c
17290                 use a temporary file in the user directory for mbox import
17291         * src/news.c
17292                 added XHDR support to get "To" and "Cc" headers
17293                 (in order to match news with to or cc field for
17294                 scoring)
17295                 added function news_parse_xhdr() to get XHDR response
17296         * src/nntp.[ch]
17297                 added function nntp_xhdr()
17298         * src/matcher.c
17299                 fetch the message if necessary
17300
17301 2001-05-06 [alfons]
17302
17303         0.4.66claws3
17304
17305         * sync with sylpheed 0.4.66cvs3-5
17306
17307 2001-05-06 [hoa]
17308
17309         * src/utils.[ch]
17310                 added function itos_buf() to enable use of several buffers
17311         * src/summaryview.c
17312                 use of itos_buf() instead of itos() in summary list
17313                 to fix the broken display of message number.
17314
17315 2001-05-06 [alfons]
17316
17317         * src/gtkstext.c: bug in cursor up navigation fixed,
17318                 fixed another unsigned / signed comparison (we're getting there :-)
17319
17320 2001-05-06 [hoa]
17321
17322         * src/Makefile.am
17323                 added scoring.c scoring.h
17324                 prefs_folder_item.c prefs_folder_item.h
17325                 matcher.c matcher.h
17326         * src/defs.h
17327                 added FOLDERITEM_RC SCORING_RC
17328         * src/folder.[ch]
17329                 added prefs field in FolderItem :
17330                 properties for each folder (PrefsFolderItem),
17331                 sorting type and mode were added as the first properties.
17332         * src/main.c
17333                 read config for scoring
17334         * added src/matcher.[ch]
17335                 gives functions to parse configuration file to do
17336                 matching on mails with a list of conditions.
17337         * src/mainwindow.c
17338                 add option to sort by score
17339         * src/prefs_common.[ch]
17340                 added preference option to show score and for
17341                 the score column size
17342         * added src/prefs_folder_item.[ch]
17343                 properties for each folder (PrefsFolderItem),
17344                 sorting type and mode were added as the first properties.
17345         * src/procheader.[ch]
17346                 added procheader_parse_header()
17347                 added procheader_header_free()
17348                 added procheader_headername_equal()
17349                 and made modification to use them.
17350         * src/procmsg.[ch]
17351                 added score field to MsgInfo structure
17352         * added src/scoring.[ch]
17353                 gives functions to parse configuration file to do
17354                 scoring on mails with a list of conditions.
17355         * src/summaryview.[ch]
17356                 save the sorting type and mode for the folder
17357                 added column to display the score of the mail
17358                 added function summary_score_clicked()
17359                 sorting type and mode are restored to the folder
17360                 when it is reopen
17361         * src/textview.c
17362                 use procheader_parse_header(), procheader_headername_equal()
17363                 removed memory leak in text_scan_header when freeing headers
17364         * src/filter.c
17365                 changed the function to match names of headers
17366                 using procheader_headername_equal()
17367
17368         Scoring functions are implemented, an interface is needed
17369         to configure that.
17370
17371 2001-05-04 [alfons]
17372
17373         * src/gtkstext.c: 
17374                 hopefully fixed the row up navigation bug,
17375                 removed adding back / forward lines to cache
17376
17377 2001-05-04 [sergey]
17378
17379         * src/prefs_display_headers.c: user interface changes:
17380         (prefs_display_headers_create): remove unused "Show" check button;
17381         allow reordering of headers by dragging.
17382         (prefs_display_headers_write_config): remove unused variables.
17383         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17384         of lists (not needed with the new UI).
17385         (prefs_display_headers_set_list): scan lists starting from row 0,
17386         not 1 (do not skip "(New)").
17387         (prefs_display_headers_find_header): new function.
17388         (prefs_display_headers_clist_set_row): do not allow duplicates.
17389         (prefs_display_headers_delete_cb): do not skip row 0; treat
17390         closing the alert window by ESC as "No".
17391         (prefs_display_headers_up): do not protect row 0.
17392         (prefs_display_headers_down): do not protect row 0.
17393
17394 2001-05-04 [sergey]
17395
17396         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17397         functions.
17398
17399         * src/summaryview.c
17400         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17401         summary_select_next_marked, summary_select_prev_marked): new
17402         functions.
17403
17404 2001-05-03 [sergey]
17405
17406         * src/news.c: fixed a bug when no article can be fetched after
17407         server timeout if the connection was restored by news_post():
17408         (news_select_group): new function.
17409         (news_fetch_msg): call news_select_group() before fetching
17410         article.
17411         (news_get_uncached_articles): set session->group after successful
17412         GROUP command.
17413
17414 2001-05-03 [hoa]
17415
17416         * src/defs.h
17417         * src/procmsg.[ch]
17418         * src/procheader.c
17419                  changed version of cache, added cc field
17420
17421         * src/prefs_display_headers.c
17422                 the interface was changed
17423
17424         * src/prefs_headers.c
17425                 added cancel button
17426
17427 2001-05-03 [alfons]
17428
17429         * completed sync of sylpheed cvs2
17430         * src/gtkstext.c: updated row up / down cursor navigation
17431         * src/textview.c: re-edited, prepared for fixing the email address
17432                 scanner.
17433
17434 2001-05-03 [darko]
17435
17436         * src/prefs_common.c: use alfons' strftime ui code
17437         entry_datefmt and datefmt_sample widgets have to be
17438         global in this module because of this change
17439
17440 2001-05-03 [hoa]
17441
17442         * src/messageview.c
17443         * src/prefs_common.[ch] added option to activate the return receipt
17444                 feature.
17445
17446 2001-05-02 [alfons]
17447
17448         * src/gtkstext.c: fix for row up/down cursor navigation. 
17449
17450         0.4.66claws2
17451         
17452         * sync with 0.4.66cvs2
17453
17454 2001-05-02 [paul]
17455
17456         added add-sender-to-addressbook patch
17457
17458         * src/addressbook.c
17459         * src/addressbook.h
17460         * src/summaryview.c
17461
17462 2001-05-02 [sergey]
17463
17464         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17465         G_ALERTDISABLE.
17466
17467         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17468         all existing callers changed to pass FALSE; create a check button
17469         to disable the message.
17470         (alertpanel_message_with_disable): new function.
17471         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17472         (alertpanel_button_toggled): new function.
17473         (alertpanel_button_clicked, alertpanel_close): set value using
17474         G_ALERT_VALUE_MASK.
17475
17476         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17477
17478         * src/prefs_common.c (prefs_privacy_create): new check button
17479         checkbtn_gpgme_warning.
17480
17481         * src/main.c (main): moved preferences reading before gpgme
17482         initialization; check prefs_common.gpgme_warning before giving the
17483         GnuPG warning and set it to FALSE if the user wants to disable the
17484         warning.
17485
17486 2001-05-02 [hiroyuki]
17487
17488         * src/prefs_display_headers.c: modified the layout and some labels.
17489
17490 2001-05-02 [sergey]
17491
17492         * src/prefs_account.c (prefs_account_fix_size): new function.
17493         (prefs_account_create): call prefs_account_fix_size(); use
17494         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17495         size when the window is shown for the first time).
17496         (prefs_account_basic_create): changed layout of serv_table; moved
17497         localmbox_entry above smtpserv_entry (logically it replaces
17498         POP3/IMAP server).
17499         (prefs_account_protocol_activated): set sensitivity of
17500         nntpauth_chkbtn according to the protocol (in addition to
17501         hide/show); commented out gtk_table_set_row_spacing() calls.
17502         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17503         not sensitive (fixes a bug with disabled username/password boxes
17504         when editing POP3 account after NNTP with authentication).
17505
17506 2001-05-02 [hoa]
17507
17508         * src/account.c
17509         * src/inc.c
17510         * src/prefs_account.[ch]
17511         * src/send.c
17512                 removed local account without SMTP server
17513                 added option to use mail command instead of a connexion
17514                 to SMTP server when a local account is used
17515         * src/prefs_headers.c
17516                 fixed a bug
17517         * src/news.c
17518                 fixed a bug when connexion immediately closed
17519
17520 2001-05-01 [alfons]
17521
17522         0.4.66claws1
17523         
17524         * sync with 0.4.65
17525
17526 2001-05-01 [sergey]
17527
17528         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17529         widget nntpauth_chkbtn.
17530         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17531         visibility.
17532         (prefs_account_nntpauth_toggled): new function.
17533
17534         * src/news.c (news_session_new_for_folder): use NNTP
17535         authentication only if ac->use_nntp_auth is set.
17536
17537 2001-05-01 [hoa]
17538
17539         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17540         * src/prefs_display_headers.c changed the UI
17541         * src/prefs_headers.c changed account_name to account_id
17542         * src/compose.c using customheader.h
17543
17544 2001-05-01 [hiroyuki]
17545
17546         * src/esmtp.c
17547           src/news.c
17548           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17549           unsynched.
17550
17551 2001-05-01 [hoa]
17552
17553         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17554         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17555                 for displaying of headers
17556         * src/grouplist_dialog.[ch] minor changes to remove warnings
17557         * src/prefs_display_headers.[ch] dialog to choose the
17558         headers to display in the mail viewer.
17559         * src/headers.h correction of #define
17560         * src/headers_display.[ch] configuration for displaying of headers.
17561         * src/main.c read config of displaying of headers
17562         * src/prefs_common.c add a button to access the config dialog
17563                 for displaying of headers
17564         * src/prefs_display_headers.[ch] dialog for configuration for
17565                 displaying of the headers.
17566         * src/prefs_headers.c cleaning of code
17567         * src/procheader.c comments added to code
17568         * src/textview.c changes to reorder the headers depending
17569                 on the config for displaying of headers
17570
17571 2001-04-30 [alfons]
17572
17573         0.4.65claws7
17574
17575         * sync with 0.4.65cvs12
17576
17577         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17578
17579 2001-04-30 [sergey]
17580
17581         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17582
17583         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17584         is set to force reconnection after authentication failure.
17585         (nntp_gen_command): set sock->auth_failed on authentication
17586         failure, or if sock->userid and sock->passwd are not set.
17587
17588         * src/news.c (news_session_new_for_folder): set userid=NULL if
17589         password dialog is cancelled.
17590
17591 2001-04-30 [sergey]
17592
17593         * src/nntp.h (NNTPSockInfo): new type.
17594
17595         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17596         SockInfo.
17597         (nntp_open_auth, nntp_close): new functions.
17598         (nntp_gen_command): new function to handle authentication; all
17599         NNTP command functions updated to use it.
17600         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17601         (nntp_list): removed old useless code.
17602
17603         * src/news.h (NNTPSession): new field nntp_sock.
17604
17605         * src/news.c: all functions updated to use NNTPSockInfo instead of
17606         SockInfo.
17607         (news_session_new): new arguments (userid, passwd); made static;
17608         use nntp_open_auth() if needed.
17609         (news_session_destroy): use nntp_close() instead of sock_close().
17610         (news_query_password): changed arguments.
17611         (news_session_new_for_folder): new function.
17612         (news_session_get): use news_session_new_for_folder().
17613         (news_authenticate): deleted.
17614         (news_get_uncached_articles): removed old authentication code.
17615
17616 2001-04-30 [sergey]
17617
17618         * src/news.c: reverted my previous changes (need to do NNTP
17619         authentication in a cleaner way).
17620         
17621 2001-04-29 [sergey]
17622
17623         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17624         news_nntp_post, news_nntp_mode): new functions (wrappers with
17625         authentication support).
17626         (news_get_article_cmd, news_get_article, news_get_header): new
17627         argument "folder"; all callers changed.
17628         (news_get_article_cmd): added authentication support.
17629         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17630         (news_post): use news_nntp_post() instead of nntp_post().
17631         (news_get_uncached_articles): use news_nntp_group() instead of
17632         nntp_group() and news_nntp_xover() instead of nntp_xover();
17633         removed old authentication code.
17634         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17635
17636         * src/nntp.c (nntp_list): return real error code instead of
17637         hardcoded NN_ERROR.
17638
17639 2001-04-29 [sergey]
17640
17641         * configure.in: fixed wint_t typedef detection again
17642
17643 2001-04-28 [hoa]
17644
17645         * src/prefs_account.[ch], added A_LOCAL_CMD
17646                 (send mail with mail command)
17647         * src/send.c added function send_message_with_command()
17648         * src/inc.c made a more secure get_spool() function with
17649                 mktemp() but maybe mkstemp() or something more
17650                 secure can be used.
17651
17652 2001-04-28 [alfons]
17653
17654         * src/textview.c, colorization of email addresses in headers
17655
17656         0.4.65claws6
17657
17658         * bug sync with sylpheed
17659         * prefs_common.c: created date format ui for darko
17660         * sync with 0.4.65cvs11
17661         * configure.in: corrected to have the new gpg checks
17662
17663 2001-04-27 [alfons]
17664
17665         * completed sync with 0.4.65cvs10
17666         * minor debug things added to gtkstext.c
17667
17668 2001-04-27 [darko]
17669
17670         * configure.in: remove check for availability of
17671           strftime() as advised by Hiroyuki
17672         * src/prefs_common.[ch], src/procheader.c:
17673           synch strftime() code with Hiroyki's main branch
17674
17675 2001-04-26 [sergey]
17676
17677         * src/news.c: news_query_password(), news_authenticate(): new
17678           functions.
17679           news_get_uncached_articles(): added NNTP authentication
17680           handling.
17681         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17682           new functions.
17683         * src/prefs_account.c: prefs_account_protocol_activated():
17684           enable userid and password fields for NNTP.
17685
17686 2001-04-26
17687
17688         * configure.in: check for availability of strftime()
17689           [darko]
17690         * src/prefs_common.[ch], src/procheader.c: use
17691           strftime() for displaying date in summary pane if it
17692           is available
17693
17694 2001-04-25
17695
17696         * more .cvsignore cleanups [alfons]
17697
17698 2001-04-25
17699
17700         * ac/sv-check-type.m4: new autoconf macro.
17701         * configure.in: fixed wint_t typedef detection (did not work
17702           with gcc-2.96).
17703
17704 2001-04-25
17705
17706         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17707           [hiroyuki]
17708
17709 2001-04-24
17710         * modified gtkstext.c : buggy cursor navigation fixed, 
17711           and font descent also taken in account when drawing
17712           cursor. [alfons]
17713
17714 2001-04-24 [hoa]
17715         * added comments in src/news.c src/nntp.c
17716         * added src/prefs_headers.[ch]
17717         * added src/headers.[ch]
17718         * modified compose.c to activate custom headers
17719                 added function is_in_custom_headers
17720         * modified prefs_account.[ch]
17721                 added function prefs_account_customhdr_edit
17722         * modified src/defs.h :
17723                 added HEADERS_RC : name of the config file
17724                 for the custom headers
17725
17726 2001-04-24
17727
17728     0.4.65claws5
17729
17730         * configure.in
17731           src/gtkstext.[ch]
17732           src/compose.c
17733           src/Makefile.am
17734           
17735           added gtkstext with configure.in patch by Hiroyuki which
17736           should fix the XIM detection [alfons]
17737
17738         * more clean up of cvs [alfons]
17739
17740                  * removed all Makefile.in files to attic.
17741
17742                  * updated all .cvsignores to really ignore things that could
17743                    be unintentionally committed by a recursive commit.
17744
17745 2001-04-23 [hoa]
17746         * added src/grouplist_dialog.[ch]
17747         * changed src/folderview.c to call grouplist_dialog instead
17748                 of inputdialog
17749         * src/news.c :
17750                 added functions news_reset_group_list
17751                 and news_get_group_list
17752         * src/nntp.c :
17753                 added function nntp_list
17754         * src/defs.h :
17755                 added GROUPLIST_FILE : name of the newsgroup list cache file
17756
17757 2001-04-21
17758
17759         * added option to warn about queued messages on exit [sergey]:
17760
17761           * src/compose.c: compose_queue(): call folder_item_scan()
17762             and folderview_update_item() after queueing.
17763           * src/folderview.c: folderview_update_node(): draw the queue
17764             folder in bold font if there are queued messages.
17765           * src/mainwindow.c: queued_messages(): new function.
17766             app_exit_cb(): display warning if there are queued messages
17767             if warn_queued_on_exit is set.
17768           * prefs_common.[ch]: add warn_queued_on_exit option.
17769
17770         * enhanced GnuPG key selection support [sergey]:
17771
17772           * src/select-keys.c: updated to newer version from Win32
17773             branch with support for selecting arbitrary keys.
17774           * src/prefs_account.c: added the Privacy tab to the account
17775             options window.
17776             prefs_account_privacy_create(),
17777             prefs_account_sign_key_set_data_from_radiobtn(),
17778             prefs_account_sign_key_set_radiobtn(): new functions.
17779           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17780           * src/rfc2015.c: set_signers(): new function.
17781             pgp_sign(): add the account parameter, call set_signers().
17782             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17783           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17784           * src/compose.c: pass the current account to rfc2015_sign().
17785
17786         * tag name claws added to prevent confusion with main branch [alfons]
17787
17788         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17789
17790         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17791
17792         * sync with recent sylpheed cvs. Untested though. [alfons]
17793