* src/folder.c
[claws.git] / ChangeLog.claws
1 2003-07-23 [alfons]     0.9.3claws44
2
3         * src/folder.c
4         * src/procmsg.h
5                 sync with my local tree to restore some claws-only things
6
7 2003-07-23 [paul]       0.9.3claws43
8
9         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
10           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
11           src/Makefile.am
12           src/mimeview.c
13           src/procmime.h
14           src/rfc2015.c
15           src/stock_pixmap.[ch]
16                 indicate missing keys and expired sigs/keys
17                 in mime view column
18
19 2003-07-23 [paul]       0.9.3claws42
20
21         * src/compose.c
22                 Redirect fixes: enable automatic account selection and
23                 do not append signature to message on changing account
24                 fixes Bug[s] #248
25
26 2003-07-23 [paul]       0.9.3claws41
27
28         * sync with 0.9.3cvs16
29                 see ChangeLog 2003-07-23
30
31 2003-07-23 [alfons]     0.9.3claws40
32
33         * src/inc.c
34                 give progress dialog a main window, and give it the first 
35                 one (presumably the only one). fixes bug #247, "segfault on 
36                 pop-before-smtp" 
37
38 2003-07-22 [alfons]     0.9.3claws39
39
40         * src/summaryview.c
41                 shift-space scrolls up
42
43 2003-07-22 [paul]       0.9.3claws38
44
45         * sync with 0.9.3cvs15
46                 see ChangeLog 2003-07-22
47
48 2003-07-20 [alfons]     0.9.3claws37
49
50         * src/compose.c
51                 put menu inside #ifdef USE_ASPELL..#endif
52
53 2003-07-20 [christoph]  0.9.3claws36
54
55         * src/procmsg.c
56                 fix wrong flags in MsgInfo returned by
57                 procmsg_msginfo_get_full_info()
58
59         (closes Bug 221 Deleting messages from the Message View gives incorrect
60          new/unread message counts in the folder view)
61
62         * src/plugins/spamassassin/spamassassin_gtk.c
63                 add gettext macro for prefs page title
64
65 2003-07-20 [paul]       0.9.3claws35
66
67         * src/mimeview.c
68                 redraw icon list on signature check
69
70 2003-07-20 [christoph]  0.9.3claws34
71
72         * src/Makefile.am
73         * src/account.c
74         * src/folder.[ch]
75         * src/folder_item_prefs.[ch]            ** NEW **
76         * src/folderview.c
77         * src/mainwindow.c
78         * src/mh.c
79         * src/prefs_gtk.c
80         * src/prefs_scoring.c
81         * src/summaryview.c
82         * src/prefs_folder_item.[ch]
83                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
84                   Properties dialog
85                 o use prefswindow for folder properties
86
87         * src/gtk/prefswindow.[ch]
88                 change implementation to use an invisible notebook instead
89                 of unparenting widgets
90
91 2003-07-20 [christoph]  0.9.3claws33
92
93         * src/compose.h
94         * src/folder.c
95         * src/folderview.h
96         * src/headerview.h
97         * src/prefs_filtering.h
98         * src/prefs_folder_item.[ch]
99         * src/procmime.h
100         * src/procmsg.h
101         * src/summaryview.h
102                 clean up header mess
103                 (always use 1. typedefs, 2. #includes, 3. structures)
104
105         * src/common/version.h.in
106                 add casts for constants
107
108         * src/plugins/demo/demo.c
109                 fix typo
110
111         * src/plugins/spamassassin/spamassassin.c
112                 remove unused variable
113
114 2003-07-20 [alfons]     0.9.3claws32
115
116         * src/mimeview.c
117                 o make icon buttons respond on left click
118                 o minor cosmetic change
119
120 2003-07-19 [luke]       0.9.3claws31
121
122         * src/mimeview.[ch]
123         * src/gtk/gtkvscrollbutton.c
124         * src/messageview.c
125                 o improved mimeview behaviour when selecting a new message
126                 o plus code cleanups to remove compile warnings
127
128
129 2003-07-19 [alfons]     0.9.3claws30
130
131         * src/procmsg.c
132         * src/compose.c
133         * src/common/utils.[ch]
134                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
135
136 2003-07-19 [alfons]     0.9.3claws29
137
138         * src/prefs_folder_item.c
139                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
140                 string pointers
141
142 2003-07-19 [luke]       0.9.3claws28
143
144         * src/messageview.c
145         * src/mimeview.[ch]
146         * src/procmime.h
147         * src/rfc2015.c
148         * src/stock_pixmap.[ch]
149         * src/gtk/Makefile.am
150         * src/Makefile.am
151         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
152         * src/pixmaps/mime_*.xpm                ** NEW **
153                 o mimeview rearrangement with a new icon shortcut bar
154         
155 2003-07-19 [alfons]     0.9.3claws27
156
157         * src/folderview.c
158                 o plug leaking nodes_to_recollapse
159                 o add folderview_recollapse_all_nodes() (not used yet)
160
161 2003-07-19 [alfons]     0.9.3claws26
162
163         * src/compose.c
164         * src/common/utils.c
165                 honour #240 "Better SUBJECT handling" by cleaning the prefix
166                 for both forwarding as replying
167
168 2003-07-18 [christoph]  0.9.3claws25
169
170         * configure.ac
171         * src/common/sylpheed.[ch]
172         * src/common/version.h.in
173                 add version in numeric form to allow easy comparison
174
175         * src/plugins/demo/demo.c
176                 add version check
177                 - sylpheed version > plugin version => never allowed, sylpheed
178                   could contain unknown API changes
179                 - sylpheed version < minimum version required => don't load,
180                   API required not available (if linking does not fail)
181
182 2003-07-18 [alfons]     0.9.3claws24
183         
184         * src/common/plugin.[ch]
185                 const correctness
186
187 2003-07-18 [christoph]  0.9.3claws23
188
189         * src/common/hooks.c
190                 fix crash when hooks where unregisted
191
192         * src/plugins/trayicon/trayicon.c
193                 unregister detroy signal before destroying the widget
194                 (still crashes when the plugin is unloaded)
195
196 2003-07-18 [alfons]     0.9.3claws22
197         
198         * src/folderview.c
199                 delay expanding folder tree during drags until timeout triggered
200                 (needs perhaps some tweaking, so testing is welcome)
201
202 2003-07-17 [alfons]     0.9.3claws21
203
204         * src/folderview.c
205                 clean up cruft
206
207 2003-07-17 [christoph]  0.9.3claws20
208
209         * src/common/session.c
210                 fix opening of SSL connections
211
212         * src/plugins/image_viewer/Makefile.am
213                 add OPENSSL_CFLAGS (we should find a better solution to remove
214                 this dependencies if they are not required)
215
216         * src/plugins/spamassassin/spamassassin.c
217                 remove setlocale workaround (fixed in libspamc)
218
219 2003-07-17 [alfons]     0.9.3claws19
220
221         * src/common/hooks.[ch]
222         * src/plugins/clamav/clamav_plugin.c
223         * src/plugins/spamassassin/spamassassin.c
224         * src/plugins/trayicon/trayicon.c
225                 fix signedness muck 
226
227 2003-07-17 [alfons]     0.9.3claws18
228
229         * src/procmime.c
230                 plug memleak
231
232 2003-07-17 [alfons]     0.9.3claws17
233
234         * src/inc.c
235                 plug memleak
236
237 2003-07-17 [paul]       0.9.3claws16
238
239         * src/common/defs.h
240           src/mainwindow.c
241           src/manual.[ch]
242                 add link to the Claws site's FAQ page, after the suggestion
243                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
244                 Move url strings to defs.h
245                 
246         * src/mainwindow.c
247                 fix typo to prevent "unknown menu entry" warnings
248
249 2003-07-17 [alfons]     0.9.3claws15
250
251         * src/folderview.[ch]
252         * src/summaryview.[ch]
253         * src/mimeview.[ch]
254                 plug DnD leaks 
255
256 2003-07-17 [paul]       0.9.3claws14
257
258         * src/inc.c
259                 remove two instances of 'GTK_EVENTS_FLUSH' because
260                 they are unnecessary and probably cause a stack overflow
261
262 2003-07-16 [christoph]  0.9.3claws13
263
264         * src/mimeview.[ch]
265                 use an invisible GTK notebook to switch between viewers
266                 instead of reparenting widgets
267
268 2003-07-16 [christoph]  0.9.3claws12
269
270         * src/folder.c
271                 move folder_item_update_freeze() to correct place in
272                 folder_item_scan_full()
273
274 2003-07-16 [paul]       0.9.3claws11
275
276         * sync with 0.9.3cvs12
277                 see ChangeLog 2003-07-14 and 2003-07-15
278
279 2003-07-16 [christoph]  0.9.3claws10
280
281         * src/imap.[ch]
282         * src/prefs_account.[ch]
283                 sync IMAP CRAM-MD5 authentication with sylpheed-main
284
285 2003-07-15 [alfons]     0.9.3claws9
286
287         * src/main.c
288                 make --config-dir do something useful
289
290 2003-07-15 [alfons]     0.9.3claws8
291
292         * src/procmsg.c
293                 o fix a bug where 'last' didn't really point to the last message
294                   in the top level list of children, but to the last threaded
295                   message. 
296                 
297                 o clean up and make it easier to sync
298
299 2003-07-15 [alfons]     0.9.3claws7
300
301         * src/mainwindow.c
302                 make correct menu items sensitive       
303
304 2003-07-14 [alfons]     0.9.3claws6
305
306         * src/procmsg.c
307                 tune the threader so it will not subject-thread any message
308                 without a subject prefix (this will not thread correctly if 
309                 a parent is delivered after their childs, but it looks 
310                 better right now)
311
312 2003-07-13 [christoph]  0.9.3claws5
313
314         * src/mainwindow.c
315                 group "Add mailbox *..." menu items in submenu
316
317 2003-07-13 [alfons]     0.9.3claws4
318
319         * src/summaryview.c
320                 correct summary_toggle_pressed() signature and make sure
321                 signal is not passed on
322
323 2003-07-13 [alfons]     0.9.3claws3
324
325         * src/summaryview.c
326                 o for now don't pass on keys when they we're handled by 
327                   ctree::key_press_event
328                 o clean up
329
330 2003-07-13 [alfons]     0.9.3claws2
331         
332         * src/main.c
333                 add command line option "--config-dir" to get the current 
334                 configuration dir
335
336 2003-07-12 [alfons]     0.9.3claws1
337
338         * src/matcher.[ch]
339         * src/matcher_parser_parse.y
340         * src/prefs_filtering.c
341         * src/filtering.c
342                 add "Lock" filter action to lock messages;
343
344         * src/filtering.c       
345                 remove debug_print()    
346         * src/prefs_filtering.c
347                 re-organize matcher part 9: 
348                 make action text entries easily extendible;
349                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
350                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
351
352 2003-07-12 [paul]
353
354         * tools/README
355                 update old information and add missing
356                 information
357
358 2003-07-12 [paul]       0.9.3claws
359
360         * 0.9.3claws released
361         
362 2003-07-12 [paul]       0.9.0claws103
363
364         * src/Makefile.am
365                 add addrquery.h
366
367 2003-07-12 [melvin]     0.9.0claws102
368
369         * src/messageview.c
370                 Fixed bug #215: Show MIME tab for single text/html messages. 
371                 
372 2003-07-12 [paul]       0.9.0claws101
373
374         * man/sylpheed.1
375                 updated
376
377 2003-07-12 [paul]       0.9.0claws100
378
379         * po/es.po
380           po/hr.po
381           po/pl.po
382           po/sr.po
383                 update Spanish, Croatian, Polish, Serbian translations.
384                 submitted by Ricardo Mones Lastra, Dragan, Witold
385                 Wladyslaw Wojciech Wilk, Urke MMI
386
387 2003-07-12 [melvin]     0.9.0claws99
388
389         * po/fr.po
390                 Updated French translations.
391
392 2003-07-12 [paul]       0.9.0claws98
393
394         * src/addressbook.c
395                 disable 'Lookup' button as it has no effect
396
397 2003-07-11 [alfons]     0.9.0claws97
398         
399         * src/summaryview.c
400                 summary_searchbar_pressed() should return TRUE to signal that
401                 event was handled. when returning void, the return value passed
402                 to GTK is actually random, but maybe FALSE, in which case the
403                 event is handled by parent
404                 
405 2003-07-10 [paul]       0.9.0claws96
406
407         * ac/missing/gettext.m4
408                 update to version 0.12
409
410 2003-07-10 [paul]       0.9.0claws95
411
412         * src/plugins/clamav/clamav_plugin.c
413                 fix bug where multipart/alternative messages
414                 would slip through without being scanned
415
416 2003-07-10 [christoph]  0.9.0claws94
417
418         * src/folder.c
419                 correct check if folder supports removing when a message is
420                 moved. if not the message is only copied.
421
422         (closes Bug 132 crash on startup in newsgroups folders)
423
424 2003-07-09 [alfons]     0.9.0claws93
425
426         * configure.ac
427         * src/common/defs.h
428                 --with-config-dir (default .sylpheed)
429
430 2003-07-09 [christoph]  0.9.0claws92
431
432         * configure.ac
433                 use PKG_CHECK_MODULES to check for gtkmathview
434                 (version 0.4.2 now required)
435
436 2003-07-08 [melvin]     0.9.0claws91
437
438         * src/action.c
439                 Implemented a progress bar that counts the number of completed
440                 tasks when the action runs more than one command.
441
442 2003-07-08 [alfons]     0.9.0claws90
443
444         * src/procmsg.c
445                 if queued message has an invalid Message-Id, don't try to
446                 find message it refers to (fixes #209 "crash when processing 
447                 in folder")
448
449 2003-07-08 [paul]       0.9.0claws89
450
451         * sync with 0.9.3cvs2
452                 see ChangeLog 2003-07-08
453
454 2003-07-08 [match]      0.9.0claws88
455
456         * src/ldapctrl.c
457                 extend LDAP search for first/last name by parsing search term.
458
459 2003-07-08 [alfons]     0.9.0claws87
460
461         * src/send_message.c
462                 fix bug #208 "Status message stuck when sending on POP3 account"
463
464 2003-07-07 [paul]       0.9.0claws86
465
466         * po/hr.po
467                 new Croatian translation, submitted by
468                 Dragan <drleskov@inet.hr>
469
470 2003-07-07 [paul]       0.9.0claws85
471
472         * sync with 0.9.3cvs1
473                 see ChangeLog 2003-07-07
474
475 2003-07-05 [christoph]  0.9.0claws84
476
477         * src/Makefile.am
478         * src/messageview.c
479         * src/mimeview.[ch]
480         * src/stock_pixmap.[ch]
481         * src/pixmaps/messageview_text.xpm              ** NEW **
482                 move mimeview tabs to the right side and use icons
483                 instead of text to save some space
484
485         (patch by Luke Plant <lukeplant@softhome.net>)
486
487 2003-07-05 [christoph]  0.9.0claws83
488
489         * src/inc.c
490                 add NULL pointer checks
491
492         (patch by Luke Plant <lukeplant@softhome.net>)
493         (closes Bug 204 0.9.0 quits on authentication error?!)
494
495 2003-07-05 [alfons]     0.9.0claws82
496
497         * configure.ac
498                 take the clue in bug #202 "./configure script - 
499                 'if test' comparison failure" reported by John Kristoff. 
500
501 2003-07-04 [christoph]  0.9.0claws81
502
503         * src/plugins/spamassassin/spamassassin.c
504                 set timeout for spam check
505
506 2003-07-04 [christoph]  0.9.0claws80
507
508         * src/main.c
509                 destroy all FolderItems when shutting down to
510                 allow folders to clean up
511
512 2003-07-04 [melvin]     0.9.0claws79
513
514         * src/gtk/gtkaspell.c
515                 Fixed bug #184 "Entering non-ascii character deletes
516                 previous char if spell checking enabled": this makes
517                 the spell checking in multibytes (e.g. UTF-8)locales work.
518                 (Patch by Luke Plant).
519                 
520 2003-07-04 [christoph]  0.9.0claws78
521
522         * sync with 0.9.2cvs1
523                 see ChangeLog 2003-06-10
524
525 2003-07-04 [paul]       0.9.0claws77
526
527         * sync with 0.9.3 release
528                 see ChangeLog 2003-07-04
529
530 2003-07-03 [christoph]  0.9.0claws76
531
532         * src/folder.[ch]
533         * src/imap.c
534         * src/mbox_folder.c
535         * src/mh.c
536         * src/news.c
537                 move folder_item_get_path() stuff into a folder virtual function
538
539         * src/procmsg.c
540                 use folder_item_fetch_msg() to get message and do not contruct
541                 the filename from path and number
542
543 2003-07-03 [paul]       0.9.0claws75
544
545         * sync with 0.9.2cvs12
546                 see ChangeLog 2003-07-03
547
548 2003-07-02 [paul]       0.9.0claws74
549
550         * src/messageview.c
551                 fix text-selection for replying
552
553 2003-07-02 [paul]       0.9.0claws73
554
555         * sync with 0.9.2cvs11
556                 see ChangeLog 2003-07-02
557
558 2003-07-02 [paul]       0.9.0claws72
559
560         * src/procmsg.c
561                 revert last commit because it breaks more
562                 than it fixes
563
564 2003-07-02 [paul]       0.9.0claws71
565
566         * src/procmsg.c
567                 fix thread by subject/sort by date
568
569 2003-07-01 [paul]       0.9.0claws70
570
571         * sync with 0.9.2cvs10
572                 see ChangeLog 2003-07-01
573
574 2003-06-30 [paul]       0.9.0claws69
575
576         * sync with 0.9.2cvs9
577                 see ChangeLog 2003-06-30
578
579 2003-06-28 [match]      0.9.0claws68
580
581         * src/addressbook.c
582                 fix null ptr.
583
584 2003-06-27 [paul]       0.9.0claws67
585
586         * sync with 0.9.2cvs7
587                 see ChangeLog 2003-06-27
588
589 2003-06-26 [christoph]  0.9.0claws66
590
591         * src/folder.c
592                 freeze folder updates while a folder is scanned
593
594         (closes Bug 185 New message counter)
595
596 2003-06-26 [darko]      0.9.0claws65
597
598         * src/ldapserver.c
599                 fix infinite loop when adding a new LDAP server
600
601 2003-06-26 [paul]       0.9.0claws64
602
603         * sync with 0.9.2cvs6
604                 see ChangeLog 2003-06-26
605
606 2003-06-26 [paul]       0.9.0claws63
607
608         * sync with 0.9.2cvs5
609                 see ChangeLog 2003-06-25 and 2003-06-26
610
611 2003-06-25 [match]      0.9.0claws62
612
613         * src/addr_compl.c
614                 Fixed tab/backtab for dropped-down completion list to
615                 move next/previous field. (close bug 147)
616
617 2003-06-25 [christoph]  0.9.0claws61
618
619         * src/addr_compl.[ch]
620         * src/addrindex.[ch]
621         * src/folderview.c
622         * src/inc.c
623         * src/news.c
624         * src/summaryview.c
625         * src/toolbar.c
626                 fix warnings
627
628 2003-06-25 [leandro]    0.9.0claws60
629
630         * src/compose.c
631                 o cleanups
632                 o gray out "Message/Remove references" menu item if not
633                   replying to a message
634
635 2003-06-24 [leandro]    0.9.0claws59
636
637         * src/compose.[ch]
638                 o removed "Message/Create new thread" menu item
639                 o added "Message/Remove references" menu item
640                   (it's off by default and will not check anymore
641                    if the subject changed)
642
643 2003-06-23 [alfons]     0.9.0claws58
644
645         * src/procmsg.c
646                 try better grouping messages threaded by subject based on their age.
647                 still not perfect - because the message tree is not sorted by date.  
648
649 2003-06-23 [thorsten]   0.9.0claws57
650
651         * src/pop.[ch]
652                 added mail_receive_hook to allow modifications
653                 directly after retrieval (e.g. adding headers).
654
655 2003-06-23 [paul]       0.9.0claws56
656
657         * src/sourcewindow.c
658                  enable the use of Ctrl+A to select all text in
659                  the sourcewindow
660                  Patch submitted by Ivan Francolin Martinez
661                  <ivanfm@users.sourceforge.net>
662
663 2003-06-22 [christoph]  0.9.0claws55
664
665         * src/folder.[ch]
666                 o add notification hook for folder tree changes
667                 o invoke hooks after folder tree scanning
668
669         * src/folderview.[ch]
670                 register hook for folder tree changes that
671                 updates the ctree
672
673         (there are more places that should be updated, like add, remove 
674          or move folder)
675
676         (closes Bug 164 Crash on rebuild folder tree)
677         (closes Bug 190 Crash on 'rebuilding folder tree')
678
679 2003-06-21 [leandro]    0.9.0claws54
680
681         * src/compose.[ch]
682                 create a new thread if subject changes
683                 (it's on by default, can be disabled in Message menu)
684
685 2003-06-21 [alfons]     0.9.0claws53
686
687         * src/summaryview.c
688                 quiet little compiler
689
690 2003-06-21 [christoph]  0.9.0claws52
691
692         update gettext stuff to version 0.12
693
694 2003-06-19 [alfons]     0.9.0claws51
695
696         * src/common/log.c
697         * src/common/plugin.c
698                 move defs.h before glib.h to prevent MIN/MAX redefs
699
700 2003-06-19 [alfons]
701
702         * src/addressbook.c
703                 translatable
704
705 2003-06-19 [match]      0.9.0claws50
706
707         * src/addressbook.[ch]
708         * src/addrindex.[ch]
709         * src/addr_compl.[ch]
710         * src/editldap.[ch]
711         * src/editldap_basedn.[ch]
712         * src/addritem.[ch]
713         * src/ldapquery.h
714                 re-implemented dynamic LDAP search. works without
715                 slowdown on display sender with addressbook
716                 option.
717         * src/addrbook.c
718                 documented code.
719
720 2003-06-19 [paul]       0.9.0claws49
721
722         * src/compose.c
723                 fix Bug #136 'Nonprovided quotation marks crash claws'
724                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
725
726 2003-06-19 [alfons]     0.9.0claws48
727
728         * src/prefs_common.[ch]
729         * src/procmsg.c
730                 restrict threading by subject by checking thread for
731                 age (prefs_common.thread_by_subject_max_age)
732
733 2003-06-18 [christoph]  0.9.0claws47
734
735         * src/imap.c
736                 fix memory leak in imap_cmd_fetch()
737
738 2003-06-18 [christoph]  0.9.0claws46
739
740         * src/prefs_gtk.c
741                 fix memory leak in prefs_set_default() when used multiple
742                 times or after prefs have been read
743
744 2003-06-18 [christoph]  0.9.0claws45
745
746         * src/common/plugin.c
747                 fix memory leak in plugin_unload()
748
749 2003-06-18 [christoph]  0.9.0claws44
750
751         * src/imap.c
752                 fix memory leak in imap_cmd_ok()
753
754 2003-06-18 [christoph]  0.9.0claws43
755
756         * src/folder.c
757                 stop messages that are downloaded from POP3 and added to
758                 an IMAP inbox from being filtered twice (first by POP3
759                 and again when IMAP folder is scaned to get the UID of
760                 the APPEND operation when no UIDPLUS is available)
761
762 2003-06-18 [alfons]
763
764         * tools/Makefile.am
765                 phoenix <- firebird     
766
767 2003-06-18 [paul]
768
769         * tools/launch_phoenix          ** REMOVED **
770           tools/launch_firebird         ** NEW **
771                 renamed and edited to reflect the browser's name change from
772                 'phoenix' to 'firebird'
773
774 2003-06-18 [paul]       0.9.0claws42
775
776         * sync with 0.9.2cvs2
777                 see ChangeLog 2003-06-16
778
779 2003-06-17 [alfons]     0.9.0claws41
780
781         * src/procmsg.c
782                 prevent threading problems when a node is an ancestor (parent / great parent),
783                 which mostly happens with circular references (thanks to Phillipe Gramoullé
784                 for finding an sample set of messages)
785
786 2003-06-16 [christoph]  0.9.0claws40
787
788         * src/main.c
789                 don't popup main window on --receive or --receive-all
790
791         * src/mainwindow.[ch]
792         * src/plugins/trayicon/trayicon.c
793                 allow hiding of main window by clicking on the trayicon
794                 (doesn't work correctly in seperate window mode and may
795                  cause unexpected GTK problems I couldn't find yet)
796
797         * src/common/ssl.c
798                 remove incorrect warning
799
800 2003-06-15 [alfons]     0.9.0claws39
801
802         * src/gtk/gtkstext.c
803                 don't output debug text;
804                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
805                 for pointing this out);
806
807 2003-06-14 [alfons]     0.9.0claws38
808         
809         * src/messageview.c
810                 remove printf() and make one if..else comply with coding style
811
812 2003-06-14 [alfons]     0.9.0claws37
813
814         * AUTHORS
815                 add Martin Wicke
816         * src/action.c
817         * src/messageview.[ch]
818         * src/summaryview.c
819                 apply patch #754162 "Quoting messages filtered by actions" submitted
820                 by Martin Wicke, which allows quoting message body changed by an
821                 action (Thanks!).
822
823 2003-06-13 [alfons]     0.9.0claws36
824
825         * src/utils.c
826                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
827                 use case insensitive regexp (suggested by Ivan Martinez)
828
829 2003-06-13 [christoph]  0.9.0claws35
830
831         * configure.ac
832         * src/plugins/trayicon/Makefile.am
833         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
834         * src/plugins/trayicon/trayicon.c
835         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
836         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
837         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
838         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
839         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
840         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
841                 replace my own EggTrayIcon backport with the backport
842                 used by (l|x)mule and gabber.
843
844 2003-06-13 [alfons]     0.9.0claws34
845
846         * AUTHORS
847         * src/common/utils.c
848                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
849
850 2003-06-13 [alfons]     0.9.0claws33
851
852         * src/compose.c
853                 clean up a little bit
854
855 2003-06-12 [alfons]     0.9.0claws32
856
857         * src/compose.c
858                 const correctness fix
859
860         * src/common/sylpheed.[ch]
861                 () -> (void)
862                 prevent redef MIN/MAX
863                 
864         * src/common/utils.[ch]
865                 () -> (void)
866
867 2003-06-12 [melvin]     0.9.0claws31
868
869         * src/compose.c
870                 Updated to take into accounts changes in GtkAspell.
871
872 2003-06-12 [alfons]     0.9.0claws30
873
874         * src/compose.c
875         * src/procmsg.c
876         * src/common/utils.[ch]
877                 handle reply subject prefixes better (initial 
878                 suggestion by Robert Story adapted and enhanced 
879                 using regexps)
880
881 2003-06-12 [melvin]     0.9.0claws29
882
883         * src/compose.c
884                 Use new gtkaspell_checkers_strerror() to get the speller's
885                 error message instead of accessing the (now private)
886                 checkers structure.
887                 Minor code clean up
888
889         * src/main.c
890                 Use #ifdef instead of #if for USE_ASPELL
891                 Use the new spell checkers init/quit functions 
892
893         * src/gtk/gtkaspell.c
894                 Use #ifdef instead of #if for USE_ASPELL
895                 Moved in the majority of GtkAspell structures that were
896                 exported before by gtkaspell.h
897         
898         * src/gtk/gktaspell.h
899                 Made gtkaspell.h contain only the necessary data to be
900                 publicized by moving many structures to gtkaspell.c.
901                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
902                 gtkaspell_checkers_new(): replaced by...
903                 gtkaspell_checkers_init(): new function for initialization
904                 gtkaspell_checkers_delete(): replaced by...
905                 gtkaspell_checkers_quit(): new function
906                 gtkaspell_checkers_strerror(): new function that returns
907                 the checker's last error message.
908                 
909 2003-06-11 [melvin]     0.9.0claws28
910
911         * po/POTFILES.in
912                 Updated to take into account gtkaspell.c migration to
913                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
914
915 2003-06-10 [alfons]     0.9.0claws27
916
917         * src/filtering.[ch]
918         * src/folder.c
919         * src/matcher.c
920         * src/scoring.[ch]
921                 - try fixing bug #18 (any brave testers?)
922                 - add more robustness by refusing previously 
923                   unchecked NULL pointers 
924
925 2003-06-10 [alfons]     0.9.0claws26
926
927         * src/procmsg.c
928                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
929
930 2003-06-09 [alfons]     0.9.0claws25
931
932         * src/prefs_common.c
933                 fix bug #163 "Icon switching doesnt work properly" by 
934                 preventing early freeing of prefs_common.pixmap_theme_path.
935
936 2003-06-09 [christoph]  0.9.0claws24
937
938         * src/gtk/gtkaspell.c
939                 revert Thorsten's fix and add forgotten g_strdup for
940                 aspell path (it should not be possible to alter the path a
941                 GtkASpell uses from outside)
942
943 2003-06-09 [thorsten]   0.9.0claws23
944
945         * src/gtk/gtkaspell.c
946                 dont free prefs_common.aspell_path when closing compose
947
948 2003-06-08 [colin]      0.9.0claws22
949
950         * src/plugins/spamassassin/spamassassin.c
951                 fix prefs types
952
953 2003-06-07 [christoph]  0.9.0claws21
954
955         * src/Makefile.am
956         * src/compose.c
957         * src/gtkaspell.[ch]            ** REMOVE **
958         * src/gtk/Makefile.am
959         * src/gtk/gtkaspell.[ch]        ** NEW **
960                 o make gtkaspell independent from sylpheed's prefs
961                 o move gtkaspell.[ch] to gtk directory
962
963 2003-06-07 [christoph]  0.9.0claws20
964
965         * src/Makefile.am
966         * src/crash.c
967         * src/export.c
968         * src/filesel.[ch]              ** REMOVE **
969         * src/folder.c
970         * src/main.[ch]
971         * src/common/sylpheed.[ch]
972         * src/gtk/Makefile.am
973         * src/gtk/filesel.[ch]          ** NEW **
974         * src/gtk/pluginwindow.c
975         * src/gtk/sslcertwindow.c
976                 move filesel.[ch] to gtk directory
977
978 2003-06-07 [alfons]     0.9.0claws19
979
980         * src/filesel.c
981                 make (multi) file selection dialog work again (Claws-only)
982
983 2003-06-07 [thorsten]   0.9.0claws18
984
985         * po/de.po
986                 fix typos
987
988 2003-06-07 [alfons]     0.9.0claws17
989
990         * configure.ac
991         * src/mimeview.c
992                 detect apache mishap in which case don't include fnmatch.h
993                 if regex.h is already included
994
995 2003-06-06 [christoph]  0.9.0claws16
996
997         * configure.ac
998         * src/mimeview.h
999                 add check for fnmatch.h and include it when available
1000
1001         * src/mimeview.[ch]
1002                 fix wrong case sensitivity of Content-Types
1003
1004         * src/gtk/Makefile.am
1005                 need the same include paths in gtk directory as in
1006                 common directory because .h files in common can
1007                 include files from these directories, when included
1008                 in gtk's .h or .c files
1009
1010 2003-06-06 [alfons]     0.9.0claws15
1011
1012         * src/mimeview.c
1013         * src/summaryview.c
1014                 make it compile again because of regex.h / fnmatch.h 
1015                 include problems (related to recent mime stuff, can
1016                 someone check this?)
1017
1018 2003-06-06 [thorsten]   0.9.0claws14
1019
1020         * src/folderview.c
1021                 possible use of uninitialized pointer while dragging
1022
1023 2003-06-06 [paul]       0.9.0claws13
1024
1025         * src/compose.c
1026                 fix bug where the insert sig button would be effective
1027                 only when auto_sig was set
1028
1029 2003-06-06 [paul]       0.9.0claws12
1030
1031         * sync with 0.9.2 release
1032
1033 2003-06-02 [paul]       0.9.0claws11
1034
1035         * sync with 0.9.1cvs1
1036                 see ChangeLog 2003-06-02
1037                 
1038         * po/de.po
1039                 update by Jens
1040
1041 2003-06-01 [christoph]  0.9.0claws10
1042
1043         * src/account.c
1044                 don't use substring search to find accounts by email address
1045
1046         (closes Bug 169 Overly loose matching of "From" address)
1047
1048 2003-05-31 [christoph]  0.9.0claws9
1049
1050         * doc-src/rfc2683.txt
1051         * src/imap.c
1052                 limit IMAP command length as recommended in RFC2683
1053                 (message number lists will be split into multiple imap
1054                 sets, the limit of 1000 octets is not a hard limit)
1055
1056         (closes Bug 161 sylpheed-claws exits with segfault when logging
1057          in to certain imap-servers)
1058
1059 2003-05-29 [alfons]     0.9.0claws8
1060
1061         * src/toolbar.[ch]
1062                 add print button (calling summary_print());
1063                 fine tune setting tooltip text;
1064                 (if someone needs other buttons, please take these 
1065                 commits as a guide, instead of bothering us - also
1066                 see 0.8.11claws150) 
1067
1068 2003-05-29 [darko]      0.9.0claws7
1069
1070         * src/compose.c
1071                 fix crash when word wrapping kicks in due to
1072                 changed text by spell checker
1073
1074 2003-05-29 [paul]       0.9.0claws6
1075
1076         * src/compose.c
1077                 fix bug where changing account would insert
1078                 sig even if auto_sig was FALSE
1079                 
1080         * ChangeLog
1081           ChangeLog.jp
1082           INSTALL
1083                 sync with 0.9.1 release
1084
1085 2003-05-28 [christoph]  0.9.0claws5
1086
1087         * src/imap.c
1088                 fix truncation of too long commands
1089
1090         (closes Bug 167 IMAP hangs trying to get envelope
1091          information in imap_get_uncached_messages)
1092
1093 2003-05-27 [paul]       0.9.0claws4
1094
1095         * tools/Makefile.am
1096           tools/maildir2sylpheed.pl     ** NEW FILE **
1097                 add kmail to sylpheed mailbox conversion script
1098
1099 2003-05-27 [paul]       0.9.0claws3
1100
1101         * sync with 0.9.0cvs10
1102                 see ChangeLog 2003-05-26
1103
1104 2003-05-26 [paul]       0.9.0claws2
1105
1106         * sync with 0.9.0cvs9
1107                 see ChangeLog 2003-05-26
1108
1109 2003-05-24 [paul]       0.9.0claws1
1110
1111         * sync with 0.9.0cvs8
1112                 see ChangeLog 2003-05-23
1113
1114 2003-05-24 [paul]       0.9.0claws
1115
1116         * version 0.9.0claws released
1117
1118 2003-05-24 [paul]       0.8.11claws177
1119
1120         * src/plugins/dillo-viewer/Makefile.am
1121           src/plugins/traycon/Makefile.am
1122                 add missing files
1123                 
1124         * po/bg.po
1125           po/en_GB.po
1126           po/es.po
1127           po/it.po
1128           po/pt_BR.po
1129           po/ru.po
1130           po/sr.po
1131                 update Bulgarian, British English, Spanish, Italian, 
1132                 Brazilian Portuguese, Russian, and Serbian translations, 
1133                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1134                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1135                 Ruslan N. Balkin, and Urke MMI
1136
1137 2003-05-23 [melvin]     0.8.11claws176
1138
1139         * po/fr.po
1140                 Updated French translations
1141
1142 2003-05-22 [paul]       0.8.11claws175
1143
1144         * src/Makefile.am
1145           src/addrbook.[ch]
1146           src/addrcache.[ch]
1147           src/addr_compl.[ch]
1148           src/adressbook.[ch]
1149           src/addrindex.[ch]
1150           src/addritem.[ch]
1151           src/editaddress.c
1152           src/editgroup.c
1153           src/editldap_basedn.c
1154           src/editldap.c
1155           src/jpilot.c
1156           src/vcard.c
1157                 revert to get ldap into it previous working state
1158                 
1159         * po/zh_TW.Big5.po
1160                 new Taiwanese translation,
1161                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1162
1163 2003-05-22 [christoph]  0.8.11claws174
1164
1165         * src/plugins/spamassassin/libspamc.[ch]
1166                 sync libspamc with SpamAssaain release 2.55
1167
1168 2003-05-22 [paul]       0.8.11claws173
1169
1170         * sync with 0.9.0cvs7
1171                 see ChangeLog 2003-05-22
1172                 
1173         * src/summaryview.c
1174                 revert change in 0.8.11claws172: follow
1175                 Hiroyuki's decision and that's the end of it.
1176
1177 2003-05-21 [paul]       0.8.11claws172
1178
1179         * src/summaryview.c
1180                 fix discrepency between open_unread_on_enter
1181                 and always_show_msg
1182
1183 2003-05-21 [paul]       0.8.11claws171
1184
1185         * sync with 0.9.0cvs6
1186                 see ChangeLog 2003-05-21
1187
1188 2003-05-21 [paul]       0.8.11claws170
1189
1190         * sync with 0.9.0cvs5
1191                 see ChangeLog 2003-05-21
1192
1193 2003-05-20 [paul]       0.8.11claws169
1194
1195         * sync with 0.9.0cvs4
1196                 see ChangeLog 2003-05-20
1197                 fixes bug #152, 'encoding of IMAP folders names'
1198
1199 2003-05-20 [paul]       0.8.11claws168
1200
1201         * sync with 0.9.0cvs3
1202                 see ChangeLog 2003-05-20
1203                 
1204         * src/tools/convert_mbox.pl
1205                 minor change in the comments, submitted by Fred Marton
1206
1207 2003-05-19 [paul]       0.8.11claws167
1208
1209         * src/plugins/clamav/Makefile.am
1210           configure.ac
1211                 link clamav_lib to the plugin and not to the main program
1212
1213 2003-05-19 [christoph]
1214
1215         * src/Makefile.am
1216                 add -export-dynamic for linking
1217
1218 2003-05-19 [paul]       0.8.11claws166
1219
1220         * sync with 0.9.0cvs1
1221                 see ChangeLog 2003-05-19
1222
1223 2003-05-19 [paul]       0.8.11claws165
1224
1225         * src/inc.c
1226                 fix 'pop before smtp' timeout
1227
1228 2003-05-18 [alfons]     0.8.11claws164
1229
1230         * src/prefs_matcher.c
1231                 put "execute" action command line ("expression") in edit box
1232
1233 2003-05-18 [christoph]  0.8.11claws163
1234
1235         * src/mimeview.[ch]
1236         * src/plugins/dillo_viewer/dillo_viewer.c
1237         * src/plugins/image_viewer/viewer.c
1238         * src/plugins/mathml_viewer/mathml_viewer.c
1239                 let a viewer have a list of Content-Types
1240
1241 2003-05-18 [paul]       0.8.11claws162
1242
1243         * src/prefs_filtering.c
1244                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1245                 and REDIRECT actions
1246
1247 2003-05-17 [christoph]
1248
1249         * README.claws
1250                 o remove dynamic signatures that was syned with main
1251                 o add infos about no longer "build in" image viewer
1252                 o update bugtracker URL
1253
1254 2003-05-17 [christoph]  0.8.11claws161
1255
1256         * src/folder.c
1257         * src/folderview.c
1258         * src/imap.c
1259                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1260                 for every folder after rebuilding the folder tree.
1261
1262         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1263          messages)
1264
1265 2003-05-17 [christoph]  0.8.11claws160
1266
1267         * src/imap.c
1268                 don't use STATUS command on current folder to check for
1269                 content changes. imap_cmd_ok() now tracks changes to
1270                 folder and number of existing messages.
1271
1272 2003-05-17 [paul]       0.8.11claws159
1273
1274         * src/plugins/clamav/clamav_plugin.c
1275                 remove unnecessary debug_print
1276
1277 2003-05-16 [thorsten]   0.8.11claws158
1278
1279         * src/plugins/demo.c
1280                 included missing intl.h
1281
1282 2003-05-16 [paul]       0.8.11claws157
1283
1284         * po/POTFILES.in
1285                 remove non-existant entries
1286         
1287         * src/plugins/clamav/clamav_plugin.c
1288           src/plugins/clamav/clamav_plugin_gtk.c
1289           src/plugins/dillo_viewer/dillo_prefs.c
1290           src/plugins/dillo_viewer/dillo_viewer.c
1291                 gettextise
1292
1293 2003-05-16 [christoph]  0.8.11claws156
1294
1295         * po/POTFILES.in
1296                 include plugin .c files for translation until I
1297                 find a better solution to have plugins have their
1298                 own textdomain
1299         * src/plugins/demo/demo.c
1300         * src/plugins/image_viewer/plugin.c
1301         * src/plugins/mathml_viewer/mathml_viewer.c
1302         * src/plugins/spamassassin/spamassassin.c
1303         * src/plugins/spamassassin/spamassassin_gtk.c
1304         * src/plugins/trayicon/trayicon.c
1305                 add gettext macros for plugin name and description
1306
1307 2003-05-16 [paul]
1308
1309         * sync with 0.9.0
1310
1311 2003-05-16 [paul]       0.8.11claws155
1312
1313         * sync with lastest 0.9.0pre1
1314                 see ChangeLog 2003-05-16
1315
1316 2003-05-15 [paul]       0.8.11claws154
1317
1318         * sync with latest 0.9.0pre1
1319                 see ChangeLog 2003-05-14 and 2003-05-15
1320
1321 2003-05-14 [christoph]  0.8.11claws153
1322
1323         * src/plugins/image_viewer/viewer.c
1324         * src/plugins/image_viewer/viewer.glade         ** NEW **
1325         * src/plugins/image_viewer/viewerprefs.c
1326                 make it possible to disable the autoload function in the
1327                 imageviewer again
1328
1329 2003-05-14 [christoph]  0.8.11claws152
1330
1331         * src/folder.c
1332                 fix folder update after adding a message
1333
1334 2003-05-13 [alfons]     0.8.11claws151
1335
1336         * src/common/session.c
1337                 remove debug traces
1338                 
1339         * src/addrcache.[ch]
1340         * src/filtering.[ch]
1341         * src/folder.[c]
1342         * src/gtkaspell.[ch]
1343         * src/imap.[ch]
1344         * src/mbox_folder.[ch]
1345         * src/mh.[ch]
1346         * src/mimeview.h
1347         * src/msgcache.[ch]
1348         * src/news.[ch]
1349         * src/passphrase.[ch]
1350         * src/prefs_common.[ch]
1351         * src/prefs_gtk.[ch]
1352         * src/procmsg.c
1353         * src/scoring.[ch]
1354                 be pedantic; (in prototypes () implies (int))
1355
1356 2003-05-13 [alfons]     0.8.11claws150
1357
1358         * src/prefs_toolbar.[ch]
1359         * src/summaryview.[ch]
1360         * src/toolbar.[ch]
1361                 change misleading text in toolbar prefs;
1362                 add toolbar action for ignore thread (toggles ignore thread flag);
1363                 clean up a little bit;
1364
1365 2003-05-12 [paul]
1366
1367         * tools/convert_mbox.pl
1368                 bug fixed by Fred Marton
1369
1370 2003-05-12 [paul]
1371
1372         * sync with 0.9.0pre1
1373
1374 2003-05-09 [paul]       0.8.11claws149
1375
1376         * sync with 0.8.11cvs43
1377                 see ChangeLog 2003-05-09
1378
1379 2003-05-08 [christoph]  0.8.11claws148
1380
1381         * src/imap.[ch]
1382                 o use CAPABILIY as first command and check for PREAUTH
1383                   information in the response to it
1384                 o rewrite all imap_cmd_* functions to use an IMAPSession
1385                   instead of a SockInfo as parameter
1386                 o do STARTTLS after fetching and checking the server
1387                   capabilities
1388
1389 2003-05-08 [paul]       0.8.11claws147
1390
1391         * tools/Makefile.am
1392           tools/README
1393           tools/convert_mbox.pl         ** NEW FILE **
1394                 add mbox conversion script. Submitted by 
1395                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1396
1397 2003-05-07 [christoph]
1398
1399         * doc-src/glade.txt
1400         * src/gtk/pluginwindow.glade
1401         * src/plugins/image_viewer/viewerprefs.glade
1402         * src/plugins/spamassassin/spamassassin_gtk.glade
1403                 add glade files for user interfaces and a description how
1404                 to use glade to create the sylpheed code
1405
1406 2003-05-07 [paul]       0.8.11claws146
1407
1408         * sync with 0.8.11cvs41
1409                 see ChangeLog 2003-05-07
1410
1411 2003-05-06 [christoph]  0.8.11claws145
1412
1413         * src/main.c
1414         * src/plugins/image_viewer/viewer.c
1415                 fix usage of imlib in imageviewer plugin
1416
1417         * src/gtk/prefswindow.c
1418                 handle window close event correctly
1419
1420 2003-05-06 [paul]       0.8.11claws144
1421
1422         * src/common/ssl.c
1423                 fix typo introduced in sync
1424
1425 2003-05-06 [paul]       0.8.11claws143
1426
1427         * sync with 0.8.11cvs39
1428                 see ChangeLog 2003-05-06
1429
1430 2003-05-06 [paul]       0.8.11claws142
1431
1432         * AUTHORS
1433           po/cs.po
1434                 updated Czech translation, submitted by 
1435                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1436                 
1437         * src/plugins/clamav/clamav_plugin_gtk.c
1438                 clean up
1439
1440 2003-05-03 [alfons]     0.8.11claws141
1441
1442         * src/compose.[ch]
1443                 make paste as quotation work even when the call to 
1444                 text_inserted() was deferred (fixes bug #140 "Paste 
1445                 as quotation does not work when using "external" 
1446                 clipboard")
1447
1448 2003-05-03 [thorsten]   0.8.11claws140
1449
1450         * src/addrquery.h
1451           src/ldapquery.h
1452           src/mainwindow.c
1453                 removed C++ comments
1454         * src/addr_compl.c
1455                 function with non-int retval/param used before
1456                 implementation/declaration
1457
1458 2003-05-02 [paul]       0.8.11claws139
1459
1460         * src/addr_compl.[ch]
1461           src/addressbook.[ch]
1462           src/addrindex.c
1463           src/summaryview.c
1464                 revert match's changes to (finally) remove the bug where
1465                 opening a folder causes massive slowdown when using the 
1466                 'Display sender using address book' option
1467
1468 2003-05-01 [melvin]     0.8.11claws138
1469
1470         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1471         * src/plugins/dillo_viewer/dillo_viewer.c
1472                 Fixed bug where "Cancel" button from prefs issued
1473                 warnings.
1474                 Comply a little more to coding style
1475
1476 2003-05-01 [paul]       0.8.11claws137
1477
1478         * sync with 0.8.11cvs38
1479                 see ChangeLog 2003-05-01
1480
1481 2003-05-01 [paul]       0.8.11claws136
1482
1483         * po/bg.po
1484                 updated by George Danchev
1485
1486 2003-04-30 [christoph]  0.8.11claws135
1487
1488         * src/plugins/dillo_viewer/dillo_prefs.c
1489         * src/plugins/image_viewer/viewerprefs.c
1490         * src/plugins/spamassassin/spamassassin_gtk.c
1491                 remove gtk_widget_ref() calls for widgets in
1492                 glade code
1493
1494 2003-04-30 [paul]       0.8.11claws134
1495
1496         * src/addrindex.c
1497                 ok, this time a better fix for the bug where opening folder
1498                 has massive slowdown when using the 'Display sender using 
1499                 address book' option
1500
1501 2003-04-30 [paul]       0.8.11claws133
1502
1503         * src/addrindex.c
1504                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1505         
1506 2003-04-30 [melvin]     0.8.11claws132
1507
1508         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1509
1510         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1511                 Preferences for the dillo plugin
1512         * src/plugins/dillo_viewer/dillo_viewer.c
1513                 Support for preferences
1514         * src/plugins/dillo_viewer/Makefile.am
1515                 Added dillo_prefs.[ch]
1516
1517 2003-04-30 [alfons]     0.8.11claws131
1518
1519         * src/common/plugin.[ch]
1520                 see? this ANSI C'fication immediately gives us type
1521                 checking for free.
1522
1523 2003-04-30 [alfons]     0.8.11claws130
1524
1525         * src/common/plugin.[ch]
1526         * src/plugins/clamav/clamav_plugin.[ch]
1527         * src/plugins/clamav/clamav_plugin_gtk.c
1528         * src/plugins/demo/demo.c
1529         * src/plugins/dillo_viewer/dillo_viewer.c
1530         * src/plugins/image_viewer/plugin.c
1531         * src/plugins/image_viewer/viewer.[ch]
1532         * src/plugins/image_viewer/viewerprefs.[ch]
1533         * src/plugins/mathml_viewer/mathml_viewer.c
1534         * src/plugins/spamassassin/spamassassin.[ch]
1535         * src/plugins/spamassassin/spamassassin_gtk.c
1536         * src/plugins/trayicon/trayicon.c
1537                 clean up
1538
1539 2003-04-30 [alfons]     0.8.11claws129
1540
1541         * src/common/utils.c
1542                 make is_ascii_str() fail gracefully when NULL pointer
1543                 is passed
1544
1545 2003-04-30 [paul]       0.8.11claws128
1546
1547         * src/addrindex.c
1548                 fix bug where opening folder has massive slowdown when
1549                 using the 'Display sender using address book' option
1550
1551 2003-04-30 [paul]       0.8.11claws127
1552
1553         * src/plugins/clamav/clamav_plugin.c
1554           src/plugins/clamav/clamav_plugin_gtk.c
1555           src/plugins/demo/demo.c
1556           src/plugins/dillo_viewer/dillo_viewer.c
1557           src/plugins/image_viewer/plugin.c
1558           src/plugins/mathml_viewer/mathml_viewer.c
1559           src/plugins/spamassassin/spamassassin.c
1560           src/plugins/spamassassin/spamassassin_gtk.c
1561           src/plugins/trayicon/trayicon.c
1562                 get rid of eye-hurting function signatures
1563
1564 2003-04-30 [paul]       0.8.11claws126
1565
1566         * src/plugins/trayicon/trayicon.c
1567                 add description
1568                 
1569         * src/mimeview.c
1570                 be more descriptive
1571
1572 2003-04-30 [paul]       0.8.11claws125
1573
1574         * configure.ac
1575                 arrange the plugins in reverse alphabetical order
1576                 
1577         * src/plugins/clamav/clamav_plugin.[ch]
1578           src/plugins/clamav/clamav_plugin_gtk.c
1579                 rename some params
1580                 resize max_size window
1581                 re-arrange the order of some gui elements
1582                 improve descriptions
1583         
1584         * src/plugins/image_viewer/plugin.c
1585           src/plugins/mathml_viewer/mathml_viewer.c
1586                 add descriptions
1587                 
1588         * src/plugins/spamassassin/spamassassin_gtk.c
1589                 resize max_size window
1590                 re-arrange the order of some gui elements
1591                 
1592         * src/messageview.c
1593           src/mimeview.c
1594                 correct typos
1595
1596 2003-04-30 [alfons]     0.8.11claws124
1597
1598         * src/imap.c
1599                 fix a leak found while browsing Martin Kluge's 
1600                 valgrind log (Claws only)
1601
1602 2003-04-29 [darko]      0.8.11claws123
1603
1604         * src/gtk/gtkstext.h
1605                 include wchar.h if it is available, fixes compilation
1606                 on HP-UX systems
1607
1608 2003-04-29 [melvin]     0.8.11claws122
1609
1610         * src/prefs_actions.c
1611                 Improved help text of Actions' syntax
1612
1613 2003-04-28 [paul]       0.8.11claws121
1614
1615         * src/action.c
1616                 a better fix for the crash when performing an action
1617                 on a mime part
1618
1619 2003-04-28 [paul]       0.8.11claws120
1620
1621         * src/action.c
1622                 fix crash when performing an action on a
1623                 mime part
1624
1625 2003-04-28 [paul]       0.8.11claws119
1626
1627         * sync with 0.8.11cvs36
1628                 see ChangeLog 2003-04-28
1629
1630 2003-04-27 [paul]       0.8.11claws118
1631
1632         * more sync with 0.8.11cvs35
1633                 see ChangeLog 2003-04-25
1634
1635 2003-04-26 [christoph]  0.8.11claws117
1636
1637         * src/folder.c
1638                 fix remove virtual check
1639
1640 2003-04-26 [paul]       0.8.11claws116
1641
1642         * src/messageview.c
1643                 fix return-receipt, make it work again
1644
1645 2003-04-26 [paul]       0.8.11claws115
1646
1647         * src/mimeview.c
1648                 restore double-clicking of the [application/pgp-signature 
1649                 (Select "Check signature" to check)] line in the message view,
1650                 broken in recent sync
1651
1652 2003-04-26 [christoph]  0.8.11claws114
1653
1654         * src/folder.c
1655                 check if remove virtual really exists before
1656                 calling the function
1657
1658 2003-04-25 [match]      0.8.11claws113
1659
1660         * src/addrindex.c
1661         * src/addrbook.c
1662         * src/ldapquery.[ch]
1663         * src/ldapctrl.[ch]
1664                 fix memleak.
1665         * src/ldapserver.[ch]
1666                 fix memleak. fix segfault.
1667                 plug a Claws memleak
1668
1669 2003-04-25 [alfons]     0.8.11claws112
1670
1671         * src/folder.c
1672                 plug a Claws memleak
1673
1674 2003-04-25 [alfons]     0.8.11claws111
1675
1676         * src/common/session.c
1677                 plug a memleak
1678
1679 2003-04-25 [paul]       0.8.11claws110
1680
1681         * sync with 0.8.11cvs35
1682                 see ChangeLog 2003-04-24 and 2003-04-25
1683                 
1684         * src/gtk/pluginwindow.c
1685                 correct another strange float value
1686
1687 2003-04-24 [christoph]  0.8.11claws109
1688
1689         * src/folder.c
1690                 freeze folder item updates when unsetting new flags
1691
1692         * src/gtk/pluginwindow.c
1693                 correct strange float value
1694
1695 2003-04-23 [paul]       0.8.11claws108
1696
1697         * sync with 0.8.11cvs33
1698                 see ChangeLog 2003-04-23
1699
1700 2003-04-22 [paul]       0.8.11claws107
1701
1702         * src/Makefile.am
1703           src/messageview.c
1704           src/mimeview.c
1705           src/pgptext.[ch]      ** REMOVED **
1706                 remove pgptext.[ch] as its not used any more
1707
1708 2003-04-22 [paul]       0.8.11claws106
1709
1710         * sync with 0.8.11cvs31
1711                 see ChangeLog 2003-04-21 and 2003-04-22
1712
1713 2003-04-21 [alfons]     0.8.11claws105
1714
1715         * src/main.c
1716                 No access to GTK structures if we're a spawned child
1717                 (and clean up code a little bit...) Should fix #126.
1718
1719 2003-04-21 [melvin]     0.8.11claws104
1720
1721         * src/plugins/dillo_viewer/README
1722                 Improved slightly the text.
1723
1724 2003-04-21 [melvin]     0.8.11claws103
1725
1726         * src/plugins/dillo_viewer/README *** NEW ***
1727                 Added a README file for the Dillo plugin
1728
1729 2003-04-20 [paul]
1730
1731         * tools/README
1732           tools/outlook2sylpheed.pl
1733                 updated and improved by Ricardo Mones Lastra
1734
1735 2003-04-18 [oliver]     0.8.11claws102
1736
1737         * src/inc.c 
1738         * src/prefs_account.h
1739                 remove Pop3SessionType (used by selective download)
1740         * src/prefs_toolbar.c
1741                 enable set Default Toolbar button
1742
1743 2003-04-18 [paul]       0.8.11claws101
1744
1745         * sync with 0.8.11cvs29
1746                 see ChangeLog 2003-04-18
1747
1748 2003-04-17 [paul]       0.8.11claws100
1749
1750         * src/prefs_common.[ch]
1751           src/summaryview.c
1752                 remove 'Open next message on deletion' option,
1753                 as the same effect can now be achieved via the
1754                 'Always open messages in summary when selected'
1755                 option.
1756
1757 2003-04-17 [paul]       0.8.11claws99
1758
1759         * sync with 0.8.11cvs28
1760                 see ChangeLog 2003-04-17
1761
1762 2003-04-17 [christoph]  0.8.11claws98
1763
1764         * ac/spamassassin.m4
1765         * src/plugins/spamassassin/libspamc.[ch]
1766         * src/plugins/spamassassin/utils.[ch]
1767                 sync libspamc with SpamAssassin project
1768
1769 2003-04-17 [christoph]  0.8.11claws97
1770
1771         * src/common/socket.h
1772         * src/gtk/sslcertwindow.h
1773                 rename old USE_SSL to USE_OPENSSL
1774
1775 2003-04-17 [paul]       0.8.11claws96
1776
1777         * src/prefs_common.h
1778                 use gulong for P_COLOR so that it compiles/runs on
1779                 64-bit systems. Patch submitted by James Noyes
1780                 <jnoyes-claws@retrogeeks.com>
1781                 
1782         * po/de.po
1783                 updated by Jens
1784
1785 2003-04-17 [paul]       0.8.11claws95
1786
1787         * sync with 0.8.11cvs27
1788                 see ChangeLog 2003-04-16
1789
1790 2003-04-15 [paul]       0.8.11claws94
1791
1792         * src/prefs_common.[ch]
1793                 rearrange to stop the window getting too long:
1794                         move Receive dialog stuff to Receive tab
1795                         move Send dialog to Send tab
1796                         remove Dialogs frame
1797                 rename 'Open messages in summary with cursor keys' to
1798                 'Always open messages in summary when selected', as its
1799                 more appropriate
1800
1801 2003-04-15 [paul]       0.8.11claws93
1802
1803         * src/prefs_common.[ch]
1804           src/summaryview.c
1805                 add new option '/Interface/Open next message on deletion'
1806
1807 2003-04-15 [paul]       0.8.11claws92
1808
1809         * src/summaryview.[ch]
1810                 add /Mark/Lock and /Mark/Unlock to the pop-up
1811                 menu. Patch submitted by Ivan Francolin Martinez
1812                 <ivanfm@users.sourceforge.net>
1813
1814 2003-04-15 [paul]       0.8.11claws91
1815
1816         * sync with 0.8.11cvs24
1817                 see ChangeLog 2003-04-15
1818
1819 2003-04-14 [jens]       0.8.11claws90
1820
1821         * updated German translation and some corrections from
1822                 Roland Bless <bless@tm.uka.de>
1823
1824 2003-04-14 [paul]       0.8.11claws89
1825
1826         * sync with 0.8.11cvs22
1827                 see ChangeLog 2003-04-14
1828
1829 2003-04-13 [paul]       0.8.11claws88
1830
1831         * src/plugins/clamav/clamav_plugin.c
1832                 fix memory leaks
1833                 clean up
1834
1835 2003-04-12 [paul]       0.8.11claws87
1836
1837         * src/plugins/clamav/clamav_plugin.c
1838                 activate enable/disable archive scanning option
1839                 
1840         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1841
1842 2003-04-12 [paul]       0.8.11claws86
1843
1844         * src/plugins/Makefile.am
1845           src/plugins/clamav/Makefile.am                ** NEW FILE **
1846           src/plugins/clamav/README                     ** NEW FILE ** 
1847           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1848           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1849                 add Clam AntiVirus plugin
1850
1851 2003-04-12 [paul]       0.8.11claws85
1852
1853         * sync with 0.8.11cvs21
1854                 see ChangeLog 2003-04-11
1855
1856 2003-04-11 [paul]       0.8.11claws84
1857
1858         * po/es.po
1859                 update Spanish translation. Submitted by Ricardo
1860                 Mones Lastra.
1861
1862 2003-04-10 [christoph]  0.8.11claws83
1863
1864         * src/mbox.c
1865                 fix typo that did not move unfiltered mails to destination
1866                 folder
1867
1868         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1869          when filtering from spool)
1870
1871 2003-04-10 [christoph]  0.8.11claws82
1872
1873         * src/imap.c
1874                 use BODY.PEEK instead of BODY in in message fetch operation
1875                 to make sure the IMAP server does not set the \Seen flag for
1876                 messages. Sylpheed does that later itself, when the message
1877                 is opened in sylpheed
1878
1879         (closes Bug 111 Claws destroys unread marks)
1880
1881 2003-04-09 [oliver]     0.8.11claws81
1882         
1883         * src/folder.c
1884                 fix crash in folder_destroy
1885         * README.claws
1886                 remove selective download
1887
1888 2003-04-09 [christoph]  0.8.11claws80
1889
1890         * src/imap.c
1891                 fix crash in imap_get_msginfo() when then fetched message
1892                 is not found
1893
1894         (closes Bug 110 Crash during mail composition)
1895
1896 2003-04-08 [christoph]  0.8.11claws79
1897
1898         * src/folder.c
1899         * src/prefs_account.c
1900                 Filter new messages that are found in an INBOX folder
1901                 when 'Filter messages on receiving' is enabled in the
1902                 Folder's AccountPrefs. This allows to use Sylpheed's
1903                 filtering engine for IMAP folders where messages are
1904                 added to the INBOX by a MTA
1905
1906 2003-04-08 [paul]       0.8.11claws78
1907
1908         * src/procmsg.h
1909                 clean up after last commit
1910
1911 2003-04-08 [paul]       0.8.11claws77
1912
1913         * sync with 0.8.11cvs20
1914                 see ChangeLog 2003-04-07 and 2003-04-08
1915
1916 2003-04-07 [christoph]  0.8.11claws76
1917
1918         * src/filtering.[ch]
1919         * src/inc.[ch]
1920         * src/mbox.c
1921         * src/procmsg.[ch]
1922                 add procmsg_msginfo_filter() to execute filtering actions
1923
1924 2003-04-06 [christoph]  0.8.11claws75
1925
1926         * src/imap.c
1927                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1928
1929 2003-04-06 [christoph]  0.8.11claws74
1930
1931         * src/common/utils.[ch]
1932                 add g_int_compare() function for slist sorting
1933
1934         * src/imap.c
1935                 fetch all MsgInfos with one command in imap_get_msginfos()
1936                 using an imap set with a list of ranges
1937
1938         * src/news.c
1939                 use new g_int_compare() function
1940
1941 2003-04-06 [thorsten]   0.8.11claws73
1942
1943         * src/mh.c
1944                 corrected implementation of mh_folder_destroy()
1945
1946 2003-04-05 [christoph]  0.8.11claws72
1947
1948         * src/account.c
1949         * src/folder.[ch]
1950         * src/folderview.c
1951         * src/imap.c
1952         * src/inc.c
1953         * src/main.c
1954         * src/mainwindow.c
1955         * src/mbox_folder.c
1956         * src/mh.c
1957         * src/mimeview.h
1958         * src/msgcache.[ch]
1959         * src/news.c
1960         * src/procmime.h
1961         * src/procmsg.[ch]
1962         * src/setup.c
1963         * src/gtk/gtkutils.c
1964                 o rename structure field names class and new to klass and
1965                   new_msgs, to allow including files in C++
1966                 o add 'extern "C"' block to some header files
1967                 o add MsgInfoList and MsgNumberList as alias for GSList for
1968                   developers to know what type of list is expected
1969
1970         * src/plugins/image_viewer/plugin.c
1971         * src/plugins/image_viewer/viewer.[ch]
1972         * src/plugins/image_viewer/viewerprefs.[ch]
1973                 rename function names to prevent conflicts
1974
1975 2003-04-05 [paul]       0.8.11claws71
1976
1977         * sync with 0.8.11cvs18
1978                 see ChangeLog 2003-04-03 and 2003-04-04
1979
1980 2003-04-02 [christoph]  0.8.11claws70
1981
1982         * src/folder.[ch]
1983         * src/imap.[ch]
1984         * src/mbox_folder.[ch]
1985         * src/mh.[ch]
1986         * src/news.[ch]
1987                 o Make all virtual folder functions private
1988                 o remove unused folder code
1989
1990         * src/common/socket.[ch]
1991         * src/summaryview.c
1992                 fix warnings
1993
1994 2003-03-30 [alfons]     0.8.11claws69
1995
1996         * src/send_message.c
1997                 remove two debug traces and see if people still report
1998                 errors
1999
2000 2003-03-30 [alfons]     0.8.11claws68
2001
2002         * src/send_message.c
2003         * src/commons/session.c
2004                 add more debug traces
2005
2006 2003-03-30 [christoph]  0.8.11claws67
2007
2008         * src/folder.c
2009                 change processing folder name from .processing to processing
2010
2011         * src/common/ssl.c
2012                 disable SSL certificate check because it causes Xlib error
2013                 when the child process want's to open an GTK window
2014
2015 2003-03-30 [christoph]  0.8.11claws66
2016
2017         * src/folder.c
2018                 don't use default folder for processing folder item because
2019                 it can be a non local folder
2020
2021         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2022
2023 2003-03-30 [alfons]     0.8.11claws65
2024
2025         * src/send_message.c
2026                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2027                 to generate bad code for 'send_send_data_progressive': When
2028                 called from 'send_send_data_finished', the 'data' pointer is
2029                 cleared just before the assignment to the dialog pointer
2030
2031 2003-03-29 [christoph]  0.8.11claws64
2032
2033         * src/common/prefs.h
2034         * src/plugins/image_viewer/Makefile.am
2035         * src/plugins/image_viewer/plugin.c
2036         * src/plugins/image_viewer/viewer.[ch]
2037         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2038                 add PrefsPage for ImageViewer
2039
2040 2003-03-28 [thorsten]   0.8.11claws63
2041
2042         * src/common/session.c
2043                 added some comments
2044
2045 2003-03-28 [paul]       0.8.11claws62
2046
2047         * sync with 0.8.11cvs16
2048                 see ChangeLog 2003-03-28
2049
2050 2003-03-28 [paul]       0.8.11claws61
2051
2052         * sync with 0.8.11cvs15
2053                 see ChangeLog 2003-03-28
2054
2055 2003-03-27 [christoph]  0.8.11claws60
2056
2057         * src/folder.c
2058         * src/imap.c
2059         * src/common/socket.[ch]
2060                 set socket state to DISCONNECTED when any operation
2061                 fails to allow reconnecting in IMAP code without
2062                 checking the return code of all calls to the command
2063                 functions
2064
2065         * src/folderview.c
2066         * src/summaryview.c
2067                 remove some more stuff that depends on specific
2068                 folder types
2069
2070 2003-03-27 [paul]       0.8.11claws59
2071
2072         * sync with 0.8.11cvs14
2073                 see ChangeLog 2003-03-27
2074                 
2075         * src/selective_download.[ch]   ** REMOVED **
2076                 really removed
2077
2078 2003-03-27 [christoph]  0.8.11claws58
2079
2080         * src/folder.c
2081                 fix handling of tmp_flags in flag copy function
2082
2083 2003-03-27 [paul]       0.8.11claws57
2084
2085         * sync with 0.8.11cvs13
2086                 see ChangeLog 2003-03-27
2087
2088 2003-03-27 [oliver]     0.8.11claws56
2089
2090         * src/maiwindow.c
2091                 remove sel_download_cb
2092
2093 2003-03-27 [oliver]     0.8.11claws55
2094         
2095         * src/inc.c
2096                 remove POP3_TOP
2097         
2098 2003-03-26 [oliver]     0.8.11claws54
2099
2100         *src/pop.h
2101                 remove POP3_TOP*
2102         * README.claws
2103                 remove selective donwload readme
2104
2105 2003-03-26 [oliver]     0.8.11claws53
2106         * src/matcher.[ch]
2107         * src/matcher_parser_parse.y 
2108         * src/pop.c 
2109         * src/prefs_account.[ch]
2110         * src/prefs_filtering.c
2111                 remove selective donwload
2112
2113 2003-03-26 [oliver]     0.8.11claws52
2114
2115         * src/inc.[ch] 
2116         * src/filtering.c 
2117         * src/mainwindow.c 
2118                 remove selective donwload
2119
2120 2003-03-26 [oliver]     0.8.11claws51
2121         
2122         * src/Makefile.am
2123         * src/selective_download.[ch]   ** REMOVE **    
2124
2125 2003-03-26 [christoph]  0.8.11claws50
2126
2127         * src/news.c
2128                 fix NEWS that got broken by a sync with sylpheed-main
2129
2130 2003-03-26 [christoph]  0.8.11claws49
2131
2132         * src/mimeview.c
2133                 fix mime type guessing when no mime type is found for a file
2134
2135 2003-03-25 [christoph]  0.8.11claws48
2136
2137         * src/mimeview.c
2138         * src/procmime.c
2139                 remove mime type guessing from mime parser and use
2140                 name based mime types in viewer lookup for mime type
2141                 application/octet-stream
2142
2143 2003-03-25 [christoph]  0.8.11claws47
2144
2145         * doc-src/readme.txt
2146         * doc-src/rfc2554.txt
2147                 add RFC about SMTP AUTH
2148
2149         * src/send_message.c
2150         * src/common/smtp.[ch]
2151                 add extra error code for authentication errors and
2152                 clear temporary password when this error occurs
2153
2154         (closes Bug 84 authentication failure while sending should
2155          prompt for password again)
2156
2157 2003-03-25 [christoph]  0.8.11claws46
2158
2159         * configure.ac
2160         * src/Makefile.am
2161         * src/imageview.[ch]                            ** REMOVE **
2162         * src/messageview.[ch]
2163         * src/mimeview.[ch]
2164         * src/prefs_common.[ch]
2165         * src/textview.c
2166         * src/plugins/Makefile.am
2167         * src/plugins/image_viewer/.cvsignore           ** NEW **
2168         * src/plugins/image_viewer/Makefile.am          ** NEW **
2169         * src/plugins/image_viewer/plugin.c             ** NEW **
2170         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2171                 move image viewer into a plugin (building is enabled by default)
2172                 [ToDo: Prefs for resize and autoview]
2173
2174 2003-03-25 [paul]       0.8.11claws45
2175
2176         * sync with 0.8.11cvs12
2177                 see ChangeLog 2003-03-26
2178
2179 2003-03-25 [paul]       0.8.11claws44
2180
2181         * sync with 0.8.11cvs11
2182                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2183                 
2184         Note: Selective Download is broken.
2185                 
2186 2003-03-22 [christoph]  0.8.11claws43
2187
2188         * src/folder.c
2189                 code cleanup for flags copying
2190
2191 2003-03-22 [christoph]  0.8.11claws42
2192
2193         * src/plugins/trayicon/trayicon.c
2194                 fix setting the transparent area when the window size
2195                 is forced by the system tray
2196
2197 2003-03-22 [christoph]  0.8.11claws41
2198
2199         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2200         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2201         * src/plugins/trayicon/newmail.xpm              ** NEW **
2202         * src/plugins/trayicon/nomail.xpm               ** NEW **
2203         * src/plugins/trayicon/trayicon.c
2204         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2205                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2206                 o add icon for unread mails
2207                 o set transparency for window
2208
2209 2003-03-22 [christoph]  0.8.11claws40
2210
2211         * src/news.c
2212                 init news session to prevent crash when session is closed
2213
2214 2003-03-22 [christoph]  0.8.11claws39
2215
2216         * src/imap.c
2217         * src/common/session.[ch]
2218                 Init session data to make sure we don't have invalid pointers
2219                 for read_ch and write_ch when new multi process sessions are
2220                 not used
2221
2222         * src/main.c
2223         * src/common/plugin.c
2224         * src/common/sylpheed.c
2225         * src/plugins/demo/demo.c
2226         * src/plugins/dillo_viewer/dillo_viewer.c
2227         * src/plugins/mathml_viewer/mathml_viewer.c
2228         * src/plugins/spamassassin/spamassassin.c
2229         * src/plugins/spamassassin/spamassassin_gtk.c
2230                 add plugin types to allow loading plugins at different times
2231                 (and maybe for different frontends), because it's not good to
2232                 load GTK-Plugins gefore gtk_init was called
2233
2234         * configure.ac
2235         * src/plugins/Makefile.am
2236         * src/plugins/trayicon/.cvsignore               ** NEW **
2237         * src/plugins/trayicon/Makefile.am              ** NEW **
2238         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2239         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2240         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2241         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2242         * src/plugins/trayicon/trayicon.c               ** NEW **
2243                 New Trayicon plugin that shows an icon in a systray that uses
2244                 XEMBED protocol like Gnome's systray. Icon shows if there
2245                 are new mails and a tooltip shows information about new,
2246                 unread and total messages.
2247
2248 2003-03-22 [paul]       0.8.11claws38
2249
2250         * src/common/smtp.c
2251                 fix ESMTP AUTH CRAM-MD5
2252                 [sync with main (still version 0.8.11cvs6), see
2253                  ChangeLog 2003-03-22]
2254
2255 2003-03-21 [colin]      0.8.11claws37
2256
2257         * src/send_message.c
2258                 Fix USE_SSL => USE_OPENSSL
2259
2260 2003-03-21 [colin]      0.8.11claws36
2261
2262         * src/folderview.c
2263                 Fix counts in drag and dropped subfolders
2264
2265 2003-03-21 [colin]      0.8.11claws35
2266
2267         * src/folder.c 
2268         * src/folderview.c
2269                 speed up a bit folder dnd
2270
2271 2003-03-20 [alfons]     0.8.11claws34
2272
2273         * src/main.c
2274         * src/toolbar.c
2275         * src/procmsg.c
2276                 don't send locked queue messages
2277                 (feature request "[ 705245 ] Locking message in outbox 
2278                  should prevent sending")
2279
2280 2003-03-20 [christoph]  0.8.11claws33
2281
2282         * src/folder.c
2283                 remove NEW and UNREAD flag in special folders when scanning
2284                 
2285         * src/common/smtp.c
2286                 fix ESMTP AUTH CRAM-MD5
2287
2288 2003-03-20 [paul]       0.8.11claws32
2289
2290         * src/prefs_account.c
2291                 Re-write 'Tunnel command to open connection' as
2292                 'Use command to communicate with server', and disable
2293                 it for all except IMAP accounts
2294
2295 2003-03-20 [paul]       0.8.11claws31
2296
2297         * sync with 0.8.11cvs6
2298                 see ChangeLog 2003-03-20
2299
2300 2003-03-19 [match]      0.8.11claws30
2301
2302         * src/addritem.[ch]
2303                 include documentation. minor refactoring.
2304         * src/addr_compl.[ch]
2305         * src/addrindex.[ch]
2306         * src/addresbook.[ch]
2307         * src/summaryview.c
2308                 re-enable address lookup (was disabled in
2309                 0.8.11claws20).
2310
2311 2003-03-19 [christoph]  0.8.11claws29
2312
2313         * src/procmsg.c
2314                 add temp flag handling, will make moving and copying
2315                 messages possible again
2316
2317         * src/folder.c
2318                 correct calulation of folder stats
2319
2320 2003-03-18 [match]      0.8.11claws28
2321
2322         * src/editgroup.h
2323                 remove case sensitive comparison (closes bug 80).
2324
2325 2003-03-18 [christoph]  0.8.11claws27
2326
2327         * src/imap.c
2328                 fix imap using a tunnel command
2329
2330         (closes bug 87)
2331
2332 2003-03-18 [christoph]  0.8.11claws26
2333
2334         * src/folder.[ch]
2335         * src/imap.c
2336         * src/procmsg.[ch]
2337                 rewrite flag handling for folders
2338
2339 2003-03-18 [christoph]  0.8.11claws25
2340
2341         * src/folder.c
2342         * src/procmsg.c
2343         * src/summaryview.c
2344                 unset NEW and UNREAD flags when message is ignored, to make
2345                 sure messages don't show up as unread on other IMAP clients,
2346                 because the IGNORE_THREAD flag can not be syncronized through
2347                 the IMAP folder
2348
2349 2003-03-17 [christoph]  0.8.11claws24
2350
2351         * src/imap.c
2352                 don't use recursion to fetch uids when the number of messages
2353                 does not match. Moved code into subfunction that is used
2354                 again when needed, to prevent an endless loop.
2355
2356 2003-03-17 [thorsten]   0.8.11claws23
2357
2358         * src/imageview.[ch]
2359                 export imageview_get_resized_size() (for plugins)
2360         * src/prefs_common.[ch]
2361                 added prefs_common_get() (for plugins)
2362
2363 2003-03-17 [christoph]  0.8.11claws22
2364
2365         * src/imap.c
2366                 o remove UID guessing from copy code
2367                 o support UIDPLUS extension for APPEND command
2368
2369 2003-03-17 [paul]       0.8.11claws21
2370
2371         * src/gtk/about.c
2372                 remove 'Compiled-plugins' section.
2373                 
2374         * src/plugins/dillo_viewer/dillo_viewer.c
2375                 slight change to description text
2376
2377 2003-03-16 [match]      0.8.11claws20
2378         * src/ldapserver.[ch]           ** NEW **
2379         * src/ldapctrl.[ch]             ** NEW **
2380         * src/ldapquery.[ch]            ** NEW **
2381         * src/ldaputil.[ch]             ** NEW **
2382         * src/addrcindex.[ch]           ** NEW **
2383         * src/addrquery.h               ** NEW **
2384         * src/addritem.[ch]
2385         * src/addrcache.[ch]
2386         * src/addrindex.[ch]
2387         * src/addr_compl.[ch]
2388         * src/addressbook.[ch]
2389         * src/addrbook.[ch]
2390         * src/editgroup.c
2391         * src/editaddress.c
2392         * src/editldap.c
2393         * src/editldap_basedn.c
2394         * src/vcard.c
2395         * src/jpilot.c
2396         * src/Makefile.am
2397                 included dynamic LDAP queries. improved address
2398                 completion.
2399
2400 2003-03-16 [paul]       0.8.11claws19
2401
2402         * tools/multiwebsearch.pl
2403                 fix a fatal typo
2404
2405 2003-03-16 [christoph]  0.8.11claws18
2406
2407         * src/mimeview.c
2408         * src/plugins/dillo_viewer/dillo_viewer.c
2409         * src/plugins/mathml_viewer/mathml_viewer.c
2410                 make unregistering of MimeViewerFactorys possible
2411
2412 2003-03-16 [alfons]     0.8.11claws17
2413
2414         * configure.ac
2415                 correct typo
2416
2417 2003-03-16 [melvin]     0.8.11claws16
2418
2419         * src/plugins/dillo_viewer.c
2420                 Fixed bug where it was not possible to view more than
2421                 one text/html attachment per message (bug discovered
2422                 by Christoph Hohmann).
2423
2424 2003-03-15 [melvin]     0.8.11claws15
2425
2426         * src/prefs_actions.c
2427                 Fixed compilation warnings.
2428
2429 2003-03-15 [melvin]     0.8.11claws14
2430
2431         * src/plugins/Makefile.am
2432         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2433         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2434         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2435                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2436                 newer (http://dillo.auriga.wearlab.de/).
2437
2438 2003-03-15 [christoph]  0.8.11claws13
2439
2440         * src/imap.c
2441                 don't query imap folder for attributes because we already
2442                 for them from imap_status
2443
2444         * src/mimeview.[ch]
2445                 add support for plugable MimeViewers (unloading Viewers
2446                 not yet complete)
2447
2448         * src/plugins/Makefile.am
2449         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2450         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2451         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2452                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2453                 widget from http://helm.cs.unibo.it/mml-widget/
2454
2455 2003-03-14 [christoph]  0.8.11claws12
2456
2457         * src/folder.[ch]
2458                 o error return code's should better be negative
2459                 o replace printf with debug_print
2460
2461         * src/imap.c
2462                 improve IMAP folder scan by checking UID-NEXT
2463
2464         * src/summaryview.c
2465                 remove check that are unnecessary in my opinion
2466
2467 2003-03-13 [christoph]  0.8.11claws11
2468
2469         * src/folder.[ch]
2470         * src/foldersel.c
2471         * src/folderview.c
2472         * src/imap.c
2473         * src/mbox_folder.c
2474         * src/mh.c
2475         * src/news.c
2476         * src/prefs_scoring.c
2477         * src/summaryview.c
2478                 use a common function to get a displayable name
2479                 for a FolderItem
2480
2481 2003-03-13 [paul]       0.8.11claws10
2482
2483         * tools/Makefile.am
2484           tools/README
2485           tools/multiwebsearch.conf     ** NEW FILE **
2486           tools/multiwebsearch.pl       ** NEW FILE **
2487                 add multiwebsearch Actions script
2488
2489 2003-03-13 [colin]      0.8.11claws9
2490
2491         * src/compose.c
2492                 Remove leading emtpy lines from quoted text
2493                 before quoting it
2494
2495 2003-03-13 [melvin]     0.8.11claws8
2496
2497         * src/prefs_actions.c
2498                 Fixed a memory leak
2499                 Code clean ups
2500                 Added Cancel and OK buttons
2501                 Corrected help text
2502
2503 2003-03-13 [christoph]  0.8.11claws7
2504
2505         * src/account.c
2506         * src/folder.[ch]
2507         * src/imap.c
2508         * src/mainwindow.c
2509         * src/mbox_folder.c
2510         * src/mh.c
2511         * src/news.c
2512         * src/setup.c
2513                 replace more folder type stuff with folder class stuff
2514
2515 2003-03-13 [melvin]     0.8.11claws6
2516
2517         * src/prefs_actions.c
2518                 Added new tokens:
2519                 %u: user provided argument
2520                 %h: user provided argument (hidden on input)
2521                 %s: current text selection in the message view 
2522
2523 2003-03-13 [paul]       0.8.11claws5
2524
2525         * sync with 0.8.11cvs5
2526                 see ChangeLog 2003-03-11, 2003-03-12
2527
2528 2003-03-12 [christoph]  0.8.11claws4
2529
2530         * src/folder.c
2531                 use folder class idstr when writing folderlist.xml
2532
2533         * src/folder.h
2534         * src/imap.c
2535         * src/news.c
2536                 replace folder type checks with folder class checks
2537
2538 2003-03-12 [christoph]  0.8.11claws3
2539
2540         * src/folder.[ch]
2541         * src/imap.[ch]
2542         * src/main.c
2543         * src/mbox_folder.[ch]
2544         * src/mh.[ch]
2545         * src/news.[ch]
2546                 o create a list of known folder classes in the folder system
2547                 o use folder class id strings for folder item identifiers
2548
2549 2003-03-12 [christoph]  0.8.11claws2
2550
2551         * src/imap.c
2552                 fix imap uid validity check
2553
2554 2003-03-12 [christoph]  0.8.11claws1
2555
2556         * src/account.c
2557         * src/folder.[ch]
2558         * src/foldersel.c
2559         * src/folderview.c
2560         * src/imap.c
2561         * src/mainwindow.c
2562         * src/mbox_folder.c
2563         * src/mh.c
2564         * src/news.c
2565         * src/prefs_scoring.c
2566         * src/procmsg.c
2567         * src/setup.c
2568         * src/summaryview.c
2569                 initial restructuring of folder system, seperating
2570                 folders and folder classes
2571
2572 2003-03-12 [paul]       0.8.11claws
2573
2574         0.8.11claws release
2575
2576 2003-03-12 [christoph]
2577
2578         * src/gtk/prefswindow.c
2579                 fix translation of "Page Index"
2580
2581 2003-03-12 [paul]       0.8.10claws110
2582
2583         a sync from 0.8.11cvs4 before the release
2584
2585         * src/common/utils.c
2586                 subject_compare_for_sort(): allow null strings (fixes
2587                 summary sorting).
2588
2589 2003-03-11 [paul]       0.8.10claws109
2590
2591         * po/es.po
2592                 update Spanish translation, submitted by
2593                 Ricardo Mones Lastra
2594
2595 2003-03-11 [melvin]     0.8.10claws108
2596
2597         * po/fr.po
2598                 Updated French translations
2599
2600 2003-03-11 [paul]       0.8.10claws107
2601
2602         * manual/en/Makefile.am
2603           manual/en/*.html
2604                 update English manual, add a new page
2605                 updated by Francois Barriere <fbarriere@atmel.fr>
2606                 
2607         * po/bg.po
2608           po/it.po
2609           po/sr.po
2610                 update Bulgarian, Italian, and Serbian translations
2611                 submitted by George Danchev, Alessandro Maestri, and
2612                 Urke MMI
2613
2614 2003-03-10 [paul]       0.8.10claws106
2615
2616         * src/gtk/about.c
2617           src/gtk/prefswindow.c
2618                 make some strings translatable
2619
2620 2003-03-10 [darko]      0.8.10claws105
2621
2622         * src/compose.c
2623                 code cleanup to make Hiro happy
2624
2625 2003-03-10 [paul]       0.8.10claws104
2626
2627         * sync with 0.8.11cvs2
2628                 see ChangeLog 2003-03-10
2629
2630 2003-03-09 [melvin]     0.8.10claws103
2631
2632         * src/textview.c
2633                 textview_set_font(): fix for message display in
2634                 UTF-8 locales (thanks to Sergey Vlasov).
2635                 (was unintentionnaly reverted in 0.8.6claws6)   
2636
2637 2003-03-08 [darko]      0.8.10claws102
2638
2639         * src/compose.c
2640                 fix infinite loop in wrapping as reported
2641                 by happycactus
2642                 obsoletes patch #696482
2643
2644 2003-03-08 [christoph]  0.8.10claws101
2645
2646         * src/imap.c
2647                 add workaround for IMAP servers that do not
2648                 support the "UID SEARCH UID" command
2649
2650 2003-03-07 [christoph]  0.8.10claws100
2651
2652         * src/plugins/spamassassin/spamassassin.[ch]
2653         * src/plugins/spamassassin/spamassassin_gtk.c
2654                 code cleanup
2655
2656 2003-03-07 [paul]       0.8.10claws99
2657
2658         * po/es.po
2659                 updated Spanish translation, submitted by
2660                 Ricardo Mones Lastra
2661
2662 2003-03-07 [christoph]  0.8.10claws98
2663
2664         * src/send.c
2665                 fix in 0.8.10claws94 was wrong
2666                 local delivery does not require escaping, remove escaping
2667                 code to make signatures of mails with "." lines valid
2668                 
2669                 NOTE: requires that sendmail is executed with "-i" option,
2670                       what is the default now, but has to be changed in all
2671                       exsiting accounts)
2672
2673 2003-03-07 [paul]       0.8.10claws97
2674
2675         * sync with 0.8.11 release
2676                 see ChangeLog 2003-03-07
2677
2678 2003-03-06 [paul]       0.8.10claws96
2679
2680         * src/compose.c
2681                 revert commit 0.8.10claws92
2682
2683 2003-03-06 [paul]       0.8.10claws95
2684
2685         * src/folderview.c
2686                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2687
2688         * src/gtkaspell.c
2689                 fix bug 74, 'Crash opening editor window with pseudo-color
2690                 display'
2691                 
2692         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2693
2694 2003-03-06 [christoph]  0.8.10claws94
2695
2696         * src/send.c
2697                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2698                 all lines starting with a period get an extra period
2699                 inserted
2700                 (found by Simon 'corecode' Schubert)
2701
2702 2003-03-06 [paul]       0.8.10claws93
2703
2704         * src/folderview.c
2705                 if configured font can't be loaded fall back to gtk
2706                 default. (with thanks to Christoph)
2707                 
2708                 closes long-standing bug 15 'Crashes on startup'
2709
2710 2003-03-06 [paul]       0.8.10claws92
2711
2712         * src/compose.c
2713                 freeze text before autosave and thaw afterwards
2714                 fixes bug 67 'autosave make re-rediting message crazy'
2715
2716 2003-03-06 [christoph]  0.8.10claws91
2717
2718         * src/compose.c
2719                 ignore address comment in dupe check for Cc-list
2720
2721         (closes reopened bug 47 Replying to message strips name part of
2722          e-mail addresses of Cc: lines)
2723
2724 2003-03-06 [paul]       0.8.10claws90
2725
2726         * src/Makefile.am
2727                 remove reference to gtkxtext.h as its no longer in
2728                 the repository
2729
2730 2003-03-06 [paul]       0.8.10claws89
2731
2732         * sync with 0.8.10cvs25
2733                 see ChangeLog 2003-03-06
2734
2735 2003-03-06 [oliver]     0.8.10claws88
2736         
2737         * src/messageview.c
2738                 remove include
2739
2740 2003-03-06 [oliver]     0.8.10claws87
2741         
2742         * src/folderview.c 
2743                 remove changes introduced inclaws74
2744         * src/messageview.c
2745                 another attempt to sanely delete and update
2746                 messages deleted in separate messageview
2747
2748 2003-03-05 [christoph]  0.8.10claws86
2749
2750         * src/summaryview.c
2751                 check if "From" matches any account's address if
2752                 addressbook completion of addresses is disabled too
2753
2754         (closes Bug 70 "Display recipient in from" doesn't check
2755          folder's default account)
2756
2757 2003-03-05 [christoph]  0.8.10claws85
2758
2759         * src/compose.c
2760         * src/common/utils.[ch]
2761                 don't strip address comments when building Cc lists
2762
2763         (closes Bug 47 Replying to message strips name part of e-mail addresses
2764          of Cc: lines)
2765
2766         * src/folder.c
2767                 fix return value of copy function
2768
2769 2003-03-05 [christoph]  0.8.10claws84
2770
2771         * src/imap.c
2772                 don't ask imap server for non rfc822 headers
2773
2774         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2775
2776         * src/imap.c
2777                 destroy session on socket error to allow reconnecting
2778
2779 2003-03-05 [christoph]  0.8.10claws83
2780
2781         * configure.ac
2782                 fix building with gnome when no prefix is set
2783
2784         (closes bug 66 Gnome directory is set to NONE)
2785
2786 2003-03-05 [paul]       0.8.10claws82
2787
2788         * sync with 0.8.10cvs23
2789                 see ChangeLog 2003-03-05
2790
2791 2003-03-04 [christoph]  0.8.10claws81
2792
2793         * src/folder.c
2794                 o fix moving and copying when folder returns 0 for new
2795                   message number
2796                 o remove some code for single message copy and move
2797                   operations and use functions for multiple messages
2798
2799         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2800
2801         * src/news.c
2802                 remove unused include
2803
2804 2003-03-04 [paul]       0.8.10claws80
2805
2806         * src/gtk/about.c
2807                 list 'Compiled plugins'
2808
2809 2003-03-03 [christoph]  0.8.10claws79
2810
2811         * src/news.[ch]
2812                 have to multiply the percentage of the current fetch with
2813                 the percentage that it has of the total fetch operation
2814                 for correct values
2815
2816 2003-03-03 [christoph]  0.8.10claws78
2817
2818         * src/news.c
2819                 fix calculation of expected lines for progress indicator
2820
2821 2003-03-03 [christoph]  0.8.10claws77
2822
2823         * src/summaryview.c
2824         * src/common/utils.c
2825                 fix segfault when opening the root news folder
2826
2827 2003-03-03 [christoph]  0.8.10claws76
2828
2829         * src/mainwindow.[ch]
2830         * src/common/Makefile.am
2831         * src/common/progressindicator.[ch]
2832                 add UI independent progress indicator handling
2833
2834         * src/news.[ch]
2835                 use new progress indicator for message info fetching
2836
2837         * src/common/hooks.h
2838                 code cleanup
2839
2840 2003-03-03 [oliver]     0.8.10claws75
2841
2842         * src/toolbar.c
2843         * src/compose.c
2844                 removed commented code
2845
2846 2003-03-03 [oliver]     0.8.10claws74
2847
2848         * src/toolbar.[ch]
2849                 cleanups and refactoring
2850         * src/compose.[ch]
2851                 compose_reply_mode reply & forwarding interface for
2852                 toolbar buttons
2853         * src/folderview.c
2854                 act on messages marked for deletion in folderview_selected
2855                 based on prefs_common.immediate_exec since a message might 
2856                 have been deleted by messageview in a folder we are changing 
2857                 to (does anybody understand what I'm on about ?)
2858
2859 2003-03-03 [oliver]     0.8.10claws73
2860         
2861         * src/messageview.[ch]
2862                 new functions
2863                 - messageview_delete: delete message shown in messagview
2864                 - messageview_update_view: update messageview to currently 
2865                   selected summaryview message
2866                 - add separate messageview to msgview_list in order to update 
2867                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2868         * src/summaryview.[ch]
2869                 summary_get_selection returns a list of selected msgs
2870                 in summaryview
2871         * src/mainwindow.c
2872                 toolbar reply refactoring
2873
2874 2003-03-03 [paul]       0.8.10claws72
2875
2876         * sync with 0.8.10cvs21
2877                 see ChangeLog 2003-03-03
2878
2879 2003-03-02 [christoph]  0.8.10claws71
2880
2881         * src/common/passcrypt.c
2882                 use POSIX includes
2883
2884 2003-03-02 [christoph]  0.8.10claws70
2885
2886         * configure.ac
2887         * src/prefs_account.c
2888         * src/prefs_gtk.[ch]
2889         * src/common/.cvsignore
2890         * src/common/Makefile.am
2891         * src/common/passcrypt.c                ** NEW **
2892         * src/common/passcrypt.h.in             ** NEW **
2893                 Implement password encryption in config files
2894                 using unix encrypt and setkey functions. The crypt
2895                 key can be set as a configure parameter. Old
2896                 passwords will be converted if they do not begin
2897                 with '!'
2898
2899 2003-03-02 [paul]       0.8.10claws69
2900
2901         * src/prefs_account.c
2902                 fix compile error
2903
2904 2003-03-01 [thorsten]   0.8.10claws68
2905
2906         * po/el.po
2907           po/hr.po
2908           po/it.po
2909           po/nl.po
2910           po/sr.po
2911           po/sv.po
2912                 corrected format strings
2913         * po/en_GB.po
2914                 corrected headers
2915                 (fix compile errors with GNU gettext-0.11.5)
2916
2917 2003-03-01 [oliver]     0.8.10claws67
2918
2919         * src/summaryview.c
2920                 menu callbacks call toolbar_menu_reply
2921
2922 2003-03-01 [oliver]     0.8.10claws66
2923
2924         * src/mainwindow.c
2925         * src/messageview.c
2926                 menu callbacks call toolbar_menu_reply
2927         * src/toolbar.[ch]
2928                 callbacks from menu handled by toolbar_menu_reply
2929
2930 2003-03-01 [paul]       0.8.10claws65
2931
2932         * src/addressbook.c
2933                 revert commit 0.8.10claws54 - breaks editing of
2934                 addressbook.
2935                 
2936         * po/bg.po
2937                 update Bulgarian translation, submitted by
2938                 George Danchev
2939
2940 2003-02-28 [christoph]  0.8.10claws64
2941
2942         * src/account.c
2943         * src/addressadd.c
2944         * src/compose.c
2945         * src/gtkaspell.c
2946         * src/gtkxtext.h                ** REMOVE **
2947         * src/imap.c
2948         * src/matcher.[ch]
2949         * src/mh.c
2950         * src/news.c
2951         * src/pine.c
2952         * src/prefs_common.c
2953         * src/prefs_matcher.c
2954         * src/procheader.[ch]
2955         * src/procmsg.[ch]
2956         * src/toolbar.c
2957         * src/common/ssl_certificate.c
2958         * src/gtk/colorlabel.c
2959         * src/gtk/menu.c
2960                 o fix warnings
2961                 o remove code obsoleted by new cache and folder system rework
2962
2963 2003-02-28 [oliver]     0.8.10claws63
2964         
2965         * src/toolbar.[ch]
2966                 * fix bug where reply in Messageview replied to 
2967                 Message displayed in summaryview
2968                 (reportedd via ML by chinatinte at gmx dot ch)
2969                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2970                 didn't work in separate MessageView Toolbar
2971                 (wondering if anybody uses this at all ?)
2972         * src/summaryview.[ch]
2973                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2974                 (generalize reply and forward code);
2975         * src/messageview.c 
2976                 remove focus_in event which updated summaryview to messageview
2977
2978 2003-02-28 [paul]       0.8.10claws62
2979
2980         * po/Makefile.in.in
2981                 add the --check option
2982                 Patch submitted by Ricardo Mones Lastra
2983
2984 2003-02-28 [paul]       0.8.10claws61
2985
2986         * src/prefs_account.c
2987                 re-order 'Signature' items
2988
2989 2003-02-28 [paul]       0.8.10claws60
2990
2991         * sync with 0.8.10cvs20
2992                 see ChangeLog 2003-02-28
2993
2994 2003-02-28 [paul]       0.8.10claws59
2995
2996         * po/POTFILES.in
2997                 update to reflect recent movement of files
2998
2999 2003-02-28 [paul]       0.8.10claws58
3000
3001         * sync with 0.8.10cvs19
3002                 see ChangeLog 2003-02-28
3003
3004 2003-02-27 [martin]     0.8.10claws57
3005
3006         * src/prefs_matcher.c 
3007                 fix segfault in prefs_matcher_ok() when the
3008                 last entry is deleted and prevents that the
3009                 message "entry not saved" comes up after deleting
3010                 an entry
3011
3012 2003-02-27 [martin]     0.8.10claws56
3013
3014         * src/prefs_filtering.c 
3015                 fix segfault in prefs_filtering_ok() when the
3016                 last entry is deleted and prevents that the
3017                 message "entry not saved" comes up after deleting
3018                 an entry
3019
3020 2003-02-27 [paul]       0.8.10claws55
3021
3022         * sync with 0.8.10cvs18
3023                 see ChangeLog 2003-02-27
3024
3025 2003-02-27 [paul]       0.8.10claws54
3026
3027         * src/addressbook.c
3028                 fix bug where the address book crashes with 
3029                 multiple lookups.
3030                 Patch [687729] submitted by David Frager 
3031                 <dbfrager@users.sourceforge.net>
3032
3033 2003-02-25 [christoph]  0.8.10claws53
3034
3035         * src/Makefile.am
3036         * src/colorlabel.[ch]           ** REMOVE **
3037         * src/gtk/Makefile.am
3038         * src/gtk/colorlabel.[ch]       ** NEW **
3039                 move colorlabel files to gtk directory
3040
3041         * src/esmtp.[ch]                ** REMOVE **
3042                 has been merged into smtp.[ch] in 0.7.5
3043
3044 2003-02-25 [christoph]  0.8.10claws52
3045
3046         * src/Makefile.am
3047         * src/about.[ch]                ** REMOVE **
3048         * src/gtk/Makefile.am
3049         * src/gtk/about.[ch]            ** NEW **
3050                 move about files to gtk directory
3051
3052 2003-02-25 [christoph]  0.8.10claws51
3053
3054         * src/folder.c
3055                 some code optimization of folder scanning code
3056
3057         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3058
3059 2003-02-25 [christoph]  0.8.10claws50
3060
3061         * src/main.c
3062         * src/common/sylpheed.c
3063                 add command line parameter parsing to common code
3064
3065 2003-02-24 [christoph]
3066
3067         * Makefile.am
3068         * configure.ac
3069                 fix gnome prefix problems, the configure script now removed
3070                 `gnome-config --prefix` from `gnome-config --datadir`
3071                 and adds $(prefix} instead
3072
3073         (closes Bug 24 Makefile does not respect prefix when installing
3074          GNOME data)
3075
3076 2003-02-24 [christoph]  0.8.10claws49
3077
3078         * src/news.c
3079                 check for valid session before trying to authenticate
3080
3081         (closes Bug 60 crash if "authenticate on logon" is activated
3082          and newsserver-hostname is not valid)
3083
3084 2003-02-24 [melvin]     0.8.10claws48
3085
3086         * src/prefs_actions.c
3087                 Make sure all user's input is sent to the action and then
3088                 close the socket..
3089
3090 2003-02-23 [alfons]     0.8.10claws46
3091
3092         * src/summaryview.c
3093                 also wait cursor when deleting files
3094
3095 2003-02-23 [paul]
3096
3097         * tools/freshmeat_search.pl
3098           tools/google_search.pl
3099                 scripts should now work for any browser/browser command line
3100
3101 2003-02-22 [christoph]  0.8.10claws45
3102
3103         * src/procmsg.c
3104                 fix IMAP flag setting, IMAP flag is not handled correctly
3105                 anymore by the folder system and information about the
3106                 folder should not be saved in the MsgInfo (in my opinion)
3107
3108         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3109
3110 2003-02-22 [christoph]  0.8.10claws44
3111
3112         * src/summaryview.c
3113                 fix spelling of "label" ;-)
3114
3115 2003-02-22 [thorsten]   0.8.10claws43
3116
3117         * src/mimeview.c
3118           src/prefs_common.[ch]
3119           src/procmime.[ch]
3120                 do not use description as attachment name
3121
3122 2003-02-22 [alfons]     0.8.10claws42
3123
3124         * src/summaryview.c
3125                 freeze/thaw folder item updates when changing color labels,
3126                 and put a wait cursors on
3127
3128 2003-02-22 [thorsten]   0.8.10claws41
3129
3130         * src/mimeview.c
3131                 save-all fixes: crash if invoked on multipart container,
3132                 mimeinfo access, pathseparators, error dialog
3133
3134 2003-02-21 [alfons]     0.8.10claws40
3135
3136         * src/prefs_gtk.c
3137                 remove unused var
3138
3139 2003-02-21 [colin]      0.8.10claws39
3140
3141         * src/send.c
3142                 Fix smtp logging
3143
3144 2003-02-21 [colin]      0.8.10claws38
3145
3146         * src/summaryview.c
3147                 Freeze/thaw folderItem updates when filtering messages 
3148                 via Tools/Filter messages
3149
3150 2003-02-21 [paul]       0.8.10claws37
3151
3152         * src/compose.c
3153                 revert commit 0.8.10claws26, there are ulterior motives
3154                 for users to set a Reply-To header when posting to
3155                 newsgroups
3156
3157 2003-02-21 [paul]       0.8.10claws36
3158
3159         * sync with 0.8.10cvs17
3160                 see ChangeLog 2003-02-21
3161
3162 2003-02-20 [christoph]  0.8.10claws35
3163
3164         * src/imap.c
3165                 IMAP UID fetch speedup using SEARCH
3166
3167         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3168
3169         * src/imap.c
3170                 fix problem with UIDs in IMAP UID cache that no longer existed
3171
3172 2003-02-20 [christoph]  0.8.10claws34
3173
3174         * src/imap.c
3175         * src/procheader.c
3176         * src/procheader.h
3177                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3178
3179         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3180
3181         * src/imap.c
3182                 Rewrite imap_cmd_gen_recv use sock_getline instead
3183                 of sock_gets to avoid problems with too long reply
3184                 lines
3185     
3186 2003-02-20 [colin]      0.8.10claws33
3187         
3188         * src/prefs_account.c
3189                 Better wording
3190
3191 2003-02-20 [colin]      0.8.10claws32
3192
3193         * src/compose.c
3194                 Remove useless '&& !to_sender' 
3195
3196 2003-02-20 [darko]
3197
3198         * AUTHORS
3199                 change my e-mail address
3200
3201 2003-02-19 [colin]      0.8.10claws31
3202
3203         * src/prefs_common.c
3204                 X11 style colors for every configurable color
3205
3206 2003-02-19 [alfons]     0.8.10claws30
3207
3208         * src/prefs_gtk.[ch]
3209         * src/prefs_common.c
3210                 for color_new accept both plain integers and X11 style color
3211                 names (as found in /usr/lib/X11/rgb.txt)
3212
3213 2003-02-19 [paul]       0.8.10claws29
3214
3215         * src/mainwindow.c
3216                 add tooltips to online/offline button and account selector
3217                 button
3218
3219 2003-02-19 [paul]       0.8.10claws28
3220
3221         * src/folder.c
3222           src/news.c
3223           src/prefs_account.[ch]
3224           src/prefs_common.[ch]
3225                 move 'Maximum number of articles to download' to
3226                 account prefs.
3227                 clean up account prefs gui a little by hiding entries
3228                 rather then greying out entries
3229
3230 2003-02-19 [hiro]       0.8.10claws27
3231
3232         * src/common/utils.c
3233                 fix bug #54 'yesterdays date is displayed in the message 
3234                 summary window'
3235
3236 2003-02-19 [paul]       0.8.10claws26
3237
3238         * src/compose.c
3239                 fix bug reported in Feature Request [688596] 
3240                 'Reply-to header in news'
3241
3242 2003-02-18 [paul]       0.8.10claws25
3243
3244         * src/select-keys.c
3245                 add a 'List all keys' button to key selection dialog
3246
3247 2003-02-18 [colin]      0.8.10claws24
3248         
3249         * src/stock_pixmap.c
3250                 fix compile error
3251
3252 2003-02-18 [colin]      0.8.10claws23
3253
3254         * src/common/smtp.[ch]
3255           src/prefs_account.c
3256                 Try to starttls if it seems to be the only
3257                 way to authenticate a user
3258
3259 2003-02-18 [paul]       0.8.10claws22
3260
3261         * src/Makefile.am
3262           src/folderview.c
3263           src/stock_pixmap.[ch]
3264           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3265           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3266                 as a Drafts folder is a special folder allow it to have
3267                 its own unique icons
3268
3269 2003-02-18 [colin]      0.8.10claws21
3270
3271         * src/imap.c
3272                 Fix port selection when using starttls
3273
3274 2003-02-18 [paul]       0.8.10claws20
3275
3276         * src/mainwindow.c
3277           src/prefs_common.[ch]
3278                 make blue the default new mail colour
3279
3280 2003-02-18 [paul]       0.8.10claws19
3281
3282         * sync with 0.8.10cvs14
3283                 see ChangeLog 2003-02-18
3284
3285 2003-02-17 [jens]       0.8.10claws18
3286
3287         * src/common/md5.c
3288                 fixed a compile problem with gcc 3.3
3289                 works on 2.95.3 too (testet on PPC as it is big endian)
3290
3291 2003-02-17 [paul]       0.8.10claws17
3292
3293         * sync with 0.8.10cvs13
3294                 see ChangeLog 2003-02-17
3295
3296 2003-02-17 [paul]       0.8.10claws16
3297
3298         * sync with 0.8.10cvs12
3299                 see ChangeLog 2003-02-17
3300
3301 2003-02-16 [match]      0.8.10claws15
3302
3303         * src/addressbook.c
3304                 Eliminates reloading of address data when items
3305                 deleted or added. Applied submitted by
3306                 Luke Plant <lukeplant@softhome.net>
3307
3308 2003-02-16 [paul]       0.8.10claws14
3309
3310         * src/news.c
3311                 when a 'protocol error' is encountered disconnect from
3312                 the server. This means that the user can carry on viewing
3313                 other articles and doesn't have to either wait until the
3314                 server timesout or quit sylpheed.
3315                 Fixes bug #53 'Unable to read messages in newsgroups, 
3316                 displayed message doesn't change'
3317
3318 2003-02-15 [christoph]  0.8.10claws13
3319
3320         * src/imap.c
3321                 fix bug that stopped scanning of folders when an
3322                 IMAP folder was empty
3323
3324         (closes bug 46 stop scan messages in folders after empty folder)
3325
3326 2003-02-15 [paul]
3327
3328         * tools/Makefile.am
3329           tools/README
3330           tools/freshmeat_search.pl     ** NEW FILE **
3331           tools/google_search.pl        ** NEW FILE **
3332                 Add 2 Actions scripts which search freshmeat/google
3333                 for the selected text using the browser configured
3334                 in sylpheedrc.
3335                 
3336         Note: These scripts are very dependent on the format of the
3337         browser command and may not work on every occasion. Testing
3338         is welcome. 
3339
3340 2003-02-14 [alfons]     0.8.10claws12
3341
3342         * src/compose.c
3343                 fix breakage because of uninitialized account pointer.
3344                 please verify.
3345
3346 2003-02-14 [paul]       0.8.10claws11
3347
3348         * src/compose.c
3349           src/prefs_account.[ch]
3350           src/prefs_common.[ch]
3351                 move signature settings to Account Prefs
3352
3353 2003-02-14 [paul]       0.8.10claws10
3354
3355         * sync with 0.8.10cvs11
3356                 see ChangeLog 2003-02-14
3357
3358 2003-02-13 [thorsten]   0.8.10claws9
3359
3360         * src/news.c
3361                 revert news progressbar (GUI separation)
3362
3363 2003-02-13 [paul]       0.8.10claws8
3364
3365         * src/compose.c
3366                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3367                 paragraph 1
3368
3369 2003-02-13 [paul]       0.8.10claws7
3370
3371         * src/compose.[ch]
3372           src/summaryview.c
3373                 fix 'Follow-up and Reply-to' so that it creates a reply to
3374                 the newsgroup and the sender. If the message has the keyword
3375                 'poster' in the Followup-To header, all replies go to the
3376                 sender, re: RFC 1036, Section 2.2.3
3377                 rename all instances of 'ignore_replyto' to 'to_sender', both
3378                 were previously used, now we use just one.
3379
3380 2003-02-13 [paul]       0.8.10claws6
3381
3382         * sync with 0.8.10cvs9
3383                 see ChangeLog 2003-02-13
3384
3385 2003-02-13 [paul]       0.8.10claws5
3386
3387         * configure.ac
3388                 show which plugins are configured in the configure
3389                 output.
3390
3391 2003-02-12 [thorsten]   0.8.10claws4
3392
3393         * src/news.c
3394                 show progress while fetching news headers
3395
3396 2003-02-12 [christoph]  0.8.10claws3
3397
3398         * configure.ac
3399         * src/plugins/Makefile.am
3400                 use AM_CONDITIONAL to enable plugins, automake correctly
3401                 manages this when creating distdir
3402
3403 2003-02-12 [christoph]  0.8.10claws2
3404
3405         * ac/spamassassin.m4
3406         * src/plugins/spamassassin/Makefile.am
3407                 fix building SpamAssassin plugin without OpenSSL
3408
3409 2003-02-12 [paul]       0.8.10claws1
3410
3411         * ac/Makefile.am
3412           src/Makefile.am
3413           src/plugins/Makefile.am
3414                 fix failure of 'make release'
3415
3416 2003-02-12 [paul]       0.8.10claws
3417
3418         * 0.8.10claws released
3419
3420 2003-02-12 [paul]       0.8.9claws56
3421
3422         * po/bg.po
3423           po/es.po
3424           po/it.po
3425           po/ru.po
3426           po/sr.po
3427                 updated translations by George Danchev, Ricardo Mones Lastra,
3428                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3429                 
3430         * sylpheed.spec.in
3431                 Allow the building of RPMs by a regular user. Submitted
3432                 by Sergei Astanin
3433
3434 2003-02-11 [alfons]     0.8.9claws55
3435
3436         * src/colorlabel.c
3437                 don't use pixmaps for label color rect but draw rectangles
3438                 so we can respect the color map of palette based visuals
3439                 (fixes the long time crashes on Suns - thanks to Andreas
3440                 Engel and Steve O'Hara-Smith for testing)
3441
3442 2003-02-11 [christoph]  0.8.9claws54
3443
3444         * src/matcher_parser_parse.y
3445                 correct bug where filering rules of not existing folders in
3446                 matcherrc were added to global filtering
3447                 
3448         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3449          main filter-rules after removing directory, http://bugs.debian.org/180253)
3450         
3451 2003-02-11 [paul]       0.8.9claws53
3452
3453         * sync with 0.8.10cvs7
3454                 see ChangeLog 2003-02-09
3455
3456 2003-02-11 [melvin]     0.8.9claws52
3457
3458         * po/fr.po
3459                 Updated French tranlsations
3460
3461 2003-02-10 [paul]       0.8.9claws51
3462
3463         * sylpheed.spec.in
3464                 correct --enable-openssl
3465                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3466
3467 2003-02-09 [martin]     0.8.9claws50
3468
3469         * src/prefs_matcher.c
3470                 fix segfault in prefs_matcher_substitute_cb() when
3471                 no row is selected
3472
3473 2003-02-09 [paul]       0.8.9claws49
3474
3475         * src/folderview.c
3476                 fix bug where a newsgroup folder's processing rules were
3477                 merged with the global filtering rules when the newsgroup
3478                 folder was deleted, causing some seriously bad results,
3479                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3480
3481 2003-02-08 [melvin]     0.8.9claws48
3482
3483         * src/compose.c
3484                 Corrected and modified an alert message.
3485
3486 2003-02-07 [paul]       0.8.9claws47
3487
3488         * src/folderview.c
3489                 fix bug where both an 'Account properties' window and a
3490                 'Folder properties' window were opened when clicking on
3491                 'Properties' in an NNTP or IMAP folder's popup menu.
3492
3493 2003-02-07 [paul]       0.8.9claws46
3494
3495         * sync with 0.8.10cvs6
3496                 see ChangeLog 2003-02-06
3497
3498 2003-02-06 [christoph]  0.8.9claws45
3499
3500         * src/mbox.c
3501                 freeze folder updates while importing mbox files
3502                 (closes bug 43 importing mbox took hours)
3503                 
3504         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3505
3506 2003-02-06 [thorsten]   0.8.9claws44
3507
3508         * po/de.po
3509                 Updated german translations
3510
3511 2003-02-06 [thorsten]   0.8.9claws43
3512
3513         * src/news.h
3514                 use guint for message numbers (fix count in grouplist dialog)
3515
3516 2003-02-05 [paul]       0.8.9claws42
3517
3518         * sync with 0.8.10cvs2
3519                 see ChangeLog 2003-02-05
3520
3521 2003-02-04 [colin]      0.8.9claws41
3522
3523         * src/prefs_common.[ch]
3524           src/procmsg.c
3525           src/summaryview.c
3526                 Add an option to disable threading by subject
3527
3528 2003-02-04 [christoph]  0.8.9claws40
3529
3530         * src/inc.c
3531                 only abort fetching mails from multiple accounts when the
3532                 error is fatal and does not allow to check any more accounts
3533                 (currently only disk full error)
3534
3535         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3536          receive mails for other accouts)
3537
3538 2003-02-04 [christoph]  0.8.9claws39
3539
3540         * src/folder.c
3541                 first add the new message to the cache, then
3542                 send the update notification
3543
3544         (closes bug 39 after sending message folderview doesnt get updated)
3545
3546 2003-02-04 [colin]      0.8.9claws38
3547
3548         * src/inc.c
3549                 _really_ fix this Connecting... status
3550
3551 2003-02-04 [paul]       0.8.9claws37
3552
3553         * sync with 0.8.10
3554                 see ChangeLog 2003-02-04
3555
3556 2003-02-04 [paul]       0.8.9claws36
3557
3558         * sync with 0.8.9cvs6
3559                 see ChangeLog 2003-02-03
3560
3561 2003-02-04 [paul]       0.8.9claws35
3562
3563         * po/pt_BR.po
3564                 updated by André Filipe de Assunção e Brito 
3565                 <bedecko@netsite.com.br>
3566
3567 2003-02-03 [thorsten]   0.8.9claws34
3568
3569         * po/de.po
3570                 Updated german translations
3571
3572 2003-02-02 [paul]       0.8.9claws33
3573
3574         * po/es.po
3575                 updated by Ricardo Mones Lastra
3576
3577 2003-02-02 [thorsten]   0.8.9claws32
3578
3579         * src/mh.c
3580                 Fix mh_get_msginfo() segfault if file is inaccessible
3581
3582 2003-01-31 [colin]      0.8.9claws31
3583
3584         * src/procheader.c
3585                 Fix last commit's bug
3586
3587 2003-01-31 [colin]      0.8.9claws30
3588
3589         * src/procheader.c
3590                 Missing a change for gpg-signed messages
3591
3592 2003-01-31 [paul]       0.8.9claws29
3593
3594         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3595           src/procheader.c
3596           src/stock_pixmap.[ch]
3597           src/summaryview.c
3598                 indicate GnuPG signed messages by displaying an icon
3599                 in the Attachment column.
3600
3601 2003-01-31 [paul]       0.8.9claws28
3602
3603         * sync with 0.8.9cvs4
3604                 see ChangeLog 2003-01-31
3605
3606 2003-01-31 [alfons]     0.8.9claws27
3607
3608         * src/textview.c
3609                 tune URI parser to accept mailto URLs with a '?'
3610                 (patch from Ruslan Balkin)
3611
3612 2003-01-31 [colin]      0.8.9claws26
3613
3614         * src/summaryview.c
3615                 Fix a leak introduced in claws24
3616
3617 2003-01-31 [colin]      0.8.9claws25
3618
3619         * src/summaryview.c
3620                 Freeze/Thaw folder updates when deleting dups
3621
3622 2003-01-31 [colin]      0.8.9claws24
3623         
3624         * src/addr_compl.c
3625           src/summaryview.c
3626           src/msgcache.c
3627                 little speed improvements
3628
3629 2003-01-31 [colin]      0.8.9claws23
3630
3631         * src/summaryview.c
3632                 Fix segfault when forwarding nothing
3633                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3634                 
3635 2003-01-30 [paul]       0.8.9claws22
3636
3637         * sync with 0.8.9cvs3
3638                 see ChangeLog 2003-01-30
3639
3640 2003-01-30 [paul]       0.8.9claws21
3641
3642         * sync with 0.8.9cvs2
3643                 see ChangeLog 2003-01-30
3644
3645 2003-01-29 [paul]       0.8.9claws20
3646
3647         * sync with 0.8.9cvs1
3648                 see ChangeLog 2003-01-29
3649
3650 2003-01-28 [paul]       0.8.9claws19
3651
3652         * po/POTFILES.in
3653                 update to reflect changes. 
3654                 thanks to Ricardo Mones Lastra
3655
3656 2003-01-27 [christoph]  0.8.9claws18
3657
3658         * ac/openssl.m4
3659         * ac/spamassassin.m4
3660         * src/plugins/spamassassin/README
3661         * src/plugins/spamassassin/libspamc.[ch]
3662         * src/plugins/spamassassin/utils.[ch]
3663                 updated to latest libspamc
3664
3665 2003-01-27 [christoph]  0.8.9claws17
3666
3667         * src/folder.c
3668                 fix wrong use of procheader_get_header_fields
3669
3670 2003-01-27 [christoph]  0.8.9claws16
3671
3672         * src/news.c
3673         * src/prefs_account.[ch]
3674         * src/common/nntp.[ch]
3675                 allow to force authentication for NNTP servers
3676
3677         Patch submitted by Florian Mickler <dmk@d-labs.de>
3678
3679 2003-01-26 [paul]       0.8.9claws15
3680
3681         * src/summaryview.c
3682                 speed up of marking messages as read
3683                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3684
3685 2003-01-26 [christoph]  0.8.9claws14
3686
3687         * src/Makefile.am
3688         * src/mgutils.[ch]              ** REMOVE **
3689         * src/xml.[ch]                  ** REMOVE **
3690         * src/xmlprops.[ch]             ** REMOVE **
3691         * src/common/Makefile.am
3692         * src/common/mgutils.[ch]       ** NEW **
3693         * src/common/xml.[ch]           ** NEW **
3694         * src/common/xmlprops.[ch]      ** NEW **
3695                 move xml files to common directory
3696
3697 2003-01-26 [christoph]  0.8.9claws13
3698
3699         * src/plugins/spamassassin/spamassassin_gtk.c
3700                 only set gtk entry text if string is available
3701
3702 2003-01-26 [melvin]     0.8.9claws12
3703
3704         * src/description_window.c
3705                 Allow resizing of the window
3706                 Allow automatic horizontal scroll bar
3707                 Do not vertically expand and fill
3708
3709 2003-01-26 [christoph]  0.8.9claws11
3710
3711         * src/Makefile.am
3712         * src/gtkutils.[ch]             ** REMOVE **
3713         * src/common/sylpheed.c
3714         * src/gtk/Makefile.am
3715         * src/gtk/description_window.c
3716         * src/gtk/gtkutils.[ch]         ** NEW **
3717         * src/gtk/prefswindow.c
3718                 move gtkutils to gtk directory
3719
3720 2003-01-26 [paul]       0.8.9claws10
3721
3722         * src/summaryview.c
3723                 rename summary_unread_clicked() to summary_status_clicked()
3724
3725 2003-01-26 [melvin]     0.8.9claws9
3726
3727         * src/prefs_actions.c
3728                 Cosmetical changes to the help text
3729
3730 2003-01-26 [paul]       0.8.9claws8
3731
3732         * src/folder.[ch]
3733           src/mainwindow.c
3734           src/prefs_common.c
3735           src/prefs_sumamry_column.c
3736           summaryview.[ch]
3737                 rename the 'Unread' column to 'Status'
3738
3739 2003-01-25 [match]      0.8.9claws7
3740
3741         * src/mgutils.[ch]
3742                 removed reference to LDAP constants. removed error2string.
3743                 included functions to support LDAP dynamic queries.
3744         * src/syldap.h
3745                 moved LDAP constants here.
3746         * src/addressbook.c
3747         * src/addrindex.c
3748         * src/importldif.c
3749                 removed references to LDAP constants and references to
3750                 error2string.
3751
3752 2003-01-25 [paul]       0.8.9claws6
3753
3754         * src/summaryview.c
3755                 summary_thread_build(), summary_thread_init(): remove 
3756                 unneeded reference to summaryview->folder_item
3757
3758 2003-01-25 [christoph]  0.8.9claws5
3759
3760         * src/gtk/description_window.c
3761                 o allow description texts to expand over multiple columns
3762                 o translate all columns
3763         * src/prefs_actions.c
3764                 change syntax description to use new multi column feature
3765
3766         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3767
3768 2003-01-25 [match]      0.8.9claws4
3769
3770         * src/vcard.c
3771                 fixed bug with Quoted-Printable
3772
3773 2003-01-25 [paul]       0.8.9claws3
3774
3775         * src/folder.[ch]
3776           src/summaryview.[ch]
3777                 implement per-folder collapsed/expanded threads setting
3778                 
3779         * src/prefs_common.c
3780                 remove global collapsed/expanded threads option
3781
3782 2003-01-25 [christoph]  0.8.9claws2
3783
3784         * po/POTFILES.in
3785                 add pluginwindow and prefswindow
3786         * src/compose.c
3787                 make send respond correctly to messages that could be added
3788                 to the queue folder, but the UID of the message is unknown
3789         * src/folder.c
3790         * src/imap.c
3791                 don't return guessed UIDs in imap_add_msg anymore. We return
3792                 0 to tell the folder system it was appened but the UID is
3793                 unknown. Folder system now get's the UID by scaning the folder
3794                 and searching the cache for the Message-ID
3795                 (closes bug #29 Messages queued, but not sent)
3796
3797 2003-01-25 [paul]       0.8.9claws1
3798
3799         * src/codeconv.c
3800                 conv_encode_header():  fix bug when long headers with 8-bit
3801                 characters are used, so that the encoded words are wrapped.
3802                 If the space in the original text falls on the wrap boundary,
3803                 it can be lost.
3804                 Patch by Sergey Vlasov.
3805                 
3806         * src/folderview.c
3807                  fix bug where a change to the sorting method or thread view
3808                  of a folder's messages is lost if simpify-subject is set and
3809                  toggled on or off.
3810                  Patch by Luke Plant.
3811
3812 2003-01-24 [paul]       0.8.9claws
3813
3814         * sylpheed-0.8.9claws released
3815         
3816         * Makefile.am
3817           sylpheed.spec.in
3818                 remove reference to 'INSTALL.jp'
3819
3820 2003-01-23 [paul]       0.8.8claws128
3821
3822         * po/es.po
3823           po/it.po
3824           po/ru.po
3825           po/sr.po
3826                 updated translations. submitted by Ricardo Mones Lastra,
3827                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3828
3829 2003-01-23 [colin]      0.8.8claws127
3830
3831         * src/compose.c
3832                 Fix drafted and queued news articles re-edition
3833
3834 2003-01-23 [melvin]     0.8.8claws126
3835
3836         * po/fr.po
3837                 Updated French translations
3838
3839 2003-01-23 [colin]      0.8.8claws125
3840
3841         * src/inc.c
3842                 Fix "Connecting to..." status message
3843
3844 2003-01-22 [paul]       0.8.8claws124
3845
3846         * po/bg.po
3847                 updated by George Danchev
3848                 
3849         * src/folder.c
3850                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3851                 and folder deletion
3852
3853 2003-01-21 [paul]       0.8.8claws123
3854
3855         * po/bg.po
3856                 updated by George Danchev
3857                 
3858         * src/about.c
3859                 its now 2003
3860                 
3861         * src/toolbar.c
3862                 don't translate 'Separator'
3863                 
3864         * src/plugins/spamassassin/Makefile.am
3865                 add aspell to CPPFLAGS
3866                 
3867         * src/plugins/spamassassin/spamassassin.c
3868           src/plugins/spamassassin/spamassassin_gtk.c
3869                 set correct default for spamassassin_receive_spam
3870                 slightly re-word descriptions and some
3871                 other minor changes
3872
3873 2003-01-19 [alfons]     0.8.8claws122
3874                 
3875         * src/mimeview.c
3876                 mimeview_save_as(): we might as well show the file name for
3877                 the single case "Save As" too
3878
3879 2003-01-19 [alfons]     0.8.8claws121
3880
3881         * src/crash.c
3882                 change bug tracker URL to bugzilla URL
3883
3884 2003-01-19 [alfons]     0.8.8claws120
3885
3886         * src/mimeview.c
3887                 mimeview_save_all(): display name of file before overwriting;
3888                 continue saving all, even when one overwrite was cancelled
3889
3890 2003-01-19 [christoph]  0.8.8claws119
3891
3892         * src/summaryview.c
3893         * src/procmsg.[ch]
3894                 fix wrong usage of procmsg_find_children in summaryview
3895                 by using procmsg_update_unread_children instead of
3896                 summaryview_update_unread_children
3897
3898 2003-01-19 [christoph]  0.8.8claws118
3899
3900         * src/procmsg.c
3901                 fix infinite loop in procmsg_find_children
3902                  (closes bug #25 sylpheed crashes on delete.)
3903
3904         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3905
3906 2003-01-19 [paul]       0.8.8claws117
3907
3908         * po/pt_BR.po
3909                 updated by Ivan Francolin Martinez
3910
3911 2003-01-18 [melvin]     0.8.8claws116
3912
3913         * src/prefs_actions.c
3914                 Removed syntax limitation of only one '&' at the end of command.
3915                         Now actions that contain '>/dev/null 2>&1' are possible.
3916
3917 2003-01-18 [melvin]     0.8.8claws115
3918
3919         * src/prefs_actions.c
3920                 Actions IO dialog: when the action ends
3921                 the "Close" button now has focus and [Escape] closes the
3922                 window.
3923
3924 2003-01-18 [christoph]  0.8.8claws114
3925
3926         * src/procmsg.c
3927                 o add debug output when MsgInfos are really freed
3928                 o free GSLists in procmsg_find_children and
3929                   procmsg_update_unread_children
3930
3931 2003-01-18 [christoph]  0.8.8claws113
3932
3933         * src/mainwindow.c
3934                 reorder Configuration menu
3935
3936 2003-01-18 [christoph]  0.8.8claws112
3937
3938         * src/compose.c
3939                 fix applying templates to forwarded messages
3940
3941         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3942
3943 2003-01-17 [christoph]  0.8.8claws111
3944
3945         * src/folder.c
3946                 destroy folder items, when a folder item is removed
3947
3948 2003-01-17 [christoph]  0.8.8claws110
3949
3950         * src/folder.c
3951                 fix wrong folder stats update when ignored message is
3952                 deleted
3953
3954 2003-01-17 [colin]      0.8.8claws109
3955         
3956         * src/mainwindow.c
3957         * src/summaryview.c
3958                 Quicksearch bugfixes: 
3959                 - hide help button at startup if not extended
3960                 - switch to extended when looking for replies
3961
3962 2003-01-17 [paul]
3963
3964         * sync with 0.8.9 release
3965
3966 2003-01-17 [paul]       0.8.8claws108
3967
3968         * sync with 0.8.8cvs11
3969                 see ChangeLog 2003-01-17
3970
3971 2003-01-16 [colin]      0.8.8claws107
3972
3973         * src/procmsg.c
3974                 Changed encryption test to re-ask passphrase
3975                 if an encrypted message hasn't been decrypted
3976                 Fixes bug #5
3977
3978 2003-01-16 [christoph]  0.8.8claws106
3979
3980         * src/prefs_gtk.c
3981         * src/prefs_toolbar.c
3982         * src/gtk/prefswindow.h
3983         * src/plugins/spamassassin/spamassassin_gtk.c
3984                 remove page destroy function that is not used anymore
3985
3986 2003-01-16 [paul]       0.8.8claws105
3987
3988         * sync with 0.8.8cvs9
3989                 see ChangeLog 2002-01-16
3990
3991 2003-01-16 [colin]      0.8.8claws104
3992
3993         * src/compose.[ch]
3994                 Fix bug with autosaved drafts for IMAP, when draft
3995                 folder is specified - fixes bugzilla bug #20
3996
3997 2003-01-15 [paul]       0.8.8claws103
3998
3999         * src/compose.[ch]
4000           src/procmsg.c
4001                 store folder and message-id of message forwarding
4002                 in queue header and set forward flag after sending
4003
4004 2003-01-15 [paul]       0.8.8claws102
4005
4006         * sync with 0.8.8cvs8
4007                 see ChangeLog 2002-01-15
4008
4009 2003-01-15 [colin]      0.8.8claws101
4010
4011         * src/Makefile.am
4012                 Fix linking with GNU libiconv
4013
4014 2003-01-15 [darko]      0.8.8claws100
4015
4016         * src/pine.c
4017                 fix crash when importing pine address book
4018                 entry with an empty name (reported by DY
4019                 <dybulk at tri8.net>)
4020
4021 2003-01-14 [paul]       0.8.8claws99
4022
4023         * configure.in  ** REMOVED **
4024           configure.ac  ** NEW FILE **
4025                 rename configure.in to configure.ac, as it is now
4026                 preferred
4027
4028 2003-01-14 [melvin]     0.8.8claws98
4029
4030         * src/folderview.c
4031                 folderview_check_new(): More precise function description
4032
4033 2003-01-14 [melvin]     0.8.8claws97
4034
4035         * src/folderview.c
4036                 folderview_check_new(): return the number of new messages 
4037                         since last check.
4038         * src/inc.c
4039                 inc_account_mail(): Disable counting of new messages for IMAP
4040                         and NNTP until bug [19] and [14] are fixed.
4041
4042 2003-01-14 [paul]       0.8.8claws96
4043
4044         * sync with 0.8.8cvs6
4045                 see ChangeLog 2003-01-14
4046
4047 2003-01-13 [alfons]     0.8.8claws95
4048
4049         * src/textview.c
4050                 tune email address validation (c. 0.8.8claws89): if . is 
4051                 just one char away from @, the address is invalid too 
4052                 (correctly rejects addresses like foo@.com)
4053
4054 2003-01-13 [paul]       0.8.8claws94
4055
4056         * src/messageview.c
4057           src/toolbar.c
4058                 fixes to the Message View toolbar and menu:
4059                 fix non-functioning Forward button
4060                 make Reply button consider default_reply_list
4061                 remove 'Follow-up...' menu entry
4062                 add 'Forward' and 'Redirect' menu entries
4063
4064 2003-01-13 [melvin]     0.8.8claws93
4065
4066         * src/inc.c
4067                 Fixed typo that could make new messages count incorrect.
4068
4069 2003-01-13 [melvin]     0.8.8claws92
4070
4071         * src/folderview.[ch]
4072                 folderview_check_new(): return the number of new messages.
4073         * src/inc.c
4074                 Should fix bug [14] where new mail notification worked 
4075                         incorrectly with IMAP accounts.
4076                 inc_spool_account(): return number of new msgs, or -1 on error
4077                 inc_all_spool(): return number of new msgs
4078                 
4079 2003-01-13 [melvin]     0.8.8claws91
4080
4081         * src/prefs_actions.c
4082                 Justify help text.
4083
4084 2003-01-12 [thorsten]   0.8.8claws90
4085
4086         * src/common/prefs.c
4087                 close file before rename
4088
4089 2003-01-12 [alfons]     0.8.8claws89
4090
4091         * AUTHORS
4092                 add Christian Mertes
4093         * src/common/utils.[ch]
4094                 g_stricase_hash(), g_stricase_equal(): functions for 
4095                 case insensitive hash tables
4096         * src/textview.c
4097                 use top level domain names to validate email address, based
4098                 on a patch by Christian Mertes (thanks!), but changed 
4099                 implementation to use a hash table 
4100
4101 2003-01-12 [paul]       0.8.8claws88
4102
4103         * po/bg.po
4104                 updated by George Danchev
4105
4106 2003-01-12 [alfons]     0.8.8claws87
4107
4108         * src/summaryview.c
4109                 delete / execute performance: use new style folder update
4110
4111 2003-01-12 [paul]       0.8.8claws86
4112
4113         * sync with 0.8.8cvs5
4114                 see ChangeLog 2003-01-13 (!)
4115
4116 2003-01-12 [alfons]     0.8.8claws85
4117
4118         * src/filtering.c
4119         * src/matcher_parser_parse.y
4120                 prepare change_score filtering action
4121         * src/matcher.[ch]
4122                 give up const-correctness on functions that call non-const-correct functions;
4123                 several casts to gpointer in g_free();
4124                 add change_score;
4125
4126 2003-01-12 [christoph]  0.8.8claws84
4127
4128         * src/compose.c
4129                 fix 2 warnings
4130
4131         * src/gtk/prefswindow.[ch]
4132         * src/plugins/spamassassin/spamassassin_gtk.c
4133                 changed the call of the widget create function
4134                 for PrefsPages, because sometimes the widget
4135                 create function needs a widget that already has
4136                 been attached to a window (to create GDK pixmaps
4137                 for exmaple). So we simply pass the GtkWindow as
4138                 the second parameter now.
4139
4140         * src/main.c
4141         * src/mainwindow.c
4142         * src/prefs_toolbar.[ch]
4143                 rewrite Toolbar Preferences using the new
4144                 prefs window
4145
4146 2003-01-11 [alfons]     0.8.8claws83
4147
4148         * src/addressadd.c
4149                 fix crash when adding sender to addressbook because status bar
4150                 isn't there (the status bar doesn't seem to be used though,
4151                 but I'll let Match decide what to do with it)
4152
4153 2003-01-11 [colin]      0.8.8claws82
4154
4155         * src/main.c
4156           src/toolbar.c
4157                 Two useless changes reversed
4158
4159 2003-01-11 [colin]      0.8.8claws81
4160
4161         * src/mainwindow.c
4162           src/mainwindow.h
4163                 Add mainwindow_get_mainwindow()
4164         * src/alertpanel.c
4165           src/alertpanel.h
4166                 Add alertpanel_error_log() 
4167         * src/compose.c
4168           src/inc.c
4169           src/messageview.c
4170           src/toolbar.c
4171           src/main.c
4172           src/procmsg.c
4173                 Network errors get a View Log button
4174
4175 2003-01-10 [alfons]     0.8.8claws80
4176
4177         * src/prefs_toolbar.c
4178         * src/toolbar.c
4179                 use the translatable string for "Separator" as file name for
4180                 separator toolbar items (probably make this uppercase?)
4181
4182 2003-01-10 [alfons]     0.8.8claws79
4183
4184         * src/prefs_toolbar.c
4185                 put right A_SEPARATOR description string in "displayed
4186                 toolbar items list" so manually added separators are
4187                 saved correctly (bug #10, "Adding a separator to the main 
4188                 toolbar fails, entry in xml file is wrong")
4189
4190 2003-01-10 [christoph]  0.8.8claws78
4191
4192         * src/imap.c
4193                 o fix warnings
4194                 o use CAPABILITY to check if NAMESPACE is available
4195
4196 2003-01-10 [christoph]  0.8.8claws77
4197
4198         * src/imap.[ch]
4199                 apply UIDPLUS IMAP extension support patch
4200
4201         Patch submitted by Simon 'corecode' Schubert
4202
4203 2003-01-10 [paul]       0.8.8claws76
4204
4205         * src/folderview.c
4206                 a sync from main which fixes the news account folders'
4207                 Properties bug
4208
4209 2003-01-10 [christoph]  0.8.8claws75
4210
4211         * src/folder.c
4212                 don't accept 0 as a valid uid returned by copy and move
4213                 functions. 0 means the message was copied or moved but the
4214                 new uid could not be fetched. It is not an error condition
4215                 for the copy or move operation.
4216
4217 2003-01-10 [paul]       0.8.8claws74
4218
4219         * src/prefs_filtering.c
4220                 change English used in Alert when entry is not
4221                 saved.
4222                 
4223         * sync with 0.8.8cvs4
4224                 see ChangeLog 2003-01-10
4225
4226 2003-01-10 [darko]      0.8.8claws73
4227
4228         * src/pine.c
4229                 fix crash when importing address book entry
4230                 without a valid address
4231
4232 2003-01-09 [alfons]     0.8.8claws72
4233
4234         * src/inc.c
4235                 filtering performance: use new style folder update
4236
4237 2003-01-09 [christoph]  0.8.8claws71
4238
4239         * src/compose.c
4240         * src/gtk/menu.[ch]
4241                 fix wrong selecting of mime encoding type, when
4242                 opening property dialog of attachments in the
4243                 compose window. 7bit was always selected and that
4244                 destoryed files with 8bit data.
4245                 (closes bug #9 Sylpheed-claws destroys attachments when
4246                  changing MIME-types)
4247
4248 2003-01-09 [paul]       0.8.8claws70
4249
4250         * sync with 0.8.8cvs3
4251                 see ChangeLog 2003-01-09
4252
4253 2003-01-08 [alfons]     0.8.8claws69
4254         
4255         * src/addressadd.c
4256                 apply patch by Kim Schulz to fix build breakage
4257                 because of missing variable
4258
4259 2003-01-08 [paul]       0.8.8claws68
4260
4261         * sync with 0.8.8cvs2
4262                 see ChangeLog 2002-01-08
4263
4264 2003-01-08 [paul]       0.8.8claws67
4265
4266         * po/it.po
4267                 updated by Alessandro Maestri
4268                 
4269         * src/addressadd.c
4270                 when using 'Add sender to addressbook' allow
4271                 name to be edited and remarks to be entered
4272                 Patch submitted by Luke Plant
4273
4274 2003-01-08 [darko]      0.8.8claws66
4275
4276         * README.claws, src/summaryview.c
4277                 fix description for marked messages
4278
4279 2003-01-08 [paul]
4280
4281         * tools/Makefile.am
4282           tools/launch_phoenix  ** NEW FILE **
4283                 add script that enables using Phoenix as the default
4284                 web browser. 
4285                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4286                 
4287         * tools/OOo2sylpheed.pl
4288                 remove full path to sylpheed executable, just 'sylpheed'
4289                 will do
4290                 
4291         * tools/README
4292                 add launch_phoenix informtion and re-arrange and compress
4293                 the data a little
4294
4295 2003-01-07 [christoph]  0.8.8claws65
4296
4297         * src/folder.c
4298                 fix update for source folder when moving messages
4299         * src/procmsg.[ch]
4300         * src/summaryview.c
4301                 use function to set to_folder for message infos and
4302                 automatically update the op_count for old and new
4303                 folder
4304
4305 2003-01-07 [melvin]     0.8.8claws64
4306
4307         * src/prefs_actions.c
4308                 Fixed bug where an '%p' Action on a displayed image crashed 
4309                         Sylpheed
4310                 Code clean up (get rid of duplicated code and removed unnecessary 
4311                                 structure member)
4312
4313 2003-01-07 [christoph]  0.8.8claws63
4314
4315         * src/compose.c
4316         * src/folder.[ch]
4317         * src/folderview.c
4318         * src/import.c
4319         * src/inc.c
4320         * src/main.c
4321         * src/mainwindow.c
4322         * src/messageview.c
4323         * src/prefs_folder_item.c
4324         * src/procmsg.c
4325         * src/summaryview.c
4326         * src/toolbar.c
4327                 o remove all folder update triggering from the UI code. The folder
4328                   system should know much better when a folder needs an update.
4329                 o to prevent multiple updates in a row the folder updates can be
4330                   frozen for some time.
4331
4332                 Note: - Please verify that no updates are missing
4333                       - Check where freeze/thaws should be added
4334
4335 2003-01-07 [christoph]  0.8.8claws62
4336
4337         * src/prefs_actions.c
4338                 don't translate empty strings
4339
4340         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4341
4342 2003-01-06 [christoph]  0.8.8claws61
4343
4344         * src/prefs_actions.c
4345                 mark strings for gettext
4346         * src/prefs_matcher.c
4347                 use new description window for Execute action and
4348                 match condition in Filtering
4349
4350         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4351
4352 2003-01-06 [alfons]     0.8.8claws60
4353
4354         keep myself inspired to re-organize matcher part 8; 
4355         yes, more to come (I need to move out the descriptive
4356         text for actions to matcher.c, or at least make it not
4357         depend on the wicked ordering)
4358
4359         * src/prefs_matcher.c
4360                 add documentation so others may comprehend the
4361                 UI part of the conditions
4362                 
4363 2003-01-06 [christoph]  0.8.8claws59
4364
4365         * src/prefs_actions.c
4366                 use new description window for syntax help
4367         * src/gtk/description_window.c
4368                 fix display of descriptions with column count != 2
4369
4370         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4371
4372 2003-01-06 [christoph]  0.8.8claws58
4373
4374         * src/quote_fmt.c
4375         * src/summaryview.[ch]
4376         * src/gtk/Makefile.am
4377         * src/gtk/description_window.[ch]       ** NEW **
4378                 use a generic window to display syntax descriptions
4379                 currently used in quote_fmt and summaryview (new description
4380                 for extended quick search)
4381
4382         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4383
4384 2003-01-06 [paul]       0.8.8claws57
4385
4386         * sync with 0.8.8cvs1
4387                 see ChangeLog 2003-01-06
4388
4389 2003-01-06 [christoph]  0.8.8claws56
4390
4391         * src/mainwindow.c
4392         * src/prefs_gtk.[ch]
4393         * src/gtk/prefswindow.[ch]
4394         * src/plugins/spamassassin/spamassassin_gtk.c
4395                 o remove page management from prefswindow, pages
4396                   will be an argument to prefswindow_open
4397                 o prefswindow_open gets a datapointer that is
4398                   passed to the widget_create function to allow
4399                   creation of prefswindow for specific items
4400
4401 2003-01-06 [colin]      0.8.8claws55
4402         
4403         * src/summaryview.c
4404                 We don't want regexp in the reply-finder, 
4405                 because MIDs can contain !,$,. and so on
4406
4407 2003-01-06 [jens]       0.8.8claws54
4408
4409         * src/jpilot.c
4410                 fixed a wrong free in jpilot_read_db_files
4411
4412 2003-01-06 [alfons]     0.8.8claws53
4413
4414         re-organize matcher part 8; more to come
4415        
4416         * src/matcher.c
4417                 matcherprop_to_string(): put g_free()s before the
4418                 switch-case break to fix memleaks                
4419
4420 2003-01-06 [colin]      0.8.8claws52
4421
4422         * src/summaryview.c
4423                 cleanup & reply-finder now displays the first 
4424                 matching message
4425
4426 2003-01-05 [alfons]     0.8.8claws51
4427
4428         re-organize matcher part 7; more to come
4429
4430         * src/matcher.[ch]
4431                 fixes for constant correctness;
4432                 more documentation;
4433
4434 2003-01-05 [alfons]     0.8.8claws50
4435
4436         re-organize matcher part 6; more to come
4437         
4438         * src/matcher.[ch]
4439                 fixes for constant correctness;
4440                 more documentation;
4441         * src/filtering.c
4442                 fix for constant correctness
4443
4444 2003-01-05 [colin]      0.8.8claws49
4445
4446         * src/account.[ch]
4447                 Add account_get_reply_account function
4448         * src/compose.c
4449                 Use account_get_reply_account function 
4450         * src/summaryview.c
4451                 Basic reply-finder - click on the replied
4452                 icon gets you to the outbox using quick-search
4453
4454 2003-01-05 [paul]       0.8.8claws48
4455
4456         * src/prefs_common.c
4457                 small change to English
4458                 
4459         * src/prefs_filtering.c
4460                 prefs_filtering_action_select(): improve logic and uniformity
4461                 of gui
4462
4463 2003-01-05 [alfons]     0.8.8claws47
4464
4465         fine tune solution to focus problems (bug #7)
4466
4467         * src/mainwindow.c
4468                 mainwindow_focus_in_event(): remove grab event check
4469         * src/summaryview.c
4470                 summary_button_pressed(): move selection on right-click
4471                 too. we can't possibly move the selection back after
4472                 canceling a dialog, because gtk's incomplete focus 
4473                 management. whether this is a good solution, only time
4474                 will tell.
4475
4476 2003-01-05 [christoph]  0.8.8claws46
4477
4478         * src/imap.c
4479                 fix crash when no imap connection could be established
4480
4481 2003-01-05 [paul]       0.8.8claws45
4482
4483         * src/mainwindow.c
4484           src/sumamryview.c
4485           src/gtk/menu.[ch]
4486                 fix bug 605957 'shortcuts in popup-menu'
4487                 make user-defined shortcuts work
4488                 show shortcuts that are already defined
4489                 in the main menu
4490                 Patch submitted by Luke Plant
4491
4492 2003-01-05 [alfons]     0.8.8claws44
4493
4494         * src/mainwindow.c
4495                 focus_in_event handler should not select summary view row 
4496                 when another window (menu, dialog) grabbed for events 
4497                 (bug #7, "[0.8.8claws42] Message summary focus") 
4498
4499 2003-01-04 [christoph]  0.8.8claws43
4500
4501         * src/procmsg.c
4502                 update save folder after adding the sent message
4503                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4504
4505 2003-01-02 [christoph]  0.8.8claws42
4506
4507         * src/common/plugin.c
4508                 fix unloading of all plugins and unload
4509                 plugins in reverse order
4510                 
4511         * src/gtk/pluginwindow.c
4512                 implement function of load and unload button
4513
4514         * src/gtk/prefswindow.c
4515         * src/gtk/prefswindow.h
4516                 rename register function and add new unregister
4517                 function
4518
4519         * src/plugins/spamassassin/spamassassin_gtk.c
4520                 unregister prefs page and update for changes in
4521                 src/gtk/prefswindow.c
4522
4523 2003-01-02 [paul]       0.8.8claws41
4524
4525         * po/es.po
4526                 updated by Ricardo Mones Lastra
4527
4528 2003-01-02 [paul]
4529
4530         * tools/tb2sylpheed
4531                 fixes and improvements by Urke MMI
4532
4533 2003-01-02 [thorsten]   0.8.8claws40
4534
4535         * src/procmsg.c
4536                 fixed wrong return value
4537
4538 2003-01-02 [thorsten]   0.8.8claws39
4539
4540         * src/prefs.c
4541                 fixed printing wrong variable
4542
4543 2003-01-02 [thorsten]   0.8.8claws38
4544
4545         * src/prefs.c
4546                 fixed acessing members of freed pfile struct
4547
4548 2003-01-02 [thorsten]   0.8.8claws37
4549
4550         * src/procmsg.c
4551                 detect loops across several messages
4552                 as suggested by Christoph Hohmann
4553
4554 2003-01-01 [match]      0.8.8claws36
4555
4556         * src/addrindex.c
4557                 fixed another memory leak.
4558
4559 2003-01-01 [match]      0.8.8claws35
4560
4561         * src/jpilot.[ch]
4562                 fixed memory leaks. applied Doxygen comments.
4563
4564 2003-01-01 [thorsten]   0.8.8claws34
4565
4566         * src/procmsg.c
4567                 inhibit endless loop if msg references itself
4568                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4569
4570 2003-01-01 [christoph]  0.8.8claws33
4571
4572         * src/mainwindow.c
4573         * src/gtk/Makefile.am
4574         * src/gtk/pluginwindow.c                ** NEW **
4575         * src/gtk/pluginwindow.h                ** NEW **
4576                 add plugin window
4577
4578         * src/plugins/demo/demo.c
4579         * src/plugins/spamassassin/spamassassin.c
4580         * src/plugins/spamassassin/spamassassin_gtk.c
4581                 write better plugin descriptions
4582
4583 2002-12-31 [christoph]  0.8.8claws32
4584
4585         * src/gtk/prefswindow.c
4586         * src/plugins/spamassassin/spamassassin_gtk.c
4587                 some small improvements to GTK code
4588
4589 2002-12-31 [christoph]  0.8.8claws31
4590
4591         * src/plugins/spamassassin/spamassassin_gtk.c
4592                 enable folder select button
4593
4594 2002-12-31 [christoph]  0.8.8claws30
4595
4596         * src/mainwindow.c
4597         * src/gtk/Makefile.am
4598         * src/gtk/prefswindow.c                         ** NEW **
4599         * src/gtk/prefswindow.h                         ** NEW **
4600                 add new prefs window
4601
4602         * src/common/plugin.c
4603                 don't try to load empty config lines
4604         
4605         * src/plugins/spamassassin/Makefile.am
4606         * src/plugins/spamassassin/spamassassin.c
4607         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4608         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4609                 GTK config for SpamAssassin Plugin using
4610                 the new prefs window
4611
4612 2002-12-31 [paul]       0.8.8claws29
4613
4614         * po/POTFILES.in
4615                 remove obsolete entry 'src/menu.c'
4616
4617 2002-12-31 [alfons]     0.8.8claws28
4618
4619         * src/matcher.[ch]
4620         * src/matcher_parser_parse.y
4621         * src/prefs_matcher.c
4622                 add "ignore_thread" and "~ignore_thread" condition so it's
4623                 possible to make the actions / scoring operate on the ignore
4624                 thread flag
4625
4626 2002-12-31 [christoph]  0.8.8claws27
4627
4628         * src/addrbook.c
4629         * src/addrindex.c
4630         * src/folder.c
4631         * src/matcher.c
4632         * src/prefs_account.c
4633         * src/prefs_actions.c
4634         * src/prefs_customheader.c
4635         * src/prefs_display_header.c
4636         * src/prefs_gtk.c
4637         * src/procmime.c
4638         * src/toolbar.c
4639         * src/xmlprops.c
4640         * src/common/prefs.[ch]
4641                 extend prefs file handling for reading and automatic handling
4642                 of blocks. When reading prefs_set_block_label will automatically
4643                 move on to the block. When writing it will copy all other blocks
4644                 automatically
4645
4646         * src/common/plugin.c
4647                 Now loading plugin filenames from [Plugins] block in
4648                 sylpheed rc file
4649
4650 2002-12-30 [christoph]  0.8.8claws26
4651
4652         * src/common/hooks.[ch]
4653                 return abort status to caller of hooks_invoke
4654                 
4655         * src/inc.[ch]
4656                 invoke message filtering hook and stop
4657                 default handling when filter returns abort
4658
4659         * src/common/plugin.[ch]
4660         * src/plugins/demo/demo.c
4661                 modify plugin loader, because resolving symbols for strings
4662                 does not work correctly
4663         
4664         * configure.in
4665         * ac/spamassassin.m4                            ** NEW **
4666         * src/plugins/spamassassin/.cvsignore           ** NEW **
4667         * src/plugins/spamassassin/Makefile.am          ** NEW **
4668         * src/plugins/spamassassin/README               ** NEW **
4669         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4670         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4671         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4672                 add spamassassin plugin, see src/plugins/spamassassin/README
4673                 for details
4674
4675 2002-12-29 [alfons]     0.8.8claws25
4676
4677         * src/mainwindow.c
4678                 when moving focus from a message view to the main 
4679                 window, don't forget to select the summary node
4680                 of the displayed message. should fix "[ 659103 ] 
4681                 focus-follows-mouse confuses sylpheed"
4682
4683 2002-12-29 [christoph]  0.8.8claws24
4684
4685         * src/Makefile.am
4686         * src/stringtable.[ch]          ** REMOVE **
4687         * src/common/Makefile.am
4688         * src/common/stringtable.[ch]   ** NEW **
4689                 move stringtable files to common directory
4690
4691 2002-12-29 [christoph]  0.8.8claws23
4692
4693         * src/Makefile.am
4694         * src/menu.[ch]                 ** REMOVE **
4695         * src/gtk/Makefile.am
4696         * src/gtk/menu.[ch]             ** NEW **
4697                 move menu files to gtk directory
4698
4699 2002-12-29 [match]      0.8.8claws22
4700
4701         * src/addressbook.c
4702         * src/syldap.c
4703                 moved UI specific code out of LDAP code into addressbook
4704                 UI code. fixed memory leak.
4705
4706 2002-12-29 [christoph]  0.8.8claws21
4707
4708         * src/folder.c
4709                 only check for IGNORED parent message when message is
4710                 not IGNORED itself
4711
4712 2002-12-29 [alfons]     0.8.8claws20
4713
4714         * src/summaryview.c
4715                 set gtksctree's anchor correct (immediate execute
4716                 changes the tree's layout, and anchor points at 
4717                 the incorrect row). fixes "[ 657233 ] multiple msg 
4718                 delete sometimes off by 1".
4719                 we probably have to look for more tree layout /
4720                 anchor glitches.
4721
4722 2002-12-29 [paul]       0.8.8claws19
4723
4724         * src/summaryview.c
4725                 fix bug [ 659054 ] incorrect sorting of 'From' column
4726                 when using 'display sender using address book'
4727                 thanks to Alfons and Luke Plant
4728
4729 2002-12-29 [christoph]  0.8.8claws18
4730
4731         * src/folder.c
4732         * src/procmsg.[ch]
4733                 check parent messages for IGNORE THREAD flag, when adding,
4734                 moving or copying messages to a folder
4735
4736 2002-12-27 [alfons]     0.8.8claws17
4737
4738         re-organize matcher part 5; more to come
4739
4740         * src/matcher.c
4741                 hash keywords in matchparser_tab 
4742
4743 2002-12-27 [alfons]     0.8.8claws16
4744
4745         re-organize matcher part 4; more to come
4746
4747         * src/matcher_parser.h
4748         * src/matcher_parser_lex.l
4749         * src/matcher_parser_parse.y
4750                 cleanup
4751
4752 2002-12-27 [alfons]     0.8.8claws15
4753
4754         re-organize matcher part 3; more to come
4755
4756         * src/matcher.[ch]
4757                 cleanup
4758
4759 2002-12-27 [alfons]     0.8.8claws14
4760
4761         re-organize matcher part 2; more to come but this should
4762         work. cc me if there are any regressions.
4763
4764         * src/matcher.h
4765                 add prototype for get_matchparser_tab_id()
4766         * src/matcher_parser_lex.l
4767                 look up keywords using matchparser_tab_id();
4768
4769 2002-12-27 [alfons]     0.8.8claws12
4770
4771         re-organize matcher part 1
4772
4773         * src/matcher.h
4774                 map yacc generated constants to sylpheed matcher constants
4775         * src/matcher.c
4776                 add function to find a matcher constant from a string
4777
4778 2002-12-27 [christoph]  0.8.8claws11
4779
4780         * src/compose.c
4781                 MENUITEM_ADD casts the 4th argument from integer to pointer
4782                 so it probably should not be a pointer, this means we
4783                 should use account id for it and not the account's pointer
4784
4785 2002-12-27 [paul]       0.8.8claws10
4786
4787         * src/mainwindow.c
4788                 remove unneeded 'GtkWidget *vbox'
4789                 
4790         * src/summaryview.c
4791                 further sync with 0.8.8 - make sort
4792                 by recipient work as expected
4793                 
4794         * NEWS
4795                 sync with 0.8.8
4796
4797 2002-12-27 [paul]       0.8.8claws9
4798
4799         * po/pt_BR.po
4800                 updated by Ivan F. Martinez
4801                 
4802 2002-12-27 [darko]      0.8.8claws8
4803
4804         * src/common/utils.c
4805                 added locked pattern to extended search
4806
4807 2002-12-27 [alfons]     0.8.8claws7
4808
4809         * src/prefs_matcher.[ch]
4810                 clean up
4811
4812 2002-12-26 [alfons]     0.8.8claws6
4813
4814         * src/matcher.[ch]
4815         * src/matcher_parser_lex.l
4816         * src/matcher_parser_parse.y
4817         * src/prefs_matcher.c
4818                 allow color label as a condition in the matcher
4819
4820 2002-12-26 [oliver]     0.8.8claws5
4821         
4822         * src/toolbar.c 
4823                 enable Addressbook for Main and Messageview
4824         * src/prefs_actions.c
4825                 enable actions in Messageview
4826
4827 2002-12-26 [christoph]  0.8.8claws4
4828
4829         * src/common/plugin.c
4830                 add a little debug output
4831         * configure.in
4832         * src/plugins/demo/Makefile.am
4833                 better use of automake
4834
4835 2002-12-26 [christoph]  0.8.8claws3
4836
4837         * src/Makefile.am
4838         * src/common/Makefile.am
4839                 fix "make distdir"
4840
4841 2002-12-26 [christoph]  0.8.8claws2
4842
4843         * configure.in
4844                 sort configure checks into common / gtk / plugins
4845         * po/POTFILES.in
4846                 add src/prefs_gtk.c
4847         * src/Makefile.am
4848                 add plugins SUBDIR
4849         * src/main.c
4850         * src/common/sylpheed.[ch]
4851                 added now sylpheed_done function for shutdown
4852         * src/common/Makefile.am
4853         * src/common/plugin.[ch]                ** NEW **
4854                 plugin loader and unloader
4855         * src/plugins/.cvsignore                ** NEW **
4856         * src/plugins/Makefile.am               ** NEW **
4857                 build plugins
4858         * src/plugins/demo/.cvsignore           ** NEW **
4859         * src/plugins/demo/Makefile.am          ** NEW **
4860         * src/plugins/demo/demo.c               ** NEW **
4861                 small demo plugin that installs a logtext hook and
4862                 outputs the log text to stdout
4863
4864 2002-12-26 [paul]       0.8.8claws1
4865
4866         * po/es.po
4867                 updated by Ricardo Mones Lastra
4868
4869 2002-12-26 [paul]       0.8.8claws
4870
4871         * 0.8.8claws released
4872
4873 2002-12-26 [paul]       0.8.7claws12
4874
4875         * po/bg.po
4876                 updated by George Danchev
4877
4878 2002-12-26 [paul]       0.8.7claws11
4879
4880         * po/POTFILES.in
4881                 remove unneeded 'src/prefs.c' entry 
4882
4883 2002-12-26 [paul]       0.8.7claws10
4884
4885         * src/codeconv.c
4886           src/mainwindow.c
4887                 sync with 0.8.8 release
4888         
4889         * src/folder.[ch]
4890           src/mh.c
4891           src/summaryview.c
4892                 partial sync with 0.8.8 release
4893         
4894
4895 2002-12-25 [alfons]     0.8.7claws9
4896
4897         * src/matcher.[ch]
4898         * src/matcher_parser_lex.l
4899         * src/matcher_parser_parse.y
4900         * src/prefs_matcher.c
4901                 add locked flag to possible filtering / matcher 
4902                 conditions (also a good example what should be
4903                 done to add a simple boolean condition)
4904
4905 2002-12-25 [christoph]  0.8.7claws8
4906
4907         * src/Makefile.am
4908         * src/account.[ch]
4909         * src/addrbook.c
4910         * src/addressbook.c
4911         * src/addrindex.c
4912         * src/filtering.c
4913         * src/folder.c
4914         * src/matcher.c
4915         * src/prefs.[ch]                ** REMOVE **
4916         * src/prefs_account.c
4917         * src/prefs_actions.c
4918         * src/prefs_common.c
4919         * src/prefs_customheader.c
4920         * src/prefs_display_header.c
4921         * src/prefs_filtering.c
4922         * src/prefs_folder_item.c
4923         * src/prefs_gtk.[ch]            ** NEW **
4924         * src/prefs_matcher.c
4925         * src/prefs_scoring.c
4926         * src/prefs_summary_column.c
4927         * src/procmime.c
4928         * src/selective_download.c
4929         * src/toolbar.c
4930         * src/common/Makefile.am
4931         * src/common/prefs.[ch]         ** NEW **
4932                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4933
4934 2002-12-24 [alfons]     0.8.7claws7
4935
4936         * src/summaryview.c
4937                 summary_thread_build(): fix real cause of the crash mentioned in
4938                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4939                 this way we get meaningful ctree nodes 
4940
4941 2002-12-24 [oliver]     0.8.7claws6
4942
4943         * src/mainwindow.[ch]
4944         * src/messageview.[ch]
4945         * src/compose.[ch]
4946         * src/inc.c
4947         * src/summaryview.c
4948                 changes to use updated toolbar handling
4949                 
4950 2002-12-24 [oliver]     0.8.7claws5
4951
4952         * src/toolbar.[ch]
4953                 generic toolbar handling
4954                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4955         * src/prefs_toolbar.[ch]
4956                 adjust to handling
4957         
4958 2002-12-24 [oliver]     0.8.7claws4
4959         
4960         * src/stock_pixmap.[ch]
4961                 move SYLPHEED_LOGO to end of list in order 
4962                 to remove it from Custom Toolbar`s Icon View
4963
4964 2002-12-24 [alfons]     0.8.7claws3
4965
4966         * src/summaryview.c
4967                 summary_thread_build(): fix crash because of focus != selection 
4968                 after threading. when deleting the selection, gtk tries but fails 
4969                 to find the correct focusable element. we now force the selection
4970                 to be focused. this should solve the infamous bug reported by 
4971                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4972                 a test case is available. 
4973
4974 2002-12-24 [darko]      0.8.7claws2
4975
4976         * src/summaryview.c
4977                 don't crash when unmarking message with unread children
4978
4979 2002-12-23 [christoph]  0.8.7claws1
4980
4981         * src/Makefile.am
4982         * src/common/Makefile.am
4983                 update Makefiles for moved intl.h, version.h and defs.h
4984         * src/imap.c
4985                 rewrite imap_session_get to avoid duplicate code
4986
4987 2002-12-23 [paul]       0.8.7claws
4988
4989         * Santa-Claws released
4990         
4991         * po/hu.po
4992           po/ru.po
4993                 squeeze in updated Hungarian and Russian translations.
4994                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4995
4996 2002-12-23 [paul]       0.8.6claws129
4997
4998         * po/pl.po
4999                 updated by Witold Wladyslaw Wojciech Wilk
5000
5001 2002-12-23 [paul]       0.8.6claws128
5002
5003         * src/quote_fmt_parse.y
5004                 fix typo and add licence header
5005
5006 2002-12-23 [paul]       0.8.6claws127
5007
5008         * po/en_GB.po
5009                 updated
5010
5011 2002-12-23 [paul]       0.8.6claws126
5012
5013         * po/it.po
5014                 updated translation, submitted by Alessandro Maestri
5015                 
5016 2002-12-23 [paul]       0.8.6claws125
5017
5018         * src/quote_fmt_parse.y
5019                 fix signature-stripping on replies bug. match
5020                 '-- \n' and not '-- '.
5021
5022 2002-12-22 [paul]       0.8.6claws124
5023
5024         * po/bg.po
5025           po/es.po
5026           po/sr.po
5027                 updated translations. submitted by George Danchev,
5028                 Ricardo Mones Lastra, and Urke MMI respectively
5029
5030 2002-12-21 [paul]       0.8.6claws123
5031
5032         * src/addrbook.c
5033                 fix coding style
5034
5035 2002-12-21 [paul]       0.8.6claws122
5036
5037         * src/addrbook.c
5038                 fix bug [643638] where if a person is in one or more
5039                 addressbook groups editing that person's email 
5040                 address results in removal from those groups.
5041                 Patch submitted by Luke Plant.
5042
5043 2002-12-20 [christoph]  0.8.6claws121
5044
5045         * src/common/utils.c
5046         * src/summaryview.c
5047                 reimplement expand_search_string using GString to
5048                 prevent crashs caused by miscalculated string
5049                 lengths reported by Paul
5050
5051 2002-12-20 [christoph]  0.8.6claws120
5052
5053         * src/summaryview.c
5054                 don't use "changed" to check if op_count has to be changed as it
5055                 is also set when the message has unread children
5056                 (closes bug [ 653221 ] crash while deleting duplicates)
5057
5058 2002-12-20 [paul]       0.8.6claws119
5059
5060         * sync with 0.8.6cvs27
5061                 see ChangeLog 2002-12-20
5062
5063 2002-12-20 [paul]       0.8.6claws118
5064
5065         * sync with 0.8.6cvs26
5066                 see ChangeLog 2002-12-19 and 2002-12-20
5067
5068 2002-12-19 [alfons]     0.8.6claws117
5069
5070         * src/textview.c
5071                 fix incorrect parsing of email addresses, submitted by 
5072                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5073                 name display if it contains @".
5074
5075 2002-12-18 [paul]       0.8.6claws116
5076
5077         * sync with 0.8.6cvs23
5078                 see ChangeLog 2002-12-18
5079
5080 2002-12-18 [paul]       0.8.6claws115
5081
5082         * src/Makefile.am
5083         * src/account.c
5084         * src/codeconv.c
5085         * src/gtkutils.[ch]
5086         * src/imap.c
5087                 sync with 0.8.6cvs22.
5088                 see ChangeLog 2002-12-17 and 2002-12-18
5089
5090 2002-12-17 [christoph]  0.8.6claws114
5091
5092         * src/imap.c
5093                 o don't create a session if imap greeting fails
5094                 o don't close socket when authentication fails
5095                   this is done by imap_session_destroy
5096
5097 2002-12-17 [thorsten]   0.8.6claws113
5098
5099         * tools/Makefile.am
5100           tools/README
5101           tools/google_msgid.pl ** NEW FILE **
5102                 Added "search for message-id" script and doc
5103
5104 2002-12-17 [thorsten]   0.8.6claws112
5105
5106         * po/hu.po
5107                 Updated hungarian translation
5108                 (updated by Gal Zoltan)
5109
5110 2002-12-16 [christoph]  0.8.6claws111
5111
5112         * src/addr_compl.c
5113                 remove stupid addressbook dump to debug output
5114         * src/mh.c
5115                 fix memory leak found by Hiro
5116
5117 2002-12-14 [paul]       0.8.6claws110
5118
5119         * src/compose.c
5120                 fix menubar sensitivity on send
5121                 
5122         * src/prefs_filtering.c
5123         * src/prefs_matcher.c
5124         * src/prefs_scoring.c
5125                 Fix english ;)
5126                 
5127         * src/common/quoted-printable.h
5128                 sync: fix typo
5129         
5130 2002-12-13 [christoph]  0.8.6claws109
5131
5132         * src/Makefile.am
5133         * src/manage_window.[ch]        ** REMOVE **
5134         * src/gtk/Makefile.am
5135         * src/gtk/manage_window.[ch]    ** NEW **
5136                 move manage_window files to gtk directory
5137
5138 2002-12-13 [christoph]  0.8.6claws108
5139
5140         * src/Makefile.am
5141         * src/gtkshruler.[ch]           ** REMOVE **
5142         * src/gtk/Makefile.am
5143         * src/gtk/gtkshruler.[ch]       ** NEW **
5144                 move gtkshruler files to gtk directory
5145
5146 2002-12-13 [christoph]  0.8.6claws107
5147
5148         * src/Makefile.am
5149         * src/compose.c
5150         * src/gtkstext.[ch]             ** REMOVE **
5151         * src/gtkutils.[ch]
5152         * src/textview.c
5153         * src/gtk/gtkstext.[ch]         ** NEW **
5154         * src/gtk/Makefile.am
5155                 o move stext functions to gtkstext.c to remove
5156                   dependency of gtkutils
5157                 o move gtkstext files to gtk directory
5158
5159         * src/gtk/Makefile.am
5160         * src/gtk/sslcertwindow.[ch]
5161                 UI stuff can always depend on common code so
5162                 it's ok to add ../common to include path
5163
5164 2002-12-13 [colin]      0.8.6claws106
5165
5166         * src/summaryview.c
5167                 Disconnect sighandlers for mainwindow when
5168                 quicksearch has the focus
5169                 Fix bug #653231
5170         * src/mainwindow.[ch]
5171                 Make key_pressed callback public, to be able
5172                 to disconnect it
5173
5174 2002-12-13 [christoph]  0.8.6claws105
5175
5176         * src/mh.c
5177                 create .mh_sequences file in new MH folders
5178                 (closes feature request [ 523162 ] MH folders should
5179                  get a .mh_sequences)
5180
5181 2002-12-13 [colin]      0.8.6claws104
5182
5183         * src/summaryview.c
5184                 Better handling of quicksearch show/hide
5185                 (basically the button stays under the mouse 
5186                  when toggled)
5187
5188 2002-12-13 [paul]       0.8.6claws103
5189
5190         * sync with 0.8.6cvs17
5191                 see ChangeLog 2002-12-13
5192
5193 2002-12-13 [paul]       0.8.6claws102
5194
5195         * po/es.po
5196                 updated by Ricardo Mones Lastra
5197
5198 2002-12-11 [colin]       0.8.6claws101
5199
5200         * src/folder.c
5201                 remove statusbar stuff
5202           src/folderview.c
5203                 set statusbar verbosity when moving folders
5204
5205 2002-12-11 [colin]       0.8.6claws100
5206         * src/prefs_filtering.c
5207         * src/prefs_matcher.c
5208         * src/prefs_scoring.c
5209                 Fix english ;)
5210
5211 2002-12-11 [colin]       0.8.6claws99
5212
5213         * src/prefs_common.[ch]
5214                 Add summary_quicksearch_type
5215         * src/summaryview.c
5216                 Save last used quicksearch type
5217
5218 2002-12-11 [jens]       0.8.6claws98
5219         * src/prefs_filtering.c
5220         * src/prefs_matcher.c
5221         * src/prefs_scoring.c
5222                 added dialog for incomplete rules in scoring, filtering and
5223                 matcher to ask wheather really close
5224
5225 2002-12-11 [colin]      0.8.6claws97
5226
5227         * src/folder.c
5228                 Fix folder dnd statusbar logging
5229
5230 2002-12-10 [christoph]  0.8.6claws96
5231
5232         * src/compose.c
5233         * src/folder.c
5234         * src/imap.c
5235         * src/inc.c
5236         * src/main.c
5237         * src/mainwindow.c
5238         * src/news.c
5239         * src/send.c
5240         * src/statusbar.[ch]
5241         * src/common/hooks.c
5242         * src/common/log.[ch]
5243                 o handle verbose logging in statusbar directly in statusbar code
5244                   and common code does not need any knowledge about a statusbar
5245                 o remove direct calls to statusbar_(puts|pop)_all functions
5246
5247 2002-12-10 [jens]       0.8.6claws95
5248
5249         * src/*.c
5250                 removed gettext from g_warnings
5251         * po/POTFILES.in
5252                 cleaned and updated
5253         * po/de.po
5254                 updated
5255
5256 2002-12-10 [colin]      0.8.6claws94
5257
5258         * src/main.c
5259                 finish crash dialog fix
5260
5261 2002-12-10 [colin]      0.8.6claws93
5262
5263         * src/main.c
5264                 "Fix" "sylpheed already running" instead of
5265                 crash dialog appearing after a crash
5266
5267 2002-12-10 [colin]      0.8.6claws92
5268
5269         * po/POTFILES.in
5270                 add src/gtk/sslcertwindow.c
5271
5272 2002-12-10 [paul]       0.8.6claws91
5273
5274         * po/POTFILES.in
5275                 updated to reflect recent changes
5276                 submitted by Alessandro Maestri
5277
5278 2002-12-09 [christoph]  0.8.6claws90
5279
5280         * src/Makefile.am
5281         * src/smtp.[ch]                 ** REMOVE **
5282         * src/common/Makefile.am
5283         * src/common/smtp.[ch]          ** NEW **
5284                 move smtp files to common directory
5285
5286 2002-12-09 [christoph]  0.8.6claws89
5287
5288         * src/Makefile.am
5289         * src/session.[ch]              ** REMOVE **
5290         * src/common/Makefile.am
5291         * src/common/session.[ch]       ** NEW **
5292                 move session files to common directory
5293
5294 2002-12-09 [paul]       0.8.6claws88
5295
5296         * src/account.c
5297                 fix bug [649746] edit accounts: move account reverted
5298                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5299
5300 2002-12-09 [colin]      0.8.6claws87
5301
5302         * src/ssl_certificate.c
5303                 cleanup
5304
5305 2002-12-09 [colin]      0.8.6claws86
5306
5307         * src/ssl.c
5308                 Try to open the cert.pem database and 
5309                 issue a warning if it isn't there
5310
5311 2002-12-09 [colin]      0.8.6claws85
5312
5313         * src/common/ssl_certificate.c
5314         * src/gtk/sslcertwindow.c
5315                 Warning fixes
5316
5317 2002-12-09 [colin]      0.8.6claws84
5318
5319         * src/ssl_certificate.[ch] ** REMOVED **
5320         * src/common/ssl_certificate.[ch] ** NEW **
5321         * src/Makefile.am
5322         * src/common/Makefile.am
5323                 Moved ssl_certificate.[ch] to common
5324         * src/common/ssl.c 
5325                 Put back needed include
5326         * src/gtk/sslcertwindow.[ch]
5327                 Changed ssl_certificate.h include
5328         
5329 2002-12-09 [colin]      0.8.6claws83
5330
5331         * src/gtk/sslcertwindow.[ch]
5332                 Implement hook for certificate acception
5333         * src/ssl_certificate.[ch]
5334                 Implement hook for certificate acception
5335         * src/common/ssl.c
5336                 Reenable certificate acception check
5337         * src/mainwindow.c
5338                 Register sslcertwindow's hook
5339         
5340 2002-12-08 [christoph]  0.8.6claws82
5341
5342         * src/about.c
5343         * src/addr_compl.c
5344         * src/codeconv.c
5345         * src/manual.c
5346         * src/undo.c
5347         * src/common/utils.c
5348                 o add missing includes
5349                 o fix warnings
5350         * src/.cvsignore
5351         * src/common/.cvsignore
5352         * src/common/version.h          ** REMOVE **
5353                 remove autogenerated file
5354
5355 2002-12-08 [paul]       0.8.6claws81
5356
5357         * src/stringtable.c
5358                 put back needed include
5359
5360 2002-12-08 [colin]      0.8.6claws80
5361         
5362         * src/gtk/sslcertwindow.c
5363                 Cleaner popups when asking
5364         * src/ssl_certificate.c
5365         * src/prefs_common.[ch]
5366                 remove ssl certificate pref
5367                 put back needed include
5368         * src/undo.c
5369                 put back needed include
5370
5371 2002-12-08 [christoph]  0.8.6claws79
5372
5373         * src/folderview.c
5374         * src/logwindow.c
5375         * src/statusbar.c
5376         * src/summaryview.c
5377                 only abort hook invokation if required data is missing not
5378                 if our own data pointer is NULL, update hookfunction for
5379                 log window
5380
5381 2002-12-08 [paul]       0.8.6claws78
5382
5383         * src/about.c
5384         * src/addrcache.c
5385         * src/addrclip.c
5386         * src/addr_compl.c
5387         * src/addrselect.c
5388         * src/codeconv.c
5389         * src/colorlabel.c
5390         * src/enriched.c
5391         * src/esmtp.c
5392         * src/exporthtml.c
5393         * src/headerview.c
5394         * src/imageview.c
5395         * src/manual.c
5396         * src/noticeview.c
5397         * src/pgptext.c
5398         * src/scoring.c
5399         * src/sourcewindow.c
5400         * src/stringtable.c
5401         * src/undo.c
5402                 clean up: remove unneccesary includes
5403
5404 2002-12-08 [christoph]  0.8.6claws77
5405
5406         * src/folderview.c
5407         * src/statusbar.c
5408         * src/summaryview.c
5409         * src/common/hooks.[ch]
5410                 hook functions now have a gboolean return value, if a hook
5411                 returns TRUE it will stop executing of any more hooks in
5412                 the same hooklist for this invokation
5413
5414 2002-12-08 [colin]      0.8.6claws76
5415         
5416         * src/main.c
5417                 put back argv0 for CRASH_DIALOG
5418
5419 2002-12-08 [christoph]  0.8.6claws75
5420
5421         * src/Makefile.am
5422         * src/about.c
5423         * src/account.c
5424         * src/crash.c
5425         * src/esmtp.h
5426         * src/imap.[ch]
5427         * src/inc.c
5428         * src/main.c
5429         * src/mainwindow.c
5430         * src/news.c
5431         * src/pop.[ch]
5432         * src/prefs_account.[ch]
5433         * src/prefs_common.[ch]
5434         * src/send.[ch]
5435         * src/smtp.[ch]
5436         * src/ssl_certificate.[ch]
5437         * src/ssl_manager.[ch]
5438         * src/common/Makefile.am
5439         * src/common/log.c
5440         * src/common/nntp.[ch]
5441         * src/common/socket.[ch]
5442         * src/common/ssl.[ch]
5443         * src/gtk/sslcertwindow.[ch]
5444         * ac/openssl.m4
5445                 use new autoconf script to detect OpenSSL with extra parameters
5446                 to specify the location of libs and includes, also remove USE_SSL
5447                 to USE_OPENSSL
5448
5449         * src/common/sylpheed.[ch]
5450         * src/common/version.h.in
5451                 start seperation of common code initialization seperated from gui
5452
5453         * src/summaryview.c
5454                 The function that is called when a color label changes
5455                 should not change the color lable again
5456
5457 2002-12-08 [colin]      0.8.6claws74
5458
5459         * src/gtk/sslcertwindow.c
5460                 warning fixes
5461
5462 2002-12-08 [colin]      0.8.6claws73
5463
5464         * src/statusbar.c
5465           src/common/log.h
5466                 Register a hook for statusbar_puts_all
5467         * src/common/log.c
5468                 invoke statusbar_puts_all's hook
5469         
5470 2002-12-08 [colin]      0.8.6claws72
5471
5472         * src/ssl_certificate.c
5473                 Put back a badly-removed include
5474
5475 2002-12-08 [colin]      0.8.6claws71
5476
5477         * src/gtk/sslcertwindow.[ch]    ** NEW **
5478                 new certificate presentation
5479         * src/gtk/Makefile.am
5480                 add new files
5481         * src/ssl_certificate.[ch]
5482                 gtk cleanup, made utility functions public
5483         * src/ssl_manager.c
5484                 use new cert presentation
5485
5486 2002-12-07 [christoph]  0.8.6claws70
5487
5488         * src/Makefile.am
5489         * src/nntp.[ch]                 ** REMOVE **
5490         * src/common/Makefile.am
5491         * src/common/nntp.[ch]          ** NEW **
5492                 move nntp files to common directory
5493
5494 2002-12-07 [christoph]  0.8.6claws69
5495
5496         * src/procmsg.[ch]
5497         * src/summaryview.c
5498                 implement msginfo update callback using sylpheed's new
5499                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5500
5501 2002-12-06 [christoph]  0.8.6claws68
5502
5503         * src/editgroup.c
5504                 This patch changes the 'Edit Group Details' dialog to
5505                 allow extended selections in either pane, so that
5506                 addresses can be added or removed from a group more
5507                 quickly and easily. (it actually is a net decrease in
5508                 file size, as some unnecessary functions have been
5509                 removed). 
5510                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5511
5512 2002-12-06 [christoph]  0.8.6claws67
5513
5514         * src/Makefile.am
5515         * src/template.[ch]             ** REMOVE **
5516         * src/common/Makefile.am
5517         * src/common/template.[ch]      ** NEW **
5518                 move template files to common directory
5519
5520         * src/nntp.c
5521                 add missing log.h include
5522
5523 2002-12-06 [melvin]     0.8.6claws66
5524
5525         * src/prefs_actions.c
5526                 Added the trailing ">" syntax to insert command's output
5527                 without replacing old text (in contrast to trailing "|").
5528
5529 2002-12-05 [colin]      0.8.6claws65
5530         
5531         * src/common/utils.c
5532                 Don't modify original search_string or it'll change
5533                 the next iterations in the for()
5534
5535 2002-12-05 [darko]      0.8.6claws64
5536
5537         * src/common/utils.c
5538                 proper check for filtering commands, found by Colin
5539
5540 2002-12-05 [darko]      0.8.6claws63
5541
5542         * src/common/utils.c
5543                 check proper string for NULL pointer, found by Colin
5544
5545 2002-12-05 [darko]      0.8.6claws62
5546
5547         * src/common/utils.[ch]
5548                 expand_search_string(): new function
5549                 converts Mutt-like patterns to Sylpheed's
5550                 filtering engine
5551         * src/summaryview.c
5552                 use expand_search_string() to allow Mutt-like
5553                 patterns in extended search
5554         * README.claws
5555                 document extended option in quick search
5556
5557 2002-12-05 [paul]       0.8.6claws61
5558
5559         * sync with 0.8.6cvs16
5560                 see ChangeLog 2002-12-05
5561                 
5562         * po/POTFILES.in
5563                 clean up
5564
5565 2002-12-04 [christoph]  0.8.6claws60
5566
5567         * src/imap.[ch]
5568                 put imap authentication code into a new function and
5569                 remove it from imap_session_new that will allow to
5570                 send other commands before authentication
5571
5572 2002-12-04 [christoph]  0.8.6claws59
5573
5574         * src/imap.[ch]
5575                 use already existing method to prevent unneeded IMAP
5576                 folder selects. Set imap_select parameters to NULL
5577                 in some functions if the values are not required.
5578
5579         * src/xml.h
5580                 remove no longer required include
5581
5582 2002-12-04 [paul]       0.8.6claws58
5583
5584         * po/es.po
5585                 updated by Ricardo Mones Lastra
5586                 
5587         * configure.in
5588           po/hu.po      ** NEW FILE **
5589                 initial Hungarian translation, submitted
5590                 by Gál Zoltán <galzoli@hu.inter.net>
5591
5592 2002-12-03 [christoph]  0.8.6claws57
5593
5594         * src/Makefile.am
5595         * src/gtksctree.[ch]            ** REMOVE **
5596         * src/gtk/Makefile.am
5597         * src/gtk/gtksctree.[ch]        ** NEW **
5598                 move gtksctree files to gtk directory
5599
5600 2002-12-03 [christoph]  0.8.6claws56
5601
5602         * src/Makefile.am
5603         * src/md5.[ch]                  ** REMOVE **
5604         * srm/common/Makefile.am
5605         * src/common/md5.[ch]           ** NEW **
5606                 move md5 files to common directory
5607
5608         * src/gtkstext.c
5609                 remove not required #include
5610
5611 2002-12-03 [sergey]     0.8.6claws55
5612
5613         * src/gtkutils.c
5614         * src/gtkutils.h
5615                 gtkut_window_popup(): new function.
5616         * src/mainwindow.c
5617                 main_window_popup(): use gtkut_window_popup() to raise
5618                 window without changing its position.
5619                 (see sylpheed-main ML message [sylpheed:17247])
5620
5621 2002-12-03 [sergey]     0.8.6claws54
5622
5623         * src/send.c
5624                 send_message_local(): removed first-dot escaping
5625                 (SMTP-only, not needed for sending through pipe)
5626
5627 2002-12-03 [paul]       0.8.6claws53
5628
5629         * po/POTFILES.in
5630                 update to reflect recent changes (thanks
5631                 to Ricardo Mones Lastra)
5632                 
5633         * tools/filter_conv.pl
5634                  fix problem with quoted strings. Patch submitted
5635                  by Luke Plant <lukeplant@softhome.net>
5636
5637 2002-12-03 [paul]       0.8.6claws52
5638
5639         * sync with 0.8.6cvs15
5640                 see ChangeLog 2002-12-03
5641
5642 2002-12-02 [christoph]  0.8.6claws51
5643
5644         * src/logwindow.[ch]
5645         * src/common/log.[ch]
5646                 implement logging using a hook function
5647
5648         * src/folderview.c
5649         * src/folder.[ch]
5650                 define hooklist name in header file to avoid
5651                 errors caused by wrong spelling of hooklist names
5652
5653         * src/toolbar.c
5654                 fix warnings
5655
5656 2002-12-02 [christoph]  0.8.6claws50
5657
5658         * src/common/Makefile.am
5659                 add src/common/hooks.[ch]
5660
5661         * src/common/hooks.[ch]
5662                 implement a simple hook system using glib's hook functions
5663
5664         * src/folder.[ch]
5665         * src/folderview.c
5666                 use new hook system for folder item updates
5667
5668 2002-12-02 [christoph]  0.8.6claws49
5669
5670         * doc-src/ui_seperation.txt     ** NEW **
5671                 information for ui seperation
5672
5673         * src/Makefile.am
5674                 remove files that were moved to common
5675                 include common directory by default for the header files
5676
5677         * src/inc.c
5678         * src/common/socket.c
5679         * src/automaton.[ch]
5680                 implement automaton using g_io_*-functions instead of
5681                 gdk_input_add to make it ui independent
5682
5683         * src/codeconv.c
5684         * src/compose.c
5685         * src/ldif.c
5686         * src/pgptext.c
5687         * src/procmime.c
5688         * src/rfc2015.c
5689         * src/smtp.c
5690         * src/unmime.c
5691                 remove common/ prefix because directory is now in
5692                 include path
5693
5694         * src/compose.c
5695         * src/folder.c
5696         * src/folderview.c
5697         * src/mainwindow.c
5698         * src/messageview.c
5699         * src/prefs_common.c
5700         * src/procmsg.c
5701         * src/rfc2015.c
5702                 fix warnings
5703
5704         * src/imap.c
5705         * src/inc.c
5706         * src/news.c
5707         * src/pop.c
5708         * src/send.c
5709         * src/smtp.c
5710         * src/ssl_certificate.c
5711                 add log.h header file for logging functions
5712
5713         * src/main.c
5714         * src/common/utils.c
5715         * src/summaryview.c
5716         * src/xml.c
5717                 o move debug_mode to common/utils.c
5718                 o add functions to set and get debug_mode
5719
5720         * src/defs.h                    ** REMOVE **
5721         * src/intl.h                    ** REMOVE **
5722         * src/socket.[ch]               ** REMOVE **
5723         * src/ssl.[ch]                  ** REMOVE **
5724         * src/utils.[ch]                ** REMOVE **
5725                 replaced by new files in src/common/
5726         
5727         * src/common/Makefile.am
5728                 add new files in src/common/
5729
5730         * src/common/defs.h             ** NEW **
5731         * src/common/intl.h             ** NEW **
5732         * src/common/log.[ch]           ** NEW **
5733         * src/common/socket.[ch]        ** NEW **
5734         * src/common/ssl.[ch]           ** NEW **
5735         * src/common/utils.[ch]         ** NEW **
5736                 replacement for files in src/
5737
5738 2002-12-02 [colin]      0.8.6claws48
5739
5740         * src/folderview.c
5741                 Scroll folderview if necessary during dnd
5742
5743 2002-12-02 [colin]      0.8.6claws47
5744
5745         * src/folder.[ch]
5746                 Add check to verify a move is within a single mailbox
5747         * src/folderview.c
5748                 Add specific error string for this check
5749
5750 2002-12-02 [colin]      0.8.6claws46
5751
5752         * src/folder.c
5753                 Add a test to folder moving, remove a statusbar_print
5754         * src/folderview.c
5755                 Add Move folder... context-menu item
5756                 Factorize folder moving code
5757                 Enable folder DND for mbox
5758
5759 2002-12-01 [christoph]  0.8.6claws45
5760
5761         * ac/aspell.m4
5762                 remove conf.aspelltest if the version check fails
5763
5764 2002-11-30 [christoph]  0.8.6claws44
5765
5766         * autogen.sh
5767                 run libtoolize --force in autogen to create missing
5768                 libtool scripts
5769
5770 2002-11-30 [christoph]  0.8.6claws43
5771
5772         * src/Makefile.am
5773         * src/pgptext.c
5774         * src/procmime.c
5775         * src/rfc2015.c
5776         * src/uuencode.[ch]             ** REMOVED **
5777         * src/common/Makefile.am
5778         * src/common/uuencode.[ch]      ** NEW **
5779                 move uuen/decoder to common directory
5780
5781 2002-11-30 [christoph]  0.8.6claws42
5782
5783         * src/Makefile.am
5784         * src/base64.[ch]               ** REMOVED **
5785         * src/codeconv.c
5786         * src/compose.c
5787         * src/ldif.c
5788         * src/pgptext.c
5789         * src/procmime.c
5790         * src/rfc2015.c
5791         * src/smtp.c
5792         * src/unmime.c
5793         * src/common/Makefile.am
5794         * src/common/base64.[ch]        ** NEW **
5795                 move base64 en/decoder to common directory
5796
5797 2002-11-30 [christoph]  0.8.6claws41
5798
5799         * src/common                    ** NEW **
5800                 new directory for UI independent code
5801         * src/gtk                       ** NEW **
5802                 new directory for GTK frontend
5803         * src/common/.cvsignore         ** NEW **
5804         * src/gtk/.cvsignore            ** NEW **
5805                 ignore build files
5806         * src/common/Makefile.am        ** NEW **
5807         * src/gtk/Makefile.am           ** NEW **
5808                 automake files to build new seperated stuff
5809         * src/Makefile.am
5810                 the binary will currently still be build with the
5811                 files in src, so we include the code from the
5812                 subdirs for now after building the libs there
5813
5814 2002-11-30 [paul]       0.8.6claws40
5815
5816         * src/compose.c
5817                 fix bug [642731] 'Wrong selected account with drafted mail'
5818
5819 2002-11-29 [oliver]     0.8.6claws39
5820         
5821         * src/messageview.c
5822                 o update summaryview when switching between different
5823                   messageviews          
5824         * src/toolbar.c  
5825                 o check if messageview holds already removed msg
5826                   from summaryview
5827                 
5828
5829 2002-11-29 [oliver]     0.8.6claws38
5830
5831         * src/toolbar.c 
5832                 remove not needed variables and includes
5833                 make messageview stay opened and move to next when msgs are deleted 
5834
5835 2002-11-29 [oliver]     0.8.6claws37
5836         
5837         * src/toolbar.c 
5838                 disable compose button (messageview toolbar) by default
5839                 deleted msgs are moved to trash
5840         
5841 2002-11-29 [melvin]     0.8.6claws36
5842
5843         * configure.in
5844                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5845                 and to detect signatures expirations (gpgme 0.3.6)
5846
5847         * src/main.c
5848                 Use non obsolescent function for Gpgme engine checking.
5849
5850         * src/rfc2015.c
5851                 Inform about expired signatures or signatures which key
5852                 has expired. Expiration date is displayed.
5853
5854         * src/sigstatus.c
5855                 Inform about expired signatures or signatures which key
5856                 has expired.
5857
5858 2002-11-28 [paul]       0.8.6claws35
5859
5860         * src/folderview.c
5861                 re-instate 'Check for new messages' in Newsgroup
5862                 folders right-click menu, after a suggestion from
5863                 Tim Mann <timmann@users.sourceforge.net>
5864
5865         * src/main.c
5866                 after a crash check only local folders for new
5867                 messages
5868
5869 2002-11-28 [paul]       0.8.6claws34
5870
5871         * configure.in
5872                 apply patch that fixes the checking of GTK with XIM 
5873                 support on different OSs, such as FreeBSD. Patch 
5874                 submitted by Topia <topia@users.sourceforge.net>
5875                 
5876 2002-11-28 [paul]       0.8.6claws33
5877
5878         * src/mainwindow.c
5879           src/prefs_common.c
5880           src/prefs_toolbar.c
5881                 more changes to the English
5882
5883 2002-11-28 [paul]       0.8.6claws32
5884
5885         * sync with 0.8.6cvs13
5886                 see ChangeLog 2002-11-28 (no sync needed
5887                 for src/compose.c)
5888
5889 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5890         
5891         * src/mainwindow.[ch]
5892                 add patch by Ivan F. Martinez introducing messageview Toolbar
5893                 some changes and committed by oliver    
5894
5895 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5896
5897         * src/messageview.[ch]
5898                 add patch by Ivan F. Martinez introducing messageview Toolbar
5899                 some changes and committed by oliver    
5900
5901 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5902
5903         * src/compose.[ch]
5904                 add patch by Ivan F. Martinez introducing messageview Toolbar
5905                 some changes and committed by oliver    
5906
5907 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5908         
5909         * src/toolbar.[ch]
5910                 add patch by Ivan F. Martinez introducing messageview Toolbar
5911                 some changes and committed by oliver
5912
5913 2002-11-28 [oliver]     0.8.6claws27
5914         
5915         * src/prefs_toolbar.[ch]
5916                 getting ready for messageview toolbar
5917                 free mem allocated by gettext
5918                 change prefs_toolbar to prefs_toolbar_open
5919  
5920 2002-11-28 [thorsten]   0.8.6claws26
5921
5922         * src/imageview.[ch]
5923                 cleaned up conflicting declarations of
5924                 imageview_show_image()
5925
5926 2002-11-28 [paul]       0.8.6claws25
5927
5928         * src/grouplistdialog.c
5929           src/prefs_common.c
5930           src/prefs_summary_column.c
5931                 a few more improvements to the English
5932
5933 2002-11-28 [colin]      0.8.6claws24
5934
5935         * man/sylpheed.1
5936                 A few updates to command-line parameters
5937
5938 2002-11-28 [colin]      0.8.6claws23
5939
5940         * src/prefs_filtering.c
5941                 Fix problems with prefs_filtering_delete_path:
5942                 a) if the first rule is removed, original pointers
5943                    weren't updated (leading to segfaults)
5944                 b) it was always global_processing updated in case
5945                    of removed path was parent of rule path
5946
5947 2002-11-27 [paul]       0.8.6claws22
5948
5949         * src/mainwindow.c
5950           src/prefs_account.c
5951           src/prefs_actions.c
5952           src/prefs_common.c
5953           src/prefs_customheader.c
5954           src/prefs_display_header.c
5955           src/prefs_filtering.c
5956           src/prefs_folder_item.c
5957           src/prefs_matcher.c
5958           src/prefs_scoring.c
5959           src/prefs_summary_column.c
5960           src/prefs_template.c
5961           src/prefs_toolbar.c
5962                  improve the English in the GUI
5963
5964 2002-11-27 [colin]      0.8.6claws21
5965
5966         * src/folder.c
5967                 Fix processing renaming problems happening after
5968                 last commit
5969
5970 2002-11-27 [colin]      0.8.6claws20
5971
5972         * src/folder.c
5973                 recursive move now deletes src each subfolder after 
5974                 having moved it
5975         * src/folderview.c
5976                 Use identifier instead of path during dnd (enables
5977                 IMAP folder dnd)
5978
5979 2002-11-27 [paul]       0.8.6claws19
5980
5981         * src/main.c
5982                 apply patch that does command-line processing 
5983                 BEFORE gtk_init, allowing claws to run from 
5984                 shell-scripts in non-X environment (e.g. crontab 
5985                 or ip-up, ip-down scripts). Patch submitted by
5986                 Ruslan N. Balkin <baron@dartel.ru>
5987                 
5988         * po/it.po
5989                 updated by Alessandro Maestri
5990
5991 2002-11-27 [paul]       0.8.6claws18
5992
5993         * sync with 0.8.6cvs12
5994           src/prefs_common.c
5995                 Differences are that main uses a 'Receive dialog'
5996                 frame on the Interface tab, whereas claws groups all 
5997                 the dialogs together in a 'Dialogs' frame.
5998
5999 2002-11-27 [colin]      0.8.6claws17
6000
6001         * src/prefs_matcher.c
6002                 Fix Execute criteria's NOT flag
6003
6004
6005 2002-11-26 [christoph]  0.8.6claws16
6006
6007         * src/ssl.c
6008                 rewrite the ssl code a little bit, only use one
6009                 SSL context, set default certificates' file/path
6010
6011 2002-11-26 [thorsten]   0.8.6claws15
6012
6013         * src/compose.c
6014                 default-reply-to didn't work for ml-reply
6015
6016 2002-11-26 [melvin]     0.8.6claws14
6017
6018         * src/prefs_actions.c
6019                 Made pipe-actions ignore short headers in message view
6020                 Made trailing-pipe-actions write in the message view with
6021                 the same font as the original message
6022
6023 2002-11-26 [paul]       0.8.6claws13
6024
6025         * src/compose.c
6026                 this time commit the correct file
6027
6028 2002-11-26 [paul]       0.8.6claws12
6029
6030         * sync with 0.8.6cvs11
6031           src/quote_fmt_parse.y  
6032                 no sync needed
6033           src/account.[ch]       
6034                 not sync'ed
6035           src/compose.c
6036                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6037                 on draft mode.
6038                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6039                 header
6040                 
6041         see ChangeLog 2002-11-25 and 2002-11-26
6042
6043 2002-11-26 [colin]      0.8.6claws11
6044
6045         * src/folderview.c
6046                 Fix collapsed folder not auto-expanding during
6047                 mail dnd, if it was the source folder.
6048
6049 2002-11-25 [colin]      0.8.6claws10
6050
6051         * src/folderview.[ch]
6052                 Variable renaming and cleaning (slist of nodes 
6053                 to be re-collapsed is stored in FolderView)
6054
6055 2002-11-25 [paul]       0.8.6claws9
6056
6057         * src/prefs_common.[ch]
6058                 fix breakage caused by last commit
6059
6060 2002-11-25 [paul]       0.8.6claws8
6061
6062         * sync with 0.8.6cvs4
6063                 see ChangeLog 2002-11-21
6064
6065 2002-11-25 [paul]       0.8.6claws7
6066
6067         * sync with 0.8.6cvs4
6068                 see ChangeLog 2002-11-20
6069
6070 2002-11-25 [paul]       0.8.6claws6
6071
6072         * sync with 0.8.6cvs3
6073                 see ChangeLog 2002-11-18
6074
6075 2002-11-25 [colin]      0.8.6claws5
6076
6077         * src/gtkutils.[ch]
6078                 Add gtkut_ctree_node_is_parent()
6079         * src/folderview.c
6080                 Spring-loaded folders
6081
6082 2002-11-25 [colin]      0.8.6claws4
6083
6084         * src/utils.[ch]
6085                 Add slist_concat_unique(), function to merge
6086                 two GSList filtering dups
6087         * src/folder.[ch]
6088         * src/summaryview.[ch]
6089         * src/folderview.c
6090         * src/main.c
6091                 Add detection/update/display of unread answers
6092                 to marked mails
6093         * src/procmsg.[ch]
6094                 Add procmsg_find_children()
6095                 Add procmsg_msg_has_marked_parent()
6096
6097 2002-11-25 [colin]      0.8.6claws3
6098
6099         * src/ssl_certificate.[ch]
6100                 Allow checking a certificate without a DNS
6101                 lookup
6102                 Allow to forget a cert (by deleting it)
6103                 Make ssl_certificate_destroy_public
6104         * src/ssl_manager.[ch] ** NEW FILES **
6105                 Gui to manage (display/remove) certificates
6106         * src/prefs_common.[ch]
6107                 Add a pref to allow silent acceptation of
6108                 trusted certificates or not (based on the
6109                 "I want to know what's going on" principle)
6110         * src/mainwindow.c
6111                 Add SSL manager in Tools menu
6112         * src/Makefile.am
6113                 Add the new files to the build
6114         * po/POTFILES.in
6115                 Add ssl_manager.c to translations
6116
6117 2002-11-25 [colin]      0.8.6claws2
6118
6119         * src/summaryview.[ch]
6120                 Add S_SEARCH_EXTENDED to the quick search, which 
6121                 allows to search using filtering syntax.
6122
6123 2002-11-25 [colin]      0.8.6claws1
6124
6125         * src/summaryview.c
6126                 Deletion of duplicates now prefer deleting
6127                 the unread dup (fixes feature-request 638989).
6128
6129 2002-11-24 [paul]       0.8.6claws
6130
6131         * po/es.po
6132           po/pl.po
6133           po/ru.po
6134           po/sr.po
6135                 updated by Ricardo Mones Lastra,
6136                 Witold Wladyslaw Wojciech Wilk,
6137                 Ruslan N. Balkin, and  Urke MMI 
6138                 respectively
6139
6140 2002-11-24 [paul]       0.8.5claws182
6141
6142         * po/bg.po
6143                 updated by George Danchev
6144
6145 2002-11-23 [alfons]     0.8.5claws181
6146
6147         * src/imap.c
6148                 tiny memory leak found by browsing Dimitar's 
6149                 valgrind report
6150
6151 2002-11-23 [paul]       0.8.5claws180
6152
6153         * po/it.po
6154                 updated by Alessandro Maestri
6155
6156 2002-11-22 [christoph]  0.8.5claws179
6157
6158         * src/compose.c
6159         * src/inc.c
6160         * src/prefs_filtering.c
6161         * src/summaryview.c
6162                 more warning fixes
6163
6164 2002-11-22 [alfons]     0.8.5claws178
6165
6166         * src/summaryview.c
6167                 summary_execute_delete_func(): if message is deleted, make 
6168                 sure to also remove its entry in the subject hash table. 
6169                 fixes a corner case bug.
6170
6171 2002-11-22 [paul]       0.8.5claws177
6172
6173         * .cvsignore
6174                 add 'autom4te.cache'
6175                 
6176         * ltconfig      ** REMOVED **
6177                 not needed
6178
6179 2002-11-22 [paul]       0.8.5claws176
6180
6181         * src/textview.c
6182                 textview_set_font(): fix for message display in
6183                 UTF-8 locales (thanks to Sergey Vlasov).
6184                 
6185         * AUTHORS
6186                 add new team members and contributors
6187
6188
6189 2002-11-21 [colin]      0.8.5claws175
6190
6191         * src/procmsg.[ch]
6192                 Add procmsg_remove_special_headers()
6193         * src/mh.c
6194                 Use procmsg_remove_special_headers() for 
6195                 previous fix
6196
6197 2002-11-21 [colin]      0.8.5claws174
6198
6199         * src/mh.c
6200                 Fix moving/copying from queue/draft folders
6201                 for MH folders
6202
6203 2002-11-21 [christoph]  0.8.5claws173
6204
6205         * src/crash.c
6206         * src/filtering.c
6207         * src/logwindow.c
6208         * src/main.c
6209         * src/matcher_parser_lex.[hl]
6210         * src/mbox.c
6211         * src/mbox_folder.[ch]
6212         * src/prefs_filtering.c
6213         * src/procheader.c
6214         * src/quote_fmt_lex.l
6215         * src/ssl.c
6216                 fix all warnings except the warnings in lex and yacc files
6217
6218 2002-11-20 [christoph]  0.8.5claws172
6219
6220         * src/imap.c
6221                 fix MsgInfo retrieval for IMAP draft and queue folders
6222                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6223
6224 2002-11-19 [christoph]  0.8.5claws171
6225
6226         * src/compose.c
6227                 fix segfault, when draft saving does not get
6228                 the MsgInfo of the new message
6229                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6230
6231 2002-11-19 [christoph]  0.8.5claws170
6232
6233         * src/procmsg.c
6234                 add parameter check for flag setting function
6235                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6236
6237 2002-11-18 [paul]       0.8.5claws169
6238
6239         * src/compose.c
6240                 more sensitivity fixes to redirect mode:
6241                 * disable toolbar draft button
6242                 * allow only Address book in the Tools menu
6243                 * disable editing of message by the spell
6244                   checker
6245
6246 2002-11-18 [paul]       0.8.5claws168
6247
6248         * src/compose.c
6249                 fix sensitivity of menu items in compose_redirect():
6250                 allow only the necessary items 
6251
6252 2002-11-18 [paul]       0.8.5claws167
6253
6254         * src/compose.c
6255                 fix bug [ 603259 ] 'attachment got lost on bounce'
6256
6257 2002-11-18 [paul]       0.8.5claws166
6258
6259         * po/ru.po
6260                 updated by Ruslan N. Balkin <baron@dartel.ru>
6261
6262 2002-11-18 [colin]      0.8.5claws165
6263
6264         * src/main.c
6265           src/defs.h
6266                 Remove old filtering stuff
6267
6268
6269 2002-11-17 [oliver]     0.8.5claws164
6270
6271         * src/toolbar.h
6272                 remove not needed typedef 
6273
6274 2002-11-17 [oliver]     0.8.5claws163
6275
6276         * src/toolbar.c
6277                 make toolbar's on click events translatable
6278
6279 2002-11-15 [colin]      0.8.5claws162
6280
6281         * src/summaryview.c
6282                 Revert too-soon integration of a feature
6283
6284 2002-11-15 [christoph]  0.8.5claws161
6285
6286         * src/imap.c
6287                 use main's implementation of imap_get_msginfo
6288
6289 2002-11-15 [christoph]  0.8.5claws160
6290
6291         * src/compose.c
6292         * src/folder.[ch]
6293         * src/imap.c
6294         * src/mbox_folder.c
6295         * src/mh.c
6296         * src/news.c
6297         * src/procmsg.c
6298         * src/summaryview.c
6299                 replace claws' fetch_msginfo with main's get_msginfo
6300                 (use main's implementation where possible)
6301
6302 2002-11-15 [colin]      0.8.5claws159
6303
6304         * src/ssl_certificate.c
6305                 Missed a check
6306
6307 2002-11-16 [melvin]     0.8.5claws158
6308
6309         * po/fr.po
6310                 Updated French translations.
6311
6312 2002-11-16 [colin]      0.8.5claws157
6313
6314         * src/ssl_certificate.c
6315                 Check for missing parts in the certificates
6316
6317 2002-11-15 [colin]      0.8.5claws156
6318
6319         * src/folderview.c
6320                 Preventive fix (missing check) found by
6321                 Alfons
6322
6323 2002-11-15 [paul]
6324
6325         * NEWS
6326                 sync with 0.8.6 release
6327
6328 2002-11-15 [colin]      0.8.5claws155
6329
6330         * src/folder.[ch]
6331           src/folderview.c
6332                 Fix error handling of folder_item_move_to()
6333                 (thanks to Alfons!)
6334
6335 2002-11-15 [colin]      0.8.5claws154
6336
6337         * src/folder.[ch]
6338           src/folderview.c
6339                 folder_item_move_to() sets an error message instead
6340                 of having GUI stuff in folder.c
6341
6342 2002-11-15 [colin]      0.8.5claws153
6343
6344         * src/procmsg.[ch]
6345                 Implemented a callback for MsgInfo updates, 
6346                 heavily copy/pasted from Christoph's folder 
6347                 callback system
6348         * src/summaryview.[ch]
6349                 Register summary_update_msg as callback
6350
6351 2002-11-14 [colin]      0.8.5claws152
6352         
6353         * src/procmsg.c
6354                 Update the FolderItem after sending (fixes 617593)
6355
6356 2002-11-14 [christoph]  0.8.5claws151
6357
6358         * src/folder.c
6359                 fix wrong position of NULL pointer check found
6360                 by Sergey
6361
6362 2002-11-14 [christoph]  0.8.5claws150
6363
6364         * src/folder.c
6365                 fix segfault when deleting messages from IMAP folders
6366                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6367
6368 2002-11-14 [colin]      0.8.5claws149
6369
6370         * src/compose.c
6371                 Forwarding was also ignoring the folder's default account.
6372
6373 2002-11-14 [colin]      0.8.5claws148
6374
6375         * src/compose.c
6376                 Fix sent folder not set to folder properties when 
6377                 forwarding.
6378
6379 2002-11-14 [thorsten]   0.8.5claws147
6380
6381         * src/inc.c
6382                 inc_start(): Files were not moved from .processing to inbox,
6383                 if no global processing rule existed
6384
6385 2002-11-14 [colin]      0.8.5claws146
6386
6387         * src/ssl_certificate
6388                 Fix file operations
6389
6390 2002-11-14 [paul]       0.8.5claws145
6391
6392         * po/it.po
6393                 updated by Alessandro Maestri
6394
6395 2002-11-13 [alfons]     0.8.5claws144
6396
6397         * src/folder.c
6398                 folder_item_close(): only mark messages unread
6399                 when a folder has new messages 
6400
6401 2002-11-13 [keith]      0.8.5claws143
6402
6403         * src/imap.c
6404                 Fix problem moving or copying between
6405                 IMAP folders
6406
6407 2002-11-13 [colin]      0.8.5claws142
6408
6409         * src/matcher_parser_parse.y
6410                 Fix rule problem when " don't match
6411
6412 2002-11-13 [christoph]  0.8.5claws141
6413
6414         * src/folder.c
6415         * src/folderview.c
6416                 moved cache saving to folder_item_close
6417                 the folderview should not have to deal with
6418                 this things
6419
6420 2002-11-13 [christoph]  0.8.5claws140
6421
6422         * src/summaryview.c
6423                 moved setting of important score to
6424                 summary_set_prefs_from_folderitem
6425
6426 2002-11-13 [colin]      0.8.5claws139
6427
6428         * src/matcher_parser_parse.y
6429                 Fix a segfault in the parser (happening when
6430                 a good expression had been tested and a bad 
6431                 one arrives)
6432
6433 2002-11-13 [paul]       0.8.5claws138
6434
6435         * sync with 0.8.5cvs24
6436                 see ChangeLog 2002-11-13
6437                 
6438         * po/pt_BR.po
6439                 updated by Fabio Jr. Beneditto
6440
6441 2002-11-13 [colin]      0.8.5claws137
6442         
6443         * src/msgcache.c
6444           src/defs.h
6445           src/procmsg.[ch]
6446                 Revert last commit, problem
6447
6448 2002-11-13 [colin]      0.8.5claws136
6449
6450         * src/msgcache.c
6451                 Remove duplicated code
6452         * src/defs.h
6453                 Bumped CACHE_VERSION and MARK_VERSION
6454         * src/procmsg.[ch]
6455                 Network endian for cache and mark files
6456
6457 2002-11-12 [colin]      0.8.5claws135
6458
6459         * src/inc.c
6460                 Fix the "socket error" dialog which disappeared
6461
6462 2002-11-12 [colin]      0.8.5claws134
6463
6464         * src/msgcache.c
6465                 Reverse last commit which had performance 
6466                 problems, but still reverse the list
6467
6468 2002-11-12 [colin]      0.8.5claws133
6469
6470         * src/msgcache.c
6471                 Reverse list order
6472
6473 2002-11-12 [melvin]     0.8.5claws132
6474
6475         * src/compose.c
6476                 Added a check for a NULL prefs_common.dictionary
6477
6478 2002-11-12 [colin]      0.8.5claws131
6479
6480         * src/ssl_certificate.[ch]
6481                 Use FQDN hostname
6482
6483 2002-11-12 [colin]      0.8.5claws130
6484
6485         * src/ssl_certificate.[ch]
6486                 Take connection port into account for 
6487                 checking certificates (a single hostname
6488                 could have multiple servers with multiple
6489                 certificates)
6490         * src/ssl.c
6491                 Pass the port to ssl_certificate_check
6492
6493 2002-11-12 [paul]       0.8.5claws129
6494
6495         * src/folder.c
6496                 fix a typo in last commit
6497
6498 2002-11-12 [paul]       0.8.5claws128
6499
6500         * sync with 0.8.5cvs23
6501                 see ChangeLog entry 2002-11-12
6502
6503 2002-11-11 [colin]      0.8.5claws127
6504
6505         * src/ssl_certificate.c
6506                 Cleaner messages
6507                 Don't popup, instead log error, if the 
6508                 corresponding pref is checked
6509         * src/ssl_certificate.h
6510                 include <openssl/objects/h>
6511
6512 2002-11-11 [colin]      0.8.5claws126
6513
6514         * src/ssl_certificate.h
6515                 _Really_ clean it
6516
6517 2002-11-11 [colin]      0.8.5claws125
6518         
6519         * src/ssl_certificate.c
6520                 Fixed leak
6521
6522 2002-11-11 [colin]      0.8.5claws124
6523
6524         * src/ssl.c
6525                 Cleaned a bit
6526         * src/ssl_certificate.[ch]
6527                 Cleaned a bit (better use of SSL API)
6528                 (This will cause non-recognition of saved 
6529                  certificates of claws12[23]...)
6530
6531 2002-11-11 [paul]       0.8.5claws123
6532         
6533         * po/es.po
6534                 updated by Ricardo Mones Lastra
6535
6536 2002-11-11 [colin]      0.8.5claws122
6537
6538         * src/ssl.c
6539                 Fix a typo
6540
6541 2002-11-11 [colin]      0.8.5claws121
6542
6543         * src/ssl_certificate.[ch] ** NEW FILES **
6544         * src/ssl.[ch]
6545                 Check SSL certificates presented to us
6546         * src/Makefile.am
6547                 Add ssl_certificate.[ch]
6548         * po/POTFILES.in
6549                 Add ssl_certificate.c
6550
6551 2002-11-11 [paul]       0.8.5claws120
6552
6553         * sync with 0.8.5cvs22
6554                 see ChangeLog 2002-11-11
6555
6556 2002-11-11 [paul]       0.8.5claws119
6557
6558         * sync with 0.8.5cvs21
6559                 see ChangeLog 2002-11-11
6560
6561 2002-11-10 [jens]       0.8.5claws118
6562
6563         * src/folder.c
6564         * src/folderview.c
6565                 corrected some typing
6566         * po/de.po
6567                 updated german translation
6568         * sylpheed.spec.in
6569                 cleaned up specfile and adjusted it for claws
6570
6571 2002-11-10 [colin]      0.8.5claws117
6572
6573         * src/summaryview.c
6574                 a STATUSBAR_PUSH/POP fix
6575
6576 2002-11-10 [colin]      0.8.5claws116
6577
6578         * src/prefs_folder_item.c
6579                 Fix hanging after opening folder properties
6580
6581 2002-11-10 [hoa]        0.8.5claws115
6582
6583         * src/matcher_parser_lex.l
6584         * src/matcher_parser_parse.y
6585                 config file for scoring and filtering is no more trashed
6586                 when there is a syntax error in a filtering rule when
6587                 editing it in a dialog.
6588
6589 2002-11-09 [colin]      0.8.5claws114
6590
6591         * src/mbox_folder.c
6592                 Added missing initialisation of folder->destroy()
6593
6594 2002-11-09 [colin]      0.8.5claws113
6595
6596         * src/folder.c
6597           src/folderview.c
6598                 Fix the status bar messages
6599
6600 2002-11-09 [colin]      0.8.5claws112
6601
6602         * src/folderview.c
6603                 Fix hangs after folder dnd, happening after 
6604                 claws109.
6605
6606 2002-11-09 [christoph]  0.8.5claws111
6607
6608         * src/folderview.c
6609                 just changed order of calls (reverse order of
6610                 associated calls)
6611         * src/inc.c
6612                 lock inc when checking only one account, otherwise
6613                 inc all could be executed at the same time
6614
6615 2002-11-09 [christoph]  0.8.5claws110
6616
6617         * src/folderview.c
6618                 better unlock the mouse cursor before calling
6619                 summary_show because it changes the cursor too
6620
6621 2002-11-09 [christoph]  0.8.5claws109
6622
6623         * src/folder.[ch]
6624         * src/folderview.c
6625                 add functions to open and close a folder
6626                 o opending will execute scanning for remote folders
6627                   and processing
6628                 o closing will unset new flag for messages
6629
6630 2002-11-09 [colin]      0.8.5claws108
6631
6632         * src/folder.c
6633                 Add a call to prefs_matcher_write_config to 
6634                 avoid non-leaf folders filtering settings to be
6635                 lost
6636
6637 2002-11-09 [paul]       0.8.5claws107
6638
6639         * src/prefs_account.c
6640                 re-word a label
6641
6642 2002-11-09 [colin]      0.8.5claws106
6643
6644         * src/folderview.c
6645                 Minor esthetic fix
6646
6647 2002-11-09 [colin]      0.8.5claws105
6648
6649         * src/folderview.c
6650                 Fix prefs_filtering deletion for MH folders (same
6651                 reason as below)
6652         * src/prefs_filtering.c
6653                 Fix prefs_filtering renaming and deletion for 
6654                 folder-based processing rules.  
6655
6656 2002-11-09 [christoph]  0.8.5claws104
6657
6658         * src/compose.c
6659         * src/folder.[ch]
6660         * src/folderview.[ch]
6661         * src/import.c
6662         * src/inc.c
6663         * src/main.c
6664         * src/mainwindow.c
6665         * src/messageview.c
6666         * src/prefs_folder_item.c
6667         * src/procmsg.c
6668         * src/summaryview.c
6669                 implement a callback system for folder item updates
6670
6671 2002-11-09 [colin]      0.8.5claws103
6672
6673         * src/folderview.c
6674                 Fix prefs_filtering renaming for MH folders (we
6675                 shouldn't rename by path as another folder could
6676                 have the same hierarchy).
6677
6678 2002-11-09 [colin]      0.8.5claws102
6679
6680         * src/folder.c
6681                 Fix a leak found by Christoph, use better variable
6682                 names
6683
6684 2002-11-09 [colin]      0.8.5claws101
6685
6686         * src/folder.c
6687                 One more fix for processing rules
6688
6689 2002-11-08 [colin]      0.8.5claws100
6690         
6691         * src/matcher.c
6692                 Don't copy the compiled regexp (will be reevaluated)
6693         * src/folderview.c
6694                 Lock folderview while moving
6695         * src/folder.c
6696                 Provide info on what's happening to the user
6697
6698 2002-11-08 [colin]      0.8.5claws99
6699
6700         * src/folderview.c
6701                 Fix folder reordering after a move if parent is 
6702                 root
6703         * src/scoring.[ch]
6704                 Add function to copy a ScoringProp
6705         * src/prefs_folder_item.c
6706                 Copy scoring rules when copying a folder prefs
6707
6708 2002-11-08 [colin]      0.8.5claws98
6709
6710         * src/folderview.c
6711                 Fixes in case of failure
6712         * src/filtering.[ch]    
6713                 Add function to duplicate a FilteringProp
6714         * src/matcher.[ch]
6715                 Add function to duplicate a MatcherProp
6716         * src/prefs_folder_item.c
6717                 Save folder's processing rules when copying 
6718                 its prefs
6719
6720 2002-11-08 [colin]      0.8.5claws97
6721         
6722         * src/folderview.c
6723                 Sort after move
6724         * src/folder.c 
6725                 Change a printf to debug_print
6726
6727 2002-11-08 [colin]      0.8.5claws96
6728
6729         * src/folder.c
6730           src/folderview.c
6731                 Fix segfaults, call me stupido
6732         
6733
6734 2002-11-08 [colin]      0.8.5claws95
6735
6736         *src/folder.c
6737                 Added forgotten prefs to save when moving folders
6738
6739 2002-11-08 [colin]      0.8.5claws94
6740
6741         * src/folder.c
6742                 Fixes to folder DND (prefs copy)
6743         * src/folderview.c
6744                 Optimization for folder DND (don't rescan whole tree)
6745                 Added folderview_create_folder_node() for this 
6746                 optimization, so de-duped a bit the code
6747         * src/prefs_folder_item.[ch]
6748                 Added prefs_folder_item_copy_prefs()    
6749           
6750 2002-11-08 [paul]       0.8.5claws93
6751
6752         * src/prefs_account.c
6753           tools/README
6754           tools/kmail2sylpheed_v2.pl
6755                 correct some typos
6756
6757 2002-11-08 [paul]       0.8.5claws92
6758
6759         * src/compose.c
6760           src/prefs_account.[ch]
6761                 remove account options 'clearsign' and 'ascii_armored',
6762                 replace with 'default_gnupg_mode' to prevent mixed-mode
6763                 Privacy settings
6764
6765 2002-11-08 [paul]       0.8.5claws91
6766
6767         * src/compose.[ch]
6768                 re-implement GnuPG 'on-the-fly' mode selection,
6769                 disallow mixed-mode
6770
6771 2002-11-08 [colin]      0.8.5claws90
6772
6773         * src/folderview.c
6774           src/prefs_folder_item.c
6775                 Change "Property" to "Properties"
6776
6777 2002-11-07 [colin]      0.8.5claws89
6778
6779         * src/folderview.c
6780           src/folder.c
6781                 Allow folder dropping to a root folder
6782
6783 2002-11-07 [paul]       0.8.5claws88
6784
6785         * src/compose.c
6786                 revert last commit
6787
6788 2002-11-07 [paul]       0.8.5claws87
6789
6790         * src/compose.c
6791                 fix reply-to-list bug. closes bug report
6792                 "[633382] reply-to-list broken in recent cvs"
6793
6794 2002-11-07 [paul]       0.8.5claws86
6795
6796         * src/compose.c
6797                 add a forgotten '#if USE_GPGME ... #endif'
6798
6799 2002-11-07 [paul]       0.8.5claws85
6800
6801         * sync with 0.8.5cvs20
6802                 see ChangeLog 2002-11-07
6803
6804 2002-11-07 [colin]      0.8.5claws84
6805
6806         * src/folder.[ch]
6807                 Change folder_item_move_to to return the newly 
6808                 created folderitem.
6809         * src/folderview.c
6810                 Select the new folderitem after moving.
6811
6812 2002-11-07 [colin]      0.8.5claws83
6813
6814         * src/prefs_filtering.c
6815                 Fix rule rewriting when moving a leaf folder to a 
6816                 shorter path
6817
6818 2002-11-07 [colin]      0.8.5claws82
6819
6820         * src/prefs_filtering.c
6821                 fix a leak
6822
6823 2002-11-07 [colin]      0.8.5claws81
6824
6825         * src/folder.[ch]
6826                 Add folder_item_move_to() function to move a 
6827                 folderitem into another one (updates matcher etc)
6828         * src/folderview.c
6829                 Add folder drag'n drop (context menu to come)
6830                 [Should be dataloss free, but Please backup before 
6831                  trying !]
6832
6833 2002-11-06 [colin]      0.8.5claws80
6834
6835         * src/mh.c
6836                 mh_create_folder() returns NULL if can't create
6837                 directory hierarchy
6838
6839 2002-11-06 [paul]       0.8.5claws79
6840
6841         * src/compose.[ch]
6842                 allow 'on-the-fly' changing of the type of encryption 
6843                 and/or signing used (mime/ascii) via the compose window
6844
6845 2002-11-06 [paul]       0.8.5claws78
6846
6847         * sync with 0.8.5cvs19
6848                 see ChangeLog 2002-11-06 for src/account.c: 
6849                 account_get_special_folder()
6850                 
6851 2002-11-05 [alfons]     0.8.5claws77
6852
6853         * src/crash.c
6854                 very minor cleanups: nothing to see here, move on. :-)
6855
6856 2002-11-05 [colin]      0.8.5claws76
6857
6858         * src/main.c
6859                 Changes choices if compose windows are opened to
6860                 Discard, Draft, Don't quit
6861
6862 2002-11-05 [thorsten]   0.8.5claws75
6863
6864         * src/compose.c
6865                 reenabled default_reply_to folder option
6866
6867 2002-11-05 [colin]      0.8.5claws74
6868
6869         * src/compose.[ch] 
6870                 add compose_draft()
6871         * src/crash.c
6872                 add SIGTERM handler
6873         * src/main.[ch]
6874                 add clean_quit() for the SIGTERM handler
6875
6876 2002-11-05 [paul]       0.8.5claws73
6877         
6878         * po/es.po
6879                 updated by Ricardo Mones Lastra
6880
6881 2002-11-05 [melvin]     0.8.5claws72
6882
6883         * src/logwindow.c
6884                 Fixed log-clipping bug #616795.
6885                 To stop logging in the log window use 0 length.
6886         * src/prefs_common.c
6887                 Added a label to inform about the 0 log length behaviour.
6888
6889 2002-11-05 [paul]       0.8.5claws71
6890
6891         * sync with 0.8.5cvs17
6892                 see ChangeLog 2002-11-05
6893
6894 2002-11-04 [paul]       0.8.5claws70
6895
6896         * sylpheed-128x128.png
6897           sylpheed-64x64.png
6898           sylpheed.png
6899                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6900                 <nikai@users.sourceforge.net>
6901                 
6902         * po/bg.po
6903                 updated by George Danchev
6904
6905 2002-11-03 [thorsten]   0.8.5claws69
6906
6907         * src/main.c
6908           src/mimeview.c
6909           src/rfc2015.h
6910                 add check if gpg is active
6911
6912 2002-11-03 [thorsten]   0.8.5claws68
6913
6914         * src/toolbar.h
6915                 removed GSList declaration causing trouble on MacOS-X
6916                 (submitted by alfons, reported by xfesty)
6917
6918 2002-11-01 [paul]       0.8.5claws67
6919
6920         * src/mainwindow.c
6921                 remove last remnants of main's filter code
6922
6923 2002-11-01 [paul]       0.8.5claws66
6924
6925         * tools/filter_conv.pl
6926                 fix bug where user-defined headers were ignored
6927
6928 2002-11-01 [paul]       0.8.5claws65
6929
6930         * src/logwindow.c
6931                 make a debug_print() not translatable
6932
6933 2002-10-31 [melvin]     0.8.5claws64
6934
6935         * ac/aspell.m4
6936                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6937                 not run any GNU/aspell test.  The dictionary path will
6938                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6939                 was given, in which case, it will be $prefix/lib/aspell/
6940         * configure.in
6941                 Fixed typo in commentary (Aspell code).
6942
6943 2002-10-31 [paul]       0.8.5claws63
6944
6945         * po/POTFILES.in
6946                 remove src/filter.c and src/prefs_filter.c
6947                 thanks to Ricardo for reminding me
6948
6949 2002-10-31 [colin]      0.8.5claws62
6950
6951         * src/mbox_folder.c
6952                 Plug some leaks
6953
6954 2002-10-31 [paul]       0.8.5claws61
6955
6956         * src/prefs_filter.[ch] ** REMOVED **
6957           src/filter.[ch]       ** REMOVED **
6958           
6959         * src/Makefile.am
6960           src/folderview.c
6961           src/inc.c
6962           src/main.c
6963           src/mainwindow.c
6964           src/mbox.c
6965           src/prefs_common.c
6966           src/prefs_filtering.c
6967           src/summaryview.[ch]
6968                 remove main's 'filter' code
6969                 
6970         README.claws
6971                 update to reflect removal of main's filter
6972
6973 2002-10-31 [paul]       0.8.5claws60
6974
6975         * src/summaryview.c
6976                 remove check for global_processing in summary_filter_open(). 
6977                 This fixes the bug where if the user uses the right-click 
6978                 'Create filter rule...' and doesn't have any filter rules 
6979                 already defined in claws' advanced filtering, the newly 
6980                 created filter rule goes to main's filtering which is 
6981                 inaccessible through the gui. Now the filter rule gets added
6982                 to claws' filtering by default.
6983
6984 2002-10-28 [melvin]     0.8.5claws59
6985
6986         * src/prefs_actions.c
6987                 Fixed bug #627322 where MIME parts were not always
6988                 correctly passed to a %p action
6989                 Display an error dialog when message filename is not found.
6990
6991 2002-10-28 [melvin]     0.8.5claws58
6992
6993         * src/prefs_common.c
6994                 Readded a missing function declaration lost in 0.8.3claws34
6995
6996 2002-10-28 [paul]       0.8.5claws57
6997
6998         * sync with 0.8.5cvs15
6999                 see ChangeLog 2002-10-28 and 2002-10-25
7000                 
7001         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7002
7003 2002-10-27 [oliver]     0.8.5claws56
7004
7005         * src/pop.c
7006                 plug leak in pop3_top_recv
7007
7008 2002-10-26 [christoph]  0.8.5claws55
7009
7010         * src/folder.c
7011                 set need_update folder flag when messages are added
7012                 (closes bug [ 626922 ] folder not updated after receiving)
7013
7014 2002-10-25 [melvin]     0.8.5claws54
7015
7016         * src/imageview.c
7017                 Fixed a memleak introduced in the scaling code.
7018
7019 2002-10-24 [alfons]     0.8.5claws53
7020
7021         * src/filtering.c
7022                 make filtering's forward message action forward from the 
7023                 correct account
7024                 (closes bug [628089 ] Filter -> Forward from address problem
7025                 reported by Oktay)
7026
7027 2002-10-24 [christoph]  0.8.5claws52
7028
7029         * src/mainwindow.c
7030         * src/manual.[ch]
7031                 o use manual of current locale or english if current
7032                   locale is not available (and english is available)
7033                 o also link to sylpheed doc project manuals
7034
7035 2002-10-23 [paul]       0.8.5claws51
7036
7037         * tools/README
7038           tools/kmail2sylpheed_v2.pl
7039                 add new version of kmail addressbook importer script.
7040                 works with newer versions of Kmail/KAddressBook which
7041                 have new and rearranged data.
7042
7043 2002-10-23 [martin]     0.8.5claws50
7044
7045         * src/folderview.c
7046         * src/summaryview.c
7047         * src/utils.h
7048         * src/utils.c
7049                 added length parameter to get_abbrev_newsgroup_name()
7050                 changed this function so that it abbreviates the newsgroup
7051                 names only so long it is smaller than the length parameter
7052                 (for better reading of some newsgroup names and space efficiency)
7053
7054 2002-10-22 [colin]      0.8.5claws49
7055
7056         *src/foldersel.c
7057                 Revert Alfons' last modification (after voting ;-))
7058
7059 2002-10-21 [alfons]     0.8.5claws48
7060
7061         * src/foldersel.c
7062                 folder view in folder selection dialog reflects state of
7063                 folder view in main window
7064
7065 2002-10-18 [alfons]     0.8.5claws47
7066
7067         * src/mbox.c
7068                 drop imported messages in folder selected by user,
7069                 and not in the inbox
7070                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7071
7072 2002-10-18 [alfons]     0.8.5claws46
7073
7074         * src/compose.c
7075                 make automagic reply work correctly for email accounts 
7076                 (whether it's viable to do a full sync with Hiro's 
7077                 compose.c is still under discussion)
7078
7079 2002-10-18 [melvin]     0.8.5claws45
7080
7081         * src/prefs_actions.c
7082                 Fixed bug #622275 where asynchroneous actions left 
7083                 zombies processes
7084                 Made (synchroneous) actions' input be displayed live.
7085
7086 2002-10-18 [christoph]  0.8.5claws44
7087
7088         * src/textview.c
7089                 don't add a newline in the textview in front of the
7090                 first textpart if header display is disabled
7091                 (closes bug [ 603385 ] disabled header display leaves blank
7092                  lin)
7093
7094 2002-10-18 [christoph]  0.8.5claws43
7095
7096         * src/folder.[ch]
7097         * src/imap.c
7098         * src/mbox_folder.c
7099         * src/mh.c
7100         * src/news.c
7101                 folder->get_num_list now returns an error code
7102                 (closes bug [ 609424 ] News cache cleared on failure)
7103                 
7104 2002-10-17 [colin]      0.8.5claws42
7105         
7106         * src/news.c
7107                 Changed a printf by debug_print
7108
7109 2002-10-16 [paul]       
7110
7111         * tools/OOo2sylpheed.pl
7112                 allow for spaces in the name of the
7113                 file to be attached.
7114
7115 2002-10-16 [colin]      0.8.5claws41
7116
7117         * src/main.c
7118                 Use a tristate to change online mode
7119
7120 2002-10-16 [paul]       0.8.5claws40
7121
7122         * po/es.po
7123                 updated by Ricardo Mones Lastra
7124
7125 2002-10-16 [colin]      0.8.5claws39
7126
7127         * src/main.c
7128           src/mainwindow.[ch]
7129                 Added --online and --offline command-line
7130                 switches
7131
7132 2002-10-15 [christoph]  0.8.5claws38
7133
7134         * src/procmime.c
7135                 set mimeinfo->name to NULL after g_free to
7136                 avoid double freeing with g_free
7137
7138 2002-10-14 [christoph]  0.8.5claws37
7139
7140         * src/compose.c
7141         * src/filtering.c
7142         * src/summaryview.c
7143                 remove calls to folder->change_flags that are now
7144                 done by procmsg flag functions (seems it is not
7145                 used by any foldertype anyway)
7146         * src/folder.c
7147                 init folder->change_flags with NULL
7148
7149 2002-10-14 [christoph]  0.8.5claws36
7150
7151         * src/folder.[ch]
7152         * src/imap.[ch]
7153                 use virtual functions for folder item new and destroy
7154                 functions
7155
7156 2002-10-14 [melvin]     0.8.5claws35
7157
7158         * src/compose.c
7159                 Added a test to not run the spell checker if no default
7160                 dictionary is available. No dialog is displayed though.
7161
7162 2002-10-14 [melvin]     0.8.5claws34
7163
7164         * src/gtkaspell.c
7165                 Fixed bug in dictionary list context menu where
7166                 "More..." pointed to an emtpy submenu if the
7167                 number of dictionaries is a multiple of 15
7168                 Removed unneeded code in suggestions list creation
7169
7170 2002-10-14 [paul]       0.8.5claws33
7171
7172         * po/bg.po
7173                 updated by George Danchev
7174
7175 2002-10-13 [hoa]        0.8.5claws32
7176
7177         * src/matcher.[ch]
7178           src/matcher_parser_parser.y
7179                 removed the escaped string from internal structure
7180                 of matcher.
7181
7182 2002-10-12 [colin]      0.8.5claws31
7183
7184         * src/gtksctree.[ch]
7185           src/summaryview.c
7186                 Removed useless function gtksctree_reanchor
7187
7188 2002-10-12 [alfons]     0.8.5claws30
7189         
7190         * sync with remaining main changes 2002-10-09 - 2002-10-11
7191         - drop changes to src/compose.c (requires claws specific changes)
7192         
7193 2002-10-12 [alfons]     0.8.5claws29
7194         
7195         * sync with main changes of 2002-10-08
7196         - drop changes to src/compose.c (requires claws specific changes)
7197         - drop changes to src/summaryview.c (requires changes to compose.c)     
7198
7199 2002-10-12 [alfons]     0.8.5claws28
7200         
7201         * sync with main changes of 2002-10-07
7202
7203 2002-10-12 [alfons]     0.8.5claws27
7204
7205         * sync with main changes of 2002-10-04
7206         - drop changes to src/compose.c (requires claws specific changes)
7207         - drop changes to src/prefs_folder_item.c (claws implementation
7208           seems to be working)
7209
7210 2002-10-12 [colin]      0.8.5claws26
7211
7212         * src/mainwindow.c
7213                 Fix folder-flicker when space-reading, introduced 
7214                 in claws22.
7215
7216 2002-10-12 [colin]      0.8.5claws25
7217
7218         * src/compose.c
7219                 Save account address when saving as draft.
7220                 (closes bug 621838)
7221
7222 2002-10-12 [colin]      0.8.5claws24
7223
7224         * src/summaryview.c
7225                 Fix the problem consisting of no message selected
7226                 after the last message in a folder has been moved.
7227
7228 2002-10-12 [paul]       0.8.5claws23
7229
7230         * src/compose.c
7231           src/prefs_template.c
7232           src/template.[ch]
7233                 add Cc and Bcc to templates. Patch submitted by
7234                 John L. Males.
7235
7236 2002-10-12 [colin]      0.8.5claws22
7237
7238         * src/folderview.c
7239                 Fix a bug after "Check for new messages":
7240                 If a folder was opened, it was still selected at
7241                 the end of the check, but displayed empty.
7242         * src/mainwindow.c
7243                 Remove unnecessary check
7244
7245 2002-10-12 [paul]
7246
7247         * tools/README
7248                 be more verbose in the description of
7249                 OOo2sylpheed.pl
7250                 
7251
7252 2002-10-11 [colin]      0.8.5claws21
7253
7254         * src/mainwindow.c
7255                 Make space work (better) when no mail is selected
7256
7257 2002-10-11 [colin]      0.8.5claws20
7258
7259         * src/inc.c
7260           src/news.c
7261                 fix warnings
7262
7263 2002-10-11 [colin]      0.8.5claws19
7264
7265         * src/mainwindow.c
7266                 revert 0.8.5claws6 changes as i couldn't get to
7267                 anything satisfying
7268
7269 2002-10-11 [melvin]     0.8.5claws18
7270
7271         * src/compose.c
7272                 Removed buggy and unused macro (should have been committed in
7273                 0.8.5claws17)
7274
7275 2002-10-11 [melvin]     0.8.5claws17
7276
7277         * src/compose.c
7278                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7279
7280 2002-10-11 [thorsten]   0.8.5claws16 
7281
7282         * src/folderview.c
7283                 remove rescan warning
7284
7285 2002-10-11 [colin]      0.8.5claws15 
7286
7287         * src/procheader.c
7288                 fix a segfault that happens if conv_unmime_header
7289                 fails (should be better to find out why it fails)
7290
7291 2002-10-11 [christoph]  0.8.5claws14
7292
7293         * src/summaryview.c
7294                 update folderview stats after ignore/unignore thread
7295
7296 2002-10-11 [hoa]        0.8.5claws13
7297
7298         * src/quote_fmt_parse.y
7299                 Fixed a yacc/bison syntax error
7300         * src/matcher.c
7301                 Escaping of string is fixed.
7302
7303 2002-10-11 [colin]      0.8.5claws12
7304
7305         * src/imageview.c
7306                 Resize images to fit
7307
7308 2002-10-11 [paul]       0.8.5claws11
7309
7310         * po/es.po
7311                 updated by Ricardo Mones Lastra
7312
7313 2002-10-10 [alfons]     0.8.5claws10
7314
7315         * src/compose.c
7316                 allow dropping files by "moving" files from a file manager,
7317                 not only by the more cumbersome "copying". the latter 
7318                 mostly implies holding down the Control button
7319
7320 2002-10-10 [christoph]  0.8.5claws9
7321
7322         * src/summaryview.c
7323                 update folders after thread building for ignored threads
7324
7325 2002-10-10 [christoph]  0.8.5claws8
7326
7327         * config/.cvsignore
7328                 added Makefile
7329         * src/filtering.[ch]
7330         * src/folder.[ch]
7331         * src/folderview.[ch]
7332         * src/import.c
7333         * src/inc.[ch]
7334         * src/mbox.[ch]
7335         * src/procmsg.c
7336         * src/summaryview.[ch]
7337                 o added new flag need_update to FolderItem
7338                 o removed folder_table from various functions from tracking
7339                   folder updates
7340                 o set need_update flags in folder.c's move, copy and delete
7341                   functions and procmsg's flags functions
7342                 o added function folderview_update_items_when_required that
7343                   updates all folders with need_update set
7344                 o call folderview_update_items_when_required instead of
7345                   folderview_update_item_foreach
7346
7347 2002-10-09 [sergey]     0.8.5claws7
7348
7349         * src/compose.c
7350                 Strip CRs whel loading the text into editor in reedit mode.
7351
7352 2002-10-09 [colin]      0.8.5claws6
7353
7354         * src/mainwindow.c
7355                 Make Space work when no mail is selected
7356
7357 2002-10-09 [colin]      0.8.5claws5
7358
7359         * src/gtksctree.[ch]
7360                 Fix range_select
7361                 Add gtk_sctree_reanchor() 
7362         * src/summaryview.c
7363                 Use gtk_sctree_reanchor() - better fix for 
7364                 bug 60413
7365
7366 2002-10-09 [colin]      0.8.5claws4
7367
7368         * src/summaryview.c
7369                 Fix shift-click select after delete problem
7370                 (closes bug 60413)
7371
7372 2002-10-08 [thorsten]   0.8.5claws3
7373
7374         * src/summaryview.c
7375                 exclude current msg from -hide read messages-
7376
7377 2002-10-08 [colin]      0.8.5claws2
7378
7379         * src/inc.[ch]
7380           src/pop.c
7381           src/recv.c
7382                 Differentiate socket errors from disk full
7383                 errors
7384
7385 2002-10-08 [christoph]  0.8.5claws1
7386
7387         * Makefile.am
7388         * configure.in
7389                 modifications for new config directory
7390
7391         * config.guess  ** REMOVED **
7392         * config.sub    ** REMOVED **
7393         * install-sh    ** REMOVED **
7394         * ltmain.sh     ** REMOVED **
7395         * missing       ** REMOVED **
7396         * mkinstalldirs ** REMOVED **
7397                 these files are autogenerated by automake
7398                 when you run autogen.sh
7399
7400         * config/.cvsignore     ** NEW FILE **
7401         * config/Makefile.am    ** NEW FILE **
7402                 ignore autogenerated files
7403                 create a Makefile in this directory
7404
7405 2002-10-08 [paul]       0.8.5claws
7406
7407         * 0.8.5claws release
7408         
7409         * src/compose.c
7410           src/procheader.c
7411           src/procmsg.c
7412                 fix quote reply format for newsgroups reply bug
7413                 (thanks to Hoa)
7414                 
7415         * po/en_GB.po
7416           po/pl.po
7417                 updated by me and Witold Wladyslaw Wojciech Wilk
7418                 repectively
7419
7420 2002-10-07 [paul]       0.8.3claws53
7421
7422         * po/it.po
7423           po/pt_BR.po
7424           po/sr.po
7425                 updated messages catalogs, submitted by
7426                 Alessandro Maestri, Fabio Jr.Beneditto 
7427                 and Urke MMI, respectively.
7428
7429 2002-10-07 [christoph]  0.8.3claws52
7430
7431         * src/folder.[ch]
7432         * src/folderview.c
7433         * src/mainwindow.c
7434                 fix new folder ghost message bug
7435                 (closes bug [ 619722 ] wrong count for newly created folders)
7436
7437 2002-10-07 [christoph]  0.8.3claws51
7438
7439         * src/compose.c
7440                 fix news posting problem
7441
7442 2002-10-07 [melvin]     0.8.3claws50
7443
7444         * po/fr.po
7445                 Updated French translation
7446
7447 2002-10-05 [christoph]  0.8.3claws49
7448
7449         * src/gtkstext.c
7450                 check if line_start_cache is set in gtk_stext_update_text
7451                 (closes bug [ 618119 ] crash while doing search in folder)
7452
7453 2002-10-05 [christoph]  0.8.3claws48
7454
7455         * src/imap.c
7456         * src/news.c
7457         * src/utils.c
7458         * src/utils.h
7459                 implement cache cleanups for claws' folder system
7460                 (closes bug [ 595916 ] imapcache not cleaned up)
7461
7462 2002-10-05 [melvin]     0.8.3claws47
7463
7464         * src/prefs_actions.c
7465                 Made the help text more clear for the %p token
7466
7467 2002-10-04 [paul]       0.8.3claws46
7468
7469         * sync with 0.8.5
7470                 see ChangeLog 2002-10-02 and 2002-10-03
7471
7472 2002-10-04 [christoph]  0.8.3claws45
7473
7474         * src/inc.c
7475                 fix segfault caused by pop before smtp
7476                 call to inc_account_mail with NULL
7477                 pointer for mainwin
7478
7479 2002-10-04 [paul]       0.8.3claws44
7480
7481         * configure.in
7482                 sync the LDAP detection from 0.8.5cvs1
7483
7484 2002-10-02 [christoph]  0.8.3claws43
7485
7486         * po/de.po
7487                 fix small spelling error
7488
7489 2002-10-02 [melvin]     0.8.3claws42
7490
7491         * ac/aspell.m4
7492                 Behave better and say "no" when test program cannot be run.
7493
7494 2002-10-02 [paul]       0.8.3claws41
7495
7496         * sync with 0.8.4cvs1
7497                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7498                 
7499         * src/summaryview.c
7500                 toggle the behavior of Reply menuitem between
7501                 normal reply and reply-to-list
7502
7503 2002-10-01 [sergey]     0.8.3claws40
7504
7505         * src/compose.c
7506                 Convert newlines in the message text to the canonical form
7507                 before base64 encoding (RFC2045 compliance, fixes some
7508                 interoperability issues with Evolution 1.0.3)
7509
7510 2002-09-29 [colin]      0.8.3claws39
7511
7512         * src/summaryview.c
7513                 Fix an unwanted copy/paste
7514
7515 2002-09-29 [colin]      0.8.3claws38
7516
7517         * src/mainwindow.c
7518                 Renamed "Custom toolbar" to "Customize toolbar"
7519                 Renamed "Show all header" to "Show all headers"
7520                 Renamed "Set diplay item" to "Set displayed items"
7521         * src/prefs_common.c
7522                 Renamed "Show all header" to "Show all headers"
7523         * src/prefs_summary_column.c
7524                 Renamed "diplay item" to "displayed items"
7525
7526 2002-09-29 [colin]      0.8.3claws37
7527
7528         * src/mainwindow.[ch]
7529                 online/offline status pixmaps follow theme
7530                 changes
7531         * src/summaryview.[ch]
7532                 quicksearch pixmap follows theme changes
7533
7534 2002-09-29 [thorsten]   0.8.3claws36
7535
7536         * src/compose.c
7537           src/prefs_folder_item.[ch]
7538                 add default_reply_to folder option (closes patch 581044)
7539
7540 2002-09-29 [christoph]  0.8.3claws35
7541
7542         * acconfig.h    ** REMOVED **
7543         * configure.in
7544         * ac/aspell.m4
7545         * ac/check-type.m4
7546         * ac/gnupg-check-typedef.m4
7547                 fix autoheader 2.50 warning
7548
7549 2002-09-29 [christoph]  0.8.3claws34
7550
7551         * major code cleanup (part 2)
7552         
7553                 - unused variables removed
7554                 - unused functions removed
7555                 - uninitialized variables checked
7556                 - missing return statements added
7557                 - missing function return types added
7558                 - added parentheses around assignment
7559                   when suggested by gcc
7560
7561 2002-09-29 [alfons]     0.8.3claws33
7562
7563         * src/logwindow.c
7564                 log_window_clear(): only bracket gtk_text_forward_delete() 
7565                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7566                 works around GTK text bug)
7567
7568 2002-09-29 [paul]       0.8.3claws32
7569
7570         * po/bg.po
7571           po/sr.po
7572                 updated by George Danchev and Urke MMI
7573                 respectively
7574
7575 2002-09-27 [christoph]  0.8.3claws31
7576
7577         * doc-src/readme.txt
7578         * doc-src/rfc1806.txt   ** REMOVED **
7579         * doc-src/rfc2183.txt   ** NEW FILE **
7580         * doc-src/rfc2980.txt   ** NEW FILE **
7581                 update rfcs
7582
7583 2002-09-27 [melvin]     0.8.3claws30
7584
7585         * ac/aspell.m4
7586                 Fixed typo which could break linking
7587
7588 2002-09-27 [melvin]     0.8.3claws29
7589
7590         * ac/aspell.m4
7591                 Improved GNU/aspell checking. 
7592                 Fixed bug #614490
7593
7594 2002-09-27 [paul]       0.8.3claws28
7595
7596         * sync with 0.8.3cvs8
7597                 see ChangeLog 2002-09-27
7598
7599 2002-09-26 [colin]      0.8.3claws27
7600
7601         * src/toolbar.[ch]
7602           src/mainwindow.[ch]
7603                 Add "Reply to Mailing-list" to the toolbar
7604
7605 2002-09-26 [christoph]  0.8.3claws26
7606
7607         * src/summaryview.c
7608                 Fix wrong message counts in summaryview status
7609
7610 2002-09-26 [paul]       0.8.3claws25
7611
7612         * sync with 0.8.3cvs7
7613                 see ChangeLog 2002-09-26
7614
7615 2002-09-26 [paul]       0.8.3claws24
7616
7617         * sync with 0.8.3cvs6
7618                 see ChangeLog 2002-09-25
7619
7620 2002-09-25 [christoph]  0.8.3claws23
7621
7622         * src/prefs_common.c
7623         * src/prefs_folder_item.c
7624         * src/prefs_scoring.c
7625                 Renamed "kill score" to "hide score" in GUI
7626                 and prefs files
7627
7628 2002-09-25 [paul]       0.8.3claws22
7629
7630         * sync with 0.8.3cvs5
7631                 see ChangeLog 2002-09-24
7632
7633 2002-09-24 [alfons]     0.8.3claws21
7634
7635         patch by Satoshi Nagayasu: allows appending / saving multiple 
7636         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7637         'Save as ...'")
7638
7639         * AUTHORS
7640                 add Satoshi Nagayasu
7641         * src/summaryview.c
7642                 summary_save_as(): allow saving selected files to
7643                 one file
7644                 summary_set_menu_sensitive: enable "Save As..." when
7645                 multiple files are selected
7646         * src/utils.[ch]
7647                 append_file(): new function
7648
7649 2002-09-24 [colin]      0.8.3claws20
7650
7651         * src/procmime.c
7652                 Fix segfault when mimeinfo doesn't have a 
7653                 content_type. 
7654
7655 2002-09-24 [colin]      0.8.3claws19
7656
7657         * src/prefs_common.[ch]
7658                 Add a preference to display send dialog or not
7659         * src/send.c
7660                 Display send dialog according to preference
7661
7662 2002-09-24 [colin]      0.8.3claws18
7663
7664         * src/compose.[ch]
7665                 Disable user actions when sending
7666
7667 2002-09-24 [colin]      0.8.3claws17
7668
7669         * src/procmime.c
7670                 Do not display name or filename for attachments
7671                 with an application/pgp-signature type
7672                 (security flaw, see bug 537413)
7673
7674 2002-09-23 [colin]      0.8.3claws16
7675
7676         * src/editaddress.c
7677                 Initialize entry_email, entry_alias and 
7678                 entry_remarks to first email address of the list
7679
7680 2002-09-23 [colin]      0.83claws15
7681
7682         * src/compose.c
7683                 Drop pgp-signature when reediting a signed queued
7684                 message
7685
7686 2002-09-23 [melvin]     0.8.3claws14
7687
7688         * po/fr.po
7689                 Updated French translation
7690
7691 2002-09-23 [melvin]     0.8.3claws13
7692
7693         * src/mainwindow.c
7694                 Made custom toolbar menu labels more consistent
7695         * src/prefs_toolbar.c
7696                 Made custom toolbar window title more consistent
7697
7698 2002-09-22 [colin]      0.8.3claws12
7699
7700         * src/inc.c
7701                 Initialize session type to normal before getting 
7702                 mail (fixes strange Get behaviour)
7703         * src/prefs_account.h
7704                 Move STYPE_POP_BEFORE_SMTP to last position to 
7705                 avoid other side-effects
7706
7707 2002-09-22 [colin]      0.8.3claws11
7708
7709         * src/prefs_account.c
7710                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7711                 from pop3 to apop or vice-versa
7712
7713 2002-09-22 [colin]      0.8.3claws10
7714         
7715         * src/prefs_account.[ch]
7716                 Add an option for the POP before SMTP timeout
7717         * src/inc.c
7718                 Remember time of last POP connection
7719         * src/send.c
7720                 Do POP before SMTP only if timeout reached
7721
7722 2002-09-22 [oliver]     0.8.3claws9
7723         
7724         * README.claws
7725                 explain custom toolbar
7726
7727 2002-09-22 [oliver]     0.8.3claws8
7728
7729         * src/prefs_actions.[ch]
7730         custom toolbar for compose      
7731                 actions callback from compose toolbar
7732         * src/folderview.c
7733                 remove include toolbar.h
7734
7735 2002-09-22 [oliver]     0.8.3claws7
7736         
7737         * src/prefs_toolbar.[ch]
7738                 custom toolbar for compose
7739                 - generic prefs_toolbar handles both
7740                   Mainwin's toolbar as well as Compose toolbar          
7741
7742 2002-09-22 [oliver]     0.8.3claws6
7743         
7744         * src/toolbar.[ch]
7745                 custom toolbar for compose
7746                 restructure toolbar.[ch]
7747
7748 2002-09-22 [oliver]     0.8.3claws5
7749
7750         * src/compose.[ch]
7751                 custom toolbar for compose
7752
7753 2002-09-22 [oliver]     0.8.3claws4
7754         
7755         * src/mainwindow.[ch]
7756                 custom toolbar for compose 
7757                 move mainwin toolbar back to mainwindow
7758
7759 2002-09-22 [alfons]     0.8.3claws3
7760
7761         * src/procmsg.c
7762                 :%sno/if(/if (/gc
7763                 :%sno/for(/for (/gc
7764                 (beautify)
7765
7766 2002-09-22 [alfons]     0.8.3claws2
7767         
7768         * src/procmsg.c
7769                 procmsg_save_to_outbox(): don't unlink message file from queue;
7770                 callers should do it using folder_item_remove_msg()
7771
7772 2002-09-22 [colin]      0.8.3claws1
7773
7774         * src/mimeview.[ch]
7775                 Made mimeview_check_signature() public
7776         * src/textview.c
7777                 Made GPG signatures verifiable by clicking
7778                 the [application/pgp-signature] in the Text
7779                 view
7780
7781 2002-09-22 [paul]       0.8.3claws
7782
7783         * po/bg.po
7784           po/en_GB.po
7785           po/es.po
7786           po/it.po
7787           po/pl.po
7788           po/pt_BR.po
7789           po/sr.po
7790                 updated translations, submitted by George Danchev,
7791                 me, Ricardo Mones Lastra, Alessandro Maestri,
7792                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7793                 and Urke MMI, respectively.     
7794
7795 2002-09-22 [alfons]     0.8.2claws65
7796
7797         * src/procmsg.c
7798         * src/pgptext.c
7799                 no furry valgrinds have been used to plug these memleaks
7800
7801 2002-09-20 [paul]       0.8.2claws64
7802
7803         * sync with 0.8.3cvs4
7804                 'Select thread' re-implemented 
7805                 see ChangeLog 2002-09-20
7806
7807 2002-09-21 [alfons]     0.8.2claws63
7808
7809         * src/compose.c
7810                 compose_send(): plug unnoticed memleak
7811
7812 2002-09-20 [alfons]     0.8.2claws62
7813
7814         * src/addr_compl.c
7815                 replace_address_in_edit(): strict check for NULL address to
7816                 fix "[ 607348 ] Segfault in address completion". My guess is
7817                 that this happens with an empty address book, but it's good
7818                 to have this check here anyway
7819                 
7820                 completion_window_button_press(): free string returned 
7821                 from the internal cache
7822
7823 2002-09-20 [christoph]  0.8.2claws61
7824
7825         * src/procmime.h
7826                 added ENC_BINARY to EncodingType
7827         * src/procmime.c
7828                 the string returned by procmime_get_encoding_str
7829                 should not depend on the order of values in the
7830                 EncodingType definition
7831         * doc-src/rfc1806.txt   ** NEW FILE **
7832                 Added rfc1806 about MIME Content-Disposition
7833                 Extension
7834
7835 2002-09-19 [paul]       0.8.2claws60
7836
7837         * sync with 0.8.2cvs3
7838                 see ChangeLog 2002-09-19
7839
7840 2002-09-19 [paul]       0.8.2claws59
7841
7842         * src/prefs_folder_item.c
7843                 revert to Darko's original alignment of colour
7844                 selector button
7845                 add a colon to folder_color label
7846                 
7847         * src/compose.c
7848                 add Colin's patch (with Hiro's modifications) to 
7849                 force BASE64 encoding for 8-bit text when signing
7850                 (sync with 0.8.3cvs2)
7851
7852 2002-09-18 [alfons]     0.8.2claws58
7853
7854         * src/compose.c
7855                 :%sno/if(/if (/gc
7856                 :%sno/for(/for (/gc
7857                 (beautify a little bit)
7858
7859 2002-09-18 [christoph]  0.8.2claws57
7860
7861         * src/pine.c
7862                 fix handling of fgetc return value
7863
7864 2002-09-17 [alfons]     0.8.2claws56
7865         
7866         * src/summaryview.c
7867                 summary_sort(): check non-NULL summaryview->folder_item when no 
7868                 folder is selected at all
7869                 (closes "[ 610344 ] sort label make syl Crash")
7870
7871 2002-09-17 [alfons]     0.8.2claws55
7872         
7873         * src/compose.c
7874                 beautify a little bit
7875
7876 2002-09-17 [christoph]  0.8.2claws54
7877
7878         * src/folder.c
7879                 initialize max values for cache and folder
7880                 when cache or folder is empty
7881
7882 2002-09-15 [colin]      0.8.2claws53
7883
7884         * src/compose.c
7885                 Fix a leak (thanks Alfons!) and cleaned
7886                 variables names for custom headers
7887
7888 2002-09-15 [colin]      0.8.2claws52
7889
7890         * src/compose.c
7891                 Fix custom headers recognition when
7892                 prefs_common.trans_hdr is on
7893
7894 2002-09-15 [colin]      0.8.2claws51
7895
7896         * src/compose.c
7897                 Allow dynamically-added custom headers
7898                 Yet not reparsed if reedited
7899
7900 2002-09-15 [alfons]     0.8.2claws50
7901
7902         * src/prefs_account.c
7903                 fix warnings
7904
7905 2002-09-15 [colin]      0.8.2claws49
7906         
7907         * src/prefs_account.c
7908                 fix pop_before_smtp sensitivity
7909
7910 2002-09-15 [colin]      0.8.2claws48
7911
7912         * src/inc.[ch]
7913                 add inc_pop_before_smtp()
7914                 allow MainWindow to be undefined in 
7915                 inc_account_mail() and inc_start()
7916         * src/pop.c
7917           src/prefs_account.h
7918                 add STYPE_POP_BEFORE_SMTP session type
7919         * src/prefs_account.c
7920                 activated pop before smtp option
7921         * src/send.c
7922                 do pop before smtp if the relevant option 
7923                 is set
7924
7925 2002-09-15 [paul]       0.8.2claws47
7926
7927         * sync with 0.8.3
7928                 see ChangeLog 2002-09-15
7929
7930 2002-09-14 [paul]       0.8.2claws46
7931
7932         * po/bg.po
7933                 updated Bulgarian translation, submitted by
7934                 George Danchev
7935
7936 2002-09-13 [paul]       0.8.2claws45
7937
7938         * src/compose.c
7939                 merge claws' select_account() with main's
7940                 (new) compose_select_account(). [sync with
7941                 0.8.2cvs15, see ChangeLog 2002-09-11]
7942
7943 2002-09-12 [christoph]  0.8.2claws44
7944
7945         * src/filter.c
7946                 allocate 1 elements of FolderItem not 0
7947
7948 2002-09-12 [colin]      0.8.2claws43
7949
7950         * src/compose.c
7951                 Fix bug #590825 (obey Follow-up: poster)
7952
7953 2002-09-12 [colin]      0.8.2claws42
7954
7955         * src/procmime.c
7956                 Fix bug #557009 (wrong headers for messages 
7957                 forwarded as attachments)
7958
7959 2002-09-11 [colin]      0.8.2claws41
7960         
7961         * src/compose.c
7962                 Put SCF: pseudo-header on top of message
7963                 Set draft tmp_flag when saved as draft
7964
7965         * src/procmsg.c
7966           src/procheader.c
7967                 Skip after first \n\n for beginning of real message
7968                 for drafts too
7969
7970 2002-09-11 [christoph]  0.8.2claws40
7971
7972         * src/filtering.c
7973                 use procmsg flag functions in filtering or processing
7974                 will cause incorrect folder message counts
7975
7976 2002-09-11 [colin]      0.8.2claws39
7977
7978         * src/compose.c
7979                 Fix bug #550175 - wrong save folder when reediting
7980                 drafts
7981
7982 2002-09-11 [paul]       0.8.2claws38
7983
7984         * sync with 0.8.2cvs14
7985                 see ChangeLog 2002-09-11
7986
7987 2002-09-11 [colin]      0.8.2claws37
7988
7989         * src/folder.c
7990                 Fix a typo (seeming to cause new/unread status to
7991                 be lost)
7992
7993 2002-09-10 [christoph]  0.8.2claws36
7994
7995         * src/compose.c
7996                 compose_redirect should not use compose_generic_new
7997                 because that does more stuff than expected including
7998                 opening the external editor
7999                 (closes bug "[ 526608 ] bounced messages appear blank
8000                  in editor")
8001
8002 2002-09-10 [christoph]  0.8.2claws35
8003
8004         * src/folder.c
8005                 fix problem with too large message number range
8006                 causing a crash in folder_item_scan
8007
8008 2002-09-10 [paul]       0.8.2claws34
8009
8010         * sync with 0.8.2cvs13
8011                 see ChangeLog 2002-09-10
8012
8013 2002-09-10 [christoph]  0.8.2claws33
8014
8015         * src/msgcache.c
8016                 set MsgInfo TmpFlags for queue and draft folders
8017                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8018
8019 2002-09-10 [paul]       0.8.2claws32
8020
8021         * AUTHORS
8022           po/bg.po      ** NEW FILE **
8023                 new Bulgarian translation submitted by
8024                 George Danchev <danchev@spnet.net>
8025                 
8026         * tools/Makefile.am
8027           tools/README
8028           tools/tb2sylpheed     ** NEW FILE **
8029                 add script that converts an addressbook exported
8030                 from The Bat! into a Sylpheed addressbook. Submitted
8031                 by Urke MMI <urke-kg@eunet.yu>
8032
8033 2002-09-10 [paul]       0.8.2claws31
8034
8035         * sync with 0.8.2cvs12
8036                 see ChangeLog 2002-09-10
8037
8038 2002-09-06 [paul]       0.8.2claws30
8039
8040         * src/prefs_common.c
8041                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8042                 
8043         * tools/Makefile.am
8044           tools/README
8045           tools/ldif-to-xml.py  ** REMOVED **
8046                 remove obsolete python script
8047
8048 2002-09-06 [paul]       0.8.2claws29
8049
8050         * sync with 0.8.2cvs10
8051                 see ChangeLog 2002-09-06
8052
8053 2002-09-04 [paul]       0.8.2claws28
8054
8055         * sync with 0.8.2cvs9
8056                 see ChangeLog 2002-08-04
8057
8058 2002-09-04 [colin]      0.8.2claws27 
8059
8060         * src/prefs_common.[ch]
8061                 Added signature color configuration
8062         * src/textview.c
8063                 Use user-specified signature color
8064
8065 2002-09-03 [colin]      0.8.2claws26
8066
8067         * src/prefs_common.[ch]
8068                 Added autosave and autosave_length prefs
8069         * src/compose.c
8070                 Added compose_remove_draft()
8071                 Auto-save drafts according to the prefs
8072         * src/main.c
8073                 Added a crash-indicator file, allowing to check
8074                 for new messages on startup if Sylpheed crashed
8075                 (makes saved drafts "reappear")
8076
8077 2002-09-03 [colin]      0.8.2claws25
8078
8079         * src/textview.[ch]
8080                 Grey the signature
8081
8082 2002-09-03 [paul]       0.8.2claws24
8083
8084         * sync with 0.8.2cvs8
8085                 see ChangeLog 2002-09-02 and 2002-09-03
8086
8087 2002-09-03 [darko]      0.8.2claws23
8088
8089         * src/folderview.c
8090                 use normal style when creating new folder to pick
8091                 proper font size 
8092
8093 2002-09-02 [melvin]     0.8.2claws22
8094
8095         * src/gtkaspell.m4
8096                 removed some obsolete code
8097
8098 2002-09-02 [melvin]     0.8.2claws21
8099
8100         * ac/aspell.m4
8101                 fixed test's equality sign (== to =)
8102
8103 2002-09-02 [alfons]     0.8.2claws20
8104
8105         * src/folder.c
8106         * src/mh.c
8107                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8108                 as folder->destroy virtual as suggested by Hiro
8109                 (the mh.c code seems to have been lost around mh.c.1.21)
8110
8111 2002-09-02 [paul]       0.8.2claws19
8112
8113         * po/pt_BR.po
8114                 updated by Fabio Jr. Beneditto
8115                 
8116         * src/defs.h
8117                 use 'http://claws.sylpheed.org' for homepage link. 
8118                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8119
8120 2002-09-01 [alfons]     0.8.2claws18
8121
8122         * src/mh.c
8123                 plug memleak related to one Martin Kluge found
8124
8125 2002-08-31 [paul]       0.8.2claws17
8126
8127         * sync with 0.8.2cvs6
8128                 see ChangeLog 2002-08-30
8129
8130 2002-08-31 [alfons]     0.8.2claws16
8131
8132         * src/folder.c
8133                 folder_destroy(): remove mailbox from folderlist even if it has
8134                 no destroy virtual
8135
8136 2002-08-31 [alfons]     0.8.2claws15
8137
8138         * src/folder.c
8139                 :%sno/if(/if (/gc
8140                 :%sno/for(/for (/gc
8141                 (being pedantic I know)
8142
8143 2002-08-31 [alfons]     0.8.2claws14
8144
8145         * src/folder.c
8146                 check for NULL pointers returned from folder->fetch_msginfo virtual
8147                 (should solve some reported crashes)
8148
8149 2002-08-30 [alfons]     0.8.2claws13
8150
8151         * acconfig.h
8152         * configure.in
8153         * src/crash.c
8154                 enable crash dialog on compilation time
8155                 (--enable-crash-dialog configure option)
8156
8157 2002-08-30 [alfons]     0.8.2claws12
8158
8159         * AUTHORS
8160                 add Martin Kluge
8161         * src/mh.c
8162                 apply memory leak plug patch by Martin Kluge
8163                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8164                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8165                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8166
8167 2002-08-30 [darko]      0.8.2claws11
8168
8169         * src/folderview.c
8170                 copy Gtk style from normal style to match
8171                 font size for coloured folders
8172
8173 2002-08-29 [alfons]     0.8.2claws10
8174
8175         * sylpheed.desktop
8176                 Type=Internet <- Type=Application
8177                 (reported by Michael Schwendt, see:
8178                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8179                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8180
8181 2002-08-29 [paul]       0.8.2claws9
8182
8183         * sync with 0.8.2cvs5
8184                 see ChangeLog 2002-08-29
8185
8186 2002-08-29 [colin]      0.8.2claws8
8187
8188         * src/summaryview.c
8189                 Added a sanity check in summary_select_thread
8190                 Should fix bug 601605
8191
8192 2002-08-29 [colin]      0.8.2claws7
8193
8194         * src/main.c
8195                 Revert claws6 changes regarding bug #591676
8196
8197 2002-08-28 [colin]      0.8.2claws6
8198         
8199         * src/main.c
8200                 Ignore cache for queue folderitems
8201                 Fix bug #591676
8202
8203 2002-08-28 [melvin]     0.8.2claws5
8204
8205         * README.claws
8206                 Fixed typos.
8207
8208 2002-08-28 [melvin]     0.8.2claws4
8209
8210         * README.claws
8211                 Updated a bit the text concerning the spell checker
8212
8213 2002-08-28 [melvin]     0.8.2claws3
8214
8215         Merged the GNU_aspell_branch:
8216                 Support of new GNU/aspell is now included and the old pspell
8217                 is not supported anymore.
8218                 See README.claws
8219
8220         * README.claws
8221                 Updated spell checker text to reflect the switch to GNU/aspell
8222
8223         * ac/aspell.m4          *** NEW ***
8224         * src/gtkaspell.[ch]    *** NEW *** 
8225         * ac/pspell.m4          *** DELETED *** 
8226         * src/gtkspell.[ch]     *** DELETED ***
8227
8228         * ac/Makefile.am
8229                 Updated for GNU/aspell support
8230
8231         * po/POTFILES.in
8232                 Replaced gtkspell.c by gtkaspell.c
8233
8234         * acconfig.h
8235         * src/Makefile.am
8236         * src/about.c
8237         * src/compose.[ch]
8238         * src/crash.c
8239         * src/main.c
8240         * src/prefs_common.[ch]
8241                 Updated for GNU/aspell support
8242
8243 2002-08-28 [paul]       0.8.2claws2
8244
8245         * sync with 0.8.2cvs4
8246                 see ChangeLog 2002-08-27 and 2002-08-28
8247
8248 2002-08-28 [colin]      0.8.2claws1
8249
8250         * src/summary_search.c
8251                 Added "AND search"
8252
8253 2002-08-28 [jens]       0.8.2claws
8254
8255         *po/de.po
8256                 Updated German translations
8257
8258 2002-08-27 [melvin]     0.8.2claws
8259
8260         * po/fr.po
8261                 Updated French translations
8262
8263 2002-08-27 [paul]       0.8.2claws
8264
8265         * sync with 0.8.2 main release
8266
8267         * po/en_GB.po
8268           po/es.po
8269           po/it.po
8270           po/pl.po
8271           po/pt_BR.po
8272           po/sr.po
8273                 updated message catalogs submitted by
8274                 Ricardo Mones Lastra, Alessandro Maestri,
8275                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8276                 Beneditto and Urke MMI  
8277
8278 2002-08-27 [hoa]        0.8.1claws123
8279
8280         * src/mainwindow.[ch]
8281         * src/summaryview.[ch]
8282                 removed the "filter setting" menu option.
8283                 add a "cancel a news message" menu option.
8284
8285 2002-08-26 [martin]     0.8.1claws122
8286
8287         * ChangeLog.claws
8288                 changed string under 0.8.1claws79 changed by myself
8289                 i'm sorry alfons :(
8290
8291 2002-08-26 [martin]     0.8.1claws121
8292
8293         * src/crash.c
8294                 added kill command to debuggerrc to start crash dialog
8295
8296 2002-08-26 [paul]       0.8.1claws120
8297
8298         * sync with 0.8.1cvs31
8299                 see ChangeLog 2002-08-26
8300
8301 2002-08-25 [alfons]     0.8.1claws119
8302
8303         * src/procmsg.c
8304                 fix bug that didn't send out correct headers to news server
8305                 when sending news article and email from queue (bug reported
8306                 and patch provided by Tim Mann; closes bug 
8307                 "[ 583196 ] 0.7.8claws can't post news")
8308
8309 2002-08-25 [alfons]     0.8.1claws118
8310
8311         * src/selective_download.c
8312                 mark two strings as translatable
8313                 (thanks to Urke MMI for pointing this out)
8314
8315 2002-08-25 [alfons]     0.8.1claws117
8316
8317         * src/summaryview.c
8318                 treat sent boxes as special and allow sorting them by addressee
8319                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8320                 submitted by Steve Lamb)
8321
8322 2002-08-24 [alfons]     0.8.1claws116
8323
8324         * src/matcher.c
8325                 fix memleak reported by Martin Kluge
8326                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8327
8328 2002-08-24 [oliver]     0.8.1claws115
8329
8330         * src/prefs_toolbar.c
8331                 o code cleanup as suggested by Alfons
8332                 o memleak fix
8333
8334 2002-08-24 [alfons]     0.8.1claws114
8335
8336         * src/summaryview.c
8337                 o fix another memory leak reported by Martin Kluge
8338                   (see "[ 599568 ] Small Memory Leak")
8339                 o remove 'from' variable from 'summary_set_header()'; we can
8340                   do with just 'to' 
8341
8342 2002-08-24 [paul]       0.8.1claws113
8343
8344         * sync with 0.8.1cvs30
8345                 see ChangeLog 2002-08-23
8346
8347 2002-08-24 [alfons]     0.8.1claws112
8348
8349         * src/summaryview.c
8350                 remove unnecessary allocations for search bar fixing leaks
8351                 reported by Martin Kluge
8352                 (see "[ 599451 ] Further memory leaks?")
8353
8354 2002-08-24 [alfons]     0.8.1claws111
8355
8356         * src/main.c
8357                 make get_socket_name() public for crash.c
8358         * src/crash.c
8359                 o make report bug button work (goes to claws' 
8360                   bug tracker at sf.net)
8361                 o introduce function for doing important stuff just
8362                   before claws goes down
8363                 o clean up code 
8364
8365 2002-08-24 [alfons]     0.8.1claws110
8366
8367         * src/compose.c
8368                 move cursor to "To" entry when forwarding as attachment
8369                 (reported and solved by Steve Lamb, closes bug report
8370                 "[ 592880 ] Forward as attachment; cursor not in to")
8371
8372 2002-08-24 [colin]      0.8.1claws109
8373
8374         * src/mainwindow.c
8375                 fix quick search visibility after GUI (de)separations.
8376
8377 2002-08-23 [colin]      0.8.1claws108
8378
8379         * src/mainwindow.c
8380                 fix header pane visibility after folderview or
8381                 messageview (de)separation
8382
8383 2002-08-23 [paul]       0.8.1claws107
8384
8385         * src/mainwindow.[ch]
8386           src/toolbar.c
8387                 give full control of display or non-display 
8388                 of the Execute icon to Custom toolbar settings.
8389                 add new sensitivity condition to maninwindow.h: 
8390                 M_DELAY_EXEC
8391
8392         * ChangeLog
8393           ChangeLog.jp
8394           NEWS
8395                 more sync with 0.8.1cvs29
8396
8397 2002-08-23 [melvin]     0.8.1claws106
8398
8399         * src/alertpanel.c
8400                 Readded support for custom widget in alertpanel lost in last
8401                 sync.
8402
8403 2002-08-23 [paul]       0.8.1claws105
8404
8405         * sync with 0.8.1cvs29
8406                 see ChangeLog 2002-08-23
8407
8408 2002-08-23 [colin]      0.8.1claws104
8409
8410         * src/summaryview.c
8411                 Fix folder and search pixmaps exchanging positions
8412                 after theme or toolbar changes. Thank to Oliver for 
8413                 reporting this.
8414
8415 2002-08-23 [colin]      0.8.1claws103
8416
8417         * src/mainwindow.c
8418           src/messageview.[ch]
8419           src/noticeview.[ch]
8420           src/summaryview.c
8421                 Changed messageview_create() and noticeview_create()
8422                 to avoid the last gdk_warning
8423
8424 2002-08-22 [colin]      0.8.1claws102
8425
8426         * src/summaryview.c
8427                 Fix my new `Creating pixmap from xpm' warning
8428
8429 2002-08-22 [colin]      0.8.1claws101
8430
8431         * src/mainwindow.c
8432                 Fix some of the gdk warnings
8433
8434 2002-08-22 [colin]      0.8.1claws100
8435
8436         * src/Makefile.am
8437         * src/stock_pixmap.c
8438         * src/stock_pixmap.h
8439         * src/pixmaps/quicksearch.xpm *ADDED*
8440                 Add the quicksearch pixmap
8441         * src/mainwindow.c
8442         * src/summaryview.c
8443         * src/summaryview.h
8444                 Make quicksearch bar visible/hidden via a button
8445
8446 2002-08-22 [christoph]  0.8.1claws99
8447
8448         * src/folder.c
8449                 fix folder update for newsgroups with message
8450                 numbers below minimum number of articles to fetch
8451                 (closes bug #598445)
8452
8453 2002-08-22 [paul]       0.8.1claws98
8454
8455         * sync with 0.8.1cvs28
8456                 see ChangeLog 2002-08-22
8457
8458 2002-08-21 [alfons]     0.8.1claws97
8459
8460         * src/crash.c
8461                 use bt instead of bt full which seems to work 
8462                 better, and bt full doesn't give a great deal 
8463                 of information anyway
8464
8465 2002-08-21 [colin]      0.8.1claws96
8466
8467         * src/summaryview.c
8468                 fix summaryview_searchtype_changed prototype
8469
8470 2002-08-21 [christoph]  0.8.1claws95
8471
8472         * src/mainwindow.c
8473                 o fix broken menu update for sorting type, we have to
8474                   get this info from the summaryview now
8475                 o removed setting of threaded state in menu callback
8476         * src/summaryview.[ch]
8477                 more summaryview/folderitem seperation for
8478                 threading option
8479         * configure.in
8480                 removed not required --with-compiler-flags option
8481
8482 2002-08-21 [oliver]     0.8.1claws94
8483         
8484         * src/toolbar.h 
8485                 o rename toolbar.xml to toolbar_main.xml
8486                   since toolbar_compose.xml might come up 
8487                   any time soon
8488         * README.claws
8489                 add custom toolbar              
8490
8491 2002-08-21 [darko]      0.8.1claws93
8492
8493         * src/procmsg.c
8494                 don't reset tmp flags for messages copied
8495                 to sent folder
8496
8497 2002-08-21 [colin]      0.8.1claws92
8498         
8499         * src/prefs_filtering.c
8500                 fix renaming rules on folder rename 
8501                 when folder is not a leaf folder
8502
8503 2002-08-21 [paul]       0.8.1claws91
8504
8505         * src/prefs_folder_item.c
8506                 fix alignment of colour selector
8507
8508 2002-08-21 [paul]       0.8.1claws90
8509
8510         * sync with 0.8.1cvs27
8511                 see ChangeLog 2002-08-21
8512
8513 2002-08-21 [paul]       0.8.1claws89
8514
8515         * src/summaryview.c
8516                 fix crash when changing field type in
8517                 Quick search bar
8518
8519 2002-08-21 [colin]      0.8.1claws88
8520
8521         * src/summaryview.c
8522                 Made quick search case-insensitive
8523
8524 2002-08-21 [paul]       0.8.1claws87
8525
8526         * sync with 0.8.1cvs26
8527                 see ChangeLog 2002-08-21
8528
8529 2002-08-20 [christoph]  0.8.1claws86
8530
8531         * src/folderview.c
8532         * src/main.c
8533         * src/summaryview.[ch]
8534                 more summaryview/folderitem seperation for
8535                 sort_key and sort_type
8536         * src/procmsg.c
8537                 added missing return statement
8538
8539 2002-08-20 [colin]      0.8.1claws85
8540
8541         * src/summaryview.[ch]
8542                 Added a quick search box
8543         * src/mainwindow.c
8544         * src/prefs_common.[ch]
8545                 Added a show/hide option for the quick search
8546
8547 2002-08-20 [oliver]     0.8.1claws84
8548         
8549         * src/mainwindow.c
8550                 remove toolbar_create_popups
8551         * src/toolbar.[ch]
8552                 o remove toolbar_create_popups
8553                 o fix toolbar_set_sensitive 
8554                   (Bug reports #596834 and #596832)     
8555         * src/prefs_toolbar.c
8556                 o add "Set default" button
8557                 o align label and text + combo widgets
8558
8559 2002-08-20 [hoa]        0.8.1claws83bis
8560
8561         * src/imap.c
8562                 fixed a bug in imap_fetch_msginfo() in case there is no
8563                 current folder.
8564
8565 2002-08-20 [darko]      0.8.1claws83
8566
8567         * src/folderview.c
8568                 copy the color style of folder view so it
8569                 works with GTK themes
8570
8571 2002-08-20 [darko]      0.8.1claws82
8572
8573         * src/folder.h
8574         * src/folderview.c
8575         * src/prefs_folder_item.[hc]
8576                 don't use UI stuff in folder.h
8577
8578 2002-08-20 [darko]      0.8.1claws81
8579
8580         * src/folder.h
8581         * src/prefs_folder_item.h
8582         * src/folderview.c
8583         * src/prefs_folder_item.c
8584                 ability to set folder color in folderview
8585
8586 2002-08-19 [alfons]     0.8.1claws80
8587
8588         * src/summaryview.c
8589                 fix one of the earlier memleaks reported by Martin Kluge
8590
8591 2002-08-19 [alfons]     0.8.1claws79
8592
8593         * src/mainwindow.c
8594                 hide notice view when selecting seperate folder
8595                 view (reported by Urke MMI)
8596
8597 2002-08-19 [christoph]  0.8.1claws78
8598
8599         * src/folderview.c
8600         * src/prefs_folder_item.h
8601         * src/summaryview.[ch]
8602                 o add summary_set_prefs_from_folderitem to set
8603                   summaryview prefs (first step to remove all
8604                   references to the folderitem in summaryview)
8605                 o moved compiled regex stuff from folderitem prefs
8606                   to summaryview code
8607
8608 2002-08-19 [paul]       0.8.1claws77
8609
8610         * src/compose.c
8611                 add check for '.' to QUOTE_IF_REQUIRED
8612
8613 2002-08-19 [paul]       0.8.1claws76
8614
8615         * src/inc.c
8616                 sync with 0.8.1cvs25 (plug memory leak)
8617
8618         * src/prefs_toolbar.c
8619                 re-order prefs_toolbar_cancel()
8620
8621 2002-08-18 [alfons]     0.8.1claws75
8622
8623         * src/inc.c
8624         * src/matcher.c
8625                 plug other memleaks reported by Martin Kluge
8626
8627 2002-08-18 [paul]       0.8.1claws74
8628
8629         * po/pt_BR.po
8630                 updated by Fabio Jr. Beneditto
8631
8632 2002-08-18 [paul]       0.8.1claws73
8633
8634         * src/toolbar.[ch]
8635                 fix bug where tooltips were displayed untranslated              
8636
8637         * src/prefs_toolbar.c
8638                 fix bug where clicking 'Cancel' creates an icon & text
8639                 toolbar regardless of prefs
8640         
8641
8642 2002-08-17 [oliver]     0.8.1claws72
8643
8644         * src/prefs_toolbar.c
8645                 update toolbar on CANCEL
8646                 bug reported by Martin Kluge
8647         * src/toolbar.c
8648                 toolbar_destroy memleak fixed           
8649
8650 2002-08-17 [alfons]     0.8.1claws71
8651
8652         * src/toolbar.c
8653                 plug another memleak reported by Martin Kluge
8654
8655 2002-08-16 [alfons]     0.8.1claws70
8656
8657         * src/crash.c
8658                 use execvp() correctly (suggested by wwp; thanks!)
8659
8660 2002-08-16 [alfons]     0.8.1claws69
8661
8662         * src/gtksctree.c
8663                 plug memory leak reported by Kim Schultz & Martin Kluge
8664
8665 2002-08-16 [paul]       0.8.1claws68
8666
8667         * po/es.po
8668                 updated by Ricardo Mones Lastra
8669
8670 2002-08-16 [paul]       0.8.1claws67
8671
8672         * src/toolbar.h
8673                 fix bug where 'Compose News' icon showed wrong
8674                 tooltip
8675
8676 2002-08-16 [paul]       0.8.1claws66
8677
8678         * sync with 0.8.1cvs24
8679                 see ChangeLog 2002-08-16
8680
8681         * po/it.po
8682                 updated by Alessandro Maestri
8683
8684 2002-08-15 [paul]       0.8.1claws65
8685
8686         * po/sr.po
8687                 updated by Urke MMI
8688
8689 2002-08-15 [paul]       0.8.1claws64
8690
8691         * src/*.c
8692                 don't translate debug info
8693
8694         * src/matcher.[ch]
8695                 add copyright info
8696
8697 2002-08-15 [paul]       0.8.1claws63
8698
8699         * src/prefs_toolbar.c
8700                 fix bug where clicking 'OK' creates an icon & text
8701                 toolbar regardless of prefs
8702
8703 2002-08-14 [alfons]     0.8.1claws62
8704
8705         * src/main.c
8706                 add global var that has the full argv[0]
8707         * src/crash.c
8708                 o execvp the correct sylpheed by using argv0
8709                   and setting the correct work dir
8710                 o other tweaks  
8711
8712 2002-08-14 [oliver]     0.8.1claws61
8713         
8714         * enable/disable Toolbar Action Buttons 
8715         * code cleanups
8716         * src/mainwindow.c
8717         * src/toolbar.[ch]      
8718         * src/prefs_toolbar.c   
8719
8720 2002-08-14 [melvin]     0.8.1claws60
8721
8722         * po/fr.po
8723                 Updated French translations
8724
8725 2002-08-14 [melvin]     0.8.1claws59
8726
8727         * src/crash.c
8728                 Made bug report not translatable
8729         * src/exporthtml.c
8730                 Fixed exporthtml_build_filespec() return value
8731         * src/foldersel.c
8732                 Fixed incorrect include file
8733         * src/gtkspell.c
8734         * src/prefs_actions.c
8735         * src/prefs_toolbar.c
8736                 Made debug info not translatable
8737         * src/mutt.c
8738         * src/quote_fmt.c
8739                 Added missing includes
8740         * src/prefs_common.c
8741                 Fixed typo
8742
8743 2002-08-14 [paul]       0.8.1claws58
8744
8745         * faq/es/sylpheed-faq.html
8746           faq/es/sylpheed-faq-[1-3].html
8747           faq/es/sylpheed-faq-4.html     **NEW FILE **
8748                 update Spanish FAQ
8749
8750 2002-08-13 [christoph]  0.8.1claws57
8751
8752         * src/procmsg.c
8753                 ignore thread fix that did not mark all
8754                 child nodes of a ignored thread as
8755                 ignored. Does not work perfectly yet,
8756                 but it is better now
8757
8758 2002-08-13 [alfons]     0.8.1claws56
8759
8760         * src/crash.c
8761                 o implement 'save crash log'
8762                 o some tweaks
8763
8764 2002-08-13 [melvin]     0.8.1claws55
8765
8766         * src/main.c
8767                 removed unrequired "execinfo.h" header
8768
8769 2002-08-12 [paul]       0.8.1claws54
8770
8771         * faq/en/sylpheed-faq.html
8772           faq/en/sylpheed-faq-[1-3].html
8773           faq/en/sylpheed-faq-4.html     **NEW FILE **
8774                 update English FAQ
8775
8776 2002-08-12 [alfons]     0.8.1claws53
8777
8778         * po/POTFILES.in
8779                 add crash.c to translatables
8780         * src/crash.c
8781                 bring in Leandro's crash dialog
8782
8783 2002-08-11 [alfons]     0.8.1claws52
8784
8785         * src/crash.c
8786                 clean up some warnings
8787
8788 2002-08-11 [alfons]     0.8.1claws51
8789
8790         * acconfig.h
8791         * configure.in
8792         * src/crash.[ch]        ** NEW FILES **
8793         * src/main.c            
8794                 initial gdb crash handler
8795
8796 2002-08-11 [paul]       0.8.1claws50
8797
8798         * src/prefs_toolbar.c
8799                 replace Up/Down arrow pixmaps with text to be
8800                 consistent across icon themes
8801
8802 2002-08-11 [paul]       0.8.1claws49
8803
8804         * src/prefs_common.c
8805           src/prefs_toolbar.c
8806                 rename 'Pixmap' -> 'Icon'
8807
8808         * src/toolbar.[ch]
8809                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8810
8811 2002-08-10 [paul]       0.8.1claws48
8812
8813         * src/prefs_toolbar.c
8814                 re-work the UI
8815
8816 2002-08-10 [paul]       0.8.1claws47
8817
8818         * src/main.c
8819                 don't write Processing progress to status bar
8820                 patch submitted by Alexander Evseev
8821
8822         * src/prefs_toolbar.c
8823                 re-position and resize window
8824                 make window assume correct size on first call
8825
8826 2002-08-10 [paul]       0.8.1claws46
8827
8828         * src/mainwindow.c
8829           src/prefs_toolbar.c
8830           src/toolbar.c
8831           src/toolbar.h
8832                 obey coding style
8833                 follow UI text conventions
8834
8835 2002-08-10 [alfons]     0.8.1claws45
8836
8837         * src/toolbar.c
8838                 correct pixmap for delete action
8839
8840 2002-08-10 [paul]       0.8.1claws44
8841
8842         * po/pt_BR.po
8843                 updated by Fabio Jr. Beneditto
8844
8845 2002-08-10 [paul]       0.8.1claws43
8846
8847         * po/POTFILES.in
8848                 add custom toolbar files
8849
8850 2002-08-10 [paul]       0.8.1claws42
8851
8852         * sync with 0.8.1cvs22
8853                 see ChangeLog 2002-08-09
8854
8855 2002-08-09 [paul]       0.8.1claws41
8856
8857         * tools/Makefile.am
8858           tools/README
8859           tools/outlook2sylpheed.pl     ** NEW FILE **
8860                 add script to convert exported Outlook
8861                 contacts list to a Sylpheed addressbook.
8862                 Submitted by Ricardo Mones Lastra.
8863
8864 2002-08-09 [paul]       0.8.1claws40
8865
8866         * AUTHORS
8867           configure.in
8868           po/sr.po      ** NEW FILE **
8869                 add Serbian message catalog. Submitted by
8870                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8871
8872 2002-08-09 [paul]       0.8.1claws39
8873
8874         * sync with 0.8.1cvs21
8875                 see ChangeLog 2002-08-08
8876
8877 2002-08-08 [oliver]     0.8.1claws38
8878
8879         * src/mainwindow.c
8880                 move Custom Toolbar to Configuration menu
8881
8882 2002-08-08 [oliver]     0.8.1claws37
8883
8884         * src/prefs_toolbar.c
8885                 fix substitute pixmap bug
8886
8887 2002-08-08 [paul]       0.8.1claws36
8888
8889         * sync with 0.8.1cvs19
8890                 see ChangeLog 2002-08-08
8891
8892 2002-08-07 [christoph]  0.8.1claws35
8893
8894         * src/utils.c
8895                 fixed a memory leak in new canonicalize_file_replace
8896
8897 2002-08-07 [christoph]  0.8.1claws34
8898
8899         * src/utils.[ch]
8900                 o canonicalize_file_replace should create the temporary
8901                   file in the same directory as the original file.
8902                 o added get_tmpfile_in_dir that creates a temorary file
8903                   in a specified directory.
8904
8905 2002-08-07 [melvin]     0.8.1claws33
8906
8907         * src/toolbar.c
8908                 fixed bug where 'Article' button acted as 'Email' button.
8909
8910 2002-08-07 [paul]       0.8.1claws32
8911
8912         * sync with 0.8.1.cvs17
8913                 see ChangeLog 2002-08-07
8914
8915 2002-08-07 [colin]      0.8.1claws31
8916         
8917         * src/news.c
8918                 fix mass-cancel problem
8919
8920 2002-08-07 [thorsten]   0.8.1claws30
8921
8922         * src/prefs_toolbar.c
8923                 fix: crash on replace or add new button
8924         * src/toolbar.c
8925                 fix: close xmlfile after reading
8926         * src/utils.c
8927                 fix: unlink() file before rename()
8928
8929 2002-08-06 [paul]       0.8.1claws29
8930
8931         * sync with 0.8.cvs15
8932                 see ChangeLog 2002-08-06
8933
8934 2002-08-06 [oliver]     0.8.1claws28
8935
8936         * src/toolbar.c
8937         * src/prefs_toolbar.c
8938                 fixed empty toolbar issue
8939
8940 2002-08-06 [oliver]     0.8.1claws27
8941
8942         * Custom Toolbar Final 
8943         * src/folderview.c
8944         * src/inc.c
8945         * src/summaryview.c
8946                 o toolbar stuff now lives in src/toolbar.[ch]
8947                 o main_window_toolbar_* functions are renamed to
8948                   toolbar_* reflecting their new source file
8949         * src/mainwindow.[ch]
8950                 o remove toolbar stuff  
8951
8952 2002-08-06 [oliver]     0.8.1claws26
8953         
8954         * src/Makefile.am
8955         * src/prefs_toolbar.[ch]        **New File**
8956         * src/toolbar.[ch]              **New File**
8957                 o prefs_toolbar.[ch] custom toolbar frontend
8958                 o toolbar.[ch]       backend 
8959
8960 2002-08-06 [oliver]     0.8.1claws25
8961
8962         * src/prefs_actions.[ch]
8963                 o new exported function actions_execute
8964
8965 2002-08-06 [paul]       0.8.1claws24
8966
8967         * sync with 0.8.1cvs4
8968                 see ChangeLog 2002-08-06
8969
8970 2002-08-06 [paul]       0.8.1claws23
8971
8972         * sync with 0.8.1cvs13
8973                 see ChangeLog 2002-08-06
8974
8975 2002-08-06 [paul]       0.8.1claws22
8976
8977         * sync with 0.8.1cvs12
8978                 see ChangeLog 2002-08-05 and 2002-08-06
8979
8980 2002-08-06 [match]      0.8.1claws21
8981
8982         * src/addrclip.c
8983                 improvements to cut/copy/paste address
8984
8985 2002-08-05 [match]      0.8.1claws20
8986
8987         * src/addritem.[ch]
8988         * src/addrcache.c
8989         * src/addrbook.c
8990         * src/editaddress.c
8991         * src/addressbook.c
8992                 fixes to improve cut/copy/paste
8993
8994 2002-08-06 [melvin]     0.8.1claws19
8995
8996         * src/account.[ch]
8997                 account_find_all_from_address(): new function that returns the
8998                 list of all accounts that are matched in an address.
8999         * src/alertpanel.[ch]
9000                 alertpanel() now accepts a custom widget
9001                 alertpanel_with_widget(): new function that pops up a panel with
9002                 a custom widget in it 
9003         * src/gtkutils.[ch]
9004                 gtkut_account_menu_new(): new function that allows the selection
9005                 of an account from a list of accounts.
9006         * src/messageview.c
9007                 Extended Return Receipt notification to select the correct 
9008                 account and to make a security test on the Delivery-Notification
9009                 address which should be the same as the Return-Path.
9010
9011 2002-08-06 [thorsten]   0.8.1claws18
9012
9013         * src/mimeview.c
9014                 attach_all: save unnamed as "noname.%d",
9015                 dont free static dirname
9016
9017 2002-08-05 [alfons]     0.8.1claws17
9018
9019         * configure.in
9020                 detect XIM by trying to link rather than compile a XIM program
9021
9022 2002-08-05 [oliver]     0.8.1claws16
9023                 
9024         * src/stock_pixmap.[ch]
9025                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9026                 o new func to retrieve pixmaps
9027
9028 2002-08-05 [paul]       0.8.1claws15
9029
9030         * sync with 0.8.1cvs10
9031                 see ChangeLog 2002-08-05
9032
9033 2002-08-04 [alfons]     0.8.1claws14
9034
9035         * src/textview.c
9036                 see if this plugs memleak
9037
9038 2002-08-04 [melvin]     0.8.1claws13
9039
9040         * src/gtkspell.c
9041                 fixed bug that could crash Sylpheed when highlighting
9042                 all misspelled words.
9043
9044 2002-08-03 [melvin]     0.8.1claws12
9045
9046         * src/prefs_actions.c
9047                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9048         * src/messageview.c
9049                 fixed bug where the Return Receipt was sent to
9050                 Delivery-Notification-To address even if it was not present
9051
9052 2002-08-02 [alfons]     0.8.1claws11
9053
9054         * src/prefs_actions.c
9055                 o more check for NULLs
9056                 o put create_io_dialog() in right conditional block
9057
9058 2002-08-02 [paul]       0.8.1claws10
9059
9060         * po/es.po
9061                 updated by Ricardo Mones Lastra
9062
9063 2002-08-01 [christoph]  0.8.1claws9
9064
9065         * src/folder.c
9066                 don't free the cache of the opened
9067                 folder in the summaryview
9068         * src/summaryview.c
9069                 don't unset flags, if it is not required
9070
9071 2002-08-01 [paul]       0.8.1claws8
9072
9073         * sync with 0.8.1cvs8
9074                 see ChangeLog entry 2002-08-01
9075
9076 2002-08-01 [paul]       0.8.1claws7
9077
9078         * sync with 0.8.1cvs7
9079                 see ChangeLog 2002-07-31 and 2002-08-01
9080
9081 2002-07-31 [christoph]  0.8.1claws6
9082
9083         * src/mainwindow.c
9084                 forgot to update menu sensitivity
9085                 function for new menu entry
9086
9087 2002-07-31 [alfons]     0.8.1claws5
9088
9089         * src/main.c
9090                 check folder item and its path for NULL on
9091                 initial processing
9092
9093 2002-07-31 [christoph]  0.8.1claws4
9094
9095         * src/folder.c
9096                 check if folder_item_get_msginfo in
9097                 folder_item_remove_msg returned NULL
9098         * src/imap.c
9099                 better clear the uid cache in the
9100                 uid validity check function and delete
9101                 cached messages
9102
9103 2002-07-31 [paul]       0.8.1claws3
9104
9105         * man/sylpheed.1
9106                 add the '--attach' option and a few other
9107                 minor changes
9108
9109 2002-07-31 [paul]       0.8.1claws2
9110
9111         * sync with 0.8.1cvs5
9112                 see ChangeLog 2002-07-31
9113
9114 2002-07-31 [christoph]  0.8.1claws1
9115
9116         * src/folderview.[ch]
9117         * src/mainwindow.c
9118                 replace "Rescan all folders..." with
9119                 "Check all folders for new messages..."
9120
9121 2002-07-30 [paul]       0.8.1claws
9122
9123         * version 0.8.1claws released
9124
9125 2002-07-30 [paul]       0.8.0claws29
9126
9127         * tools/OOo2sylpheed.pl ** NEW FILE **
9128           tools/README
9129                 add script to enable sending documents as
9130                 attachments from OpenOffice.org
9131
9132 2002-07-30 [melvin]     0.8.0claws28
9133
9134         * src/prefs_actions.c
9135                 Made the actions' input/output dialog display
9136                 without delay.
9137
9138 2002-07-30 [christoph]  0.8.0claws27
9139
9140         * src/procmsg.c
9141                 check if folder_item_get_msginfo in
9142                 procmsg_save_to_outbox returned NULL
9143
9144 2002-07-30 [paul]       0.8.0claws26
9145
9146         * sync with 0.8.1cvs4
9147                 see ChangeLog 2002-07-29
9148
9149 2002-07-29 [thorsten]   0.8.0claws25
9150
9151         * README.claws
9152                 added selective download, delete on server
9153
9154 2002-07-29 [paul]       0.8.0claws24
9155
9156         * sync with 0.8.1cvs3
9157                 see ChangeLog 2002-07-29
9158
9159 2002-07-27 [christoph]  0.8.0claws23
9160
9161         * src/folder.c
9162                 add extra check if fetching the msginfo
9163                 returned NULL
9164
9165 2002-07-27 [paul]       0.8.0claws22
9166
9167         * sync with 0.8.1cvs2
9168                 see ChangeLog 2002-07-26
9169
9170 2002-07-27 [christoph]  0.8.0claws21
9171
9172         * src/imap.c
9173                 add another check if a valid msginfo
9174                 was returned
9175
9176 2002-07-26 [hoa]        0.8.0claws20
9177
9178         * src/folder.c
9179                 Fixed a condition in folder_item_destroy()
9180
9181         * src/imap.c
9182                 Fixed an error in IMAP protocol
9183
9184 2002-07-26 [alfons]     0.8.0claws19
9185
9186         * src/folder.c
9187                 ofcourse compare with identifier, not the path
9188
9189 2002-07-26 [alfons]     0.8.0claws18
9190
9191         * src/folder.c
9192                 use folder item identifier for saving / restoring
9193                 preferences because folder->path might not be unique
9194
9195 2002-07-26 [melvin]     0.8.0claws17
9196
9197         * src/logwindow.c
9198                 Fixed a crash introduced in 0.8.0claws5 when log is 
9199                 cut under 80 characters.
9200
9201 2002-07-26 [paul]       0.8.0claws16
9202
9203         * sync with 0.8.1cvs1
9204                 see ChangeLog 2002-07-26
9205
9206 2002-07-26 [christoph]  0.8.0claws15
9207
9208         * src/imap.[ch]
9209                 imap folder now remembers the last selected
9210                 folder and imap_fetch_msginfo skips selecting
9211                 the folder if it is already selected
9212
9213 2002-07-26 [christoph]  0.8.0claws14
9214
9215         * src/folder.c
9216         * src/folderview.c
9217         * src/imap.c
9218                 fix imap folder rescanning
9219
9220 2002-07-25 [christoph]  0.8.0claws13
9221
9222         * src/filter.c
9223         * src/folder.[ch]
9224         * src/folderview.c
9225         * src/imap.[ch]
9226         * src/mainwindow.c
9227         * src/mbox_folder.c
9228         * src/mh.c
9229         * src/news.c
9230                 implement imap uid cache and uid validity check
9231
9232 2002-07-25 [alfons]     0.8.0claws12
9233
9234         * src/summaryview.c
9235                 fix a brown paper bag bug, and also add some more
9236                 checks
9237
9238 2002-07-25 [christoph]  0.8.0claws11
9239
9240         * src/folder.c
9241                 don't mix copy, fetch_msginfo and remove
9242                 operations in folder item copy and move
9243                 operations
9244
9245 2002-07-25 [christoph]  0.8.0claws10
9246
9247         * src/folderview.c
9248         * src/mainwindow.c
9249         * src/prefs_folder_item.c
9250         * src/summaryview.[ch]
9251                 remove no longer required parameter update_cache from
9252                 summary_show
9253
9254 2002-07-25 [paul]       0.8.0claws9
9255
9256         * sync with 0.8.1
9257         
9258         * AUTHORS
9259                 a few corrections
9260
9261 2002-07-24 [alfons]     0.8.0claws8
9262
9263         * src/summaryview.c
9264                 sort correctly when using simplified subject line
9265                 (closes feature request "[ 585141 ] applying regexp to subject 
9266                 before sort" submitted by Alexandra Walford)
9267
9268 2002-07-24 [paul]       0.8.0claws7
9269
9270         * sync with 0.8.0cvs3
9271                 see ChangeLog 2002-07-24
9272
9273 2002-07-23 [christoph]  0.8.0claws6
9274
9275         * src/folder.c
9276         * src/folder.h
9277         * src/summaryview.c
9278         * src/summaryview.h
9279         * src/main.c
9280                 o separate processing and summaryview
9281                 o removed summary_write_cache from summaryview
9282                 o removed summaryview->killed_messages, because we don't have
9283                   to keep a list of killed messages anymore. New cache will
9284                   keep the hidden messages in cache anyway
9285         * src/folderview.c
9286         * src/inc.c
9287         * src/selective_download.c
9288                 o removed unnecessary summary_write_cache calls
9289         * src/procmsg.c
9290                 o don't set ignore thread flag in procmsg_get_thread_tree
9291                   if it is already set
9292         * src/mainwindow.c
9293         * src/statusbar.h
9294                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9295                   they are used in different files
9296
9297 2002-07-23 [melvin]     0.8.0claws5
9298
9299         * src/addressbook.c
9300         * src/addrgather.c
9301         * src/editaddress.c
9302         * src/editgroup.c
9303         * src/editldap_basedn.c
9304         * src/importldif.c
9305         * src/prefs_common.c
9306                 Fixed few memory leak (gtk_editable_get_chars returns
9307                 an allocated string)
9308         * src/logwindow.c
9309                 Fixed few memory leak (gtk_editable_get_chars returns
9310                 an allocated string) and modified a little the log cutting
9311                 loop.
9312         * src/compose.c
9313                 Replaced a call to an obsolete function gtk_entry_get_text()
9314                 by gtk_editable_get_chars()
9315         * src/send.c
9316                 Removed a debug printf
9317
9318 2002-07-23 [christoph]  0.8.0claws4
9319
9320         * src/filesel.c
9321                 fix another g_dirname memory leak
9322
9323 2002-07-23 [christoph]  0.8.0claws3
9324
9325         * src/mh.c
9326                 fixed a memory leak in mh_fetch_msginfo
9327                 fixed crash when message header could not be
9328                 parsed
9329
9330 2002-07-23 [paul]       0.8.0claws2
9331
9332         * sync with 0.8.0cvs2
9333                 see ChangeLog 2002-07-23
9334
9335 2002-07-23 [paul]       0.8.0claws1
9336
9337         * sync with 0.8.0cvs1
9338                 see ChangeLog 2002-07-23
9339
9340 2002-07-23 [paul]       0.8.0claws
9341
9342         * release of 0.8.0claws
9343
9344 2002-07-23 [paul]       0.7.8claws99
9345
9346         * po/ru.po
9347                 new Russian translation, submitted by
9348                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9349
9350 2002-07-22 [jens]       0.7.8claws98
9351
9352         * po/de.po
9353                 Updated German translations.
9354
9355 2002-07-22 [paul]       0.7.8claws97
9356
9357         * po/es.po
9358           po/it.po
9359           po/nl.po
9360           po/pt_BR.po
9361                 updated translations by Ricardo Mones Lastra,
9362                 Alessandro Maestri, Wilbert Berendsen and 
9363                 Fabio Jr. Beneditto respectively
9364
9365 2002-07-22 [christoph]  0.7.8claws96
9366
9367         * src/mimeview.c
9368                 fix memory leak caused by wrong g_dirname usage
9369
9370 2002-07-22 [christoph]  0.7.8claws95
9371
9372         * src/summaryview.c
9373                 update new and unread message counts for summaryview
9374                 summaryview does not get it from the folder anymore
9375                 and has to update the values itself
9376
9377 2002-07-22 [melvin]     0.7.8claws94
9378
9379         * po/fr.po
9380                 Updated French translations.
9381
9382 2002-07-22 [christoph]  0.7.8claws93
9383
9384         * src/matcher.c
9385                 set prop->preg pointer to NULL or following check
9386                 will not fail and regexec will be called with
9387                 invalid pointer
9388
9389 2002-07-21 [alfons]     0.7.8claws92
9390         
9391         * src/prefs_common.[ch]
9392                 remove option "Send return receipt on request"
9393
9394 2002-07-21 [thorsten]   0.7.8claws91
9395
9396         * src/mimeview.c
9397                 fixed memleaks, coding style as pointed out by alfons
9398
9399 2002-07-21 [alfons]     0.7.8claws90
9400
9401         * src/messageview.c
9402         * src/noticeview.[ch]
9403                 o fix bug notice view being displayed when going to empty folder 
9404                   (noticed by Christoph)
9405                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9406                   (noticed by Thorsten)
9407
9408 2002-07-21 [thorsten]   0.7.8claws89
9409
9410         * src/mimeview.c
9411                 Included save_all patch from Xaview FACQ
9412                 added support for pathnames
9413
9414 2002-07-21 [alfons]     0.7.8claws88
9415
9416         * po/POTFILES.in
9417         * src/Makefile.am
9418         * src/mainwindow.c
9419         * src/messageview.[ch]
9420         * src/noticeview.c      ** NEW FILE **
9421         * src/noticeview.h      ** NEW FILE **
9422                 make return receipts work again
9423                 (UI idea by Leandro Pereira)
9424
9425 2002-07-21 [paul]       0.7.8claws87
9426
9427         * src/summaryview.c
9428                 fix sensitivity of 'Select thread'
9429
9430 2002-07-21 [paul]       0.7.8claws86
9431
9432         * src/prefs_common.c
9433                 add browser command line for Galeon
9434
9435 2002-07-21 [paul]       0.7.8claws85
9436
9437         * Makefile.am
9438                 fix 'EXTRA_DIST': remove README.README, add TODO
9439                 and TODO.claws
9440
9441 2002-07-21 [alfons]     0.7.8claws84
9442
9443         * src/gtkstext.c
9444                 make enter clear selection
9445                 (closes "[ 579888 ] Editor selection/entry error"
9446                 reported by Steve Lamb)
9447
9448 2002-07-21 [alfons]     0.7.8claws83
9449         
9450         * src/summaryview.c
9451                 sort message list when selecting unthread messages
9452                 (closes "[ 501593 ] switching threaded view doesn't sort"
9453                 reported by Simon Schubert)
9454
9455 2002-07-20 [alfons]     0.7.8claws82
9456         
9457         * src/matcher.c
9458                 const-correctness
9459
9460 2002-07-20 [thorsten]   0.7.8claws81
9461
9462         * src/matcher.c
9463                 Fixed expansion of empty fields in matchactions
9464
9465 2002-07-19 [melvin]     0.7.8claws80
9466
9467         * src/gtkspell.c
9468                 Removed a duplicate menu entry (fast mode) introduced during
9469                 the new cache merge
9470                 Added a menu separator between 'Use alternate' and 'Fast mode'
9471
9472 2002-07-19 [paul]       0.7.8claws79
9473
9474         * tools/Makefile.am
9475           tools/README
9476                 correct typos
9477
9478 2002-07-19 [thorsten]   0.7.8claws78
9479
9480         * tools/calypso_convert.pl      ** NEW FILE **
9481           tools/README
9482           tools/Makefile.am
9483                 script to import mbox files exported
9484                 by calypso
9485                 o generates folder structure
9486                 o includes attachments
9487
9488 2002-07-19 [melvin]     0.7.8claws77
9489
9490         * src/selective_download.[ch]
9491                 Fixed bug where closing the dialog with the window manager's
9492                 close button will not unlock the summary
9493                 Corrected some function declarations that missed a return value
9494                 Made the source code comply better with coding style.
9495         * src/prefs_common.c
9496                 Added new browser command line for Mozilla.
9497
9498 2002-07-18 [paul]       0.7.8claws76
9499
9500         * src/mainwindow.c
9501           src/selective_download.[ch]
9502                 reflect theme changes, fix Gdk Warning when creating 
9503                 pixmap from NULL window, and minor clean up.
9504                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9505
9506         * po/en_GB.po
9507                 updated
9508
9509 2002-07-17 [paul]       0.7.8claws75
9510
9511         * INSTALL[.jp]
9512                 sync with 0.8.0
9513         
9514         * po/en_GB.po
9515                 updated
9516
9517 2002-07-16 [paul]       0.7.8claws74
9518
9519         * tools/filter_conv.pl
9520           tools/README
9521                 replace conversion script with reimplemented version, 
9522                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9523
9524 2002-07-16 [colin]      0.7.8claws73
9525
9526         * src/summaryview.c
9527                 remove forgotten debug messages - sorry ;-)
9528
9529 2002-07-16 [colin]      0.7.8claws72
9530
9531         * src/mimeview.c
9532           src/summaryview.c
9533           src/textview.c
9534           src/textview.h
9535                 add the ability to select part of a text mime-part 
9536                 to reply.
9537
9538 2002-07-15 [christoph]  0.7.8claws71
9539
9540         * src/folder.c
9541                 fix folder message count for folders without
9542                 msg_is_changed (includes news folders)
9543
9544 2002-07-15 [martin]     0.7.8claws70
9545
9546         * src/summaryview.c
9547                 option "display recipient on 'From'..." now works
9548                 without the need of enabling the option
9549                 "display  sender  using  address  book".
9550
9551 2002-07-15 [christoph]  0.7.8claws69
9552
9553         * src/summaryview.c
9554                 removed setting folder status from summaryview.
9555                 folder.c should update all message counts correctly.
9556
9557 2002-07-15 [paul]       0.7.8claws68
9558
9559         * po/pt_BR.po
9560                 updated by Fabio Junior Beneditto
9561
9562 2002-07-15 [darko]      0.7.8claws67
9563
9564         * src/mh.c
9565                 Fixed target folder colorization, don't decrease op
9566                 number twice
9567
9568 2002-07-14 [paul]       0.7.8claws66
9569
9570         * sync with main 0.8.0
9571                 see ChangeLog 2002-07-14
9572
9573 2002-07-13 [melvin]     0.7.8claws65
9574         
9575         * src/addrbook.c
9576         * src/addressbook.c
9577         * src/addrindex.c
9578                 Replaced sprintf by g_snprintf to prevent possible buffer
9579                 overflow.
9580         * src/news.c
9581                 Corrected a log message output format.
9582                 Added a missing "done" debug output.
9583         * src/compose.c
9584                 Added keyboard accelerator for Priority menu items
9585                 Added missing \n in debug output
9586         * src/logwindow.c
9587         * src/gtkspell.c
9588         * src/rfc2015.c
9589                 Added missing \n in debug output
9590
9591 2002-07-13 [paul]       0.7.8claws64
9592
9593         * man/sylpheed.1
9594                 change Sergey's email address to the sf address
9595
9596         * src/textview.c
9597                 increase show_url_timeout (more useful for long
9598                 urls)
9599
9600 2002-07-12 [sergey]     0.7.8claws63
9601
9602         * src/rfc2015.c
9603                 applied (with some modifications) patch to set the
9604                 micalg parameter for signatures
9605                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9606
9607 2002-07-12 [sergey]     0.7.8claws62
9608
9609         * man/Makefile.am
9610         * configure.in
9611                 fixed man page installation
9612
9613 2002-07-12 [paul]       0.7.8claws61
9614
9615         * sync with 0.7.8cvs26
9616                 see ChangeLog 2002-07-11 and 2002-07-12
9617
9618 2002-07-11 [christoph]  0.7.8claws60
9619
9620         * src/compose.c
9621         * src/procmsg.c
9622                 first use the message number to find the message
9623                 to mark with a reply flag but check the
9624                 message-id if we got the correct message, if not
9625                 try to find it by message-id.
9626                 use new string seperator that is not allowed
9627                 in message-ids.
9628
9629 2002-07-11 [paul]       0.7.8claws59
9630
9631         * sync with 0.7.8cvs23
9632                 see ChangeLog 2002-07-10
9633
9634 2002-07-10 [christoph]  0.7.8claws58
9635
9636         * src/folder.[ch]
9637         * src/msgcache.[ch]
9638                 Added message-id table to the cache in memory
9639                 and functions to msgcache.c and folder.c to
9640                 fetch MsgInfos by message id
9641         * src/compose.c
9642         * src/procmsg.c
9643                 store folder and message-id of message replying
9644                 to in queue header and set reply flag after sending
9645                 (Closes bug #469498)
9646
9647 2002-07-10 [paul]       0.7.8claws57
9648
9649         * AUTHORS
9650           man/sylpheed.1.gz
9651                 add Martin to the list of authors
9652
9653 2002-07-09 [martin]     0.7.8claws56
9654         * src/gtksctree.c
9655                 Added gtk_ctree_last_visible(), tree_update_level(),
9656                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9657                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9658                 from gtk+ to gtksctree.c for the new sorting code
9659                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9660                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9661         * src/gtksctree.h
9662                 Added declaration for gtk_sctree_sort_recursive() and
9663                 gtk_sctree_sort_node
9664         * src/addressbook.c
9665         * src/foldersel.c
9666         * src/folderview.c
9667         * src/summaryview.c
9668                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9669                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9670
9671 2002-07-08 [paul]       0.7.8claws55
9672
9673         * more sync with 0.7.8cvs21
9674                 see ChangeLog 2002-07-08
9675
9676 2002-07-08 [paul]       0.7.8claws54
9677
9678         * sync with 0.7.8cvs21
9679                 see ChangeLog 2002-07-08
9680
9681 2002-07-07 [alfons]     0.7.8claws53
9682
9683         * src/Makefile.am
9684         * src/stock_pixmap.[ch]
9685         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9686         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9687         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9688                 add new pixmaps for upcoming notice pane
9689
9690 2002-07-06 [melvin]     0.7.8claws52
9691
9692         * src/gtkspell.[ch]
9693                 Made them a bit closer to Sylpheed's coding style.
9694                 Removed old code.
9695                 Removed possible memory leaks when some errors occurs.
9696
9697 2002-07-06 [melvin]     0.7.8claws51
9698
9699         * po/Makefile.in.in
9700                 Removed --no-location in xgettext command line to help
9701                 translators that use Emacs' po-mode
9702         * src/quote_fmt.c
9703                 Removed unnecessary comments that messed up sylpheed.pot
9704
9705 2002-07-06 [paul]       0.7.8claws50
9706
9707         * sync with 0.7.8cvs19
9708                 see ChangeLog 2002-07-05
9709
9710 2002-07-06 [christoph]  0.7.8claws49
9711
9712         * src/folder.c
9713         * src/mainwindow.c
9714                 fix folder_item_remove_all_msg and folderview
9715                 status for trash folders after emptying trash
9716
9717 2002-07-05 [paul]       0.7.8claws48
9718
9719         * sync with 0.7.8cvs16
9720                 see ChangeLog 2002-07-04 and 2002-07-05
9721
9722 2002-07-04 [paul]       0.7.8claws47
9723
9724         * sync with 0.7.8cvs14
9725                 see  ChangeLog 2002-07-04
9726
9727 2002-07-03 [alfons]     0.7.8claws46
9728
9729         * src/folder.c
9730                 dupe folder item's path because it's being reallocated
9731                 by new folder scanning code
9732
9733 2002-07-03 [christoph]  0.7.8claws45
9734
9735         * src/imap.c
9736                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9737         * src/msgcache.c
9738                 add missing return in msgcache_write
9739
9740 2002-07-02 [thorsten]   0.7.8claws44
9741
9742         * src/jpilot.c
9743         * src/msgcache.c
9744         * src/rfc2015.c
9745                 use binary mode for file access
9746
9747 2002-07-02 [christoph]  0.7.8claws43
9748
9749         * major code cleanup (part 1)
9750         
9751                 - unused variables removed
9752                 - unused functions removed
9753                 - uninitialized variables checked
9754                 - missing return statements added
9755                 - missing function return types added
9756                 - added parentheses around assignment and
9757                   && in || when suggested by gcc
9758               
9759         * src/mh.c
9760         * src/folder.c
9761                 replaced direct calls to folder->scan_tree
9762                 with folder_scan_tree and restore folder
9763                 prefs in this function. The folder should
9764                 not have to deal with them.
9765                 ( Should now work for all folder types )
9766
9767 2002-07-02 [paul]       0.7.8claws42
9768
9769         * sync with 0.7.8cvs13
9770                 see ChangeLog 2002-07-01 and 2002-07-02
9771
9772 2002-07-01 [christoph]  0.7.8claws41
9773
9774         * src/summaryview.c
9775                 fix "goto next/prev unread message" with
9776                 ignored threads
9777
9778 2002-07-01 [paul]       0.7.8claws40
9779
9780         * po/es.po
9781                 updated by Ricardo Mones Lastra
9782
9783 2002-06-30 [match]      0.7.8claws39
9784
9785         * src/jpilot.c
9786                 applied variation of leonerd's patch (566661) to
9787                 allow multiple email addresses per JPilot entry.
9788                 addresses may be separated by space, comma, pipe,
9789                 semi-colon, new-line.
9790
9791 2002-06-30 [alfons]     0.7.8claws38
9792
9793         * src/procmsg.c
9794                 simple fix for putting older nodes before
9795                 newer nodes when threading by subject
9796
9797 2002-06-30 [christoph]  0.7.8claws37
9798
9799         * src/folder.c
9800         * src/folderview.c
9801         * src/mh.c
9802         * src/news.c
9803         * src/procmsg.c
9804                 fix broken folder tree rescaning
9805                 and don't use procmsg_get_mark_sum
9806                 anymore
9807
9808 2002-06-30 [christoph]  0.7.8claws36
9809
9810         * merge new cache branch
9811         * src/imap.c
9812                 fix new cache imap copy bug
9813         * src/folder.c
9814                 improved folder_item_scan
9815                 it should now always set the correct
9816                 new, unread and total message counts
9817
9818 2002-06-29 [paul]       0.7.8claws35
9819
9820         * configure.in
9821                 correct syntax error
9822
9823 2002-06-29 [paul]       0.7.8claws34
9824
9825         * configure.in
9826           Makefile.am
9827           man/Makefile.am       ** NEW FILE **
9828           man/sylpheed.1.gz     ** NEW FILE **
9829                 add Sylpheed man page
9830
9831 2002-06-29 [paul]       0.7.8claws33
9832
9833         * po/pt_BR.po
9834                 updated by Fabio Junior Beneditto
9835
9836 2002-06-28 [jens]       0.7.8claws32
9837
9838         * po/de.po
9839                 translation updated
9840
9841         * src/selective_download.c
9842                 removed gettext for space " "
9843
9844         * src/imap.c
9845                 removed wrong space
9846
9847 2002-06-28 [paul]       0.7.8claws31
9848
9849         * sync with 0.7.8cvs11
9850                 see ChangeLog 2002-06-28
9851
9852 2002-06-28 [paul]       0.7.8claws30
9853
9854         * sync with 0.7.8cvs10
9855                 see ChangeLog 2002-06-27 and 2002-06-28
9856
9857 2002-06-26 [paul]       0.7.8claws29
9858
9859         * src/addrgather.c
9860           src/selective_download.c
9861                 don't gettextise empty strings.
9862                 reserved by gettext. gettext("") returns 
9863                 the header entry with meta information, 
9864                 not the empty string
9865
9866         * po/en_GB.po
9867                 updated
9868
9869 2002-06-26 [paul]       0.7.8claws28
9870
9871         * sync with 0.7.8cvs7
9872                 see ChangeLog 2002-06-25
9873
9874         * src/prefs_common.c
9875                 ...and in the process, tweak the gui a little
9876
9877 2002-06-25 [alfons]     0.7.8claws27
9878         
9879         * configure.in
9880         * src/Makefile.am
9881                 fine tune ldap library detection
9882
9883 2002-06-25 [alfons]     0.7.8claws26
9884
9885         * src/compose.c
9886                 don't allow return receipts when composing a news article
9887
9888 2002-06-25 [paul]       0.7.8claws25
9889
9890         * Makefile.am
9891                 add '$(AMTAR)' to 'release' section to allow for
9892                 new and older autotools
9893
9894 2002-06-25 [paul]       0.7.8claws24
9895
9896         * src/summaryview.c
9897                 fix "No more unread messages" persistant pop-up
9898                 window bug
9899
9900 2002-06-25 [paul]       0.7.8claws23
9901
9902         * po/it.po
9903                 updated by Alessandro Maestri
9904
9905 2002-06-25 [paul]       0.7.8claws22
9906
9907         * sync with 0.7.8cvs6
9908                 see ChangeLog 2002-06-25
9909
9910 2002-06-24 [paul]       0.7.8claws21
9911
9912         * tools/update-po
9913                 add GPL copyright information
9914
9915 2002-06-24 [paul]       0.7.8claws20
9916
9917         * tools/Makefile.am
9918           tools/README
9919           tools/update-po       ** NEW FILE **
9920                 add script that eases the creation of *.po files
9921                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9922
9923 2002-06-23 [alfons]     0.7.8claws19
9924
9925         * src/messageview.c
9926                 make notification_convert_header obey const correctness
9927                 (next step will be fixing the broken return receipt)
9928
9929 2002-06-23 [paul]       0.7.8claws18
9930
9931         * src/messageview.c
9932                 fix bug introduced in last commit:
9933                 removed too much code in last commit - put back what's
9934                 needed
9935
9936 2002-06-23 [paul]       0.7.8claws17
9937
9938         * src/messageview.[ch]
9939                 remove code committed in error from locally patched
9940                 source
9941
9942 2002-06-23 [colin]      0.7.8claws16
9943
9944         * src/compose.[ch]
9945                 add compose_entry_select(), used to select the default_to
9946                 email address - hopefully avoiding people sending mails to
9947                 wrong recipients.
9948
9949 2002-06-22 [alfons]     0.7.8claws15
9950
9951         * AUTHORS
9952                 add Bram Metsch & Stanislav Karchebny
9953         * src/smtp.[ch]
9954         * src/prefs_account.[ch]
9955         * src/send.c
9956                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9957                   options.  (see <http://sourceforge.net/tracker/index.php
9958                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9959
9960                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9961                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9962
9963 2002-06-22 [paul]       0.7.8claws14
9964
9965         * sync with 0.7.8cvs5
9966                 see ChangeLog 2002-06-19 and 2002-06-20
9967
9968 2002-06-22 [alfons]     0.7.8claws13
9969
9970         * src/selective_download.c
9971                 fix a stupid mistake I made
9972
9973 2002-06-22 [alfons]     0.7.8claws12
9974
9975         * src/selective_download.[ch]
9976                 fix another unnoticed leak; cleanup code
9977
9978 2002-06-21 [alfons]
9979
9980         * tools/Makefile.am
9981                 gpg-sign <-- gpg-sign-syl
9982
9983 2002-06-21 [alfons]     0.7.8claws11
9984
9985         * src/selective_download.c
9986         * src/selective_download.h
9987                 fix assorted mix of allocation errors (should solve
9988                 problem reported by Philippe Gramoullé, see:
9989                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9990
9991 2002-06-20 [melvin]     0.7.8claws10
9992
9993         * tools/gpg-sign *REMOVED*
9994           tools/gpg-sign-syl *ADDED*
9995                 Replaced the gpg clearsigning script with the version using
9996                 xterm instead of ssh-askpass and changed its name.
9997
9998         * README.claws
9999                 Updated actions example to reflect the renaming of the
10000                 gpg clearsigning script.
10001
10002 2002-06-19 [paul]       0.7.8claws9
10003
10004         * sync with 0.7.8claws9
10005                 see ChangeLog 2002-06-18 and 2002-06-19
10006
10007 2002-06-19 [paul]       0.7.8claws8
10008
10009         * sync with 0.7.8cvs1
10010                 see ChangeLog 2002-06-18
10011
10012 2002-06-18 [alfons]     0.7.8claws7
10013
10014         * src/mainwindow.h
10015                 add omitted prototype
10016
10017 2002-06-17 [paul]       0.7.8claws6
10018
10019         * src/mainwindow.c
10020                 fix hiding of exec_btn
10021
10022 2002-06-17 [paul]       0.7.8claws5
10023
10024         * src/pop.c
10025                 remove unneeded code: should_delete() 
10026                 and Pop3State::uidl_todelete_list
10027
10028 2002-06-17 [paul]       0.7.8claws4
10029
10030         * sync with 0.7.8
10031                 see ChangeLog 2002-06-11 and 2002-06-13
10032
10033 2002-06-16 [alfons]     0.7.8claws3
10034         
10035         * src/folder.c
10036                 make sure lock sort mode (claws specific) is
10037                 also persists after a tree rescan
10038
10039 2002-06-16 [alfons]     0.7.8claws2
10040
10041         * src/prefs_folder_item.c
10042         * src/folder.[ch]
10043                 fix persistence of folder sort mode (broken
10044                 by adapting Hiro's new folder persistence code)
10045
10046 2002-06-16 [alfons]     0.7.8claws1
10047
10048         * AUTHORS
10049         * src/logwindow.c
10050         * src/prefscommon.[ch]
10051                 control size of log text in log window; 
10052                 closes patch #569155 submitted by Mitko Haralanov.
10053
10054 2002-06-15 [paul]       0.7.8claws
10055
10056         * release of 0.7.8claws
10057
10058 2002-06-15 [paul]       0.7.7claws
10059
10060         * po/pt_BR.po
10061                 updated by Fabio Junior Beneditto
10062
10063 2002-06-14 [paul]       0.7.6claws49
10064
10065         * po/es.po
10066                 updated by Ricardo Mones Lastra
10067
10068 2002-06-14 [paul]       0.7.6claws48
10069
10070         * po/nl.po
10071                 updated translation by Wilbert Berendsen
10072
10073 2002-06-14 [melvin]     0.7.6claws47
10074
10075         * po/fr.po
10076                 Updated French translation
10077
10078 2002-06-13 [paul]       0.7.6claws46
10079
10080         * src/filesel.c
10081                 allow filename to be typed in, rather than just
10082                 selected by the mouse. Patch by Gustavo Noronha Silva.
10083
10084 2002-06-13 [alfons]     0.7.6claws45
10085
10086         * src/mainwindow.[ch]
10087                 more cleanups (removing unnecessary menu items Expand 
10088                 summary / message view)
10089
10090 2002-06-13 [melvin]     0.7.6claws44
10091
10092         * po/POTFILES.in
10093                 Added src/string_match.c
10094         * src/string_match.c
10095                 Fixed possible buffer overflow.
10096                 Corrected typo.
10097                 Added missing config.h header.
10098         * src/prefs_common.c
10099           src/prefs_matcher.c
10100           src/prefs_scoring.c
10101                 Made some strings translatable (missing _(..)).
10102
10103 2002-06-13 [melvin]     0.7.6claws43
10104
10105         * README.claws
10106                 Corrected action example (verifying clearsigned mail).
10107         * src/prefs_account.c
10108                 Corrected typo.
10109         * src/prefs_common.c
10110                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10111
10112 2002-06-12 [alfons]     0.7.6claws42
10113
10114         * src/summaryview.c
10115                 add init of score column lost in 0.7.6claws42
10116
10117 2002-06-12 [paul]       0.7.6claws41
10118
10119         * src/prefs_account.c
10120                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10121                 behavior of the radio buttons, (from 0.7.7cvs2)
10122
10123 2002-06-11 [alfons]     0.7.6claws40
10124
10125         * src/messageview.[ch]
10126         * src/summaryview.[ch]
10127         * src/summary_search.c
10128         * src/mainwindow.c
10129                 perform a sync to bring in Hiro's separate view implementation 
10130
10131                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10132
10133 2002-06-11 [paul]       0.7.6claws39
10134         
10135         * src/prefs_account.c
10136                 correct a typo on the Receive tab
10137
10138 2002-06-10 [match]      0.7.6claws38
10139
10140         * src/addressbook.c
10141                 Included address completion patch from Gustavo Noronha.
10142
10143 2002-06-10 [paul]       0.7.6claws37
10144
10145         * src/inc.[ch]
10146           src/pop.c
10147           src/prefs_account.[ch]
10148           src/selective_download.[ch]
10149                 apply PATCH #561712
10150                  NEW:
10151                 - check if POP Account
10152                 - Receive Button renamed to Preview
10153                 - Preview Button Popup: preview new/all messages
10154                 - Download Button
10155                 - Account Preferences-->Receive tab checkbutton if you
10156                   want to remove Mail after Download
10157                 -: default YES
10158                 - Account Preferences-->Receive tab checkbutton use
10159                   filtering rules on preview
10160                   (think of delete_on_server)
10161                 -: default YES
10162                 - Account selectable from SD dialog
10163                 - checkbutton to show already downloaded messages if
10164                   all messages are previewed
10165                 - new clist column showing Date
10166                 - ESC KEY close
10167                 FIXES:
10168                 - play ball with UIDL
10169                 - fault tolerant (?) 
10170                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10171
10172 2002-06-10 [melvin]     0.7.6claws36
10173
10174         * README.claws
10175                 Added a hint to ac/README in cvs instructions.
10176
10177         * src/prefs_actions.c
10178                 Made it possible to use a more elaborate command line
10179                 for asynchronous actions, too.
10180
10181 2002-06-10 [melvin]     0.7.6claws35
10182         
10183         * src/prefs_actions.c
10184                 Make it possible to use a more elaborate command line
10185                 (e.g. |foo|bar|cat>there;echo Done|)
10186                 Corrected error message when calling %f, %F and %p commands
10187                 from the compose window.
10188
10189 2002-06-09 [colin]      0.7.6claws34
10190
10191         * src/summaryview.c
10192                 Automatically find unread messages in current folder
10193                 before annoying the user.
10194
10195 2002-06-08 [alfons]     0.7.6claws33
10196
10197         * po/it.po
10198                 remove bad formatting string in it.po translation
10199                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10200
10201 2002-06-08 [paul]       0.7.6claws32
10202
10203         * sync with 0.7.6cvs25
10204                 see ChangeLog 2002-06-07
10205
10206 2002-06-05 [paul]       0.7.6claws31
10207
10208         * src/mainwindow.c
10209                 add 'Sort by locked' and 'Sort by score'
10210
10211 2002-06-05 [paul]       0.7.6claws30
10212
10213         * sync with 0.7.6cvs24
10214                 see ChangeLog 2002-06-04
10215
10216 2002-06-04 [paul]       0.7.6claws29
10217
10218         * po/pt_BR.po
10219                 updated by Fabio Junior Beneditto
10220
10221 2002-06-03 [thorsten]   0.7.6claws28
10222
10223         * src/matcher.c
10224                 fclose() matcherrc after reading
10225
10226 2002-06-03 [paul]       0.7.6claws27
10227
10228         * sync with 0.7.6cvs21
10229                 see ChangeLog 2002-05-31
10230
10231 2002-05-31 [paul]       0.7.6claws26
10232
10233         * sync with 0.7.6cvs20
10234                 see ChangeLog 2002-05-29 and 2002-05-30
10235
10236 2002-05-31 [paul]       0.7.6claws25
10237
10238         * src/imap.c
10239                 hopefully fix last buggy sync
10240
10241         * README.claws
10242                 correct typo in 'Actions' examples
10243
10244 2002-05-29 [paul]       0.7.6claws24
10245
10246         * sync with 0.7.6cvs18
10247                 see ChangeLog 2002-05-28 and 2002-05-29
10248
10249         * src/news.c
10250           src/nntp.[ch]
10251                 sync with above 
10252
10253 2002-05-28 [paul]       0.7.6claws23
10254
10255         * sync with 0.7.6cvs16
10256                 see ChangeLog 2002-05-28
10257
10258 2002-05-27 [thorsten]   0.7.6claws22 
10259
10260         * faq/it/sylpheed-faq-1.html
10261           faq/it/sylpheed-faq-2.html
10262           faq/it/sylpheed-faq-3.html
10263           faq/it/sylpheed-faq.html
10264                 corrected DOS lineendings
10265         * faq/de/sylpheed-faq-1.html
10266           faq/de/sylpheed-faq-2.html
10267           faq/en/sylpheed-faq-1.html
10268           faq/en/sylpheed-faq-2.html
10269           faq/en/sylpheed-faq-3.html
10270           faq/es/sylpheed-faq-1.html
10271           faq/es/sylpheed-faq-2.html
10272           faq/es/sylpheed-faq-3.html
10273           faq/fr/sylpheed-faq-1.html
10274           faq/it/sylpheed-faq-1.html
10275           faq/it/sylpheed-faq-2.html
10276           faq/it/sylpheed-faq-3.html
10277           faq/it/sylpheed-faq.html
10278                 changed ">" to &quot;
10279
10280 2002-05-27 [paul]       0.7.6claws21
10281         
10282         * sync with 0.7.6cvs15
10283                 see ChangeLog 2002-05-27
10284
10285 2002-05-27 [paul]       0.7.6claws20
10286
10287         * src/prefs_account.c
10288                 correct a typo
10289
10290 2002-05-26 [paul]       0.7.6claws19
10291
10292         * tools/README
10293                 correct a typo
10294
10295 2002-05-25 [paul]       0.7.6claws18
10296
10297         * tools/README
10298                 add description of kmail2sylpheed.pl
10299
10300 2002-05-25 [paul]       0.7.6claws17
10301
10302         * tools/kmail2sylpheed.pl       ** NEW FILE **
10303                 perl script that converts an exported Kmail address
10304                 book, converts it to sylpheed addressbook file,
10305                 writes the file to .sylpheed, and updates
10306                 addrbook--index.xml 
10307
10308 2002-05-25 [paul]       0.7.6claws16
10309
10310         * sync with 0.7.6cvs14
10311                 see ChangeLog 2002-05-23
10312
10313 2002-05-24 [paul]       0.7.6claws15
10314
10315         * README.claws
10316                 make a correction and add some more info
10317
10318 2002-05-24 [paul]       0.7.6claws14
10319
10320         * src/compose.c
10321                 fix memory leak in 
10322                 compose_redirect_write_headers_from_headerlist()
10323                 add Subject and Resent-Message-ID to
10324                 compose_redirect_write_headers()
10325                 Received, Subject, and X-UIDL are filtered out in 
10326                 compose_redirect_write_to_file()
10327
10328 2002-05-23 [paul]       0.7.6claws13
10329
10330         * src/compose.[ch]
10331           src/filtering.c
10332           src/mainwindow.c
10333           src/matcher.[ch]
10334           src/matcher_parser_lex.l
10335           src/matcher_parser_parse.y
10336           src/prefs_common.[ch]
10337           src/prefs_filtering.c
10338           src/summaryview.c
10339                 rename 'Bounce' to 'Redirect'
10340
10341 2002-05-23 [paul]       0.7.6claws12
10342
10343         * more sync with 0.7.6cvs13
10344           src/compose.c
10345                 see ChangeLog 2002-05-22
10346
10347 2002-05-22 [paul]       0.7.6claws11
10348
10349         * sync with 0.7.6cvs13
10350           src/codeconv.c
10351                 see ChangeLog 2002-05-20
10352           src/prefs_common.c
10353                 see ChangeLog 2002-05-22
10354
10355 2002-05-21 [melvin]     0.7.6claws10
10356
10357         * src/folderview.c
10358                 Added missing filtering and scoring headers
10359                 Fixed bad function call that showed garbage 
10360                 in Folder->Processing
10361
10362 2002-05-21 [paul]       0.7.6claws9
10363
10364         * tools/Makefile.am
10365                 make all tools executable, (patch by Alfons).
10366
10367 2002-05-20 [alfons]     0.7.6claws8
10368
10369         * src/procheader.c
10370                 don't forget to call mktime() so we have a valid week 
10371                 and year day
10372                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10373
10374 2002-05-20 [paul]       0.7.6claws7
10375
10376         * src/html.c
10377                 fix broken parsing of urls
10378         * src/textview.c
10379                 fix displaying of urls
10380
10381                 both fixes from the patch [547855] by Eugene 
10382                 Brevdo (zonem)
10383
10384 2002-05-19 [alfons]     0.7.6claws6
10385
10386         * configure.in
10387                 make sylpheed configure correctly with the latest
10388                 and greatest of automake / autoconf / gettext
10389
10390 2002-05-19 [alfons]     0.7.6claws5
10391
10392         * src/procheader.c
10393         * src/procheader.h
10394                 add function for returning ime zone offset
10395         * src/quote_fmt.c
10396         * src/quote_fmt_parse.y
10397                 better quotation formatting - does not convert
10398                 to local time, but uses the original date string.
10399                 
10400                 Note: %z inserts the timezone offset (should 
10401                 work also on platforms where strftime does not
10402                 support %z).
10403
10404 2002-05-18 [christoph]  0.7.6claws4
10405
10406         * src/summaryview.c
10407                 fix indentation of some code
10408         * tools/Makefile.am
10409                 fix spaces after \
10410         * src/Makefile.am
10411                 add missing \
10412                 correct path for ignorethread.xpm
10413                 incorrect filename for sylpheed_logo.xpm
10414                 add missing include matcher_parser_parse.h
10415
10416 2002-05-18 [paul]       0.7.6claws3
10417
10418         * sync with 0.7.6cvs8
10419                 see ChangeLog 2002-05-16 and 2002-05-17
10420
10421 2002-05-18 [melvin]     0.7.6claws2
10422
10423         * README.claws
10424                 Corrected an action's definition and fixed some misspellings.
10425
10426 2002-05-18 [paul]       0.7.6claws1
10427
10428         * tools/Makefile.am
10429           tools/gpg-sign        ** new file **
10430           tools/uudec           ** new file **
10431                 add Melvin's Actions scripts
10432
10433         * README.claws
10434                 add Melvin's descriptions for Actions
10435
10436 2002-05-18 [paul]       0.7.6claws
10437
10438         * Version 0.7.6claws released
10439
10440 2002-05-17 [paul]       0.7.5claws32
10441
10442         * po/es.po
10443                 updated by Ricardo Mones Lastra
10444
10445 2002-05-17 [paul]       0.7.5claws31
10446
10447         * src/compose.c
10448                 fix Account prefs default folder for sent/draft/deleted
10449                 messages bug
10450
10451         * po/it.po
10452           po/nl.po
10453                 updated translation by Alessandro Maestri and
10454                 Wilbert Berendsen
10455
10456 2002-05-17 [melvin]     0.7.5claws30
10457
10458         * src/prefs_actions.c
10459                 Fixed bug where using %F not at the end of the command 
10460                 resulted in an additional empty argument being created.
10461                 Thanks to Darko Koruga for reporting the bug.
10462
10463 2002-05-17 [melvin]     0.7.5claws29
10464
10465         * po/fr.po
10466                 Updated French translations.
10467
10468 2002-05-15 [paul]       0.7.5claws28
10469         
10470         * po/es.po
10471                 updated by Ricardo Mones Lastra
10472
10473 2002-05-15 [paul]       0.7.5claws27
10474
10475         * sync with 0.7.6cvs4
10476                 see ChangeLog 2002-05-14 and 2002-05-15
10477
10478 2002-05-14 [paul]       0.7.5claws26
10479
10480         * sync with 0.7.6cvs1
10481                 see ChangeLog 2002-05-13
10482
10483 2002-05-13 [thorsten]   0.7.5claws25
10484
10485         * src/messageview.c
10486                 fix select_all and copy in multipart messages
10487         * src/mainwindow.c
10488                 fix select_all and copy in multipart messages
10489
10490 2002-05-12 [paul]       0.7.5claws24
10491
10492         * src/summaryview.c
10493                 reverse last commit, bug already fixed in 0.7.5claws3
10494
10495 2002-05-12 [netztorte]  0.7.5claws23
10496
10497         * src/summaryview.c
10498                 dont parse empty addressbook (checked in before claws20)
10499
10500 2002-05-12 [melvin]     0.7.5claws22
10501
10502         * src/procmsg.[ch]
10503                 Removed unneeded priority code introduced by the previous 
10504                 commit.
10505
10506 2002-05-12 [melvin]     0.7.5claws21
10507
10508         * src/compose.[ch]
10509                 Added possibility to set message's priority.
10510         * src/procmsg.[ch]
10511                 Added possibility to set message's priority.
10512                 Added missing headers
10513
10514 2002-05-12 [melvin]     0.7.5claws20
10515
10516         * src/prefs_actions.c
10517                 Removed implicitely added quotes around the name
10518                 of the temporary files of mime parts.
10519
10520 2002-05-12 [paul]       0.7.5claws19
10521
10522         * sync with 0.7.5cvs20
10523                 see ChangeLog 2002-05-11
10524
10525 2002-05-12 [alfons]     0.7.5claws18
10526
10527         * src/quote_fmt_lex.l
10528         * src/quote_fmt_parse.y
10529                 allow quote / reply date & time format to be set using
10530                 %D{format}. format is a format string you'd pass to
10531                 strftime() (see man strftime, or the Display tab |
10532                 Date format setting).
10533
10534                 Currently %D converts the date to local time. 
10535
10536 2002-05-11 [paul]       0.7.5claws17
10537
10538         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10539                 see ChangeLog 2002-05-10 and 2002-05-11
10540
10541 2002-05-10 [paul]       0.7.5claws16
10542
10543         * sync with 0.7.5cvs16
10544                 see ChangeLog entries 2002-05-09 and 
10545                 2002-05-10
10546
10547 2002-05-10 [colin]      0.7.5claws15
10548
10549         * src/textview.c
10550                 Corrected a bug that prevented sylpheed to open
10551                 double-clicked URIs.
10552
10553 2002-05-09 [paul]       0.7.5claws14
10554
10555         * sync with 0.7.5cvs14
10556                 see ChangeLog 2002-05-08 and 2002-05-09
10557
10558 2002-05-08 [paul]       0.7.5claws13
10559
10560         * sync with 0.7.5cvs11
10561                 see ChangeLog entry 2002-05-08
10562
10563 2002-05-08 [paul]       0.7.5claws12
10564
10565         * src/mainwindow.c
10566           src/textview.[ch]
10567                 fix segfault on View->Open in new window
10568                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10569
10570 2002-05-07 [paul]       0.7.5claws11
10571
10572         * sync with 0.7.5cvs9
10573                 see ChangeLog entry 2002-05-07
10574
10575 2002-05-06 [paul]       0.7.5claws10
10576
10577         * src/messageview.c
10578           src/textview.c
10579                 display url in statusbar on single-click
10580                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10581
10582 2002-05-06 [match]      0.7.5claws9
10583
10584         * src/addritem.[ch]
10585                 new functions.
10586         * src/addrcache.c
10587                 tidy up.
10588         * src/xmlprops.[ch]
10589                 XML implementation of properties file.
10590         * src/exporthtml.[ch]
10591         * src/expthtmldlg.[ch]
10592         * src/addressbook.c
10593                 export to HTML.
10594
10595 2002-05-02 [sergey]     0.7.5claws8
10596
10597         * src/mainwindow.c (mainwin_entries),
10598           src/prefs_common.c (prefs_send_create()),
10599           src/codeconv.c (locale_table):
10600                 use charset name "Windows-1251" instead of "CP1251".
10601
10602 2002-05-02 [colin]      0.7.5claws7
10603         
10604         * src/compose.c
10605           src/prefs_common.c
10606           src/prefs_folder_item.c
10607                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10608
10609 2002-05-02 [hiro]       0.7.5claws6
10610
10611         * src/imap.c
10612                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10613
10614 2002-05-02 [paul]       0.7.5claws5
10615
10616         * src/compose.c
10617                 more sync with 0.7.5cvs7, see ChangeLog entry
10618                 2002-05-02
10619
10620 2002-05-02 [hiro]       0.7.5claws4
10621
10622         * src/compose.c
10623                 compose_queue_sub():
10624                 check if queue folder exists (closes #550397).
10625                 removed directory creation since it should be handled
10626                 transparently.
10627         * src/imap.c
10628                 imap_add_msg(): return UID for appended message
10629                 (closes #548842).
10630
10631 2002-04-30 [paul]       0.7.5claws3
10632
10633         * src/summaryview.c
10634                 fix account_find_from_address() bug
10635
10636 2002-04-28 [colin]      0.7.5claws2
10637
10638         * src/compose.c
10639           src/textview.c
10640           src/prefs_common.[ch]
10641           src/utils.[ch]
10642                 Added user-definable quotation characters recognition.
10643
10644 2002-04-28 [paul]       0.7.5claws1
10645
10646         * sync with 0.7.5cvs4
10647                 see ChangeLog entry  2002-04-25
10648
10649 2002-04-28 [paul]       0.7.5claws
10650
10651         * po/es.po
10652           po/nl.po
10653           po/pt_BR.po
10654                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10655                 Fabio Junior Beneditto
10656
10657 2002-04-27 [jens]       0.7.4claws103
10658
10659         * po/de.po
10660                 updated German translation.
10661
10662 2002-04-27 [hiro]       0.7.4claws102
10663
10664         * src/summaryview.c
10665                 summary_write_cache(): fixed the mark loss of hidden messages.
10666
10667 2002-04-26 [melvin]     0.7.4claws101
10668
10669         * src/procmsg.c
10670                 fixed a second typo (same one)
10671         * po/fr.po
10672           po/it.po
10673           po/pt_BR.po
10674                 fixed the type again...
10675
10676 2002-04-26 [melvin]     0.7.4claws100
10677
10678         * src/procmsg.c
10679                 fixed a typo in an alert message ("temorary").
10680         * po/it.po
10681         * po/pt_BR.po
10682                 corrected the typo  described above.
10683         * po/fr.po
10684                 updated French translation.
10685
10686 2002-04-26 [darko]      0.7.4claws99
10687
10688         * src/summaryview.c
10689                 fix target folder colorization
10690
10691 2002-04-25 [paul]       0.7.4claws98
10692
10693         * po/it.po
10694                 updated by Alessandro Maestri
10695
10696 2002-04-24 [colin]      0.7.4claws97
10697         
10698         * src/compose.c
10699                 Fixed double "subject is empty" question.
10700
10701 2002-04-23 [colin]      0.7.4claws96
10702         
10703         * src/mimeview.c
10704                 Corrected issue when "automatically display images" was
10705                 not set : first image remained after selecting second.
10706
10707 2002-04-23 [melvin]     0.7.4claws95
10708
10709         * src/prefs_actions.c
10710                 Don't display in/out dialog if there is nothing to show.
10711
10712 2002-04-23 [paul]       0.7.4claws94
10713
10714         * sync with 0.7.5cvs3
10715                 bug fixes: see ChangeLog entry 2002-04-23
10716
10717 2002-04-22 [darko]      0.7.4claws93
10718
10719         * src/compose.c
10720                 fix previous check-in which changed code after
10721                 merge from main
10722
10723 2002-04-22 [paul]       0.7.4claws92
10724
10725         * faq/de/*
10726                 add German FAQ
10727         * faq/en/*
10728           faq/es/*
10729           faq/fr/*
10730                 update English, Spanish and French FAQs
10731         * manual/de/*
10732           manual/es/*
10733                 add German and Spanish manuals
10734         * manual/en/*
10735           manual/fr/*
10736                 update English and French manuals
10737
10738         * src/Makefile.am
10739                 add to and re-arrange the pixmap entries
10740
10741 2002-04-22 [darko]      0.7.4claws91
10742
10743         * src/compose.c
10744                 fix sender initials recognition to only allow
10745                 '>' after the initials
10746
10747 2002-04-21 [paul]       0.7.4claws90
10748
10749         * sync with 0.7.5 release
10750                 see ChangeLog entry 2002-04-21
10751
10752 2002-04-21 [alfons]
10753
10754         * src/Makefile.am
10755                 add colin's new pixmaps to EXTRA_DIST
10756
10757 2002-04-21 [colin]      0.7.4claws89
10758         * src/compose.c
10759         * src/inc.c
10760         * src/mainwindow.[ch]
10761         * src/prefs_common.[ch]
10762         * src/stock_pixmap.[ch]
10763                 Added "Work offline" ability.
10764
10765 2002-04-21 [colin]      0.7.4claws88
10766         
10767         * src/mimeview.c
10768         * src/prefs_common.c
10769         * src/prefs_common.h
10770         * src/textview.c : Added an option to common preferences -> display
10771           to allow user not to automatically display images.
10772
10773 2002-04-21 [paul]       0.7.4claws87
10774
10775         * sync with 0.7.4cvs52
10776                 see ChangeLog entry 2002-04-21 (src/imap.c)
10777
10778 2002-04-21 [paul]       0.7.4claws86
10779
10780         * sync with 0.7.4cvs51
10781                 see ChangeLog entry 2002-04-21
10782
10783 2002-04-21 [paul]       0.7.4claws85
10784
10785         * sync with 0.7.4cvs49
10786                 see ChangeLog entries 2002-04-20 and 2002-04-21
10787
10788         * src/Makefile.am
10789                 clean up: remove old 'stock_' element from xpm 
10790                 filenames.
10791
10792 2002-04-21 [alfons]     0.7.4claws84
10793
10794         apply sync patch from Paul
10795
10796         * src/folderview.c
10797                 use old claws prefs_folder_item_create() for now
10798
10799 2002-04-19 [match]      0.7.4claws83
10800
10801         * src/addressbook.[ch]
10802         * src/addrharvest.[ch]
10803         * src/addrgather.[ch]
10804                 recurse folders.
10805         * src/mainwindow.c
10806         * src/summaryview.[ch]
10807                 change menu option.
10808
10809 2002-04-19 [paul]       0.7.4claws82
10810
10811         * po/pt_BR.po
10812                 updated by Fabio Junior Beneditto
10813
10814 2002-04-14 [alfons]     0.7.4claws81
10815
10816         * src/passphrase.c
10817                 add #include <sys/types.h> for mode_t and off_t 
10818
10819 2002-04-13 [paul]       0.7.4claws80
10820         
10821         * src/main.c
10822           src/passphrase.[ch]
10823           src/pgptext.c
10824           src/prefs_common.[ch]
10825           src/rfc2015.c
10826                 enable storing of GnuPG passphrase for the whole 
10827                 session or a user-defined number of minutes. patch 
10828                 submitted by Ravemax <ravemax@dextrose.com>
10829
10830 2002-04-13 [alfons]     0.7.4claws79
10831
10832         * src/textview.c
10833                 make email parser also stop scanning when encountering separators
10834                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10835
10836 2002-04-13 [paul]       0.7.4claws78
10837
10838         * sync with 0.7.4cvs39
10839                 see ChangeLog entry 2002-04-12
10840
10841 2002-04-11 [paul]       0.7.4claws77
10842
10843         * sync with 0.7.4cvs37
10844                 see ChangeLog entry 2002-04-11
10845
10846 2002-04-11 [paul]       0.7.4claws76
10847
10848         * COPYING 
10849                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10850                 the clause for OpenSSL). sync with sylpheed main
10851
10852 2002-04-09 [melvin]     0.7.4claws75
10853
10854         * src/compose.c
10855                 Made 'Ctrl-Enter' on send ignore some modifiers 
10856                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10857                 to bind other *-Enter (but not Alt-Enter).
10858
10859 2002-04-09 [paul]       0.7.4claws74
10860
10861         * sync with 0.7.4cvs35
10862                 see ChangeLog entries 2002-04-09
10863
10864 2002-04-08 [paul]       0.7.4claws73
10865
10866         * sync with 0.7.4cvs33
10867                 see ChangeLog entry 200-04-08
10868
10869 2002-04-07 [match]      0.7.4claws72
10870
10871         * src/addrharvest.[ch]
10872                 fixed to read all addresses in header, regardless
10873                 of header size. improved name parsing. accommodate
10874                 harvest from folders and selected message.
10875         * src/addritem.[ch]
10876                 included new address parsing function.
10877         * src/addrgather.[ch]
10878         * src/addressbook.[ch]
10879         * src/summaryview.[ch]
10880         * src/mainwindow.c
10881                 allow address harvest of folder as well as selected
10882                 messages.
10883
10884 2002-04-07 [paul]       0.7.4claws71
10885
10886         * src/esmtp.[ch]
10887           src/smtp.c
10888                 don't try to authenticate with CRAM-MD5 in SMTP when 
10889                 SMTP-AUTH enabled if MTA doesn't issue this 
10890                 auth-method in it's ehlo-response. bug item #531364,
10891                 patch item #938910. patch submitted by Colin Leroy 
10892                 <colin@colino.net>
10893
10894 2002-04-07 [paul]       0.7.4claws70
10895
10896         * src/nntp.c
10897                 fix missing MODE_READER bug. patch submitted by
10898                 Colin Leroy <colin@colino.net>
10899
10900 2002-04-07 [alfons]     0.7.4claws69
10901
10902         * src/matcher.[ch]
10903         * src/prefs_filtering.c
10904         * src/summaryview.c
10905                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10906                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10907
10908 2002-04-07 [paul]       0.7.4claws68
10909
10910         * sync with 0.7.4cvs32
10911                 see ChangeLog entry 2002-04-06
10912
10913         * tools/filter_conv.pl
10914                 more bug fixes
10915
10916 2002-04-06 [paul]       0.7.4claws67
10917
10918         * tools/filter_conv.pl
10919                 modify to be able to find the name of the first
10920                 mailbox and use that. main's filter does not
10921                 record the full path to the mailbox and therefore
10922                 can only filter to the first mailbox.
10923
10924 2002-04-05 [paul]       0.7.4claws66
10925
10926         * tools/filter_conv.pl
10927                 attempt to make the script all-encompassing and
10928                 be able to convert any main 'filter' rule thrown
10929                 at it
10930
10931 2002-04-05 [paul]       0.7.4claws65
10932
10933         * tools/filter_conv.pl
10934                 allow for collapsed folder trees
10935
10936 2002-04-05 [paul]       0.7.4claws64
10937
10938         * sync with 0.7.4cvs31
10939                 see ChangeLog entries 2002-04-05
10940
10941 2002-04-03 [paul]       0.7.4claws63
10942
10943         * sync with 0.7.4cvs29
10944                 see ChangeLog entries 2002-04-02 and 2002-04-03
10945
10946 2002-04-02 [paul]       0.7.4claws62
10947
10948         * sync with 0.7.4cvs26
10949                 see ChangeLog entry 2002-04-01
10950
10951 2002-04-02 [match]      0.7.4claws61
10952
10953         * src/pine.[ch]
10954         * src/importpine.[ch]
10955         * src/addressbook.c
10956                 import Pine address book.
10957
10958 2002-04-02 [match]      0.7.4claws60
10959
10960         * src/addrharvest.[ch]
10961                 improve address parsing of funky addresses.
10962
10963 2002-04-02 [darko]      0.7.4claws59
10964
10965         * src/compose.c
10966                 wrap on send improvements, it now recognizes quoted
10967                 initials as part of the quotation string, and it
10968                 does not join lines separated by CR
10969
10970 2002-04-01 [match]      0.7.4claws58
10971
10972         * src/mgutils.[ch]
10973                 added new functions.
10974         * src/mutt.[ch]
10975                 remove excessive duplicate address generation
10976                 on import.
10977
10978 2002-04-01 [alfons]     0.7.4claws57
10979         
10980         * src/summaryview.c
10981                 put back g_free() 
10982
10983 2002-04-01 [paul]       0.7.4claws56
10984
10985         * sync with 0.7.4cvs25
10986                 see ChangeLog entry 2002-04-01
10987
10988 2002-04-01 [alfons]     0.7.4aprilfool55
10989
10990         * src/summaryview.c
10991                 honour feature request item #537427 to allow for
10992                 displaying names from address book for sent mail also
10993
10994 2002-03-29 [paul]       0.7.4claws54
10995
10996         * src/mainwindow.c
10997           src/prefs_filtering.[ch]
10998           src/prefs_matcher.c
10999           src/summaryview.c
11000                 add 'fast filter' for claws' filtering,
11001                 /Tools/Create filter rule/... patch submitted
11002                 by Neill Miller <neillm@thecodefactory.org>
11003
11004 2002-03-29 [paul]       0.7.4claws53
11005
11006         * sync with 0.7.4cvs24
11007                 see ChangeLog entry 2002-03-29
11008
11009 2002-03-28 [paul]       0.7.4claws52
11010
11011         * sync with 0.7.4cvs23
11012                 see ChangeLog entry 2002-03-28
11013
11014 2002-03-27 [melvin]     0.7.4claws51
11015
11016         * src/prefs_actions.c
11017                 Added support to pass only one message part (as a
11018                 file) to the command using '%p'. No quotes are needed
11019                 because doubles quotes are automatically added.
11020                 Fixed bug where Sylpheed could block when waiting for
11021                 a child process to finish.
11022                 Changed the help menu to remove quotes around symbols to 
11023                 avoid misinterpretation (they must not be used).
11024
11025 2002-03-27 [melvin]     0.7.4claws50
11026
11027         * src/inc.c
11028                 Made the new mail notification command always 
11029                 execute asynchronously.
11030
11031 2002-03-27 [paul]       0.7.4claws49
11032
11033         * src/compose.c
11034                 fix bug introduced in last commit
11035
11036 2002-03-27 [paul]       0.7.4claws48
11037
11038         * sync with 0.7.4cvs21
11039                 see ChangeLog 2002-03-26 and 2002-03-27
11040
11041 2002-03-26 [hoa]        0.7.4claws47
11042
11043         * src/prefs_folder_item.c
11044                 really fixed the bug #516442 with folder rescan.
11045
11046 2002-03-26 [paul]       0.7.4claws46
11047
11048         * sync with 0.7.4cvs19
11049                 see ChangeLog entries 2002-03-25 and 2002-03-26
11050
11051 2002-03-25 [hoa]        0.7.4claws45
11052
11053         * src/matcher.c
11054         * src/mh.c
11055                 fix the bug #516442 with folder rescan.
11056
11057         * src/prefs_common.[ch]
11058         * src/compose.c
11059                 added an option to enable two different behaviours
11060                 for bounce.
11061
11062
11063 2002-03-25 [paul]       0.7.4claws44
11064
11065         * src/mainwindow.c
11066           src/selective_download.c
11067                 correct a few menuitem labels
11068
11069 2002-03-25 [christoph]  0.7.4claws43
11070
11071         * src/procmsg.c
11072                 fix non deleted tmp message in
11073                 procmsg_save_to_outbox
11074                 fix problems caused by sync with
11075                 main branch's procmsg_send_queue
11076
11077 2002-03-25 [paul]       0.7.4claws42
11078
11079         * src/quote_fmt.c
11080           src/quote_fmt_lex.l
11081           src/quote_fmt_parse.y
11082                 add Last name (%L) placeholder for quoting. 
11083                 patch submitted by Thorsten Thielen 
11084                 <thth@users.sourceforge.net>
11085
11086 2002-03-25 [paul]       0.7.4claws41
11087
11088         * src/utils.c
11089                 get full hostname. patch submitted by
11090                 Bob Woodside <rwoodside1@comcast.net>
11091
11092 2002-03-25 [paul]       0.7.4claws40
11093
11094         * src/account.c
11095           src/news.c
11096           src/nntp.[ch]
11097           src/prefs_account.[ch]
11098                 enable NNTP over SSL. patch submitted by
11099                 Pascal Jermini <pascal@infinity.hn.org>
11100
11101 2002-03-24 [paul]       0.7.4claws39
11102
11103         * src/prefs_common.c
11104                 make the arrangement of the Compose tab more
11105                 coherent
11106
11107         * src/mainwindow.c
11108                 fix some irregularities of style
11109
11110         * po/de.po
11111                 updated by Kilian Krause
11112
11113 2002-03-23 [paul]       0.7.4claws38
11114
11115         * po/pt_BR.po
11116                 updated by Fabio Junior Beneditto
11117
11118 2002-03-23 [paul]       0.7.4claws37
11119
11120         * src/mainwindow.c
11121                 move 'Gather addresses' to 'Tools' menu
11122                 make 'Selective download' sensitive
11123
11124 2002-03-23 [paul]       0.7.4claws36
11125
11126         * sync with 0.7.4cvs16
11127                 see ChangeLog entries 2002-03-23
11128
11129 2002-03-22 [christoph]  0.7.4claws35
11130
11131         * src/quote_fmt_parse.y
11132                 fix include program output
11133
11134 2002-03-22 [alfons]     0.7.4claws34
11135
11136         * src/pop.c
11137                 initialize GDate stack variable correctly (sorry!)
11138
11139 2002-03-22 [paul]       0.7.4claws33
11140
11141         * src/compose.c
11142           src/mainwindow.c
11143           src/prefs_actions.c
11144           src/prefs_common.c
11145                 rename 'Tool' to 'Tools'
11146
11147         * src/mainwindow.c
11148                 move 'Delete duplicated messages' from
11149                 'Message/' to 'Tools/'
11150                 re-arrange the order of 'Tools/' items
11151
11152 2002-03-22 [paul]       0.7.4claws32
11153
11154         * src/addr_compl.c
11155           src/addressbook.[ch]
11156                 auto-address completion now also matches on
11157                 Nickname. patch submitted by Bob Forsman 
11158                 <hammor@users.sourceforge.net>
11159
11160         * src/editaddress.c
11161                 correct a spelling mistake
11162
11163 2002-03-22 [alfons]     0.7.4claws31
11164
11165         * src/pop.c
11166                 fix getting uidl from incorrect string 
11167                 (spotted by Colin)
11168
11169 2002-03-21 [alfons]     0.7.4claws30
11170
11171         * src/pop.c
11172                 more code refactoring
11173                 plug mem leak introduced by delete on server
11174
11175 2002-03-21 [paul]       0.7.4claws29
11176
11177         * sync with 0.7.4cvs11
11178                 see ChangeLog entries 2002-03-20
11179
11180 2002-03-20 [alfons]     0.7.4claws28
11181
11182         * src/inc.c
11183                 apply Colin's patch and refactor
11184
11185 2002-03-20 [paul]       0.7.4claws27
11186
11187         * sync with sylpheed 0.7.4cvs9
11188                 see ChangeLog entry 2002-03-20
11189
11190 2002-03-19 [christoph]  0.7.4claws26
11191
11192         * src/mh.c
11193         * src/procmsg.[ch]
11194         * src/summaryview.c
11195                 revert changes for flag updates
11196                 (does not work correctly and no time to debug)
11197
11198 2002-03-20 [alfons]     0.7.4claws25
11199
11200         * src/pop.c
11201                 refactor should_delete() a little bit 
11202
11203 2002-03-19 [paul]       0.7.4claws24
11204
11205         * src/inc.[ch]
11206           src/pop.c
11207           src/prefs_account.[ch]
11208                 allow the user to leave downloaded mail on the 
11209                 server for n days. Patch submitted by Colin Leroy 
11210                 <colin@colino.net>
11211
11212 2002-02-19 [paul]       0.7.4claws23
11213
11214         * sync with sylpheed 0.7.4cvs8
11215                 see ChangeLog entries 2002-03-19
11216
11217 2002-03-18 [paul]       0.7.4claws22
11218
11219         * sync with sylpheed 0.7.4cvs6
11220                 see ChangeLog entry 2002-03-18
11221
11222 2002-03-18 [paul]       0.7.4claws21
11223
11224         * po/en_GB.po
11225                 add en_GB message catalogue
11226
11227         * src/mbox_folder.c
11228           src/prefs_account.c
11229           src/prefs_actions.c
11230                 correct a few spelling mistakes
11231
11232 2002-03-17 [alfons]     0.7.4claws20
11233
11234         * src/matcher.c
11235                 more stringent checks for NULL params when writing
11236                 filtering actions to a file
11237                 
11238 2002-03-17 [hoa]        0.7.3claws20
11239
11240         * src/news.c
11241                 fixed the count of new messages
11242
11243         * src/compose.c
11244                 fixed the "attachment properties" window
11245
11246 2002-03-17 [paul]       0.7.4claws19
11247
11248         * src/defs.h
11249           src/folder.h
11250           src/news.c
11251           src/prefs_account.[ch]
11252           src/procmsg.[ch]
11253           src/summaryview.c
11254                 automatically mark cross-posted messages as read 
11255                 and (optionally) give them a colour label
11256                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11257                 
11258
11259 2002-03-17 [paul]       0.7.4claws18
11260
11261         * sync with sylpheed 0.7.4cvs5
11262                 see ChangeLog entry 2002-03-17
11263
11264 2002-03-17 [melvin]     0.7.4claws17
11265         
11266         * src/textview.c
11267                 Worked around a gtktext 'bug': when searching for 
11268                 a text in a long message it was scrolling slowly
11269                 line by line until it hit the searched text.
11270         * po/fr.po
11271                 Updated French translation
11272
11273 2002-03-17 [melvin]     0.7.4claws16
11274
11275         * src/mainwindow.c
11276         * src/compose.c
11277         * src/prefs_actions.c
11278                 Moved "Edit/Actions" to "Tool/Actions"
11279                 Made mainwindow/compose window sensitive as soon as
11280                 no child process is running anymore even if the io dialog
11281                 is open.
11282                 Fixed a struct being initialized with a non constant char*
11283
11284 2002-03-16 [christoph]  0.7.4claws15
11285
11286         * configure.in
11287                 add --with-compiler-flags option
11288                 (only for developer hacking)
11289         * src/mh.c
11290         * src/procmsg.[ch]
11291         * src/summaryview.c
11292                 try to make folder-stats and flag handling more
11293                 independent from the summaryview. msgcounts
11294                 are only set when the folder is opened and
11295                 procmsg_msginfo_(un)set_flags will handle it
11296                 later and summaryview will get the values
11297                 from the folder.
11298
11299 2002-03-16 [paul]       0.7.4claws14
11300
11301         * src/messageview.c
11302                 fix Return-receipt. Patch submitted by Bob
11303                 Woodside <rwoodside1@comcast.net>
11304
11305 2002-03-16 [paul]       0.7.4claws13
11306
11307         * src/compose.c
11308                 fix 'dynamic' signatures, make it work again
11309                 broken during sync on 2002-03-14 (0.7.4claws2)
11310
11311 2002-03-15 [match]      0.7.4claws12
11312
11313         * src/addrharvest.[ch]
11314         * src/addrgather.[ch]
11315         * src/addressbook.[ch]
11316         * src/mainwindow.c
11317                 included address harvester feature. still some
11318                 issues with address parsing that I will fix.
11319
11320 2002-03-15 [match]      0.7.4claws11
11321
11322         * src/addrbook.[ch]
11323         * src/addrcache.[ch]
11324         * src/addressbook.[ch]
11325         * src/addrindex.c
11326         * src/editbook.c
11327         * src/importldif.c
11328         * src/importmutt.c
11329         * src/jpilot.[ch]
11330         * src/main.c
11331         * src/syldap.[ch]
11332         * src/vcard.[ch]
11333                 tidy up. fix memory leaks. moved attribs and methods
11334                 from individual interfaces to addrcache object. prep
11335                 for new stuff to come in.
11336
11337 2002-03-15 [alfons]     0.7.4claws10
11338
11339         * src/matcher.[ch]
11340         * src/matcher_parser_parse.y
11341         * src/matcher_parser_lex.l
11342         * src/prefs_matcher.c
11343                 add filtering conditions message greater than, smaller 
11344                 than, and exactly matching a size in bytes
11345                 (does not work with delete from POP3 server yet)
11346
11347                 this should also give others an idea what you should
11348                 do to add new criterions to claws filtering system
11349                 
11350
11351 2002-03-15 [paul]       0.7.4claws9
11352
11353         * tools/filter_conv.pl
11354                 exit if there are no filter rules to convert
11355                 rename filterrc to filterrc.old after completion
11356
11357 2002-03-15 [paul]       0.7.4claws8
11358
11359         * sync with sylpheed 0.7.4cvs3
11360                 see ChangeLog entry 2002-03-14
11361
11362 2002-03-14 [paul]       0.7.4claws7
11363
11364         * src/compose.c
11365                 clean up the last commit (ahem)
11366
11367 2002-03-14 [paul]       0.7.4claws6
11368
11369         * src/compose.c
11370                 fix bug #515655. honour account preferences
11371                 regarding gpg default signing/encryption when 
11372                 changing account from the compose window.
11373
11374 2002-03-14 [paul]       0.7.4claws5
11375
11376         * src/folderview.c
11377                 remove unnecessary curly brackets
11378
11379 2002-03-14 [paul]       0.7.4claws4
11380
11381         * src/folderview.c
11382           src/prefs_filtering.[ch]
11383                 add filter rename on folder rename and filter
11384                 delete on folder delete. Patch submitted by
11385                 Neill Miller <neillm@thecodefactory.org> 
11386
11387 2002-03-14 [christoph]  0.7.4claws3
11388
11389         * src/procmsg.c
11390         * src/send.c
11391                 fix local delivery
11392                 (patch submitted by "Simon 'corecode' Schubert")
11393         * src/prefs_common.c
11394         * src/procmsg.c
11395                 fix gcc 3.0 warning
11396
11397 2002-03-14 [paul]       0.7.4claws2
11398
11399         * sync with sylpheed 0.7.4cvs2
11400                 see ChangeLog entry 2002-03-13
11401
11402 2002-03-12 [darko]      0.7.4claws1
11403
11404         * src/mainwindow.c
11405                 fix what seems to be a copy and paste error
11406                 when setting color for important messages
11407                 (reported by wwp)
11408
11409 2002-03-11 [paul]       version 0.7.4claws released
11410
11411 2002-03-11 [paul]       0.7.4claws
11412
11413         * po/es.po
11414           po/it.po
11415           po/nl.po
11416           po/pt_BR.po
11417                 update message catalogs. Submitted by Ricardo Mones 
11418                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11419                 Fabio Junior Beneditto
11420
11421         * configure.in
11422           faq/Makefile.am
11423           faq/it/Makefile
11424           faq/it/sylpheed-faq*
11425           src/mainwindow.c
11426           src/manual.[ch]
11427                 add FAQ in Italian
11428         
11429
11430 2002-03-11 [jens]       0.7.3claws7
11431
11432         * po/de.po
11433                 updated German translation
11434
11435 2002-03-11 [melvin]     0.7.3claws6
11436
11437         * po/fr.po
11438                 updated and corrected French translation
11439
11440 2002-03-10 [hoa]        0.7.3claws5
11441
11442         * src/account.c
11443         * src/inc.c
11444         * src/prefs_account.c
11445         * src/procmsg.c
11446         * src/send.[ch]
11447                 fixed the local account.
11448                 you have to change the default "/usr/sbin/sendmail"
11449                 to "/usr/sbin/sendmail -t" in the preferences of
11450                 the local account.
11451
11452         * src/procmime.c
11453                 removed some debug display for renderer
11454
11455 2002-03-10 [paul]       0.7.3claws4
11456
11457         * faq/en/sylpheed-faq-1.html
11458           faq/en/sylpheed-faq-2.html
11459                 update
11460
11461 2002-03-09 [paul]       0.7.3claws3
11462
11463         * sync with sylpheed 0.7.4
11464                 see ChangeLog entry 2002-03-09
11465
11466 2002-03-08 [paul]       0.7.3claws2
11467
11468         * faq/en/sylpheed-faq*
11469           faq/es/sylpheed-faq*
11470           faq/fr/sylpheed-faq*
11471                 update the FAQs
11472
11473         * manual/fr/.cvsignore
11474           manual/fr/Makefilea.am
11475           manual/fr/sylpheed*
11476           src/mainwindow.c
11477           src/manual.[ch]
11478                 add the French manual
11479
11480 2002-03-07 [paul]       0.7.3claws1
11481
11482         * sync with sylpheed 0.7.3cvs4
11483                 see ChangeLog entries  2002-03-06 and 2002-03-07
11484         
11485         * po/nl.po
11486                 updated by Wilbert Berendsen
11487
11488 2002-03-07 [melvin]     0.7.2claws34
11489
11490         * src/selective_download.c
11491                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11492
11493 2002-03-06 [paul]       0.7.2claws33
11494
11495         * sync with sylpheed 0.7.3cvs1
11496                 bug fix, see ChangeLog entry 2002-03-05
11497
11498 2002-03-05 [paul]       0.7.2claws32
11499
11500         * src/mimeview.c
11501           src/pgptext.[ch]
11502           src/procmsg.c
11503                 reverse the pgp ascii-armored code implemented in 
11504                 0.7.2claws16. removal of this code until it matures.
11505                 this means that verifying ascii-armored pgp sigs and
11506                 automatic decryption of ascii-armored encrypted
11507                 messages no longer works.
11508
11509 2002-03-05 [paul]       0.7.2claws31
11510
11511         * configure.in
11512           Makefile.am
11513         * faq/Makefile.am
11514         * faq/en/Makefile.am
11515           faq/en/sylpheed-faq.html
11516           faq/en/sylpheed-faq-1.html
11517           faq/en/sylpheed-faq-2.html
11518           faq/en/sylpheed-faq-3.html
11519         * faq/es/Makefile.am
11520           faq/es/sylpheed-faq.html
11521           faq/es/sylpheed-faq-1.html
11522           faq/es/sylpheed-faq-2.html
11523           faq/es/sylpheed-faq-3.html
11524           faq/es/sylpheed-faq-4.html
11525         * faq/fr/Makefile.am
11526           faq/fr/sylpheed-faq.html
11527           faq/fr/sylpheed-faq-1.html
11528           faq/fr/sylpheed-faq-2.html
11529           faq/fr/sylpheed-faq-3.html
11530         * src/Makefile.am
11531           src/defs.h
11532           src/mainwindow.c
11533           src/manual.[ch]
11534                 add FAQs in English, Spanish and French
11535
11536
11537 2002-03-05 [paul]       0.7.2claws30
11538
11539         * manual/en/sylpheed.html
11540           manual/en/sylpheed-XX.html
11541                 updated the English manual
11542
11543 2002-03-05 [hoa]        
11544
11545         * src/summaryview.c
11546                 dialog box pops up if the article can't be deleted.
11547
11548 2002-03-04 [paul]       
11549         
11550         * po/pt_BR.po
11551                 updated by Fabio Junior Benedito
11552
11553 2002-03-04 [hoa]
11554
11555         * removed ac/gpgme.m4
11556                 to avoid autogen common problem
11557                 developers have to install gpgme development package now
11558
11559         * src/compose.c
11560                 encoding to 7bit or 8bit is enabled.
11561
11562 2002-03-03 [alfons]     0.7.2claws29
11563
11564         * src/pop.c
11565                 merge fix by Oliver Haertel for selective
11566                 download buglet
11567
11568 2002-03-03 [paul]       0.7.2claws28
11569         
11570         * sync with sylpheed 0.7.3
11571
11572 2002-03-03 [paul]       0.7.2claws27
11573
11574         * sync with sylpheed 0.7.2cvs24
11575                 see ChangeLog entries 2002-03-02 and 2002-03-03
11576
11577 2002-03-02 [melvin]     0.7.2claws26
11578
11579         * src/inc.[ch]
11580         * src/main.c
11581         * src/mainwindow.c
11582         * src/prefs_common.[ch]
11583                 Added user definable notification on new mail arrival.
11584                 Removed unused variables in spell checker prefs code.
11585
11586 2002-03-02 [melvin]     0.7.2claws25
11587
11588         * src/quote_fmt.c
11589                 Removed unnecessary escape sequences.
11590                 Changed 'Initial...' to 'Initials of Sender'
11591
11592 2002-03-02 [paul]       0.7.2claws24
11593
11594         * sync with sylpheed 0.7.2cvs22
11595                 see ChangeLog entry 2002-03-01
11596
11597 2002-03-01 [hoa]        0.7.2claws23
11598
11599         * src/mainwindow.c
11600                 Set sensitivity of delete actions to active
11601                 even if the folder is a newsgroup.
11602
11603         * src/summaryview.c
11604                 - Set sensitivity of delete actions
11605                 - Added function check_permission() that will check if the
11606                   user is authorized to delete a message. For news, it
11607                   will check if the author is the same.
11608                 - Enabled deletion when there is no trash folder.
11609
11610         * src/news.[ch]
11611                 - Added news_cancel_article() to cancel articles
11612                 - Implemented news_remove_message() (public function)
11613
11614 2002-03-01 [paul]       0.7.2claws22
11615
11616         * src/gtkutils.c
11617           src/textview.c
11618                 recognise urls that that don't include 'http://' and
11619                 simply begin 'www.' 
11620
11621         * AUTHORS
11622                 remove duplicated name
11623
11624 2002-02-28 [paul]       0.7.2claws21
11625
11626         * src/mainwindow.c
11627           src/summaryview.[ch]
11628                 add ability to 'Select thread'
11629                 combines Melvin's "Select thread's head" patch (#510907)
11630                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11631                 patch (#518514) 
11632
11633 2002-02-28 [paul]       0.7.2claws20
11634
11635         * src/mimeview.c
11636                 hopefully fix segfault on right-clicking a mime part
11637                 that some people have experienced.      
11638                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11639
11640 2002-02-28 [paul]       0.7.2claws19
11641
11642         * sync with sylpheed 0.7.2cvs21
11643                 see ChangeLog entries 2002-02-27 and 2002-02-28
11644
11645 2002-02-27 [paul]       0.7.2claws18
11646
11647         * sync with sylpheed 0.7.2cvs18
11648                 see ChangeLog entries 2002-02-26 and 2002-02-27
11649
11650 2002-02-26 [alfons]     0.7.2claws17
11651
11652         * src/procheader.c
11653                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11654                 (spotted by Chris Hessman <idatech@gmx.net>)
11655
11656 2002-02-26 [paul]       0.7.2claws16
11657
11658         * src/mimeview.c
11659           src/pgptext.[ch]
11660           src/procmsg.c
11661                 make decryption of ascii-armored pgp encrypted messages
11662                 and verification of ascii-armored signatures work again.
11663                 slightly altered from the patch by Jens Jahnke 
11664                 <jan0sch@gmx.net>
11665
11666                 ##FIX ME##
11667                 * the checking of plaintext signatures always comes up in 
11668                   a popup box
11669                 * it doesn't work for multipart messages 
11670                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11671                   including the msg headers and these 2 line themselves, are 
11672                   not displayed
11673
11674         * src/mainwindow.c
11675                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11676                 "View/Message View" becomes "View/Separate Message View"
11677                 because its less ambiguous.
11678
11679         * po/es.po
11680                 updated by Ricardo Mones Lastra
11681
11682 2002-02-26 [paul]       0.7.2claws15
11683
11684         * sync with sylpheed 0.7.2cvs17
11685                 see ChangeLog entries 2002-02-25 and 2002-02-26
11686
11687 2002-02-25 [christoph]  0.7.2claws14
11688
11689         * src/filtering.[ch]
11690         * src/inc.c
11691                 do filtering stuff after all messages have been received
11692                   1. drop all messages to .processing
11693                   2. scan processing folder for messages
11694                   3. filter messages or move to inbox
11695                 this will also find old messages left in processing after
11696                 a crash or something like that and we get a real msginfo
11697                 from folder->get_msg_list and do not have to create our
11698                 own in filter_message
11699         * src/matcher_parser_parse.y
11700                 remove MIX/MAX warning (reordered includes)
11701
11702 2002-02-25 [paul]       0.7.2claws13
11703
11704         * sync with sylpheed 0.7.2cvs15
11705                 see ChangeLog entry 2002-02-24
11706
11707 2002-02-24 [alfons]     0.7.2claws12
11708
11709         * src/filtering.c
11710                 clear old color flags first when applying a new color to
11711                 a message info. 
11712                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11713
11714 2002-02-24 [alfons]     0.7.2.claws11
11715         
11716         * AUTHORS
11717         * src/prefs_common.c
11718                 add presets for Opera and Konqueror, closes patch #517261,
11719                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11720
11721 2002-02-24 [alfons]     0.7.2.claws10
11722
11723         * AUTHORS
11724         * src/summaryview.c
11725                 fix threading for null message ids, closes patch #521601,
11726                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11727
11728 2002-02-24 [alfons]     0.7.2claws9
11729
11730         * src/summaryview.c
11731         * src/filtering.c
11732                 make Tool | Filter Message work with filtering system so
11733                 setting flags also works
11734
11735                 TODO:
11736
11737                 - Processing uses the same function as Tool | Filter
11738                   Message, but doesn't use the same update proc yet
11739
11740 2002-02-23 [paul]       0.7.2claws8
11741
11742         * sync with sylpheed 0.7.2cvs14
11743                 see ChangeLog entries 2002-02-22 and 2002-02-23
11744
11745 2002-02-22 [christoph]  0.7.2claws7
11746
11747         * src/quote_fmt.c
11748                 Add column space to table
11749         * src/quote_fmt_parse.y
11750                 Close files
11751
11752 2002-02-22 [paul]       0.7.2claws6
11753
11754         * src/Makefile.am
11755           src/defs.h
11756           src/filtering.c
11757           src/inc.[ch]
11758           src/mainwindow.c
11759           src/matcher.[ch]
11760           src/matcher_parser_lex.l
11761           src/matcher_parser_parse.y
11762           src/pop.[ch]
11763           src/prefs_account.h
11764           src/prefs_filtering.c
11765           src/selective_download.[ch]   *** NEW FILES ***
11766           src/utils.[ch]
11767           po/POTFILES.in
11768                 Selective Download added to 'Tool' menu. 
11769                 Retrieves email headers of the currently selected pop3 
11770                 account and allows the user to mark emails for deletion 
11771                 right on the pop3 server. Patch submitted by Oliver Haertel 
11772                 <oha@users.sourceforge.net>.
11773         
11774         * po/POTFILES.in
11775                 add 'src/quote_fmt.c'           
11776
11777 2002-02-22 [christoph]  0.7.2claws5
11778
11779         * src/Makefile.am
11780                 added quote_fmt.c
11781         * src/prefs_common.[ch]
11782         * src/prefs_template.c
11783         * src/quote_fmt.c               *** NEW FILE ***
11784         * src/quote_fmt.h
11785                 move quote format symbol description code
11786                 to it's own file because it is used from
11787                 differnent code parts
11788                 Rewrote symbol description GUI
11789                   + use table
11790                   + add separators
11791                   + get data from array (no more long constant strings)
11792         * src/quote_fmt_lex.l
11793         * src/quote_fmt_parse.y
11794                 Symbol for Literal % changed to \% instead of %%
11795                 (More logical as \ is used for quoting for other symbols)
11796                 Add |f and |p to include files and program output
11797                 Examples:
11798                     |f{/home/.../.signature}
11799                     |p{date}
11800         * po/de.po
11801                 Correct wrong spelling for "Referenzen"
11802
11803 2002-02-21 [paul]       0.7.2claws4
11804
11805         * src/procmsg.c
11806                 forgotten during sync
11807
11808 2002-02-21 [paul]       0.7.2claws3
11809
11810         * sync with sylpheed 0.7.2cvs11
11811                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11812                 2002-02-20 and 2002-02-21
11813
11814 2002-02-20 [melvin]     0.7.2claws2
11815
11816         * src/prefs_actions.c
11817                 Added error report when child cannot fork or when execvp 
11818                 returns with an error.
11819
11820 2002-02-19 [christoph]  0.7.2claws1
11821
11822         * src/codeconv.c
11823                 return unconverted text if conde conversion is not possible
11824                 when libjconv is used.
11825                 (patch submitted by "Simon 'corecode' Schubert")
11826
11827 2002-02-19 [paul]       
11828
11829         * version 0.7.2claws release
11830
11831 2002-02-19 [paul]       0.7.2claws
11832
11833         * po/nl.po
11834                 updated by Wilbert Berendsen
11835
11836
11837 2002-02-18 [alfons]     0.7.1claws13
11838
11839         * src/syldap.c
11840         * src/jpilot.c
11841                 remove references to dlfcn and explicitly loading functions
11842                 from dynalink libs, because libs linked anyway, and functions
11843                 are loaded explicitly
11844
11845 2002-02-17 [melvin]     0.7.1claws12
11846
11847         * src/prefs_actions.c
11848                 Replaced children wait loop with double fork technique.
11849                 Now, input/output window updated at each new output.
11850                 free_children(): Fixed a memory leak.
11851                 Made input/output window non closable if running children
11852                 still exist.
11853                 Added missing <unistd.h> include.
11854                 Added some --debug outputs.
11855
11856 2002-02-17 [melvin]     0.7.1claws11
11857
11858         * src/summaryview.c
11859                 Fixed bug where descending sort order did not select top
11860                 message.
11861
11862 2002-02-17 [melvin]     0.7.1claws10
11863
11864         * acconfig.h
11865                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11866         * src/prefs_common.c
11867                 Pspell data package directory no more hard coded but
11868                 set during configuration (PSPELL_PATH). (Thanks to 
11869                                 Gustavo Noronha Silva.)
11870
11871 2002-02-17 [melvin]     0.7.1claws9
11872
11873         * configure.in
11874                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11875         * src/gtkspell.c
11876                 Fixed compile-time warnings.
11877
11878 2002-02-16 [alfons]     0.7.1claws8
11879
11880         * src/filesel.c
11881                 fix inadvertent free of NULL pointer which caused
11882                 sylpheed to crash when closing the save-as dialog
11883                 using the window close button
11884
11885 2002-02-16 [carsten]    0.7.1claws7
11886         * src/mainwindow.[ch]
11887           src/summaryview.c
11888           src/prefs_common.c
11889                 fixes for pixmap theming code:
11890                         - recently changed mail attributes shouldn't get
11891                           lost any longer
11892                         - theme is only reloaded iff another theme was
11893                           selected
11894
11895 2002-02-16 [paul]       0.7.1claws6
11896
11897         * sync with sylpheed 0.7.2 release
11898                 see ChangeLog entry 2002-02-15 and 2002-02-16
11899
11900 2002-02-15 [paul]       0.7.1claws5
11901
11902         * sync with sylpheed 0.7.1cvs9
11903                 see ChangeLog entry 2002-02-15
11904
11905         * po/POTFILES.in
11906                 remove unneeded headerwindow.c entry
11907
11908 2002-02-14 [carsten]    0.7.1claws4
11909         * src/summaryview.c
11910                 fixed a bug for "Go to next unread message": there was
11911                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11912                 in the prefs, because of doing "Search again" instead
11913                 "No"
11914
11915 2002-02-14 [carsten]    0.7.1claws3
11916         * src/stock_pixmap.c
11917                 removed 2 more mem leaks; following memprof,
11918                 this code is "leak free" now :)
11919
11920 2002-02-14 [carsten]    0.7.1claws2
11921         * src/stock_pixmap.c
11922                 used opendir/readdir/closedir instead of scandir
11923                 -> code should work now on Solaris
11924
11925 2002-02-14 [paul]       0.7.1claws1
11926
11927         * sync with sylpheed 0.7.1cvs8
11928                 see ChangeLog entries 2002-02-13 and 2002-02-14
11929
11930         * README.claws
11931                 add some description of Actions and Pixmap Themes
11932
11933 2002-02-13 [paul]       
11934
11935         * version 0.7.1claws release
11936
11937 2002-02-13 [paul]       0.7.1claws
11938
11939         * po/es.po
11940           po/it.po
11941           po/pt_BR.po
11942                 updated translations, submitted by Ricardo Mones Lastra,
11943                 Alessandro Maestri and Fabio Junior Beneditto
11944
11945 2002-02-13 [melvin]     0.7.0claws75
11946
11947         * src/prefs_actions.c
11948                 Added missing "signal.h" include
11949
11950 2002-02-13 [melvin]     0.7.0claws74
11951
11952         * src/prefs_folder_item.c
11953                 Added missing "config.h" include
11954         * po/fr.po
11955                 Updated French translation for folder propriety.
11956
11957 2002-02-13 [jens]       0.7.0claws73
11958
11959         * po/POTFILES.in
11960                 Added missing src/prefs_folder_item.c [log added by melvin]
11961         * po/de.po
11962                 Updated German translation.
11963
11964 2002-02-13 [melvin]     0.7.0claws72
11965
11966         * po/fr.po
11967                 Updated French translation.
11968
11969 2002-02-13 [melvin]     0.7.0claws71
11970
11971         * src/gtkutils.c
11972                 Made gtkut_editable_get_selection return NULL if selection
11973                 is of length zero.
11974                 This fixes a bug where selecting part of message A then
11975                 switching to message B and replying to it will not
11976                 quote the message's body.
11977
11978 2002-02-12 [paul]       0.7.0claws70
11979
11980         * src/mainwindow.c
11981                 cosmetic, relating to pixmap themes: on toolbar make 
11982                 updating of 'Exec' and 'Compose news/Compose email'
11983                 icons faster.
11984
11985 2002-02-12 [carsten]    0.7.0claws69
11986         * src/folderview.c
11987           src/mainwindow.[ch]
11988           src/stock_pixmap.c
11989           src/summaryview.c
11990           src/prefs_common.c
11991                 - refreshing after changing pixmap theme better
11992                   now (thanks Paul)
11993                 - wanted to remove some mem leaks, but alfons was
11994                   faster (and had the better solution ;)
11995
11996 2002-02-12 [alfons]     0.7.0claws68
11997
11998         * src/prefs_common.c
11999         * src/stock_pixmap.[ch]
12000                 plug mem leaks, refactor code a little bit
12001
12002
12003 2002-02-12 [sergey]     0.7.0claws67
12004
12005         * src/imap.c
12006                 Fixed problem with copying messages to IMAP folders when the
12007                 server uses something other than '/' as a namespace separator
12008                 (cyrus-imapd uses '.').
12009
12010 2002-02-12 [jens]       0.7.0claws66
12011
12012         * po/de.po
12013                 Updated German Translation
12014
12015 2002-02-12 [paul]       0.7.0claws65
12016
12017         * sync with sylpheed 0.7.1cvs1
12018                 see ChangeLog entry 2002-02-12
12019
12020 2002-02-12 [melvin]     0.7.0claws64
12021
12022         * src/prefs_actions.c
12023                 Fixed "feature" where children's output was duplicated 
12024                 instead of refreshed while monitoring.
12025                 Removed some debug code.
12026
12027 2002-02-12 [christoph]  0.7.0claws63
12028
12029         * src/compose.c
12030                 always delete message from queue after sending/send error
12031                 (closes bug #509601)
12032
12033 2002-02-12 [melvin]     0.7.0claws62
12034
12035         * src/prefs_actions.c
12036                 Children wait loop is now triggered with a timeout of 1s
12037                 Added %F which is replaced with the list of filenames 
12038                 of all selected messages (as suggested by Ricardo Mones Lestra)
12039                 Pipe syntax changed. Prefix with | to send selection, postfix
12040                 with | to retrieve output. Prefix with > or * to send
12041                 user definable input to the command (*: input is hidden)
12042                 Old pipe action should now be postfixed with |, too.
12043
12044 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12045         * src/stock_pixmap.c
12046                 fixed a bug: if there's no theme directory don't
12047                 throw an error, just do "nothing" (thanks Alfons)
12048
12049 2002-02-12 [carsten]    0.7.0claws60
12050         * src/folderview.c
12051           src/summaryview.c
12052                 had to write the cache twice (nasty!); some marks would 
12053                 get lost if not
12054
12055 2002-02-11 [carsten]    0.7.0claws59
12056         * acconfig.h
12057           configure.in
12058           doc-src/maintainer_guide.txt
12059           src/compose.[ch]
12060           src/defs.h
12061           src/folderview.[ch]
12062           src/gtkutils.[ch]
12063           src/mainwindow.[ch]
12064           src/prefs_common.[ch]
12065           src/stock_pixmap.[ch]
12066           src/summaryview.[ch]
12067                 pixmap theming and related work on pixmap
12068                 handling on some other places
12069                 (e.g. hrm features for all folder)
12070           src/pixmap/stock_*.xpm -> the stock_ was removed
12071         
12072 2002-02-11 [paul]       0.7.0claws58
12073
12074         * sync with sylpheed 0.7.1 release
12075                 see ChangeLog entries 2002-02-11
12076
12077 2002-02-08 [paul]       0.7.0claws57
12078
12079         * sync with sylpheed 0.7.0cvs39
12080                 see ChangeLog entry 2002-02-07 (last entry) 
12081
12082         * src/prefs_actions.c
12083           src/prefs_filtering.c
12084           src/prefs_matcher.c
12085           src/prefs_scoring.c
12086                 sync: made it compile with C compilers other than gcc
12087
12088 2002-02-07 [paul]       0.7.0claws56
12089
12090         * sync with sylpheed 0.7.0cvs38
12091                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12092                 2002-02-07
12093
12094 2002-02-07 [darko]      0.7.0claws55
12095
12096         * src/gtkutils.[ch]
12097         * src/summaryview.c
12098                 Fix const gchar */gchar * issue (thanks Hiro)
12099
12100 2002-02-07 [darko]      0.7.0claws54
12101
12102         * src/compose.[ch]
12103         * src/filtering.c
12104         * src/gtkutils.[ch]
12105         * src/prefs_template.c
12106         * src/quote_fmt.h
12107         * src/quote_fmt_parse.y
12108         * src/summaryview.c
12109         * src/utils.[ch]
12110                 When replying or forwarding an email don't quote the entire
12111                 mail body but use the part of the message text that is selected
12112
12113 2002-02-06 [melvin]     0.7.0claws53
12114
12115         * src/prefs_common.[ch]
12116         * src/gtkspell.[ch]
12117         * src/compose.c
12118                 Made possible to switch quickly to last used dictionary
12119                 which makes checking bilingual documents easier.
12120
12121 2002-02-06 [melvin]     0.7.0claws52
12122         
12123         * po/POTFILES.in
12124                 Added forgotten new file src/prefs_actions.c
12125
12126 2002-02-06 [melvin]     0.7.0claws51
12127
12128         * src/prefs_actions.c   ** NEW FILE **
12129         * src/prefs_actions.h   ** NEW FILE **
12130                 Added actions to execute on message text view, or on the
12131                         message's file.
12132         * src/Makefile.am
12133                 Added src/prefs_actions.[ch]
12134         * src/compose.c
12135                 Added new menu "Edit/Actions"
12136         * src/defs.h
12137                 Added new actionsrc file.
12138         * src/main.c
12139                 Added actionsrc reading.
12140         * src/mainwindow.c
12141                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12142         * src/prefs_common.h
12143                 Added new element actionslst element to prefs_common.
12144
12145 2002-02-06 [paul]       0.7.0claws50
12146
12147         * sync with sylpheed 0.7.0cvs36
12148                 see ChangeLog entry 2002-02-06
12149
12150 2002-02-05 [paul]
12151
12152         * po/es.po
12153                 updated by Ricardo Mones Lastra
12154
12155 2002-02-05 [paul]       0.7.0claws49
12156
12157         * sync with sylpheed 0.7.0cvs33
12158                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12159
12160 2002-02-05 [paul]       0.7.0claws48
12161
12162         * src/compose.c
12163                 re-add 'Edit/Advanced/Delete entire line', previously named
12164                 'Delete Line+'
12165
12166 2002-02-04 [paul]       0.7.0claws47
12167
12168         * src/compose.c
12169           src/summaryview.c
12170                 fix bug #494993 (Reply All not taking Reply-To into consi)
12171                 eliminate differences in behaviour of right-click 'Reply to all' 
12172                 in summary view and 'Reply to all' on the toolbar. 
12173                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12174                 view and From gets ignored by 'Reply to all' on toolbar.
12175                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12176                 From when no Reply-To header is present.
12177
12178 2002-02-04 [paul]       0.7.0claws46
12179
12180         * sync with sylpheed 0.7.0cvs30
12181                 see ChangeLog entries 2002-02-03 and 2002-02-04
12182
12183 2002-02-03 [melvin]     0.7.0claws45
12184
12185         * src/gtkspell.[ch]
12186                 Readded function to highlight all misspelled words.
12187                 Fixed bug where user-provided-words did not replace
12188                         correctly the misspelled word when using the mouse.
12189                 Fixed bug where checking a region selected from right to left did
12190                         not check the region at all.
12191                 Fixed bug where 'Check backwards' may not check at all. 
12192                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12193                 Fixed possible buffer overflow when checking for long strings (>1k).
12194                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12195                 Accelerators code uses now gtk_widget_add_accel.
12196                 Removed and disabled obsolete and unfinished code.
12197                 Cleaning up.
12198
12199         * src/compose.c
12200                 Added menu item to Highlight all misspelled words.
12201
12202 2002-02-01 [paul]       0.7.0claws44
12203
12204         * src/mainwindow.c
12205                 fix '/View/Hide read messages' sensitivity when all
12206                 messages in a folder are hidden
12207
12208 2002-02-01 [paul]       0.7.0claws43
12209
12210         * src/main.c
12211                 add --send option to command line interface, sends all
12212                 queued mail. Patch submitted by Ricardo Mones Lastra.
12213
12214 2002-01-31 [paul]       0.7.0claws42
12215
12216         * src/mainwindow.c
12217                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12218
12219 2002-01-31 [paul]       0.7.0claws41
12220
12221         * sync with sylpheed 0.7.0cvs27
12222                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12223                 and 2002-01-31
12224
12225         * src/textview.c
12226                 comment out elements of textview_show_part() as temporary
12227                 workaround for attachment 'Display as text' bug 
12228
12229         * po/pt_BR.po
12230                 updated by Fabio Junior Beneditto
12231
12232 2002-01-30 [paul]       0.7.0claws40
12233
12234         * sync with sylpheed 0.7.0cvs24
12235                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12236                 and 2002-01-30
12237
12238         * src/compose.c
12239                 add {N_("/_Spelling"), ... "<Branch>"} to 
12240                 GtkItemFactoryEntry compose_entries[]
12241
12242         * src/prefs_common.c
12243                 add claws menu items to prefs_keybind_apply_clicked()
12244                 and remove non-claws menu items
12245
12246 2002-01-29 [paul]       0.7.0claws39
12247
12248         * sync with sylpheed 0.7.0cvs22
12249                 see ChangeLog entries 2002-01-28 and 2002-01-29
12250
12251 2002-01-28 [melvin]     0.7.0claws38
12252
12253         * src/compose.c
12254                 Added the declartion of compose_send_control_enter.
12255
12256         * src/compose.c
12257         * src/gtkspell.[ch]
12258                 Added in a 'Spelling' menu which includes the configuration menu. 
12259                 Added a real 'Check all' and got rid from the old one which only
12260                 highlited misspelled word.
12261                 Made 'Check while typing' a disableable option.
12262                 Added a dialog when there are no more misspelled word.
12263                 Added a dialog if error occurs when switching to a dictionary.
12264         
12265         * src/prefs_common.[ch]
12266                 Added option for the default 'Check while typing' option.
12267
12268
12269 2002-01-28 [alfons]     0.7.0claws37
12270
12271         * src/compose.c
12272                 fix buglet and make code comply with sylpheed code style
12273
12274 2002-01-28 [paul]       0.7.0claws36
12275
12276         * sync with sylpheed 0.7.0cvs19
12277                 see ChangeLog entries for 2002-01-28
12278
12279 2002-01-28 [hoa]        0.7.0claws35
12280
12281         * src/defs.h
12282                 added rendererrc
12283
12284         * src/main.c
12285                 read the renderer config
12286
12287         * src/procmime.[ch]
12288                 use the renderer config to convert mime attachments
12289
12290         * src/textview.c
12291                 don't use textview_show_html/ertf,
12292                 use get_text_content instead
12293
12294 2002-01-27 [alfons]     0.7.0claws34
12295         
12296         * src/news.c
12297                 make sylpheed believe it can delete a news message...
12298                 (messages are NOT deleted, maybe we should remove
12299                 processing from the folder properties after all.)
12300
12301 2002-01-27 [alfons]     0.7.0claws33
12302
12303         * src/folder.c
12304                 add extra checks
12305         * src/news.c
12306                 implement remove_msg() 
12307
12308 2002-01-27 [alfons]     0.7.0claws32
12309
12310         * src/procmsg.h
12311         * src/procheader.c
12312         * src/messageview.c
12313                 fix return receipt / disposition notification again. this
12314                 stuff seems to break on _every_ major summary UI change, so
12315                 it's now implemented using a flag which is saved in the
12316                 marks cache
12317                 
12318 2002-01-26 [alfons]     0.7.0claws31
12319
12320         * src/import.c
12321                 let import dialog show the destination folder identifier
12322
12323 2002-01-26 [melvin]     0.7.0claws30
12324
12325         * src/folderview.c
12326         * src/summaryview.c
12327                 Readded 'Mark all read' into summary view popup menu
12328                 Added 'Mark all read' in folder view popup menu for IMAP
12329                 and NNTP.
12330                 Made it insensitive if the selected folder is not the shown
12331                 one to avoid 'Mark all read' on the wrong folder.
12332                 
12333 2002-01-26 [paul]       0.7.0claws29
12334
12335         * src/folderview.c
12336           src/summaryview.c
12337                 move 'Mark all read' from summary view to folder view
12338                 menu. (adapted from) patch submitted by Jeremy Andrews,
12339                 <lists@kerneltrap.com>
12340
12341 2002-01-25 [alfons]     0.7.0claws28
12342
12343         * src/gtkstext.c
12344                 put the gtk class name back so GtkSText adapts the 
12345                 settings of GtkText
12346
12347 2002-01-25 [alfons]     0.7.0claws27
12348
12349         * src/folderview.c 
12350                 assimilate Ricardo's patch that shows pixmaps instead of
12351                 plain "new" and "unread" texts in the folder view column
12352                 headers 
12353
12354 2002-01-25 [paul]       0.7.0claws26
12355
12356         * src/Makefile.am
12357                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12358                 be found in non-standard locations. 
12359                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12360
12361 2002-01-25 [paul]       0.7.0claws25
12362
12363         * sync with sylpheed 0.7.0cvs16
12364                 see ChangeLog entry 2002-01-25
12365
12366 2002-01-24 [paul]       0.7.0claws24
12367
12368         * more sync with sylpheed 0.7.0cvs15
12369                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12370
12371 2002-01-23 [sergey]     0.7.0claws23
12372
12373         * src/importldif.c
12374                 Fixed segfault when closing LDIF import wizard with
12375                 the window manager.
12376         * src/imageview.c
12377         * src/imageview.h
12378         * src/messageview.c
12379         * src/mimeview.c
12380                 Fixed wrong scrolling position after switching between
12381                 text and image parts.
12382
12383 2002-01-23 [paul]       0.7.0claws22
12384
12385         * sync with sylpheed 0.7.0cvs15
12386                 see ChangeLog entries 2002-01-22 and 2002-01-23
12387
12388 2002-01-21 [melvin]     0.7.0claws21
12389
12390         * src/prefs_scoring.c
12391         * src/prefs_filtering.c
12392                 Fixed bug where scoring and filtering windows stopped
12393                 autochecking.
12394
12395 2002-01-21 [paul]       0.7.0claws20
12396
12397         * sync with sylpheed 0.7.0cvs12
12398                 see ChangeLog entries 2002-01-20 and 2002-01-21
12399
12400 2002-01-21 [carsten]    0.7.0claws19
12401         * src/mainwindow.c
12402         * src/menu.[ch]
12403         * src/messageview.[ch]
12404         * src/summaryview.[ch]
12405                 changes to shortcuts handling again:
12406                         + "Q" now controled by mainwin
12407                         + v/V are now customizable and have slightly
12408                           different meanings
12409                 the "button" to minimize the messageview (and maximize
12410                 the summary view) is a real button now
12411         * src/compose.c
12412                 "Delete Line+" added to Edit/Advanced (this will also
12413                 delete the '\n')
12414
12415 2002-01-20 [melvin] 0.7.0claws18
12416
12417         * src/addressbook.c
12418                 Made "Bcc" sensitive when addressbook is called from
12419                 compose window (it was a Claws only bug).
12420
12421 2002-01-19 [alfons] 0.7.0claws17
12422
12423         * src/inc.c
12424                 prevent unnecessary updates when currently selected folder has
12425                 no new messages 
12426
12427 2002-01-19 [alfons] 0.7.0claws16
12428         
12429         * src/summaryview.c
12430                 prevent writing the cache based on current message list in summary 
12431                 view when filtering also put messages in currently selected folder
12432
12433 2002-01-19 [paul]
12434
12435         * po/it.po
12436                 Italian translation submitted by Alessandro Maestri
12437                 <a.maestri@cs.tin.it>
12438
12439 2002-01-18 [melvin]     0.7.0claws15
12440
12441         * src/prefs_filters.c
12442                 fixed bug where 'cancel' from 'filters' window stops autochecking
12443                 if the timer timed out  when the window was open.
12444
12445 2002-01-18 [match]      0.7.0claws14
12446
12447         * src/addrclip.[ch]     ** NEW FILE **
12448         * src/addrselect.[ch]   ** NEW FILE **
12449         * src/adbookbase.h      ** NEW FILE **
12450                 addressbook cut, copy and paste
12451         * src/addrbook.[ch]
12452         * src/addrcache.[ch]
12453         * src/addressitem.h
12454         * src/addrindex.[ch]
12455         * src/addritem.[ch]
12456         * src/importldif.c
12457         * src/importmutt.c
12458         * src/jpilot.[ch]
12459         * src/syldap.[ch]
12460         * src/vcard.[ch]
12461         * src/jpilot.[ch]
12462         * src/editbook.c
12463         * src/editjpilot.c
12464         * src/editldap.c
12465         * src/editvcard.c
12466                 support for copy/paste
12467         * src/addressbook.c
12468                 support for copy/paste
12469                 tidy up menu option processing
12470                 correct address list function arguments
12471         * src/editaddress.c
12472                 sort user attributes
12473         * src/ldif.h
12474         * src/mutt.h
12475                 tidy up
12476
12477         * src/addrbook.[ch]
12478         * src/addrbook.[ch]
12479         * src/addrbook.[ch]
12480                 
12481
12482 2002-01-18 [paul]       0.7.0claws13
12483
12484         * sync with sylpheed 0.7.0cvs8
12485                 configure.in: support Mac OS X (Darwin)
12486
12487 2002-01-18 [carsten]    0.7.0claws12
12488         * src/html.c
12489                 small hack to fix a segfault with an empty href
12490                 (reported by Alexandra Walford <deeni@altern.org>)
12491         * src/mainwindow.c
12492         * src/summaryview.c
12493                 the shortcuts for Mark und Mark as unread are hardcoded
12494                 again
12495         * src/compose.c
12496         * src/gtkstext.[ch]
12497                 readded the shortcuts in gtkstext but made them
12498                 customizeable (simply by adding a menu plus a wrapper
12499                 to compose.c)
12500
12501 2002-01-17 [melvin]     0.7.0claws11
12502
12503         * src/gtkspell.c
12504                 fix default dictionary not being saved.
12505
12506 2002-01-16 [darko]      0.7.0claws10
12507
12508         * src/compose.c
12509                 fix wrapping crash with URL longer than wrapping margin
12510
12511 2002-12-08 [hoa]        0.7.0claws10
12512
12513         * src/matcher_parser_parse.y
12514                 fixed some bugs
12515
12516         * src/prefs_filtering.c
12517                 now, we can use bounce action in the dialog box.
12518
12519 2002-01-16 [carsten]    0.7.0claws9
12520         * src/gtkstext.c
12521                 removed the <control> and <alt> shortcuts because they're
12522                 not needed and interefered with the "normal" shortcuts
12523         * src/mainwindow.c
12524         * src/summaryview.c
12525                 removed most of the hardcoded shortcuts and assigned
12526                 them to menu entries making them easy customizable by
12527                 that
12528
12529 2002-01-16 |melvin]     0.7.0claws8
12530
12531         * src/gtkspell.c
12532                 fixed bug where using the mouse and when the compose
12533                 window is not on top may result in a crash.
12534
12535 2002-01-16 [melvin]     0.7.0claws7
12536
12537         * src/compose.c
12538                 fixed a long standingspell checker bug which could 
12539                 cause a crash after sending a message.
12540
12541 2002-01-16 [paul]       0.7.0claws6
12542
12543         * sync with sylpheed 0.7.0cvs7
12544                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12545                 2002-01-15, and 2002-01-16
12546
12547 2002-01-16 [melvin]     0.7.0claws5
12548
12549         * README.claws
12550         * src/compose.c
12551         * src/gtkspell.[ch]
12552         * src/main.c
12553                 Heavily modified spell checker code to work around
12554                 ispell bug, to add keyboard shortcuts and for future
12555                 enhancements. See README.claws for usage information.
12556
12557 2002-01-15 [alfons]     0.7.0claws4
12558         
12559         * src/summaryview.c
12560                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12561                 so sorting within threads reflects sort mode
12562
12563 2002-01-15 [christoph]  0.7.0claws3
12564
12565         * src/procmsg.c
12566                 added alertpanel if mail sending failed
12567
12568 2002-01-15 [alfons]     0.7.0claws2
12569         
12570         * src/prefs_filtering.c
12571                 don't stop timer when prefs filtering dialog is opened
12572
12573 2002-01-14 [alfons]     0.7.0claws1
12574
12575         * src/addr_compl.c
12576         * src/prefs.c
12577                 remove debug_print()s for privacy reasons
12578
12579 2002-01-14 [darko]      0.7.0claws
12580
12581         * README.claws
12582                 quotation wrapping is now also in the main branch
12583
12584 2002-01-14 [paul]
12585
12586         * tools/filter_conv.pl
12587                 allow for Boolean Op and case-sensitivity
12588                 this file is included in the release and tagged
12589                 'rel_0_7_0'
12590
12591 2002-01-13 [paul]       0.7.0claws
12592
12593         * release 0.7.0, with cvs tag 'rel_0_7_0'
12594
12595 2002-01-13 [paul]
12596
12597         * tools/filter_conv.pl
12598         * tools/README
12599                 rewritten to output to matcherrc instead of filteringrc
12600
12601         * po/es.po
12602                 updated Spanish translation by Ricardo Mones Lastra
12603
12604 2002-01-13 [alfons]
12605
12606         * po/nl.po
12607                 update dutch translation
12608
12609 2002-01-13 [paul]
12610
12611         * po/pt_BR.po
12612                 Updated by Fabio Junior Beneditto 
12613
12614 2002-01-13 [melvin]     0.6.6claws53
12615
12616         * po/fr.po
12617                 Updated french translation
12618
12619 2002-01-12 [alfons]     0.6.6claws52
12620
12621         * src/filtering.c
12622                 plug mem leak that has been sitting there for ages              
12623
12624 2002-01-12 [alfons]     0.6.6claws51
12625
12626         * src/summaryview.c
12627                 undo melvin's changes from 0.6.6claws48 because summary
12628                 view now refuses to select first unread message when
12629                 selecting a folder 
12630
12631 2002-01-11 [alfons]     0.6.6claws50
12632
12633         * src/import.c
12634                 use claws' semantics for getting folder item when
12635                 importing an mbox file into a folder 
12636                 (submitted by Dale P. Smith)
12637
12638 2002-01-11 [christoph]  0.6.6claws49
12639
12640         * src/prefs.h
12641                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12642                 toggle widget, because non static prefs can not use
12643                 prefs_set_* functions
12644         * src/prefs_account.c
12645                 toggle smtp auth password field sensitivity if
12646                 user id is empty and add descrition of usage for
12647                 these fields
12648         * src/prefs_folder_item.c
12649                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12650                 callbacks
12651
12652 2002-01-11 [melvin]     0.6.6claws48
12653
12654         * src/compose.c
12655                 fix the 'Ctrl-Enter' feature for sending and test really
12656                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12657                 editables which was not documented in Gtk)
12658
12659         * src/summaryview.c
12660                 Made summaryview refresh after sorting and not before.
12661
12662 2002-01-11 [christoph]  0.6.6claws47
12663
12664         * src/compose.c
12665                 select account from account ids if possible and
12666                 correctly set save folder for copy in reedit
12667
12668 2002-01-10 [paul]       0.6.6claws46
12669
12670         * sync with sylpheed 0.7.0 release
12671                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12672                 2002-01-09
12673
12674 2002-01-09 [alfons]
12675
12676         * src/summaryview.c
12677                 remove more dirt traces...
12678
12679 2002-01-09 [alfons]
12680         
12681         * src/summaryview.c
12682                 clean up some traces of my debugging stuff
12683
12684 2002-01-09 [alfons]     0.6.6claws45
12685
12686         * src/filtering.c
12687                 break up filteringprop_apply() in three separate pieces
12688                 so we can drop messages that failed processing in the
12689                 inbox
12690
12691         * src/summaryview.c
12692                 fix bug #469598 "no refresh of inbox after filter" which 
12693                 was introduced by the new summary view locking, and which 
12694                 prevented the summary view to update after a manual filter 
12695                 message. claw's filter message requires a summary_show().
12696                 (aargh, summary_show() again! :-)
12697                 
12698 2002-01-07 [alfons]     0.6.6claws44
12699
12700         * src/headerwindow.c
12701         * src/logwindow.c
12702         * src/messageview.c
12703         * src/sourcewindow.c
12704                 bring in Hiro's last 0.7.0 wm class fixes
12705
12706         * tools/sylprint.pl
12707                 bring in Ricardo's fix for sylprint script
12708
12709         * AUTHORS       
12710         * src/rfc2015.[ch]
12711         * src/prefs_common.[ch]
12712         * src/prefs_account.[ch]
12713         * src/compose.c
12714                 clean up account preference poison in rfc2015,
12715                 and preparation to fix double sign bug 
12716                 (patch submitted by Simon 'corecode' Schubert)
12717
12718 2002-01-07 [christoph]  0.6.6claws43
12719
12720         * src/mh.c
12721                 search for free message number, do not only rely
12722                 on last_num
12723         * src/send.c
12724                 fix smtp auth and use extra account information
12725                 if available, if not use pop3 data instead
12726                 (closes bug #500341)            
12727         * src/ssl.[ch]
12728                 match coding style
12729
12730 2002-01-06 [alfons]     0.6.6claws42
12731
12732         * src/mainwindow.c
12733                 try making the separate windows work again...
12734
12735 2002-01-06 [alfons]     0.6.6claws41
12736
12737         * src/mainwindow.c
12738                 adapt Hiro's separate window menu (to get rid of the funny
12739                 duplicate menu items), and make it work again
12740
12741 2002-01-06 [alfons]     0.6.6claws40
12742
12743         * tools/Makefile.am
12744         * tools/sylprint.rc
12745         * tools/sylprint.pl
12746         * tools/README.sylprint
12747                 add sylprint script for printing mails from Sylpheed
12748                 (contributed by Ricardo Mones Lastra)
12749
12750         * src/acount.c
12751                 clean up
12752
12753 2002-01-06 [melvin]     0.6.6claws39
12754
12755         * src/mainwindow.c
12756         * src/summaryview.c
12757                 Fixed crash introduced in 0.6.6claws38 by the menu
12758                 reorganisation (Hide read messages)
12759         
12760         * ChangeLog.claws 
12761                 Fixed typo (we are now in 2002, alfons ;) )
12762
12763 2002-01-05 [alfons]     0.6.6claws38
12764
12765         * sync with sylpheed 0.6.6cvs10-17
12766                 (last stuff marked as LAST_STABLE)
12767
12768 2002-01-04 [melvin]     0.6.6claws37
12769
12770         * src/account.c
12771                 Made account selection code use strcasestr again instead of
12772                 g_strcasecmp (fixes bug where reediting queued messages
12773                 did not select proper account reported by T. Link).
12774         
12775         * src/folderview.c
12776                 Fix bug where folder icons are not shown when 'hide read messages'
12777                 is on.
12778         
12779         * src/stock_pixmaps.[ch]
12780                 Added folder icons for 'hide read messages'.
12781         
12782         * src/compose.c
12783                 Fixed bug where 'Enter' in a header entry will send the message 
12784                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12785
12786 2002-01-03 [melvin]     0.6.6claws36
12787         
12788         * src/prefs.[ch]
12789                 Added popup menu for common preferences and
12790                 account preferences (right click on tab displays
12791                                 a menu of all tabs.)
12792
12793 2002-01-02 [melvin]     0.6.6claws35
12794
12795         * src/gtkspell.[ch]
12796                 Made spelling code compatible with undo/redo feature.
12797                 Added creation of suggestion mode menu for the general
12798                         preferences.
12799         
12800         * src/prefs_common.[ch]
12801                 Added option menu for the speller's suggestion mode.
12802                 Added missing spaces in "..." buttons and made a "..."
12803                         button non translatable!
12804         
12805         * src/compose.c
12806                 Made speller use the default suggestion mode.
12807                 Hack to make it possible to choose 'CTRL-Enter' as a
12808                         shortcut for sending (and only for sending).
12809
12810         * src/prefs_folder_item.c
12811                 Changing subject simplification does not update cache 
12812                         anymore (because it is unnecessary).
12813                 Fixed bug where changing subject simplification updated the 
12814                         summaryview even when the viewed folder is not the
12815                         folder which properties are being changed. (E.g. 
12816                                         viewing folder A and changing
12817                                         the subject simplification of 
12818                                         folder B -not being viewed- updated the 
12819                                         summaryview of folder A with data of
12820                                         folder B). (Hope this is clear... )
12821
12822 2001-12-31 [alfons]     0.6.6claws34
12823         
12824         * src/ldif.c
12825         * src/mutt.c
12826                 fgetc() returns a signed integer which doesn't
12827                 fit in a char. so c truncates this to a char
12828                 but we may lose significant bits. i.e. we may
12829                 comparing 0xFF which may not be equal to -1
12830                 unless properly casted to signed char which
12831                 we won't do because fgetc() returns a signed
12832                 integer which doesn't fit in a char. so c 
12833                 truncates this to a char but we may lose 
12834                 significat bits. (you got the idea, thanks
12835                 to Gustavo Noronha Silva <kov@debian.org>
12836                 and the Debian folks!)
12837
12838 2001-12-30 [alfons]     0.6.6claws33
12839
12840         * src/prefs_common.c
12841                 add #ifdef USE_PSPELLs that Melvin forgot               
12842
12843 2001-12-30 [melvin]     0.6.6claws32
12844         
12845         * src/prefs_common.[ch]
12846                 Added configurable color for misspelled words.
12847
12848         * src/gtkspell.[ch]
12849                 Fixed bug of foreground text color (reported by David
12850                                 Mehrmann)
12851                 Added configurable color for misspelled words.
12852
12853 2001-12-30 [alfons]     0.6.6claws31
12854
12855         * src/folder.c
12856                 remove unnecessary things someone put there
12857
12858         * src/mh.c
12859         * src/folder.[ch]
12860                 make folder properties (like threading and sorting) persistent
12861                 (closes bug #497424 "rescan folder tree resets proprieties")
12862                 currently this is only for MH folders. 
12863
12864 2001-12-29 [melvin]     0.6.6claws30
12865
12866         * src/string_match.[ch]
12867                 Optimized a bit: regexp pattern buffer compiled only once, and
12868                   one subroutine call removed. Fixed ^ regexp search: Now, 
12869                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12870         
12871         * src/summaryview.c
12872                 Subject filtering changed to filter summary columns and
12873                   not directly the messages subject cache. The loss in 
12874                   performance is balanced by the improvement of string_match.
12875                 Added an alert panel if there is an error in the regexp.
12876
12877         * src/src/prefs_folder_item.h
12878                 Added a regexp pattern buffer.
12879
12880 2001-12-28 [alfons]     0.6.6claws29
12881
12882         * src/string_match.[ch]
12883                 clean up name space
12884                 allow compilation *BSD
12885
12886 2001-12-27 [alfons]     0.6.6claws28
12887
12888         * src/filter.c
12889                 sync the Hiro's bug fix for BSD
12890
12891 2001-12-27 [melvin]     0.6.6claws27
12892         
12893         * src/compose.c
12894                 Simplify focus to subject entry code.
12895
12896 2001-12-27 [darko]      0.6.6claws26
12897
12898         * src/filtering.c
12899         * src/mbox_folder.c
12900         * src/messageview.c
12901         * src/mh.c
12902         * src/procheader.[ch]
12903         * src/procmsg.h
12904         * src/stock_pixmap.[ch]
12905         * src/summaryview.c
12906                 Show key icon for encrypted mails in summary view
12907
12908         * src/pixmaps/clip.xpm
12909         * src/pixmaps/clipkey.xpm
12910         * src/pixmaps/key.xpm
12911                 New/modified icons for the above
12912
12913 2001-12-27 [melvin]     0.6.6claws25
12914
12915         * src/prefs_common.c
12916                 Put spell checker options in a separate tab to decrease
12917                 the Common Preferences window height.
12918
12919         * README.claws  
12920                 Update spell checker usage instruction about its options
12921                 location.
12922
12923 2001-12-27 [melvin]     0.6.6claws24
12924
12925         * src/compose.c
12926                 Changed subject entry widget position. Initial focus is
12927                 on the To header instead of the subject entry.
12928                 Creating a new header scrolls the header list to make the
12929                 created one visible. Nevertheless, when automatically filling
12930                 headers, the first one is shown.
12931                 A Tab key press in the last empty header entry zips the 
12932                 focus to the subject entry.
12933                 (I did not change the combo boxes, yet)
12934
12935 2001-12-26 [alfons]     0.6.6claws23
12936
12937         * src/prefs_account.c
12938         * src/inc.c
12939                 allow default inbox to reside in another mailbox (only
12940                 works for POP3 accounts)
12941
12942 2001-12-26 [alfons]     0.6.6claws22
12943         
12944         * src/textview.c
12945                 make reply-on-click work with the account of the selected folder
12946         * src/compose.c
12947                 put a fixme here to remind me to fix finding correct default
12948                 account for nested folders
12949
12950 2001-12-25 [alfons]     0.6.6claws21
12951
12952         * src/summaryview.c
12953                 make column headers display locked and mark pixmaps (idea by Melvin) 
12954                 fix bug by adding score and locked column type to sort array
12955
12956 2001-12-25 [alfons]     0.6.6claws20
12957         
12958         * src/summaryview.c
12959                 catch a *potentially* inadvertent write back of  
12960                 the message cache(s) introduced by 0.6.5claws37
12961
12962 2001-12-25 [christoph]  0.6.6claws19
12963
12964         * src/stock_pixmap.[ch]
12965         * src/summaryview.c
12966                 add ignore thread pixmap
12967                 (can someone draw a better icon for this?)
12968
12969 2001-12-24 [alfons]     0.6.6claws18
12970
12971         * src/prefs_folder_item.c
12972                 make address completion actually work for the
12973                 Default To address in the Folder Property dialog.
12974
12975 2001-12-24 [alfons]     0.6.6claws17
12976         
12977         * src/summaryview.c
12978                 use new style regexp for subject stripping 
12979                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12980
12981 2001-12-24 [darko]      0.6.6claws16
12982
12983         * src/pgptext.c
12984         * src/rfc2015.c
12985                 move GPG related informational messages to debug mode
12986
12987 2001-12-23 [alfons]     0.6.6claws15
12988
12989         * src/stock_pixmap.[ch]
12990         * src/summaryview.c
12991                 add the forgotten Claws' locked pixmap
12992
12993 2001-12-23 [alfons]     0.6.6claws14
12994
12995         * src/filesel.c
12996                 accept file name typed in entry in multi file
12997                 selector (patch submitted by Gustavo Noronha Silva 
12998                 <kov@debian.org>)
12999
13000 2001-12-23 [alfons]     0.6.6claws13
13001
13002         * src/prefs_filter.c
13003         * src/prefs_filtering.c
13004         * src/matcher.c
13005         * src/importmutt.c
13006                 clean up a little bit
13007         
13008         * src/string_match.c
13009                 validate input strings a little bit more
13010
13011 2001-12-23 [alfons]     0.6.6claws12
13012
13013         * src/Makefile.am
13014         * src/summaryview.c
13015         * src/string_match.[ch]         ** NEW **
13016         * src/folderview.[ch]
13017         * src/headerview.h
13018         * src/folder.[ch]
13019         * src/prefs_folder_item.[ch]
13020                 add subject simplification to strip out strings from
13021                 a subject line (esp. handy for mailing lists). 
13022                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13023                 but slightly changed things for better integration.)
13024
13025 2001-12-23 [alfons]     0.6.6claws11
13026
13027         * src/mainwindow.c
13028                 fix bug introduced by submission included in 0.6.5claws52.
13029                 ideally this submission should clean the trash if any trash
13030                 folder has a message. however, the hasTrash variable was
13031                 set to false whenever a trash folder was empty (discarding
13032                 a previously found *filled* trash folder.)
13033
13034                 also edited the code a little bit and made it more safe.
13035
13036 2001-12-22 [alfons]     0.6.6claws10
13037
13038         * src/imap.c
13039                 quick fix for Martin Pool's omission of an account
13040                 specific SSL setting
13041
13042 2001-12-22 [alfons]     0.6.6claws9
13043
13044         * src/compose.c
13045         * src/messageview.c
13046         * src/mimeview.c
13047         * src/pgptext.c
13048         * src/procmime.[ch]
13049                 better support for multipart/digest (submitted
13050                 by Fredrik <e98fo@efd.lth.se>)
13051
13052 2001-12-22 [alfons]     0.6.6claws8
13053
13054         * src/addressbook.c
13055                 correct function signature
13056         * src/socket.[ch]
13057         * src/imap.[ch]
13058         * src/prefs_account.[ch]
13059                 allow IMAP over SSH tunnel (patch submitted by 
13060                 Martin Pool <mbp@samba.org>)
13061
13062 2001-12-21 [alfons]     0.6.6claws7
13063
13064         * sync with sylpheed 0.6.6cvs4-9
13065                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13066
13067 2001-12-21 [christoph]  0.6.6claws6
13068
13069         * src/compose.c
13070         * src/prefs_folder_item.[ch]
13071                 implement saving of outgoing messages to current folder.
13072                 fix segfault when no default outbox is available
13073                 (closes bug #495683)
13074
13075 2001-12-21 [carsten]    0.6.6claws5
13076         * src/folderview.c
13077         * src/summaryview.c
13078                 pressing CTRL while DND does now the expected thing and
13079                 copies the mail (moving is still the default, as this
13080                 seam more appropriate for handling mails by DND)
13081
13082 2001-12-18 [paul]       0.6.6claws4
13083
13084         * sync with sylpheed 0.6.6cvs3
13085                 see ChangeLog entries 2001-12-18
13086
13087 2001-12-18 [hiro]       0.6.6claws3
13088
13089         * src/undo.c
13090                 fix for multibyte characters (obtain the number of letters
13091                 instead of bytes).
13092
13093 2001-12-17 [paul]       0.6.6claws2
13094
13095         * sync with sylpheed 0.6.6cvs1
13096                 see ChangeLog entry 2001-12-16
13097
13098 2000-12-17 [alfons]     0.6.6claws1
13099
13100         * src/filtering.c
13101                 clean up
13102
13103 2001-12-16 [paul]       0.6.6claws
13104 2001-12-15
13105
13106         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13107
13108         * src/mimeview.c
13109                 last minute sync with main 0.6.6
13110
13111         * po/es.po
13112                 updated by Ricardo Mones Lastra
13113                 update for last minute sync
13114         * po/fr.po
13115         * po/nl.po
13116                 update for last minute sync
13117         * po/de.po
13118                 updated by Jens Oberender
13119         * po/pt_BR.po
13120                 updated by Fabio Junior Beneditto
13121
13122         * src/prefs_common.[ch]
13123         * src/undo.c
13124                 number of undo levels is user configurable
13125                 (squeeze it into the release in the dying
13126                 moments) Submitted by Jens Oberender    
13127
13128 2001-12-15 [melvin]
13129
13130         * po/fr.po
13131                 updated french translation
13132
13133 2001-12-15 [paul]       0.6.5claws92
13134
13135         * sync with sylpheed 0.6.5cvs28
13136                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13137
13138         * po/nl.po
13139                 update to allow for sync
13140
13141 2001-12-15 [alfons]
13142         
13143         * po/nl.po
13144                 update dutch translation
13145
13146 2001-12-14 [carsten]    0.6.5claws91
13147         * src/summaryview.c
13148                 fixed bug #473785; also after changing the column order
13149                 the same message will be selected and displayed as before
13150                 the reordering
13151
13152 2001-12-14 [carsten]    0.6.5claws90
13153         * src/folderview.c
13154                 probably found the bug reported by wwb opening or closing
13155                 a folder tree just before dnd (found the solution in the
13156                 balsa source -- thanks to them)
13157
13158 2001-12-14 [carsten]    0.6.5claws89
13159         * src/gtkutils.c
13160         * src/account.c
13161                 moved gtk_clist_moveto to the right place, so that
13162                 only the accounts dialog is effected on opening
13163
13164 2001-12-14 [carsten]    0.6.5claws88
13165         * src/gtkutils.c
13166                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13167                 now, so that the focused row will be seen in any case
13168                 (reported by wwp on sf-claws-user)
13169
13170 2001-12-14 [darko]      0.6.5claws87
13171
13172         * src/compose.c
13173                 remove unnecessary line
13174
13175 2001-12-14 [paul]       0.6.5claws86
13176
13177         * sync with sylpheed 0.6.5cvs27
13178                 see ChangeLog entries 2001-12-14
13179
13180 2001-12-14 [carsten]    0.6.5claws85
13181         * src/mainwindow.c
13182                 following a suggestion of Melvin the rcoabm pops up
13183                 right under the button now and the button is reliefed
13184                 while the popup is open
13185
13186 2001-12-14 [darko]      0.6.5claws84
13187
13188         * src/compose.c
13189                 fix crash when wrapping long lines if linewrap quotation
13190                 is disabled and wrapper encounters a word spanning more
13191                 than one line
13192
13193 2001-12-13 [paul]       0.6.5claws83
13194
13195         * src/compose.c
13196                 prefer 'Reply-To' header over mailing list header when
13197                 replying to a message. Finally prevent all those confirmation 
13198                 messages being sent to the list itself.
13199
13200         * src/summaryview.c
13201                 remove unused summary_set_menu_sensitive() entry
13202
13203 2001-12-13 [paul]       0.6.5claws82
13204
13205         * src/folderview.c
13206         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13207         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13208         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13209                 improvements to 'Hide read messages': Inbox, Outbox,
13210                 Trash, Queue, and Draft icons now reveal presence of hidden 
13211                 messages
13212
13213 2001-12-12 [alfons]     0.6.5claws81
13214
13215         0.6.5claws80 was tagged as LAST_STABLE
13216
13217         * src/filtering.[ch]
13218         * src/matcher.[ch]
13219         * src/matcher_parser_lex.c
13220                 fix the filtering; my last attempt to get it right, 
13221                 if it does not work, it's Hoa's turn. ;-)
13222
13223                 for my honourable peers:
13224                 
13225                 the code now makes a clear distinction between
13226                 rules as they are displayed (probably escaped),
13227                 and as they are executed (probably unescaped). the
13228                 parser does *NOT* do any unescaping, this is
13229                 the task of the matcher.c (which breaks up a
13230                 rule into condition) and the filtering.c (which
13231                 breaks up the rule's action). to make this
13232                 run happily we provide an unescaped copy of
13233                 crucial strings to the MatcherProp and 
13234                 FilteringAction structures. note that the only
13235                 exception to this is any REGEXP string. those
13236                 are directly passed to regcomp() and regexp()
13237                 (who have much more powerful unescape functions).
13238                 
13239                 for everyone else:
13240         
13241                 you can escape tab (\t), carriage return (\r),
13242                 linefeed (\n), form feed (\f), quote (\"), 
13243                 single quote (\'), bell (\b) in all the entry
13244                 lines in the scoring & filtering dialogs.
13245                 as an added bonus this should not affect
13246                 existing filtering rules.
13247
13248 2001-12-12 [carsten]    0.6.5claws80
13249
13250         * src/summaryview.c
13251         * po/de.po
13252                 "item(s) selected" is now sensitive to 1 or more
13253                 than one selected (nice for language where simple
13254                 adding of a "s" is not possible as German (Eintrag
13255                 ->Eintr"age)
13256                 
13257                 the "forward as attachment" entry from the right
13258                 click menu removed, "forward" acts following the
13259                 prefs
13260         
13261         * src/textview.c
13262                 reverted my former changes; so compiler warning again
13263                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13264                 nevertheless
13265
13266         * src/messageview.c
13267                 "search in message" does now *not* only work in MVIEW_TEXT
13268                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13269                 message
13270
13271         * src/mainwindow.c
13272                 removed "/File/_Close" as it was the same as "/File/E_xit"
13273                 and we don't need it two times
13274
13275                 the separate folder view and message view now get a distinct
13276                 WMCLASS, just in case someone is using sawfish ;-)
13277
13278                 as the menu entries "/View/Message view" and "/View/Folder tree"
13279                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13280                 make them sensitive accordingly and as these two are "shown"
13281                 after startup anytime check this menuitem at startup
13282
13283 2001-12-12 [paul]       0.6.5claws79
13284
13285         * src/folderview.c
13286                 fix sensitivity of 'Search folder...', broken in
13287                 0.6.5claws75
13288
13289         * src/mainwindow.c
13290                 fix dodgy English
13291
13292 2001-12-11 [carsten]    0.6.5claws78
13293         * src/filtering.c
13294                 fixed two typos returning a wrong FALSE/TRUE
13295         * src/mainwindow.[ch]
13296                 extra menu for email/news button removed
13297
13298 2001-12-11 [alfons]     0.6.5claws77
13299         
13300         * src/matcher.c                 (1.3)
13301         * src/matcher_parser_lex.l      (1.28)
13302                 revert for another attempt
13303                 mark 0.6.5claws77 as LAST_STABLE
13304
13305 2001-12-11 [christoph]  0.6.5claws76
13306
13307         * po/de.po
13308                 fixed wrong translation for prev. unread msg
13309
13310 2001-12-11 [paul]       0.6.5claws75
13311
13312         * src/folder.[ch]
13313         * src/folderview.c
13314         * src/mainwindow.c
13315         * src/summaryview.[ch]
13316         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13317                 enable ability to hide read messages on per folder basis via 
13318                 '/Summary/Hide read messages'; when selected, a folder will 
13319                 have a red open folder icon, instead of a blue icon, if the 
13320                 folder contains hidden messges
13321                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13322
13323         * src/mainwindow.c
13324                 remove '/Message/Forward as attachment' from 
13325                 main_window_set_menu_sensitive() to prevent debug warning
13326
13327         * src/folderview.c
13328         * src/mainwindow.c
13329                 Clean up some of the English
13330
13331         * tools/newscache_clean.pl
13332                 allow for new 'hidereadmsgs' entry in folderlist.xml
13333
13334         * po/es.po
13335                 updated translation, submitted by Ricardo Mones Lastra
13336
13337 2001-12-11 [paul]       0.6.5claws74
13338
13339         * sync with sylpheed 0.6.5cvs25
13340                 see ChangeLog entry 2001-12-11
13341
13342 2001-12-10 [alfons]     0.6.5claws73
13343
13344         * src/matcher.c
13345                 add more control characters
13346         * src/matcher_parser_lex.l
13347                 make escaping / unescaping work again
13348
13349 2001-12-10 [alfons]     0.6.5claws72
13350
13351         * src/imap.c
13352                 clean up warnings "returning value for void function" 
13353         * src/prefs_filtering.c
13354                 make info button for execute action sensitive
13355
13356 2001-12-10 [paul]       0.6.5claws71
13357
13358         * src/compose.c
13359         * src/imap.[ch]
13360         * src/summaryview.c
13361                 fix: imap server now gets informed of MARKED, UNMARKED
13362                 and REPLY events. Now people can use different IMAP-Mail
13363                 clients and have the exact same information about MARKED,
13364                 UNMARKED and REPLY status with all of them. Especially
13365                 useful for imap servers with a web-frontend.
13366                 submitted by Tobias Sandhaas <medlor@web.de>
13367
13368 2001-12-09 [melvin]     0.6.5claws70
13369         
13370         * src/textview.[ch]
13371                 fixed bug #490076 (hunted down by Alfons who implemented
13372                 a workaround in 0.6.5claws65)
13373
13374 2001-12-09 [christoph]  0.6.5claws69
13375
13376         * src/summaryview.c
13377                 set pointer to string in LOCKED column to NULL
13378                 (might fix bug #490800)
13379
13380 2001-12-09 [carsten]    0.6.5claws68
13381
13382         * po/de.po
13383                 resolved some cluttered menu shortcuts 
13384                 ('creating new email' and 'creating news message'
13385                 hade the same)
13386         * src/compose.c
13387                 wmclass now distinc from main window
13388         * src/mainwindow.c
13389           src/mainwindow.h
13390                 email/news and forward button functionality similar
13391                 to the reply buttons; removed the ugly dropdown arrows
13392                 and use instead the right mouse button
13393
13394 2001-12-09 [paul]       0.6.5claws67
13395
13396         * src/imap.c
13397         * src/utils.h
13398                 allow spaces in imap folder names
13399                 submitted by Willem van Engen <wvengen@stack.nl>
13400
13401 2001-12-09 [paul]       0.6.5claws66
13402
13403         * sync with sylpheed 0.6.5cvs24
13404                 see ChangeLog entry 2001-12-09
13405
13406 2001-12-08 [alfons]     0.6.5claws65
13407
13408         * src/textview.c
13409                 prevent secondary selection claim after "add to sender" dialog
13410                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13411                 we trick GTK by simulating a click at (0, 0) in the textview.
13412
13413 2001-12-08 [hoa]        0.6.5claws64
13414
13415         * src/folder.c
13416                 fixed a bug about the .processing folder name while filtering
13417
13418 2001-12-08 [alfons]     0.6.5claws63
13419
13420         * src/folderview.c 
13421                 work around problem of not correctly updating folder stats
13422                 when deleting messages. there's some folder scanning evil
13423                 going so the folderview_update_msg_num() does not work
13424                 correctly. need to investigate this.
13425
13426 2001-12-08 [paul]       0.6.5claws62
13427
13428         * sync with sylpheed 0.6.5cvs23
13429                 see ChangeLog entry 2001-12-08
13430
13431 2001-12-07 [christoph]  0.6.5claws61
13432
13433         * src/compose.c
13434                 fix another header translation problem
13435
13436 2001-12-07 [alfons]     0.6.5claws60
13437
13438         * src/mbox.c
13439                 make filtering also work on local spool mbox
13440
13441 2001-12-07 [carsten]    0.6.5claws59
13442         * src/addressbook.c
13443                 addressbook window gets a wmclass distinct from the main
13444                 sylpheed window
13445         * src/compose.h
13446         * src/mainwindow.[ch]
13447                   forward menu item will use mode selected in prefs, forward 
13448                 as attatchment in menu removed (will be substituted in the
13449                 toolbar similar to reply buttons)
13450                   create news message menu entry and news button is now 
13451                 sensitive to the existance of a news account
13452         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13453         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13454         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13455                 these are removed because the toolbar buttons don't show
13456                 the quoting modus any longer
13457
13458 2001-12-07 [paul]
13459
13460         * tools/newscache_clean.pl      ** NEW FILE **
13461                 perl script to do some tidying up in the newscache directory 
13462                 
13463         * tools/sylpheed-switcher       ** NEW FILE **
13464                 perl script to enable easy switching between main and claws
13465                 
13466         * tools/README
13467                 added descriptions of the two new perl scripts          
13468
13469
13470 2001-12-07 [melvin]     0.6.5claws58
13471
13472         * src/messageview.c
13473                 fixed a warning during compilation introduced in 0.6.5claws56
13474
13475 2001-12-07 [paul]       0.6.5claws57
13476
13477         * src/mainwindow.[ch]
13478         * src/menu.[ch]
13479                 further usability enhancements to replying with or without 
13480                 quoting via the toolbar, use of Ctrl key is replaced by 
13481                 drop down menu 
13482                 Submitted by Carsten Schurig            
13483
13484 2001-12-07 [melvin]     0.6.5claws56
13485
13486         * src/messageview.c
13487                 hack to fix bug that prevented to make/paste selections
13488                 after switching between MVIEW_TEXT and MVIEW_MIME views
13489                 without deselecting the selection first.
13490
13491 2001-12-06 [alfons]     0.6.5claws55
13492
13493         * src/filtering.[ch]
13494         * src/inc.c
13495                 revise filtering a little bit more, and make sure
13496                 messages are delivered to the appropriate inbox
13497                 (perhaps set per account)
13498
13499 2001-12-06 [paul]       0.6.5claws54
13500
13501         * sync with sylpheed 0.6.5cvs22
13502                 see ChangeLog entry 2001-12-06
13503
13504 2001-12-05 [alfons]     0.6.5claws53
13505
13506         * src/inc.c
13507         * src/folder.[ch]
13508         * src/procmsg.c
13509         * src/filtering.c
13510                 more revisions of filtering system
13511                 (last stable version is marked as LAST_STABLE)
13512                 
13513                 | NOTE 1): the filtering system now uses a local folder called
13514                 | .processing. if filtering fails, check this directory
13515                 | for missing messages.
13516                 |
13517                 | NOTE 2): help us find the filtering actions still missing
13518
13519 2001-12-05 [paul]       0.6.5claws52
13520
13521         * src/mainwindow.c
13522                 fix bug where 'Empty Trash?' pop-up window appears even
13523                 when Trash is empty, submitted by Jesse Skinner         
13524
13525 2001-12-05 [melvin]     0.6.5claws51
13526
13527         * src/compose.c
13528                 fixed bug #486106 to select correct account when reediting 
13529                 a queued message
13530         
13531 2001-12-04 [alfons]     0.6.5claws50
13532
13533         * src/mh.c
13534                 declare markfile in appropriate functions when
13535                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13536                 for spotting this)
13537
13538 2001-12-04 [paul]       0.6.5claws49
13539
13540         * sync with sylpheed 0.6.5cvs21
13541                 see ChangeLog entry 2001-12-04
13542
13543 2001-12-03 [christoph]  0.6.5claws48
13544
13545         * po/de.po
13546                 changed translation of undo
13547         * src/account.c
13548         * src/folder.c
13549                 don't reinvent the wheel to traverse a GNode
13550         * src/compose.[ch]
13551                 seperate code to create the compose gui into functions
13552                 add "Others" page with folder selection for saving copy
13553                 of the message.
13554                 the folder identifier is saved to queue header
13555         * src/procmsg.c
13556                 save message to folder in queue header
13557
13558 2001-12-03 [paul]       0.6.5claws47
13559
13560         * sync with sylpheed 0.6.5cvs20
13561                 see ChangeLog entry 2001-12-03
13562
13563 2001-12-01 [paul]
13564
13565         * more sync with sylpheed 0.6.5cvs19
13566                 see ChangeLog entry 2001-11-29
13567
13568 2001-11-30 [paul]       0.6.5claws46
13569         
13570         * src/compose.c
13571                 remove conflicts introduced by Hoa's last commit
13572          
13573         * src/mainwindow.c
13574                 make 'Message/Bounce' sensitive
13575
13576 2001-11-30 [hoa]        0.6.5claws45
13577
13578         * src/compose.c
13579                 slightly change bounce function to add
13580                 information about the user that bounced the mail
13581                 in the From header line.
13582
13583         * src/folderview.c
13584                 permit the use of processing in outbox folder.
13585
13586 2001-11-29 [paul]       0.6.5claws44
13587
13588         * src/mainwindow.[ch]
13589         * src/prefs_common.c
13590         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13591         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13592         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13593                 usability enhancements to the quoting, implements
13594                 use of Ctrl key to toggle quoting settings
13595                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13596
13597 2001-11-29 [paul]       0.6.5claws43
13598         
13599         * sync with sylpheed 0.6.5cvs19
13600                 see ChangeLog entry 2001-11-28
13601
13602 2001-11-29 [melvin]     0.6.5claws42
13603         * src/Makefile.am
13604                 added enriched.[ch] to the list of files
13605
13606         * src/textview.c
13607         * src/mimeview.c
13608         * src/procmime.[ch]
13609         * src/enriched.[ch]
13610                 added support to view text/enriched
13611                 added support to show headers in message view for text/enriched and text/html
13612                         in non multipart messages
13613
13614 2001-11-28 [paul]       0.6.5claws41
13615
13616         * more sync with sylpheed 0.6.5cvs18
13617                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13618
13619 2001-11-27 [paul]       0.6.5claws40
13620         
13621         * po/pt_BR.po
13622                 updated translation, submitted by Fabio Junior Beneditto
13623                 
13624         * sync with sylpheed 0.6.5cvs18
13625                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13626                 2001-11-27
13627
13628
13629 2001-11-26 [paul]
13630
13631         * po/es.po
13632                 updated translation, submitted by Ricardo Mones Lastra
13633
13634 2001-11-26 [alfons]
13635
13636         * src/matcher.c
13637                 add more translatable strings
13638
13639 2001-11-26 [christoph]  0.6.5claws39
13640
13641         * po/de.po      
13642                 fixed one more umlaut
13643         * src/compose.c
13644                 fix translated header when it should not be translated
13645
13646 2001-11-26 [paul]       0.6.5claws38
13647
13648         * src/mainwindow.c
13649                 remove '/Message/Add Sender to address book' from 
13650                 main_window_set_menu_sensitive(), prevent debug warning
13651                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13652
13653 2001-11-26 [paul]       0.6.5claws37
13654
13655         * src/summaryview.c
13656                 fix 'recurring unread state' bug 
13657
13658         * tools/README 
13659         * tools/filter_conv.pl
13660                 read name of top level mailbox from folderlist.xml
13661                 and presume nothing about its name              
13662
13663 2001-11-26 [darko]      0.6.5claws36
13664
13665         * src/gtkstext.[ch]
13666                 removed functions that are now in gtkutils.c
13667                 use gtkut_text_is_uri_string() from gtkutils.c
13668         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13669
13670 2001-11-26 [paul]       0.6.5claws35
13671
13672         * sync with sylpheed 0.6.5cvs16
13673                 see ChangeLog entries 2001-11-25 and 2001-11-26
13674
13675 2001-11-25 [alfons]     0.6.5claws34
13676
13677         EXPERIMENTAL!!! Please checkout the last stable version using: 
13678           
13679         % cvs update -r LAST_STABLE -dRAP
13680
13681         (Or help us testing this stuff.)
13682
13683         * src/filtering.c               (1.14)
13684         * src/filtering.h               (1.6)
13685         * src/inc.c                     (1.28)
13686         * src/matcher.c                 (1.20)
13687         * src/mbox.c                    (1.9)
13688         * src/procmsg.h                 (1.14)
13689         * src/summaryview.c             (1.59)
13690         * src/summaryview.h             (dunno)
13691                 revert/merge/sync to as it was before commit 
13692                 on Thu, 19 Jul 2001 10:15:51 -0700.
13693
13694 2001-11-25 [hoa]        0.6.5claws33
13695
13696         * src/main.c
13697                 processing mails at startup
13698
13699         * src/folderview.c
13700         * src/summaryview.[ch]
13701                 processing mails when entering folder
13702
13703         * src/prefs_filtering.c
13704                 fixed some UI bugs
13705
13706 2001-11-24 [alfons]     0.6.5claws32
13707
13708         * src/summaryview.[ch]
13709                 make summary sort headers work, and also make
13710                 sure the sort type is stored
13711
13712 2001-11-23 [alfons]     0.6.5claws31
13713
13714         * src/summaryview.[ch]
13715                 make lock work like mark
13716                 disallow deleting messages marked as locked
13717
13718 2001-11-23 [alfons]     0.6.5claws30
13719
13720         * src/gtkstext.c
13721         * src/compose.[ch]
13722         * src/Makefile.am
13723         * src/undo.[ch]
13724                 merge undo patch submitted by Jens
13725
13726 2001-11-23 [christoph]  0.6.5claws29
13727
13728         * src/.cvsignore
13729                 added ylwrap
13730         * src/compose.c
13731                 fixed gpg signing and encoding
13732         * src/folder.[ch]
13733         * src/main.c
13734                 added --status option to get new, unread and total
13735                 message count from a running sylpheed
13736         * src/prefs_common.c
13737                 temporary fix for reply_with_quote problem
13738                 (don't call functions for non existing widget)
13739         * src/procmsg.c
13740                 one more check for ignored threads but still not
13741                 always working correctly. probably a recursive
13742                 check for all parents is needed
13743
13744 2001-11-23 [darko]      0.6.5claws28
13745
13746         * src/compose.c
13747                 wrapping on send improvements
13748         * src/gtkutils.[ch]
13749                 fix for GtkSText after last sync with main branch
13750                 GTK_TEXT -> GTK_STEXT
13751
13752 2001-11-23 [paul]       0.6.5claws27
13753
13754         * sync with sylpheed 0.6.5cvs14
13755                 see ChangeLog entries 2001-11-22 and 2001-11-23
13756                 
13757         * po/de.po
13758                 fixed the scrambled umlauts 
13759                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13760
13761 2001-11-21 [paul]       0.6.5claws26
13762
13763         * sync with sylpheed 0.6.5cvs12
13764                 see 2nd ChangeLog entry dated 2001-11-20
13765
13766 2001-11-20 [paul]       0.6.5claws25
13767
13768         * sync with sylpheed 0.6.5cvs11
13769                 see ChangeLog entry 2001-11-19 (src/utils.c)
13770
13771 2001-11-20 [hiro]
13772
13773         * src/compose.c
13774                 GTK_TEXT -> GTK_STEXT
13775                 fix for wrong comment
13776
13777 2001-11-20 [hiro]       0.6.5claws24
13778
13779         * src/compose.[ch]
13780                 more merges from main branch
13781                 removed fatal warnings (uninitialized variables etc.)
13782                 some coding style fix
13783         * src/gtkutils.h
13784                 fixed typo.
13785         * src/addressbook.c
13786           src/addrindex.c
13787                 V-Card -> vCard
13788
13789 2001-11-19 [hoa]        0.6.5claws23
13790
13791         * src/filtering.c
13792         * src/prefs_scoring.c
13793         * src/matcher.[ch]
13794         * src/scoring.c
13795                 cleaning code
13796
13797         * src/matcher_parser_parse.y
13798         * src/prefs_filtering.c
13799                 bouncing
13800
13801 2001-11-19 [alfons]     0.6.5claws22
13802
13803         more of my old things into claws
13804
13805         * src/Makefile.am
13806         * src/prefs_common.c
13807         * src/procmsg.h
13808         * src/summaryview.[ch]
13809         * src/prefs_summary_column.c
13810         * src/pixmaps/locked.xpm
13811                 add indicators for locking of message in summary view
13812                 (does not work yet, only visual indicator)
13813
13814 2001-11-19 [paul]       0.6.5claws21
13815
13816         * sync with sylpheed 0.6.5cvs10
13817                 see ChangeLog entry 2001-11-19
13818
13819 2001-11-18 [alfons]     0.6.5claws20
13820         
13821         * src/filtering.c
13822                 remove an inadvertent free I forgot in previous clean up 
13823
13824 2001-11-18 [alfons]     0.6.5claws19
13825
13826         * src/filtering.[ch]
13827                 clean up & plug leaks
13828
13829 2001-11-18 [paul]       0.6.5claws18
13830
13831         * sync with sylpheed 0.6.5cvs9
13832                 see ChangeLog entries 2001-11-17 and 2001-11-18
13833
13834 2001-11-16 [paul]       0.6.5claws17
13835
13836         * sync with sylpheed 0.6.5cvs8
13837                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13838
13839 2001-11-16 [paul]       0.6.5claws16
13840
13841         * sync with sylpheed 0.6.5cvs7
13842                 see ChangeLog entries 2001-11-15 and 2001-11-16
13843
13844 2001-11-15 [hoa]        0.6.5claws15
13845
13846         * src/compose.c
13847                 fix bounce, mails we received couln't be bounced to ourself.
13848
13849         * src/defs.h
13850         * src/filtering.[ch]
13851         * src/matcher.[ch]
13852         * src/matcher_parser.h
13853         * src/matcher_parser_lex.l
13854         * src/matcher_parser_parse.y
13855         * src/inc.c
13856         * src/main.c
13857         * src/mbox.c
13858         * src/prefs_filtering.[ch]
13859         * src/mainwindow.c
13860         * src/prefs_matcher.c
13861         * src/prefs_scoring.c
13862         * src/scoring.[ch]
13863         * src/summaryview.c
13864                 new matcher/filter/score configuration file parser
13865                 one unique configuration file => ~/.sylpheed/matcherrc
13866                 import in currently automatic, then save are made
13867                 in this new file.
13868                 one filter per folder and one global filter
13869                 (filter of a folder will be used as folder processing)
13870
13871         * src/folder.c
13872                 fix a bug in folder_item_get_identifier
13873                 
13874         * src/messageview.c
13875                 receive receipt return are fixed.
13876
13877 2001-11-14 [alfons]     0.6.5claws14
13878
13879         * src/session.h
13880                 add things from main branch to make claws compile
13881
13882 2001-11-14 [paul]       0.6.5claws13
13883
13884         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13885                 see ChangeLog entries 2001-11-08 to 2001-11-14
13886
13887 2001-11-14 [hoa] 0.6.5claws12
13888
13889         * src/compose.[ch]
13890         * src/mainwindow.c
13891         * src/summaryview.c
13892                 add "bounce mail" option
13893
13894 2001-11-13 [christoph]  0.6.5claws11
13895
13896         * src/compose.c
13897                 Cleanup a mess i add before commiting
13898
13899 2001-11-13 [hoa]        0.6.5claws10
13900
13901         * src/compose.c
13902                 some fixes when mail are sent or
13903                 for crossposts
13904
13905 2001-11-13 [christoph]  0.6.5claws9
13906
13907         * po/de.po
13908                 Changed two string with the same translation
13909         * src/compose.c
13910         * src/procmsg.[ch]
13911         * src/send.[ch]
13912                 New mailsending process:
13913                   - Always queue message before sending
13914                     (message will be saved if sylpheed crashed or
13915                      freezes while sending)
13916                   - Allow queuing of newspostings
13917                   - No copy in outbox before sending
13918                     (closes bug #469501)
13919                   - No more redundant code for send and send_later
13920         * src/summaryview.c
13921                 Applied wwp <subscript@free.fr>'s patch that fixes
13922                 marks for multiple forwarded messages (+compose.c)
13923
13924 2001-11-12 [alfons]
13925
13926         * README.claws
13927                 remove things that are now in main branch
13928         
13929         * po/nl.po
13930                 update Dutch translation
13931
13932 2001-11-12 [mhadasht]   0.6.5.claws8
13933
13934         * src/prefs_common.c
13935                 re-enabled account autoselection feature for forward
13936                 and reedit lost during the branch point for SYNC-B4-REL
13937         * src/gtkspell.c
13938                 gtkpspell_get_dict(): more readable code (even if function is
13939                 not used yet)
13940         * ChangeLog.claws
13941                 added version number info to 2001-11-12 [hiro] comment.
13942
13943 2001-11-12 [hiro]       0.6.5.claws7
13944
13945         * src/compose.c
13946                 compose_forward(): fixed a bug that forward quote mark
13947                 wasn't used.
13948                 removed unnecessary code.
13949         * src/template_select.[ch]: removed.
13950
13951 2001-11-11 [alfons]
13952
13953         * src/compose.c
13954                 :%s/GTK_TEXT/GTK_STEXT/g
13955         
13956         * src/compose.[ch]
13957         * src/undo.[ch]
13958         * src/Makefile.am
13959                 revert the undo stuff (this is 0.6.6claws stuff)
13960
13961 2001-11-11 [hoa]        0.6.5.claws6
13962
13963         * src/compose.[ch]
13964                 Insert signature at the end of the text.
13965                 Added undo patch but currently disabled
13966
13967         * src/procmsg.c
13968                 Threading by subject improved.
13969
13970         * added src/undo.[ch]
13971                 Undo module for compose dialog box.
13972
13973 2001-11-11 [alfons]     0.6.5.claws5
13974
13975         * src/procmsg.c
13976                 prevent threading by subject on nodes that have already been
13977                 threaded by in-reply-to (as in "circular references in a tree
13978                 result in a dead branch")
13979
13980 2001-11-09 [hoa]        0.6.5.claws4
13981         
13982         * src/folderview.c
13983                 allows creation of mbox folder item from any files.
13984
13985 2001-11-09 [alfons]     0.6.5.claws3
13986         
13987         * src/utils.c
13988         * src/procmsg.c
13989                 do what I mean and correct threading by subject so it really
13990                 ignores attracting lines without "Re: "
13991
13992 2001-11-07 [alfons]     0.6.5.claws2
13993
13994         * src/procmsg.c
13995         * src/utils.[ch]
13996                 only attract by subject if a subject line starts with a "Re: "
13997         * src/syldap.c
13998                 remove warning
13999
14000 2001-11-07 [paul]       0.6.5claws1
14001
14002         * sync with sylpheed 0.6.5. release
14003                 see ChangeLog entry 2001-11-07
14004
14005 2001-11-07 [paul]       0.6.4claws31
14006
14007         * sync with sylpheed 0.6.4cvs18
14008                 see ChangeLog entries 2001-10-30 to 2001-11-07
14009                 prefs_templates.[ch] renamed prefs_template.[ch]
14010
14011 2001-11-06 [alfons]
14012         
14013         * src/utils.h
14014                 add semicolon Hoa forgot ;-)
14015                 
14016
14017 2001-11-06 [hoa]        0.6.4claws30
14018         
14019         * src/procmsg.c
14020         * src/summaryview.c
14021         * src/utils.c
14022         * src/utils.h
14023                 threading by subject - empty subject are ignored
14024
14025 2001-11-06 [christoph]  0.6.4claws29
14026
14027         * src/socket.c
14028                 use SSL_peek for sock_gets
14029         * src/utils.c
14030                 removed unneeded pointer in extracting quoted
14031                 names implementation
14032
14033 2001-11-06 [melvin]     0.6.4claws28
14034
14035         * src/gtkspell.c
14036                 fixed bug #476792 Selection overtyping with spell checker
14037                 fixed bug which could cause a buffer overflow
14038                 fixed a memory leak
14039
14040 2001-11-06 [hoa]        0.6.4claws27
14041         
14042         * src/procmsg.c
14043         * src/summaryview.c
14044                 threading by subject
14045
14046 2001-11-05 [alfons]     0.6.4claws26
14047         
14048         * README.claws
14049                 Claws -> Sylpheed (vice versa)
14050
14051         * src/compose.c
14052                 :%s/gtk_text/gtk_stext/g
14053                 :%s/GTK_TEXT/GTK_STEXT/g
14054                 (thanks to Jonathan Ware for spotting this)
14055
14056 2001-11-04 [christoph]  0.6.4claws25
14057
14058         * src/summaryview.c
14059                 replace Xalloca + strdup with Xstrdup_a
14060         * src/utils.c
14061                 better implementation of extracting quoted names
14062                 from addresses (remove backlashes and ignore
14063                 quotes after them)
14064
14065 2001-11-04 [alfons]     0.6.4claws24
14066
14067         * src/utils.[ch]
14068                 edit to comply more with coding style
14069
14070         * src/textview.c
14071                 fix bug reported by Kim Schulz. introduced by the patch integrated
14072                 in 0.6.4claws15. the code did not check the return value of
14073                 the html parser.
14074
14075         * AUTHORS
14076                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14077
14078 2001-11-04 [christoph]  0.6.4claws23
14079
14080         * src/main.c
14081         * src/prefs_common.[ch]
14082                 init some pointers that possibly caused a segfault
14083                 reported in the claws-users ML
14084
14085 2001-11-04 [hoa]        0.6.4claws22
14086
14087         * src/grouplistdialog.c
14088                 change the names of the nodes in the tree
14089
14090         * src/compose.c
14091                 enhanced mailto syntax as described in
14092                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14093                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14094
14095         * src/utils.c
14096                 encode and decode URI (useful when opening URL into
14097                 netscape).
14098
14099 2001-11-03 [hoa]        0.6.4claws21
14100
14101         * src/grouplistdialog.c
14102                 a new newsgroups list selection dialog box
14103                 with a CTree instead of a CList
14104
14105 2001-11-03 [hoa]        0.6.4claws20
14106
14107         * src/folderview.c
14108                 enable property and scoring options when right
14109                 click on "inbox"
14110
14111         * src/summaryview.c
14112                 fixed bug when nickname were displayed using
14113                 the address book.
14114
14115 2001-11-02 [darko]      0.6.4claws19
14116
14117         * src/compose.c
14118                 new wrap quotation and URL/long words wrapping implementation
14119         * src/compose.c src/gtkstext.[ch]
14120                 move gtkstext_strncmp() to gtkstext.c
14121
14122 2001-11-01 [christoph]  0.6.4claws18
14123
14124         * src/prefs_account.c
14125                 fixed mess in account settings dialog
14126         * src/prefs_folder_item.c
14127                 added label with folder path to dialog
14128
14129 2001-10-31 [match]      0.6.4claws17
14130
14131         * src/vcard.c
14132                 fix memory leak.
14133         * src/addrbook.c
14134                 fix generation of spurious address book file names.
14135                 remove redundant functions.
14136         * po/POTFILES.in
14137                 added missing file names.
14138
14139 2001-10-30 [paul]       0.6.4claws16
14140
14141         * sync with sylpheed 0.6.4cvs6
14142                 see ChangeLog entries 2001-10-26 to 2001-10-30
14143
14144         * tools/filter_conv.pl
14145                 read folderlist.xml to discover whether the top-level
14146                 folder is called 'Mailbox' or 'Mail' 
14147
14148 2001-10-29 [paul]       0.6.4claws15
14149
14150         * src/html.c, src/textview.c
14151                 activate links in html mail and fix clickable parts
14152                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14153
14154 2001-10-29 [paul]
14155
14156         * po/de.po, po/es.po, po/pt_BR/po
14157                 updated translations, submitted by Jens Oberender,
14158                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14159
14160 2001-10-29 [darko]      0.6.4claws14
14161
14162         * src/compose.c
14163                 fix wrapping for good
14164
14165 2001-10-29 [darko]
14166
14167         * src/compose.c
14168                 undo previous change as it broke the smart wrapping
14169
14170 2001-10-29 [darko]      0.6.4claws13
14171
14172         * src/compose.c
14173                 fix infinite loop when long URL is quoted
14174                 (closes bug #475122.
14175
14176 2001-10-28 [match]
14177
14178         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14179                 import Mutt address book
14180         * src/ldif.[ch] src/importldif.h
14181                 modified import LDIF handle user attributes
14182
14183 2001-10-28 [christoph]  0.6.4claws12
14184
14185         * src/summaryview.c
14186                 fixed that filtering did not work if there
14187                 were no filter rules
14188                 (closes bug #472003 and better implementation
14189                  of patch #474644)
14190
14191 2001-10-27 [christoph]  0.6.4claws11
14192
14193         * src/compose.c
14194                 make the folder's default account to be used when
14195                 replying. (patch by wwp <subscript@free.fr>)
14196         * src/compose.c
14197                 code cleanup, nearly killed all of wwp's patch
14198                 for folder's default account in compose
14199         * src/folderview.c
14200                 error panel when a folder could not be created
14201                 (closes bug #471080 new folder name & already
14202                  existing file)
14203
14204 2001-10-26 [alfons]
14205
14206         * src/utils.h
14207                 change prototype of strstr2() that Christoph forgot about
14208
14209 2001-10-26 [christoph]  0.6.4claws10
14210
14211         * src/account.c
14212                 made search for accounts by email address not case
14213                 sensitive
14214         * src/folder.c
14215                 fixed memory leak in folder_item_get_identifier
14216         * src/gtkspell.c
14217         * src/utils.c
14218                 fixed wrong strstr2 (should work like strstr)
14219
14220 2001-10-26 [darko]      0.6.4claws9
14221
14222         * src/compose.c src/gtkstext.[ch]
14223         * src/gtkstext.c
14224                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14225
14226 2001-10-26 [paul]       0.6.4claws8
14227
14228         * src/html.c
14229                 ignore css and javascript tags in html mail
14230                 case-insensitive, with or without double-quoted
14231                 strings
14232
14233 2001-10-26 [paul]       0.6.4claws7
14234
14235         * sync with sylpheed 0.6.4cvs1
14236                 see ChangeLog entry 2001-10-26
14237
14238         * src/prefs_account.c, src/prefs_common.c,
14239           src/prefs_summary_column.c
14240                 minor improvements to the English
14241
14242 2001-10-25 [alfons]     0.6.4claws6
14243
14244         * src/gtkstext.c
14245         
14246                 make GtkSText follow style of GtkText (closes bug 
14247                 #469211 "text selection while writing message")
14248                 
14249                 do sync with GTK 1.2.10
14250
14251 2001-10-25 [paul]       0.6.4claws5
14252
14253         * src/html.c
14254                 ignore css tags in html mail
14255
14256 2001-10-25 [darko]      0.6.4claws4
14257
14258         * src/compose.c
14259                 don't declare is_url_string as static function since
14260                 we need it in gtkstext.c
14261         * src/gtkstext.c
14262                 remove unused variable
14263                 don't wrap long URLs while composing a message
14264
14265 2001-10-24 [christoph]  0.6.4claws3
14266
14267         * src/socket.c
14268                 fix ssl deadlock, when peer closes connection
14269
14270 2001-10-24 [paul]       0.6.4claws2
14271
14272         * src/prefs_common.c
14273                 gettextize the gpg ascii-armored warning message
14274
14275         * src/compose.c
14276                 insert a DOS/MAC file into the composed message
14277                 (improvements)
14278
14279         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14280
14281 2001-10-22 [paul]       0.6.4claws1
14282
14283         * sync with sylpheed 0.6.4 release
14284                 see ChangeLog entries 2001-10-21
14285
14286         * po/fr.po, po/pt_BR.po
14287                 updated by Melvin Hadasht and Fabio Junior Beneditto
14288
14289 2001-10-21 [paul]       0.6.3claws30
14290
14291         * src/compose.c
14292                 insert a DOS text file from the compose window
14293                 into the composed message text (removes CRs characters)
14294                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14295
14296         * tools/filter_conv.pl, tools/README
14297                 automatically use ~/.sylpheed as working directory
14298                 print out confirmation message on completion
14299
14300         * correct Hoa's last ChangeLog.claws entry
14301
14302 2001-10-20 [hoa]        0.6.3claws29
14303
14304         * src/grouplistdialog.c
14305                 bugfix (another ?) to give the right
14306                 newsgroups list for each news server.
14307
14308         * src/news.c
14309         * src/news.h
14310                 improve the newsgroups list cache
14311
14312 2001-10-20 [paul]       0.6.3claws28
14313
14314         * sync with sylpheed 0.6.3cvs9
14315                 see ChangeLog entry 2001-10-19
14316
14317         * correct Alfons' last ChangeLog.claws entry
14318
14319 2001-10-19 [alfons]
14320
14321         * src/pgptext.[ch]
14322                 fix compilation problems (part of bug #472895)
14323
14324 2001-10-18 [hoa]        0.6.3claws27
14325
14326         * src/grouplistdialog.c
14327                 bugfix when we refresh was clicked (bug 472701)
14328
14329 2001-10-19 [christoph]  0.6.3claws26
14330
14331         * src/compose.c
14332                 last header entry should default to "To:" or
14333                 "Newsgroups:" and not copy the last entry line
14334                 in a new compose window
14335                 (closes bug #472686, #470792)
14336
14337 2001-10-19 [paul]       0.6.3claws25
14338
14339         * sync with Sylpheed 0.6.3cvs8
14340                 see ChangeLog entries 2001-10-18 and 2001-10-19
14341
14342 2001-10-18 [christoph]  0.6.3claws24
14343
14344         * src/procmsg.c
14345                 reimplement ignore thread
14346         
14347 2001-10-18 [hoa]        0.6.3claws23
14348
14349         * src/folderview.c
14350         * src/grouplistdialog.[ch]
14351                 enhanced news subscription interface (feature 469113)
14352
14353         * src/news.c
14354         * src/news.h
14355                 enchanced newsgroup listing,
14356                 now, we can get groups informations
14357                 (NNTPGroupInfo)
14358
14359 2001-10-18 [paul]       0.6.3claws22
14360
14361         * src/summaryview.c
14362                 remove comment (sync with main branch)
14363         * src/mainwindow.c
14364                 fix 'Re-edit' bug in 'Message' menu
14365
14366 2001-10-17 [christoph]  0.6.3claws21
14367
14368         * src/compose.c
14369                 ignore empty or whitespace only header lines
14370
14371 2001-10-17 [paul]       0.6.3claws20
14372
14373         * sync with sylpheed 0.6.3cvs7
14374                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14375                 2001-10-17
14376
14377 2001-10-17 [darko]
14378
14379         * src/compose.c
14380                 wrap long lines without spaces
14381                 don't wrap URLs
14382
14383 2001-10-16 [paul]
14384
14385         * po/es.po, po/nl.po, po/pt_BR.po
14386                 updated by Ricardo Mones Lastra, Alfons,
14387                 and Fabio Junior Beneditto
14388
14389         * sylpheed-0.6.3claws released
14390
14391 2001-10-15 [melvin] 0.6.3claws18
14392
14393         * README.claws
14394                 added summary and detailed installation instructions
14395                 for spell checker
14396         * po/fr.po
14397                 Updated, corrected and completed french translation
14398
14399 2001-10-15 [hoa] 0.6.3claws17
14400         * src/grouplistdialog.c
14401                 we can choose the newsgroups to display with wildcards
14402
14403 2001-10-15 [christoph]  0.6.3claws16
14404
14405         * src/account.c
14406         * src/compose.c
14407         * src/prefs_folder_item.[ch]
14408                 applied wwp <subscript@free.fr>'s folder
14409                 default account patch
14410         * po/de.po
14411                 Fixed wrong translation
14412
14413 2001-10-13 [alfons, christoph, melvin]  
14414                         0.6.3claws15
14415
14416         solution #2 to solve MT-safety problems defers all GUI related calls
14417         to the main thread using a gtk_idle_add() callback. discussed on
14418         ircnet #sylpheed, with christoph spotting some issues with the
14419         original code, and melvin allowing us to lobotomize his sylpheed.
14420
14421         * src/syldap.[ch], src/main.c
14422                 fix race problem in ldap search thread by deferring GUI 
14423                 stuff to main thread using gtk_idle_add()
14424
14425 2001-10-13 [paul]       0.6.3claws14
14426
14427         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14428                 add Sergey's smtpcred.patch
14429                 adds separate username/password setting for SMTP Auth
14430                 needed by some servers
14431                 (closes feature request #471659)
14432
14433 2001-10-13 [paul]       0.6.3claws13
14434
14435         * src/pgptext.[ch] **NEW FILES**
14436         * src/Makefile.am, src/messageview.c, src/mimeview.c
14437                 decrypt ascii-armored gpg text embedded in
14438                 the message body.
14439                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14440
14441 2001-10-13 [christoph]  0.6.3claws12
14442
14443         * README.claws
14444                 some more details on default to and
14445                 feature requests
14446         * src/main.c
14447                 init glib threading when ldap is used
14448         * src/syldap.c
14449                 threading fixes
14450         * po/de.po
14451                 fixed a typo
14452
14453 2001-10-12 [paul]       0.6.3claws11
14454
14455         * src/prefs_common.[ch], src/rfc2015.c
14456                 enable ascii-armored gpg text to be embedded in the
14457                 message body, selectable through the 'Privacy'
14458                 preferences. Supports encrypting only.
14459                 Submitted by Ravemax <ravemax@dextrose.com>
14460
14461 2001-10-12 [paul]       0.6.3claws10
14462
14463         * sync with sylpheed 0.6.3cvs6
14464                 see ChangeLog entries 2001-10-11 and 2001-11-12
14465
14466         * src/folderview.c
14467                 incorporated mbox folders, scoring, and folder
14468                 properties into the sync
14469
14470 2001-10-12 [darko]      0.6.3claws9
14471
14472         * README.claws
14473                 describe quotation wrapping
14474         * src/compose.c
14475                 don't treat tab as space to calculate line length properly
14476
14477 2001-10-11 [alfons]
14478
14479         * README.claws
14480                 correct description of how to make new filtering system work,
14481                 add some other things
14482                 
14483         * src/syldap.c
14484                 remove sched_yield() (not necessary / unportable)
14485
14486 2001-10-11 [paul]       0.6.3claws8
14487
14488         * sync with sylpheed 0.6.3cvs3
14489                 see ChangeLog entry 2001-10-10
14490
14491 2001-10-10 [christoph]  0.6.3claws7
14492
14493         * .cvsignore
14494                 ignore 2 files created by newer autotools
14495         * src/prefs_folder_item.c
14496                 using table for widget alignment
14497                 fixed memory leak and broken octal display
14498         * src/filesel.c
14499                 fixed segfault caused by lost filename
14500                 workaround (closes bug #469551)
14501
14502 2001-10-10 [paul]       0.6.3claws6
14503
14504         * sync with sylpheed 0.6.3cvs2
14505                 see ChangeLog entries 2001-10-09 and 2001-10-10
14506
14507 2001-10-10 [darko]      0.6.3.claws5
14508
14509         * src/gtkstext.c
14510                 proper calculation of right margin if smart wrapping is enabled
14511         * src/compose.c
14512                 automatically wrap long lines if wrap quotation is enabled
14513
14514 2001-10-09 [alfons]     0.6.3.claws4
14515
14516         * src/summaryview.c
14517                 select correct row when deleting last row in the summary view (and
14518                 close bug "[ #469104 ] select second last in list when deleting")
14519
14520 2001-10-09 [paul]       0.6.3claws3
14521
14522         * sync with sylpheed 0.6.3cvs1
14523                 updated some autotool scripts
14524
14525 2001-10-09 [darko]      0.6.3claws2
14526
14527         * src/gtkstext.[ch]
14528                 new name and mark with Sylpheed comment
14529         * src/compose.c
14530                 smart quotation wrapping a-la VIM
14531
14532 2001-10-08 [paul]       0.6.3claws1
14533
14534         * sync with sylpheed 0.6.3 release
14535                 see ChangeLog entry 2001-10-08
14536
14537 2001-10-08 [paul]       0.6.2claws24
14538
14539         * src/summaryview.c
14540                 more sync with sylpheed 0.6.2cvs12
14541                 Fixed the bug that didn't select the last row correctly
14542
14543
14544 2001-10-07 [paul]       0.6.2claws23
14545
14546         * sync with sylpheed 0.6.2cvs12
14547                 see ChangeLog entry 2001-10-07
14548
14549 2001-10-06 [match]
14550         * src/jpilot.[ch]
14551                 enable jpilot to read unsynch'ed addresses.
14552
14553         * src/editldap_basedn.c
14554                 fix segfault when opening dialog.
14555
14556 2001-10-06 [alfons]     0.6.2.claws22
14557
14558         * src/summaryview.c
14559                 fix bug with summary view selecting last *inserted*
14560                 node instead of last *visible* node. remember we
14561                 work with a tree
14562
14563 2001-10-06 [paul]       0.6.2claws21
14564
14565         * po/pt_BR.po
14566                 updated translation, contains some fixes and new
14567                 translations, submitted by Gustavo Noronha Silva
14568                 <kov@debian.org>
14569
14570         * src/prefs_common.c
14571                 change 'each' to 'every' - fix dubious English
14572
14573         * sync with sylpheed 0.6.2cvs11
14574
14575 2001-10-05 [alfons]     0.6.2claws20
14576
14577         * src/mainwindow.[ch], src/folderview.c
14578                 make composite tool button switch between "Compose News"
14579                 and "Compose Mail" depending on selected folder
14580                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14581
14582 2001-10-05 [paul]       0.6.2claws19
14583
14584         * src/mainwindow.c, src/summaryview.c
14585                 fix 'Message/Reply to all', broken in last commit
14586
14587         * src/compose.c
14588                 fix X_BEENTHERE seg fault, thanks to Alfons
14589
14590 2001-10-04 [paul]       0.6.2claws18
14591
14592         * src/compose.[ch], src/mainwindow.c
14593                 make "Message/Reply" reply to mailing lists; matches
14594                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14595                 based on portions of the patch submitted by
14596                 Junichi Uekawa <dancer@netfort.gr.jp>
14597
14598 2001-10-04 [darko]      0.6.2claws17
14599
14600         * src/compose.c
14601                 better smart wrapping
14602         * src/gtkstext.[hc]
14603                 a function to make text buffer contiguous
14604
14605 2001-10-03 [paul]       0.6.2claws16
14606
14607         * sync with sylpheed 0.6.2cvs10
14608
14609 2001-10-02 [alfons]
14610
14611         * configure.in
14612         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14613                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14614                 references to chinese translations (hope someone picks up
14615                 this)
14616
14617 2001-10-02 [christoph]  0.6.2claws15
14618
14619         * src/compose.c
14620                 fixed non translated header bug
14621         * ChangeLog.claws
14622                 fixed wrong date in alfons last entry ;)
14623
14624 2001-10-02 [alfons]     0.6.2claws14
14625
14626         * src/compose.c, src/prefs_common.[ch]
14627                 add block cursor option
14628
14629 2001-10-02 [paul]       0.6.2claws13
14630
14631         * sync with sylpheed 0.6.2cvs9
14632
14633 2001-09-30 [paul]       0.6.2claws12
14634
14635         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14636                 updated translations
14637
14638         * po/POTFILES.in
14639                 add 'src/importldif.c'
14640
14641         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14642                 added eudora-to-vCard conversion tool
14643                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14644
14645         * sync with sylpheed 0.6.2cvs8
14646
14647 2001-09-30 [paul]
14648
14649         * sylpheed-0.6.2claws released
14650
14651 2001-09-27 [melvin]     0.6.2claws11
14652
14653         * src/gtkspell.c
14654                 fixed crash when using default path (introduced 
14655                 in 0.6.2claws10)
14656                 fixed tiny bug for initial suggestion mode
14657
14658 2001-09-27 [melvin]     0.6.2claws10
14659         
14660         * src/gtkspell.c
14661                 fixed bug where gtkpspell didn't set the path correctly
14662
14663         * README.claws
14664                 added a paragraph about spell checking
14665                 
14666
14667
14668 2001-09-27 [paul]       0.6.2claws9
14669
14670         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14671                 replace '// comments' with '/* comments */' to prevent
14672                 some compiler warnings 
14673
14674         * sync with sylpheed 0.6.2cvs6
14675
14676 2001-09-26 [alfons]     0.6.2claws8
14677
14678         * src/messageview.c
14679                 introduce return receipt request notification again,
14680                 which was lost because of other semantics in 
14681                 procheader_parse() (???)
14682
14683 2001-09-26 [christoph]  0.6.2claws7
14684
14685         * src/compose.c
14686                 replace comments for old code with #if 0
14687                 readded auto cc, bcc and reply-to
14688         * src/prefs_matcher.c
14689         * src/prefs_scoring.c
14690                 removed some definition (was moved to
14691                 prefs.h)
14692
14693 2001-09-26 [paul]       0.6.2claws6
14694
14695         * src/mainwindow.c
14696                 make 'Follow-up and reply to' sensitive
14697
14698         * more sync with sylpheed 0.6.2cvs5
14699
14700 2001-09-25 [melvin]
14701
14702         * 0.6.2claws5
14703
14704         * src/gtkspell.c
14705                 fixed bug for "US-ASCII" introduced by the encoding code
14706
14707 2001-09-25 [paul]
14708
14709         * 0.6.2claws4
14710
14711         * src/prefs_common.[ch], src/summaryview.c
14712                 'next unread msg' 'go to next folder?' dialog can be
14713                 given default behaviour, either always show dialog,
14714                 or assume 'yes', or assume 'no'
14715                 Submitted by wwp <subscript@free.fr>
14716
14717 2001-09-25 [melvin]
14718                 
14719         * src/compose.c src/gtkspell.[ch]
14720                 added support for different encodings
14721
14722 2001-09-25 [paul]
14723
14724         * more sync with sylpheed 0.6.2cvs5
14725
14726 2001-09-24 [alfons]
14727         
14728         * src/prefs_folder_item.c
14729                 add check for item->prefs->default_to string is NULL and
14730                 add another check when freeing this string
14731
14732 2001-09-24 [paul]
14733
14734         * configure.in
14735                 change to version 0.6.2claws3
14736
14737         * sync with sylpheed 0.6.2cvs5 
14738
14739 2001-09-24 [match]
14740         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14741                 import LDIF files.
14742         * src/addrcache.[ch], addrindex.[ch]
14743                 small update for future
14744         * src/addrbook.c
14745                 fix test XML file.
14746
14747 2001-09-24 [melvin]
14748         * src/gtkspell.[ch]
14749                 added 'Learn from mistakes' option
14750                 better handling of quotes in checked words
14751                 sorted dict list
14752         * po/fr.po
14753                 small update for spell checking stuff
14754
14755 2001-09-23 [alfons]
14756         
14757         * src/gtkspell.c
14758                 edit a little bit so it complies more with main coding style
14759
14760 2001-09-23 [alfons]
14761
14762         * src/folder.[ch], prefs_folder_item.c, compose.c
14763                 migrate "request return receipt" folder property
14764                 to folderlist.xml
14765
14766 2001-09-22 [alfons]
14767
14768         * README.claws **NEW**
14769                 (add things of interest for users of main branch 
14770                 and claws here)
14771
14772         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14773                 re-implement threading per folder option, but store 
14774                 the setting in folderlist.xml (where it belongs)
14775
14776 2001-09-21 [melvin]
14777
14778         * src/gtkspell.[ch]
14779                 fixed bug when compose window is under another window
14780         * src/prefs_common.[ch] src/compose.c
14781                 changed 'dictionary_path' to 'dictionary' to be consistent
14782                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14783         * ac/pspell.m4 src/Makefile.am 
14784                 dropped PSPELL_PATH macro
14785         * po/fr.po
14786                 updated translations
14787
14788 2001-09-21 [christoph]
14789
14790         * src/compose.c
14791                 added border around header fields
14792                 keep header type when new field is added
14793
14794 2001-09-20 [christoph]
14795
14796         * src/utils.[ch]
14797                 more portable debug_print with source filename
14798                 and linenumber
14799         * src/procmsg.c
14800                 more newlines after debug messages
14801
14802 2001-09-20 [paul]
14803
14804         * configure.in
14805                 change to version 0.6.2claws2
14806
14807         * sync with sylpheed 0.6.2cvs3
14808
14809 2001-09-19 [melvin]
14810
14811         * src/gtkspell.c
14812                 fixed the post-right-click focus pb
14813                 fixed crash when 'Spell check all' after dict change 
14814                         and when cursor is at the end of the text
14815                 shift-right-click pops up config menu even on misspelled words.
14816         * po/POTFILES.in
14817                 added gtkspell.c
14818
14819 2001-09-19 [melvin]
14820
14821         * src/about.c
14822                 added pspell to compiled-in features list
14823
14824 2001-09-18 [melvin]
14825
14826         * switched to pspell and dropped ispell
14827         * ac/pspell.m4
14828                 new file. autoconf macro for pspell
14829         * ac/Makefile.am 
14830         * configure.in acconfig.h
14831                 added pspell support
14832         * src/Makefile.am
14833         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14834         * src/prefs_common.[ch] 
14835                 added pspell support
14836
14837 2001-09-18 [christoph]
14838
14839         * src/addr_compl.c
14840         * src/template.[ch]
14841                 replace LOG_MESSAGE with debug_print
14842         * src/compose.[ch]
14843                 gui improvements
14844         * src/menu.c
14845                 added newline after debug message
14846         * src/utils.h
14847                 using __VA_ARGS__ for debug_print macro
14848         * tools/.cvsignore
14849                 ignore Makefile and Makefile.in
14850
14851 2001-09-18 [paul]
14852
14853         * configure.in
14854                 change to version 0.6.2claws1
14855         * sync with sylpheed 0.6.2cvs1
14856
14857         * src/matcher.c 
14858         * src/prefs_matcher.c
14859                 add 'score equal to' option, submitted by
14860                 Paul Evans <nerd@freeuk.com>
14861
14862 2001-09-15 [christoph]
14863
14864         * src/mainwindow.c
14865                 comment out menu entry not existing in claws
14866         * src/menu.c
14867                 add debug output for non existing menu entries
14868         * src/summaryview.c
14869                 fix next/prev unread message for ignored threads
14870         * src/utils.[ch]
14871                 add sourcefile and line number to debug output
14872                 otherwise it is sometimes hard to find the
14873                 source code part if debug messages are translated
14874
14875 2001-09-14 [darko]
14876         
14877         * src/folderview.c
14878                 refresh target folder style after colour is changed
14879
14880 2001-09-13 [paul]
14881
14882         * configure.in
14883                 change to version 0.6.1claws3
14884
14885         * sync with sylpheed 0.6.1cvs6
14886
14887 2001-09-13 [darko]
14888         
14889         * src/folderview.c
14890                 fix target folder colourization to use user selected colour
14891
14892 2001-09-12 [darko]
14893         
14894         * src/summaryview.c
14895                 fix crash when message that is marked for copy/move is unmarked
14896
14897 2001-09-09 [paul]
14898
14899         * configure.in
14900                 change to version 0.6.1claws2
14901
14902         * sync with sylpheed 0.6.1cvs3
14903
14904 2001-09-09 [alfons]
14905         
14906         * src/folderview.c
14907                 fix bug with default font used for trash folder text
14908
14909 2001-09-06 [paul]
14910
14911         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14912                 updated translations
14913
14914         * configure.in
14915                 change to version 0.6.1claws1
14916
14917         * sync with sylpheed 0.6.1cvs2
14918
14919 2001-09-03 [paul]
14920
14921         * po/POTFILES.in
14922                 add Match's new addressbook
14923
14924         * po/de.po
14925                 updated translation submitted by Jens Oberender
14926
14927 2001-09-02 [paul]
14928
14929         * configure.in
14930                 change to 0.6.1claws
14931         * sync with sylpheed 0.6.1 release
14932
14933 2001-09-02 [paul]
14934
14935         * configure.in
14936                 change to 0.6.0claws2
14937
14938         * sync with sylpheed 0.6.0cvs4
14939
14940         * po/pt_BR.po
14941                 updated translation submitted by Fabio Junior Beneditto
14942
14943 2001-09-01 [match]
14944         * pixmaps/
14945                 interface.xpm
14946                 book.xpm
14947                 address.xpm
14948         * src/
14949                 Makefile.am
14950                 a ton of new files
14951
14952 2001-08-31 [paul]
14953
14954         * configure.in
14955                 change to version 0.6.0claws1
14956
14957         * sync with sylpheed 0.6.0cvs1
14958
14959         * po/es.po
14960                 updated translation submitted by Ricardo Mones Lastra
14961
14962         * po/POTFILES.in
14963                 add 'src/prefs_templates.c'
14964
14965         * src/compose.c, src/summaryview.c
14966                 fix segfault on 'Re_edit'               
14967
14968 2001-08-30 [alfons]
14969
14970         * configure.in, Makefile.am
14971         * tools/Makefile.am
14972                 add tools directory to source distribution
14973
14974 2001-08-30 [paul]
14975
14976         * configure.in
14977                 change to version 0.6.0claws
14978
14979         * sync with sylpheed 0.6.0 release
14980
14981 2001-08-30 [christoph]
14982
14983         * configure.in
14984                 removed autoconf version check
14985
14986 2001-08-30 [paul]
14987
14988         * src/account.c, src/compose.c, src/prefs_common.[ch]
14989         * src/procheader.[ch] src/utils.[ch]
14990                 Enhanced automatic account selection on replies
14991                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14992
14993         * configure.in
14994                 add LDAP and JPilot to the configuration results output.
14995
14996 2001-08-29 [christoph]
14997
14998         * src/summeryview.c
14999                 no bold font for ignored threads
15000
15001 2001-08-29 [paul]
15002
15003         * configure.in
15004                 change to version 0.5.3claws6
15005
15006         * sync with sylpheed 0.5.3cvs10
15007                 src/stringtable.[ch]: New Files
15008
15009         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15010         * src/pixmaps/sylpheed.xpm
15011                 add mini-icons to windows (by Alfons)
15012
15013 2001-08-27 [paul]
15014
15015         * src/mainwindow.c
15016                 new functions: next_labeled_cb(), prev_labeled_cb()
15017
15018         * src/summaryview.c
15019                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15020                 summary_select_next_labeled(), summary_select_prev_labeled()
15021
15022         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15023                 give claws blue folders and a blue trash can
15024
15025 2001-08-27 [paul]
15026
15027         * configure.in
15028                 change to version 0.5.3claws5
15029
15030         * sync with sylpheed 0.5.3cvs9
15031                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15032
15033 2001-08-24 [christoph]
15034
15035         * src/filesel.c
15036                 keep filename when browsing directories
15037                 (not working for user entered filename, but
15038                  for default name and selected filename from
15039                  file list)
15040         * src/mainwindow.c
15041                 fixed wrong spelling "Folllow-up"
15042         * src/mbox_folder.c
15043         * src/procmsg.c
15044         * src/summaryview.c
15045                 fixed new/unread message count with ignored
15046                 threads (2 commits, first didn't notice no
15047                 longer needed decreasing)
15048         * src/inc.c
15049                 readded scrolling of progress dialog
15050                 (lost in sync)
15051
15052 2001-08-24 [paul]
15053
15054         * configure.in
15055                 change to 0.5.3claws4
15056
15057         * sync with sylpheed 0.5.3cvs7
15058
15059 2001-08-24 [christoph]
15060
15061         * src/compose.c
15062                 set request return receipt when replying
15063                 if it is set is the folder prefs of the
15064                 message
15065         * src/inc.c
15066                 disable final error popup if popups are
15067                 disabled in config (again)
15068
15069 2001-08-23 [paul]
15070
15071         * configure.in
15072                 Change version number to 0.5.3claws3
15073
15074         * sync with sylpheed 0.5.3cvs5
15075
15076         * src/mimeview.c
15077                 double quote '%s' in 'gedit %s' to fix bug when
15078                 opening attachment with spaces in the name
15079
15080 2001-08-22 [alte]
15081         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15082           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15083                 initial message templates support
15084
15085
15086 2001-08-22 [paul]
15087
15088         * configure.in
15089                 change version number to 0.5.3claws2
15090
15091         * sync with sylpheed 0.5.3cvs4
15092
15093         * src/procmsg.h src/summaryview.c
15094                 re-implement (un)ignore thread
15095
15096 2001-08-21 [paul]
15097
15098         * src/summaryview.c
15099                 remove unnecessary code
15100         * src/compose.c
15101                 enable 'dynamic' signatures (submitted by
15102                 Eric Limpens <eric@hscg-internet.nl>)
15103
15104 2001-08-21 [paul]
15105
15106         clean up after sync with sylpheed 0.5.3 release
15107
15108         * src/folderview.c
15109                 fix re-introduced font mess, see Christoph's
15110                 entry 2001-06-24
15111
15112         * src/summaryview.c
15113                 remove prev_msgnum
15114                 use sylpheed's small font instead of
15115                 gtk default font for summary view
15116
15117
15118 2001-08-17 [paul]
15119
15120         * configure.in
15121                 add pl to ALL_LINGUAS - sync with main branch
15122
15123         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15124                 Updated. Translations by Jens Oberender, Ricardo Mones
15125                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15126
15127         * po/pl.po  ** NEW FILE **
15128                 sync with the main branch
15129
15130         * src/folderview.c
15131                 fix target folder colorizing and refresh problem
15132
15133
15134 2001-08-17 [christoph]
15135
15136         * src/mainwindow.c
15137                 claws uses 4 colors for target folder coloring.
15138                 arrays were not long enough and destroyed the
15139                 stack causing a segfault.
15140                 target folder colorizing does not work anymore
15141                 for me
15142
15143 2001-08-16 [paul]
15144
15145         * configure.in
15146                 change to version 0.5.3claws1
15147
15148         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15149           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15150           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15151
15152                 sync with sylpheed 0.5.3 release, but keep claws method of
15153                 configuring/saving fonts
15154
15155         * src/addressbook.[ch]
15156                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15157                 in line with a similar change in Hiroyuki's branch
15158
15159         * src/mainwindow.[ch]
15160                 disable main_window_set_thread_option()
15161         * src/prefs_folder_item.c
15162                 comment out &tmps_prefs.enable_thread,
15163         * src/mbox_folder.c, src/procmsg.[ch]
15164                 comment out MSG_IS_IGNORE_THREAD
15165         * src/summaryview.c
15166                 comment out summary_ignore_thread() and summary_unignore_thread()
15167                 comment out MSG_IS_IGNORE_THREAD
15168
15169                 use Hiroyuki's threading instead.
15170
15171
15172
15173 2001-08-15 [paul]
15174
15175         * src/account.c
15176                 use Hiroyuki's 0.5.3 column scheme but also
15177                 include the enable/disable button.
15178         * src/pixmaps/mark.xpm
15179                 add Hiroyuki's amended pixmap
15180
15181 2001-08-13 [christoph]
15182
15183         * src/account.c
15184                 receive at get all column showed wrong state for APOP
15185                 button should only work for POP3 and APOP accounts
15186         * src/prefs_account.c
15187                 added missing preprocessor statement for SSL
15188
15189 2001-08-12 [paul]
15190
15191         * src/account.[ch]
15192                 add 'receive at get all' column and enable/disable
15193                 button.
15194
15195 2001-08-06 [christoph]
15196
15197         * src/account.c
15198                 show usage of SSL in protocol column
15199
15200         * src/imap.c
15201         * src/inc.c
15202                 renamed ssl options
15203
15204         * src/prefs_account.[ch]
15205                 moved ssl options to a new page
15206
15207         * src/send.c
15208         * src/smtp.c
15209         * src/ssl.[ch]
15210                 renamed ssl options
15211                 added support for SMTP STARTTLS command
15212
15213 2001-08-05 [christoph]
15214
15215         * configure.in
15216                 debian autoconf needs version check to find
15217                 correct autoconf version. if the file is
15218                 named configure.in 2.13 is used, which does
15219                 not work with this configure.in script.
15220                 other solution would be to rename the script
15221                 to configure.ac as suggested in the autoconf
15222                 manual.
15223
15224         * src/inc.c
15225                 disable final error popup if popups are
15226                 diabled in config
15227
15228         * src/socket.c
15229                 bugfix in ssl_gets
15230                 fixes IMAP over SSL problem
15231
15232 2001-08-03 [paul]
15233
15234         * configure.in
15235                 change to 0.5.2claws1
15236
15237         * sync with sylpheed 0.5.2cvs1
15238
15239 2001-08-02 [alfons]
15240
15241         * configure.in
15242                 quick fix for ispell detection...
15243
15244 2001-08-01 [paul]
15245
15246         * configure.in
15247                 change to 0.5.1claws4
15248
15249         * sync with sylpheed 0.5.1cvs7
15250
15251 2001-07-31 [alfons]
15252
15253         * src/prefs_common.c, src/prefs_common.h, 
15254           src/gtkspell.c, src/gtkspell.h
15255                 add global spelling checker settings (compose tab) +
15256                 selection of dictionary 
15257           
15258         * configure.in  
15259                 guess valid ispell location
15260
15261 2001-07-31 [paul]
15262
15263         * po/POTFILES.in
15264                 removal of 'src/quote_fmt_parse.c'
15265         * po/de.po
15266                 Updated de.po
15267                 (submitted by Jens Oberender <didge@suse.de>)
15268
15269 2001-07-31 [darko]
15270
15271         * src/folder.[ch]
15272         * src/folderview.[ch]
15273         * src/mainwindow.c
15274         * src/mh.c
15275         * src/prefs_common.[ch]
15276         * src/summaryview.c
15277                 target folder colourization
15278
15279 2001-07-30 [paul]
15280
15281         more sync with Sylpheed 0.5.1cvs6 
15282
15283 2001-07-30 [darko]
15284
15285         * src/mh.c
15286         * src/prefs_folder_item.[hc]
15287         * src/summaryview.c
15288                 shared folders support with a GUI
15289
15290 2001-07-29 [paul]
15291
15292         0.5.1claws3
15293
15294         * sync with Sylpheed 0.5.1cvs6
15295
15296 2001-07-29 [paul]
15297
15298         * po/pt_BR.po
15299                 updated
15300                 (submitted by Fabio Junior Beneditto)
15301
15302 2001-07-28 [paul]
15303
15304         * src/procmime.c
15305         * AUTHORS
15306                 patch to correct bad image mime headers
15307                 (submitted by Don Quijote <dq@searchlores.org>)
15308
15309 2001-07-28 [paul]
15310
15311         * tools/gif2xface.pl   **NEW FILE**
15312         * tools/README
15313                 script to convert file.gif to file.xface for
15314                 use in a custom header.
15315                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15316
15317 2001-07-27 [alfons]
15318         
15319         * configure.in
15320                 change macros for detecting JPilot and LDAP
15321
15322 2001-07-27 [christoph]
15323
15324         * src/filtering.c
15325                 code cleanup (MIN / MAX warning, needed casting)
15326
15327 2001-07-27 [alfons]
15328
15329         * procheader.c
15330                 disallow setting flags when detecting certain headers
15331                 (X-Status, Status, Seen, X-Seen). 
15332         
15333         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15334
15335 2001-07-27 [christoph]
15336
15337         * src/prefs_filter.c
15338         * src/prefs_filtering.c
15339         * src/prefs_matcher.c
15340         * src/prefs_scoring.c
15341                 scroll list when moving rows up or down
15342
15343         * src/imap.c
15344         * src/imap.h
15345         * src/prefs_account.c
15346         * src/prefs_account.h
15347         * src/send.c
15348                 SMTP over SSL (untested, feedback requested)
15349                 IMAP over SSL
15350
15351         * src/ssl.c
15352                 code cleanup
15353
15354 2001-07-26 [alfons]
15355         
15356         * configure.in, acconfig.h
15357                 define CLAWS (need this for main / claws detection)
15358
15359 2001-07-25 [alfons]
15360
15361         * configure.in
15362                 Sylpheed 0.5.1claws2
15363                 
15364         * sync with Sylpheed 0.5.1cvs4
15365
15366 2001-07-25 [christoph]
15367
15368         * src/scoring.c
15369                 fixed segfault
15370                 item->prefs == NULL (don't know why)
15371
15372 2001-07-25 [alfons]
15373
15374         * configure.in
15375                 Sylpheed 0.5.1claws1
15376
15377         * sync with Sylpheed 0.5.1cvs1-3
15378
15379 2001-07-24 [christoph]
15380
15381         * src/folderview.c
15382         * src/prefs_folder_item.[ch]
15383                 added folderitem preferences dialog with
15384                 default To: and auto request return receipt
15385
15386         * src/compose.[ch]
15387         * src/menu.[ch]
15388                 changes to handle new folderitem preferences
15389
15390         * src/mainwindow.c
15391         * src/summaryview.c
15392                 call compose new mail with current folderitem
15393
15394 2001-07-24 [alfons]
15395
15396         Release Sylpheed 0.5.1claws
15397
15398         * configure.in
15399                 change to release version 0.5.1claws
15400
15401 2001-07-24 [christoph]
15402
15403         * src/summaryview.c
15404                 fixed segfault that happend when the selected
15405                 message was removed while retrieving new messages.
15406
15407         * po/es.po
15408                 updated translation
15409                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15410
15411 2001-07-22 [alfons]
15412
15413         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15414         this is a work in progress, for more information: http://nlpagan.net/sylman 
15415         
15416         * configure.in, src/mainwindow.c, manual/Makefile.am
15417                 add support for English manual
15418
15419         * AUTHORS
15420                 add authors of user manuals
15421
15422         * manual/en/sylpheed*.html
15423                 add English documentation
15424
15425 2001-07-22 [christoph]
15426
15427         * po/POTFILES.in
15428                 added src/ssl.c
15429         * src/ssl.c
15430                 changed a wrong debug message
15431
15432 2001-07-22 [alfons]
15433
15434         * po/nl.po
15435                 update Dutch translation
15436
15437         * src/prefs_filtering.c, 
15438           src/prefs_matcher.c
15439                 add more translatable strings           
15440
15441 2001-07-21 [alfons]
15442
15443         0.5.0claws7
15444
15445         * configure.in
15446                 change version
15447
15448         * src/inc.c, src/summaryview.[ch]
15449                 prevent update of mark file when filtering has done, by
15450                 using a variable; this affects two functions:
15451                         inc.c::inc_finished()
15452                         summaryview.c::summary_show()
15453
15454 2001-07-20 [alfons]
15455
15456         * src/filtering.[ch], src/prefs_filtering.c, 
15457           src/matcher.[ch]
15458                 add filtering action for label coloring 
15459
15460         * po/POTFILES.in
15461                 add labelcolors.c
15462
15463         * added src/labelcolors.c
15464         * added src/labelcolors.h
15465         * src/Makefile.am, src/summaryview.c
15466                 rearrange label coloring code
15467
15468         * src/procmsg.h
15469                 add more parentheses so label colouring works correctly
15470
15471         * src/filtering.c
15472                 don't really delete message, but move it to Trash
15473
15474         * src/prefs_matcher.c
15475                 add quote options to info dialog
15476
15477 2001-07-20 [christoph]
15478
15479         * src/Makefile.am
15480         * src/inc.c
15481         * src/main.[ch]
15482         * src/socket.h
15483         * src/ssl.[ch] (new)
15484                 moved ssl stuff to a seperate file
15485
15486 2001-07-20 [darko]
15487
15488         * src/summaryview.c
15489                 fix show sender using address book with no e-mail
15490                 address in From: field
15491
15492 2001-07-19 [alfons]
15493
15494         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15495                 fix messy handling of escaping... now at least the
15496                 execute command is useful. escape char is '\', we
15497                 accept \n and \r too. 
15498
15499                 Real life example:
15500                 
15501                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15502                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15503
15504 2001-07-18 [alfons]
15505
15506         0.5.0claws6
15507
15508         * src/summaryview.c
15509                 clean up
15510
15511         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15512           src/procmsg.[ch]
15513                 revise filtering; currently move, copy, marking have
15514                 been tested. if you like bleeding edge stuff, you
15515                 should definitely go for this version :)
15516
15517         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15518
15519 2001-07-17 [christoph]
15520
15521         * src/utils.c
15522                 timestamp log
15523
15524 2001-07-17 [alfons]
15525
15526         0.5.0claws5
15527
15528         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15529           bits in the mark file, without affecting either branch. Lots of
15530           files changed, also in claws branch.
15531
15532           UNTESTED: use of mbox folders
15533
15534         * src/summaryview.c
15535                 added mark all read; however this was a quick hack used for
15536                 cleaning up mess after initial merge with Hiroyuki
15537
15538         * configure.in
15539                 change claws version number back to 0.5.0claws5 to clear up 
15540                 confusion & pretension (recent release was technically 
15541                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15542
15543 2001-07-16 [alfons]
15544
15545         sync with Hiroyuki's 0.5.0cvs4
15546
15547 2001-07-16 [alfons]
15548
15549         0.5.1claws3
15550
15551         * src/filtering.[ch]
15552                 remove invalid updating of mark files for 
15553                 filter actions MATCHING_ACTION_MOVE and 
15554                 MATCHING_ACTION_DELETE; this should fix the
15555                 folder update bug
15556                 
15557         * src/procmsg.c
15558                 revert Christoph's stab at fixing the folder 
15559                 update bug
15560
15561         * po/POTFILES.in
15562                 add missing files with translatable strings
15563
15564         * src/summaryview.c
15565                 remove debug print
15566
15567 2001-07-15 [alfons]
15568
15569         * src/addr_compl.[ch], src/prefs_filtering.c
15570                 make "filtering pref dialog's destination entry" an
15571                 "address completable entry", if filter destination is 
15572                 an email address
15573
15574         0.5.1claws2
15575         
15576         sync with Hiroyuki's 0.5.0cvs2-3
15577
15578 2001-07-15 [christoph]
15579
15580         * src/procmsg.c
15581                 fixed folder stats update after incorporation
15582
15583 2001-07-15 [alfons]
15584
15585         * src/summaryview.c
15586                 * finish label colouring stuff (for now)
15587                 * fix incorrect colour bug (off by one) 
15588
15589 2001-07-14 [alfons]
15590
15591         * src/mainwindow.c
15592                 change text labels for news and mail message so there's
15593                 plenty of toolbar estate left
15594
15595         * configure.in
15596                 0.5.1claws1
15597
15598         * src/folderview.c
15599           src/folder.[ch]
15600                 sync with Hiroyuki's 0.5.0cvs1
15601
15602         * src/summaryview.c
15603                 more rewrite label colouring
15604
15605 2001-07-14 [alfons]
15606
15607         * src/summaryview.[ch]
15608                 * start rewrite label colouring 
15609                 * fix proper location "Add Sender To Addressbook" menu item
15610
15611 2001-07-13
15612
15613         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15614         (actually this is 0.5.0claws4)
15615
15616 2001-07-13 [alfons]
15617
15618         * po/pt_BR.po
15619                 * fix duplicate message
15620                 * add updated Portugese / Brazilian translation
15621                   submitted by Fabio Junior Beneditto
15622
15623 2001-07-12 [alfons]
15624
15625         * AUTHORS
15626                 add Jens
15627
15628         * po/nl.po
15629                 add updated Dutch translation
15630
15631         * po/de.po
15632                 add updated German translation submitted by Jens
15633
15634 2001-07-11 [alfons]
15635
15636         Prerelease before 0.5.0claws. Please test.
15637         This version is temporarily tagged as VERSION_0_5_0_TEST
15638
15639         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15640           src/prefs_scoring.c, src/prefs_matcher.c, 
15641           src/prefs_filtering.c, src/mbox.c, 
15642           src/main.c, src/inc.c, src/filtering.[ch]
15643                 revert new Hoa's new matcher (does not work yet)
15644
15645         * src/Makefile.am
15646                 clean up
15647
15648 2001-07-10
15649
15650         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15651
15652
15653 2001-07-10 [alfons]
15654
15655         * Makefile.am
15656                 add ChangeLog.claws to EXTRA_DIST
15657         * src/Makefile.am
15658                 add matcher_parser_parse.h to EXTRA_DIST
15659
15660 2001-07-10 [christoph]
15661
15662         * src/inc.c
15663                 add destination folder to table of
15664                 folders that need to be updated after
15665                 incorporation
15666
15667 2001-07-10 [alfons]
15668
15669         * folder.[ch]
15670           folderview.c
15671                 make collapse state of folders and folder items persistent, i.e.
15672                 if you collapse a folder tree, the next time sylpheed-claws starts 
15673                 up the folder tree remains collapsed.  
15674                 
15675 2001-07-10 [christoph]
15676
15677         * acconfig.h
15678         * configure.in
15679                 added --enable-ssl
15680         * src/md5.[ch]
15681                 renamed MD5_CTX to MD5_CTX_syl
15682                 conflicts with a struct in openssl
15683         * src/inc.c
15684         * src/main.[ch]
15685         * src/prefs_account.[ch]
15686         * src/socket.[ch]
15687                 SSL support for POP
15688         * src/mainwindow.c
15689                 fixed compose with current account
15690                 broken by new compose button stuff
15691
15692 2001-07-09 [hoa]
15693
15694         * AUTHORS
15695                 changed my email address
15696
15697         * src/matcher_parser_parse.y
15698                 clean the parser to remove conflicts
15699
15700 2001-07-09 [alfons]
15701
15702         * AUTHORS
15703                 add Match Grun
15704
15705         * configure.in
15706                 fix incorrect description of --enable-ldap parameter
15707
15708         * src/prefs_common.[ch]
15709           src/compose.c
15710                 add experimental option "smart wrapping" which makes the
15711                 compose editor auto wrap.
15712                 
15713                 | TODO: the problem with the buggy cursor handling is caused |
15714                 | by the GtkText. when deleting / backspacing text its       |
15715                 | wrapping algorithm does not take in account the previous   |
15716                 | line. should find a way to hack this in.                   |
15717                 | or should perhaps combine this with the word wrapping      |
15718                 | patch i wrote in january.                                  |
15719
15720         * src/about.c
15721                 show build parameters for LDAP and JPilot
15722
15723         * src/summaryview.c
15724                 revert Christoph's bugfix for selecting next unread message, 
15725                 because folder stats aren't updated correctly
15726
15727 2001-07-08 [hoa]
15728
15729         * src/filtering.c
15730         * src/mainwindow.c
15731         * src/matcher.c
15732         * src/matcher_parser_lex.l
15733         * src/matcher_parser_parse.y
15734         * src/prefs_filtering.c
15735         * src/prefs_scoring.c
15736         * src/scoring.c
15737                 bugfix of the config file parser
15738
15739 2001-07-08 [alfons]
15740
15741         * src/Makefile.am
15742                 added generated matcher sources to BUILT_SOURCES
15743
15744 2001-07-08 [hoa]
15745
15746         * src/Makefile.am
15747         * src/.cvsignore
15748                 added new config file parser
15749
15750         * src/scoring.[ch]
15751         * src/filtering.[ch]
15752         * src/matcher.[ch]
15753         * src/prefs_filtering.c
15754         * src/prefs_matcher.c
15755         * src/prefs_scoring.c
15756         * added src/matcher_parser.h
15757         * added src/matcher_parser_lex.h
15758         * added src/matcher_parser_lex.l
15759         * added src/matcher_parser_parse.y
15760                 lex & yacc config file parser
15761
15762         * src/mbox.c
15763         * src/inc.c
15764         * src/main.c
15765                 changes prefs_filtering into global_filtering           
15766
15767         * src/summaryview.c
15768                 build threads with subjects only if "Re: " is at the
15769                 beginning of the subject
15770
15771 2001-07-07 [paul]
15772
15773         0.5.0claws
15774
15775         sync with sylpheed 0.5.0
15776                 change of version number only
15777
15778 2001-07-06 [paul]
15779
15780         0.5.0claws5
15781
15782         sync with sylpheed 0.5.0pre5
15783
15784 2001-07-05 [paul]
15785
15786         sync with sylpheed 0.5.0pre4 release
15787                 /po and /manual/ja not sync'ed
15788
15789 2001-07-04 [paul]
15790
15791         more sync with sylpheed 0.5.0pre4
15792
15793 2001-07-03 [christoph]
15794
15795         * src/addressbook.c
15796                 fixed address book broken by address book
15797                 for VCard, JPilot, LDAP
15798
15799 2001-07-03 [alfons]
15800
15801         * src/matcher.c
15802         * src/textview.c
15803                 stopped memory leaks
15804
15805 2001-07-03 [paul]
15806
15807         more sync with sylpheed 0.5.0pre4
15808
15809 2001-07-02 [match]
15810
15811         * included address book patch for VCard, JPilot, LDAP
15812         * pref_common.c - fixed Font options on Display tab (cosmetic)
15813         * alertpanel.c - fixed truncated message
15814
15815 2001-07-02 [christoph]
15816
15817         * src/mbox_folder.c
15818         * src/procmsg.[ch]
15819         * src/summaryview.c
15820                 mark threads for ignoring
15821
15822 2001-07-02 [paul]
15823
15824         0.5.0claws4
15825
15826         * sync with sylpheed 0.5.0pre4
15827                 updated gettext to 0.10.38.
15828
15829 2001-07-01 [paul]
15830
15831         * src/ mainwindow.c
15832         * src/procmsg.h
15833         * src/summaryview.[ch]
15834                 new right-click option: Label.
15835                 substitute for 'Mark-->Mark/Unmark', colours the line.
15836                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15837
15838 2001-07-01 [christoph]
15839
15840         * src/folderview.c
15841                 fixed font for trash
15842         * src/summaryview.c
15843                 move ctree to unread message
15844
15845 2001-07-01 [paul]
15846
15847         * sync with sylpheed 0.5.0pre3 release
15848
15849 2001-06-30 [alfons]
15850
15851         * src/filesel.[ch]
15852         * src/compose.c
15853                 allow inserting / attaching multiple files in
15854                 the composer window
15855
15856 2001-06-30 [paul]
15857
15858         * src/codeconv.c
15859                 small change to Alfons' previous stuff so that it
15860                 actually makes
15861
15862 2001-06-30 [alfons]
15863
15864         * lots of files changed; first attempt to merge the changes
15865           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15866
15867 2001-06-30 [paul]
15868
15869         * po/pt_BR.po
15870                 updated and completed, translations by Fabio
15871                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15872
15873 2001-06-29 [alfons]
15874
15875         * src/compose.c
15876         * src/mimeproc.[ch]
15877                 allow selecting an attached files' mime type from a 
15878                 list of types.
15879
15880 2001-06-29 [paul]
15881
15882         * more sync with sylpheed 0.5.0pre3
15883
15884 2001-06-29 [paul]
15885
15886         * po/pt_BR.po
15887                 merge with sylpheed.pot and pt_BR.po provided by
15888                 Fabio Junior Beneditto.
15889
15890 2001-06-29 [darko]
15891
15892         * src/procmime.c
15893                 make MIME types case insensitive
15894
15895 2001-06-28 [alfons]
15896
15897         * po/nl.po
15898                 merge with sylpheed.pot and old nl.po; translations added.
15899
15900 2001-06-28 [paul]
15901
15902         * more sync with sylpheed 0.5.0pre3
15903
15904 2001-06-27 [alfons]
15905
15906         * src/summaryview.c
15907                 don't crash when removing parent node of messages
15908                 attracted by subject. this was caused by not deleting
15909                 the parent node from the subject line hash table.
15910
15911 2001-06-27 [alfons]
15912
15913         * src/summaryview.c
15914         * src/compose.[ch]
15915         * src/mainwindow.c
15916                 if there are multiple messages selected, allow forwarding
15917                 them as attachments.
15918
15919 2001-06-27 [paul]
15920
15921         * more sync with sylpheed 0.5.0pre3
15922
15923 2001-06-26 [paul]
15924
15925         0.5.0claws3
15926
15927         * sync with sylpheed 0.5.0pre3
15928
15929 2001-06-25 [paul]
15930
15931         * src/mainwindow.c
15932                 fixed 'compose news article' bug
15933                 from icon-and-text toolbar
15934
15935 2001-06-25 [paul]
15936
15937         * sync with sylpheed 0.5.0pre2 release
15938
15939 2001-06-24 [christoph]
15940
15941         * src/prefs_common.c
15942                 bug fix in font selection
15943         * src/folderview.c
15944                 use sylpheed's normal font instead of
15945                 gtk default font for folders without
15946                 new messages
15947
15948 2001-06-24 [alfons]
15949
15950         * src/mainwindow.[ch]
15951                 added composite compose mail / news button (an idea by Leandro
15952                 Pereira <leandro@linuxmag.com.br>)
15953
15954 2001-06-24 [paul]
15955
15956         Added instructions for ldif-to-xml.py
15957
15958         * tools/README
15959
15960 2001-06-23 [alfons]
15961
15962         Some minor things.
15963
15964         * src/pixmaps/stock_news_compose.xpm
15965                 added pixmap by Leandro
15966         * src/prefs_common.c
15967                 tested built-in spelling checker of GCC 3.0 :)
15968         * po/nl.po
15969                 merged dutch translation of sylpheed-main with
15970                 sylpheed.pot
15971
15972 2001-06-23 [paul]
15973
15974         Added tools directory and files.
15975
15976         * tools/filter_conv.pl
15977                 converts old filter system to new filtering system
15978         * tools/ldif-to-xml.py
15979                 converts netscape addressbook to sylpheed addressbook
15980         * tools/README
15981                 descriptions/instructions for above two files
15982
15983 2001-06-23 [christoph]
15984
15985         * src/inc.c
15986         * src/manage_window.[ch]
15987         * src/prefs_common.[ch]
15988                 mail retrieval dialog can be enabled, disabled
15989                 or hidden if non of sylpheed's windows is active
15990
15991 2001-06-22 [paul]
15992
15993         0.5.0claws2
15994
15995         * sync with sylpheed 0.5.0pre2
15996
15997 2001-06-21 [christoph]
15998
15999         * src/summaryview.c
16000                 show recipient on 'from' for all accounts
16001                 
16002         * src/inc.c
16003         * src/prefs_common.[ch]
16004                 disable error popup on mail receive errors
16005
16006 2001-06-21 [alfons]
16007
16008         * src/compose.c
16009                 made the ruler correctly appear and disappear.
16010
16011         * src/Makefile.am
16012                 removed Hoa's work-in-progress-stuff (interesting!) so 
16013                 claws compiles ok.
16014
16015 2001-06-20 [christoph]
16016
16017         * src/inc.c
16018         * src/progressdialog.c
16019                 added scrolled window for list in progressdialog
16020
16021 2001-06-20 [paul]
16022
16023         sync with sylpheed 0.5.0pre1 release
16024
16025 2001-06-20 [christoph]
16026
16027         * src/summeryview.c
16028                 make building threads by subject work when
16029                 thread view is enabled
16030                 
16031         * src/compose.c
16032         * src/prefs_common.[ch]
16033                 automatically select account for mail replys
16034
16035 2001-06-19 [sergey]
16036
16037         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16038         they are filled in from the account settings.
16039
16040 2001-06-19 [paul]
16041
16042         * more sync with sylpheed 0.5.0pre1
16043
16044 2001-06-18 [alfons]
16045
16046         * src/Makefile.am,
16047           src/procmime.c
16048                 added --sysconfdir to CPPFLAGS for pointing to the correct
16049                 location of mime.types. 
16050
16051                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16052                 or ./configure!
16053
16054 2001-06-18 [hoa]
16055
16056         * src/summaryview.c
16057                 fixed some bug when building threads
16058
16059 2001-06-18 [pau]l
16060
16061         * src/prefs_account.c
16062                 UI stuff: More changes to the English
16063
16064 2001-06-18 [paul]
16065
16066         * src/pixmaps/stock_news_compose.xpm: new file
16067         * src/Makefile.am
16068         * src/mainwindow.c
16069         * src/summaryview.c
16070                 Added new icon for Hoa's 'compose a news
16071                 message', plus minor improvements to the
16072                 English
16073
16074         * po/ja.po
16075         * ChangeLog
16076         * ChangeLog.jp
16077                 more sync with sylpheed 0.5.0pre1
16078
16079 2001-06-18 [hoa]
16080
16081         * src/compose.[ch]
16082         * src/mainwindow.c
16083                 Follow-up and reply to
16084
16085         * src/summaryview.[ch]
16086                 Build threads also with subjects
16087
16088 2001-06-17 [hoa]
16089
16090         * src/compose.c
16091                 forwarding use the current account.
16092
16093         * src/mainwindow.c
16094                 the "compose message" button has been replaced with
16095                 "new mail" and "new news" buttons
16096
16097         * src/prefs_common.[ch]
16098                 added a configuration option to use the forward button
16099                 as "forward as attachment"
16100                 changed reply and forward format description
16101
16102         * src/quote_fmt_lex.l
16103         * src/quote_fmt_parse.y
16104                 added message with no signature in format for reply
16105                 and forward.
16106
16107 2001-06-17 [paul]
16108
16109         Minor UI stuff
16110
16111         * src/mainwindow.c
16112         * src/summaryview.c
16113                 Improvements to the English
16114
16115         * src/prefs_common.c
16116                 Improvements to the English and some
16117                 clarity/continuity improvements in the
16118                 description of Quote symbols.
16119
16120 2001-06-17 [paul]
16121
16122         0.5.0claws1
16123
16124         * sync with sylpheed 0.5.0pre1
16125
16126 2001-06-17 [hoa]
16127
16128         * src/compose.c
16129                 Better interface for compose, displayed fields
16130                 are updated whenever we change account.
16131                 Newsgroups field is automatically filled.
16132
16133         * src/mainwindow.c
16134                 Newsgroups field is automatically filled.
16135
16136         * src/prefs_account.c
16137                 Some interface stuff when fields appear and
16138                 disappear.
16139
16140 2001-06-16 [paul]
16141
16142         0.4.99claws
16143
16144         * sync with sylpheed 0.4.99
16145
16146 2001-06-16 [sergey]
16147
16148         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16149         base64_decoder_free, base64_decoder_decode): new object and
16150         functions for decoding base64 streams.
16151         * src/procmime.c (procmime_decode_content): modified to use the
16152         new base64 decoder.
16153
16154 2001-06-15 [paul]
16155
16156         0.4.99claws10
16157
16158         * sync with sylpheed 0.4.99cvs11
16159
16160 2001-06-13 [paul]
16161
16162         0.4.99claws9
16163
16164         * sync with sylpheed 0.4.99cvs9
16165
16166 2001-06-13 [hoa]
16167
16168         * src/compose.c
16169         * src/prefs_account.c
16170
16171                 SMTP server can be defined in the news account
16172                 mime type of attachment are kept.
16173
16174         * src/summaryview.c
16175
16176                 now choose the highest important score between default
16177                 and important score of folder.
16178
16179 2001-06-09 [alfons]
16180         
16181         * src/prefs_common.c: 
16182
16183                 (prefs_quote_description_create): corrected description of 
16184                 quote format characters
16185
16186 2001-06-09 [paul]
16187
16188         0.4.99claws8
16189
16190         * sync with sylpheed 0.4.99cvs8
16191
16192 2001-06-08 [sergey]
16193
16194         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16195         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16196
16197 2001-06-08 [paul]
16198
16199         0.4.99claws7
16200
16201         * sync with sylpheed 0.4.99cvs7
16202
16203 2001-06-06 [sergey]
16204
16205         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16206         clashes with autogenerated header).
16207         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16208         * src/Makefile.am: added quote_fmt.h.
16209         * src/.cvsignore: added lex/yacc autogenerated files
16210         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16211
16212 2001-06-06 [paul]
16213
16214         0.4.99claws6
16215
16216         * sync with sylpheed 0.4.99cvs6
16217
16218 2001-06-06 [hoa]
16219
16220         * added src/quote_fmt_parse.h
16221         * src/compose.c
16222                 removed warnings
16223
16224         * src/prefs.[ch]
16225                 don't modify readonly configuration files
16226
16227         * src/prefs_account.c
16228         * src/prefs_common.c
16229         * src/prefs_customheader.c
16230         * src/prefs_display_header.c
16231         * src/prefs_filter.c
16232         * src/prefs_filtering.c
16233         * src/prefs_scoring.c
16234                 don't open dialog box when configuration files
16235                 are readonly
16236
16237 2001-06-05 [sergey]
16238
16239         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16240
16241         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16242         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16243         BUILT_SOURCES to make all files rebuild properly.
16244
16245         * src/compose.c: removed #include "quote_fmt.tab.h".
16246
16247         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16248         CHARACTER value in yylval.
16249
16250         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16251         receive CHARACTER value by documented means (yylval).
16252
16253         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16254
16255 2001-06-05 [hoa]
16256
16257         * src/Makefile.am
16258                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16259
16260         * src/filtering.c
16261         * src/matcher.c
16262         * src/matcher.h
16263         * src/prefs_filtering.c
16264                 now keep the configuration for execute action
16265
16266         * src/mbox_folder.c
16267                 fixed a warning
16268
16269 2001-06-05 [paul]
16270
16271         * sync with sylpheed 0.4.99cvs5
16272
16273 2001-06-05 [hoa]
16274
16275         * src/Makefile.am
16276                 added quote_fmt.[ch]
16277
16278         * added src/quote_fmt.y
16279         * added src/quote_fmt.l
16280         * added src/quote_fmt.tab.h
16281         * added src/quote_fmt.tab.c
16282         * added src/lex.quote_fmt.c
16283                 parsing configuration for replying
16284                 and forwarding
16285
16286         * src/prefs_common.[ch]
16287                 added configuration UI for replying
16288                 and forwarding
16289
16290         * src/compose.c
16291                 using configuration for replying
16292                 and forwarding
16293
16294 2001-06-04 [hoa]
16295
16296         * src/filtering.c
16297         * src/matcher.c
16298         * src/matcher.h
16299         * src/prefs_filtering.c
16300         * src/prefs_matcher.c
16301         * src/prefs_matcher.h
16302                 action "run a command" for filtering
16303                 and matching with a command.
16304                 fixed the "whole message" matching
16305
16306         * src/mbox_folder.c
16307                 changed temporary filename for security
16308
16309         * src/messageview.c
16310                 queue the notification if it fails to send.
16311
16312         * src/prefs_common.c
16313         * src/prefs_folder_item.c
16314                 changed the default important score             
16315
16316         * src/prefs_scoring.c
16317         * src/scoring.c
16318                 hide kill score input when the folder is not
16319                 a newsgroup
16320
16321 2001-06-03 [alfons]
16322
16323         * src/prefs_common.c:
16324
16325                 (prefs_font_select): pass font name in font entry box to font
16326                 selection dialog.
16327
16328 2001-06-03 [sergey]
16329
16330         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16331
16332 2001-06-03 [paul]
16333
16334         * sync with sylpheed 0.4.99cvs4
16335
16336 2001-06-03 [alfons]
16337
16338         * src/headerwindow.c:
16339
16340                 (headerwindow_show_cb): use the selected summary view item, not
16341                 the displayed item.
16342
16343 2001-06-02 [alfons]
16344
16345         * src/headerwindow.c:
16346
16347                 (headerwindow_show_cb): always try to show msginfo
16348
16349 2001-06-02 [hoa]
16350
16351         * src/compose.c
16352                 keep attached parts when reediting or forwarding.
16353
16354 2001-06-01 [hoa]
16355
16356         * src/folderview.c
16357         * src/prefs_folder_item.[ch]
16358         * src/prefs_scoring.[ch]
16359         * src/scoring.[ch]
16360         * src/summaryview.[ch]
16361         * src/main.c
16362         * src/mainwindow.c
16363         * src/prefs_common.[ch]
16364                 support for folder scoring
16365                 kill score and important score for messages
16366         
16367         * src/prefs_account.c
16368                 some display bug fixed for local account
16369                 preferences
16370
16371 2001-05-31 [alfons]
16372
16373         * src/summaryview.c:
16374
16375                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16376                 sender to address book menu item is disabled.
16377
16378 2001-05-30 [hoa]
16379
16380         * src/filtering.[ch]
16381         * src/summaryview.c
16382                 handling summary menu / filter messages
16383
16384         * src/folder.[ch]
16385                 add some stuff
16386
16387         * src/foldersel.c
16388                 imap folders now appears in list
16389
16390         * src/mbox_folder.c
16391                 doesn't crash if destination mail is not writeable
16392
16393 2001-05-29 [hoa]
16394
16395         * src/compose.c
16396                 removed some warnings
16397
16398         * src/filtering.c
16399         * src/folder.[ch]
16400         * src/prefs_filtering.c
16401                 global string to identify any folders           
16402                 removed some debug info
16403                 filtering to mbox folders is now possible
16404
16405         * src/mainwindow.c
16406                 removed some warnings
16407
16408         * src/mbox_folder.c
16409                 permission on files are changed to read/write for user only,
16410                 nothing for other.
16411                 creation of subfolder is handled better.
16412
16413 2001-05-28 [alfons]
16414
16415         Verified the sync for src/prefs_common.[ch] and
16416         src/prefs_account.[ch]. I believe there were some
16417         minor indentation differences.
16418
16419 2001-05-28 [paul]
16420
16421         0.4.99claws3
16422
16423         * sync with 0.4.99cvs3
16424
16425 2001-05-28 [hoa]
16426
16427         * src/compose.c
16428                 handling flags for mbox format
16429
16430         * src/filtering.c
16431                 use of mark file only for MH format
16432                 handling flags for mbox format
16433                 filtering cannot yet move or copy mails to mbox folders.
16434
16435         * src/folder.[ch]
16436                 changed move_msg, copy_msg,
16437                 move_msgs_with_dest, copy_msgs_with_dest functions
16438                 uses only folder->copy_msg() function
16439                 uses folder->finished_copy() to handle the destination
16440                 folder at the end of the copy or move operation.
16441
16442         * src/foldersel.c
16443                 included mbox directories.
16444
16445         * src/folderview.[ch]
16446         * src/mainwindow.c
16447                 handle folders operation for mbox format
16448
16449         * src/mbox.c
16450                 disable conversion of "From " header
16451
16452         * src/mbox_folder.[ch]
16453                 completion of mbox format handling
16454
16455         * src/mh.c
16456                 changed mh_copy_msg() function and
16457                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16458                 mh_copy_msgs_with_dest()
16459
16460         * src/prefs_filtering.c
16461                 removed some warnings
16462
16463         * src/prefs_matcher.c
16464                 default boolean operation is AND
16465
16466         * src/procheader.c
16467                 handling flags for mbox format
16468                 handling of "From " header
16469
16470         * src/procmsg.[ch]
16471                 removed data field
16472                 added MSG_REALLY_DELETED flags to handle deletion of
16473                 messages in mbox format.
16474
16475         * src/summaryview.c
16476                 handling flags for mbox format
16477                 disable the MSG_DELETED flags when messages
16478                 are deleted in mbox format
16479
16480         * src/textview.c
16481                 "From " headers display fixed.
16482
16483 2001-05-27 [alfons]
16484
16485         * src/textview.c:
16486                 
16487                 (get_email_part): skip quoted email addresses, like in e.g.
16488                 "'alfons@proteus.demon.nl'".
16489
16490 2001-05-26 [alfons]
16491
16492         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16493         and fixing the persistence troubles when using separate windows.
16494
16495         * src/mainwindow.c:
16496         
16497             Added #define SEPARATE_ACTION used in the gtk item factory for 
16498             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16499                 use gtk_item_factory_get_widget_by_action() to get the items.
16500                 
16501             Removed separate_widget_cb from the gtk item factory data   
16502           
16503             (mainwindow_create): connect separate_widget_cb() to check
16504             menu item "toggled" signal. also passing a MainWindow pointer
16505                 as object data for both check menu items.
16506                 
16507             (separate_widget_cb): definition of separate_widget_cb() to match
16508             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16509                 window using gtk_object_get_data(). The type of window separation 
16510                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16511         
16512         * src/prefs_filtering.c,
16513           src/prefs_matcher.c: added horizontal scrollbars
16514
16515 2001-05-25 [darko]
16516
16517         * src/headerview.c
16518                 fix segfault with invalid bold font
16519         * src/summaryview.c
16520                 correctly display summary stats after row is marked
16521
16522 2001-05-23 [sergey]
16523
16524         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16525         encodings with libjconv.
16526
16527 2001-05-23 [hoa]
16528
16529         * src/Makefile.am
16530                 added mbox_folder.[ch]
16531         * src/defs.h
16532                 mbox temporary folder
16533         * src/folder.[ch]
16534         * added src/mbox_folder.[ch]
16535         * src/folderview.c
16536         * src/procheader.[ch]
16537                 added mbox support
16538         * src/mbox.c
16539                 bugfix for file incorporation filtering
16540         * src/imap.c
16541                 enable creation of MBOX
16542         * src/prefs_display_header.c
16543                 enable use of headers like "From "
16544                 something that should be fixed :
16545                         displaying of such headers add an extra space
16546         * src/prefs_folder_item.c
16547                 don't create folders because it is not necessary
16548         * src/procmsg.h
16549                 added data field to MsgInfo for mbox internal use
16550         * src/summaryview.c
16551                 added some support for mbox
16552         * src/utils.[ch]
16553                 added get_mbox_cache_dir() function
16554
16555 2001-05-23 [hiroyuki]
16556
16557         * src/headerwindow.c
16558           src/inc.c
16559           src/main.c
16560           src/mh.c
16561           src/nntp.c
16562           src/procmsg.h
16563           src/session.h
16564           src/socket.[ch]
16565           src/summaryview.c
16566           src/textview.c
16567           src/automaton.c
16568           src/folderview.c: more sync with 0.4.99cvs2.
16569
16570         * src/headerwindow.c: reverted.
16571
16572 2001-05-22 [paul]
16573
16574         0.4.99claws2
16575
16576         * sync with sylpheed 0.4.99cvs2
16577                 * src/news.[ch]
16578                 * src/nntp.[ch]
16579                 * INSTALL
16580                 * INSTALL.jp
16581
16582 2001-05-22 [alfons]
16583
16584         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16585
16586 2001-05-21 [alfons]
16587
16588         Minor things:
16589
16590         * configure.in: if gnome-config not found, "no" is displayed
16591         
16592         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16593
16594         * src/textview.c: now also possible to add mail addresses by right
16595           clicking in the text view
16596
16597         * src/codeconv.c: merged patch which fixes endless loop when encountering
16598           invalid wide characters; from Alte <010@imis.ru>  
16599
16600 2001-05-20 [alfons]
16601
16602         Added installation of gnome specific things:
16603
16604         * Makefile.am: gnome conditional
16605
16606         * configure.in: check for installed gnome
16607
16608         * added sylpheed.png, sylpheed.desktop
16609
16610 2001-05-20 [sergey]
16611
16612         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16613
16614         * src/mainwindow.h (main_window_toolbar_create): created a button
16615         for "Reply to all".
16616         (main_window_set_toolbar_sensitive): enable/disable the new button
16617         appropriately.
16618         (toolbar_reply_to_author_cb): handle the new button.
16619
16620         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16621         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16622         failure).
16623
16624 2001-05-19 [sergey]
16625
16626         * src/compose.h (ComposeReplyMode): new modes
16627         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16628         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16629
16630         * src/compose.c
16631         (compose_send): move some code into a new function:
16632         (compose_current_mail_account): new function.
16633         (compose_reply): new argument to_author, all callers changed; if
16634         to_author==TRUE and account->protocol==A_NNTP, find and use an
16635         appropriate mail account for replying.
16636         (compose_reply_set_entry): new argument to_author; ignore
16637         compose->replyto if to_author==TRUE.
16638
16639         * src/mainwindow.c: new command "Message/Reply to author".
16640         (main_window_set_menu_sensitive): enable/disable it.
16641         (reply_cb): handle it.
16642
16643         * src/summaryview.c: new command "Reply to author".
16644         (summary_set_menu_sensitive): enable/disable it.
16645         (summary_reply_cb): handle it.
16646
16647         * src/account.c (account_find_mail_from_address): new function.
16648
16649 2001-05-18 [paul]
16650
16651         0.4.99claws1
16652
16653         * sync with sylpheed 0.4.99cvs1
16654
16655 2001-05-18 [hoa]
16656
16657         * src/compose.[ch]
16658         * src/filtering.c
16659         * src/summaryview.c
16660                 new filtering action : forward and forward as attachment
16661
16662         * src/main.c
16663                 no need for $DISPLAY when we run sylpheed --help
16664                 call to parse_cmd_opt() is moved
16665
16666         * src/mainwindow.[ch]
16667                 execute button is hidden when immediate execute
16668                 is chosen
16669
16670         * src/mh.c
16671         * src/news.c
16672         * src/prefs_folder_item.c
16673         * src/procmsg.c
16674                 better handling of missing directories
16675
16676         * src/summaryview.c
16677                 reedit is enabled in outbox
16678                 reedit is enabled in queue
16679
16680 2001-05-17 [hoa]
16681
16682         * src/filtering.c
16683         * src/matcher.[ch]
16684         * src/prefs_filtering.c
16685                 changed attachement into attachment
16686
16687 2001-05-17 [alfons]
16688
16689         0.4.67claws4    
16690
16691         * sync with sylpheed 0.4.67cvs9
16692         * sync with sylpheed 0.4.67cvs7-8
16693
16694 2001-05-17 [hoa]
16695
16696         * src/Makefile.am
16697                 added prefs_filtering.c
16698
16699         * src/filtering.[ch]
16700         * src/matcher.[ch]
16701                 removed action : forward_news and forward_news_as_attachement
16702                 (forward and forward_as_attachement can be used instead)
16703
16704         * src/mainwindow.c
16705                 added menu option to access filtering configuration
16706
16707         * src/prefs_account.c
16708                 changed mail_command default to /usr/sbin/sendmail
16709
16710         * added src/prefs_filtering.[ch]
16711                 dialog box for filtering configuration
16712
16713         * src/prefs_matcher.c
16714                 added function prefs_matcher_get_criteria_from_matching()
16715
16716         * src/prefs_scoring.c
16717                 reset the dialog when register or substitute is clicked
16718
16719 2001-05-15 [hoa]
16720
16721         * src/Makefile.am
16722                 added filtering.[ch]
16723         * src/inc.c
16724                 using filering.[ch] instead of filter.[ch]
16725         * src/main.c
16726                 reading new filtering configuration
16727         * src/matcher.[ch]
16728                 added some filtering actions
16729                 and fixed a bug for headers and mail body matching
16730         * src/mbox.c
16731                 using filering.[ch] instead of filter.[ch]
16732         * src/mh.c
16733                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16734         * src/summaryview.c
16735                 some fixes for filtering
16736
16737 2001-05-14 [hiroyuki]
16738
16739         * src/send.c: fixed some weird indentations.
16740           send_message_with_command(): call pclose() only if p != NULL.
16741         * src/textview.c: get_email_part(): modified the code for readability.
16742
16743 2001-05-14 [hiroyuki]
16744
16745         * src/md5global.h
16746           src/md5ify.c
16747           src/md5ify.h: removed from the cvs.
16748
16749 2001-05-13 [sergey]
16750
16751         * src/main.c: include rfc2015.h to avoid compiler warnings.
16752         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16753         the panel is already on screen.
16754         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16755         closing the alert window by ESC as "No".
16756         * src/prefs_common.c (prefs_interface_create): moved return
16757         receipt check button to the correct place.
16758
16759 2001-03-13 [alfons]
16760
16761         * src/prefs_common.c: 
16762                 moved return receipt check button to the Send tab. (prefs_send_create)
16763                 removed the date format ui related globals. (prefs_display_create)
16764
16765         0.4.67claws3
16766         
16767         * sync with sylpheed 0.4.67cvs5-6
16768
16769 2001-05-13 [paul]
16770
16771         * added Alfons' font selection patch
16772
16773         * src/defs.h
16774         * src/headerwindow.c
16775         * src/prefs_common.c
16776         * src/prefs_common.h
16777
16778 2001-05-13 [hoa]
16779         * src/defs.h
16780                 changed version of cache
16781         * src/matcher.[ch]
16782         * src/prefs_matcher.c
16783                 added additionnal matching criteria
16784         * src/procheader.c
16785         * src/procmsg.[ch]
16786         * src/news.c
16787                 added references in MsgInfo
16788
16789 2001-05-12 [hoa]
16790
16791         * src/defs.h
16792                 prepared some things for new filtering
16793         * src/matcher.[ch]
16794                 added some matching properties
16795                 inreplyto need to be enhanced
16796                 prepared some things for new filtering
16797         * src/messageview.c
16798                 added Return-Receipt-To handling
16799         * src/prefs_folder_item.c
16800                 changed default value to TRUE
16801         * src/prefs_matcher.c
16802                 added some matching properties
16803         * src/prefs_scoring.[ch]
16804                 the scoring dialog is finished
16805         * src/procheader.c
16806                 added Return-Receipt-To handling
16807                 Reference need to be added
16808         * src/procmsg.[ch]
16809                 added Return-Receipt-To handling
16810                 added threadscore to get a better score sorting when
16811                 threads are enabled
16812         * src/summaryview.c
16813                 suppressed a bug when we sort the list
16814                 when no folder is opened.
16815                 better score sorting when threads are enabled
16816
16817 2001-05-12 [alfons]
16818
16819         * reverted previous patch because of potential errors 
16820
16821         0.4.67claws2
16822         
16823         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16824                 applied "toggle mail-retrieval dialog window" patch submitted 
16825                 by Eric Limpens <eric@qnt.net>
16826
16827         * sync with sylpheed 0.4.67cvs4
16828
16829 2001-05-12 [sergey]
16830
16831         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16832         some picky compilers.
16833         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16834         * src/grouplist_dialog.c: include alertpanel.h.
16835         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16836         fix compile warning.
16837         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16838         #include "defs.h" before others to prevent the warning of `MIN'
16839         and `MAX' redefinition.
16840
16841 2001-05-11 [hoa]
16842
16843         * src/main.c
16844         * src/messageview.c
16845         * src/prefs_account.c
16846         * src/prefs_display_header.c
16847                 removed warning
16848         * src/Makefile.am
16849                 added prefs_scoring.[ch]
16850         * src/grouplist_dialog.c
16851                 display an error dialog box if the group list
16852                 cannot be fetched.
16853         * src/mainwindow.[ch]
16854                 added main_window_set_thread_option() function
16855                 scoring dialog box enabled
16856         * src/matcher.[ch]
16857                 added flags matching unread /new / marked
16858                 / deleted / replied / forwarded
16859         * src/news.c
16860                 newsgroups are now finally in newscache
16861         * src/prefs_matcher.[ch]
16862                 finished preferences for matching dialog
16863         * added src/prefs_scoring.[ch]
16864                 scoring dialog box completed
16865         * src/scoring.[ch]
16866                 conversion to string : added scoringprop_to_string()
16867                 write config for preferences :
16868                 added prefs_scoring_write_config()
16869         * src/summaryview.c
16870                 threads can be enabled/disabled independently
16871                 for each folder
16872
16873 2001-05-10 [alfons]
16874
16875         0.4.67claws1
16876         
16877         * AUTHORS: 
16878                 thought it would be nice to have a list of all
16879                 contributors (used Changelog as a reference)
16880         
16881         * configure.in: 
16882                 messed up version numbering...
16883
16884         0.4.66claws1
16885
16886         * sync with sylpheed 0.4.67cvs1-3
16887
16888 2001-05-10 [darko]
16889
16890         * src/prefs_common.c:
16891                 better UI for strftime format, double clicking
16892                 on format now inserts the format in text entry
16893                 replaced close button with standard OK/Cancel
16894                 moved date format button to the right of the
16895                 text entry field
16896
16897 2001-05-09 [alfons]
16898
16899         * src/gtkstext.c:
16900                 Ctrl-Home / Ctrl-End have proper cursor navigation
16901
16902 2001-05-09 [hoa]
16903
16904         * src/prefs_matcher.c
16905                 finished UI to define matching properties
16906                 added ok and cancel button
16907         * src/prefs_filter.c
16908                 added ok and cancel button
16909         * src/news.c
16910                 fixed some bug in xhdr parsing
16911
16912 2001-05-08 [alfons]
16913
16914         * src/textview.c: 
16915                 fixed a bug in textview_show_header(), which displayed two colons (':');
16916                 cleaned up some warnings
16917
16918 2001-05-08 [hoa]
16919
16920         * src/Makefile.am
16921                 added prefs_matcher.[ch]
16922                 compilation with -W -Wall
16923         * src/alertpanel.c
16924                 ungrab the mouse events if grabbed - does it
16925                 fix the bug for disposition notification ?
16926         * src/mainwindow.c
16927                 added a menu option to open the matching dialog.
16928         * src/matcher.[ch]
16929                 added matcherprop_to_string() and matcherlist_to_string()
16930                 fixed some bugs, changed the name of some options
16931                 age_sup and age_inf becomes age_greater and age_lower,
16932                 body and messageheaders becomes body_part and headers_part,
16933                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16934         * src/prefs_display_header.c
16935         * src/prefs_headers.c
16936                 fixed a bug that accidentally destroyed dialogs
16937                 when closed them with delete_event
16938                 Added *_deleted() which handle delete_event signal correctly.
16939         * src/prefs_folder_item.[ch]
16940                 added "enable_thread" field for future customization
16941         * added src/prefs_matcher.[ch]
16942                 sample of the UI to define matching properties
16943         * src/procheader.c
16944                 using procheader_headername_equal instead of str*cmp functions
16945                 using procheader_parse_header() function
16946         * src/scoring.c
16947                 using MATCHING_XXX instead of SCORING_XXX
16948         * src/summaryview.c
16949                 display the sender of the news even if this is ourself
16950                 when this is a news message.
16951         * src/textview.c
16952                 using headername_equal() instead of str*cmp functions
16953
16954 2001-05-08 [alfons]
16955
16956         0.4.66claws
16957
16958         * sync with sylpheed 0.4.66
16959         * src/gtkstext.c: trace logs added 
16960
16961 2001-05-08 [sergey]
16962
16963         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16964         signature check popup.
16965         * src/rfc2015.c (check_signature): show signature check popup only
16966         if it is enabled in preferences.
16967
16968 2001-05-07 [alfons]
16969
16970         0.4.66claws4
16971         
16972         * sync with sylpheed 0.4.66cvs6
16973
16974 2001-05-07 [darko]
16975
16976         * src/prefs_common.[ch]: added option to enable/disable
16977           looking up sender name in address book for summary pane
16978         * src/summaryview.c: look up sender in the address book
16979           by using Alfons' address completion code
16980
16981 2001-05-07 [hiroyuki]
16982
16983         * src/inc.h
16984           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16985           member of Pop3State.
16986         * src/news.c: brought #include "defs.h" before #include <glib.h>
16987           to prevent the warning of `MIN' and `MAX' redefinition.
16988
16989 2001-05-06 [hoa]
16990
16991         * removed src/headers_display.[ch]
16992         * removed src/prefs_display_headers.[ch]
16993         * src/inc.c
16994                 use a temporary file in the user directory for mbox import
16995         * src/news.c
16996                 added XHDR support to get "To" and "Cc" headers
16997                 (in order to match news with to or cc field for
16998                 scoring)
16999                 added function news_parse_xhdr() to get XHDR response
17000         * src/nntp.[ch]
17001                 added function nntp_xhdr()
17002         * src/matcher.c
17003                 fetch the message if necessary
17004
17005 2001-05-06 [alfons]
17006
17007         0.4.66claws3
17008
17009         * sync with sylpheed 0.4.66cvs3-5
17010
17011 2001-05-06 [hoa]
17012
17013         * src/utils.[ch]
17014                 added function itos_buf() to enable use of several buffers
17015         * src/summaryview.c
17016                 use of itos_buf() instead of itos() in summary list
17017                 to fix the broken display of message number.
17018
17019 2001-05-06 [alfons]
17020
17021         * src/gtkstext.c: bug in cursor up navigation fixed,
17022                 fixed another unsigned / signed comparison (we're getting there :-)
17023
17024 2001-05-06 [hoa]
17025
17026         * src/Makefile.am
17027                 added scoring.c scoring.h
17028                 prefs_folder_item.c prefs_folder_item.h
17029                 matcher.c matcher.h
17030         * src/defs.h
17031                 added FOLDERITEM_RC SCORING_RC
17032         * src/folder.[ch]
17033                 added prefs field in FolderItem :
17034                 properties for each folder (PrefsFolderItem),
17035                 sorting type and mode were added as the first properties.
17036         * src/main.c
17037                 read config for scoring
17038         * added src/matcher.[ch]
17039                 gives functions to parse configuration file to do
17040                 matching on mails with a list of conditions.
17041         * src/mainwindow.c
17042                 add option to sort by score
17043         * src/prefs_common.[ch]
17044                 added preference option to show score and for
17045                 the score column size
17046         * added src/prefs_folder_item.[ch]
17047                 properties for each folder (PrefsFolderItem),
17048                 sorting type and mode were added as the first properties.
17049         * src/procheader.[ch]
17050                 added procheader_parse_header()
17051                 added procheader_header_free()
17052                 added procheader_headername_equal()
17053                 and made modification to use them.
17054         * src/procmsg.[ch]
17055                 added score field to MsgInfo structure
17056         * added src/scoring.[ch]
17057                 gives functions to parse configuration file to do
17058                 scoring on mails with a list of conditions.
17059         * src/summaryview.[ch]
17060                 save the sorting type and mode for the folder
17061                 added column to display the score of the mail
17062                 added function summary_score_clicked()
17063                 sorting type and mode are restored to the folder
17064                 when it is reopen
17065         * src/textview.c
17066                 use procheader_parse_header(), procheader_headername_equal()
17067                 removed memory leak in text_scan_header when freeing headers
17068         * src/filter.c
17069                 changed the function to match names of headers
17070                 using procheader_headername_equal()
17071
17072         Scoring functions are implemented, an interface is needed
17073         to configure that.
17074
17075 2001-05-04 [alfons]
17076
17077         * src/gtkstext.c: 
17078                 hopefully fixed the row up navigation bug,
17079                 removed adding back / forward lines to cache
17080
17081 2001-05-04 [sergey]
17082
17083         * src/prefs_display_headers.c: user interface changes:
17084         (prefs_display_headers_create): remove unused "Show" check button;
17085         allow reordering of headers by dragging.
17086         (prefs_display_headers_write_config): remove unused variables.
17087         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17088         of lists (not needed with the new UI).
17089         (prefs_display_headers_set_list): scan lists starting from row 0,
17090         not 1 (do not skip "(New)").
17091         (prefs_display_headers_find_header): new function.
17092         (prefs_display_headers_clist_set_row): do not allow duplicates.
17093         (prefs_display_headers_delete_cb): do not skip row 0; treat
17094         closing the alert window by ESC as "No".
17095         (prefs_display_headers_up): do not protect row 0.
17096         (prefs_display_headers_down): do not protect row 0.
17097
17098 2001-05-04 [sergey]
17099
17100         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17101         functions.
17102
17103         * src/summaryview.c
17104         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17105         summary_select_next_marked, summary_select_prev_marked): new
17106         functions.
17107
17108 2001-05-03 [sergey]
17109
17110         * src/news.c: fixed a bug when no article can be fetched after
17111         server timeout if the connection was restored by news_post():
17112         (news_select_group): new function.
17113         (news_fetch_msg): call news_select_group() before fetching
17114         article.
17115         (news_get_uncached_articles): set session->group after successful
17116         GROUP command.
17117
17118 2001-05-03 [hoa]
17119
17120         * src/defs.h
17121         * src/procmsg.[ch]
17122         * src/procheader.c
17123                  changed version of cache, added cc field
17124
17125         * src/prefs_display_headers.c
17126                 the interface was changed
17127
17128         * src/prefs_headers.c
17129                 added cancel button
17130
17131 2001-05-03 [alfons]
17132
17133         * completed sync of sylpheed cvs2
17134         * src/gtkstext.c: updated row up / down cursor navigation
17135         * src/textview.c: re-edited, prepared for fixing the email address
17136                 scanner.
17137
17138 2001-05-03 [darko]
17139
17140         * src/prefs_common.c: use alfons' strftime ui code
17141         entry_datefmt and datefmt_sample widgets have to be
17142         global in this module because of this change
17143
17144 2001-05-03 [hoa]
17145
17146         * src/messageview.c
17147         * src/prefs_common.[ch] added option to activate the return receipt
17148                 feature.
17149
17150 2001-05-02 [alfons]
17151
17152         * src/gtkstext.c: fix for row up/down cursor navigation. 
17153
17154         0.4.66claws2
17155         
17156         * sync with 0.4.66cvs2
17157
17158 2001-05-02 [paul]
17159
17160         added add-sender-to-addressbook patch
17161
17162         * src/addressbook.c
17163         * src/addressbook.h
17164         * src/summaryview.c
17165
17166 2001-05-02 [sergey]
17167
17168         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17169         G_ALERTDISABLE.
17170
17171         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17172         all existing callers changed to pass FALSE; create a check button
17173         to disable the message.
17174         (alertpanel_message_with_disable): new function.
17175         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17176         (alertpanel_button_toggled): new function.
17177         (alertpanel_button_clicked, alertpanel_close): set value using
17178         G_ALERT_VALUE_MASK.
17179
17180         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17181
17182         * src/prefs_common.c (prefs_privacy_create): new check button
17183         checkbtn_gpgme_warning.
17184
17185         * src/main.c (main): moved preferences reading before gpgme
17186         initialization; check prefs_common.gpgme_warning before giving the
17187         GnuPG warning and set it to FALSE if the user wants to disable the
17188         warning.
17189
17190 2001-05-02 [hiroyuki]
17191
17192         * src/prefs_display_headers.c: modified the layout and some labels.
17193
17194 2001-05-02 [sergey]
17195
17196         * src/prefs_account.c (prefs_account_fix_size): new function.
17197         (prefs_account_create): call prefs_account_fix_size(); use
17198         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17199         size when the window is shown for the first time).
17200         (prefs_account_basic_create): changed layout of serv_table; moved
17201         localmbox_entry above smtpserv_entry (logically it replaces
17202         POP3/IMAP server).
17203         (prefs_account_protocol_activated): set sensitivity of
17204         nntpauth_chkbtn according to the protocol (in addition to
17205         hide/show); commented out gtk_table_set_row_spacing() calls.
17206         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17207         not sensitive (fixes a bug with disabled username/password boxes
17208         when editing POP3 account after NNTP with authentication).
17209
17210 2001-05-02 [hoa]
17211
17212         * src/account.c
17213         * src/inc.c
17214         * src/prefs_account.[ch]
17215         * src/send.c
17216                 removed local account without SMTP server
17217                 added option to use mail command instead of a connexion
17218                 to SMTP server when a local account is used
17219         * src/prefs_headers.c
17220                 fixed a bug
17221         * src/news.c
17222                 fixed a bug when connexion immediately closed
17223
17224 2001-05-01 [alfons]
17225
17226         0.4.66claws1
17227         
17228         * sync with 0.4.65
17229
17230 2001-05-01 [sergey]
17231
17232         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17233         widget nntpauth_chkbtn.
17234         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17235         visibility.
17236         (prefs_account_nntpauth_toggled): new function.
17237
17238         * src/news.c (news_session_new_for_folder): use NNTP
17239         authentication only if ac->use_nntp_auth is set.
17240
17241 2001-05-01 [hoa]
17242
17243         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17244         * src/prefs_display_headers.c changed the UI
17245         * src/prefs_headers.c changed account_name to account_id
17246         * src/compose.c using customheader.h
17247
17248 2001-05-01 [hiroyuki]
17249
17250         * src/esmtp.c
17251           src/news.c
17252           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17253           unsynched.
17254
17255 2001-05-01 [hoa]
17256
17257         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17258         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17259                 for displaying of headers
17260         * src/grouplist_dialog.[ch] minor changes to remove warnings
17261         * src/prefs_display_headers.[ch] dialog to choose the
17262         headers to display in the mail viewer.
17263         * src/headers.h correction of #define
17264         * src/headers_display.[ch] configuration for displaying of headers.
17265         * src/main.c read config of displaying of headers
17266         * src/prefs_common.c add a button to access the config dialog
17267                 for displaying of headers
17268         * src/prefs_display_headers.[ch] dialog for configuration for
17269                 displaying of the headers.
17270         * src/prefs_headers.c cleaning of code
17271         * src/procheader.c comments added to code
17272         * src/textview.c changes to reorder the headers depending
17273                 on the config for displaying of headers
17274
17275 2001-04-30 [alfons]
17276
17277         0.4.65claws7
17278
17279         * sync with 0.4.65cvs12
17280
17281         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17282
17283 2001-04-30 [sergey]
17284
17285         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17286
17287         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17288         is set to force reconnection after authentication failure.
17289         (nntp_gen_command): set sock->auth_failed on authentication
17290         failure, or if sock->userid and sock->passwd are not set.
17291
17292         * src/news.c (news_session_new_for_folder): set userid=NULL if
17293         password dialog is cancelled.
17294
17295 2001-04-30 [sergey]
17296
17297         * src/nntp.h (NNTPSockInfo): new type.
17298
17299         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17300         SockInfo.
17301         (nntp_open_auth, nntp_close): new functions.
17302         (nntp_gen_command): new function to handle authentication; all
17303         NNTP command functions updated to use it.
17304         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17305         (nntp_list): removed old useless code.
17306
17307         * src/news.h (NNTPSession): new field nntp_sock.
17308
17309         * src/news.c: all functions updated to use NNTPSockInfo instead of
17310         SockInfo.
17311         (news_session_new): new arguments (userid, passwd); made static;
17312         use nntp_open_auth() if needed.
17313         (news_session_destroy): use nntp_close() instead of sock_close().
17314         (news_query_password): changed arguments.
17315         (news_session_new_for_folder): new function.
17316         (news_session_get): use news_session_new_for_folder().
17317         (news_authenticate): deleted.
17318         (news_get_uncached_articles): removed old authentication code.
17319
17320 2001-04-30 [sergey]
17321
17322         * src/news.c: reverted my previous changes (need to do NNTP
17323         authentication in a cleaner way).
17324         
17325 2001-04-29 [sergey]
17326
17327         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17328         news_nntp_post, news_nntp_mode): new functions (wrappers with
17329         authentication support).
17330         (news_get_article_cmd, news_get_article, news_get_header): new
17331         argument "folder"; all callers changed.
17332         (news_get_article_cmd): added authentication support.
17333         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17334         (news_post): use news_nntp_post() instead of nntp_post().
17335         (news_get_uncached_articles): use news_nntp_group() instead of
17336         nntp_group() and news_nntp_xover() instead of nntp_xover();
17337         removed old authentication code.
17338         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17339
17340         * src/nntp.c (nntp_list): return real error code instead of
17341         hardcoded NN_ERROR.
17342
17343 2001-04-29 [sergey]
17344
17345         * configure.in: fixed wint_t typedef detection again
17346
17347 2001-04-28 [hoa]
17348
17349         * src/prefs_account.[ch], added A_LOCAL_CMD
17350                 (send mail with mail command)
17351         * src/send.c added function send_message_with_command()
17352         * src/inc.c made a more secure get_spool() function with
17353                 mktemp() but maybe mkstemp() or something more
17354                 secure can be used.
17355
17356 2001-04-28 [alfons]
17357
17358         * src/textview.c, colorization of email addresses in headers
17359
17360         0.4.65claws6
17361
17362         * bug sync with sylpheed
17363         * prefs_common.c: created date format ui for darko
17364         * sync with 0.4.65cvs11
17365         * configure.in: corrected to have the new gpg checks
17366
17367 2001-04-27 [alfons]
17368
17369         * completed sync with 0.4.65cvs10
17370         * minor debug things added to gtkstext.c
17371
17372 2001-04-27 [darko]
17373
17374         * configure.in: remove check for availability of
17375           strftime() as advised by Hiroyuki
17376         * src/prefs_common.[ch], src/procheader.c:
17377           synch strftime() code with Hiroyki's main branch
17378
17379 2001-04-26 [sergey]
17380
17381         * src/news.c: news_query_password(), news_authenticate(): new
17382           functions.
17383           news_get_uncached_articles(): added NNTP authentication
17384           handling.
17385         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17386           new functions.
17387         * src/prefs_account.c: prefs_account_protocol_activated():
17388           enable userid and password fields for NNTP.
17389
17390 2001-04-26
17391
17392         * configure.in: check for availability of strftime()
17393           [darko]
17394         * src/prefs_common.[ch], src/procheader.c: use
17395           strftime() for displaying date in summary pane if it
17396           is available
17397
17398 2001-04-25
17399
17400         * more .cvsignore cleanups [alfons]
17401
17402 2001-04-25
17403
17404         * ac/sv-check-type.m4: new autoconf macro.
17405         * configure.in: fixed wint_t typedef detection (did not work
17406           with gcc-2.96).
17407
17408 2001-04-25
17409
17410         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17411           [hiroyuki]
17412
17413 2001-04-24
17414         * modified gtkstext.c : buggy cursor navigation fixed, 
17415           and font descent also taken in account when drawing
17416           cursor. [alfons]
17417
17418 2001-04-24 [hoa]
17419         * added comments in src/news.c src/nntp.c
17420         * added src/prefs_headers.[ch]
17421         * added src/headers.[ch]
17422         * modified compose.c to activate custom headers
17423                 added function is_in_custom_headers
17424         * modified prefs_account.[ch]
17425                 added function prefs_account_customhdr_edit
17426         * modified src/defs.h :
17427                 added HEADERS_RC : name of the config file
17428                 for the custom headers
17429
17430 2001-04-24
17431
17432     0.4.65claws5
17433
17434         * configure.in
17435           src/gtkstext.[ch]
17436           src/compose.c
17437           src/Makefile.am
17438           
17439           added gtkstext with configure.in patch by Hiroyuki which
17440           should fix the XIM detection [alfons]
17441
17442         * more clean up of cvs [alfons]
17443
17444                  * removed all Makefile.in files to attic.
17445
17446                  * updated all .cvsignores to really ignore things that could
17447                    be unintentionally committed by a recursive commit.
17448
17449 2001-04-23 [hoa]
17450         * added src/grouplist_dialog.[ch]
17451         * changed src/folderview.c to call grouplist_dialog instead
17452                 of inputdialog
17453         * src/news.c :
17454                 added functions news_reset_group_list
17455                 and news_get_group_list
17456         * src/nntp.c :
17457                 added function nntp_list
17458         * src/defs.h :
17459                 added GROUPLIST_FILE : name of the newsgroup list cache file
17460
17461 2001-04-21
17462
17463         * added option to warn about queued messages on exit [sergey]:
17464
17465           * src/compose.c: compose_queue(): call folder_item_scan()
17466             and folderview_update_item() after queueing.
17467           * src/folderview.c: folderview_update_node(): draw the queue
17468             folder in bold font if there are queued messages.
17469           * src/mainwindow.c: queued_messages(): new function.
17470             app_exit_cb(): display warning if there are queued messages
17471             if warn_queued_on_exit is set.
17472           * prefs_common.[ch]: add warn_queued_on_exit option.
17473
17474         * enhanced GnuPG key selection support [sergey]:
17475
17476           * src/select-keys.c: updated to newer version from Win32
17477             branch with support for selecting arbitrary keys.
17478           * src/prefs_account.c: added the Privacy tab to the account
17479             options window.
17480             prefs_account_privacy_create(),
17481             prefs_account_sign_key_set_data_from_radiobtn(),
17482             prefs_account_sign_key_set_radiobtn(): new functions.
17483           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17484           * src/rfc2015.c: set_signers(): new function.
17485             pgp_sign(): add the account parameter, call set_signers().
17486             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17487           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17488           * src/compose.c: pass the current account to rfc2015_sign().
17489
17490         * tag name claws added to prevent confusion with main branch [alfons]
17491
17492         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17493
17494         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17495
17496         * sync with recent sylpheed cvs. Untested though. [alfons]
17497