5199642f7fd0c8d91da6ae4461199058a4239bf3
[claws.git] / ChangeLog.claws
1 2003-03-22 [christoph]  0.8.11claws39
2
3         * src/imap.c
4         * src/common/session.[ch]
5                 Init session data to make sure we don't have invalid pointers
6                 for read_ch and write_ch when new multi process sessions are
7                 not used
8
9         * src/main.c
10         * src/common/plugin.c
11         * src/common/sylpheed.c
12         * src/plugins/demo/demo.c
13         * src/plugins/dillo_viewer/dillo_viewer.c
14         * src/plugins/mathml_viewer/mathml_viewer.c
15         * src/plugins/spamassassin/spamassassin.c
16         * src/plugins/spamassassin/spamassassin_gtk.c
17                 add plugin types to allow loading plugins at different times
18                 (and maybe for different frontends), because it's not good to
19                 load GTK-Plugins gefore gtk_init was called
20
21         * configure.ac
22         * src/plugins/Makefile.am
23         * src/plugins/trayicon/.cvsignore               ** NEW **
24         * src/plugins/trayicon/Makefile.am              ** NEW **
25         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
26         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
27         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
28         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
29         * src/plugins/trayicon/trayicon.c               ** NEW **
30                 New Trayicon plugin that shows an icon in a systray that uses
31                 XEMBED protocol like Gnome's systray. Icon shows if there
32                 are new mails and a tooltip shows information about new,
33                 unread and total messages.
34
35 2003-03-22 [paul]       0.8.11claws38
36
37         * src/common/smtp.c
38                 fix ESMTP AUTH CRAM-MD5
39                 [sync with main (still version 0.8.11cvs6), see
40                  ChangeLog 2003-03-22]
41
42 2003-03-21 [colin]      0.8.11claws37
43
44         * src/send_message.c
45                 Fix USE_SSL => USE_OPENSSL
46
47 2003-03-21 [colin]      0.8.11claws36
48
49         * src/folderview.c
50                 Fix counts in drag and dropped subfolders
51
52 2003-03-21 [colin]      0.8.11claws35
53
54         * src/folder.c 
55         * src/folderview.c
56                 speed up a bit folder dnd
57
58 2003-03-20 [alfons]     0.8.11claws34
59
60         * src/main.c
61         * src/toolbar.c
62         * src/procmsg.c
63                 don't send locked queue messages
64                 (feature request "[ 705245 ] Locking message in outbox 
65                  should prevent sending")
66
67 2003-03-20 [christoph]  0.8.11claws33
68
69         * src/folder.c
70                 remove NEW and UNREAD flag in special folders when scanning
71                 
72         * src/common/smtp.c
73                 fix ESMTP AUTH CRAM-MD5
74
75 2003-03-20 [paul]       0.8.11claws32
76
77         * src/prefs_account.c
78                 Re-write 'Tunnel command to open connection' as
79                 'Use command to communicate with server', and disable
80                 it for all except IMAP accounts
81
82 2003-03-20 [paul]       0.8.11claws31
83
84         * sync with 0.8.11cvs6
85                 see ChangeLog 2003-03-20
86
87 2003-03-19 [match]      0.8.11claws30
88
89         * src/addritem.[ch]
90                 include documentation. minor refactoring.
91         * src/addr_compl.[ch]
92         * src/addrindex.[ch]
93         * src/addresbook.[ch]
94         * src/summaryview.c
95                 re-enable address lookup (was disabled in
96                 0.8.11claws20).
97
98 2003-03-19 [christoph]  0.8.11claws29
99
100         * src/procmsg.c
101                 add temp flag handling, will make moving and copying
102                 messages possible again
103
104         * src/folder.c
105                 correct calulation of folder stats
106
107 2003-03-18 [match]      0.8.11claws28
108
109         * src/editgroup.h
110                 remove case sensitive comparison (closes bug 80).
111
112 2003-03-18 [christoph]  0.8.11claws27
113
114         * src/imap.c
115                 fix imap using a tunnel command
116
117         (closes bug 87)
118
119 2003-03-18 [christoph]  0.8.11claws26
120
121         * src/folder.[ch]
122         * src/imap.c
123         * src/procmsg.[ch]
124                 rewrite flag handling for folders
125
126 2003-03-18 [christoph]  0.8.11claws25
127
128         * src/folder.c
129         * src/procmsg.c
130         * src/summaryview.c
131                 unset NEW and UNREAD flags when message is ignored, to make
132                 sure messages don't show up as unread on other IMAP clients,
133                 because the IGNORE_THREAD flag can not be syncronized through
134                 the IMAP folder
135
136 2003-03-17 [christoph]  0.8.11claws24
137
138         * src/imap.c
139                 don't use recursion to fetch uids when the number of messages
140                 does not match. Moved code into subfunction that is used
141                 again when needed, to prevent an endless loop.
142
143 2003-03-17 [thorsten]   0.8.11claws23
144
145         * src/imageview.[ch]
146                 export imageview_get_resized_size() (for plugins)
147         * src/prefs_common.[ch]
148                 added prefs_common_get() (for plugins)
149
150 2003-03-17 [christoph]  0.8.11claws22
151
152         * src/imap.c
153                 o remove UID guessing from copy code
154                 o support UIDPLUS extension for APPEND command
155
156 2003-03-17 [paul]       0.8.11claws21
157
158         * src/gtk/about.c
159                 remove 'Compiled-plugins' section.
160                 
161         * src/plugins/dillo_viewer/dillo_viewer.c
162                 slight change to description text
163
164 2003-03-16 [match]      0.8.11claws20
165         * src/ldapserver.[ch]           ** NEW **
166         * src/ldapctrl.[ch]             ** NEW **
167         * src/ldapquery.[ch]            ** NEW **
168         * src/ldaputil.[ch]             ** NEW **
169         * src/addrcindex.[ch]           ** NEW **
170         * src/addrquery.h               ** NEW **
171         * src/addritem.[ch]
172         * src/addrcache.[ch]
173         * src/addrindex.[ch]
174         * src/addr_compl.[ch]
175         * src/addressbook.[ch]
176         * src/addrbook.[ch]
177         * src/editgroup.c
178         * src/editaddress.c
179         * src/editldap.c
180         * src/editldap_basedn.c
181         * src/vcard.c
182         * src/jpilot.c
183         * src/Makefile.am
184                 included dynamic LDAP queries. improved address
185                 completion.
186
187 2003-03-16 [paul]       0.8.11claws19
188
189         * tools/multiwebsearch.pl
190                 fix a fatal typo
191
192 2003-03-16 [christoph]  0.8.11claws18
193
194         * src/mimeview.c
195         * src/plugins/dillo_viewer/dillo_viewer.c
196         * src/plugins/mathml_viewer/mathml_viewer.c
197                 make unregistering of MimeViewerFactorys possible
198
199 2003-03-16 [alfons]     0.8.11claws17
200
201         * configure.ac
202                 correct typo
203
204 2003-03-16 [melvin]     0.8.11claws16
205
206         * src/plugins/dillo_viewer.c
207                 Fixed bug where it was not possible to view more than
208                 one text/html attachment per message (bug discovered
209                 by Christoph Hohmann).
210
211 2003-03-15 [melvin]     0.8.11claws15
212
213         * src/prefs_actions.c
214                 Fixed compilation warnings.
215
216 2003-03-15 [melvin]     0.8.11claws14
217
218         * src/plugins/Makefile.am
219         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
220         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
221         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
222                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
223                 newer (http://dillo.auriga.wearlab.de/).
224
225 2003-03-15 [christoph]  0.8.11claws13
226
227         * src/imap.c
228                 don't query imap folder for attributes because we already
229                 for them from imap_status
230
231         * src/mimeview.[ch]
232                 add support for plugable MimeViewers (unloading Viewers
233                 not yet complete)
234
235         * src/plugins/Makefile.am
236         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
237         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
238         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
239                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
240                 widget from http://helm.cs.unibo.it/mml-widget/
241
242 2003-03-14 [christoph]  0.8.11claws12
243
244         * src/folder.[ch]
245                 o error return code's should better be negative
246                 o replace printf with debug_print
247
248         * src/imap.c
249                 improve IMAP folder scan by checking UID-NEXT
250
251         * src/summaryview.c
252                 remove check that are unnecessary in my opinion
253
254 2003-03-13 [christoph]  0.8.11claws11
255
256         * src/folder.[ch]
257         * src/foldersel.c
258         * src/folderview.c
259         * src/imap.c
260         * src/mbox_folder.c
261         * src/mh.c
262         * src/news.c
263         * src/prefs_scoring.c
264         * src/summaryview.c
265                 use a common function to get a displayable name
266                 for a FolderItem
267
268 2003-03-13 [paul]       0.8.11claws10
269
270         * tools/Makefile.am
271           tools/README
272           tools/multiwebsearch.conf     ** NEW FILE **
273           tools/multiwebsearch.pl       ** NEW FILE **
274                 add multiwebsearch Actions script
275
276 2003-03-13 [colin]      0.8.11claws9
277
278         * src/compose.c
279                 Remove leading emtpy lines from quoted text
280                 before quoting it
281
282 2003-03-13 [melvin]     0.8.11claws8
283
284         * src/prefs_actions.c
285                 Fixed a memory leak
286                 Code clean ups
287                 Added Cancel and OK buttons
288                 Corrected help text
289
290 2003-03-13 [christoph]  0.8.11claws7
291
292         * src/account.c
293         * src/folder.[ch]
294         * src/imap.c
295         * src/mainwindow.c
296         * src/mbox_folder.c
297         * src/mh.c
298         * src/news.c
299         * src/setup.c
300                 replace more folder type stuff with folder class stuff
301
302 2003-03-13 [melvin]     0.8.11claws6
303
304         * src/prefs_actions.c
305                 Added new tokens:
306                 %u: user provided argument
307                 %h: user provided argument (hidden on input)
308                 %s: current text selection in the message view 
309
310 2003-03-13 [paul]       0.8.11claws5
311
312         * sync with 0.8.11cvs5
313                 see ChangeLog 2003-03-11, 2003-03-12
314
315 2003-03-12 [christoph]  0.8.11claws4
316
317         * src/folder.c
318                 use folder class idstr when writing folderlist.xml
319
320         * src/folder.h
321         * src/imap.c
322         * src/news.c
323                 replace folder type checks with folder class checks
324
325 2003-03-12 [christoph]  0.8.11claws3
326
327         * src/folder.[ch]
328         * src/imap.[ch]
329         * src/main.c
330         * src/mbox_folder.[ch]
331         * src/mh.[ch]
332         * src/news.[ch]
333                 o create a list of known folder classes in the folder system
334                 o use folder class id strings for folder item identifiers
335
336 2003-03-12 [christoph]  0.8.11claws2
337
338         * src/imap.c
339                 fix imap uid validity check
340
341 2003-03-12 [christoph]  0.8.11claws1
342
343         * src/account.c
344         * src/folder.[ch]
345         * src/foldersel.c
346         * src/folderview.c
347         * src/imap.c
348         * src/mainwindow.c
349         * src/mbox_folder.c
350         * src/mh.c
351         * src/news.c
352         * src/prefs_scoring.c
353         * src/procmsg.c
354         * src/setup.c
355         * src/summaryview.c
356                 initial restructuring of folder system, seperating
357                 folders and folder classes
358
359 2003-03-12 [paul]       0.8.11claws
360
361         0.8.11claws release
362
363 2003-03-12 [christoph]
364
365         * src/gtk/prefswindow.c
366                 fix translation of "Page Index"
367
368 2003-03-12 [paul]       0.8.10claws110
369
370         a sync from 0.8.11cvs4 before the release
371
372         * src/common/utils.c
373                 subject_compare_for_sort(): allow null strings (fixes
374                 summary sorting).
375
376 2003-03-11 [paul]       0.8.10claws109
377
378         * po/es.po
379                 update Spanish translation, submitted by
380                 Ricardo Mones Lastra
381
382 2003-03-11 [melvin]     0.8.10claws108
383
384         * po/fr.po
385                 Updated French translations
386
387 2003-03-11 [paul]       0.8.10claws107
388
389         * manual/en/Makefile.am
390           manual/en/*.html
391                 update English manual, add a new page
392                 updated by Francois Barriere <fbarriere@atmel.fr>
393                 
394         * po/bg.po
395           po/it.po
396           po/sr.po
397                 update Bulgarian, Italian, and Serbian translations
398                 submitted by George Danchev, Alessandro Maestri, and
399                 Urke MMI
400
401 2003-03-10 [paul]       0.8.10claws106
402
403         * src/gtk/about.c
404           src/gtk/prefswindow.c
405                 make some strings translatable
406
407 2003-03-10 [darko]      0.8.10claws105
408
409         * src/compose.c
410                 code cleanup to make Hiro happy
411
412 2003-03-10 [paul]       0.8.10claws104
413
414         * sync with 0.8.11cvs2
415                 see ChangeLog 2003-03-10
416
417 2003-03-09 [melvin]     0.8.10claws103
418
419         * src/textview.c
420                 textview_set_font(): fix for message display in
421                 UTF-8 locales (thanks to Sergey Vlasov).
422                 (was unintentionnaly reverted in 0.8.6claws6)   
423
424 2003-03-08 [darko]      0.8.10claws102
425
426         * src/compose.c
427                 fix infinite loop in wrapping as reported
428                 by happycactus
429                 obsoletes patch #696482
430
431 2003-03-08 [christoph]  0.8.10claws101
432
433         * src/imap.c
434                 add workaround for IMAP servers that do not
435                 support the "UID SEARCH UID" command
436
437 2003-03-07 [christoph]  0.8.10claws100
438
439         * src/plugins/spamassassin/spamassassin.[ch]
440         * src/plugins/spamassassin/spamassassin_gtk.c
441                 code cleanup
442
443 2003-03-07 [paul]       0.8.10claws99
444
445         * po/es.po
446                 updated Spanish translation, submitted by
447                 Ricardo Mones Lastra
448
449 2003-03-07 [christoph]  0.8.10claws98
450
451         * src/send.c
452                 fix in 0.8.10claws94 was wrong
453                 local delivery does not require escaping, remove escaping
454                 code to make signatures of mails with "." lines valid
455                 
456                 NOTE: requires that sendmail is executed with "-i" option,
457                       what is the default now, but has to be changed in all
458                       exsiting accounts)
459
460 2003-03-07 [paul]       0.8.10claws97
461
462         * sync with 0.8.11 release
463                 see ChangeLog 2003-03-07
464
465 2003-03-06 [paul]       0.8.10claws96
466
467         * src/compose.c
468                 revert commit 0.8.10claws92
469
470 2003-03-06 [paul]       0.8.10claws95
471
472         * src/folderview.c
473                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
474
475         * src/gtkaspell.c
476                 fix bug 74, 'Crash opening editor window with pseudo-color
477                 display'
478                 
479         Patches submitted by Kevin Vigor <kevin@vigor.nu>
480
481 2003-03-06 [christoph]  0.8.10claws94
482
483         * src/send.c
484                 fix rfc2821 (4.5.2) violation in SMTP data sending,
485                 all lines starting with a period get an extra period
486                 inserted
487                 (found by Simon 'corecode' Schubert)
488
489 2003-03-06 [paul]       0.8.10claws93
490
491         * src/folderview.c
492                 if configured font can't be loaded fall back to gtk
493                 default. (with thanks to Christoph)
494                 
495                 closes long-standing bug 15 'Crashes on startup'
496
497 2003-03-06 [paul]       0.8.10claws92
498
499         * src/compose.c
500                 freeze text before autosave and thaw afterwards
501                 fixes bug 67 'autosave make re-rediting message crazy'
502
503 2003-03-06 [christoph]  0.8.10claws91
504
505         * src/compose.c
506                 ignore address comment in dupe check for Cc-list
507
508         (closes reopened bug 47 Replying to message strips name part of
509          e-mail addresses of Cc: lines)
510
511 2003-03-06 [paul]       0.8.10claws90
512
513         * src/Makefile.am
514                 remove reference to gtkxtext.h as its no longer in
515                 the repository
516
517 2003-03-06 [paul]       0.8.10claws89
518
519         * sync with 0.8.10cvs25
520                 see ChangeLog 2003-03-06
521
522 2003-03-06 [oliver]     0.8.10claws88
523         
524         * src/messageview.c
525                 remove include
526
527 2003-03-06 [oliver]     0.8.10claws87
528         
529         * src/folderview.c 
530                 remove changes introduced inclaws74
531         * src/messageview.c
532                 another attempt to sanely delete and update
533                 messages deleted in separate messageview
534
535 2003-03-05 [christoph]  0.8.10claws86
536
537         * src/summaryview.c
538                 check if "From" matches any account's address if
539                 addressbook completion of addresses is disabled too
540
541         (closes Bug 70 "Display recipient in from" doesn't check
542          folder's default account)
543
544 2003-03-05 [christoph]  0.8.10claws85
545
546         * src/compose.c
547         * src/common/utils.[ch]
548                 don't strip address comments when building Cc lists
549
550         (closes Bug 47 Replying to message strips name part of e-mail addresses
551          of Cc: lines)
552
553         * src/folder.c
554                 fix return value of copy function
555
556 2003-03-05 [christoph]  0.8.10claws84
557
558         * src/imap.c
559                 don't ask imap server for non rfc822 headers
560
561         (closes bug 71 IMAP FETCH asks for FROM header field twice)
562
563         * src/imap.c
564                 destroy session on socket error to allow reconnecting
565
566 2003-03-05 [christoph]  0.8.10claws83
567
568         * configure.ac
569                 fix building with gnome when no prefix is set
570
571         (closes bug 66 Gnome directory is set to NONE)
572
573 2003-03-05 [paul]       0.8.10claws82
574
575         * sync with 0.8.10cvs23
576                 see ChangeLog 2003-03-05
577
578 2003-03-04 [christoph]  0.8.10claws81
579
580         * src/folder.c
581                 o fix moving and copying when folder returns 0 for new
582                   message number
583                 o remove some code for single message copy and move
584                   operations and use functions for multiple messages
585
586         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
587
588         * src/news.c
589                 remove unused include
590
591 2003-03-04 [paul]       0.8.10claws80
592
593         * src/gtk/about.c
594                 list 'Compiled plugins'
595
596 2003-03-03 [christoph]  0.8.10claws79
597
598         * src/news.[ch]
599                 have to multiply the percentage of the current fetch with
600                 the percentage that it has of the total fetch operation
601                 for correct values
602
603 2003-03-03 [christoph]  0.8.10claws78
604
605         * src/news.c
606                 fix calculation of expected lines for progress indicator
607
608 2003-03-03 [christoph]  0.8.10claws77
609
610         * src/summaryview.c
611         * src/common/utils.c
612                 fix segfault when opening the root news folder
613
614 2003-03-03 [christoph]  0.8.10claws76
615
616         * src/mainwindow.[ch]
617         * src/common/Makefile.am
618         * src/common/progressindicator.[ch]
619                 add UI independent progress indicator handling
620
621         * src/news.[ch]
622                 use new progress indicator for message info fetching
623
624         * src/common/hooks.h
625                 code cleanup
626
627 2003-03-03 [oliver]     0.8.10claws75
628
629         * src/toolbar.c
630         * src/compose.c
631                 removed commented code
632
633 2003-03-03 [oliver]     0.8.10claws74
634
635         * src/toolbar.[ch]
636                 cleanups and refactoring
637         * src/compose.[ch]
638                 compose_reply_mode reply & forwarding interface for
639                 toolbar buttons
640         * src/folderview.c
641                 act on messages marked for deletion in folderview_selected
642                 based on prefs_common.immediate_exec since a message might 
643                 have been deleted by messageview in a folder we are changing 
644                 to (does anybody understand what I'm on about ?)
645
646 2003-03-03 [oliver]     0.8.10claws73
647         
648         * src/messageview.[ch]
649                 new functions
650                 - messageview_delete: delete message shown in messagview
651                 - messageview_update_view: update messageview to currently 
652                   selected summaryview message
653                 - add separate messageview to msgview_list in order to update 
654                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
655         * src/summaryview.[ch]
656                 summary_get_selection returns a list of selected msgs
657                 in summaryview
658         * src/mainwindow.c
659                 toolbar reply refactoring
660
661 2003-03-03 [paul]       0.8.10claws72
662
663         * sync with 0.8.10cvs21
664                 see ChangeLog 2003-03-03
665
666 2003-03-02 [christoph]  0.8.10claws71
667
668         * src/common/passcrypt.c
669                 use POSIX includes
670
671 2003-03-02 [christoph]  0.8.10claws70
672
673         * configure.ac
674         * src/prefs_account.c
675         * src/prefs_gtk.[ch]
676         * src/common/.cvsignore
677         * src/common/Makefile.am
678         * src/common/passcrypt.c                ** NEW **
679         * src/common/passcrypt.h.in             ** NEW **
680                 Implement password encryption in config files
681                 using unix encrypt and setkey functions. The crypt
682                 key can be set as a configure parameter. Old
683                 passwords will be converted if they do not begin
684                 with '!'
685
686 2003-03-02 [paul]       0.8.10claws69
687
688         * src/prefs_account.c
689                 fix compile error
690
691 2003-03-01 [thorsten]   0.8.10claws68
692
693         * po/el.po
694           po/hr.po
695           po/it.po
696           po/nl.po
697           po/sr.po
698           po/sv.po
699                 corrected format strings
700         * po/en_GB.po
701                 corrected headers
702                 (fix compile errors with GNU gettext-0.11.5)
703
704 2003-03-01 [oliver]     0.8.10claws67
705
706         * src/summaryview.c
707                 menu callbacks call toolbar_menu_reply
708
709 2003-03-01 [oliver]     0.8.10claws66
710
711         * src/mainwindow.c
712         * src/messageview.c
713                 menu callbacks call toolbar_menu_reply
714         * src/toolbar.[ch]
715                 callbacks from menu handled by toolbar_menu_reply
716
717 2003-03-01 [paul]       0.8.10claws65
718
719         * src/addressbook.c
720                 revert commit 0.8.10claws54 - breaks editing of
721                 addressbook.
722                 
723         * po/bg.po
724                 update Bulgarian translation, submitted by
725                 George Danchev
726
727 2003-02-28 [christoph]  0.8.10claws64
728
729         * src/account.c
730         * src/addressadd.c
731         * src/compose.c
732         * src/gtkaspell.c
733         * src/gtkxtext.h                ** REMOVE **
734         * src/imap.c
735         * src/matcher.[ch]
736         * src/mh.c
737         * src/news.c
738         * src/pine.c
739         * src/prefs_common.c
740         * src/prefs_matcher.c
741         * src/procheader.[ch]
742         * src/procmsg.[ch]
743         * src/toolbar.c
744         * src/common/ssl_certificate.c
745         * src/gtk/colorlabel.c
746         * src/gtk/menu.c
747                 o fix warnings
748                 o remove code obsoleted by new cache and folder system rework
749
750 2003-02-28 [oliver]     0.8.10claws63
751         
752         * src/toolbar.[ch]
753                 * fix bug where reply in Messageview replied to 
754                 Message displayed in summaryview
755                 (reportedd via ML by chinatinte at gmx dot ch)
756                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
757                 didn't work in separate MessageView Toolbar
758                 (wondering if anybody uses this at all ?)
759         * src/summaryview.[ch]
760                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
761                 (generalize reply and forward code);
762         * src/messageview.c 
763                 remove focus_in event which updated summaryview to messageview
764
765 2003-02-28 [paul]       0.8.10claws62
766
767         * po/Makefile.in.in
768                 add the --check option
769                 Patch submitted by Ricardo Mones Lastra
770
771 2003-02-28 [paul]       0.8.10claws61
772
773         * src/prefs_account.c
774                 re-order 'Signature' items
775
776 2003-02-28 [paul]       0.8.10claws60
777
778         * sync with 0.8.10cvs20
779                 see ChangeLog 2003-02-28
780
781 2003-02-28 [paul]       0.8.10claws59
782
783         * po/POTFILES.in
784                 update to reflect recent movement of files
785
786 2003-02-28 [paul]       0.8.10claws58
787
788         * sync with 0.8.10cvs19
789                 see ChangeLog 2003-02-28
790
791 2003-02-27 [martin]     0.8.10claws57
792
793         * src/prefs_matcher.c 
794                 fix segfault in prefs_matcher_ok() when the
795                 last entry is deleted and prevents that the
796                 message "entry not saved" comes up after deleting
797                 an entry
798
799 2003-02-27 [martin]     0.8.10claws56
800
801         * src/prefs_filtering.c 
802                 fix segfault in prefs_filtering_ok() when the
803                 last entry is deleted and prevents that the
804                 message "entry not saved" comes up after deleting
805                 an entry
806
807 2003-02-27 [paul]       0.8.10claws55
808
809         * sync with 0.8.10cvs18
810                 see ChangeLog 2003-02-27
811
812 2003-02-27 [paul]       0.8.10claws54
813
814         * src/addressbook.c
815                 fix bug where the address book crashes with 
816                 multiple lookups.
817                 Patch [687729] submitted by David Frager 
818                 <dbfrager@users.sourceforge.net>
819
820 2003-02-25 [christoph]  0.8.10claws53
821
822         * src/Makefile.am
823         * src/colorlabel.[ch]           ** REMOVE **
824         * src/gtk/Makefile.am
825         * src/gtk/colorlabel.[ch]       ** NEW **
826                 move colorlabel files to gtk directory
827
828         * src/esmtp.[ch]                ** REMOVE **
829                 has been merged into smtp.[ch] in 0.7.5
830
831 2003-02-25 [christoph]  0.8.10claws52
832
833         * src/Makefile.am
834         * src/about.[ch]                ** REMOVE **
835         * src/gtk/Makefile.am
836         * src/gtk/about.[ch]            ** NEW **
837                 move about files to gtk directory
838
839 2003-02-25 [christoph]  0.8.10claws51
840
841         * src/folder.c
842                 some code optimization of folder scanning code
843
844         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
845
846 2003-02-25 [christoph]  0.8.10claws50
847
848         * src/main.c
849         * src/common/sylpheed.c
850                 add command line parameter parsing to common code
851
852 2003-02-24 [christoph]
853
854         * Makefile.am
855         * configure.ac
856                 fix gnome prefix problems, the configure script now removed
857                 `gnome-config --prefix` from `gnome-config --datadir`
858                 and adds $(prefix} instead
859
860         (closes Bug 24 Makefile does not respect prefix when installing
861          GNOME data)
862
863 2003-02-24 [christoph]  0.8.10claws49
864
865         * src/news.c
866                 check for valid session before trying to authenticate
867
868         (closes Bug 60 crash if "authenticate on logon" is activated
869          and newsserver-hostname is not valid)
870
871 2003-02-24 [melvin]     0.8.10claws48
872
873         * src/prefs_actions.c
874                 Make sure all user's input is sent to the action and then
875                 close the socket..
876
877 2003-02-23 [alfons]     0.8.10claws46
878
879         * src/summaryview.c
880                 also wait cursor when deleting files
881
882 2003-02-23 [paul]
883
884         * tools/freshmeat_search.pl
885           tools/google_search.pl
886                 scripts should now work for any browser/browser command line
887
888 2003-02-22 [christoph]  0.8.10claws45
889
890         * src/procmsg.c
891                 fix IMAP flag setting, IMAP flag is not handled correctly
892                 anymore by the folder system and information about the
893                 folder should not be saved in the MsgInfo (in my opinion)
894
895         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
896
897 2003-02-22 [christoph]  0.8.10claws44
898
899         * src/summaryview.c
900                 fix spelling of "label" ;-)
901
902 2003-02-22 [thorsten]   0.8.10claws43
903
904         * src/mimeview.c
905           src/prefs_common.[ch]
906           src/procmime.[ch]
907                 do not use description as attachment name
908
909 2003-02-22 [alfons]     0.8.10claws42
910
911         * src/summaryview.c
912                 freeze/thaw folder item updates when changing color labels,
913                 and put a wait cursors on
914
915 2003-02-22 [thorsten]   0.8.10claws41
916
917         * src/mimeview.c
918                 save-all fixes: crash if invoked on multipart container,
919                 mimeinfo access, pathseparators, error dialog
920
921 2003-02-21 [alfons]     0.8.10claws40
922
923         * src/prefs_gtk.c
924                 remove unused var
925
926 2003-02-21 [colin]      0.8.10claws39
927
928         * src/send.c
929                 Fix smtp logging
930
931 2003-02-21 [colin]      0.8.10claws38
932
933         * src/summaryview.c
934                 Freeze/thaw folderItem updates when filtering messages 
935                 via Tools/Filter messages
936
937 2003-02-21 [paul]       0.8.10claws37
938
939         * src/compose.c
940                 revert commit 0.8.10claws26, there are ulterior motives
941                 for users to set a Reply-To header when posting to
942                 newsgroups
943
944 2003-02-21 [paul]       0.8.10claws36
945
946         * sync with 0.8.10cvs17
947                 see ChangeLog 2003-02-21
948
949 2003-02-20 [christoph]  0.8.10claws35
950
951         * src/imap.c
952                 IMAP UID fetch speedup using SEARCH
953
954         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
955
956         * src/imap.c
957                 fix problem with UIDs in IMAP UID cache that no longer existed
958
959 2003-02-20 [christoph]  0.8.10claws34
960
961         * src/imap.c
962         * src/procheader.c
963         * src/procheader.h
964                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
965
966         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
967
968         * src/imap.c
969                 Rewrite imap_cmd_gen_recv use sock_getline instead
970                 of sock_gets to avoid problems with too long reply
971                 lines
972     
973 2003-02-20 [colin]      0.8.10claws33
974         
975         * src/prefs_account.c
976                 Better wording
977
978 2003-02-20 [colin]      0.8.10claws32
979
980         * src/compose.c
981                 Remove useless '&& !to_sender' 
982
983 2003-02-20 [darko]
984
985         * AUTHORS
986                 change my e-mail address
987
988 2003-02-19 [colin]      0.8.10claws31
989
990         * src/prefs_common.c
991                 X11 style colors for every configurable color
992
993 2003-02-19 [alfons]     0.8.10claws30
994
995         * src/prefs_gtk.[ch]
996         * src/prefs_common.c
997                 for color_new accept both plain integers and X11 style color
998                 names (as found in /usr/lib/X11/rgb.txt)
999
1000 2003-02-19 [paul]       0.8.10claws29
1001
1002         * src/mainwindow.c
1003                 add tooltips to online/offline button and account selector
1004                 button
1005
1006 2003-02-19 [paul]       0.8.10claws28
1007
1008         * src/folder.c
1009           src/news.c
1010           src/prefs_account.[ch]
1011           src/prefs_common.[ch]
1012                 move 'Maximum number of articles to download' to
1013                 account prefs.
1014                 clean up account prefs gui a little by hiding entries
1015                 rather then greying out entries
1016
1017 2003-02-19 [hiro]       0.8.10claws27
1018
1019         * src/common/utils.c
1020                 fix bug #54 'yesterdays date is displayed in the message 
1021                 summary window'
1022
1023 2003-02-19 [paul]       0.8.10claws26
1024
1025         * src/compose.c
1026                 fix bug reported in Feature Request [688596] 
1027                 'Reply-to header in news'
1028
1029 2003-02-18 [paul]       0.8.10claws25
1030
1031         * src/select-keys.c
1032                 add a 'List all keys' button to key selection dialog
1033
1034 2003-02-18 [colin]      0.8.10claws24
1035         
1036         * src/stock_pixmap.c
1037                 fix compile error
1038
1039 2003-02-18 [colin]      0.8.10claws23
1040
1041         * src/common/smtp.[ch]
1042           src/prefs_account.c
1043                 Try to starttls if it seems to be the only
1044                 way to authenticate a user
1045
1046 2003-02-18 [paul]       0.8.10claws22
1047
1048         * src/Makefile.am
1049           src/folderview.c
1050           src/stock_pixmap.[ch]
1051           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1052           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1053                 as a Drafts folder is a special folder allow it to have
1054                 its own unique icons
1055
1056 2003-02-18 [colin]      0.8.10claws21
1057
1058         * src/imap.c
1059                 Fix port selection when using starttls
1060
1061 2003-02-18 [paul]       0.8.10claws20
1062
1063         * src/mainwindow.c
1064           src/prefs_common.[ch]
1065                 make blue the default new mail colour
1066
1067 2003-02-18 [paul]       0.8.10claws19
1068
1069         * sync with 0.8.10cvs14
1070                 see ChangeLog 2003-02-18
1071
1072 2003-02-17 [jens]       0.8.10claws18
1073
1074         * src/common/md5.c
1075                 fixed a compile problem with gcc 3.3
1076                 works on 2.95.3 too (testet on PPC as it is big endian)
1077
1078 2003-02-17 [paul]       0.8.10claws17
1079
1080         * sync with 0.8.10cvs13
1081                 see ChangeLog 2003-02-17
1082
1083 2003-02-17 [paul]       0.8.10claws16
1084
1085         * sync with 0.8.10cvs12
1086                 see ChangeLog 2003-02-17
1087
1088 2003-02-16 [match]      0.8.10claws15
1089
1090         * src/addressbook.c
1091                 Eliminates reloading of address data when items
1092                 deleted or added. Applied submitted by
1093                 Luke Plant <lukeplant@softhome.net>
1094
1095 2003-02-16 [paul]       0.8.10claws14
1096
1097         * src/news.c
1098                 when a 'protocol error' is encountered disconnect from
1099                 the server. This means that the user can carry on viewing
1100                 other articles and doesn't have to either wait until the
1101                 server timesout or quit sylpheed.
1102                 Fixes bug #53 'Unable to read messages in newsgroups, 
1103                 displayed message doesn't change'
1104
1105 2003-02-15 [christoph]  0.8.10claws13
1106
1107         * src/imap.c
1108                 fix bug that stopped scanning of folders when an
1109                 IMAP folder was empty
1110
1111         (closes bug 46 stop scan messages in folders after empty folder)
1112
1113 2003-02-15 [paul]
1114
1115         * tools/Makefile.am
1116           tools/README
1117           tools/freshmeat_search.pl     ** NEW FILE **
1118           tools/google_search.pl        ** NEW FILE **
1119                 Add 2 Actions scripts which search freshmeat/google
1120                 for the selected text using the browser configured
1121                 in sylpheedrc.
1122                 
1123         Note: These scripts are very dependent on the format of the
1124         browser command and may not work on every occasion. Testing
1125         is welcome. 
1126
1127 2003-02-14 [alfons]     0.8.10claws12
1128
1129         * src/compose.c
1130                 fix breakage because of uninitialized account pointer.
1131                 please verify.
1132
1133 2003-02-14 [paul]       0.8.10claws11
1134
1135         * src/compose.c
1136           src/prefs_account.[ch]
1137           src/prefs_common.[ch]
1138                 move signature settings to Account Prefs
1139
1140 2003-02-14 [paul]       0.8.10claws10
1141
1142         * sync with 0.8.10cvs11
1143                 see ChangeLog 2003-02-14
1144
1145 2003-02-13 [thorsten]   0.8.10claws9
1146
1147         * src/news.c
1148                 revert news progressbar (GUI separation)
1149
1150 2003-02-13 [paul]       0.8.10claws8
1151
1152         * src/compose.c
1153                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1154                 paragraph 1
1155
1156 2003-02-13 [paul]       0.8.10claws7
1157
1158         * src/compose.[ch]
1159           src/summaryview.c
1160                 fix 'Follow-up and Reply-to' so that it creates a reply to
1161                 the newsgroup and the sender. If the message has the keyword
1162                 'poster' in the Followup-To header, all replies go to the
1163                 sender, re: RFC 1036, Section 2.2.3
1164                 rename all instances of 'ignore_replyto' to 'to_sender', both
1165                 were previously used, now we use just one.
1166
1167 2003-02-13 [paul]       0.8.10claws6
1168
1169         * sync with 0.8.10cvs9
1170                 see ChangeLog 2003-02-13
1171
1172 2003-02-13 [paul]       0.8.10claws5
1173
1174         * configure.ac
1175                 show which plugins are configured in the configure
1176                 output.
1177
1178 2003-02-12 [thorsten]   0.8.10claws4
1179
1180         * src/news.c
1181                 show progress while fetching news headers
1182
1183 2003-02-12 [christoph]  0.8.10claws3
1184
1185         * configure.ac
1186         * src/plugins/Makefile.am
1187                 use AM_CONDITIONAL to enable plugins, automake correctly
1188                 manages this when creating distdir
1189
1190 2003-02-12 [christoph]  0.8.10claws2
1191
1192         * ac/spamassassin.m4
1193         * src/plugins/spamassassin/Makefile.am
1194                 fix building SpamAssassin plugin without OpenSSL
1195
1196 2003-02-12 [paul]       0.8.10claws1
1197
1198         * ac/Makefile.am
1199           src/Makefile.am
1200           src/plugins/Makefile.am
1201                 fix failure of 'make release'
1202
1203 2003-02-12 [paul]       0.8.10claws
1204
1205         * 0.8.10claws released
1206
1207 2003-02-12 [paul]       0.8.9claws56
1208
1209         * po/bg.po
1210           po/es.po
1211           po/it.po
1212           po/ru.po
1213           po/sr.po
1214                 updated translations by George Danchev, Ricardo Mones Lastra,
1215                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1216                 
1217         * sylpheed.spec.in
1218                 Allow the building of RPMs by a regular user. Submitted
1219                 by Sergei Astanin
1220
1221 2003-02-11 [alfons]     0.8.9claws55
1222
1223         * src/colorlabel.c
1224                 don't use pixmaps for label color rect but draw rectangles
1225                 so we can respect the color map of palette based visuals
1226                 (fixes the long time crashes on Suns - thanks to Andreas
1227                 Engel and Steve O'Hara-Smith for testing)
1228
1229 2003-02-11 [christoph]  0.8.9claws54
1230
1231         * src/matcher_parser_parse.y
1232                 correct bug where filering rules of not existing folders in
1233                 matcherrc were added to global filtering
1234                 
1235         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1236          main filter-rules after removing directory, http://bugs.debian.org/180253)
1237         
1238 2003-02-11 [paul]       0.8.9claws53
1239
1240         * sync with 0.8.10cvs7
1241                 see ChangeLog 2003-02-09
1242
1243 2003-02-11 [melvin]     0.8.9claws52
1244
1245         * po/fr.po
1246                 Updated French tranlsations
1247
1248 2003-02-10 [paul]       0.8.9claws51
1249
1250         * sylpheed.spec.in
1251                 correct --enable-openssl
1252                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1253
1254 2003-02-09 [martin]     0.8.9claws50
1255
1256         * src/prefs_matcher.c
1257                 fix segfault in prefs_matcher_substitute_cb() when
1258                 no row is selected
1259
1260 2003-02-09 [paul]       0.8.9claws49
1261
1262         * src/folderview.c
1263                 fix bug where a newsgroup folder's processing rules were
1264                 merged with the global filtering rules when the newsgroup
1265                 folder was deleted, causing some seriously bad results,
1266                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1267
1268 2003-02-08 [melvin]     0.8.9claws48
1269
1270         * src/compose.c
1271                 Corrected and modified an alert message.
1272
1273 2003-02-07 [paul]       0.8.9claws47
1274
1275         * src/folderview.c
1276                 fix bug where both an 'Account properties' window and a
1277                 'Folder properties' window were opened when clicking on
1278                 'Properties' in an NNTP or IMAP folder's popup menu.
1279
1280 2003-02-07 [paul]       0.8.9claws46
1281
1282         * sync with 0.8.10cvs6
1283                 see ChangeLog 2003-02-06
1284
1285 2003-02-06 [christoph]  0.8.9claws45
1286
1287         * src/mbox.c
1288                 freeze folder updates while importing mbox files
1289                 (closes bug 43 importing mbox took hours)
1290                 
1291         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1292
1293 2003-02-06 [thorsten]   0.8.9claws44
1294
1295         * po/de.po
1296                 Updated german translations
1297
1298 2003-02-06 [thorsten]   0.8.9claws43
1299
1300         * src/news.h
1301                 use guint for message numbers (fix count in grouplist dialog)
1302
1303 2003-02-05 [paul]       0.8.9claws42
1304
1305         * sync with 0.8.10cvs2
1306                 see ChangeLog 2003-02-05
1307
1308 2003-02-04 [colin]      0.8.9claws41
1309
1310         * src/prefs_common.[ch]
1311           src/procmsg.c
1312           src/summaryview.c
1313                 Add an option to disable threading by subject
1314
1315 2003-02-04 [christoph]  0.8.9claws40
1316
1317         * src/inc.c
1318                 only abort fetching mails from multiple accounts when the
1319                 error is fatal and does not allow to check any more accounts
1320                 (currently only disk full error)
1321
1322         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1323          receive mails for other accouts)
1324
1325 2003-02-04 [christoph]  0.8.9claws39
1326
1327         * src/folder.c
1328                 first add the new message to the cache, then
1329                 send the update notification
1330
1331         (closes bug 39 after sending message folderview doesnt get updated)
1332
1333 2003-02-04 [colin]      0.8.9claws38
1334
1335         * src/inc.c
1336                 _really_ fix this Connecting... status
1337
1338 2003-02-04 [paul]       0.8.9claws37
1339
1340         * sync with 0.8.10
1341                 see ChangeLog 2003-02-04
1342
1343 2003-02-04 [paul]       0.8.9claws36
1344
1345         * sync with 0.8.9cvs6
1346                 see ChangeLog 2003-02-03
1347
1348 2003-02-04 [paul]       0.8.9claws35
1349
1350         * po/pt_BR.po
1351                 updated by André Filipe de Assunção e Brito 
1352                 <bedecko@netsite.com.br>
1353
1354 2003-02-03 [thorsten]   0.8.9claws34
1355
1356         * po/de.po
1357                 Updated german translations
1358
1359 2003-02-02 [paul]       0.8.9claws33
1360
1361         * po/es.po
1362                 updated by Ricardo Mones Lastra
1363
1364 2003-02-02 [thorsten]   0.8.9claws32
1365
1366         * src/mh.c
1367                 Fix mh_get_msginfo() segfault if file is inaccessible
1368
1369 2003-01-31 [colin]      0.8.9claws31
1370
1371         * src/procheader.c
1372                 Fix last commit's bug
1373
1374 2003-01-31 [colin]      0.8.9claws30
1375
1376         * src/procheader.c
1377                 Missing a change for gpg-signed messages
1378
1379 2003-01-31 [paul]       0.8.9claws29
1380
1381         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1382           src/procheader.c
1383           src/stock_pixmap.[ch]
1384           src/summaryview.c
1385                 indicate GnuPG signed messages by displaying an icon
1386                 in the Attachment column.
1387
1388 2003-01-31 [paul]       0.8.9claws28
1389
1390         * sync with 0.8.9cvs4
1391                 see ChangeLog 2003-01-31
1392
1393 2003-01-31 [alfons]     0.8.9claws27
1394
1395         * src/textview.c
1396                 tune URI parser to accept mailto URLs with a '?'
1397                 (patch from Ruslan Balkin)
1398
1399 2003-01-31 [colin]      0.8.9claws26
1400
1401         * src/summaryview.c
1402                 Fix a leak introduced in claws24
1403
1404 2003-01-31 [colin]      0.8.9claws25
1405
1406         * src/summaryview.c
1407                 Freeze/Thaw folder updates when deleting dups
1408
1409 2003-01-31 [colin]      0.8.9claws24
1410         
1411         * src/addr_compl.c
1412           src/summaryview.c
1413           src/msgcache.c
1414                 little speed improvements
1415
1416 2003-01-31 [colin]      0.8.9claws23
1417
1418         * src/summaryview.c
1419                 Fix segfault when forwarding nothing
1420                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1421                 
1422 2003-01-30 [paul]       0.8.9claws22
1423
1424         * sync with 0.8.9cvs3
1425                 see ChangeLog 2003-01-30
1426
1427 2003-01-30 [paul]       0.8.9claws21
1428
1429         * sync with 0.8.9cvs2
1430                 see ChangeLog 2003-01-30
1431
1432 2003-01-29 [paul]       0.8.9claws20
1433
1434         * sync with 0.8.9cvs1
1435                 see ChangeLog 2003-01-29
1436
1437 2003-01-28 [paul]       0.8.9claws19
1438
1439         * po/POTFILES.in
1440                 update to reflect changes. 
1441                 thanks to Ricardo Mones Lastra
1442
1443 2003-01-27 [christoph]  0.8.9claws18
1444
1445         * ac/openssl.m4
1446         * ac/spamassassin.m4
1447         * src/plugins/spamassassin/README
1448         * src/plugins/spamassassin/libspamc.[ch]
1449         * src/plugins/spamassassin/utils.[ch]
1450                 updated to latest libspamc
1451
1452 2003-01-27 [christoph]  0.8.9claws17
1453
1454         * src/folder.c
1455                 fix wrong use of procheader_get_header_fields
1456
1457 2003-01-27 [christoph]  0.8.9claws16
1458
1459         * src/news.c
1460         * src/prefs_account.[ch]
1461         * src/common/nntp.[ch]
1462                 allow to force authentication for NNTP servers
1463
1464         Patch submitted by Florian Mickler <dmk@d-labs.de>
1465
1466 2003-01-26 [paul]       0.8.9claws15
1467
1468         * src/summaryview.c
1469                 speed up of marking messages as read
1470                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1471
1472 2003-01-26 [christoph]  0.8.9claws14
1473
1474         * src/Makefile.am
1475         * src/mgutils.[ch]              ** REMOVE **
1476         * src/xml.[ch]                  ** REMOVE **
1477         * src/xmlprops.[ch]             ** REMOVE **
1478         * src/common/Makefile.am
1479         * src/common/mgutils.[ch]       ** NEW **
1480         * src/common/xml.[ch]           ** NEW **
1481         * src/common/xmlprops.[ch]      ** NEW **
1482                 move xml files to common directory
1483
1484 2003-01-26 [christoph]  0.8.9claws13
1485
1486         * src/plugins/spamassassin/spamassassin_gtk.c
1487                 only set gtk entry text if string is available
1488
1489 2003-01-26 [melvin]     0.8.9claws12
1490
1491         * src/description_window.c
1492                 Allow resizing of the window
1493                 Allow automatic horizontal scroll bar
1494                 Do not vertically expand and fill
1495
1496 2003-01-26 [christoph]  0.8.9claws11
1497
1498         * src/Makefile.am
1499         * src/gtkutils.[ch]             ** REMOVE **
1500         * src/common/sylpheed.c
1501         * src/gtk/Makefile.am
1502         * src/gtk/description_window.c
1503         * src/gtk/gtkutils.[ch]         ** NEW **
1504         * src/gtk/prefswindow.c
1505                 move gtkutils to gtk directory
1506
1507 2003-01-26 [paul]       0.8.9claws10
1508
1509         * src/summaryview.c
1510                 rename summary_unread_clicked() to summary_status_clicked()
1511
1512 2003-01-26 [melvin]     0.8.9claws9
1513
1514         * src/prefs_actions.c
1515                 Cosmetical changes to the help text
1516
1517 2003-01-26 [paul]       0.8.9claws8
1518
1519         * src/folder.[ch]
1520           src/mainwindow.c
1521           src/prefs_common.c
1522           src/prefs_sumamry_column.c
1523           summaryview.[ch]
1524                 rename the 'Unread' column to 'Status'
1525
1526 2003-01-25 [match]      0.8.9claws7
1527
1528         * src/mgutils.[ch]
1529                 removed reference to LDAP constants. removed error2string.
1530                 included functions to support LDAP dynamic queries.
1531         * src/syldap.h
1532                 moved LDAP constants here.
1533         * src/addressbook.c
1534         * src/addrindex.c
1535         * src/importldif.c
1536                 removed references to LDAP constants and references to
1537                 error2string.
1538
1539 2003-01-25 [paul]       0.8.9claws6
1540
1541         * src/summaryview.c
1542                 summary_thread_build(), summary_thread_init(): remove 
1543                 unneeded reference to summaryview->folder_item
1544
1545 2003-01-25 [christoph]  0.8.9claws5
1546
1547         * src/gtk/description_window.c
1548                 o allow description texts to expand over multiple columns
1549                 o translate all columns
1550         * src/prefs_actions.c
1551                 change syntax description to use new multi column feature
1552
1553         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1554
1555 2003-01-25 [match]      0.8.9claws4
1556
1557         * src/vcard.c
1558                 fixed bug with Quoted-Printable
1559
1560 2003-01-25 [paul]       0.8.9claws3
1561
1562         * src/folder.[ch]
1563           src/summaryview.[ch]
1564                 implement per-folder collapsed/expanded threads setting
1565                 
1566         * src/prefs_common.c
1567                 remove global collapsed/expanded threads option
1568
1569 2003-01-25 [christoph]  0.8.9claws2
1570
1571         * po/POTFILES.in
1572                 add pluginwindow and prefswindow
1573         * src/compose.c
1574                 make send respond correctly to messages that could be added
1575                 to the queue folder, but the UID of the message is unknown
1576         * src/folder.c
1577         * src/imap.c
1578                 don't return guessed UIDs in imap_add_msg anymore. We return
1579                 0 to tell the folder system it was appened but the UID is
1580                 unknown. Folder system now get's the UID by scaning the folder
1581                 and searching the cache for the Message-ID
1582                 (closes bug #29 Messages queued, but not sent)
1583
1584 2003-01-25 [paul]       0.8.9claws1
1585
1586         * src/codeconv.c
1587                 conv_encode_header():  fix bug when long headers with 8-bit
1588                 characters are used, so that the encoded words are wrapped.
1589                 If the space in the original text falls on the wrap boundary,
1590                 it can be lost.
1591                 Patch by Sergey Vlasov.
1592                 
1593         * src/folderview.c
1594                  fix bug where a change to the sorting method or thread view
1595                  of a folder's messages is lost if simpify-subject is set and
1596                  toggled on or off.
1597                  Patch by Luke Plant.
1598
1599 2003-01-24 [paul]       0.8.9claws
1600
1601         * sylpheed-0.8.9claws released
1602         
1603         * Makefile.am
1604           sylpheed.spec.in
1605                 remove reference to 'INSTALL.jp'
1606
1607 2003-01-23 [paul]       0.8.8claws128
1608
1609         * po/es.po
1610           po/it.po
1611           po/ru.po
1612           po/sr.po
1613                 updated translations. submitted by Ricardo Mones Lastra,
1614                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1615
1616 2003-01-23 [colin]      0.8.8claws127
1617
1618         * src/compose.c
1619                 Fix drafted and queued news articles re-edition
1620
1621 2003-01-23 [melvin]     0.8.8claws126
1622
1623         * po/fr.po
1624                 Updated French translations
1625
1626 2003-01-23 [colin]      0.8.8claws125
1627
1628         * src/inc.c
1629                 Fix "Connecting to..." status message
1630
1631 2003-01-22 [paul]       0.8.8claws124
1632
1633         * po/bg.po
1634                 updated by George Danchev
1635                 
1636         * src/folder.c
1637                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1638                 and folder deletion
1639
1640 2003-01-21 [paul]       0.8.8claws123
1641
1642         * po/bg.po
1643                 updated by George Danchev
1644                 
1645         * src/about.c
1646                 its now 2003
1647                 
1648         * src/toolbar.c
1649                 don't translate 'Separator'
1650                 
1651         * src/plugins/spamassassin/Makefile.am
1652                 add aspell to CPPFLAGS
1653                 
1654         * src/plugins/spamassassin/spamassassin.c
1655           src/plugins/spamassassin/spamassassin_gtk.c
1656                 set correct default for spamassassin_receive_spam
1657                 slightly re-word descriptions and some
1658                 other minor changes
1659
1660 2003-01-19 [alfons]     0.8.8claws122
1661                 
1662         * src/mimeview.c
1663                 mimeview_save_as(): we might as well show the file name for
1664                 the single case "Save As" too
1665
1666 2003-01-19 [alfons]     0.8.8claws121
1667
1668         * src/crash.c
1669                 change bug tracker URL to bugzilla URL
1670
1671 2003-01-19 [alfons]     0.8.8claws120
1672
1673         * src/mimeview.c
1674                 mimeview_save_all(): display name of file before overwriting;
1675                 continue saving all, even when one overwrite was cancelled
1676
1677 2003-01-19 [christoph]  0.8.8claws119
1678
1679         * src/summaryview.c
1680         * src/procmsg.[ch]
1681                 fix wrong usage of procmsg_find_children in summaryview
1682                 by using procmsg_update_unread_children instead of
1683                 summaryview_update_unread_children
1684
1685 2003-01-19 [christoph]  0.8.8claws118
1686
1687         * src/procmsg.c
1688                 fix infinite loop in procmsg_find_children
1689                  (closes bug #25 sylpheed crashes on delete.)
1690
1691         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1692
1693 2003-01-19 [paul]       0.8.8claws117
1694
1695         * po/pt_BR.po
1696                 updated by Ivan Francolin Martinez
1697
1698 2003-01-18 [melvin]     0.8.8claws116
1699
1700         * src/prefs_actions.c
1701                 Removed syntax limitation of only one '&' at the end of command.
1702                         Now actions that contain '>/dev/null 2>&1' are possible.
1703
1704 2003-01-18 [melvin]     0.8.8claws115
1705
1706         * src/prefs_actions.c
1707                 Actions IO dialog: when the action ends
1708                 the "Close" button now has focus and [Escape] closes the
1709                 window.
1710
1711 2003-01-18 [christoph]  0.8.8claws114
1712
1713         * src/procmsg.c
1714                 o add debug output when MsgInfos are really freed
1715                 o free GSLists in procmsg_find_children and
1716                   procmsg_update_unread_children
1717
1718 2003-01-18 [christoph]  0.8.8claws113
1719
1720         * src/mainwindow.c
1721                 reorder Configuration menu
1722
1723 2003-01-18 [christoph]  0.8.8claws112
1724
1725         * src/compose.c
1726                 fix applying templates to forwarded messages
1727
1728         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1729
1730 2003-01-17 [christoph]  0.8.8claws111
1731
1732         * src/folder.c
1733                 destroy folder items, when a folder item is removed
1734
1735 2003-01-17 [christoph]  0.8.8claws110
1736
1737         * src/folder.c
1738                 fix wrong folder stats update when ignored message is
1739                 deleted
1740
1741 2003-01-17 [colin]      0.8.8claws109
1742         
1743         * src/mainwindow.c
1744         * src/summaryview.c
1745                 Quicksearch bugfixes: 
1746                 - hide help button at startup if not extended
1747                 - switch to extended when looking for replies
1748
1749 2003-01-17 [paul]
1750
1751         * sync with 0.8.9 release
1752
1753 2003-01-17 [paul]       0.8.8claws108
1754
1755         * sync with 0.8.8cvs11
1756                 see ChangeLog 2003-01-17
1757
1758 2003-01-16 [colin]      0.8.8claws107
1759
1760         * src/procmsg.c
1761                 Changed encryption test to re-ask passphrase
1762                 if an encrypted message hasn't been decrypted
1763                 Fixes bug #5
1764
1765 2003-01-16 [christoph]  0.8.8claws106
1766
1767         * src/prefs_gtk.c
1768         * src/prefs_toolbar.c
1769         * src/gtk/prefswindow.h
1770         * src/plugins/spamassassin/spamassassin_gtk.c
1771                 remove page destroy function that is not used anymore
1772
1773 2003-01-16 [paul]       0.8.8claws105
1774
1775         * sync with 0.8.8cvs9
1776                 see ChangeLog 2002-01-16
1777
1778 2003-01-16 [colin]      0.8.8claws104
1779
1780         * src/compose.[ch]
1781                 Fix bug with autosaved drafts for IMAP, when draft
1782                 folder is specified - fixes bugzilla bug #20
1783
1784 2003-01-15 [paul]       0.8.8claws103
1785
1786         * src/compose.[ch]
1787           src/procmsg.c
1788                 store folder and message-id of message forwarding
1789                 in queue header and set forward flag after sending
1790
1791 2003-01-15 [paul]       0.8.8claws102
1792
1793         * sync with 0.8.8cvs8
1794                 see ChangeLog 2002-01-15
1795
1796 2003-01-15 [colin]      0.8.8claws101
1797
1798         * src/Makefile.am
1799                 Fix linking with GNU libiconv
1800
1801 2003-01-15 [darko]      0.8.8claws100
1802
1803         * src/pine.c
1804                 fix crash when importing pine address book
1805                 entry with an empty name (reported by DY
1806                 <dybulk at tri8.net>)
1807
1808 2003-01-14 [paul]       0.8.8claws99
1809
1810         * configure.in  ** REMOVED **
1811           configure.ac  ** NEW FILE **
1812                 rename configure.in to configure.ac, as it is now
1813                 preferred
1814
1815 2003-01-14 [melvin]     0.8.8claws98
1816
1817         * src/folderview.c
1818                 folderview_check_new(): More precise function description
1819
1820 2003-01-14 [melvin]     0.8.8claws97
1821
1822         * src/folderview.c
1823                 folderview_check_new(): return the number of new messages 
1824                         since last check.
1825         * src/inc.c
1826                 inc_account_mail(): Disable counting of new messages for IMAP
1827                         and NNTP until bug [19] and [14] are fixed.
1828
1829 2003-01-14 [paul]       0.8.8claws96
1830
1831         * sync with 0.8.8cvs6
1832                 see ChangeLog 2003-01-14
1833
1834 2003-01-13 [alfons]     0.8.8claws95
1835
1836         * src/textview.c
1837                 tune email address validation (c. 0.8.8claws89): if . is 
1838                 just one char away from @, the address is invalid too 
1839                 (correctly rejects addresses like foo@.com)
1840
1841 2003-01-13 [paul]       0.8.8claws94
1842
1843         * src/messageview.c
1844           src/toolbar.c
1845                 fixes to the Message View toolbar and menu:
1846                 fix non-functioning Forward button
1847                 make Reply button consider default_reply_list
1848                 remove 'Follow-up...' menu entry
1849                 add 'Forward' and 'Redirect' menu entries
1850
1851 2003-01-13 [melvin]     0.8.8claws93
1852
1853         * src/inc.c
1854                 Fixed typo that could make new messages count incorrect.
1855
1856 2003-01-13 [melvin]     0.8.8claws92
1857
1858         * src/folderview.[ch]
1859                 folderview_check_new(): return the number of new messages.
1860         * src/inc.c
1861                 Should fix bug [14] where new mail notification worked 
1862                         incorrectly with IMAP accounts.
1863                 inc_spool_account(): return number of new msgs, or -1 on error
1864                 inc_all_spool(): return number of new msgs
1865                 
1866 2003-01-13 [melvin]     0.8.8claws91
1867
1868         * src/prefs_actions.c
1869                 Justify help text.
1870
1871 2003-01-12 [thorsten]   0.8.8claws90
1872
1873         * src/common/prefs.c
1874                 close file before rename
1875
1876 2003-01-12 [alfons]     0.8.8claws89
1877
1878         * AUTHORS
1879                 add Christian Mertes
1880         * src/common/utils.[ch]
1881                 g_stricase_hash(), g_stricase_equal(): functions for 
1882                 case insensitive hash tables
1883         * src/textview.c
1884                 use top level domain names to validate email address, based
1885                 on a patch by Christian Mertes (thanks!), but changed 
1886                 implementation to use a hash table 
1887
1888 2003-01-12 [paul]       0.8.8claws88
1889
1890         * po/bg.po
1891                 updated by George Danchev
1892
1893 2003-01-12 [alfons]     0.8.8claws87
1894
1895         * src/summaryview.c
1896                 delete / execute performance: use new style folder update
1897
1898 2003-01-12 [paul]       0.8.8claws86
1899
1900         * sync with 0.8.8cvs5
1901                 see ChangeLog 2003-01-13 (!)
1902
1903 2003-01-12 [alfons]     0.8.8claws85
1904
1905         * src/filtering.c
1906         * src/matcher_parser_parse.y
1907                 prepare change_score filtering action
1908         * src/matcher.[ch]
1909                 give up const-correctness on functions that call non-const-correct functions;
1910                 several casts to gpointer in g_free();
1911                 add change_score;
1912
1913 2003-01-12 [christoph]  0.8.8claws84
1914
1915         * src/compose.c
1916                 fix 2 warnings
1917
1918         * src/gtk/prefswindow.[ch]
1919         * src/plugins/spamassassin/spamassassin_gtk.c
1920                 changed the call of the widget create function
1921                 for PrefsPages, because sometimes the widget
1922                 create function needs a widget that already has
1923                 been attached to a window (to create GDK pixmaps
1924                 for exmaple). So we simply pass the GtkWindow as
1925                 the second parameter now.
1926
1927         * src/main.c
1928         * src/mainwindow.c
1929         * src/prefs_toolbar.[ch]
1930                 rewrite Toolbar Preferences using the new
1931                 prefs window
1932
1933 2003-01-11 [alfons]     0.8.8claws83
1934
1935         * src/addressadd.c
1936                 fix crash when adding sender to addressbook because status bar
1937                 isn't there (the status bar doesn't seem to be used though,
1938                 but I'll let Match decide what to do with it)
1939
1940 2003-01-11 [colin]      0.8.8claws82
1941
1942         * src/main.c
1943           src/toolbar.c
1944                 Two useless changes reversed
1945
1946 2003-01-11 [colin]      0.8.8claws81
1947
1948         * src/mainwindow.c
1949           src/mainwindow.h
1950                 Add mainwindow_get_mainwindow()
1951         * src/alertpanel.c
1952           src/alertpanel.h
1953                 Add alertpanel_error_log() 
1954         * src/compose.c
1955           src/inc.c
1956           src/messageview.c
1957           src/toolbar.c
1958           src/main.c
1959           src/procmsg.c
1960                 Network errors get a View Log button
1961
1962 2003-01-10 [alfons]     0.8.8claws80
1963
1964         * src/prefs_toolbar.c
1965         * src/toolbar.c
1966                 use the translatable string for "Separator" as file name for
1967                 separator toolbar items (probably make this uppercase?)
1968
1969 2003-01-10 [alfons]     0.8.8claws79
1970
1971         * src/prefs_toolbar.c
1972                 put right A_SEPARATOR description string in "displayed
1973                 toolbar items list" so manually added separators are
1974                 saved correctly (bug #10, "Adding a separator to the main 
1975                 toolbar fails, entry in xml file is wrong")
1976
1977 2003-01-10 [christoph]  0.8.8claws78
1978
1979         * src/imap.c
1980                 o fix warnings
1981                 o use CAPABILITY to check if NAMESPACE is available
1982
1983 2003-01-10 [christoph]  0.8.8claws77
1984
1985         * src/imap.[ch]
1986                 apply UIDPLUS IMAP extension support patch
1987
1988         Patch submitted by Simon 'corecode' Schubert
1989
1990 2003-01-10 [paul]       0.8.8claws76
1991
1992         * src/folderview.c
1993                 a sync from main which fixes the news account folders'
1994                 Properties bug
1995
1996 2003-01-10 [christoph]  0.8.8claws75
1997
1998         * src/folder.c
1999                 don't accept 0 as a valid uid returned by copy and move
2000                 functions. 0 means the message was copied or moved but the
2001                 new uid could not be fetched. It is not an error condition
2002                 for the copy or move operation.
2003
2004 2003-01-10 [paul]       0.8.8claws74
2005
2006         * src/prefs_filtering.c
2007                 change English used in Alert when entry is not
2008                 saved.
2009                 
2010         * sync with 0.8.8cvs4
2011                 see ChangeLog 2003-01-10
2012
2013 2003-01-10 [darko]      0.8.8claws73
2014
2015         * src/pine.c
2016                 fix crash when importing address book entry
2017                 without a valid address
2018
2019 2003-01-09 [alfons]     0.8.8claws72
2020
2021         * src/inc.c
2022                 filtering performance: use new style folder update
2023
2024 2003-01-09 [christoph]  0.8.8claws71
2025
2026         * src/compose.c
2027         * src/gtk/menu.[ch]
2028                 fix wrong selecting of mime encoding type, when
2029                 opening property dialog of attachments in the
2030                 compose window. 7bit was always selected and that
2031                 destoryed files with 8bit data.
2032                 (closes bug #9 Sylpheed-claws destroys attachments when
2033                  changing MIME-types)
2034
2035 2003-01-09 [paul]       0.8.8claws70
2036
2037         * sync with 0.8.8cvs3
2038                 see ChangeLog 2003-01-09
2039
2040 2003-01-08 [alfons]     0.8.8claws69
2041         
2042         * src/addressadd.c
2043                 apply patch by Kim Schulz to fix build breakage
2044                 because of missing variable
2045
2046 2003-01-08 [paul]       0.8.8claws68
2047
2048         * sync with 0.8.8cvs2
2049                 see ChangeLog 2002-01-08
2050
2051 2003-01-08 [paul]       0.8.8claws67
2052
2053         * po/it.po
2054                 updated by Alessandro Maestri
2055                 
2056         * src/addressadd.c
2057                 when using 'Add sender to addressbook' allow
2058                 name to be edited and remarks to be entered
2059                 Patch submitted by Luke Plant
2060
2061 2003-01-08 [darko]      0.8.8claws66
2062
2063         * README.claws, src/summaryview.c
2064                 fix description for marked messages
2065
2066 2003-01-08 [paul]
2067
2068         * tools/Makefile.am
2069           tools/launch_phoenix  ** NEW FILE **
2070                 add script that enables using Phoenix as the default
2071                 web browser. 
2072                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2073                 
2074         * tools/OOo2sylpheed.pl
2075                 remove full path to sylpheed executable, just 'sylpheed'
2076                 will do
2077                 
2078         * tools/README
2079                 add launch_phoenix informtion and re-arrange and compress
2080                 the data a little
2081
2082 2003-01-07 [christoph]  0.8.8claws65
2083
2084         * src/folder.c
2085                 fix update for source folder when moving messages
2086         * src/procmsg.[ch]
2087         * src/summaryview.c
2088                 use function to set to_folder for message infos and
2089                 automatically update the op_count for old and new
2090                 folder
2091
2092 2003-01-07 [melvin]     0.8.8claws64
2093
2094         * src/prefs_actions.c
2095                 Fixed bug where an '%p' Action on a displayed image crashed 
2096                         Sylpheed
2097                 Code clean up (get rid of duplicated code and removed unnecessary 
2098                                 structure member)
2099
2100 2003-01-07 [christoph]  0.8.8claws63
2101
2102         * src/compose.c
2103         * src/folder.[ch]
2104         * src/folderview.c
2105         * src/import.c
2106         * src/inc.c
2107         * src/main.c
2108         * src/mainwindow.c
2109         * src/messageview.c
2110         * src/prefs_folder_item.c
2111         * src/procmsg.c
2112         * src/summaryview.c
2113         * src/toolbar.c
2114                 o remove all folder update triggering from the UI code. The folder
2115                   system should know much better when a folder needs an update.
2116                 o to prevent multiple updates in a row the folder updates can be
2117                   frozen for some time.
2118
2119                 Note: - Please verify that no updates are missing
2120                       - Check where freeze/thaws should be added
2121
2122 2003-01-07 [christoph]  0.8.8claws62
2123
2124         * src/prefs_actions.c
2125                 don't translate empty strings
2126
2127         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2128
2129 2003-01-06 [christoph]  0.8.8claws61
2130
2131         * src/prefs_actions.c
2132                 mark strings for gettext
2133         * src/prefs_matcher.c
2134                 use new description window for Execute action and
2135                 match condition in Filtering
2136
2137         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2138
2139 2003-01-06 [alfons]     0.8.8claws60
2140
2141         keep myself inspired to re-organize matcher part 8; 
2142         yes, more to come (I need to move out the descriptive
2143         text for actions to matcher.c, or at least make it not
2144         depend on the wicked ordering)
2145
2146         * src/prefs_matcher.c
2147                 add documentation so others may comprehend the
2148                 UI part of the conditions
2149                 
2150 2003-01-06 [christoph]  0.8.8claws59
2151
2152         * src/prefs_actions.c
2153                 use new description window for syntax help
2154         * src/gtk/description_window.c
2155                 fix display of descriptions with column count != 2
2156
2157         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2158
2159 2003-01-06 [christoph]  0.8.8claws58
2160
2161         * src/quote_fmt.c
2162         * src/summaryview.[ch]
2163         * src/gtk/Makefile.am
2164         * src/gtk/description_window.[ch]       ** NEW **
2165                 use a generic window to display syntax descriptions
2166                 currently used in quote_fmt and summaryview (new description
2167                 for extended quick search)
2168
2169         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2170
2171 2003-01-06 [paul]       0.8.8claws57
2172
2173         * sync with 0.8.8cvs1
2174                 see ChangeLog 2003-01-06
2175
2176 2003-01-06 [christoph]  0.8.8claws56
2177
2178         * src/mainwindow.c
2179         * src/prefs_gtk.[ch]
2180         * src/gtk/prefswindow.[ch]
2181         * src/plugins/spamassassin/spamassassin_gtk.c
2182                 o remove page management from prefswindow, pages
2183                   will be an argument to prefswindow_open
2184                 o prefswindow_open gets a datapointer that is
2185                   passed to the widget_create function to allow
2186                   creation of prefswindow for specific items
2187
2188 2003-01-06 [colin]      0.8.8claws55
2189         
2190         * src/summaryview.c
2191                 We don't want regexp in the reply-finder, 
2192                 because MIDs can contain !,$,. and so on
2193
2194 2003-01-06 [jens]       0.8.8claws54
2195
2196         * src/jpilot.c
2197                 fixed a wrong free in jpilot_read_db_files
2198
2199 2003-01-06 [alfons]     0.8.8claws53
2200
2201         re-organize matcher part 8; more to come
2202        
2203         * src/matcher.c
2204                 matcherprop_to_string(): put g_free()s before the
2205                 switch-case break to fix memleaks                
2206
2207 2003-01-06 [colin]      0.8.8claws52
2208
2209         * src/summaryview.c
2210                 cleanup & reply-finder now displays the first 
2211                 matching message
2212
2213 2003-01-05 [alfons]     0.8.8claws51
2214
2215         re-organize matcher part 7; more to come
2216
2217         * src/matcher.[ch]
2218                 fixes for constant correctness;
2219                 more documentation;
2220
2221 2003-01-05 [alfons]     0.8.8claws50
2222
2223         re-organize matcher part 6; more to come
2224         
2225         * src/matcher.[ch]
2226                 fixes for constant correctness;
2227                 more documentation;
2228         * src/filtering.c
2229                 fix for constant correctness
2230
2231 2003-01-05 [colin]      0.8.8claws49
2232
2233         * src/account.[ch]
2234                 Add account_get_reply_account function
2235         * src/compose.c
2236                 Use account_get_reply_account function 
2237         * src/summaryview.c
2238                 Basic reply-finder - click on the replied
2239                 icon gets you to the outbox using quick-search
2240
2241 2003-01-05 [paul]       0.8.8claws48
2242
2243         * src/prefs_common.c
2244                 small change to English
2245                 
2246         * src/prefs_filtering.c
2247                 prefs_filtering_action_select(): improve logic and uniformity
2248                 of gui
2249
2250 2003-01-05 [alfons]     0.8.8claws47
2251
2252         fine tune solution to focus problems (bug #7)
2253
2254         * src/mainwindow.c
2255                 mainwindow_focus_in_event(): remove grab event check
2256         * src/summaryview.c
2257                 summary_button_pressed(): move selection on right-click
2258                 too. we can't possibly move the selection back after
2259                 canceling a dialog, because gtk's incomplete focus 
2260                 management. whether this is a good solution, only time
2261                 will tell.
2262
2263 2003-01-05 [christoph]  0.8.8claws46
2264
2265         * src/imap.c
2266                 fix crash when no imap connection could be established
2267
2268 2003-01-05 [paul]       0.8.8claws45
2269
2270         * src/mainwindow.c
2271           src/sumamryview.c
2272           src/gtk/menu.[ch]
2273                 fix bug 605957 'shortcuts in popup-menu'
2274                 make user-defined shortcuts work
2275                 show shortcuts that are already defined
2276                 in the main menu
2277                 Patch submitted by Luke Plant
2278
2279 2003-01-05 [alfons]     0.8.8claws44
2280
2281         * src/mainwindow.c
2282                 focus_in_event handler should not select summary view row 
2283                 when another window (menu, dialog) grabbed for events 
2284                 (bug #7, "[0.8.8claws42] Message summary focus") 
2285
2286 2003-01-04 [christoph]  0.8.8claws43
2287
2288         * src/procmsg.c
2289                 update save folder after adding the sent message
2290                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2291
2292 2003-01-02 [christoph]  0.8.8claws42
2293
2294         * src/common/plugin.c
2295                 fix unloading of all plugins and unload
2296                 plugins in reverse order
2297                 
2298         * src/gtk/pluginwindow.c
2299                 implement function of load and unload button
2300
2301         * src/gtk/prefswindow.c
2302         * src/gtk/prefswindow.h
2303                 rename register function and add new unregister
2304                 function
2305
2306         * src/plugins/spamassassin/spamassassin_gtk.c
2307                 unregister prefs page and update for changes in
2308                 src/gtk/prefswindow.c
2309
2310 2003-01-02 [paul]       0.8.8claws41
2311
2312         * po/es.po
2313                 updated by Ricardo Mones Lastra
2314
2315 2003-01-02 [paul]
2316
2317         * tools/tb2sylpheed
2318                 fixes and improvements by Urke MMI
2319
2320 2003-01-02 [thorsten]   0.8.8claws40
2321
2322         * src/procmsg.c
2323                 fixed wrong return value
2324
2325 2003-01-02 [thorsten]   0.8.8claws39
2326
2327         * src/prefs.c
2328                 fixed printing wrong variable
2329
2330 2003-01-02 [thorsten]   0.8.8claws38
2331
2332         * src/prefs.c
2333                 fixed acessing members of freed pfile struct
2334
2335 2003-01-02 [thorsten]   0.8.8claws37
2336
2337         * src/procmsg.c
2338                 detect loops across several messages
2339                 as suggested by Christoph Hohmann
2340
2341 2003-01-01 [match]      0.8.8claws36
2342
2343         * src/addrindex.c
2344                 fixed another memory leak.
2345
2346 2003-01-01 [match]      0.8.8claws35
2347
2348         * src/jpilot.[ch]
2349                 fixed memory leaks. applied Doxygen comments.
2350
2351 2003-01-01 [thorsten]   0.8.8claws34
2352
2353         * src/procmsg.c
2354                 inhibit endless loop if msg references itself
2355                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2356
2357 2003-01-01 [christoph]  0.8.8claws33
2358
2359         * src/mainwindow.c
2360         * src/gtk/Makefile.am
2361         * src/gtk/pluginwindow.c                ** NEW **
2362         * src/gtk/pluginwindow.h                ** NEW **
2363                 add plugin window
2364
2365         * src/plugins/demo/demo.c
2366         * src/plugins/spamassassin/spamassassin.c
2367         * src/plugins/spamassassin/spamassassin_gtk.c
2368                 write better plugin descriptions
2369
2370 2002-12-31 [christoph]  0.8.8claws32
2371
2372         * src/gtk/prefswindow.c
2373         * src/plugins/spamassassin/spamassassin_gtk.c
2374                 some small improvements to GTK code
2375
2376 2002-12-31 [christoph]  0.8.8claws31
2377
2378         * src/plugins/spamassassin/spamassassin_gtk.c
2379                 enable folder select button
2380
2381 2002-12-31 [christoph]  0.8.8claws30
2382
2383         * src/mainwindow.c
2384         * src/gtk/Makefile.am
2385         * src/gtk/prefswindow.c                         ** NEW **
2386         * src/gtk/prefswindow.h                         ** NEW **
2387                 add new prefs window
2388
2389         * src/common/plugin.c
2390                 don't try to load empty config lines
2391         
2392         * src/plugins/spamassassin/Makefile.am
2393         * src/plugins/spamassassin/spamassassin.c
2394         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2395         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2396                 GTK config for SpamAssassin Plugin using
2397                 the new prefs window
2398
2399 2002-12-31 [paul]       0.8.8claws29
2400
2401         * po/POTFILES.in
2402                 remove obsolete entry 'src/menu.c'
2403
2404 2002-12-31 [alfons]     0.8.8claws28
2405
2406         * src/matcher.[ch]
2407         * src/matcher_parser_parse.y
2408         * src/prefs_matcher.c
2409                 add "ignore_thread" and "~ignore_thread" condition so it's
2410                 possible to make the actions / scoring operate on the ignore
2411                 thread flag
2412
2413 2002-12-31 [christoph]  0.8.8claws27
2414
2415         * src/addrbook.c
2416         * src/addrindex.c
2417         * src/folder.c
2418         * src/matcher.c
2419         * src/prefs_account.c
2420         * src/prefs_actions.c
2421         * src/prefs_customheader.c
2422         * src/prefs_display_header.c
2423         * src/prefs_gtk.c
2424         * src/procmime.c
2425         * src/toolbar.c
2426         * src/xmlprops.c
2427         * src/common/prefs.[ch]
2428                 extend prefs file handling for reading and automatic handling
2429                 of blocks. When reading prefs_set_block_label will automatically
2430                 move on to the block. When writing it will copy all other blocks
2431                 automatically
2432
2433         * src/common/plugin.c
2434                 Now loading plugin filenames from [Plugins] block in
2435                 sylpheed rc file
2436
2437 2002-12-30 [christoph]  0.8.8claws26
2438
2439         * src/common/hooks.[ch]
2440                 return abort status to caller of hooks_invoke
2441                 
2442         * src/inc.[ch]
2443                 invoke message filtering hook and stop
2444                 default handling when filter returns abort
2445
2446         * src/common/plugin.[ch]
2447         * src/plugins/demo/demo.c
2448                 modify plugin loader, because resolving symbols for strings
2449                 does not work correctly
2450         
2451         * configure.in
2452         * ac/spamassassin.m4                            ** NEW **
2453         * src/plugins/spamassassin/.cvsignore           ** NEW **
2454         * src/plugins/spamassassin/Makefile.am          ** NEW **
2455         * src/plugins/spamassassin/README               ** NEW **
2456         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2457         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2458         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2459                 add spamassassin plugin, see src/plugins/spamassassin/README
2460                 for details
2461
2462 2002-12-29 [alfons]     0.8.8claws25
2463
2464         * src/mainwindow.c
2465                 when moving focus from a message view to the main 
2466                 window, don't forget to select the summary node
2467                 of the displayed message. should fix "[ 659103 ] 
2468                 focus-follows-mouse confuses sylpheed"
2469
2470 2002-12-29 [christoph]  0.8.8claws24
2471
2472         * src/Makefile.am
2473         * src/stringtable.[ch]          ** REMOVE **
2474         * src/common/Makefile.am
2475         * src/common/stringtable.[ch]   ** NEW **
2476                 move stringtable files to common directory
2477
2478 2002-12-29 [christoph]  0.8.8claws23
2479
2480         * src/Makefile.am
2481         * src/menu.[ch]                 ** REMOVE **
2482         * src/gtk/Makefile.am
2483         * src/gtk/menu.[ch]             ** NEW **
2484                 move menu files to gtk directory
2485
2486 2002-12-29 [match]      0.8.8claws22
2487
2488         * src/addressbook.c
2489         * src/syldap.c
2490                 moved UI specific code out of LDAP code into addressbook
2491                 UI code. fixed memory leak.
2492
2493 2002-12-29 [christoph]  0.8.8claws21
2494
2495         * src/folder.c
2496                 only check for IGNORED parent message when message is
2497                 not IGNORED itself
2498
2499 2002-12-29 [alfons]     0.8.8claws20
2500
2501         * src/summaryview.c
2502                 set gtksctree's anchor correct (immediate execute
2503                 changes the tree's layout, and anchor points at 
2504                 the incorrect row). fixes "[ 657233 ] multiple msg 
2505                 delete sometimes off by 1".
2506                 we probably have to look for more tree layout /
2507                 anchor glitches.
2508
2509 2002-12-29 [paul]       0.8.8claws19
2510
2511         * src/summaryview.c
2512                 fix bug [ 659054 ] incorrect sorting of 'From' column
2513                 when using 'display sender using address book'
2514                 thanks to Alfons and Luke Plant
2515
2516 2002-12-29 [christoph]  0.8.8claws18
2517
2518         * src/folder.c
2519         * src/procmsg.[ch]
2520                 check parent messages for IGNORE THREAD flag, when adding,
2521                 moving or copying messages to a folder
2522
2523 2002-12-27 [alfons]     0.8.8claws17
2524
2525         re-organize matcher part 5; more to come
2526
2527         * src/matcher.c
2528                 hash keywords in matchparser_tab 
2529
2530 2002-12-27 [alfons]     0.8.8claws16
2531
2532         re-organize matcher part 4; more to come
2533
2534         * src/matcher_parser.h
2535         * src/matcher_parser_lex.l
2536         * src/matcher_parser_parse.y
2537                 cleanup
2538
2539 2002-12-27 [alfons]     0.8.8claws15
2540
2541         re-organize matcher part 3; more to come
2542
2543         * src/matcher.[ch]
2544                 cleanup
2545
2546 2002-12-27 [alfons]     0.8.8claws14
2547
2548         re-organize matcher part 2; more to come but this should
2549         work. cc me if there are any regressions.
2550
2551         * src/matcher.h
2552                 add prototype for get_matchparser_tab_id()
2553         * src/matcher_parser_lex.l
2554                 look up keywords using matchparser_tab_id();
2555
2556 2002-12-27 [alfons]     0.8.8claws12
2557
2558         re-organize matcher part 1
2559
2560         * src/matcher.h
2561                 map yacc generated constants to sylpheed matcher constants
2562         * src/matcher.c
2563                 add function to find a matcher constant from a string
2564
2565 2002-12-27 [christoph]  0.8.8claws11
2566
2567         * src/compose.c
2568                 MENUITEM_ADD casts the 4th argument from integer to pointer
2569                 so it probably should not be a pointer, this means we
2570                 should use account id for it and not the account's pointer
2571
2572 2002-12-27 [paul]       0.8.8claws10
2573
2574         * src/mainwindow.c
2575                 remove unneeded 'GtkWidget *vbox'
2576                 
2577         * src/summaryview.c
2578                 further sync with 0.8.8 - make sort
2579                 by recipient work as expected
2580                 
2581         * NEWS
2582                 sync with 0.8.8
2583
2584 2002-12-27 [paul]       0.8.8claws9
2585
2586         * po/pt_BR.po
2587                 updated by Ivan F. Martinez
2588                 
2589 2002-12-27 [darko]      0.8.8claws8
2590
2591         * src/common/utils.c
2592                 added locked pattern to extended search
2593
2594 2002-12-27 [alfons]     0.8.8claws7
2595
2596         * src/prefs_matcher.[ch]
2597                 clean up
2598
2599 2002-12-26 [alfons]     0.8.8claws6
2600
2601         * src/matcher.[ch]
2602         * src/matcher_parser_lex.l
2603         * src/matcher_parser_parse.y
2604         * src/prefs_matcher.c
2605                 allow color label as a condition in the matcher
2606
2607 2002-12-26 [oliver]     0.8.8claws5
2608         
2609         * src/toolbar.c 
2610                 enable Addressbook for Main and Messageview
2611         * src/prefs_actions.c
2612                 enable actions in Messageview
2613
2614 2002-12-26 [christoph]  0.8.8claws4
2615
2616         * src/common/plugin.c
2617                 add a little debug output
2618         * configure.in
2619         * src/plugins/demo/Makefile.am
2620                 better use of automake
2621
2622 2002-12-26 [christoph]  0.8.8claws3
2623
2624         * src/Makefile.am
2625         * src/common/Makefile.am
2626                 fix "make distdir"
2627
2628 2002-12-26 [christoph]  0.8.8claws2
2629
2630         * configure.in
2631                 sort configure checks into common / gtk / plugins
2632         * po/POTFILES.in
2633                 add src/prefs_gtk.c
2634         * src/Makefile.am
2635                 add plugins SUBDIR
2636         * src/main.c
2637         * src/common/sylpheed.[ch]
2638                 added now sylpheed_done function for shutdown
2639         * src/common/Makefile.am
2640         * src/common/plugin.[ch]                ** NEW **
2641                 plugin loader and unloader
2642         * src/plugins/.cvsignore                ** NEW **
2643         * src/plugins/Makefile.am               ** NEW **
2644                 build plugins
2645         * src/plugins/demo/.cvsignore           ** NEW **
2646         * src/plugins/demo/Makefile.am          ** NEW **
2647         * src/plugins/demo/demo.c               ** NEW **
2648                 small demo plugin that installs a logtext hook and
2649                 outputs the log text to stdout
2650
2651 2002-12-26 [paul]       0.8.8claws1
2652
2653         * po/es.po
2654                 updated by Ricardo Mones Lastra
2655
2656 2002-12-26 [paul]       0.8.8claws
2657
2658         * 0.8.8claws released
2659
2660 2002-12-26 [paul]       0.8.7claws12
2661
2662         * po/bg.po
2663                 updated by George Danchev
2664
2665 2002-12-26 [paul]       0.8.7claws11
2666
2667         * po/POTFILES.in
2668                 remove unneeded 'src/prefs.c' entry 
2669
2670 2002-12-26 [paul]       0.8.7claws10
2671
2672         * src/codeconv.c
2673           src/mainwindow.c
2674                 sync with 0.8.8 release
2675         
2676         * src/folder.[ch]
2677           src/mh.c
2678           src/summaryview.c
2679                 partial sync with 0.8.8 release
2680         
2681
2682 2002-12-25 [alfons]     0.8.7claws9
2683
2684         * src/matcher.[ch]
2685         * src/matcher_parser_lex.l
2686         * src/matcher_parser_parse.y
2687         * src/prefs_matcher.c
2688                 add locked flag to possible filtering / matcher 
2689                 conditions (also a good example what should be
2690                 done to add a simple boolean condition)
2691
2692 2002-12-25 [christoph]  0.8.7claws8
2693
2694         * src/Makefile.am
2695         * src/account.[ch]
2696         * src/addrbook.c
2697         * src/addressbook.c
2698         * src/addrindex.c
2699         * src/filtering.c
2700         * src/folder.c
2701         * src/matcher.c
2702         * src/prefs.[ch]                ** REMOVE **
2703         * src/prefs_account.c
2704         * src/prefs_actions.c
2705         * src/prefs_common.c
2706         * src/prefs_customheader.c
2707         * src/prefs_display_header.c
2708         * src/prefs_filtering.c
2709         * src/prefs_folder_item.c
2710         * src/prefs_gtk.[ch]            ** NEW **
2711         * src/prefs_matcher.c
2712         * src/prefs_scoring.c
2713         * src/prefs_summary_column.c
2714         * src/procmime.c
2715         * src/selective_download.c
2716         * src/toolbar.c
2717         * src/common/Makefile.am
2718         * src/common/prefs.[ch]         ** NEW **
2719                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2720
2721 2002-12-24 [alfons]     0.8.7claws7
2722
2723         * src/summaryview.c
2724                 summary_thread_build(): fix real cause of the crash mentioned in
2725                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2726                 this way we get meaningful ctree nodes 
2727
2728 2002-12-24 [oliver]     0.8.7claws6
2729
2730         * src/mainwindow.[ch]
2731         * src/messageview.[ch]
2732         * src/compose.[ch]
2733         * src/inc.c
2734         * src/summaryview.c
2735                 changes to use updated toolbar handling
2736                 
2737 2002-12-24 [oliver]     0.8.7claws5
2738
2739         * src/toolbar.[ch]
2740                 generic toolbar handling
2741                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2742         * src/prefs_toolbar.[ch]
2743                 adjust to handling
2744         
2745 2002-12-24 [oliver]     0.8.7claws4
2746         
2747         * src/stock_pixmap.[ch]
2748                 move SYLPHEED_LOGO to end of list in order 
2749                 to remove it from Custom Toolbar`s Icon View
2750
2751 2002-12-24 [alfons]     0.8.7claws3
2752
2753         * src/summaryview.c
2754                 summary_thread_build(): fix crash because of focus != selection 
2755                 after threading. when deleting the selection, gtk tries but fails 
2756                 to find the correct focusable element. we now force the selection
2757                 to be focused. this should solve the infamous bug reported by 
2758                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2759                 a test case is available. 
2760
2761 2002-12-24 [darko]      0.8.7claws2
2762
2763         * src/summaryview.c
2764                 don't crash when unmarking message with unread children
2765
2766 2002-12-23 [christoph]  0.8.7claws1
2767
2768         * src/Makefile.am
2769         * src/common/Makefile.am
2770                 update Makefiles for moved intl.h, version.h and defs.h
2771         * src/imap.c
2772                 rewrite imap_session_get to avoid duplicate code
2773
2774 2002-12-23 [paul]       0.8.7claws
2775
2776         * Santa-Claws released
2777         
2778         * po/hu.po
2779           po/ru.po
2780                 squeeze in updated Hungarian and Russian translations.
2781                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2782
2783 2002-12-23 [paul]       0.8.6claws129
2784
2785         * po/pl.po
2786                 updated by Witold Wladyslaw Wojciech Wilk
2787
2788 2002-12-23 [paul]       0.8.6claws128
2789
2790         * src/quote_fmt_parse.y
2791                 fix typo and add licence header
2792
2793 2002-12-23 [paul]       0.8.6claws127
2794
2795         * po/en_GB.po
2796                 updated
2797
2798 2002-12-23 [paul]       0.8.6claws126
2799
2800         * po/it.po
2801                 updated translation, submitted by Alessandro Maestri
2802                 
2803 2002-12-23 [paul]       0.8.6claws125
2804
2805         * src/quote_fmt_parse.y
2806                 fix signature-stripping on replies bug. match
2807                 '-- \n' and not '-- '.
2808
2809 2002-12-22 [paul]       0.8.6claws124
2810
2811         * po/bg.po
2812           po/es.po
2813           po/sr.po
2814                 updated translations. submitted by George Danchev,
2815                 Ricardo Mones Lastra, and Urke MMI respectively
2816
2817 2002-12-21 [paul]       0.8.6claws123
2818
2819         * src/addrbook.c
2820                 fix coding style
2821
2822 2002-12-21 [paul]       0.8.6claws122
2823
2824         * src/addrbook.c
2825                 fix bug [643638] where if a person is in one or more
2826                 addressbook groups editing that person's email 
2827                 address results in removal from those groups.
2828                 Patch submitted by Luke Plant.
2829
2830 2002-12-20 [christoph]  0.8.6claws121
2831
2832         * src/common/utils.c
2833         * src/summaryview.c
2834                 reimplement expand_search_string using GString to
2835                 prevent crashs caused by miscalculated string
2836                 lengths reported by Paul
2837
2838 2002-12-20 [christoph]  0.8.6claws120
2839
2840         * src/summaryview.c
2841                 don't use "changed" to check if op_count has to be changed as it
2842                 is also set when the message has unread children
2843                 (closes bug [ 653221 ] crash while deleting duplicates)
2844
2845 2002-12-20 [paul]       0.8.6claws119
2846
2847         * sync with 0.8.6cvs27
2848                 see ChangeLog 2002-12-20
2849
2850 2002-12-20 [paul]       0.8.6claws118
2851
2852         * sync with 0.8.6cvs26
2853                 see ChangeLog 2002-12-19 and 2002-12-20
2854
2855 2002-12-19 [alfons]     0.8.6claws117
2856
2857         * src/textview.c
2858                 fix incorrect parsing of email addresses, submitted by 
2859                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2860                 name display if it contains @".
2861
2862 2002-12-18 [paul]       0.8.6claws116
2863
2864         * sync with 0.8.6cvs23
2865                 see ChangeLog 2002-12-18
2866
2867 2002-12-18 [paul]       0.8.6claws115
2868
2869         * src/Makefile.am
2870         * src/account.c
2871         * src/codeconv.c
2872         * src/gtkutils.[ch]
2873         * src/imap.c
2874                 sync with 0.8.6cvs22.
2875                 see ChangeLog 2002-12-17 and 2002-12-18
2876
2877 2002-12-17 [christoph]  0.8.6claws114
2878
2879         * src/imap.c
2880                 o don't create a session if imap greeting fails
2881                 o don't close socket when authentication fails
2882                   this is done by imap_session_destroy
2883
2884 2002-12-17 [thorsten]   0.8.6claws113
2885
2886         * tools/Makefile.am
2887           tools/README
2888           tools/google_msgid.pl ** NEW FILE **
2889                 Added "search for message-id" script and doc
2890
2891 2002-12-17 [thorsten]   0.8.6claws112
2892
2893         * po/hu.po
2894                 Updated hungarian translation
2895                 (updated by Gal Zoltan)
2896
2897 2002-12-16 [christoph]  0.8.6claws111
2898
2899         * src/addr_compl.c
2900                 remove stupid addressbook dump to debug output
2901         * src/mh.c
2902                 fix memory leak found by Hiro
2903
2904 2002-12-14 [paul]       0.8.6claws110
2905
2906         * src/compose.c
2907                 fix menubar sensitivity on send
2908                 
2909         * src/prefs_filtering.c
2910         * src/prefs_matcher.c
2911         * src/prefs_scoring.c
2912                 Fix english ;)
2913                 
2914         * src/common/quoted-printable.h
2915                 sync: fix typo
2916         
2917 2002-12-13 [christoph]  0.8.6claws109
2918
2919         * src/Makefile.am
2920         * src/manage_window.[ch]        ** REMOVE **
2921         * src/gtk/Makefile.am
2922         * src/gtk/manage_window.[ch]    ** NEW **
2923                 move manage_window files to gtk directory
2924
2925 2002-12-13 [christoph]  0.8.6claws108
2926
2927         * src/Makefile.am
2928         * src/gtkshruler.[ch]           ** REMOVE **
2929         * src/gtk/Makefile.am
2930         * src/gtk/gtkshruler.[ch]       ** NEW **
2931                 move gtkshruler files to gtk directory
2932
2933 2002-12-13 [christoph]  0.8.6claws107
2934
2935         * src/Makefile.am
2936         * src/compose.c
2937         * src/gtkstext.[ch]             ** REMOVE **
2938         * src/gtkutils.[ch]
2939         * src/textview.c
2940         * src/gtk/gtkstext.[ch]         ** NEW **
2941         * src/gtk/Makefile.am
2942                 o move stext functions to gtkstext.c to remove
2943                   dependency of gtkutils
2944                 o move gtkstext files to gtk directory
2945
2946         * src/gtk/Makefile.am
2947         * src/gtk/sslcertwindow.[ch]
2948                 UI stuff can always depend on common code so
2949                 it's ok to add ../common to include path
2950
2951 2002-12-13 [colin]      0.8.6claws106
2952
2953         * src/summaryview.c
2954                 Disconnect sighandlers for mainwindow when
2955                 quicksearch has the focus
2956                 Fix bug #653231
2957         * src/mainwindow.[ch]
2958                 Make key_pressed callback public, to be able
2959                 to disconnect it
2960
2961 2002-12-13 [christoph]  0.8.6claws105
2962
2963         * src/mh.c
2964                 create .mh_sequences file in new MH folders
2965                 (closes feature request [ 523162 ] MH folders should
2966                  get a .mh_sequences)
2967
2968 2002-12-13 [colin]      0.8.6claws104
2969
2970         * src/summaryview.c
2971                 Better handling of quicksearch show/hide
2972                 (basically the button stays under the mouse 
2973                  when toggled)
2974
2975 2002-12-13 [paul]       0.8.6claws103
2976
2977         * sync with 0.8.6cvs17
2978                 see ChangeLog 2002-12-13
2979
2980 2002-12-13 [paul]       0.8.6claws102
2981
2982         * po/es.po
2983                 updated by Ricardo Mones Lastra
2984
2985 2002-12-11 [colin]       0.8.6claws101
2986
2987         * src/folder.c
2988                 remove statusbar stuff
2989           src/folderview.c
2990                 set statusbar verbosity when moving folders
2991
2992 2002-12-11 [colin]       0.8.6claws100
2993         * src/prefs_filtering.c
2994         * src/prefs_matcher.c
2995         * src/prefs_scoring.c
2996                 Fix english ;)
2997
2998 2002-12-11 [colin]       0.8.6claws99
2999
3000         * src/prefs_common.[ch]
3001                 Add summary_quicksearch_type
3002         * src/summaryview.c
3003                 Save last used quicksearch type
3004
3005 2002-12-11 [jens]       0.8.6claws98
3006         * src/prefs_filtering.c
3007         * src/prefs_matcher.c
3008         * src/prefs_scoring.c
3009                 added dialog for incomplete rules in scoring, filtering and
3010                 matcher to ask wheather really close
3011
3012 2002-12-11 [colin]      0.8.6claws97
3013
3014         * src/folder.c
3015                 Fix folder dnd statusbar logging
3016
3017 2002-12-10 [christoph]  0.8.6claws96
3018
3019         * src/compose.c
3020         * src/folder.c
3021         * src/imap.c
3022         * src/inc.c
3023         * src/main.c
3024         * src/mainwindow.c
3025         * src/news.c
3026         * src/send.c
3027         * src/statusbar.[ch]
3028         * src/common/hooks.c
3029         * src/common/log.[ch]
3030                 o handle verbose logging in statusbar directly in statusbar code
3031                   and common code does not need any knowledge about a statusbar
3032                 o remove direct calls to statusbar_(puts|pop)_all functions
3033
3034 2002-12-10 [jens]       0.8.6claws95
3035
3036         * src/*.c
3037                 removed gettext from g_warnings
3038         * po/POTFILES.in
3039                 cleaned and updated
3040         * po/de.po
3041                 updated
3042
3043 2002-12-10 [colin]      0.8.6claws94
3044
3045         * src/main.c
3046                 finish crash dialog fix
3047
3048 2002-12-10 [colin]      0.8.6claws93
3049
3050         * src/main.c
3051                 "Fix" "sylpheed already running" instead of
3052                 crash dialog appearing after a crash
3053
3054 2002-12-10 [colin]      0.8.6claws92
3055
3056         * po/POTFILES.in
3057                 add src/gtk/sslcertwindow.c
3058
3059 2002-12-10 [paul]       0.8.6claws91
3060
3061         * po/POTFILES.in
3062                 updated to reflect recent changes
3063                 submitted by Alessandro Maestri
3064
3065 2002-12-09 [christoph]  0.8.6claws90
3066
3067         * src/Makefile.am
3068         * src/smtp.[ch]                 ** REMOVE **
3069         * src/common/Makefile.am
3070         * src/common/smtp.[ch]          ** NEW **
3071                 move smtp files to common directory
3072
3073 2002-12-09 [christoph]  0.8.6claws89
3074
3075         * src/Makefile.am
3076         * src/session.[ch]              ** REMOVE **
3077         * src/common/Makefile.am
3078         * src/common/session.[ch]       ** NEW **
3079                 move session files to common directory
3080
3081 2002-12-09 [paul]       0.8.6claws88
3082
3083         * src/account.c
3084                 fix bug [649746] edit accounts: move account reverted
3085                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3086
3087 2002-12-09 [colin]      0.8.6claws87
3088
3089         * src/ssl_certificate.c
3090                 cleanup
3091
3092 2002-12-09 [colin]      0.8.6claws86
3093
3094         * src/ssl.c
3095                 Try to open the cert.pem database and 
3096                 issue a warning if it isn't there
3097
3098 2002-12-09 [colin]      0.8.6claws85
3099
3100         * src/common/ssl_certificate.c
3101         * src/gtk/sslcertwindow.c
3102                 Warning fixes
3103
3104 2002-12-09 [colin]      0.8.6claws84
3105
3106         * src/ssl_certificate.[ch] ** REMOVED **
3107         * src/common/ssl_certificate.[ch] ** NEW **
3108         * src/Makefile.am
3109         * src/common/Makefile.am
3110                 Moved ssl_certificate.[ch] to common
3111         * src/common/ssl.c 
3112                 Put back needed include
3113         * src/gtk/sslcertwindow.[ch]
3114                 Changed ssl_certificate.h include
3115         
3116 2002-12-09 [colin]      0.8.6claws83
3117
3118         * src/gtk/sslcertwindow.[ch]
3119                 Implement hook for certificate acception
3120         * src/ssl_certificate.[ch]
3121                 Implement hook for certificate acception
3122         * src/common/ssl.c
3123                 Reenable certificate acception check
3124         * src/mainwindow.c
3125                 Register sslcertwindow's hook
3126         
3127 2002-12-08 [christoph]  0.8.6claws82
3128
3129         * src/about.c
3130         * src/addr_compl.c
3131         * src/codeconv.c
3132         * src/manual.c
3133         * src/undo.c
3134         * src/common/utils.c
3135                 o add missing includes
3136                 o fix warnings
3137         * src/.cvsignore
3138         * src/common/.cvsignore
3139         * src/common/version.h          ** REMOVE **
3140                 remove autogenerated file
3141
3142 2002-12-08 [paul]       0.8.6claws81
3143
3144         * src/stringtable.c
3145                 put back needed include
3146
3147 2002-12-08 [colin]      0.8.6claws80
3148         
3149         * src/gtk/sslcertwindow.c
3150                 Cleaner popups when asking
3151         * src/ssl_certificate.c
3152         * src/prefs_common.[ch]
3153                 remove ssl certificate pref
3154                 put back needed include
3155         * src/undo.c
3156                 put back needed include
3157
3158 2002-12-08 [christoph]  0.8.6claws79
3159
3160         * src/folderview.c
3161         * src/logwindow.c
3162         * src/statusbar.c
3163         * src/summaryview.c
3164                 only abort hook invokation if required data is missing not
3165                 if our own data pointer is NULL, update hookfunction for
3166                 log window
3167
3168 2002-12-08 [paul]       0.8.6claws78
3169
3170         * src/about.c
3171         * src/addrcache.c
3172         * src/addrclip.c
3173         * src/addr_compl.c
3174         * src/addrselect.c
3175         * src/codeconv.c
3176         * src/colorlabel.c
3177         * src/enriched.c
3178         * src/esmtp.c
3179         * src/exporthtml.c
3180         * src/headerview.c
3181         * src/imageview.c
3182         * src/manual.c
3183         * src/noticeview.c
3184         * src/pgptext.c
3185         * src/scoring.c
3186         * src/sourcewindow.c
3187         * src/stringtable.c
3188         * src/undo.c
3189                 clean up: remove unneccesary includes
3190
3191 2002-12-08 [christoph]  0.8.6claws77
3192
3193         * src/folderview.c
3194         * src/statusbar.c
3195         * src/summaryview.c
3196         * src/common/hooks.[ch]
3197                 hook functions now have a gboolean return value, if a hook
3198                 returns TRUE it will stop executing of any more hooks in
3199                 the same hooklist for this invokation
3200
3201 2002-12-08 [colin]      0.8.6claws76
3202         
3203         * src/main.c
3204                 put back argv0 for CRASH_DIALOG
3205
3206 2002-12-08 [christoph]  0.8.6claws75
3207
3208         * src/Makefile.am
3209         * src/about.c
3210         * src/account.c
3211         * src/crash.c
3212         * src/esmtp.h
3213         * src/imap.[ch]
3214         * src/inc.c
3215         * src/main.c
3216         * src/mainwindow.c
3217         * src/news.c
3218         * src/pop.[ch]
3219         * src/prefs_account.[ch]
3220         * src/prefs_common.[ch]
3221         * src/send.[ch]
3222         * src/smtp.[ch]
3223         * src/ssl_certificate.[ch]
3224         * src/ssl_manager.[ch]
3225         * src/common/Makefile.am
3226         * src/common/log.c
3227         * src/common/nntp.[ch]
3228         * src/common/socket.[ch]
3229         * src/common/ssl.[ch]
3230         * src/gtk/sslcertwindow.[ch]
3231         * ac/openssl.m4
3232                 use new autoconf script to detect OpenSSL with extra parameters
3233                 to specify the location of libs and includes, also remove USE_SSL
3234                 to USE_OPENSSL
3235
3236         * src/common/sylpheed.[ch]
3237         * src/common/version.h.in
3238                 start seperation of common code initialization seperated from gui
3239
3240         * src/summaryview.c
3241                 The function that is called when a color label changes
3242                 should not change the color lable again
3243
3244 2002-12-08 [colin]      0.8.6claws74
3245
3246         * src/gtk/sslcertwindow.c
3247                 warning fixes
3248
3249 2002-12-08 [colin]      0.8.6claws73
3250
3251         * src/statusbar.c
3252           src/common/log.h
3253                 Register a hook for statusbar_puts_all
3254         * src/common/log.c
3255                 invoke statusbar_puts_all's hook
3256         
3257 2002-12-08 [colin]      0.8.6claws72
3258
3259         * src/ssl_certificate.c
3260                 Put back a badly-removed include
3261
3262 2002-12-08 [colin]      0.8.6claws71
3263
3264         * src/gtk/sslcertwindow.[ch]    ** NEW **
3265                 new certificate presentation
3266         * src/gtk/Makefile.am
3267                 add new files
3268         * src/ssl_certificate.[ch]
3269                 gtk cleanup, made utility functions public
3270         * src/ssl_manager.c
3271                 use new cert presentation
3272
3273 2002-12-07 [christoph]  0.8.6claws70
3274
3275         * src/Makefile.am
3276         * src/nntp.[ch]                 ** REMOVE **
3277         * src/common/Makefile.am
3278         * src/common/nntp.[ch]          ** NEW **
3279                 move nntp files to common directory
3280
3281 2002-12-07 [christoph]  0.8.6claws69
3282
3283         * src/procmsg.[ch]
3284         * src/summaryview.c
3285                 implement msginfo update callback using sylpheed's new
3286                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3287
3288 2002-12-06 [christoph]  0.8.6claws68
3289
3290         * src/editgroup.c
3291                 This patch changes the 'Edit Group Details' dialog to
3292                 allow extended selections in either pane, so that
3293                 addresses can be added or removed from a group more
3294                 quickly and easily. (it actually is a net decrease in
3295                 file size, as some unnecessary functions have been
3296                 removed). 
3297                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3298
3299 2002-12-06 [christoph]  0.8.6claws67
3300
3301         * src/Makefile.am
3302         * src/template.[ch]             ** REMOVE **
3303         * src/common/Makefile.am
3304         * src/common/template.[ch]      ** NEW **
3305                 move template files to common directory
3306
3307         * src/nntp.c
3308                 add missing log.h include
3309
3310 2002-12-06 [melvin]     0.8.6claws66
3311
3312         * src/prefs_actions.c
3313                 Added the trailing ">" syntax to insert command's output
3314                 without replacing old text (in contrast to trailing "|").
3315
3316 2002-12-05 [colin]      0.8.6claws65
3317         
3318         * src/common/utils.c
3319                 Don't modify original search_string or it'll change
3320                 the next iterations in the for()
3321
3322 2002-12-05 [darko]      0.8.6claws64
3323
3324         * src/common/utils.c
3325                 proper check for filtering commands, found by Colin
3326
3327 2002-12-05 [darko]      0.8.6claws63
3328
3329         * src/common/utils.c
3330                 check proper string for NULL pointer, found by Colin
3331
3332 2002-12-05 [darko]      0.8.6claws62
3333
3334         * src/common/utils.[ch]
3335                 expand_search_string(): new function
3336                 converts Mutt-like patterns to Sylpheed's
3337                 filtering engine
3338         * src/summaryview.c
3339                 use expand_search_string() to allow Mutt-like
3340                 patterns in extended search
3341         * README.claws
3342                 document extended option in quick search
3343
3344 2002-12-05 [paul]       0.8.6claws61
3345
3346         * sync with 0.8.6cvs16
3347                 see ChangeLog 2002-12-05
3348                 
3349         * po/POTFILES.in
3350                 clean up
3351
3352 2002-12-04 [christoph]  0.8.6claws60
3353
3354         * src/imap.[ch]
3355                 put imap authentication code into a new function and
3356                 remove it from imap_session_new that will allow to
3357                 send other commands before authentication
3358
3359 2002-12-04 [christoph]  0.8.6claws59
3360
3361         * src/imap.[ch]
3362                 use already existing method to prevent unneeded IMAP
3363                 folder selects. Set imap_select parameters to NULL
3364                 in some functions if the values are not required.
3365
3366         * src/xml.h
3367                 remove no longer required include
3368
3369 2002-12-04 [paul]       0.8.6claws58
3370
3371         * po/es.po
3372                 updated by Ricardo Mones Lastra
3373                 
3374         * configure.in
3375           po/hu.po      ** NEW FILE **
3376                 initial Hungarian translation, submitted
3377                 by Gál Zoltán <galzoli@hu.inter.net>
3378
3379 2002-12-03 [christoph]  0.8.6claws57
3380
3381         * src/Makefile.am
3382         * src/gtksctree.[ch]            ** REMOVE **
3383         * src/gtk/Makefile.am
3384         * src/gtk/gtksctree.[ch]        ** NEW **
3385                 move gtksctree files to gtk directory
3386
3387 2002-12-03 [christoph]  0.8.6claws56
3388
3389         * src/Makefile.am
3390         * src/md5.[ch]                  ** REMOVE **
3391         * srm/common/Makefile.am
3392         * src/common/md5.[ch]           ** NEW **
3393                 move md5 files to common directory
3394
3395         * src/gtkstext.c
3396                 remove not required #include
3397
3398 2002-12-03 [sergey]     0.8.6claws55
3399
3400         * src/gtkutils.c
3401         * src/gtkutils.h
3402                 gtkut_window_popup(): new function.
3403         * src/mainwindow.c
3404                 main_window_popup(): use gtkut_window_popup() to raise
3405                 window without changing its position.
3406                 (see sylpheed-main ML message [sylpheed:17247])
3407
3408 2002-12-03 [sergey]     0.8.6claws54
3409
3410         * src/send.c
3411                 send_message_local(): removed first-dot escaping
3412                 (SMTP-only, not needed for sending through pipe)
3413
3414 2002-12-03 [paul]       0.8.6claws53
3415
3416         * po/POTFILES.in
3417                 update to reflect recent changes (thanks
3418                 to Ricardo Mones Lastra)
3419                 
3420         * tools/filter_conv.pl
3421                  fix problem with quoted strings. Patch submitted
3422                  by Luke Plant <lukeplant@softhome.net>
3423
3424 2002-12-03 [paul]       0.8.6claws52
3425
3426         * sync with 0.8.6cvs15
3427                 see ChangeLog 2002-12-03
3428
3429 2002-12-02 [christoph]  0.8.6claws51
3430
3431         * src/logwindow.[ch]
3432         * src/common/log.[ch]
3433                 implement logging using a hook function
3434
3435         * src/folderview.c
3436         * src/folder.[ch]
3437                 define hooklist name in header file to avoid
3438                 errors caused by wrong spelling of hooklist names
3439
3440         * src/toolbar.c
3441                 fix warnings
3442
3443 2002-12-02 [christoph]  0.8.6claws50
3444
3445         * src/common/Makefile.am
3446                 add src/common/hooks.[ch]
3447
3448         * src/common/hooks.[ch]
3449                 implement a simple hook system using glib's hook functions
3450
3451         * src/folder.[ch]
3452         * src/folderview.c
3453                 use new hook system for folder item updates
3454
3455 2002-12-02 [christoph]  0.8.6claws49
3456
3457         * doc-src/ui_seperation.txt     ** NEW **
3458                 information for ui seperation
3459
3460         * src/Makefile.am
3461                 remove files that were moved to common
3462                 include common directory by default for the header files
3463
3464         * src/inc.c
3465         * src/common/socket.c
3466         * src/automaton.[ch]
3467                 implement automaton using g_io_*-functions instead of
3468                 gdk_input_add to make it ui independent
3469
3470         * src/codeconv.c
3471         * src/compose.c
3472         * src/ldif.c
3473         * src/pgptext.c
3474         * src/procmime.c
3475         * src/rfc2015.c
3476         * src/smtp.c
3477         * src/unmime.c
3478                 remove common/ prefix because directory is now in
3479                 include path
3480
3481         * src/compose.c
3482         * src/folder.c
3483         * src/folderview.c
3484         * src/mainwindow.c
3485         * src/messageview.c
3486         * src/prefs_common.c
3487         * src/procmsg.c
3488         * src/rfc2015.c
3489                 fix warnings
3490
3491         * src/imap.c
3492         * src/inc.c
3493         * src/news.c
3494         * src/pop.c
3495         * src/send.c
3496         * src/smtp.c
3497         * src/ssl_certificate.c
3498                 add log.h header file for logging functions
3499
3500         * src/main.c
3501         * src/common/utils.c
3502         * src/summaryview.c
3503         * src/xml.c
3504                 o move debug_mode to common/utils.c
3505                 o add functions to set and get debug_mode
3506
3507         * src/defs.h                    ** REMOVE **
3508         * src/intl.h                    ** REMOVE **
3509         * src/socket.[ch]               ** REMOVE **
3510         * src/ssl.[ch]                  ** REMOVE **
3511         * src/utils.[ch]                ** REMOVE **
3512                 replaced by new files in src/common/
3513         
3514         * src/common/Makefile.am
3515                 add new files in src/common/
3516
3517         * src/common/defs.h             ** NEW **
3518         * src/common/intl.h             ** NEW **
3519         * src/common/log.[ch]           ** NEW **
3520         * src/common/socket.[ch]        ** NEW **
3521         * src/common/ssl.[ch]           ** NEW **
3522         * src/common/utils.[ch]         ** NEW **
3523                 replacement for files in src/
3524
3525 2002-12-02 [colin]      0.8.6claws48
3526
3527         * src/folderview.c
3528                 Scroll folderview if necessary during dnd
3529
3530 2002-12-02 [colin]      0.8.6claws47
3531
3532         * src/folder.[ch]
3533                 Add check to verify a move is within a single mailbox
3534         * src/folderview.c
3535                 Add specific error string for this check
3536
3537 2002-12-02 [colin]      0.8.6claws46
3538
3539         * src/folder.c
3540                 Add a test to folder moving, remove a statusbar_print
3541         * src/folderview.c
3542                 Add Move folder... context-menu item
3543                 Factorize folder moving code
3544                 Enable folder DND for mbox
3545
3546 2002-12-01 [christoph]  0.8.6claws45
3547
3548         * ac/aspell.m4
3549                 remove conf.aspelltest if the version check fails
3550
3551 2002-11-30 [christoph]  0.8.6claws44
3552
3553         * autogen.sh
3554                 run libtoolize --force in autogen to create missing
3555                 libtool scripts
3556
3557 2002-11-30 [christoph]  0.8.6claws43
3558
3559         * src/Makefile.am
3560         * src/pgptext.c
3561         * src/procmime.c
3562         * src/rfc2015.c
3563         * src/uuencode.[ch]             ** REMOVED **
3564         * src/common/Makefile.am
3565         * src/common/uuencode.[ch]      ** NEW **
3566                 move uuen/decoder to common directory
3567
3568 2002-11-30 [christoph]  0.8.6claws42
3569
3570         * src/Makefile.am
3571         * src/base64.[ch]               ** REMOVED **
3572         * src/codeconv.c
3573         * src/compose.c
3574         * src/ldif.c
3575         * src/pgptext.c
3576         * src/procmime.c
3577         * src/rfc2015.c
3578         * src/smtp.c
3579         * src/unmime.c
3580         * src/common/Makefile.am
3581         * src/common/base64.[ch]        ** NEW **
3582                 move base64 en/decoder to common directory
3583
3584 2002-11-30 [christoph]  0.8.6claws41
3585
3586         * src/common                    ** NEW **
3587                 new directory for UI independent code
3588         * src/gtk                       ** NEW **
3589                 new directory for GTK frontend
3590         * src/common/.cvsignore         ** NEW **
3591         * src/gtk/.cvsignore            ** NEW **
3592                 ignore build files
3593         * src/common/Makefile.am        ** NEW **
3594         * src/gtk/Makefile.am           ** NEW **
3595                 automake files to build new seperated stuff
3596         * src/Makefile.am
3597                 the binary will currently still be build with the
3598                 files in src, so we include the code from the
3599                 subdirs for now after building the libs there
3600
3601 2002-11-30 [paul]       0.8.6claws40
3602
3603         * src/compose.c
3604                 fix bug [642731] 'Wrong selected account with drafted mail'
3605
3606 2002-11-29 [oliver]     0.8.6claws39
3607         
3608         * src/messageview.c
3609                 o update summaryview when switching between different
3610                   messageviews          
3611         * src/toolbar.c  
3612                 o check if messageview holds already removed msg
3613                   from summaryview
3614                 
3615
3616 2002-11-29 [oliver]     0.8.6claws38
3617
3618         * src/toolbar.c 
3619                 remove not needed variables and includes
3620                 make messageview stay opened and move to next when msgs are deleted 
3621
3622 2002-11-29 [oliver]     0.8.6claws37
3623         
3624         * src/toolbar.c 
3625                 disable compose button (messageview toolbar) by default
3626                 deleted msgs are moved to trash
3627         
3628 2002-11-29 [melvin]     0.8.6claws36
3629
3630         * configure.in
3631                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3632                 and to detect signatures expirations (gpgme 0.3.6)
3633
3634         * src/main.c
3635                 Use non obsolescent function for Gpgme engine checking.
3636
3637         * src/rfc2015.c
3638                 Inform about expired signatures or signatures which key
3639                 has expired. Expiration date is displayed.
3640
3641         * src/sigstatus.c
3642                 Inform about expired signatures or signatures which key
3643                 has expired.
3644
3645 2002-11-28 [paul]       0.8.6claws35
3646
3647         * src/folderview.c
3648                 re-instate 'Check for new messages' in Newsgroup
3649                 folders right-click menu, after a suggestion from
3650                 Tim Mann <timmann@users.sourceforge.net>
3651
3652         * src/main.c
3653                 after a crash check only local folders for new
3654                 messages
3655
3656 2002-11-28 [paul]       0.8.6claws34
3657
3658         * configure.in
3659                 apply patch that fixes the checking of GTK with XIM 
3660                 support on different OSs, such as FreeBSD. Patch 
3661                 submitted by Topia <topia@users.sourceforge.net>
3662                 
3663 2002-11-28 [paul]       0.8.6claws33
3664
3665         * src/mainwindow.c
3666           src/prefs_common.c
3667           src/prefs_toolbar.c
3668                 more changes to the English
3669
3670 2002-11-28 [paul]       0.8.6claws32
3671
3672         * sync with 0.8.6cvs13
3673                 see ChangeLog 2002-11-28 (no sync needed
3674                 for src/compose.c)
3675
3676 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3677         
3678         * src/mainwindow.[ch]
3679                 add patch by Ivan F. Martinez introducing messageview Toolbar
3680                 some changes and committed by oliver    
3681
3682 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3683
3684         * src/messageview.[ch]
3685                 add patch by Ivan F. Martinez introducing messageview Toolbar
3686                 some changes and committed by oliver    
3687
3688 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3689
3690         * src/compose.[ch]
3691                 add patch by Ivan F. Martinez introducing messageview Toolbar
3692                 some changes and committed by oliver    
3693
3694 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3695         
3696         * src/toolbar.[ch]
3697                 add patch by Ivan F. Martinez introducing messageview Toolbar
3698                 some changes and committed by oliver
3699
3700 2002-11-28 [oliver]     0.8.6claws27
3701         
3702         * src/prefs_toolbar.[ch]
3703                 getting ready for messageview toolbar
3704                 free mem allocated by gettext
3705                 change prefs_toolbar to prefs_toolbar_open
3706  
3707 2002-11-28 [thorsten]   0.8.6claws26
3708
3709         * src/imageview.[ch]
3710                 cleaned up conflicting declarations of
3711                 imageview_show_image()
3712
3713 2002-11-28 [paul]       0.8.6claws25
3714
3715         * src/grouplistdialog.c
3716           src/prefs_common.c
3717           src/prefs_summary_column.c
3718                 a few more improvements to the English
3719
3720 2002-11-28 [colin]      0.8.6claws24
3721
3722         * man/sylpheed.1
3723                 A few updates to command-line parameters
3724
3725 2002-11-28 [colin]      0.8.6claws23
3726
3727         * src/prefs_filtering.c
3728                 Fix problems with prefs_filtering_delete_path:
3729                 a) if the first rule is removed, original pointers
3730                    weren't updated (leading to segfaults)
3731                 b) it was always global_processing updated in case
3732                    of removed path was parent of rule path
3733
3734 2002-11-27 [paul]       0.8.6claws22
3735
3736         * src/mainwindow.c
3737           src/prefs_account.c
3738           src/prefs_actions.c
3739           src/prefs_common.c
3740           src/prefs_customheader.c
3741           src/prefs_display_header.c
3742           src/prefs_filtering.c
3743           src/prefs_folder_item.c
3744           src/prefs_matcher.c
3745           src/prefs_scoring.c
3746           src/prefs_summary_column.c
3747           src/prefs_template.c
3748           src/prefs_toolbar.c
3749                  improve the English in the GUI
3750
3751 2002-11-27 [colin]      0.8.6claws21
3752
3753         * src/folder.c
3754                 Fix processing renaming problems happening after
3755                 last commit
3756
3757 2002-11-27 [colin]      0.8.6claws20
3758
3759         * src/folder.c
3760                 recursive move now deletes src each subfolder after 
3761                 having moved it
3762         * src/folderview.c
3763                 Use identifier instead of path during dnd (enables
3764                 IMAP folder dnd)
3765
3766 2002-11-27 [paul]       0.8.6claws19
3767
3768         * src/main.c
3769                 apply patch that does command-line processing 
3770                 BEFORE gtk_init, allowing claws to run from 
3771                 shell-scripts in non-X environment (e.g. crontab 
3772                 or ip-up, ip-down scripts). Patch submitted by
3773                 Ruslan N. Balkin <baron@dartel.ru>
3774                 
3775         * po/it.po
3776                 updated by Alessandro Maestri
3777
3778 2002-11-27 [paul]       0.8.6claws18
3779
3780         * sync with 0.8.6cvs12
3781           src/prefs_common.c
3782                 Differences are that main uses a 'Receive dialog'
3783                 frame on the Interface tab, whereas claws groups all 
3784                 the dialogs together in a 'Dialogs' frame.
3785
3786 2002-11-27 [colin]      0.8.6claws17
3787
3788         * src/prefs_matcher.c
3789                 Fix Execute criteria's NOT flag
3790
3791
3792 2002-11-26 [christoph]  0.8.6claws16
3793
3794         * src/ssl.c
3795                 rewrite the ssl code a little bit, only use one
3796                 SSL context, set default certificates' file/path
3797
3798 2002-11-26 [thorsten]   0.8.6claws15
3799
3800         * src/compose.c
3801                 default-reply-to didn't work for ml-reply
3802
3803 2002-11-26 [melvin]     0.8.6claws14
3804
3805         * src/prefs_actions.c
3806                 Made pipe-actions ignore short headers in message view
3807                 Made trailing-pipe-actions write in the message view with
3808                 the same font as the original message
3809
3810 2002-11-26 [paul]       0.8.6claws13
3811
3812         * src/compose.c
3813                 this time commit the correct file
3814
3815 2002-11-26 [paul]       0.8.6claws12
3816
3817         * sync with 0.8.6cvs11
3818           src/quote_fmt_parse.y  
3819                 no sync needed
3820           src/account.[ch]       
3821                 not sync'ed
3822           src/compose.c
3823                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3824                 on draft mode.
3825                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3826                 header
3827                 
3828         see ChangeLog 2002-11-25 and 2002-11-26
3829
3830 2002-11-26 [colin]      0.8.6claws11
3831
3832         * src/folderview.c
3833                 Fix collapsed folder not auto-expanding during
3834                 mail dnd, if it was the source folder.
3835
3836 2002-11-25 [colin]      0.8.6claws10
3837
3838         * src/folderview.[ch]
3839                 Variable renaming and cleaning (slist of nodes 
3840                 to be re-collapsed is stored in FolderView)
3841
3842 2002-11-25 [paul]       0.8.6claws9
3843
3844         * src/prefs_common.[ch]
3845                 fix breakage caused by last commit
3846
3847 2002-11-25 [paul]       0.8.6claws8
3848
3849         * sync with 0.8.6cvs4
3850                 see ChangeLog 2002-11-21
3851
3852 2002-11-25 [paul]       0.8.6claws7
3853
3854         * sync with 0.8.6cvs4
3855                 see ChangeLog 2002-11-20
3856
3857 2002-11-25 [paul]       0.8.6claws6
3858
3859         * sync with 0.8.6cvs3
3860                 see ChangeLog 2002-11-18
3861
3862 2002-11-25 [colin]      0.8.6claws5
3863
3864         * src/gtkutils.[ch]
3865                 Add gtkut_ctree_node_is_parent()
3866         * src/folderview.c
3867                 Spring-loaded folders
3868
3869 2002-11-25 [colin]      0.8.6claws4
3870
3871         * src/utils.[ch]
3872                 Add slist_concat_unique(), function to merge
3873                 two GSList filtering dups
3874         * src/folder.[ch]
3875         * src/summaryview.[ch]
3876         * src/folderview.c
3877         * src/main.c
3878                 Add detection/update/display of unread answers
3879                 to marked mails
3880         * src/procmsg.[ch]
3881                 Add procmsg_find_children()
3882                 Add procmsg_msg_has_marked_parent()
3883
3884 2002-11-25 [colin]      0.8.6claws3
3885
3886         * src/ssl_certificate.[ch]
3887                 Allow checking a certificate without a DNS
3888                 lookup
3889                 Allow to forget a cert (by deleting it)
3890                 Make ssl_certificate_destroy_public
3891         * src/ssl_manager.[ch] ** NEW FILES **
3892                 Gui to manage (display/remove) certificates
3893         * src/prefs_common.[ch]
3894                 Add a pref to allow silent acceptation of
3895                 trusted certificates or not (based on the
3896                 "I want to know what's going on" principle)
3897         * src/mainwindow.c
3898                 Add SSL manager in Tools menu
3899         * src/Makefile.am
3900                 Add the new files to the build
3901         * po/POTFILES.in
3902                 Add ssl_manager.c to translations
3903
3904 2002-11-25 [colin]      0.8.6claws2
3905
3906         * src/summaryview.[ch]
3907                 Add S_SEARCH_EXTENDED to the quick search, which 
3908                 allows to search using filtering syntax.
3909
3910 2002-11-25 [colin]      0.8.6claws1
3911
3912         * src/summaryview.c
3913                 Deletion of duplicates now prefer deleting
3914                 the unread dup (fixes feature-request 638989).
3915
3916 2002-11-24 [paul]       0.8.6claws
3917
3918         * po/es.po
3919           po/pl.po
3920           po/ru.po
3921           po/sr.po
3922                 updated by Ricardo Mones Lastra,
3923                 Witold Wladyslaw Wojciech Wilk,
3924                 Ruslan N. Balkin, and  Urke MMI 
3925                 respectively
3926
3927 2002-11-24 [paul]       0.8.5claws182
3928
3929         * po/bg.po
3930                 updated by George Danchev
3931
3932 2002-11-23 [alfons]     0.8.5claws181
3933
3934         * src/imap.c
3935                 tiny memory leak found by browsing Dimitar's 
3936                 valgrind report
3937
3938 2002-11-23 [paul]       0.8.5claws180
3939
3940         * po/it.po
3941                 updated by Alessandro Maestri
3942
3943 2002-11-22 [christoph]  0.8.5claws179
3944
3945         * src/compose.c
3946         * src/inc.c
3947         * src/prefs_filtering.c
3948         * src/summaryview.c
3949                 more warning fixes
3950
3951 2002-11-22 [alfons]     0.8.5claws178
3952
3953         * src/summaryview.c
3954                 summary_execute_delete_func(): if message is deleted, make 
3955                 sure to also remove its entry in the subject hash table. 
3956                 fixes a corner case bug.
3957
3958 2002-11-22 [paul]       0.8.5claws177
3959
3960         * .cvsignore
3961                 add 'autom4te.cache'
3962                 
3963         * ltconfig      ** REMOVED **
3964                 not needed
3965
3966 2002-11-22 [paul]       0.8.5claws176
3967
3968         * src/textview.c
3969                 textview_set_font(): fix for message display in
3970                 UTF-8 locales (thanks to Sergey Vlasov).
3971                 
3972         * AUTHORS
3973                 add new team members and contributors
3974
3975
3976 2002-11-21 [colin]      0.8.5claws175
3977
3978         * src/procmsg.[ch]
3979                 Add procmsg_remove_special_headers()
3980         * src/mh.c
3981                 Use procmsg_remove_special_headers() for 
3982                 previous fix
3983
3984 2002-11-21 [colin]      0.8.5claws174
3985
3986         * src/mh.c
3987                 Fix moving/copying from queue/draft folders
3988                 for MH folders
3989
3990 2002-11-21 [christoph]  0.8.5claws173
3991
3992         * src/crash.c
3993         * src/filtering.c
3994         * src/logwindow.c
3995         * src/main.c
3996         * src/matcher_parser_lex.[hl]
3997         * src/mbox.c
3998         * src/mbox_folder.[ch]
3999         * src/prefs_filtering.c
4000         * src/procheader.c
4001         * src/quote_fmt_lex.l
4002         * src/ssl.c
4003                 fix all warnings except the warnings in lex and yacc files
4004
4005 2002-11-20 [christoph]  0.8.5claws172
4006
4007         * src/imap.c
4008                 fix MsgInfo retrieval for IMAP draft and queue folders
4009                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4010
4011 2002-11-19 [christoph]  0.8.5claws171
4012
4013         * src/compose.c
4014                 fix segfault, when draft saving does not get
4015                 the MsgInfo of the new message
4016                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4017
4018 2002-11-19 [christoph]  0.8.5claws170
4019
4020         * src/procmsg.c
4021                 add parameter check for flag setting function
4022                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4023
4024 2002-11-18 [paul]       0.8.5claws169
4025
4026         * src/compose.c
4027                 more sensitivity fixes to redirect mode:
4028                 * disable toolbar draft button
4029                 * allow only Address book in the Tools menu
4030                 * disable editing of message by the spell
4031                   checker
4032
4033 2002-11-18 [paul]       0.8.5claws168
4034
4035         * src/compose.c
4036                 fix sensitivity of menu items in compose_redirect():
4037                 allow only the necessary items 
4038
4039 2002-11-18 [paul]       0.8.5claws167
4040
4041         * src/compose.c
4042                 fix bug [ 603259 ] 'attachment got lost on bounce'
4043
4044 2002-11-18 [paul]       0.8.5claws166
4045
4046         * po/ru.po
4047                 updated by Ruslan N. Balkin <baron@dartel.ru>
4048
4049 2002-11-18 [colin]      0.8.5claws165
4050
4051         * src/main.c
4052           src/defs.h
4053                 Remove old filtering stuff
4054
4055
4056 2002-11-17 [oliver]     0.8.5claws164
4057
4058         * src/toolbar.h
4059                 remove not needed typedef 
4060
4061 2002-11-17 [oliver]     0.8.5claws163
4062
4063         * src/toolbar.c
4064                 make toolbar's on click events translatable
4065
4066 2002-11-15 [colin]      0.8.5claws162
4067
4068         * src/summaryview.c
4069                 Revert too-soon integration of a feature
4070
4071 2002-11-15 [christoph]  0.8.5claws161
4072
4073         * src/imap.c
4074                 use main's implementation of imap_get_msginfo
4075
4076 2002-11-15 [christoph]  0.8.5claws160
4077
4078         * src/compose.c
4079         * src/folder.[ch]
4080         * src/imap.c
4081         * src/mbox_folder.c
4082         * src/mh.c
4083         * src/news.c
4084         * src/procmsg.c
4085         * src/summaryview.c
4086                 replace claws' fetch_msginfo with main's get_msginfo
4087                 (use main's implementation where possible)
4088
4089 2002-11-15 [colin]      0.8.5claws159
4090
4091         * src/ssl_certificate.c
4092                 Missed a check
4093
4094 2002-11-16 [melvin]     0.8.5claws158
4095
4096         * po/fr.po
4097                 Updated French translations.
4098
4099 2002-11-16 [colin]      0.8.5claws157
4100
4101         * src/ssl_certificate.c
4102                 Check for missing parts in the certificates
4103
4104 2002-11-15 [colin]      0.8.5claws156
4105
4106         * src/folderview.c
4107                 Preventive fix (missing check) found by
4108                 Alfons
4109
4110 2002-11-15 [paul]
4111
4112         * NEWS
4113                 sync with 0.8.6 release
4114
4115 2002-11-15 [colin]      0.8.5claws155
4116
4117         * src/folder.[ch]
4118           src/folderview.c
4119                 Fix error handling of folder_item_move_to()
4120                 (thanks to Alfons!)
4121
4122 2002-11-15 [colin]      0.8.5claws154
4123
4124         * src/folder.[ch]
4125           src/folderview.c
4126                 folder_item_move_to() sets an error message instead
4127                 of having GUI stuff in folder.c
4128
4129 2002-11-15 [colin]      0.8.5claws153
4130
4131         * src/procmsg.[ch]
4132                 Implemented a callback for MsgInfo updates, 
4133                 heavily copy/pasted from Christoph's folder 
4134                 callback system
4135         * src/summaryview.[ch]
4136                 Register summary_update_msg as callback
4137
4138 2002-11-14 [colin]      0.8.5claws152
4139         
4140         * src/procmsg.c
4141                 Update the FolderItem after sending (fixes 617593)
4142
4143 2002-11-14 [christoph]  0.8.5claws151
4144
4145         * src/folder.c
4146                 fix wrong position of NULL pointer check found
4147                 by Sergey
4148
4149 2002-11-14 [christoph]  0.8.5claws150
4150
4151         * src/folder.c
4152                 fix segfault when deleting messages from IMAP folders
4153                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4154
4155 2002-11-14 [colin]      0.8.5claws149
4156
4157         * src/compose.c
4158                 Forwarding was also ignoring the folder's default account.
4159
4160 2002-11-14 [colin]      0.8.5claws148
4161
4162         * src/compose.c
4163                 Fix sent folder not set to folder properties when 
4164                 forwarding.
4165
4166 2002-11-14 [thorsten]   0.8.5claws147
4167
4168         * src/inc.c
4169                 inc_start(): Files were not moved from .processing to inbox,
4170                 if no global processing rule existed
4171
4172 2002-11-14 [colin]      0.8.5claws146
4173
4174         * src/ssl_certificate
4175                 Fix file operations
4176
4177 2002-11-14 [paul]       0.8.5claws145
4178
4179         * po/it.po
4180                 updated by Alessandro Maestri
4181
4182 2002-11-13 [alfons]     0.8.5claws144
4183
4184         * src/folder.c
4185                 folder_item_close(): only mark messages unread
4186                 when a folder has new messages 
4187
4188 2002-11-13 [keith]      0.8.5claws143
4189
4190         * src/imap.c
4191                 Fix problem moving or copying between
4192                 IMAP folders
4193
4194 2002-11-13 [colin]      0.8.5claws142
4195
4196         * src/matcher_parser_parse.y
4197                 Fix rule problem when " don't match
4198
4199 2002-11-13 [christoph]  0.8.5claws141
4200
4201         * src/folder.c
4202         * src/folderview.c
4203                 moved cache saving to folder_item_close
4204                 the folderview should not have to deal with
4205                 this things
4206
4207 2002-11-13 [christoph]  0.8.5claws140
4208
4209         * src/summaryview.c
4210                 moved setting of important score to
4211                 summary_set_prefs_from_folderitem
4212
4213 2002-11-13 [colin]      0.8.5claws139
4214
4215         * src/matcher_parser_parse.y
4216                 Fix a segfault in the parser (happening when
4217                 a good expression had been tested and a bad 
4218                 one arrives)
4219
4220 2002-11-13 [paul]       0.8.5claws138
4221
4222         * sync with 0.8.5cvs24
4223                 see ChangeLog 2002-11-13
4224                 
4225         * po/pt_BR.po
4226                 updated by Fabio Jr. Beneditto
4227
4228 2002-11-13 [colin]      0.8.5claws137
4229         
4230         * src/msgcache.c
4231           src/defs.h
4232           src/procmsg.[ch]
4233                 Revert last commit, problem
4234
4235 2002-11-13 [colin]      0.8.5claws136
4236
4237         * src/msgcache.c
4238                 Remove duplicated code
4239         * src/defs.h
4240                 Bumped CACHE_VERSION and MARK_VERSION
4241         * src/procmsg.[ch]
4242                 Network endian for cache and mark files
4243
4244 2002-11-12 [colin]      0.8.5claws135
4245
4246         * src/inc.c
4247                 Fix the "socket error" dialog which disappeared
4248
4249 2002-11-12 [colin]      0.8.5claws134
4250
4251         * src/msgcache.c
4252                 Reverse last commit which had performance 
4253                 problems, but still reverse the list
4254
4255 2002-11-12 [colin]      0.8.5claws133
4256
4257         * src/msgcache.c
4258                 Reverse list order
4259
4260 2002-11-12 [melvin]     0.8.5claws132
4261
4262         * src/compose.c
4263                 Added a check for a NULL prefs_common.dictionary
4264
4265 2002-11-12 [colin]      0.8.5claws131
4266
4267         * src/ssl_certificate.[ch]
4268                 Use FQDN hostname
4269
4270 2002-11-12 [colin]      0.8.5claws130
4271
4272         * src/ssl_certificate.[ch]
4273                 Take connection port into account for 
4274                 checking certificates (a single hostname
4275                 could have multiple servers with multiple
4276                 certificates)
4277         * src/ssl.c
4278                 Pass the port to ssl_certificate_check
4279
4280 2002-11-12 [paul]       0.8.5claws129
4281
4282         * src/folder.c
4283                 fix a typo in last commit
4284
4285 2002-11-12 [paul]       0.8.5claws128
4286
4287         * sync with 0.8.5cvs23
4288                 see ChangeLog entry 2002-11-12
4289
4290 2002-11-11 [colin]      0.8.5claws127
4291
4292         * src/ssl_certificate.c
4293                 Cleaner messages
4294                 Don't popup, instead log error, if the 
4295                 corresponding pref is checked
4296         * src/ssl_certificate.h
4297                 include <openssl/objects/h>
4298
4299 2002-11-11 [colin]      0.8.5claws126
4300
4301         * src/ssl_certificate.h
4302                 _Really_ clean it
4303
4304 2002-11-11 [colin]      0.8.5claws125
4305         
4306         * src/ssl_certificate.c
4307                 Fixed leak
4308
4309 2002-11-11 [colin]      0.8.5claws124
4310
4311         * src/ssl.c
4312                 Cleaned a bit
4313         * src/ssl_certificate.[ch]
4314                 Cleaned a bit (better use of SSL API)
4315                 (This will cause non-recognition of saved 
4316                  certificates of claws12[23]...)
4317
4318 2002-11-11 [paul]       0.8.5claws123
4319         
4320         * po/es.po
4321                 updated by Ricardo Mones Lastra
4322
4323 2002-11-11 [colin]      0.8.5claws122
4324
4325         * src/ssl.c
4326                 Fix a typo
4327
4328 2002-11-11 [colin]      0.8.5claws121
4329
4330         * src/ssl_certificate.[ch] ** NEW FILES **
4331         * src/ssl.[ch]
4332                 Check SSL certificates presented to us
4333         * src/Makefile.am
4334                 Add ssl_certificate.[ch]
4335         * po/POTFILES.in
4336                 Add ssl_certificate.c
4337
4338 2002-11-11 [paul]       0.8.5claws120
4339
4340         * sync with 0.8.5cvs22
4341                 see ChangeLog 2002-11-11
4342
4343 2002-11-11 [paul]       0.8.5claws119
4344
4345         * sync with 0.8.5cvs21
4346                 see ChangeLog 2002-11-11
4347
4348 2002-11-10 [jens]       0.8.5claws118
4349
4350         * src/folder.c
4351         * src/folderview.c
4352                 corrected some typing
4353         * po/de.po
4354                 updated german translation
4355         * sylpheed.spec.in
4356                 cleaned up specfile and adjusted it for claws
4357
4358 2002-11-10 [colin]      0.8.5claws117
4359
4360         * src/summaryview.c
4361                 a STATUSBAR_PUSH/POP fix
4362
4363 2002-11-10 [colin]      0.8.5claws116
4364
4365         * src/prefs_folder_item.c
4366                 Fix hanging after opening folder properties
4367
4368 2002-11-10 [hoa]        0.8.5claws115
4369
4370         * src/matcher_parser_lex.l
4371         * src/matcher_parser_parse.y
4372                 config file for scoring and filtering is no more trashed
4373                 when there is a syntax error in a filtering rule when
4374                 editing it in a dialog.
4375
4376 2002-11-09 [colin]      0.8.5claws114
4377
4378         * src/mbox_folder.c
4379                 Added missing initialisation of folder->destroy()
4380
4381 2002-11-09 [colin]      0.8.5claws113
4382
4383         * src/folder.c
4384           src/folderview.c
4385                 Fix the status bar messages
4386
4387 2002-11-09 [colin]      0.8.5claws112
4388
4389         * src/folderview.c
4390                 Fix hangs after folder dnd, happening after 
4391                 claws109.
4392
4393 2002-11-09 [christoph]  0.8.5claws111
4394
4395         * src/folderview.c
4396                 just changed order of calls (reverse order of
4397                 associated calls)
4398         * src/inc.c
4399                 lock inc when checking only one account, otherwise
4400                 inc all could be executed at the same time
4401
4402 2002-11-09 [christoph]  0.8.5claws110
4403
4404         * src/folderview.c
4405                 better unlock the mouse cursor before calling
4406                 summary_show because it changes the cursor too
4407
4408 2002-11-09 [christoph]  0.8.5claws109
4409
4410         * src/folder.[ch]
4411         * src/folderview.c
4412                 add functions to open and close a folder
4413                 o opending will execute scanning for remote folders
4414                   and processing
4415                 o closing will unset new flag for messages
4416
4417 2002-11-09 [colin]      0.8.5claws108
4418
4419         * src/folder.c
4420                 Add a call to prefs_matcher_write_config to 
4421                 avoid non-leaf folders filtering settings to be
4422                 lost
4423
4424 2002-11-09 [paul]       0.8.5claws107
4425
4426         * src/prefs_account.c
4427                 re-word a label
4428
4429 2002-11-09 [colin]      0.8.5claws106
4430
4431         * src/folderview.c
4432                 Minor esthetic fix
4433
4434 2002-11-09 [colin]      0.8.5claws105
4435
4436         * src/folderview.c
4437                 Fix prefs_filtering deletion for MH folders (same
4438                 reason as below)
4439         * src/prefs_filtering.c
4440                 Fix prefs_filtering renaming and deletion for 
4441                 folder-based processing rules.  
4442
4443 2002-11-09 [christoph]  0.8.5claws104
4444
4445         * src/compose.c
4446         * src/folder.[ch]
4447         * src/folderview.[ch]
4448         * src/import.c
4449         * src/inc.c
4450         * src/main.c
4451         * src/mainwindow.c
4452         * src/messageview.c
4453         * src/prefs_folder_item.c
4454         * src/procmsg.c
4455         * src/summaryview.c
4456                 implement a callback system for folder item updates
4457
4458 2002-11-09 [colin]      0.8.5claws103
4459
4460         * src/folderview.c
4461                 Fix prefs_filtering renaming for MH folders (we
4462                 shouldn't rename by path as another folder could
4463                 have the same hierarchy).
4464
4465 2002-11-09 [colin]      0.8.5claws102
4466
4467         * src/folder.c
4468                 Fix a leak found by Christoph, use better variable
4469                 names
4470
4471 2002-11-09 [colin]      0.8.5claws101
4472
4473         * src/folder.c
4474                 One more fix for processing rules
4475
4476 2002-11-08 [colin]      0.8.5claws100
4477         
4478         * src/matcher.c
4479                 Don't copy the compiled regexp (will be reevaluated)
4480         * src/folderview.c
4481                 Lock folderview while moving
4482         * src/folder.c
4483                 Provide info on what's happening to the user
4484
4485 2002-11-08 [colin]      0.8.5claws99
4486
4487         * src/folderview.c
4488                 Fix folder reordering after a move if parent is 
4489                 root
4490         * src/scoring.[ch]
4491                 Add function to copy a ScoringProp
4492         * src/prefs_folder_item.c
4493                 Copy scoring rules when copying a folder prefs
4494
4495 2002-11-08 [colin]      0.8.5claws98
4496
4497         * src/folderview.c
4498                 Fixes in case of failure
4499         * src/filtering.[ch]    
4500                 Add function to duplicate a FilteringProp
4501         * src/matcher.[ch]
4502                 Add function to duplicate a MatcherProp
4503         * src/prefs_folder_item.c
4504                 Save folder's processing rules when copying 
4505                 its prefs
4506
4507 2002-11-08 [colin]      0.8.5claws97
4508         
4509         * src/folderview.c
4510                 Sort after move
4511         * src/folder.c 
4512                 Change a printf to debug_print
4513
4514 2002-11-08 [colin]      0.8.5claws96
4515
4516         * src/folder.c
4517           src/folderview.c
4518                 Fix segfaults, call me stupido
4519         
4520
4521 2002-11-08 [colin]      0.8.5claws95
4522
4523         *src/folder.c
4524                 Added forgotten prefs to save when moving folders
4525
4526 2002-11-08 [colin]      0.8.5claws94
4527
4528         * src/folder.c
4529                 Fixes to folder DND (prefs copy)
4530         * src/folderview.c
4531                 Optimization for folder DND (don't rescan whole tree)
4532                 Added folderview_create_folder_node() for this 
4533                 optimization, so de-duped a bit the code
4534         * src/prefs_folder_item.[ch]
4535                 Added prefs_folder_item_copy_prefs()    
4536           
4537 2002-11-08 [paul]       0.8.5claws93
4538
4539         * src/prefs_account.c
4540           tools/README
4541           tools/kmail2sylpheed_v2.pl
4542                 correct some typos
4543
4544 2002-11-08 [paul]       0.8.5claws92
4545
4546         * src/compose.c
4547           src/prefs_account.[ch]
4548                 remove account options 'clearsign' and 'ascii_armored',
4549                 replace with 'default_gnupg_mode' to prevent mixed-mode
4550                 Privacy settings
4551
4552 2002-11-08 [paul]       0.8.5claws91
4553
4554         * src/compose.[ch]
4555                 re-implement GnuPG 'on-the-fly' mode selection,
4556                 disallow mixed-mode
4557
4558 2002-11-08 [colin]      0.8.5claws90
4559
4560         * src/folderview.c
4561           src/prefs_folder_item.c
4562                 Change "Property" to "Properties"
4563
4564 2002-11-07 [colin]      0.8.5claws89
4565
4566         * src/folderview.c
4567           src/folder.c
4568                 Allow folder dropping to a root folder
4569
4570 2002-11-07 [paul]       0.8.5claws88
4571
4572         * src/compose.c
4573                 revert last commit
4574
4575 2002-11-07 [paul]       0.8.5claws87
4576
4577         * src/compose.c
4578                 fix reply-to-list bug. closes bug report
4579                 "[633382] reply-to-list broken in recent cvs"
4580
4581 2002-11-07 [paul]       0.8.5claws86
4582
4583         * src/compose.c
4584                 add a forgotten '#if USE_GPGME ... #endif'
4585
4586 2002-11-07 [paul]       0.8.5claws85
4587
4588         * sync with 0.8.5cvs20
4589                 see ChangeLog 2002-11-07
4590
4591 2002-11-07 [colin]      0.8.5claws84
4592
4593         * src/folder.[ch]
4594                 Change folder_item_move_to to return the newly 
4595                 created folderitem.
4596         * src/folderview.c
4597                 Select the new folderitem after moving.
4598
4599 2002-11-07 [colin]      0.8.5claws83
4600
4601         * src/prefs_filtering.c
4602                 Fix rule rewriting when moving a leaf folder to a 
4603                 shorter path
4604
4605 2002-11-07 [colin]      0.8.5claws82
4606
4607         * src/prefs_filtering.c
4608                 fix a leak
4609
4610 2002-11-07 [colin]      0.8.5claws81
4611
4612         * src/folder.[ch]
4613                 Add folder_item_move_to() function to move a 
4614                 folderitem into another one (updates matcher etc)
4615         * src/folderview.c
4616                 Add folder drag'n drop (context menu to come)
4617                 [Should be dataloss free, but Please backup before 
4618                  trying !]
4619
4620 2002-11-06 [colin]      0.8.5claws80
4621
4622         * src/mh.c
4623                 mh_create_folder() returns NULL if can't create
4624                 directory hierarchy
4625
4626 2002-11-06 [paul]       0.8.5claws79
4627
4628         * src/compose.[ch]
4629                 allow 'on-the-fly' changing of the type of encryption 
4630                 and/or signing used (mime/ascii) via the compose window
4631
4632 2002-11-06 [paul]       0.8.5claws78
4633
4634         * sync with 0.8.5cvs19
4635                 see ChangeLog 2002-11-06 for src/account.c: 
4636                 account_get_special_folder()
4637                 
4638 2002-11-05 [alfons]     0.8.5claws77
4639
4640         * src/crash.c
4641                 very minor cleanups: nothing to see here, move on. :-)
4642
4643 2002-11-05 [colin]      0.8.5claws76
4644
4645         * src/main.c
4646                 Changes choices if compose windows are opened to
4647                 Discard, Draft, Don't quit
4648
4649 2002-11-05 [thorsten]   0.8.5claws75
4650
4651         * src/compose.c
4652                 reenabled default_reply_to folder option
4653
4654 2002-11-05 [colin]      0.8.5claws74
4655
4656         * src/compose.[ch] 
4657                 add compose_draft()
4658         * src/crash.c
4659                 add SIGTERM handler
4660         * src/main.[ch]
4661                 add clean_quit() for the SIGTERM handler
4662
4663 2002-11-05 [paul]       0.8.5claws73
4664         
4665         * po/es.po
4666                 updated by Ricardo Mones Lastra
4667
4668 2002-11-05 [melvin]     0.8.5claws72
4669
4670         * src/logwindow.c
4671                 Fixed log-clipping bug #616795.
4672                 To stop logging in the log window use 0 length.
4673         * src/prefs_common.c
4674                 Added a label to inform about the 0 log length behaviour.
4675
4676 2002-11-05 [paul]       0.8.5claws71
4677
4678         * sync with 0.8.5cvs17
4679                 see ChangeLog 2002-11-05
4680
4681 2002-11-04 [paul]       0.8.5claws70
4682
4683         * sylpheed-128x128.png
4684           sylpheed-64x64.png
4685           sylpheed.png
4686                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4687                 <nikai@users.sourceforge.net>
4688                 
4689         * po/bg.po
4690                 updated by George Danchev
4691
4692 2002-11-03 [thorsten]   0.8.5claws69
4693
4694         * src/main.c
4695           src/mimeview.c
4696           src/rfc2015.h
4697                 add check if gpg is active
4698
4699 2002-11-03 [thorsten]   0.8.5claws68
4700
4701         * src/toolbar.h
4702                 removed GSList declaration causing trouble on MacOS-X
4703                 (submitted by alfons, reported by xfesty)
4704
4705 2002-11-01 [paul]       0.8.5claws67
4706
4707         * src/mainwindow.c
4708                 remove last remnants of main's filter code
4709
4710 2002-11-01 [paul]       0.8.5claws66
4711
4712         * tools/filter_conv.pl
4713                 fix bug where user-defined headers were ignored
4714
4715 2002-11-01 [paul]       0.8.5claws65
4716
4717         * src/logwindow.c
4718                 make a debug_print() not translatable
4719
4720 2002-10-31 [melvin]     0.8.5claws64
4721
4722         * ac/aspell.m4
4723                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4724                 not run any GNU/aspell test.  The dictionary path will
4725                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4726                 was given, in which case, it will be $prefix/lib/aspell/
4727         * configure.in
4728                 Fixed typo in commentary (Aspell code).
4729
4730 2002-10-31 [paul]       0.8.5claws63
4731
4732         * po/POTFILES.in
4733                 remove src/filter.c and src/prefs_filter.c
4734                 thanks to Ricardo for reminding me
4735
4736 2002-10-31 [colin]      0.8.5claws62
4737
4738         * src/mbox_folder.c
4739                 Plug some leaks
4740
4741 2002-10-31 [paul]       0.8.5claws61
4742
4743         * src/prefs_filter.[ch] ** REMOVED **
4744           src/filter.[ch]       ** REMOVED **
4745           
4746         * src/Makefile.am
4747           src/folderview.c
4748           src/inc.c
4749           src/main.c
4750           src/mainwindow.c
4751           src/mbox.c
4752           src/prefs_common.c
4753           src/prefs_filtering.c
4754           src/summaryview.[ch]
4755                 remove main's 'filter' code
4756                 
4757         README.claws
4758                 update to reflect removal of main's filter
4759
4760 2002-10-31 [paul]       0.8.5claws60
4761
4762         * src/summaryview.c
4763                 remove check for global_processing in summary_filter_open(). 
4764                 This fixes the bug where if the user uses the right-click 
4765                 'Create filter rule...' and doesn't have any filter rules 
4766                 already defined in claws' advanced filtering, the newly 
4767                 created filter rule goes to main's filtering which is 
4768                 inaccessible through the gui. Now the filter rule gets added
4769                 to claws' filtering by default.
4770
4771 2002-10-28 [melvin]     0.8.5claws59
4772
4773         * src/prefs_actions.c
4774                 Fixed bug #627322 where MIME parts were not always
4775                 correctly passed to a %p action
4776                 Display an error dialog when message filename is not found.
4777
4778 2002-10-28 [melvin]     0.8.5claws58
4779
4780         * src/prefs_common.c
4781                 Readded a missing function declaration lost in 0.8.3claws34
4782
4783 2002-10-28 [paul]       0.8.5claws57
4784
4785         * sync with 0.8.5cvs15
4786                 see ChangeLog 2002-10-28 and 2002-10-25
4787                 
4788         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4789
4790 2002-10-27 [oliver]     0.8.5claws56
4791
4792         * src/pop.c
4793                 plug leak in pop3_top_recv
4794
4795 2002-10-26 [christoph]  0.8.5claws55
4796
4797         * src/folder.c
4798                 set need_update folder flag when messages are added
4799                 (closes bug [ 626922 ] folder not updated after receiving)
4800
4801 2002-10-25 [melvin]     0.8.5claws54
4802
4803         * src/imageview.c
4804                 Fixed a memleak introduced in the scaling code.
4805
4806 2002-10-24 [alfons]     0.8.5claws53
4807
4808         * src/filtering.c
4809                 make filtering's forward message action forward from the 
4810                 correct account
4811                 (closes bug [628089 ] Filter -> Forward from address problem
4812                 reported by Oktay)
4813
4814 2002-10-24 [christoph]  0.8.5claws52
4815
4816         * src/mainwindow.c
4817         * src/manual.[ch]
4818                 o use manual of current locale or english if current
4819                   locale is not available (and english is available)
4820                 o also link to sylpheed doc project manuals
4821
4822 2002-10-23 [paul]       0.8.5claws51
4823
4824         * tools/README
4825           tools/kmail2sylpheed_v2.pl
4826                 add new version of kmail addressbook importer script.
4827                 works with newer versions of Kmail/KAddressBook which
4828                 have new and rearranged data.
4829
4830 2002-10-23 [martin]     0.8.5claws50
4831
4832         * src/folderview.c
4833         * src/summaryview.c
4834         * src/utils.h
4835         * src/utils.c
4836                 added length parameter to get_abbrev_newsgroup_name()
4837                 changed this function so that it abbreviates the newsgroup
4838                 names only so long it is smaller than the length parameter
4839                 (for better reading of some newsgroup names and space efficiency)
4840
4841 2002-10-22 [colin]      0.8.5claws49
4842
4843         *src/foldersel.c
4844                 Revert Alfons' last modification (after voting ;-))
4845
4846 2002-10-21 [alfons]     0.8.5claws48
4847
4848         * src/foldersel.c
4849                 folder view in folder selection dialog reflects state of
4850                 folder view in main window
4851
4852 2002-10-18 [alfons]     0.8.5claws47
4853
4854         * src/mbox.c
4855                 drop imported messages in folder selected by user,
4856                 and not in the inbox
4857                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4858
4859 2002-10-18 [alfons]     0.8.5claws46
4860
4861         * src/compose.c
4862                 make automagic reply work correctly for email accounts 
4863                 (whether it's viable to do a full sync with Hiro's 
4864                 compose.c is still under discussion)
4865
4866 2002-10-18 [melvin]     0.8.5claws45
4867
4868         * src/prefs_actions.c
4869                 Fixed bug #622275 where asynchroneous actions left 
4870                 zombies processes
4871                 Made (synchroneous) actions' input be displayed live.
4872
4873 2002-10-18 [christoph]  0.8.5claws44
4874
4875         * src/textview.c
4876                 don't add a newline in the textview in front of the
4877                 first textpart if header display is disabled
4878                 (closes bug [ 603385 ] disabled header display leaves blank
4879                  lin)
4880
4881 2002-10-18 [christoph]  0.8.5claws43
4882
4883         * src/folder.[ch]
4884         * src/imap.c
4885         * src/mbox_folder.c
4886         * src/mh.c
4887         * src/news.c
4888                 folder->get_num_list now returns an error code
4889                 (closes bug [ 609424 ] News cache cleared on failure)
4890                 
4891 2002-10-17 [colin]      0.8.5claws42
4892         
4893         * src/news.c
4894                 Changed a printf by debug_print
4895
4896 2002-10-16 [paul]       
4897
4898         * tools/OOo2sylpheed.pl
4899                 allow for spaces in the name of the
4900                 file to be attached.
4901
4902 2002-10-16 [colin]      0.8.5claws41
4903
4904         * src/main.c
4905                 Use a tristate to change online mode
4906
4907 2002-10-16 [paul]       0.8.5claws40
4908
4909         * po/es.po
4910                 updated by Ricardo Mones Lastra
4911
4912 2002-10-16 [colin]      0.8.5claws39
4913
4914         * src/main.c
4915           src/mainwindow.[ch]
4916                 Added --online and --offline command-line
4917                 switches
4918
4919 2002-10-15 [christoph]  0.8.5claws38
4920
4921         * src/procmime.c
4922                 set mimeinfo->name to NULL after g_free to
4923                 avoid double freeing with g_free
4924
4925 2002-10-14 [christoph]  0.8.5claws37
4926
4927         * src/compose.c
4928         * src/filtering.c
4929         * src/summaryview.c
4930                 remove calls to folder->change_flags that are now
4931                 done by procmsg flag functions (seems it is not
4932                 used by any foldertype anyway)
4933         * src/folder.c
4934                 init folder->change_flags with NULL
4935
4936 2002-10-14 [christoph]  0.8.5claws36
4937
4938         * src/folder.[ch]
4939         * src/imap.[ch]
4940                 use virtual functions for folder item new and destroy
4941                 functions
4942
4943 2002-10-14 [melvin]     0.8.5claws35
4944
4945         * src/compose.c
4946                 Added a test to not run the spell checker if no default
4947                 dictionary is available. No dialog is displayed though.
4948
4949 2002-10-14 [melvin]     0.8.5claws34
4950
4951         * src/gtkaspell.c
4952                 Fixed bug in dictionary list context menu where
4953                 "More..." pointed to an emtpy submenu if the
4954                 number of dictionaries is a multiple of 15
4955                 Removed unneeded code in suggestions list creation
4956
4957 2002-10-14 [paul]       0.8.5claws33
4958
4959         * po/bg.po
4960                 updated by George Danchev
4961
4962 2002-10-13 [hoa]        0.8.5claws32
4963
4964         * src/matcher.[ch]
4965           src/matcher_parser_parser.y
4966                 removed the escaped string from internal structure
4967                 of matcher.
4968
4969 2002-10-12 [colin]      0.8.5claws31
4970
4971         * src/gtksctree.[ch]
4972           src/summaryview.c
4973                 Removed useless function gtksctree_reanchor
4974
4975 2002-10-12 [alfons]     0.8.5claws30
4976         
4977         * sync with remaining main changes 2002-10-09 - 2002-10-11
4978         - drop changes to src/compose.c (requires claws specific changes)
4979         
4980 2002-10-12 [alfons]     0.8.5claws29
4981         
4982         * sync with main changes of 2002-10-08
4983         - drop changes to src/compose.c (requires claws specific changes)
4984         - drop changes to src/summaryview.c (requires changes to compose.c)     
4985
4986 2002-10-12 [alfons]     0.8.5claws28
4987         
4988         * sync with main changes of 2002-10-07
4989
4990 2002-10-12 [alfons]     0.8.5claws27
4991
4992         * sync with main changes of 2002-10-04
4993         - drop changes to src/compose.c (requires claws specific changes)
4994         - drop changes to src/prefs_folder_item.c (claws implementation
4995           seems to be working)
4996
4997 2002-10-12 [colin]      0.8.5claws26
4998
4999         * src/mainwindow.c
5000                 Fix folder-flicker when space-reading, introduced 
5001                 in claws22.
5002
5003 2002-10-12 [colin]      0.8.5claws25
5004
5005         * src/compose.c
5006                 Save account address when saving as draft.
5007                 (closes bug 621838)
5008
5009 2002-10-12 [colin]      0.8.5claws24
5010
5011         * src/summaryview.c
5012                 Fix the problem consisting of no message selected
5013                 after the last message in a folder has been moved.
5014
5015 2002-10-12 [paul]       0.8.5claws23
5016
5017         * src/compose.c
5018           src/prefs_template.c
5019           src/template.[ch]
5020                 add Cc and Bcc to templates. Patch submitted by
5021                 John L. Males.
5022
5023 2002-10-12 [colin]      0.8.5claws22
5024
5025         * src/folderview.c
5026                 Fix a bug after "Check for new messages":
5027                 If a folder was opened, it was still selected at
5028                 the end of the check, but displayed empty.
5029         * src/mainwindow.c
5030                 Remove unnecessary check
5031
5032 2002-10-12 [paul]
5033
5034         * tools/README
5035                 be more verbose in the description of
5036                 OOo2sylpheed.pl
5037                 
5038
5039 2002-10-11 [colin]      0.8.5claws21
5040
5041         * src/mainwindow.c
5042                 Make space work (better) when no mail is selected
5043
5044 2002-10-11 [colin]      0.8.5claws20
5045
5046         * src/inc.c
5047           src/news.c
5048                 fix warnings
5049
5050 2002-10-11 [colin]      0.8.5claws19
5051
5052         * src/mainwindow.c
5053                 revert 0.8.5claws6 changes as i couldn't get to
5054                 anything satisfying
5055
5056 2002-10-11 [melvin]     0.8.5claws18
5057
5058         * src/compose.c
5059                 Removed buggy and unused macro (should have been committed in
5060                 0.8.5claws17)
5061
5062 2002-10-11 [melvin]     0.8.5claws17
5063
5064         * src/compose.c
5065                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5066
5067 2002-10-11 [thorsten]   0.8.5claws16 
5068
5069         * src/folderview.c
5070                 remove rescan warning
5071
5072 2002-10-11 [colin]      0.8.5claws15 
5073
5074         * src/procheader.c
5075                 fix a segfault that happens if conv_unmime_header
5076                 fails (should be better to find out why it fails)
5077
5078 2002-10-11 [christoph]  0.8.5claws14
5079
5080         * src/summaryview.c
5081                 update folderview stats after ignore/unignore thread
5082
5083 2002-10-11 [hoa]        0.8.5claws13
5084
5085         * src/quote_fmt_parse.y
5086                 Fixed a yacc/bison syntax error
5087         * src/matcher.c
5088                 Escaping of string is fixed.
5089
5090 2002-10-11 [colin]      0.8.5claws12
5091
5092         * src/imageview.c
5093                 Resize images to fit
5094
5095 2002-10-11 [paul]       0.8.5claws11
5096
5097         * po/es.po
5098                 updated by Ricardo Mones Lastra
5099
5100 2002-10-10 [alfons]     0.8.5claws10
5101
5102         * src/compose.c
5103                 allow dropping files by "moving" files from a file manager,
5104                 not only by the more cumbersome "copying". the latter 
5105                 mostly implies holding down the Control button
5106
5107 2002-10-10 [christoph]  0.8.5claws9
5108
5109         * src/summaryview.c
5110                 update folders after thread building for ignored threads
5111
5112 2002-10-10 [christoph]  0.8.5claws8
5113
5114         * config/.cvsignore
5115                 added Makefile
5116         * src/filtering.[ch]
5117         * src/folder.[ch]
5118         * src/folderview.[ch]
5119         * src/import.c
5120         * src/inc.[ch]
5121         * src/mbox.[ch]
5122         * src/procmsg.c
5123         * src/summaryview.[ch]
5124                 o added new flag need_update to FolderItem
5125                 o removed folder_table from various functions from tracking
5126                   folder updates
5127                 o set need_update flags in folder.c's move, copy and delete
5128                   functions and procmsg's flags functions
5129                 o added function folderview_update_items_when_required that
5130                   updates all folders with need_update set
5131                 o call folderview_update_items_when_required instead of
5132                   folderview_update_item_foreach
5133
5134 2002-10-09 [sergey]     0.8.5claws7
5135
5136         * src/compose.c
5137                 Strip CRs whel loading the text into editor in reedit mode.
5138
5139 2002-10-09 [colin]      0.8.5claws6
5140
5141         * src/mainwindow.c
5142                 Make Space work when no mail is selected
5143
5144 2002-10-09 [colin]      0.8.5claws5
5145
5146         * src/gtksctree.[ch]
5147                 Fix range_select
5148                 Add gtk_sctree_reanchor() 
5149         * src/summaryview.c
5150                 Use gtk_sctree_reanchor() - better fix for 
5151                 bug 60413
5152
5153 2002-10-09 [colin]      0.8.5claws4
5154
5155         * src/summaryview.c
5156                 Fix shift-click select after delete problem
5157                 (closes bug 60413)
5158
5159 2002-10-08 [thorsten]   0.8.5claws3
5160
5161         * src/summaryview.c
5162                 exclude current msg from -hide read messages-
5163
5164 2002-10-08 [colin]      0.8.5claws2
5165
5166         * src/inc.[ch]
5167           src/pop.c
5168           src/recv.c
5169                 Differentiate socket errors from disk full
5170                 errors
5171
5172 2002-10-08 [christoph]  0.8.5claws1
5173
5174         * Makefile.am
5175         * configure.in
5176                 modifications for new config directory
5177
5178         * config.guess  ** REMOVED **
5179         * config.sub    ** REMOVED **
5180         * install-sh    ** REMOVED **
5181         * ltmain.sh     ** REMOVED **
5182         * missing       ** REMOVED **
5183         * mkinstalldirs ** REMOVED **
5184                 these files are autogenerated by automake
5185                 when you run autogen.sh
5186
5187         * config/.cvsignore     ** NEW FILE **
5188         * config/Makefile.am    ** NEW FILE **
5189                 ignore autogenerated files
5190                 create a Makefile in this directory
5191
5192 2002-10-08 [paul]       0.8.5claws
5193
5194         * 0.8.5claws release
5195         
5196         * src/compose.c
5197           src/procheader.c
5198           src/procmsg.c
5199                 fix quote reply format for newsgroups reply bug
5200                 (thanks to Hoa)
5201                 
5202         * po/en_GB.po
5203           po/pl.po
5204                 updated by me and Witold Wladyslaw Wojciech Wilk
5205                 repectively
5206
5207 2002-10-07 [paul]       0.8.3claws53
5208
5209         * po/it.po
5210           po/pt_BR.po
5211           po/sr.po
5212                 updated messages catalogs, submitted by
5213                 Alessandro Maestri, Fabio Jr.Beneditto 
5214                 and Urke MMI, respectively.
5215
5216 2002-10-07 [christoph]  0.8.3claws52
5217
5218         * src/folder.[ch]
5219         * src/folderview.c
5220         * src/mainwindow.c
5221                 fix new folder ghost message bug
5222                 (closes bug [ 619722 ] wrong count for newly created folders)
5223
5224 2002-10-07 [christoph]  0.8.3claws51
5225
5226         * src/compose.c
5227                 fix news posting problem
5228
5229 2002-10-07 [melvin]     0.8.3claws50
5230
5231         * po/fr.po
5232                 Updated French translation
5233
5234 2002-10-05 [christoph]  0.8.3claws49
5235
5236         * src/gtkstext.c
5237                 check if line_start_cache is set in gtk_stext_update_text
5238                 (closes bug [ 618119 ] crash while doing search in folder)
5239
5240 2002-10-05 [christoph]  0.8.3claws48
5241
5242         * src/imap.c
5243         * src/news.c
5244         * src/utils.c
5245         * src/utils.h
5246                 implement cache cleanups for claws' folder system
5247                 (closes bug [ 595916 ] imapcache not cleaned up)
5248
5249 2002-10-05 [melvin]     0.8.3claws47
5250
5251         * src/prefs_actions.c
5252                 Made the help text more clear for the %p token
5253
5254 2002-10-04 [paul]       0.8.3claws46
5255
5256         * sync with 0.8.5
5257                 see ChangeLog 2002-10-02 and 2002-10-03
5258
5259 2002-10-04 [christoph]  0.8.3claws45
5260
5261         * src/inc.c
5262                 fix segfault caused by pop before smtp
5263                 call to inc_account_mail with NULL
5264                 pointer for mainwin
5265
5266 2002-10-04 [paul]       0.8.3claws44
5267
5268         * configure.in
5269                 sync the LDAP detection from 0.8.5cvs1
5270
5271 2002-10-02 [christoph]  0.8.3claws43
5272
5273         * po/de.po
5274                 fix small spelling error
5275
5276 2002-10-02 [melvin]     0.8.3claws42
5277
5278         * ac/aspell.m4
5279                 Behave better and say "no" when test program cannot be run.
5280
5281 2002-10-02 [paul]       0.8.3claws41
5282
5283         * sync with 0.8.4cvs1
5284                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5285                 
5286         * src/summaryview.c
5287                 toggle the behavior of Reply menuitem between
5288                 normal reply and reply-to-list
5289
5290 2002-10-01 [sergey]     0.8.3claws40
5291
5292         * src/compose.c
5293                 Convert newlines in the message text to the canonical form
5294                 before base64 encoding (RFC2045 compliance, fixes some
5295                 interoperability issues with Evolution 1.0.3)
5296
5297 2002-09-29 [colin]      0.8.3claws39
5298
5299         * src/summaryview.c
5300                 Fix an unwanted copy/paste
5301
5302 2002-09-29 [colin]      0.8.3claws38
5303
5304         * src/mainwindow.c
5305                 Renamed "Custom toolbar" to "Customize toolbar"
5306                 Renamed "Show all header" to "Show all headers"
5307                 Renamed "Set diplay item" to "Set displayed items"
5308         * src/prefs_common.c
5309                 Renamed "Show all header" to "Show all headers"
5310         * src/prefs_summary_column.c
5311                 Renamed "diplay item" to "displayed items"
5312
5313 2002-09-29 [colin]      0.8.3claws37
5314
5315         * src/mainwindow.[ch]
5316                 online/offline status pixmaps follow theme
5317                 changes
5318         * src/summaryview.[ch]
5319                 quicksearch pixmap follows theme changes
5320
5321 2002-09-29 [thorsten]   0.8.3claws36
5322
5323         * src/compose.c
5324           src/prefs_folder_item.[ch]
5325                 add default_reply_to folder option (closes patch 581044)
5326
5327 2002-09-29 [christoph]  0.8.3claws35
5328
5329         * acconfig.h    ** REMOVED **
5330         * configure.in
5331         * ac/aspell.m4
5332         * ac/check-type.m4
5333         * ac/gnupg-check-typedef.m4
5334                 fix autoheader 2.50 warning
5335
5336 2002-09-29 [christoph]  0.8.3claws34
5337
5338         * major code cleanup (part 2)
5339         
5340                 - unused variables removed
5341                 - unused functions removed
5342                 - uninitialized variables checked
5343                 - missing return statements added
5344                 - missing function return types added
5345                 - added parentheses around assignment
5346                   when suggested by gcc
5347
5348 2002-09-29 [alfons]     0.8.3claws33
5349
5350         * src/logwindow.c
5351                 log_window_clear(): only bracket gtk_text_forward_delete() 
5352                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5353                 works around GTK text bug)
5354
5355 2002-09-29 [paul]       0.8.3claws32
5356
5357         * po/bg.po
5358           po/sr.po
5359                 updated by George Danchev and Urke MMI
5360                 respectively
5361
5362 2002-09-27 [christoph]  0.8.3claws31
5363
5364         * doc-src/readme.txt
5365         * doc-src/rfc1806.txt   ** REMOVED **
5366         * doc-src/rfc2183.txt   ** NEW FILE **
5367         * doc-src/rfc2980.txt   ** NEW FILE **
5368                 update rfcs
5369
5370 2002-09-27 [melvin]     0.8.3claws30
5371
5372         * ac/aspell.m4
5373                 Fixed typo which could break linking
5374
5375 2002-09-27 [melvin]     0.8.3claws29
5376
5377         * ac/aspell.m4
5378                 Improved GNU/aspell checking. 
5379                 Fixed bug #614490
5380
5381 2002-09-27 [paul]       0.8.3claws28
5382
5383         * sync with 0.8.3cvs8
5384                 see ChangeLog 2002-09-27
5385
5386 2002-09-26 [colin]      0.8.3claws27
5387
5388         * src/toolbar.[ch]
5389           src/mainwindow.[ch]
5390                 Add "Reply to Mailing-list" to the toolbar
5391
5392 2002-09-26 [christoph]  0.8.3claws26
5393
5394         * src/summaryview.c
5395                 Fix wrong message counts in summaryview status
5396
5397 2002-09-26 [paul]       0.8.3claws25
5398
5399         * sync with 0.8.3cvs7
5400                 see ChangeLog 2002-09-26
5401
5402 2002-09-26 [paul]       0.8.3claws24
5403
5404         * sync with 0.8.3cvs6
5405                 see ChangeLog 2002-09-25
5406
5407 2002-09-25 [christoph]  0.8.3claws23
5408
5409         * src/prefs_common.c
5410         * src/prefs_folder_item.c
5411         * src/prefs_scoring.c
5412                 Renamed "kill score" to "hide score" in GUI
5413                 and prefs files
5414
5415 2002-09-25 [paul]       0.8.3claws22
5416
5417         * sync with 0.8.3cvs5
5418                 see ChangeLog 2002-09-24
5419
5420 2002-09-24 [alfons]     0.8.3claws21
5421
5422         patch by Satoshi Nagayasu: allows appending / saving multiple 
5423         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5424         'Save as ...'")
5425
5426         * AUTHORS
5427                 add Satoshi Nagayasu
5428         * src/summaryview.c
5429                 summary_save_as(): allow saving selected files to
5430                 one file
5431                 summary_set_menu_sensitive: enable "Save As..." when
5432                 multiple files are selected
5433         * src/utils.[ch]
5434                 append_file(): new function
5435
5436 2002-09-24 [colin]      0.8.3claws20
5437
5438         * src/procmime.c
5439                 Fix segfault when mimeinfo doesn't have a 
5440                 content_type. 
5441
5442 2002-09-24 [colin]      0.8.3claws19
5443
5444         * src/prefs_common.[ch]
5445                 Add a preference to display send dialog or not
5446         * src/send.c
5447                 Display send dialog according to preference
5448
5449 2002-09-24 [colin]      0.8.3claws18
5450
5451         * src/compose.[ch]
5452                 Disable user actions when sending
5453
5454 2002-09-24 [colin]      0.8.3claws17
5455
5456         * src/procmime.c
5457                 Do not display name or filename for attachments
5458                 with an application/pgp-signature type
5459                 (security flaw, see bug 537413)
5460
5461 2002-09-23 [colin]      0.8.3claws16
5462
5463         * src/editaddress.c
5464                 Initialize entry_email, entry_alias and 
5465                 entry_remarks to first email address of the list
5466
5467 2002-09-23 [colin]      0.83claws15
5468
5469         * src/compose.c
5470                 Drop pgp-signature when reediting a signed queued
5471                 message
5472
5473 2002-09-23 [melvin]     0.8.3claws14
5474
5475         * po/fr.po
5476                 Updated French translation
5477
5478 2002-09-23 [melvin]     0.8.3claws13
5479
5480         * src/mainwindow.c
5481                 Made custom toolbar menu labels more consistent
5482         * src/prefs_toolbar.c
5483                 Made custom toolbar window title more consistent
5484
5485 2002-09-22 [colin]      0.8.3claws12
5486
5487         * src/inc.c
5488                 Initialize session type to normal before getting 
5489                 mail (fixes strange Get behaviour)
5490         * src/prefs_account.h
5491                 Move STYPE_POP_BEFORE_SMTP to last position to 
5492                 avoid other side-effects
5493
5494 2002-09-22 [colin]      0.8.3claws11
5495
5496         * src/prefs_account.c
5497                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5498                 from pop3 to apop or vice-versa
5499
5500 2002-09-22 [colin]      0.8.3claws10
5501         
5502         * src/prefs_account.[ch]
5503                 Add an option for the POP before SMTP timeout
5504         * src/inc.c
5505                 Remember time of last POP connection
5506         * src/send.c
5507                 Do POP before SMTP only if timeout reached
5508
5509 2002-09-22 [oliver]     0.8.3claws9
5510         
5511         * README.claws
5512                 explain custom toolbar
5513
5514 2002-09-22 [oliver]     0.8.3claws8
5515
5516         * src/prefs_actions.[ch]
5517         custom toolbar for compose      
5518                 actions callback from compose toolbar
5519         * src/folderview.c
5520                 remove include toolbar.h
5521
5522 2002-09-22 [oliver]     0.8.3claws7
5523         
5524         * src/prefs_toolbar.[ch]
5525                 custom toolbar for compose
5526                 - generic prefs_toolbar handles both
5527                   Mainwin's toolbar as well as Compose toolbar          
5528
5529 2002-09-22 [oliver]     0.8.3claws6
5530         
5531         * src/toolbar.[ch]
5532                 custom toolbar for compose
5533                 restructure toolbar.[ch]
5534
5535 2002-09-22 [oliver]     0.8.3claws5
5536
5537         * src/compose.[ch]
5538                 custom toolbar for compose
5539
5540 2002-09-22 [oliver]     0.8.3claws4
5541         
5542         * src/mainwindow.[ch]
5543                 custom toolbar for compose 
5544                 move mainwin toolbar back to mainwindow
5545
5546 2002-09-22 [alfons]     0.8.3claws3
5547
5548         * src/procmsg.c
5549                 :%sno/if(/if (/gc
5550                 :%sno/for(/for (/gc
5551                 (beautify)
5552
5553 2002-09-22 [alfons]     0.8.3claws2
5554         
5555         * src/procmsg.c
5556                 procmsg_save_to_outbox(): don't unlink message file from queue;
5557                 callers should do it using folder_item_remove_msg()
5558
5559 2002-09-22 [colin]      0.8.3claws1
5560
5561         * src/mimeview.[ch]
5562                 Made mimeview_check_signature() public
5563         * src/textview.c
5564                 Made GPG signatures verifiable by clicking
5565                 the [application/pgp-signature] in the Text
5566                 view
5567
5568 2002-09-22 [paul]       0.8.3claws
5569
5570         * po/bg.po
5571           po/en_GB.po
5572           po/es.po
5573           po/it.po
5574           po/pl.po
5575           po/pt_BR.po
5576           po/sr.po
5577                 updated translations, submitted by George Danchev,
5578                 me, Ricardo Mones Lastra, Alessandro Maestri,
5579                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5580                 and Urke MMI, respectively.     
5581
5582 2002-09-22 [alfons]     0.8.2claws65
5583
5584         * src/procmsg.c
5585         * src/pgptext.c
5586                 no furry valgrinds have been used to plug these memleaks
5587
5588 2002-09-20 [paul]       0.8.2claws64
5589
5590         * sync with 0.8.3cvs4
5591                 'Select thread' re-implemented 
5592                 see ChangeLog 2002-09-20
5593
5594 2002-09-21 [alfons]     0.8.2claws63
5595
5596         * src/compose.c
5597                 compose_send(): plug unnoticed memleak
5598
5599 2002-09-20 [alfons]     0.8.2claws62
5600
5601         * src/addr_compl.c
5602                 replace_address_in_edit(): strict check for NULL address to
5603                 fix "[ 607348 ] Segfault in address completion". My guess is
5604                 that this happens with an empty address book, but it's good
5605                 to have this check here anyway
5606                 
5607                 completion_window_button_press(): free string returned 
5608                 from the internal cache
5609
5610 2002-09-20 [christoph]  0.8.2claws61
5611
5612         * src/procmime.h
5613                 added ENC_BINARY to EncodingType
5614         * src/procmime.c
5615                 the string returned by procmime_get_encoding_str
5616                 should not depend on the order of values in the
5617                 EncodingType definition
5618         * doc-src/rfc1806.txt   ** NEW FILE **
5619                 Added rfc1806 about MIME Content-Disposition
5620                 Extension
5621
5622 2002-09-19 [paul]       0.8.2claws60
5623
5624         * sync with 0.8.2cvs3
5625                 see ChangeLog 2002-09-19
5626
5627 2002-09-19 [paul]       0.8.2claws59
5628
5629         * src/prefs_folder_item.c
5630                 revert to Darko's original alignment of colour
5631                 selector button
5632                 add a colon to folder_color label
5633                 
5634         * src/compose.c
5635                 add Colin's patch (with Hiro's modifications) to 
5636                 force BASE64 encoding for 8-bit text when signing
5637                 (sync with 0.8.3cvs2)
5638
5639 2002-09-18 [alfons]     0.8.2claws58
5640
5641         * src/compose.c
5642                 :%sno/if(/if (/gc
5643                 :%sno/for(/for (/gc
5644                 (beautify a little bit)
5645
5646 2002-09-18 [christoph]  0.8.2claws57
5647
5648         * src/pine.c
5649                 fix handling of fgetc return value
5650
5651 2002-09-17 [alfons]     0.8.2claws56
5652         
5653         * src/summaryview.c
5654                 summary_sort(): check non-NULL summaryview->folder_item when no 
5655                 folder is selected at all
5656                 (closes "[ 610344 ] sort label make syl Crash")
5657
5658 2002-09-17 [alfons]     0.8.2claws55
5659         
5660         * src/compose.c
5661                 beautify a little bit
5662
5663 2002-09-17 [christoph]  0.8.2claws54
5664
5665         * src/folder.c
5666                 initialize max values for cache and folder
5667                 when cache or folder is empty
5668
5669 2002-09-15 [colin]      0.8.2claws53
5670
5671         * src/compose.c
5672                 Fix a leak (thanks Alfons!) and cleaned
5673                 variables names for custom headers
5674
5675 2002-09-15 [colin]      0.8.2claws52
5676
5677         * src/compose.c
5678                 Fix custom headers recognition when
5679                 prefs_common.trans_hdr is on
5680
5681 2002-09-15 [colin]      0.8.2claws51
5682
5683         * src/compose.c
5684                 Allow dynamically-added custom headers
5685                 Yet not reparsed if reedited
5686
5687 2002-09-15 [alfons]     0.8.2claws50
5688
5689         * src/prefs_account.c
5690                 fix warnings
5691
5692 2002-09-15 [colin]      0.8.2claws49
5693         
5694         * src/prefs_account.c
5695                 fix pop_before_smtp sensitivity
5696
5697 2002-09-15 [colin]      0.8.2claws48
5698
5699         * src/inc.[ch]
5700                 add inc_pop_before_smtp()
5701                 allow MainWindow to be undefined in 
5702                 inc_account_mail() and inc_start()
5703         * src/pop.c
5704           src/prefs_account.h
5705                 add STYPE_POP_BEFORE_SMTP session type
5706         * src/prefs_account.c
5707                 activated pop before smtp option
5708         * src/send.c
5709                 do pop before smtp if the relevant option 
5710                 is set
5711
5712 2002-09-15 [paul]       0.8.2claws47
5713
5714         * sync with 0.8.3
5715                 see ChangeLog 2002-09-15
5716
5717 2002-09-14 [paul]       0.8.2claws46
5718
5719         * po/bg.po
5720                 updated Bulgarian translation, submitted by
5721                 George Danchev
5722
5723 2002-09-13 [paul]       0.8.2claws45
5724
5725         * src/compose.c
5726                 merge claws' select_account() with main's
5727                 (new) compose_select_account(). [sync with
5728                 0.8.2cvs15, see ChangeLog 2002-09-11]
5729
5730 2002-09-12 [christoph]  0.8.2claws44
5731
5732         * src/filter.c
5733                 allocate 1 elements of FolderItem not 0
5734
5735 2002-09-12 [colin]      0.8.2claws43
5736
5737         * src/compose.c
5738                 Fix bug #590825 (obey Follow-up: poster)
5739
5740 2002-09-12 [colin]      0.8.2claws42
5741
5742         * src/procmime.c
5743                 Fix bug #557009 (wrong headers for messages 
5744                 forwarded as attachments)
5745
5746 2002-09-11 [colin]      0.8.2claws41
5747         
5748         * src/compose.c
5749                 Put SCF: pseudo-header on top of message
5750                 Set draft tmp_flag when saved as draft
5751
5752         * src/procmsg.c
5753           src/procheader.c
5754                 Skip after first \n\n for beginning of real message
5755                 for drafts too
5756
5757 2002-09-11 [christoph]  0.8.2claws40
5758
5759         * src/filtering.c
5760                 use procmsg flag functions in filtering or processing
5761                 will cause incorrect folder message counts
5762
5763 2002-09-11 [colin]      0.8.2claws39
5764
5765         * src/compose.c
5766                 Fix bug #550175 - wrong save folder when reediting
5767                 drafts
5768
5769 2002-09-11 [paul]       0.8.2claws38
5770
5771         * sync with 0.8.2cvs14
5772                 see ChangeLog 2002-09-11
5773
5774 2002-09-11 [colin]      0.8.2claws37
5775
5776         * src/folder.c
5777                 Fix a typo (seeming to cause new/unread status to
5778                 be lost)
5779
5780 2002-09-10 [christoph]  0.8.2claws36
5781
5782         * src/compose.c
5783                 compose_redirect should not use compose_generic_new
5784                 because that does more stuff than expected including
5785                 opening the external editor
5786                 (closes bug "[ 526608 ] bounced messages appear blank
5787                  in editor")
5788
5789 2002-09-10 [christoph]  0.8.2claws35
5790
5791         * src/folder.c
5792                 fix problem with too large message number range
5793                 causing a crash in folder_item_scan
5794
5795 2002-09-10 [paul]       0.8.2claws34
5796
5797         * sync with 0.8.2cvs13
5798                 see ChangeLog 2002-09-10
5799
5800 2002-09-10 [christoph]  0.8.2claws33
5801
5802         * src/msgcache.c
5803                 set MsgInfo TmpFlags for queue and draft folders
5804                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5805
5806 2002-09-10 [paul]       0.8.2claws32
5807
5808         * AUTHORS
5809           po/bg.po      ** NEW FILE **
5810                 new Bulgarian translation submitted by
5811                 George Danchev <danchev@spnet.net>
5812                 
5813         * tools/Makefile.am
5814           tools/README
5815           tools/tb2sylpheed     ** NEW FILE **
5816                 add script that converts an addressbook exported
5817                 from The Bat! into a Sylpheed addressbook. Submitted
5818                 by Urke MMI <urke-kg@eunet.yu>
5819
5820 2002-09-10 [paul]       0.8.2claws31
5821
5822         * sync with 0.8.2cvs12
5823                 see ChangeLog 2002-09-10
5824
5825 2002-09-06 [paul]       0.8.2claws30
5826
5827         * src/prefs_common.c
5828                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5829                 
5830         * tools/Makefile.am
5831           tools/README
5832           tools/ldif-to-xml.py  ** REMOVED **
5833                 remove obsolete python script
5834
5835 2002-09-06 [paul]       0.8.2claws29
5836
5837         * sync with 0.8.2cvs10
5838                 see ChangeLog 2002-09-06
5839
5840 2002-09-04 [paul]       0.8.2claws28
5841
5842         * sync with 0.8.2cvs9
5843                 see ChangeLog 2002-08-04
5844
5845 2002-09-04 [colin]      0.8.2claws27 
5846
5847         * src/prefs_common.[ch]
5848                 Added signature color configuration
5849         * src/textview.c
5850                 Use user-specified signature color
5851
5852 2002-09-03 [colin]      0.8.2claws26
5853
5854         * src/prefs_common.[ch]
5855                 Added autosave and autosave_length prefs
5856         * src/compose.c
5857                 Added compose_remove_draft()
5858                 Auto-save drafts according to the prefs
5859         * src/main.c
5860                 Added a crash-indicator file, allowing to check
5861                 for new messages on startup if Sylpheed crashed
5862                 (makes saved drafts "reappear")
5863
5864 2002-09-03 [colin]      0.8.2claws25
5865
5866         * src/textview.[ch]
5867                 Grey the signature
5868
5869 2002-09-03 [paul]       0.8.2claws24
5870
5871         * sync with 0.8.2cvs8
5872                 see ChangeLog 2002-09-02 and 2002-09-03
5873
5874 2002-09-03 [darko]      0.8.2claws23
5875
5876         * src/folderview.c
5877                 use normal style when creating new folder to pick
5878                 proper font size 
5879
5880 2002-09-02 [melvin]     0.8.2claws22
5881
5882         * src/gtkaspell.m4
5883                 removed some obsolete code
5884
5885 2002-09-02 [melvin]     0.8.2claws21
5886
5887         * ac/aspell.m4
5888                 fixed test's equality sign (== to =)
5889
5890 2002-09-02 [alfons]     0.8.2claws20
5891
5892         * src/folder.c
5893         * src/mh.c
5894                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5895                 as folder->destroy virtual as suggested by Hiro
5896                 (the mh.c code seems to have been lost around mh.c.1.21)
5897
5898 2002-09-02 [paul]       0.8.2claws19
5899
5900         * po/pt_BR.po
5901                 updated by Fabio Jr. Beneditto
5902                 
5903         * src/defs.h
5904                 use 'http://claws.sylpheed.org' for homepage link. 
5905                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
5906
5907 2002-09-01 [alfons]     0.8.2claws18
5908
5909         * src/mh.c
5910                 plug memleak related to one Martin Kluge found
5911
5912 2002-08-31 [paul]       0.8.2claws17
5913
5914         * sync with 0.8.2cvs6
5915                 see ChangeLog 2002-08-30
5916
5917 2002-08-31 [alfons]     0.8.2claws16
5918
5919         * src/folder.c
5920                 folder_destroy(): remove mailbox from folderlist even if it has
5921                 no destroy virtual
5922
5923 2002-08-31 [alfons]     0.8.2claws15
5924
5925         * src/folder.c
5926                 :%sno/if(/if (/gc
5927                 :%sno/for(/for (/gc
5928                 (being pedantic I know)
5929
5930 2002-08-31 [alfons]     0.8.2claws14
5931
5932         * src/folder.c
5933                 check for NULL pointers returned from folder->fetch_msginfo virtual
5934                 (should solve some reported crashes)
5935
5936 2002-08-30 [alfons]     0.8.2claws13
5937
5938         * acconfig.h
5939         * configure.in
5940         * src/crash.c
5941                 enable crash dialog on compilation time
5942                 (--enable-crash-dialog configure option)
5943
5944 2002-08-30 [alfons]     0.8.2claws12
5945
5946         * AUTHORS
5947                 add Martin Kluge
5948         * src/mh.c
5949                 apply memory leak plug patch by Martin Kluge
5950                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
5951                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
5952                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
5953
5954 2002-08-30 [darko]      0.8.2claws11
5955
5956         * src/folderview.c
5957                 copy Gtk style from normal style to match
5958                 font size for coloured folders
5959
5960 2002-08-29 [alfons]     0.8.2claws10
5961
5962         * sylpheed.desktop
5963                 Type=Internet <- Type=Application
5964                 (reported by Michael Schwendt, see:
5965                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
5966                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
5967
5968 2002-08-29 [paul]       0.8.2claws9
5969
5970         * sync with 0.8.2cvs5
5971                 see ChangeLog 2002-08-29
5972
5973 2002-08-29 [colin]      0.8.2claws8
5974
5975         * src/summaryview.c
5976                 Added a sanity check in summary_select_thread
5977                 Should fix bug 601605
5978
5979 2002-08-29 [colin]      0.8.2claws7
5980
5981         * src/main.c
5982                 Revert claws6 changes regarding bug #591676
5983
5984 2002-08-28 [colin]      0.8.2claws6
5985         
5986         * src/main.c
5987                 Ignore cache for queue folderitems
5988                 Fix bug #591676
5989
5990 2002-08-28 [melvin]     0.8.2claws5
5991
5992         * README.claws
5993                 Fixed typos.
5994
5995 2002-08-28 [melvin]     0.8.2claws4
5996
5997         * README.claws
5998                 Updated a bit the text concerning the spell checker
5999
6000 2002-08-28 [melvin]     0.8.2claws3
6001
6002         Merged the GNU_aspell_branch:
6003                 Support of new GNU/aspell is now included and the old pspell
6004                 is not supported anymore.
6005                 See README.claws
6006
6007         * README.claws
6008                 Updated spell checker text to reflect the switch to GNU/aspell
6009
6010         * ac/aspell.m4          *** NEW ***
6011         * src/gtkaspell.[ch]    *** NEW *** 
6012         * ac/pspell.m4          *** DELETED *** 
6013         * src/gtkspell.[ch]     *** DELETED ***
6014
6015         * ac/Makefile.am
6016                 Updated for GNU/aspell support
6017
6018         * po/POTFILES.in
6019                 Replaced gtkspell.c by gtkaspell.c
6020
6021         * acconfig.h
6022         * src/Makefile.am
6023         * src/about.c
6024         * src/compose.[ch]
6025         * src/crash.c
6026         * src/main.c
6027         * src/prefs_common.[ch]
6028                 Updated for GNU/aspell support
6029
6030 2002-08-28 [paul]       0.8.2claws2
6031
6032         * sync with 0.8.2cvs4
6033                 see ChangeLog 2002-08-27 and 2002-08-28
6034
6035 2002-08-28 [colin]      0.8.2claws1
6036
6037         * src/summary_search.c
6038                 Added "AND search"
6039
6040 2002-08-28 [jens]       0.8.2claws
6041
6042         *po/de.po
6043                 Updated German translations
6044
6045 2002-08-27 [melvin]     0.8.2claws
6046
6047         * po/fr.po
6048                 Updated French translations
6049
6050 2002-08-27 [paul]       0.8.2claws
6051
6052         * sync with 0.8.2 main release
6053
6054         * po/en_GB.po
6055           po/es.po
6056           po/it.po
6057           po/pl.po
6058           po/pt_BR.po
6059           po/sr.po
6060                 updated message catalogs submitted by
6061                 Ricardo Mones Lastra, Alessandro Maestri,
6062                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6063                 Beneditto and Urke MMI  
6064
6065 2002-08-27 [hoa]        0.8.1claws123
6066
6067         * src/mainwindow.[ch]
6068         * src/summaryview.[ch]
6069                 removed the "filter setting" menu option.
6070                 add a "cancel a news message" menu option.
6071
6072 2002-08-26 [martin]     0.8.1claws122
6073
6074         * ChangeLog.claws
6075                 changed string under 0.8.1claws79 changed by myself
6076                 i'm sorry alfons :(
6077
6078 2002-08-26 [martin]     0.8.1claws121
6079
6080         * src/crash.c
6081                 added kill command to debuggerrc to start crash dialog
6082
6083 2002-08-26 [paul]       0.8.1claws120
6084
6085         * sync with 0.8.1cvs31
6086                 see ChangeLog 2002-08-26
6087
6088 2002-08-25 [alfons]     0.8.1claws119
6089
6090         * src/procmsg.c
6091                 fix bug that didn't send out correct headers to news server
6092                 when sending news article and email from queue (bug reported
6093                 and patch provided by Tim Mann; closes bug 
6094                 "[ 583196 ] 0.7.8claws can't post news")
6095
6096 2002-08-25 [alfons]     0.8.1claws118
6097
6098         * src/selective_download.c
6099                 mark two strings as translatable
6100                 (thanks to Urke MMI for pointing this out)
6101
6102 2002-08-25 [alfons]     0.8.1claws117
6103
6104         * src/summaryview.c
6105                 treat sent boxes as special and allow sorting them by addressee
6106                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6107                 submitted by Steve Lamb)
6108
6109 2002-08-24 [alfons]     0.8.1claws116
6110
6111         * src/matcher.c
6112                 fix memleak reported by Martin Kluge
6113                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6114
6115 2002-08-24 [oliver]     0.8.1claws115
6116
6117         * src/prefs_toolbar.c
6118                 o code cleanup as suggested by Alfons
6119                 o memleak fix
6120
6121 2002-08-24 [alfons]     0.8.1claws114
6122
6123         * src/summaryview.c
6124                 o fix another memory leak reported by Martin Kluge
6125                   (see "[ 599568 ] Small Memory Leak")
6126                 o remove 'from' variable from 'summary_set_header()'; we can
6127                   do with just 'to' 
6128
6129 2002-08-24 [paul]       0.8.1claws113
6130
6131         * sync with 0.8.1cvs30
6132                 see ChangeLog 2002-08-23
6133
6134 2002-08-24 [alfons]     0.8.1claws112
6135
6136         * src/summaryview.c
6137                 remove unnecessary allocations for search bar fixing leaks
6138                 reported by Martin Kluge
6139                 (see "[ 599451 ] Further memory leaks?")
6140
6141 2002-08-24 [alfons]     0.8.1claws111
6142
6143         * src/main.c
6144                 make get_socket_name() public for crash.c
6145         * src/crash.c
6146                 o make report bug button work (goes to claws' 
6147                   bug tracker at sf.net)
6148                 o introduce function for doing important stuff just
6149                   before claws goes down
6150                 o clean up code 
6151
6152 2002-08-24 [alfons]     0.8.1claws110
6153
6154         * src/compose.c
6155                 move cursor to "To" entry when forwarding as attachment
6156                 (reported and solved by Steve Lamb, closes bug report
6157                 "[ 592880 ] Forward as attachment; cursor not in to")
6158
6159 2002-08-24 [colin]      0.8.1claws109
6160
6161         * src/mainwindow.c
6162                 fix quick search visibility after GUI (de)separations.
6163
6164 2002-08-23 [colin]      0.8.1claws108
6165
6166         * src/mainwindow.c
6167                 fix header pane visibility after folderview or
6168                 messageview (de)separation
6169
6170 2002-08-23 [paul]       0.8.1claws107
6171
6172         * src/mainwindow.[ch]
6173           src/toolbar.c
6174                 give full control of display or non-display 
6175                 of the Execute icon to Custom toolbar settings.
6176                 add new sensitivity condition to maninwindow.h: 
6177                 M_DELAY_EXEC
6178
6179         * ChangeLog
6180           ChangeLog.jp
6181           NEWS
6182                 more sync with 0.8.1cvs29
6183
6184 2002-08-23 [melvin]     0.8.1claws106
6185
6186         * src/alertpanel.c
6187                 Readded support for custom widget in alertpanel lost in last
6188                 sync.
6189
6190 2002-08-23 [paul]       0.8.1claws105
6191
6192         * sync with 0.8.1cvs29
6193                 see ChangeLog 2002-08-23
6194
6195 2002-08-23 [colin]      0.8.1claws104
6196
6197         * src/summaryview.c
6198                 Fix folder and search pixmaps exchanging positions
6199                 after theme or toolbar changes. Thank to Oliver for 
6200                 reporting this.
6201
6202 2002-08-23 [colin]      0.8.1claws103
6203
6204         * src/mainwindow.c
6205           src/messageview.[ch]
6206           src/noticeview.[ch]
6207           src/summaryview.c
6208                 Changed messageview_create() and noticeview_create()
6209                 to avoid the last gdk_warning
6210
6211 2002-08-22 [colin]      0.8.1claws102
6212
6213         * src/summaryview.c
6214                 Fix my new `Creating pixmap from xpm' warning
6215
6216 2002-08-22 [colin]      0.8.1claws101
6217
6218         * src/mainwindow.c
6219                 Fix some of the gdk warnings
6220
6221 2002-08-22 [colin]      0.8.1claws100
6222
6223         * src/Makefile.am
6224         * src/stock_pixmap.c
6225         * src/stock_pixmap.h
6226         * src/pixmaps/quicksearch.xpm *ADDED*
6227                 Add the quicksearch pixmap
6228         * src/mainwindow.c
6229         * src/summaryview.c
6230         * src/summaryview.h
6231                 Make quicksearch bar visible/hidden via a button
6232
6233 2002-08-22 [christoph]  0.8.1claws99
6234
6235         * src/folder.c
6236                 fix folder update for newsgroups with message
6237                 numbers below minimum number of articles to fetch
6238                 (closes bug #598445)
6239
6240 2002-08-22 [paul]       0.8.1claws98
6241
6242         * sync with 0.8.1cvs28
6243                 see ChangeLog 2002-08-22
6244
6245 2002-08-21 [alfons]     0.8.1claws97
6246
6247         * src/crash.c
6248                 use bt instead of bt full which seems to work 
6249                 better, and bt full doesn't give a great deal 
6250                 of information anyway
6251
6252 2002-08-21 [colin]      0.8.1claws96
6253
6254         * src/summaryview.c
6255                 fix summaryview_searchtype_changed prototype
6256
6257 2002-08-21 [christoph]  0.8.1claws95
6258
6259         * src/mainwindow.c
6260                 o fix broken menu update for sorting type, we have to
6261                   get this info from the summaryview now
6262                 o removed setting of threaded state in menu callback
6263         * src/summaryview.[ch]
6264                 more summaryview/folderitem seperation for
6265                 threading option
6266         * configure.in
6267                 removed not required --with-compiler-flags option
6268
6269 2002-08-21 [oliver]     0.8.1claws94
6270         
6271         * src/toolbar.h 
6272                 o rename toolbar.xml to toolbar_main.xml
6273                   since toolbar_compose.xml might come up 
6274                   any time soon
6275         * README.claws
6276                 add custom toolbar              
6277
6278 2002-08-21 [darko]      0.8.1claws93
6279
6280         * src/procmsg.c
6281                 don't reset tmp flags for messages copied
6282                 to sent folder
6283
6284 2002-08-21 [colin]      0.8.1claws92
6285         
6286         * src/prefs_filtering.c
6287                 fix renaming rules on folder rename 
6288                 when folder is not a leaf folder
6289
6290 2002-08-21 [paul]       0.8.1claws91
6291
6292         * src/prefs_folder_item.c
6293                 fix alignment of colour selector
6294
6295 2002-08-21 [paul]       0.8.1claws90
6296
6297         * sync with 0.8.1cvs27
6298                 see ChangeLog 2002-08-21
6299
6300 2002-08-21 [paul]       0.8.1claws89
6301
6302         * src/summaryview.c
6303                 fix crash when changing field type in
6304                 Quick search bar
6305
6306 2002-08-21 [colin]      0.8.1claws88
6307
6308         * src/summaryview.c
6309                 Made quick search case-insensitive
6310
6311 2002-08-21 [paul]       0.8.1claws87
6312
6313         * sync with 0.8.1cvs26
6314                 see ChangeLog 2002-08-21
6315
6316 2002-08-20 [christoph]  0.8.1claws86
6317
6318         * src/folderview.c
6319         * src/main.c
6320         * src/summaryview.[ch]
6321                 more summaryview/folderitem seperation for
6322                 sort_key and sort_type
6323         * src/procmsg.c
6324                 added missing return statement
6325
6326 2002-08-20 [colin]      0.8.1claws85
6327
6328         * src/summaryview.[ch]
6329                 Added a quick search box
6330         * src/mainwindow.c
6331         * src/prefs_common.[ch]
6332                 Added a show/hide option for the quick search
6333
6334 2002-08-20 [oliver]     0.8.1claws84
6335         
6336         * src/mainwindow.c
6337                 remove toolbar_create_popups
6338         * src/toolbar.[ch]
6339                 o remove toolbar_create_popups
6340                 o fix toolbar_set_sensitive 
6341                   (Bug reports #596834 and #596832)     
6342         * src/prefs_toolbar.c
6343                 o add "Set default" button
6344                 o align label and text + combo widgets
6345
6346 2002-08-20 [hoa]        0.8.1claws83bis
6347
6348         * src/imap.c
6349                 fixed a bug in imap_fetch_msginfo() in case there is no
6350                 current folder.
6351
6352 2002-08-20 [darko]      0.8.1claws83
6353
6354         * src/folderview.c
6355                 copy the color style of folder view so it
6356                 works with GTK themes
6357
6358 2002-08-20 [darko]      0.8.1claws82
6359
6360         * src/folder.h
6361         * src/folderview.c
6362         * src/prefs_folder_item.[hc]
6363                 don't use UI stuff in folder.h
6364
6365 2002-08-20 [darko]      0.8.1claws81
6366
6367         * src/folder.h
6368         * src/prefs_folder_item.h
6369         * src/folderview.c
6370         * src/prefs_folder_item.c
6371                 ability to set folder color in folderview
6372
6373 2002-08-19 [alfons]     0.8.1claws80
6374
6375         * src/summaryview.c
6376                 fix one of the earlier memleaks reported by Martin Kluge
6377
6378 2002-08-19 [alfons]     0.8.1claws79
6379
6380         * src/mainwindow.c
6381                 hide notice view when selecting seperate folder
6382                 view (reported by Urke MMI)
6383
6384 2002-08-19 [christoph]  0.8.1claws78
6385
6386         * src/folderview.c
6387         * src/prefs_folder_item.h
6388         * src/summaryview.[ch]
6389                 o add summary_set_prefs_from_folderitem to set
6390                   summaryview prefs (first step to remove all
6391                   references to the folderitem in summaryview)
6392                 o moved compiled regex stuff from folderitem prefs
6393                   to summaryview code
6394
6395 2002-08-19 [paul]       0.8.1claws77
6396
6397         * src/compose.c
6398                 add check for '.' to QUOTE_IF_REQUIRED
6399
6400 2002-08-19 [paul]       0.8.1claws76
6401
6402         * src/inc.c
6403                 sync with 0.8.1cvs25 (plug memory leak)
6404
6405         * src/prefs_toolbar.c
6406                 re-order prefs_toolbar_cancel()
6407
6408 2002-08-18 [alfons]     0.8.1claws75
6409
6410         * src/inc.c
6411         * src/matcher.c
6412                 plug other memleaks reported by Martin Kluge
6413
6414 2002-08-18 [paul]       0.8.1claws74
6415
6416         * po/pt_BR.po
6417                 updated by Fabio Jr. Beneditto
6418
6419 2002-08-18 [paul]       0.8.1claws73
6420
6421         * src/toolbar.[ch]
6422                 fix bug where tooltips were displayed untranslated              
6423
6424         * src/prefs_toolbar.c
6425                 fix bug where clicking 'Cancel' creates an icon & text
6426                 toolbar regardless of prefs
6427         
6428
6429 2002-08-17 [oliver]     0.8.1claws72
6430
6431         * src/prefs_toolbar.c
6432                 update toolbar on CANCEL
6433                 bug reported by Martin Kluge
6434         * src/toolbar.c
6435                 toolbar_destroy memleak fixed           
6436
6437 2002-08-17 [alfons]     0.8.1claws71
6438
6439         * src/toolbar.c
6440                 plug another memleak reported by Martin Kluge
6441
6442 2002-08-16 [alfons]     0.8.1claws70
6443
6444         * src/crash.c
6445                 use execvp() correctly (suggested by wwp; thanks!)
6446
6447 2002-08-16 [alfons]     0.8.1claws69
6448
6449         * src/gtksctree.c
6450                 plug memory leak reported by Kim Schultz & Martin Kluge
6451
6452 2002-08-16 [paul]       0.8.1claws68
6453
6454         * po/es.po
6455                 updated by Ricardo Mones Lastra
6456
6457 2002-08-16 [paul]       0.8.1claws67
6458
6459         * src/toolbar.h
6460                 fix bug where 'Compose News' icon showed wrong
6461                 tooltip
6462
6463 2002-08-16 [paul]       0.8.1claws66
6464
6465         * sync with 0.8.1cvs24
6466                 see ChangeLog 2002-08-16
6467
6468         * po/it.po
6469                 updated by Alessandro Maestri
6470
6471 2002-08-15 [paul]       0.8.1claws65
6472
6473         * po/sr.po
6474                 updated by Urke MMI
6475
6476 2002-08-15 [paul]       0.8.1claws64
6477
6478         * src/*.c
6479                 don't translate debug info
6480
6481         * src/matcher.[ch]
6482                 add copyright info
6483
6484 2002-08-15 [paul]       0.8.1claws63
6485
6486         * src/prefs_toolbar.c
6487                 fix bug where clicking 'OK' creates an icon & text
6488                 toolbar regardless of prefs
6489
6490 2002-08-14 [alfons]     0.8.1claws62
6491
6492         * src/main.c
6493                 add global var that has the full argv[0]
6494         * src/crash.c
6495                 o execvp the correct sylpheed by using argv0
6496                   and setting the correct work dir
6497                 o other tweaks  
6498
6499 2002-08-14 [oliver]     0.8.1claws61
6500         
6501         * enable/disable Toolbar Action Buttons 
6502         * code cleanups
6503         * src/mainwindow.c
6504         * src/toolbar.[ch]      
6505         * src/prefs_toolbar.c   
6506
6507 2002-08-14 [melvin]     0.8.1claws60
6508
6509         * po/fr.po
6510                 Updated French translations
6511
6512 2002-08-14 [melvin]     0.8.1claws59
6513
6514         * src/crash.c
6515                 Made bug report not translatable
6516         * src/exporthtml.c
6517                 Fixed exporthtml_build_filespec() return value
6518         * src/foldersel.c
6519                 Fixed incorrect include file
6520         * src/gtkspell.c
6521         * src/prefs_actions.c
6522         * src/prefs_toolbar.c
6523                 Made debug info not translatable
6524         * src/mutt.c
6525         * src/quote_fmt.c
6526                 Added missing includes
6527         * src/prefs_common.c
6528                 Fixed typo
6529
6530 2002-08-14 [paul]       0.8.1claws58
6531
6532         * faq/es/sylpheed-faq.html
6533           faq/es/sylpheed-faq-[1-3].html
6534           faq/es/sylpheed-faq-4.html     **NEW FILE **
6535                 update Spanish FAQ
6536
6537 2002-08-13 [christoph]  0.8.1claws57
6538
6539         * src/procmsg.c
6540                 ignore thread fix that did not mark all
6541                 child nodes of a ignored thread as
6542                 ignored. Does not work perfectly yet,
6543                 but it is better now
6544
6545 2002-08-13 [alfons]     0.8.1claws56
6546
6547         * src/crash.c
6548                 o implement 'save crash log'
6549                 o some tweaks
6550
6551 2002-08-13 [melvin]     0.8.1claws55
6552
6553         * src/main.c
6554                 removed unrequired "execinfo.h" header
6555
6556 2002-08-12 [paul]       0.8.1claws54
6557
6558         * faq/en/sylpheed-faq.html
6559           faq/en/sylpheed-faq-[1-3].html
6560           faq/en/sylpheed-faq-4.html     **NEW FILE **
6561                 update English FAQ
6562
6563 2002-08-12 [alfons]     0.8.1claws53
6564
6565         * po/POTFILES.in
6566                 add crash.c to translatables
6567         * src/crash.c
6568                 bring in Leandro's crash dialog
6569
6570 2002-08-11 [alfons]     0.8.1claws52
6571
6572         * src/crash.c
6573                 clean up some warnings
6574
6575 2002-08-11 [alfons]     0.8.1claws51
6576
6577         * acconfig.h
6578         * configure.in
6579         * src/crash.[ch]        ** NEW FILES **
6580         * src/main.c            
6581                 initial gdb crash handler
6582
6583 2002-08-11 [paul]       0.8.1claws50
6584
6585         * src/prefs_toolbar.c
6586                 replace Up/Down arrow pixmaps with text to be
6587                 consistent across icon themes
6588
6589 2002-08-11 [paul]       0.8.1claws49
6590
6591         * src/prefs_common.c
6592           src/prefs_toolbar.c
6593                 rename 'Pixmap' -> 'Icon'
6594
6595         * src/toolbar.[ch]
6596                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6597
6598 2002-08-10 [paul]       0.8.1claws48
6599
6600         * src/prefs_toolbar.c
6601                 re-work the UI
6602
6603 2002-08-10 [paul]       0.8.1claws47
6604
6605         * src/main.c
6606                 don't write Processing progress to status bar
6607                 patch submitted by Alexander Evseev
6608
6609         * src/prefs_toolbar.c
6610                 re-position and resize window
6611                 make window assume correct size on first call
6612
6613 2002-08-10 [paul]       0.8.1claws46
6614
6615         * src/mainwindow.c
6616           src/prefs_toolbar.c
6617           src/toolbar.c
6618           src/toolbar.h
6619                 obey coding style
6620                 follow UI text conventions
6621
6622 2002-08-10 [alfons]     0.8.1claws45
6623
6624         * src/toolbar.c
6625                 correct pixmap for delete action
6626
6627 2002-08-10 [paul]       0.8.1claws44
6628
6629         * po/pt_BR.po
6630                 updated by Fabio Jr. Beneditto
6631
6632 2002-08-10 [paul]       0.8.1claws43
6633
6634         * po/POTFILES.in
6635                 add custom toolbar files
6636
6637 2002-08-10 [paul]       0.8.1claws42
6638
6639         * sync with 0.8.1cvs22
6640                 see ChangeLog 2002-08-09
6641
6642 2002-08-09 [paul]       0.8.1claws41
6643
6644         * tools/Makefile.am
6645           tools/README
6646           tools/outlook2sylpheed.pl     ** NEW FILE **
6647                 add script to convert exported Outlook
6648                 contacts list to a Sylpheed addressbook.
6649                 Submitted by Ricardo Mones Lastra.
6650
6651 2002-08-09 [paul]       0.8.1claws40
6652
6653         * AUTHORS
6654           configure.in
6655           po/sr.po      ** NEW FILE **
6656                 add Serbian message catalog. Submitted by
6657                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6658
6659 2002-08-09 [paul]       0.8.1claws39
6660
6661         * sync with 0.8.1cvs21
6662                 see ChangeLog 2002-08-08
6663
6664 2002-08-08 [oliver]     0.8.1claws38
6665
6666         * src/mainwindow.c
6667                 move Custom Toolbar to Configuration menu
6668
6669 2002-08-08 [oliver]     0.8.1claws37
6670
6671         * src/prefs_toolbar.c
6672                 fix substitute pixmap bug
6673
6674 2002-08-08 [paul]       0.8.1claws36
6675
6676         * sync with 0.8.1cvs19
6677                 see ChangeLog 2002-08-08
6678
6679 2002-08-07 [christoph]  0.8.1claws35
6680
6681         * src/utils.c
6682                 fixed a memory leak in new canonicalize_file_replace
6683
6684 2002-08-07 [christoph]  0.8.1claws34
6685
6686         * src/utils.[ch]
6687                 o canonicalize_file_replace should create the temporary
6688                   file in the same directory as the original file.
6689                 o added get_tmpfile_in_dir that creates a temorary file
6690                   in a specified directory.
6691
6692 2002-08-07 [melvin]     0.8.1claws33
6693
6694         * src/toolbar.c
6695                 fixed bug where 'Article' button acted as 'Email' button.
6696
6697 2002-08-07 [paul]       0.8.1claws32
6698
6699         * sync with 0.8.1.cvs17
6700                 see ChangeLog 2002-08-07
6701
6702 2002-08-07 [colin]      0.8.1claws31
6703         
6704         * src/news.c
6705                 fix mass-cancel problem
6706
6707 2002-08-07 [thorsten]   0.8.1claws30
6708
6709         * src/prefs_toolbar.c
6710                 fix: crash on replace or add new button
6711         * src/toolbar.c
6712                 fix: close xmlfile after reading
6713         * src/utils.c
6714                 fix: unlink() file before rename()
6715
6716 2002-08-06 [paul]       0.8.1claws29
6717
6718         * sync with 0.8.cvs15
6719                 see ChangeLog 2002-08-06
6720
6721 2002-08-06 [oliver]     0.8.1claws28
6722
6723         * src/toolbar.c
6724         * src/prefs_toolbar.c
6725                 fixed empty toolbar issue
6726
6727 2002-08-06 [oliver]     0.8.1claws27
6728
6729         * Custom Toolbar Final 
6730         * src/folderview.c
6731         * src/inc.c
6732         * src/summaryview.c
6733                 o toolbar stuff now lives in src/toolbar.[ch]
6734                 o main_window_toolbar_* functions are renamed to
6735                   toolbar_* reflecting their new source file
6736         * src/mainwindow.[ch]
6737                 o remove toolbar stuff  
6738
6739 2002-08-06 [oliver]     0.8.1claws26
6740         
6741         * src/Makefile.am
6742         * src/prefs_toolbar.[ch]        **New File**
6743         * src/toolbar.[ch]              **New File**
6744                 o prefs_toolbar.[ch] custom toolbar frontend
6745                 o toolbar.[ch]       backend 
6746
6747 2002-08-06 [oliver]     0.8.1claws25
6748
6749         * src/prefs_actions.[ch]
6750                 o new exported function actions_execute
6751
6752 2002-08-06 [paul]       0.8.1claws24
6753
6754         * sync with 0.8.1cvs4
6755                 see ChangeLog 2002-08-06
6756
6757 2002-08-06 [paul]       0.8.1claws23
6758
6759         * sync with 0.8.1cvs13
6760                 see ChangeLog 2002-08-06
6761
6762 2002-08-06 [paul]       0.8.1claws22
6763
6764         * sync with 0.8.1cvs12
6765                 see ChangeLog 2002-08-05 and 2002-08-06
6766
6767 2002-08-06 [match]      0.8.1claws21
6768
6769         * src/addrclip.c
6770                 improvements to cut/copy/paste address
6771
6772 2002-08-05 [match]      0.8.1claws20
6773
6774         * src/addritem.[ch]
6775         * src/addrcache.c
6776         * src/addrbook.c
6777         * src/editaddress.c
6778         * src/addressbook.c
6779                 fixes to improve cut/copy/paste
6780
6781 2002-08-06 [melvin]     0.8.1claws19
6782
6783         * src/account.[ch]
6784                 account_find_all_from_address(): new function that returns the
6785                 list of all accounts that are matched in an address.
6786         * src/alertpanel.[ch]
6787                 alertpanel() now accepts a custom widget
6788                 alertpanel_with_widget(): new function that pops up a panel with
6789                 a custom widget in it 
6790         * src/gtkutils.[ch]
6791                 gtkut_account_menu_new(): new function that allows the selection
6792                 of an account from a list of accounts.
6793         * src/messageview.c
6794                 Extended Return Receipt notification to select the correct 
6795                 account and to make a security test on the Delivery-Notification
6796                 address which should be the same as the Return-Path.
6797
6798 2002-08-06 [thorsten]   0.8.1claws18
6799
6800         * src/mimeview.c
6801                 attach_all: save unnamed as "noname.%d",
6802                 dont free static dirname
6803
6804 2002-08-05 [alfons]     0.8.1claws17
6805
6806         * configure.in
6807                 detect XIM by trying to link rather than compile a XIM program
6808
6809 2002-08-05 [oliver]     0.8.1claws16
6810                 
6811         * src/stock_pixmap.[ch]
6812                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6813                 o new func to retrieve pixmaps
6814
6815 2002-08-05 [paul]       0.8.1claws15
6816
6817         * sync with 0.8.1cvs10
6818                 see ChangeLog 2002-08-05
6819
6820 2002-08-04 [alfons]     0.8.1claws14
6821
6822         * src/textview.c
6823                 see if this plugs memleak
6824
6825 2002-08-04 [melvin]     0.8.1claws13
6826
6827         * src/gtkspell.c
6828                 fixed bug that could crash Sylpheed when highlighting
6829                 all misspelled words.
6830
6831 2002-08-03 [melvin]     0.8.1claws12
6832
6833         * src/prefs_actions.c
6834                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6835         * src/messageview.c
6836                 fixed bug where the Return Receipt was sent to
6837                 Delivery-Notification-To address even if it was not present
6838
6839 2002-08-02 [alfons]     0.8.1claws11
6840
6841         * src/prefs_actions.c
6842                 o more check for NULLs
6843                 o put create_io_dialog() in right conditional block
6844
6845 2002-08-02 [paul]       0.8.1claws10
6846
6847         * po/es.po
6848                 updated by Ricardo Mones Lastra
6849
6850 2002-08-01 [christoph]  0.8.1claws9
6851
6852         * src/folder.c
6853                 don't free the cache of the opened
6854                 folder in the summaryview
6855         * src/summaryview.c
6856                 don't unset flags, if it is not required
6857
6858 2002-08-01 [paul]       0.8.1claws8
6859
6860         * sync with 0.8.1cvs8
6861                 see ChangeLog entry 2002-08-01
6862
6863 2002-08-01 [paul]       0.8.1claws7
6864
6865         * sync with 0.8.1cvs7
6866                 see ChangeLog 2002-07-31 and 2002-08-01
6867
6868 2002-07-31 [christoph]  0.8.1claws6
6869
6870         * src/mainwindow.c
6871                 forgot to update menu sensitivity
6872                 function for new menu entry
6873
6874 2002-07-31 [alfons]     0.8.1claws5
6875
6876         * src/main.c
6877                 check folder item and its path for NULL on
6878                 initial processing
6879
6880 2002-07-31 [christoph]  0.8.1claws4
6881
6882         * src/folder.c
6883                 check if folder_item_get_msginfo in
6884                 folder_item_remove_msg returned NULL
6885         * src/imap.c
6886                 better clear the uid cache in the
6887                 uid validity check function and delete
6888                 cached messages
6889
6890 2002-07-31 [paul]       0.8.1claws3
6891
6892         * man/sylpheed.1
6893                 add the '--attach' option and a few other
6894                 minor changes
6895
6896 2002-07-31 [paul]       0.8.1claws2
6897
6898         * sync with 0.8.1cvs5
6899                 see ChangeLog 2002-07-31
6900
6901 2002-07-31 [christoph]  0.8.1claws1
6902
6903         * src/folderview.[ch]
6904         * src/mainwindow.c
6905                 replace "Rescan all folders..." with
6906                 "Check all folders for new messages..."
6907
6908 2002-07-30 [paul]       0.8.1claws
6909
6910         * version 0.8.1claws released
6911
6912 2002-07-30 [paul]       0.8.0claws29
6913
6914         * tools/OOo2sylpheed.pl ** NEW FILE **
6915           tools/README
6916                 add script to enable sending documents as
6917                 attachments from OpenOffice.org
6918
6919 2002-07-30 [melvin]     0.8.0claws28
6920
6921         * src/prefs_actions.c
6922                 Made the actions' input/output dialog display
6923                 without delay.
6924
6925 2002-07-30 [christoph]  0.8.0claws27
6926
6927         * src/procmsg.c
6928                 check if folder_item_get_msginfo in
6929                 procmsg_save_to_outbox returned NULL
6930
6931 2002-07-30 [paul]       0.8.0claws26
6932
6933         * sync with 0.8.1cvs4
6934                 see ChangeLog 2002-07-29
6935
6936 2002-07-29 [thorsten]   0.8.0claws25
6937
6938         * README.claws
6939                 added selective download, delete on server
6940
6941 2002-07-29 [paul]       0.8.0claws24
6942
6943         * sync with 0.8.1cvs3
6944                 see ChangeLog 2002-07-29
6945
6946 2002-07-27 [christoph]  0.8.0claws23
6947
6948         * src/folder.c
6949                 add extra check if fetching the msginfo
6950                 returned NULL
6951
6952 2002-07-27 [paul]       0.8.0claws22
6953
6954         * sync with 0.8.1cvs2
6955                 see ChangeLog 2002-07-26
6956
6957 2002-07-27 [christoph]  0.8.0claws21
6958
6959         * src/imap.c
6960                 add another check if a valid msginfo
6961                 was returned
6962
6963 2002-07-26 [hoa]        0.8.0claws20
6964
6965         * src/folder.c
6966                 Fixed a condition in folder_item_destroy()
6967
6968         * src/imap.c
6969                 Fixed an error in IMAP protocol
6970
6971 2002-07-26 [alfons]     0.8.0claws19
6972
6973         * src/folder.c
6974                 ofcourse compare with identifier, not the path
6975
6976 2002-07-26 [alfons]     0.8.0claws18
6977
6978         * src/folder.c
6979                 use folder item identifier for saving / restoring
6980                 preferences because folder->path might not be unique
6981
6982 2002-07-26 [melvin]     0.8.0claws17
6983
6984         * src/logwindow.c
6985                 Fixed a crash introduced in 0.8.0claws5 when log is 
6986                 cut under 80 characters.
6987
6988 2002-07-26 [paul]       0.8.0claws16
6989
6990         * sync with 0.8.1cvs1
6991                 see ChangeLog 2002-07-26
6992
6993 2002-07-26 [christoph]  0.8.0claws15
6994
6995         * src/imap.[ch]
6996                 imap folder now remembers the last selected
6997                 folder and imap_fetch_msginfo skips selecting
6998                 the folder if it is already selected
6999
7000 2002-07-26 [christoph]  0.8.0claws14
7001
7002         * src/folder.c
7003         * src/folderview.c
7004         * src/imap.c
7005                 fix imap folder rescanning
7006
7007 2002-07-25 [christoph]  0.8.0claws13
7008
7009         * src/filter.c
7010         * src/folder.[ch]
7011         * src/folderview.c
7012         * src/imap.[ch]
7013         * src/mainwindow.c
7014         * src/mbox_folder.c
7015         * src/mh.c
7016         * src/news.c
7017                 implement imap uid cache and uid validity check
7018
7019 2002-07-25 [alfons]     0.8.0claws12
7020
7021         * src/summaryview.c
7022                 fix a brown paper bag bug, and also add some more
7023                 checks
7024
7025 2002-07-25 [christoph]  0.8.0claws11
7026
7027         * src/folder.c
7028                 don't mix copy, fetch_msginfo and remove
7029                 operations in folder item copy and move
7030                 operations
7031
7032 2002-07-25 [christoph]  0.8.0claws10
7033
7034         * src/folderview.c
7035         * src/mainwindow.c
7036         * src/prefs_folder_item.c
7037         * src/summaryview.[ch]
7038                 remove no longer required parameter update_cache from
7039                 summary_show
7040
7041 2002-07-25 [paul]       0.8.0claws9
7042
7043         * sync with 0.8.1
7044         
7045         * AUTHORS
7046                 a few corrections
7047
7048 2002-07-24 [alfons]     0.8.0claws8
7049
7050         * src/summaryview.c
7051                 sort correctly when using simplified subject line
7052                 (closes feature request "[ 585141 ] applying regexp to subject 
7053                 before sort" submitted by Alexandra Walford)
7054
7055 2002-07-24 [paul]       0.8.0claws7
7056
7057         * sync with 0.8.0cvs3
7058                 see ChangeLog 2002-07-24
7059
7060 2002-07-23 [christoph]  0.8.0claws6
7061
7062         * src/folder.c
7063         * src/folder.h
7064         * src/summaryview.c
7065         * src/summaryview.h
7066         * src/main.c
7067                 o separate processing and summaryview
7068                 o removed summary_write_cache from summaryview
7069                 o removed summaryview->killed_messages, because we don't have
7070                   to keep a list of killed messages anymore. New cache will
7071                   keep the hidden messages in cache anyway
7072         * src/folderview.c
7073         * src/inc.c
7074         * src/selective_download.c
7075                 o removed unnecessary summary_write_cache calls
7076         * src/procmsg.c
7077                 o don't set ignore thread flag in procmsg_get_thread_tree
7078                   if it is already set
7079         * src/mainwindow.c
7080         * src/statusbar.h
7081                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7082                   they are used in different files
7083
7084 2002-07-23 [melvin]     0.8.0claws5
7085
7086         * src/addressbook.c
7087         * src/addrgather.c
7088         * src/editaddress.c
7089         * src/editgroup.c
7090         * src/editldap_basedn.c
7091         * src/importldif.c
7092         * src/prefs_common.c
7093                 Fixed few memory leak (gtk_editable_get_chars returns
7094                 an allocated string)
7095         * src/logwindow.c
7096                 Fixed few memory leak (gtk_editable_get_chars returns
7097                 an allocated string) and modified a little the log cutting
7098                 loop.
7099         * src/compose.c
7100                 Replaced a call to an obsolete function gtk_entry_get_text()
7101                 by gtk_editable_get_chars()
7102         * src/send.c
7103                 Removed a debug printf
7104
7105 2002-07-23 [christoph]  0.8.0claws4
7106
7107         * src/filesel.c
7108                 fix another g_dirname memory leak
7109
7110 2002-07-23 [christoph]  0.8.0claws3
7111
7112         * src/mh.c
7113                 fixed a memory leak in mh_fetch_msginfo
7114                 fixed crash when message header could not be
7115                 parsed
7116
7117 2002-07-23 [paul]       0.8.0claws2
7118
7119         * sync with 0.8.0cvs2
7120                 see ChangeLog 2002-07-23
7121
7122 2002-07-23 [paul]       0.8.0claws1
7123
7124         * sync with 0.8.0cvs1
7125                 see ChangeLog 2002-07-23
7126
7127 2002-07-23 [paul]       0.8.0claws
7128
7129         * release of 0.8.0claws
7130
7131 2002-07-23 [paul]       0.7.8claws99
7132
7133         * po/ru.po
7134                 new Russian translation, submitted by
7135                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7136
7137 2002-07-22 [jens]       0.7.8claws98
7138
7139         * po/de.po
7140                 Updated German translations.
7141
7142 2002-07-22 [paul]       0.7.8claws97
7143
7144         * po/es.po
7145           po/it.po
7146           po/nl.po
7147           po/pt_BR.po
7148                 updated translations by Ricardo Mones Lastra,
7149                 Alessandro Maestri, Wilbert Berendsen and 
7150                 Fabio Jr. Beneditto respectively
7151
7152 2002-07-22 [christoph]  0.7.8claws96
7153
7154         * src/mimeview.c
7155                 fix memory leak caused by wrong g_dirname usage
7156
7157 2002-07-22 [christoph]  0.7.8claws95
7158
7159         * src/summaryview.c
7160                 update new and unread message counts for summaryview
7161                 summaryview does not get it from the folder anymore
7162                 and has to update the values itself
7163
7164 2002-07-22 [melvin]     0.7.8claws94
7165
7166         * po/fr.po
7167                 Updated French translations.
7168
7169 2002-07-22 [christoph]  0.7.8claws93
7170
7171         * src/matcher.c
7172                 set prop->preg pointer to NULL or following check
7173                 will not fail and regexec will be called with
7174                 invalid pointer
7175
7176 2002-07-21 [alfons]     0.7.8claws92
7177         
7178         * src/prefs_common.[ch]
7179                 remove option "Send return receipt on request"
7180
7181 2002-07-21 [thorsten]   0.7.8claws91
7182
7183         * src/mimeview.c
7184                 fixed memleaks, coding style as pointed out by alfons
7185
7186 2002-07-21 [alfons]     0.7.8claws90
7187
7188         * src/messageview.c
7189         * src/noticeview.[ch]
7190                 o fix bug notice view being displayed when going to empty folder 
7191                   (noticed by Christoph)
7192                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7193                   (noticed by Thorsten)
7194
7195 2002-07-21 [thorsten]   0.7.8claws89
7196
7197         * src/mimeview.c
7198                 Included save_all patch from Xaview FACQ
7199                 added support for pathnames
7200
7201 2002-07-21 [alfons]     0.7.8claws88
7202
7203         * po/POTFILES.in
7204         * src/Makefile.am
7205         * src/mainwindow.c
7206         * src/messageview.[ch]
7207         * src/noticeview.c      ** NEW FILE **
7208         * src/noticeview.h      ** NEW FILE **
7209                 make return receipts work again
7210                 (UI idea by Leandro Pereira)
7211
7212 2002-07-21 [paul]       0.7.8claws87
7213
7214         * src/summaryview.c
7215                 fix sensitivity of 'Select thread'
7216
7217 2002-07-21 [paul]       0.7.8claws86
7218
7219         * src/prefs_common.c
7220                 add browser command line for Galeon
7221
7222 2002-07-21 [paul]       0.7.8claws85
7223
7224         * Makefile.am
7225                 fix 'EXTRA_DIST': remove README.README, add TODO
7226                 and TODO.claws
7227
7228 2002-07-21 [alfons]     0.7.8claws84
7229
7230         * src/gtkstext.c
7231                 make enter clear selection
7232                 (closes "[ 579888 ] Editor selection/entry error"
7233                 reported by Steve Lamb)
7234
7235 2002-07-21 [alfons]     0.7.8claws83
7236         
7237         * src/summaryview.c
7238                 sort message list when selecting unthread messages
7239                 (closes "[ 501593 ] switching threaded view doesn't sort"
7240                 reported by Simon Schubert)
7241
7242 2002-07-20 [alfons]     0.7.8claws82
7243         
7244         * src/matcher.c
7245                 const-correctness
7246
7247 2002-07-20 [thorsten]   0.7.8claws81
7248
7249         * src/matcher.c
7250                 Fixed expansion of empty fields in matchactions
7251
7252 2002-07-19 [melvin]     0.7.8claws80
7253
7254         * src/gtkspell.c
7255                 Removed a duplicate menu entry (fast mode) introduced during
7256                 the new cache merge
7257                 Added a menu separator between 'Use alternate' and 'Fast mode'
7258
7259 2002-07-19 [paul]       0.7.8claws79
7260
7261         * tools/Makefile.am
7262           tools/README
7263                 correct typos
7264
7265 2002-07-19 [thorsten]   0.7.8claws78
7266
7267         * tools/calypso_convert.pl      ** NEW FILE **
7268           tools/README
7269           tools/Makefile.am
7270                 script to import mbox files exported
7271                 by calypso
7272                 o generates folder structure
7273                 o includes attachments
7274
7275 2002-07-19 [melvin]     0.7.8claws77
7276
7277         * src/selective_download.[ch]
7278                 Fixed bug where closing the dialog with the window manager's
7279                 close button will not unlock the summary
7280                 Corrected some function declarations that missed a return value
7281                 Made the source code comply better with coding style.
7282         * src/prefs_common.c
7283                 Added new browser command line for Mozilla.
7284
7285 2002-07-18 [paul]       0.7.8claws76
7286
7287         * src/mainwindow.c
7288           src/selective_download.[ch]
7289                 reflect theme changes, fix Gdk Warning when creating 
7290                 pixmap from NULL window, and minor clean up.
7291                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7292
7293         * po/en_GB.po
7294                 updated
7295
7296 2002-07-17 [paul]       0.7.8claws75
7297
7298         * INSTALL[.jp]
7299                 sync with 0.8.0
7300         
7301         * po/en_GB.po
7302                 updated
7303
7304 2002-07-16 [paul]       0.7.8claws74
7305
7306         * tools/filter_conv.pl
7307           tools/README
7308                 replace conversion script with reimplemented version, 
7309                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7310
7311 2002-07-16 [colin]      0.7.8claws73
7312
7313         * src/summaryview.c
7314                 remove forgotten debug messages - sorry ;-)
7315
7316 2002-07-16 [colin]      0.7.8claws72
7317
7318         * src/mimeview.c
7319           src/summaryview.c
7320           src/textview.c
7321           src/textview.h
7322                 add the ability to select part of a text mime-part 
7323                 to reply.
7324
7325 2002-07-15 [christoph]  0.7.8claws71
7326
7327         * src/folder.c
7328                 fix folder message count for folders without
7329                 msg_is_changed (includes news folders)
7330
7331 2002-07-15 [martin]     0.7.8claws70
7332
7333         * src/summaryview.c
7334                 option "display recipient on 'From'..." now works
7335                 without the need of enabling the option
7336                 "display  sender  using  address  book".
7337
7338 2002-07-15 [christoph]  0.7.8claws69
7339
7340         * src/summaryview.c
7341                 removed setting folder status from summaryview.
7342                 folder.c should update all message counts correctly.
7343
7344 2002-07-15 [paul]       0.7.8claws68
7345
7346         * po/pt_BR.po
7347                 updated by Fabio Junior Beneditto
7348
7349 2002-07-15 [darko]      0.7.8claws67
7350
7351         * src/mh.c
7352                 Fixed target folder colorization, don't decrease op
7353                 number twice
7354
7355 2002-07-14 [paul]       0.7.8claws66
7356
7357         * sync with main 0.8.0
7358                 see ChangeLog 2002-07-14
7359
7360 2002-07-13 [melvin]     0.7.8claws65
7361         
7362         * src/addrbook.c
7363         * src/addressbook.c
7364         * src/addrindex.c
7365                 Replaced sprintf by g_snprintf to prevent possible buffer
7366                 overflow.
7367         * src/news.c
7368                 Corrected a log message output format.
7369                 Added a missing "done" debug output.
7370         * src/compose.c
7371                 Added keyboard accelerator for Priority menu items
7372                 Added missing \n in debug output
7373         * src/logwindow.c
7374         * src/gtkspell.c
7375         * src/rfc2015.c
7376                 Added missing \n in debug output
7377
7378 2002-07-13 [paul]       0.7.8claws64
7379
7380         * man/sylpheed.1
7381                 change Sergey's email address to the sf address
7382
7383         * src/textview.c
7384                 increase show_url_timeout (more useful for long
7385                 urls)
7386
7387 2002-07-12 [sergey]     0.7.8claws63
7388
7389         * src/rfc2015.c
7390                 applied (with some modifications) patch to set the
7391                 micalg parameter for signatures
7392                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7393
7394 2002-07-12 [sergey]     0.7.8claws62
7395
7396         * man/Makefile.am
7397         * configure.in
7398                 fixed man page installation
7399
7400 2002-07-12 [paul]       0.7.8claws61
7401
7402         * sync with 0.7.8cvs26
7403                 see ChangeLog 2002-07-11 and 2002-07-12
7404
7405 2002-07-11 [christoph]  0.7.8claws60
7406
7407         * src/compose.c
7408         * src/procmsg.c
7409                 first use the message number to find the message
7410                 to mark with a reply flag but check the
7411                 message-id if we got the correct message, if not
7412                 try to find it by message-id.
7413                 use new string seperator that is not allowed
7414                 in message-ids.
7415
7416 2002-07-11 [paul]       0.7.8claws59
7417
7418         * sync with 0.7.8cvs23
7419                 see ChangeLog 2002-07-10
7420
7421 2002-07-10 [christoph]  0.7.8claws58
7422
7423         * src/folder.[ch]
7424         * src/msgcache.[ch]
7425                 Added message-id table to the cache in memory
7426                 and functions to msgcache.c and folder.c to
7427                 fetch MsgInfos by message id
7428         * src/compose.c
7429         * src/procmsg.c
7430                 store folder and message-id of message replying
7431                 to in queue header and set reply flag after sending
7432                 (Closes bug #469498)
7433
7434 2002-07-10 [paul]       0.7.8claws57
7435
7436         * AUTHORS
7437           man/sylpheed.1.gz
7438                 add Martin to the list of authors
7439
7440 2002-07-09 [martin]     0.7.8claws56
7441         * src/gtksctree.c
7442                 Added gtk_ctree_last_visible(), tree_update_level(),
7443                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7444                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7445                 from gtk+ to gtksctree.c for the new sorting code
7446                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7447                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7448         * src/gtksctree.h
7449                 Added declaration for gtk_sctree_sort_recursive() and
7450                 gtk_sctree_sort_node
7451         * src/addressbook.c
7452         * src/foldersel.c
7453         * src/folderview.c
7454         * src/summaryview.c
7455                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7456                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7457
7458 2002-07-08 [paul]       0.7.8claws55
7459
7460         * more sync with 0.7.8cvs21
7461                 see ChangeLog 2002-07-08
7462
7463 2002-07-08 [paul]       0.7.8claws54
7464
7465         * sync with 0.7.8cvs21
7466                 see ChangeLog 2002-07-08
7467
7468 2002-07-07 [alfons]     0.7.8claws53
7469
7470         * src/Makefile.am
7471         * src/stock_pixmap.[ch]
7472         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7473         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7474         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7475                 add new pixmaps for upcoming notice pane
7476
7477 2002-07-06 [melvin]     0.7.8claws52
7478
7479         * src/gtkspell.[ch]
7480                 Made them a bit closer to Sylpheed's coding style.
7481                 Removed old code.
7482                 Removed possible memory leaks when some errors occurs.
7483
7484 2002-07-06 [melvin]     0.7.8claws51
7485
7486         * po/Makefile.in.in
7487                 Removed --no-location in xgettext command line to help
7488                 translators that use Emacs' po-mode
7489         * src/quote_fmt.c
7490                 Removed unnecessary comments that messed up sylpheed.pot
7491
7492 2002-07-06 [paul]       0.7.8claws50
7493
7494         * sync with 0.7.8cvs19
7495                 see ChangeLog 2002-07-05
7496
7497 2002-07-06 [christoph]  0.7.8claws49
7498
7499         * src/folder.c
7500         * src/mainwindow.c
7501                 fix folder_item_remove_all_msg and folderview
7502                 status for trash folders after emptying trash
7503
7504 2002-07-05 [paul]       0.7.8claws48
7505
7506         * sync with 0.7.8cvs16
7507                 see ChangeLog 2002-07-04 and 2002-07-05
7508
7509 2002-07-04 [paul]       0.7.8claws47
7510
7511         * sync with 0.7.8cvs14
7512                 see  ChangeLog 2002-07-04
7513
7514 2002-07-03 [alfons]     0.7.8claws46
7515
7516         * src/folder.c
7517                 dupe folder item's path because it's being reallocated
7518                 by new folder scanning code
7519
7520 2002-07-03 [christoph]  0.7.8claws45
7521
7522         * src/imap.c
7523                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7524         * src/msgcache.c
7525                 add missing return in msgcache_write
7526
7527 2002-07-02 [thorsten]   0.7.8claws44
7528
7529         * src/jpilot.c
7530         * src/msgcache.c
7531         * src/rfc2015.c
7532                 use binary mode for file access
7533
7534 2002-07-02 [christoph]  0.7.8claws43
7535
7536         * major code cleanup (part 1)
7537         
7538                 - unused variables removed
7539                 - unused functions removed
7540                 - uninitialized variables checked
7541                 - missing return statements added
7542                 - missing function return types added
7543                 - added parentheses around assignment and
7544                   && in || when suggested by gcc
7545               
7546         * src/mh.c
7547         * src/folder.c
7548                 replaced direct calls to folder->scan_tree
7549                 with folder_scan_tree and restore folder
7550                 prefs in this function. The folder should
7551                 not have to deal with them.
7552                 ( Should now work for all folder types )
7553
7554 2002-07-02 [paul]       0.7.8claws42
7555
7556         * sync with 0.7.8cvs13
7557                 see ChangeLog 2002-07-01 and 2002-07-02
7558
7559 2002-07-01 [christoph]  0.7.8claws41
7560
7561         * src/summaryview.c
7562                 fix "goto next/prev unread message" with
7563                 ignored threads
7564
7565 2002-07-01 [paul]       0.7.8claws40
7566
7567         * po/es.po
7568                 updated by Ricardo Mones Lastra
7569
7570 2002-06-30 [match]      0.7.8claws39
7571
7572         * src/jpilot.c
7573                 applied variation of leonerd's patch (566661) to
7574                 allow multiple email addresses per JPilot entry.
7575                 addresses may be separated by space, comma, pipe,
7576                 semi-colon, new-line.
7577
7578 2002-06-30 [alfons]     0.7.8claws38
7579
7580         * src/procmsg.c
7581                 simple fix for putting older nodes before
7582                 newer nodes when threading by subject
7583
7584 2002-06-30 [christoph]  0.7.8claws37
7585
7586         * src/folder.c
7587         * src/folderview.c
7588         * src/mh.c
7589         * src/news.c
7590         * src/procmsg.c
7591                 fix broken folder tree rescaning
7592                 and don't use procmsg_get_mark_sum
7593                 anymore
7594
7595 2002-06-30 [christoph]  0.7.8claws36
7596
7597         * merge new cache branch
7598         * src/imap.c
7599                 fix new cache imap copy bug
7600         * src/folder.c
7601                 improved folder_item_scan
7602                 it should now always set the correct
7603                 new, unread and total message counts
7604
7605 2002-06-29 [paul]       0.7.8claws35
7606
7607         * configure.in
7608                 correct syntax error
7609
7610 2002-06-29 [paul]       0.7.8claws34
7611
7612         * configure.in
7613           Makefile.am
7614           man/Makefile.am       ** NEW FILE **
7615           man/sylpheed.1.gz     ** NEW FILE **
7616                 add Sylpheed man page
7617
7618 2002-06-29 [paul]       0.7.8claws33
7619
7620         * po/pt_BR.po
7621                 updated by Fabio Junior Beneditto
7622
7623 2002-06-28 [jens]       0.7.8claws32
7624
7625         * po/de.po
7626                 translation updated
7627
7628         * src/selective_download.c
7629                 removed gettext for space " "
7630
7631         * src/imap.c
7632                 removed wrong space
7633
7634 2002-06-28 [paul]       0.7.8claws31
7635
7636         * sync with 0.7.8cvs11
7637                 see ChangeLog 2002-06-28
7638
7639 2002-06-28 [paul]       0.7.8claws30
7640
7641         * sync with 0.7.8cvs10
7642                 see ChangeLog 2002-06-27 and 2002-06-28
7643
7644 2002-06-26 [paul]       0.7.8claws29
7645
7646         * src/addrgather.c
7647           src/selective_download.c
7648                 don't gettextise empty strings.
7649                 reserved by gettext. gettext("") returns 
7650                 the header entry with meta information, 
7651                 not the empty string
7652
7653         * po/en_GB.po
7654                 updated
7655
7656 2002-06-26 [paul]       0.7.8claws28
7657
7658         * sync with 0.7.8cvs7
7659                 see ChangeLog 2002-06-25
7660
7661         * src/prefs_common.c
7662                 ...and in the process, tweak the gui a little
7663
7664 2002-06-25 [alfons]     0.7.8claws27
7665         
7666         * configure.in
7667         * src/Makefile.am
7668                 fine tune ldap library detection
7669
7670 2002-06-25 [alfons]     0.7.8claws26
7671
7672         * src/compose.c
7673                 don't allow return receipts when composing a news article
7674
7675 2002-06-25 [paul]       0.7.8claws25
7676
7677         * Makefile.am
7678                 add '$(AMTAR)' to 'release' section to allow for
7679                 new and older autotools
7680
7681 2002-06-25 [paul]       0.7.8claws24
7682
7683         * src/summaryview.c
7684                 fix "No more unread messages" persistant pop-up
7685                 window bug
7686
7687 2002-06-25 [paul]       0.7.8claws23
7688
7689         * po/it.po
7690                 updated by Alessandro Maestri
7691
7692 2002-06-25 [paul]       0.7.8claws22
7693
7694         * sync with 0.7.8cvs6
7695                 see ChangeLog 2002-06-25
7696
7697 2002-06-24 [paul]       0.7.8claws21
7698
7699         * tools/update-po
7700                 add GPL copyright information
7701
7702 2002-06-24 [paul]       0.7.8claws20
7703
7704         * tools/Makefile.am
7705           tools/README
7706           tools/update-po       ** NEW FILE **
7707                 add script that eases the creation of *.po files
7708                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7709
7710 2002-06-23 [alfons]     0.7.8claws19
7711
7712         * src/messageview.c
7713                 make notification_convert_header obey const correctness
7714                 (next step will be fixing the broken return receipt)
7715
7716 2002-06-23 [paul]       0.7.8claws18
7717
7718         * src/messageview.c
7719                 fix bug introduced in last commit:
7720                 removed too much code in last commit - put back what's
7721                 needed
7722
7723 2002-06-23 [paul]       0.7.8claws17
7724
7725         * src/messageview.[ch]
7726                 remove code committed in error from locally patched
7727                 source
7728
7729 2002-06-23 [colin]      0.7.8claws16
7730
7731         * src/compose.[ch]
7732                 add compose_entry_select(), used to select the default_to
7733                 email address - hopefully avoiding people sending mails to
7734                 wrong recipients.
7735
7736 2002-06-22 [alfons]     0.7.8claws15
7737
7738         * AUTHORS
7739                 add Bram Metsch & Stanislav Karchebny
7740         * src/smtp.[ch]
7741         * src/prefs_account.[ch]
7742         * src/send.c
7743                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7744                   options.  (see <http://sourceforge.net/tracker/index.php
7745                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7746
7747                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7748                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7749
7750 2002-06-22 [paul]       0.7.8claws14
7751
7752         * sync with 0.7.8cvs5
7753                 see ChangeLog 2002-06-19 and 2002-06-20
7754
7755 2002-06-22 [alfons]     0.7.8claws13
7756
7757         * src/selective_download.c
7758                 fix a stupid mistake I made
7759
7760 2002-06-22 [alfons]     0.7.8claws12
7761
7762         * src/selective_download.[ch]
7763                 fix another unnoticed leak; cleanup code
7764
7765 2002-06-21 [alfons]
7766
7767         * tools/Makefile.am
7768                 gpg-sign <-- gpg-sign-syl
7769
7770 2002-06-21 [alfons]     0.7.8claws11
7771
7772         * src/selective_download.c
7773         * src/selective_download.h
7774                 fix assorted mix of allocation errors (should solve
7775                 problem reported by Philippe Gramoullé, see:
7776                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7777
7778 2002-06-20 [melvin]     0.7.8claws10
7779
7780         * tools/gpg-sign *REMOVED*
7781           tools/gpg-sign-syl *ADDED*
7782                 Replaced the gpg clearsigning script with the version using
7783                 xterm instead of ssh-askpass and changed its name.
7784
7785         * README.claws
7786                 Updated actions example to reflect the renaming of the
7787                 gpg clearsigning script.
7788
7789 2002-06-19 [paul]       0.7.8claws9
7790
7791         * sync with 0.7.8claws9
7792                 see ChangeLog 2002-06-18 and 2002-06-19
7793
7794 2002-06-19 [paul]       0.7.8claws8
7795
7796         * sync with 0.7.8cvs1
7797                 see ChangeLog 2002-06-18
7798
7799 2002-06-18 [alfons]     0.7.8claws7
7800
7801         * src/mainwindow.h
7802                 add omitted prototype
7803
7804 2002-06-17 [paul]       0.7.8claws6
7805
7806         * src/mainwindow.c
7807                 fix hiding of exec_btn
7808
7809 2002-06-17 [paul]       0.7.8claws5
7810
7811         * src/pop.c
7812                 remove unneeded code: should_delete() 
7813                 and Pop3State::uidl_todelete_list
7814
7815 2002-06-17 [paul]       0.7.8claws4
7816
7817         * sync with 0.7.8
7818                 see ChangeLog 2002-06-11 and 2002-06-13
7819
7820 2002-06-16 [alfons]     0.7.8claws3
7821         
7822         * src/folder.c
7823                 make sure lock sort mode (claws specific) is
7824                 also persists after a tree rescan
7825
7826 2002-06-16 [alfons]     0.7.8claws2
7827
7828         * src/prefs_folder_item.c
7829         * src/folder.[ch]
7830                 fix persistence of folder sort mode (broken
7831                 by adapting Hiro's new folder persistence code)
7832
7833 2002-06-16 [alfons]     0.7.8claws1
7834
7835         * AUTHORS
7836         * src/logwindow.c
7837         * src/prefscommon.[ch]
7838                 control size of log text in log window; 
7839                 closes patch #569155 submitted by Mitko Haralanov.
7840
7841 2002-06-15 [paul]       0.7.8claws
7842
7843         * release of 0.7.8claws
7844
7845 2002-06-15 [paul]       0.7.7claws
7846
7847         * po/pt_BR.po
7848                 updated by Fabio Junior Beneditto
7849
7850 2002-06-14 [paul]       0.7.6claws49
7851
7852         * po/es.po
7853                 updated by Ricardo Mones Lastra
7854
7855 2002-06-14 [paul]       0.7.6claws48
7856
7857         * po/nl.po
7858                 updated translation by Wilbert Berendsen
7859
7860 2002-06-14 [melvin]     0.7.6claws47
7861
7862         * po/fr.po
7863                 Updated French translation
7864
7865 2002-06-13 [paul]       0.7.6claws46
7866
7867         * src/filesel.c
7868                 allow filename to be typed in, rather than just
7869                 selected by the mouse. Patch by Gustavo Noronha Silva.
7870
7871 2002-06-13 [alfons]     0.7.6claws45
7872
7873         * src/mainwindow.[ch]
7874                 more cleanups (removing unnecessary menu items Expand 
7875                 summary / message view)
7876
7877 2002-06-13 [melvin]     0.7.6claws44
7878
7879         * po/POTFILES.in
7880                 Added src/string_match.c
7881         * src/string_match.c
7882                 Fixed possible buffer overflow.
7883                 Corrected typo.
7884                 Added missing config.h header.
7885         * src/prefs_common.c
7886           src/prefs_matcher.c
7887           src/prefs_scoring.c
7888                 Made some strings translatable (missing _(..)).
7889
7890 2002-06-13 [melvin]     0.7.6claws43
7891
7892         * README.claws
7893                 Corrected action example (verifying clearsigned mail).
7894         * src/prefs_account.c
7895                 Corrected typo.
7896         * src/prefs_common.c
7897                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7898
7899 2002-06-12 [alfons]     0.7.6claws42
7900
7901         * src/summaryview.c
7902                 add init of score column lost in 0.7.6claws42
7903
7904 2002-06-12 [paul]       0.7.6claws41
7905
7906         * src/prefs_account.c
7907                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
7908                 behavior of the radio buttons, (from 0.7.7cvs2)
7909
7910 2002-06-11 [alfons]     0.7.6claws40
7911
7912         * src/messageview.[ch]
7913         * src/summaryview.[ch]
7914         * src/summary_search.c
7915         * src/mainwindow.c
7916                 perform a sync to bring in Hiro's separate view implementation 
7917
7918                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
7919
7920 2002-06-11 [paul]       0.7.6claws39
7921         
7922         * src/prefs_account.c
7923                 correct a typo on the Receive tab
7924
7925 2002-06-10 [match]      0.7.6claws38
7926
7927         * src/addressbook.c
7928                 Included address completion patch from Gustavo Noronha.
7929
7930 2002-06-10 [paul]       0.7.6claws37
7931
7932         * src/inc.[ch]
7933           src/pop.c
7934           src/prefs_account.[ch]
7935           src/selective_download.[ch]
7936                 apply PATCH #561712
7937                  NEW:
7938                 - check if POP Account
7939                 - Receive Button renamed to Preview
7940                 - Preview Button Popup: preview new/all messages
7941                 - Download Button
7942                 - Account Preferences-->Receive tab checkbutton if you
7943                   want to remove Mail after Download
7944                 -: default YES
7945                 - Account Preferences-->Receive tab checkbutton use
7946                   filtering rules on preview
7947                   (think of delete_on_server)
7948                 -: default YES
7949                 - Account selectable from SD dialog
7950                 - checkbutton to show already downloaded messages if
7951                   all messages are previewed
7952                 - new clist column showing Date
7953                 - ESC KEY close
7954                 FIXES:
7955                 - play ball with UIDL
7956                 - fault tolerant (?) 
7957                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7958
7959 2002-06-10 [melvin]     0.7.6claws36
7960
7961         * README.claws
7962                 Added a hint to ac/README in cvs instructions.
7963
7964         * src/prefs_actions.c
7965                 Made it possible to use a more elaborate command line
7966                 for asynchronous actions, too.
7967
7968 2002-06-10 [melvin]     0.7.6claws35
7969         
7970         * src/prefs_actions.c
7971                 Make it possible to use a more elaborate command line
7972                 (e.g. |foo|bar|cat>there;echo Done|)
7973                 Corrected error message when calling %f, %F and %p commands
7974                 from the compose window.
7975
7976 2002-06-09 [colin]      0.7.6claws34
7977
7978         * src/summaryview.c
7979                 Automatically find unread messages in current folder
7980                 before annoying the user.
7981
7982 2002-06-08 [alfons]     0.7.6claws33
7983
7984         * po/it.po
7985                 remove bad formatting string in it.po translation
7986                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
7987
7988 2002-06-08 [paul]       0.7.6claws32
7989
7990         * sync with 0.7.6cvs25
7991                 see ChangeLog 2002-06-07
7992
7993 2002-06-05 [paul]       0.7.6claws31
7994
7995         * src/mainwindow.c
7996                 add 'Sort by locked' and 'Sort by score'
7997
7998 2002-06-05 [paul]       0.7.6claws30
7999
8000         * sync with 0.7.6cvs24
8001                 see ChangeLog 2002-06-04
8002
8003 2002-06-04 [paul]       0.7.6claws29
8004
8005         * po/pt_BR.po
8006                 updated by Fabio Junior Beneditto
8007
8008 2002-06-03 [thorsten]   0.7.6claws28
8009
8010         * src/matcher.c
8011                 fclose() matcherrc after reading
8012
8013 2002-06-03 [paul]       0.7.6claws27
8014
8015         * sync with 0.7.6cvs21
8016                 see ChangeLog 2002-05-31
8017
8018 2002-05-31 [paul]       0.7.6claws26
8019
8020         * sync with 0.7.6cvs20
8021                 see ChangeLog 2002-05-29 and 2002-05-30
8022
8023 2002-05-31 [paul]       0.7.6claws25
8024
8025         * src/imap.c
8026                 hopefully fix last buggy sync
8027
8028         * README.claws
8029                 correct typo in 'Actions' examples
8030
8031 2002-05-29 [paul]       0.7.6claws24
8032
8033         * sync with 0.7.6cvs18
8034                 see ChangeLog 2002-05-28 and 2002-05-29
8035
8036         * src/news.c
8037           src/nntp.[ch]
8038                 sync with above 
8039
8040 2002-05-28 [paul]       0.7.6claws23
8041
8042         * sync with 0.7.6cvs16
8043                 see ChangeLog 2002-05-28
8044
8045 2002-05-27 [thorsten]   0.7.6claws22 
8046
8047         * faq/it/sylpheed-faq-1.html
8048           faq/it/sylpheed-faq-2.html
8049           faq/it/sylpheed-faq-3.html
8050           faq/it/sylpheed-faq.html
8051                 corrected DOS lineendings
8052         * faq/de/sylpheed-faq-1.html
8053           faq/de/sylpheed-faq-2.html
8054           faq/en/sylpheed-faq-1.html
8055           faq/en/sylpheed-faq-2.html
8056           faq/en/sylpheed-faq-3.html
8057           faq/es/sylpheed-faq-1.html
8058           faq/es/sylpheed-faq-2.html
8059           faq/es/sylpheed-faq-3.html
8060           faq/fr/sylpheed-faq-1.html
8061           faq/it/sylpheed-faq-1.html
8062           faq/it/sylpheed-faq-2.html
8063           faq/it/sylpheed-faq-3.html
8064           faq/it/sylpheed-faq.html
8065                 changed ">" to &quot;
8066
8067 2002-05-27 [paul]       0.7.6claws21
8068         
8069         * sync with 0.7.6cvs15
8070                 see ChangeLog 2002-05-27
8071
8072 2002-05-27 [paul]       0.7.6claws20
8073
8074         * src/prefs_account.c
8075                 correct a typo
8076
8077 2002-05-26 [paul]       0.7.6claws19
8078
8079         * tools/README
8080                 correct a typo
8081
8082 2002-05-25 [paul]       0.7.6claws18
8083
8084         * tools/README
8085                 add description of kmail2sylpheed.pl
8086
8087 2002-05-25 [paul]       0.7.6claws17
8088
8089         * tools/kmail2sylpheed.pl       ** NEW FILE **
8090                 perl script that converts an exported Kmail address
8091                 book, converts it to sylpheed addressbook file,
8092                 writes the file to .sylpheed, and updates
8093                 addrbook--index.xml 
8094
8095 2002-05-25 [paul]       0.7.6claws16
8096
8097         * sync with 0.7.6cvs14
8098                 see ChangeLog 2002-05-23
8099
8100 2002-05-24 [paul]       0.7.6claws15
8101
8102         * README.claws
8103                 make a correction and add some more info
8104
8105 2002-05-24 [paul]       0.7.6claws14
8106
8107         * src/compose.c
8108                 fix memory leak in 
8109                 compose_redirect_write_headers_from_headerlist()
8110                 add Subject and Resent-Message-ID to
8111                 compose_redirect_write_headers()
8112                 Received, Subject, and X-UIDL are filtered out in 
8113                 compose_redirect_write_to_file()
8114
8115 2002-05-23 [paul]       0.7.6claws13
8116
8117         * src/compose.[ch]
8118           src/filtering.c
8119           src/mainwindow.c
8120           src/matcher.[ch]
8121           src/matcher_parser_lex.l
8122           src/matcher_parser_parse.y
8123           src/prefs_common.[ch]
8124           src/prefs_filtering.c
8125           src/summaryview.c
8126                 rename 'Bounce' to 'Redirect'
8127
8128 2002-05-23 [paul]       0.7.6claws12
8129
8130         * more sync with 0.7.6cvs13
8131           src/compose.c
8132                 see ChangeLog 2002-05-22
8133
8134 2002-05-22 [paul]       0.7.6claws11
8135
8136         * sync with 0.7.6cvs13
8137           src/codeconv.c
8138                 see ChangeLog 2002-05-20
8139           src/prefs_common.c
8140                 see ChangeLog 2002-05-22
8141
8142 2002-05-21 [melvin]     0.7.6claws10
8143
8144         * src/folderview.c
8145                 Added missing filtering and scoring headers
8146                 Fixed bad function call that showed garbage 
8147                 in Folder->Processing
8148
8149 2002-05-21 [paul]       0.7.6claws9
8150
8151         * tools/Makefile.am
8152                 make all tools executable, (patch by Alfons).
8153
8154 2002-05-20 [alfons]     0.7.6claws8
8155
8156         * src/procheader.c
8157                 don't forget to call mktime() so we have a valid week 
8158                 and year day
8159                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8160
8161 2002-05-20 [paul]       0.7.6claws7
8162
8163         * src/html.c
8164                 fix broken parsing of urls
8165         * src/textview.c
8166                 fix displaying of urls
8167
8168                 both fixes from the patch [547855] by Eugene 
8169                 Brevdo (zonem)
8170
8171 2002-05-19 [alfons]     0.7.6claws6
8172
8173         * configure.in
8174                 make sylpheed configure correctly with the latest
8175                 and greatest of automake / autoconf / gettext
8176
8177 2002-05-19 [alfons]     0.7.6claws5
8178
8179         * src/procheader.c
8180         * src/procheader.h
8181                 add function for returning ime zone offset
8182         * src/quote_fmt.c
8183         * src/quote_fmt_parse.y
8184                 better quotation formatting - does not convert
8185                 to local time, but uses the original date string.
8186                 
8187                 Note: %z inserts the timezone offset (should 
8188                 work also on platforms where strftime does not
8189                 support %z).
8190
8191 2002-05-18 [christoph]  0.7.6claws4
8192
8193         * src/summaryview.c
8194                 fix indentation of some code
8195         * tools/Makefile.am
8196                 fix spaces after \
8197         * src/Makefile.am
8198                 add missing \
8199                 correct path for ignorethread.xpm
8200                 incorrect filename for sylpheed_logo.xpm
8201                 add missing include matcher_parser_parse.h
8202
8203 2002-05-18 [paul]       0.7.6claws3
8204
8205         * sync with 0.7.6cvs8
8206                 see ChangeLog 2002-05-16 and 2002-05-17
8207
8208 2002-05-18 [melvin]     0.7.6claws2
8209
8210         * README.claws
8211                 Corrected an action's definition and fixed some misspellings.
8212
8213 2002-05-18 [paul]       0.7.6claws1
8214
8215         * tools/Makefile.am
8216           tools/gpg-sign        ** new file **
8217           tools/uudec           ** new file **
8218                 add Melvin's Actions scripts
8219
8220         * README.claws
8221                 add Melvin's descriptions for Actions
8222
8223 2002-05-18 [paul]       0.7.6claws
8224
8225         * Version 0.7.6claws released
8226
8227 2002-05-17 [paul]       0.7.5claws32
8228
8229         * po/es.po
8230                 updated by Ricardo Mones Lastra
8231
8232 2002-05-17 [paul]       0.7.5claws31
8233
8234         * src/compose.c
8235                 fix Account prefs default folder for sent/draft/deleted
8236                 messages bug
8237
8238         * po/it.po
8239           po/nl.po
8240                 updated translation by Alessandro Maestri and
8241                 Wilbert Berendsen
8242
8243 2002-05-17 [melvin]     0.7.5claws30
8244
8245         * src/prefs_actions.c
8246                 Fixed bug where using %F not at the end of the command 
8247                 resulted in an additional empty argument being created.
8248                 Thanks to Darko Koruga for reporting the bug.
8249
8250 2002-05-17 [melvin]     0.7.5claws29
8251
8252         * po/fr.po
8253                 Updated French translations.
8254
8255 2002-05-15 [paul]       0.7.5claws28
8256         
8257         * po/es.po
8258                 updated by Ricardo Mones Lastra
8259
8260 2002-05-15 [paul]       0.7.5claws27
8261
8262         * sync with 0.7.6cvs4
8263                 see ChangeLog 2002-05-14 and 2002-05-15
8264
8265 2002-05-14 [paul]       0.7.5claws26
8266
8267         * sync with 0.7.6cvs1
8268                 see ChangeLog 2002-05-13
8269
8270 2002-05-13 [thorsten]   0.7.5claws25
8271
8272         * src/messageview.c
8273                 fix select_all and copy in multipart messages
8274         * src/mainwindow.c
8275                 fix select_all and copy in multipart messages
8276
8277 2002-05-12 [paul]       0.7.5claws24
8278
8279         * src/summaryview.c
8280                 reverse last commit, bug already fixed in 0.7.5claws3
8281
8282 2002-05-12 [netztorte]  0.7.5claws23
8283
8284         * src/summaryview.c
8285                 dont parse empty addressbook (checked in before claws20)
8286
8287 2002-05-12 [melvin]     0.7.5claws22
8288
8289         * src/procmsg.[ch]
8290                 Removed unneeded priority code introduced by the previous 
8291                 commit.
8292
8293 2002-05-12 [melvin]     0.7.5claws21
8294
8295         * src/compose.[ch]
8296                 Added possibility to set message's priority.
8297         * src/procmsg.[ch]
8298                 Added possibility to set message's priority.
8299                 Added missing headers
8300
8301 2002-05-12 [melvin]     0.7.5claws20
8302
8303         * src/prefs_actions.c
8304                 Removed implicitely added quotes around the name
8305                 of the temporary files of mime parts.
8306
8307 2002-05-12 [paul]       0.7.5claws19
8308
8309         * sync with 0.7.5cvs20
8310                 see ChangeLog 2002-05-11
8311
8312 2002-05-12 [alfons]     0.7.5claws18
8313
8314         * src/quote_fmt_lex.l
8315         * src/quote_fmt_parse.y
8316                 allow quote / reply date & time format to be set using
8317                 %D{format}. format is a format string you'd pass to
8318                 strftime() (see man strftime, or the Display tab |
8319                 Date format setting).
8320
8321                 Currently %D converts the date to local time. 
8322
8323 2002-05-11 [paul]       0.7.5claws17
8324
8325         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8326                 see ChangeLog 2002-05-10 and 2002-05-11
8327
8328 2002-05-10 [paul]       0.7.5claws16
8329
8330         * sync with 0.7.5cvs16
8331                 see ChangeLog entries 2002-05-09 and 
8332                 2002-05-10
8333
8334 2002-05-10 [colin]      0.7.5claws15
8335
8336         * src/textview.c
8337                 Corrected a bug that prevented sylpheed to open
8338                 double-clicked URIs.
8339
8340 2002-05-09 [paul]       0.7.5claws14
8341
8342         * sync with 0.7.5cvs14
8343                 see ChangeLog 2002-05-08 and 2002-05-09
8344
8345 2002-05-08 [paul]       0.7.5claws13
8346
8347         * sync with 0.7.5cvs11
8348                 see ChangeLog entry 2002-05-08
8349
8350 2002-05-08 [paul]       0.7.5claws12
8351
8352         * src/mainwindow.c
8353           src/textview.[ch]
8354                 fix segfault on View->Open in new window
8355                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8356
8357 2002-05-07 [paul]       0.7.5claws11
8358
8359         * sync with 0.7.5cvs9
8360                 see ChangeLog entry 2002-05-07
8361
8362 2002-05-06 [paul]       0.7.5claws10
8363
8364         * src/messageview.c
8365           src/textview.c
8366                 display url in statusbar on single-click
8367                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8368
8369 2002-05-06 [match]      0.7.5claws9
8370
8371         * src/addritem.[ch]
8372                 new functions.
8373         * src/addrcache.c
8374                 tidy up.
8375         * src/xmlprops.[ch]
8376                 XML implementation of properties file.
8377         * src/exporthtml.[ch]
8378         * src/expthtmldlg.[ch]
8379         * src/addressbook.c
8380                 export to HTML.
8381
8382 2002-05-02 [sergey]     0.7.5claws8
8383
8384         * src/mainwindow.c (mainwin_entries),
8385           src/prefs_common.c (prefs_send_create()),
8386           src/codeconv.c (locale_table):
8387                 use charset name "Windows-1251" instead of "CP1251".
8388
8389 2002-05-02 [colin]      0.7.5claws7
8390         
8391         * src/compose.c
8392           src/prefs_common.c
8393           src/prefs_folder_item.c
8394                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8395
8396 2002-05-02 [hiro]       0.7.5claws6
8397
8398         * src/imap.c
8399                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8400
8401 2002-05-02 [paul]       0.7.5claws5
8402
8403         * src/compose.c
8404                 more sync with 0.7.5cvs7, see ChangeLog entry
8405                 2002-05-02
8406
8407 2002-05-02 [hiro]       0.7.5claws4
8408
8409         * src/compose.c
8410                 compose_queue_sub():
8411                 check if queue folder exists (closes #550397).
8412                 removed directory creation since it should be handled
8413                 transparently.
8414         * src/imap.c
8415                 imap_add_msg(): return UID for appended message
8416                 (closes #548842).
8417
8418 2002-04-30 [paul]       0.7.5claws3
8419
8420         * src/summaryview.c
8421                 fix account_find_from_address() bug
8422
8423 2002-04-28 [colin]      0.7.5claws2
8424
8425         * src/compose.c
8426           src/textview.c
8427           src/prefs_common.[ch]
8428           src/utils.[ch]
8429                 Added user-definable quotation characters recognition.
8430
8431 2002-04-28 [paul]       0.7.5claws1
8432
8433         * sync with 0.7.5cvs4
8434                 see ChangeLog entry  2002-04-25
8435
8436 2002-04-28 [paul]       0.7.5claws
8437
8438         * po/es.po
8439           po/nl.po
8440           po/pt_BR.po
8441                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8442                 Fabio Junior Beneditto
8443
8444 2002-04-27 [jens]       0.7.4claws103
8445
8446         * po/de.po
8447                 updated German translation.
8448
8449 2002-04-27 [hiro]       0.7.4claws102
8450
8451         * src/summaryview.c
8452                 summary_write_cache(): fixed the mark loss of hidden messages.
8453
8454 2002-04-26 [melvin]     0.7.4claws101
8455
8456         * src/procmsg.c
8457                 fixed a second typo (same one)
8458         * po/fr.po
8459           po/it.po
8460           po/pt_BR.po
8461                 fixed the type again...
8462
8463 2002-04-26 [melvin]     0.7.4claws100
8464
8465         * src/procmsg.c
8466                 fixed a typo in an alert message ("temorary").
8467         * po/it.po
8468         * po/pt_BR.po
8469                 corrected the typo  described above.
8470         * po/fr.po
8471                 updated French translation.
8472
8473 2002-04-26 [darko]      0.7.4claws99
8474
8475         * src/summaryview.c
8476                 fix target folder colorization
8477
8478 2002-04-25 [paul]       0.7.4claws98
8479
8480         * po/it.po
8481                 updated by Alessandro Maestri
8482
8483 2002-04-24 [colin]      0.7.4claws97
8484         
8485         * src/compose.c
8486                 Fixed double "subject is empty" question.
8487
8488 2002-04-23 [colin]      0.7.4claws96
8489         
8490         * src/mimeview.c
8491                 Corrected issue when "automatically display images" was
8492                 not set : first image remained after selecting second.
8493
8494 2002-04-23 [melvin]     0.7.4claws95
8495
8496         * src/prefs_actions.c
8497                 Don't display in/out dialog if there is nothing to show.
8498
8499 2002-04-23 [paul]       0.7.4claws94
8500
8501         * sync with 0.7.5cvs3
8502                 bug fixes: see ChangeLog entry 2002-04-23
8503
8504 2002-04-22 [darko]      0.7.4claws93
8505
8506         * src/compose.c
8507                 fix previous check-in which changed code after
8508                 merge from main
8509
8510 2002-04-22 [paul]       0.7.4claws92
8511
8512         * faq/de/*
8513                 add German FAQ
8514         * faq/en/*
8515           faq/es/*
8516           faq/fr/*
8517                 update English, Spanish and French FAQs
8518         * manual/de/*
8519           manual/es/*
8520                 add German and Spanish manuals
8521         * manual/en/*
8522           manual/fr/*
8523                 update English and French manuals
8524
8525         * src/Makefile.am
8526                 add to and re-arrange the pixmap entries
8527
8528 2002-04-22 [darko]      0.7.4claws91
8529
8530         * src/compose.c
8531                 fix sender initials recognition to only allow
8532                 '>' after the initials
8533
8534 2002-04-21 [paul]       0.7.4claws90
8535
8536         * sync with 0.7.5 release
8537                 see ChangeLog entry 2002-04-21
8538
8539 2002-04-21 [alfons]
8540
8541         * src/Makefile.am
8542                 add colin's new pixmaps to EXTRA_DIST
8543
8544 2002-04-21 [colin]      0.7.4claws89
8545         * src/compose.c
8546         * src/inc.c
8547         * src/mainwindow.[ch]
8548         * src/prefs_common.[ch]
8549         * src/stock_pixmap.[ch]
8550                 Added "Work offline" ability.
8551
8552 2002-04-21 [colin]      0.7.4claws88
8553         
8554         * src/mimeview.c
8555         * src/prefs_common.c
8556         * src/prefs_common.h
8557         * src/textview.c : Added an option to common preferences -> display
8558           to allow user not to automatically display images.
8559
8560 2002-04-21 [paul]       0.7.4claws87
8561
8562         * sync with 0.7.4cvs52
8563                 see ChangeLog entry 2002-04-21 (src/imap.c)
8564
8565 2002-04-21 [paul]       0.7.4claws86
8566
8567         * sync with 0.7.4cvs51
8568                 see ChangeLog entry 2002-04-21
8569
8570 2002-04-21 [paul]       0.7.4claws85
8571
8572         * sync with 0.7.4cvs49
8573                 see ChangeLog entries 2002-04-20 and 2002-04-21
8574
8575         * src/Makefile.am
8576                 clean up: remove old 'stock_' element from xpm 
8577                 filenames.
8578
8579 2002-04-21 [alfons]     0.7.4claws84
8580
8581         apply sync patch from Paul
8582
8583         * src/folderview.c
8584                 use old claws prefs_folder_item_create() for now
8585
8586 2002-04-19 [match]      0.7.4claws83
8587
8588         * src/addressbook.[ch]
8589         * src/addrharvest.[ch]
8590         * src/addrgather.[ch]
8591                 recurse folders.
8592         * src/mainwindow.c
8593         * src/summaryview.[ch]
8594                 change menu option.
8595
8596 2002-04-19 [paul]       0.7.4claws82
8597
8598         * po/pt_BR.po
8599                 updated by Fabio Junior Beneditto
8600
8601 2002-04-14 [alfons]     0.7.4claws81
8602
8603         * src/passphrase.c
8604                 add #include <sys/types.h> for mode_t and off_t 
8605
8606 2002-04-13 [paul]       0.7.4claws80
8607         
8608         * src/main.c
8609           src/passphrase.[ch]
8610           src/pgptext.c
8611           src/prefs_common.[ch]
8612           src/rfc2015.c
8613                 enable storing of GnuPG passphrase for the whole 
8614                 session or a user-defined number of minutes. patch 
8615                 submitted by Ravemax <ravemax@dextrose.com>
8616
8617 2002-04-13 [alfons]     0.7.4claws79
8618
8619         * src/textview.c
8620                 make email parser also stop scanning when encountering separators
8621                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8622
8623 2002-04-13 [paul]       0.7.4claws78
8624
8625         * sync with 0.7.4cvs39
8626                 see ChangeLog entry 2002-04-12
8627
8628 2002-04-11 [paul]       0.7.4claws77
8629
8630         * sync with 0.7.4cvs37
8631                 see ChangeLog entry 2002-04-11
8632
8633 2002-04-11 [paul]       0.7.4claws76
8634
8635         * COPYING 
8636                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8637                 the clause for OpenSSL). sync with sylpheed main
8638
8639 2002-04-09 [melvin]     0.7.4claws75
8640
8641         * src/compose.c
8642                 Made 'Ctrl-Enter' on send ignore some modifiers 
8643                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8644                 to bind other *-Enter (but not Alt-Enter).
8645
8646 2002-04-09 [paul]       0.7.4claws74
8647
8648         * sync with 0.7.4cvs35
8649                 see ChangeLog entries 2002-04-09
8650
8651 2002-04-08 [paul]       0.7.4claws73
8652
8653         * sync with 0.7.4cvs33
8654                 see ChangeLog entry 200-04-08
8655
8656 2002-04-07 [match]      0.7.4claws72
8657
8658         * src/addrharvest.[ch]
8659                 fixed to read all addresses in header, regardless
8660                 of header size. improved name parsing. accommodate
8661                 harvest from folders and selected message.
8662         * src/addritem.[ch]
8663                 included new address parsing function.
8664         * src/addrgather.[ch]
8665         * src/addressbook.[ch]
8666         * src/summaryview.[ch]
8667         * src/mainwindow.c
8668                 allow address harvest of folder as well as selected
8669                 messages.
8670
8671 2002-04-07 [paul]       0.7.4claws71
8672
8673         * src/esmtp.[ch]
8674           src/smtp.c
8675                 don't try to authenticate with CRAM-MD5 in SMTP when 
8676                 SMTP-AUTH enabled if MTA doesn't issue this 
8677                 auth-method in it's ehlo-response. bug item #531364,
8678                 patch item #938910. patch submitted by Colin Leroy 
8679                 <colin@colino.net>
8680
8681 2002-04-07 [paul]       0.7.4claws70
8682
8683         * src/nntp.c
8684                 fix missing MODE_READER bug. patch submitted by
8685                 Colin Leroy <colin@colino.net>
8686
8687 2002-04-07 [alfons]     0.7.4claws69
8688
8689         * src/matcher.[ch]
8690         * src/prefs_filtering.c
8691         * src/summaryview.c
8692                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8693                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8694
8695 2002-04-07 [paul]       0.7.4claws68
8696
8697         * sync with 0.7.4cvs32
8698                 see ChangeLog entry 2002-04-06
8699
8700         * tools/filter_conv.pl
8701                 more bug fixes
8702
8703 2002-04-06 [paul]       0.7.4claws67
8704
8705         * tools/filter_conv.pl
8706                 modify to be able to find the name of the first
8707                 mailbox and use that. main's filter does not
8708                 record the full path to the mailbox and therefore
8709                 can only filter to the first mailbox.
8710
8711 2002-04-05 [paul]       0.7.4claws66
8712
8713         * tools/filter_conv.pl
8714                 attempt to make the script all-encompassing and
8715                 be able to convert any main 'filter' rule thrown
8716                 at it
8717
8718 2002-04-05 [paul]       0.7.4claws65
8719
8720         * tools/filter_conv.pl
8721                 allow for collapsed folder trees
8722
8723 2002-04-05 [paul]       0.7.4claws64
8724
8725         * sync with 0.7.4cvs31
8726                 see ChangeLog entries 2002-04-05
8727
8728 2002-04-03 [paul]       0.7.4claws63
8729
8730         * sync with 0.7.4cvs29
8731                 see ChangeLog entries 2002-04-02 and 2002-04-03
8732
8733 2002-04-02 [paul]       0.7.4claws62
8734
8735         * sync with 0.7.4cvs26
8736                 see ChangeLog entry 2002-04-01
8737
8738 2002-04-02 [match]      0.7.4claws61
8739
8740         * src/pine.[ch]
8741         * src/importpine.[ch]
8742         * src/addressbook.c
8743                 import Pine address book.
8744
8745 2002-04-02 [match]      0.7.4claws60
8746
8747         * src/addrharvest.[ch]
8748                 improve address parsing of funky addresses.
8749
8750 2002-04-02 [darko]      0.7.4claws59
8751
8752         * src/compose.c
8753                 wrap on send improvements, it now recognizes quoted
8754                 initials as part of the quotation string, and it
8755                 does not join lines separated by CR
8756
8757 2002-04-01 [match]      0.7.4claws58
8758
8759         * src/mgutils.[ch]
8760                 added new functions.
8761         * src/mutt.[ch]
8762                 remove excessive duplicate address generation
8763                 on import.
8764
8765 2002-04-01 [alfons]     0.7.4claws57
8766         
8767         * src/summaryview.c
8768                 put back g_free() 
8769
8770 2002-04-01 [paul]       0.7.4claws56
8771
8772         * sync with 0.7.4cvs25
8773                 see ChangeLog entry 2002-04-01
8774
8775 2002-04-01 [alfons]     0.7.4aprilfool55
8776
8777         * src/summaryview.c
8778                 honour feature request item #537427 to allow for
8779                 displaying names from address book for sent mail also
8780
8781 2002-03-29 [paul]       0.7.4claws54
8782
8783         * src/mainwindow.c
8784           src/prefs_filtering.[ch]
8785           src/prefs_matcher.c
8786           src/summaryview.c
8787                 add 'fast filter' for claws' filtering,
8788                 /Tools/Create filter rule/... patch submitted
8789                 by Neill Miller <neillm@thecodefactory.org>
8790
8791 2002-03-29 [paul]       0.7.4claws53
8792
8793         * sync with 0.7.4cvs24
8794                 see ChangeLog entry 2002-03-29
8795
8796 2002-03-28 [paul]       0.7.4claws52
8797
8798         * sync with 0.7.4cvs23
8799                 see ChangeLog entry 2002-03-28
8800
8801 2002-03-27 [melvin]     0.7.4claws51
8802
8803         * src/prefs_actions.c
8804                 Added support to pass only one message part (as a
8805                 file) to the command using '%p'. No quotes are needed
8806                 because doubles quotes are automatically added.
8807                 Fixed bug where Sylpheed could block when waiting for
8808                 a child process to finish.
8809                 Changed the help menu to remove quotes around symbols to 
8810                 avoid misinterpretation (they must not be used).
8811
8812 2002-03-27 [melvin]     0.7.4claws50
8813
8814         * src/inc.c
8815                 Made the new mail notification command always 
8816                 execute asynchronously.
8817
8818 2002-03-27 [paul]       0.7.4claws49
8819
8820         * src/compose.c
8821                 fix bug introduced in last commit
8822
8823 2002-03-27 [paul]       0.7.4claws48
8824
8825         * sync with 0.7.4cvs21
8826                 see ChangeLog 2002-03-26 and 2002-03-27
8827
8828 2002-03-26 [hoa]        0.7.4claws47
8829
8830         * src/prefs_folder_item.c
8831                 really fixed the bug #516442 with folder rescan.
8832
8833 2002-03-26 [paul]       0.7.4claws46
8834
8835         * sync with 0.7.4cvs19
8836                 see ChangeLog entries 2002-03-25 and 2002-03-26
8837
8838 2002-03-25 [hoa]        0.7.4claws45
8839
8840         * src/matcher.c
8841         * src/mh.c
8842                 fix the bug #516442 with folder rescan.
8843
8844         * src/prefs_common.[ch]
8845         * src/compose.c
8846                 added an option to enable two different behaviours
8847                 for bounce.
8848
8849
8850 2002-03-25 [paul]       0.7.4claws44
8851
8852         * src/mainwindow.c
8853           src/selective_download.c
8854                 correct a few menuitem labels
8855
8856 2002-03-25 [christoph]  0.7.4claws43
8857
8858         * src/procmsg.c
8859                 fix non deleted tmp message in
8860                 procmsg_save_to_outbox
8861                 fix problems caused by sync with
8862                 main branch's procmsg_send_queue
8863
8864 2002-03-25 [paul]       0.7.4claws42
8865
8866         * src/quote_fmt.c
8867           src/quote_fmt_lex.l
8868           src/quote_fmt_parse.y
8869                 add Last name (%L) placeholder for quoting. 
8870                 patch submitted by Thorsten Thielen 
8871                 <thth@users.sourceforge.net>
8872
8873 2002-03-25 [paul]       0.7.4claws41
8874
8875         * src/utils.c
8876                 get full hostname. patch submitted by
8877                 Bob Woodside <rwoodside1@comcast.net>
8878
8879 2002-03-25 [paul]       0.7.4claws40
8880
8881         * src/account.c
8882           src/news.c
8883           src/nntp.[ch]
8884           src/prefs_account.[ch]
8885                 enable NNTP over SSL. patch submitted by
8886                 Pascal Jermini <pascal@infinity.hn.org>
8887
8888 2002-03-24 [paul]       0.7.4claws39
8889
8890         * src/prefs_common.c
8891                 make the arrangement of the Compose tab more
8892                 coherent
8893
8894         * src/mainwindow.c
8895                 fix some irregularities of style
8896
8897         * po/de.po
8898                 updated by Kilian Krause
8899
8900 2002-03-23 [paul]       0.7.4claws38
8901
8902         * po/pt_BR.po
8903                 updated by Fabio Junior Beneditto
8904
8905 2002-03-23 [paul]       0.7.4claws37
8906
8907         * src/mainwindow.c
8908                 move 'Gather addresses' to 'Tools' menu
8909                 make 'Selective download' sensitive
8910
8911 2002-03-23 [paul]       0.7.4claws36
8912
8913         * sync with 0.7.4cvs16
8914                 see ChangeLog entries 2002-03-23
8915
8916 2002-03-22 [christoph]  0.7.4claws35
8917
8918         * src/quote_fmt_parse.y
8919                 fix include program output
8920
8921 2002-03-22 [alfons]     0.7.4claws34
8922
8923         * src/pop.c
8924                 initialize GDate stack variable correctly (sorry!)
8925
8926 2002-03-22 [paul]       0.7.4claws33
8927
8928         * src/compose.c
8929           src/mainwindow.c
8930           src/prefs_actions.c
8931           src/prefs_common.c
8932                 rename 'Tool' to 'Tools'
8933
8934         * src/mainwindow.c
8935                 move 'Delete duplicated messages' from
8936                 'Message/' to 'Tools/'
8937                 re-arrange the order of 'Tools/' items
8938
8939 2002-03-22 [paul]       0.7.4claws32
8940
8941         * src/addr_compl.c
8942           src/addressbook.[ch]
8943                 auto-address completion now also matches on
8944                 Nickname. patch submitted by Bob Forsman 
8945                 <hammor@users.sourceforge.net>
8946
8947         * src/editaddress.c
8948                 correct a spelling mistake
8949
8950 2002-03-22 [alfons]     0.7.4claws31
8951
8952         * src/pop.c
8953                 fix getting uidl from incorrect string 
8954                 (spotted by Colin)
8955
8956 2002-03-21 [alfons]     0.7.4claws30
8957
8958         * src/pop.c
8959                 more code refactoring
8960                 plug mem leak introduced by delete on server
8961
8962 2002-03-21 [paul]       0.7.4claws29
8963
8964         * sync with 0.7.4cvs11
8965                 see ChangeLog entries 2002-03-20
8966
8967 2002-03-20 [alfons]     0.7.4claws28
8968
8969         * src/inc.c
8970                 apply Colin's patch and refactor
8971
8972 2002-03-20 [paul]       0.7.4claws27
8973
8974         * sync with sylpheed 0.7.4cvs9
8975                 see ChangeLog entry 2002-03-20
8976
8977 2002-03-19 [christoph]  0.7.4claws26
8978
8979         * src/mh.c
8980         * src/procmsg.[ch]
8981         * src/summaryview.c
8982                 revert changes for flag updates
8983                 (does not work correctly and no time to debug)
8984
8985 2002-03-20 [alfons]     0.7.4claws25
8986
8987         * src/pop.c
8988                 refactor should_delete() a little bit 
8989
8990 2002-03-19 [paul]       0.7.4claws24
8991
8992         * src/inc.[ch]
8993           src/pop.c
8994           src/prefs_account.[ch]
8995                 allow the user to leave downloaded mail on the 
8996                 server for n days. Patch submitted by Colin Leroy 
8997                 <colin@colino.net>
8998
8999 2002-02-19 [paul]       0.7.4claws23
9000
9001         * sync with sylpheed 0.7.4cvs8
9002                 see ChangeLog entries 2002-03-19
9003
9004 2002-03-18 [paul]       0.7.4claws22
9005
9006         * sync with sylpheed 0.7.4cvs6
9007                 see ChangeLog entry 2002-03-18
9008
9009 2002-03-18 [paul]       0.7.4claws21
9010
9011         * po/en_GB.po
9012                 add en_GB message catalogue
9013
9014         * src/mbox_folder.c
9015           src/prefs_account.c
9016           src/prefs_actions.c
9017                 correct a few spelling mistakes
9018
9019 2002-03-17 [alfons]     0.7.4claws20
9020
9021         * src/matcher.c
9022                 more stringent checks for NULL params when writing
9023                 filtering actions to a file
9024                 
9025 2002-03-17 [hoa]        0.7.3claws20
9026
9027         * src/news.c
9028                 fixed the count of new messages
9029
9030         * src/compose.c
9031                 fixed the "attachment properties" window
9032
9033 2002-03-17 [paul]       0.7.4claws19
9034
9035         * src/defs.h
9036           src/folder.h
9037           src/news.c
9038           src/prefs_account.[ch]
9039           src/procmsg.[ch]
9040           src/summaryview.c
9041                 automatically mark cross-posted messages as read 
9042                 and (optionally) give them a colour label
9043                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9044                 
9045
9046 2002-03-17 [paul]       0.7.4claws18
9047
9048         * sync with sylpheed 0.7.4cvs5
9049                 see ChangeLog entry 2002-03-17
9050
9051 2002-03-17 [melvin]     0.7.4claws17
9052         
9053         * src/textview.c
9054                 Worked around a gtktext 'bug': when searching for 
9055                 a text in a long message it was scrolling slowly
9056                 line by line until it hit the searched text.
9057         * po/fr.po
9058                 Updated French translation
9059
9060 2002-03-17 [melvin]     0.7.4claws16
9061
9062         * src/mainwindow.c
9063         * src/compose.c
9064         * src/prefs_actions.c
9065                 Moved "Edit/Actions" to "Tool/Actions"
9066                 Made mainwindow/compose window sensitive as soon as
9067                 no child process is running anymore even if the io dialog
9068                 is open.
9069                 Fixed a struct being initialized with a non constant char*
9070
9071 2002-03-16 [christoph]  0.7.4claws15
9072
9073         * configure.in
9074                 add --with-compiler-flags option
9075                 (only for developer hacking)
9076         * src/mh.c
9077         * src/procmsg.[ch]
9078         * src/summaryview.c
9079                 try to make folder-stats and flag handling more
9080                 independent from the summaryview. msgcounts
9081                 are only set when the folder is opened and
9082                 procmsg_msginfo_(un)set_flags will handle it
9083                 later and summaryview will get the values
9084                 from the folder.
9085
9086 2002-03-16 [paul]       0.7.4claws14
9087
9088         * src/messageview.c
9089                 fix Return-receipt. Patch submitted by Bob
9090                 Woodside <rwoodside1@comcast.net>
9091
9092 2002-03-16 [paul]       0.7.4claws13
9093
9094         * src/compose.c
9095                 fix 'dynamic' signatures, make it work again
9096                 broken during sync on 2002-03-14 (0.7.4claws2)
9097
9098 2002-03-15 [match]      0.7.4claws12
9099
9100         * src/addrharvest.[ch]
9101         * src/addrgather.[ch]
9102         * src/addressbook.[ch]
9103         * src/mainwindow.c
9104                 included address harvester feature. still some
9105                 issues with address parsing that I will fix.
9106
9107 2002-03-15 [match]      0.7.4claws11
9108
9109         * src/addrbook.[ch]
9110         * src/addrcache.[ch]
9111         * src/addressbook.[ch]
9112         * src/addrindex.c
9113         * src/editbook.c
9114         * src/importldif.c
9115         * src/importmutt.c
9116         * src/jpilot.[ch]
9117         * src/main.c
9118         * src/syldap.[ch]
9119         * src/vcard.[ch]
9120                 tidy up. fix memory leaks. moved attribs and methods
9121                 from individual interfaces to addrcache object. prep
9122                 for new stuff to come in.
9123
9124 2002-03-15 [alfons]     0.7.4claws10
9125
9126         * src/matcher.[ch]
9127         * src/matcher_parser_parse.y
9128         * src/matcher_parser_lex.l
9129         * src/prefs_matcher.c
9130                 add filtering conditions message greater than, smaller 
9131                 than, and exactly matching a size in bytes
9132                 (does not work with delete from POP3 server yet)
9133
9134                 this should also give others an idea what you should
9135                 do to add new criterions to claws filtering system
9136                 
9137
9138 2002-03-15 [paul]       0.7.4claws9
9139
9140         * tools/filter_conv.pl
9141                 exit if there are no filter rules to convert
9142                 rename filterrc to filterrc.old after completion
9143
9144 2002-03-15 [paul]       0.7.4claws8
9145
9146         * sync with sylpheed 0.7.4cvs3
9147                 see ChangeLog entry 2002-03-14
9148
9149 2002-03-14 [paul]       0.7.4claws7
9150
9151         * src/compose.c
9152                 clean up the last commit (ahem)
9153
9154 2002-03-14 [paul]       0.7.4claws6
9155
9156         * src/compose.c
9157                 fix bug #515655. honour account preferences
9158                 regarding gpg default signing/encryption when 
9159                 changing account from the compose window.
9160
9161 2002-03-14 [paul]       0.7.4claws5
9162
9163         * src/folderview.c
9164                 remove unnecessary curly brackets
9165
9166 2002-03-14 [paul]       0.7.4claws4
9167
9168         * src/folderview.c
9169           src/prefs_filtering.[ch]
9170                 add filter rename on folder rename and filter
9171                 delete on folder delete. Patch submitted by
9172                 Neill Miller <neillm@thecodefactory.org> 
9173
9174 2002-03-14 [christoph]  0.7.4claws3
9175
9176         * src/procmsg.c
9177         * src/send.c
9178                 fix local delivery
9179                 (patch submitted by "Simon 'corecode' Schubert")
9180         * src/prefs_common.c
9181         * src/procmsg.c
9182                 fix gcc 3.0 warning
9183
9184 2002-03-14 [paul]       0.7.4claws2
9185
9186         * sync with sylpheed 0.7.4cvs2
9187                 see ChangeLog entry 2002-03-13
9188
9189 2002-03-12 [darko]      0.7.4claws1
9190
9191         * src/mainwindow.c
9192                 fix what seems to be a copy and paste error
9193                 when setting color for important messages
9194                 (reported by wwp)
9195
9196 2002-03-11 [paul]       version 0.7.4claws released
9197
9198 2002-03-11 [paul]       0.7.4claws
9199
9200         * po/es.po
9201           po/it.po
9202           po/nl.po
9203           po/pt_BR.po
9204                 update message catalogs. Submitted by Ricardo Mones 
9205                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9206                 Fabio Junior Beneditto
9207
9208         * configure.in
9209           faq/Makefile.am
9210           faq/it/Makefile
9211           faq/it/sylpheed-faq*
9212           src/mainwindow.c
9213           src/manual.[ch]
9214                 add FAQ in Italian
9215         
9216
9217 2002-03-11 [jens]       0.7.3claws7
9218
9219         * po/de.po
9220                 updated German translation
9221
9222 2002-03-11 [melvin]     0.7.3claws6
9223
9224         * po/fr.po
9225                 updated and corrected French translation
9226
9227 2002-03-10 [hoa]        0.7.3claws5
9228
9229         * src/account.c
9230         * src/inc.c
9231         * src/prefs_account.c
9232         * src/procmsg.c
9233         * src/send.[ch]
9234                 fixed the local account.
9235                 you have to change the default "/usr/sbin/sendmail"
9236                 to "/usr/sbin/sendmail -t" in the preferences of
9237                 the local account.
9238
9239         * src/procmime.c
9240                 removed some debug display for renderer
9241
9242 2002-03-10 [paul]       0.7.3claws4
9243
9244         * faq/en/sylpheed-faq-1.html
9245           faq/en/sylpheed-faq-2.html
9246                 update
9247
9248 2002-03-09 [paul]       0.7.3claws3
9249
9250         * sync with sylpheed 0.7.4
9251                 see ChangeLog entry 2002-03-09
9252
9253 2002-03-08 [paul]       0.7.3claws2
9254
9255         * faq/en/sylpheed-faq*
9256           faq/es/sylpheed-faq*
9257           faq/fr/sylpheed-faq*
9258                 update the FAQs
9259
9260         * manual/fr/.cvsignore
9261           manual/fr/Makefilea.am
9262           manual/fr/sylpheed*
9263           src/mainwindow.c
9264           src/manual.[ch]
9265                 add the French manual
9266
9267 2002-03-07 [paul]       0.7.3claws1
9268
9269         * sync with sylpheed 0.7.3cvs4
9270                 see ChangeLog entries  2002-03-06 and 2002-03-07
9271         
9272         * po/nl.po
9273                 updated by Wilbert Berendsen
9274
9275 2002-03-07 [melvin]     0.7.2claws34
9276
9277         * src/selective_download.c
9278                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9279
9280 2002-03-06 [paul]       0.7.2claws33
9281
9282         * sync with sylpheed 0.7.3cvs1
9283                 bug fix, see ChangeLog entry 2002-03-05
9284
9285 2002-03-05 [paul]       0.7.2claws32
9286
9287         * src/mimeview.c
9288           src/pgptext.[ch]
9289           src/procmsg.c
9290                 reverse the pgp ascii-armored code implemented in 
9291                 0.7.2claws16. removal of this code until it matures.
9292                 this means that verifying ascii-armored pgp sigs and
9293                 automatic decryption of ascii-armored encrypted
9294                 messages no longer works.
9295
9296 2002-03-05 [paul]       0.7.2claws31
9297
9298         * configure.in
9299           Makefile.am
9300         * faq/Makefile.am
9301         * faq/en/Makefile.am
9302           faq/en/sylpheed-faq.html
9303           faq/en/sylpheed-faq-1.html
9304           faq/en/sylpheed-faq-2.html
9305           faq/en/sylpheed-faq-3.html
9306         * faq/es/Makefile.am
9307           faq/es/sylpheed-faq.html
9308           faq/es/sylpheed-faq-1.html
9309           faq/es/sylpheed-faq-2.html
9310           faq/es/sylpheed-faq-3.html
9311           faq/es/sylpheed-faq-4.html
9312         * faq/fr/Makefile.am
9313           faq/fr/sylpheed-faq.html
9314           faq/fr/sylpheed-faq-1.html
9315           faq/fr/sylpheed-faq-2.html
9316           faq/fr/sylpheed-faq-3.html
9317         * src/Makefile.am
9318           src/defs.h
9319           src/mainwindow.c
9320           src/manual.[ch]
9321                 add FAQs in English, Spanish and French
9322
9323
9324 2002-03-05 [paul]       0.7.2claws30
9325
9326         * manual/en/sylpheed.html
9327           manual/en/sylpheed-XX.html
9328                 updated the English manual
9329
9330 2002-03-05 [hoa]        
9331
9332         * src/summaryview.c
9333                 dialog box pops up if the article can't be deleted.
9334
9335 2002-03-04 [paul]       
9336         
9337         * po/pt_BR.po
9338                 updated by Fabio Junior Benedito
9339
9340 2002-03-04 [hoa]
9341
9342         * removed ac/gpgme.m4
9343                 to avoid autogen common problem
9344                 developers have to install gpgme development package now
9345
9346         * src/compose.c
9347                 encoding to 7bit or 8bit is enabled.
9348
9349 2002-03-03 [alfons]     0.7.2claws29
9350
9351         * src/pop.c
9352                 merge fix by Oliver Haertel for selective
9353                 download buglet
9354
9355 2002-03-03 [paul]       0.7.2claws28
9356         
9357         * sync with sylpheed 0.7.3
9358
9359 2002-03-03 [paul]       0.7.2claws27
9360
9361         * sync with sylpheed 0.7.2cvs24
9362                 see ChangeLog entries 2002-03-02 and 2002-03-03
9363
9364 2002-03-02 [melvin]     0.7.2claws26
9365
9366         * src/inc.[ch]
9367         * src/main.c
9368         * src/mainwindow.c
9369         * src/prefs_common.[ch]
9370                 Added user definable notification on new mail arrival.
9371                 Removed unused variables in spell checker prefs code.
9372
9373 2002-03-02 [melvin]     0.7.2claws25
9374
9375         * src/quote_fmt.c
9376                 Removed unnecessary escape sequences.
9377                 Changed 'Initial...' to 'Initials of Sender'
9378
9379 2002-03-02 [paul]       0.7.2claws24
9380
9381         * sync with sylpheed 0.7.2cvs22
9382                 see ChangeLog entry 2002-03-01
9383
9384 2002-03-01 [hoa]        0.7.2claws23
9385
9386         * src/mainwindow.c
9387                 Set sensitivity of delete actions to active
9388                 even if the folder is a newsgroup.
9389
9390         * src/summaryview.c
9391                 - Set sensitivity of delete actions
9392                 - Added function check_permission() that will check if the
9393                   user is authorized to delete a message. For news, it
9394                   will check if the author is the same.
9395                 - Enabled deletion when there is no trash folder.
9396
9397         * src/news.[ch]
9398                 - Added news_cancel_article() to cancel articles
9399                 - Implemented news_remove_message() (public function)
9400
9401 2002-03-01 [paul]       0.7.2claws22
9402
9403         * src/gtkutils.c
9404           src/textview.c
9405                 recognise urls that that don't include 'http://' and
9406                 simply begin 'www.' 
9407
9408         * AUTHORS
9409                 remove duplicated name
9410
9411 2002-02-28 [paul]       0.7.2claws21
9412
9413         * src/mainwindow.c
9414           src/summaryview.[ch]
9415                 add ability to 'Select thread'
9416                 combines Melvin's "Select thread's head" patch (#510907)
9417                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9418                 patch (#518514) 
9419
9420 2002-02-28 [paul]       0.7.2claws20
9421
9422         * src/mimeview.c
9423                 hopefully fix segfault on right-clicking a mime part
9424                 that some people have experienced.      
9425                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9426
9427 2002-02-28 [paul]       0.7.2claws19
9428
9429         * sync with sylpheed 0.7.2cvs21
9430                 see ChangeLog entries 2002-02-27 and 2002-02-28
9431
9432 2002-02-27 [paul]       0.7.2claws18
9433
9434         * sync with sylpheed 0.7.2cvs18
9435                 see ChangeLog entries 2002-02-26 and 2002-02-27
9436
9437 2002-02-26 [alfons]     0.7.2claws17
9438
9439         * src/procheader.c
9440                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9441                 (spotted by Chris Hessman <idatech@gmx.net>)
9442
9443 2002-02-26 [paul]       0.7.2claws16
9444
9445         * src/mimeview.c
9446           src/pgptext.[ch]
9447           src/procmsg.c
9448                 make decryption of ascii-armored pgp encrypted messages
9449                 and verification of ascii-armored signatures work again.
9450                 slightly altered from the patch by Jens Jahnke 
9451                 <jan0sch@gmx.net>
9452
9453                 ##FIX ME##
9454                 * the checking of plaintext signatures always comes up in 
9455                   a popup box
9456                 * it doesn't work for multipart messages 
9457                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9458                   including the msg headers and these 2 line themselves, are 
9459                   not displayed
9460
9461         * src/mainwindow.c
9462                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9463                 "View/Message View" becomes "View/Separate Message View"
9464                 because its less ambiguous.
9465
9466         * po/es.po
9467                 updated by Ricardo Mones Lastra
9468
9469 2002-02-26 [paul]       0.7.2claws15
9470
9471         * sync with sylpheed 0.7.2cvs17
9472                 see ChangeLog entries 2002-02-25 and 2002-02-26
9473
9474 2002-02-25 [christoph]  0.7.2claws14
9475
9476         * src/filtering.[ch]
9477         * src/inc.c
9478                 do filtering stuff after all messages have been received
9479                   1. drop all messages to .processing
9480                   2. scan processing folder for messages
9481                   3. filter messages or move to inbox
9482                 this will also find old messages left in processing after
9483                 a crash or something like that and we get a real msginfo
9484                 from folder->get_msg_list and do not have to create our
9485                 own in filter_message
9486         * src/matcher_parser_parse.y
9487                 remove MIX/MAX warning (reordered includes)
9488
9489 2002-02-25 [paul]       0.7.2claws13
9490
9491         * sync with sylpheed 0.7.2cvs15
9492                 see ChangeLog entry 2002-02-24
9493
9494 2002-02-24 [alfons]     0.7.2claws12
9495
9496         * src/filtering.c
9497                 clear old color flags first when applying a new color to
9498                 a message info. 
9499                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9500
9501 2002-02-24 [alfons]     0.7.2.claws11
9502         
9503         * AUTHORS
9504         * src/prefs_common.c
9505                 add presets for Opera and Konqueror, closes patch #517261,
9506                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9507
9508 2002-02-24 [alfons]     0.7.2.claws10
9509
9510         * AUTHORS
9511         * src/summaryview.c
9512                 fix threading for null message ids, closes patch #521601,
9513                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9514
9515 2002-02-24 [alfons]     0.7.2claws9
9516
9517         * src/summaryview.c
9518         * src/filtering.c
9519                 make Tool | Filter Message work with filtering system so
9520                 setting flags also works
9521
9522                 TODO:
9523
9524                 - Processing uses the same function as Tool | Filter
9525                   Message, but doesn't use the same update proc yet
9526
9527 2002-02-23 [paul]       0.7.2claws8
9528
9529         * sync with sylpheed 0.7.2cvs14
9530                 see ChangeLog entries 2002-02-22 and 2002-02-23
9531
9532 2002-02-22 [christoph]  0.7.2claws7
9533
9534         * src/quote_fmt.c
9535                 Add column space to table
9536         * src/quote_fmt_parse.y
9537                 Close files
9538
9539 2002-02-22 [paul]       0.7.2claws6
9540
9541         * src/Makefile.am
9542           src/defs.h
9543           src/filtering.c
9544           src/inc.[ch]
9545           src/mainwindow.c
9546           src/matcher.[ch]
9547           src/matcher_parser_lex.l
9548           src/matcher_parser_parse.y
9549           src/pop.[ch]
9550           src/prefs_account.h
9551           src/prefs_filtering.c
9552           src/selective_download.[ch]   *** NEW FILES ***
9553           src/utils.[ch]
9554           po/POTFILES.in
9555                 Selective Download added to 'Tool' menu. 
9556                 Retrieves email headers of the currently selected pop3 
9557                 account and allows the user to mark emails for deletion 
9558                 right on the pop3 server. Patch submitted by Oliver Haertel 
9559                 <oha@users.sourceforge.net>.
9560         
9561         * po/POTFILES.in
9562                 add 'src/quote_fmt.c'           
9563
9564 2002-02-22 [christoph]  0.7.2claws5
9565
9566         * src/Makefile.am
9567                 added quote_fmt.c
9568         * src/prefs_common.[ch]
9569         * src/prefs_template.c
9570         * src/quote_fmt.c               *** NEW FILE ***
9571         * src/quote_fmt.h
9572                 move quote format symbol description code
9573                 to it's own file because it is used from
9574                 differnent code parts
9575                 Rewrote symbol description GUI
9576                   + use table
9577                   + add separators
9578                   + get data from array (no more long constant strings)
9579         * src/quote_fmt_lex.l
9580         * src/quote_fmt_parse.y
9581                 Symbol for Literal % changed to \% instead of %%
9582                 (More logical as \ is used for quoting for other symbols)
9583                 Add |f and |p to include files and program output
9584                 Examples:
9585                     |f{/home/.../.signature}
9586                     |p{date}
9587         * po/de.po
9588                 Correct wrong spelling for "Referenzen"
9589
9590 2002-02-21 [paul]       0.7.2claws4
9591
9592         * src/procmsg.c
9593                 forgotten during sync
9594
9595 2002-02-21 [paul]       0.7.2claws3
9596
9597         * sync with sylpheed 0.7.2cvs11
9598                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9599                 2002-02-20 and 2002-02-21
9600
9601 2002-02-20 [melvin]     0.7.2claws2
9602
9603         * src/prefs_actions.c
9604                 Added error report when child cannot fork or when execvp 
9605                 returns with an error.
9606
9607 2002-02-19 [christoph]  0.7.2claws1
9608
9609         * src/codeconv.c
9610                 return unconverted text if conde conversion is not possible
9611                 when libjconv is used.
9612                 (patch submitted by "Simon 'corecode' Schubert")
9613
9614 2002-02-19 [paul]       
9615
9616         * version 0.7.2claws release
9617
9618 2002-02-19 [paul]       0.7.2claws
9619
9620         * po/nl.po
9621                 updated by Wilbert Berendsen
9622
9623
9624 2002-02-18 [alfons]     0.7.1claws13
9625
9626         * src/syldap.c
9627         * src/jpilot.c
9628                 remove references to dlfcn and explicitly loading functions
9629                 from dynalink libs, because libs linked anyway, and functions
9630                 are loaded explicitly
9631
9632 2002-02-17 [melvin]     0.7.1claws12
9633
9634         * src/prefs_actions.c
9635                 Replaced children wait loop with double fork technique.
9636                 Now, input/output window updated at each new output.
9637                 free_children(): Fixed a memory leak.
9638                 Made input/output window non closable if running children
9639                 still exist.
9640                 Added missing <unistd.h> include.
9641                 Added some --debug outputs.
9642
9643 2002-02-17 [melvin]     0.7.1claws11
9644
9645         * src/summaryview.c
9646                 Fixed bug where descending sort order did not select top
9647                 message.
9648
9649 2002-02-17 [melvin]     0.7.1claws10
9650
9651         * acconfig.h
9652                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9653         * src/prefs_common.c
9654                 Pspell data package directory no more hard coded but
9655                 set during configuration (PSPELL_PATH). (Thanks to 
9656                                 Gustavo Noronha Silva.)
9657
9658 2002-02-17 [melvin]     0.7.1claws9
9659
9660         * configure.in
9661                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9662         * src/gtkspell.c
9663                 Fixed compile-time warnings.
9664
9665 2002-02-16 [alfons]     0.7.1claws8
9666
9667         * src/filesel.c
9668                 fix inadvertent free of NULL pointer which caused
9669                 sylpheed to crash when closing the save-as dialog
9670                 using the window close button
9671
9672 2002-02-16 [carsten]    0.7.1claws7
9673         * src/mainwindow.[ch]
9674           src/summaryview.c
9675           src/prefs_common.c
9676                 fixes for pixmap theming code:
9677                         - recently changed mail attributes shouldn't get
9678                           lost any longer
9679                         - theme is only reloaded iff another theme was
9680                           selected
9681
9682 2002-02-16 [paul]       0.7.1claws6
9683
9684         * sync with sylpheed 0.7.2 release
9685                 see ChangeLog entry 2002-02-15 and 2002-02-16
9686
9687 2002-02-15 [paul]       0.7.1claws5
9688
9689         * sync with sylpheed 0.7.1cvs9
9690                 see ChangeLog entry 2002-02-15
9691
9692         * po/POTFILES.in
9693                 remove unneeded headerwindow.c entry
9694
9695 2002-02-14 [carsten]    0.7.1claws4
9696         * src/summaryview.c
9697                 fixed a bug for "Go to next unread message": there was
9698                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9699                 in the prefs, because of doing "Search again" instead
9700                 "No"
9701
9702 2002-02-14 [carsten]    0.7.1claws3
9703         * src/stock_pixmap.c
9704                 removed 2 more mem leaks; following memprof,
9705                 this code is "leak free" now :)
9706
9707 2002-02-14 [carsten]    0.7.1claws2
9708         * src/stock_pixmap.c
9709                 used opendir/readdir/closedir instead of scandir
9710                 -> code should work now on Solaris
9711
9712 2002-02-14 [paul]       0.7.1claws1
9713
9714         * sync with sylpheed 0.7.1cvs8
9715                 see ChangeLog entries 2002-02-13 and 2002-02-14
9716
9717         * README.claws
9718                 add some description of Actions and Pixmap Themes
9719
9720 2002-02-13 [paul]       
9721
9722         * version 0.7.1claws release
9723
9724 2002-02-13 [paul]       0.7.1claws
9725
9726         * po/es.po
9727           po/it.po
9728           po/pt_BR.po
9729                 updated translations, submitted by Ricardo Mones Lastra,
9730                 Alessandro Maestri and Fabio Junior Beneditto
9731
9732 2002-02-13 [melvin]     0.7.0claws75
9733
9734         * src/prefs_actions.c
9735                 Added missing "signal.h" include
9736
9737 2002-02-13 [melvin]     0.7.0claws74
9738
9739         * src/prefs_folder_item.c
9740                 Added missing "config.h" include
9741         * po/fr.po
9742                 Updated French translation for folder propriety.
9743
9744 2002-02-13 [jens]       0.7.0claws73
9745
9746         * po/POTFILES.in
9747                 Added missing src/prefs_folder_item.c [log added by melvin]
9748         * po/de.po
9749                 Updated German translation.
9750
9751 2002-02-13 [melvin]     0.7.0claws72
9752
9753         * po/fr.po
9754                 Updated French translation.
9755
9756 2002-02-13 [melvin]     0.7.0claws71
9757
9758         * src/gtkutils.c
9759                 Made gtkut_editable_get_selection return NULL if selection
9760                 is of length zero.
9761                 This fixes a bug where selecting part of message A then
9762                 switching to message B and replying to it will not
9763                 quote the message's body.
9764
9765 2002-02-12 [paul]       0.7.0claws70
9766
9767         * src/mainwindow.c
9768                 cosmetic, relating to pixmap themes: on toolbar make 
9769                 updating of 'Exec' and 'Compose news/Compose email'
9770                 icons faster.
9771
9772 2002-02-12 [carsten]    0.7.0claws69
9773         * src/folderview.c
9774           src/mainwindow.[ch]
9775           src/stock_pixmap.c
9776           src/summaryview.c
9777           src/prefs_common.c
9778                 - refreshing after changing pixmap theme better
9779                   now (thanks Paul)
9780                 - wanted to remove some mem leaks, but alfons was
9781                   faster (and had the better solution ;)
9782
9783 2002-02-12 [alfons]     0.7.0claws68
9784
9785         * src/prefs_common.c
9786         * src/stock_pixmap.[ch]
9787                 plug mem leaks, refactor code a little bit
9788
9789
9790 2002-02-12 [sergey]     0.7.0claws67
9791
9792         * src/imap.c
9793                 Fixed problem with copying messages to IMAP folders when the
9794                 server uses something other than '/' as a namespace separator
9795                 (cyrus-imapd uses '.').
9796
9797 2002-02-12 [jens]       0.7.0claws66
9798
9799         * po/de.po
9800                 Updated German Translation
9801
9802 2002-02-12 [paul]       0.7.0claws65
9803
9804         * sync with sylpheed 0.7.1cvs1
9805                 see ChangeLog entry 2002-02-12
9806
9807 2002-02-12 [melvin]     0.7.0claws64
9808
9809         * src/prefs_actions.c
9810                 Fixed "feature" where children's output was duplicated 
9811                 instead of refreshed while monitoring.
9812                 Removed some debug code.
9813
9814 2002-02-12 [christoph]  0.7.0claws63
9815
9816         * src/compose.c
9817                 always delete message from queue after sending/send error
9818                 (closes bug #509601)
9819
9820 2002-02-12 [melvin]     0.7.0claws62
9821
9822         * src/prefs_actions.c
9823                 Children wait loop is now triggered with a timeout of 1s
9824                 Added %F which is replaced with the list of filenames 
9825                 of all selected messages (as suggested by Ricardo Mones Lestra)
9826                 Pipe syntax changed. Prefix with | to send selection, postfix
9827                 with | to retrieve output. Prefix with > or * to send
9828                 user definable input to the command (*: input is hidden)
9829                 Old pipe action should now be postfixed with |, too.
9830
9831 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9832         * src/stock_pixmap.c
9833                 fixed a bug: if there's no theme directory don't
9834                 throw an error, just do "nothing" (thanks Alfons)
9835
9836 2002-02-12 [carsten]    0.7.0claws60
9837         * src/folderview.c
9838           src/summaryview.c
9839                 had to write the cache twice (nasty!); some marks would 
9840                 get lost if not
9841
9842 2002-02-11 [carsten]    0.7.0claws59
9843         * acconfig.h
9844           configure.in
9845           doc-src/maintainer_guide.txt
9846           src/compose.[ch]
9847           src/defs.h
9848           src/folderview.[ch]
9849           src/gtkutils.[ch]
9850           src/mainwindow.[ch]
9851           src/prefs_common.[ch]
9852           src/stock_pixmap.[ch]
9853           src/summaryview.[ch]
9854                 pixmap theming and related work on pixmap
9855                 handling on some other places
9856                 (e.g. hrm features for all folder)
9857           src/pixmap/stock_*.xpm -> the stock_ was removed
9858         
9859 2002-02-11 [paul]       0.7.0claws58
9860
9861         * sync with sylpheed 0.7.1 release
9862                 see ChangeLog entries 2002-02-11
9863
9864 2002-02-08 [paul]       0.7.0claws57
9865
9866         * sync with sylpheed 0.7.0cvs39
9867                 see ChangeLog entry 2002-02-07 (last entry) 
9868
9869         * src/prefs_actions.c
9870           src/prefs_filtering.c
9871           src/prefs_matcher.c
9872           src/prefs_scoring.c
9873                 sync: made it compile with C compilers other than gcc
9874
9875 2002-02-07 [paul]       0.7.0claws56
9876
9877         * sync with sylpheed 0.7.0cvs38
9878                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9879                 2002-02-07
9880
9881 2002-02-07 [darko]      0.7.0claws55
9882
9883         * src/gtkutils.[ch]
9884         * src/summaryview.c
9885                 Fix const gchar */gchar * issue (thanks Hiro)
9886
9887 2002-02-07 [darko]      0.7.0claws54
9888
9889         * src/compose.[ch]
9890         * src/filtering.c
9891         * src/gtkutils.[ch]
9892         * src/prefs_template.c
9893         * src/quote_fmt.h
9894         * src/quote_fmt_parse.y
9895         * src/summaryview.c
9896         * src/utils.[ch]
9897                 When replying or forwarding an email don't quote the entire
9898                 mail body but use the part of the message text that is selected
9899
9900 2002-02-06 [melvin]     0.7.0claws53
9901
9902         * src/prefs_common.[ch]
9903         * src/gtkspell.[ch]
9904         * src/compose.c
9905                 Made possible to switch quickly to last used dictionary
9906                 which makes checking bilingual documents easier.
9907
9908 2002-02-06 [melvin]     0.7.0claws52
9909         
9910         * po/POTFILES.in
9911                 Added forgotten new file src/prefs_actions.c
9912
9913 2002-02-06 [melvin]     0.7.0claws51
9914
9915         * src/prefs_actions.c   ** NEW FILE **
9916         * src/prefs_actions.h   ** NEW FILE **
9917                 Added actions to execute on message text view, or on the
9918                         message's file.
9919         * src/Makefile.am
9920                 Added src/prefs_actions.[ch]
9921         * src/compose.c
9922                 Added new menu "Edit/Actions"
9923         * src/defs.h
9924                 Added new actionsrc file.
9925         * src/main.c
9926                 Added actionsrc reading.
9927         * src/mainwindow.c
9928                 Added new menus "Edit/Actions" and "Configuration/Actions..."
9929         * src/prefs_common.h
9930                 Added new element actionslst element to prefs_common.
9931
9932 2002-02-06 [paul]       0.7.0claws50
9933
9934         * sync with sylpheed 0.7.0cvs36
9935                 see ChangeLog entry 2002-02-06
9936
9937 2002-02-05 [paul]
9938
9939         * po/es.po
9940                 updated by Ricardo Mones Lastra
9941
9942 2002-02-05 [paul]       0.7.0claws49
9943
9944         * sync with sylpheed 0.7.0cvs33
9945                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
9946
9947 2002-02-05 [paul]       0.7.0claws48
9948
9949         * src/compose.c
9950                 re-add 'Edit/Advanced/Delete entire line', previously named
9951                 'Delete Line+'
9952
9953 2002-02-04 [paul]       0.7.0claws47
9954
9955         * src/compose.c
9956           src/summaryview.c
9957                 fix bug #494993 (Reply All not taking Reply-To into consi)
9958                 eliminate differences in behaviour of right-click 'Reply to all' 
9959                 in summary view and 'Reply to all' on the toolbar. 
9960                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
9961                 view and From gets ignored by 'Reply to all' on toolbar.
9962                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
9963                 From when no Reply-To header is present.
9964
9965 2002-02-04 [paul]       0.7.0claws46
9966
9967         * sync with sylpheed 0.7.0cvs30
9968                 see ChangeLog entries 2002-02-03 and 2002-02-04
9969
9970 2002-02-03 [melvin]     0.7.0claws45
9971
9972         * src/gtkspell.[ch]
9973                 Readded function to highlight all misspelled words.
9974                 Fixed bug where user-provided-words did not replace
9975                         correctly the misspelled word when using the mouse.
9976                 Fixed bug where checking a region selected from right to left did
9977                         not check the region at all.
9978                 Fixed bug where 'Check backwards' may not check at all. 
9979                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
9980                 Fixed possible buffer overflow when checking for long strings (>1k).
9981                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
9982                 Accelerators code uses now gtk_widget_add_accel.
9983                 Removed and disabled obsolete and unfinished code.
9984                 Cleaning up.
9985
9986         * src/compose.c
9987                 Added menu item to Highlight all misspelled words.
9988
9989 2002-02-01 [paul]       0.7.0claws44
9990
9991         * src/mainwindow.c
9992                 fix '/View/Hide read messages' sensitivity when all
9993                 messages in a folder are hidden
9994
9995 2002-02-01 [paul]       0.7.0claws43
9996
9997         * src/main.c
9998                 add --send option to command line interface, sends all
9999                 queued mail. Patch submitted by Ricardo Mones Lastra.
10000
10001 2002-01-31 [paul]       0.7.0claws42
10002
10003         * src/mainwindow.c
10004                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10005
10006 2002-01-31 [paul]       0.7.0claws41
10007
10008         * sync with sylpheed 0.7.0cvs27
10009                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10010                 and 2002-01-31
10011
10012         * src/textview.c
10013                 comment out elements of textview_show_part() as temporary
10014                 workaround for attachment 'Display as text' bug 
10015
10016         * po/pt_BR.po
10017                 updated by Fabio Junior Beneditto
10018
10019 2002-01-30 [paul]       0.7.0claws40
10020
10021         * sync with sylpheed 0.7.0cvs24
10022                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10023                 and 2002-01-30
10024
10025         * src/compose.c
10026                 add {N_("/_Spelling"), ... "<Branch>"} to 
10027                 GtkItemFactoryEntry compose_entries[]
10028
10029         * src/prefs_common.c
10030                 add claws menu items to prefs_keybind_apply_clicked()
10031                 and remove non-claws menu items
10032
10033 2002-01-29 [paul]       0.7.0claws39
10034
10035         * sync with sylpheed 0.7.0cvs22
10036                 see ChangeLog entries 2002-01-28 and 2002-01-29
10037
10038 2002-01-28 [melvin]     0.7.0claws38
10039
10040         * src/compose.c
10041                 Added the declartion of compose_send_control_enter.
10042
10043         * src/compose.c
10044         * src/gtkspell.[ch]
10045                 Added in a 'Spelling' menu which includes the configuration menu. 
10046                 Added a real 'Check all' and got rid from the old one which only
10047                 highlited misspelled word.
10048                 Made 'Check while typing' a disableable option.
10049                 Added a dialog when there are no more misspelled word.
10050                 Added a dialog if error occurs when switching to a dictionary.
10051         
10052         * src/prefs_common.[ch]
10053                 Added option for the default 'Check while typing' option.
10054
10055
10056 2002-01-28 [alfons]     0.7.0claws37
10057
10058         * src/compose.c
10059                 fix buglet and make code comply with sylpheed code style
10060
10061 2002-01-28 [paul]       0.7.0claws36
10062
10063         * sync with sylpheed 0.7.0cvs19
10064                 see ChangeLog entries for 2002-01-28
10065
10066 2002-01-28 [hoa]        0.7.0claws35
10067
10068         * src/defs.h
10069                 added rendererrc
10070
10071         * src/main.c
10072                 read the renderer config
10073
10074         * src/procmime.[ch]
10075                 use the renderer config to convert mime attachments
10076
10077         * src/textview.c
10078                 don't use textview_show_html/ertf,
10079                 use get_text_content instead
10080
10081 2002-01-27 [alfons]     0.7.0claws34
10082         
10083         * src/news.c
10084                 make sylpheed believe it can delete a news message...
10085                 (messages are NOT deleted, maybe we should remove
10086                 processing from the folder properties after all.)
10087
10088 2002-01-27 [alfons]     0.7.0claws33
10089
10090         * src/folder.c
10091                 add extra checks
10092         * src/news.c
10093                 implement remove_msg() 
10094
10095 2002-01-27 [alfons]     0.7.0claws32
10096
10097         * src/procmsg.h
10098         * src/procheader.c
10099         * src/messageview.c
10100                 fix return receipt / disposition notification again. this
10101                 stuff seems to break on _every_ major summary UI change, so
10102                 it's now implemented using a flag which is saved in the
10103                 marks cache
10104                 
10105 2002-01-26 [alfons]     0.7.0claws31
10106
10107         * src/import.c
10108                 let import dialog show the destination folder identifier
10109
10110 2002-01-26 [melvin]     0.7.0claws30
10111
10112         * src/folderview.c
10113         * src/summaryview.c
10114                 Readded 'Mark all read' into summary view popup menu
10115                 Added 'Mark all read' in folder view popup menu for IMAP
10116                 and NNTP.
10117                 Made it insensitive if the selected folder is not the shown
10118                 one to avoid 'Mark all read' on the wrong folder.
10119                 
10120 2002-01-26 [paul]       0.7.0claws29
10121
10122         * src/folderview.c
10123           src/summaryview.c
10124                 move 'Mark all read' from summary view to folder view
10125                 menu. (adapted from) patch submitted by Jeremy Andrews,
10126                 <lists@kerneltrap.com>
10127
10128 2002-01-25 [alfons]     0.7.0claws28
10129
10130         * src/gtkstext.c
10131                 put the gtk class name back so GtkSText adapts the 
10132                 settings of GtkText
10133
10134 2002-01-25 [alfons]     0.7.0claws27
10135
10136         * src/folderview.c 
10137                 assimilate Ricardo's patch that shows pixmaps instead of
10138                 plain "new" and "unread" texts in the folder view column
10139                 headers 
10140
10141 2002-01-25 [paul]       0.7.0claws26
10142
10143         * src/Makefile.am
10144                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10145                 be found in non-standard locations. 
10146                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10147
10148 2002-01-25 [paul]       0.7.0claws25
10149
10150         * sync with sylpheed 0.7.0cvs16
10151                 see ChangeLog entry 2002-01-25
10152
10153 2002-01-24 [paul]       0.7.0claws24
10154
10155         * more sync with sylpheed 0.7.0cvs15
10156                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10157
10158 2002-01-23 [sergey]     0.7.0claws23
10159
10160         * src/importldif.c
10161                 Fixed segfault when closing LDIF import wizard with
10162                 the window manager.
10163         * src/imageview.c
10164         * src/imageview.h
10165         * src/messageview.c
10166         * src/mimeview.c
10167                 Fixed wrong scrolling position after switching between
10168                 text and image parts.
10169
10170 2002-01-23 [paul]       0.7.0claws22
10171
10172         * sync with sylpheed 0.7.0cvs15
10173                 see ChangeLog entries 2002-01-22 and 2002-01-23
10174
10175 2002-01-21 [melvin]     0.7.0claws21
10176
10177         * src/prefs_scoring.c
10178         * src/prefs_filtering.c
10179                 Fixed bug where scoring and filtering windows stopped
10180                 autochecking.
10181
10182 2002-01-21 [paul]       0.7.0claws20
10183
10184         * sync with sylpheed 0.7.0cvs12
10185                 see ChangeLog entries 2002-01-20 and 2002-01-21
10186
10187 2002-01-21 [carsten]    0.7.0claws19
10188         * src/mainwindow.c
10189         * src/menu.[ch]
10190         * src/messageview.[ch]
10191         * src/summaryview.[ch]
10192                 changes to shortcuts handling again:
10193                         + "Q" now controled by mainwin
10194                         + v/V are now customizable and have slightly
10195                           different meanings
10196                 the "button" to minimize the messageview (and maximize
10197                 the summary view) is a real button now
10198         * src/compose.c
10199                 "Delete Line+" added to Edit/Advanced (this will also
10200                 delete the '\n')
10201
10202 2002-01-20 [melvin] 0.7.0claws18
10203
10204         * src/addressbook.c
10205                 Made "Bcc" sensitive when addressbook is called from
10206                 compose window (it was a Claws only bug).
10207
10208 2002-01-19 [alfons] 0.7.0claws17
10209
10210         * src/inc.c
10211                 prevent unnecessary updates when currently selected folder has
10212                 no new messages 
10213
10214 2002-01-19 [alfons] 0.7.0claws16
10215         
10216         * src/summaryview.c
10217                 prevent writing the cache based on current message list in summary 
10218                 view when filtering also put messages in currently selected folder
10219
10220 2002-01-19 [paul]
10221
10222         * po/it.po
10223                 Italian translation submitted by Alessandro Maestri
10224                 <a.maestri@cs.tin.it>
10225
10226 2002-01-18 [melvin]     0.7.0claws15
10227
10228         * src/prefs_filters.c
10229                 fixed bug where 'cancel' from 'filters' window stops autochecking
10230                 if the timer timed out  when the window was open.
10231
10232 2002-01-18 [match]      0.7.0claws14
10233
10234         * src/addrclip.[ch]     ** NEW FILE **
10235         * src/addrselect.[ch]   ** NEW FILE **
10236         * src/adbookbase.h      ** NEW FILE **
10237                 addressbook cut, copy and paste
10238         * src/addrbook.[ch]
10239         * src/addrcache.[ch]
10240         * src/addressitem.h
10241         * src/addrindex.[ch]
10242         * src/addritem.[ch]
10243         * src/importldif.c
10244         * src/importmutt.c
10245         * src/jpilot.[ch]
10246         * src/syldap.[ch]
10247         * src/vcard.[ch]
10248         * src/jpilot.[ch]
10249         * src/editbook.c
10250         * src/editjpilot.c
10251         * src/editldap.c
10252         * src/editvcard.c
10253                 support for copy/paste
10254         * src/addressbook.c
10255                 support for copy/paste
10256                 tidy up menu option processing
10257                 correct address list function arguments
10258         * src/editaddress.c
10259                 sort user attributes
10260         * src/ldif.h
10261         * src/mutt.h
10262                 tidy up
10263
10264         * src/addrbook.[ch]
10265         * src/addrbook.[ch]
10266         * src/addrbook.[ch]
10267                 
10268
10269 2002-01-18 [paul]       0.7.0claws13
10270
10271         * sync with sylpheed 0.7.0cvs8
10272                 configure.in: support Mac OS X (Darwin)
10273
10274 2002-01-18 [carsten]    0.7.0claws12
10275         * src/html.c
10276                 small hack to fix a segfault with an empty href
10277                 (reported by Alexandra Walford <deeni@altern.org>)
10278         * src/mainwindow.c
10279         * src/summaryview.c
10280                 the shortcuts for Mark und Mark as unread are hardcoded
10281                 again
10282         * src/compose.c
10283         * src/gtkstext.[ch]
10284                 readded the shortcuts in gtkstext but made them
10285                 customizeable (simply by adding a menu plus a wrapper
10286                 to compose.c)
10287
10288 2002-01-17 [melvin]     0.7.0claws11
10289
10290         * src/gtkspell.c
10291                 fix default dictionary not being saved.
10292
10293 2002-01-16 [darko]      0.7.0claws10
10294
10295         * src/compose.c
10296                 fix wrapping crash with URL longer than wrapping margin
10297
10298 2002-12-08 [hoa]        0.7.0claws10
10299
10300         * src/matcher_parser_parse.y
10301                 fixed some bugs
10302
10303         * src/prefs_filtering.c
10304                 now, we can use bounce action in the dialog box.
10305
10306 2002-01-16 [carsten]    0.7.0claws9
10307         * src/gtkstext.c
10308                 removed the <control> and <alt> shortcuts because they're
10309                 not needed and interefered with the "normal" shortcuts
10310         * src/mainwindow.c
10311         * src/summaryview.c
10312                 removed most of the hardcoded shortcuts and assigned
10313                 them to menu entries making them easy customizable by
10314                 that
10315
10316 2002-01-16 |melvin]     0.7.0claws8
10317
10318         * src/gtkspell.c
10319                 fixed bug where using the mouse and when the compose
10320                 window is not on top may result in a crash.
10321
10322 2002-01-16 [melvin]     0.7.0claws7
10323
10324         * src/compose.c
10325                 fixed a long standingspell checker bug which could 
10326                 cause a crash after sending a message.
10327
10328 2002-01-16 [paul]       0.7.0claws6
10329
10330         * sync with sylpheed 0.7.0cvs7
10331                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10332                 2002-01-15, and 2002-01-16
10333
10334 2002-01-16 [melvin]     0.7.0claws5
10335
10336         * README.claws
10337         * src/compose.c
10338         * src/gtkspell.[ch]
10339         * src/main.c
10340                 Heavily modified spell checker code to work around
10341                 ispell bug, to add keyboard shortcuts and for future
10342                 enhancements. See README.claws for usage information.
10343
10344 2002-01-15 [alfons]     0.7.0claws4
10345         
10346         * src/summaryview.c
10347                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10348                 so sorting within threads reflects sort mode
10349
10350 2002-01-15 [christoph]  0.7.0claws3
10351
10352         * src/procmsg.c
10353                 added alertpanel if mail sending failed
10354
10355 2002-01-15 [alfons]     0.7.0claws2
10356         
10357         * src/prefs_filtering.c
10358                 don't stop timer when prefs filtering dialog is opened
10359
10360 2002-01-14 [alfons]     0.7.0claws1
10361
10362         * src/addr_compl.c
10363         * src/prefs.c
10364                 remove debug_print()s for privacy reasons
10365
10366 2002-01-14 [darko]      0.7.0claws
10367
10368         * README.claws
10369                 quotation wrapping is now also in the main branch
10370
10371 2002-01-14 [paul]
10372
10373         * tools/filter_conv.pl
10374                 allow for Boolean Op and case-sensitivity
10375                 this file is included in the release and tagged
10376                 'rel_0_7_0'
10377
10378 2002-01-13 [paul]       0.7.0claws
10379
10380         * release 0.7.0, with cvs tag 'rel_0_7_0'
10381
10382 2002-01-13 [paul]
10383
10384         * tools/filter_conv.pl
10385         * tools/README
10386                 rewritten to output to matcherrc instead of filteringrc
10387
10388         * po/es.po
10389                 updated Spanish translation by Ricardo Mones Lastra
10390
10391 2002-01-13 [alfons]
10392
10393         * po/nl.po
10394                 update dutch translation
10395
10396 2002-01-13 [paul]
10397
10398         * po/pt_BR.po
10399                 Updated by Fabio Junior Beneditto 
10400
10401 2002-01-13 [melvin]     0.6.6claws53
10402
10403         * po/fr.po
10404                 Updated french translation
10405
10406 2002-01-12 [alfons]     0.6.6claws52
10407
10408         * src/filtering.c
10409                 plug mem leak that has been sitting there for ages              
10410
10411 2002-01-12 [alfons]     0.6.6claws51
10412
10413         * src/summaryview.c
10414                 undo melvin's changes from 0.6.6claws48 because summary
10415                 view now refuses to select first unread message when
10416                 selecting a folder 
10417
10418 2002-01-11 [alfons]     0.6.6claws50
10419
10420         * src/import.c
10421                 use claws' semantics for getting folder item when
10422                 importing an mbox file into a folder 
10423                 (submitted by Dale P. Smith)
10424
10425 2002-01-11 [christoph]  0.6.6claws49
10426
10427         * src/prefs.h
10428                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10429                 toggle widget, because non static prefs can not use
10430                 prefs_set_* functions
10431         * src/prefs_account.c
10432                 toggle smtp auth password field sensitivity if
10433                 user id is empty and add descrition of usage for
10434                 these fields
10435         * src/prefs_folder_item.c
10436                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10437                 callbacks
10438
10439 2002-01-11 [melvin]     0.6.6claws48
10440
10441         * src/compose.c
10442                 fix the 'Ctrl-Enter' feature for sending and test really
10443                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10444                 editables which was not documented in Gtk)
10445
10446         * src/summaryview.c
10447                 Made summaryview refresh after sorting and not before.
10448
10449 2002-01-11 [christoph]  0.6.6claws47
10450
10451         * src/compose.c
10452                 select account from account ids if possible and
10453                 correctly set save folder for copy in reedit
10454
10455 2002-01-10 [paul]       0.6.6claws46
10456
10457         * sync with sylpheed 0.7.0 release
10458                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10459                 2002-01-09
10460
10461 2002-01-09 [alfons]
10462
10463         * src/summaryview.c
10464                 remove more dirt traces...
10465
10466 2002-01-09 [alfons]
10467         
10468         * src/summaryview.c
10469                 clean up some traces of my debugging stuff
10470
10471 2002-01-09 [alfons]     0.6.6claws45
10472
10473         * src/filtering.c
10474                 break up filteringprop_apply() in three separate pieces
10475                 so we can drop messages that failed processing in the
10476                 inbox
10477
10478         * src/summaryview.c
10479                 fix bug #469598 "no refresh of inbox after filter" which 
10480                 was introduced by the new summary view locking, and which 
10481                 prevented the summary view to update after a manual filter 
10482                 message. claw's filter message requires a summary_show().
10483                 (aargh, summary_show() again! :-)
10484                 
10485 2002-01-07 [alfons]     0.6.6claws44
10486
10487         * src/headerwindow.c
10488         * src/logwindow.c
10489         * src/messageview.c
10490         * src/sourcewindow.c
10491                 bring in Hiro's last 0.7.0 wm class fixes
10492
10493         * tools/sylprint.pl
10494                 bring in Ricardo's fix for sylprint script
10495
10496         * AUTHORS       
10497         * src/rfc2015.[ch]
10498         * src/prefs_common.[ch]
10499         * src/prefs_account.[ch]
10500         * src/compose.c
10501                 clean up account preference poison in rfc2015,
10502                 and preparation to fix double sign bug 
10503                 (patch submitted by Simon 'corecode' Schubert)
10504
10505 2002-01-07 [christoph]  0.6.6claws43
10506
10507         * src/mh.c
10508                 search for free message number, do not only rely
10509                 on last_num
10510         * src/send.c
10511                 fix smtp auth and use extra account information
10512                 if available, if not use pop3 data instead
10513                 (closes bug #500341)            
10514         * src/ssl.[ch]
10515                 match coding style
10516
10517 2002-01-06 [alfons]     0.6.6claws42
10518
10519         * src/mainwindow.c
10520                 try making the separate windows work again...
10521
10522 2002-01-06 [alfons]     0.6.6claws41
10523
10524         * src/mainwindow.c
10525                 adapt Hiro's separate window menu (to get rid of the funny
10526                 duplicate menu items), and make it work again
10527
10528 2002-01-06 [alfons]     0.6.6claws40
10529
10530         * tools/Makefile.am
10531         * tools/sylprint.rc
10532         * tools/sylprint.pl
10533         * tools/README.sylprint
10534                 add sylprint script for printing mails from Sylpheed
10535                 (contributed by Ricardo Mones Lastra)
10536
10537         * src/acount.c
10538                 clean up
10539
10540 2002-01-06 [melvin]     0.6.6claws39
10541
10542         * src/mainwindow.c
10543         * src/summaryview.c
10544                 Fixed crash introduced in 0.6.6claws38 by the menu
10545                 reorganisation (Hide read messages)
10546         
10547         * ChangeLog.claws 
10548                 Fixed typo (we are now in 2002, alfons ;) )
10549
10550 2002-01-05 [alfons]     0.6.6claws38
10551
10552         * sync with sylpheed 0.6.6cvs10-17
10553                 (last stuff marked as LAST_STABLE)
10554
10555 2002-01-04 [melvin]     0.6.6claws37
10556
10557         * src/account.c
10558                 Made account selection code use strcasestr again instead of
10559                 g_strcasecmp (fixes bug where reediting queued messages
10560                 did not select proper account reported by T. Link).
10561         
10562         * src/folderview.c
10563                 Fix bug where folder icons are not shown when 'hide read messages'
10564                 is on.
10565         
10566         * src/stock_pixmaps.[ch]
10567                 Added folder icons for 'hide read messages'.
10568         
10569         * src/compose.c
10570                 Fixed bug where 'Enter' in a header entry will send the message 
10571                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10572
10573 2002-01-03 [melvin]     0.6.6claws36
10574         
10575         * src/prefs.[ch]
10576                 Added popup menu for common preferences and
10577                 account preferences (right click on tab displays
10578                                 a menu of all tabs.)
10579
10580 2002-01-02 [melvin]     0.6.6claws35
10581
10582         * src/gtkspell.[ch]
10583                 Made spelling code compatible with undo/redo feature.
10584                 Added creation of suggestion mode menu for the general
10585                         preferences.
10586         
10587         * src/prefs_common.[ch]
10588                 Added option menu for the speller's suggestion mode.
10589                 Added missing spaces in "..." buttons and made a "..."
10590                         button non translatable!
10591         
10592         * src/compose.c
10593                 Made speller use the default suggestion mode.
10594                 Hack to make it possible to choose 'CTRL-Enter' as a
10595                         shortcut for sending (and only for sending).
10596
10597         * src/prefs_folder_item.c
10598                 Changing subject simplification does not update cache 
10599                         anymore (because it is unnecessary).
10600                 Fixed bug where changing subject simplification updated the 
10601                         summaryview even when the viewed folder is not the
10602                         folder which properties are being changed. (E.g. 
10603                                         viewing folder A and changing
10604                                         the subject simplification of 
10605                                         folder B -not being viewed- updated the 
10606                                         summaryview of folder A with data of
10607                                         folder B). (Hope this is clear... )
10608
10609 2001-12-31 [alfons]     0.6.6claws34
10610         
10611         * src/ldif.c
10612         * src/mutt.c
10613                 fgetc() returns a signed integer which doesn't
10614                 fit in a char. so c truncates this to a char
10615                 but we may lose significant bits. i.e. we may
10616                 comparing 0xFF which may not be equal to -1
10617                 unless properly casted to signed char which
10618                 we won't do because fgetc() returns a signed
10619                 integer which doesn't fit in a char. so c 
10620                 truncates this to a char but we may lose 
10621                 significat bits. (you got the idea, thanks
10622                 to Gustavo Noronha Silva <kov@debian.org>
10623                 and the Debian folks!)
10624
10625 2001-12-30 [alfons]     0.6.6claws33
10626
10627         * src/prefs_common.c
10628                 add #ifdef USE_PSPELLs that Melvin forgot               
10629
10630 2001-12-30 [melvin]     0.6.6claws32
10631         
10632         * src/prefs_common.[ch]
10633                 Added configurable color for misspelled words.
10634
10635         * src/gtkspell.[ch]
10636                 Fixed bug of foreground text color (reported by David
10637                                 Mehrmann)
10638                 Added configurable color for misspelled words.
10639
10640 2001-12-30 [alfons]     0.6.6claws31
10641
10642         * src/folder.c
10643                 remove unnecessary things someone put there
10644
10645         * src/mh.c
10646         * src/folder.[ch]
10647                 make folder properties (like threading and sorting) persistent
10648                 (closes bug #497424 "rescan folder tree resets proprieties")
10649                 currently this is only for MH folders. 
10650
10651 2001-12-29 [melvin]     0.6.6claws30
10652
10653         * src/string_match.[ch]
10654                 Optimized a bit: regexp pattern buffer compiled only once, and
10655                   one subroutine call removed. Fixed ^ regexp search: Now, 
10656                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10657         
10658         * src/summaryview.c
10659                 Subject filtering changed to filter summary columns and
10660                   not directly the messages subject cache. The loss in 
10661                   performance is balanced by the improvement of string_match.
10662                 Added an alert panel if there is an error in the regexp.
10663
10664         * src/src/prefs_folder_item.h
10665                 Added a regexp pattern buffer.
10666
10667 2001-12-28 [alfons]     0.6.6claws29
10668
10669         * src/string_match.[ch]
10670                 clean up name space
10671                 allow compilation *BSD
10672
10673 2001-12-27 [alfons]     0.6.6claws28
10674
10675         * src/filter.c
10676                 sync the Hiro's bug fix for BSD
10677
10678 2001-12-27 [melvin]     0.6.6claws27
10679         
10680         * src/compose.c
10681                 Simplify focus to subject entry code.
10682
10683 2001-12-27 [darko]      0.6.6claws26
10684
10685         * src/filtering.c
10686         * src/mbox_folder.c
10687         * src/messageview.c
10688         * src/mh.c
10689         * src/procheader.[ch]
10690         * src/procmsg.h
10691         * src/stock_pixmap.[ch]
10692         * src/summaryview.c
10693                 Show key icon for encrypted mails in summary view
10694
10695         * src/pixmaps/clip.xpm
10696         * src/pixmaps/clipkey.xpm
10697         * src/pixmaps/key.xpm
10698                 New/modified icons for the above
10699
10700 2001-12-27 [melvin]     0.6.6claws25
10701
10702         * src/prefs_common.c
10703                 Put spell checker options in a separate tab to decrease
10704                 the Common Preferences window height.
10705
10706         * README.claws  
10707                 Update spell checker usage instruction about its options
10708                 location.
10709
10710 2001-12-27 [melvin]     0.6.6claws24
10711
10712         * src/compose.c
10713                 Changed subject entry widget position. Initial focus is
10714                 on the To header instead of the subject entry.
10715                 Creating a new header scrolls the header list to make the
10716                 created one visible. Nevertheless, when automatically filling
10717                 headers, the first one is shown.
10718                 A Tab key press in the last empty header entry zips the 
10719                 focus to the subject entry.
10720                 (I did not change the combo boxes, yet)
10721
10722 2001-12-26 [alfons]     0.6.6claws23
10723
10724         * src/prefs_account.c
10725         * src/inc.c
10726                 allow default inbox to reside in another mailbox (only
10727                 works for POP3 accounts)
10728
10729 2001-12-26 [alfons]     0.6.6claws22
10730         
10731         * src/textview.c
10732                 make reply-on-click work with the account of the selected folder
10733         * src/compose.c
10734                 put a fixme here to remind me to fix finding correct default
10735                 account for nested folders
10736
10737 2001-12-25 [alfons]     0.6.6claws21
10738
10739         * src/summaryview.c
10740                 make column headers display locked and mark pixmaps (idea by Melvin) 
10741                 fix bug by adding score and locked column type to sort array
10742
10743 2001-12-25 [alfons]     0.6.6claws20
10744         
10745         * src/summaryview.c
10746                 catch a *potentially* inadvertent write back of  
10747                 the message cache(s) introduced by 0.6.5claws37
10748
10749 2001-12-25 [christoph]  0.6.6claws19
10750
10751         * src/stock_pixmap.[ch]
10752         * src/summaryview.c
10753                 add ignore thread pixmap
10754                 (can someone draw a better icon for this?)
10755
10756 2001-12-24 [alfons]     0.6.6claws18
10757
10758         * src/prefs_folder_item.c
10759                 make address completion actually work for the
10760                 Default To address in the Folder Property dialog.
10761
10762 2001-12-24 [alfons]     0.6.6claws17
10763         
10764         * src/summaryview.c
10765                 use new style regexp for subject stripping 
10766                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10767
10768 2001-12-24 [darko]      0.6.6claws16
10769
10770         * src/pgptext.c
10771         * src/rfc2015.c
10772                 move GPG related informational messages to debug mode
10773
10774 2001-12-23 [alfons]     0.6.6claws15
10775
10776         * src/stock_pixmap.[ch]
10777         * src/summaryview.c
10778                 add the forgotten Claws' locked pixmap
10779
10780 2001-12-23 [alfons]     0.6.6claws14
10781
10782         * src/filesel.c
10783                 accept file name typed in entry in multi file
10784                 selector (patch submitted by Gustavo Noronha Silva 
10785                 <kov@debian.org>)
10786
10787 2001-12-23 [alfons]     0.6.6claws13
10788
10789         * src/prefs_filter.c
10790         * src/prefs_filtering.c
10791         * src/matcher.c
10792         * src/importmutt.c
10793                 clean up a little bit
10794         
10795         * src/string_match.c
10796                 validate input strings a little bit more
10797
10798 2001-12-23 [alfons]     0.6.6claws12
10799
10800         * src/Makefile.am
10801         * src/summaryview.c
10802         * src/string_match.[ch]         ** NEW **
10803         * src/folderview.[ch]
10804         * src/headerview.h
10805         * src/folder.[ch]
10806         * src/prefs_folder_item.[ch]
10807                 add subject simplification to strip out strings from
10808                 a subject line (esp. handy for mailing lists). 
10809                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10810                 but slightly changed things for better integration.)
10811
10812 2001-12-23 [alfons]     0.6.6claws11
10813
10814         * src/mainwindow.c
10815                 fix bug introduced by submission included in 0.6.5claws52.
10816                 ideally this submission should clean the trash if any trash
10817                 folder has a message. however, the hasTrash variable was
10818                 set to false whenever a trash folder was empty (discarding
10819                 a previously found *filled* trash folder.)
10820
10821                 also edited the code a little bit and made it more safe.
10822
10823 2001-12-22 [alfons]     0.6.6claws10
10824
10825         * src/imap.c
10826                 quick fix for Martin Pool's omission of an account
10827                 specific SSL setting
10828
10829 2001-12-22 [alfons]     0.6.6claws9
10830
10831         * src/compose.c
10832         * src/messageview.c
10833         * src/mimeview.c
10834         * src/pgptext.c
10835         * src/procmime.[ch]
10836                 better support for multipart/digest (submitted
10837                 by Fredrik <e98fo@efd.lth.se>)
10838
10839 2001-12-22 [alfons]     0.6.6claws8
10840
10841         * src/addressbook.c
10842                 correct function signature
10843         * src/socket.[ch]
10844         * src/imap.[ch]
10845         * src/prefs_account.[ch]
10846                 allow IMAP over SSH tunnel (patch submitted by 
10847                 Martin Pool <mbp@samba.org>)
10848
10849 2001-12-21 [alfons]     0.6.6claws7
10850
10851         * sync with sylpheed 0.6.6cvs4-9
10852                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10853
10854 2001-12-21 [christoph]  0.6.6claws6
10855
10856         * src/compose.c
10857         * src/prefs_folder_item.[ch]
10858                 implement saving of outgoing messages to current folder.
10859                 fix segfault when no default outbox is available
10860                 (closes bug #495683)
10861
10862 2001-12-21 [carsten]    0.6.6claws5
10863         * src/folderview.c
10864         * src/summaryview.c
10865                 pressing CTRL while DND does now the expected thing and
10866                 copies the mail (moving is still the default, as this
10867                 seam more appropriate for handling mails by DND)
10868
10869 2001-12-18 [paul]       0.6.6claws4
10870
10871         * sync with sylpheed 0.6.6cvs3
10872                 see ChangeLog entries 2001-12-18
10873
10874 2001-12-18 [hiro]       0.6.6claws3
10875
10876         * src/undo.c
10877                 fix for multibyte characters (obtain the number of letters
10878                 instead of bytes).
10879
10880 2001-12-17 [paul]       0.6.6claws2
10881
10882         * sync with sylpheed 0.6.6cvs1
10883                 see ChangeLog entry 2001-12-16
10884
10885 2000-12-17 [alfons]     0.6.6claws1
10886
10887         * src/filtering.c
10888                 clean up
10889
10890 2001-12-16 [paul]       0.6.6claws
10891 2001-12-15
10892
10893         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10894
10895         * src/mimeview.c
10896                 last minute sync with main 0.6.6
10897
10898         * po/es.po
10899                 updated by Ricardo Mones Lastra
10900                 update for last minute sync
10901         * po/fr.po
10902         * po/nl.po
10903                 update for last minute sync
10904         * po/de.po
10905                 updated by Jens Oberender
10906         * po/pt_BR.po
10907                 updated by Fabio Junior Beneditto
10908
10909         * src/prefs_common.[ch]
10910         * src/undo.c
10911                 number of undo levels is user configurable
10912                 (squeeze it into the release in the dying
10913                 moments) Submitted by Jens Oberender    
10914
10915 2001-12-15 [melvin]
10916
10917         * po/fr.po
10918                 updated french translation
10919
10920 2001-12-15 [paul]       0.6.5claws92
10921
10922         * sync with sylpheed 0.6.5cvs28
10923                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
10924
10925         * po/nl.po
10926                 update to allow for sync
10927
10928 2001-12-15 [alfons]
10929         
10930         * po/nl.po
10931                 update dutch translation
10932
10933 2001-12-14 [carsten]    0.6.5claws91
10934         * src/summaryview.c
10935                 fixed bug #473785; also after changing the column order
10936                 the same message will be selected and displayed as before
10937                 the reordering
10938
10939 2001-12-14 [carsten]    0.6.5claws90
10940         * src/folderview.c
10941                 probably found the bug reported by wwb opening or closing
10942                 a folder tree just before dnd (found the solution in the
10943                 balsa source -- thanks to them)
10944
10945 2001-12-14 [carsten]    0.6.5claws89
10946         * src/gtkutils.c
10947         * src/account.c
10948                 moved gtk_clist_moveto to the right place, so that
10949                 only the accounts dialog is effected on opening
10950
10951 2001-12-14 [carsten]    0.6.5claws88
10952         * src/gtkutils.c
10953                 gtkut_clist_set_focus_row does a gtk_clist_moveto
10954                 now, so that the focused row will be seen in any case
10955                 (reported by wwp on sf-claws-user)
10956
10957 2001-12-14 [darko]      0.6.5claws87
10958
10959         * src/compose.c
10960                 remove unnecessary line
10961
10962 2001-12-14 [paul]       0.6.5claws86
10963
10964         * sync with sylpheed 0.6.5cvs27
10965                 see ChangeLog entries 2001-12-14
10966
10967 2001-12-14 [carsten]    0.6.5claws85
10968         * src/mainwindow.c
10969                 following a suggestion of Melvin the rcoabm pops up
10970                 right under the button now and the button is reliefed
10971                 while the popup is open
10972
10973 2001-12-14 [darko]      0.6.5claws84
10974
10975         * src/compose.c
10976                 fix crash when wrapping long lines if linewrap quotation
10977                 is disabled and wrapper encounters a word spanning more
10978                 than one line
10979
10980 2001-12-13 [paul]       0.6.5claws83
10981
10982         * src/compose.c
10983                 prefer 'Reply-To' header over mailing list header when
10984                 replying to a message. Finally prevent all those confirmation 
10985                 messages being sent to the list itself.
10986
10987         * src/summaryview.c
10988                 remove unused summary_set_menu_sensitive() entry
10989
10990 2001-12-13 [paul]       0.6.5claws82
10991
10992         * src/folderview.c
10993         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
10994         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
10995         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
10996                 improvements to 'Hide read messages': Inbox, Outbox,
10997                 Trash, Queue, and Draft icons now reveal presence of hidden 
10998                 messages
10999
11000 2001-12-12 [alfons]     0.6.5claws81
11001
11002         0.6.5claws80 was tagged as LAST_STABLE
11003
11004         * src/filtering.[ch]
11005         * src/matcher.[ch]
11006         * src/matcher_parser_lex.c
11007                 fix the filtering; my last attempt to get it right, 
11008                 if it does not work, it's Hoa's turn. ;-)
11009
11010                 for my honourable peers:
11011                 
11012                 the code now makes a clear distinction between
11013                 rules as they are displayed (probably escaped),
11014                 and as they are executed (probably unescaped). the
11015                 parser does *NOT* do any unescaping, this is
11016                 the task of the matcher.c (which breaks up a
11017                 rule into condition) and the filtering.c (which
11018                 breaks up the rule's action). to make this
11019                 run happily we provide an unescaped copy of
11020                 crucial strings to the MatcherProp and 
11021                 FilteringAction structures. note that the only
11022                 exception to this is any REGEXP string. those
11023                 are directly passed to regcomp() and regexp()
11024                 (who have much more powerful unescape functions).
11025                 
11026                 for everyone else:
11027         
11028                 you can escape tab (\t), carriage return (\r),
11029                 linefeed (\n), form feed (\f), quote (\"), 
11030                 single quote (\'), bell (\b) in all the entry
11031                 lines in the scoring & filtering dialogs.
11032                 as an added bonus this should not affect
11033                 existing filtering rules.
11034
11035 2001-12-12 [carsten]    0.6.5claws80
11036
11037         * src/summaryview.c
11038         * po/de.po
11039                 "item(s) selected" is now sensitive to 1 or more
11040                 than one selected (nice for language where simple
11041                 adding of a "s" is not possible as German (Eintrag
11042                 ->Eintr"age)
11043                 
11044                 the "forward as attachment" entry from the right
11045                 click menu removed, "forward" acts following the
11046                 prefs
11047         
11048         * src/textview.c
11049                 reverted my former changes; so compiler warning again
11050                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11051                 nevertheless
11052
11053         * src/messageview.c
11054                 "search in message" does now *not* only work in MVIEW_TEXT
11055                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11056                 message
11057
11058         * src/mainwindow.c
11059                 removed "/File/_Close" as it was the same as "/File/E_xit"
11060                 and we don't need it two times
11061
11062                 the separate folder view and message view now get a distinct
11063                 WMCLASS, just in case someone is using sawfish ;-)
11064
11065                 as the menu entries "/View/Message view" and "/View/Folder tree"
11066                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11067                 make them sensitive accordingly and as these two are "shown"
11068                 after startup anytime check this menuitem at startup
11069
11070 2001-12-12 [paul]       0.6.5claws79
11071
11072         * src/folderview.c
11073                 fix sensitivity of 'Search folder...', broken in
11074                 0.6.5claws75
11075
11076         * src/mainwindow.c
11077                 fix dodgy English
11078
11079 2001-12-11 [carsten]    0.6.5claws78
11080         * src/filtering.c
11081                 fixed two typos returning a wrong FALSE/TRUE
11082         * src/mainwindow.[ch]
11083                 extra menu for email/news button removed
11084
11085 2001-12-11 [alfons]     0.6.5claws77
11086         
11087         * src/matcher.c                 (1.3)
11088         * src/matcher_parser_lex.l      (1.28)
11089                 revert for another attempt
11090                 mark 0.6.5claws77 as LAST_STABLE
11091
11092 2001-12-11 [christoph]  0.6.5claws76
11093
11094         * po/de.po
11095                 fixed wrong translation for prev. unread msg
11096
11097 2001-12-11 [paul]       0.6.5claws75
11098
11099         * src/folder.[ch]
11100         * src/folderview.c
11101         * src/mainwindow.c
11102         * src/summaryview.[ch]
11103         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11104                 enable ability to hide read messages on per folder basis via 
11105                 '/Summary/Hide read messages'; when selected, a folder will 
11106                 have a red open folder icon, instead of a blue icon, if the 
11107                 folder contains hidden messges
11108                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11109
11110         * src/mainwindow.c
11111                 remove '/Message/Forward as attachment' from 
11112                 main_window_set_menu_sensitive() to prevent debug warning
11113
11114         * src/folderview.c
11115         * src/mainwindow.c
11116                 Clean up some of the English
11117
11118         * tools/newscache_clean.pl
11119                 allow for new 'hidereadmsgs' entry in folderlist.xml
11120
11121         * po/es.po
11122                 updated translation, submitted by Ricardo Mones Lastra
11123
11124 2001-12-11 [paul]       0.6.5claws74
11125
11126         * sync with sylpheed 0.6.5cvs25
11127                 see ChangeLog entry 2001-12-11
11128
11129 2001-12-10 [alfons]     0.6.5claws73
11130
11131         * src/matcher.c
11132                 add more control characters
11133         * src/matcher_parser_lex.l
11134                 make escaping / unescaping work again
11135
11136 2001-12-10 [alfons]     0.6.5claws72
11137
11138         * src/imap.c
11139                 clean up warnings "returning value for void function" 
11140         * src/prefs_filtering.c
11141                 make info button for execute action sensitive
11142
11143 2001-12-10 [paul]       0.6.5claws71
11144
11145         * src/compose.c
11146         * src/imap.[ch]
11147         * src/summaryview.c
11148                 fix: imap server now gets informed of MARKED, UNMARKED
11149                 and REPLY events. Now people can use different IMAP-Mail
11150                 clients and have the exact same information about MARKED,
11151                 UNMARKED and REPLY status with all of them. Especially
11152                 useful for imap servers with a web-frontend.
11153                 submitted by Tobias Sandhaas <medlor@web.de>
11154
11155 2001-12-09 [melvin]     0.6.5claws70
11156         
11157         * src/textview.[ch]
11158                 fixed bug #490076 (hunted down by Alfons who implemented
11159                 a workaround in 0.6.5claws65)
11160
11161 2001-12-09 [christoph]  0.6.5claws69
11162
11163         * src/summaryview.c
11164                 set pointer to string in LOCKED column to NULL
11165                 (might fix bug #490800)
11166
11167 2001-12-09 [carsten]    0.6.5claws68
11168
11169         * po/de.po
11170                 resolved some cluttered menu shortcuts 
11171                 ('creating new email' and 'creating news message'
11172                 hade the same)
11173         * src/compose.c
11174                 wmclass now distinc from main window
11175         * src/mainwindow.c
11176           src/mainwindow.h
11177                 email/news and forward button functionality similar
11178                 to the reply buttons; removed the ugly dropdown arrows
11179                 and use instead the right mouse button
11180
11181 2001-12-09 [paul]       0.6.5claws67
11182
11183         * src/imap.c
11184         * src/utils.h
11185                 allow spaces in imap folder names
11186                 submitted by Willem van Engen <wvengen@stack.nl>
11187
11188 2001-12-09 [paul]       0.6.5claws66
11189
11190         * sync with sylpheed 0.6.5cvs24
11191                 see ChangeLog entry 2001-12-09
11192
11193 2001-12-08 [alfons]     0.6.5claws65
11194
11195         * src/textview.c
11196                 prevent secondary selection claim after "add to sender" dialog
11197                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11198                 we trick GTK by simulating a click at (0, 0) in the textview.
11199
11200 2001-12-08 [hoa]        0.6.5claws64
11201
11202         * src/folder.c
11203                 fixed a bug about the .processing folder name while filtering
11204
11205 2001-12-08 [alfons]     0.6.5claws63
11206
11207         * src/folderview.c 
11208                 work around problem of not correctly updating folder stats
11209                 when deleting messages. there's some folder scanning evil
11210                 going so the folderview_update_msg_num() does not work
11211                 correctly. need to investigate this.
11212
11213 2001-12-08 [paul]       0.6.5claws62
11214
11215         * sync with sylpheed 0.6.5cvs23
11216                 see ChangeLog entry 2001-12-08
11217
11218 2001-12-07 [christoph]  0.6.5claws61
11219
11220         * src/compose.c
11221                 fix another header translation problem
11222
11223 2001-12-07 [alfons]     0.6.5claws60
11224
11225         * src/mbox.c
11226                 make filtering also work on local spool mbox
11227
11228 2001-12-07 [carsten]    0.6.5claws59
11229         * src/addressbook.c
11230                 addressbook window gets a wmclass distinct from the main
11231                 sylpheed window
11232         * src/compose.h
11233         * src/mainwindow.[ch]
11234                   forward menu item will use mode selected in prefs, forward 
11235                 as attatchment in menu removed (will be substituted in the
11236                 toolbar similar to reply buttons)
11237                   create news message menu entry and news button is now 
11238                 sensitive to the existance of a news account
11239         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11240         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11241         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11242                 these are removed because the toolbar buttons don't show
11243                 the quoting modus any longer
11244
11245 2001-12-07 [paul]
11246
11247         * tools/newscache_clean.pl      ** NEW FILE **
11248                 perl script to do some tidying up in the newscache directory 
11249                 
11250         * tools/sylpheed-switcher       ** NEW FILE **
11251                 perl script to enable easy switching between main and claws
11252                 
11253         * tools/README
11254                 added descriptions of the two new perl scripts          
11255
11256
11257 2001-12-07 [melvin]     0.6.5claws58
11258
11259         * src/messageview.c
11260                 fixed a warning during compilation introduced in 0.6.5claws56
11261
11262 2001-12-07 [paul]       0.6.5claws57
11263
11264         * src/mainwindow.[ch]
11265         * src/menu.[ch]
11266                 further usability enhancements to replying with or without 
11267                 quoting via the toolbar, use of Ctrl key is replaced by 
11268                 drop down menu 
11269                 Submitted by Carsten Schurig            
11270
11271 2001-12-07 [melvin]     0.6.5claws56
11272
11273         * src/messageview.c
11274                 hack to fix bug that prevented to make/paste selections
11275                 after switching between MVIEW_TEXT and MVIEW_MIME views
11276                 without deselecting the selection first.
11277
11278 2001-12-06 [alfons]     0.6.5claws55
11279
11280         * src/filtering.[ch]
11281         * src/inc.c
11282                 revise filtering a little bit more, and make sure
11283                 messages are delivered to the appropriate inbox
11284                 (perhaps set per account)
11285
11286 2001-12-06 [paul]       0.6.5claws54
11287
11288         * sync with sylpheed 0.6.5cvs22
11289                 see ChangeLog entry 2001-12-06
11290
11291 2001-12-05 [alfons]     0.6.5claws53
11292
11293         * src/inc.c
11294         * src/folder.[ch]
11295         * src/procmsg.c
11296         * src/filtering.c
11297                 more revisions of filtering system
11298                 (last stable version is marked as LAST_STABLE)
11299                 
11300                 | NOTE 1): the filtering system now uses a local folder called
11301                 | .processing. if filtering fails, check this directory
11302                 | for missing messages.
11303                 |
11304                 | NOTE 2): help us find the filtering actions still missing
11305
11306 2001-12-05 [paul]       0.6.5claws52
11307
11308         * src/mainwindow.c
11309                 fix bug where 'Empty Trash?' pop-up window appears even
11310                 when Trash is empty, submitted by Jesse Skinner         
11311
11312 2001-12-05 [melvin]     0.6.5claws51
11313
11314         * src/compose.c
11315                 fixed bug #486106 to select correct account when reediting 
11316                 a queued message
11317         
11318 2001-12-04 [alfons]     0.6.5claws50
11319
11320         * src/mh.c
11321                 declare markfile in appropriate functions when
11322                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11323                 for spotting this)
11324
11325 2001-12-04 [paul]       0.6.5claws49
11326
11327         * sync with sylpheed 0.6.5cvs21
11328                 see ChangeLog entry 2001-12-04
11329
11330 2001-12-03 [christoph]  0.6.5claws48
11331
11332         * po/de.po
11333                 changed translation of undo
11334         * src/account.c
11335         * src/folder.c
11336                 don't reinvent the wheel to traverse a GNode
11337         * src/compose.[ch]
11338                 seperate code to create the compose gui into functions
11339                 add "Others" page with folder selection for saving copy
11340                 of the message.
11341                 the folder identifier is saved to queue header
11342         * src/procmsg.c
11343                 save message to folder in queue header
11344
11345 2001-12-03 [paul]       0.6.5claws47
11346
11347         * sync with sylpheed 0.6.5cvs20
11348                 see ChangeLog entry 2001-12-03
11349
11350 2001-12-01 [paul]
11351
11352         * more sync with sylpheed 0.6.5cvs19
11353                 see ChangeLog entry 2001-11-29
11354
11355 2001-11-30 [paul]       0.6.5claws46
11356         
11357         * src/compose.c
11358                 remove conflicts introduced by Hoa's last commit
11359          
11360         * src/mainwindow.c
11361                 make 'Message/Bounce' sensitive
11362
11363 2001-11-30 [hoa]        0.6.5claws45
11364
11365         * src/compose.c
11366                 slightly change bounce function to add
11367                 information about the user that bounced the mail
11368                 in the From header line.
11369
11370         * src/folderview.c
11371                 permit the use of processing in outbox folder.
11372
11373 2001-11-29 [paul]       0.6.5claws44
11374
11375         * src/mainwindow.[ch]
11376         * src/prefs_common.c
11377         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11378         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11379         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11380                 usability enhancements to the quoting, implements
11381                 use of Ctrl key to toggle quoting settings
11382                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11383
11384 2001-11-29 [paul]       0.6.5claws43
11385         
11386         * sync with sylpheed 0.6.5cvs19
11387                 see ChangeLog entry 2001-11-28
11388
11389 2001-11-29 [melvin]     0.6.5claws42
11390         * src/Makefile.am
11391                 added enriched.[ch] to the list of files
11392
11393         * src/textview.c
11394         * src/mimeview.c
11395         * src/procmime.[ch]
11396         * src/enriched.[ch]
11397                 added support to view text/enriched
11398                 added support to show headers in message view for text/enriched and text/html
11399                         in non multipart messages
11400
11401 2001-11-28 [paul]       0.6.5claws41
11402
11403         * more sync with sylpheed 0.6.5cvs18
11404                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11405
11406 2001-11-27 [paul]       0.6.5claws40
11407         
11408         * po/pt_BR.po
11409                 updated translation, submitted by Fabio Junior Beneditto
11410                 
11411         * sync with sylpheed 0.6.5cvs18
11412                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11413                 2001-11-27
11414
11415
11416 2001-11-26 [paul]
11417
11418         * po/es.po
11419                 updated translation, submitted by Ricardo Mones Lastra
11420
11421 2001-11-26 [alfons]
11422
11423         * src/matcher.c
11424                 add more translatable strings
11425
11426 2001-11-26 [christoph]  0.6.5claws39
11427
11428         * po/de.po      
11429                 fixed one more umlaut
11430         * src/compose.c
11431                 fix translated header when it should not be translated
11432
11433 2001-11-26 [paul]       0.6.5claws38
11434
11435         * src/mainwindow.c
11436                 remove '/Message/Add Sender to address book' from 
11437                 main_window_set_menu_sensitive(), prevent debug warning
11438                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11439
11440 2001-11-26 [paul]       0.6.5claws37
11441
11442         * src/summaryview.c
11443                 fix 'recurring unread state' bug 
11444
11445         * tools/README 
11446         * tools/filter_conv.pl
11447                 read name of top level mailbox from folderlist.xml
11448                 and presume nothing about its name              
11449
11450 2001-11-26 [darko]      0.6.5claws36
11451
11452         * src/gtkstext.[ch]
11453                 removed functions that are now in gtkutils.c
11454                 use gtkut_text_is_uri_string() from gtkutils.c
11455         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11456
11457 2001-11-26 [paul]       0.6.5claws35
11458
11459         * sync with sylpheed 0.6.5cvs16
11460                 see ChangeLog entries 2001-11-25 and 2001-11-26
11461
11462 2001-11-25 [alfons]     0.6.5claws34
11463
11464         EXPERIMENTAL!!! Please checkout the last stable version using: 
11465           
11466         % cvs update -r LAST_STABLE -dRAP
11467
11468         (Or help us testing this stuff.)
11469
11470         * src/filtering.c               (1.14)
11471         * src/filtering.h               (1.6)
11472         * src/inc.c                     (1.28)
11473         * src/matcher.c                 (1.20)
11474         * src/mbox.c                    (1.9)
11475         * src/procmsg.h                 (1.14)
11476         * src/summaryview.c             (1.59)
11477         * src/summaryview.h             (dunno)
11478                 revert/merge/sync to as it was before commit 
11479                 on Thu, 19 Jul 2001 10:15:51 -0700.
11480
11481 2001-11-25 [hoa]        0.6.5claws33
11482
11483         * src/main.c
11484                 processing mails at startup
11485
11486         * src/folderview.c
11487         * src/summaryview.[ch]
11488                 processing mails when entering folder
11489
11490         * src/prefs_filtering.c
11491                 fixed some UI bugs
11492
11493 2001-11-24 [alfons]     0.6.5claws32
11494
11495         * src/summaryview.[ch]
11496                 make summary sort headers work, and also make
11497                 sure the sort type is stored
11498
11499 2001-11-23 [alfons]     0.6.5claws31
11500
11501         * src/summaryview.[ch]
11502                 make lock work like mark
11503                 disallow deleting messages marked as locked
11504
11505 2001-11-23 [alfons]     0.6.5claws30
11506
11507         * src/gtkstext.c
11508         * src/compose.[ch]
11509         * src/Makefile.am
11510         * src/undo.[ch]
11511                 merge undo patch submitted by Jens
11512
11513 2001-11-23 [christoph]  0.6.5claws29
11514
11515         * src/.cvsignore
11516                 added ylwrap
11517         * src/compose.c
11518                 fixed gpg signing and encoding
11519         * src/folder.[ch]
11520         * src/main.c
11521                 added --status option to get new, unread and total
11522                 message count from a running sylpheed
11523         * src/prefs_common.c
11524                 temporary fix for reply_with_quote problem
11525                 (don't call functions for non existing widget)
11526         * src/procmsg.c
11527                 one more check for ignored threads but still not
11528                 always working correctly. probably a recursive
11529                 check for all parents is needed
11530
11531 2001-11-23 [darko]      0.6.5claws28
11532
11533         * src/compose.c
11534                 wrapping on send improvements
11535         * src/gtkutils.[ch]
11536                 fix for GtkSText after last sync with main branch
11537                 GTK_TEXT -> GTK_STEXT
11538
11539 2001-11-23 [paul]       0.6.5claws27
11540
11541         * sync with sylpheed 0.6.5cvs14
11542                 see ChangeLog entries 2001-11-22 and 2001-11-23
11543                 
11544         * po/de.po
11545                 fixed the scrambled umlauts 
11546                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11547
11548 2001-11-21 [paul]       0.6.5claws26
11549
11550         * sync with sylpheed 0.6.5cvs12
11551                 see 2nd ChangeLog entry dated 2001-11-20
11552
11553 2001-11-20 [paul]       0.6.5claws25
11554
11555         * sync with sylpheed 0.6.5cvs11
11556                 see ChangeLog entry 2001-11-19 (src/utils.c)
11557
11558 2001-11-20 [hiro]
11559
11560         * src/compose.c
11561                 GTK_TEXT -> GTK_STEXT
11562                 fix for wrong comment
11563
11564 2001-11-20 [hiro]       0.6.5claws24
11565
11566         * src/compose.[ch]
11567                 more merges from main branch
11568                 removed fatal warnings (uninitialized variables etc.)
11569                 some coding style fix
11570         * src/gtkutils.h
11571                 fixed typo.
11572         * src/addressbook.c
11573           src/addrindex.c
11574                 V-Card -> vCard
11575
11576 2001-11-19 [hoa]        0.6.5claws23
11577
11578         * src/filtering.c
11579         * src/prefs_scoring.c
11580         * src/matcher.[ch]
11581         * src/scoring.c
11582                 cleaning code
11583
11584         * src/matcher_parser_parse.y
11585         * src/prefs_filtering.c
11586                 bouncing
11587
11588 2001-11-19 [alfons]     0.6.5claws22
11589
11590         more of my old things into claws
11591
11592         * src/Makefile.am
11593         * src/prefs_common.c
11594         * src/procmsg.h
11595         * src/summaryview.[ch]
11596         * src/prefs_summary_column.c
11597         * src/pixmaps/locked.xpm
11598                 add indicators for locking of message in summary view
11599                 (does not work yet, only visual indicator)
11600
11601 2001-11-19 [paul]       0.6.5claws21
11602
11603         * sync with sylpheed 0.6.5cvs10
11604                 see ChangeLog entry 2001-11-19
11605
11606 2001-11-18 [alfons]     0.6.5claws20
11607         
11608         * src/filtering.c
11609                 remove an inadvertent free I forgot in previous clean up 
11610
11611 2001-11-18 [alfons]     0.6.5claws19
11612
11613         * src/filtering.[ch]
11614                 clean up & plug leaks
11615
11616 2001-11-18 [paul]       0.6.5claws18
11617
11618         * sync with sylpheed 0.6.5cvs9
11619                 see ChangeLog entries 2001-11-17 and 2001-11-18
11620
11621 2001-11-16 [paul]       0.6.5claws17
11622
11623         * sync with sylpheed 0.6.5cvs8
11624                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11625
11626 2001-11-16 [paul]       0.6.5claws16
11627
11628         * sync with sylpheed 0.6.5cvs7
11629                 see ChangeLog entries 2001-11-15 and 2001-11-16
11630
11631 2001-11-15 [hoa]        0.6.5claws15
11632
11633         * src/compose.c
11634                 fix bounce, mails we received couln't be bounced to ourself.
11635
11636         * src/defs.h
11637         * src/filtering.[ch]
11638         * src/matcher.[ch]
11639         * src/matcher_parser.h
11640         * src/matcher_parser_lex.l
11641         * src/matcher_parser_parse.y
11642         * src/inc.c
11643         * src/main.c
11644         * src/mbox.c
11645         * src/prefs_filtering.[ch]
11646         * src/mainwindow.c
11647         * src/prefs_matcher.c
11648         * src/prefs_scoring.c
11649         * src/scoring.[ch]
11650         * src/summaryview.c
11651                 new matcher/filter/score configuration file parser
11652                 one unique configuration file => ~/.sylpheed/matcherrc
11653                 import in currently automatic, then save are made
11654                 in this new file.
11655                 one filter per folder and one global filter
11656                 (filter of a folder will be used as folder processing)
11657
11658         * src/folder.c
11659                 fix a bug in folder_item_get_identifier
11660                 
11661         * src/messageview.c
11662                 receive receipt return are fixed.
11663
11664 2001-11-14 [alfons]     0.6.5claws14
11665
11666         * src/session.h
11667                 add things from main branch to make claws compile
11668
11669 2001-11-14 [paul]       0.6.5claws13
11670
11671         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11672                 see ChangeLog entries 2001-11-08 to 2001-11-14
11673
11674 2001-11-14 [hoa] 0.6.5claws12
11675
11676         * src/compose.[ch]
11677         * src/mainwindow.c
11678         * src/summaryview.c
11679                 add "bounce mail" option
11680
11681 2001-11-13 [christoph]  0.6.5claws11
11682
11683         * src/compose.c
11684                 Cleanup a mess i add before commiting
11685
11686 2001-11-13 [hoa]        0.6.5claws10
11687
11688         * src/compose.c
11689                 some fixes when mail are sent or
11690                 for crossposts
11691
11692 2001-11-13 [christoph]  0.6.5claws9
11693
11694         * po/de.po
11695                 Changed two string with the same translation
11696         * src/compose.c
11697         * src/procmsg.[ch]
11698         * src/send.[ch]
11699                 New mailsending process:
11700                   - Always queue message before sending
11701                     (message will be saved if sylpheed crashed or
11702                      freezes while sending)
11703                   - Allow queuing of newspostings
11704                   - No copy in outbox before sending
11705                     (closes bug #469501)
11706                   - No more redundant code for send and send_later
11707         * src/summaryview.c
11708                 Applied wwp <subscript@free.fr>'s patch that fixes
11709                 marks for multiple forwarded messages (+compose.c)
11710
11711 2001-11-12 [alfons]
11712
11713         * README.claws
11714                 remove things that are now in main branch
11715         
11716         * po/nl.po
11717                 update Dutch translation
11718
11719 2001-11-12 [mhadasht]   0.6.5.claws8
11720
11721         * src/prefs_common.c
11722                 re-enabled account autoselection feature for forward
11723                 and reedit lost during the branch point for SYNC-B4-REL
11724         * src/gtkspell.c
11725                 gtkpspell_get_dict(): more readable code (even if function is
11726                 not used yet)
11727         * ChangeLog.claws
11728                 added version number info to 2001-11-12 [hiro] comment.
11729
11730 2001-11-12 [hiro]       0.6.5.claws7
11731
11732         * src/compose.c
11733                 compose_forward(): fixed a bug that forward quote mark
11734                 wasn't used.
11735                 removed unnecessary code.
11736         * src/template_select.[ch]: removed.
11737
11738 2001-11-11 [alfons]
11739
11740         * src/compose.c
11741                 :%s/GTK_TEXT/GTK_STEXT/g
11742         
11743         * src/compose.[ch]
11744         * src/undo.[ch]
11745         * src/Makefile.am
11746                 revert the undo stuff (this is 0.6.6claws stuff)
11747
11748 2001-11-11 [hoa]        0.6.5.claws6
11749
11750         * src/compose.[ch]
11751                 Insert signature at the end of the text.
11752                 Added undo patch but currently disabled
11753
11754         * src/procmsg.c
11755                 Threading by subject improved.
11756
11757         * added src/undo.[ch]
11758                 Undo module for compose dialog box.
11759
11760 2001-11-11 [alfons]     0.6.5.claws5
11761
11762         * src/procmsg.c
11763                 prevent threading by subject on nodes that have already been
11764                 threaded by in-reply-to (as in "circular references in a tree
11765                 result in a dead branch")
11766
11767 2001-11-09 [hoa]        0.6.5.claws4
11768         
11769         * src/folderview.c
11770                 allows creation of mbox folder item from any files.
11771
11772 2001-11-09 [alfons]     0.6.5.claws3
11773         
11774         * src/utils.c
11775         * src/procmsg.c
11776                 do what I mean and correct threading by subject so it really
11777                 ignores attracting lines without "Re: "
11778
11779 2001-11-07 [alfons]     0.6.5.claws2
11780
11781         * src/procmsg.c
11782         * src/utils.[ch]
11783                 only attract by subject if a subject line starts with a "Re: "
11784         * src/syldap.c
11785                 remove warning
11786
11787 2001-11-07 [paul]       0.6.5claws1
11788
11789         * sync with sylpheed 0.6.5. release
11790                 see ChangeLog entry 2001-11-07
11791
11792 2001-11-07 [paul]       0.6.4claws31
11793
11794         * sync with sylpheed 0.6.4cvs18
11795                 see ChangeLog entries 2001-10-30 to 2001-11-07
11796                 prefs_templates.[ch] renamed prefs_template.[ch]
11797
11798 2001-11-06 [alfons]
11799         
11800         * src/utils.h
11801                 add semicolon Hoa forgot ;-)
11802                 
11803
11804 2001-11-06 [hoa]        0.6.4claws30
11805         
11806         * src/procmsg.c
11807         * src/summaryview.c
11808         * src/utils.c
11809         * src/utils.h
11810                 threading by subject - empty subject are ignored
11811
11812 2001-11-06 [christoph]  0.6.4claws29
11813
11814         * src/socket.c
11815                 use SSL_peek for sock_gets
11816         * src/utils.c
11817                 removed unneeded pointer in extracting quoted
11818                 names implementation
11819
11820 2001-11-06 [melvin]     0.6.4claws28
11821
11822         * src/gtkspell.c
11823                 fixed bug #476792 Selection overtyping with spell checker
11824                 fixed bug which could cause a buffer overflow
11825                 fixed a memory leak
11826
11827 2001-11-06 [hoa]        0.6.4claws27
11828         
11829         * src/procmsg.c
11830         * src/summaryview.c
11831                 threading by subject
11832
11833 2001-11-05 [alfons]     0.6.4claws26
11834         
11835         * README.claws
11836                 Claws -> Sylpheed (vice versa)
11837
11838         * src/compose.c
11839                 :%s/gtk_text/gtk_stext/g
11840                 :%s/GTK_TEXT/GTK_STEXT/g
11841                 (thanks to Jonathan Ware for spotting this)
11842
11843 2001-11-04 [christoph]  0.6.4claws25
11844
11845         * src/summaryview.c
11846                 replace Xalloca + strdup with Xstrdup_a
11847         * src/utils.c
11848                 better implementation of extracting quoted names
11849                 from addresses (remove backlashes and ignore
11850                 quotes after them)
11851
11852 2001-11-04 [alfons]     0.6.4claws24
11853
11854         * src/utils.[ch]
11855                 edit to comply more with coding style
11856
11857         * src/textview.c
11858                 fix bug reported by Kim Schulz. introduced by the patch integrated
11859                 in 0.6.4claws15. the code did not check the return value of
11860                 the html parser.
11861
11862         * AUTHORS
11863                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11864
11865 2001-11-04 [christoph]  0.6.4claws23
11866
11867         * src/main.c
11868         * src/prefs_common.[ch]
11869                 init some pointers that possibly caused a segfault
11870                 reported in the claws-users ML
11871
11872 2001-11-04 [hoa]        0.6.4claws22
11873
11874         * src/grouplistdialog.c
11875                 change the names of the nodes in the tree
11876
11877         * src/compose.c
11878                 enhanced mailto syntax as described in
11879                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11880                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11881
11882         * src/utils.c
11883                 encode and decode URI (useful when opening URL into
11884                 netscape).
11885
11886 2001-11-03 [hoa]        0.6.4claws21
11887
11888         * src/grouplistdialog.c
11889                 a new newsgroups list selection dialog box
11890                 with a CTree instead of a CList
11891
11892 2001-11-03 [hoa]        0.6.4claws20
11893
11894         * src/folderview.c
11895                 enable property and scoring options when right
11896                 click on "inbox"
11897
11898         * src/summaryview.c
11899                 fixed bug when nickname were displayed using
11900                 the address book.
11901
11902 2001-11-02 [darko]      0.6.4claws19
11903
11904         * src/compose.c
11905                 new wrap quotation and URL/long words wrapping implementation
11906         * src/compose.c src/gtkstext.[ch]
11907                 move gtkstext_strncmp() to gtkstext.c
11908
11909 2001-11-01 [christoph]  0.6.4claws18
11910
11911         * src/prefs_account.c
11912                 fixed mess in account settings dialog
11913         * src/prefs_folder_item.c
11914                 added label with folder path to dialog
11915
11916 2001-10-31 [match]      0.6.4claws17
11917
11918         * src/vcard.c
11919                 fix memory leak.
11920         * src/addrbook.c
11921                 fix generation of spurious address book file names.
11922                 remove redundant functions.
11923         * po/POTFILES.in
11924                 added missing file names.
11925
11926 2001-10-30 [paul]       0.6.4claws16
11927
11928         * sync with sylpheed 0.6.4cvs6
11929                 see ChangeLog entries 2001-10-26 to 2001-10-30
11930
11931         * tools/filter_conv.pl
11932                 read folderlist.xml to discover whether the top-level
11933                 folder is called 'Mailbox' or 'Mail' 
11934
11935 2001-10-29 [paul]       0.6.4claws15
11936
11937         * src/html.c, src/textview.c
11938                 activate links in html mail and fix clickable parts
11939                 Submitted by Matthieu Dazy <dazy@t-surf.com>
11940
11941 2001-10-29 [paul]
11942
11943         * po/de.po, po/es.po, po/pt_BR/po
11944                 updated translations, submitted by Jens Oberender,
11945                 Ricardo Mones Lastra, and Fabio Junior Beneditto
11946
11947 2001-10-29 [darko]      0.6.4claws14
11948
11949         * src/compose.c
11950                 fix wrapping for good
11951
11952 2001-10-29 [darko]
11953
11954         * src/compose.c
11955                 undo previous change as it broke the smart wrapping
11956
11957 2001-10-29 [darko]      0.6.4claws13
11958
11959         * src/compose.c
11960                 fix infinite loop when long URL is quoted
11961                 (closes bug #475122.
11962
11963 2001-10-28 [match]
11964
11965         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
11966                 import Mutt address book
11967         * src/ldif.[ch] src/importldif.h
11968                 modified import LDIF handle user attributes
11969
11970 2001-10-28 [christoph]  0.6.4claws12
11971
11972         * src/summaryview.c
11973                 fixed that filtering did not work if there
11974                 were no filter rules
11975                 (closes bug #472003 and better implementation
11976                  of patch #474644)
11977
11978 2001-10-27 [christoph]  0.6.4claws11
11979
11980         * src/compose.c
11981                 make the folder's default account to be used when
11982                 replying. (patch by wwp <subscript@free.fr>)
11983         * src/compose.c
11984                 code cleanup, nearly killed all of wwp's patch
11985                 for folder's default account in compose
11986         * src/folderview.c
11987                 error panel when a folder could not be created
11988                 (closes bug #471080 new folder name & already
11989                  existing file)
11990
11991 2001-10-26 [alfons]
11992
11993         * src/utils.h
11994                 change prototype of strstr2() that Christoph forgot about
11995
11996 2001-10-26 [christoph]  0.6.4claws10
11997
11998         * src/account.c
11999                 made search for accounts by email address not case
12000                 sensitive
12001         * src/folder.c
12002                 fixed memory leak in folder_item_get_identifier
12003         * src/gtkspell.c
12004         * src/utils.c
12005                 fixed wrong strstr2 (should work like strstr)
12006
12007 2001-10-26 [darko]      0.6.4claws9
12008
12009         * src/compose.c src/gtkstext.[ch]
12010         * src/gtkstext.c
12011                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12012
12013 2001-10-26 [paul]       0.6.4claws8
12014
12015         * src/html.c
12016                 ignore css and javascript tags in html mail
12017                 case-insensitive, with or without double-quoted
12018                 strings
12019
12020 2001-10-26 [paul]       0.6.4claws7
12021
12022         * sync with sylpheed 0.6.4cvs1
12023                 see ChangeLog entry 2001-10-26
12024
12025         * src/prefs_account.c, src/prefs_common.c,
12026           src/prefs_summary_column.c
12027                 minor improvements to the English
12028
12029 2001-10-25 [alfons]     0.6.4claws6
12030
12031         * src/gtkstext.c
12032         
12033                 make GtkSText follow style of GtkText (closes bug 
12034                 #469211 "text selection while writing message")
12035                 
12036                 do sync with GTK 1.2.10
12037
12038 2001-10-25 [paul]       0.6.4claws5
12039
12040         * src/html.c
12041                 ignore css tags in html mail
12042
12043 2001-10-25 [darko]      0.6.4claws4
12044
12045         * src/compose.c
12046                 don't declare is_url_string as static function since
12047                 we need it in gtkstext.c
12048         * src/gtkstext.c
12049                 remove unused variable
12050                 don't wrap long URLs while composing a message
12051
12052 2001-10-24 [christoph]  0.6.4claws3
12053
12054         * src/socket.c
12055                 fix ssl deadlock, when peer closes connection
12056
12057 2001-10-24 [paul]       0.6.4claws2
12058
12059         * src/prefs_common.c
12060                 gettextize the gpg ascii-armored warning message
12061
12062         * src/compose.c
12063                 insert a DOS/MAC file into the composed message
12064                 (improvements)
12065
12066         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12067
12068 2001-10-22 [paul]       0.6.4claws1
12069
12070         * sync with sylpheed 0.6.4 release
12071                 see ChangeLog entries 2001-10-21
12072
12073         * po/fr.po, po/pt_BR.po
12074                 updated by Melvin Hadasht and Fabio Junior Beneditto
12075
12076 2001-10-21 [paul]       0.6.3claws30
12077
12078         * src/compose.c
12079                 insert a DOS text file from the compose window
12080                 into the composed message text (removes CRs characters)
12081                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12082
12083         * tools/filter_conv.pl, tools/README
12084                 automatically use ~/.sylpheed as working directory
12085                 print out confirmation message on completion
12086
12087         * correct Hoa's last ChangeLog.claws entry
12088
12089 2001-10-20 [hoa]        0.6.3claws29
12090
12091         * src/grouplistdialog.c
12092                 bugfix (another ?) to give the right
12093                 newsgroups list for each news server.
12094
12095         * src/news.c
12096         * src/news.h
12097                 improve the newsgroups list cache
12098
12099 2001-10-20 [paul]       0.6.3claws28
12100
12101         * sync with sylpheed 0.6.3cvs9
12102                 see ChangeLog entry 2001-10-19
12103
12104         * correct Alfons' last ChangeLog.claws entry
12105
12106 2001-10-19 [alfons]
12107
12108         * src/pgptext.[ch]
12109                 fix compilation problems (part of bug #472895)
12110
12111 2001-10-18 [hoa]        0.6.3claws27
12112
12113         * src/grouplistdialog.c
12114                 bugfix when we refresh was clicked (bug 472701)
12115
12116 2001-10-19 [christoph]  0.6.3claws26
12117
12118         * src/compose.c
12119                 last header entry should default to "To:" or
12120                 "Newsgroups:" and not copy the last entry line
12121                 in a new compose window
12122                 (closes bug #472686, #470792)
12123
12124 2001-10-19 [paul]       0.6.3claws25
12125
12126         * sync with Sylpheed 0.6.3cvs8
12127                 see ChangeLog entries 2001-10-18 and 2001-10-19
12128
12129 2001-10-18 [christoph]  0.6.3claws24
12130
12131         * src/procmsg.c
12132                 reimplement ignore thread
12133         
12134 2001-10-18 [hoa]        0.6.3claws23
12135
12136         * src/folderview.c
12137         * src/grouplistdialog.[ch]
12138                 enhanced news subscription interface (feature 469113)
12139
12140         * src/news.c
12141         * src/news.h
12142                 enchanced newsgroup listing,
12143                 now, we can get groups informations
12144                 (NNTPGroupInfo)
12145
12146 2001-10-18 [paul]       0.6.3claws22
12147
12148         * src/summaryview.c
12149                 remove comment (sync with main branch)
12150         * src/mainwindow.c
12151                 fix 'Re-edit' bug in 'Message' menu
12152
12153 2001-10-17 [christoph]  0.6.3claws21
12154
12155         * src/compose.c
12156                 ignore empty or whitespace only header lines
12157
12158 2001-10-17 [paul]       0.6.3claws20
12159
12160         * sync with sylpheed 0.6.3cvs7
12161                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12162                 2001-10-17
12163
12164 2001-10-17 [darko]
12165
12166         * src/compose.c
12167                 wrap long lines without spaces
12168                 don't wrap URLs
12169
12170 2001-10-16 [paul]
12171
12172         * po/es.po, po/nl.po, po/pt_BR.po
12173                 updated by Ricardo Mones Lastra, Alfons,
12174                 and Fabio Junior Beneditto
12175
12176         * sylpheed-0.6.3claws released
12177
12178 2001-10-15 [melvin] 0.6.3claws18
12179
12180         * README.claws
12181                 added summary and detailed installation instructions
12182                 for spell checker
12183         * po/fr.po
12184                 Updated, corrected and completed french translation
12185
12186 2001-10-15 [hoa] 0.6.3claws17
12187         * src/grouplistdialog.c
12188                 we can choose the newsgroups to display with wildcards
12189
12190 2001-10-15 [christoph]  0.6.3claws16
12191
12192         * src/account.c
12193         * src/compose.c
12194         * src/prefs_folder_item.[ch]
12195                 applied wwp <subscript@free.fr>'s folder
12196                 default account patch
12197         * po/de.po
12198                 Fixed wrong translation
12199
12200 2001-10-13 [alfons, christoph, melvin]  
12201                         0.6.3claws15
12202
12203         solution #2 to solve MT-safety problems defers all GUI related calls
12204         to the main thread using a gtk_idle_add() callback. discussed on
12205         ircnet #sylpheed, with christoph spotting some issues with the
12206         original code, and melvin allowing us to lobotomize his sylpheed.
12207
12208         * src/syldap.[ch], src/main.c
12209                 fix race problem in ldap search thread by deferring GUI 
12210                 stuff to main thread using gtk_idle_add()
12211
12212 2001-10-13 [paul]       0.6.3claws14
12213
12214         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12215                 add Sergey's smtpcred.patch
12216                 adds separate username/password setting for SMTP Auth
12217                 needed by some servers
12218                 (closes feature request #471659)
12219
12220 2001-10-13 [paul]       0.6.3claws13
12221
12222         * src/pgptext.[ch] **NEW FILES**
12223         * src/Makefile.am, src/messageview.c, src/mimeview.c
12224                 decrypt ascii-armored gpg text embedded in
12225                 the message body.
12226                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12227
12228 2001-10-13 [christoph]  0.6.3claws12
12229
12230         * README.claws
12231                 some more details on default to and
12232                 feature requests
12233         * src/main.c
12234                 init glib threading when ldap is used
12235         * src/syldap.c
12236                 threading fixes
12237         * po/de.po
12238                 fixed a typo
12239
12240 2001-10-12 [paul]       0.6.3claws11
12241
12242         * src/prefs_common.[ch], src/rfc2015.c
12243                 enable ascii-armored gpg text to be embedded in the
12244                 message body, selectable through the 'Privacy'
12245                 preferences. Supports encrypting only.
12246                 Submitted by Ravemax <ravemax@dextrose.com>
12247
12248 2001-10-12 [paul]       0.6.3claws10
12249
12250         * sync with sylpheed 0.6.3cvs6
12251                 see ChangeLog entries 2001-10-11 and 2001-11-12
12252
12253         * src/folderview.c
12254                 incorporated mbox folders, scoring, and folder
12255                 properties into the sync
12256
12257 2001-10-12 [darko]      0.6.3claws9
12258
12259         * README.claws
12260                 describe quotation wrapping
12261         * src/compose.c
12262                 don't treat tab as space to calculate line length properly
12263
12264 2001-10-11 [alfons]
12265
12266         * README.claws
12267                 correct description of how to make new filtering system work,
12268                 add some other things
12269                 
12270         * src/syldap.c
12271                 remove sched_yield() (not necessary / unportable)
12272
12273 2001-10-11 [paul]       0.6.3claws8
12274
12275         * sync with sylpheed 0.6.3cvs3
12276                 see ChangeLog entry 2001-10-10
12277
12278 2001-10-10 [christoph]  0.6.3claws7
12279
12280         * .cvsignore
12281                 ignore 2 files created by newer autotools
12282         * src/prefs_folder_item.c
12283                 using table for widget alignment
12284                 fixed memory leak and broken octal display
12285         * src/filesel.c
12286                 fixed segfault caused by lost filename
12287                 workaround (closes bug #469551)
12288
12289 2001-10-10 [paul]       0.6.3claws6
12290
12291         * sync with sylpheed 0.6.3cvs2
12292                 see ChangeLog entries 2001-10-09 and 2001-10-10
12293
12294 2001-10-10 [darko]      0.6.3.claws5
12295
12296         * src/gtkstext.c
12297                 proper calculation of right margin if smart wrapping is enabled
12298         * src/compose.c
12299                 automatically wrap long lines if wrap quotation is enabled
12300
12301 2001-10-09 [alfons]     0.6.3.claws4
12302
12303         * src/summaryview.c
12304                 select correct row when deleting last row in the summary view (and
12305                 close bug "[ #469104 ] select second last in list when deleting")
12306
12307 2001-10-09 [paul]       0.6.3claws3
12308
12309         * sync with sylpheed 0.6.3cvs1
12310                 updated some autotool scripts
12311
12312 2001-10-09 [darko]      0.6.3claws2
12313
12314         * src/gtkstext.[ch]
12315                 new name and mark with Sylpheed comment
12316         * src/compose.c
12317                 smart quotation wrapping a-la VIM
12318
12319 2001-10-08 [paul]       0.6.3claws1
12320
12321         * sync with sylpheed 0.6.3 release
12322                 see ChangeLog entry 2001-10-08
12323
12324 2001-10-08 [paul]       0.6.2claws24
12325
12326         * src/summaryview.c
12327                 more sync with sylpheed 0.6.2cvs12
12328                 Fixed the bug that didn't select the last row correctly
12329
12330
12331 2001-10-07 [paul]       0.6.2claws23
12332
12333         * sync with sylpheed 0.6.2cvs12
12334                 see ChangeLog entry 2001-10-07
12335
12336 2001-10-06 [match]
12337         * src/jpilot.[ch]
12338                 enable jpilot to read unsynch'ed addresses.
12339
12340         * src/editldap_basedn.c
12341                 fix segfault when opening dialog.
12342
12343 2001-10-06 [alfons]     0.6.2.claws22
12344
12345         * src/summaryview.c
12346                 fix bug with summary view selecting last *inserted*
12347                 node instead of last *visible* node. remember we
12348                 work with a tree
12349
12350 2001-10-06 [paul]       0.6.2claws21
12351
12352         * po/pt_BR.po
12353                 updated translation, contains some fixes and new
12354                 translations, submitted by Gustavo Noronha Silva
12355                 <kov@debian.org>
12356
12357         * src/prefs_common.c
12358                 change 'each' to 'every' - fix dubious English
12359
12360         * sync with sylpheed 0.6.2cvs11
12361
12362 2001-10-05 [alfons]     0.6.2claws20
12363
12364         * src/mainwindow.[ch], src/folderview.c
12365                 make composite tool button switch between "Compose News"
12366                 and "Compose Mail" depending on selected folder
12367                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12368
12369 2001-10-05 [paul]       0.6.2claws19
12370
12371         * src/mainwindow.c, src/summaryview.c
12372                 fix 'Message/Reply to all', broken in last commit
12373
12374         * src/compose.c
12375                 fix X_BEENTHERE seg fault, thanks to Alfons
12376
12377 2001-10-04 [paul]       0.6.2claws18
12378
12379         * src/compose.[ch], src/mainwindow.c
12380                 make "Message/Reply" reply to mailing lists; matches
12381                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12382                 based on portions of the patch submitted by
12383                 Junichi Uekawa <dancer@netfort.gr.jp>
12384
12385 2001-10-04 [darko]      0.6.2claws17
12386
12387         * src/compose.c
12388                 better smart wrapping
12389         * src/gtkstext.[hc]
12390                 a function to make text buffer contiguous
12391
12392 2001-10-03 [paul]       0.6.2claws16
12393
12394         * sync with sylpheed 0.6.2cvs10
12395
12396 2001-10-02 [alfons]
12397
12398         * configure.in
12399         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12400                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12401                 references to chinese translations (hope someone picks up
12402                 this)
12403
12404 2001-10-02 [christoph]  0.6.2claws15
12405
12406         * src/compose.c
12407                 fixed non translated header bug
12408         * ChangeLog.claws
12409                 fixed wrong date in alfons last entry ;)
12410
12411 2001-10-02 [alfons]     0.6.2claws14
12412
12413         * src/compose.c, src/prefs_common.[ch]
12414                 add block cursor option
12415
12416 2001-10-02 [paul]       0.6.2claws13
12417
12418         * sync with sylpheed 0.6.2cvs9
12419
12420 2001-09-30 [paul]       0.6.2claws12
12421
12422         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12423                 updated translations
12424
12425         * po/POTFILES.in
12426                 add 'src/importldif.c'
12427
12428         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12429                 added eudora-to-vCard conversion tool
12430                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12431
12432         * sync with sylpheed 0.6.2cvs8
12433
12434 2001-09-30 [paul]
12435
12436         * sylpheed-0.6.2claws released
12437
12438 2001-09-27 [melvin]     0.6.2claws11
12439
12440         * src/gtkspell.c
12441                 fixed crash when using default path (introduced 
12442                 in 0.6.2claws10)
12443                 fixed tiny bug for initial suggestion mode
12444
12445 2001-09-27 [melvin]     0.6.2claws10
12446         
12447         * src/gtkspell.c
12448                 fixed bug where gtkpspell didn't set the path correctly
12449
12450         * README.claws
12451                 added a paragraph about spell checking
12452                 
12453
12454
12455 2001-09-27 [paul]       0.6.2claws9
12456
12457         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12458                 replace '// comments' with '/* comments */' to prevent
12459                 some compiler warnings 
12460
12461         * sync with sylpheed 0.6.2cvs6
12462
12463 2001-09-26 [alfons]     0.6.2claws8
12464
12465         * src/messageview.c
12466                 introduce return receipt request notification again,
12467                 which was lost because of other semantics in 
12468                 procheader_parse() (???)
12469
12470 2001-09-26 [christoph]  0.6.2claws7
12471
12472         * src/compose.c
12473                 replace comments for old code with #if 0
12474                 readded auto cc, bcc and reply-to
12475         * src/prefs_matcher.c
12476         * src/prefs_scoring.c
12477                 removed some definition (was moved to
12478                 prefs.h)
12479
12480 2001-09-26 [paul]       0.6.2claws6
12481
12482         * src/mainwindow.c
12483                 make 'Follow-up and reply to' sensitive
12484
12485         * more sync with sylpheed 0.6.2cvs5
12486
12487 2001-09-25 [melvin]
12488
12489         * 0.6.2claws5
12490
12491         * src/gtkspell.c
12492                 fixed bug for "US-ASCII" introduced by the encoding code
12493
12494 2001-09-25 [paul]
12495
12496         * 0.6.2claws4
12497
12498         * src/prefs_common.[ch], src/summaryview.c
12499                 'next unread msg' 'go to next folder?' dialog can be
12500                 given default behaviour, either always show dialog,
12501                 or assume 'yes', or assume 'no'
12502                 Submitted by wwp <subscript@free.fr>
12503
12504 2001-09-25 [melvin]
12505                 
12506         * src/compose.c src/gtkspell.[ch]
12507                 added support for different encodings
12508
12509 2001-09-25 [paul]
12510
12511         * more sync with sylpheed 0.6.2cvs5
12512
12513 2001-09-24 [alfons]
12514         
12515         * src/prefs_folder_item.c
12516                 add check for item->prefs->default_to string is NULL and
12517                 add another check when freeing this string
12518
12519 2001-09-24 [paul]
12520
12521         * configure.in
12522                 change to version 0.6.2claws3
12523
12524         * sync with sylpheed 0.6.2cvs5 
12525
12526 2001-09-24 [match]
12527         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12528                 import LDIF files.
12529         * src/addrcache.[ch], addrindex.[ch]
12530                 small update for future
12531         * src/addrbook.c
12532                 fix test XML file.
12533
12534 2001-09-24 [melvin]
12535         * src/gtkspell.[ch]
12536                 added 'Learn from mistakes' option
12537                 better handling of quotes in checked words
12538                 sorted dict list
12539         * po/fr.po
12540                 small update for spell checking stuff
12541
12542 2001-09-23 [alfons]
12543         
12544         * src/gtkspell.c
12545                 edit a little bit so it complies more with main coding style
12546
12547 2001-09-23 [alfons]
12548
12549         * src/folder.[ch], prefs_folder_item.c, compose.c
12550                 migrate "request return receipt" folder property
12551                 to folderlist.xml
12552
12553 2001-09-22 [alfons]
12554
12555         * README.claws **NEW**
12556                 (add things of interest for users of main branch 
12557                 and claws here)
12558
12559         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12560                 re-implement threading per folder option, but store 
12561                 the setting in folderlist.xml (where it belongs)
12562
12563 2001-09-21 [melvin]
12564
12565         * src/gtkspell.[ch]
12566                 fixed bug when compose window is under another window
12567         * src/prefs_common.[ch] src/compose.c
12568                 changed 'dictionary_path' to 'dictionary' to be consistent
12569                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12570         * ac/pspell.m4 src/Makefile.am 
12571                 dropped PSPELL_PATH macro
12572         * po/fr.po
12573                 updated translations
12574
12575 2001-09-21 [christoph]
12576
12577         * src/compose.c
12578                 added border around header fields
12579                 keep header type when new field is added
12580
12581 2001-09-20 [christoph]
12582
12583         * src/utils.[ch]
12584                 more portable debug_print with source filename
12585                 and linenumber
12586         * src/procmsg.c
12587                 more newlines after debug messages
12588
12589 2001-09-20 [paul]
12590
12591         * configure.in
12592                 change to version 0.6.2claws2
12593
12594         * sync with sylpheed 0.6.2cvs3
12595
12596 2001-09-19 [melvin]
12597
12598         * src/gtkspell.c
12599                 fixed the post-right-click focus pb
12600                 fixed crash when 'Spell check all' after dict change 
12601                         and when cursor is at the end of the text
12602                 shift-right-click pops up config menu even on misspelled words.
12603         * po/POTFILES.in
12604                 added gtkspell.c
12605
12606 2001-09-19 [melvin]
12607
12608         * src/about.c
12609                 added pspell to compiled-in features list
12610
12611 2001-09-18 [melvin]
12612
12613         * switched to pspell and dropped ispell
12614         * ac/pspell.m4
12615                 new file. autoconf macro for pspell
12616         * ac/Makefile.am 
12617         * configure.in acconfig.h
12618                 added pspell support
12619         * src/Makefile.am
12620         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12621         * src/prefs_common.[ch] 
12622                 added pspell support
12623
12624 2001-09-18 [christoph]
12625
12626         * src/addr_compl.c
12627         * src/template.[ch]
12628                 replace LOG_MESSAGE with debug_print
12629         * src/compose.[ch]
12630                 gui improvements
12631         * src/menu.c
12632                 added newline after debug message
12633         * src/utils.h
12634                 using __VA_ARGS__ for debug_print macro
12635         * tools/.cvsignore
12636                 ignore Makefile and Makefile.in
12637
12638 2001-09-18 [paul]
12639
12640         * configure.in
12641                 change to version 0.6.2claws1
12642         * sync with sylpheed 0.6.2cvs1
12643
12644         * src/matcher.c 
12645         * src/prefs_matcher.c
12646                 add 'score equal to' option, submitted by
12647                 Paul Evans <nerd@freeuk.com>
12648
12649 2001-09-15 [christoph]
12650
12651         * src/mainwindow.c
12652                 comment out menu entry not existing in claws
12653         * src/menu.c
12654                 add debug output for non existing menu entries
12655         * src/summaryview.c
12656                 fix next/prev unread message for ignored threads
12657         * src/utils.[ch]
12658                 add sourcefile and line number to debug output
12659                 otherwise it is sometimes hard to find the
12660                 source code part if debug messages are translated
12661
12662 2001-09-14 [darko]
12663         
12664         * src/folderview.c
12665                 refresh target folder style after colour is changed
12666
12667 2001-09-13 [paul]
12668
12669         * configure.in
12670                 change to version 0.6.1claws3
12671
12672         * sync with sylpheed 0.6.1cvs6
12673
12674 2001-09-13 [darko]
12675         
12676         * src/folderview.c
12677                 fix target folder colourization to use user selected colour
12678
12679 2001-09-12 [darko]
12680         
12681         * src/summaryview.c
12682                 fix crash when message that is marked for copy/move is unmarked
12683
12684 2001-09-09 [paul]
12685
12686         * configure.in
12687                 change to version 0.6.1claws2
12688
12689         * sync with sylpheed 0.6.1cvs3
12690
12691 2001-09-09 [alfons]
12692         
12693         * src/folderview.c
12694                 fix bug with default font used for trash folder text
12695
12696 2001-09-06 [paul]
12697
12698         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12699                 updated translations
12700
12701         * configure.in
12702                 change to version 0.6.1claws1
12703
12704         * sync with sylpheed 0.6.1cvs2
12705
12706 2001-09-03 [paul]
12707
12708         * po/POTFILES.in
12709                 add Match's new addressbook
12710
12711         * po/de.po
12712                 updated translation submitted by Jens Oberender
12713
12714 2001-09-02 [paul]
12715
12716         * configure.in
12717                 change to 0.6.1claws
12718         * sync with sylpheed 0.6.1 release
12719
12720 2001-09-02 [paul]
12721
12722         * configure.in
12723                 change to 0.6.0claws2
12724
12725         * sync with sylpheed 0.6.0cvs4
12726
12727         * po/pt_BR.po
12728                 updated translation submitted by Fabio Junior Beneditto
12729
12730 2001-09-01 [match]
12731         * pixmaps/
12732                 interface.xpm
12733                 book.xpm
12734                 address.xpm
12735         * src/
12736                 Makefile.am
12737                 a ton of new files
12738
12739 2001-08-31 [paul]
12740
12741         * configure.in
12742                 change to version 0.6.0claws1
12743
12744         * sync with sylpheed 0.6.0cvs1
12745
12746         * po/es.po
12747                 updated translation submitted by Ricardo Mones Lastra
12748
12749         * po/POTFILES.in
12750                 add 'src/prefs_templates.c'
12751
12752         * src/compose.c, src/summaryview.c
12753                 fix segfault on 'Re_edit'               
12754
12755 2001-08-30 [alfons]
12756
12757         * configure.in, Makefile.am
12758         * tools/Makefile.am
12759                 add tools directory to source distribution
12760
12761 2001-08-30 [paul]
12762
12763         * configure.in
12764                 change to version 0.6.0claws
12765
12766         * sync with sylpheed 0.6.0 release
12767
12768 2001-08-30 [christoph]
12769
12770         * configure.in
12771                 removed autoconf version check
12772
12773 2001-08-30 [paul]
12774
12775         * src/account.c, src/compose.c, src/prefs_common.[ch]
12776         * src/procheader.[ch] src/utils.[ch]
12777                 Enhanced automatic account selection on replies
12778                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12779
12780         * configure.in
12781                 add LDAP and JPilot to the configuration results output.
12782
12783 2001-08-29 [christoph]
12784
12785         * src/summeryview.c
12786                 no bold font for ignored threads
12787
12788 2001-08-29 [paul]
12789
12790         * configure.in
12791                 change to version 0.5.3claws6
12792
12793         * sync with sylpheed 0.5.3cvs10
12794                 src/stringtable.[ch]: New Files
12795
12796         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12797         * src/pixmaps/sylpheed.xpm
12798                 add mini-icons to windows (by Alfons)
12799
12800 2001-08-27 [paul]
12801
12802         * src/mainwindow.c
12803                 new functions: next_labeled_cb(), prev_labeled_cb()
12804
12805         * src/summaryview.c
12806                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12807                 summary_select_next_labeled(), summary_select_prev_labeled()
12808
12809         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12810                 give claws blue folders and a blue trash can
12811
12812 2001-08-27 [paul]
12813
12814         * configure.in
12815                 change to version 0.5.3claws5
12816
12817         * sync with sylpheed 0.5.3cvs9
12818                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12819
12820 2001-08-24 [christoph]
12821
12822         * src/filesel.c
12823                 keep filename when browsing directories
12824                 (not working for user entered filename, but
12825                  for default name and selected filename from
12826                  file list)
12827         * src/mainwindow.c
12828                 fixed wrong spelling "Folllow-up"
12829         * src/mbox_folder.c
12830         * src/procmsg.c
12831         * src/summaryview.c
12832                 fixed new/unread message count with ignored
12833                 threads (2 commits, first didn't notice no
12834                 longer needed decreasing)
12835         * src/inc.c
12836                 readded scrolling of progress dialog
12837                 (lost in sync)
12838
12839 2001-08-24 [paul]
12840
12841         * configure.in
12842                 change to 0.5.3claws4
12843
12844         * sync with sylpheed 0.5.3cvs7
12845
12846 2001-08-24 [christoph]
12847
12848         * src/compose.c
12849                 set request return receipt when replying
12850                 if it is set is the folder prefs of the
12851                 message
12852         * src/inc.c
12853                 disable final error popup if popups are
12854                 disabled in config (again)
12855
12856 2001-08-23 [paul]
12857
12858         * configure.in
12859                 Change version number to 0.5.3claws3
12860
12861         * sync with sylpheed 0.5.3cvs5
12862
12863         * src/mimeview.c
12864                 double quote '%s' in 'gedit %s' to fix bug when
12865                 opening attachment with spaces in the name
12866
12867 2001-08-22 [alte]
12868         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12869           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12870                 initial message templates support
12871
12872
12873 2001-08-22 [paul]
12874
12875         * configure.in
12876                 change version number to 0.5.3claws2
12877
12878         * sync with sylpheed 0.5.3cvs4
12879
12880         * src/procmsg.h src/summaryview.c
12881                 re-implement (un)ignore thread
12882
12883 2001-08-21 [paul]
12884
12885         * src/summaryview.c
12886                 remove unnecessary code
12887         * src/compose.c
12888                 enable 'dynamic' signatures (submitted by
12889                 Eric Limpens <eric@hscg-internet.nl>)
12890
12891 2001-08-21 [paul]
12892
12893         clean up after sync with sylpheed 0.5.3 release
12894
12895         * src/folderview.c
12896                 fix re-introduced font mess, see Christoph's
12897                 entry 2001-06-24
12898
12899         * src/summaryview.c
12900                 remove prev_msgnum
12901                 use sylpheed's small font instead of
12902                 gtk default font for summary view
12903
12904
12905 2001-08-17 [paul]
12906
12907         * configure.in
12908                 add pl to ALL_LINGUAS - sync with main branch
12909
12910         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12911                 Updated. Translations by Jens Oberender, Ricardo Mones
12912                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
12913
12914         * po/pl.po  ** NEW FILE **
12915                 sync with the main branch
12916
12917         * src/folderview.c
12918                 fix target folder colorizing and refresh problem
12919
12920
12921 2001-08-17 [christoph]
12922
12923         * src/mainwindow.c
12924                 claws uses 4 colors for target folder coloring.
12925                 arrays were not long enough and destroyed the
12926                 stack causing a segfault.
12927                 target folder colorizing does not work anymore
12928                 for me
12929
12930 2001-08-16 [paul]
12931
12932         * configure.in
12933                 change to version 0.5.3claws1
12934
12935         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
12936           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
12937           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
12938
12939                 sync with sylpheed 0.5.3 release, but keep claws method of
12940                 configuring/saving fonts
12941
12942         * src/addressbook.[ch]
12943                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
12944                 in line with a similar change in Hiroyuki's branch
12945
12946         * src/mainwindow.[ch]
12947                 disable main_window_set_thread_option()
12948         * src/prefs_folder_item.c
12949                 comment out &tmps_prefs.enable_thread,
12950         * src/mbox_folder.c, src/procmsg.[ch]
12951                 comment out MSG_IS_IGNORE_THREAD
12952         * src/summaryview.c
12953                 comment out summary_ignore_thread() and summary_unignore_thread()
12954                 comment out MSG_IS_IGNORE_THREAD
12955
12956                 use Hiroyuki's threading instead.
12957
12958
12959
12960 2001-08-15 [paul]
12961
12962         * src/account.c
12963                 use Hiroyuki's 0.5.3 column scheme but also
12964                 include the enable/disable button.
12965         * src/pixmaps/mark.xpm
12966                 add Hiroyuki's amended pixmap
12967
12968 2001-08-13 [christoph]
12969
12970         * src/account.c
12971                 receive at get all column showed wrong state for APOP
12972                 button should only work for POP3 and APOP accounts
12973         * src/prefs_account.c
12974                 added missing preprocessor statement for SSL
12975
12976 2001-08-12 [paul]
12977
12978         * src/account.[ch]
12979                 add 'receive at get all' column and enable/disable
12980                 button.
12981
12982 2001-08-06 [christoph]
12983
12984         * src/account.c
12985                 show usage of SSL in protocol column
12986
12987         * src/imap.c
12988         * src/inc.c
12989                 renamed ssl options
12990
12991         * src/prefs_account.[ch]
12992                 moved ssl options to a new page
12993
12994         * src/send.c
12995         * src/smtp.c
12996         * src/ssl.[ch]
12997                 renamed ssl options
12998                 added support for SMTP STARTTLS command
12999
13000 2001-08-05 [christoph]
13001
13002         * configure.in
13003                 debian autoconf needs version check to find
13004                 correct autoconf version. if the file is
13005                 named configure.in 2.13 is used, which does
13006                 not work with this configure.in script.
13007                 other solution would be to rename the script
13008                 to configure.ac as suggested in the autoconf
13009                 manual.
13010
13011         * src/inc.c
13012                 disable final error popup if popups are
13013                 diabled in config
13014
13015         * src/socket.c
13016                 bugfix in ssl_gets
13017                 fixes IMAP over SSL problem
13018
13019 2001-08-03 [paul]
13020
13021         * configure.in
13022                 change to 0.5.2claws1
13023
13024         * sync with sylpheed 0.5.2cvs1
13025
13026 2001-08-02 [alfons]
13027
13028         * configure.in
13029                 quick fix for ispell detection...
13030
13031 2001-08-01 [paul]
13032
13033         * configure.in
13034                 change to 0.5.1claws4
13035
13036         * sync with sylpheed 0.5.1cvs7
13037
13038 2001-07-31 [alfons]
13039
13040         * src/prefs_common.c, src/prefs_common.h, 
13041           src/gtkspell.c, src/gtkspell.h
13042                 add global spelling checker settings (compose tab) +
13043                 selection of dictionary 
13044           
13045         * configure.in  
13046                 guess valid ispell location
13047
13048 2001-07-31 [paul]
13049
13050         * po/POTFILES.in
13051                 removal of 'src/quote_fmt_parse.c'
13052         * po/de.po
13053                 Updated de.po
13054                 (submitted by Jens Oberender <didge@suse.de>)
13055
13056 2001-07-31 [darko]
13057
13058         * src/folder.[ch]
13059         * src/folderview.[ch]
13060         * src/mainwindow.c
13061         * src/mh.c
13062         * src/prefs_common.[ch]
13063         * src/summaryview.c
13064                 target folder colourization
13065
13066 2001-07-30 [paul]
13067
13068         more sync with Sylpheed 0.5.1cvs6 
13069
13070 2001-07-30 [darko]
13071
13072         * src/mh.c
13073         * src/prefs_folder_item.[hc]
13074         * src/summaryview.c
13075                 shared folders support with a GUI
13076
13077 2001-07-29 [paul]
13078
13079         0.5.1claws3
13080
13081         * sync with Sylpheed 0.5.1cvs6
13082
13083 2001-07-29 [paul]
13084
13085         * po/pt_BR.po
13086                 updated
13087                 (submitted by Fabio Junior Beneditto)
13088
13089 2001-07-28 [paul]
13090
13091         * src/procmime.c
13092         * AUTHORS
13093                 patch to correct bad image mime headers
13094                 (submitted by Don Quijote <dq@searchlores.org>)
13095
13096 2001-07-28 [paul]
13097
13098         * tools/gif2xface.pl   **NEW FILE**
13099         * tools/README
13100                 script to convert file.gif to file.xface for
13101                 use in a custom header.
13102                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13103
13104 2001-07-27 [alfons]
13105         
13106         * configure.in
13107                 change macros for detecting JPilot and LDAP
13108
13109 2001-07-27 [christoph]
13110
13111         * src/filtering.c
13112                 code cleanup (MIN / MAX warning, needed casting)
13113
13114 2001-07-27 [alfons]
13115
13116         * procheader.c
13117                 disallow setting flags when detecting certain headers
13118                 (X-Status, Status, Seen, X-Seen). 
13119         
13120         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13121
13122 2001-07-27 [christoph]
13123
13124         * src/prefs_filter.c
13125         * src/prefs_filtering.c
13126         * src/prefs_matcher.c
13127         * src/prefs_scoring.c
13128                 scroll list when moving rows up or down
13129
13130         * src/imap.c
13131         * src/imap.h
13132         * src/prefs_account.c
13133         * src/prefs_account.h
13134         * src/send.c
13135                 SMTP over SSL (untested, feedback requested)
13136                 IMAP over SSL
13137
13138         * src/ssl.c
13139                 code cleanup
13140
13141 2001-07-26 [alfons]
13142         
13143         * configure.in, acconfig.h
13144                 define CLAWS (need this for main / claws detection)
13145
13146 2001-07-25 [alfons]
13147
13148         * configure.in
13149                 Sylpheed 0.5.1claws2
13150                 
13151         * sync with Sylpheed 0.5.1cvs4
13152
13153 2001-07-25 [christoph]
13154
13155         * src/scoring.c
13156                 fixed segfault
13157                 item->prefs == NULL (don't know why)
13158
13159 2001-07-25 [alfons]
13160
13161         * configure.in
13162                 Sylpheed 0.5.1claws1
13163
13164         * sync with Sylpheed 0.5.1cvs1-3
13165
13166 2001-07-24 [christoph]
13167
13168         * src/folderview.c
13169         * src/prefs_folder_item.[ch]
13170                 added folderitem preferences dialog with
13171                 default To: and auto request return receipt
13172
13173         * src/compose.[ch]
13174         * src/menu.[ch]
13175                 changes to handle new folderitem preferences
13176
13177         * src/mainwindow.c
13178         * src/summaryview.c
13179                 call compose new mail with current folderitem
13180
13181 2001-07-24 [alfons]
13182
13183         Release Sylpheed 0.5.1claws
13184
13185         * configure.in
13186                 change to release version 0.5.1claws
13187
13188 2001-07-24 [christoph]
13189
13190         * src/summaryview.c
13191                 fixed segfault that happend when the selected
13192                 message was removed while retrieving new messages.
13193
13194         * po/es.po
13195                 updated translation
13196                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13197
13198 2001-07-22 [alfons]
13199
13200         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13201         this is a work in progress, for more information: http://nlpagan.net/sylman 
13202         
13203         * configure.in, src/mainwindow.c, manual/Makefile.am
13204                 add support for English manual
13205
13206         * AUTHORS
13207                 add authors of user manuals
13208
13209         * manual/en/sylpheed*.html
13210                 add English documentation
13211
13212 2001-07-22 [christoph]
13213
13214         * po/POTFILES.in
13215                 added src/ssl.c
13216         * src/ssl.c
13217                 changed a wrong debug message
13218
13219 2001-07-22 [alfons]
13220
13221         * po/nl.po
13222                 update Dutch translation
13223
13224         * src/prefs_filtering.c, 
13225           src/prefs_matcher.c
13226                 add more translatable strings           
13227
13228 2001-07-21 [alfons]
13229
13230         0.5.0claws7
13231
13232         * configure.in
13233                 change version
13234
13235         * src/inc.c, src/summaryview.[ch]
13236                 prevent update of mark file when filtering has done, by
13237                 using a variable; this affects two functions:
13238                         inc.c::inc_finished()
13239                         summaryview.c::summary_show()
13240
13241 2001-07-20 [alfons]
13242
13243         * src/filtering.[ch], src/prefs_filtering.c, 
13244           src/matcher.[ch]
13245                 add filtering action for label coloring 
13246
13247         * po/POTFILES.in
13248                 add labelcolors.c
13249
13250         * added src/labelcolors.c
13251         * added src/labelcolors.h
13252         * src/Makefile.am, src/summaryview.c
13253                 rearrange label coloring code
13254
13255         * src/procmsg.h
13256                 add more parentheses so label colouring works correctly
13257
13258         * src/filtering.c
13259                 don't really delete message, but move it to Trash
13260
13261         * src/prefs_matcher.c
13262                 add quote options to info dialog
13263
13264 2001-07-20 [christoph]
13265
13266         * src/Makefile.am
13267         * src/inc.c
13268         * src/main.[ch]
13269         * src/socket.h
13270         * src/ssl.[ch] (new)
13271                 moved ssl stuff to a seperate file
13272
13273 2001-07-20 [darko]
13274
13275         * src/summaryview.c
13276                 fix show sender using address book with no e-mail
13277                 address in From: field
13278
13279 2001-07-19 [alfons]
13280
13281         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13282                 fix messy handling of escaping... now at least the
13283                 execute command is useful. escape char is '\', we
13284                 accept \n and \r too. 
13285
13286                 Real life example:
13287                 
13288                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13289                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13290
13291 2001-07-18 [alfons]
13292
13293         0.5.0claws6
13294
13295         * src/summaryview.c
13296                 clean up
13297
13298         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13299           src/procmsg.[ch]
13300                 revise filtering; currently move, copy, marking have
13301                 been tested. if you like bleeding edge stuff, you
13302                 should definitely go for this version :)
13303
13304         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13305
13306 2001-07-17 [christoph]
13307
13308         * src/utils.c
13309                 timestamp log
13310
13311 2001-07-17 [alfons]
13312
13313         0.5.0claws5
13314
13315         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13316           bits in the mark file, without affecting either branch. Lots of
13317           files changed, also in claws branch.
13318
13319           UNTESTED: use of mbox folders
13320
13321         * src/summaryview.c
13322                 added mark all read; however this was a quick hack used for
13323                 cleaning up mess after initial merge with Hiroyuki
13324
13325         * configure.in
13326                 change claws version number back to 0.5.0claws5 to clear up 
13327                 confusion & pretension (recent release was technically 
13328                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13329
13330 2001-07-16 [alfons]
13331
13332         sync with Hiroyuki's 0.5.0cvs4
13333
13334 2001-07-16 [alfons]
13335
13336         0.5.1claws3
13337
13338         * src/filtering.[ch]
13339                 remove invalid updating of mark files for 
13340                 filter actions MATCHING_ACTION_MOVE and 
13341                 MATCHING_ACTION_DELETE; this should fix the
13342                 folder update bug
13343                 
13344         * src/procmsg.c
13345                 revert Christoph's stab at fixing the folder 
13346                 update bug
13347
13348         * po/POTFILES.in
13349                 add missing files with translatable strings
13350
13351         * src/summaryview.c
13352                 remove debug print
13353
13354 2001-07-15 [alfons]
13355
13356         * src/addr_compl.[ch], src/prefs_filtering.c
13357                 make "filtering pref dialog's destination entry" an
13358                 "address completable entry", if filter destination is 
13359                 an email address
13360
13361         0.5.1claws2
13362         
13363         sync with Hiroyuki's 0.5.0cvs2-3
13364
13365 2001-07-15 [christoph]
13366
13367         * src/procmsg.c
13368                 fixed folder stats update after incorporation
13369
13370 2001-07-15 [alfons]
13371
13372         * src/summaryview.c
13373                 * finish label colouring stuff (for now)
13374                 * fix incorrect colour bug (off by one) 
13375
13376 2001-07-14 [alfons]
13377
13378         * src/mainwindow.c
13379                 change text labels for news and mail message so there's
13380                 plenty of toolbar estate left
13381
13382         * configure.in
13383                 0.5.1claws1
13384
13385         * src/folderview.c
13386           src/folder.[ch]
13387                 sync with Hiroyuki's 0.5.0cvs1
13388
13389         * src/summaryview.c
13390                 more rewrite label colouring
13391
13392 2001-07-14 [alfons]
13393
13394         * src/summaryview.[ch]
13395                 * start rewrite label colouring 
13396                 * fix proper location "Add Sender To Addressbook" menu item
13397
13398 2001-07-13
13399
13400         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13401         (actually this is 0.5.0claws4)
13402
13403 2001-07-13 [alfons]
13404
13405         * po/pt_BR.po
13406                 * fix duplicate message
13407                 * add updated Portugese / Brazilian translation
13408                   submitted by Fabio Junior Beneditto
13409
13410 2001-07-12 [alfons]
13411
13412         * AUTHORS
13413                 add Jens
13414
13415         * po/nl.po
13416                 add updated Dutch translation
13417
13418         * po/de.po
13419                 add updated German translation submitted by Jens
13420
13421 2001-07-11 [alfons]
13422
13423         Prerelease before 0.5.0claws. Please test.
13424         This version is temporarily tagged as VERSION_0_5_0_TEST
13425
13426         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13427           src/prefs_scoring.c, src/prefs_matcher.c, 
13428           src/prefs_filtering.c, src/mbox.c, 
13429           src/main.c, src/inc.c, src/filtering.[ch]
13430                 revert new Hoa's new matcher (does not work yet)
13431
13432         * src/Makefile.am
13433                 clean up
13434
13435 2001-07-10
13436
13437         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13438
13439
13440 2001-07-10 [alfons]
13441
13442         * Makefile.am
13443                 add ChangeLog.claws to EXTRA_DIST
13444         * src/Makefile.am
13445                 add matcher_parser_parse.h to EXTRA_DIST
13446
13447 2001-07-10 [christoph]
13448
13449         * src/inc.c
13450                 add destination folder to table of
13451                 folders that need to be updated after
13452                 incorporation
13453
13454 2001-07-10 [alfons]
13455
13456         * folder.[ch]
13457           folderview.c
13458                 make collapse state of folders and folder items persistent, i.e.
13459                 if you collapse a folder tree, the next time sylpheed-claws starts 
13460                 up the folder tree remains collapsed.  
13461                 
13462 2001-07-10 [christoph]
13463
13464         * acconfig.h
13465         * configure.in
13466                 added --enable-ssl
13467         * src/md5.[ch]
13468                 renamed MD5_CTX to MD5_CTX_syl
13469                 conflicts with a struct in openssl
13470         * src/inc.c
13471         * src/main.[ch]
13472         * src/prefs_account.[ch]
13473         * src/socket.[ch]
13474                 SSL support for POP
13475         * src/mainwindow.c
13476                 fixed compose with current account
13477                 broken by new compose button stuff
13478
13479 2001-07-09 [hoa]
13480
13481         * AUTHORS
13482                 changed my email address
13483
13484         * src/matcher_parser_parse.y
13485                 clean the parser to remove conflicts
13486
13487 2001-07-09 [alfons]
13488
13489         * AUTHORS
13490                 add Match Grun
13491
13492         * configure.in
13493                 fix incorrect description of --enable-ldap parameter
13494
13495         * src/prefs_common.[ch]
13496           src/compose.c
13497                 add experimental option "smart wrapping" which makes the
13498                 compose editor auto wrap.
13499                 
13500                 | TODO: the problem with the buggy cursor handling is caused |
13501                 | by the GtkText. when deleting / backspacing text its       |
13502                 | wrapping algorithm does not take in account the previous   |
13503                 | line. should find a way to hack this in.                   |
13504                 | or should perhaps combine this with the word wrapping      |
13505                 | patch i wrote in january.                                  |
13506
13507         * src/about.c
13508                 show build parameters for LDAP and JPilot
13509
13510         * src/summaryview.c
13511                 revert Christoph's bugfix for selecting next unread message, 
13512                 because folder stats aren't updated correctly
13513
13514 2001-07-08 [hoa]
13515
13516         * src/filtering.c
13517         * src/mainwindow.c
13518         * src/matcher.c
13519         * src/matcher_parser_lex.l
13520         * src/matcher_parser_parse.y
13521         * src/prefs_filtering.c
13522         * src/prefs_scoring.c
13523         * src/scoring.c
13524                 bugfix of the config file parser
13525
13526 2001-07-08 [alfons]
13527
13528         * src/Makefile.am
13529                 added generated matcher sources to BUILT_SOURCES
13530
13531 2001-07-08 [hoa]
13532
13533         * src/Makefile.am
13534         * src/.cvsignore
13535                 added new config file parser
13536
13537         * src/scoring.[ch]
13538         * src/filtering.[ch]
13539         * src/matcher.[ch]
13540         * src/prefs_filtering.c
13541         * src/prefs_matcher.c
13542         * src/prefs_scoring.c
13543         * added src/matcher_parser.h
13544         * added src/matcher_parser_lex.h
13545         * added src/matcher_parser_lex.l
13546         * added src/matcher_parser_parse.y
13547                 lex & yacc config file parser
13548
13549         * src/mbox.c
13550         * src/inc.c
13551         * src/main.c
13552                 changes prefs_filtering into global_filtering           
13553
13554         * src/summaryview.c
13555                 build threads with subjects only if "Re: " is at the
13556                 beginning of the subject
13557
13558 2001-07-07 [paul]
13559
13560         0.5.0claws
13561
13562         sync with sylpheed 0.5.0
13563                 change of version number only
13564
13565 2001-07-06 [paul]
13566
13567         0.5.0claws5
13568
13569         sync with sylpheed 0.5.0pre5
13570
13571 2001-07-05 [paul]
13572
13573         sync with sylpheed 0.5.0pre4 release
13574                 /po and /manual/ja not sync'ed
13575
13576 2001-07-04 [paul]
13577
13578         more sync with sylpheed 0.5.0pre4
13579
13580 2001-07-03 [christoph]
13581
13582         * src/addressbook.c
13583                 fixed address book broken by address book
13584                 for VCard, JPilot, LDAP
13585
13586 2001-07-03 [alfons]
13587
13588         * src/matcher.c
13589         * src/textview.c
13590                 stopped memory leaks
13591
13592 2001-07-03 [paul]
13593
13594         more sync with sylpheed 0.5.0pre4
13595
13596 2001-07-02 [match]
13597
13598         * included address book patch for VCard, JPilot, LDAP
13599         * pref_common.c - fixed Font options on Display tab (cosmetic)
13600         * alertpanel.c - fixed truncated message
13601
13602 2001-07-02 [christoph]
13603
13604         * src/mbox_folder.c
13605         * src/procmsg.[ch]
13606         * src/summaryview.c
13607                 mark threads for ignoring
13608
13609 2001-07-02 [paul]
13610
13611         0.5.0claws4
13612
13613         * sync with sylpheed 0.5.0pre4
13614                 updated gettext to 0.10.38.
13615
13616 2001-07-01 [paul]
13617
13618         * src/ mainwindow.c
13619         * src/procmsg.h
13620         * src/summaryview.[ch]
13621                 new right-click option: Label.
13622                 substitute for 'Mark-->Mark/Unmark', colours the line.
13623                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13624
13625 2001-07-01 [christoph]
13626
13627         * src/folderview.c
13628                 fixed font for trash
13629         * src/summaryview.c
13630                 move ctree to unread message
13631
13632 2001-07-01 [paul]
13633
13634         * sync with sylpheed 0.5.0pre3 release
13635
13636 2001-06-30 [alfons]
13637
13638         * src/filesel.[ch]
13639         * src/compose.c
13640                 allow inserting / attaching multiple files in
13641                 the composer window
13642
13643 2001-06-30 [paul]
13644
13645         * src/codeconv.c
13646                 small change to Alfons' previous stuff so that it
13647                 actually makes
13648
13649 2001-06-30 [alfons]
13650
13651         * lots of files changed; first attempt to merge the changes
13652           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13653
13654 2001-06-30 [paul]
13655
13656         * po/pt_BR.po
13657                 updated and completed, translations by Fabio
13658                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13659
13660 2001-06-29 [alfons]
13661
13662         * src/compose.c
13663         * src/mimeproc.[ch]
13664                 allow selecting an attached files' mime type from a 
13665                 list of types.
13666
13667 2001-06-29 [paul]
13668
13669         * more sync with sylpheed 0.5.0pre3
13670
13671 2001-06-29 [paul]
13672
13673         * po/pt_BR.po
13674                 merge with sylpheed.pot and pt_BR.po provided by
13675                 Fabio Junior Beneditto.
13676
13677 2001-06-29 [darko]
13678
13679         * src/procmime.c
13680                 make MIME types case insensitive
13681
13682 2001-06-28 [alfons]
13683
13684         * po/nl.po
13685                 merge with sylpheed.pot and old nl.po; translations added.
13686
13687 2001-06-28 [paul]
13688
13689         * more sync with sylpheed 0.5.0pre3
13690
13691 2001-06-27 [alfons]
13692
13693         * src/summaryview.c
13694                 don't crash when removing parent node of messages
13695                 attracted by subject. this was caused by not deleting
13696                 the parent node from the subject line hash table.
13697
13698 2001-06-27 [alfons]
13699
13700         * src/summaryview.c
13701         * src/compose.[ch]
13702         * src/mainwindow.c
13703                 if there are multiple messages selected, allow forwarding
13704                 them as attachments.
13705
13706 2001-06-27 [paul]
13707
13708         * more sync with sylpheed 0.5.0pre3
13709
13710 2001-06-26 [paul]
13711
13712         0.5.0claws3
13713
13714         * sync with sylpheed 0.5.0pre3
13715
13716 2001-06-25 [paul]
13717
13718         * src/mainwindow.c
13719                 fixed 'compose news article' bug
13720                 from icon-and-text toolbar
13721
13722 2001-06-25 [paul]
13723
13724         * sync with sylpheed 0.5.0pre2 release
13725
13726 2001-06-24 [christoph]
13727
13728         * src/prefs_common.c
13729                 bug fix in font selection
13730         * src/folderview.c
13731                 use sylpheed's normal font instead of
13732                 gtk default font for folders without
13733                 new messages
13734
13735 2001-06-24 [alfons]
13736
13737         * src/mainwindow.[ch]
13738                 added composite compose mail / news button (an idea by Leandro
13739                 Pereira <leandro@linuxmag.com.br>)
13740
13741 2001-06-24 [paul]
13742
13743         Added instructions for ldif-to-xml.py
13744
13745         * tools/README
13746
13747 2001-06-23 [alfons]
13748
13749         Some minor things.
13750
13751         * src/pixmaps/stock_news_compose.xpm
13752                 added pixmap by Leandro
13753         * src/prefs_common.c
13754                 tested built-in spelling checker of GCC 3.0 :)
13755         * po/nl.po
13756                 merged dutch translation of sylpheed-main with
13757                 sylpheed.pot
13758
13759 2001-06-23 [paul]
13760
13761         Added tools directory and files.
13762
13763         * tools/filter_conv.pl
13764                 converts old filter system to new filtering system
13765         * tools/ldif-to-xml.py
13766                 converts netscape addressbook to sylpheed addressbook
13767         * tools/README
13768                 descriptions/instructions for above two files
13769
13770 2001-06-23 [christoph]
13771
13772         * src/inc.c
13773         * src/manage_window.[ch]
13774         * src/prefs_common.[ch]
13775                 mail retrieval dialog can be enabled, disabled
13776                 or hidden if non of sylpheed's windows is active
13777
13778 2001-06-22 [paul]
13779
13780         0.5.0claws2
13781
13782         * sync with sylpheed 0.5.0pre2
13783
13784 2001-06-21 [christoph]
13785
13786         * src/summaryview.c
13787                 show recipient on 'from' for all accounts
13788                 
13789         * src/inc.c
13790         * src/prefs_common.[ch]
13791                 disable error popup on mail receive errors
13792
13793 2001-06-21 [alfons]
13794
13795         * src/compose.c
13796                 made the ruler correctly appear and disappear.
13797
13798         * src/Makefile.am
13799                 removed Hoa's work-in-progress-stuff (interesting!) so 
13800                 claws compiles ok.
13801
13802 2001-06-20 [christoph]
13803
13804         * src/inc.c
13805         * src/progressdialog.c
13806                 added scrolled window for list in progressdialog
13807
13808 2001-06-20 [paul]
13809
13810         sync with sylpheed 0.5.0pre1 release
13811
13812 2001-06-20 [christoph]
13813
13814         * src/summeryview.c
13815                 make building threads by subject work when
13816                 thread view is enabled
13817                 
13818         * src/compose.c
13819         * src/prefs_common.[ch]
13820                 automatically select account for mail replys
13821
13822 2001-06-19 [sergey]
13823
13824         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13825         they are filled in from the account settings.
13826
13827 2001-06-19 [paul]
13828
13829         * more sync with sylpheed 0.5.0pre1
13830
13831 2001-06-18 [alfons]
13832
13833         * src/Makefile.am,
13834           src/procmime.c
13835                 added --sysconfdir to CPPFLAGS for pointing to the correct
13836                 location of mime.types. 
13837
13838                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13839                 or ./configure!
13840
13841 2001-06-18 [hoa]
13842
13843         * src/summaryview.c
13844                 fixed some bug when building threads
13845
13846 2001-06-18 [pau]l
13847
13848         * src/prefs_account.c
13849                 UI stuff: More changes to the English
13850
13851 2001-06-18 [paul]
13852
13853         * src/pixmaps/stock_news_compose.xpm: new file
13854         * src/Makefile.am
13855         * src/mainwindow.c
13856         * src/summaryview.c
13857                 Added new icon for Hoa's 'compose a news
13858                 message', plus minor improvements to the
13859                 English
13860
13861         * po/ja.po
13862         * ChangeLog
13863         * ChangeLog.jp
13864                 more sync with sylpheed 0.5.0pre1
13865
13866 2001-06-18 [hoa]
13867
13868         * src/compose.[ch]
13869         * src/mainwindow.c
13870                 Follow-up and reply to
13871
13872         * src/summaryview.[ch]
13873                 Build threads also with subjects
13874
13875 2001-06-17 [hoa]
13876
13877         * src/compose.c
13878                 forwarding use the current account.
13879
13880         * src/mainwindow.c
13881                 the "compose message" button has been replaced with
13882                 "new mail" and "new news" buttons
13883
13884         * src/prefs_common.[ch]
13885                 added a configuration option to use the forward button
13886                 as "forward as attachment"
13887                 changed reply and forward format description
13888
13889         * src/quote_fmt_lex.l
13890         * src/quote_fmt_parse.y
13891                 added message with no signature in format for reply
13892                 and forward.
13893
13894 2001-06-17 [paul]
13895
13896         Minor UI stuff
13897
13898         * src/mainwindow.c
13899         * src/summaryview.c
13900                 Improvements to the English
13901
13902         * src/prefs_common.c
13903                 Improvements to the English and some
13904                 clarity/continuity improvements in the
13905                 description of Quote symbols.
13906
13907 2001-06-17 [paul]
13908
13909         0.5.0claws1
13910
13911         * sync with sylpheed 0.5.0pre1
13912
13913 2001-06-17 [hoa]
13914
13915         * src/compose.c
13916                 Better interface for compose, displayed fields
13917                 are updated whenever we change account.
13918                 Newsgroups field is automatically filled.
13919
13920         * src/mainwindow.c
13921                 Newsgroups field is automatically filled.
13922
13923         * src/prefs_account.c
13924                 Some interface stuff when fields appear and
13925                 disappear.
13926
13927 2001-06-16 [paul]
13928
13929         0.4.99claws
13930
13931         * sync with sylpheed 0.4.99
13932
13933 2001-06-16 [sergey]
13934
13935         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
13936         base64_decoder_free, base64_decoder_decode): new object and
13937         functions for decoding base64 streams.
13938         * src/procmime.c (procmime_decode_content): modified to use the
13939         new base64 decoder.
13940
13941 2001-06-15 [paul]
13942
13943         0.4.99claws10
13944
13945         * sync with sylpheed 0.4.99cvs11
13946
13947 2001-06-13 [paul]
13948
13949         0.4.99claws9
13950
13951         * sync with sylpheed 0.4.99cvs9
13952
13953 2001-06-13 [hoa]
13954
13955         * src/compose.c
13956         * src/prefs_account.c
13957
13958                 SMTP server can be defined in the news account
13959                 mime type of attachment are kept.
13960
13961         * src/summaryview.c
13962
13963                 now choose the highest important score between default
13964                 and important score of folder.
13965
13966 2001-06-09 [alfons]
13967         
13968         * src/prefs_common.c: 
13969
13970                 (prefs_quote_description_create): corrected description of 
13971                 quote format characters
13972
13973 2001-06-09 [paul]
13974
13975         0.4.99claws8
13976
13977         * sync with sylpheed 0.4.99cvs8
13978
13979 2001-06-08 [sergey]
13980
13981         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
13982         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
13983
13984 2001-06-08 [paul]
13985
13986         0.4.99claws7
13987
13988         * sync with sylpheed 0.4.99cvs7
13989
13990 2001-06-06 [sergey]
13991
13992         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
13993         clashes with autogenerated header).
13994         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
13995         * src/Makefile.am: added quote_fmt.h.
13996         * src/.cvsignore: added lex/yacc autogenerated files
13997         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
13998
13999 2001-06-06 [paul]
14000
14001         0.4.99claws6
14002
14003         * sync with sylpheed 0.4.99cvs6
14004
14005 2001-06-06 [hoa]
14006
14007         * added src/quote_fmt_parse.h
14008         * src/compose.c
14009                 removed warnings
14010
14011         * src/prefs.[ch]
14012                 don't modify readonly configuration files
14013
14014         * src/prefs_account.c
14015         * src/prefs_common.c
14016         * src/prefs_customheader.c
14017         * src/prefs_display_header.c
14018         * src/prefs_filter.c
14019         * src/prefs_filtering.c
14020         * src/prefs_scoring.c
14021                 don't open dialog box when configuration files
14022                 are readonly
14023
14024 2001-06-05 [sergey]
14025
14026         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14027
14028         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14029         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14030         BUILT_SOURCES to make all files rebuild properly.
14031
14032         * src/compose.c: removed #include "quote_fmt.tab.h".
14033
14034         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14035         CHARACTER value in yylval.
14036
14037         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14038         receive CHARACTER value by documented means (yylval).
14039
14040         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14041
14042 2001-06-05 [hoa]
14043
14044         * src/Makefile.am
14045                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14046
14047         * src/filtering.c
14048         * src/matcher.c
14049         * src/matcher.h
14050         * src/prefs_filtering.c
14051                 now keep the configuration for execute action
14052
14053         * src/mbox_folder.c
14054                 fixed a warning
14055
14056 2001-06-05 [paul]
14057
14058         * sync with sylpheed 0.4.99cvs5
14059
14060 2001-06-05 [hoa]
14061
14062         * src/Makefile.am
14063                 added quote_fmt.[ch]
14064
14065         * added src/quote_fmt.y
14066         * added src/quote_fmt.l
14067         * added src/quote_fmt.tab.h
14068         * added src/quote_fmt.tab.c
14069         * added src/lex.quote_fmt.c
14070                 parsing configuration for replying
14071                 and forwarding
14072
14073         * src/prefs_common.[ch]
14074                 added configuration UI for replying
14075                 and forwarding
14076
14077         * src/compose.c
14078                 using configuration for replying
14079                 and forwarding
14080
14081 2001-06-04 [hoa]
14082
14083         * src/filtering.c
14084         * src/matcher.c
14085         * src/matcher.h
14086         * src/prefs_filtering.c
14087         * src/prefs_matcher.c
14088         * src/prefs_matcher.h
14089                 action "run a command" for filtering
14090                 and matching with a command.
14091                 fixed the "whole message" matching
14092
14093         * src/mbox_folder.c
14094                 changed temporary filename for security
14095
14096         * src/messageview.c
14097                 queue the notification if it fails to send.
14098
14099         * src/prefs_common.c
14100         * src/prefs_folder_item.c
14101                 changed the default important score             
14102
14103         * src/prefs_scoring.c
14104         * src/scoring.c
14105                 hide kill score input when the folder is not
14106                 a newsgroup
14107
14108 2001-06-03 [alfons]
14109
14110         * src/prefs_common.c:
14111
14112                 (prefs_font_select): pass font name in font entry box to font
14113                 selection dialog.
14114
14115 2001-06-03 [sergey]
14116
14117         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14118
14119 2001-06-03 [paul]
14120
14121         * sync with sylpheed 0.4.99cvs4
14122
14123 2001-06-03 [alfons]
14124
14125         * src/headerwindow.c:
14126
14127                 (headerwindow_show_cb): use the selected summary view item, not
14128                 the displayed item.
14129
14130 2001-06-02 [alfons]
14131
14132         * src/headerwindow.c:
14133
14134                 (headerwindow_show_cb): always try to show msginfo
14135
14136 2001-06-02 [hoa]
14137
14138         * src/compose.c
14139                 keep attached parts when reediting or forwarding.
14140
14141 2001-06-01 [hoa]
14142
14143         * src/folderview.c
14144         * src/prefs_folder_item.[ch]
14145         * src/prefs_scoring.[ch]
14146         * src/scoring.[ch]
14147         * src/summaryview.[ch]
14148         * src/main.c
14149         * src/mainwindow.c
14150         * src/prefs_common.[ch]
14151                 support for folder scoring
14152                 kill score and important score for messages
14153         
14154         * src/prefs_account.c
14155                 some display bug fixed for local account
14156                 preferences
14157
14158 2001-05-31 [alfons]
14159
14160         * src/summaryview.c:
14161
14162                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14163                 sender to address book menu item is disabled.
14164
14165 2001-05-30 [hoa]
14166
14167         * src/filtering.[ch]
14168         * src/summaryview.c
14169                 handling summary menu / filter messages
14170
14171         * src/folder.[ch]
14172                 add some stuff
14173
14174         * src/foldersel.c
14175                 imap folders now appears in list
14176
14177         * src/mbox_folder.c
14178                 doesn't crash if destination mail is not writeable
14179
14180 2001-05-29 [hoa]
14181
14182         * src/compose.c
14183                 removed some warnings
14184
14185         * src/filtering.c
14186         * src/folder.[ch]
14187         * src/prefs_filtering.c
14188                 global string to identify any folders           
14189                 removed some debug info
14190                 filtering to mbox folders is now possible
14191
14192         * src/mainwindow.c
14193                 removed some warnings
14194
14195         * src/mbox_folder.c
14196                 permission on files are changed to read/write for user only,
14197                 nothing for other.
14198                 creation of subfolder is handled better.
14199
14200 2001-05-28 [alfons]
14201
14202         Verified the sync for src/prefs_common.[ch] and
14203         src/prefs_account.[ch]. I believe there were some
14204         minor indentation differences.
14205
14206 2001-05-28 [paul]
14207
14208         0.4.99claws3
14209
14210         * sync with 0.4.99cvs3
14211
14212 2001-05-28 [hoa]
14213
14214         * src/compose.c
14215                 handling flags for mbox format
14216
14217         * src/filtering.c
14218                 use of mark file only for MH format
14219                 handling flags for mbox format
14220                 filtering cannot yet move or copy mails to mbox folders.
14221
14222         * src/folder.[ch]
14223                 changed move_msg, copy_msg,
14224                 move_msgs_with_dest, copy_msgs_with_dest functions
14225                 uses only folder->copy_msg() function
14226                 uses folder->finished_copy() to handle the destination
14227                 folder at the end of the copy or move operation.
14228
14229         * src/foldersel.c
14230                 included mbox directories.
14231
14232         * src/folderview.[ch]
14233         * src/mainwindow.c
14234                 handle folders operation for mbox format
14235
14236         * src/mbox.c
14237                 disable conversion of "From " header
14238
14239         * src/mbox_folder.[ch]
14240                 completion of mbox format handling
14241
14242         * src/mh.c
14243                 changed mh_copy_msg() function and
14244                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14245                 mh_copy_msgs_with_dest()
14246
14247         * src/prefs_filtering.c
14248                 removed some warnings
14249
14250         * src/prefs_matcher.c
14251                 default boolean operation is AND
14252
14253         * src/procheader.c
14254                 handling flags for mbox format
14255                 handling of "From " header
14256
14257         * src/procmsg.[ch]
14258                 removed data field
14259                 added MSG_REALLY_DELETED flags to handle deletion of
14260                 messages in mbox format.
14261
14262         * src/summaryview.c
14263                 handling flags for mbox format
14264                 disable the MSG_DELETED flags when messages
14265                 are deleted in mbox format
14266
14267         * src/textview.c
14268                 "From " headers display fixed.
14269
14270 2001-05-27 [alfons]
14271
14272         * src/textview.c:
14273                 
14274                 (get_email_part): skip quoted email addresses, like in e.g.
14275                 "'alfons@proteus.demon.nl'".
14276
14277 2001-05-26 [alfons]
14278
14279         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14280         and fixing the persistence troubles when using separate windows.
14281
14282         * src/mainwindow.c:
14283         
14284             Added #define SEPARATE_ACTION used in the gtk item factory for 
14285             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14286                 use gtk_item_factory_get_widget_by_action() to get the items.
14287                 
14288             Removed separate_widget_cb from the gtk item factory data   
14289           
14290             (mainwindow_create): connect separate_widget_cb() to check
14291             menu item "toggled" signal. also passing a MainWindow pointer
14292                 as object data for both check menu items.
14293                 
14294             (separate_widget_cb): definition of separate_widget_cb() to match
14295             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14296                 window using gtk_object_get_data(). The type of window separation 
14297                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14298         
14299         * src/prefs_filtering.c,
14300           src/prefs_matcher.c: added horizontal scrollbars
14301
14302 2001-05-25 [darko]
14303
14304         * src/headerview.c
14305                 fix segfault with invalid bold font
14306         * src/summaryview.c
14307                 correctly display summary stats after row is marked
14308
14309 2001-05-23 [sergey]
14310
14311         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14312         encodings with libjconv.
14313
14314 2001-05-23 [hoa]
14315
14316         * src/Makefile.am
14317                 added mbox_folder.[ch]
14318         * src/defs.h
14319                 mbox temporary folder
14320         * src/folder.[ch]
14321         * added src/mbox_folder.[ch]
14322         * src/folderview.c
14323         * src/procheader.[ch]
14324                 added mbox support
14325         * src/mbox.c
14326                 bugfix for file incorporation filtering
14327         * src/imap.c
14328                 enable creation of MBOX
14329         * src/prefs_display_header.c
14330                 enable use of headers like "From "
14331                 something that should be fixed :
14332                         displaying of such headers add an extra space
14333         * src/prefs_folder_item.c
14334                 don't create folders because it is not necessary
14335         * src/procmsg.h
14336                 added data field to MsgInfo for mbox internal use
14337         * src/summaryview.c
14338                 added some support for mbox
14339         * src/utils.[ch]
14340                 added get_mbox_cache_dir() function
14341
14342 2001-05-23 [hiroyuki]
14343
14344         * src/headerwindow.c
14345           src/inc.c
14346           src/main.c
14347           src/mh.c
14348           src/nntp.c
14349           src/procmsg.h
14350           src/session.h
14351           src/socket.[ch]
14352           src/summaryview.c
14353           src/textview.c
14354           src/automaton.c
14355           src/folderview.c: more sync with 0.4.99cvs2.
14356
14357         * src/headerwindow.c: reverted.
14358
14359 2001-05-22 [paul]
14360
14361         0.4.99claws2
14362
14363         * sync with sylpheed 0.4.99cvs2
14364                 * src/news.[ch]
14365                 * src/nntp.[ch]
14366                 * INSTALL
14367                 * INSTALL.jp
14368
14369 2001-05-22 [alfons]
14370
14371         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14372
14373 2001-05-21 [alfons]
14374
14375         Minor things:
14376
14377         * configure.in: if gnome-config not found, "no" is displayed
14378         
14379         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14380
14381         * src/textview.c: now also possible to add mail addresses by right
14382           clicking in the text view
14383
14384         * src/codeconv.c: merged patch which fixes endless loop when encountering
14385           invalid wide characters; from Alte <010@imis.ru>  
14386
14387 2001-05-20 [alfons]
14388
14389         Added installation of gnome specific things:
14390
14391         * Makefile.am: gnome conditional
14392
14393         * configure.in: check for installed gnome
14394
14395         * added sylpheed.png, sylpheed.desktop
14396
14397 2001-05-20 [sergey]
14398
14399         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14400
14401         * src/mainwindow.h (main_window_toolbar_create): created a button
14402         for "Reply to all".
14403         (main_window_set_toolbar_sensitive): enable/disable the new button
14404         appropriately.
14405         (toolbar_reply_to_author_cb): handle the new button.
14406
14407         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14408         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14409         failure).
14410
14411 2001-05-19 [sergey]
14412
14413         * src/compose.h (ComposeReplyMode): new modes
14414         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14415         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14416
14417         * src/compose.c
14418         (compose_send): move some code into a new function:
14419         (compose_current_mail_account): new function.
14420         (compose_reply): new argument to_author, all callers changed; if
14421         to_author==TRUE and account->protocol==A_NNTP, find and use an
14422         appropriate mail account for replying.
14423         (compose_reply_set_entry): new argument to_author; ignore
14424         compose->replyto if to_author==TRUE.
14425
14426         * src/mainwindow.c: new command "Message/Reply to author".
14427         (main_window_set_menu_sensitive): enable/disable it.
14428         (reply_cb): handle it.
14429
14430         * src/summaryview.c: new command "Reply to author".
14431         (summary_set_menu_sensitive): enable/disable it.
14432         (summary_reply_cb): handle it.
14433
14434         * src/account.c (account_find_mail_from_address): new function.
14435
14436 2001-05-18 [paul]
14437
14438         0.4.99claws1
14439
14440         * sync with sylpheed 0.4.99cvs1
14441
14442 2001-05-18 [hoa]
14443
14444         * src/compose.[ch]
14445         * src/filtering.c
14446         * src/summaryview.c
14447                 new filtering action : forward and forward as attachment
14448
14449         * src/main.c
14450                 no need for $DISPLAY when we run sylpheed --help
14451                 call to parse_cmd_opt() is moved
14452
14453         * src/mainwindow.[ch]
14454                 execute button is hidden when immediate execute
14455                 is chosen
14456
14457         * src/mh.c
14458         * src/news.c
14459         * src/prefs_folder_item.c
14460         * src/procmsg.c
14461                 better handling of missing directories
14462
14463         * src/summaryview.c
14464                 reedit is enabled in outbox
14465                 reedit is enabled in queue
14466
14467 2001-05-17 [hoa]
14468
14469         * src/filtering.c
14470         * src/matcher.[ch]
14471         * src/prefs_filtering.c
14472                 changed attachement into attachment
14473
14474 2001-05-17 [alfons]
14475
14476         0.4.67claws4    
14477
14478         * sync with sylpheed 0.4.67cvs9
14479         * sync with sylpheed 0.4.67cvs7-8
14480
14481 2001-05-17 [hoa]
14482
14483         * src/Makefile.am
14484                 added prefs_filtering.c
14485
14486         * src/filtering.[ch]
14487         * src/matcher.[ch]
14488                 removed action : forward_news and forward_news_as_attachement
14489                 (forward and forward_as_attachement can be used instead)
14490
14491         * src/mainwindow.c
14492                 added menu option to access filtering configuration
14493
14494         * src/prefs_account.c
14495                 changed mail_command default to /usr/sbin/sendmail
14496
14497         * added src/prefs_filtering.[ch]
14498                 dialog box for filtering configuration
14499
14500         * src/prefs_matcher.c
14501                 added function prefs_matcher_get_criteria_from_matching()
14502
14503         * src/prefs_scoring.c
14504                 reset the dialog when register or substitute is clicked
14505
14506 2001-05-15 [hoa]
14507
14508         * src/Makefile.am
14509                 added filtering.[ch]
14510         * src/inc.c
14511                 using filering.[ch] instead of filter.[ch]
14512         * src/main.c
14513                 reading new filtering configuration
14514         * src/matcher.[ch]
14515                 added some filtering actions
14516                 and fixed a bug for headers and mail body matching
14517         * src/mbox.c
14518                 using filering.[ch] instead of filter.[ch]
14519         * src/mh.c
14520                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14521         * src/summaryview.c
14522                 some fixes for filtering
14523
14524 2001-05-14 [hiroyuki]
14525
14526         * src/send.c: fixed some weird indentations.
14527           send_message_with_command(): call pclose() only if p != NULL.
14528         * src/textview.c: get_email_part(): modified the code for readability.
14529
14530 2001-05-14 [hiroyuki]
14531
14532         * src/md5global.h
14533           src/md5ify.c
14534           src/md5ify.h: removed from the cvs.
14535
14536 2001-05-13 [sergey]
14537
14538         * src/main.c: include rfc2015.h to avoid compiler warnings.
14539         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14540         the panel is already on screen.
14541         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14542         closing the alert window by ESC as "No".
14543         * src/prefs_common.c (prefs_interface_create): moved return
14544         receipt check button to the correct place.
14545
14546 2001-03-13 [alfons]
14547
14548         * src/prefs_common.c: 
14549                 moved return receipt check button to the Send tab. (prefs_send_create)
14550                 removed the date format ui related globals. (prefs_display_create)
14551
14552         0.4.67claws3
14553         
14554         * sync with sylpheed 0.4.67cvs5-6
14555
14556 2001-05-13 [paul]
14557
14558         * added Alfons' font selection patch
14559
14560         * src/defs.h
14561         * src/headerwindow.c
14562         * src/prefs_common.c
14563         * src/prefs_common.h
14564
14565 2001-05-13 [hoa]
14566         * src/defs.h
14567                 changed version of cache
14568         * src/matcher.[ch]
14569         * src/prefs_matcher.c
14570                 added additionnal matching criteria
14571         * src/procheader.c
14572         * src/procmsg.[ch]
14573         * src/news.c
14574                 added references in MsgInfo
14575
14576 2001-05-12 [hoa]
14577
14578         * src/defs.h
14579                 prepared some things for new filtering
14580         * src/matcher.[ch]
14581                 added some matching properties
14582                 inreplyto need to be enhanced
14583                 prepared some things for new filtering
14584         * src/messageview.c
14585                 added Return-Receipt-To handling
14586         * src/prefs_folder_item.c
14587                 changed default value to TRUE
14588         * src/prefs_matcher.c
14589                 added some matching properties
14590         * src/prefs_scoring.[ch]
14591                 the scoring dialog is finished
14592         * src/procheader.c
14593                 added Return-Receipt-To handling
14594                 Reference need to be added
14595         * src/procmsg.[ch]
14596                 added Return-Receipt-To handling
14597                 added threadscore to get a better score sorting when
14598                 threads are enabled
14599         * src/summaryview.c
14600                 suppressed a bug when we sort the list
14601                 when no folder is opened.
14602                 better score sorting when threads are enabled
14603
14604 2001-05-12 [alfons]
14605
14606         * reverted previous patch because of potential errors 
14607
14608         0.4.67claws2
14609         
14610         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14611                 applied "toggle mail-retrieval dialog window" patch submitted 
14612                 by Eric Limpens <eric@qnt.net>
14613
14614         * sync with sylpheed 0.4.67cvs4
14615
14616 2001-05-12 [sergey]
14617
14618         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14619         some picky compilers.
14620         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14621         * src/grouplist_dialog.c: include alertpanel.h.
14622         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14623         fix compile warning.
14624         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14625         #include "defs.h" before others to prevent the warning of `MIN'
14626         and `MAX' redefinition.
14627
14628 2001-05-11 [hoa]
14629
14630         * src/main.c
14631         * src/messageview.c
14632         * src/prefs_account.c
14633         * src/prefs_display_header.c
14634                 removed warning
14635         * src/Makefile.am
14636                 added prefs_scoring.[ch]
14637         * src/grouplist_dialog.c
14638                 display an error dialog box if the group list
14639                 cannot be fetched.
14640         * src/mainwindow.[ch]
14641                 added main_window_set_thread_option() function
14642                 scoring dialog box enabled
14643         * src/matcher.[ch]
14644                 added flags matching unread /new / marked
14645                 / deleted / replied / forwarded
14646         * src/news.c
14647                 newsgroups are now finally in newscache
14648         * src/prefs_matcher.[ch]
14649                 finished preferences for matching dialog
14650         * added src/prefs_scoring.[ch]
14651                 scoring dialog box completed
14652         * src/scoring.[ch]
14653                 conversion to string : added scoringprop_to_string()
14654                 write config for preferences :
14655                 added prefs_scoring_write_config()
14656         * src/summaryview.c
14657                 threads can be enabled/disabled independently
14658                 for each folder
14659
14660 2001-05-10 [alfons]
14661
14662         0.4.67claws1
14663         
14664         * AUTHORS: 
14665                 thought it would be nice to have a list of all
14666                 contributors (used Changelog as a reference)
14667         
14668         * configure.in: 
14669                 messed up version numbering...
14670
14671         0.4.66claws1
14672
14673         * sync with sylpheed 0.4.67cvs1-3
14674
14675 2001-05-10 [darko]
14676
14677         * src/prefs_common.c:
14678                 better UI for strftime format, double clicking
14679                 on format now inserts the format in text entry
14680                 replaced close button with standard OK/Cancel
14681                 moved date format button to the right of the
14682                 text entry field
14683
14684 2001-05-09 [alfons]
14685
14686         * src/gtkstext.c:
14687                 Ctrl-Home / Ctrl-End have proper cursor navigation
14688
14689 2001-05-09 [hoa]
14690
14691         * src/prefs_matcher.c
14692                 finished UI to define matching properties
14693                 added ok and cancel button
14694         * src/prefs_filter.c
14695                 added ok and cancel button
14696         * src/news.c
14697                 fixed some bug in xhdr parsing
14698
14699 2001-05-08 [alfons]
14700
14701         * src/textview.c: 
14702                 fixed a bug in textview_show_header(), which displayed two colons (':');
14703                 cleaned up some warnings
14704
14705 2001-05-08 [hoa]
14706
14707         * src/Makefile.am
14708                 added prefs_matcher.[ch]
14709                 compilation with -W -Wall
14710         * src/alertpanel.c
14711                 ungrab the mouse events if grabbed - does it
14712                 fix the bug for disposition notification ?
14713         * src/mainwindow.c
14714                 added a menu option to open the matching dialog.
14715         * src/matcher.[ch]
14716                 added matcherprop_to_string() and matcherlist_to_string()
14717                 fixed some bugs, changed the name of some options
14718                 age_sup and age_inf becomes age_greater and age_lower,
14719                 body and messageheaders becomes body_part and headers_part,
14720                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14721         * src/prefs_display_header.c
14722         * src/prefs_headers.c
14723                 fixed a bug that accidentally destroyed dialogs
14724                 when closed them with delete_event
14725                 Added *_deleted() which handle delete_event signal correctly.
14726         * src/prefs_folder_item.[ch]
14727                 added "enable_thread" field for future customization
14728         * added src/prefs_matcher.[ch]
14729                 sample of the UI to define matching properties
14730         * src/procheader.c
14731                 using procheader_headername_equal instead of str*cmp functions
14732                 using procheader_parse_header() function
14733         * src/scoring.c
14734                 using MATCHING_XXX instead of SCORING_XXX
14735         * src/summaryview.c
14736                 display the sender of the news even if this is ourself
14737                 when this is a news message.
14738         * src/textview.c
14739                 using headername_equal() instead of str*cmp functions
14740
14741 2001-05-08 [alfons]
14742
14743         0.4.66claws
14744
14745         * sync with sylpheed 0.4.66
14746         * src/gtkstext.c: trace logs added 
14747
14748 2001-05-08 [sergey]
14749
14750         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14751         signature check popup.
14752         * src/rfc2015.c (check_signature): show signature check popup only
14753         if it is enabled in preferences.
14754
14755 2001-05-07 [alfons]
14756
14757         0.4.66claws4
14758         
14759         * sync with sylpheed 0.4.66cvs6
14760
14761 2001-05-07 [darko]
14762
14763         * src/prefs_common.[ch]: added option to enable/disable
14764           looking up sender name in address book for summary pane
14765         * src/summaryview.c: look up sender in the address book
14766           by using Alfons' address completion code
14767
14768 2001-05-07 [hiroyuki]
14769
14770         * src/inc.h
14771           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14772           member of Pop3State.
14773         * src/news.c: brought #include "defs.h" before #include <glib.h>
14774           to prevent the warning of `MIN' and `MAX' redefinition.
14775
14776 2001-05-06 [hoa]
14777
14778         * removed src/headers_display.[ch]
14779         * removed src/prefs_display_headers.[ch]
14780         * src/inc.c
14781                 use a temporary file in the user directory for mbox import
14782         * src/news.c
14783                 added XHDR support to get "To" and "Cc" headers
14784                 (in order to match news with to or cc field for
14785                 scoring)
14786                 added function news_parse_xhdr() to get XHDR response
14787         * src/nntp.[ch]
14788                 added function nntp_xhdr()
14789         * src/matcher.c
14790                 fetch the message if necessary
14791
14792 2001-05-06 [alfons]
14793
14794         0.4.66claws3
14795
14796         * sync with sylpheed 0.4.66cvs3-5
14797
14798 2001-05-06 [hoa]
14799
14800         * src/utils.[ch]
14801                 added function itos_buf() to enable use of several buffers
14802         * src/summaryview.c
14803                 use of itos_buf() instead of itos() in summary list
14804                 to fix the broken display of message number.
14805
14806 2001-05-06 [alfons]
14807
14808         * src/gtkstext.c: bug in cursor up navigation fixed,
14809                 fixed another unsigned / signed comparison (we're getting there :-)
14810
14811 2001-05-06 [hoa]
14812
14813         * src/Makefile.am
14814                 added scoring.c scoring.h
14815                 prefs_folder_item.c prefs_folder_item.h
14816                 matcher.c matcher.h
14817         * src/defs.h
14818                 added FOLDERITEM_RC SCORING_RC
14819         * src/folder.[ch]
14820                 added prefs field in FolderItem :
14821                 properties for each folder (PrefsFolderItem),
14822                 sorting type and mode were added as the first properties.
14823         * src/main.c
14824                 read config for scoring
14825         * added src/matcher.[ch]
14826                 gives functions to parse configuration file to do
14827                 matching on mails with a list of conditions.
14828         * src/mainwindow.c
14829                 add option to sort by score
14830         * src/prefs_common.[ch]
14831                 added preference option to show score and for
14832                 the score column size
14833         * added src/prefs_folder_item.[ch]
14834                 properties for each folder (PrefsFolderItem),
14835                 sorting type and mode were added as the first properties.
14836         * src/procheader.[ch]
14837                 added procheader_parse_header()
14838                 added procheader_header_free()
14839                 added procheader_headername_equal()
14840                 and made modification to use them.
14841         * src/procmsg.[ch]
14842                 added score field to MsgInfo structure
14843         * added src/scoring.[ch]
14844                 gives functions to parse configuration file to do
14845                 scoring on mails with a list of conditions.
14846         * src/summaryview.[ch]
14847                 save the sorting type and mode for the folder
14848                 added column to display the score of the mail
14849                 added function summary_score_clicked()
14850                 sorting type and mode are restored to the folder
14851                 when it is reopen
14852         * src/textview.c
14853                 use procheader_parse_header(), procheader_headername_equal()
14854                 removed memory leak in text_scan_header when freeing headers
14855         * src/filter.c
14856                 changed the function to match names of headers
14857                 using procheader_headername_equal()
14858
14859         Scoring functions are implemented, an interface is needed
14860         to configure that.
14861
14862 2001-05-04 [alfons]
14863
14864         * src/gtkstext.c: 
14865                 hopefully fixed the row up navigation bug,
14866                 removed adding back / forward lines to cache
14867
14868 2001-05-04 [sergey]
14869
14870         * src/prefs_display_headers.c: user interface changes:
14871         (prefs_display_headers_create): remove unused "Show" check button;
14872         allow reordering of headers by dragging.
14873         (prefs_display_headers_write_config): remove unused variables.
14874         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14875         of lists (not needed with the new UI).
14876         (prefs_display_headers_set_list): scan lists starting from row 0,
14877         not 1 (do not skip "(New)").
14878         (prefs_display_headers_find_header): new function.
14879         (prefs_display_headers_clist_set_row): do not allow duplicates.
14880         (prefs_display_headers_delete_cb): do not skip row 0; treat
14881         closing the alert window by ESC as "No".
14882         (prefs_display_headers_up): do not protect row 0.
14883         (prefs_display_headers_down): do not protect row 0.
14884
14885 2001-05-04 [sergey]
14886
14887         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14888         functions.
14889
14890         * src/summaryview.c
14891         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14892         summary_select_next_marked, summary_select_prev_marked): new
14893         functions.
14894
14895 2001-05-03 [sergey]
14896
14897         * src/news.c: fixed a bug when no article can be fetched after
14898         server timeout if the connection was restored by news_post():
14899         (news_select_group): new function.
14900         (news_fetch_msg): call news_select_group() before fetching
14901         article.
14902         (news_get_uncached_articles): set session->group after successful
14903         GROUP command.
14904
14905 2001-05-03 [hoa]
14906
14907         * src/defs.h
14908         * src/procmsg.[ch]
14909         * src/procheader.c
14910                  changed version of cache, added cc field
14911
14912         * src/prefs_display_headers.c
14913                 the interface was changed
14914
14915         * src/prefs_headers.c
14916                 added cancel button
14917
14918 2001-05-03 [alfons]
14919
14920         * completed sync of sylpheed cvs2
14921         * src/gtkstext.c: updated row up / down cursor navigation
14922         * src/textview.c: re-edited, prepared for fixing the email address
14923                 scanner.
14924
14925 2001-05-03 [darko]
14926
14927         * src/prefs_common.c: use alfons' strftime ui code
14928         entry_datefmt and datefmt_sample widgets have to be
14929         global in this module because of this change
14930
14931 2001-05-03 [hoa]
14932
14933         * src/messageview.c
14934         * src/prefs_common.[ch] added option to activate the return receipt
14935                 feature.
14936
14937 2001-05-02 [alfons]
14938
14939         * src/gtkstext.c: fix for row up/down cursor navigation. 
14940
14941         0.4.66claws2
14942         
14943         * sync with 0.4.66cvs2
14944
14945 2001-05-02 [paul]
14946
14947         added add-sender-to-addressbook patch
14948
14949         * src/addressbook.c
14950         * src/addressbook.h
14951         * src/summaryview.c
14952
14953 2001-05-02 [sergey]
14954
14955         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
14956         G_ALERTDISABLE.
14957
14958         * src/alertpanel.c (alertpanel_create): new argument can_disable,
14959         all existing callers changed to pass FALSE; create a check button
14960         to disable the message.
14961         (alertpanel_message_with_disable): new function.
14962         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
14963         (alertpanel_button_toggled): new function.
14964         (alertpanel_button_clicked, alertpanel_close): set value using
14965         G_ALERT_VALUE_MASK.
14966
14967         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
14968
14969         * src/prefs_common.c (prefs_privacy_create): new check button
14970         checkbtn_gpgme_warning.
14971
14972         * src/main.c (main): moved preferences reading before gpgme
14973         initialization; check prefs_common.gpgme_warning before giving the
14974         GnuPG warning and set it to FALSE if the user wants to disable the
14975         warning.
14976
14977 2001-05-02 [hiroyuki]
14978
14979         * src/prefs_display_headers.c: modified the layout and some labels.
14980
14981 2001-05-02 [sergey]
14982
14983         * src/prefs_account.c (prefs_account_fix_size): new function.
14984         (prefs_account_create): call prefs_account_fix_size(); use
14985         gtk_widget_show instead of gtk_widget_show_all (fixes too large
14986         size when the window is shown for the first time).
14987         (prefs_account_basic_create): changed layout of serv_table; moved
14988         localmbox_entry above smtpserv_entry (logically it replaces
14989         POP3/IMAP server).
14990         (prefs_account_protocol_activated): set sensitivity of
14991         nntpauth_chkbtn according to the protocol (in addition to
14992         hide/show); commented out gtk_table_set_row_spacing() calls.
14993         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
14994         not sensitive (fixes a bug with disabled username/password boxes
14995         when editing POP3 account after NNTP with authentication).
14996
14997 2001-05-02 [hoa]
14998
14999         * src/account.c
15000         * src/inc.c
15001         * src/prefs_account.[ch]
15002         * src/send.c
15003                 removed local account without SMTP server
15004                 added option to use mail command instead of a connexion
15005                 to SMTP server when a local account is used
15006         * src/prefs_headers.c
15007                 fixed a bug
15008         * src/news.c
15009                 fixed a bug when connexion immediately closed
15010
15011 2001-05-01 [alfons]
15012
15013         0.4.66claws1
15014         
15015         * sync with 0.4.65
15016
15017 2001-05-01 [sergey]
15018
15019         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15020         widget nntpauth_chkbtn.
15021         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15022         visibility.
15023         (prefs_account_nntpauth_toggled): new function.
15024
15025         * src/news.c (news_session_new_for_folder): use NNTP
15026         authentication only if ac->use_nntp_auth is set.
15027
15028 2001-05-01 [hoa]
15029
15030         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15031         * src/prefs_display_headers.c changed the UI
15032         * src/prefs_headers.c changed account_name to account_id
15033         * src/compose.c using customheader.h
15034
15035 2001-05-01 [hiroyuki]
15036
15037         * src/esmtp.c
15038           src/news.c
15039           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15040           unsynched.
15041
15042 2001-05-01 [hoa]
15043
15044         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15045         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15046                 for displaying of headers
15047         * src/grouplist_dialog.[ch] minor changes to remove warnings
15048         * src/prefs_display_headers.[ch] dialog to choose the
15049         headers to display in the mail viewer.
15050         * src/headers.h correction of #define
15051         * src/headers_display.[ch] configuration for displaying of headers.
15052         * src/main.c read config of displaying of headers
15053         * src/prefs_common.c add a button to access the config dialog
15054                 for displaying of headers
15055         * src/prefs_display_headers.[ch] dialog for configuration for
15056                 displaying of the headers.
15057         * src/prefs_headers.c cleaning of code
15058         * src/procheader.c comments added to code
15059         * src/textview.c changes to reorder the headers depending
15060                 on the config for displaying of headers
15061
15062 2001-04-30 [alfons]
15063
15064         0.4.65claws7
15065
15066         * sync with 0.4.65cvs12
15067
15068         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15069
15070 2001-04-30 [sergey]
15071
15072         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15073
15074         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15075         is set to force reconnection after authentication failure.
15076         (nntp_gen_command): set sock->auth_failed on authentication
15077         failure, or if sock->userid and sock->passwd are not set.
15078
15079         * src/news.c (news_session_new_for_folder): set userid=NULL if
15080         password dialog is cancelled.
15081
15082 2001-04-30 [sergey]
15083
15084         * src/nntp.h (NNTPSockInfo): new type.
15085
15086         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15087         SockInfo.
15088         (nntp_open_auth, nntp_close): new functions.
15089         (nntp_gen_command): new function to handle authentication; all
15090         NNTP command functions updated to use it.
15091         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15092         (nntp_list): removed old useless code.
15093
15094         * src/news.h (NNTPSession): new field nntp_sock.
15095
15096         * src/news.c: all functions updated to use NNTPSockInfo instead of
15097         SockInfo.
15098         (news_session_new): new arguments (userid, passwd); made static;
15099         use nntp_open_auth() if needed.
15100         (news_session_destroy): use nntp_close() instead of sock_close().
15101         (news_query_password): changed arguments.
15102         (news_session_new_for_folder): new function.
15103         (news_session_get): use news_session_new_for_folder().
15104         (news_authenticate): deleted.
15105         (news_get_uncached_articles): removed old authentication code.
15106
15107 2001-04-30 [sergey]
15108
15109         * src/news.c: reverted my previous changes (need to do NNTP
15110         authentication in a cleaner way).
15111         
15112 2001-04-29 [sergey]
15113
15114         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15115         news_nntp_post, news_nntp_mode): new functions (wrappers with
15116         authentication support).
15117         (news_get_article_cmd, news_get_article, news_get_header): new
15118         argument "folder"; all callers changed.
15119         (news_get_article_cmd): added authentication support.
15120         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15121         (news_post): use news_nntp_post() instead of nntp_post().
15122         (news_get_uncached_articles): use news_nntp_group() instead of
15123         nntp_group() and news_nntp_xover() instead of nntp_xover();
15124         removed old authentication code.
15125         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15126
15127         * src/nntp.c (nntp_list): return real error code instead of
15128         hardcoded NN_ERROR.
15129
15130 2001-04-29 [sergey]
15131
15132         * configure.in: fixed wint_t typedef detection again
15133
15134 2001-04-28 [hoa]
15135
15136         * src/prefs_account.[ch], added A_LOCAL_CMD
15137                 (send mail with mail command)
15138         * src/send.c added function send_message_with_command()
15139         * src/inc.c made a more secure get_spool() function with
15140                 mktemp() but maybe mkstemp() or something more
15141                 secure can be used.
15142
15143 2001-04-28 [alfons]
15144
15145         * src/textview.c, colorization of email addresses in headers
15146
15147         0.4.65claws6
15148
15149         * bug sync with sylpheed
15150         * prefs_common.c: created date format ui for darko
15151         * sync with 0.4.65cvs11
15152         * configure.in: corrected to have the new gpg checks
15153
15154 2001-04-27 [alfons]
15155
15156         * completed sync with 0.4.65cvs10
15157         * minor debug things added to gtkstext.c
15158
15159 2001-04-27 [darko]
15160
15161         * configure.in: remove check for availability of
15162           strftime() as advised by Hiroyuki
15163         * src/prefs_common.[ch], src/procheader.c:
15164           synch strftime() code with Hiroyki's main branch
15165
15166 2001-04-26 [sergey]
15167
15168         * src/news.c: news_query_password(), news_authenticate(): new
15169           functions.
15170           news_get_uncached_articles(): added NNTP authentication
15171           handling.
15172         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15173           new functions.
15174         * src/prefs_account.c: prefs_account_protocol_activated():
15175           enable userid and password fields for NNTP.
15176
15177 2001-04-26
15178
15179         * configure.in: check for availability of strftime()
15180           [darko]
15181         * src/prefs_common.[ch], src/procheader.c: use
15182           strftime() for displaying date in summary pane if it
15183           is available
15184
15185 2001-04-25
15186
15187         * more .cvsignore cleanups [alfons]
15188
15189 2001-04-25
15190
15191         * ac/sv-check-type.m4: new autoconf macro.
15192         * configure.in: fixed wint_t typedef detection (did not work
15193           with gcc-2.96).
15194
15195 2001-04-25
15196
15197         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15198           [hiroyuki]
15199
15200 2001-04-24
15201         * modified gtkstext.c : buggy cursor navigation fixed, 
15202           and font descent also taken in account when drawing
15203           cursor. [alfons]
15204
15205 2001-04-24 [hoa]
15206         * added comments in src/news.c src/nntp.c
15207         * added src/prefs_headers.[ch]
15208         * added src/headers.[ch]
15209         * modified compose.c to activate custom headers
15210                 added function is_in_custom_headers
15211         * modified prefs_account.[ch]
15212                 added function prefs_account_customhdr_edit
15213         * modified src/defs.h :
15214                 added HEADERS_RC : name of the config file
15215                 for the custom headers
15216
15217 2001-04-24
15218
15219     0.4.65claws5
15220
15221         * configure.in
15222           src/gtkstext.[ch]
15223           src/compose.c
15224           src/Makefile.am
15225           
15226           added gtkstext with configure.in patch by Hiroyuki which
15227           should fix the XIM detection [alfons]
15228
15229         * more clean up of cvs [alfons]
15230
15231                  * removed all Makefile.in files to attic.
15232
15233                  * updated all .cvsignores to really ignore things that could
15234                    be unintentionally committed by a recursive commit.
15235
15236 2001-04-23 [hoa]
15237         * added src/grouplist_dialog.[ch]
15238         * changed src/folderview.c to call grouplist_dialog instead
15239                 of inputdialog
15240         * src/news.c :
15241                 added functions news_reset_group_list
15242                 and news_get_group_list
15243         * src/nntp.c :
15244                 added function nntp_list
15245         * src/defs.h :
15246                 added GROUPLIST_FILE : name of the newsgroup list cache file
15247
15248 2001-04-21
15249
15250         * added option to warn about queued messages on exit [sergey]:
15251
15252           * src/compose.c: compose_queue(): call folder_item_scan()
15253             and folderview_update_item() after queueing.
15254           * src/folderview.c: folderview_update_node(): draw the queue
15255             folder in bold font if there are queued messages.
15256           * src/mainwindow.c: queued_messages(): new function.
15257             app_exit_cb(): display warning if there are queued messages
15258             if warn_queued_on_exit is set.
15259           * prefs_common.[ch]: add warn_queued_on_exit option.
15260
15261         * enhanced GnuPG key selection support [sergey]:
15262
15263           * src/select-keys.c: updated to newer version from Win32
15264             branch with support for selecting arbitrary keys.
15265           * src/prefs_account.c: added the Privacy tab to the account
15266             options window.
15267             prefs_account_privacy_create(),
15268             prefs_account_sign_key_set_data_from_radiobtn(),
15269             prefs_account_sign_key_set_radiobtn(): new functions.
15270           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15271           * src/rfc2015.c: set_signers(): new function.
15272             pgp_sign(): add the account parameter, call set_signers().
15273             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15274           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15275           * src/compose.c: pass the current account to rfc2015_sign().
15276
15277         * tag name claws added to prevent confusion with main branch [alfons]
15278
15279         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15280
15281         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15282
15283         * sync with recent sylpheed cvs. Untested though. [alfons]
15284