0.8.10claws81
[claws.git] / ChangeLog.claws
1 2003-03-04 [christoph]  0.8.10claws81
2
3         * src/folder.c
4                 o fix moving and copying when folder returns 0 for new
5                   message number
6                 o remove some code for single message copy and move
7                   operations and use functions for multiple messages
8
9         * src/news.c
10                 remove unused include
11
12 2003-03-04 [paul]       0.8.10claws80
13
14         * src/gtk/about.c
15                 list 'Compiled plugins'
16
17 2003-03-03 [christoph]  0.8.10claws79
18
19         * src/news.[ch]
20                 have to multiply the percentage of the current fetch with
21                 the percentage that it has of the total fetch operation
22                 for correct values
23
24 2003-03-03 [christoph]  0.8.10claws78
25
26         * src/news.c
27                 fix calculation of expected lines for progress indicator
28
29 2003-03-03 [christoph]  0.8.10claws77
30
31         * src/summaryview.c
32         * src/common/utils.c
33                 fix segfault when opening the root news folder
34
35 2003-03-03 [christoph]  0.8.10claws76
36
37         * src/mainwindow.[ch]
38         * src/common/Makefile.am
39         * src/common/progressindicator.[ch]
40                 add UI independent progress indicator handling
41
42         * src/news.[ch]
43                 use new progress indicator for message info fetching
44
45         * src/common/hooks.h
46                 code cleanup
47
48 2003-03-03 [oliver]     0.8.10claws75
49
50         * src/toolbar.c
51         * src/compose.c
52                 removed commented code
53
54 2003-03-03 [oliver]     0.8.10claws74
55
56         * src/toolbar.[ch]
57                 cleanups and refactoring
58         * src/compose.[ch]
59                 compose_reply_mode reply & forwarding interface for
60                 toolbar buttons
61         * src/folderview.c
62                 act on messages marked for deletion in folderview_selected
63                 based on prefs_common.immediate_exec since a message might 
64                 have been deleted by messageview in a folder we are changing 
65                 to (does anybody understand what I'm on about ?)
66
67 2003-03-03 [oliver]     0.8.10claws73
68         
69         * src/messageview.[ch]
70                 new functions
71                 - messageview_delete: delete message shown in messagview
72                 - messageview_update_view: update messageview to currently 
73                   selected summaryview message
74                 - add separate messageview to msgview_list in order to update 
75                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
76         * src/summaryview.[ch]
77                 summary_get_selection returns a list of selected msgs
78                 in summaryview
79         * src/mainwindow.c
80                 toolbar reply refactoring
81
82 2003-03-03 [paul]       0.8.10claws72
83
84         * sync with 0.8.10cvs21
85                 see ChangeLog 2003-03-03
86
87 2003-03-02 [christoph]  0.8.10claws71
88
89         * src/common/passcrypt.c
90                 use POSIX includes
91
92 2003-03-02 [christoph]  0.8.10claws70
93
94         * configure.ac
95         * src/prefs_account.c
96         * src/prefs_gtk.[ch]
97         * src/common/.cvsignore
98         * src/common/Makefile.am
99         * src/common/passcrypt.c                ** NEW **
100         * src/common/passcrypt.h.in             ** NEW **
101                 Implement password encryption in config files
102                 using unix encrypt and setkey functions. The crypt
103                 key can be set as a configure parameter. Old
104                 passwords will be converted if they do not begin
105                 with '!'
106
107 2003-03-02 [paul]       0.8.10claws69
108
109         * src/prefs_account.c
110                 fix compile error
111
112 2003-03-01 [thorsten]   0.8.10claws68
113
114         * po/el.po
115           po/hr.po
116           po/it.po
117           po/nl.po
118           po/sr.po
119           po/sv.po
120                 corrected format strings
121         * po/en_GB.po
122                 corrected headers
123                 (fix compile errors with GNU gettext-0.11.5)
124
125 2003-03-01 [oliver]     0.8.10claws67
126
127         * src/summaryview.c
128                 menu callbacks call toolbar_menu_reply
129
130 2003-03-01 [oliver]     0.8.10claws66
131
132         * src/mainwindow.c
133         * src/messageview.c
134                 menu callbacks call toolbar_menu_reply
135         * src/toolbar.[ch]
136                 callbacks from menu handled by toolbar_menu_reply
137
138 2003-03-01 [paul]       0.8.10claws65
139
140         * src/addressbook.c
141                 revert commit 0.8.10claws54 - breaks editing of
142                 addressbook.
143                 
144         * po/bg.po
145                 update Bulgarian translation, submitted by
146                 George Danchev
147
148 2003-02-28 [christoph]  0.8.10claws64
149
150         * src/account.c
151         * src/addressadd.c
152         * src/compose.c
153         * src/gtkaspell.c
154         * src/gtkxtext.h                ** REMOVE **
155         * src/imap.c
156         * src/matcher.[ch]
157         * src/mh.c
158         * src/news.c
159         * src/pine.c
160         * src/prefs_common.c
161         * src/prefs_matcher.c
162         * src/procheader.[ch]
163         * src/procmsg.[ch]
164         * src/toolbar.c
165         * src/common/ssl_certificate.c
166         * src/gtk/colorlabel.c
167         * src/gtk/menu.c
168                 o fix warnings
169                 o remove code obsoleted by new cache and folder system rework
170
171 2003-02-28 [oliver]     0.8.10claws63
172         
173         * src/toolbar.[ch]
174                 * fix bug where reply in Messageview replied to 
175                 Message displayed in summaryview
176                 (reportedd via ML by chinatinte at gmx dot ch)
177                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
178                 didn't work in separate MessageView Toolbar
179                 (wondering if anybody uses this at all ?)
180         * src/summaryview.[ch]
181                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
182                 (generalize reply and forward code);
183         * src/messageview.c 
184                 remove focus_in event which updated summaryview to messageview
185
186 2003-02-28 [paul]       0.8.10claws62
187
188         * po/Makefile.in.in
189                 add the --check option
190                 Patch submitted by Ricardo Mones Lastra
191
192 2003-02-28 [paul]       0.8.10claws61
193
194         * src/prefs_account.c
195                 re-order 'Signature' items
196
197 2003-02-28 [paul]       0.8.10claws60
198
199         * sync with 0.8.10cvs20
200                 see ChangeLog 2003-02-28
201
202 2003-02-28 [paul]       0.8.10claws59
203
204         * po/POTFILES.in
205                 update to reflect recent movement of files
206
207 2003-02-28 [paul]       0.8.10claws58
208
209         * sync with 0.8.10cvs19
210                 see ChangeLog 2003-02-28
211
212 2003-02-27 [martin]     0.8.10claws57
213
214         * src/prefs_matcher.c 
215                 fix segfault in prefs_matcher_ok() when the
216                 last entry is deleted and prevents that the
217                 message "entry not saved" comes up after deleting
218                 an entry
219
220 2003-02-27 [martin]     0.8.10claws56
221
222         * src/prefs_filtering.c 
223                 fix segfault in prefs_filtering_ok() when the
224                 last entry is deleted and prevents that the
225                 message "entry not saved" comes up after deleting
226                 an entry
227
228 2003-02-27 [paul]       0.8.10claws55
229
230         * sync with 0.8.10cvs18
231                 see ChangeLog 2003-02-27
232
233 2003-02-27 [paul]       0.8.10claws54
234
235         * src/addressbook.c
236                 fix bug where the address book crashes with 
237                 multiple lookups.
238                 Patch [687729] submitted by David Frager 
239                 <dbfrager@users.sourceforge.net>
240
241 2003-02-25 [christoph]  0.8.10claws53
242
243         * src/Makefile.am
244         * src/colorlabel.[ch]           ** REMOVE **
245         * src/gtk/Makefile.am
246         * src/gtk/colorlabel.[ch]       ** NEW **
247                 move colorlabel files to gtk directory
248
249         * src/esmtp.[ch]                ** REMOVE **
250                 has been merged into smtp.[ch] in 0.7.5
251
252 2003-02-25 [christoph]  0.8.10claws52
253
254         * src/Makefile.am
255         * src/about.[ch]                ** REMOVE **
256         * src/gtk/Makefile.am
257         * src/gtk/about.[ch]            ** NEW **
258                 move about files to gtk directory
259
260 2003-02-25 [christoph]  0.8.10claws51
261
262         * src/folder.c
263                 some code optimization of folder scanning code
264
265         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
266
267 2003-02-25 [christoph]  0.8.10claws50
268
269         * src/main.c
270         * src/common/sylpheed.c
271                 add command line parameter parsing to common code
272
273 2003-02-24 [christoph]
274
275         * Makefile.am
276         * configure.ac
277                 fix gnome prefix problems, the configure script now removed
278                 `gnome-config --prefix` from `gnome-config --datadir`
279                 and adds $(prefix} instead
280
281         (closes Bug 24 Makefile does not respect prefix when installing
282          GNOME data)
283
284 2003-02-24 [christoph]  0.8.10claws49
285
286         * src/news.c
287                 check for valid session before trying to authenticate
288
289         (closes Bug 60 crash if "authenticate on logon" is activated
290          and newsserver-hostname is not valid)
291
292 2003-02-24 [melvin]     0.8.10claws48
293
294         * src/prefs_actions.c
295                 Make sure all user's input is sent to the action and then
296                 close the socket..
297
298 2003-02-23 [alfons]     0.8.10claws46
299
300         * src/summaryview.c
301                 also wait cursor when deleting files
302
303 2003-02-23 [paul]
304
305         * tools/freshmeat_search.pl
306           tools/google_search.pl
307                 scripts should now work for any browser/browser command line
308
309 2003-02-22 [christoph]  0.8.10claws45
310
311         * src/procmsg.c
312                 fix IMAP flag setting, IMAP flag is not handled correctly
313                 anymore by the folder system and information about the
314                 folder should not be saved in the MsgInfo (in my opinion)
315
316         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
317
318 2003-02-22 [christoph]  0.8.10claws44
319
320         * src/summaryview.c
321                 fix spelling of "label" ;-)
322
323 2003-02-22 [thorsten]   0.8.10claws43
324
325         * src/mimeview.c
326           src/prefs_common.[ch]
327           src/procmime.[ch]
328                 do not use description as attachment name
329
330 2003-02-22 [alfons]     0.8.10claws42
331
332         * src/summaryview.c
333                 freeze/thaw folder item updates when changing color labels,
334                 and put a wait cursors on
335
336 2003-02-22 [thorsten]   0.8.10claws41
337
338         * src/mimeview.c
339                 save-all fixes: crash if invoked on multipart container,
340                 mimeinfo access, pathseparators, error dialog
341
342 2003-02-21 [alfons]     0.8.10claws40
343
344         * src/prefs_gtk.c
345                 remove unused var
346
347 2003-02-21 [colin]      0.8.10claws39
348
349         * src/send.c
350                 Fix smtp logging
351
352 2003-02-21 [colin]      0.8.10claws38
353
354         * src/summaryview.c
355                 Freeze/thaw folderItem updates when filtering messages 
356                 via Tools/Filter messages
357
358 2003-02-21 [paul]       0.8.10claws37
359
360         * src/compose.c
361                 revert commit 0.8.10claws26, there are ulterior motives
362                 for users to set a Reply-To header when posting to
363                 newsgroups
364
365 2003-02-21 [paul]       0.8.10claws36
366
367         * sync with 0.8.10cvs17
368                 see ChangeLog 2003-02-21
369
370 2003-02-20 [christoph]  0.8.10claws35
371
372         * src/imap.c
373                 IMAP UID fetch speedup using SEARCH
374
375         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
376
377         * src/imap.c
378                 fix problem with UIDs in IMAP UID cache that no longer existed
379
380 2003-02-20 [christoph]  0.8.10claws34
381
382         * src/imap.c
383         * src/procheader.c
384         * src/procheader.h
385                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
386
387         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
388
389         * src/imap.c
390                 Rewrite imap_cmd_gen_recv use sock_getline instead
391                 of sock_gets to avoid problems with too long reply
392                 lines
393     
394 2003-02-20 [colin]      0.8.10claws33
395         
396         * src/prefs_account.c
397                 Better wording
398
399 2003-02-20 [colin]      0.8.10claws32
400
401         * src/compose.c
402                 Remove useless '&& !to_sender' 
403
404 2003-02-20 [darko]
405
406         * AUTHORS
407                 change my e-mail address
408
409 2003-02-19 [colin]      0.8.10claws31
410
411         * src/prefs_common.c
412                 X11 style colors for every configurable color
413
414 2003-02-19 [alfons]     0.8.10claws30
415
416         * src/prefs_gtk.[ch]
417         * src/prefs_common.c
418                 for color_new accept both plain integers and X11 style color
419                 names (as found in /usr/lib/X11/rgb.txt)
420
421 2003-02-19 [paul]       0.8.10claws29
422
423         * src/mainwindow.c
424                 add tooltips to online/offline button and account selector
425                 button
426
427 2003-02-19 [paul]       0.8.10claws28
428
429         * src/folder.c
430           src/news.c
431           src/prefs_account.[ch]
432           src/prefs_common.[ch]
433                 move 'Maximum number of articles to download' to
434                 account prefs.
435                 clean up account prefs gui a little by hiding entries
436                 rather then greying out entries
437
438 2003-02-19 [hiro]       0.8.10claws27
439
440         * src/common/utils.c
441                 fix bug #54 'yesterdays date is displayed in the message 
442                 summary window'
443
444 2003-02-19 [paul]       0.8.10claws26
445
446         * src/compose.c
447                 fix bug reported in Feature Request [688596] 
448                 'Reply-to header in news'
449
450 2003-02-18 [paul]       0.8.10claws25
451
452         * src/select-keys.c
453                 add a 'List all keys' button to key selection dialog
454
455 2003-02-18 [colin]      0.8.10claws24
456         
457         * src/stock_pixmap.c
458                 fix compile error
459
460 2003-02-18 [colin]      0.8.10claws23
461
462         * src/common/smtp.[ch]
463           src/prefs_account.c
464                 Try to starttls if it seems to be the only
465                 way to authenticate a user
466
467 2003-02-18 [paul]       0.8.10claws22
468
469         * src/Makefile.am
470           src/folderview.c
471           src/stock_pixmap.[ch]
472           src/pixmaps/drafts_close.xpm  ** NEW FILE **
473           src/pixmaps/drafts_open.xpm   ** NEW FILE **
474                 as a Drafts folder is a special folder allow it to have
475                 its own unique icons
476
477 2003-02-18 [colin]      0.8.10claws21
478
479         * src/imap.c
480                 Fix port selection when using starttls
481
482 2003-02-18 [paul]       0.8.10claws20
483
484         * src/mainwindow.c
485           src/prefs_common.[ch]
486                 make blue the default new mail colour
487
488 2003-02-18 [paul]       0.8.10claws19
489
490         * sync with 0.8.10cvs14
491                 see ChangeLog 2003-02-18
492
493 2003-02-17 [jens]       0.8.10claws18
494
495         * src/common/md5.c
496                 fixed a compile problem with gcc 3.3
497                 works on 2.95.3 too (testet on PPC as it is big endian)
498
499 2003-02-17 [paul]       0.8.10claws17
500
501         * sync with 0.8.10cvs13
502                 see ChangeLog 2003-02-17
503
504 2003-02-17 [paul]       0.8.10claws16
505
506         * sync with 0.8.10cvs12
507                 see ChangeLog 2003-02-17
508
509 2003-02-16 [match]      0.8.10claws15
510
511         * src/addressbook.c
512                 Eliminates reloading of address data when items
513                 deleted or added. Applied submitted by
514                 Luke Plant <lukeplant@softhome.net>
515
516 2003-02-16 [paul]       0.8.10claws14
517
518         * src/news.c
519                 when a 'protocol error' is encountered disconnect from
520                 the server. This means that the user can carry on viewing
521                 other articles and doesn't have to either wait until the
522                 server timesout or quit sylpheed.
523                 Fixes bug #53 'Unable to read messages in newsgroups, 
524                 displayed message doesn't change'
525
526 2003-02-15 [christoph]  0.8.10claws13
527
528         * src/imap.c
529                 fix bug that stopped scanning of folders when an
530                 IMAP folder was empty
531
532         (closes bug 46 stop scan messages in folders after empty folder)
533
534 2003-02-15 [paul]
535
536         * tools/Makefile.am
537           tools/README
538           tools/freshmeat_search.pl     ** NEW FILE **
539           tools/google_search.pl        ** NEW FILE **
540                 Add 2 Actions scripts which search freshmeat/google
541                 for the selected text using the browser configured
542                 in sylpheedrc.
543                 
544         Note: These scripts are very dependent on the format of the
545         browser command and may not work on every occasion. Testing
546         is welcome. 
547
548 2003-02-14 [alfons]     0.8.10claws12
549
550         * src/compose.c
551                 fix breakage because of uninitialized account pointer.
552                 please verify.
553
554 2003-02-14 [paul]       0.8.10claws11
555
556         * src/compose.c
557           src/prefs_account.[ch]
558           src/prefs_common.[ch]
559                 move signature settings to Account Prefs
560
561 2003-02-14 [paul]       0.8.10claws10
562
563         * sync with 0.8.10cvs11
564                 see ChangeLog 2003-02-14
565
566 2003-02-13 [thorsten]   0.8.10claws9
567
568         * src/news.c
569                 revert news progressbar (GUI separation)
570
571 2003-02-13 [paul]       0.8.10claws8
572
573         * src/compose.c
574                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
575                 paragraph 1
576
577 2003-02-13 [paul]       0.8.10claws7
578
579         * src/compose.[ch]
580           src/summaryview.c
581                 fix 'Follow-up and Reply-to' so that it creates a reply to
582                 the newsgroup and the sender. If the message has the keyword
583                 'poster' in the Followup-To header, all replies go to the
584                 sender, re: RFC 1036, Section 2.2.3
585                 rename all instances of 'ignore_replyto' to 'to_sender', both
586                 were previously used, now we use just one.
587
588 2003-02-13 [paul]       0.8.10claws6
589
590         * sync with 0.8.10cvs9
591                 see ChangeLog 2003-02-13
592
593 2003-02-13 [paul]       0.8.10claws5
594
595         * configure.ac
596                 show which plugins are configured in the configure
597                 output.
598
599 2003-02-12 [thorsten]   0.8.10claws4
600
601         * src/news.c
602                 show progress while fetching news headers
603
604 2003-02-12 [christoph]  0.8.10claws3
605
606         * configure.ac
607         * src/plugins/Makefile.am
608                 use AM_CONDITIONAL to enable plugins, automake correctly
609                 manages this when creating distdir
610
611 2003-02-12 [christoph]  0.8.10claws2
612
613         * ac/spamassassin.m4
614         * src/plugins/spamassassin/Makefile.am
615                 fix building SpamAssassin plugin without OpenSSL
616
617 2003-02-12 [paul]       0.8.10claws1
618
619         * ac/Makefile.am
620           src/Makefile.am
621           src/plugins/Makefile.am
622                 fix failure of 'make release'
623
624 2003-02-12 [paul]       0.8.10claws
625
626         * 0.8.10claws released
627
628 2003-02-12 [paul]       0.8.9claws56
629
630         * po/bg.po
631           po/es.po
632           po/it.po
633           po/ru.po
634           po/sr.po
635                 updated translations by George Danchev, Ricardo Mones Lastra,
636                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
637                 
638         * sylpheed.spec.in
639                 Allow the building of RPMs by a regular user. Submitted
640                 by Sergei Astanin
641
642 2003-02-11 [alfons]     0.8.9claws55
643
644         * src/colorlabel.c
645                 don't use pixmaps for label color rect but draw rectangles
646                 so we can respect the color map of palette based visuals
647                 (fixes the long time crashes on Suns - thanks to Andreas
648                 Engel and Steve O'Hara-Smith for testing)
649
650 2003-02-11 [christoph]  0.8.9claws54
651
652         * src/matcher_parser_parse.y
653                 correct bug where filering rules of not existing folders in
654                 matcherrc were added to global filtering
655                 
656         (closes Debian Bug #180253 - Directory's filter-rules are merged with
657          main filter-rules after removing directory, http://bugs.debian.org/180253)
658         
659 2003-02-11 [paul]       0.8.9claws53
660
661         * sync with 0.8.10cvs7
662                 see ChangeLog 2003-02-09
663
664 2003-02-11 [melvin]     0.8.9claws52
665
666         * po/fr.po
667                 Updated French tranlsations
668
669 2003-02-10 [paul]       0.8.9claws51
670
671         * sylpheed.spec.in
672                 correct --enable-openssl
673                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
674
675 2003-02-09 [martin]     0.8.9claws50
676
677         * src/prefs_matcher.c
678                 fix segfault in prefs_matcher_substitute_cb() when
679                 no row is selected
680
681 2003-02-09 [paul]       0.8.9claws49
682
683         * src/folderview.c
684                 fix bug where a newsgroup folder's processing rules were
685                 merged with the global filtering rules when the newsgroup
686                 folder was deleted, causing some seriously bad results,
687                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
688
689 2003-02-08 [melvin]     0.8.9claws48
690
691         * src/compose.c
692                 Corrected and modified an alert message.
693
694 2003-02-07 [paul]       0.8.9claws47
695
696         * src/folderview.c
697                 fix bug where both an 'Account properties' window and a
698                 'Folder properties' window were opened when clicking on
699                 'Properties' in an NNTP or IMAP folder's popup menu.
700
701 2003-02-07 [paul]       0.8.9claws46
702
703         * sync with 0.8.10cvs6
704                 see ChangeLog 2003-02-06
705
706 2003-02-06 [christoph]  0.8.9claws45
707
708         * src/mbox.c
709                 freeze folder updates while importing mbox files
710                 (closes bug 43 importing mbox took hours)
711                 
712         Patch submitted by Jens Rantil <jens.rantil@telia.com>
713
714 2003-02-06 [thorsten]   0.8.9claws44
715
716         * po/de.po
717                 Updated german translations
718
719 2003-02-06 [thorsten]   0.8.9claws43
720
721         * src/news.h
722                 use guint for message numbers (fix count in grouplist dialog)
723
724 2003-02-05 [paul]       0.8.9claws42
725
726         * sync with 0.8.10cvs2
727                 see ChangeLog 2003-02-05
728
729 2003-02-04 [colin]      0.8.9claws41
730
731         * src/prefs_common.[ch]
732           src/procmsg.c
733           src/summaryview.c
734                 Add an option to disable threading by subject
735
736 2003-02-04 [christoph]  0.8.9claws40
737
738         * src/inc.c
739                 only abort fetching mails from multiple accounts when the
740                 error is fatal and does not allow to check any more accounts
741                 (currently only disk full error)
742
743         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
744          receive mails for other accouts)
745
746 2003-02-04 [christoph]  0.8.9claws39
747
748         * src/folder.c
749                 first add the new message to the cache, then
750                 send the update notification
751
752         (closes bug 39 after sending message folderview doesnt get updated)
753
754 2003-02-04 [colin]      0.8.9claws38
755
756         * src/inc.c
757                 _really_ fix this Connecting... status
758
759 2003-02-04 [paul]       0.8.9claws37
760
761         * sync with 0.8.10
762                 see ChangeLog 2003-02-04
763
764 2003-02-04 [paul]       0.8.9claws36
765
766         * sync with 0.8.9cvs6
767                 see ChangeLog 2003-02-03
768
769 2003-02-04 [paul]       0.8.9claws35
770
771         * po/pt_BR.po
772                 updated by André Filipe de Assunção e Brito 
773                 <bedecko@netsite.com.br>
774
775 2003-02-03 [thorsten]   0.8.9claws34
776
777         * po/de.po
778                 Updated german translations
779
780 2003-02-02 [paul]       0.8.9claws33
781
782         * po/es.po
783                 updated by Ricardo Mones Lastra
784
785 2003-02-02 [thorsten]   0.8.9claws32
786
787         * src/mh.c
788                 Fix mh_get_msginfo() segfault if file is inaccessible
789
790 2003-01-31 [colin]      0.8.9claws31
791
792         * src/procheader.c
793                 Fix last commit's bug
794
795 2003-01-31 [colin]      0.8.9claws30
796
797         * src/procheader.c
798                 Missing a change for gpg-signed messages
799
800 2003-01-31 [paul]       0.8.9claws29
801
802         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
803           src/procheader.c
804           src/stock_pixmap.[ch]
805           src/summaryview.c
806                 indicate GnuPG signed messages by displaying an icon
807                 in the Attachment column.
808
809 2003-01-31 [paul]       0.8.9claws28
810
811         * sync with 0.8.9cvs4
812                 see ChangeLog 2003-01-31
813
814 2003-01-31 [alfons]     0.8.9claws27
815
816         * src/textview.c
817                 tune URI parser to accept mailto URLs with a '?'
818                 (patch from Ruslan Balkin)
819
820 2003-01-31 [colin]      0.8.9claws26
821
822         * src/summaryview.c
823                 Fix a leak introduced in claws24
824
825 2003-01-31 [colin]      0.8.9claws25
826
827         * src/summaryview.c
828                 Freeze/Thaw folder updates when deleting dups
829
830 2003-01-31 [colin]      0.8.9claws24
831         
832         * src/addr_compl.c
833           src/summaryview.c
834           src/msgcache.c
835                 little speed improvements
836
837 2003-01-31 [colin]      0.8.9claws23
838
839         * src/summaryview.c
840                 Fix segfault when forwarding nothing
841                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
842                 
843 2003-01-30 [paul]       0.8.9claws22
844
845         * sync with 0.8.9cvs3
846                 see ChangeLog 2003-01-30
847
848 2003-01-30 [paul]       0.8.9claws21
849
850         * sync with 0.8.9cvs2
851                 see ChangeLog 2003-01-30
852
853 2003-01-29 [paul]       0.8.9claws20
854
855         * sync with 0.8.9cvs1
856                 see ChangeLog 2003-01-29
857
858 2003-01-28 [paul]       0.8.9claws19
859
860         * po/POTFILES.in
861                 update to reflect changes. 
862                 thanks to Ricardo Mones Lastra
863
864 2003-01-27 [christoph]  0.8.9claws18
865
866         * ac/openssl.m4
867         * ac/spamassassin.m4
868         * src/plugins/spamassassin/README
869         * src/plugins/spamassassin/libspamc.[ch]
870         * src/plugins/spamassassin/utils.[ch]
871                 updated to latest libspamc
872
873 2003-01-27 [christoph]  0.8.9claws17
874
875         * src/folder.c
876                 fix wrong use of procheader_get_header_fields
877
878 2003-01-27 [christoph]  0.8.9claws16
879
880         * src/news.c
881         * src/prefs_account.[ch]
882         * src/common/nntp.[ch]
883                 allow to force authentication for NNTP servers
884
885         Patch submitted by Florian Mickler <dmk@d-labs.de>
886
887 2003-01-26 [paul]       0.8.9claws15
888
889         * src/summaryview.c
890                 speed up of marking messages as read
891                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
892
893 2003-01-26 [christoph]  0.8.9claws14
894
895         * src/Makefile.am
896         * src/mgutils.[ch]              ** REMOVE **
897         * src/xml.[ch]                  ** REMOVE **
898         * src/xmlprops.[ch]             ** REMOVE **
899         * src/common/Makefile.am
900         * src/common/mgutils.[ch]       ** NEW **
901         * src/common/xml.[ch]           ** NEW **
902         * src/common/xmlprops.[ch]      ** NEW **
903                 move xml files to common directory
904
905 2003-01-26 [christoph]  0.8.9claws13
906
907         * src/plugins/spamassassin/spamassassin_gtk.c
908                 only set gtk entry text if string is available
909
910 2003-01-26 [melvin]     0.8.9claws12
911
912         * src/description_window.c
913                 Allow resizing of the window
914                 Allow automatic horizontal scroll bar
915                 Do not vertically expand and fill
916
917 2003-01-26 [christoph]  0.8.9claws11
918
919         * src/Makefile.am
920         * src/gtkutils.[ch]             ** REMOVE **
921         * src/common/sylpheed.c
922         * src/gtk/Makefile.am
923         * src/gtk/description_window.c
924         * src/gtk/gtkutils.[ch]         ** NEW **
925         * src/gtk/prefswindow.c
926                 move gtkutils to gtk directory
927
928 2003-01-26 [paul]       0.8.9claws10
929
930         * src/summaryview.c
931                 rename summary_unread_clicked() to summary_status_clicked()
932
933 2003-01-26 [melvin]     0.8.9claws9
934
935         * src/prefs_actions.c
936                 Cosmetical changes to the help text
937
938 2003-01-26 [paul]       0.8.9claws8
939
940         * src/folder.[ch]
941           src/mainwindow.c
942           src/prefs_common.c
943           src/prefs_sumamry_column.c
944           summaryview.[ch]
945                 rename the 'Unread' column to 'Status'
946
947 2003-01-25 [match]      0.8.9claws7
948
949         * src/mgutils.[ch]
950                 removed reference to LDAP constants. removed error2string.
951                 included functions to support LDAP dynamic queries.
952         * src/syldap.h
953                 moved LDAP constants here.
954         * src/addressbook.c
955         * src/addrindex.c
956         * src/importldif.c
957                 removed references to LDAP constants and references to
958                 error2string.
959
960 2003-01-25 [paul]       0.8.9claws6
961
962         * src/summaryview.c
963                 summary_thread_build(), summary_thread_init(): remove 
964                 unneeded reference to summaryview->folder_item
965
966 2003-01-25 [christoph]  0.8.9claws5
967
968         * src/gtk/description_window.c
969                 o allow description texts to expand over multiple columns
970                 o translate all columns
971         * src/prefs_actions.c
972                 change syntax description to use new multi column feature
973
974         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
975
976 2003-01-25 [match]      0.8.9claws4
977
978         * src/vcard.c
979                 fixed bug with Quoted-Printable
980
981 2003-01-25 [paul]       0.8.9claws3
982
983         * src/folder.[ch]
984           src/summaryview.[ch]
985                 implement per-folder collapsed/expanded threads setting
986                 
987         * src/prefs_common.c
988                 remove global collapsed/expanded threads option
989
990 2003-01-25 [christoph]  0.8.9claws2
991
992         * po/POTFILES.in
993                 add pluginwindow and prefswindow
994         * src/compose.c
995                 make send respond correctly to messages that could be added
996                 to the queue folder, but the UID of the message is unknown
997         * src/folder.c
998         * src/imap.c
999                 don't return guessed UIDs in imap_add_msg anymore. We return
1000                 0 to tell the folder system it was appened but the UID is
1001                 unknown. Folder system now get's the UID by scaning the folder
1002                 and searching the cache for the Message-ID
1003                 (closes bug #29 Messages queued, but not sent)
1004
1005 2003-01-25 [paul]       0.8.9claws1
1006
1007         * src/codeconv.c
1008                 conv_encode_header():  fix bug when long headers with 8-bit
1009                 characters are used, so that the encoded words are wrapped.
1010                 If the space in the original text falls on the wrap boundary,
1011                 it can be lost.
1012                 Patch by Sergey Vlasov.
1013                 
1014         * src/folderview.c
1015                  fix bug where a change to the sorting method or thread view
1016                  of a folder's messages is lost if simpify-subject is set and
1017                  toggled on or off.
1018                  Patch by Luke Plant.
1019
1020 2003-01-24 [paul]       0.8.9claws
1021
1022         * sylpheed-0.8.9claws released
1023         
1024         * Makefile.am
1025           sylpheed.spec.in
1026                 remove reference to 'INSTALL.jp'
1027
1028 2003-01-23 [paul]       0.8.8claws128
1029
1030         * po/es.po
1031           po/it.po
1032           po/ru.po
1033           po/sr.po
1034                 updated translations. submitted by Ricardo Mones Lastra,
1035                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1036
1037 2003-01-23 [colin]      0.8.8claws127
1038
1039         * src/compose.c
1040                 Fix drafted and queued news articles re-edition
1041
1042 2003-01-23 [melvin]     0.8.8claws126
1043
1044         * po/fr.po
1045                 Updated French translations
1046
1047 2003-01-23 [colin]      0.8.8claws125
1048
1049         * src/inc.c
1050                 Fix "Connecting to..." status message
1051
1052 2003-01-22 [paul]       0.8.8claws124
1053
1054         * po/bg.po
1055                 updated by George Danchev
1056                 
1057         * src/folder.c
1058                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1059                 and folder deletion
1060
1061 2003-01-21 [paul]       0.8.8claws123
1062
1063         * po/bg.po
1064                 updated by George Danchev
1065                 
1066         * src/about.c
1067                 its now 2003
1068                 
1069         * src/toolbar.c
1070                 don't translate 'Separator'
1071                 
1072         * src/plugins/spamassassin/Makefile.am
1073                 add aspell to CPPFLAGS
1074                 
1075         * src/plugins/spamassassin/spamassassin.c
1076           src/plugins/spamassassin/spamassassin_gtk.c
1077                 set correct default for spamassassin_receive_spam
1078                 slightly re-word descriptions and some
1079                 other minor changes
1080
1081 2003-01-19 [alfons]     0.8.8claws122
1082                 
1083         * src/mimeview.c
1084                 mimeview_save_as(): we might as well show the file name for
1085                 the single case "Save As" too
1086
1087 2003-01-19 [alfons]     0.8.8claws121
1088
1089         * src/crash.c
1090                 change bug tracker URL to bugzilla URL
1091
1092 2003-01-19 [alfons]     0.8.8claws120
1093
1094         * src/mimeview.c
1095                 mimeview_save_all(): display name of file before overwriting;
1096                 continue saving all, even when one overwrite was cancelled
1097
1098 2003-01-19 [christoph]  0.8.8claws119
1099
1100         * src/summaryview.c
1101         * src/procmsg.[ch]
1102                 fix wrong usage of procmsg_find_children in summaryview
1103                 by using procmsg_update_unread_children instead of
1104                 summaryview_update_unread_children
1105
1106 2003-01-19 [christoph]  0.8.8claws118
1107
1108         * src/procmsg.c
1109                 fix infinite loop in procmsg_find_children
1110                  (closes bug #25 sylpheed crashes on delete.)
1111
1112         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1113
1114 2003-01-19 [paul]       0.8.8claws117
1115
1116         * po/pt_BR.po
1117                 updated by Ivan Francolin Martinez
1118
1119 2003-01-18 [melvin]     0.8.8claws116
1120
1121         * src/prefs_actions.c
1122                 Removed syntax limitation of only one '&' at the end of command.
1123                         Now actions that contain '>/dev/null 2>&1' are possible.
1124
1125 2003-01-18 [melvin]     0.8.8claws115
1126
1127         * src/prefs_actions.c
1128                 Actions IO dialog: when the action ends
1129                 the "Close" button now has focus and [Escape] closes the
1130                 window.
1131
1132 2003-01-18 [christoph]  0.8.8claws114
1133
1134         * src/procmsg.c
1135                 o add debug output when MsgInfos are really freed
1136                 o free GSLists in procmsg_find_children and
1137                   procmsg_update_unread_children
1138
1139 2003-01-18 [christoph]  0.8.8claws113
1140
1141         * src/mainwindow.c
1142                 reorder Configuration menu
1143
1144 2003-01-18 [christoph]  0.8.8claws112
1145
1146         * src/compose.c
1147                 fix applying templates to forwarded messages
1148
1149         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1150
1151 2003-01-17 [christoph]  0.8.8claws111
1152
1153         * src/folder.c
1154                 destroy folder items, when a folder item is removed
1155
1156 2003-01-17 [christoph]  0.8.8claws110
1157
1158         * src/folder.c
1159                 fix wrong folder stats update when ignored message is
1160                 deleted
1161
1162 2003-01-17 [colin]      0.8.8claws109
1163         
1164         * src/mainwindow.c
1165         * src/summaryview.c
1166                 Quicksearch bugfixes: 
1167                 - hide help button at startup if not extended
1168                 - switch to extended when looking for replies
1169
1170 2003-01-17 [paul]
1171
1172         * sync with 0.8.9 release
1173
1174 2003-01-17 [paul]       0.8.8claws108
1175
1176         * sync with 0.8.8cvs11
1177                 see ChangeLog 2003-01-17
1178
1179 2003-01-16 [colin]      0.8.8claws107
1180
1181         * src/procmsg.c
1182                 Changed encryption test to re-ask passphrase
1183                 if an encrypted message hasn't been decrypted
1184                 Fixes bug #5
1185
1186 2003-01-16 [christoph]  0.8.8claws106
1187
1188         * src/prefs_gtk.c
1189         * src/prefs_toolbar.c
1190         * src/gtk/prefswindow.h
1191         * src/plugins/spamassassin/spamassassin_gtk.c
1192                 remove page destroy function that is not used anymore
1193
1194 2003-01-16 [paul]       0.8.8claws105
1195
1196         * sync with 0.8.8cvs9
1197                 see ChangeLog 2002-01-16
1198
1199 2003-01-16 [colin]      0.8.8claws104
1200
1201         * src/compose.[ch]
1202                 Fix bug with autosaved drafts for IMAP, when draft
1203                 folder is specified - fixes bugzilla bug #20
1204
1205 2003-01-15 [paul]       0.8.8claws103
1206
1207         * src/compose.[ch]
1208           src/procmsg.c
1209                 store folder and message-id of message forwarding
1210                 in queue header and set forward flag after sending
1211
1212 2003-01-15 [paul]       0.8.8claws102
1213
1214         * sync with 0.8.8cvs8
1215                 see ChangeLog 2002-01-15
1216
1217 2003-01-15 [colin]      0.8.8claws101
1218
1219         * src/Makefile.am
1220                 Fix linking with GNU libiconv
1221
1222 2003-01-15 [darko]      0.8.8claws100
1223
1224         * src/pine.c
1225                 fix crash when importing pine address book
1226                 entry with an empty name (reported by DY
1227                 <dybulk at tri8.net>)
1228
1229 2003-01-14 [paul]       0.8.8claws99
1230
1231         * configure.in  ** REMOVED **
1232           configure.ac  ** NEW FILE **
1233                 rename configure.in to configure.ac, as it is now
1234                 preferred
1235
1236 2003-01-14 [melvin]     0.8.8claws98
1237
1238         * src/folderview.c
1239                 folderview_check_new(): More precise function description
1240
1241 2003-01-14 [melvin]     0.8.8claws97
1242
1243         * src/folderview.c
1244                 folderview_check_new(): return the number of new messages 
1245                         since last check.
1246         * src/inc.c
1247                 inc_account_mail(): Disable counting of new messages for IMAP
1248                         and NNTP until bug [19] and [14] are fixed.
1249
1250 2003-01-14 [paul]       0.8.8claws96
1251
1252         * sync with 0.8.8cvs6
1253                 see ChangeLog 2003-01-14
1254
1255 2003-01-13 [alfons]     0.8.8claws95
1256
1257         * src/textview.c
1258                 tune email address validation (c. 0.8.8claws89): if . is 
1259                 just one char away from @, the address is invalid too 
1260                 (correctly rejects addresses like foo@.com)
1261
1262 2003-01-13 [paul]       0.8.8claws94
1263
1264         * src/messageview.c
1265           src/toolbar.c
1266                 fixes to the Message View toolbar and menu:
1267                 fix non-functioning Forward button
1268                 make Reply button consider default_reply_list
1269                 remove 'Follow-up...' menu entry
1270                 add 'Forward' and 'Redirect' menu entries
1271
1272 2003-01-13 [melvin]     0.8.8claws93
1273
1274         * src/inc.c
1275                 Fixed typo that could make new messages count incorrect.
1276
1277 2003-01-13 [melvin]     0.8.8claws92
1278
1279         * src/folderview.[ch]
1280                 folderview_check_new(): return the number of new messages.
1281         * src/inc.c
1282                 Should fix bug [14] where new mail notification worked 
1283                         incorrectly with IMAP accounts.
1284                 inc_spool_account(): return number of new msgs, or -1 on error
1285                 inc_all_spool(): return number of new msgs
1286                 
1287 2003-01-13 [melvin]     0.8.8claws91
1288
1289         * src/prefs_actions.c
1290                 Justify help text.
1291
1292 2003-01-12 [thorsten]   0.8.8claws90
1293
1294         * src/common/prefs.c
1295                 close file before rename
1296
1297 2003-01-12 [alfons]     0.8.8claws89
1298
1299         * AUTHORS
1300                 add Christian Mertes
1301         * src/common/utils.[ch]
1302                 g_stricase_hash(), g_stricase_equal(): functions for 
1303                 case insensitive hash tables
1304         * src/textview.c
1305                 use top level domain names to validate email address, based
1306                 on a patch by Christian Mertes (thanks!), but changed 
1307                 implementation to use a hash table 
1308
1309 2003-01-12 [paul]       0.8.8claws88
1310
1311         * po/bg.po
1312                 updated by George Danchev
1313
1314 2003-01-12 [alfons]     0.8.8claws87
1315
1316         * src/summaryview.c
1317                 delete / execute performance: use new style folder update
1318
1319 2003-01-12 [paul]       0.8.8claws86
1320
1321         * sync with 0.8.8cvs5
1322                 see ChangeLog 2003-01-13 (!)
1323
1324 2003-01-12 [alfons]     0.8.8claws85
1325
1326         * src/filtering.c
1327         * src/matcher_parser_parse.y
1328                 prepare change_score filtering action
1329         * src/matcher.[ch]
1330                 give up const-correctness on functions that call non-const-correct functions;
1331                 several casts to gpointer in g_free();
1332                 add change_score;
1333
1334 2003-01-12 [christoph]  0.8.8claws84
1335
1336         * src/compose.c
1337                 fix 2 warnings
1338
1339         * src/gtk/prefswindow.[ch]
1340         * src/plugins/spamassassin/spamassassin_gtk.c
1341                 changed the call of the widget create function
1342                 for PrefsPages, because sometimes the widget
1343                 create function needs a widget that already has
1344                 been attached to a window (to create GDK pixmaps
1345                 for exmaple). So we simply pass the GtkWindow as
1346                 the second parameter now.
1347
1348         * src/main.c
1349         * src/mainwindow.c
1350         * src/prefs_toolbar.[ch]
1351                 rewrite Toolbar Preferences using the new
1352                 prefs window
1353
1354 2003-01-11 [alfons]     0.8.8claws83
1355
1356         * src/addressadd.c
1357                 fix crash when adding sender to addressbook because status bar
1358                 isn't there (the status bar doesn't seem to be used though,
1359                 but I'll let Match decide what to do with it)
1360
1361 2003-01-11 [colin]      0.8.8claws82
1362
1363         * src/main.c
1364           src/toolbar.c
1365                 Two useless changes reversed
1366
1367 2003-01-11 [colin]      0.8.8claws81
1368
1369         * src/mainwindow.c
1370           src/mainwindow.h
1371                 Add mainwindow_get_mainwindow()
1372         * src/alertpanel.c
1373           src/alertpanel.h
1374                 Add alertpanel_error_log() 
1375         * src/compose.c
1376           src/inc.c
1377           src/messageview.c
1378           src/toolbar.c
1379           src/main.c
1380           src/procmsg.c
1381                 Network errors get a View Log button
1382
1383 2003-01-10 [alfons]     0.8.8claws80
1384
1385         * src/prefs_toolbar.c
1386         * src/toolbar.c
1387                 use the translatable string for "Separator" as file name for
1388                 separator toolbar items (probably make this uppercase?)
1389
1390 2003-01-10 [alfons]     0.8.8claws79
1391
1392         * src/prefs_toolbar.c
1393                 put right A_SEPARATOR description string in "displayed
1394                 toolbar items list" so manually added separators are
1395                 saved correctly (bug #10, "Adding a separator to the main 
1396                 toolbar fails, entry in xml file is wrong")
1397
1398 2003-01-10 [christoph]  0.8.8claws78
1399
1400         * src/imap.c
1401                 o fix warnings
1402                 o use CAPABILITY to check if NAMESPACE is available
1403
1404 2003-01-10 [christoph]  0.8.8claws77
1405
1406         * src/imap.[ch]
1407                 apply UIDPLUS IMAP extension support patch
1408
1409         Patch submitted by Simon 'corecode' Schubert
1410
1411 2003-01-10 [paul]       0.8.8claws76
1412
1413         * src/folderview.c
1414                 a sync from main which fixes the news account folders'
1415                 Properties bug
1416
1417 2003-01-10 [christoph]  0.8.8claws75
1418
1419         * src/folder.c
1420                 don't accept 0 as a valid uid returned by copy and move
1421                 functions. 0 means the message was copied or moved but the
1422                 new uid could not be fetched. It is not an error condition
1423                 for the copy or move operation.
1424
1425 2003-01-10 [paul]       0.8.8claws74
1426
1427         * src/prefs_filtering.c
1428                 change English used in Alert when entry is not
1429                 saved.
1430                 
1431         * sync with 0.8.8cvs4
1432                 see ChangeLog 2003-01-10
1433
1434 2003-01-10 [darko]      0.8.8claws73
1435
1436         * src/pine.c
1437                 fix crash when importing address book entry
1438                 without a valid address
1439
1440 2003-01-09 [alfons]     0.8.8claws72
1441
1442         * src/inc.c
1443                 filtering performance: use new style folder update
1444
1445 2003-01-09 [christoph]  0.8.8claws71
1446
1447         * src/compose.c
1448         * src/gtk/menu.[ch]
1449                 fix wrong selecting of mime encoding type, when
1450                 opening property dialog of attachments in the
1451                 compose window. 7bit was always selected and that
1452                 destoryed files with 8bit data.
1453                 (closes bug #9 Sylpheed-claws destroys attachments when
1454                  changing MIME-types)
1455
1456 2003-01-09 [paul]       0.8.8claws70
1457
1458         * sync with 0.8.8cvs3
1459                 see ChangeLog 2003-01-09
1460
1461 2003-01-08 [alfons]     0.8.8claws69
1462         
1463         * src/addressadd.c
1464                 apply patch by Kim Schulz to fix build breakage
1465                 because of missing variable
1466
1467 2003-01-08 [paul]       0.8.8claws68
1468
1469         * sync with 0.8.8cvs2
1470                 see ChangeLog 2002-01-08
1471
1472 2003-01-08 [paul]       0.8.8claws67
1473
1474         * po/it.po
1475                 updated by Alessandro Maestri
1476                 
1477         * src/addressadd.c
1478                 when using 'Add sender to addressbook' allow
1479                 name to be edited and remarks to be entered
1480                 Patch submitted by Luke Plant
1481
1482 2003-01-08 [darko]      0.8.8claws66
1483
1484         * README.claws, src/summaryview.c
1485                 fix description for marked messages
1486
1487 2003-01-08 [paul]
1488
1489         * tools/Makefile.am
1490           tools/launch_phoenix  ** NEW FILE **
1491                 add script that enables using Phoenix as the default
1492                 web browser. 
1493                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1494                 
1495         * tools/OOo2sylpheed.pl
1496                 remove full path to sylpheed executable, just 'sylpheed'
1497                 will do
1498                 
1499         * tools/README
1500                 add launch_phoenix informtion and re-arrange and compress
1501                 the data a little
1502
1503 2003-01-07 [christoph]  0.8.8claws65
1504
1505         * src/folder.c
1506                 fix update for source folder when moving messages
1507         * src/procmsg.[ch]
1508         * src/summaryview.c
1509                 use function to set to_folder for message infos and
1510                 automatically update the op_count for old and new
1511                 folder
1512
1513 2003-01-07 [melvin]     0.8.8claws64
1514
1515         * src/prefs_actions.c
1516                 Fixed bug where an '%p' Action on a displayed image crashed 
1517                         Sylpheed
1518                 Code clean up (get rid of duplicated code and removed unnecessary 
1519                                 structure member)
1520
1521 2003-01-07 [christoph]  0.8.8claws63
1522
1523         * src/compose.c
1524         * src/folder.[ch]
1525         * src/folderview.c
1526         * src/import.c
1527         * src/inc.c
1528         * src/main.c
1529         * src/mainwindow.c
1530         * src/messageview.c
1531         * src/prefs_folder_item.c
1532         * src/procmsg.c
1533         * src/summaryview.c
1534         * src/toolbar.c
1535                 o remove all folder update triggering from the UI code. The folder
1536                   system should know much better when a folder needs an update.
1537                 o to prevent multiple updates in a row the folder updates can be
1538                   frozen for some time.
1539
1540                 Note: - Please verify that no updates are missing
1541                       - Check where freeze/thaws should be added
1542
1543 2003-01-07 [christoph]  0.8.8claws62
1544
1545         * src/prefs_actions.c
1546                 don't translate empty strings
1547
1548         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1549
1550 2003-01-06 [christoph]  0.8.8claws61
1551
1552         * src/prefs_actions.c
1553                 mark strings for gettext
1554         * src/prefs_matcher.c
1555                 use new description window for Execute action and
1556                 match condition in Filtering
1557
1558         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1559
1560 2003-01-06 [alfons]     0.8.8claws60
1561
1562         keep myself inspired to re-organize matcher part 8; 
1563         yes, more to come (I need to move out the descriptive
1564         text for actions to matcher.c, or at least make it not
1565         depend on the wicked ordering)
1566
1567         * src/prefs_matcher.c
1568                 add documentation so others may comprehend the
1569                 UI part of the conditions
1570                 
1571 2003-01-06 [christoph]  0.8.8claws59
1572
1573         * src/prefs_actions.c
1574                 use new description window for syntax help
1575         * src/gtk/description_window.c
1576                 fix display of descriptions with column count != 2
1577
1578         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1579
1580 2003-01-06 [christoph]  0.8.8claws58
1581
1582         * src/quote_fmt.c
1583         * src/summaryview.[ch]
1584         * src/gtk/Makefile.am
1585         * src/gtk/description_window.[ch]       ** NEW **
1586                 use a generic window to display syntax descriptions
1587                 currently used in quote_fmt and summaryview (new description
1588                 for extended quick search)
1589
1590         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1591
1592 2003-01-06 [paul]       0.8.8claws57
1593
1594         * sync with 0.8.8cvs1
1595                 see ChangeLog 2003-01-06
1596
1597 2003-01-06 [christoph]  0.8.8claws56
1598
1599         * src/mainwindow.c
1600         * src/prefs_gtk.[ch]
1601         * src/gtk/prefswindow.[ch]
1602         * src/plugins/spamassassin/spamassassin_gtk.c
1603                 o remove page management from prefswindow, pages
1604                   will be an argument to prefswindow_open
1605                 o prefswindow_open gets a datapointer that is
1606                   passed to the widget_create function to allow
1607                   creation of prefswindow for specific items
1608
1609 2003-01-06 [colin]      0.8.8claws55
1610         
1611         * src/summaryview.c
1612                 We don't want regexp in the reply-finder, 
1613                 because MIDs can contain !,$,. and so on
1614
1615 2003-01-06 [jens]       0.8.8claws54
1616
1617         * src/jpilot.c
1618                 fixed a wrong free in jpilot_read_db_files
1619
1620 2003-01-06 [alfons]     0.8.8claws53
1621
1622         re-organize matcher part 8; more to come
1623        
1624         * src/matcher.c
1625                 matcherprop_to_string(): put g_free()s before the
1626                 switch-case break to fix memleaks                
1627
1628 2003-01-06 [colin]      0.8.8claws52
1629
1630         * src/summaryview.c
1631                 cleanup & reply-finder now displays the first 
1632                 matching message
1633
1634 2003-01-05 [alfons]     0.8.8claws51
1635
1636         re-organize matcher part 7; more to come
1637
1638         * src/matcher.[ch]
1639                 fixes for constant correctness;
1640                 more documentation;
1641
1642 2003-01-05 [alfons]     0.8.8claws50
1643
1644         re-organize matcher part 6; more to come
1645         
1646         * src/matcher.[ch]
1647                 fixes for constant correctness;
1648                 more documentation;
1649         * src/filtering.c
1650                 fix for constant correctness
1651
1652 2003-01-05 [colin]      0.8.8claws49
1653
1654         * src/account.[ch]
1655                 Add account_get_reply_account function
1656         * src/compose.c
1657                 Use account_get_reply_account function 
1658         * src/summaryview.c
1659                 Basic reply-finder - click on the replied
1660                 icon gets you to the outbox using quick-search
1661
1662 2003-01-05 [paul]       0.8.8claws48
1663
1664         * src/prefs_common.c
1665                 small change to English
1666                 
1667         * src/prefs_filtering.c
1668                 prefs_filtering_action_select(): improve logic and uniformity
1669                 of gui
1670
1671 2003-01-05 [alfons]     0.8.8claws47
1672
1673         fine tune solution to focus problems (bug #7)
1674
1675         * src/mainwindow.c
1676                 mainwindow_focus_in_event(): remove grab event check
1677         * src/summaryview.c
1678                 summary_button_pressed(): move selection on right-click
1679                 too. we can't possibly move the selection back after
1680                 canceling a dialog, because gtk's incomplete focus 
1681                 management. whether this is a good solution, only time
1682                 will tell.
1683
1684 2003-01-05 [christoph]  0.8.8claws46
1685
1686         * src/imap.c
1687                 fix crash when no imap connection could be established
1688
1689 2003-01-05 [paul]       0.8.8claws45
1690
1691         * src/mainwindow.c
1692           src/sumamryview.c
1693           src/gtk/menu.[ch]
1694                 fix bug 605957 'shortcuts in popup-menu'
1695                 make user-defined shortcuts work
1696                 show shortcuts that are already defined
1697                 in the main menu
1698                 Patch submitted by Luke Plant
1699
1700 2003-01-05 [alfons]     0.8.8claws44
1701
1702         * src/mainwindow.c
1703                 focus_in_event handler should not select summary view row 
1704                 when another window (menu, dialog) grabbed for events 
1705                 (bug #7, "[0.8.8claws42] Message summary focus") 
1706
1707 2003-01-04 [christoph]  0.8.8claws43
1708
1709         * src/procmsg.c
1710                 update save folder after adding the sent message
1711                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
1712
1713 2003-01-02 [christoph]  0.8.8claws42
1714
1715         * src/common/plugin.c
1716                 fix unloading of all plugins and unload
1717                 plugins in reverse order
1718                 
1719         * src/gtk/pluginwindow.c
1720                 implement function of load and unload button
1721
1722         * src/gtk/prefswindow.c
1723         * src/gtk/prefswindow.h
1724                 rename register function and add new unregister
1725                 function
1726
1727         * src/plugins/spamassassin/spamassassin_gtk.c
1728                 unregister prefs page and update for changes in
1729                 src/gtk/prefswindow.c
1730
1731 2003-01-02 [paul]       0.8.8claws41
1732
1733         * po/es.po
1734                 updated by Ricardo Mones Lastra
1735
1736 2003-01-02 [paul]
1737
1738         * tools/tb2sylpheed
1739                 fixes and improvements by Urke MMI
1740
1741 2003-01-02 [thorsten]   0.8.8claws40
1742
1743         * src/procmsg.c
1744                 fixed wrong return value
1745
1746 2003-01-02 [thorsten]   0.8.8claws39
1747
1748         * src/prefs.c
1749                 fixed printing wrong variable
1750
1751 2003-01-02 [thorsten]   0.8.8claws38
1752
1753         * src/prefs.c
1754                 fixed acessing members of freed pfile struct
1755
1756 2003-01-02 [thorsten]   0.8.8claws37
1757
1758         * src/procmsg.c
1759                 detect loops across several messages
1760                 as suggested by Christoph Hohmann
1761
1762 2003-01-01 [match]      0.8.8claws36
1763
1764         * src/addrindex.c
1765                 fixed another memory leak.
1766
1767 2003-01-01 [match]      0.8.8claws35
1768
1769         * src/jpilot.[ch]
1770                 fixed memory leaks. applied Doxygen comments.
1771
1772 2003-01-01 [thorsten]   0.8.8claws34
1773
1774         * src/procmsg.c
1775                 inhibit endless loop if msg references itself
1776                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
1777
1778 2003-01-01 [christoph]  0.8.8claws33
1779
1780         * src/mainwindow.c
1781         * src/gtk/Makefile.am
1782         * src/gtk/pluginwindow.c                ** NEW **
1783         * src/gtk/pluginwindow.h                ** NEW **
1784                 add plugin window
1785
1786         * src/plugins/demo/demo.c
1787         * src/plugins/spamassassin/spamassassin.c
1788         * src/plugins/spamassassin/spamassassin_gtk.c
1789                 write better plugin descriptions
1790
1791 2002-12-31 [christoph]  0.8.8claws32
1792
1793         * src/gtk/prefswindow.c
1794         * src/plugins/spamassassin/spamassassin_gtk.c
1795                 some small improvements to GTK code
1796
1797 2002-12-31 [christoph]  0.8.8claws31
1798
1799         * src/plugins/spamassassin/spamassassin_gtk.c
1800                 enable folder select button
1801
1802 2002-12-31 [christoph]  0.8.8claws30
1803
1804         * src/mainwindow.c
1805         * src/gtk/Makefile.am
1806         * src/gtk/prefswindow.c                         ** NEW **
1807         * src/gtk/prefswindow.h                         ** NEW **
1808                 add new prefs window
1809
1810         * src/common/plugin.c
1811                 don't try to load empty config lines
1812         
1813         * src/plugins/spamassassin/Makefile.am
1814         * src/plugins/spamassassin/spamassassin.c
1815         * src/plugins/spamassassin/spamassassin.h       ** NEW **
1816         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
1817                 GTK config for SpamAssassin Plugin using
1818                 the new prefs window
1819
1820 2002-12-31 [paul]       0.8.8claws29
1821
1822         * po/POTFILES.in
1823                 remove obsolete entry 'src/menu.c'
1824
1825 2002-12-31 [alfons]     0.8.8claws28
1826
1827         * src/matcher.[ch]
1828         * src/matcher_parser_parse.y
1829         * src/prefs_matcher.c
1830                 add "ignore_thread" and "~ignore_thread" condition so it's
1831                 possible to make the actions / scoring operate on the ignore
1832                 thread flag
1833
1834 2002-12-31 [christoph]  0.8.8claws27
1835
1836         * src/addrbook.c
1837         * src/addrindex.c
1838         * src/folder.c
1839         * src/matcher.c
1840         * src/prefs_account.c
1841         * src/prefs_actions.c
1842         * src/prefs_customheader.c
1843         * src/prefs_display_header.c
1844         * src/prefs_gtk.c
1845         * src/procmime.c
1846         * src/toolbar.c
1847         * src/xmlprops.c
1848         * src/common/prefs.[ch]
1849                 extend prefs file handling for reading and automatic handling
1850                 of blocks. When reading prefs_set_block_label will automatically
1851                 move on to the block. When writing it will copy all other blocks
1852                 automatically
1853
1854         * src/common/plugin.c
1855                 Now loading plugin filenames from [Plugins] block in
1856                 sylpheed rc file
1857
1858 2002-12-30 [christoph]  0.8.8claws26
1859
1860         * src/common/hooks.[ch]
1861                 return abort status to caller of hooks_invoke
1862                 
1863         * src/inc.[ch]
1864                 invoke message filtering hook and stop
1865                 default handling when filter returns abort
1866
1867         * src/common/plugin.[ch]
1868         * src/plugins/demo/demo.c
1869                 modify plugin loader, because resolving symbols for strings
1870                 does not work correctly
1871         
1872         * configure.in
1873         * ac/spamassassin.m4                            ** NEW **
1874         * src/plugins/spamassassin/.cvsignore           ** NEW **
1875         * src/plugins/spamassassin/Makefile.am          ** NEW **
1876         * src/plugins/spamassassin/README               ** NEW **
1877         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
1878         * src/plugins/spamassassin/spamassassin.c       ** NEW **
1879         * src/plugins/spamassassin/utils.[ch]           ** NEW **
1880                 add spamassassin plugin, see src/plugins/spamassassin/README
1881                 for details
1882
1883 2002-12-29 [alfons]     0.8.8claws25
1884
1885         * src/mainwindow.c
1886                 when moving focus from a message view to the main 
1887                 window, don't forget to select the summary node
1888                 of the displayed message. should fix "[ 659103 ] 
1889                 focus-follows-mouse confuses sylpheed"
1890
1891 2002-12-29 [christoph]  0.8.8claws24
1892
1893         * src/Makefile.am
1894         * src/stringtable.[ch]          ** REMOVE **
1895         * src/common/Makefile.am
1896         * src/common/stringtable.[ch]   ** NEW **
1897                 move stringtable files to common directory
1898
1899 2002-12-29 [christoph]  0.8.8claws23
1900
1901         * src/Makefile.am
1902         * src/menu.[ch]                 ** REMOVE **
1903         * src/gtk/Makefile.am
1904         * src/gtk/menu.[ch]             ** NEW **
1905                 move menu files to gtk directory
1906
1907 2002-12-29 [match]      0.8.8claws22
1908
1909         * src/addressbook.c
1910         * src/syldap.c
1911                 moved UI specific code out of LDAP code into addressbook
1912                 UI code. fixed memory leak.
1913
1914 2002-12-29 [christoph]  0.8.8claws21
1915
1916         * src/folder.c
1917                 only check for IGNORED parent message when message is
1918                 not IGNORED itself
1919
1920 2002-12-29 [alfons]     0.8.8claws20
1921
1922         * src/summaryview.c
1923                 set gtksctree's anchor correct (immediate execute
1924                 changes the tree's layout, and anchor points at 
1925                 the incorrect row). fixes "[ 657233 ] multiple msg 
1926                 delete sometimes off by 1".
1927                 we probably have to look for more tree layout /
1928                 anchor glitches.
1929
1930 2002-12-29 [paul]       0.8.8claws19
1931
1932         * src/summaryview.c
1933                 fix bug [ 659054 ] incorrect sorting of 'From' column
1934                 when using 'display sender using address book'
1935                 thanks to Alfons and Luke Plant
1936
1937 2002-12-29 [christoph]  0.8.8claws18
1938
1939         * src/folder.c
1940         * src/procmsg.[ch]
1941                 check parent messages for IGNORE THREAD flag, when adding,
1942                 moving or copying messages to a folder
1943
1944 2002-12-27 [alfons]     0.8.8claws17
1945
1946         re-organize matcher part 5; more to come
1947
1948         * src/matcher.c
1949                 hash keywords in matchparser_tab 
1950
1951 2002-12-27 [alfons]     0.8.8claws16
1952
1953         re-organize matcher part 4; more to come
1954
1955         * src/matcher_parser.h
1956         * src/matcher_parser_lex.l
1957         * src/matcher_parser_parse.y
1958                 cleanup
1959
1960 2002-12-27 [alfons]     0.8.8claws15
1961
1962         re-organize matcher part 3; more to come
1963
1964         * src/matcher.[ch]
1965                 cleanup
1966
1967 2002-12-27 [alfons]     0.8.8claws14
1968
1969         re-organize matcher part 2; more to come but this should
1970         work. cc me if there are any regressions.
1971
1972         * src/matcher.h
1973                 add prototype for get_matchparser_tab_id()
1974         * src/matcher_parser_lex.l
1975                 look up keywords using matchparser_tab_id();
1976
1977 2002-12-27 [alfons]     0.8.8claws12
1978
1979         re-organize matcher part 1
1980
1981         * src/matcher.h
1982                 map yacc generated constants to sylpheed matcher constants
1983         * src/matcher.c
1984                 add function to find a matcher constant from a string
1985
1986 2002-12-27 [christoph]  0.8.8claws11
1987
1988         * src/compose.c
1989                 MENUITEM_ADD casts the 4th argument from integer to pointer
1990                 so it probably should not be a pointer, this means we
1991                 should use account id for it and not the account's pointer
1992
1993 2002-12-27 [paul]       0.8.8claws10
1994
1995         * src/mainwindow.c
1996                 remove unneeded 'GtkWidget *vbox'
1997                 
1998         * src/summaryview.c
1999                 further sync with 0.8.8 - make sort
2000                 by recipient work as expected
2001                 
2002         * NEWS
2003                 sync with 0.8.8
2004
2005 2002-12-27 [paul]       0.8.8claws9
2006
2007         * po/pt_BR.po
2008                 updated by Ivan F. Martinez
2009                 
2010 2002-12-27 [darko]      0.8.8claws8
2011
2012         * src/common/utils.c
2013                 added locked pattern to extended search
2014
2015 2002-12-27 [alfons]     0.8.8claws7
2016
2017         * src/prefs_matcher.[ch]
2018                 clean up
2019
2020 2002-12-26 [alfons]     0.8.8claws6
2021
2022         * src/matcher.[ch]
2023         * src/matcher_parser_lex.l
2024         * src/matcher_parser_parse.y
2025         * src/prefs_matcher.c
2026                 allow color label as a condition in the matcher
2027
2028 2002-12-26 [oliver]     0.8.8claws5
2029         
2030         * src/toolbar.c 
2031                 enable Addressbook for Main and Messageview
2032         * src/prefs_actions.c
2033                 enable actions in Messageview
2034
2035 2002-12-26 [christoph]  0.8.8claws4
2036
2037         * src/common/plugin.c
2038                 add a little debug output
2039         * configure.in
2040         * src/plugins/demo/Makefile.am
2041                 better use of automake
2042
2043 2002-12-26 [christoph]  0.8.8claws3
2044
2045         * src/Makefile.am
2046         * src/common/Makefile.am
2047                 fix "make distdir"
2048
2049 2002-12-26 [christoph]  0.8.8claws2
2050
2051         * configure.in
2052                 sort configure checks into common / gtk / plugins
2053         * po/POTFILES.in
2054                 add src/prefs_gtk.c
2055         * src/Makefile.am
2056                 add plugins SUBDIR
2057         * src/main.c
2058         * src/common/sylpheed.[ch]
2059                 added now sylpheed_done function for shutdown
2060         * src/common/Makefile.am
2061         * src/common/plugin.[ch]                ** NEW **
2062                 plugin loader and unloader
2063         * src/plugins/.cvsignore                ** NEW **
2064         * src/plugins/Makefile.am               ** NEW **
2065                 build plugins
2066         * src/plugins/demo/.cvsignore           ** NEW **
2067         * src/plugins/demo/Makefile.am          ** NEW **
2068         * src/plugins/demo/demo.c               ** NEW **
2069                 small demo plugin that installs a logtext hook and
2070                 outputs the log text to stdout
2071
2072 2002-12-26 [paul]       0.8.8claws1
2073
2074         * po/es.po
2075                 updated by Ricardo Mones Lastra
2076
2077 2002-12-26 [paul]       0.8.8claws
2078
2079         * 0.8.8claws released
2080
2081 2002-12-26 [paul]       0.8.7claws12
2082
2083         * po/bg.po
2084                 updated by George Danchev
2085
2086 2002-12-26 [paul]       0.8.7claws11
2087
2088         * po/POTFILES.in
2089                 remove unneeded 'src/prefs.c' entry 
2090
2091 2002-12-26 [paul]       0.8.7claws10
2092
2093         * src/codeconv.c
2094           src/mainwindow.c
2095                 sync with 0.8.8 release
2096         
2097         * src/folder.[ch]
2098           src/mh.c
2099           src/summaryview.c
2100                 partial sync with 0.8.8 release
2101         
2102
2103 2002-12-25 [alfons]     0.8.7claws9
2104
2105         * src/matcher.[ch]
2106         * src/matcher_parser_lex.l
2107         * src/matcher_parser_parse.y
2108         * src/prefs_matcher.c
2109                 add locked flag to possible filtering / matcher 
2110                 conditions (also a good example what should be
2111                 done to add a simple boolean condition)
2112
2113 2002-12-25 [christoph]  0.8.7claws8
2114
2115         * src/Makefile.am
2116         * src/account.[ch]
2117         * src/addrbook.c
2118         * src/addressbook.c
2119         * src/addrindex.c
2120         * src/filtering.c
2121         * src/folder.c
2122         * src/matcher.c
2123         * src/prefs.[ch]                ** REMOVE **
2124         * src/prefs_account.c
2125         * src/prefs_actions.c
2126         * src/prefs_common.c
2127         * src/prefs_customheader.c
2128         * src/prefs_display_header.c
2129         * src/prefs_filtering.c
2130         * src/prefs_folder_item.c
2131         * src/prefs_gtk.[ch]            ** NEW **
2132         * src/prefs_matcher.c
2133         * src/prefs_scoring.c
2134         * src/prefs_summary_column.c
2135         * src/procmime.c
2136         * src/selective_download.c
2137         * src/toolbar.c
2138         * src/common/Makefile.am
2139         * src/common/prefs.[ch]         ** NEW **
2140                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2141
2142 2002-12-24 [alfons]     0.8.7claws7
2143
2144         * src/summaryview.c
2145                 summary_thread_build(): fix real cause of the crash mentioned in
2146                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2147                 this way we get meaningful ctree nodes 
2148
2149 2002-12-24 [oliver]     0.8.7claws6
2150
2151         * src/mainwindow.[ch]
2152         * src/messageview.[ch]
2153         * src/compose.[ch]
2154         * src/inc.c
2155         * src/summaryview.c
2156                 changes to use updated toolbar handling
2157                 
2158 2002-12-24 [oliver]     0.8.7claws5
2159
2160         * src/toolbar.[ch]
2161                 generic toolbar handling
2162                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2163         * src/prefs_toolbar.[ch]
2164                 adjust to handling
2165         
2166 2002-12-24 [oliver]     0.8.7claws4
2167         
2168         * src/stock_pixmap.[ch]
2169                 move SYLPHEED_LOGO to end of list in order 
2170                 to remove it from Custom Toolbar`s Icon View
2171
2172 2002-12-24 [alfons]     0.8.7claws3
2173
2174         * src/summaryview.c
2175                 summary_thread_build(): fix crash because of focus != selection 
2176                 after threading. when deleting the selection, gtk tries but fails 
2177                 to find the correct focusable element. we now force the selection
2178                 to be focused. this should solve the infamous bug reported by 
2179                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2180                 a test case is available. 
2181
2182 2002-12-24 [darko]      0.8.7claws2
2183
2184         * src/summaryview.c
2185                 don't crash when unmarking message with unread children
2186
2187 2002-12-23 [christoph]  0.8.7claws1
2188
2189         * src/Makefile.am
2190         * src/common/Makefile.am
2191                 update Makefiles for moved intl.h, version.h and defs.h
2192         * src/imap.c
2193                 rewrite imap_session_get to avoid duplicate code
2194
2195 2002-12-23 [paul]       0.8.7claws
2196
2197         * Santa-Claws released
2198         
2199         * po/hu.po
2200           po/ru.po
2201                 squeeze in updated Hungarian and Russian translations.
2202                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2203
2204 2002-12-23 [paul]       0.8.6claws129
2205
2206         * po/pl.po
2207                 updated by Witold Wladyslaw Wojciech Wilk
2208
2209 2002-12-23 [paul]       0.8.6claws128
2210
2211         * src/quote_fmt_parse.y
2212                 fix typo and add licence header
2213
2214 2002-12-23 [paul]       0.8.6claws127
2215
2216         * po/en_GB.po
2217                 updated
2218
2219 2002-12-23 [paul]       0.8.6claws126
2220
2221         * po/it.po
2222                 updated translation, submitted by Alessandro Maestri
2223                 
2224 2002-12-23 [paul]       0.8.6claws125
2225
2226         * src/quote_fmt_parse.y
2227                 fix signature-stripping on replies bug. match
2228                 '-- \n' and not '-- '.
2229
2230 2002-12-22 [paul]       0.8.6claws124
2231
2232         * po/bg.po
2233           po/es.po
2234           po/sr.po
2235                 updated translations. submitted by George Danchev,
2236                 Ricardo Mones Lastra, and Urke MMI respectively
2237
2238 2002-12-21 [paul]       0.8.6claws123
2239
2240         * src/addrbook.c
2241                 fix coding style
2242
2243 2002-12-21 [paul]       0.8.6claws122
2244
2245         * src/addrbook.c
2246                 fix bug [643638] where if a person is in one or more
2247                 addressbook groups editing that person's email 
2248                 address results in removal from those groups.
2249                 Patch submitted by Luke Plant.
2250
2251 2002-12-20 [christoph]  0.8.6claws121
2252
2253         * src/common/utils.c
2254         * src/summaryview.c
2255                 reimplement expand_search_string using GString to
2256                 prevent crashs caused by miscalculated string
2257                 lengths reported by Paul
2258
2259 2002-12-20 [christoph]  0.8.6claws120
2260
2261         * src/summaryview.c
2262                 don't use "changed" to check if op_count has to be changed as it
2263                 is also set when the message has unread children
2264                 (closes bug [ 653221 ] crash while deleting duplicates)
2265
2266 2002-12-20 [paul]       0.8.6claws119
2267
2268         * sync with 0.8.6cvs27
2269                 see ChangeLog 2002-12-20
2270
2271 2002-12-20 [paul]       0.8.6claws118
2272
2273         * sync with 0.8.6cvs26
2274                 see ChangeLog 2002-12-19 and 2002-12-20
2275
2276 2002-12-19 [alfons]     0.8.6claws117
2277
2278         * src/textview.c
2279                 fix incorrect parsing of email addresses, submitted by 
2280                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2281                 name display if it contains @".
2282
2283 2002-12-18 [paul]       0.8.6claws116
2284
2285         * sync with 0.8.6cvs23
2286                 see ChangeLog 2002-12-18
2287
2288 2002-12-18 [paul]       0.8.6claws115
2289
2290         * src/Makefile.am
2291         * src/account.c
2292         * src/codeconv.c
2293         * src/gtkutils.[ch]
2294         * src/imap.c
2295                 sync with 0.8.6cvs22.
2296                 see ChangeLog 2002-12-17 and 2002-12-18
2297
2298 2002-12-17 [christoph]  0.8.6claws114
2299
2300         * src/imap.c
2301                 o don't create a session if imap greeting fails
2302                 o don't close socket when authentication fails
2303                   this is done by imap_session_destroy
2304
2305 2002-12-17 [thorsten]   0.8.6claws113
2306
2307         * tools/Makefile.am
2308           tools/README
2309           tools/google_msgid.pl ** NEW FILE **
2310                 Added "search for message-id" script and doc
2311
2312 2002-12-17 [thorsten]   0.8.6claws112
2313
2314         * po/hu.po
2315                 Updated hungarian translation
2316                 (updated by Gal Zoltan)
2317
2318 2002-12-16 [christoph]  0.8.6claws111
2319
2320         * src/addr_compl.c
2321                 remove stupid addressbook dump to debug output
2322         * src/mh.c
2323                 fix memory leak found by Hiro
2324
2325 2002-12-14 [paul]       0.8.6claws110
2326
2327         * src/compose.c
2328                 fix menubar sensitivity on send
2329                 
2330         * src/prefs_filtering.c
2331         * src/prefs_matcher.c
2332         * src/prefs_scoring.c
2333                 Fix english ;)
2334                 
2335         * src/common/quoted-printable.h
2336                 sync: fix typo
2337         
2338 2002-12-13 [christoph]  0.8.6claws109
2339
2340         * src/Makefile.am
2341         * src/manage_window.[ch]        ** REMOVE **
2342         * src/gtk/Makefile.am
2343         * src/gtk/manage_window.[ch]    ** NEW **
2344                 move manage_window files to gtk directory
2345
2346 2002-12-13 [christoph]  0.8.6claws108
2347
2348         * src/Makefile.am
2349         * src/gtkshruler.[ch]           ** REMOVE **
2350         * src/gtk/Makefile.am
2351         * src/gtk/gtkshruler.[ch]       ** NEW **
2352                 move gtkshruler files to gtk directory
2353
2354 2002-12-13 [christoph]  0.8.6claws107
2355
2356         * src/Makefile.am
2357         * src/compose.c
2358         * src/gtkstext.[ch]             ** REMOVE **
2359         * src/gtkutils.[ch]
2360         * src/textview.c
2361         * src/gtk/gtkstext.[ch]         ** NEW **
2362         * src/gtk/Makefile.am
2363                 o move stext functions to gtkstext.c to remove
2364                   dependency of gtkutils
2365                 o move gtkstext files to gtk directory
2366
2367         * src/gtk/Makefile.am
2368         * src/gtk/sslcertwindow.[ch]
2369                 UI stuff can always depend on common code so
2370                 it's ok to add ../common to include path
2371
2372 2002-12-13 [colin]      0.8.6claws106
2373
2374         * src/summaryview.c
2375                 Disconnect sighandlers for mainwindow when
2376                 quicksearch has the focus
2377                 Fix bug #653231
2378         * src/mainwindow.[ch]
2379                 Make key_pressed callback public, to be able
2380                 to disconnect it
2381
2382 2002-12-13 [christoph]  0.8.6claws105
2383
2384         * src/mh.c
2385                 create .mh_sequences file in new MH folders
2386                 (closes feature request [ 523162 ] MH folders should
2387                  get a .mh_sequences)
2388
2389 2002-12-13 [colin]      0.8.6claws104
2390
2391         * src/summaryview.c
2392                 Better handling of quicksearch show/hide
2393                 (basically the button stays under the mouse 
2394                  when toggled)
2395
2396 2002-12-13 [paul]       0.8.6claws103
2397
2398         * sync with 0.8.6cvs17
2399                 see ChangeLog 2002-12-13
2400
2401 2002-12-13 [paul]       0.8.6claws102
2402
2403         * po/es.po
2404                 updated by Ricardo Mones Lastra
2405
2406 2002-12-11 [colin]       0.8.6claws101
2407
2408         * src/folder.c
2409                 remove statusbar stuff
2410           src/folderview.c
2411                 set statusbar verbosity when moving folders
2412
2413 2002-12-11 [colin]       0.8.6claws100
2414         * src/prefs_filtering.c
2415         * src/prefs_matcher.c
2416         * src/prefs_scoring.c
2417                 Fix english ;)
2418
2419 2002-12-11 [colin]       0.8.6claws99
2420
2421         * src/prefs_common.[ch]
2422                 Add summary_quicksearch_type
2423         * src/summaryview.c
2424                 Save last used quicksearch type
2425
2426 2002-12-11 [jens]       0.8.6claws98
2427         * src/prefs_filtering.c
2428         * src/prefs_matcher.c
2429         * src/prefs_scoring.c
2430                 added dialog for incomplete rules in scoring, filtering and
2431                 matcher to ask wheather really close
2432
2433 2002-12-11 [colin]      0.8.6claws97
2434
2435         * src/folder.c
2436                 Fix folder dnd statusbar logging
2437
2438 2002-12-10 [christoph]  0.8.6claws96
2439
2440         * src/compose.c
2441         * src/folder.c
2442         * src/imap.c
2443         * src/inc.c
2444         * src/main.c
2445         * src/mainwindow.c
2446         * src/news.c
2447         * src/send.c
2448         * src/statusbar.[ch]
2449         * src/common/hooks.c
2450         * src/common/log.[ch]
2451                 o handle verbose logging in statusbar directly in statusbar code
2452                   and common code does not need any knowledge about a statusbar
2453                 o remove direct calls to statusbar_(puts|pop)_all functions
2454
2455 2002-12-10 [jens]       0.8.6claws95
2456
2457         * src/*.c
2458                 removed gettext from g_warnings
2459         * po/POTFILES.in
2460                 cleaned and updated
2461         * po/de.po
2462                 updated
2463
2464 2002-12-10 [colin]      0.8.6claws94
2465
2466         * src/main.c
2467                 finish crash dialog fix
2468
2469 2002-12-10 [colin]      0.8.6claws93
2470
2471         * src/main.c
2472                 "Fix" "sylpheed already running" instead of
2473                 crash dialog appearing after a crash
2474
2475 2002-12-10 [colin]      0.8.6claws92
2476
2477         * po/POTFILES.in
2478                 add src/gtk/sslcertwindow.c
2479
2480 2002-12-10 [paul]       0.8.6claws91
2481
2482         * po/POTFILES.in
2483                 updated to reflect recent changes
2484                 submitted by Alessandro Maestri
2485
2486 2002-12-09 [christoph]  0.8.6claws90
2487
2488         * src/Makefile.am
2489         * src/smtp.[ch]                 ** REMOVE **
2490         * src/common/Makefile.am
2491         * src/common/smtp.[ch]          ** NEW **
2492                 move smtp files to common directory
2493
2494 2002-12-09 [christoph]  0.8.6claws89
2495
2496         * src/Makefile.am
2497         * src/session.[ch]              ** REMOVE **
2498         * src/common/Makefile.am
2499         * src/common/session.[ch]       ** NEW **
2500                 move session files to common directory
2501
2502 2002-12-09 [paul]       0.8.6claws88
2503
2504         * src/account.c
2505                 fix bug [649746] edit accounts: move account reverted
2506                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2507
2508 2002-12-09 [colin]      0.8.6claws87
2509
2510         * src/ssl_certificate.c
2511                 cleanup
2512
2513 2002-12-09 [colin]      0.8.6claws86
2514
2515         * src/ssl.c
2516                 Try to open the cert.pem database and 
2517                 issue a warning if it isn't there
2518
2519 2002-12-09 [colin]      0.8.6claws85
2520
2521         * src/common/ssl_certificate.c
2522         * src/gtk/sslcertwindow.c
2523                 Warning fixes
2524
2525 2002-12-09 [colin]      0.8.6claws84
2526
2527         * src/ssl_certificate.[ch] ** REMOVED **
2528         * src/common/ssl_certificate.[ch] ** NEW **
2529         * src/Makefile.am
2530         * src/common/Makefile.am
2531                 Moved ssl_certificate.[ch] to common
2532         * src/common/ssl.c 
2533                 Put back needed include
2534         * src/gtk/sslcertwindow.[ch]
2535                 Changed ssl_certificate.h include
2536         
2537 2002-12-09 [colin]      0.8.6claws83
2538
2539         * src/gtk/sslcertwindow.[ch]
2540                 Implement hook for certificate acception
2541         * src/ssl_certificate.[ch]
2542                 Implement hook for certificate acception
2543         * src/common/ssl.c
2544                 Reenable certificate acception check
2545         * src/mainwindow.c
2546                 Register sslcertwindow's hook
2547         
2548 2002-12-08 [christoph]  0.8.6claws82
2549
2550         * src/about.c
2551         * src/addr_compl.c
2552         * src/codeconv.c
2553         * src/manual.c
2554         * src/undo.c
2555         * src/common/utils.c
2556                 o add missing includes
2557                 o fix warnings
2558         * src/.cvsignore
2559         * src/common/.cvsignore
2560         * src/common/version.h          ** REMOVE **
2561                 remove autogenerated file
2562
2563 2002-12-08 [paul]       0.8.6claws81
2564
2565         * src/stringtable.c
2566                 put back needed include
2567
2568 2002-12-08 [colin]      0.8.6claws80
2569         
2570         * src/gtk/sslcertwindow.c
2571                 Cleaner popups when asking
2572         * src/ssl_certificate.c
2573         * src/prefs_common.[ch]
2574                 remove ssl certificate pref
2575                 put back needed include
2576         * src/undo.c
2577                 put back needed include
2578
2579 2002-12-08 [christoph]  0.8.6claws79
2580
2581         * src/folderview.c
2582         * src/logwindow.c
2583         * src/statusbar.c
2584         * src/summaryview.c
2585                 only abort hook invokation if required data is missing not
2586                 if our own data pointer is NULL, update hookfunction for
2587                 log window
2588
2589 2002-12-08 [paul]       0.8.6claws78
2590
2591         * src/about.c
2592         * src/addrcache.c
2593         * src/addrclip.c
2594         * src/addr_compl.c
2595         * src/addrselect.c
2596         * src/codeconv.c
2597         * src/colorlabel.c
2598         * src/enriched.c
2599         * src/esmtp.c
2600         * src/exporthtml.c
2601         * src/headerview.c
2602         * src/imageview.c
2603         * src/manual.c
2604         * src/noticeview.c
2605         * src/pgptext.c
2606         * src/scoring.c
2607         * src/sourcewindow.c
2608         * src/stringtable.c
2609         * src/undo.c
2610                 clean up: remove unneccesary includes
2611
2612 2002-12-08 [christoph]  0.8.6claws77
2613
2614         * src/folderview.c
2615         * src/statusbar.c
2616         * src/summaryview.c
2617         * src/common/hooks.[ch]
2618                 hook functions now have a gboolean return value, if a hook
2619                 returns TRUE it will stop executing of any more hooks in
2620                 the same hooklist for this invokation
2621
2622 2002-12-08 [colin]      0.8.6claws76
2623         
2624         * src/main.c
2625                 put back argv0 for CRASH_DIALOG
2626
2627 2002-12-08 [christoph]  0.8.6claws75
2628
2629         * src/Makefile.am
2630         * src/about.c
2631         * src/account.c
2632         * src/crash.c
2633         * src/esmtp.h
2634         * src/imap.[ch]
2635         * src/inc.c
2636         * src/main.c
2637         * src/mainwindow.c
2638         * src/news.c
2639         * src/pop.[ch]
2640         * src/prefs_account.[ch]
2641         * src/prefs_common.[ch]
2642         * src/send.[ch]
2643         * src/smtp.[ch]
2644         * src/ssl_certificate.[ch]
2645         * src/ssl_manager.[ch]
2646         * src/common/Makefile.am
2647         * src/common/log.c
2648         * src/common/nntp.[ch]
2649         * src/common/socket.[ch]
2650         * src/common/ssl.[ch]
2651         * src/gtk/sslcertwindow.[ch]
2652         * ac/openssl.m4
2653                 use new autoconf script to detect OpenSSL with extra parameters
2654                 to specify the location of libs and includes, also remove USE_SSL
2655                 to USE_OPENSSL
2656
2657         * src/common/sylpheed.[ch]
2658         * src/common/version.h.in
2659                 start seperation of common code initialization seperated from gui
2660
2661         * src/summaryview.c
2662                 The function that is called when a color label changes
2663                 should not change the color lable again
2664
2665 2002-12-08 [colin]      0.8.6claws74
2666
2667         * src/gtk/sslcertwindow.c
2668                 warning fixes
2669
2670 2002-12-08 [colin]      0.8.6claws73
2671
2672         * src/statusbar.c
2673           src/common/log.h
2674                 Register a hook for statusbar_puts_all
2675         * src/common/log.c
2676                 invoke statusbar_puts_all's hook
2677         
2678 2002-12-08 [colin]      0.8.6claws72
2679
2680         * src/ssl_certificate.c
2681                 Put back a badly-removed include
2682
2683 2002-12-08 [colin]      0.8.6claws71
2684
2685         * src/gtk/sslcertwindow.[ch]    ** NEW **
2686                 new certificate presentation
2687         * src/gtk/Makefile.am
2688                 add new files
2689         * src/ssl_certificate.[ch]
2690                 gtk cleanup, made utility functions public
2691         * src/ssl_manager.c
2692                 use new cert presentation
2693
2694 2002-12-07 [christoph]  0.8.6claws70
2695
2696         * src/Makefile.am
2697         * src/nntp.[ch]                 ** REMOVE **
2698         * src/common/Makefile.am
2699         * src/common/nntp.[ch]          ** NEW **
2700                 move nntp files to common directory
2701
2702 2002-12-07 [christoph]  0.8.6claws69
2703
2704         * src/procmsg.[ch]
2705         * src/summaryview.c
2706                 implement msginfo update callback using sylpheed's new
2707                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
2708
2709 2002-12-06 [christoph]  0.8.6claws68
2710
2711         * src/editgroup.c
2712                 This patch changes the 'Edit Group Details' dialog to
2713                 allow extended selections in either pane, so that
2714                 addresses can be added or removed from a group more
2715                 quickly and easily. (it actually is a net decrease in
2716                 file size, as some unnecessary functions have been
2717                 removed). 
2718                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
2719
2720 2002-12-06 [christoph]  0.8.6claws67
2721
2722         * src/Makefile.am
2723         * src/template.[ch]             ** REMOVE **
2724         * src/common/Makefile.am
2725         * src/common/template.[ch]      ** NEW **
2726                 move template files to common directory
2727
2728         * src/nntp.c
2729                 add missing log.h include
2730
2731 2002-12-06 [melvin]     0.8.6claws66
2732
2733         * src/prefs_actions.c
2734                 Added the trailing ">" syntax to insert command's output
2735                 without replacing old text (in contrast to trailing "|").
2736
2737 2002-12-05 [colin]      0.8.6claws65
2738         
2739         * src/common/utils.c
2740                 Don't modify original search_string or it'll change
2741                 the next iterations in the for()
2742
2743 2002-12-05 [darko]      0.8.6claws64
2744
2745         * src/common/utils.c
2746                 proper check for filtering commands, found by Colin
2747
2748 2002-12-05 [darko]      0.8.6claws63
2749
2750         * src/common/utils.c
2751                 check proper string for NULL pointer, found by Colin
2752
2753 2002-12-05 [darko]      0.8.6claws62
2754
2755         * src/common/utils.[ch]
2756                 expand_search_string(): new function
2757                 converts Mutt-like patterns to Sylpheed's
2758                 filtering engine
2759         * src/summaryview.c
2760                 use expand_search_string() to allow Mutt-like
2761                 patterns in extended search
2762         * README.claws
2763                 document extended option in quick search
2764
2765 2002-12-05 [paul]       0.8.6claws61
2766
2767         * sync with 0.8.6cvs16
2768                 see ChangeLog 2002-12-05
2769                 
2770         * po/POTFILES.in
2771                 clean up
2772
2773 2002-12-04 [christoph]  0.8.6claws60
2774
2775         * src/imap.[ch]
2776                 put imap authentication code into a new function and
2777                 remove it from imap_session_new that will allow to
2778                 send other commands before authentication
2779
2780 2002-12-04 [christoph]  0.8.6claws59
2781
2782         * src/imap.[ch]
2783                 use already existing method to prevent unneeded IMAP
2784                 folder selects. Set imap_select parameters to NULL
2785                 in some functions if the values are not required.
2786
2787         * src/xml.h
2788                 remove no longer required include
2789
2790 2002-12-04 [paul]       0.8.6claws58
2791
2792         * po/es.po
2793                 updated by Ricardo Mones Lastra
2794                 
2795         * configure.in
2796           po/hu.po      ** NEW FILE **
2797                 initial Hungarian translation, submitted
2798                 by Gál Zoltán <galzoli@hu.inter.net>
2799
2800 2002-12-03 [christoph]  0.8.6claws57
2801
2802         * src/Makefile.am
2803         * src/gtksctree.[ch]            ** REMOVE **
2804         * src/gtk/Makefile.am
2805         * src/gtk/gtksctree.[ch]        ** NEW **
2806                 move gtksctree files to gtk directory
2807
2808 2002-12-03 [christoph]  0.8.6claws56
2809
2810         * src/Makefile.am
2811         * src/md5.[ch]                  ** REMOVE **
2812         * srm/common/Makefile.am
2813         * src/common/md5.[ch]           ** NEW **
2814                 move md5 files to common directory
2815
2816         * src/gtkstext.c
2817                 remove not required #include
2818
2819 2002-12-03 [sergey]     0.8.6claws55
2820
2821         * src/gtkutils.c
2822         * src/gtkutils.h
2823                 gtkut_window_popup(): new function.
2824         * src/mainwindow.c
2825                 main_window_popup(): use gtkut_window_popup() to raise
2826                 window without changing its position.
2827                 (see sylpheed-main ML message [sylpheed:17247])
2828
2829 2002-12-03 [sergey]     0.8.6claws54
2830
2831         * src/send.c
2832                 send_message_local(): removed first-dot escaping
2833                 (SMTP-only, not needed for sending through pipe)
2834
2835 2002-12-03 [paul]       0.8.6claws53
2836
2837         * po/POTFILES.in
2838                 update to reflect recent changes (thanks
2839                 to Ricardo Mones Lastra)
2840                 
2841         * tools/filter_conv.pl
2842                  fix problem with quoted strings. Patch submitted
2843                  by Luke Plant <lukeplant@softhome.net>
2844
2845 2002-12-03 [paul]       0.8.6claws52
2846
2847         * sync with 0.8.6cvs15
2848                 see ChangeLog 2002-12-03
2849
2850 2002-12-02 [christoph]  0.8.6claws51
2851
2852         * src/logwindow.[ch]
2853         * src/common/log.[ch]
2854                 implement logging using a hook function
2855
2856         * src/folderview.c
2857         * src/folder.[ch]
2858                 define hooklist name in header file to avoid
2859                 errors caused by wrong spelling of hooklist names
2860
2861         * src/toolbar.c
2862                 fix warnings
2863
2864 2002-12-02 [christoph]  0.8.6claws50
2865
2866         * src/common/Makefile.am
2867                 add src/common/hooks.[ch]
2868
2869         * src/common/hooks.[ch]
2870                 implement a simple hook system using glib's hook functions
2871
2872         * src/folder.[ch]
2873         * src/folderview.c
2874                 use new hook system for folder item updates
2875
2876 2002-12-02 [christoph]  0.8.6claws49
2877
2878         * doc-src/ui_seperation.txt     ** NEW **
2879                 information for ui seperation
2880
2881         * src/Makefile.am
2882                 remove files that were moved to common
2883                 include common directory by default for the header files
2884
2885         * src/inc.c
2886         * src/common/socket.c
2887         * src/automaton.[ch]
2888                 implement automaton using g_io_*-functions instead of
2889                 gdk_input_add to make it ui independent
2890
2891         * src/codeconv.c
2892         * src/compose.c
2893         * src/ldif.c
2894         * src/pgptext.c
2895         * src/procmime.c
2896         * src/rfc2015.c
2897         * src/smtp.c
2898         * src/unmime.c
2899                 remove common/ prefix because directory is now in
2900                 include path
2901
2902         * src/compose.c
2903         * src/folder.c
2904         * src/folderview.c
2905         * src/mainwindow.c
2906         * src/messageview.c
2907         * src/prefs_common.c
2908         * src/procmsg.c
2909         * src/rfc2015.c
2910                 fix warnings
2911
2912         * src/imap.c
2913         * src/inc.c
2914         * src/news.c
2915         * src/pop.c
2916         * src/send.c
2917         * src/smtp.c
2918         * src/ssl_certificate.c
2919                 add log.h header file for logging functions
2920
2921         * src/main.c
2922         * src/common/utils.c
2923         * src/summaryview.c
2924         * src/xml.c
2925                 o move debug_mode to common/utils.c
2926                 o add functions to set and get debug_mode
2927
2928         * src/defs.h                    ** REMOVE **
2929         * src/intl.h                    ** REMOVE **
2930         * src/socket.[ch]               ** REMOVE **
2931         * src/ssl.[ch]                  ** REMOVE **
2932         * src/utils.[ch]                ** REMOVE **
2933                 replaced by new files in src/common/
2934         
2935         * src/common/Makefile.am
2936                 add new files in src/common/
2937
2938         * src/common/defs.h             ** NEW **
2939         * src/common/intl.h             ** NEW **
2940         * src/common/log.[ch]           ** NEW **
2941         * src/common/socket.[ch]        ** NEW **
2942         * src/common/ssl.[ch]           ** NEW **
2943         * src/common/utils.[ch]         ** NEW **
2944                 replacement for files in src/
2945
2946 2002-12-02 [colin]      0.8.6claws48
2947
2948         * src/folderview.c
2949                 Scroll folderview if necessary during dnd
2950
2951 2002-12-02 [colin]      0.8.6claws47
2952
2953         * src/folder.[ch]
2954                 Add check to verify a move is within a single mailbox
2955         * src/folderview.c
2956                 Add specific error string for this check
2957
2958 2002-12-02 [colin]      0.8.6claws46
2959
2960         * src/folder.c
2961                 Add a test to folder moving, remove a statusbar_print
2962         * src/folderview.c
2963                 Add Move folder... context-menu item
2964                 Factorize folder moving code
2965                 Enable folder DND for mbox
2966
2967 2002-12-01 [christoph]  0.8.6claws45
2968
2969         * ac/aspell.m4
2970                 remove conf.aspelltest if the version check fails
2971
2972 2002-11-30 [christoph]  0.8.6claws44
2973
2974         * autogen.sh
2975                 run libtoolize --force in autogen to create missing
2976                 libtool scripts
2977
2978 2002-11-30 [christoph]  0.8.6claws43
2979
2980         * src/Makefile.am
2981         * src/pgptext.c
2982         * src/procmime.c
2983         * src/rfc2015.c
2984         * src/uuencode.[ch]             ** REMOVED **
2985         * src/common/Makefile.am
2986         * src/common/uuencode.[ch]      ** NEW **
2987                 move uuen/decoder to common directory
2988
2989 2002-11-30 [christoph]  0.8.6claws42
2990
2991         * src/Makefile.am
2992         * src/base64.[ch]               ** REMOVED **
2993         * src/codeconv.c
2994         * src/compose.c
2995         * src/ldif.c
2996         * src/pgptext.c
2997         * src/procmime.c
2998         * src/rfc2015.c
2999         * src/smtp.c
3000         * src/unmime.c
3001         * src/common/Makefile.am
3002         * src/common/base64.[ch]        ** NEW **
3003                 move base64 en/decoder to common directory
3004
3005 2002-11-30 [christoph]  0.8.6claws41
3006
3007         * src/common                    ** NEW **
3008                 new directory for UI independent code
3009         * src/gtk                       ** NEW **
3010                 new directory for GTK frontend
3011         * src/common/.cvsignore         ** NEW **
3012         * src/gtk/.cvsignore            ** NEW **
3013                 ignore build files
3014         * src/common/Makefile.am        ** NEW **
3015         * src/gtk/Makefile.am           ** NEW **
3016                 automake files to build new seperated stuff
3017         * src/Makefile.am
3018                 the binary will currently still be build with the
3019                 files in src, so we include the code from the
3020                 subdirs for now after building the libs there
3021
3022 2002-11-30 [paul]       0.8.6claws40
3023
3024         * src/compose.c
3025                 fix bug [642731] 'Wrong selected account with drafted mail'
3026
3027 2002-11-29 [oliver]     0.8.6claws39
3028         
3029         * src/messageview.c
3030                 o update summaryview when switching between different
3031                   messageviews          
3032         * src/toolbar.c  
3033                 o check if messageview holds already removed msg
3034                   from summaryview
3035                 
3036
3037 2002-11-29 [oliver]     0.8.6claws38
3038
3039         * src/toolbar.c 
3040                 remove not needed variables and includes
3041                 make messageview stay opened and move to next when msgs are deleted 
3042
3043 2002-11-29 [oliver]     0.8.6claws37
3044         
3045         * src/toolbar.c 
3046                 disable compose button (messageview toolbar) by default
3047                 deleted msgs are moved to trash
3048         
3049 2002-11-29 [melvin]     0.8.6claws36
3050
3051         * configure.in
3052                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3053                 and to detect signatures expirations (gpgme 0.3.6)
3054
3055         * src/main.c
3056                 Use non obsolescent function for Gpgme engine checking.
3057
3058         * src/rfc2015.c
3059                 Inform about expired signatures or signatures which key
3060                 has expired. Expiration date is displayed.
3061
3062         * src/sigstatus.c
3063                 Inform about expired signatures or signatures which key
3064                 has expired.
3065
3066 2002-11-28 [paul]       0.8.6claws35
3067
3068         * src/folderview.c
3069                 re-instate 'Check for new messages' in Newsgroup
3070                 folders right-click menu, after a suggestion from
3071                 Tim Mann <timmann@users.sourceforge.net>
3072
3073         * src/main.c
3074                 after a crash check only local folders for new
3075                 messages
3076
3077 2002-11-28 [paul]       0.8.6claws34
3078
3079         * configure.in
3080                 apply patch that fixes the checking of GTK with XIM 
3081                 support on different OSs, such as FreeBSD. Patch 
3082                 submitted by Topia <topia@users.sourceforge.net>
3083                 
3084 2002-11-28 [paul]       0.8.6claws33
3085
3086         * src/mainwindow.c
3087           src/prefs_common.c
3088           src/prefs_toolbar.c
3089                 more changes to the English
3090
3091 2002-11-28 [paul]       0.8.6claws32
3092
3093         * sync with 0.8.6cvs13
3094                 see ChangeLog 2002-11-28 (no sync needed
3095                 for src/compose.c)
3096
3097 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3098         
3099         * src/mainwindow.[ch]
3100                 add patch by Ivan F. Martinez introducing messageview Toolbar
3101                 some changes and committed by oliver    
3102
3103 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3104
3105         * src/messageview.[ch]
3106                 add patch by Ivan F. Martinez introducing messageview Toolbar
3107                 some changes and committed by oliver    
3108
3109 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3110
3111         * src/compose.[ch]
3112                 add patch by Ivan F. Martinez introducing messageview Toolbar
3113                 some changes and committed by oliver    
3114
3115 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3116         
3117         * src/toolbar.[ch]
3118                 add patch by Ivan F. Martinez introducing messageview Toolbar
3119                 some changes and committed by oliver
3120
3121 2002-11-28 [oliver]     0.8.6claws27
3122         
3123         * src/prefs_toolbar.[ch]
3124                 getting ready for messageview toolbar
3125                 free mem allocated by gettext
3126                 change prefs_toolbar to prefs_toolbar_open
3127  
3128 2002-11-28 [thorsten]   0.8.6claws26
3129
3130         * src/imageview.[ch]
3131                 cleaned up conflicting declarations of
3132                 imageview_show_image()
3133
3134 2002-11-28 [paul]       0.8.6claws25
3135
3136         * src/grouplistdialog.c
3137           src/prefs_common.c
3138           src/prefs_summary_column.c
3139                 a few more improvements to the English
3140
3141 2002-11-28 [colin]      0.8.6claws24
3142
3143         * man/sylpheed.1
3144                 A few updates to command-line parameters
3145
3146 2002-11-28 [colin]      0.8.6claws23
3147
3148         * src/prefs_filtering.c
3149                 Fix problems with prefs_filtering_delete_path:
3150                 a) if the first rule is removed, original pointers
3151                    weren't updated (leading to segfaults)
3152                 b) it was always global_processing updated in case
3153                    of removed path was parent of rule path
3154
3155 2002-11-27 [paul]       0.8.6claws22
3156
3157         * src/mainwindow.c
3158           src/prefs_account.c
3159           src/prefs_actions.c
3160           src/prefs_common.c
3161           src/prefs_customheader.c
3162           src/prefs_display_header.c
3163           src/prefs_filtering.c
3164           src/prefs_folder_item.c
3165           src/prefs_matcher.c
3166           src/prefs_scoring.c
3167           src/prefs_summary_column.c
3168           src/prefs_template.c
3169           src/prefs_toolbar.c
3170                  improve the English in the GUI
3171
3172 2002-11-27 [colin]      0.8.6claws21
3173
3174         * src/folder.c
3175                 Fix processing renaming problems happening after
3176                 last commit
3177
3178 2002-11-27 [colin]      0.8.6claws20
3179
3180         * src/folder.c
3181                 recursive move now deletes src each subfolder after 
3182                 having moved it
3183         * src/folderview.c
3184                 Use identifier instead of path during dnd (enables
3185                 IMAP folder dnd)
3186
3187 2002-11-27 [paul]       0.8.6claws19
3188
3189         * src/main.c
3190                 apply patch that does command-line processing 
3191                 BEFORE gtk_init, allowing claws to run from 
3192                 shell-scripts in non-X environment (e.g. crontab 
3193                 or ip-up, ip-down scripts). Patch submitted by
3194                 Ruslan N. Balkin <baron@dartel.ru>
3195                 
3196         * po/it.po
3197                 updated by Alessandro Maestri
3198
3199 2002-11-27 [paul]       0.8.6claws18
3200
3201         * sync with 0.8.6cvs12
3202           src/prefs_common.c
3203                 Differences are that main uses a 'Receive dialog'
3204                 frame on the Interface tab, whereas claws groups all 
3205                 the dialogs together in a 'Dialogs' frame.
3206
3207 2002-11-27 [colin]      0.8.6claws17
3208
3209         * src/prefs_matcher.c
3210                 Fix Execute criteria's NOT flag
3211
3212
3213 2002-11-26 [christoph]  0.8.6claws16
3214
3215         * src/ssl.c
3216                 rewrite the ssl code a little bit, only use one
3217                 SSL context, set default certificates' file/path
3218
3219 2002-11-26 [thorsten]   0.8.6claws15
3220
3221         * src/compose.c
3222                 default-reply-to didn't work for ml-reply
3223
3224 2002-11-26 [melvin]     0.8.6claws14
3225
3226         * src/prefs_actions.c
3227                 Made pipe-actions ignore short headers in message view
3228                 Made trailing-pipe-actions write in the message view with
3229                 the same font as the original message
3230
3231 2002-11-26 [paul]       0.8.6claws13
3232
3233         * src/compose.c
3234                 this time commit the correct file
3235
3236 2002-11-26 [paul]       0.8.6claws12
3237
3238         * sync with 0.8.6cvs11
3239           src/quote_fmt_parse.y  
3240                 no sync needed
3241           src/account.[ch]       
3242                 not sync'ed
3243           src/compose.c
3244                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3245                 on draft mode.
3246                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3247                 header
3248                 
3249         see ChangeLog 2002-11-25 and 2002-11-26
3250
3251 2002-11-26 [colin]      0.8.6claws11
3252
3253         * src/folderview.c
3254                 Fix collapsed folder not auto-expanding during
3255                 mail dnd, if it was the source folder.
3256
3257 2002-11-25 [colin]      0.8.6claws10
3258
3259         * src/folderview.[ch]
3260                 Variable renaming and cleaning (slist of nodes 
3261                 to be re-collapsed is stored in FolderView)
3262
3263 2002-11-25 [paul]       0.8.6claws9
3264
3265         * src/prefs_common.[ch]
3266                 fix breakage caused by last commit
3267
3268 2002-11-25 [paul]       0.8.6claws8
3269
3270         * sync with 0.8.6cvs4
3271                 see ChangeLog 2002-11-21
3272
3273 2002-11-25 [paul]       0.8.6claws7
3274
3275         * sync with 0.8.6cvs4
3276                 see ChangeLog 2002-11-20
3277
3278 2002-11-25 [paul]       0.8.6claws6
3279
3280         * sync with 0.8.6cvs3
3281                 see ChangeLog 2002-11-18
3282
3283 2002-11-25 [colin]      0.8.6claws5
3284
3285         * src/gtkutils.[ch]
3286                 Add gtkut_ctree_node_is_parent()
3287         * src/folderview.c
3288                 Spring-loaded folders
3289
3290 2002-11-25 [colin]      0.8.6claws4
3291
3292         * src/utils.[ch]
3293                 Add slist_concat_unique(), function to merge
3294                 two GSList filtering dups
3295         * src/folder.[ch]
3296         * src/summaryview.[ch]
3297         * src/folderview.c
3298         * src/main.c
3299                 Add detection/update/display of unread answers
3300                 to marked mails
3301         * src/procmsg.[ch]
3302                 Add procmsg_find_children()
3303                 Add procmsg_msg_has_marked_parent()
3304
3305 2002-11-25 [colin]      0.8.6claws3
3306
3307         * src/ssl_certificate.[ch]
3308                 Allow checking a certificate without a DNS
3309                 lookup
3310                 Allow to forget a cert (by deleting it)
3311                 Make ssl_certificate_destroy_public
3312         * src/ssl_manager.[ch] ** NEW FILES **
3313                 Gui to manage (display/remove) certificates
3314         * src/prefs_common.[ch]
3315                 Add a pref to allow silent acceptation of
3316                 trusted certificates or not (based on the
3317                 "I want to know what's going on" principle)
3318         * src/mainwindow.c
3319                 Add SSL manager in Tools menu
3320         * src/Makefile.am
3321                 Add the new files to the build
3322         * po/POTFILES.in
3323                 Add ssl_manager.c to translations
3324
3325 2002-11-25 [colin]      0.8.6claws2
3326
3327         * src/summaryview.[ch]
3328                 Add S_SEARCH_EXTENDED to the quick search, which 
3329                 allows to search using filtering syntax.
3330
3331 2002-11-25 [colin]      0.8.6claws1
3332
3333         * src/summaryview.c
3334                 Deletion of duplicates now prefer deleting
3335                 the unread dup (fixes feature-request 638989).
3336
3337 2002-11-24 [paul]       0.8.6claws
3338
3339         * po/es.po
3340           po/pl.po
3341           po/ru.po
3342           po/sr.po
3343                 updated by Ricardo Mones Lastra,
3344                 Witold Wladyslaw Wojciech Wilk,
3345                 Ruslan N. Balkin, and  Urke MMI 
3346                 respectively
3347
3348 2002-11-24 [paul]       0.8.5claws182
3349
3350         * po/bg.po
3351                 updated by George Danchev
3352
3353 2002-11-23 [alfons]     0.8.5claws181
3354
3355         * src/imap.c
3356                 tiny memory leak found by browsing Dimitar's 
3357                 valgrind report
3358
3359 2002-11-23 [paul]       0.8.5claws180
3360
3361         * po/it.po
3362                 updated by Alessandro Maestri
3363
3364 2002-11-22 [christoph]  0.8.5claws179
3365
3366         * src/compose.c
3367         * src/inc.c
3368         * src/prefs_filtering.c
3369         * src/summaryview.c
3370                 more warning fixes
3371
3372 2002-11-22 [alfons]     0.8.5claws178
3373
3374         * src/summaryview.c
3375                 summary_execute_delete_func(): if message is deleted, make 
3376                 sure to also remove its entry in the subject hash table. 
3377                 fixes a corner case bug.
3378
3379 2002-11-22 [paul]       0.8.5claws177
3380
3381         * .cvsignore
3382                 add 'autom4te.cache'
3383                 
3384         * ltconfig      ** REMOVED **
3385                 not needed
3386
3387 2002-11-22 [paul]       0.8.5claws176
3388
3389         * src/textview.c
3390                 textview_set_font(): fix for message display in
3391                 UTF-8 locales (thanks to Sergey Vlasov).
3392                 
3393         * AUTHORS
3394                 add new team members and contributors
3395
3396
3397 2002-11-21 [colin]      0.8.5claws175
3398
3399         * src/procmsg.[ch]
3400                 Add procmsg_remove_special_headers()
3401         * src/mh.c
3402                 Use procmsg_remove_special_headers() for 
3403                 previous fix
3404
3405 2002-11-21 [colin]      0.8.5claws174
3406
3407         * src/mh.c
3408                 Fix moving/copying from queue/draft folders
3409                 for MH folders
3410
3411 2002-11-21 [christoph]  0.8.5claws173
3412
3413         * src/crash.c
3414         * src/filtering.c
3415         * src/logwindow.c
3416         * src/main.c
3417         * src/matcher_parser_lex.[hl]
3418         * src/mbox.c
3419         * src/mbox_folder.[ch]
3420         * src/prefs_filtering.c
3421         * src/procheader.c
3422         * src/quote_fmt_lex.l
3423         * src/ssl.c
3424                 fix all warnings except the warnings in lex and yacc files
3425
3426 2002-11-20 [christoph]  0.8.5claws172
3427
3428         * src/imap.c
3429                 fix MsgInfo retrieval for IMAP draft and queue folders
3430                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
3431
3432 2002-11-19 [christoph]  0.8.5claws171
3433
3434         * src/compose.c
3435                 fix segfault, when draft saving does not get
3436                 the MsgInfo of the new message
3437                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
3438
3439 2002-11-19 [christoph]  0.8.5claws170
3440
3441         * src/procmsg.c
3442                 add parameter check for flag setting function
3443                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
3444
3445 2002-11-18 [paul]       0.8.5claws169
3446
3447         * src/compose.c
3448                 more sensitivity fixes to redirect mode:
3449                 * disable toolbar draft button
3450                 * allow only Address book in the Tools menu
3451                 * disable editing of message by the spell
3452                   checker
3453
3454 2002-11-18 [paul]       0.8.5claws168
3455
3456         * src/compose.c
3457                 fix sensitivity of menu items in compose_redirect():
3458                 allow only the necessary items 
3459
3460 2002-11-18 [paul]       0.8.5claws167
3461
3462         * src/compose.c
3463                 fix bug [ 603259 ] 'attachment got lost on bounce'
3464
3465 2002-11-18 [paul]       0.8.5claws166
3466
3467         * po/ru.po
3468                 updated by Ruslan N. Balkin <baron@dartel.ru>
3469
3470 2002-11-18 [colin]      0.8.5claws165
3471
3472         * src/main.c
3473           src/defs.h
3474                 Remove old filtering stuff
3475
3476
3477 2002-11-17 [oliver]     0.8.5claws164
3478
3479         * src/toolbar.h
3480                 remove not needed typedef 
3481
3482 2002-11-17 [oliver]     0.8.5claws163
3483
3484         * src/toolbar.c
3485                 make toolbar's on click events translatable
3486
3487 2002-11-15 [colin]      0.8.5claws162
3488
3489         * src/summaryview.c
3490                 Revert too-soon integration of a feature
3491
3492 2002-11-15 [christoph]  0.8.5claws161
3493
3494         * src/imap.c
3495                 use main's implementation of imap_get_msginfo
3496
3497 2002-11-15 [christoph]  0.8.5claws160
3498
3499         * src/compose.c
3500         * src/folder.[ch]
3501         * src/imap.c
3502         * src/mbox_folder.c
3503         * src/mh.c
3504         * src/news.c
3505         * src/procmsg.c
3506         * src/summaryview.c
3507                 replace claws' fetch_msginfo with main's get_msginfo
3508                 (use main's implementation where possible)
3509
3510 2002-11-15 [colin]      0.8.5claws159
3511
3512         * src/ssl_certificate.c
3513                 Missed a check
3514
3515 2002-11-16 [melvin]     0.8.5claws158
3516
3517         * po/fr.po
3518                 Updated French translations.
3519
3520 2002-11-16 [colin]      0.8.5claws157
3521
3522         * src/ssl_certificate.c
3523                 Check for missing parts in the certificates
3524
3525 2002-11-15 [colin]      0.8.5claws156
3526
3527         * src/folderview.c
3528                 Preventive fix (missing check) found by
3529                 Alfons
3530
3531 2002-11-15 [paul]
3532
3533         * NEWS
3534                 sync with 0.8.6 release
3535
3536 2002-11-15 [colin]      0.8.5claws155
3537
3538         * src/folder.[ch]
3539           src/folderview.c
3540                 Fix error handling of folder_item_move_to()
3541                 (thanks to Alfons!)
3542
3543 2002-11-15 [colin]      0.8.5claws154
3544
3545         * src/folder.[ch]
3546           src/folderview.c
3547                 folder_item_move_to() sets an error message instead
3548                 of having GUI stuff in folder.c
3549
3550 2002-11-15 [colin]      0.8.5claws153
3551
3552         * src/procmsg.[ch]
3553                 Implemented a callback for MsgInfo updates, 
3554                 heavily copy/pasted from Christoph's folder 
3555                 callback system
3556         * src/summaryview.[ch]
3557                 Register summary_update_msg as callback
3558
3559 2002-11-14 [colin]      0.8.5claws152
3560         
3561         * src/procmsg.c
3562                 Update the FolderItem after sending (fixes 617593)
3563
3564 2002-11-14 [christoph]  0.8.5claws151
3565
3566         * src/folder.c
3567                 fix wrong position of NULL pointer check found
3568                 by Sergey
3569
3570 2002-11-14 [christoph]  0.8.5claws150
3571
3572         * src/folder.c
3573                 fix segfault when deleting messages from IMAP folders
3574                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
3575
3576 2002-11-14 [colin]      0.8.5claws149
3577
3578         * src/compose.c
3579                 Forwarding was also ignoring the folder's default account.
3580
3581 2002-11-14 [colin]      0.8.5claws148
3582
3583         * src/compose.c
3584                 Fix sent folder not set to folder properties when 
3585                 forwarding.
3586
3587 2002-11-14 [thorsten]   0.8.5claws147
3588
3589         * src/inc.c
3590                 inc_start(): Files were not moved from .processing to inbox,
3591                 if no global processing rule existed
3592
3593 2002-11-14 [colin]      0.8.5claws146
3594
3595         * src/ssl_certificate
3596                 Fix file operations
3597
3598 2002-11-14 [paul]       0.8.5claws145
3599
3600         * po/it.po
3601                 updated by Alessandro Maestri
3602
3603 2002-11-13 [alfons]     0.8.5claws144
3604
3605         * src/folder.c
3606                 folder_item_close(): only mark messages unread
3607                 when a folder has new messages 
3608
3609 2002-11-13 [keith]      0.8.5claws143
3610
3611         * src/imap.c
3612                 Fix problem moving or copying between
3613                 IMAP folders
3614
3615 2002-11-13 [colin]      0.8.5claws142
3616
3617         * src/matcher_parser_parse.y
3618                 Fix rule problem when " don't match
3619
3620 2002-11-13 [christoph]  0.8.5claws141
3621
3622         * src/folder.c
3623         * src/folderview.c
3624                 moved cache saving to folder_item_close
3625                 the folderview should not have to deal with
3626                 this things
3627
3628 2002-11-13 [christoph]  0.8.5claws140
3629
3630         * src/summaryview.c
3631                 moved setting of important score to
3632                 summary_set_prefs_from_folderitem
3633
3634 2002-11-13 [colin]      0.8.5claws139
3635
3636         * src/matcher_parser_parse.y
3637                 Fix a segfault in the parser (happening when
3638                 a good expression had been tested and a bad 
3639                 one arrives)
3640
3641 2002-11-13 [paul]       0.8.5claws138
3642
3643         * sync with 0.8.5cvs24
3644                 see ChangeLog 2002-11-13
3645                 
3646         * po/pt_BR.po
3647                 updated by Fabio Jr. Beneditto
3648
3649 2002-11-13 [colin]      0.8.5claws137
3650         
3651         * src/msgcache.c
3652           src/defs.h
3653           src/procmsg.[ch]
3654                 Revert last commit, problem
3655
3656 2002-11-13 [colin]      0.8.5claws136
3657
3658         * src/msgcache.c
3659                 Remove duplicated code
3660         * src/defs.h
3661                 Bumped CACHE_VERSION and MARK_VERSION
3662         * src/procmsg.[ch]
3663                 Network endian for cache and mark files
3664
3665 2002-11-12 [colin]      0.8.5claws135
3666
3667         * src/inc.c
3668                 Fix the "socket error" dialog which disappeared
3669
3670 2002-11-12 [colin]      0.8.5claws134
3671
3672         * src/msgcache.c
3673                 Reverse last commit which had performance 
3674                 problems, but still reverse the list
3675
3676 2002-11-12 [colin]      0.8.5claws133
3677
3678         * src/msgcache.c
3679                 Reverse list order
3680
3681 2002-11-12 [melvin]     0.8.5claws132
3682
3683         * src/compose.c
3684                 Added a check for a NULL prefs_common.dictionary
3685
3686 2002-11-12 [colin]      0.8.5claws131
3687
3688         * src/ssl_certificate.[ch]
3689                 Use FQDN hostname
3690
3691 2002-11-12 [colin]      0.8.5claws130
3692
3693         * src/ssl_certificate.[ch]
3694                 Take connection port into account for 
3695                 checking certificates (a single hostname
3696                 could have multiple servers with multiple
3697                 certificates)
3698         * src/ssl.c
3699                 Pass the port to ssl_certificate_check
3700
3701 2002-11-12 [paul]       0.8.5claws129
3702
3703         * src/folder.c
3704                 fix a typo in last commit
3705
3706 2002-11-12 [paul]       0.8.5claws128
3707
3708         * sync with 0.8.5cvs23
3709                 see ChangeLog entry 2002-11-12
3710
3711 2002-11-11 [colin]      0.8.5claws127
3712
3713         * src/ssl_certificate.c
3714                 Cleaner messages
3715                 Don't popup, instead log error, if the 
3716                 corresponding pref is checked
3717         * src/ssl_certificate.h
3718                 include <openssl/objects/h>
3719
3720 2002-11-11 [colin]      0.8.5claws126
3721
3722         * src/ssl_certificate.h
3723                 _Really_ clean it
3724
3725 2002-11-11 [colin]      0.8.5claws125
3726         
3727         * src/ssl_certificate.c
3728                 Fixed leak
3729
3730 2002-11-11 [colin]      0.8.5claws124
3731
3732         * src/ssl.c
3733                 Cleaned a bit
3734         * src/ssl_certificate.[ch]
3735                 Cleaned a bit (better use of SSL API)
3736                 (This will cause non-recognition of saved 
3737                  certificates of claws12[23]...)
3738
3739 2002-11-11 [paul]       0.8.5claws123
3740         
3741         * po/es.po
3742                 updated by Ricardo Mones Lastra
3743
3744 2002-11-11 [colin]      0.8.5claws122
3745
3746         * src/ssl.c
3747                 Fix a typo
3748
3749 2002-11-11 [colin]      0.8.5claws121
3750
3751         * src/ssl_certificate.[ch] ** NEW FILES **
3752         * src/ssl.[ch]
3753                 Check SSL certificates presented to us
3754         * src/Makefile.am
3755                 Add ssl_certificate.[ch]
3756         * po/POTFILES.in
3757                 Add ssl_certificate.c
3758
3759 2002-11-11 [paul]       0.8.5claws120
3760
3761         * sync with 0.8.5cvs22
3762                 see ChangeLog 2002-11-11
3763
3764 2002-11-11 [paul]       0.8.5claws119
3765
3766         * sync with 0.8.5cvs21
3767                 see ChangeLog 2002-11-11
3768
3769 2002-11-10 [jens]       0.8.5claws118
3770
3771         * src/folder.c
3772         * src/folderview.c
3773                 corrected some typing
3774         * po/de.po
3775                 updated german translation
3776         * sylpheed.spec.in
3777                 cleaned up specfile and adjusted it for claws
3778
3779 2002-11-10 [colin]      0.8.5claws117
3780
3781         * src/summaryview.c
3782                 a STATUSBAR_PUSH/POP fix
3783
3784 2002-11-10 [colin]      0.8.5claws116
3785
3786         * src/prefs_folder_item.c
3787                 Fix hanging after opening folder properties
3788
3789 2002-11-10 [hoa]        0.8.5claws115
3790
3791         * src/matcher_parser_lex.l
3792         * src/matcher_parser_parse.y
3793                 config file for scoring and filtering is no more trashed
3794                 when there is a syntax error in a filtering rule when
3795                 editing it in a dialog.
3796
3797 2002-11-09 [colin]      0.8.5claws114
3798
3799         * src/mbox_folder.c
3800                 Added missing initialisation of folder->destroy()
3801
3802 2002-11-09 [colin]      0.8.5claws113
3803
3804         * src/folder.c
3805           src/folderview.c
3806                 Fix the status bar messages
3807
3808 2002-11-09 [colin]      0.8.5claws112
3809
3810         * src/folderview.c
3811                 Fix hangs after folder dnd, happening after 
3812                 claws109.
3813
3814 2002-11-09 [christoph]  0.8.5claws111
3815
3816         * src/folderview.c
3817                 just changed order of calls (reverse order of
3818                 associated calls)
3819         * src/inc.c
3820                 lock inc when checking only one account, otherwise
3821                 inc all could be executed at the same time
3822
3823 2002-11-09 [christoph]  0.8.5claws110
3824
3825         * src/folderview.c
3826                 better unlock the mouse cursor before calling
3827                 summary_show because it changes the cursor too
3828
3829 2002-11-09 [christoph]  0.8.5claws109
3830
3831         * src/folder.[ch]
3832         * src/folderview.c
3833                 add functions to open and close a folder
3834                 o opending will execute scanning for remote folders
3835                   and processing
3836                 o closing will unset new flag for messages
3837
3838 2002-11-09 [colin]      0.8.5claws108
3839
3840         * src/folder.c
3841                 Add a call to prefs_matcher_write_config to 
3842                 avoid non-leaf folders filtering settings to be
3843                 lost
3844
3845 2002-11-09 [paul]       0.8.5claws107
3846
3847         * src/prefs_account.c
3848                 re-word a label
3849
3850 2002-11-09 [colin]      0.8.5claws106
3851
3852         * src/folderview.c
3853                 Minor esthetic fix
3854
3855 2002-11-09 [colin]      0.8.5claws105
3856
3857         * src/folderview.c
3858                 Fix prefs_filtering deletion for MH folders (same
3859                 reason as below)
3860         * src/prefs_filtering.c
3861                 Fix prefs_filtering renaming and deletion for 
3862                 folder-based processing rules.  
3863
3864 2002-11-09 [christoph]  0.8.5claws104
3865
3866         * src/compose.c
3867         * src/folder.[ch]
3868         * src/folderview.[ch]
3869         * src/import.c
3870         * src/inc.c
3871         * src/main.c
3872         * src/mainwindow.c
3873         * src/messageview.c
3874         * src/prefs_folder_item.c
3875         * src/procmsg.c
3876         * src/summaryview.c
3877                 implement a callback system for folder item updates
3878
3879 2002-11-09 [colin]      0.8.5claws103
3880
3881         * src/folderview.c
3882                 Fix prefs_filtering renaming for MH folders (we
3883                 shouldn't rename by path as another folder could
3884                 have the same hierarchy).
3885
3886 2002-11-09 [colin]      0.8.5claws102
3887
3888         * src/folder.c
3889                 Fix a leak found by Christoph, use better variable
3890                 names
3891
3892 2002-11-09 [colin]      0.8.5claws101
3893
3894         * src/folder.c
3895                 One more fix for processing rules
3896
3897 2002-11-08 [colin]      0.8.5claws100
3898         
3899         * src/matcher.c
3900                 Don't copy the compiled regexp (will be reevaluated)
3901         * src/folderview.c
3902                 Lock folderview while moving
3903         * src/folder.c
3904                 Provide info on what's happening to the user
3905
3906 2002-11-08 [colin]      0.8.5claws99
3907
3908         * src/folderview.c
3909                 Fix folder reordering after a move if parent is 
3910                 root
3911         * src/scoring.[ch]
3912                 Add function to copy a ScoringProp
3913         * src/prefs_folder_item.c
3914                 Copy scoring rules when copying a folder prefs
3915
3916 2002-11-08 [colin]      0.8.5claws98
3917
3918         * src/folderview.c
3919                 Fixes in case of failure
3920         * src/filtering.[ch]    
3921                 Add function to duplicate a FilteringProp
3922         * src/matcher.[ch]
3923                 Add function to duplicate a MatcherProp
3924         * src/prefs_folder_item.c
3925                 Save folder's processing rules when copying 
3926                 its prefs
3927
3928 2002-11-08 [colin]      0.8.5claws97
3929         
3930         * src/folderview.c
3931                 Sort after move
3932         * src/folder.c 
3933                 Change a printf to debug_print
3934
3935 2002-11-08 [colin]      0.8.5claws96
3936
3937         * src/folder.c
3938           src/folderview.c
3939                 Fix segfaults, call me stupido
3940         
3941
3942 2002-11-08 [colin]      0.8.5claws95
3943
3944         *src/folder.c
3945                 Added forgotten prefs to save when moving folders
3946
3947 2002-11-08 [colin]      0.8.5claws94
3948
3949         * src/folder.c
3950                 Fixes to folder DND (prefs copy)
3951         * src/folderview.c
3952                 Optimization for folder DND (don't rescan whole tree)
3953                 Added folderview_create_folder_node() for this 
3954                 optimization, so de-duped a bit the code
3955         * src/prefs_folder_item.[ch]
3956                 Added prefs_folder_item_copy_prefs()    
3957           
3958 2002-11-08 [paul]       0.8.5claws93
3959
3960         * src/prefs_account.c
3961           tools/README
3962           tools/kmail2sylpheed_v2.pl
3963                 correct some typos
3964
3965 2002-11-08 [paul]       0.8.5claws92
3966
3967         * src/compose.c
3968           src/prefs_account.[ch]
3969                 remove account options 'clearsign' and 'ascii_armored',
3970                 replace with 'default_gnupg_mode' to prevent mixed-mode
3971                 Privacy settings
3972
3973 2002-11-08 [paul]       0.8.5claws91
3974
3975         * src/compose.[ch]
3976                 re-implement GnuPG 'on-the-fly' mode selection,
3977                 disallow mixed-mode
3978
3979 2002-11-08 [colin]      0.8.5claws90
3980
3981         * src/folderview.c
3982           src/prefs_folder_item.c
3983                 Change "Property" to "Properties"
3984
3985 2002-11-07 [colin]      0.8.5claws89
3986
3987         * src/folderview.c
3988           src/folder.c
3989                 Allow folder dropping to a root folder
3990
3991 2002-11-07 [paul]       0.8.5claws88
3992
3993         * src/compose.c
3994                 revert last commit
3995
3996 2002-11-07 [paul]       0.8.5claws87
3997
3998         * src/compose.c
3999                 fix reply-to-list bug. closes bug report
4000                 "[633382] reply-to-list broken in recent cvs"
4001
4002 2002-11-07 [paul]       0.8.5claws86
4003
4004         * src/compose.c
4005                 add a forgotten '#if USE_GPGME ... #endif'
4006
4007 2002-11-07 [paul]       0.8.5claws85
4008
4009         * sync with 0.8.5cvs20
4010                 see ChangeLog 2002-11-07
4011
4012 2002-11-07 [colin]      0.8.5claws84
4013
4014         * src/folder.[ch]
4015                 Change folder_item_move_to to return the newly 
4016                 created folderitem.
4017         * src/folderview.c
4018                 Select the new folderitem after moving.
4019
4020 2002-11-07 [colin]      0.8.5claws83
4021
4022         * src/prefs_filtering.c
4023                 Fix rule rewriting when moving a leaf folder to a 
4024                 shorter path
4025
4026 2002-11-07 [colin]      0.8.5claws82
4027
4028         * src/prefs_filtering.c
4029                 fix a leak
4030
4031 2002-11-07 [colin]      0.8.5claws81
4032
4033         * src/folder.[ch]
4034                 Add folder_item_move_to() function to move a 
4035                 folderitem into another one (updates matcher etc)
4036         * src/folderview.c
4037                 Add folder drag'n drop (context menu to come)
4038                 [Should be dataloss free, but Please backup before 
4039                  trying !]
4040
4041 2002-11-06 [colin]      0.8.5claws80
4042
4043         * src/mh.c
4044                 mh_create_folder() returns NULL if can't create
4045                 directory hierarchy
4046
4047 2002-11-06 [paul]       0.8.5claws79
4048
4049         * src/compose.[ch]
4050                 allow 'on-the-fly' changing of the type of encryption 
4051                 and/or signing used (mime/ascii) via the compose window
4052
4053 2002-11-06 [paul]       0.8.5claws78
4054
4055         * sync with 0.8.5cvs19
4056                 see ChangeLog 2002-11-06 for src/account.c: 
4057                 account_get_special_folder()
4058                 
4059 2002-11-05 [alfons]     0.8.5claws77
4060
4061         * src/crash.c
4062                 very minor cleanups: nothing to see here, move on. :-)
4063
4064 2002-11-05 [colin]      0.8.5claws76
4065
4066         * src/main.c
4067                 Changes choices if compose windows are opened to
4068                 Discard, Draft, Don't quit
4069
4070 2002-11-05 [thorsten]   0.8.5claws75
4071
4072         * src/compose.c
4073                 reenabled default_reply_to folder option
4074
4075 2002-11-05 [colin]      0.8.5claws74
4076
4077         * src/compose.[ch] 
4078                 add compose_draft()
4079         * src/crash.c
4080                 add SIGTERM handler
4081         * src/main.[ch]
4082                 add clean_quit() for the SIGTERM handler
4083
4084 2002-11-05 [paul]       0.8.5claws73
4085         
4086         * po/es.po
4087                 updated by Ricardo Mones Lastra
4088
4089 2002-11-05 [melvin]     0.8.5claws72
4090
4091         * src/logwindow.c
4092                 Fixed log-clipping bug #616795.
4093                 To stop logging in the log window use 0 length.
4094         * src/prefs_common.c
4095                 Added a label to inform about the 0 log length behaviour.
4096
4097 2002-11-05 [paul]       0.8.5claws71
4098
4099         * sync with 0.8.5cvs17
4100                 see ChangeLog 2002-11-05
4101
4102 2002-11-04 [paul]       0.8.5claws70
4103
4104         * sylpheed-128x128.png
4105           sylpheed-64x64.png
4106           sylpheed.png
4107                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4108                 <nikai@users.sourceforge.net>
4109                 
4110         * po/bg.po
4111                 updated by George Danchev
4112
4113 2002-11-03 [thorsten]   0.8.5claws69
4114
4115         * src/main.c
4116           src/mimeview.c
4117           src/rfc2015.h
4118                 add check if gpg is active
4119
4120 2002-11-03 [thorsten]   0.8.5claws68
4121
4122         * src/toolbar.h
4123                 removed GSList declaration causing trouble on MacOS-X
4124                 (submitted by alfons, reported by xfesty)
4125
4126 2002-11-01 [paul]       0.8.5claws67
4127
4128         * src/mainwindow.c
4129                 remove last remnants of main's filter code
4130
4131 2002-11-01 [paul]       0.8.5claws66
4132
4133         * tools/filter_conv.pl
4134                 fix bug where user-defined headers were ignored
4135
4136 2002-11-01 [paul]       0.8.5claws65
4137
4138         * src/logwindow.c
4139                 make a debug_print() not translatable
4140
4141 2002-10-31 [melvin]     0.8.5claws64
4142
4143         * ac/aspell.m4
4144                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4145                 not run any GNU/aspell test.  The dictionary path will
4146                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4147                 was given, in which case, it will be $prefix/lib/aspell/
4148         * configure.in
4149                 Fixed typo in commentary (Aspell code).
4150
4151 2002-10-31 [paul]       0.8.5claws63
4152
4153         * po/POTFILES.in
4154                 remove src/filter.c and src/prefs_filter.c
4155                 thanks to Ricardo for reminding me
4156
4157 2002-10-31 [colin]      0.8.5claws62
4158
4159         * src/mbox_folder.c
4160                 Plug some leaks
4161
4162 2002-10-31 [paul]       0.8.5claws61
4163
4164         * src/prefs_filter.[ch] ** REMOVED **
4165           src/filter.[ch]       ** REMOVED **
4166           
4167         * src/Makefile.am
4168           src/folderview.c
4169           src/inc.c
4170           src/main.c
4171           src/mainwindow.c
4172           src/mbox.c
4173           src/prefs_common.c
4174           src/prefs_filtering.c
4175           src/summaryview.[ch]
4176                 remove main's 'filter' code
4177                 
4178         README.claws
4179                 update to reflect removal of main's filter
4180
4181 2002-10-31 [paul]       0.8.5claws60
4182
4183         * src/summaryview.c
4184                 remove check for global_processing in summary_filter_open(). 
4185                 This fixes the bug where if the user uses the right-click 
4186                 'Create filter rule...' and doesn't have any filter rules 
4187                 already defined in claws' advanced filtering, the newly 
4188                 created filter rule goes to main's filtering which is 
4189                 inaccessible through the gui. Now the filter rule gets added
4190                 to claws' filtering by default.
4191
4192 2002-10-28 [melvin]     0.8.5claws59
4193
4194         * src/prefs_actions.c
4195                 Fixed bug #627322 where MIME parts were not always
4196                 correctly passed to a %p action
4197                 Display an error dialog when message filename is not found.
4198
4199 2002-10-28 [melvin]     0.8.5claws58
4200
4201         * src/prefs_common.c
4202                 Readded a missing function declaration lost in 0.8.3claws34
4203
4204 2002-10-28 [paul]       0.8.5claws57
4205
4206         * sync with 0.8.5cvs15
4207                 see ChangeLog 2002-10-28 and 2002-10-25
4208                 
4209         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4210
4211 2002-10-27 [oliver]     0.8.5claws56
4212
4213         * src/pop.c
4214                 plug leak in pop3_top_recv
4215
4216 2002-10-26 [christoph]  0.8.5claws55
4217
4218         * src/folder.c
4219                 set need_update folder flag when messages are added
4220                 (closes bug [ 626922 ] folder not updated after receiving)
4221
4222 2002-10-25 [melvin]     0.8.5claws54
4223
4224         * src/imageview.c
4225                 Fixed a memleak introduced in the scaling code.
4226
4227 2002-10-24 [alfons]     0.8.5claws53
4228
4229         * src/filtering.c
4230                 make filtering's forward message action forward from the 
4231                 correct account
4232                 (closes bug [628089 ] Filter -> Forward from address problem
4233                 reported by Oktay)
4234
4235 2002-10-24 [christoph]  0.8.5claws52
4236
4237         * src/mainwindow.c
4238         * src/manual.[ch]
4239                 o use manual of current locale or english if current
4240                   locale is not available (and english is available)
4241                 o also link to sylpheed doc project manuals
4242
4243 2002-10-23 [paul]       0.8.5claws51
4244
4245         * tools/README
4246           tools/kmail2sylpheed_v2.pl
4247                 add new version of kmail addressbook importer script.
4248                 works with newer versions of Kmail/KAddressBook which
4249                 have new and rearranged data.
4250
4251 2002-10-23 [martin]     0.8.5claws50
4252
4253         * src/folderview.c
4254         * src/summaryview.c
4255         * src/utils.h
4256         * src/utils.c
4257                 added length parameter to get_abbrev_newsgroup_name()
4258                 changed this function so that it abbreviates the newsgroup
4259                 names only so long it is smaller than the length parameter
4260                 (for better reading of some newsgroup names and space efficiency)
4261
4262 2002-10-22 [colin]      0.8.5claws49
4263
4264         *src/foldersel.c
4265                 Revert Alfons' last modification (after voting ;-))
4266
4267 2002-10-21 [alfons]     0.8.5claws48
4268
4269         * src/foldersel.c
4270                 folder view in folder selection dialog reflects state of
4271                 folder view in main window
4272
4273 2002-10-18 [alfons]     0.8.5claws47
4274
4275         * src/mbox.c
4276                 drop imported messages in folder selected by user,
4277                 and not in the inbox
4278                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4279
4280 2002-10-18 [alfons]     0.8.5claws46
4281
4282         * src/compose.c
4283                 make automagic reply work correctly for email accounts 
4284                 (whether it's viable to do a full sync with Hiro's 
4285                 compose.c is still under discussion)
4286
4287 2002-10-18 [melvin]     0.8.5claws45
4288
4289         * src/prefs_actions.c
4290                 Fixed bug #622275 where asynchroneous actions left 
4291                 zombies processes
4292                 Made (synchroneous) actions' input be displayed live.
4293
4294 2002-10-18 [christoph]  0.8.5claws44
4295
4296         * src/textview.c
4297                 don't add a newline in the textview in front of the
4298                 first textpart if header display is disabled
4299                 (closes bug [ 603385 ] disabled header display leaves blank
4300                  lin)
4301
4302 2002-10-18 [christoph]  0.8.5claws43
4303
4304         * src/folder.[ch]
4305         * src/imap.c
4306         * src/mbox_folder.c
4307         * src/mh.c
4308         * src/news.c
4309                 folder->get_num_list now returns an error code
4310                 (closes bug [ 609424 ] News cache cleared on failure)
4311                 
4312 2002-10-17 [colin]      0.8.5claws42
4313         
4314         * src/news.c
4315                 Changed a printf by debug_print
4316
4317 2002-10-16 [paul]       
4318
4319         * tools/OOo2sylpheed.pl
4320                 allow for spaces in the name of the
4321                 file to be attached.
4322
4323 2002-10-16 [colin]      0.8.5claws41
4324
4325         * src/main.c
4326                 Use a tristate to change online mode
4327
4328 2002-10-16 [paul]       0.8.5claws40
4329
4330         * po/es.po
4331                 updated by Ricardo Mones Lastra
4332
4333 2002-10-16 [colin]      0.8.5claws39
4334
4335         * src/main.c
4336           src/mainwindow.[ch]
4337                 Added --online and --offline command-line
4338                 switches
4339
4340 2002-10-15 [christoph]  0.8.5claws38
4341
4342         * src/procmime.c
4343                 set mimeinfo->name to NULL after g_free to
4344                 avoid double freeing with g_free
4345
4346 2002-10-14 [christoph]  0.8.5claws37
4347
4348         * src/compose.c
4349         * src/filtering.c
4350         * src/summaryview.c
4351                 remove calls to folder->change_flags that are now
4352                 done by procmsg flag functions (seems it is not
4353                 used by any foldertype anyway)
4354         * src/folder.c
4355                 init folder->change_flags with NULL
4356
4357 2002-10-14 [christoph]  0.8.5claws36
4358
4359         * src/folder.[ch]
4360         * src/imap.[ch]
4361                 use virtual functions for folder item new and destroy
4362                 functions
4363
4364 2002-10-14 [melvin]     0.8.5claws35
4365
4366         * src/compose.c
4367                 Added a test to not run the spell checker if no default
4368                 dictionary is available. No dialog is displayed though.
4369
4370 2002-10-14 [melvin]     0.8.5claws34
4371
4372         * src/gtkaspell.c
4373                 Fixed bug in dictionary list context menu where
4374                 "More..." pointed to an emtpy submenu if the
4375                 number of dictionaries is a multiple of 15
4376                 Removed unneeded code in suggestions list creation
4377
4378 2002-10-14 [paul]       0.8.5claws33
4379
4380         * po/bg.po
4381                 updated by George Danchev
4382
4383 2002-10-13 [hoa]        0.8.5claws32
4384
4385         * src/matcher.[ch]
4386           src/matcher_parser_parser.y
4387                 removed the escaped string from internal structure
4388                 of matcher.
4389
4390 2002-10-12 [colin]      0.8.5claws31
4391
4392         * src/gtksctree.[ch]
4393           src/summaryview.c
4394                 Removed useless function gtksctree_reanchor
4395
4396 2002-10-12 [alfons]     0.8.5claws30
4397         
4398         * sync with remaining main changes 2002-10-09 - 2002-10-11
4399         - drop changes to src/compose.c (requires claws specific changes)
4400         
4401 2002-10-12 [alfons]     0.8.5claws29
4402         
4403         * sync with main changes of 2002-10-08
4404         - drop changes to src/compose.c (requires claws specific changes)
4405         - drop changes to src/summaryview.c (requires changes to compose.c)     
4406
4407 2002-10-12 [alfons]     0.8.5claws28
4408         
4409         * sync with main changes of 2002-10-07
4410
4411 2002-10-12 [alfons]     0.8.5claws27
4412
4413         * sync with main changes of 2002-10-04
4414         - drop changes to src/compose.c (requires claws specific changes)
4415         - drop changes to src/prefs_folder_item.c (claws implementation
4416           seems to be working)
4417
4418 2002-10-12 [colin]      0.8.5claws26
4419
4420         * src/mainwindow.c
4421                 Fix folder-flicker when space-reading, introduced 
4422                 in claws22.
4423
4424 2002-10-12 [colin]      0.8.5claws25
4425
4426         * src/compose.c
4427                 Save account address when saving as draft.
4428                 (closes bug 621838)
4429
4430 2002-10-12 [colin]      0.8.5claws24
4431
4432         * src/summaryview.c
4433                 Fix the problem consisting of no message selected
4434                 after the last message in a folder has been moved.
4435
4436 2002-10-12 [paul]       0.8.5claws23
4437
4438         * src/compose.c
4439           src/prefs_template.c
4440           src/template.[ch]
4441                 add Cc and Bcc to templates. Patch submitted by
4442                 John L. Males.
4443
4444 2002-10-12 [colin]      0.8.5claws22
4445
4446         * src/folderview.c
4447                 Fix a bug after "Check for new messages":
4448                 If a folder was opened, it was still selected at
4449                 the end of the check, but displayed empty.
4450         * src/mainwindow.c
4451                 Remove unnecessary check
4452
4453 2002-10-12 [paul]
4454
4455         * tools/README
4456                 be more verbose in the description of
4457                 OOo2sylpheed.pl
4458                 
4459
4460 2002-10-11 [colin]      0.8.5claws21
4461
4462         * src/mainwindow.c
4463                 Make space work (better) when no mail is selected
4464
4465 2002-10-11 [colin]      0.8.5claws20
4466
4467         * src/inc.c
4468           src/news.c
4469                 fix warnings
4470
4471 2002-10-11 [colin]      0.8.5claws19
4472
4473         * src/mainwindow.c
4474                 revert 0.8.5claws6 changes as i couldn't get to
4475                 anything satisfying
4476
4477 2002-10-11 [melvin]     0.8.5claws18
4478
4479         * src/compose.c
4480                 Removed buggy and unused macro (should have been committed in
4481                 0.8.5claws17)
4482
4483 2002-10-11 [melvin]     0.8.5claws17
4484
4485         * src/compose.c
4486                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
4487
4488 2002-10-11 [thorsten]   0.8.5claws16 
4489
4490         * src/folderview.c
4491                 remove rescan warning
4492
4493 2002-10-11 [colin]      0.8.5claws15 
4494
4495         * src/procheader.c
4496                 fix a segfault that happens if conv_unmime_header
4497                 fails (should be better to find out why it fails)
4498
4499 2002-10-11 [christoph]  0.8.5claws14
4500
4501         * src/summaryview.c
4502                 update folderview stats after ignore/unignore thread
4503
4504 2002-10-11 [hoa]        0.8.5claws13
4505
4506         * src/quote_fmt_parse.y
4507                 Fixed a yacc/bison syntax error
4508         * src/matcher.c
4509                 Escaping of string is fixed.
4510
4511 2002-10-11 [colin]      0.8.5claws12
4512
4513         * src/imageview.c
4514                 Resize images to fit
4515
4516 2002-10-11 [paul]       0.8.5claws11
4517
4518         * po/es.po
4519                 updated by Ricardo Mones Lastra
4520
4521 2002-10-10 [alfons]     0.8.5claws10
4522
4523         * src/compose.c
4524                 allow dropping files by "moving" files from a file manager,
4525                 not only by the more cumbersome "copying". the latter 
4526                 mostly implies holding down the Control button
4527
4528 2002-10-10 [christoph]  0.8.5claws9
4529
4530         * src/summaryview.c
4531                 update folders after thread building for ignored threads
4532
4533 2002-10-10 [christoph]  0.8.5claws8
4534
4535         * config/.cvsignore
4536                 added Makefile
4537         * src/filtering.[ch]
4538         * src/folder.[ch]
4539         * src/folderview.[ch]
4540         * src/import.c
4541         * src/inc.[ch]
4542         * src/mbox.[ch]
4543         * src/procmsg.c
4544         * src/summaryview.[ch]
4545                 o added new flag need_update to FolderItem
4546                 o removed folder_table from various functions from tracking
4547                   folder updates
4548                 o set need_update flags in folder.c's move, copy and delete
4549                   functions and procmsg's flags functions
4550                 o added function folderview_update_items_when_required that
4551                   updates all folders with need_update set
4552                 o call folderview_update_items_when_required instead of
4553                   folderview_update_item_foreach
4554
4555 2002-10-09 [sergey]     0.8.5claws7
4556
4557         * src/compose.c
4558                 Strip CRs whel loading the text into editor in reedit mode.
4559
4560 2002-10-09 [colin]      0.8.5claws6
4561
4562         * src/mainwindow.c
4563                 Make Space work when no mail is selected
4564
4565 2002-10-09 [colin]      0.8.5claws5
4566
4567         * src/gtksctree.[ch]
4568                 Fix range_select
4569                 Add gtk_sctree_reanchor() 
4570         * src/summaryview.c
4571                 Use gtk_sctree_reanchor() - better fix for 
4572                 bug 60413
4573
4574 2002-10-09 [colin]      0.8.5claws4
4575
4576         * src/summaryview.c
4577                 Fix shift-click select after delete problem
4578                 (closes bug 60413)
4579
4580 2002-10-08 [thorsten]   0.8.5claws3
4581
4582         * src/summaryview.c
4583                 exclude current msg from -hide read messages-
4584
4585 2002-10-08 [colin]      0.8.5claws2
4586
4587         * src/inc.[ch]
4588           src/pop.c
4589           src/recv.c
4590                 Differentiate socket errors from disk full
4591                 errors
4592
4593 2002-10-08 [christoph]  0.8.5claws1
4594
4595         * Makefile.am
4596         * configure.in
4597                 modifications for new config directory
4598
4599         * config.guess  ** REMOVED **
4600         * config.sub    ** REMOVED **
4601         * install-sh    ** REMOVED **
4602         * ltmain.sh     ** REMOVED **
4603         * missing       ** REMOVED **
4604         * mkinstalldirs ** REMOVED **
4605                 these files are autogenerated by automake
4606                 when you run autogen.sh
4607
4608         * config/.cvsignore     ** NEW FILE **
4609         * config/Makefile.am    ** NEW FILE **
4610                 ignore autogenerated files
4611                 create a Makefile in this directory
4612
4613 2002-10-08 [paul]       0.8.5claws
4614
4615         * 0.8.5claws release
4616         
4617         * src/compose.c
4618           src/procheader.c
4619           src/procmsg.c
4620                 fix quote reply format for newsgroups reply bug
4621                 (thanks to Hoa)
4622                 
4623         * po/en_GB.po
4624           po/pl.po
4625                 updated by me and Witold Wladyslaw Wojciech Wilk
4626                 repectively
4627
4628 2002-10-07 [paul]       0.8.3claws53
4629
4630         * po/it.po
4631           po/pt_BR.po
4632           po/sr.po
4633                 updated messages catalogs, submitted by
4634                 Alessandro Maestri, Fabio Jr.Beneditto 
4635                 and Urke MMI, respectively.
4636
4637 2002-10-07 [christoph]  0.8.3claws52
4638
4639         * src/folder.[ch]
4640         * src/folderview.c
4641         * src/mainwindow.c
4642                 fix new folder ghost message bug
4643                 (closes bug [ 619722 ] wrong count for newly created folders)
4644
4645 2002-10-07 [christoph]  0.8.3claws51
4646
4647         * src/compose.c
4648                 fix news posting problem
4649
4650 2002-10-07 [melvin]     0.8.3claws50
4651
4652         * po/fr.po
4653                 Updated French translation
4654
4655 2002-10-05 [christoph]  0.8.3claws49
4656
4657         * src/gtkstext.c
4658                 check if line_start_cache is set in gtk_stext_update_text
4659                 (closes bug [ 618119 ] crash while doing search in folder)
4660
4661 2002-10-05 [christoph]  0.8.3claws48
4662
4663         * src/imap.c
4664         * src/news.c
4665         * src/utils.c
4666         * src/utils.h
4667                 implement cache cleanups for claws' folder system
4668                 (closes bug [ 595916 ] imapcache not cleaned up)
4669
4670 2002-10-05 [melvin]     0.8.3claws47
4671
4672         * src/prefs_actions.c
4673                 Made the help text more clear for the %p token
4674
4675 2002-10-04 [paul]       0.8.3claws46
4676
4677         * sync with 0.8.5
4678                 see ChangeLog 2002-10-02 and 2002-10-03
4679
4680 2002-10-04 [christoph]  0.8.3claws45
4681
4682         * src/inc.c
4683                 fix segfault caused by pop before smtp
4684                 call to inc_account_mail with NULL
4685                 pointer for mainwin
4686
4687 2002-10-04 [paul]       0.8.3claws44
4688
4689         * configure.in
4690                 sync the LDAP detection from 0.8.5cvs1
4691
4692 2002-10-02 [christoph]  0.8.3claws43
4693
4694         * po/de.po
4695                 fix small spelling error
4696
4697 2002-10-02 [melvin]     0.8.3claws42
4698
4699         * ac/aspell.m4
4700                 Behave better and say "no" when test program cannot be run.
4701
4702 2002-10-02 [paul]       0.8.3claws41
4703
4704         * sync with 0.8.4cvs1
4705                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
4706                 
4707         * src/summaryview.c
4708                 toggle the behavior of Reply menuitem between
4709                 normal reply and reply-to-list
4710
4711 2002-10-01 [sergey]     0.8.3claws40
4712
4713         * src/compose.c
4714                 Convert newlines in the message text to the canonical form
4715                 before base64 encoding (RFC2045 compliance, fixes some
4716                 interoperability issues with Evolution 1.0.3)
4717
4718 2002-09-29 [colin]      0.8.3claws39
4719
4720         * src/summaryview.c
4721                 Fix an unwanted copy/paste
4722
4723 2002-09-29 [colin]      0.8.3claws38
4724
4725         * src/mainwindow.c
4726                 Renamed "Custom toolbar" to "Customize toolbar"
4727                 Renamed "Show all header" to "Show all headers"
4728                 Renamed "Set diplay item" to "Set displayed items"
4729         * src/prefs_common.c
4730                 Renamed "Show all header" to "Show all headers"
4731         * src/prefs_summary_column.c
4732                 Renamed "diplay item" to "displayed items"
4733
4734 2002-09-29 [colin]      0.8.3claws37
4735
4736         * src/mainwindow.[ch]
4737                 online/offline status pixmaps follow theme
4738                 changes
4739         * src/summaryview.[ch]
4740                 quicksearch pixmap follows theme changes
4741
4742 2002-09-29 [thorsten]   0.8.3claws36
4743
4744         * src/compose.c
4745           src/prefs_folder_item.[ch]
4746                 add default_reply_to folder option (closes patch 581044)
4747
4748 2002-09-29 [christoph]  0.8.3claws35
4749
4750         * acconfig.h    ** REMOVED **
4751         * configure.in
4752         * ac/aspell.m4
4753         * ac/check-type.m4
4754         * ac/gnupg-check-typedef.m4
4755                 fix autoheader 2.50 warning
4756
4757 2002-09-29 [christoph]  0.8.3claws34
4758
4759         * major code cleanup (part 2)
4760         
4761                 - unused variables removed
4762                 - unused functions removed
4763                 - uninitialized variables checked
4764                 - missing return statements added
4765                 - missing function return types added
4766                 - added parentheses around assignment
4767                   when suggested by gcc
4768
4769 2002-09-29 [alfons]     0.8.3claws33
4770
4771         * src/logwindow.c
4772                 log_window_clear(): only bracket gtk_text_forward_delete() 
4773                 with gtk_text_freeze() / gtk_text_thaw() (see if this
4774                 works around GTK text bug)
4775
4776 2002-09-29 [paul]       0.8.3claws32
4777
4778         * po/bg.po
4779           po/sr.po
4780                 updated by George Danchev and Urke MMI
4781                 respectively
4782
4783 2002-09-27 [christoph]  0.8.3claws31
4784
4785         * doc-src/readme.txt
4786         * doc-src/rfc1806.txt   ** REMOVED **
4787         * doc-src/rfc2183.txt   ** NEW FILE **
4788         * doc-src/rfc2980.txt   ** NEW FILE **
4789                 update rfcs
4790
4791 2002-09-27 [melvin]     0.8.3claws30
4792
4793         * ac/aspell.m4
4794                 Fixed typo which could break linking
4795
4796 2002-09-27 [melvin]     0.8.3claws29
4797
4798         * ac/aspell.m4
4799                 Improved GNU/aspell checking. 
4800                 Fixed bug #614490
4801
4802 2002-09-27 [paul]       0.8.3claws28
4803
4804         * sync with 0.8.3cvs8
4805                 see ChangeLog 2002-09-27
4806
4807 2002-09-26 [colin]      0.8.3claws27
4808
4809         * src/toolbar.[ch]
4810           src/mainwindow.[ch]
4811                 Add "Reply to Mailing-list" to the toolbar
4812
4813 2002-09-26 [christoph]  0.8.3claws26
4814
4815         * src/summaryview.c
4816                 Fix wrong message counts in summaryview status
4817
4818 2002-09-26 [paul]       0.8.3claws25
4819
4820         * sync with 0.8.3cvs7
4821                 see ChangeLog 2002-09-26
4822
4823 2002-09-26 [paul]       0.8.3claws24
4824
4825         * sync with 0.8.3cvs6
4826                 see ChangeLog 2002-09-25
4827
4828 2002-09-25 [christoph]  0.8.3claws23
4829
4830         * src/prefs_common.c
4831         * src/prefs_folder_item.c
4832         * src/prefs_scoring.c
4833                 Renamed "kill score" to "hide score" in GUI
4834                 and prefs files
4835
4836 2002-09-25 [paul]       0.8.3claws22
4837
4838         * sync with 0.8.3cvs5
4839                 see ChangeLog 2002-09-24
4840
4841 2002-09-24 [alfons]     0.8.3claws21
4842
4843         patch by Satoshi Nagayasu: allows appending / saving multiple 
4844         selected files (closes "[ 612279 ] save multiple mesg(s) in 
4845         'Save as ...'")
4846
4847         * AUTHORS
4848                 add Satoshi Nagayasu
4849         * src/summaryview.c
4850                 summary_save_as(): allow saving selected files to
4851                 one file
4852                 summary_set_menu_sensitive: enable "Save As..." when
4853                 multiple files are selected
4854         * src/utils.[ch]
4855                 append_file(): new function
4856
4857 2002-09-24 [colin]      0.8.3claws20
4858
4859         * src/procmime.c
4860                 Fix segfault when mimeinfo doesn't have a 
4861                 content_type. 
4862
4863 2002-09-24 [colin]      0.8.3claws19
4864
4865         * src/prefs_common.[ch]
4866                 Add a preference to display send dialog or not
4867         * src/send.c
4868                 Display send dialog according to preference
4869
4870 2002-09-24 [colin]      0.8.3claws18
4871
4872         * src/compose.[ch]
4873                 Disable user actions when sending
4874
4875 2002-09-24 [colin]      0.8.3claws17
4876
4877         * src/procmime.c
4878                 Do not display name or filename for attachments
4879                 with an application/pgp-signature type
4880                 (security flaw, see bug 537413)
4881
4882 2002-09-23 [colin]      0.8.3claws16
4883
4884         * src/editaddress.c
4885                 Initialize entry_email, entry_alias and 
4886                 entry_remarks to first email address of the list
4887
4888 2002-09-23 [colin]      0.83claws15
4889
4890         * src/compose.c
4891                 Drop pgp-signature when reediting a signed queued
4892                 message
4893
4894 2002-09-23 [melvin]     0.8.3claws14
4895
4896         * po/fr.po
4897                 Updated French translation
4898
4899 2002-09-23 [melvin]     0.8.3claws13
4900
4901         * src/mainwindow.c
4902                 Made custom toolbar menu labels more consistent
4903         * src/prefs_toolbar.c
4904                 Made custom toolbar window title more consistent
4905
4906 2002-09-22 [colin]      0.8.3claws12
4907
4908         * src/inc.c
4909                 Initialize session type to normal before getting 
4910                 mail (fixes strange Get behaviour)
4911         * src/prefs_account.h
4912                 Move STYPE_POP_BEFORE_SMTP to last position to 
4913                 avoid other side-effects
4914
4915 2002-09-22 [colin]      0.8.3claws11
4916
4917         * src/prefs_account.c
4918                 Fix pop_bfr_smtp_tm_entry sensivity when switching
4919                 from pop3 to apop or vice-versa
4920
4921 2002-09-22 [colin]      0.8.3claws10
4922         
4923         * src/prefs_account.[ch]
4924                 Add an option for the POP before SMTP timeout
4925         * src/inc.c
4926                 Remember time of last POP connection
4927         * src/send.c
4928                 Do POP before SMTP only if timeout reached
4929
4930 2002-09-22 [oliver]     0.8.3claws9
4931         
4932         * README.claws
4933                 explain custom toolbar
4934
4935 2002-09-22 [oliver]     0.8.3claws8
4936
4937         * src/prefs_actions.[ch]
4938         custom toolbar for compose      
4939                 actions callback from compose toolbar
4940         * src/folderview.c
4941                 remove include toolbar.h
4942
4943 2002-09-22 [oliver]     0.8.3claws7
4944         
4945         * src/prefs_toolbar.[ch]
4946                 custom toolbar for compose
4947                 - generic prefs_toolbar handles both
4948                   Mainwin's toolbar as well as Compose toolbar          
4949
4950 2002-09-22 [oliver]     0.8.3claws6
4951         
4952         * src/toolbar.[ch]
4953                 custom toolbar for compose
4954                 restructure toolbar.[ch]
4955
4956 2002-09-22 [oliver]     0.8.3claws5
4957
4958         * src/compose.[ch]
4959                 custom toolbar for compose
4960
4961 2002-09-22 [oliver]     0.8.3claws4
4962         
4963         * src/mainwindow.[ch]
4964                 custom toolbar for compose 
4965                 move mainwin toolbar back to mainwindow
4966
4967 2002-09-22 [alfons]     0.8.3claws3
4968
4969         * src/procmsg.c
4970                 :%sno/if(/if (/gc
4971                 :%sno/for(/for (/gc
4972                 (beautify)
4973
4974 2002-09-22 [alfons]     0.8.3claws2
4975         
4976         * src/procmsg.c
4977                 procmsg_save_to_outbox(): don't unlink message file from queue;
4978                 callers should do it using folder_item_remove_msg()
4979
4980 2002-09-22 [colin]      0.8.3claws1
4981
4982         * src/mimeview.[ch]
4983                 Made mimeview_check_signature() public
4984         * src/textview.c
4985                 Made GPG signatures verifiable by clicking
4986                 the [application/pgp-signature] in the Text
4987                 view
4988
4989 2002-09-22 [paul]       0.8.3claws
4990
4991         * po/bg.po
4992           po/en_GB.po
4993           po/es.po
4994           po/it.po
4995           po/pl.po
4996           po/pt_BR.po
4997           po/sr.po
4998                 updated translations, submitted by George Danchev,
4999                 me, Ricardo Mones Lastra, Alessandro Maestri,
5000                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5001                 and Urke MMI, respectively.     
5002
5003 2002-09-22 [alfons]     0.8.2claws65
5004
5005         * src/procmsg.c
5006         * src/pgptext.c
5007                 no furry valgrinds have been used to plug these memleaks
5008
5009 2002-09-20 [paul]       0.8.2claws64
5010
5011         * sync with 0.8.3cvs4
5012                 'Select thread' re-implemented 
5013                 see ChangeLog 2002-09-20
5014
5015 2002-09-21 [alfons]     0.8.2claws63
5016
5017         * src/compose.c
5018                 compose_send(): plug unnoticed memleak
5019
5020 2002-09-20 [alfons]     0.8.2claws62
5021
5022         * src/addr_compl.c
5023                 replace_address_in_edit(): strict check for NULL address to
5024                 fix "[ 607348 ] Segfault in address completion". My guess is
5025                 that this happens with an empty address book, but it's good
5026                 to have this check here anyway
5027                 
5028                 completion_window_button_press(): free string returned 
5029                 from the internal cache
5030
5031 2002-09-20 [christoph]  0.8.2claws61
5032
5033         * src/procmime.h
5034                 added ENC_BINARY to EncodingType
5035         * src/procmime.c
5036                 the string returned by procmime_get_encoding_str
5037                 should not depend on the order of values in the
5038                 EncodingType definition
5039         * doc-src/rfc1806.txt   ** NEW FILE **
5040                 Added rfc1806 about MIME Content-Disposition
5041                 Extension
5042
5043 2002-09-19 [paul]       0.8.2claws60
5044
5045         * sync with 0.8.2cvs3
5046                 see ChangeLog 2002-09-19
5047
5048 2002-09-19 [paul]       0.8.2claws59
5049
5050         * src/prefs_folder_item.c
5051                 revert to Darko's original alignment of colour
5052                 selector button
5053                 add a colon to folder_color label
5054                 
5055         * src/compose.c
5056                 add Colin's patch (with Hiro's modifications) to 
5057                 force BASE64 encoding for 8-bit text when signing
5058                 (sync with 0.8.3cvs2)
5059
5060 2002-09-18 [alfons]     0.8.2claws58
5061
5062         * src/compose.c
5063                 :%sno/if(/if (/gc
5064                 :%sno/for(/for (/gc
5065                 (beautify a little bit)
5066
5067 2002-09-18 [christoph]  0.8.2claws57
5068
5069         * src/pine.c
5070                 fix handling of fgetc return value
5071
5072 2002-09-17 [alfons]     0.8.2claws56
5073         
5074         * src/summaryview.c
5075                 summary_sort(): check non-NULL summaryview->folder_item when no 
5076                 folder is selected at all
5077                 (closes "[ 610344 ] sort label make syl Crash")
5078
5079 2002-09-17 [alfons]     0.8.2claws55
5080         
5081         * src/compose.c
5082                 beautify a little bit
5083
5084 2002-09-17 [christoph]  0.8.2claws54
5085
5086         * src/folder.c
5087                 initialize max values for cache and folder
5088                 when cache or folder is empty
5089
5090 2002-09-15 [colin]      0.8.2claws53
5091
5092         * src/compose.c
5093                 Fix a leak (thanks Alfons!) and cleaned
5094                 variables names for custom headers
5095
5096 2002-09-15 [colin]      0.8.2claws52
5097
5098         * src/compose.c
5099                 Fix custom headers recognition when
5100                 prefs_common.trans_hdr is on
5101
5102 2002-09-15 [colin]      0.8.2claws51
5103
5104         * src/compose.c
5105                 Allow dynamically-added custom headers
5106                 Yet not reparsed if reedited
5107
5108 2002-09-15 [alfons]     0.8.2claws50
5109
5110         * src/prefs_account.c
5111                 fix warnings
5112
5113 2002-09-15 [colin]      0.8.2claws49
5114         
5115         * src/prefs_account.c
5116                 fix pop_before_smtp sensitivity
5117
5118 2002-09-15 [colin]      0.8.2claws48
5119
5120         * src/inc.[ch]
5121                 add inc_pop_before_smtp()
5122                 allow MainWindow to be undefined in 
5123                 inc_account_mail() and inc_start()
5124         * src/pop.c
5125           src/prefs_account.h
5126                 add STYPE_POP_BEFORE_SMTP session type
5127         * src/prefs_account.c
5128                 activated pop before smtp option
5129         * src/send.c
5130                 do pop before smtp if the relevant option 
5131                 is set
5132
5133 2002-09-15 [paul]       0.8.2claws47
5134
5135         * sync with 0.8.3
5136                 see ChangeLog 2002-09-15
5137
5138 2002-09-14 [paul]       0.8.2claws46
5139
5140         * po/bg.po
5141                 updated Bulgarian translation, submitted by
5142                 George Danchev
5143
5144 2002-09-13 [paul]       0.8.2claws45
5145
5146         * src/compose.c
5147                 merge claws' select_account() with main's
5148                 (new) compose_select_account(). [sync with
5149                 0.8.2cvs15, see ChangeLog 2002-09-11]
5150
5151 2002-09-12 [christoph]  0.8.2claws44
5152
5153         * src/filter.c
5154                 allocate 1 elements of FolderItem not 0
5155
5156 2002-09-12 [colin]      0.8.2claws43
5157
5158         * src/compose.c
5159                 Fix bug #590825 (obey Follow-up: poster)
5160
5161 2002-09-12 [colin]      0.8.2claws42
5162
5163         * src/procmime.c
5164                 Fix bug #557009 (wrong headers for messages 
5165                 forwarded as attachments)
5166
5167 2002-09-11 [colin]      0.8.2claws41
5168         
5169         * src/compose.c
5170                 Put SCF: pseudo-header on top of message
5171                 Set draft tmp_flag when saved as draft
5172
5173         * src/procmsg.c
5174           src/procheader.c
5175                 Skip after first \n\n for beginning of real message
5176                 for drafts too
5177
5178 2002-09-11 [christoph]  0.8.2claws40
5179
5180         * src/filtering.c
5181                 use procmsg flag functions in filtering or processing
5182                 will cause incorrect folder message counts
5183
5184 2002-09-11 [colin]      0.8.2claws39
5185
5186         * src/compose.c
5187                 Fix bug #550175 - wrong save folder when reediting
5188                 drafts
5189
5190 2002-09-11 [paul]       0.8.2claws38
5191
5192         * sync with 0.8.2cvs14
5193                 see ChangeLog 2002-09-11
5194
5195 2002-09-11 [colin]      0.8.2claws37
5196
5197         * src/folder.c
5198                 Fix a typo (seeming to cause new/unread status to
5199                 be lost)
5200
5201 2002-09-10 [christoph]  0.8.2claws36
5202
5203         * src/compose.c
5204                 compose_redirect should not use compose_generic_new
5205                 because that does more stuff than expected including
5206                 opening the external editor
5207                 (closes bug "[ 526608 ] bounced messages appear blank
5208                  in editor")
5209
5210 2002-09-10 [christoph]  0.8.2claws35
5211
5212         * src/folder.c
5213                 fix problem with too large message number range
5214                 causing a crash in folder_item_scan
5215
5216 2002-09-10 [paul]       0.8.2claws34
5217
5218         * sync with 0.8.2cvs13
5219                 see ChangeLog 2002-09-10
5220
5221 2002-09-10 [christoph]  0.8.2claws33
5222
5223         * src/msgcache.c
5224                 set MsgInfo TmpFlags for queue and draft folders
5225                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5226
5227 2002-09-10 [paul]       0.8.2claws32
5228
5229         * AUTHORS
5230           po/bg.po      ** NEW FILE **
5231                 new Bulgarian translation submitted by
5232                 George Danchev <danchev@spnet.net>
5233                 
5234         * tools/Makefile.am
5235           tools/README
5236           tools/tb2sylpheed     ** NEW FILE **
5237                 add script that converts an addressbook exported
5238                 from The Bat! into a Sylpheed addressbook. Submitted
5239                 by Urke MMI <urke-kg@eunet.yu>
5240
5241 2002-09-10 [paul]       0.8.2claws31
5242
5243         * sync with 0.8.2cvs12
5244                 see ChangeLog 2002-09-10
5245
5246 2002-09-06 [paul]       0.8.2claws30
5247
5248         * src/prefs_common.c
5249                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5250                 
5251         * tools/Makefile.am
5252           tools/README
5253           tools/ldif-to-xml.py  ** REMOVED **
5254                 remove obsolete python script
5255
5256 2002-09-06 [paul]       0.8.2claws29
5257
5258         * sync with 0.8.2cvs10
5259                 see ChangeLog 2002-09-06
5260
5261 2002-09-04 [paul]       0.8.2claws28
5262
5263         * sync with 0.8.2cvs9
5264                 see ChangeLog 2002-08-04
5265
5266 2002-09-04 [colin]      0.8.2claws27 
5267
5268         * src/prefs_common.[ch]
5269                 Added signature color configuration
5270         * src/textview.c
5271                 Use user-specified signature color
5272
5273 2002-09-03 [colin]      0.8.2claws26
5274
5275         * src/prefs_common.[ch]
5276                 Added autosave and autosave_length prefs
5277         * src/compose.c
5278                 Added compose_remove_draft()
5279                 Auto-save drafts according to the prefs
5280         * src/main.c
5281                 Added a crash-indicator file, allowing to check
5282                 for new messages on startup if Sylpheed crashed
5283                 (makes saved drafts "reappear")
5284
5285 2002-09-03 [colin]      0.8.2claws25
5286
5287         * src/textview.[ch]
5288                 Grey the signature
5289
5290 2002-09-03 [paul]       0.8.2claws24
5291
5292         * sync with 0.8.2cvs8
5293                 see ChangeLog 2002-09-02 and 2002-09-03
5294
5295 2002-09-03 [darko]      0.8.2claws23
5296
5297         * src/folderview.c
5298                 use normal style when creating new folder to pick
5299                 proper font size 
5300
5301 2002-09-02 [melvin]     0.8.2claws22
5302
5303         * src/gtkaspell.m4
5304                 removed some obsolete code
5305
5306 2002-09-02 [melvin]     0.8.2claws21
5307
5308         * ac/aspell.m4
5309                 fixed test's equality sign (== to =)
5310
5311 2002-09-02 [alfons]     0.8.2claws20
5312
5313         * src/folder.c
5314         * src/mh.c
5315                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5316                 as folder->destroy virtual as suggested by Hiro
5317                 (the mh.c code seems to have been lost around mh.c.1.21)
5318
5319 2002-09-02 [paul]       0.8.2claws19
5320
5321         * po/pt_BR.po
5322                 updated by Fabio Jr. Beneditto
5323                 
5324         * src/defs.h
5325                 use 'http://claws.sylpheed.org' for homepage link. 
5326                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
5327
5328 2002-09-01 [alfons]     0.8.2claws18
5329
5330         * src/mh.c
5331                 plug memleak related to one Martin Kluge found
5332
5333 2002-08-31 [paul]       0.8.2claws17
5334
5335         * sync with 0.8.2cvs6
5336                 see ChangeLog 2002-08-30
5337
5338 2002-08-31 [alfons]     0.8.2claws16
5339
5340         * src/folder.c
5341                 folder_destroy(): remove mailbox from folderlist even if it has
5342                 no destroy virtual
5343
5344 2002-08-31 [alfons]     0.8.2claws15
5345
5346         * src/folder.c
5347                 :%sno/if(/if (/gc
5348                 :%sno/for(/for (/gc
5349                 (being pedantic I know)
5350
5351 2002-08-31 [alfons]     0.8.2claws14
5352
5353         * src/folder.c
5354                 check for NULL pointers returned from folder->fetch_msginfo virtual
5355                 (should solve some reported crashes)
5356
5357 2002-08-30 [alfons]     0.8.2claws13
5358
5359         * acconfig.h
5360         * configure.in
5361         * src/crash.c
5362                 enable crash dialog on compilation time
5363                 (--enable-crash-dialog configure option)
5364
5365 2002-08-30 [alfons]     0.8.2claws12
5366
5367         * AUTHORS
5368                 add Martin Kluge
5369         * src/mh.c
5370                 apply memory leak plug patch by Martin Kluge
5371                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
5372                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
5373                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
5374
5375 2002-08-30 [darko]      0.8.2claws11
5376
5377         * src/folderview.c
5378                 copy Gtk style from normal style to match
5379                 font size for coloured folders
5380
5381 2002-08-29 [alfons]     0.8.2claws10
5382
5383         * sylpheed.desktop
5384                 Type=Internet <- Type=Application
5385                 (reported by Michael Schwendt, see:
5386                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
5387                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
5388
5389 2002-08-29 [paul]       0.8.2claws9
5390
5391         * sync with 0.8.2cvs5
5392                 see ChangeLog 2002-08-29
5393
5394 2002-08-29 [colin]      0.8.2claws8
5395
5396         * src/summaryview.c
5397                 Added a sanity check in summary_select_thread
5398                 Should fix bug 601605
5399
5400 2002-08-29 [colin]      0.8.2claws7
5401
5402         * src/main.c
5403                 Revert claws6 changes regarding bug #591676
5404
5405 2002-08-28 [colin]      0.8.2claws6
5406         
5407         * src/main.c
5408                 Ignore cache for queue folderitems
5409                 Fix bug #591676
5410
5411 2002-08-28 [melvin]     0.8.2claws5
5412
5413         * README.claws
5414                 Fixed typos.
5415
5416 2002-08-28 [melvin]     0.8.2claws4
5417
5418         * README.claws
5419                 Updated a bit the text concerning the spell checker
5420
5421 2002-08-28 [melvin]     0.8.2claws3
5422
5423         Merged the GNU_aspell_branch:
5424                 Support of new GNU/aspell is now included and the old pspell
5425                 is not supported anymore.
5426                 See README.claws
5427
5428         * README.claws
5429                 Updated spell checker text to reflect the switch to GNU/aspell
5430
5431         * ac/aspell.m4          *** NEW ***
5432         * src/gtkaspell.[ch]    *** NEW *** 
5433         * ac/pspell.m4          *** DELETED *** 
5434         * src/gtkspell.[ch]     *** DELETED ***
5435
5436         * ac/Makefile.am
5437                 Updated for GNU/aspell support
5438
5439         * po/POTFILES.in
5440                 Replaced gtkspell.c by gtkaspell.c
5441
5442         * acconfig.h
5443         * src/Makefile.am
5444         * src/about.c
5445         * src/compose.[ch]
5446         * src/crash.c
5447         * src/main.c
5448         * src/prefs_common.[ch]
5449                 Updated for GNU/aspell support
5450
5451 2002-08-28 [paul]       0.8.2claws2
5452
5453         * sync with 0.8.2cvs4
5454                 see ChangeLog 2002-08-27 and 2002-08-28
5455
5456 2002-08-28 [colin]      0.8.2claws1
5457
5458         * src/summary_search.c
5459                 Added "AND search"
5460
5461 2002-08-28 [jens]       0.8.2claws
5462
5463         *po/de.po
5464                 Updated German translations
5465
5466 2002-08-27 [melvin]     0.8.2claws
5467
5468         * po/fr.po
5469                 Updated French translations
5470
5471 2002-08-27 [paul]       0.8.2claws
5472
5473         * sync with 0.8.2 main release
5474
5475         * po/en_GB.po
5476           po/es.po
5477           po/it.po
5478           po/pl.po
5479           po/pt_BR.po
5480           po/sr.po
5481                 updated message catalogs submitted by
5482                 Ricardo Mones Lastra, Alessandro Maestri,
5483                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
5484                 Beneditto and Urke MMI  
5485
5486 2002-08-27 [hoa]        0.8.1claws123
5487
5488         * src/mainwindow.[ch]
5489         * src/summaryview.[ch]
5490                 removed the "filter setting" menu option.
5491                 add a "cancel a news message" menu option.
5492
5493 2002-08-26 [martin]     0.8.1claws122
5494
5495         * ChangeLog.claws
5496                 changed string under 0.8.1claws79 changed by myself
5497                 i'm sorry alfons :(
5498
5499 2002-08-26 [martin]     0.8.1claws121
5500
5501         * src/crash.c
5502                 added kill command to debuggerrc to start crash dialog
5503
5504 2002-08-26 [paul]       0.8.1claws120
5505
5506         * sync with 0.8.1cvs31
5507                 see ChangeLog 2002-08-26
5508
5509 2002-08-25 [alfons]     0.8.1claws119
5510
5511         * src/procmsg.c
5512                 fix bug that didn't send out correct headers to news server
5513                 when sending news article and email from queue (bug reported
5514                 and patch provided by Tim Mann; closes bug 
5515                 "[ 583196 ] 0.7.8claws can't post news")
5516
5517 2002-08-25 [alfons]     0.8.1claws118
5518
5519         * src/selective_download.c
5520                 mark two strings as translatable
5521                 (thanks to Urke MMI for pointing this out)
5522
5523 2002-08-25 [alfons]     0.8.1claws117
5524
5525         * src/summaryview.c
5526                 treat sent boxes as special and allow sorting them by addressee
5527                 (closes "[ 589418 ] Sent folder sorting misbehavior"
5528                 submitted by Steve Lamb)
5529
5530 2002-08-24 [alfons]     0.8.1claws116
5531
5532         * src/matcher.c
5533                 fix memleak reported by Martin Kluge
5534                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
5535
5536 2002-08-24 [oliver]     0.8.1claws115
5537
5538         * src/prefs_toolbar.c
5539                 o code cleanup as suggested by Alfons
5540                 o memleak fix
5541
5542 2002-08-24 [alfons]     0.8.1claws114
5543
5544         * src/summaryview.c
5545                 o fix another memory leak reported by Martin Kluge
5546                   (see "[ 599568 ] Small Memory Leak")
5547                 o remove 'from' variable from 'summary_set_header()'; we can
5548                   do with just 'to' 
5549
5550 2002-08-24 [paul]       0.8.1claws113
5551
5552         * sync with 0.8.1cvs30
5553                 see ChangeLog 2002-08-23
5554
5555 2002-08-24 [alfons]     0.8.1claws112
5556
5557         * src/summaryview.c
5558                 remove unnecessary allocations for search bar fixing leaks
5559                 reported by Martin Kluge
5560                 (see "[ 599451 ] Further memory leaks?")
5561
5562 2002-08-24 [alfons]     0.8.1claws111
5563
5564         * src/main.c
5565                 make get_socket_name() public for crash.c
5566         * src/crash.c
5567                 o make report bug button work (goes to claws' 
5568                   bug tracker at sf.net)
5569                 o introduce function for doing important stuff just
5570                   before claws goes down
5571                 o clean up code 
5572
5573 2002-08-24 [alfons]     0.8.1claws110
5574
5575         * src/compose.c
5576                 move cursor to "To" entry when forwarding as attachment
5577                 (reported and solved by Steve Lamb, closes bug report
5578                 "[ 592880 ] Forward as attachment; cursor not in to")
5579
5580 2002-08-24 [colin]      0.8.1claws109
5581
5582         * src/mainwindow.c
5583                 fix quick search visibility after GUI (de)separations.
5584
5585 2002-08-23 [colin]      0.8.1claws108
5586
5587         * src/mainwindow.c
5588                 fix header pane visibility after folderview or
5589                 messageview (de)separation
5590
5591 2002-08-23 [paul]       0.8.1claws107
5592
5593         * src/mainwindow.[ch]
5594           src/toolbar.c
5595                 give full control of display or non-display 
5596                 of the Execute icon to Custom toolbar settings.
5597                 add new sensitivity condition to maninwindow.h: 
5598                 M_DELAY_EXEC
5599
5600         * ChangeLog
5601           ChangeLog.jp
5602           NEWS
5603                 more sync with 0.8.1cvs29
5604
5605 2002-08-23 [melvin]     0.8.1claws106
5606
5607         * src/alertpanel.c
5608                 Readded support for custom widget in alertpanel lost in last
5609                 sync.
5610
5611 2002-08-23 [paul]       0.8.1claws105
5612
5613         * sync with 0.8.1cvs29
5614                 see ChangeLog 2002-08-23
5615
5616 2002-08-23 [colin]      0.8.1claws104
5617
5618         * src/summaryview.c
5619                 Fix folder and search pixmaps exchanging positions
5620                 after theme or toolbar changes. Thank to Oliver for 
5621                 reporting this.
5622
5623 2002-08-23 [colin]      0.8.1claws103
5624
5625         * src/mainwindow.c
5626           src/messageview.[ch]
5627           src/noticeview.[ch]
5628           src/summaryview.c
5629                 Changed messageview_create() and noticeview_create()
5630                 to avoid the last gdk_warning
5631
5632 2002-08-22 [colin]      0.8.1claws102
5633
5634         * src/summaryview.c
5635                 Fix my new `Creating pixmap from xpm' warning
5636
5637 2002-08-22 [colin]      0.8.1claws101
5638
5639         * src/mainwindow.c
5640                 Fix some of the gdk warnings
5641
5642 2002-08-22 [colin]      0.8.1claws100
5643
5644         * src/Makefile.am
5645         * src/stock_pixmap.c
5646         * src/stock_pixmap.h
5647         * src/pixmaps/quicksearch.xpm *ADDED*
5648                 Add the quicksearch pixmap
5649         * src/mainwindow.c
5650         * src/summaryview.c
5651         * src/summaryview.h
5652                 Make quicksearch bar visible/hidden via a button
5653
5654 2002-08-22 [christoph]  0.8.1claws99
5655
5656         * src/folder.c
5657                 fix folder update for newsgroups with message
5658                 numbers below minimum number of articles to fetch
5659                 (closes bug #598445)
5660
5661 2002-08-22 [paul]       0.8.1claws98
5662
5663         * sync with 0.8.1cvs28
5664                 see ChangeLog 2002-08-22
5665
5666 2002-08-21 [alfons]     0.8.1claws97
5667
5668         * src/crash.c
5669                 use bt instead of bt full which seems to work 
5670                 better, and bt full doesn't give a great deal 
5671                 of information anyway
5672
5673 2002-08-21 [colin]      0.8.1claws96
5674
5675         * src/summaryview.c
5676                 fix summaryview_searchtype_changed prototype
5677
5678 2002-08-21 [christoph]  0.8.1claws95
5679
5680         * src/mainwindow.c
5681                 o fix broken menu update for sorting type, we have to
5682                   get this info from the summaryview now
5683                 o removed setting of threaded state in menu callback
5684         * src/summaryview.[ch]
5685                 more summaryview/folderitem seperation for
5686                 threading option
5687         * configure.in
5688                 removed not required --with-compiler-flags option
5689
5690 2002-08-21 [oliver]     0.8.1claws94
5691         
5692         * src/toolbar.h 
5693                 o rename toolbar.xml to toolbar_main.xml
5694                   since toolbar_compose.xml might come up 
5695                   any time soon
5696         * README.claws
5697                 add custom toolbar              
5698
5699 2002-08-21 [darko]      0.8.1claws93
5700
5701         * src/procmsg.c
5702                 don't reset tmp flags for messages copied
5703                 to sent folder
5704
5705 2002-08-21 [colin]      0.8.1claws92
5706         
5707         * src/prefs_filtering.c
5708                 fix renaming rules on folder rename 
5709                 when folder is not a leaf folder
5710
5711 2002-08-21 [paul]       0.8.1claws91
5712
5713         * src/prefs_folder_item.c
5714                 fix alignment of colour selector
5715
5716 2002-08-21 [paul]       0.8.1claws90
5717
5718         * sync with 0.8.1cvs27
5719                 see ChangeLog 2002-08-21
5720
5721 2002-08-21 [paul]       0.8.1claws89
5722
5723         * src/summaryview.c
5724                 fix crash when changing field type in
5725                 Quick search bar
5726
5727 2002-08-21 [colin]      0.8.1claws88
5728
5729         * src/summaryview.c
5730                 Made quick search case-insensitive
5731
5732 2002-08-21 [paul]       0.8.1claws87
5733
5734         * sync with 0.8.1cvs26
5735                 see ChangeLog 2002-08-21
5736
5737 2002-08-20 [christoph]  0.8.1claws86
5738
5739         * src/folderview.c
5740         * src/main.c
5741         * src/summaryview.[ch]
5742                 more summaryview/folderitem seperation for
5743                 sort_key and sort_type
5744         * src/procmsg.c
5745                 added missing return statement
5746
5747 2002-08-20 [colin]      0.8.1claws85
5748
5749         * src/summaryview.[ch]
5750                 Added a quick search box
5751         * src/mainwindow.c
5752         * src/prefs_common.[ch]
5753                 Added a show/hide option for the quick search
5754
5755 2002-08-20 [oliver]     0.8.1claws84
5756         
5757         * src/mainwindow.c
5758                 remove toolbar_create_popups
5759         * src/toolbar.[ch]
5760                 o remove toolbar_create_popups
5761                 o fix toolbar_set_sensitive 
5762                   (Bug reports #596834 and #596832)     
5763         * src/prefs_toolbar.c
5764                 o add "Set default" button
5765                 o align label and text + combo widgets
5766
5767 2002-08-20 [hoa]        0.8.1claws83bis
5768
5769         * src/imap.c
5770                 fixed a bug in imap_fetch_msginfo() in case there is no
5771                 current folder.
5772
5773 2002-08-20 [darko]      0.8.1claws83
5774
5775         * src/folderview.c
5776                 copy the color style of folder view so it
5777                 works with GTK themes
5778
5779 2002-08-20 [darko]      0.8.1claws82
5780
5781         * src/folder.h
5782         * src/folderview.c
5783         * src/prefs_folder_item.[hc]
5784                 don't use UI stuff in folder.h
5785
5786 2002-08-20 [darko]      0.8.1claws81
5787
5788         * src/folder.h
5789         * src/prefs_folder_item.h
5790         * src/folderview.c
5791         * src/prefs_folder_item.c
5792                 ability to set folder color in folderview
5793
5794 2002-08-19 [alfons]     0.8.1claws80
5795
5796         * src/summaryview.c
5797                 fix one of the earlier memleaks reported by Martin Kluge
5798
5799 2002-08-19 [alfons]     0.8.1claws79
5800
5801         * src/mainwindow.c
5802                 hide notice view when selecting seperate folder
5803                 view (reported by Urke MMI)
5804
5805 2002-08-19 [christoph]  0.8.1claws78
5806
5807         * src/folderview.c
5808         * src/prefs_folder_item.h
5809         * src/summaryview.[ch]
5810                 o add summary_set_prefs_from_folderitem to set
5811                   summaryview prefs (first step to remove all
5812                   references to the folderitem in summaryview)
5813                 o moved compiled regex stuff from folderitem prefs
5814                   to summaryview code
5815
5816 2002-08-19 [paul]       0.8.1claws77
5817
5818         * src/compose.c
5819                 add check for '.' to QUOTE_IF_REQUIRED
5820
5821 2002-08-19 [paul]       0.8.1claws76
5822
5823         * src/inc.c
5824                 sync with 0.8.1cvs25 (plug memory leak)
5825
5826         * src/prefs_toolbar.c
5827                 re-order prefs_toolbar_cancel()
5828
5829 2002-08-18 [alfons]     0.8.1claws75
5830
5831         * src/inc.c
5832         * src/matcher.c
5833                 plug other memleaks reported by Martin Kluge
5834
5835 2002-08-18 [paul]       0.8.1claws74
5836
5837         * po/pt_BR.po
5838                 updated by Fabio Jr. Beneditto
5839
5840 2002-08-18 [paul]       0.8.1claws73
5841
5842         * src/toolbar.[ch]
5843                 fix bug where tooltips were displayed untranslated              
5844
5845         * src/prefs_toolbar.c
5846                 fix bug where clicking 'Cancel' creates an icon & text
5847                 toolbar regardless of prefs
5848         
5849
5850 2002-08-17 [oliver]     0.8.1claws72
5851
5852         * src/prefs_toolbar.c
5853                 update toolbar on CANCEL
5854                 bug reported by Martin Kluge
5855         * src/toolbar.c
5856                 toolbar_destroy memleak fixed           
5857
5858 2002-08-17 [alfons]     0.8.1claws71
5859
5860         * src/toolbar.c
5861                 plug another memleak reported by Martin Kluge
5862
5863 2002-08-16 [alfons]     0.8.1claws70
5864
5865         * src/crash.c
5866                 use execvp() correctly (suggested by wwp; thanks!)
5867
5868 2002-08-16 [alfons]     0.8.1claws69
5869
5870         * src/gtksctree.c
5871                 plug memory leak reported by Kim Schultz & Martin Kluge
5872
5873 2002-08-16 [paul]       0.8.1claws68
5874
5875         * po/es.po
5876                 updated by Ricardo Mones Lastra
5877
5878 2002-08-16 [paul]       0.8.1claws67
5879
5880         * src/toolbar.h
5881                 fix bug where 'Compose News' icon showed wrong
5882                 tooltip
5883
5884 2002-08-16 [paul]       0.8.1claws66
5885
5886         * sync with 0.8.1cvs24
5887                 see ChangeLog 2002-08-16
5888
5889         * po/it.po
5890                 updated by Alessandro Maestri
5891
5892 2002-08-15 [paul]       0.8.1claws65
5893
5894         * po/sr.po
5895                 updated by Urke MMI
5896
5897 2002-08-15 [paul]       0.8.1claws64
5898
5899         * src/*.c
5900                 don't translate debug info
5901
5902         * src/matcher.[ch]
5903                 add copyright info
5904
5905 2002-08-15 [paul]       0.8.1claws63
5906
5907         * src/prefs_toolbar.c
5908                 fix bug where clicking 'OK' creates an icon & text
5909                 toolbar regardless of prefs
5910
5911 2002-08-14 [alfons]     0.8.1claws62
5912
5913         * src/main.c
5914                 add global var that has the full argv[0]
5915         * src/crash.c
5916                 o execvp the correct sylpheed by using argv0
5917                   and setting the correct work dir
5918                 o other tweaks  
5919
5920 2002-08-14 [oliver]     0.8.1claws61
5921         
5922         * enable/disable Toolbar Action Buttons 
5923         * code cleanups
5924         * src/mainwindow.c
5925         * src/toolbar.[ch]      
5926         * src/prefs_toolbar.c   
5927
5928 2002-08-14 [melvin]     0.8.1claws60
5929
5930         * po/fr.po
5931                 Updated French translations
5932
5933 2002-08-14 [melvin]     0.8.1claws59
5934
5935         * src/crash.c
5936                 Made bug report not translatable
5937         * src/exporthtml.c
5938                 Fixed exporthtml_build_filespec() return value
5939         * src/foldersel.c
5940                 Fixed incorrect include file
5941         * src/gtkspell.c
5942         * src/prefs_actions.c
5943         * src/prefs_toolbar.c
5944                 Made debug info not translatable
5945         * src/mutt.c
5946         * src/quote_fmt.c
5947                 Added missing includes
5948         * src/prefs_common.c
5949                 Fixed typo
5950
5951 2002-08-14 [paul]       0.8.1claws58
5952
5953         * faq/es/sylpheed-faq.html
5954           faq/es/sylpheed-faq-[1-3].html
5955           faq/es/sylpheed-faq-4.html     **NEW FILE **
5956                 update Spanish FAQ
5957
5958 2002-08-13 [christoph]  0.8.1claws57
5959
5960         * src/procmsg.c
5961                 ignore thread fix that did not mark all
5962                 child nodes of a ignored thread as
5963                 ignored. Does not work perfectly yet,
5964                 but it is better now
5965
5966 2002-08-13 [alfons]     0.8.1claws56
5967
5968         * src/crash.c
5969                 o implement 'save crash log'
5970                 o some tweaks
5971
5972 2002-08-13 [melvin]     0.8.1claws55
5973
5974         * src/main.c
5975                 removed unrequired "execinfo.h" header
5976
5977 2002-08-12 [paul]       0.8.1claws54
5978
5979         * faq/en/sylpheed-faq.html
5980           faq/en/sylpheed-faq-[1-3].html
5981           faq/en/sylpheed-faq-4.html     **NEW FILE **
5982                 update English FAQ
5983
5984 2002-08-12 [alfons]     0.8.1claws53
5985
5986         * po/POTFILES.in
5987                 add crash.c to translatables
5988         * src/crash.c
5989                 bring in Leandro's crash dialog
5990
5991 2002-08-11 [alfons]     0.8.1claws52
5992
5993         * src/crash.c
5994                 clean up some warnings
5995
5996 2002-08-11 [alfons]     0.8.1claws51
5997
5998         * acconfig.h
5999         * configure.in
6000         * src/crash.[ch]        ** NEW FILES **
6001         * src/main.c            
6002                 initial gdb crash handler
6003
6004 2002-08-11 [paul]       0.8.1claws50
6005
6006         * src/prefs_toolbar.c
6007                 replace Up/Down arrow pixmaps with text to be
6008                 consistent across icon themes
6009
6010 2002-08-11 [paul]       0.8.1claws49
6011
6012         * src/prefs_common.c
6013           src/prefs_toolbar.c
6014                 rename 'Pixmap' -> 'Icon'
6015
6016         * src/toolbar.[ch]
6017                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6018
6019 2002-08-10 [paul]       0.8.1claws48
6020
6021         * src/prefs_toolbar.c
6022                 re-work the UI
6023
6024 2002-08-10 [paul]       0.8.1claws47
6025
6026         * src/main.c
6027                 don't write Processing progress to status bar
6028                 patch submitted by Alexander Evseev
6029
6030         * src/prefs_toolbar.c
6031                 re-position and resize window
6032                 make window assume correct size on first call
6033
6034 2002-08-10 [paul]       0.8.1claws46
6035
6036         * src/mainwindow.c
6037           src/prefs_toolbar.c
6038           src/toolbar.c
6039           src/toolbar.h
6040                 obey coding style
6041                 follow UI text conventions
6042
6043 2002-08-10 [alfons]     0.8.1claws45
6044
6045         * src/toolbar.c
6046                 correct pixmap for delete action
6047
6048 2002-08-10 [paul]       0.8.1claws44
6049
6050         * po/pt_BR.po
6051                 updated by Fabio Jr. Beneditto
6052
6053 2002-08-10 [paul]       0.8.1claws43
6054
6055         * po/POTFILES.in
6056                 add custom toolbar files
6057
6058 2002-08-10 [paul]       0.8.1claws42
6059
6060         * sync with 0.8.1cvs22
6061                 see ChangeLog 2002-08-09
6062
6063 2002-08-09 [paul]       0.8.1claws41
6064
6065         * tools/Makefile.am
6066           tools/README
6067           tools/outlook2sylpheed.pl     ** NEW FILE **
6068                 add script to convert exported Outlook
6069                 contacts list to a Sylpheed addressbook.
6070                 Submitted by Ricardo Mones Lastra.
6071
6072 2002-08-09 [paul]       0.8.1claws40
6073
6074         * AUTHORS
6075           configure.in
6076           po/sr.po      ** NEW FILE **
6077                 add Serbian message catalog. Submitted by
6078                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6079
6080 2002-08-09 [paul]       0.8.1claws39
6081
6082         * sync with 0.8.1cvs21
6083                 see ChangeLog 2002-08-08
6084
6085 2002-08-08 [oliver]     0.8.1claws38
6086
6087         * src/mainwindow.c
6088                 move Custom Toolbar to Configuration menu
6089
6090 2002-08-08 [oliver]     0.8.1claws37
6091
6092         * src/prefs_toolbar.c
6093                 fix substitute pixmap bug
6094
6095 2002-08-08 [paul]       0.8.1claws36
6096
6097         * sync with 0.8.1cvs19
6098                 see ChangeLog 2002-08-08
6099
6100 2002-08-07 [christoph]  0.8.1claws35
6101
6102         * src/utils.c
6103                 fixed a memory leak in new canonicalize_file_replace
6104
6105 2002-08-07 [christoph]  0.8.1claws34
6106
6107         * src/utils.[ch]
6108                 o canonicalize_file_replace should create the temporary
6109                   file in the same directory as the original file.
6110                 o added get_tmpfile_in_dir that creates a temorary file
6111                   in a specified directory.
6112
6113 2002-08-07 [melvin]     0.8.1claws33
6114
6115         * src/toolbar.c
6116                 fixed bug where 'Article' button acted as 'Email' button.
6117
6118 2002-08-07 [paul]       0.8.1claws32
6119
6120         * sync with 0.8.1.cvs17
6121                 see ChangeLog 2002-08-07
6122
6123 2002-08-07 [colin]      0.8.1claws31
6124         
6125         * src/news.c
6126                 fix mass-cancel problem
6127
6128 2002-08-07 [thorsten]   0.8.1claws30
6129
6130         * src/prefs_toolbar.c
6131                 fix: crash on replace or add new button
6132         * src/toolbar.c
6133                 fix: close xmlfile after reading
6134         * src/utils.c
6135                 fix: unlink() file before rename()
6136
6137 2002-08-06 [paul]       0.8.1claws29
6138
6139         * sync with 0.8.cvs15
6140                 see ChangeLog 2002-08-06
6141
6142 2002-08-06 [oliver]     0.8.1claws28
6143
6144         * src/toolbar.c
6145         * src/prefs_toolbar.c
6146                 fixed empty toolbar issue
6147
6148 2002-08-06 [oliver]     0.8.1claws27
6149
6150         * Custom Toolbar Final 
6151         * src/folderview.c
6152         * src/inc.c
6153         * src/summaryview.c
6154                 o toolbar stuff now lives in src/toolbar.[ch]
6155                 o main_window_toolbar_* functions are renamed to
6156                   toolbar_* reflecting their new source file
6157         * src/mainwindow.[ch]
6158                 o remove toolbar stuff  
6159
6160 2002-08-06 [oliver]     0.8.1claws26
6161         
6162         * src/Makefile.am
6163         * src/prefs_toolbar.[ch]        **New File**
6164         * src/toolbar.[ch]              **New File**
6165                 o prefs_toolbar.[ch] custom toolbar frontend
6166                 o toolbar.[ch]       backend 
6167
6168 2002-08-06 [oliver]     0.8.1claws25
6169
6170         * src/prefs_actions.[ch]
6171                 o new exported function actions_execute
6172
6173 2002-08-06 [paul]       0.8.1claws24
6174
6175         * sync with 0.8.1cvs4
6176                 see ChangeLog 2002-08-06
6177
6178 2002-08-06 [paul]       0.8.1claws23
6179
6180         * sync with 0.8.1cvs13
6181                 see ChangeLog 2002-08-06
6182
6183 2002-08-06 [paul]       0.8.1claws22
6184
6185         * sync with 0.8.1cvs12
6186                 see ChangeLog 2002-08-05 and 2002-08-06
6187
6188 2002-08-06 [match]      0.8.1claws21
6189
6190         * src/addrclip.c
6191                 improvements to cut/copy/paste address
6192
6193 2002-08-05 [match]      0.8.1claws20
6194
6195         * src/addritem.[ch]
6196         * src/addrcache.c
6197         * src/addrbook.c
6198         * src/editaddress.c
6199         * src/addressbook.c
6200                 fixes to improve cut/copy/paste
6201
6202 2002-08-06 [melvin]     0.8.1claws19
6203
6204         * src/account.[ch]
6205                 account_find_all_from_address(): new function that returns the
6206                 list of all accounts that are matched in an address.
6207         * src/alertpanel.[ch]
6208                 alertpanel() now accepts a custom widget
6209                 alertpanel_with_widget(): new function that pops up a panel with
6210                 a custom widget in it 
6211         * src/gtkutils.[ch]
6212                 gtkut_account_menu_new(): new function that allows the selection
6213                 of an account from a list of accounts.
6214         * src/messageview.c
6215                 Extended Return Receipt notification to select the correct 
6216                 account and to make a security test on the Delivery-Notification
6217                 address which should be the same as the Return-Path.
6218
6219 2002-08-06 [thorsten]   0.8.1claws18
6220
6221         * src/mimeview.c
6222                 attach_all: save unnamed as "noname.%d",
6223                 dont free static dirname
6224
6225 2002-08-05 [alfons]     0.8.1claws17
6226
6227         * configure.in
6228                 detect XIM by trying to link rather than compile a XIM program
6229
6230 2002-08-05 [oliver]     0.8.1claws16
6231                 
6232         * src/stock_pixmap.[ch]
6233                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6234                 o new func to retrieve pixmaps
6235
6236 2002-08-05 [paul]       0.8.1claws15
6237
6238         * sync with 0.8.1cvs10
6239                 see ChangeLog 2002-08-05
6240
6241 2002-08-04 [alfons]     0.8.1claws14
6242
6243         * src/textview.c
6244                 see if this plugs memleak
6245
6246 2002-08-04 [melvin]     0.8.1claws13
6247
6248         * src/gtkspell.c
6249                 fixed bug that could crash Sylpheed when highlighting
6250                 all misspelled words.
6251
6252 2002-08-03 [melvin]     0.8.1claws12
6253
6254         * src/prefs_actions.c
6255                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6256         * src/messageview.c
6257                 fixed bug where the Return Receipt was sent to
6258                 Delivery-Notification-To address even if it was not present
6259
6260 2002-08-02 [alfons]     0.8.1claws11
6261
6262         * src/prefs_actions.c
6263                 o more check for NULLs
6264                 o put create_io_dialog() in right conditional block
6265
6266 2002-08-02 [paul]       0.8.1claws10
6267
6268         * po/es.po
6269                 updated by Ricardo Mones Lastra
6270
6271 2002-08-01 [christoph]  0.8.1claws9
6272
6273         * src/folder.c
6274                 don't free the cache of the opened
6275                 folder in the summaryview
6276         * src/summaryview.c
6277                 don't unset flags, if it is not required
6278
6279 2002-08-01 [paul]       0.8.1claws8
6280
6281         * sync with 0.8.1cvs8
6282                 see ChangeLog entry 2002-08-01
6283
6284 2002-08-01 [paul]       0.8.1claws7
6285
6286         * sync with 0.8.1cvs7
6287                 see ChangeLog 2002-07-31 and 2002-08-01
6288
6289 2002-07-31 [christoph]  0.8.1claws6
6290
6291         * src/mainwindow.c
6292                 forgot to update menu sensitivity
6293                 function for new menu entry
6294
6295 2002-07-31 [alfons]     0.8.1claws5
6296
6297         * src/main.c
6298                 check folder item and its path for NULL on
6299                 initial processing
6300
6301 2002-07-31 [christoph]  0.8.1claws4
6302
6303         * src/folder.c
6304                 check if folder_item_get_msginfo in
6305                 folder_item_remove_msg returned NULL
6306         * src/imap.c
6307                 better clear the uid cache in the
6308                 uid validity check function and delete
6309                 cached messages
6310
6311 2002-07-31 [paul]       0.8.1claws3
6312
6313         * man/sylpheed.1
6314                 add the '--attach' option and a few other
6315                 minor changes
6316
6317 2002-07-31 [paul]       0.8.1claws2
6318
6319         * sync with 0.8.1cvs5
6320                 see ChangeLog 2002-07-31
6321
6322 2002-07-31 [christoph]  0.8.1claws1
6323
6324         * src/folderview.[ch]
6325         * src/mainwindow.c
6326                 replace "Rescan all folders..." with
6327                 "Check all folders for new messages..."
6328
6329 2002-07-30 [paul]       0.8.1claws
6330
6331         * version 0.8.1claws released
6332
6333 2002-07-30 [paul]       0.8.0claws29
6334
6335         * tools/OOo2sylpheed.pl ** NEW FILE **
6336           tools/README
6337                 add script to enable sending documents as
6338                 attachments from OpenOffice.org
6339
6340 2002-07-30 [melvin]     0.8.0claws28
6341
6342         * src/prefs_actions.c
6343                 Made the actions' input/output dialog display
6344                 without delay.
6345
6346 2002-07-30 [christoph]  0.8.0claws27
6347
6348         * src/procmsg.c
6349                 check if folder_item_get_msginfo in
6350                 procmsg_save_to_outbox returned NULL
6351
6352 2002-07-30 [paul]       0.8.0claws26
6353
6354         * sync with 0.8.1cvs4
6355                 see ChangeLog 2002-07-29
6356
6357 2002-07-29 [thorsten]   0.8.0claws25
6358
6359         * README.claws
6360                 added selective download, delete on server
6361
6362 2002-07-29 [paul]       0.8.0claws24
6363
6364         * sync with 0.8.1cvs3
6365                 see ChangeLog 2002-07-29
6366
6367 2002-07-27 [christoph]  0.8.0claws23
6368
6369         * src/folder.c
6370                 add extra check if fetching the msginfo
6371                 returned NULL
6372
6373 2002-07-27 [paul]       0.8.0claws22
6374
6375         * sync with 0.8.1cvs2
6376                 see ChangeLog 2002-07-26
6377
6378 2002-07-27 [christoph]  0.8.0claws21
6379
6380         * src/imap.c
6381                 add another check if a valid msginfo
6382                 was returned
6383
6384 2002-07-26 [hoa]        0.8.0claws20
6385
6386         * src/folder.c
6387                 Fixed a condition in folder_item_destroy()
6388
6389         * src/imap.c
6390                 Fixed an error in IMAP protocol
6391
6392 2002-07-26 [alfons]     0.8.0claws19
6393
6394         * src/folder.c
6395                 ofcourse compare with identifier, not the path
6396
6397 2002-07-26 [alfons]     0.8.0claws18
6398
6399         * src/folder.c
6400                 use folder item identifier for saving / restoring
6401                 preferences because folder->path might not be unique
6402
6403 2002-07-26 [melvin]     0.8.0claws17
6404
6405         * src/logwindow.c
6406                 Fixed a crash introduced in 0.8.0claws5 when log is 
6407                 cut under 80 characters.
6408
6409 2002-07-26 [paul]       0.8.0claws16
6410
6411         * sync with 0.8.1cvs1
6412                 see ChangeLog 2002-07-26
6413
6414 2002-07-26 [christoph]  0.8.0claws15
6415
6416         * src/imap.[ch]
6417                 imap folder now remembers the last selected
6418                 folder and imap_fetch_msginfo skips selecting
6419                 the folder if it is already selected
6420
6421 2002-07-26 [christoph]  0.8.0claws14
6422
6423         * src/folder.c
6424         * src/folderview.c
6425         * src/imap.c
6426                 fix imap folder rescanning
6427
6428 2002-07-25 [christoph]  0.8.0claws13
6429
6430         * src/filter.c
6431         * src/folder.[ch]
6432         * src/folderview.c
6433         * src/imap.[ch]
6434         * src/mainwindow.c
6435         * src/mbox_folder.c
6436         * src/mh.c
6437         * src/news.c
6438                 implement imap uid cache and uid validity check
6439
6440 2002-07-25 [alfons]     0.8.0claws12
6441
6442         * src/summaryview.c
6443                 fix a brown paper bag bug, and also add some more
6444                 checks
6445
6446 2002-07-25 [christoph]  0.8.0claws11
6447
6448         * src/folder.c
6449                 don't mix copy, fetch_msginfo and remove
6450                 operations in folder item copy and move
6451                 operations
6452
6453 2002-07-25 [christoph]  0.8.0claws10
6454
6455         * src/folderview.c
6456         * src/mainwindow.c
6457         * src/prefs_folder_item.c
6458         * src/summaryview.[ch]
6459                 remove no longer required parameter update_cache from
6460                 summary_show
6461
6462 2002-07-25 [paul]       0.8.0claws9
6463
6464         * sync with 0.8.1
6465         
6466         * AUTHORS
6467                 a few corrections
6468
6469 2002-07-24 [alfons]     0.8.0claws8
6470
6471         * src/summaryview.c
6472                 sort correctly when using simplified subject line
6473                 (closes feature request "[ 585141 ] applying regexp to subject 
6474                 before sort" submitted by Alexandra Walford)
6475
6476 2002-07-24 [paul]       0.8.0claws7
6477
6478         * sync with 0.8.0cvs3
6479                 see ChangeLog 2002-07-24
6480
6481 2002-07-23 [christoph]  0.8.0claws6
6482
6483         * src/folder.c
6484         * src/folder.h
6485         * src/summaryview.c
6486         * src/summaryview.h
6487         * src/main.c
6488                 o separate processing and summaryview
6489                 o removed summary_write_cache from summaryview
6490                 o removed summaryview->killed_messages, because we don't have
6491                   to keep a list of killed messages anymore. New cache will
6492                   keep the hidden messages in cache anyway
6493         * src/folderview.c
6494         * src/inc.c
6495         * src/selective_download.c
6496                 o removed unnecessary summary_write_cache calls
6497         * src/procmsg.c
6498                 o don't set ignore thread flag in procmsg_get_thread_tree
6499                   if it is already set
6500         * src/mainwindow.c
6501         * src/statusbar.h
6502                 o moved STATUSBAR_PUSH/POP to statusbar.h because
6503                   they are used in different files
6504
6505 2002-07-23 [melvin]     0.8.0claws5
6506
6507         * src/addressbook.c
6508         * src/addrgather.c
6509         * src/editaddress.c
6510         * src/editgroup.c
6511         * src/editldap_basedn.c
6512         * src/importldif.c
6513         * src/prefs_common.c
6514                 Fixed few memory leak (gtk_editable_get_chars returns
6515                 an allocated string)
6516         * src/logwindow.c
6517                 Fixed few memory leak (gtk_editable_get_chars returns
6518                 an allocated string) and modified a little the log cutting
6519                 loop.
6520         * src/compose.c
6521                 Replaced a call to an obsolete function gtk_entry_get_text()
6522                 by gtk_editable_get_chars()
6523         * src/send.c
6524                 Removed a debug printf
6525
6526 2002-07-23 [christoph]  0.8.0claws4
6527
6528         * src/filesel.c
6529                 fix another g_dirname memory leak
6530
6531 2002-07-23 [christoph]  0.8.0claws3
6532
6533         * src/mh.c
6534                 fixed a memory leak in mh_fetch_msginfo
6535                 fixed crash when message header could not be
6536                 parsed
6537
6538 2002-07-23 [paul]       0.8.0claws2
6539
6540         * sync with 0.8.0cvs2
6541                 see ChangeLog 2002-07-23
6542
6543 2002-07-23 [paul]       0.8.0claws1
6544
6545         * sync with 0.8.0cvs1
6546                 see ChangeLog 2002-07-23
6547
6548 2002-07-23 [paul]       0.8.0claws
6549
6550         * release of 0.8.0claws
6551
6552 2002-07-23 [paul]       0.7.8claws99
6553
6554         * po/ru.po
6555                 new Russian translation, submitted by
6556                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
6557
6558 2002-07-22 [jens]       0.7.8claws98
6559
6560         * po/de.po
6561                 Updated German translations.
6562
6563 2002-07-22 [paul]       0.7.8claws97
6564
6565         * po/es.po
6566           po/it.po
6567           po/nl.po
6568           po/pt_BR.po
6569                 updated translations by Ricardo Mones Lastra,
6570                 Alessandro Maestri, Wilbert Berendsen and 
6571                 Fabio Jr. Beneditto respectively
6572
6573 2002-07-22 [christoph]  0.7.8claws96
6574
6575         * src/mimeview.c
6576                 fix memory leak caused by wrong g_dirname usage
6577
6578 2002-07-22 [christoph]  0.7.8claws95
6579
6580         * src/summaryview.c
6581                 update new and unread message counts for summaryview
6582                 summaryview does not get it from the folder anymore
6583                 and has to update the values itself
6584
6585 2002-07-22 [melvin]     0.7.8claws94
6586
6587         * po/fr.po
6588                 Updated French translations.
6589
6590 2002-07-22 [christoph]  0.7.8claws93
6591
6592         * src/matcher.c
6593                 set prop->preg pointer to NULL or following check
6594                 will not fail and regexec will be called with
6595                 invalid pointer
6596
6597 2002-07-21 [alfons]     0.7.8claws92
6598         
6599         * src/prefs_common.[ch]
6600                 remove option "Send return receipt on request"
6601
6602 2002-07-21 [thorsten]   0.7.8claws91
6603
6604         * src/mimeview.c
6605                 fixed memleaks, coding style as pointed out by alfons
6606
6607 2002-07-21 [alfons]     0.7.8claws90
6608
6609         * src/messageview.c
6610         * src/noticeview.[ch]
6611                 o fix bug notice view being displayed when going to empty folder 
6612                   (noticed by Christoph)
6613                 o allow RRR to be sent when restarting sylpheed, or changing folder 
6614                   (noticed by Thorsten)
6615
6616 2002-07-21 [thorsten]   0.7.8claws89
6617
6618         * src/mimeview.c
6619                 Included save_all patch from Xaview FACQ
6620                 added support for pathnames
6621
6622 2002-07-21 [alfons]     0.7.8claws88
6623
6624         * po/POTFILES.in
6625         * src/Makefile.am
6626         * src/mainwindow.c
6627         * src/messageview.[ch]
6628         * src/noticeview.c      ** NEW FILE **
6629         * src/noticeview.h      ** NEW FILE **
6630                 make return receipts work again
6631                 (UI idea by Leandro Pereira)
6632
6633 2002-07-21 [paul]       0.7.8claws87
6634
6635         * src/summaryview.c
6636                 fix sensitivity of 'Select thread'
6637
6638 2002-07-21 [paul]       0.7.8claws86
6639
6640         * src/prefs_common.c
6641                 add browser command line for Galeon
6642
6643 2002-07-21 [paul]       0.7.8claws85
6644
6645         * Makefile.am
6646                 fix 'EXTRA_DIST': remove README.README, add TODO
6647                 and TODO.claws
6648
6649 2002-07-21 [alfons]     0.7.8claws84
6650
6651         * src/gtkstext.c
6652                 make enter clear selection
6653                 (closes "[ 579888 ] Editor selection/entry error"
6654                 reported by Steve Lamb)
6655
6656 2002-07-21 [alfons]     0.7.8claws83
6657         
6658         * src/summaryview.c
6659                 sort message list when selecting unthread messages
6660                 (closes "[ 501593 ] switching threaded view doesn't sort"
6661                 reported by Simon Schubert)
6662
6663 2002-07-20 [alfons]     0.7.8claws82
6664         
6665         * src/matcher.c
6666                 const-correctness
6667
6668 2002-07-20 [thorsten]   0.7.8claws81
6669
6670         * src/matcher.c
6671                 Fixed expansion of empty fields in matchactions
6672
6673 2002-07-19 [melvin]     0.7.8claws80
6674
6675         * src/gtkspell.c
6676                 Removed a duplicate menu entry (fast mode) introduced during
6677                 the new cache merge
6678                 Added a menu separator between 'Use alternate' and 'Fast mode'
6679
6680 2002-07-19 [paul]       0.7.8claws79
6681
6682         * tools/Makefile.am
6683           tools/README
6684                 correct typos
6685
6686 2002-07-19 [thorsten]   0.7.8claws78
6687
6688         * tools/calypso_convert.pl      ** NEW FILE **
6689           tools/README
6690           tools/Makefile.am
6691                 script to import mbox files exported
6692                 by calypso
6693                 o generates folder structure
6694                 o includes attachments
6695
6696 2002-07-19 [melvin]     0.7.8claws77
6697
6698         * src/selective_download.[ch]
6699                 Fixed bug where closing the dialog with the window manager's
6700                 close button will not unlock the summary
6701                 Corrected some function declarations that missed a return value
6702                 Made the source code comply better with coding style.
6703         * src/prefs_common.c
6704                 Added new browser command line for Mozilla.
6705
6706 2002-07-18 [paul]       0.7.8claws76
6707
6708         * src/mainwindow.c
6709           src/selective_download.[ch]
6710                 reflect theme changes, fix Gdk Warning when creating 
6711                 pixmap from NULL window, and minor clean up.
6712                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
6713
6714         * po/en_GB.po
6715                 updated
6716
6717 2002-07-17 [paul]       0.7.8claws75
6718
6719         * INSTALL[.jp]
6720                 sync with 0.8.0
6721         
6722         * po/en_GB.po
6723                 updated
6724
6725 2002-07-16 [paul]       0.7.8claws74
6726
6727         * tools/filter_conv.pl
6728           tools/README
6729                 replace conversion script with reimplemented version, 
6730                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
6731
6732 2002-07-16 [colin]      0.7.8claws73
6733
6734         * src/summaryview.c
6735                 remove forgotten debug messages - sorry ;-)
6736
6737 2002-07-16 [colin]      0.7.8claws72
6738
6739         * src/mimeview.c
6740           src/summaryview.c
6741           src/textview.c
6742           src/textview.h
6743                 add the ability to select part of a text mime-part 
6744                 to reply.
6745
6746 2002-07-15 [christoph]  0.7.8claws71
6747
6748         * src/folder.c
6749                 fix folder message count for folders without
6750                 msg_is_changed (includes news folders)
6751
6752 2002-07-15 [martin]     0.7.8claws70
6753
6754         * src/summaryview.c
6755                 option "display recipient on 'From'..." now works
6756                 without the need of enabling the option
6757                 "display  sender  using  address  book".
6758
6759 2002-07-15 [christoph]  0.7.8claws69
6760
6761         * src/summaryview.c
6762                 removed setting folder status from summaryview.
6763                 folder.c should update all message counts correctly.
6764
6765 2002-07-15 [paul]       0.7.8claws68
6766
6767         * po/pt_BR.po
6768                 updated by Fabio Junior Beneditto
6769
6770 2002-07-15 [darko]      0.7.8claws67
6771
6772         * src/mh.c
6773                 Fixed target folder colorization, don't decrease op
6774                 number twice
6775
6776 2002-07-14 [paul]       0.7.8claws66
6777
6778         * sync with main 0.8.0
6779                 see ChangeLog 2002-07-14
6780
6781 2002-07-13 [melvin]     0.7.8claws65
6782         
6783         * src/addrbook.c
6784         * src/addressbook.c
6785         * src/addrindex.c
6786                 Replaced sprintf by g_snprintf to prevent possible buffer
6787                 overflow.
6788         * src/news.c
6789                 Corrected a log message output format.
6790                 Added a missing "done" debug output.
6791         * src/compose.c
6792                 Added keyboard accelerator for Priority menu items
6793                 Added missing \n in debug output
6794         * src/logwindow.c
6795         * src/gtkspell.c
6796         * src/rfc2015.c
6797                 Added missing \n in debug output
6798
6799 2002-07-13 [paul]       0.7.8claws64
6800
6801         * man/sylpheed.1
6802                 change Sergey's email address to the sf address
6803
6804         * src/textview.c
6805                 increase show_url_timeout (more useful for long
6806                 urls)
6807
6808 2002-07-12 [sergey]     0.7.8claws63
6809
6810         * src/rfc2015.c
6811                 applied (with some modifications) patch to set the
6812                 micalg parameter for signatures
6813                 (2001-08-28 Werner Koch <wk@gnupg.org>)
6814
6815 2002-07-12 [sergey]     0.7.8claws62
6816
6817         * man/Makefile.am
6818         * configure.in
6819                 fixed man page installation
6820
6821 2002-07-12 [paul]       0.7.8claws61
6822
6823         * sync with 0.7.8cvs26
6824                 see ChangeLog 2002-07-11 and 2002-07-12
6825
6826 2002-07-11 [christoph]  0.7.8claws60
6827
6828         * src/compose.c
6829         * src/procmsg.c
6830                 first use the message number to find the message
6831                 to mark with a reply flag but check the
6832                 message-id if we got the correct message, if not
6833                 try to find it by message-id.
6834                 use new string seperator that is not allowed
6835                 in message-ids.
6836
6837 2002-07-11 [paul]       0.7.8claws59
6838
6839         * sync with 0.7.8cvs23
6840                 see ChangeLog 2002-07-10
6841
6842 2002-07-10 [christoph]  0.7.8claws58
6843
6844         * src/folder.[ch]
6845         * src/msgcache.[ch]
6846                 Added message-id table to the cache in memory
6847                 and functions to msgcache.c and folder.c to
6848                 fetch MsgInfos by message id
6849         * src/compose.c
6850         * src/procmsg.c
6851                 store folder and message-id of message replying
6852                 to in queue header and set reply flag after sending
6853                 (Closes bug #469498)
6854
6855 2002-07-10 [paul]       0.7.8claws57
6856
6857         * AUTHORS
6858           man/sylpheed.1.gz
6859                 add Martin to the list of authors
6860
6861 2002-07-09 [martin]     0.7.8claws56
6862         * src/gtksctree.c
6863                 Added gtk_ctree_last_visible(), tree_update_level(),
6864                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
6865                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
6866                 from gtk+ to gtksctree.c for the new sorting code
6867                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
6868                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
6869         * src/gtksctree.h
6870                 Added declaration for gtk_sctree_sort_recursive() and
6871                 gtk_sctree_sort_node
6872         * src/addressbook.c
6873         * src/foldersel.c
6874         * src/folderview.c
6875         * src/summaryview.c
6876                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
6877                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
6878
6879 2002-07-08 [paul]       0.7.8claws55
6880
6881         * more sync with 0.7.8cvs21
6882                 see ChangeLog 2002-07-08
6883
6884 2002-07-08 [paul]       0.7.8claws54
6885
6886         * sync with 0.7.8cvs21
6887                 see ChangeLog 2002-07-08
6888
6889 2002-07-07 [alfons]     0.7.8claws53
6890
6891         * src/Makefile.am
6892         * src/stock_pixmap.[ch]
6893         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
6894         * src/pixmaps/notice_error.xpm  ** NEW FILE **
6895         * src/pixmaps/notice_note.xpm   ** NEW FILE **
6896                 add new pixmaps for upcoming notice pane
6897
6898 2002-07-06 [melvin]     0.7.8claws52
6899
6900         * src/gtkspell.[ch]
6901                 Made them a bit closer to Sylpheed's coding style.
6902                 Removed old code.
6903                 Removed possible memory leaks when some errors occurs.
6904
6905 2002-07-06 [melvin]     0.7.8claws51
6906
6907         * po/Makefile.in.in
6908                 Removed --no-location in xgettext command line to help
6909                 translators that use Emacs' po-mode
6910         * src/quote_fmt.c
6911                 Removed unnecessary comments that messed up sylpheed.pot
6912
6913 2002-07-06 [paul]       0.7.8claws50
6914
6915         * sync with 0.7.8cvs19
6916                 see ChangeLog 2002-07-05
6917
6918 2002-07-06 [christoph]  0.7.8claws49
6919
6920         * src/folder.c
6921         * src/mainwindow.c
6922                 fix folder_item_remove_all_msg and folderview
6923                 status for trash folders after emptying trash
6924
6925 2002-07-05 [paul]       0.7.8claws48
6926
6927         * sync with 0.7.8cvs16
6928                 see ChangeLog 2002-07-04 and 2002-07-05
6929
6930 2002-07-04 [paul]       0.7.8claws47
6931
6932         * sync with 0.7.8cvs14
6933                 see  ChangeLog 2002-07-04
6934
6935 2002-07-03 [alfons]     0.7.8claws46
6936
6937         * src/folder.c
6938                 dupe folder item's path because it's being reallocated
6939                 by new folder scanning code
6940
6941 2002-07-03 [christoph]  0.7.8claws45
6942
6943         * src/imap.c
6944                 better IMAP uid fetching using 'FETCH 1:* (UID)'
6945         * src/msgcache.c
6946                 add missing return in msgcache_write
6947
6948 2002-07-02 [thorsten]   0.7.8claws44
6949
6950         * src/jpilot.c
6951         * src/msgcache.c
6952         * src/rfc2015.c
6953                 use binary mode for file access
6954
6955 2002-07-02 [christoph]  0.7.8claws43
6956
6957         * major code cleanup (part 1)
6958         
6959                 - unused variables removed
6960                 - unused functions removed
6961                 - uninitialized variables checked
6962                 - missing return statements added
6963                 - missing function return types added
6964                 - added parentheses around assignment and
6965                   && in || when suggested by gcc
6966               
6967         * src/mh.c
6968         * src/folder.c
6969                 replaced direct calls to folder->scan_tree
6970                 with folder_scan_tree and restore folder
6971                 prefs in this function. The folder should
6972                 not have to deal with them.
6973                 ( Should now work for all folder types )
6974
6975 2002-07-02 [paul]       0.7.8claws42
6976
6977         * sync with 0.7.8cvs13
6978                 see ChangeLog 2002-07-01 and 2002-07-02
6979
6980 2002-07-01 [christoph]  0.7.8claws41
6981
6982         * src/summaryview.c
6983                 fix "goto next/prev unread message" with
6984                 ignored threads
6985
6986 2002-07-01 [paul]       0.7.8claws40
6987
6988         * po/es.po
6989                 updated by Ricardo Mones Lastra
6990
6991 2002-06-30 [match]      0.7.8claws39
6992
6993         * src/jpilot.c
6994                 applied variation of leonerd's patch (566661) to
6995                 allow multiple email addresses per JPilot entry.
6996                 addresses may be separated by space, comma, pipe,
6997                 semi-colon, new-line.
6998
6999 2002-06-30 [alfons]     0.7.8claws38
7000
7001         * src/procmsg.c
7002                 simple fix for putting older nodes before
7003                 newer nodes when threading by subject
7004
7005 2002-06-30 [christoph]  0.7.8claws37
7006
7007         * src/folder.c
7008         * src/folderview.c
7009         * src/mh.c
7010         * src/news.c
7011         * src/procmsg.c
7012                 fix broken folder tree rescaning
7013                 and don't use procmsg_get_mark_sum
7014                 anymore
7015
7016 2002-06-30 [christoph]  0.7.8claws36
7017
7018         * merge new cache branch
7019         * src/imap.c
7020                 fix new cache imap copy bug
7021         * src/folder.c
7022                 improved folder_item_scan
7023                 it should now always set the correct
7024                 new, unread and total message counts
7025
7026 2002-06-29 [paul]       0.7.8claws35
7027
7028         * configure.in
7029                 correct syntax error
7030
7031 2002-06-29 [paul]       0.7.8claws34
7032
7033         * configure.in
7034           Makefile.am
7035           man/Makefile.am       ** NEW FILE **
7036           man/sylpheed.1.gz     ** NEW FILE **
7037                 add Sylpheed man page
7038
7039 2002-06-29 [paul]       0.7.8claws33
7040
7041         * po/pt_BR.po
7042                 updated by Fabio Junior Beneditto
7043
7044 2002-06-28 [jens]       0.7.8claws32
7045
7046         * po/de.po
7047                 translation updated
7048
7049         * src/selective_download.c
7050                 removed gettext for space " "
7051
7052         * src/imap.c
7053                 removed wrong space
7054
7055 2002-06-28 [paul]       0.7.8claws31
7056
7057         * sync with 0.7.8cvs11
7058                 see ChangeLog 2002-06-28
7059
7060 2002-06-28 [paul]       0.7.8claws30
7061
7062         * sync with 0.7.8cvs10
7063                 see ChangeLog 2002-06-27 and 2002-06-28
7064
7065 2002-06-26 [paul]       0.7.8claws29
7066
7067         * src/addrgather.c
7068           src/selective_download.c
7069                 don't gettextise empty strings.
7070                 reserved by gettext. gettext("") returns 
7071                 the header entry with meta information, 
7072                 not the empty string
7073
7074         * po/en_GB.po
7075                 updated
7076
7077 2002-06-26 [paul]       0.7.8claws28
7078
7079         * sync with 0.7.8cvs7
7080                 see ChangeLog 2002-06-25
7081
7082         * src/prefs_common.c
7083                 ...and in the process, tweak the gui a little
7084
7085 2002-06-25 [alfons]     0.7.8claws27
7086         
7087         * configure.in
7088         * src/Makefile.am
7089                 fine tune ldap library detection
7090
7091 2002-06-25 [alfons]     0.7.8claws26
7092
7093         * src/compose.c
7094                 don't allow return receipts when composing a news article
7095
7096 2002-06-25 [paul]       0.7.8claws25
7097
7098         * Makefile.am
7099                 add '$(AMTAR)' to 'release' section to allow for
7100                 new and older autotools
7101
7102 2002-06-25 [paul]       0.7.8claws24
7103
7104         * src/summaryview.c
7105                 fix "No more unread messages" persistant pop-up
7106                 window bug
7107
7108 2002-06-25 [paul]       0.7.8claws23
7109
7110         * po/it.po
7111                 updated by Alessandro Maestri
7112
7113 2002-06-25 [paul]       0.7.8claws22
7114
7115         * sync with 0.7.8cvs6
7116                 see ChangeLog 2002-06-25
7117
7118 2002-06-24 [paul]       0.7.8claws21
7119
7120         * tools/update-po
7121                 add GPL copyright information
7122
7123 2002-06-24 [paul]       0.7.8claws20
7124
7125         * tools/Makefile.am
7126           tools/README
7127           tools/update-po       ** NEW FILE **
7128                 add script that eases the creation of *.po files
7129                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7130
7131 2002-06-23 [alfons]     0.7.8claws19
7132
7133         * src/messageview.c
7134                 make notification_convert_header obey const correctness
7135                 (next step will be fixing the broken return receipt)
7136
7137 2002-06-23 [paul]       0.7.8claws18
7138
7139         * src/messageview.c
7140                 fix bug introduced in last commit:
7141                 removed too much code in last commit - put back what's
7142                 needed
7143
7144 2002-06-23 [paul]       0.7.8claws17
7145
7146         * src/messageview.[ch]
7147                 remove code committed in error from locally patched
7148                 source
7149
7150 2002-06-23 [colin]      0.7.8claws16
7151
7152         * src/compose.[ch]
7153                 add compose_entry_select(), used to select the default_to
7154                 email address - hopefully avoiding people sending mails to
7155                 wrong recipients.
7156
7157 2002-06-22 [alfons]     0.7.8claws15
7158
7159         * AUTHORS
7160                 add Bram Metsch & Stanislav Karchebny
7161         * src/smtp.[ch]
7162         * src/prefs_account.[ch]
7163         * src/send.c
7164                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7165                   options.  (see <http://sourceforge.net/tracker/index.php
7166                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7167
7168                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7169                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7170
7171 2002-06-22 [paul]       0.7.8claws14
7172
7173         * sync with 0.7.8cvs5
7174                 see ChangeLog 2002-06-19 and 2002-06-20
7175
7176 2002-06-22 [alfons]     0.7.8claws13
7177
7178         * src/selective_download.c
7179                 fix a stupid mistake I made
7180
7181 2002-06-22 [alfons]     0.7.8claws12
7182
7183         * src/selective_download.[ch]
7184                 fix another unnoticed leak; cleanup code
7185
7186 2002-06-21 [alfons]
7187
7188         * tools/Makefile.am
7189                 gpg-sign <-- gpg-sign-syl
7190
7191 2002-06-21 [alfons]     0.7.8claws11
7192
7193         * src/selective_download.c
7194         * src/selective_download.h
7195                 fix assorted mix of allocation errors (should solve
7196                 problem reported by Philippe Gramoullé, see:
7197                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7198
7199 2002-06-20 [melvin]     0.7.8claws10
7200
7201         * tools/gpg-sign *REMOVED*
7202           tools/gpg-sign-syl *ADDED*
7203                 Replaced the gpg clearsigning script with the version using
7204                 xterm instead of ssh-askpass and changed its name.
7205
7206         * README.claws
7207                 Updated actions example to reflect the renaming of the
7208                 gpg clearsigning script.
7209
7210 2002-06-19 [paul]       0.7.8claws9
7211
7212         * sync with 0.7.8claws9
7213                 see ChangeLog 2002-06-18 and 2002-06-19
7214
7215 2002-06-19 [paul]       0.7.8claws8
7216
7217         * sync with 0.7.8cvs1
7218                 see ChangeLog 2002-06-18
7219
7220 2002-06-18 [alfons]     0.7.8claws7
7221
7222         * src/mainwindow.h
7223                 add omitted prototype
7224
7225 2002-06-17 [paul]       0.7.8claws6
7226
7227         * src/mainwindow.c
7228                 fix hiding of exec_btn
7229
7230 2002-06-17 [paul]       0.7.8claws5
7231
7232         * src/pop.c
7233                 remove unneeded code: should_delete() 
7234                 and Pop3State::uidl_todelete_list
7235
7236 2002-06-17 [paul]       0.7.8claws4
7237
7238         * sync with 0.7.8
7239                 see ChangeLog 2002-06-11 and 2002-06-13
7240
7241 2002-06-16 [alfons]     0.7.8claws3
7242         
7243         * src/folder.c
7244                 make sure lock sort mode (claws specific) is
7245                 also persists after a tree rescan
7246
7247 2002-06-16 [alfons]     0.7.8claws2
7248
7249         * src/prefs_folder_item.c
7250         * src/folder.[ch]
7251                 fix persistence of folder sort mode (broken
7252                 by adapting Hiro's new folder persistence code)
7253
7254 2002-06-16 [alfons]     0.7.8claws1
7255
7256         * AUTHORS
7257         * src/logwindow.c
7258         * src/prefscommon.[ch]
7259                 control size of log text in log window; 
7260                 closes patch #569155 submitted by Mitko Haralanov.
7261
7262 2002-06-15 [paul]       0.7.8claws
7263
7264         * release of 0.7.8claws
7265
7266 2002-06-15 [paul]       0.7.7claws
7267
7268         * po/pt_BR.po
7269                 updated by Fabio Junior Beneditto
7270
7271 2002-06-14 [paul]       0.7.6claws49
7272
7273         * po/es.po
7274                 updated by Ricardo Mones Lastra
7275
7276 2002-06-14 [paul]       0.7.6claws48
7277
7278         * po/nl.po
7279                 updated translation by Wilbert Berendsen
7280
7281 2002-06-14 [melvin]     0.7.6claws47
7282
7283         * po/fr.po
7284                 Updated French translation
7285
7286 2002-06-13 [paul]       0.7.6claws46
7287
7288         * src/filesel.c
7289                 allow filename to be typed in, rather than just
7290                 selected by the mouse. Patch by Gustavo Noronha Silva.
7291
7292 2002-06-13 [alfons]     0.7.6claws45
7293
7294         * src/mainwindow.[ch]
7295                 more cleanups (removing unnecessary menu items Expand 
7296                 summary / message view)
7297
7298 2002-06-13 [melvin]     0.7.6claws44
7299
7300         * po/POTFILES.in
7301                 Added src/string_match.c
7302         * src/string_match.c
7303                 Fixed possible buffer overflow.
7304                 Corrected typo.
7305                 Added missing config.h header.
7306         * src/prefs_common.c
7307           src/prefs_matcher.c
7308           src/prefs_scoring.c
7309                 Made some strings translatable (missing _(..)).
7310
7311 2002-06-13 [melvin]     0.7.6claws43
7312
7313         * README.claws
7314                 Corrected action example (verifying clearsigned mail).
7315         * src/prefs_account.c
7316                 Corrected typo.
7317         * src/prefs_common.c
7318                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7319
7320 2002-06-12 [alfons]     0.7.6claws42
7321
7322         * src/summaryview.c
7323                 add init of score column lost in 0.7.6claws42
7324
7325 2002-06-12 [paul]       0.7.6claws41
7326
7327         * src/prefs_account.c
7328                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
7329                 behavior of the radio buttons, (from 0.7.7cvs2)
7330
7331 2002-06-11 [alfons]     0.7.6claws40
7332
7333         * src/messageview.[ch]
7334         * src/summaryview.[ch]
7335         * src/summary_search.c
7336         * src/mainwindow.c
7337                 perform a sync to bring in Hiro's separate view implementation 
7338
7339                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
7340
7341 2002-06-11 [paul]       0.7.6claws39
7342         
7343         * src/prefs_account.c
7344                 correct a typo on the Receive tab
7345
7346 2002-06-10 [match]      0.7.6claws38
7347
7348         * src/addressbook.c
7349                 Included address completion patch from Gustavo Noronha.
7350
7351 2002-06-10 [paul]       0.7.6claws37
7352
7353         * src/inc.[ch]
7354           src/pop.c
7355           src/prefs_account.[ch]
7356           src/selective_download.[ch]
7357                 apply PATCH #561712
7358                  NEW:
7359                 - check if POP Account
7360                 - Receive Button renamed to Preview
7361                 - Preview Button Popup: preview new/all messages
7362                 - Download Button
7363                 - Account Preferences-->Receive tab checkbutton if you
7364                   want to remove Mail after Download
7365                 -: default YES
7366                 - Account Preferences-->Receive tab checkbutton use
7367                   filtering rules on preview
7368                   (think of delete_on_server)
7369                 -: default YES
7370                 - Account selectable from SD dialog
7371                 - checkbutton to show already downloaded messages if
7372                   all messages are previewed
7373                 - new clist column showing Date
7374                 - ESC KEY close
7375                 FIXES:
7376                 - play ball with UIDL
7377                 - fault tolerant (?) 
7378                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7379
7380 2002-06-10 [melvin]     0.7.6claws36
7381
7382         * README.claws
7383                 Added a hint to ac/README in cvs instructions.
7384
7385         * src/prefs_actions.c
7386                 Made it possible to use a more elaborate command line
7387                 for asynchronous actions, too.
7388
7389 2002-06-10 [melvin]     0.7.6claws35
7390         
7391         * src/prefs_actions.c
7392                 Make it possible to use a more elaborate command line
7393                 (e.g. |foo|bar|cat>there;echo Done|)
7394                 Corrected error message when calling %f, %F and %p commands
7395                 from the compose window.
7396
7397 2002-06-09 [colin]      0.7.6claws34
7398
7399         * src/summaryview.c
7400                 Automatically find unread messages in current folder
7401                 before annoying the user.
7402
7403 2002-06-08 [alfons]     0.7.6claws33
7404
7405         * po/it.po
7406                 remove bad formatting string in it.po translation
7407                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
7408
7409 2002-06-08 [paul]       0.7.6claws32
7410
7411         * sync with 0.7.6cvs25
7412                 see ChangeLog 2002-06-07
7413
7414 2002-06-05 [paul]       0.7.6claws31
7415
7416         * src/mainwindow.c
7417                 add 'Sort by locked' and 'Sort by score'
7418
7419 2002-06-05 [paul]       0.7.6claws30
7420
7421         * sync with 0.7.6cvs24
7422                 see ChangeLog 2002-06-04
7423
7424 2002-06-04 [paul]       0.7.6claws29
7425
7426         * po/pt_BR.po
7427                 updated by Fabio Junior Beneditto
7428
7429 2002-06-03 [thorsten]   0.7.6claws28
7430
7431         * src/matcher.c
7432                 fclose() matcherrc after reading
7433
7434 2002-06-03 [paul]       0.7.6claws27
7435
7436         * sync with 0.7.6cvs21
7437                 see ChangeLog 2002-05-31
7438
7439 2002-05-31 [paul]       0.7.6claws26
7440
7441         * sync with 0.7.6cvs20
7442                 see ChangeLog 2002-05-29 and 2002-05-30
7443
7444 2002-05-31 [paul]       0.7.6claws25
7445
7446         * src/imap.c
7447                 hopefully fix last buggy sync
7448
7449         * README.claws
7450                 correct typo in 'Actions' examples
7451
7452 2002-05-29 [paul]       0.7.6claws24
7453
7454         * sync with 0.7.6cvs18
7455                 see ChangeLog 2002-05-28 and 2002-05-29
7456
7457         * src/news.c
7458           src/nntp.[ch]
7459                 sync with above 
7460
7461 2002-05-28 [paul]       0.7.6claws23
7462
7463         * sync with 0.7.6cvs16
7464                 see ChangeLog 2002-05-28
7465
7466 2002-05-27 [thorsten]   0.7.6claws22 
7467
7468         * faq/it/sylpheed-faq-1.html
7469           faq/it/sylpheed-faq-2.html
7470           faq/it/sylpheed-faq-3.html
7471           faq/it/sylpheed-faq.html
7472                 corrected DOS lineendings
7473         * faq/de/sylpheed-faq-1.html
7474           faq/de/sylpheed-faq-2.html
7475           faq/en/sylpheed-faq-1.html
7476           faq/en/sylpheed-faq-2.html
7477           faq/en/sylpheed-faq-3.html
7478           faq/es/sylpheed-faq-1.html
7479           faq/es/sylpheed-faq-2.html
7480           faq/es/sylpheed-faq-3.html
7481           faq/fr/sylpheed-faq-1.html
7482           faq/it/sylpheed-faq-1.html
7483           faq/it/sylpheed-faq-2.html
7484           faq/it/sylpheed-faq-3.html
7485           faq/it/sylpheed-faq.html
7486                 changed ">" to &quot;
7487
7488 2002-05-27 [paul]       0.7.6claws21
7489         
7490         * sync with 0.7.6cvs15
7491                 see ChangeLog 2002-05-27
7492
7493 2002-05-27 [paul]       0.7.6claws20
7494
7495         * src/prefs_account.c
7496                 correct a typo
7497
7498 2002-05-26 [paul]       0.7.6claws19
7499
7500         * tools/README
7501                 correct a typo
7502
7503 2002-05-25 [paul]       0.7.6claws18
7504
7505         * tools/README
7506                 add description of kmail2sylpheed.pl
7507
7508 2002-05-25 [paul]       0.7.6claws17
7509
7510         * tools/kmail2sylpheed.pl       ** NEW FILE **
7511                 perl script that converts an exported Kmail address
7512                 book, converts it to sylpheed addressbook file,
7513                 writes the file to .sylpheed, and updates
7514                 addrbook--index.xml 
7515
7516 2002-05-25 [paul]       0.7.6claws16
7517
7518         * sync with 0.7.6cvs14
7519                 see ChangeLog 2002-05-23
7520
7521 2002-05-24 [paul]       0.7.6claws15
7522
7523         * README.claws
7524                 make a correction and add some more info
7525
7526 2002-05-24 [paul]       0.7.6claws14
7527
7528         * src/compose.c
7529                 fix memory leak in 
7530                 compose_redirect_write_headers_from_headerlist()
7531                 add Subject and Resent-Message-ID to
7532                 compose_redirect_write_headers()
7533                 Received, Subject, and X-UIDL are filtered out in 
7534                 compose_redirect_write_to_file()
7535
7536 2002-05-23 [paul]       0.7.6claws13
7537
7538         * src/compose.[ch]
7539           src/filtering.c
7540           src/mainwindow.c
7541           src/matcher.[ch]
7542           src/matcher_parser_lex.l
7543           src/matcher_parser_parse.y
7544           src/prefs_common.[ch]
7545           src/prefs_filtering.c
7546           src/summaryview.c
7547                 rename 'Bounce' to 'Redirect'
7548
7549 2002-05-23 [paul]       0.7.6claws12
7550
7551         * more sync with 0.7.6cvs13
7552           src/compose.c
7553                 see ChangeLog 2002-05-22
7554
7555 2002-05-22 [paul]       0.7.6claws11
7556
7557         * sync with 0.7.6cvs13
7558           src/codeconv.c
7559                 see ChangeLog 2002-05-20
7560           src/prefs_common.c
7561                 see ChangeLog 2002-05-22
7562
7563 2002-05-21 [melvin]     0.7.6claws10
7564
7565         * src/folderview.c
7566                 Added missing filtering and scoring headers
7567                 Fixed bad function call that showed garbage 
7568                 in Folder->Processing
7569
7570 2002-05-21 [paul]       0.7.6claws9
7571
7572         * tools/Makefile.am
7573                 make all tools executable, (patch by Alfons).
7574
7575 2002-05-20 [alfons]     0.7.6claws8
7576
7577         * src/procheader.c
7578                 don't forget to call mktime() so we have a valid week 
7579                 and year day
7580                 (Bug report by Roger Sondermann <mail@jumaros.de>)
7581
7582 2002-05-20 [paul]       0.7.6claws7
7583
7584         * src/html.c
7585                 fix broken parsing of urls
7586         * src/textview.c
7587                 fix displaying of urls
7588
7589                 both fixes from the patch [547855] by Eugene 
7590                 Brevdo (zonem)
7591
7592 2002-05-19 [alfons]     0.7.6claws6
7593
7594         * configure.in
7595                 make sylpheed configure correctly with the latest
7596                 and greatest of automake / autoconf / gettext
7597
7598 2002-05-19 [alfons]     0.7.6claws5
7599
7600         * src/procheader.c
7601         * src/procheader.h
7602                 add function for returning ime zone offset
7603         * src/quote_fmt.c
7604         * src/quote_fmt_parse.y
7605                 better quotation formatting - does not convert
7606                 to local time, but uses the original date string.
7607                 
7608                 Note: %z inserts the timezone offset (should 
7609                 work also on platforms where strftime does not
7610                 support %z).
7611
7612 2002-05-18 [christoph]  0.7.6claws4
7613
7614         * src/summaryview.c
7615                 fix indentation of some code
7616         * tools/Makefile.am
7617                 fix spaces after \
7618         * src/Makefile.am
7619                 add missing \
7620                 correct path for ignorethread.xpm
7621                 incorrect filename for sylpheed_logo.xpm
7622                 add missing include matcher_parser_parse.h
7623
7624 2002-05-18 [paul]       0.7.6claws3
7625
7626         * sync with 0.7.6cvs8
7627                 see ChangeLog 2002-05-16 and 2002-05-17
7628
7629 2002-05-18 [melvin]     0.7.6claws2
7630
7631         * README.claws
7632                 Corrected an action's definition and fixed some misspellings.
7633
7634 2002-05-18 [paul]       0.7.6claws1
7635
7636         * tools/Makefile.am
7637           tools/gpg-sign        ** new file **
7638           tools/uudec           ** new file **
7639                 add Melvin's Actions scripts
7640
7641         * README.claws
7642                 add Melvin's descriptions for Actions
7643
7644 2002-05-18 [paul]       0.7.6claws
7645
7646         * Version 0.7.6claws released
7647
7648 2002-05-17 [paul]       0.7.5claws32
7649
7650         * po/es.po
7651                 updated by Ricardo Mones Lastra
7652
7653 2002-05-17 [paul]       0.7.5claws31
7654
7655         * src/compose.c
7656                 fix Account prefs default folder for sent/draft/deleted
7657                 messages bug
7658
7659         * po/it.po
7660           po/nl.po
7661                 updated translation by Alessandro Maestri and
7662                 Wilbert Berendsen
7663
7664 2002-05-17 [melvin]     0.7.5claws30
7665
7666         * src/prefs_actions.c
7667                 Fixed bug where using %F not at the end of the command 
7668                 resulted in an additional empty argument being created.
7669                 Thanks to Darko Koruga for reporting the bug.
7670
7671 2002-05-17 [melvin]     0.7.5claws29
7672
7673         * po/fr.po
7674                 Updated French translations.
7675
7676 2002-05-15 [paul]       0.7.5claws28
7677         
7678         * po/es.po
7679                 updated by Ricardo Mones Lastra
7680
7681 2002-05-15 [paul]       0.7.5claws27
7682
7683         * sync with 0.7.6cvs4
7684                 see ChangeLog 2002-05-14 and 2002-05-15
7685
7686 2002-05-14 [paul]       0.7.5claws26
7687
7688         * sync with 0.7.6cvs1
7689                 see ChangeLog 2002-05-13
7690
7691 2002-05-13 [thorsten]   0.7.5claws25
7692
7693         * src/messageview.c
7694                 fix select_all and copy in multipart messages
7695         * src/mainwindow.c
7696                 fix select_all and copy in multipart messages
7697
7698 2002-05-12 [paul]       0.7.5claws24
7699
7700         * src/summaryview.c
7701                 reverse last commit, bug already fixed in 0.7.5claws3
7702
7703 2002-05-12 [netztorte]  0.7.5claws23
7704
7705         * src/summaryview.c
7706                 dont parse empty addressbook (checked in before claws20)
7707
7708 2002-05-12 [melvin]     0.7.5claws22
7709
7710         * src/procmsg.[ch]
7711                 Removed unneeded priority code introduced by the previous 
7712                 commit.
7713
7714 2002-05-12 [melvin]     0.7.5claws21
7715
7716         * src/compose.[ch]
7717                 Added possibility to set message's priority.
7718         * src/procmsg.[ch]
7719                 Added possibility to set message's priority.
7720                 Added missing headers
7721
7722 2002-05-12 [melvin]     0.7.5claws20
7723
7724         * src/prefs_actions.c
7725                 Removed implicitely added quotes around the name
7726                 of the temporary files of mime parts.
7727
7728 2002-05-12 [paul]       0.7.5claws19
7729
7730         * sync with 0.7.5cvs20
7731                 see ChangeLog 2002-05-11
7732
7733 2002-05-12 [alfons]     0.7.5claws18
7734
7735         * src/quote_fmt_lex.l
7736         * src/quote_fmt_parse.y
7737                 allow quote / reply date & time format to be set using
7738                 %D{format}. format is a format string you'd pass to
7739                 strftime() (see man strftime, or the Display tab |
7740                 Date format setting).
7741
7742                 Currently %D converts the date to local time. 
7743
7744 2002-05-11 [paul]       0.7.5claws17
7745
7746         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
7747                 see ChangeLog 2002-05-10 and 2002-05-11
7748
7749 2002-05-10 [paul]       0.7.5claws16
7750
7751         * sync with 0.7.5cvs16
7752                 see ChangeLog entries 2002-05-09 and 
7753                 2002-05-10
7754
7755 2002-05-10 [colin]      0.7.5claws15
7756
7757         * src/textview.c
7758                 Corrected a bug that prevented sylpheed to open
7759                 double-clicked URIs.
7760
7761 2002-05-09 [paul]       0.7.5claws14
7762
7763         * sync with 0.7.5cvs14
7764                 see ChangeLog 2002-05-08 and 2002-05-09
7765
7766 2002-05-08 [paul]       0.7.5claws13
7767
7768         * sync with 0.7.5cvs11
7769                 see ChangeLog entry 2002-05-08
7770
7771 2002-05-08 [paul]       0.7.5claws12
7772
7773         * src/mainwindow.c
7774           src/textview.[ch]
7775                 fix segfault on View->Open in new window
7776                 patch submitted by Thorsten Maerz <torte@netztorte.de>
7777
7778 2002-05-07 [paul]       0.7.5claws11
7779
7780         * sync with 0.7.5cvs9
7781                 see ChangeLog entry 2002-05-07
7782
7783 2002-05-06 [paul]       0.7.5claws10
7784
7785         * src/messageview.c
7786           src/textview.c
7787                 display url in statusbar on single-click
7788                 patch submitted by Thorsten Maerz <torte@netztorte.de>
7789
7790 2002-05-06 [match]      0.7.5claws9
7791
7792         * src/addritem.[ch]
7793                 new functions.
7794         * src/addrcache.c
7795                 tidy up.
7796         * src/xmlprops.[ch]
7797                 XML implementation of properties file.
7798         * src/exporthtml.[ch]
7799         * src/expthtmldlg.[ch]
7800         * src/addressbook.c
7801                 export to HTML.
7802
7803 2002-05-02 [sergey]     0.7.5claws8
7804
7805         * src/mainwindow.c (mainwin_entries),
7806           src/prefs_common.c (prefs_send_create()),
7807           src/codeconv.c (locale_table):
7808                 use charset name "Windows-1251" instead of "CP1251".
7809
7810 2002-05-02 [colin]      0.7.5claws7
7811         
7812         * src/compose.c
7813           src/prefs_common.c
7814           src/prefs_folder_item.c
7815                 Fixed cosmetics bugs due to Outbox renamed to Sent.
7816
7817 2002-05-02 [hiro]       0.7.5claws6
7818
7819         * src/imap.c
7820                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
7821
7822 2002-05-02 [paul]       0.7.5claws5
7823
7824         * src/compose.c
7825                 more sync with 0.7.5cvs7, see ChangeLog entry
7826                 2002-05-02
7827
7828 2002-05-02 [hiro]       0.7.5claws4
7829
7830         * src/compose.c
7831                 compose_queue_sub():
7832                 check if queue folder exists (closes #550397).
7833                 removed directory creation since it should be handled
7834                 transparently.
7835         * src/imap.c
7836                 imap_add_msg(): return UID for appended message
7837                 (closes #548842).
7838
7839 2002-04-30 [paul]       0.7.5claws3
7840
7841         * src/summaryview.c
7842                 fix account_find_from_address() bug
7843
7844 2002-04-28 [colin]      0.7.5claws2
7845
7846         * src/compose.c
7847           src/textview.c
7848           src/prefs_common.[ch]
7849           src/utils.[ch]
7850                 Added user-definable quotation characters recognition.
7851
7852 2002-04-28 [paul]       0.7.5claws1
7853
7854         * sync with 0.7.5cvs4
7855                 see ChangeLog entry  2002-04-25
7856
7857 2002-04-28 [paul]       0.7.5claws
7858
7859         * po/es.po
7860           po/nl.po
7861           po/pt_BR.po
7862                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
7863                 Fabio Junior Beneditto
7864
7865 2002-04-27 [jens]       0.7.4claws103
7866
7867         * po/de.po
7868                 updated German translation.
7869
7870 2002-04-27 [hiro]       0.7.4claws102
7871
7872         * src/summaryview.c
7873                 summary_write_cache(): fixed the mark loss of hidden messages.
7874
7875 2002-04-26 [melvin]     0.7.4claws101
7876
7877         * src/procmsg.c
7878                 fixed a second typo (same one)
7879         * po/fr.po
7880           po/it.po
7881           po/pt_BR.po
7882                 fixed the type again...
7883
7884 2002-04-26 [melvin]     0.7.4claws100
7885
7886         * src/procmsg.c
7887                 fixed a typo in an alert message ("temorary").
7888         * po/it.po
7889         * po/pt_BR.po
7890                 corrected the typo  described above.
7891         * po/fr.po
7892                 updated French translation.
7893
7894 2002-04-26 [darko]      0.7.4claws99
7895
7896         * src/summaryview.c
7897                 fix target folder colorization
7898
7899 2002-04-25 [paul]       0.7.4claws98
7900
7901         * po/it.po
7902                 updated by Alessandro Maestri
7903
7904 2002-04-24 [colin]      0.7.4claws97
7905         
7906         * src/compose.c
7907                 Fixed double "subject is empty" question.
7908
7909 2002-04-23 [colin]      0.7.4claws96
7910         
7911         * src/mimeview.c
7912                 Corrected issue when "automatically display images" was
7913                 not set : first image remained after selecting second.
7914
7915 2002-04-23 [melvin]     0.7.4claws95
7916
7917         * src/prefs_actions.c
7918                 Don't display in/out dialog if there is nothing to show.
7919
7920 2002-04-23 [paul]       0.7.4claws94
7921
7922         * sync with 0.7.5cvs3
7923                 bug fixes: see ChangeLog entry 2002-04-23
7924
7925 2002-04-22 [darko]      0.7.4claws93
7926
7927         * src/compose.c
7928                 fix previous check-in which changed code after
7929                 merge from main
7930
7931 2002-04-22 [paul]       0.7.4claws92
7932
7933         * faq/de/*
7934                 add German FAQ
7935         * faq/en/*
7936           faq/es/*
7937           faq/fr/*
7938                 update English, Spanish and French FAQs
7939         * manual/de/*
7940           manual/es/*
7941                 add German and Spanish manuals
7942         * manual/en/*
7943           manual/fr/*
7944                 update English and French manuals
7945
7946         * src/Makefile.am
7947                 add to and re-arrange the pixmap entries
7948
7949 2002-04-22 [darko]      0.7.4claws91
7950
7951         * src/compose.c
7952                 fix sender initials recognition to only allow
7953                 '>' after the initials
7954
7955 2002-04-21 [paul]       0.7.4claws90
7956
7957         * sync with 0.7.5 release
7958                 see ChangeLog entry 2002-04-21
7959
7960 2002-04-21 [alfons]
7961
7962         * src/Makefile.am
7963                 add colin's new pixmaps to EXTRA_DIST
7964
7965 2002-04-21 [colin]      0.7.4claws89
7966         * src/compose.c
7967         * src/inc.c
7968         * src/mainwindow.[ch]
7969         * src/prefs_common.[ch]
7970         * src/stock_pixmap.[ch]
7971                 Added "Work offline" ability.
7972
7973 2002-04-21 [colin]      0.7.4claws88
7974         
7975         * src/mimeview.c
7976         * src/prefs_common.c
7977         * src/prefs_common.h
7978         * src/textview.c : Added an option to common preferences -> display
7979           to allow user not to automatically display images.
7980
7981 2002-04-21 [paul]       0.7.4claws87
7982
7983         * sync with 0.7.4cvs52
7984                 see ChangeLog entry 2002-04-21 (src/imap.c)
7985
7986 2002-04-21 [paul]       0.7.4claws86
7987
7988         * sync with 0.7.4cvs51
7989                 see ChangeLog entry 2002-04-21
7990
7991 2002-04-21 [paul]       0.7.4claws85
7992
7993         * sync with 0.7.4cvs49
7994                 see ChangeLog entries 2002-04-20 and 2002-04-21
7995
7996         * src/Makefile.am
7997                 clean up: remove old 'stock_' element from xpm 
7998                 filenames.
7999
8000 2002-04-21 [alfons]     0.7.4claws84
8001
8002         apply sync patch from Paul
8003
8004         * src/folderview.c
8005                 use old claws prefs_folder_item_create() for now
8006
8007 2002-04-19 [match]      0.7.4claws83
8008
8009         * src/addressbook.[ch]
8010         * src/addrharvest.[ch]
8011         * src/addrgather.[ch]
8012                 recurse folders.
8013         * src/mainwindow.c
8014         * src/summaryview.[ch]
8015                 change menu option.
8016
8017 2002-04-19 [paul]       0.7.4claws82
8018
8019         * po/pt_BR.po
8020                 updated by Fabio Junior Beneditto
8021
8022 2002-04-14 [alfons]     0.7.4claws81
8023
8024         * src/passphrase.c
8025                 add #include <sys/types.h> for mode_t and off_t 
8026
8027 2002-04-13 [paul]       0.7.4claws80
8028         
8029         * src/main.c
8030           src/passphrase.[ch]
8031           src/pgptext.c
8032           src/prefs_common.[ch]
8033           src/rfc2015.c
8034                 enable storing of GnuPG passphrase for the whole 
8035                 session or a user-defined number of minutes. patch 
8036                 submitted by Ravemax <ravemax@dextrose.com>
8037
8038 2002-04-13 [alfons]     0.7.4claws79
8039
8040         * src/textview.c
8041                 make email parser also stop scanning when encountering separators
8042                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8043
8044 2002-04-13 [paul]       0.7.4claws78
8045
8046         * sync with 0.7.4cvs39
8047                 see ChangeLog entry 2002-04-12
8048
8049 2002-04-11 [paul]       0.7.4claws77
8050
8051         * sync with 0.7.4cvs37
8052                 see ChangeLog entry 2002-04-11
8053
8054 2002-04-11 [paul]       0.7.4claws76
8055
8056         * COPYING 
8057                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8058                 the clause for OpenSSL). sync with sylpheed main
8059
8060 2002-04-09 [melvin]     0.7.4claws75
8061
8062         * src/compose.c
8063                 Made 'Ctrl-Enter' on send ignore some modifiers 
8064                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8065                 to bind other *-Enter (but not Alt-Enter).
8066
8067 2002-04-09 [paul]       0.7.4claws74
8068
8069         * sync with 0.7.4cvs35
8070                 see ChangeLog entries 2002-04-09
8071
8072 2002-04-08 [paul]       0.7.4claws73
8073
8074         * sync with 0.7.4cvs33
8075                 see ChangeLog entry 200-04-08
8076
8077 2002-04-07 [match]      0.7.4claws72
8078
8079         * src/addrharvest.[ch]
8080                 fixed to read all addresses in header, regardless
8081                 of header size. improved name parsing. accommodate
8082                 harvest from folders and selected message.
8083         * src/addritem.[ch]
8084                 included new address parsing function.
8085         * src/addrgather.[ch]
8086         * src/addressbook.[ch]
8087         * src/summaryview.[ch]
8088         * src/mainwindow.c
8089                 allow address harvest of folder as well as selected
8090                 messages.
8091
8092 2002-04-07 [paul]       0.7.4claws71
8093
8094         * src/esmtp.[ch]
8095           src/smtp.c
8096                 don't try to authenticate with CRAM-MD5 in SMTP when 
8097                 SMTP-AUTH enabled if MTA doesn't issue this 
8098                 auth-method in it's ehlo-response. bug item #531364,
8099                 patch item #938910. patch submitted by Colin Leroy 
8100                 <colin@colino.net>
8101
8102 2002-04-07 [paul]       0.7.4claws70
8103
8104         * src/nntp.c
8105                 fix missing MODE_READER bug. patch submitted by
8106                 Colin Leroy <colin@colino.net>
8107
8108 2002-04-07 [alfons]     0.7.4claws69
8109
8110         * src/matcher.[ch]
8111         * src/prefs_filtering.c
8112         * src/summaryview.c
8113                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8114                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8115
8116 2002-04-07 [paul]       0.7.4claws68
8117
8118         * sync with 0.7.4cvs32
8119                 see ChangeLog entry 2002-04-06
8120
8121         * tools/filter_conv.pl
8122                 more bug fixes
8123
8124 2002-04-06 [paul]       0.7.4claws67
8125
8126         * tools/filter_conv.pl
8127                 modify to be able to find the name of the first
8128                 mailbox and use that. main's filter does not
8129                 record the full path to the mailbox and therefore
8130                 can only filter to the first mailbox.
8131
8132 2002-04-05 [paul]       0.7.4claws66
8133
8134         * tools/filter_conv.pl
8135                 attempt to make the script all-encompassing and
8136                 be able to convert any main 'filter' rule thrown
8137                 at it
8138
8139 2002-04-05 [paul]       0.7.4claws65
8140
8141         * tools/filter_conv.pl
8142                 allow for collapsed folder trees
8143
8144 2002-04-05 [paul]       0.7.4claws64
8145
8146         * sync with 0.7.4cvs31
8147                 see ChangeLog entries 2002-04-05
8148
8149 2002-04-03 [paul]       0.7.4claws63
8150
8151         * sync with 0.7.4cvs29
8152                 see ChangeLog entries 2002-04-02 and 2002-04-03
8153
8154 2002-04-02 [paul]       0.7.4claws62
8155
8156         * sync with 0.7.4cvs26
8157                 see ChangeLog entry 2002-04-01
8158
8159 2002-04-02 [match]      0.7.4claws61
8160
8161         * src/pine.[ch]
8162         * src/importpine.[ch]
8163         * src/addressbook.c
8164                 import Pine address book.
8165
8166 2002-04-02 [match]      0.7.4claws60
8167
8168         * src/addrharvest.[ch]
8169                 improve address parsing of funky addresses.
8170
8171 2002-04-02 [darko]      0.7.4claws59
8172
8173         * src/compose.c
8174                 wrap on send improvements, it now recognizes quoted
8175                 initials as part of the quotation string, and it
8176                 does not join lines separated by CR
8177
8178 2002-04-01 [match]      0.7.4claws58
8179
8180         * src/mgutils.[ch]
8181                 added new functions.
8182         * src/mutt.[ch]
8183                 remove excessive duplicate address generation
8184                 on import.
8185
8186 2002-04-01 [alfons]     0.7.4claws57
8187         
8188         * src/summaryview.c
8189                 put back g_free() 
8190
8191 2002-04-01 [paul]       0.7.4claws56
8192
8193         * sync with 0.7.4cvs25
8194                 see ChangeLog entry 2002-04-01
8195
8196 2002-04-01 [alfons]     0.7.4aprilfool55
8197
8198         * src/summaryview.c
8199                 honour feature request item #537427 to allow for
8200                 displaying names from address book for sent mail also
8201
8202 2002-03-29 [paul]       0.7.4claws54
8203
8204         * src/mainwindow.c
8205           src/prefs_filtering.[ch]
8206           src/prefs_matcher.c
8207           src/summaryview.c
8208                 add 'fast filter' for claws' filtering,
8209                 /Tools/Create filter rule/... patch submitted
8210                 by Neill Miller <neillm@thecodefactory.org>
8211
8212 2002-03-29 [paul]       0.7.4claws53
8213
8214         * sync with 0.7.4cvs24
8215                 see ChangeLog entry 2002-03-29
8216
8217 2002-03-28 [paul]       0.7.4claws52
8218
8219         * sync with 0.7.4cvs23
8220                 see ChangeLog entry 2002-03-28
8221
8222 2002-03-27 [melvin]     0.7.4claws51
8223
8224         * src/prefs_actions.c
8225                 Added support to pass only one message part (as a
8226                 file) to the command using '%p'. No quotes are needed
8227                 because doubles quotes are automatically added.
8228                 Fixed bug where Sylpheed could block when waiting for
8229                 a child process to finish.
8230                 Changed the help menu to remove quotes around symbols to 
8231                 avoid misinterpretation (they must not be used).
8232
8233 2002-03-27 [melvin]     0.7.4claws50
8234
8235         * src/inc.c
8236                 Made the new mail notification command always 
8237                 execute asynchronously.
8238
8239 2002-03-27 [paul]       0.7.4claws49
8240
8241         * src/compose.c
8242                 fix bug introduced in last commit
8243
8244 2002-03-27 [paul]       0.7.4claws48
8245
8246         * sync with 0.7.4cvs21
8247                 see ChangeLog 2002-03-26 and 2002-03-27
8248
8249 2002-03-26 [hoa]        0.7.4claws47
8250
8251         * src/prefs_folder_item.c
8252                 really fixed the bug #516442 with folder rescan.
8253
8254 2002-03-26 [paul]       0.7.4claws46
8255
8256         * sync with 0.7.4cvs19
8257                 see ChangeLog entries 2002-03-25 and 2002-03-26
8258
8259 2002-03-25 [hoa]        0.7.4claws45
8260
8261         * src/matcher.c
8262         * src/mh.c
8263                 fix the bug #516442 with folder rescan.
8264
8265         * src/prefs_common.[ch]
8266         * src/compose.c
8267                 added an option to enable two different behaviours
8268                 for bounce.
8269
8270
8271 2002-03-25 [paul]       0.7.4claws44
8272
8273         * src/mainwindow.c
8274           src/selective_download.c
8275                 correct a few menuitem labels
8276
8277 2002-03-25 [christoph]  0.7.4claws43
8278
8279         * src/procmsg.c
8280                 fix non deleted tmp message in
8281                 procmsg_save_to_outbox
8282                 fix problems caused by sync with
8283                 main branch's procmsg_send_queue
8284
8285 2002-03-25 [paul]       0.7.4claws42
8286
8287         * src/quote_fmt.c
8288           src/quote_fmt_lex.l
8289           src/quote_fmt_parse.y
8290                 add Last name (%L) placeholder for quoting. 
8291                 patch submitted by Thorsten Thielen 
8292                 <thth@users.sourceforge.net>
8293
8294 2002-03-25 [paul]       0.7.4claws41
8295
8296         * src/utils.c
8297                 get full hostname. patch submitted by
8298                 Bob Woodside <rwoodside1@comcast.net>
8299
8300 2002-03-25 [paul]       0.7.4claws40
8301
8302         * src/account.c
8303           src/news.c
8304           src/nntp.[ch]
8305           src/prefs_account.[ch]
8306                 enable NNTP over SSL. patch submitted by
8307                 Pascal Jermini <pascal@infinity.hn.org>
8308
8309 2002-03-24 [paul]       0.7.4claws39
8310
8311         * src/prefs_common.c
8312                 make the arrangement of the Compose tab more
8313                 coherent
8314
8315         * src/mainwindow.c
8316                 fix some irregularities of style
8317
8318         * po/de.po
8319                 updated by Kilian Krause
8320
8321 2002-03-23 [paul]       0.7.4claws38
8322
8323         * po/pt_BR.po
8324                 updated by Fabio Junior Beneditto
8325
8326 2002-03-23 [paul]       0.7.4claws37
8327
8328         * src/mainwindow.c
8329                 move 'Gather addresses' to 'Tools' menu
8330                 make 'Selective download' sensitive
8331
8332 2002-03-23 [paul]       0.7.4claws36
8333
8334         * sync with 0.7.4cvs16
8335                 see ChangeLog entries 2002-03-23
8336
8337 2002-03-22 [christoph]  0.7.4claws35
8338
8339         * src/quote_fmt_parse.y
8340                 fix include program output
8341
8342 2002-03-22 [alfons]     0.7.4claws34
8343
8344         * src/pop.c
8345                 initialize GDate stack variable correctly (sorry!)
8346
8347 2002-03-22 [paul]       0.7.4claws33
8348
8349         * src/compose.c
8350           src/mainwindow.c
8351           src/prefs_actions.c
8352           src/prefs_common.c
8353                 rename 'Tool' to 'Tools'
8354
8355         * src/mainwindow.c
8356                 move 'Delete duplicated messages' from
8357                 'Message/' to 'Tools/'
8358                 re-arrange the order of 'Tools/' items
8359
8360 2002-03-22 [paul]       0.7.4claws32
8361
8362         * src/addr_compl.c
8363           src/addressbook.[ch]
8364                 auto-address completion now also matches on
8365                 Nickname. patch submitted by Bob Forsman 
8366                 <hammor@users.sourceforge.net>
8367
8368         * src/editaddress.c
8369                 correct a spelling mistake
8370
8371 2002-03-22 [alfons]     0.7.4claws31
8372
8373         * src/pop.c
8374                 fix getting uidl from incorrect string 
8375                 (spotted by Colin)
8376
8377 2002-03-21 [alfons]     0.7.4claws30
8378
8379         * src/pop.c
8380                 more code refactoring
8381                 plug mem leak introduced by delete on server
8382
8383 2002-03-21 [paul]       0.7.4claws29
8384
8385         * sync with 0.7.4cvs11
8386                 see ChangeLog entries 2002-03-20
8387
8388 2002-03-20 [alfons]     0.7.4claws28
8389
8390         * src/inc.c
8391                 apply Colin's patch and refactor
8392
8393 2002-03-20 [paul]       0.7.4claws27
8394
8395         * sync with sylpheed 0.7.4cvs9
8396                 see ChangeLog entry 2002-03-20
8397
8398 2002-03-19 [christoph]  0.7.4claws26
8399
8400         * src/mh.c
8401         * src/procmsg.[ch]
8402         * src/summaryview.c
8403                 revert changes for flag updates
8404                 (does not work correctly and no time to debug)
8405
8406 2002-03-20 [alfons]     0.7.4claws25
8407
8408         * src/pop.c
8409                 refactor should_delete() a little bit 
8410
8411 2002-03-19 [paul]       0.7.4claws24
8412
8413         * src/inc.[ch]
8414           src/pop.c
8415           src/prefs_account.[ch]
8416                 allow the user to leave downloaded mail on the 
8417                 server for n days. Patch submitted by Colin Leroy 
8418                 <colin@colino.net>
8419
8420 2002-02-19 [paul]       0.7.4claws23
8421
8422         * sync with sylpheed 0.7.4cvs8
8423                 see ChangeLog entries 2002-03-19
8424
8425 2002-03-18 [paul]       0.7.4claws22
8426
8427         * sync with sylpheed 0.7.4cvs6
8428                 see ChangeLog entry 2002-03-18
8429
8430 2002-03-18 [paul]       0.7.4claws21
8431
8432         * po/en_GB.po
8433                 add en_GB message catalogue
8434
8435         * src/mbox_folder.c
8436           src/prefs_account.c
8437           src/prefs_actions.c
8438                 correct a few spelling mistakes
8439
8440 2002-03-17 [alfons]     0.7.4claws20
8441
8442         * src/matcher.c
8443                 more stringent checks for NULL params when writing
8444                 filtering actions to a file
8445                 
8446 2002-03-17 [hoa]        0.7.3claws20
8447
8448         * src/news.c
8449                 fixed the count of new messages
8450
8451         * src/compose.c
8452                 fixed the "attachment properties" window
8453
8454 2002-03-17 [paul]       0.7.4claws19
8455
8456         * src/defs.h
8457           src/folder.h
8458           src/news.c
8459           src/prefs_account.[ch]
8460           src/procmsg.[ch]
8461           src/summaryview.c
8462                 automatically mark cross-posted messages as read 
8463                 and (optionally) give them a colour label
8464                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
8465                 
8466
8467 2002-03-17 [paul]       0.7.4claws18
8468
8469         * sync with sylpheed 0.7.4cvs5
8470                 see ChangeLog entry 2002-03-17
8471
8472 2002-03-17 [melvin]     0.7.4claws17
8473         
8474         * src/textview.c
8475                 Worked around a gtktext 'bug': when searching for 
8476                 a text in a long message it was scrolling slowly
8477                 line by line until it hit the searched text.
8478         * po/fr.po
8479                 Updated French translation
8480
8481 2002-03-17 [melvin]     0.7.4claws16
8482
8483         * src/mainwindow.c
8484         * src/compose.c
8485         * src/prefs_actions.c
8486                 Moved "Edit/Actions" to "Tool/Actions"
8487                 Made mainwindow/compose window sensitive as soon as
8488                 no child process is running anymore even if the io dialog
8489                 is open.
8490                 Fixed a struct being initialized with a non constant char*
8491
8492 2002-03-16 [christoph]  0.7.4claws15
8493
8494         * configure.in
8495                 add --with-compiler-flags option
8496                 (only for developer hacking)
8497         * src/mh.c
8498         * src/procmsg.[ch]
8499         * src/summaryview.c
8500                 try to make folder-stats and flag handling more
8501                 independent from the summaryview. msgcounts
8502                 are only set when the folder is opened and
8503                 procmsg_msginfo_(un)set_flags will handle it
8504                 later and summaryview will get the values
8505                 from the folder.
8506
8507 2002-03-16 [paul]       0.7.4claws14
8508
8509         * src/messageview.c
8510                 fix Return-receipt. Patch submitted by Bob
8511                 Woodside <rwoodside1@comcast.net>
8512
8513 2002-03-16 [paul]       0.7.4claws13
8514
8515         * src/compose.c
8516                 fix 'dynamic' signatures, make it work again
8517                 broken during sync on 2002-03-14 (0.7.4claws2)
8518
8519 2002-03-15 [match]      0.7.4claws12
8520
8521         * src/addrharvest.[ch]
8522         * src/addrgather.[ch]
8523         * src/addressbook.[ch]
8524         * src/mainwindow.c
8525                 included address harvester feature. still some
8526                 issues with address parsing that I will fix.
8527
8528 2002-03-15 [match]      0.7.4claws11
8529
8530         * src/addrbook.[ch]
8531         * src/addrcache.[ch]
8532         * src/addressbook.[ch]
8533         * src/addrindex.c
8534         * src/editbook.c
8535         * src/importldif.c
8536         * src/importmutt.c
8537         * src/jpilot.[ch]
8538         * src/main.c
8539         * src/syldap.[ch]
8540         * src/vcard.[ch]
8541                 tidy up. fix memory leaks. moved attribs and methods
8542                 from individual interfaces to addrcache object. prep
8543                 for new stuff to come in.
8544
8545 2002-03-15 [alfons]     0.7.4claws10
8546
8547         * src/matcher.[ch]
8548         * src/matcher_parser_parse.y
8549         * src/matcher_parser_lex.l
8550         * src/prefs_matcher.c
8551                 add filtering conditions message greater than, smaller 
8552                 than, and exactly matching a size in bytes
8553                 (does not work with delete from POP3 server yet)
8554
8555                 this should also give others an idea what you should
8556                 do to add new criterions to claws filtering system
8557                 
8558
8559 2002-03-15 [paul]       0.7.4claws9
8560
8561         * tools/filter_conv.pl
8562                 exit if there are no filter rules to convert
8563                 rename filterrc to filterrc.old after completion
8564
8565 2002-03-15 [paul]       0.7.4claws8
8566
8567         * sync with sylpheed 0.7.4cvs3
8568                 see ChangeLog entry 2002-03-14
8569
8570 2002-03-14 [paul]       0.7.4claws7
8571
8572         * src/compose.c
8573                 clean up the last commit (ahem)
8574
8575 2002-03-14 [paul]       0.7.4claws6
8576
8577         * src/compose.c
8578                 fix bug #515655. honour account preferences
8579                 regarding gpg default signing/encryption when 
8580                 changing account from the compose window.
8581
8582 2002-03-14 [paul]       0.7.4claws5
8583
8584         * src/folderview.c
8585                 remove unnecessary curly brackets
8586
8587 2002-03-14 [paul]       0.7.4claws4
8588
8589         * src/folderview.c
8590           src/prefs_filtering.[ch]
8591                 add filter rename on folder rename and filter
8592                 delete on folder delete. Patch submitted by
8593                 Neill Miller <neillm@thecodefactory.org> 
8594
8595 2002-03-14 [christoph]  0.7.4claws3
8596
8597         * src/procmsg.c
8598         * src/send.c
8599                 fix local delivery
8600                 (patch submitted by "Simon 'corecode' Schubert")
8601         * src/prefs_common.c
8602         * src/procmsg.c
8603                 fix gcc 3.0 warning
8604
8605 2002-03-14 [paul]       0.7.4claws2
8606
8607         * sync with sylpheed 0.7.4cvs2
8608                 see ChangeLog entry 2002-03-13
8609
8610 2002-03-12 [darko]      0.7.4claws1
8611
8612         * src/mainwindow.c
8613                 fix what seems to be a copy and paste error
8614                 when setting color for important messages
8615                 (reported by wwp)
8616
8617 2002-03-11 [paul]       version 0.7.4claws released
8618
8619 2002-03-11 [paul]       0.7.4claws
8620
8621         * po/es.po
8622           po/it.po
8623           po/nl.po
8624           po/pt_BR.po
8625                 update message catalogs. Submitted by Ricardo Mones 
8626                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
8627                 Fabio Junior Beneditto
8628
8629         * configure.in
8630           faq/Makefile.am
8631           faq/it/Makefile
8632           faq/it/sylpheed-faq*
8633           src/mainwindow.c
8634           src/manual.[ch]
8635                 add FAQ in Italian
8636         
8637
8638 2002-03-11 [jens]       0.7.3claws7
8639
8640         * po/de.po
8641                 updated German translation
8642
8643 2002-03-11 [melvin]     0.7.3claws6
8644
8645         * po/fr.po
8646                 updated and corrected French translation
8647
8648 2002-03-10 [hoa]        0.7.3claws5
8649
8650         * src/account.c
8651         * src/inc.c
8652         * src/prefs_account.c
8653         * src/procmsg.c
8654         * src/send.[ch]
8655                 fixed the local account.
8656                 you have to change the default "/usr/sbin/sendmail"
8657                 to "/usr/sbin/sendmail -t" in the preferences of
8658                 the local account.
8659
8660         * src/procmime.c
8661                 removed some debug display for renderer
8662
8663 2002-03-10 [paul]       0.7.3claws4
8664
8665         * faq/en/sylpheed-faq-1.html
8666           faq/en/sylpheed-faq-2.html
8667                 update
8668
8669 2002-03-09 [paul]       0.7.3claws3
8670
8671         * sync with sylpheed 0.7.4
8672                 see ChangeLog entry 2002-03-09
8673
8674 2002-03-08 [paul]       0.7.3claws2
8675
8676         * faq/en/sylpheed-faq*
8677           faq/es/sylpheed-faq*
8678           faq/fr/sylpheed-faq*
8679                 update the FAQs
8680
8681         * manual/fr/.cvsignore
8682           manual/fr/Makefilea.am
8683           manual/fr/sylpheed*
8684           src/mainwindow.c
8685           src/manual.[ch]
8686                 add the French manual
8687
8688 2002-03-07 [paul]       0.7.3claws1
8689
8690         * sync with sylpheed 0.7.3cvs4
8691                 see ChangeLog entries  2002-03-06 and 2002-03-07
8692         
8693         * po/nl.po
8694                 updated by Wilbert Berendsen
8695
8696 2002-03-07 [melvin]     0.7.2claws34
8697
8698         * src/selective_download.c
8699                 Changed the pixmap of the receive button to MAIL_RECEIVE.
8700
8701 2002-03-06 [paul]       0.7.2claws33
8702
8703         * sync with sylpheed 0.7.3cvs1
8704                 bug fix, see ChangeLog entry 2002-03-05
8705
8706 2002-03-05 [paul]       0.7.2claws32
8707
8708         * src/mimeview.c
8709           src/pgptext.[ch]
8710           src/procmsg.c
8711                 reverse the pgp ascii-armored code implemented in 
8712                 0.7.2claws16. removal of this code until it matures.
8713                 this means that verifying ascii-armored pgp sigs and
8714                 automatic decryption of ascii-armored encrypted
8715                 messages no longer works.
8716
8717 2002-03-05 [paul]       0.7.2claws31
8718
8719         * configure.in
8720           Makefile.am
8721         * faq/Makefile.am
8722         * faq/en/Makefile.am
8723           faq/en/sylpheed-faq.html
8724           faq/en/sylpheed-faq-1.html
8725           faq/en/sylpheed-faq-2.html
8726           faq/en/sylpheed-faq-3.html
8727         * faq/es/Makefile.am
8728           faq/es/sylpheed-faq.html
8729           faq/es/sylpheed-faq-1.html
8730           faq/es/sylpheed-faq-2.html
8731           faq/es/sylpheed-faq-3.html
8732           faq/es/sylpheed-faq-4.html
8733         * faq/fr/Makefile.am
8734           faq/fr/sylpheed-faq.html
8735           faq/fr/sylpheed-faq-1.html
8736           faq/fr/sylpheed-faq-2.html
8737           faq/fr/sylpheed-faq-3.html
8738         * src/Makefile.am
8739           src/defs.h
8740           src/mainwindow.c
8741           src/manual.[ch]
8742                 add FAQs in English, Spanish and French
8743
8744
8745 2002-03-05 [paul]       0.7.2claws30
8746
8747         * manual/en/sylpheed.html
8748           manual/en/sylpheed-XX.html
8749                 updated the English manual
8750
8751 2002-03-05 [hoa]        
8752
8753         * src/summaryview.c
8754                 dialog box pops up if the article can't be deleted.
8755
8756 2002-03-04 [paul]       
8757         
8758         * po/pt_BR.po
8759                 updated by Fabio Junior Benedito
8760
8761 2002-03-04 [hoa]
8762
8763         * removed ac/gpgme.m4
8764                 to avoid autogen common problem
8765                 developers have to install gpgme development package now
8766
8767         * src/compose.c
8768                 encoding to 7bit or 8bit is enabled.
8769
8770 2002-03-03 [alfons]     0.7.2claws29
8771
8772         * src/pop.c
8773                 merge fix by Oliver Haertel for selective
8774                 download buglet
8775
8776 2002-03-03 [paul]       0.7.2claws28
8777         
8778         * sync with sylpheed 0.7.3
8779
8780 2002-03-03 [paul]       0.7.2claws27
8781
8782         * sync with sylpheed 0.7.2cvs24
8783                 see ChangeLog entries 2002-03-02 and 2002-03-03
8784
8785 2002-03-02 [melvin]     0.7.2claws26
8786
8787         * src/inc.[ch]
8788         * src/main.c
8789         * src/mainwindow.c
8790         * src/prefs_common.[ch]
8791                 Added user definable notification on new mail arrival.
8792                 Removed unused variables in spell checker prefs code.
8793
8794 2002-03-02 [melvin]     0.7.2claws25
8795
8796         * src/quote_fmt.c
8797                 Removed unnecessary escape sequences.
8798                 Changed 'Initial...' to 'Initials of Sender'
8799
8800 2002-03-02 [paul]       0.7.2claws24
8801
8802         * sync with sylpheed 0.7.2cvs22
8803                 see ChangeLog entry 2002-03-01
8804
8805 2002-03-01 [hoa]        0.7.2claws23
8806
8807         * src/mainwindow.c
8808                 Set sensitivity of delete actions to active
8809                 even if the folder is a newsgroup.
8810
8811         * src/summaryview.c
8812                 - Set sensitivity of delete actions
8813                 - Added function check_permission() that will check if the
8814                   user is authorized to delete a message. For news, it
8815                   will check if the author is the same.
8816                 - Enabled deletion when there is no trash folder.
8817
8818         * src/news.[ch]
8819                 - Added news_cancel_article() to cancel articles
8820                 - Implemented news_remove_message() (public function)
8821
8822 2002-03-01 [paul]       0.7.2claws22
8823
8824         * src/gtkutils.c
8825           src/textview.c
8826                 recognise urls that that don't include 'http://' and
8827                 simply begin 'www.' 
8828
8829         * AUTHORS
8830                 remove duplicated name
8831
8832 2002-02-28 [paul]       0.7.2claws21
8833
8834         * src/mainwindow.c
8835           src/summaryview.[ch]
8836                 add ability to 'Select thread'
8837                 combines Melvin's "Select thread's head" patch (#510907)
8838                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
8839                 patch (#518514) 
8840
8841 2002-02-28 [paul]       0.7.2claws20
8842
8843         * src/mimeview.c
8844                 hopefully fix segfault on right-clicking a mime part
8845                 that some people have experienced.      
8846                 fix submitted by Fredrik Olofsson <frol@linux.nu>
8847
8848 2002-02-28 [paul]       0.7.2claws19
8849
8850         * sync with sylpheed 0.7.2cvs21
8851                 see ChangeLog entries 2002-02-27 and 2002-02-28
8852
8853 2002-02-27 [paul]       0.7.2claws18
8854
8855         * sync with sylpheed 0.7.2cvs18
8856                 see ChangeLog entries 2002-02-26 and 2002-02-27
8857
8858 2002-02-26 [alfons]     0.7.2claws17
8859
8860         * src/procheader.c
8861                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
8862                 (spotted by Chris Hessman <idatech@gmx.net>)
8863
8864 2002-02-26 [paul]       0.7.2claws16
8865
8866         * src/mimeview.c
8867           src/pgptext.[ch]
8868           src/procmsg.c
8869                 make decryption of ascii-armored pgp encrypted messages
8870                 and verification of ascii-armored signatures work again.
8871                 slightly altered from the patch by Jens Jahnke 
8872                 <jan0sch@gmx.net>
8873
8874                 ##FIX ME##
8875                 * the checking of plaintext signatures always comes up in 
8876                   a popup box
8877                 * it doesn't work for multipart messages 
8878                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
8879                   including the msg headers and these 2 line themselves, are 
8880                   not displayed
8881
8882         * src/mainwindow.c
8883                 "View/Folder Tree" becomes "View/Separate Folder Tree"
8884                 "View/Message View" becomes "View/Separate Message View"
8885                 because its less ambiguous.
8886
8887         * po/es.po
8888                 updated by Ricardo Mones Lastra
8889
8890 2002-02-26 [paul]       0.7.2claws15
8891
8892         * sync with sylpheed 0.7.2cvs17
8893                 see ChangeLog entries 2002-02-25 and 2002-02-26
8894
8895 2002-02-25 [christoph]  0.7.2claws14
8896
8897         * src/filtering.[ch]
8898         * src/inc.c
8899                 do filtering stuff after all messages have been received
8900                   1. drop all messages to .processing
8901                   2. scan processing folder for messages
8902                   3. filter messages or move to inbox
8903                 this will also find old messages left in processing after
8904                 a crash or something like that and we get a real msginfo
8905                 from folder->get_msg_list and do not have to create our
8906                 own in filter_message
8907         * src/matcher_parser_parse.y
8908                 remove MIX/MAX warning (reordered includes)
8909
8910 2002-02-25 [paul]       0.7.2claws13
8911
8912         * sync with sylpheed 0.7.2cvs15
8913                 see ChangeLog entry 2002-02-24
8914
8915 2002-02-24 [alfons]     0.7.2claws12
8916
8917         * src/filtering.c
8918                 clear old color flags first when applying a new color to
8919                 a message info. 
8920                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
8921
8922 2002-02-24 [alfons]     0.7.2.claws11
8923         
8924         * AUTHORS
8925         * src/prefs_common.c
8926                 add presets for Opera and Konqueror, closes patch #517261,
8927                 submitted by Ville Skyttä <scop@users.sourceforge.net>
8928
8929 2002-02-24 [alfons]     0.7.2.claws10
8930
8931         * AUTHORS
8932         * src/summaryview.c
8933                 fix threading for null message ids, closes patch #521601,
8934                 submitted by Bob Forsman <hammor@users.sourceforge.net>
8935
8936 2002-02-24 [alfons]     0.7.2claws9
8937
8938         * src/summaryview.c
8939         * src/filtering.c
8940                 make Tool | Filter Message work with filtering system so
8941                 setting flags also works
8942
8943                 TODO:
8944
8945                 - Processing uses the same function as Tool | Filter
8946                   Message, but doesn't use the same update proc yet
8947
8948 2002-02-23 [paul]       0.7.2claws8
8949
8950         * sync with sylpheed 0.7.2cvs14
8951                 see ChangeLog entries 2002-02-22 and 2002-02-23
8952
8953 2002-02-22 [christoph]  0.7.2claws7
8954
8955         * src/quote_fmt.c
8956                 Add column space to table
8957         * src/quote_fmt_parse.y
8958                 Close files
8959
8960 2002-02-22 [paul]       0.7.2claws6
8961
8962         * src/Makefile.am
8963           src/defs.h
8964           src/filtering.c
8965           src/inc.[ch]
8966           src/mainwindow.c
8967           src/matcher.[ch]
8968           src/matcher_parser_lex.l
8969           src/matcher_parser_parse.y
8970           src/pop.[ch]
8971           src/prefs_account.h
8972           src/prefs_filtering.c
8973           src/selective_download.[ch]   *** NEW FILES ***
8974           src/utils.[ch]
8975           po/POTFILES.in
8976                 Selective Download added to 'Tool' menu. 
8977                 Retrieves email headers of the currently selected pop3 
8978                 account and allows the user to mark emails for deletion 
8979                 right on the pop3 server. Patch submitted by Oliver Haertel 
8980                 <oha@users.sourceforge.net>.
8981         
8982         * po/POTFILES.in
8983                 add 'src/quote_fmt.c'           
8984
8985 2002-02-22 [christoph]  0.7.2claws5
8986
8987         * src/Makefile.am
8988                 added quote_fmt.c
8989         * src/prefs_common.[ch]
8990         * src/prefs_template.c
8991         * src/quote_fmt.c               *** NEW FILE ***
8992         * src/quote_fmt.h
8993                 move quote format symbol description code
8994                 to it's own file because it is used from
8995                 differnent code parts
8996                 Rewrote symbol description GUI
8997                   + use table
8998                   + add separators
8999                   + get data from array (no more long constant strings)
9000         * src/quote_fmt_lex.l
9001         * src/quote_fmt_parse.y
9002                 Symbol for Literal % changed to \% instead of %%
9003                 (More logical as \ is used for quoting for other symbols)
9004                 Add |f and |p to include files and program output
9005                 Examples:
9006                     |f{/home/.../.signature}
9007                     |p{date}
9008         * po/de.po
9009                 Correct wrong spelling for "Referenzen"
9010
9011 2002-02-21 [paul]       0.7.2claws4
9012
9013         * src/procmsg.c
9014                 forgotten during sync
9015
9016 2002-02-21 [paul]       0.7.2claws3
9017
9018         * sync with sylpheed 0.7.2cvs11
9019                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9020                 2002-02-20 and 2002-02-21
9021
9022 2002-02-20 [melvin]     0.7.2claws2
9023
9024         * src/prefs_actions.c
9025                 Added error report when child cannot fork or when execvp 
9026                 returns with an error.
9027
9028 2002-02-19 [christoph]  0.7.2claws1
9029
9030         * src/codeconv.c
9031                 return unconverted text if conde conversion is not possible
9032                 when libjconv is used.
9033                 (patch submitted by "Simon 'corecode' Schubert")
9034
9035 2002-02-19 [paul]       
9036
9037         * version 0.7.2claws release
9038
9039 2002-02-19 [paul]       0.7.2claws
9040
9041         * po/nl.po
9042                 updated by Wilbert Berendsen
9043
9044
9045 2002-02-18 [alfons]     0.7.1claws13
9046
9047         * src/syldap.c
9048         * src/jpilot.c
9049                 remove references to dlfcn and explicitly loading functions
9050                 from dynalink libs, because libs linked anyway, and functions
9051                 are loaded explicitly
9052
9053 2002-02-17 [melvin]     0.7.1claws12
9054
9055         * src/prefs_actions.c
9056                 Replaced children wait loop with double fork technique.
9057                 Now, input/output window updated at each new output.
9058                 free_children(): Fixed a memory leak.
9059                 Made input/output window non closable if running children
9060                 still exist.
9061                 Added missing <unistd.h> include.
9062                 Added some --debug outputs.
9063
9064 2002-02-17 [melvin]     0.7.1claws11
9065
9066         * src/summaryview.c
9067                 Fixed bug where descending sort order did not select top
9068                 message.
9069
9070 2002-02-17 [melvin]     0.7.1claws10
9071
9072         * acconfig.h
9073                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9074         * src/prefs_common.c
9075                 Pspell data package directory no more hard coded but
9076                 set during configuration (PSPELL_PATH). (Thanks to 
9077                                 Gustavo Noronha Silva.)
9078
9079 2002-02-17 [melvin]     0.7.1claws9
9080
9081         * configure.in
9082                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9083         * src/gtkspell.c
9084                 Fixed compile-time warnings.
9085
9086 2002-02-16 [alfons]     0.7.1claws8
9087
9088         * src/filesel.c
9089                 fix inadvertent free of NULL pointer which caused
9090                 sylpheed to crash when closing the save-as dialog
9091                 using the window close button
9092
9093 2002-02-16 [carsten]    0.7.1claws7
9094         * src/mainwindow.[ch]
9095           src/summaryview.c
9096           src/prefs_common.c
9097                 fixes for pixmap theming code:
9098                         - recently changed mail attributes shouldn't get
9099                           lost any longer
9100                         - theme is only reloaded iff another theme was
9101                           selected
9102
9103 2002-02-16 [paul]       0.7.1claws6
9104
9105         * sync with sylpheed 0.7.2 release
9106                 see ChangeLog entry 2002-02-15 and 2002-02-16
9107
9108 2002-02-15 [paul]       0.7.1claws5
9109
9110         * sync with sylpheed 0.7.1cvs9
9111                 see ChangeLog entry 2002-02-15
9112
9113         * po/POTFILES.in
9114                 remove unneeded headerwindow.c entry
9115
9116 2002-02-14 [carsten]    0.7.1claws4
9117         * src/summaryview.c
9118                 fixed a bug for "Go to next unread message": there was
9119                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9120                 in the prefs, because of doing "Search again" instead
9121                 "No"
9122
9123 2002-02-14 [carsten]    0.7.1claws3
9124         * src/stock_pixmap.c
9125                 removed 2 more mem leaks; following memprof,
9126                 this code is "leak free" now :)
9127
9128 2002-02-14 [carsten]    0.7.1claws2
9129         * src/stock_pixmap.c
9130                 used opendir/readdir/closedir instead of scandir
9131                 -> code should work now on Solaris
9132
9133 2002-02-14 [paul]       0.7.1claws1
9134
9135         * sync with sylpheed 0.7.1cvs8
9136                 see ChangeLog entries 2002-02-13 and 2002-02-14
9137
9138         * README.claws
9139                 add some description of Actions and Pixmap Themes
9140
9141 2002-02-13 [paul]       
9142
9143         * version 0.7.1claws release
9144
9145 2002-02-13 [paul]       0.7.1claws
9146
9147         * po/es.po
9148           po/it.po
9149           po/pt_BR.po
9150                 updated translations, submitted by Ricardo Mones Lastra,
9151                 Alessandro Maestri and Fabio Junior Beneditto
9152
9153 2002-02-13 [melvin]     0.7.0claws75
9154
9155         * src/prefs_actions.c
9156                 Added missing "signal.h" include
9157
9158 2002-02-13 [melvin]     0.7.0claws74
9159
9160         * src/prefs_folder_item.c
9161                 Added missing "config.h" include
9162         * po/fr.po
9163                 Updated French translation for folder propriety.
9164
9165 2002-02-13 [jens]       0.7.0claws73
9166
9167         * po/POTFILES.in
9168                 Added missing src/prefs_folder_item.c [log added by melvin]
9169         * po/de.po
9170                 Updated German translation.
9171
9172 2002-02-13 [melvin]     0.7.0claws72
9173
9174         * po/fr.po
9175                 Updated French translation.
9176
9177 2002-02-13 [melvin]     0.7.0claws71
9178
9179         * src/gtkutils.c
9180                 Made gtkut_editable_get_selection return NULL if selection
9181                 is of length zero.
9182                 This fixes a bug where selecting part of message A then
9183                 switching to message B and replying to it will not
9184                 quote the message's body.
9185
9186 2002-02-12 [paul]       0.7.0claws70
9187
9188         * src/mainwindow.c
9189                 cosmetic, relating to pixmap themes: on toolbar make 
9190                 updating of 'Exec' and 'Compose news/Compose email'
9191                 icons faster.
9192
9193 2002-02-12 [carsten]    0.7.0claws69
9194         * src/folderview.c
9195           src/mainwindow.[ch]
9196           src/stock_pixmap.c
9197           src/summaryview.c
9198           src/prefs_common.c
9199                 - refreshing after changing pixmap theme better
9200                   now (thanks Paul)
9201                 - wanted to remove some mem leaks, but alfons was
9202                   faster (and had the better solution ;)
9203
9204 2002-02-12 [alfons]     0.7.0claws68
9205
9206         * src/prefs_common.c
9207         * src/stock_pixmap.[ch]
9208                 plug mem leaks, refactor code a little bit
9209
9210
9211 2002-02-12 [sergey]     0.7.0claws67
9212
9213         * src/imap.c
9214                 Fixed problem with copying messages to IMAP folders when the
9215                 server uses something other than '/' as a namespace separator
9216                 (cyrus-imapd uses '.').
9217
9218 2002-02-12 [jens]       0.7.0claws66
9219
9220         * po/de.po
9221                 Updated German Translation
9222
9223 2002-02-12 [paul]       0.7.0claws65
9224
9225         * sync with sylpheed 0.7.1cvs1
9226                 see ChangeLog entry 2002-02-12
9227
9228 2002-02-12 [melvin]     0.7.0claws64
9229
9230         * src/prefs_actions.c
9231                 Fixed "feature" where children's output was duplicated 
9232                 instead of refreshed while monitoring.
9233                 Removed some debug code.
9234
9235 2002-02-12 [christoph]  0.7.0claws63
9236
9237         * src/compose.c
9238                 always delete message from queue after sending/send error
9239                 (closes bug #509601)
9240
9241 2002-02-12 [melvin]     0.7.0claws62
9242
9243         * src/prefs_actions.c
9244                 Children wait loop is now triggered with a timeout of 1s
9245                 Added %F which is replaced with the list of filenames 
9246                 of all selected messages (as suggested by Ricardo Mones Lestra)
9247                 Pipe syntax changed. Prefix with | to send selection, postfix
9248                 with | to retrieve output. Prefix with > or * to send
9249                 user definable input to the command (*: input is hidden)
9250                 Old pipe action should now be postfixed with |, too.
9251
9252 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9253         * src/stock_pixmap.c
9254                 fixed a bug: if there's no theme directory don't
9255                 throw an error, just do "nothing" (thanks Alfons)
9256
9257 2002-02-12 [carsten]    0.7.0claws60
9258         * src/folderview.c
9259           src/summaryview.c
9260                 had to write the cache twice (nasty!); some marks would 
9261                 get lost if not
9262
9263 2002-02-11 [carsten]    0.7.0claws59
9264         * acconfig.h
9265           configure.in
9266           doc-src/maintainer_guide.txt
9267           src/compose.[ch]
9268           src/defs.h
9269           src/folderview.[ch]
9270           src/gtkutils.[ch]
9271           src/mainwindow.[ch]
9272           src/prefs_common.[ch]
9273           src/stock_pixmap.[ch]
9274           src/summaryview.[ch]
9275                 pixmap theming and related work on pixmap
9276                 handling on some other places
9277                 (e.g. hrm features for all folder)
9278           src/pixmap/stock_*.xpm -> the stock_ was removed
9279         
9280 2002-02-11 [paul]       0.7.0claws58
9281
9282         * sync with sylpheed 0.7.1 release
9283                 see ChangeLog entries 2002-02-11
9284
9285 2002-02-08 [paul]       0.7.0claws57
9286
9287         * sync with sylpheed 0.7.0cvs39
9288                 see ChangeLog entry 2002-02-07 (last entry) 
9289
9290         * src/prefs_actions.c
9291           src/prefs_filtering.c
9292           src/prefs_matcher.c
9293           src/prefs_scoring.c
9294                 sync: made it compile with C compilers other than gcc
9295
9296 2002-02-07 [paul]       0.7.0claws56
9297
9298         * sync with sylpheed 0.7.0cvs38
9299                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9300                 2002-02-07
9301
9302 2002-02-07 [darko]      0.7.0claws55
9303
9304         * src/gtkutils.[ch]
9305         * src/summaryview.c
9306                 Fix const gchar */gchar * issue (thanks Hiro)
9307
9308 2002-02-07 [darko]      0.7.0claws54
9309
9310         * src/compose.[ch]
9311         * src/filtering.c
9312         * src/gtkutils.[ch]
9313         * src/prefs_template.c
9314         * src/quote_fmt.h
9315         * src/quote_fmt_parse.y
9316         * src/summaryview.c
9317         * src/utils.[ch]
9318                 When replying or forwarding an email don't quote the entire
9319                 mail body but use the part of the message text that is selected
9320
9321 2002-02-06 [melvin]     0.7.0claws53
9322
9323         * src/prefs_common.[ch]
9324         * src/gtkspell.[ch]
9325         * src/compose.c
9326                 Made possible to switch quickly to last used dictionary
9327                 which makes checking bilingual documents easier.
9328
9329 2002-02-06 [melvin]     0.7.0claws52
9330         
9331         * po/POTFILES.in
9332                 Added forgotten new file src/prefs_actions.c
9333
9334 2002-02-06 [melvin]     0.7.0claws51
9335
9336         * src/prefs_actions.c   ** NEW FILE **
9337         * src/prefs_actions.h   ** NEW FILE **
9338                 Added actions to execute on message text view, or on the
9339                         message's file.
9340         * src/Makefile.am
9341                 Added src/prefs_actions.[ch]
9342         * src/compose.c
9343                 Added new menu "Edit/Actions"
9344         * src/defs.h
9345                 Added new actionsrc file.
9346         * src/main.c
9347                 Added actionsrc reading.
9348         * src/mainwindow.c
9349                 Added new menus "Edit/Actions" and "Configuration/Actions..."
9350         * src/prefs_common.h
9351                 Added new element actionslst element to prefs_common.
9352
9353 2002-02-06 [paul]       0.7.0claws50
9354
9355         * sync with sylpheed 0.7.0cvs36
9356                 see ChangeLog entry 2002-02-06
9357
9358 2002-02-05 [paul]
9359
9360         * po/es.po
9361                 updated by Ricardo Mones Lastra
9362
9363 2002-02-05 [paul]       0.7.0claws49
9364
9365         * sync with sylpheed 0.7.0cvs33
9366                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
9367
9368 2002-02-05 [paul]       0.7.0claws48
9369
9370         * src/compose.c
9371                 re-add 'Edit/Advanced/Delete entire line', previously named
9372                 'Delete Line+'
9373
9374 2002-02-04 [paul]       0.7.0claws47
9375
9376         * src/compose.c
9377           src/summaryview.c
9378                 fix bug #494993 (Reply All not taking Reply-To into consi)
9379                 eliminate differences in behaviour of right-click 'Reply to all' 
9380                 in summary view and 'Reply to all' on the toolbar. 
9381                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
9382                 view and From gets ignored by 'Reply to all' on toolbar.
9383                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
9384                 From when no Reply-To header is present.
9385
9386 2002-02-04 [paul]       0.7.0claws46
9387
9388         * sync with sylpheed 0.7.0cvs30
9389                 see ChangeLog entries 2002-02-03 and 2002-02-04
9390
9391 2002-02-03 [melvin]     0.7.0claws45
9392
9393         * src/gtkspell.[ch]
9394                 Readded function to highlight all misspelled words.
9395                 Fixed bug where user-provided-words did not replace
9396                         correctly the misspelled word when using the mouse.
9397                 Fixed bug where checking a region selected from right to left did
9398                         not check the region at all.
9399                 Fixed bug where 'Check backwards' may not check at all. 
9400                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
9401                 Fixed possible buffer overflow when checking for long strings (>1k).
9402                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
9403                 Accelerators code uses now gtk_widget_add_accel.
9404                 Removed and disabled obsolete and unfinished code.
9405                 Cleaning up.
9406
9407         * src/compose.c
9408                 Added menu item to Highlight all misspelled words.
9409
9410 2002-02-01 [paul]       0.7.0claws44
9411
9412         * src/mainwindow.c
9413                 fix '/View/Hide read messages' sensitivity when all
9414                 messages in a folder are hidden
9415
9416 2002-02-01 [paul]       0.7.0claws43
9417
9418         * src/main.c
9419                 add --send option to command line interface, sends all
9420                 queued mail. Patch submitted by Ricardo Mones Lastra.
9421
9422 2002-01-31 [paul]       0.7.0claws42
9423
9424         * src/mainwindow.c
9425                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
9426
9427 2002-01-31 [paul]       0.7.0claws41
9428
9429         * sync with sylpheed 0.7.0cvs27
9430                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
9431                 and 2002-01-31
9432
9433         * src/textview.c
9434                 comment out elements of textview_show_part() as temporary
9435                 workaround for attachment 'Display as text' bug 
9436
9437         * po/pt_BR.po
9438                 updated by Fabio Junior Beneditto
9439
9440 2002-01-30 [paul]       0.7.0claws40
9441
9442         * sync with sylpheed 0.7.0cvs24
9443                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
9444                 and 2002-01-30
9445
9446         * src/compose.c
9447                 add {N_("/_Spelling"), ... "<Branch>"} to 
9448                 GtkItemFactoryEntry compose_entries[]
9449
9450         * src/prefs_common.c
9451                 add claws menu items to prefs_keybind_apply_clicked()
9452                 and remove non-claws menu items
9453
9454 2002-01-29 [paul]       0.7.0claws39
9455
9456         * sync with sylpheed 0.7.0cvs22
9457                 see ChangeLog entries 2002-01-28 and 2002-01-29
9458
9459 2002-01-28 [melvin]     0.7.0claws38
9460
9461         * src/compose.c
9462                 Added the declartion of compose_send_control_enter.
9463
9464         * src/compose.c
9465         * src/gtkspell.[ch]
9466                 Added in a 'Spelling' menu which includes the configuration menu. 
9467                 Added a real 'Check all' and got rid from the old one which only
9468                 highlited misspelled word.
9469                 Made 'Check while typing' a disableable option.
9470                 Added a dialog when there are no more misspelled word.
9471                 Added a dialog if error occurs when switching to a dictionary.
9472         
9473         * src/prefs_common.[ch]
9474                 Added option for the default 'Check while typing' option.
9475
9476
9477 2002-01-28 [alfons]     0.7.0claws37
9478
9479         * src/compose.c
9480                 fix buglet and make code comply with sylpheed code style
9481
9482 2002-01-28 [paul]       0.7.0claws36
9483
9484         * sync with sylpheed 0.7.0cvs19
9485                 see ChangeLog entries for 2002-01-28
9486
9487 2002-01-28 [hoa]        0.7.0claws35
9488
9489         * src/defs.h
9490                 added rendererrc
9491
9492         * src/main.c
9493                 read the renderer config
9494
9495         * src/procmime.[ch]
9496                 use the renderer config to convert mime attachments
9497
9498         * src/textview.c
9499                 don't use textview_show_html/ertf,
9500                 use get_text_content instead
9501
9502 2002-01-27 [alfons]     0.7.0claws34
9503         
9504         * src/news.c
9505                 make sylpheed believe it can delete a news message...
9506                 (messages are NOT deleted, maybe we should remove
9507                 processing from the folder properties after all.)
9508
9509 2002-01-27 [alfons]     0.7.0claws33
9510
9511         * src/folder.c
9512                 add extra checks
9513         * src/news.c
9514                 implement remove_msg() 
9515
9516 2002-01-27 [alfons]     0.7.0claws32
9517
9518         * src/procmsg.h
9519         * src/procheader.c
9520         * src/messageview.c
9521                 fix return receipt / disposition notification again. this
9522                 stuff seems to break on _every_ major summary UI change, so
9523                 it's now implemented using a flag which is saved in the
9524                 marks cache
9525                 
9526 2002-01-26 [alfons]     0.7.0claws31
9527
9528         * src/import.c
9529                 let import dialog show the destination folder identifier
9530
9531 2002-01-26 [melvin]     0.7.0claws30
9532
9533         * src/folderview.c
9534         * src/summaryview.c
9535                 Readded 'Mark all read' into summary view popup menu
9536                 Added 'Mark all read' in folder view popup menu for IMAP
9537                 and NNTP.
9538                 Made it insensitive if the selected folder is not the shown
9539                 one to avoid 'Mark all read' on the wrong folder.
9540                 
9541 2002-01-26 [paul]       0.7.0claws29
9542
9543         * src/folderview.c
9544           src/summaryview.c
9545                 move 'Mark all read' from summary view to folder view
9546                 menu. (adapted from) patch submitted by Jeremy Andrews,
9547                 <lists@kerneltrap.com>
9548
9549 2002-01-25 [alfons]     0.7.0claws28
9550
9551         * src/gtkstext.c
9552                 put the gtk class name back so GtkSText adapts the 
9553                 settings of GtkText
9554
9555 2002-01-25 [alfons]     0.7.0claws27
9556
9557         * src/folderview.c 
9558                 assimilate Ricardo's patch that shows pixmaps instead of
9559                 plain "new" and "unread" texts in the folder view column
9560                 headers 
9561
9562 2002-01-25 [paul]       0.7.0claws26
9563
9564         * src/Makefile.am
9565                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
9566                 be found in non-standard locations. 
9567                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
9568
9569 2002-01-25 [paul]       0.7.0claws25
9570
9571         * sync with sylpheed 0.7.0cvs16
9572                 see ChangeLog entry 2002-01-25
9573
9574 2002-01-24 [paul]       0.7.0claws24
9575
9576         * more sync with sylpheed 0.7.0cvs15
9577                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
9578
9579 2002-01-23 [sergey]     0.7.0claws23
9580
9581         * src/importldif.c
9582                 Fixed segfault when closing LDIF import wizard with
9583                 the window manager.
9584         * src/imageview.c
9585         * src/imageview.h
9586         * src/messageview.c
9587         * src/mimeview.c
9588                 Fixed wrong scrolling position after switching between
9589                 text and image parts.
9590
9591 2002-01-23 [paul]       0.7.0claws22
9592
9593         * sync with sylpheed 0.7.0cvs15
9594                 see ChangeLog entries 2002-01-22 and 2002-01-23
9595
9596 2002-01-21 [melvin]     0.7.0claws21
9597
9598         * src/prefs_scoring.c
9599         * src/prefs_filtering.c
9600                 Fixed bug where scoring and filtering windows stopped
9601                 autochecking.
9602
9603 2002-01-21 [paul]       0.7.0claws20
9604
9605         * sync with sylpheed 0.7.0cvs12
9606                 see ChangeLog entries 2002-01-20 and 2002-01-21
9607
9608 2002-01-21 [carsten]    0.7.0claws19
9609         * src/mainwindow.c
9610         * src/menu.[ch]
9611         * src/messageview.[ch]
9612         * src/summaryview.[ch]
9613                 changes to shortcuts handling again:
9614                         + "Q" now controled by mainwin
9615                         + v/V are now customizable and have slightly
9616                           different meanings
9617                 the "button" to minimize the messageview (and maximize
9618                 the summary view) is a real button now
9619         * src/compose.c
9620                 "Delete Line+" added to Edit/Advanced (this will also
9621                 delete the '\n')
9622
9623 2002-01-20 [melvin] 0.7.0claws18
9624
9625         * src/addressbook.c
9626                 Made "Bcc" sensitive when addressbook is called from
9627                 compose window (it was a Claws only bug).
9628
9629 2002-01-19 [alfons] 0.7.0claws17
9630
9631         * src/inc.c
9632                 prevent unnecessary updates when currently selected folder has
9633                 no new messages 
9634
9635 2002-01-19 [alfons] 0.7.0claws16
9636         
9637         * src/summaryview.c
9638                 prevent writing the cache based on current message list in summary 
9639                 view when filtering also put messages in currently selected folder
9640
9641 2002-01-19 [paul]
9642
9643         * po/it.po
9644                 Italian translation submitted by Alessandro Maestri
9645                 <a.maestri@cs.tin.it>
9646
9647 2002-01-18 [melvin]     0.7.0claws15
9648
9649         * src/prefs_filters.c
9650                 fixed bug where 'cancel' from 'filters' window stops autochecking
9651                 if the timer timed out  when the window was open.
9652
9653 2002-01-18 [match]      0.7.0claws14
9654
9655         * src/addrclip.[ch]     ** NEW FILE **
9656         * src/addrselect.[ch]   ** NEW FILE **
9657         * src/adbookbase.h      ** NEW FILE **
9658                 addressbook cut, copy and paste
9659         * src/addrbook.[ch]
9660         * src/addrcache.[ch]
9661         * src/addressitem.h
9662         * src/addrindex.[ch]
9663         * src/addritem.[ch]
9664         * src/importldif.c
9665         * src/importmutt.c
9666         * src/jpilot.[ch]
9667         * src/syldap.[ch]
9668         * src/vcard.[ch]
9669         * src/jpilot.[ch]
9670         * src/editbook.c
9671         * src/editjpilot.c
9672         * src/editldap.c
9673         * src/editvcard.c
9674                 support for copy/paste
9675         * src/addressbook.c
9676                 support for copy/paste
9677                 tidy up menu option processing
9678                 correct address list function arguments
9679         * src/editaddress.c
9680                 sort user attributes
9681         * src/ldif.h
9682         * src/mutt.h
9683                 tidy up
9684
9685         * src/addrbook.[ch]
9686         * src/addrbook.[ch]
9687         * src/addrbook.[ch]
9688                 
9689
9690 2002-01-18 [paul]       0.7.0claws13
9691
9692         * sync with sylpheed 0.7.0cvs8
9693                 configure.in: support Mac OS X (Darwin)
9694
9695 2002-01-18 [carsten]    0.7.0claws12
9696         * src/html.c
9697                 small hack to fix a segfault with an empty href
9698                 (reported by Alexandra Walford <deeni@altern.org>)
9699         * src/mainwindow.c
9700         * src/summaryview.c
9701                 the shortcuts for Mark und Mark as unread are hardcoded
9702                 again
9703         * src/compose.c
9704         * src/gtkstext.[ch]
9705                 readded the shortcuts in gtkstext but made them
9706                 customizeable (simply by adding a menu plus a wrapper
9707                 to compose.c)
9708
9709 2002-01-17 [melvin]     0.7.0claws11
9710
9711         * src/gtkspell.c
9712                 fix default dictionary not being saved.
9713
9714 2002-01-16 [darko]      0.7.0claws10
9715
9716         * src/compose.c
9717                 fix wrapping crash with URL longer than wrapping margin
9718
9719 2002-12-08 [hoa]        0.7.0claws10
9720
9721         * src/matcher_parser_parse.y
9722                 fixed some bugs
9723
9724         * src/prefs_filtering.c
9725                 now, we can use bounce action in the dialog box.
9726
9727 2002-01-16 [carsten]    0.7.0claws9
9728         * src/gtkstext.c
9729                 removed the <control> and <alt> shortcuts because they're
9730                 not needed and interefered with the "normal" shortcuts
9731         * src/mainwindow.c
9732         * src/summaryview.c
9733                 removed most of the hardcoded shortcuts and assigned
9734                 them to menu entries making them easy customizable by
9735                 that
9736
9737 2002-01-16 |melvin]     0.7.0claws8
9738
9739         * src/gtkspell.c
9740                 fixed bug where using the mouse and when the compose
9741                 window is not on top may result in a crash.
9742
9743 2002-01-16 [melvin]     0.7.0claws7
9744
9745         * src/compose.c
9746                 fixed a long standingspell checker bug which could 
9747                 cause a crash after sending a message.
9748
9749 2002-01-16 [paul]       0.7.0claws6
9750
9751         * sync with sylpheed 0.7.0cvs7
9752                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
9753                 2002-01-15, and 2002-01-16
9754
9755 2002-01-16 [melvin]     0.7.0claws5
9756
9757         * README.claws
9758         * src/compose.c
9759         * src/gtkspell.[ch]
9760         * src/main.c
9761                 Heavily modified spell checker code to work around
9762                 ispell bug, to add keyboard shortcuts and for future
9763                 enhancements. See README.claws for usage information.
9764
9765 2002-01-15 [alfons]     0.7.0claws4
9766         
9767         * src/summaryview.c
9768                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
9769                 so sorting within threads reflects sort mode
9770
9771 2002-01-15 [christoph]  0.7.0claws3
9772
9773         * src/procmsg.c
9774                 added alertpanel if mail sending failed
9775
9776 2002-01-15 [alfons]     0.7.0claws2
9777         
9778         * src/prefs_filtering.c
9779                 don't stop timer when prefs filtering dialog is opened
9780
9781 2002-01-14 [alfons]     0.7.0claws1
9782
9783         * src/addr_compl.c
9784         * src/prefs.c
9785                 remove debug_print()s for privacy reasons
9786
9787 2002-01-14 [darko]      0.7.0claws
9788
9789         * README.claws
9790                 quotation wrapping is now also in the main branch
9791
9792 2002-01-14 [paul]
9793
9794         * tools/filter_conv.pl
9795                 allow for Boolean Op and case-sensitivity
9796                 this file is included in the release and tagged
9797                 'rel_0_7_0'
9798
9799 2002-01-13 [paul]       0.7.0claws
9800
9801         * release 0.7.0, with cvs tag 'rel_0_7_0'
9802
9803 2002-01-13 [paul]
9804
9805         * tools/filter_conv.pl
9806         * tools/README
9807                 rewritten to output to matcherrc instead of filteringrc
9808
9809         * po/es.po
9810                 updated Spanish translation by Ricardo Mones Lastra
9811
9812 2002-01-13 [alfons]
9813
9814         * po/nl.po
9815                 update dutch translation
9816
9817 2002-01-13 [paul]
9818
9819         * po/pt_BR.po
9820                 Updated by Fabio Junior Beneditto 
9821
9822 2002-01-13 [melvin]     0.6.6claws53
9823
9824         * po/fr.po
9825                 Updated french translation
9826
9827 2002-01-12 [alfons]     0.6.6claws52
9828
9829         * src/filtering.c
9830                 plug mem leak that has been sitting there for ages              
9831
9832 2002-01-12 [alfons]     0.6.6claws51
9833
9834         * src/summaryview.c
9835                 undo melvin's changes from 0.6.6claws48 because summary
9836                 view now refuses to select first unread message when
9837                 selecting a folder 
9838
9839 2002-01-11 [alfons]     0.6.6claws50
9840
9841         * src/import.c
9842                 use claws' semantics for getting folder item when
9843                 importing an mbox file into a folder 
9844                 (submitted by Dale P. Smith)
9845
9846 2002-01-11 [christoph]  0.6.6claws49
9847
9848         * src/prefs.h
9849                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
9850                 toggle widget, because non static prefs can not use
9851                 prefs_set_* functions
9852         * src/prefs_account.c
9853                 toggle smtp auth password field sensitivity if
9854                 user id is empty and add descrition of usage for
9855                 these fields
9856         * src/prefs_folder_item.c
9857                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
9858                 callbacks
9859
9860 2002-01-11 [melvin]     0.6.6claws48
9861
9862         * src/compose.c
9863                 fix the 'Ctrl-Enter' feature for sending and test really
9864                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
9865                 editables which was not documented in Gtk)
9866
9867         * src/summaryview.c
9868                 Made summaryview refresh after sorting and not before.
9869
9870 2002-01-11 [christoph]  0.6.6claws47
9871
9872         * src/compose.c
9873                 select account from account ids if possible and
9874                 correctly set save folder for copy in reedit
9875
9876 2002-01-10 [paul]       0.6.6claws46
9877
9878         * sync with sylpheed 0.7.0 release
9879                 see ChangeLog entries 2002-01-07, 2002-01-08 and
9880                 2002-01-09
9881
9882 2002-01-09 [alfons]
9883
9884         * src/summaryview.c
9885                 remove more dirt traces...
9886
9887 2002-01-09 [alfons]
9888         
9889         * src/summaryview.c
9890                 clean up some traces of my debugging stuff
9891
9892 2002-01-09 [alfons]     0.6.6claws45
9893
9894         * src/filtering.c
9895                 break up filteringprop_apply() in three separate pieces
9896                 so we can drop messages that failed processing in the
9897                 inbox
9898
9899         * src/summaryview.c
9900                 fix bug #469598 "no refresh of inbox after filter" which 
9901                 was introduced by the new summary view locking, and which 
9902                 prevented the summary view to update after a manual filter 
9903                 message. claw's filter message requires a summary_show().
9904                 (aargh, summary_show() again! :-)
9905                 
9906 2002-01-07 [alfons]     0.6.6claws44
9907
9908         * src/headerwindow.c
9909         * src/logwindow.c
9910         * src/messageview.c
9911         * src/sourcewindow.c
9912                 bring in Hiro's last 0.7.0 wm class fixes
9913
9914         * tools/sylprint.pl
9915                 bring in Ricardo's fix for sylprint script
9916
9917         * AUTHORS       
9918         * src/rfc2015.[ch]
9919         * src/prefs_common.[ch]
9920         * src/prefs_account.[ch]
9921         * src/compose.c
9922                 clean up account preference poison in rfc2015,
9923                 and preparation to fix double sign bug 
9924                 (patch submitted by Simon 'corecode' Schubert)
9925
9926 2002-01-07 [christoph]  0.6.6claws43
9927
9928         * src/mh.c
9929                 search for free message number, do not only rely
9930                 on last_num
9931         * src/send.c
9932                 fix smtp auth and use extra account information
9933                 if available, if not use pop3 data instead
9934                 (closes bug #500341)            
9935         * src/ssl.[ch]
9936                 match coding style
9937
9938 2002-01-06 [alfons]     0.6.6claws42
9939
9940         * src/mainwindow.c
9941                 try making the separate windows work again...
9942
9943 2002-01-06 [alfons]     0.6.6claws41
9944
9945         * src/mainwindow.c
9946                 adapt Hiro's separate window menu (to get rid of the funny
9947                 duplicate menu items), and make it work again
9948
9949 2002-01-06 [alfons]     0.6.6claws40
9950
9951         * tools/Makefile.am
9952         * tools/sylprint.rc
9953         * tools/sylprint.pl
9954         * tools/README.sylprint
9955                 add sylprint script for printing mails from Sylpheed
9956                 (contributed by Ricardo Mones Lastra)
9957
9958         * src/acount.c
9959                 clean up
9960
9961 2002-01-06 [melvin]     0.6.6claws39
9962
9963         * src/mainwindow.c
9964         * src/summaryview.c
9965                 Fixed crash introduced in 0.6.6claws38 by the menu
9966                 reorganisation (Hide read messages)
9967         
9968         * ChangeLog.claws 
9969                 Fixed typo (we are now in 2002, alfons ;) )
9970
9971 2002-01-05 [alfons]     0.6.6claws38
9972
9973         * sync with sylpheed 0.6.6cvs10-17
9974                 (last stuff marked as LAST_STABLE)
9975
9976 2002-01-04 [melvin]     0.6.6claws37
9977
9978         * src/account.c
9979                 Made account selection code use strcasestr again instead of
9980                 g_strcasecmp (fixes bug where reediting queued messages
9981                 did not select proper account reported by T. Link).
9982         
9983         * src/folderview.c
9984                 Fix bug where folder icons are not shown when 'hide read messages'
9985                 is on.
9986         
9987         * src/stock_pixmaps.[ch]
9988                 Added folder icons for 'hide read messages'.
9989         
9990         * src/compose.c
9991                 Fixed bug where 'Enter' in a header entry will send the message 
9992                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
9993
9994 2002-01-03 [melvin]     0.6.6claws36
9995         
9996         * src/prefs.[ch]
9997                 Added popup menu for common preferences and
9998                 account preferences (right click on tab displays
9999                                 a menu of all tabs.)
10000
10001 2002-01-02 [melvin]     0.6.6claws35
10002
10003         * src/gtkspell.[ch]
10004                 Made spelling code compatible with undo/redo feature.
10005                 Added creation of suggestion mode menu for the general
10006                         preferences.
10007         
10008         * src/prefs_common.[ch]
10009                 Added option menu for the speller's suggestion mode.
10010                 Added missing spaces in "..." buttons and made a "..."
10011                         button non translatable!
10012         
10013         * src/compose.c
10014                 Made speller use the default suggestion mode.
10015                 Hack to make it possible to choose 'CTRL-Enter' as a
10016                         shortcut for sending (and only for sending).
10017
10018         * src/prefs_folder_item.c
10019                 Changing subject simplification does not update cache 
10020                         anymore (because it is unnecessary).
10021                 Fixed bug where changing subject simplification updated the 
10022                         summaryview even when the viewed folder is not the
10023                         folder which properties are being changed. (E.g. 
10024                                         viewing folder A and changing
10025                                         the subject simplification of 
10026                                         folder B -not being viewed- updated the 
10027                                         summaryview of folder A with data of
10028                                         folder B). (Hope this is clear... )
10029
10030 2001-12-31 [alfons]     0.6.6claws34
10031         
10032         * src/ldif.c
10033         * src/mutt.c
10034                 fgetc() returns a signed integer which doesn't
10035                 fit in a char. so c truncates this to a char
10036                 but we may lose significant bits. i.e. we may
10037                 comparing 0xFF which may not be equal to -1
10038                 unless properly casted to signed char which
10039                 we won't do because fgetc() returns a signed
10040                 integer which doesn't fit in a char. so c 
10041                 truncates this to a char but we may lose 
10042                 significat bits. (you got the idea, thanks
10043                 to Gustavo Noronha Silva <kov@debian.org>
10044                 and the Debian folks!)
10045
10046 2001-12-30 [alfons]     0.6.6claws33
10047
10048         * src/prefs_common.c
10049                 add #ifdef USE_PSPELLs that Melvin forgot               
10050
10051 2001-12-30 [melvin]     0.6.6claws32
10052         
10053         * src/prefs_common.[ch]
10054                 Added configurable color for misspelled words.
10055
10056         * src/gtkspell.[ch]
10057                 Fixed bug of foreground text color (reported by David
10058                                 Mehrmann)
10059                 Added configurable color for misspelled words.
10060
10061 2001-12-30 [alfons]     0.6.6claws31
10062
10063         * src/folder.c
10064                 remove unnecessary things someone put there
10065
10066         * src/mh.c
10067         * src/folder.[ch]
10068                 make folder properties (like threading and sorting) persistent
10069                 (closes bug #497424 "rescan folder tree resets proprieties")
10070                 currently this is only for MH folders. 
10071
10072 2001-12-29 [melvin]     0.6.6claws30
10073
10074         * src/string_match.[ch]
10075                 Optimized a bit: regexp pattern buffer compiled only once, and
10076                   one subroutine call removed. Fixed ^ regexp search: Now, 
10077                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10078         
10079         * src/summaryview.c
10080                 Subject filtering changed to filter summary columns and
10081                   not directly the messages subject cache. The loss in 
10082                   performance is balanced by the improvement of string_match.
10083                 Added an alert panel if there is an error in the regexp.
10084
10085         * src/src/prefs_folder_item.h
10086                 Added a regexp pattern buffer.
10087
10088 2001-12-28 [alfons]     0.6.6claws29
10089
10090         * src/string_match.[ch]
10091                 clean up name space
10092                 allow compilation *BSD
10093
10094 2001-12-27 [alfons]     0.6.6claws28
10095
10096         * src/filter.c
10097                 sync the Hiro's bug fix for BSD
10098
10099 2001-12-27 [melvin]     0.6.6claws27
10100         
10101         * src/compose.c
10102                 Simplify focus to subject entry code.
10103
10104 2001-12-27 [darko]      0.6.6claws26
10105
10106         * src/filtering.c
10107         * src/mbox_folder.c
10108         * src/messageview.c
10109         * src/mh.c
10110         * src/procheader.[ch]
10111         * src/procmsg.h
10112         * src/stock_pixmap.[ch]
10113         * src/summaryview.c
10114                 Show key icon for encrypted mails in summary view
10115
10116         * src/pixmaps/clip.xpm
10117         * src/pixmaps/clipkey.xpm
10118         * src/pixmaps/key.xpm
10119                 New/modified icons for the above
10120
10121 2001-12-27 [melvin]     0.6.6claws25
10122
10123         * src/prefs_common.c
10124                 Put spell checker options in a separate tab to decrease
10125                 the Common Preferences window height.
10126
10127         * README.claws  
10128                 Update spell checker usage instruction about its options
10129                 location.
10130
10131 2001-12-27 [melvin]     0.6.6claws24
10132
10133         * src/compose.c
10134                 Changed subject entry widget position. Initial focus is
10135                 on the To header instead of the subject entry.
10136                 Creating a new header scrolls the header list to make the
10137                 created one visible. Nevertheless, when automatically filling
10138                 headers, the first one is shown.
10139                 A Tab key press in the last empty header entry zips the 
10140                 focus to the subject entry.
10141                 (I did not change the combo boxes, yet)
10142
10143 2001-12-26 [alfons]     0.6.6claws23
10144
10145         * src/prefs_account.c
10146         * src/inc.c
10147                 allow default inbox to reside in another mailbox (only
10148                 works for POP3 accounts)
10149
10150 2001-12-26 [alfons]     0.6.6claws22
10151         
10152         * src/textview.c
10153                 make reply-on-click work with the account of the selected folder
10154         * src/compose.c
10155                 put a fixme here to remind me to fix finding correct default
10156                 account for nested folders
10157
10158 2001-12-25 [alfons]     0.6.6claws21
10159
10160         * src/summaryview.c
10161                 make column headers display locked and mark pixmaps (idea by Melvin) 
10162                 fix bug by adding score and locked column type to sort array
10163
10164 2001-12-25 [alfons]     0.6.6claws20
10165         
10166         * src/summaryview.c
10167                 catch a *potentially* inadvertent write back of  
10168                 the message cache(s) introduced by 0.6.5claws37
10169
10170 2001-12-25 [christoph]  0.6.6claws19
10171
10172         * src/stock_pixmap.[ch]
10173         * src/summaryview.c
10174                 add ignore thread pixmap
10175                 (can someone draw a better icon for this?)
10176
10177 2001-12-24 [alfons]     0.6.6claws18
10178
10179         * src/prefs_folder_item.c
10180                 make address completion actually work for the
10181                 Default To address in the Folder Property dialog.
10182
10183 2001-12-24 [alfons]     0.6.6claws17
10184         
10185         * src/summaryview.c
10186                 use new style regexp for subject stripping 
10187                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10188
10189 2001-12-24 [darko]      0.6.6claws16
10190
10191         * src/pgptext.c
10192         * src/rfc2015.c
10193                 move GPG related informational messages to debug mode
10194
10195 2001-12-23 [alfons]     0.6.6claws15
10196
10197         * src/stock_pixmap.[ch]
10198         * src/summaryview.c
10199                 add the forgotten Claws' locked pixmap
10200
10201 2001-12-23 [alfons]     0.6.6claws14
10202
10203         * src/filesel.c
10204                 accept file name typed in entry in multi file
10205                 selector (patch submitted by Gustavo Noronha Silva 
10206                 <kov@debian.org>)
10207
10208 2001-12-23 [alfons]     0.6.6claws13
10209
10210         * src/prefs_filter.c
10211         * src/prefs_filtering.c
10212         * src/matcher.c
10213         * src/importmutt.c
10214                 clean up a little bit
10215         
10216         * src/string_match.c
10217                 validate input strings a little bit more
10218
10219 2001-12-23 [alfons]     0.6.6claws12
10220
10221         * src/Makefile.am
10222         * src/summaryview.c
10223         * src/string_match.[ch]         ** NEW **
10224         * src/folderview.[ch]
10225         * src/headerview.h
10226         * src/folder.[ch]
10227         * src/prefs_folder_item.[ch]
10228                 add subject simplification to strip out strings from
10229                 a subject line (esp. handy for mailing lists). 
10230                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10231                 but slightly changed things for better integration.)
10232
10233 2001-12-23 [alfons]     0.6.6claws11
10234
10235         * src/mainwindow.c
10236                 fix bug introduced by submission included in 0.6.5claws52.
10237                 ideally this submission should clean the trash if any trash
10238                 folder has a message. however, the hasTrash variable was
10239                 set to false whenever a trash folder was empty (discarding
10240                 a previously found *filled* trash folder.)
10241
10242                 also edited the code a little bit and made it more safe.
10243
10244 2001-12-22 [alfons]     0.6.6claws10
10245
10246         * src/imap.c
10247                 quick fix for Martin Pool's omission of an account
10248                 specific SSL setting
10249
10250 2001-12-22 [alfons]     0.6.6claws9
10251
10252         * src/compose.c
10253         * src/messageview.c
10254         * src/mimeview.c
10255         * src/pgptext.c
10256         * src/procmime.[ch]
10257                 better support for multipart/digest (submitted
10258                 by Fredrik <e98fo@efd.lth.se>)
10259
10260 2001-12-22 [alfons]     0.6.6claws8
10261
10262         * src/addressbook.c
10263                 correct function signature
10264         * src/socket.[ch]
10265         * src/imap.[ch]
10266         * src/prefs_account.[ch]
10267                 allow IMAP over SSH tunnel (patch submitted by 
10268                 Martin Pool <mbp@samba.org>)
10269
10270 2001-12-21 [alfons]     0.6.6claws7
10271
10272         * sync with sylpheed 0.6.6cvs4-9
10273                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10274
10275 2001-12-21 [christoph]  0.6.6claws6
10276
10277         * src/compose.c
10278         * src/prefs_folder_item.[ch]
10279                 implement saving of outgoing messages to current folder.
10280                 fix segfault when no default outbox is available
10281                 (closes bug #495683)
10282
10283 2001-12-21 [carsten]    0.6.6claws5
10284         * src/folderview.c
10285         * src/summaryview.c
10286                 pressing CTRL while DND does now the expected thing and
10287                 copies the mail (moving is still the default, as this
10288                 seam more appropriate for handling mails by DND)
10289
10290 2001-12-18 [paul]       0.6.6claws4
10291
10292         * sync with sylpheed 0.6.6cvs3
10293                 see ChangeLog entries 2001-12-18
10294
10295 2001-12-18 [hiro]       0.6.6claws3
10296
10297         * src/undo.c
10298                 fix for multibyte characters (obtain the number of letters
10299                 instead of bytes).
10300
10301 2001-12-17 [paul]       0.6.6claws2
10302
10303         * sync with sylpheed 0.6.6cvs1
10304                 see ChangeLog entry 2001-12-16
10305
10306 2000-12-17 [alfons]     0.6.6claws1
10307
10308         * src/filtering.c
10309                 clean up
10310
10311 2001-12-16 [paul]       0.6.6claws
10312 2001-12-15
10313
10314         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10315
10316         * src/mimeview.c
10317                 last minute sync with main 0.6.6
10318
10319         * po/es.po
10320                 updated by Ricardo Mones Lastra
10321                 update for last minute sync
10322         * po/fr.po
10323         * po/nl.po
10324                 update for last minute sync
10325         * po/de.po
10326                 updated by Jens Oberender
10327         * po/pt_BR.po
10328                 updated by Fabio Junior Beneditto
10329
10330         * src/prefs_common.[ch]
10331         * src/undo.c
10332                 number of undo levels is user configurable
10333                 (squeeze it into the release in the dying
10334                 moments) Submitted by Jens Oberender    
10335
10336 2001-12-15 [melvin]
10337
10338         * po/fr.po
10339                 updated french translation
10340
10341 2001-12-15 [paul]       0.6.5claws92
10342
10343         * sync with sylpheed 0.6.5cvs28
10344                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
10345
10346         * po/nl.po
10347                 update to allow for sync
10348
10349 2001-12-15 [alfons]
10350         
10351         * po/nl.po
10352                 update dutch translation
10353
10354 2001-12-14 [carsten]    0.6.5claws91
10355         * src/summaryview.c
10356                 fixed bug #473785; also after changing the column order
10357                 the same message will be selected and displayed as before
10358                 the reordering
10359
10360 2001-12-14 [carsten]    0.6.5claws90
10361         * src/folderview.c
10362                 probably found the bug reported by wwb opening or closing
10363                 a folder tree just before dnd (found the solution in the
10364                 balsa source -- thanks to them)
10365
10366 2001-12-14 [carsten]    0.6.5claws89
10367         * src/gtkutils.c
10368         * src/account.c
10369                 moved gtk_clist_moveto to the right place, so that
10370                 only the accounts dialog is effected on opening
10371
10372 2001-12-14 [carsten]    0.6.5claws88
10373         * src/gtkutils.c
10374                 gtkut_clist_set_focus_row does a gtk_clist_moveto
10375                 now, so that the focused row will be seen in any case
10376                 (reported by wwp on sf-claws-user)
10377
10378 2001-12-14 [darko]      0.6.5claws87
10379
10380         * src/compose.c
10381                 remove unnecessary line
10382
10383 2001-12-14 [paul]       0.6.5claws86
10384
10385         * sync with sylpheed 0.6.5cvs27
10386                 see ChangeLog entries 2001-12-14
10387
10388 2001-12-14 [carsten]    0.6.5claws85
10389         * src/mainwindow.c
10390                 following a suggestion of Melvin the rcoabm pops up
10391                 right under the button now and the button is reliefed
10392                 while the popup is open
10393
10394 2001-12-14 [darko]      0.6.5claws84
10395
10396         * src/compose.c
10397                 fix crash when wrapping long lines if linewrap quotation
10398                 is disabled and wrapper encounters a word spanning more
10399                 than one line
10400
10401 2001-12-13 [paul]       0.6.5claws83
10402
10403         * src/compose.c
10404                 prefer 'Reply-To' header over mailing list header when
10405                 replying to a message. Finally prevent all those confirmation 
10406                 messages being sent to the list itself.
10407
10408         * src/summaryview.c
10409                 remove unused summary_set_menu_sensitive() entry
10410
10411 2001-12-13 [paul]       0.6.5claws82
10412
10413         * src/folderview.c
10414         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
10415         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
10416         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
10417                 improvements to 'Hide read messages': Inbox, Outbox,
10418                 Trash, Queue, and Draft icons now reveal presence of hidden 
10419                 messages
10420
10421 2001-12-12 [alfons]     0.6.5claws81
10422
10423         0.6.5claws80 was tagged as LAST_STABLE
10424
10425         * src/filtering.[ch]
10426         * src/matcher.[ch]
10427         * src/matcher_parser_lex.c
10428                 fix the filtering; my last attempt to get it right, 
10429                 if it does not work, it's Hoa's turn. ;-)
10430
10431                 for my honourable peers:
10432                 
10433                 the code now makes a clear distinction between
10434                 rules as they are displayed (probably escaped),
10435                 and as they are executed (probably unescaped). the
10436                 parser does *NOT* do any unescaping, this is
10437                 the task of the matcher.c (which breaks up a
10438                 rule into condition) and the filtering.c (which
10439                 breaks up the rule's action). to make this
10440                 run happily we provide an unescaped copy of
10441                 crucial strings to the MatcherProp and 
10442                 FilteringAction structures. note that the only
10443                 exception to this is any REGEXP string. those
10444                 are directly passed to regcomp() and regexp()
10445                 (who have much more powerful unescape functions).
10446                 
10447                 for everyone else:
10448         
10449                 you can escape tab (\t), carriage return (\r),
10450                 linefeed (\n), form feed (\f), quote (\"), 
10451                 single quote (\'), bell (\b) in all the entry
10452                 lines in the scoring & filtering dialogs.
10453                 as an added bonus this should not affect
10454                 existing filtering rules.
10455
10456 2001-12-12 [carsten]    0.6.5claws80
10457
10458         * src/summaryview.c
10459         * po/de.po
10460                 "item(s) selected" is now sensitive to 1 or more
10461                 than one selected (nice for language where simple
10462                 adding of a "s" is not possible as German (Eintrag
10463                 ->Eintr"age)
10464                 
10465                 the "forward as attachment" entry from the right
10466                 click menu removed, "forward" acts following the
10467                 prefs
10468         
10469         * src/textview.c
10470                 reverted my former changes; so compiler warning again
10471                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
10472                 nevertheless
10473
10474         * src/messageview.c
10475                 "search in message" does now *not* only work in MVIEW_TEXT
10476                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
10477                 message
10478
10479         * src/mainwindow.c
10480                 removed "/File/_Close" as it was the same as "/File/E_xit"
10481                 and we don't need it two times
10482
10483                 the separate folder view and message view now get a distinct
10484                 WMCLASS, just in case someone is using sawfish ;-)
10485
10486                 as the menu entries "/View/Message view" and "/View/Folder tree"
10487                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
10488                 make them sensitive accordingly and as these two are "shown"
10489                 after startup anytime check this menuitem at startup
10490
10491 2001-12-12 [paul]       0.6.5claws79
10492
10493         * src/folderview.c
10494                 fix sensitivity of 'Search folder...', broken in
10495                 0.6.5claws75
10496
10497         * src/mainwindow.c
10498                 fix dodgy English
10499
10500 2001-12-11 [carsten]    0.6.5claws78
10501         * src/filtering.c
10502                 fixed two typos returning a wrong FALSE/TRUE
10503         * src/mainwindow.[ch]
10504                 extra menu for email/news button removed
10505
10506 2001-12-11 [alfons]     0.6.5claws77
10507         
10508         * src/matcher.c                 (1.3)
10509         * src/matcher_parser_lex.l      (1.28)
10510                 revert for another attempt
10511                 mark 0.6.5claws77 as LAST_STABLE
10512
10513 2001-12-11 [christoph]  0.6.5claws76
10514
10515         * po/de.po
10516                 fixed wrong translation for prev. unread msg
10517
10518 2001-12-11 [paul]       0.6.5claws75
10519
10520         * src/folder.[ch]
10521         * src/folderview.c
10522         * src/mainwindow.c
10523         * src/summaryview.[ch]
10524         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
10525                 enable ability to hide read messages on per folder basis via 
10526                 '/Summary/Hide read messages'; when selected, a folder will 
10527                 have a red open folder icon, instead of a blue icon, if the 
10528                 folder contains hidden messges
10529                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
10530
10531         * src/mainwindow.c
10532                 remove '/Message/Forward as attachment' from 
10533                 main_window_set_menu_sensitive() to prevent debug warning
10534
10535         * src/folderview.c
10536         * src/mainwindow.c
10537                 Clean up some of the English
10538
10539         * tools/newscache_clean.pl
10540                 allow for new 'hidereadmsgs' entry in folderlist.xml
10541
10542         * po/es.po
10543                 updated translation, submitted by Ricardo Mones Lastra
10544
10545 2001-12-11 [paul]       0.6.5claws74
10546
10547         * sync with sylpheed 0.6.5cvs25
10548                 see ChangeLog entry 2001-12-11
10549
10550 2001-12-10 [alfons]     0.6.5claws73
10551
10552         * src/matcher.c
10553                 add more control characters
10554         * src/matcher_parser_lex.l
10555                 make escaping / unescaping work again
10556
10557 2001-12-10 [alfons]     0.6.5claws72
10558
10559         * src/imap.c
10560                 clean up warnings "returning value for void function" 
10561         * src/prefs_filtering.c
10562                 make info button for execute action sensitive
10563
10564 2001-12-10 [paul]       0.6.5claws71
10565
10566         * src/compose.c
10567         * src/imap.[ch]
10568         * src/summaryview.c
10569                 fix: imap server now gets informed of MARKED, UNMARKED
10570                 and REPLY events. Now people can use different IMAP-Mail
10571                 clients and have the exact same information about MARKED,
10572                 UNMARKED and REPLY status with all of them. Especially
10573                 useful for imap servers with a web-frontend.
10574                 submitted by Tobias Sandhaas <medlor@web.de>
10575
10576 2001-12-09 [melvin]     0.6.5claws70
10577         
10578         * src/textview.[ch]
10579                 fixed bug #490076 (hunted down by Alfons who implemented
10580                 a workaround in 0.6.5claws65)
10581
10582 2001-12-09 [christoph]  0.6.5claws69
10583
10584         * src/summaryview.c
10585                 set pointer to string in LOCKED column to NULL
10586                 (might fix bug #490800)
10587
10588 2001-12-09 [carsten]    0.6.5claws68
10589
10590         * po/de.po
10591                 resolved some cluttered menu shortcuts 
10592                 ('creating new email' and 'creating news message'
10593                 hade the same)
10594         * src/compose.c
10595                 wmclass now distinc from main window
10596         * src/mainwindow.c
10597           src/mainwindow.h
10598                 email/news and forward button functionality similar
10599                 to the reply buttons; removed the ugly dropdown arrows
10600                 and use instead the right mouse button
10601
10602 2001-12-09 [paul]       0.6.5claws67
10603
10604         * src/imap.c
10605         * src/utils.h
10606                 allow spaces in imap folder names
10607                 submitted by Willem van Engen <wvengen@stack.nl>
10608
10609 2001-12-09 [paul]       0.6.5claws66
10610
10611         * sync with sylpheed 0.6.5cvs24
10612                 see ChangeLog entry 2001-12-09
10613
10614 2001-12-08 [alfons]     0.6.5claws65
10615
10616         * src/textview.c
10617                 prevent secondary selection claim after "add to sender" dialog
10618                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
10619                 we trick GTK by simulating a click at (0, 0) in the textview.
10620
10621 2001-12-08 [hoa]        0.6.5claws64
10622
10623         * src/folder.c
10624                 fixed a bug about the .processing folder name while filtering
10625
10626 2001-12-08 [alfons]     0.6.5claws63
10627
10628         * src/folderview.c 
10629                 work around problem of not correctly updating folder stats
10630                 when deleting messages. there's some folder scanning evil
10631                 going so the folderview_update_msg_num() does not work
10632                 correctly. need to investigate this.
10633
10634 2001-12-08 [paul]       0.6.5claws62
10635
10636         * sync with sylpheed 0.6.5cvs23
10637                 see ChangeLog entry 2001-12-08
10638
10639 2001-12-07 [christoph]  0.6.5claws61
10640
10641         * src/compose.c
10642                 fix another header translation problem
10643
10644 2001-12-07 [alfons]     0.6.5claws60
10645
10646         * src/mbox.c
10647                 make filtering also work on local spool mbox
10648
10649 2001-12-07 [carsten]    0.6.5claws59
10650         * src/addressbook.c
10651                 addressbook window gets a wmclass distinct from the main
10652                 sylpheed window
10653         * src/compose.h
10654         * src/mainwindow.[ch]
10655                   forward menu item will use mode selected in prefs, forward 
10656                 as attatchment in menu removed (will be substituted in the
10657                 toolbar similar to reply buttons)
10658                   create news message menu entry and news button is now 
10659                 sensitive to the existance of a news account
10660         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
10661         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
10662         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
10663                 these are removed because the toolbar buttons don't show
10664                 the quoting modus any longer
10665
10666 2001-12-07 [paul]
10667
10668         * tools/newscache_clean.pl      ** NEW FILE **
10669                 perl script to do some tidying up in the newscache directory 
10670                 
10671         * tools/sylpheed-switcher       ** NEW FILE **
10672                 perl script to enable easy switching between main and claws
10673                 
10674         * tools/README
10675                 added descriptions of the two new perl scripts          
10676
10677
10678 2001-12-07 [melvin]     0.6.5claws58
10679
10680         * src/messageview.c
10681                 fixed a warning during compilation introduced in 0.6.5claws56
10682
10683 2001-12-07 [paul]       0.6.5claws57
10684
10685         * src/mainwindow.[ch]
10686         * src/menu.[ch]
10687                 further usability enhancements to replying with or without 
10688                 quoting via the toolbar, use of Ctrl key is replaced by 
10689                 drop down menu 
10690                 Submitted by Carsten Schurig            
10691
10692 2001-12-07 [melvin]     0.6.5claws56
10693
10694         * src/messageview.c
10695                 hack to fix bug that prevented to make/paste selections
10696                 after switching between MVIEW_TEXT and MVIEW_MIME views
10697                 without deselecting the selection first.
10698
10699 2001-12-06 [alfons]     0.6.5claws55
10700
10701         * src/filtering.[ch]
10702         * src/inc.c
10703                 revise filtering a little bit more, and make sure
10704                 messages are delivered to the appropriate inbox
10705                 (perhaps set per account)
10706
10707 2001-12-06 [paul]       0.6.5claws54
10708
10709         * sync with sylpheed 0.6.5cvs22
10710                 see ChangeLog entry 2001-12-06
10711
10712 2001-12-05 [alfons]     0.6.5claws53
10713
10714         * src/inc.c
10715         * src/folder.[ch]
10716         * src/procmsg.c
10717         * src/filtering.c
10718                 more revisions of filtering system
10719                 (last stable version is marked as LAST_STABLE)
10720                 
10721                 | NOTE 1): the filtering system now uses a local folder called
10722                 | .processing. if filtering fails, check this directory
10723                 | for missing messages.
10724                 |
10725                 | NOTE 2): help us find the filtering actions still missing
10726
10727 2001-12-05 [paul]       0.6.5claws52
10728
10729         * src/mainwindow.c
10730                 fix bug where 'Empty Trash?' pop-up window appears even
10731                 when Trash is empty, submitted by Jesse Skinner         
10732
10733 2001-12-05 [melvin]     0.6.5claws51
10734
10735         * src/compose.c
10736                 fixed bug #486106 to select correct account when reediting 
10737                 a queued message
10738         
10739 2001-12-04 [alfons]     0.6.5claws50
10740
10741         * src/mh.c
10742                 declare markfile in appropriate functions when
10743                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
10744                 for spotting this)
10745
10746 2001-12-04 [paul]       0.6.5claws49
10747
10748         * sync with sylpheed 0.6.5cvs21
10749                 see ChangeLog entry 2001-12-04
10750
10751 2001-12-03 [christoph]  0.6.5claws48
10752
10753         * po/de.po
10754                 changed translation of undo
10755         * src/account.c
10756         * src/folder.c
10757                 don't reinvent the wheel to traverse a GNode
10758         * src/compose.[ch]
10759                 seperate code to create the compose gui into functions
10760                 add "Others" page with folder selection for saving copy
10761                 of the message.
10762                 the folder identifier is saved to queue header
10763         * src/procmsg.c
10764                 save message to folder in queue header
10765
10766 2001-12-03 [paul]       0.6.5claws47
10767
10768         * sync with sylpheed 0.6.5cvs20
10769                 see ChangeLog entry 2001-12-03
10770
10771 2001-12-01 [paul]
10772
10773         * more sync with sylpheed 0.6.5cvs19
10774                 see ChangeLog entry 2001-11-29
10775
10776 2001-11-30 [paul]       0.6.5claws46
10777         
10778         * src/compose.c
10779                 remove conflicts introduced by Hoa's last commit
10780          
10781         * src/mainwindow.c
10782                 make 'Message/Bounce' sensitive
10783
10784 2001-11-30 [hoa]        0.6.5claws45
10785
10786         * src/compose.c
10787                 slightly change bounce function to add
10788                 information about the user that bounced the mail
10789                 in the From header line.
10790
10791         * src/folderview.c
10792                 permit the use of processing in outbox folder.
10793
10794 2001-11-29 [paul]       0.6.5claws44
10795
10796         * src/mainwindow.[ch]
10797         * src/prefs_common.c
10798         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
10799         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
10800         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
10801                 usability enhancements to the quoting, implements
10802                 use of Ctrl key to toggle quoting settings
10803                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
10804
10805 2001-11-29 [paul]       0.6.5claws43
10806         
10807         * sync with sylpheed 0.6.5cvs19
10808                 see ChangeLog entry 2001-11-28
10809
10810 2001-11-29 [melvin]     0.6.5claws42
10811         * src/Makefile.am
10812                 added enriched.[ch] to the list of files
10813
10814         * src/textview.c
10815         * src/mimeview.c
10816         * src/procmime.[ch]
10817         * src/enriched.[ch]
10818                 added support to view text/enriched
10819                 added support to show headers in message view for text/enriched and text/html
10820                         in non multipart messages
10821
10822 2001-11-28 [paul]       0.6.5claws41
10823
10824         * more sync with sylpheed 0.6.5cvs18
10825                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
10826
10827 2001-11-27 [paul]       0.6.5claws40
10828         
10829         * po/pt_BR.po
10830                 updated translation, submitted by Fabio Junior Beneditto
10831                 
10832         * sync with sylpheed 0.6.5cvs18
10833                 see ChangeLog entries 2001-11-26 (src/textview.c) and
10834                 2001-11-27
10835
10836
10837 2001-11-26 [paul]
10838
10839         * po/es.po
10840                 updated translation, submitted by Ricardo Mones Lastra
10841
10842 2001-11-26 [alfons]
10843
10844         * src/matcher.c
10845                 add more translatable strings
10846
10847 2001-11-26 [christoph]  0.6.5claws39
10848
10849         * po/de.po      
10850                 fixed one more umlaut
10851         * src/compose.c
10852                 fix translated header when it should not be translated
10853
10854 2001-11-26 [paul]       0.6.5claws38
10855
10856         * src/mainwindow.c
10857                 remove '/Message/Add Sender to address book' from 
10858                 main_window_set_menu_sensitive(), prevent debug warning
10859                 add 'Message/Mark/Mark all read' to mainwin_entries[]
10860
10861 2001-11-26 [paul]       0.6.5claws37
10862
10863         * src/summaryview.c
10864                 fix 'recurring unread state' bug 
10865
10866         * tools/README 
10867         * tools/filter_conv.pl
10868                 read name of top level mailbox from folderlist.xml
10869                 and presume nothing about its name              
10870
10871 2001-11-26 [darko]      0.6.5claws36
10872
10873         * src/gtkstext.[ch]
10874                 removed functions that are now in gtkutils.c
10875                 use gtkut_text_is_uri_string() from gtkutils.c
10876         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
10877
10878 2001-11-26 [paul]       0.6.5claws35
10879
10880         * sync with sylpheed 0.6.5cvs16
10881                 see ChangeLog entries 2001-11-25 and 2001-11-26
10882
10883 2001-11-25 [alfons]     0.6.5claws34
10884
10885         EXPERIMENTAL!!! Please checkout the last stable version using: 
10886           
10887         % cvs update -r LAST_STABLE -dRAP
10888
10889         (Or help us testing this stuff.)
10890
10891         * src/filtering.c               (1.14)
10892         * src/filtering.h               (1.6)
10893         * src/inc.c                     (1.28)
10894         * src/matcher.c                 (1.20)
10895         * src/mbox.c                    (1.9)
10896         * src/procmsg.h                 (1.14)
10897         * src/summaryview.c             (1.59)
10898         * src/summaryview.h             (dunno)
10899                 revert/merge/sync to as it was before commit 
10900                 on Thu, 19 Jul 2001 10:15:51 -0700.
10901
10902 2001-11-25 [hoa]        0.6.5claws33
10903
10904         * src/main.c
10905                 processing mails at startup
10906
10907         * src/folderview.c
10908         * src/summaryview.[ch]
10909                 processing mails when entering folder
10910
10911         * src/prefs_filtering.c
10912                 fixed some UI bugs
10913
10914 2001-11-24 [alfons]     0.6.5claws32
10915
10916         * src/summaryview.[ch]
10917                 make summary sort headers work, and also make
10918                 sure the sort type is stored
10919
10920 2001-11-23 [alfons]     0.6.5claws31
10921
10922         * src/summaryview.[ch]
10923                 make lock work like mark
10924                 disallow deleting messages marked as locked
10925
10926 2001-11-23 [alfons]     0.6.5claws30
10927
10928         * src/gtkstext.c
10929         * src/compose.[ch]
10930         * src/Makefile.am
10931         * src/undo.[ch]
10932                 merge undo patch submitted by Jens
10933
10934 2001-11-23 [christoph]  0.6.5claws29
10935
10936         * src/.cvsignore
10937                 added ylwrap
10938         * src/compose.c
10939                 fixed gpg signing and encoding
10940         * src/folder.[ch]
10941         * src/main.c
10942                 added --status option to get new, unread and total
10943                 message count from a running sylpheed
10944         * src/prefs_common.c
10945                 temporary fix for reply_with_quote problem
10946                 (don't call functions for non existing widget)
10947         * src/procmsg.c
10948                 one more check for ignored threads but still not
10949                 always working correctly. probably a recursive
10950                 check for all parents is needed
10951
10952 2001-11-23 [darko]      0.6.5claws28
10953
10954         * src/compose.c
10955                 wrapping on send improvements
10956         * src/gtkutils.[ch]
10957                 fix for GtkSText after last sync with main branch
10958                 GTK_TEXT -> GTK_STEXT
10959
10960 2001-11-23 [paul]       0.6.5claws27
10961
10962         * sync with sylpheed 0.6.5cvs14
10963                 see ChangeLog entries 2001-11-22 and 2001-11-23
10964                 
10965         * po/de.po
10966                 fixed the scrambled umlauts 
10967                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
10968
10969 2001-11-21 [paul]       0.6.5claws26
10970
10971         * sync with sylpheed 0.6.5cvs12
10972                 see 2nd ChangeLog entry dated 2001-11-20
10973
10974 2001-11-20 [paul]       0.6.5claws25
10975
10976         * sync with sylpheed 0.6.5cvs11
10977                 see ChangeLog entry 2001-11-19 (src/utils.c)
10978
10979 2001-11-20 [hiro]
10980
10981         * src/compose.c
10982                 GTK_TEXT -> GTK_STEXT
10983                 fix for wrong comment
10984
10985 2001-11-20 [hiro]       0.6.5claws24
10986
10987         * src/compose.[ch]
10988                 more merges from main branch
10989                 removed fatal warnings (uninitialized variables etc.)
10990                 some coding style fix
10991         * src/gtkutils.h
10992                 fixed typo.
10993         * src/addressbook.c
10994           src/addrindex.c
10995                 V-Card -> vCard
10996
10997 2001-11-19 [hoa]        0.6.5claws23
10998
10999         * src/filtering.c
11000         * src/prefs_scoring.c
11001         * src/matcher.[ch]
11002         * src/scoring.c
11003                 cleaning code
11004
11005         * src/matcher_parser_parse.y
11006         * src/prefs_filtering.c
11007                 bouncing
11008
11009 2001-11-19 [alfons]     0.6.5claws22
11010
11011         more of my old things into claws
11012
11013         * src/Makefile.am
11014         * src/prefs_common.c
11015         * src/procmsg.h
11016         * src/summaryview.[ch]
11017         * src/prefs_summary_column.c
11018         * src/pixmaps/locked.xpm
11019                 add indicators for locking of message in summary view
11020                 (does not work yet, only visual indicator)
11021
11022 2001-11-19 [paul]       0.6.5claws21
11023
11024         * sync with sylpheed 0.6.5cvs10
11025                 see ChangeLog entry 2001-11-19
11026
11027 2001-11-18 [alfons]     0.6.5claws20
11028         
11029         * src/filtering.c
11030                 remove an inadvertent free I forgot in previous clean up 
11031
11032 2001-11-18 [alfons]     0.6.5claws19
11033
11034         * src/filtering.[ch]
11035                 clean up & plug leaks
11036
11037 2001-11-18 [paul]       0.6.5claws18
11038
11039         * sync with sylpheed 0.6.5cvs9
11040                 see ChangeLog entries 2001-11-17 and 2001-11-18
11041
11042 2001-11-16 [paul]       0.6.5claws17
11043
11044         * sync with sylpheed 0.6.5cvs8
11045                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11046
11047 2001-11-16 [paul]       0.6.5claws16
11048
11049         * sync with sylpheed 0.6.5cvs7
11050                 see ChangeLog entries 2001-11-15 and 2001-11-16
11051
11052 2001-11-15 [hoa]        0.6.5claws15
11053
11054         * src/compose.c
11055                 fix bounce, mails we received couln't be bounced to ourself.
11056
11057         * src/defs.h
11058         * src/filtering.[ch]
11059         * src/matcher.[ch]
11060         * src/matcher_parser.h
11061         * src/matcher_parser_lex.l
11062         * src/matcher_parser_parse.y
11063         * src/inc.c
11064         * src/main.c
11065         * src/mbox.c
11066         * src/prefs_filtering.[ch]
11067         * src/mainwindow.c
11068         * src/prefs_matcher.c
11069         * src/prefs_scoring.c
11070         * src/scoring.[ch]
11071         * src/summaryview.c
11072                 new matcher/filter/score configuration file parser
11073                 one unique configuration file => ~/.sylpheed/matcherrc
11074                 import in currently automatic, then save are made
11075                 in this new file.
11076                 one filter per folder and one global filter
11077                 (filter of a folder will be used as folder processing)
11078
11079         * src/folder.c
11080                 fix a bug in folder_item_get_identifier
11081                 
11082         * src/messageview.c
11083                 receive receipt return are fixed.
11084
11085 2001-11-14 [alfons]     0.6.5claws14
11086
11087         * src/session.h
11088                 add things from main branch to make claws compile
11089
11090 2001-11-14 [paul]       0.6.5claws13
11091
11092         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11093                 see ChangeLog entries 2001-11-08 to 2001-11-14
11094
11095 2001-11-14 [hoa] 0.6.5claws12
11096
11097         * src/compose.[ch]
11098         * src/mainwindow.c
11099         * src/summaryview.c
11100                 add "bounce mail" option
11101
11102 2001-11-13 [christoph]  0.6.5claws11
11103
11104         * src/compose.c
11105                 Cleanup a mess i add before commiting
11106
11107 2001-11-13 [hoa]        0.6.5claws10
11108
11109         * src/compose.c
11110                 some fixes when mail are sent or
11111                 for crossposts
11112
11113 2001-11-13 [christoph]  0.6.5claws9
11114
11115         * po/de.po
11116                 Changed two string with the same translation
11117         * src/compose.c
11118         * src/procmsg.[ch]
11119         * src/send.[ch]
11120                 New mailsending process:
11121                   - Always queue message before sending
11122                     (message will be saved if sylpheed crashed or
11123                      freezes while sending)
11124                   - Allow queuing of newspostings
11125                   - No copy in outbox before sending
11126                     (closes bug #469501)
11127                   - No more redundant code for send and send_later
11128         * src/summaryview.c
11129                 Applied wwp <subscript@free.fr>'s patch that fixes
11130                 marks for multiple forwarded messages (+compose.c)
11131
11132 2001-11-12 [alfons]
11133
11134         * README.claws
11135                 remove things that are now in main branch
11136         
11137         * po/nl.po
11138                 update Dutch translation
11139
11140 2001-11-12 [mhadasht]   0.6.5.claws8
11141
11142         * src/prefs_common.c
11143                 re-enabled account autoselection feature for forward
11144                 and reedit lost during the branch point for SYNC-B4-REL
11145         * src/gtkspell.c
11146                 gtkpspell_get_dict(): more readable code (even if function is
11147                 not used yet)
11148         * ChangeLog.claws
11149                 added version number info to 2001-11-12 [hiro] comment.
11150
11151 2001-11-12 [hiro]       0.6.5.claws7
11152
11153         * src/compose.c
11154                 compose_forward(): fixed a bug that forward quote mark
11155                 wasn't used.
11156                 removed unnecessary code.
11157         * src/template_select.[ch]: removed.
11158
11159 2001-11-11 [alfons]
11160
11161         * src/compose.c
11162                 :%s/GTK_TEXT/GTK_STEXT/g
11163         
11164         * src/compose.[ch]
11165         * src/undo.[ch]
11166         * src/Makefile.am
11167                 revert the undo stuff (this is 0.6.6claws stuff)
11168
11169 2001-11-11 [hoa]        0.6.5.claws6
11170
11171         * src/compose.[ch]
11172                 Insert signature at the end of the text.
11173                 Added undo patch but currently disabled
11174
11175         * src/procmsg.c
11176                 Threading by subject improved.
11177
11178         * added src/undo.[ch]
11179                 Undo module for compose dialog box.
11180
11181 2001-11-11 [alfons]     0.6.5.claws5
11182
11183         * src/procmsg.c
11184                 prevent threading by subject on nodes that have already been
11185                 threaded by in-reply-to (as in "circular references in a tree
11186                 result in a dead branch")
11187
11188 2001-11-09 [hoa]        0.6.5.claws4
11189         
11190         * src/folderview.c
11191                 allows creation of mbox folder item from any files.
11192
11193 2001-11-09 [alfons]     0.6.5.claws3
11194         
11195         * src/utils.c
11196         * src/procmsg.c
11197                 do what I mean and correct threading by subject so it really
11198                 ignores attracting lines without "Re: "
11199
11200 2001-11-07 [alfons]     0.6.5.claws2
11201
11202         * src/procmsg.c
11203         * src/utils.[ch]
11204                 only attract by subject if a subject line starts with a "Re: "
11205         * src/syldap.c
11206                 remove warning
11207
11208 2001-11-07 [paul]       0.6.5claws1
11209
11210         * sync with sylpheed 0.6.5. release
11211                 see ChangeLog entry 2001-11-07
11212
11213 2001-11-07 [paul]       0.6.4claws31
11214
11215         * sync with sylpheed 0.6.4cvs18
11216                 see ChangeLog entries 2001-10-30 to 2001-11-07
11217                 prefs_templates.[ch] renamed prefs_template.[ch]
11218
11219 2001-11-06 [alfons]
11220         
11221         * src/utils.h
11222                 add semicolon Hoa forgot ;-)
11223                 
11224
11225 2001-11-06 [hoa]        0.6.4claws30
11226         
11227         * src/procmsg.c
11228         * src/summaryview.c
11229         * src/utils.c
11230         * src/utils.h
11231                 threading by subject - empty subject are ignored
11232
11233 2001-11-06 [christoph]  0.6.4claws29
11234
11235         * src/socket.c
11236                 use SSL_peek for sock_gets
11237         * src/utils.c
11238                 removed unneeded pointer in extracting quoted
11239                 names implementation
11240
11241 2001-11-06 [melvin]     0.6.4claws28
11242
11243         * src/gtkspell.c
11244                 fixed bug #476792 Selection overtyping with spell checker
11245                 fixed bug which could cause a buffer overflow
11246                 fixed a memory leak
11247
11248 2001-11-06 [hoa]        0.6.4claws27
11249         
11250         * src/procmsg.c
11251         * src/summaryview.c
11252                 threading by subject
11253
11254 2001-11-05 [alfons]     0.6.4claws26
11255         
11256         * README.claws
11257                 Claws -> Sylpheed (vice versa)
11258
11259         * src/compose.c
11260                 :%s/gtk_text/gtk_stext/g
11261                 :%s/GTK_TEXT/GTK_STEXT/g
11262                 (thanks to Jonathan Ware for spotting this)
11263
11264 2001-11-04 [christoph]  0.6.4claws25
11265
11266         * src/summaryview.c
11267                 replace Xalloca + strdup with Xstrdup_a
11268         * src/utils.c
11269                 better implementation of extracting quoted names
11270                 from addresses (remove backlashes and ignore
11271                 quotes after them)
11272
11273 2001-11-04 [alfons]     0.6.4claws24
11274
11275         * src/utils.[ch]
11276                 edit to comply more with coding style
11277
11278         * src/textview.c
11279                 fix bug reported by Kim Schulz. introduced by the patch integrated
11280                 in 0.6.4claws15. the code did not check the return value of
11281                 the html parser.
11282
11283         * AUTHORS
11284                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11285
11286 2001-11-04 [christoph]  0.6.4claws23
11287
11288         * src/main.c
11289         * src/prefs_common.[ch]
11290                 init some pointers that possibly caused a segfault
11291                 reported in the claws-users ML
11292
11293 2001-11-04 [hoa]        0.6.4claws22
11294
11295         * src/grouplistdialog.c
11296                 change the names of the nodes in the tree
11297
11298         * src/compose.c
11299                 enhanced mailto syntax as described in
11300                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11301                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11302
11303         * src/utils.c
11304                 encode and decode URI (useful when opening URL into
11305                 netscape).
11306
11307 2001-11-03 [hoa]        0.6.4claws21
11308
11309         * src/grouplistdialog.c
11310                 a new newsgroups list selection dialog box
11311                 with a CTree instead of a CList
11312
11313 2001-11-03 [hoa]        0.6.4claws20
11314
11315         * src/folderview.c
11316                 enable property and scoring options when right
11317                 click on "inbox"
11318
11319         * src/summaryview.c
11320                 fixed bug when nickname were displayed using
11321                 the address book.
11322
11323 2001-11-02 [darko]      0.6.4claws19
11324
11325         * src/compose.c
11326                 new wrap quotation and URL/long words wrapping implementation
11327         * src/compose.c src/gtkstext.[ch]
11328                 move gtkstext_strncmp() to gtkstext.c
11329
11330 2001-11-01 [christoph]  0.6.4claws18
11331
11332         * src/prefs_account.c
11333                 fixed mess in account settings dialog
11334         * src/prefs_folder_item.c
11335                 added label with folder path to dialog
11336
11337 2001-10-31 [match]      0.6.4claws17
11338
11339         * src/vcard.c
11340                 fix memory leak.
11341         * src/addrbook.c
11342                 fix generation of spurious address book file names.
11343                 remove redundant functions.
11344         * po/POTFILES.in
11345                 added missing file names.
11346
11347 2001-10-30 [paul]       0.6.4claws16
11348
11349         * sync with sylpheed 0.6.4cvs6
11350                 see ChangeLog entries 2001-10-26 to 2001-10-30
11351
11352         * tools/filter_conv.pl
11353                 read folderlist.xml to discover whether the top-level
11354                 folder is called 'Mailbox' or 'Mail' 
11355
11356 2001-10-29 [paul]       0.6.4claws15
11357
11358         * src/html.c, src/textview.c
11359                 activate links in html mail and fix clickable parts
11360                 Submitted by Matthieu Dazy <dazy@t-surf.com>
11361
11362 2001-10-29 [paul]
11363
11364         * po/de.po, po/es.po, po/pt_BR/po
11365                 updated translations, submitted by Jens Oberender,
11366                 Ricardo Mones Lastra, and Fabio Junior Beneditto
11367
11368 2001-10-29 [darko]      0.6.4claws14
11369
11370         * src/compose.c
11371                 fix wrapping for good
11372
11373 2001-10-29 [darko]
11374
11375         * src/compose.c
11376                 undo previous change as it broke the smart wrapping
11377
11378 2001-10-29 [darko]      0.6.4claws13
11379
11380         * src/compose.c
11381                 fix infinite loop when long URL is quoted
11382                 (closes bug #475122.
11383
11384 2001-10-28 [match]
11385
11386         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
11387                 import Mutt address book
11388         * src/ldif.[ch] src/importldif.h
11389                 modified import LDIF handle user attributes
11390
11391 2001-10-28 [christoph]  0.6.4claws12
11392
11393         * src/summaryview.c
11394                 fixed that filtering did not work if there
11395                 were no filter rules
11396                 (closes bug #472003 and better implementation
11397                  of patch #474644)
11398
11399 2001-10-27 [christoph]  0.6.4claws11
11400
11401         * src/compose.c
11402                 make the folder's default account to be used when
11403                 replying. (patch by wwp <subscript@free.fr>)
11404         * src/compose.c
11405                 code cleanup, nearly killed all of wwp's patch
11406                 for folder's default account in compose
11407         * src/folderview.c
11408                 error panel when a folder could not be created
11409                 (closes bug #471080 new folder name & already
11410                  existing file)
11411
11412 2001-10-26 [alfons]
11413
11414         * src/utils.h
11415                 change prototype of strstr2() that Christoph forgot about
11416
11417 2001-10-26 [christoph]  0.6.4claws10
11418
11419         * src/account.c
11420                 made search for accounts by email address not case
11421                 sensitive
11422         * src/folder.c
11423                 fixed memory leak in folder_item_get_identifier
11424         * src/gtkspell.c
11425         * src/utils.c
11426                 fixed wrong strstr2 (should work like strstr)
11427
11428 2001-10-26 [darko]      0.6.4claws9
11429
11430         * src/compose.c src/gtkstext.[ch]
11431         * src/gtkstext.c
11432                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
11433
11434 2001-10-26 [paul]       0.6.4claws8
11435
11436         * src/html.c
11437                 ignore css and javascript tags in html mail
11438                 case-insensitive, with or without double-quoted
11439                 strings
11440
11441 2001-10-26 [paul]       0.6.4claws7
11442
11443         * sync with sylpheed 0.6.4cvs1
11444                 see ChangeLog entry 2001-10-26
11445
11446         * src/prefs_account.c, src/prefs_common.c,
11447           src/prefs_summary_column.c
11448                 minor improvements to the English
11449
11450 2001-10-25 [alfons]     0.6.4claws6
11451
11452         * src/gtkstext.c
11453         
11454                 make GtkSText follow style of GtkText (closes bug 
11455                 #469211 "text selection while writing message")
11456                 
11457                 do sync with GTK 1.2.10
11458
11459 2001-10-25 [paul]       0.6.4claws5
11460
11461         * src/html.c
11462                 ignore css tags in html mail
11463
11464 2001-10-25 [darko]      0.6.4claws4
11465
11466         * src/compose.c
11467                 don't declare is_url_string as static function since
11468                 we need it in gtkstext.c
11469         * src/gtkstext.c
11470                 remove unused variable
11471                 don't wrap long URLs while composing a message
11472
11473 2001-10-24 [christoph]  0.6.4claws3
11474
11475         * src/socket.c
11476                 fix ssl deadlock, when peer closes connection
11477
11478 2001-10-24 [paul]       0.6.4claws2
11479
11480         * src/prefs_common.c
11481                 gettextize the gpg ascii-armored warning message
11482
11483         * src/compose.c
11484                 insert a DOS/MAC file into the composed message
11485                 (improvements)
11486
11487         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
11488
11489 2001-10-22 [paul]       0.6.4claws1
11490
11491         * sync with sylpheed 0.6.4 release
11492                 see ChangeLog entries 2001-10-21
11493
11494         * po/fr.po, po/pt_BR.po
11495                 updated by Melvin Hadasht and Fabio Junior Beneditto
11496
11497 2001-10-21 [paul]       0.6.3claws30
11498
11499         * src/compose.c
11500                 insert a DOS text file from the compose window
11501                 into the composed message text (removes CRs characters)
11502                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
11503
11504         * tools/filter_conv.pl, tools/README
11505                 automatically use ~/.sylpheed as working directory
11506                 print out confirmation message on completion
11507
11508         * correct Hoa's last ChangeLog.claws entry
11509
11510 2001-10-20 [hoa]        0.6.3claws29
11511
11512         * src/grouplistdialog.c
11513                 bugfix (another ?) to give the right
11514                 newsgroups list for each news server.
11515
11516         * src/news.c
11517         * src/news.h
11518                 improve the newsgroups list cache
11519
11520 2001-10-20 [paul]       0.6.3claws28
11521
11522         * sync with sylpheed 0.6.3cvs9
11523                 see ChangeLog entry 2001-10-19
11524
11525         * correct Alfons' last ChangeLog.claws entry
11526
11527 2001-10-19 [alfons]
11528
11529         * src/pgptext.[ch]
11530                 fix compilation problems (part of bug #472895)
11531
11532 2001-10-18 [hoa]        0.6.3claws27
11533
11534         * src/grouplistdialog.c
11535                 bugfix when we refresh was clicked (bug 472701)
11536
11537 2001-10-19 [christoph]  0.6.3claws26
11538
11539         * src/compose.c
11540                 last header entry should default to "To:" or
11541                 "Newsgroups:" and not copy the last entry line
11542                 in a new compose window
11543                 (closes bug #472686, #470792)
11544
11545 2001-10-19 [paul]       0.6.3claws25
11546
11547         * sync with Sylpheed 0.6.3cvs8
11548                 see ChangeLog entries 2001-10-18 and 2001-10-19
11549
11550 2001-10-18 [christoph]  0.6.3claws24
11551
11552         * src/procmsg.c
11553                 reimplement ignore thread
11554         
11555 2001-10-18 [hoa]        0.6.3claws23
11556
11557         * src/folderview.c
11558         * src/grouplistdialog.[ch]
11559                 enhanced news subscription interface (feature 469113)
11560
11561         * src/news.c
11562         * src/news.h
11563                 enchanced newsgroup listing,
11564                 now, we can get groups informations
11565                 (NNTPGroupInfo)
11566
11567 2001-10-18 [paul]       0.6.3claws22
11568
11569         * src/summaryview.c
11570                 remove comment (sync with main branch)
11571         * src/mainwindow.c
11572                 fix 'Re-edit' bug in 'Message' menu
11573
11574 2001-10-17 [christoph]  0.6.3claws21
11575
11576         * src/compose.c
11577                 ignore empty or whitespace only header lines
11578
11579 2001-10-17 [paul]       0.6.3claws20
11580
11581         * sync with sylpheed 0.6.3cvs7
11582                 see ChangeLog entries 2001-10-14, 2001-10-16, and
11583                 2001-10-17
11584
11585 2001-10-17 [darko]
11586
11587         * src/compose.c
11588                 wrap long lines without spaces
11589                 don't wrap URLs
11590
11591 2001-10-16 [paul]
11592
11593         * po/es.po, po/nl.po, po/pt_BR.po
11594                 updated by Ricardo Mones Lastra, Alfons,
11595                 and Fabio Junior Beneditto
11596
11597         * sylpheed-0.6.3claws released
11598
11599 2001-10-15 [melvin] 0.6.3claws18
11600
11601         * README.claws
11602                 added summary and detailed installation instructions
11603                 for spell checker
11604         * po/fr.po
11605                 Updated, corrected and completed french translation
11606
11607 2001-10-15 [hoa] 0.6.3claws17
11608         * src/grouplistdialog.c
11609                 we can choose the newsgroups to display with wildcards
11610
11611 2001-10-15 [christoph]  0.6.3claws16
11612
11613         * src/account.c
11614         * src/compose.c
11615         * src/prefs_folder_item.[ch]
11616                 applied wwp <subscript@free.fr>'s folder
11617                 default account patch
11618         * po/de.po
11619                 Fixed wrong translation
11620
11621 2001-10-13 [alfons, christoph, melvin]  
11622                         0.6.3claws15
11623
11624         solution #2 to solve MT-safety problems defers all GUI related calls
11625         to the main thread using a gtk_idle_add() callback. discussed on
11626         ircnet #sylpheed, with christoph spotting some issues with the
11627         original code, and melvin allowing us to lobotomize his sylpheed.
11628
11629         * src/syldap.[ch], src/main.c
11630                 fix race problem in ldap search thread by deferring GUI 
11631                 stuff to main thread using gtk_idle_add()
11632
11633 2001-10-13 [paul]       0.6.3claws14
11634
11635         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
11636                 add Sergey's smtpcred.patch
11637                 adds separate username/password setting for SMTP Auth
11638                 needed by some servers
11639                 (closes feature request #471659)
11640
11641 2001-10-13 [paul]       0.6.3claws13
11642
11643         * src/pgptext.[ch] **NEW FILES**
11644         * src/Makefile.am, src/messageview.c, src/mimeview.c
11645                 decrypt ascii-armored gpg text embedded in
11646                 the message body.
11647                 Submitted by Jens Jahnke <jan0sch@gmx.net>
11648
11649 2001-10-13 [christoph]  0.6.3claws12
11650
11651         * README.claws
11652                 some more details on default to and
11653                 feature requests
11654         * src/main.c
11655                 init glib threading when ldap is used
11656         * src/syldap.c
11657                 threading fixes
11658         * po/de.po
11659                 fixed a typo
11660
11661 2001-10-12 [paul]       0.6.3claws11
11662
11663         * src/prefs_common.[ch], src/rfc2015.c
11664                 enable ascii-armored gpg text to be embedded in the
11665                 message body, selectable through the 'Privacy'
11666                 preferences. Supports encrypting only.
11667                 Submitted by Ravemax <ravemax@dextrose.com>
11668
11669 2001-10-12 [paul]       0.6.3claws10
11670
11671         * sync with sylpheed 0.6.3cvs6
11672                 see ChangeLog entries 2001-10-11 and 2001-11-12
11673
11674         * src/folderview.c
11675                 incorporated mbox folders, scoring, and folder
11676                 properties into the sync
11677
11678 2001-10-12 [darko]      0.6.3claws9
11679
11680         * README.claws
11681                 describe quotation wrapping
11682         * src/compose.c
11683                 don't treat tab as space to calculate line length properly
11684
11685 2001-10-11 [alfons]
11686
11687         * README.claws
11688                 correct description of how to make new filtering system work,
11689                 add some other things
11690                 
11691         * src/syldap.c
11692                 remove sched_yield() (not necessary / unportable)
11693
11694 2001-10-11 [paul]       0.6.3claws8
11695
11696         * sync with sylpheed 0.6.3cvs3
11697                 see ChangeLog entry 2001-10-10
11698
11699 2001-10-10 [christoph]  0.6.3claws7
11700
11701         * .cvsignore
11702                 ignore 2 files created by newer autotools
11703         * src/prefs_folder_item.c
11704                 using table for widget alignment
11705                 fixed memory leak and broken octal display
11706         * src/filesel.c
11707                 fixed segfault caused by lost filename
11708                 workaround (closes bug #469551)
11709
11710 2001-10-10 [paul]       0.6.3claws6
11711
11712         * sync with sylpheed 0.6.3cvs2
11713                 see ChangeLog entries 2001-10-09 and 2001-10-10
11714
11715 2001-10-10 [darko]      0.6.3.claws5
11716
11717         * src/gtkstext.c
11718                 proper calculation of right margin if smart wrapping is enabled
11719         * src/compose.c
11720                 automatically wrap long lines if wrap quotation is enabled
11721
11722 2001-10-09 [alfons]     0.6.3.claws4
11723
11724         * src/summaryview.c
11725                 select correct row when deleting last row in the summary view (and
11726                 close bug "[ #469104 ] select second last in list when deleting")
11727
11728 2001-10-09 [paul]       0.6.3claws3
11729
11730         * sync with sylpheed 0.6.3cvs1
11731                 updated some autotool scripts
11732
11733 2001-10-09 [darko]      0.6.3claws2
11734
11735         * src/gtkstext.[ch]
11736                 new name and mark with Sylpheed comment
11737         * src/compose.c
11738                 smart quotation wrapping a-la VIM
11739
11740 2001-10-08 [paul]       0.6.3claws1
11741
11742         * sync with sylpheed 0.6.3 release
11743                 see ChangeLog entry 2001-10-08
11744
11745 2001-10-08 [paul]       0.6.2claws24
11746
11747         * src/summaryview.c
11748                 more sync with sylpheed 0.6.2cvs12
11749                 Fixed the bug that didn't select the last row correctly
11750
11751
11752 2001-10-07 [paul]       0.6.2claws23
11753
11754         * sync with sylpheed 0.6.2cvs12
11755                 see ChangeLog entry 2001-10-07
11756
11757 2001-10-06 [match]
11758         * src/jpilot.[ch]
11759                 enable jpilot to read unsynch'ed addresses.
11760
11761         * src/editldap_basedn.c
11762                 fix segfault when opening dialog.
11763
11764 2001-10-06 [alfons]     0.6.2.claws22
11765
11766         * src/summaryview.c
11767                 fix bug with summary view selecting last *inserted*
11768                 node instead of last *visible* node. remember we
11769                 work with a tree
11770
11771 2001-10-06 [paul]       0.6.2claws21
11772
11773         * po/pt_BR.po
11774                 updated translation, contains some fixes and new
11775                 translations, submitted by Gustavo Noronha Silva
11776                 <kov@debian.org>
11777
11778         * src/prefs_common.c
11779                 change 'each' to 'every' - fix dubious English
11780
11781         * sync with sylpheed 0.6.2cvs11
11782
11783 2001-10-05 [alfons]     0.6.2claws20
11784
11785         * src/mainwindow.[ch], src/folderview.c
11786                 make composite tool button switch between "Compose News"
11787                 and "Compose Mail" depending on selected folder
11788                 (nifty idea by Kim Schulz <kim@schulz.dk>)
11789
11790 2001-10-05 [paul]       0.6.2claws19
11791
11792         * src/mainwindow.c, src/summaryview.c
11793                 fix 'Message/Reply to all', broken in last commit
11794
11795         * src/compose.c
11796                 fix X_BEENTHERE seg fault, thanks to Alfons
11797
11798 2001-10-04 [paul]       0.6.2claws18
11799
11800         * src/compose.[ch], src/mainwindow.c
11801                 make "Message/Reply" reply to mailing lists; matches
11802                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
11803                 based on portions of the patch submitted by
11804                 Junichi Uekawa <dancer@netfort.gr.jp>
11805
11806 2001-10-04 [darko]      0.6.2claws17
11807
11808         * src/compose.c
11809                 better smart wrapping
11810         * src/gtkstext.[hc]
11811                 a function to make text buffer contiguous
11812
11813 2001-10-03 [paul]       0.6.2claws16
11814
11815         * sync with sylpheed 0.6.2cvs10
11816
11817 2001-10-02 [alfons]
11818
11819         * configure.in
11820         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
11821                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
11822                 references to chinese translations (hope someone picks up
11823                 this)
11824
11825 2001-10-02 [christoph]  0.6.2claws15
11826
11827         * src/compose.c
11828                 fixed non translated header bug
11829         * ChangeLog.claws
11830                 fixed wrong date in alfons last entry ;)
11831
11832 2001-10-02 [alfons]     0.6.2claws14
11833
11834         * src/compose.c, src/prefs_common.[ch]
11835                 add block cursor option
11836
11837 2001-10-02 [paul]       0.6.2claws13
11838
11839         * sync with sylpheed 0.6.2cvs9
11840
11841 2001-09-30 [paul]       0.6.2claws12
11842
11843         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
11844                 updated translations
11845
11846         * po/POTFILES.in
11847                 add 'src/importldif.c'
11848
11849         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
11850                 added eudora-to-vCard conversion tool
11851                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
11852
11853         * sync with sylpheed 0.6.2cvs8
11854
11855 2001-09-30 [paul]
11856
11857         * sylpheed-0.6.2claws released
11858
11859 2001-09-27 [melvin]     0.6.2claws11
11860
11861         * src/gtkspell.c
11862                 fixed crash when using default path (introduced 
11863                 in 0.6.2claws10)
11864                 fixed tiny bug for initial suggestion mode
11865
11866 2001-09-27 [melvin]     0.6.2claws10
11867         
11868         * src/gtkspell.c
11869                 fixed bug where gtkpspell didn't set the path correctly
11870
11871         * README.claws
11872                 added a paragraph about spell checking
11873                 
11874
11875
11876 2001-09-27 [paul]       0.6.2claws9
11877
11878         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
11879                 replace '// comments' with '/* comments */' to prevent
11880                 some compiler warnings 
11881
11882         * sync with sylpheed 0.6.2cvs6
11883
11884 2001-09-26 [alfons]     0.6.2claws8
11885
11886         * src/messageview.c
11887                 introduce return receipt request notification again,
11888                 which was lost because of other semantics in 
11889                 procheader_parse() (???)
11890
11891 2001-09-26 [christoph]  0.6.2claws7
11892
11893         * src/compose.c
11894                 replace comments for old code with #if 0
11895                 readded auto cc, bcc and reply-to
11896         * src/prefs_matcher.c
11897         * src/prefs_scoring.c
11898                 removed some definition (was moved to
11899                 prefs.h)
11900
11901 2001-09-26 [paul]       0.6.2claws6
11902
11903         * src/mainwindow.c
11904                 make 'Follow-up and reply to' sensitive
11905
11906         * more sync with sylpheed 0.6.2cvs5
11907
11908 2001-09-25 [melvin]
11909
11910         * 0.6.2claws5
11911
11912         * src/gtkspell.c
11913                 fixed bug for "US-ASCII" introduced by the encoding code
11914
11915 2001-09-25 [paul]
11916
11917         * 0.6.2claws4
11918
11919         * src/prefs_common.[ch], src/summaryview.c
11920                 'next unread msg' 'go to next folder?' dialog can be
11921                 given default behaviour, either always show dialog,
11922                 or assume 'yes', or assume 'no'
11923                 Submitted by wwp <subscript@free.fr>
11924
11925 2001-09-25 [melvin]
11926                 
11927         * src/compose.c src/gtkspell.[ch]
11928                 added support for different encodings
11929
11930 2001-09-25 [paul]
11931
11932         * more sync with sylpheed 0.6.2cvs5
11933
11934 2001-09-24 [alfons]
11935         
11936         * src/prefs_folder_item.c
11937                 add check for item->prefs->default_to string is NULL and
11938                 add another check when freeing this string
11939
11940 2001-09-24 [paul]
11941
11942         * configure.in
11943                 change to version 0.6.2claws3
11944
11945         * sync with sylpheed 0.6.2cvs5 
11946
11947 2001-09-24 [match]
11948         * src/ldif.[ch], src/importldif.[ch], addressbook.c
11949                 import LDIF files.
11950         * src/addrcache.[ch], addrindex.[ch]
11951                 small update for future
11952         * src/addrbook.c
11953                 fix test XML file.
11954
11955 2001-09-24 [melvin]
11956         * src/gtkspell.[ch]
11957                 added 'Learn from mistakes' option
11958                 better handling of quotes in checked words
11959                 sorted dict list
11960         * po/fr.po
11961                 small update for spell checking stuff
11962
11963 2001-09-23 [alfons]
11964         
11965         * src/gtkspell.c
11966                 edit a little bit so it complies more with main coding style
11967
11968 2001-09-23 [alfons]
11969
11970         * src/folder.[ch], prefs_folder_item.c, compose.c
11971                 migrate "request return receipt" folder property
11972                 to folderlist.xml
11973
11974 2001-09-22 [alfons]
11975
11976         * README.claws **NEW**
11977                 (add things of interest for users of main branch 
11978                 and claws here)
11979
11980         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
11981                 re-implement threading per folder option, but store 
11982                 the setting in folderlist.xml (where it belongs)
11983
11984 2001-09-21 [melvin]
11985
11986         * src/gtkspell.[ch]
11987                 fixed bug when compose window is under another window
11988         * src/prefs_common.[ch] src/compose.c
11989                 changed 'dictionary_path' to 'dictionary' to be consistent
11990                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
11991         * ac/pspell.m4 src/Makefile.am 
11992                 dropped PSPELL_PATH macro
11993         * po/fr.po
11994                 updated translations
11995
11996 2001-09-21 [christoph]
11997
11998         * src/compose.c
11999                 added border around header fields
12000                 keep header type when new field is added
12001
12002 2001-09-20 [christoph]
12003
12004         * src/utils.[ch]
12005                 more portable debug_print with source filename
12006                 and linenumber
12007         * src/procmsg.c
12008                 more newlines after debug messages
12009
12010 2001-09-20 [paul]
12011
12012         * configure.in
12013                 change to version 0.6.2claws2
12014
12015         * sync with sylpheed 0.6.2cvs3
12016
12017 2001-09-19 [melvin]
12018
12019         * src/gtkspell.c
12020                 fixed the post-right-click focus pb
12021                 fixed crash when 'Spell check all' after dict change 
12022                         and when cursor is at the end of the text
12023                 shift-right-click pops up config menu even on misspelled words.
12024         * po/POTFILES.in
12025                 added gtkspell.c
12026
12027 2001-09-19 [melvin]
12028
12029         * src/about.c
12030                 added pspell to compiled-in features list
12031
12032 2001-09-18 [melvin]
12033
12034         * switched to pspell and dropped ispell
12035         * ac/pspell.m4
12036                 new file. autoconf macro for pspell
12037         * ac/Makefile.am 
12038         * configure.in acconfig.h
12039                 added pspell support
12040         * src/Makefile.am
12041         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12042         * src/prefs_common.[ch] 
12043                 added pspell support
12044
12045 2001-09-18 [christoph]
12046
12047         * src/addr_compl.c
12048         * src/template.[ch]
12049                 replace LOG_MESSAGE with debug_print
12050         * src/compose.[ch]
12051                 gui improvements
12052         * src/menu.c
12053                 added newline after debug message
12054         * src/utils.h
12055                 using __VA_ARGS__ for debug_print macro
12056         * tools/.cvsignore
12057                 ignore Makefile and Makefile.in
12058
12059 2001-09-18 [paul]
12060
12061         * configure.in
12062                 change to version 0.6.2claws1
12063         * sync with sylpheed 0.6.2cvs1
12064
12065         * src/matcher.c 
12066         * src/prefs_matcher.c
12067                 add 'score equal to' option, submitted by
12068                 Paul Evans <nerd@freeuk.com>
12069
12070 2001-09-15 [christoph]
12071
12072         * src/mainwindow.c
12073                 comment out menu entry not existing in claws
12074         * src/menu.c
12075                 add debug output for non existing menu entries
12076         * src/summaryview.c
12077                 fix next/prev unread message for ignored threads
12078         * src/utils.[ch]
12079                 add sourcefile and line number to debug output
12080                 otherwise it is sometimes hard to find the
12081                 source code part if debug messages are translated
12082
12083 2001-09-14 [darko]
12084         
12085         * src/folderview.c
12086                 refresh target folder style after colour is changed
12087
12088 2001-09-13 [paul]
12089
12090         * configure.in
12091                 change to version 0.6.1claws3
12092
12093         * sync with sylpheed 0.6.1cvs6
12094
12095 2001-09-13 [darko]
12096         
12097         * src/folderview.c
12098                 fix target folder colourization to use user selected colour
12099
12100 2001-09-12 [darko]
12101         
12102         * src/summaryview.c
12103                 fix crash when message that is marked for copy/move is unmarked
12104
12105 2001-09-09 [paul]
12106
12107         * configure.in
12108                 change to version 0.6.1claws2
12109
12110         * sync with sylpheed 0.6.1cvs3
12111
12112 2001-09-09 [alfons]
12113         
12114         * src/folderview.c
12115                 fix bug with default font used for trash folder text
12116
12117 2001-09-06 [paul]
12118
12119         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12120                 updated translations
12121
12122         * configure.in
12123                 change to version 0.6.1claws1
12124
12125         * sync with sylpheed 0.6.1cvs2
12126
12127 2001-09-03 [paul]
12128
12129         * po/POTFILES.in
12130                 add Match's new addressbook
12131
12132         * po/de.po
12133                 updated translation submitted by Jens Oberender
12134
12135 2001-09-02 [paul]
12136
12137         * configure.in
12138                 change to 0.6.1claws
12139         * sync with sylpheed 0.6.1 release
12140
12141 2001-09-02 [paul]
12142
12143         * configure.in
12144                 change to 0.6.0claws2
12145
12146         * sync with sylpheed 0.6.0cvs4
12147
12148         * po/pt_BR.po
12149                 updated translation submitted by Fabio Junior Beneditto
12150
12151 2001-09-01 [match]
12152         * pixmaps/
12153                 interface.xpm
12154                 book.xpm
12155                 address.xpm
12156         * src/
12157                 Makefile.am
12158                 a ton of new files
12159
12160 2001-08-31 [paul]
12161
12162         * configure.in
12163                 change to version 0.6.0claws1
12164
12165         * sync with sylpheed 0.6.0cvs1
12166
12167         * po/es.po
12168                 updated translation submitted by Ricardo Mones Lastra
12169
12170         * po/POTFILES.in
12171                 add 'src/prefs_templates.c'
12172
12173         * src/compose.c, src/summaryview.c
12174                 fix segfault on 'Re_edit'               
12175
12176 2001-08-30 [alfons]
12177
12178         * configure.in, Makefile.am
12179         * tools/Makefile.am
12180                 add tools directory to source distribution
12181
12182 2001-08-30 [paul]
12183
12184         * configure.in
12185                 change to version 0.6.0claws
12186
12187         * sync with sylpheed 0.6.0 release
12188
12189 2001-08-30 [christoph]
12190
12191         * configure.in
12192                 removed autoconf version check
12193
12194 2001-08-30 [paul]
12195
12196         * src/account.c, src/compose.c, src/prefs_common.[ch]
12197         * src/procheader.[ch] src/utils.[ch]
12198                 Enhanced automatic account selection on replies
12199                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12200
12201         * configure.in
12202                 add LDAP and JPilot to the configuration results output.
12203
12204 2001-08-29 [christoph]
12205
12206         * src/summeryview.c
12207                 no bold font for ignored threads
12208
12209 2001-08-29 [paul]
12210
12211         * configure.in
12212                 change to version 0.5.3claws6
12213
12214         * sync with sylpheed 0.5.3cvs10
12215                 src/stringtable.[ch]: New Files
12216
12217         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12218         * src/pixmaps/sylpheed.xpm
12219                 add mini-icons to windows (by Alfons)
12220
12221 2001-08-27 [paul]
12222
12223         * src/mainwindow.c
12224                 new functions: next_labeled_cb(), prev_labeled_cb()
12225
12226         * src/summaryview.c
12227                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12228                 summary_select_next_labeled(), summary_select_prev_labeled()
12229
12230         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12231                 give claws blue folders and a blue trash can
12232
12233 2001-08-27 [paul]
12234
12235         * configure.in
12236                 change to version 0.5.3claws5
12237
12238         * sync with sylpheed 0.5.3cvs9
12239                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12240
12241 2001-08-24 [christoph]
12242
12243         * src/filesel.c
12244                 keep filename when browsing directories
12245                 (not working for user entered filename, but
12246                  for default name and selected filename from
12247                  file list)
12248         * src/mainwindow.c
12249                 fixed wrong spelling "Folllow-up"
12250         * src/mbox_folder.c
12251         * src/procmsg.c
12252         * src/summaryview.c
12253                 fixed new/unread message count with ignored
12254                 threads (2 commits, first didn't notice no
12255                 longer needed decreasing)
12256         * src/inc.c
12257                 readded scrolling of progress dialog
12258                 (lost in sync)
12259
12260 2001-08-24 [paul]
12261
12262         * configure.in
12263                 change to 0.5.3claws4
12264
12265         * sync with sylpheed 0.5.3cvs7
12266
12267 2001-08-24 [christoph]
12268
12269         * src/compose.c
12270                 set request return receipt when replying
12271                 if it is set is the folder prefs of the
12272                 message
12273         * src/inc.c
12274                 disable final error popup if popups are
12275                 disabled in config (again)
12276
12277 2001-08-23 [paul]
12278
12279         * configure.in
12280                 Change version number to 0.5.3claws3
12281
12282         * sync with sylpheed 0.5.3cvs5
12283
12284         * src/mimeview.c
12285                 double quote '%s' in 'gedit %s' to fix bug when
12286                 opening attachment with spaces in the name
12287
12288 2001-08-22 [alte]
12289         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12290           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12291                 initial message templates support
12292
12293
12294 2001-08-22 [paul]
12295
12296         * configure.in
12297                 change version number to 0.5.3claws2
12298
12299         * sync with sylpheed 0.5.3cvs4
12300
12301         * src/procmsg.h src/summaryview.c
12302                 re-implement (un)ignore thread
12303
12304 2001-08-21 [paul]
12305
12306         * src/summaryview.c
12307                 remove unnecessary code
12308         * src/compose.c
12309                 enable 'dynamic' signatures (submitted by
12310                 Eric Limpens <eric@hscg-internet.nl>)
12311
12312 2001-08-21 [paul]
12313
12314         clean up after sync with sylpheed 0.5.3 release
12315
12316         * src/folderview.c
12317                 fix re-introduced font mess, see Christoph's
12318                 entry 2001-06-24
12319
12320         * src/summaryview.c
12321                 remove prev_msgnum
12322                 use sylpheed's small font instead of
12323                 gtk default font for summary view
12324
12325
12326 2001-08-17 [paul]
12327
12328         * configure.in
12329                 add pl to ALL_LINGUAS - sync with main branch
12330
12331         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12332                 Updated. Translations by Jens Oberender, Ricardo Mones
12333                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
12334
12335         * po/pl.po  ** NEW FILE **
12336                 sync with the main branch
12337
12338         * src/folderview.c
12339                 fix target folder colorizing and refresh problem
12340
12341
12342 2001-08-17 [christoph]
12343
12344         * src/mainwindow.c
12345                 claws uses 4 colors for target folder coloring.
12346                 arrays were not long enough and destroyed the
12347                 stack causing a segfault.
12348                 target folder colorizing does not work anymore
12349                 for me
12350
12351 2001-08-16 [paul]
12352
12353         * configure.in
12354                 change to version 0.5.3claws1
12355
12356         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
12357           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
12358           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
12359
12360                 sync with sylpheed 0.5.3 release, but keep claws method of
12361                 configuring/saving fonts
12362
12363         * src/addressbook.[ch]
12364                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
12365                 in line with a similar change in Hiroyuki's branch
12366
12367         * src/mainwindow.[ch]
12368                 disable main_window_set_thread_option()
12369         * src/prefs_folder_item.c
12370                 comment out &tmps_prefs.enable_thread,
12371         * src/mbox_folder.c, src/procmsg.[ch]
12372                 comment out MSG_IS_IGNORE_THREAD
12373         * src/summaryview.c
12374                 comment out summary_ignore_thread() and summary_unignore_thread()
12375                 comment out MSG_IS_IGNORE_THREAD
12376
12377                 use Hiroyuki's threading instead.
12378
12379
12380
12381 2001-08-15 [paul]
12382
12383         * src/account.c
12384                 use Hiroyuki's 0.5.3 column scheme but also
12385                 include the enable/disable button.
12386         * src/pixmaps/mark.xpm
12387                 add Hiroyuki's amended pixmap
12388
12389 2001-08-13 [christoph]
12390
12391         * src/account.c
12392                 receive at get all column showed wrong state for APOP
12393                 button should only work for POP3 and APOP accounts
12394         * src/prefs_account.c
12395                 added missing preprocessor statement for SSL
12396
12397 2001-08-12 [paul]
12398
12399         * src/account.[ch]
12400                 add 'receive at get all' column and enable/disable
12401                 button.
12402
12403 2001-08-06 [christoph]
12404
12405         * src/account.c
12406                 show usage of SSL in protocol column
12407
12408         * src/imap.c
12409         * src/inc.c
12410                 renamed ssl options
12411
12412         * src/prefs_account.[ch]
12413                 moved ssl options to a new page
12414
12415         * src/send.c
12416         * src/smtp.c
12417         * src/ssl.[ch]
12418                 renamed ssl options
12419                 added support for SMTP STARTTLS command
12420
12421 2001-08-05 [christoph]
12422
12423         * configure.in
12424                 debian autoconf needs version check to find
12425                 correct autoconf version. if the file is
12426                 named configure.in 2.13 is used, which does
12427                 not work with this configure.in script.
12428                 other solution would be to rename the script
12429                 to configure.ac as suggested in the autoconf
12430                 manual.
12431
12432         * src/inc.c
12433                 disable final error popup if popups are
12434                 diabled in config
12435
12436         * src/socket.c
12437                 bugfix in ssl_gets
12438                 fixes IMAP over SSL problem
12439
12440 2001-08-03 [paul]
12441
12442         * configure.in
12443                 change to 0.5.2claws1
12444
12445         * sync with sylpheed 0.5.2cvs1
12446
12447 2001-08-02 [alfons]
12448
12449         * configure.in
12450                 quick fix for ispell detection...
12451
12452 2001-08-01 [paul]
12453
12454         * configure.in
12455                 change to 0.5.1claws4
12456
12457         * sync with sylpheed 0.5.1cvs7
12458
12459 2001-07-31 [alfons]
12460
12461         * src/prefs_common.c, src/prefs_common.h, 
12462           src/gtkspell.c, src/gtkspell.h
12463                 add global spelling checker settings (compose tab) +
12464                 selection of dictionary 
12465           
12466         * configure.in  
12467                 guess valid ispell location
12468
12469 2001-07-31 [paul]
12470
12471         * po/POTFILES.in
12472                 removal of 'src/quote_fmt_parse.c'
12473         * po/de.po
12474                 Updated de.po
12475                 (submitted by Jens Oberender <didge@suse.de>)
12476
12477 2001-07-31 [darko]
12478
12479         * src/folder.[ch]
12480         * src/folderview.[ch]
12481         * src/mainwindow.c
12482         * src/mh.c
12483         * src/prefs_common.[ch]
12484         * src/summaryview.c
12485                 target folder colourization
12486
12487 2001-07-30 [paul]
12488
12489         more sync with Sylpheed 0.5.1cvs6 
12490
12491 2001-07-30 [darko]
12492
12493         * src/mh.c
12494         * src/prefs_folder_item.[hc]
12495         * src/summaryview.c
12496                 shared folders support with a GUI
12497
12498 2001-07-29 [paul]
12499
12500         0.5.1claws3
12501
12502         * sync with Sylpheed 0.5.1cvs6
12503
12504 2001-07-29 [paul]
12505
12506         * po/pt_BR.po
12507                 updated
12508                 (submitted by Fabio Junior Beneditto)
12509
12510 2001-07-28 [paul]
12511
12512         * src/procmime.c
12513         * AUTHORS
12514                 patch to correct bad image mime headers
12515                 (submitted by Don Quijote <dq@searchlores.org>)
12516
12517 2001-07-28 [paul]
12518
12519         * tools/gif2xface.pl   **NEW FILE**
12520         * tools/README
12521                 script to convert file.gif to file.xface for
12522                 use in a custom header.
12523                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
12524
12525 2001-07-27 [alfons]
12526         
12527         * configure.in
12528                 change macros for detecting JPilot and LDAP
12529
12530 2001-07-27 [christoph]
12531
12532         * src/filtering.c
12533                 code cleanup (MIN / MAX warning, needed casting)
12534
12535 2001-07-27 [alfons]
12536
12537         * procheader.c
12538                 disallow setting flags when detecting certain headers
12539                 (X-Status, Status, Seen, X-Seen). 
12540         
12541         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
12542
12543 2001-07-27 [christoph]
12544
12545         * src/prefs_filter.c
12546         * src/prefs_filtering.c
12547         * src/prefs_matcher.c
12548         * src/prefs_scoring.c
12549                 scroll list when moving rows up or down
12550
12551         * src/imap.c
12552         * src/imap.h
12553         * src/prefs_account.c
12554         * src/prefs_account.h
12555         * src/send.c
12556                 SMTP over SSL (untested, feedback requested)
12557                 IMAP over SSL
12558
12559         * src/ssl.c
12560                 code cleanup
12561
12562 2001-07-26 [alfons]
12563         
12564         * configure.in, acconfig.h
12565                 define CLAWS (need this for main / claws detection)
12566
12567 2001-07-25 [alfons]
12568
12569         * configure.in
12570                 Sylpheed 0.5.1claws2
12571                 
12572         * sync with Sylpheed 0.5.1cvs4
12573
12574 2001-07-25 [christoph]
12575
12576         * src/scoring.c
12577                 fixed segfault
12578                 item->prefs == NULL (don't know why)
12579
12580 2001-07-25 [alfons]
12581
12582         * configure.in
12583                 Sylpheed 0.5.1claws1
12584
12585         * sync with Sylpheed 0.5.1cvs1-3
12586
12587 2001-07-24 [christoph]
12588
12589         * src/folderview.c
12590         * src/prefs_folder_item.[ch]
12591                 added folderitem preferences dialog with
12592                 default To: and auto request return receipt
12593
12594         * src/compose.[ch]
12595         * src/menu.[ch]
12596                 changes to handle new folderitem preferences
12597
12598         * src/mainwindow.c
12599         * src/summaryview.c
12600                 call compose new mail with current folderitem
12601
12602 2001-07-24 [alfons]
12603
12604         Release Sylpheed 0.5.1claws
12605
12606         * configure.in
12607                 change to release version 0.5.1claws
12608
12609 2001-07-24 [christoph]
12610
12611         * src/summaryview.c
12612                 fixed segfault that happend when the selected
12613                 message was removed while retrieving new messages.
12614
12615         * po/es.po
12616                 updated translation
12617                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
12618
12619 2001-07-22 [alfons]
12620
12621         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
12622         this is a work in progress, for more information: http://nlpagan.net/sylman 
12623         
12624         * configure.in, src/mainwindow.c, manual/Makefile.am
12625                 add support for English manual
12626
12627         * AUTHORS
12628                 add authors of user manuals
12629
12630         * manual/en/sylpheed*.html
12631                 add English documentation
12632
12633 2001-07-22 [christoph]
12634
12635         * po/POTFILES.in
12636                 added src/ssl.c
12637         * src/ssl.c
12638                 changed a wrong debug message
12639
12640 2001-07-22 [alfons]
12641
12642         * po/nl.po
12643                 update Dutch translation
12644
12645         * src/prefs_filtering.c, 
12646           src/prefs_matcher.c
12647                 add more translatable strings           
12648
12649 2001-07-21 [alfons]
12650
12651         0.5.0claws7
12652
12653         * configure.in
12654                 change version
12655
12656         * src/inc.c, src/summaryview.[ch]
12657                 prevent update of mark file when filtering has done, by
12658                 using a variable; this affects two functions:
12659                         inc.c::inc_finished()
12660                         summaryview.c::summary_show()
12661
12662 2001-07-20 [alfons]
12663
12664         * src/filtering.[ch], src/prefs_filtering.c, 
12665           src/matcher.[ch]
12666                 add filtering action for label coloring 
12667
12668         * po/POTFILES.in
12669                 add labelcolors.c
12670
12671         * added src/labelcolors.c
12672         * added src/labelcolors.h
12673         * src/Makefile.am, src/summaryview.c
12674                 rearrange label coloring code
12675
12676         * src/procmsg.h
12677                 add more parentheses so label colouring works correctly
12678
12679         * src/filtering.c
12680                 don't really delete message, but move it to Trash
12681
12682         * src/prefs_matcher.c
12683                 add quote options to info dialog
12684
12685 2001-07-20 [christoph]
12686
12687         * src/Makefile.am
12688         * src/inc.c
12689         * src/main.[ch]
12690         * src/socket.h
12691         * src/ssl.[ch] (new)
12692                 moved ssl stuff to a seperate file
12693
12694 2001-07-20 [darko]
12695
12696         * src/summaryview.c
12697                 fix show sender using address book with no e-mail
12698                 address in From: field
12699
12700 2001-07-19 [alfons]
12701
12702         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
12703                 fix messy handling of escaping... now at least the
12704                 execute command is useful. escape char is '\', we
12705                 accept \n and \r too. 
12706
12707                 Real life example:
12708                 
12709                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
12710                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
12711
12712 2001-07-18 [alfons]
12713
12714         0.5.0claws6
12715
12716         * src/summaryview.c
12717                 clean up
12718
12719         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
12720           src/procmsg.[ch]
12721                 revise filtering; currently move, copy, marking have
12722                 been tested. if you like bleeding edge stuff, you
12723                 should definitely go for this version :)
12724
12725         * mark old working stuff as VERSION_0_5_0_CLAWS5        
12726
12727 2001-07-17 [christoph]
12728
12729         * src/utils.c
12730                 timestamp log
12731
12732 2001-07-17 [alfons]
12733
12734         0.5.0claws5
12735
12736         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
12737           bits in the mark file, without affecting either branch. Lots of
12738           files changed, also in claws branch.
12739
12740           UNTESTED: use of mbox folders
12741
12742         * src/summaryview.c
12743                 added mark all read; however this was a quick hack used for
12744                 cleaning up mess after initial merge with Hiroyuki
12745
12746         * configure.in
12747                 change claws version number back to 0.5.0claws5 to clear up 
12748                 confusion & pretension (recent release was technically 
12749                 0.5.0claws4, so we neatly align with Hiroyuki :-)
12750
12751 2001-07-16 [alfons]
12752
12753         sync with Hiroyuki's 0.5.0cvs4
12754
12755 2001-07-16 [alfons]
12756
12757         0.5.1claws3
12758
12759         * src/filtering.[ch]
12760                 remove invalid updating of mark files for 
12761                 filter actions MATCHING_ACTION_MOVE and 
12762                 MATCHING_ACTION_DELETE; this should fix the
12763                 folder update bug
12764                 
12765         * src/procmsg.c
12766                 revert Christoph's stab at fixing the folder 
12767                 update bug
12768
12769         * po/POTFILES.in
12770                 add missing files with translatable strings
12771
12772         * src/summaryview.c
12773                 remove debug print
12774
12775 2001-07-15 [alfons]
12776
12777         * src/addr_compl.[ch], src/prefs_filtering.c
12778                 make "filtering pref dialog's destination entry" an
12779                 "address completable entry", if filter destination is 
12780                 an email address
12781
12782         0.5.1claws2
12783         
12784         sync with Hiroyuki's 0.5.0cvs2-3
12785
12786 2001-07-15 [christoph]
12787
12788         * src/procmsg.c
12789                 fixed folder stats update after incorporation
12790
12791 2001-07-15 [alfons]
12792
12793         * src/summaryview.c
12794                 * finish label colouring stuff (for now)
12795                 * fix incorrect colour bug (off by one) 
12796
12797 2001-07-14 [alfons]
12798
12799         * src/mainwindow.c
12800                 change text labels for news and mail message so there's
12801                 plenty of toolbar estate left
12802
12803         * configure.in
12804                 0.5.1claws1
12805
12806         * src/folderview.c
12807           src/folder.[ch]
12808                 sync with Hiroyuki's 0.5.0cvs1
12809
12810         * src/summaryview.c
12811                 more rewrite label colouring
12812
12813 2001-07-14 [alfons]
12814
12815         * src/summaryview.[ch]
12816                 * start rewrite label colouring 
12817                 * fix proper location "Add Sender To Addressbook" menu item
12818
12819 2001-07-13
12820
12821         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
12822         (actually this is 0.5.0claws4)
12823
12824 2001-07-13 [alfons]
12825
12826         * po/pt_BR.po
12827                 * fix duplicate message
12828                 * add updated Portugese / Brazilian translation
12829                   submitted by Fabio Junior Beneditto
12830
12831 2001-07-12 [alfons]
12832
12833         * AUTHORS
12834                 add Jens
12835
12836         * po/nl.po
12837                 add updated Dutch translation
12838
12839         * po/de.po
12840                 add updated German translation submitted by Jens
12841
12842 2001-07-11 [alfons]
12843
12844         Prerelease before 0.5.0claws. Please test.
12845         This version is temporarily tagged as VERSION_0_5_0_TEST
12846
12847         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
12848           src/prefs_scoring.c, src/prefs_matcher.c, 
12849           src/prefs_filtering.c, src/mbox.c, 
12850           src/main.c, src/inc.c, src/filtering.[ch]
12851                 revert new Hoa's new matcher (does not work yet)
12852
12853         * src/Makefile.am
12854                 clean up
12855
12856 2001-07-10
12857
12858         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
12859
12860
12861 2001-07-10 [alfons]
12862
12863         * Makefile.am
12864                 add ChangeLog.claws to EXTRA_DIST
12865         * src/Makefile.am
12866                 add matcher_parser_parse.h to EXTRA_DIST
12867
12868 2001-07-10 [christoph]
12869
12870         * src/inc.c
12871                 add destination folder to table of
12872                 folders that need to be updated after
12873                 incorporation
12874
12875 2001-07-10 [alfons]
12876
12877         * folder.[ch]
12878           folderview.c
12879                 make collapse state of folders and folder items persistent, i.e.
12880                 if you collapse a folder tree, the next time sylpheed-claws starts 
12881                 up the folder tree remains collapsed.  
12882                 
12883 2001-07-10 [christoph]
12884
12885         * acconfig.h
12886         * configure.in
12887                 added --enable-ssl
12888         * src/md5.[ch]
12889                 renamed MD5_CTX to MD5_CTX_syl
12890                 conflicts with a struct in openssl
12891         * src/inc.c
12892         * src/main.[ch]
12893         * src/prefs_account.[ch]
12894         * src/socket.[ch]
12895                 SSL support for POP
12896         * src/mainwindow.c
12897                 fixed compose with current account
12898                 broken by new compose button stuff
12899
12900 2001-07-09 [hoa]
12901
12902         * AUTHORS
12903                 changed my email address
12904
12905         * src/matcher_parser_parse.y
12906                 clean the parser to remove conflicts
12907
12908 2001-07-09 [alfons]
12909
12910         * AUTHORS
12911                 add Match Grun
12912
12913         * configure.in
12914                 fix incorrect description of --enable-ldap parameter
12915
12916         * src/prefs_common.[ch]
12917           src/compose.c
12918                 add experimental option "smart wrapping" which makes the
12919                 compose editor auto wrap.
12920                 
12921                 | TODO: the problem with the buggy cursor handling is caused |
12922                 | by the GtkText. when deleting / backspacing text its       |
12923                 | wrapping algorithm does not take in account the previous   |
12924                 | line. should find a way to hack this in.                   |
12925                 | or should perhaps combine this with the word wrapping      |
12926                 | patch i wrote in january.                                  |
12927
12928         * src/about.c
12929                 show build parameters for LDAP and JPilot
12930
12931         * src/summaryview.c
12932                 revert Christoph's bugfix for selecting next unread message, 
12933                 because folder stats aren't updated correctly
12934
12935 2001-07-08 [hoa]
12936
12937         * src/filtering.c
12938         * src/mainwindow.c
12939         * src/matcher.c
12940         * src/matcher_parser_lex.l
12941         * src/matcher_parser_parse.y
12942         * src/prefs_filtering.c
12943         * src/prefs_scoring.c
12944         * src/scoring.c
12945                 bugfix of the config file parser
12946
12947 2001-07-08 [alfons]
12948
12949         * src/Makefile.am
12950                 added generated matcher sources to BUILT_SOURCES
12951
12952 2001-07-08 [hoa]
12953
12954         * src/Makefile.am
12955         * src/.cvsignore
12956                 added new config file parser
12957
12958         * src/scoring.[ch]
12959         * src/filtering.[ch]
12960         * src/matcher.[ch]
12961         * src/prefs_filtering.c
12962         * src/prefs_matcher.c
12963         * src/prefs_scoring.c
12964         * added src/matcher_parser.h
12965         * added src/matcher_parser_lex.h
12966         * added src/matcher_parser_lex.l
12967         * added src/matcher_parser_parse.y
12968                 lex & yacc config file parser
12969
12970         * src/mbox.c
12971         * src/inc.c
12972         * src/main.c
12973                 changes prefs_filtering into global_filtering           
12974
12975         * src/summaryview.c
12976                 build threads with subjects only if "Re: " is at the
12977                 beginning of the subject
12978
12979 2001-07-07 [paul]
12980
12981         0.5.0claws
12982
12983         sync with sylpheed 0.5.0
12984                 change of version number only
12985
12986 2001-07-06 [paul]
12987
12988         0.5.0claws5
12989
12990         sync with sylpheed 0.5.0pre5
12991
12992 2001-07-05 [paul]
12993
12994         sync with sylpheed 0.5.0pre4 release
12995                 /po and /manual/ja not sync'ed
12996
12997 2001-07-04 [paul]
12998
12999         more sync with sylpheed 0.5.0pre4
13000
13001 2001-07-03 [christoph]
13002
13003         * src/addressbook.c
13004                 fixed address book broken by address book
13005                 for VCard, JPilot, LDAP
13006
13007 2001-07-03 [alfons]
13008
13009         * src/matcher.c
13010         * src/textview.c
13011                 stopped memory leaks
13012
13013 2001-07-03 [paul]
13014
13015         more sync with sylpheed 0.5.0pre4
13016
13017 2001-07-02 [match]
13018
13019         * included address book patch for VCard, JPilot, LDAP
13020         * pref_common.c - fixed Font options on Display tab (cosmetic)
13021         * alertpanel.c - fixed truncated message
13022
13023 2001-07-02 [christoph]
13024
13025         * src/mbox_folder.c
13026         * src/procmsg.[ch]
13027         * src/summaryview.c
13028                 mark threads for ignoring
13029
13030 2001-07-02 [paul]
13031
13032         0.5.0claws4
13033
13034         * sync with sylpheed 0.5.0pre4
13035                 updated gettext to 0.10.38.
13036
13037 2001-07-01 [paul]
13038
13039         * src/ mainwindow.c
13040         * src/procmsg.h
13041         * src/summaryview.[ch]
13042                 new right-click option: Label.
13043                 substitute for 'Mark-->Mark/Unmark', colours the line.
13044                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13045
13046 2001-07-01 [christoph]
13047
13048         * src/folderview.c
13049                 fixed font for trash
13050         * src/summaryview.c
13051                 move ctree to unread message
13052
13053 2001-07-01 [paul]
13054
13055         * sync with sylpheed 0.5.0pre3 release
13056
13057 2001-06-30 [alfons]
13058
13059         * src/filesel.[ch]
13060         * src/compose.c
13061                 allow inserting / attaching multiple files in
13062                 the composer window
13063
13064 2001-06-30 [paul]
13065
13066         * src/codeconv.c
13067                 small change to Alfons' previous stuff so that it
13068                 actually makes
13069
13070 2001-06-30 [alfons]
13071
13072         * lots of files changed; first attempt to merge the changes
13073           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13074
13075 2001-06-30 [paul]
13076
13077         * po/pt_BR.po
13078                 updated and completed, translations by Fabio
13079                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13080
13081 2001-06-29 [alfons]
13082
13083         * src/compose.c
13084         * src/mimeproc.[ch]
13085                 allow selecting an attached files' mime type from a 
13086                 list of types.
13087
13088 2001-06-29 [paul]
13089
13090         * more sync with sylpheed 0.5.0pre3
13091
13092 2001-06-29 [paul]
13093
13094         * po/pt_BR.po
13095                 merge with sylpheed.pot and pt_BR.po provided by
13096                 Fabio Junior Beneditto.
13097
13098 2001-06-29 [darko]
13099
13100         * src/procmime.c
13101                 make MIME types case insensitive
13102
13103 2001-06-28 [alfons]
13104
13105         * po/nl.po
13106                 merge with sylpheed.pot and old nl.po; translations added.
13107
13108 2001-06-28 [paul]
13109
13110         * more sync with sylpheed 0.5.0pre3
13111
13112 2001-06-27 [alfons]
13113
13114         * src/summaryview.c
13115                 don't crash when removing parent node of messages
13116                 attracted by subject. this was caused by not deleting
13117                 the parent node from the subject line hash table.
13118
13119 2001-06-27 [alfons]
13120
13121         * src/summaryview.c
13122         * src/compose.[ch]
13123         * src/mainwindow.c
13124                 if there are multiple messages selected, allow forwarding
13125                 them as attachments.
13126
13127 2001-06-27 [paul]
13128
13129         * more sync with sylpheed 0.5.0pre3
13130
13131 2001-06-26 [paul]
13132
13133         0.5.0claws3
13134
13135         * sync with sylpheed 0.5.0pre3
13136
13137 2001-06-25 [paul]
13138
13139         * src/mainwindow.c
13140                 fixed 'compose news article' bug
13141                 from icon-and-text toolbar
13142
13143 2001-06-25 [paul]
13144
13145         * sync with sylpheed 0.5.0pre2 release
13146
13147 2001-06-24 [christoph]
13148
13149         * src/prefs_common.c
13150                 bug fix in font selection
13151         * src/folderview.c
13152                 use sylpheed's normal font instead of
13153                 gtk default font for folders without
13154                 new messages
13155
13156 2001-06-24 [alfons]
13157
13158         * src/mainwindow.[ch]
13159                 added composite compose mail / news button (an idea by Leandro
13160                 Pereira <leandro@linuxmag.com.br>)
13161
13162 2001-06-24 [paul]
13163
13164         Added instructions for ldif-to-xml.py
13165
13166         * tools/README
13167
13168 2001-06-23 [alfons]
13169
13170         Some minor things.
13171
13172         * src/pixmaps/stock_news_compose.xpm
13173                 added pixmap by Leandro
13174         * src/prefs_common.c
13175                 tested built-in spelling checker of GCC 3.0 :)
13176         * po/nl.po
13177                 merged dutch translation of sylpheed-main with
13178                 sylpheed.pot
13179
13180 2001-06-23 [paul]
13181
13182         Added tools directory and files.
13183
13184         * tools/filter_conv.pl
13185                 converts old filter system to new filtering system
13186         * tools/ldif-to-xml.py
13187                 converts netscape addressbook to sylpheed addressbook
13188         * tools/README
13189                 descriptions/instructions for above two files
13190
13191 2001-06-23 [christoph]
13192
13193         * src/inc.c
13194         * src/manage_window.[ch]
13195         * src/prefs_common.[ch]
13196                 mail retrieval dialog can be enabled, disabled
13197                 or hidden if non of sylpheed's windows is active
13198
13199 2001-06-22 [paul]
13200
13201         0.5.0claws2
13202
13203         * sync with sylpheed 0.5.0pre2
13204
13205 2001-06-21 [christoph]
13206
13207         * src/summaryview.c
13208                 show recipient on 'from' for all accounts
13209                 
13210         * src/inc.c
13211         * src/prefs_common.[ch]
13212                 disable error popup on mail receive errors
13213
13214 2001-06-21 [alfons]
13215
13216         * src/compose.c
13217                 made the ruler correctly appear and disappear.
13218
13219         * src/Makefile.am
13220                 removed Hoa's work-in-progress-stuff (interesting!) so 
13221                 claws compiles ok.
13222
13223 2001-06-20 [christoph]
13224
13225         * src/inc.c
13226         * src/progressdialog.c
13227                 added scrolled window for list in progressdialog
13228
13229 2001-06-20 [paul]
13230
13231         sync with sylpheed 0.5.0pre1 release
13232
13233 2001-06-20 [christoph]
13234
13235         * src/summeryview.c
13236                 make building threads by subject work when
13237                 thread view is enabled
13238                 
13239         * src/compose.c
13240         * src/prefs_common.[ch]
13241                 automatically select account for mail replys
13242
13243 2001-06-19 [sergey]
13244
13245         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13246         they are filled in from the account settings.
13247
13248 2001-06-19 [paul]
13249
13250         * more sync with sylpheed 0.5.0pre1
13251
13252 2001-06-18 [alfons]
13253
13254         * src/Makefile.am,
13255           src/procmime.c
13256                 added --sysconfdir to CPPFLAGS for pointing to the correct
13257                 location of mime.types. 
13258
13259                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13260                 or ./configure!
13261
13262 2001-06-18 [hoa]
13263
13264         * src/summaryview.c
13265                 fixed some bug when building threads
13266
13267 2001-06-18 [pau]l
13268
13269         * src/prefs_account.c
13270                 UI stuff: More changes to the English
13271
13272 2001-06-18 [paul]
13273
13274         * src/pixmaps/stock_news_compose.xpm: new file
13275         * src/Makefile.am
13276         * src/mainwindow.c
13277         * src/summaryview.c
13278                 Added new icon for Hoa's 'compose a news
13279                 message', plus minor improvements to the
13280                 English
13281
13282         * po/ja.po
13283         * ChangeLog
13284         * ChangeLog.jp
13285                 more sync with sylpheed 0.5.0pre1
13286
13287 2001-06-18 [hoa]
13288
13289         * src/compose.[ch]
13290         * src/mainwindow.c
13291                 Follow-up and reply to
13292
13293         * src/summaryview.[ch]
13294                 Build threads also with subjects
13295
13296 2001-06-17 [hoa]
13297
13298         * src/compose.c
13299                 forwarding use the current account.
13300
13301         * src/mainwindow.c
13302                 the "compose message" button has been replaced with
13303                 "new mail" and "new news" buttons
13304
13305         * src/prefs_common.[ch]
13306                 added a configuration option to use the forward button
13307                 as "forward as attachment"
13308                 changed reply and forward format description
13309
13310         * src/quote_fmt_lex.l
13311         * src/quote_fmt_parse.y
13312                 added message with no signature in format for reply
13313                 and forward.
13314
13315 2001-06-17 [paul]
13316
13317         Minor UI stuff
13318
13319         * src/mainwindow.c
13320         * src/summaryview.c
13321                 Improvements to the English
13322
13323         * src/prefs_common.c
13324                 Improvements to the English and some
13325                 clarity/continuity improvements in the
13326                 description of Quote symbols.
13327
13328 2001-06-17 [paul]
13329
13330         0.5.0claws1
13331
13332         * sync with sylpheed 0.5.0pre1
13333
13334 2001-06-17 [hoa]
13335
13336         * src/compose.c
13337                 Better interface for compose, displayed fields
13338                 are updated whenever we change account.
13339                 Newsgroups field is automatically filled.
13340
13341         * src/mainwindow.c
13342                 Newsgroups field is automatically filled.
13343
13344         * src/prefs_account.c
13345                 Some interface stuff when fields appear and
13346                 disappear.
13347
13348 2001-06-16 [paul]
13349
13350         0.4.99claws
13351
13352         * sync with sylpheed 0.4.99
13353
13354 2001-06-16 [sergey]
13355
13356         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
13357         base64_decoder_free, base64_decoder_decode): new object and
13358         functions for decoding base64 streams.
13359         * src/procmime.c (procmime_decode_content): modified to use the
13360         new base64 decoder.
13361
13362 2001-06-15 [paul]
13363
13364         0.4.99claws10
13365
13366         * sync with sylpheed 0.4.99cvs11
13367
13368 2001-06-13 [paul]
13369
13370         0.4.99claws9
13371
13372         * sync with sylpheed 0.4.99cvs9
13373
13374 2001-06-13 [hoa]
13375
13376         * src/compose.c
13377         * src/prefs_account.c
13378
13379                 SMTP server can be defined in the news account
13380                 mime type of attachment are kept.
13381
13382         * src/summaryview.c
13383
13384                 now choose the highest important score between default
13385                 and important score of folder.
13386
13387 2001-06-09 [alfons]
13388         
13389         * src/prefs_common.c: 
13390
13391                 (prefs_quote_description_create): corrected description of 
13392                 quote format characters
13393
13394 2001-06-09 [paul]
13395
13396         0.4.99claws8
13397
13398         * sync with sylpheed 0.4.99cvs8
13399
13400 2001-06-08 [sergey]
13401
13402         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
13403         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
13404
13405 2001-06-08 [paul]
13406
13407         0.4.99claws7
13408
13409         * sync with sylpheed 0.4.99cvs7
13410
13411 2001-06-06 [sergey]
13412
13413         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
13414         clashes with autogenerated header).
13415         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
13416         * src/Makefile.am: added quote_fmt.h.
13417         * src/.cvsignore: added lex/yacc autogenerated files
13418         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
13419
13420 2001-06-06 [paul]
13421
13422         0.4.99claws6
13423
13424         * sync with sylpheed 0.4.99cvs6
13425
13426 2001-06-06 [hoa]
13427
13428         * added src/quote_fmt_parse.h
13429         * src/compose.c
13430                 removed warnings
13431
13432         * src/prefs.[ch]
13433                 don't modify readonly configuration files
13434
13435         * src/prefs_account.c
13436         * src/prefs_common.c
13437         * src/prefs_customheader.c
13438         * src/prefs_display_header.c
13439         * src/prefs_filter.c
13440         * src/prefs_filtering.c
13441         * src/prefs_scoring.c
13442                 don't open dialog box when configuration files
13443                 are readonly
13444
13445 2001-06-05 [sergey]
13446
13447         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
13448
13449         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
13450         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
13451         BUILT_SOURCES to make all files rebuild properly.
13452
13453         * src/compose.c: removed #include "quote_fmt.tab.h".
13454
13455         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
13456         CHARACTER value in yylval.
13457
13458         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
13459         receive CHARACTER value by documented means (yylval).
13460
13461         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
13462
13463 2001-06-05 [hoa]
13464
13465         * src/Makefile.am
13466                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
13467
13468         * src/filtering.c
13469         * src/matcher.c
13470         * src/matcher.h
13471         * src/prefs_filtering.c
13472                 now keep the configuration for execute action
13473
13474         * src/mbox_folder.c
13475                 fixed a warning
13476
13477 2001-06-05 [paul]
13478
13479         * sync with sylpheed 0.4.99cvs5
13480
13481 2001-06-05 [hoa]
13482
13483         * src/Makefile.am
13484                 added quote_fmt.[ch]
13485
13486         * added src/quote_fmt.y
13487         * added src/quote_fmt.l
13488         * added src/quote_fmt.tab.h
13489         * added src/quote_fmt.tab.c
13490         * added src/lex.quote_fmt.c
13491                 parsing configuration for replying
13492                 and forwarding
13493
13494         * src/prefs_common.[ch]
13495                 added configuration UI for replying
13496                 and forwarding
13497
13498         * src/compose.c
13499                 using configuration for replying
13500                 and forwarding
13501
13502 2001-06-04 [hoa]
13503
13504         * src/filtering.c
13505         * src/matcher.c
13506         * src/matcher.h
13507         * src/prefs_filtering.c
13508         * src/prefs_matcher.c
13509         * src/prefs_matcher.h
13510                 action "run a command" for filtering
13511                 and matching with a command.
13512                 fixed the "whole message" matching
13513
13514         * src/mbox_folder.c
13515                 changed temporary filename for security
13516
13517         * src/messageview.c
13518                 queue the notification if it fails to send.
13519
13520         * src/prefs_common.c
13521         * src/prefs_folder_item.c
13522                 changed the default important score             
13523
13524         * src/prefs_scoring.c
13525         * src/scoring.c
13526                 hide kill score input when the folder is not
13527                 a newsgroup
13528
13529 2001-06-03 [alfons]
13530
13531         * src/prefs_common.c:
13532
13533                 (prefs_font_select): pass font name in font entry box to font
13534                 selection dialog.
13535
13536 2001-06-03 [sergey]
13537
13538         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
13539
13540 2001-06-03 [paul]
13541
13542         * sync with sylpheed 0.4.99cvs4
13543
13544 2001-06-03 [alfons]
13545
13546         * src/headerwindow.c:
13547
13548                 (headerwindow_show_cb): use the selected summary view item, not
13549                 the displayed item.
13550
13551 2001-06-02 [alfons]
13552
13553         * src/headerwindow.c:
13554
13555                 (headerwindow_show_cb): always try to show msginfo
13556
13557 2001-06-02 [hoa]
13558
13559         * src/compose.c
13560                 keep attached parts when reediting or forwarding.
13561
13562 2001-06-01 [hoa]
13563
13564         * src/folderview.c
13565         * src/prefs_folder_item.[ch]
13566         * src/prefs_scoring.[ch]
13567         * src/scoring.[ch]
13568         * src/summaryview.[ch]
13569         * src/main.c
13570         * src/mainwindow.c
13571         * src/prefs_common.[ch]
13572                 support for folder scoring
13573                 kill score and important score for messages
13574         
13575         * src/prefs_account.c
13576                 some display bug fixed for local account
13577                 preferences
13578
13579 2001-05-31 [alfons]
13580
13581         * src/summaryview.c:
13582
13583                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
13584                 sender to address book menu item is disabled.
13585
13586 2001-05-30 [hoa]
13587
13588         * src/filtering.[ch]
13589         * src/summaryview.c
13590                 handling summary menu / filter messages
13591
13592         * src/folder.[ch]
13593                 add some stuff
13594
13595         * src/foldersel.c
13596                 imap folders now appears in list
13597
13598         * src/mbox_folder.c
13599                 doesn't crash if destination mail is not writeable
13600
13601 2001-05-29 [hoa]
13602
13603         * src/compose.c
13604                 removed some warnings
13605
13606         * src/filtering.c
13607         * src/folder.[ch]
13608         * src/prefs_filtering.c
13609                 global string to identify any folders           
13610                 removed some debug info
13611                 filtering to mbox folders is now possible
13612
13613         * src/mainwindow.c
13614                 removed some warnings
13615
13616         * src/mbox_folder.c
13617                 permission on files are changed to read/write for user only,
13618                 nothing for other.
13619                 creation of subfolder is handled better.
13620
13621 2001-05-28 [alfons]
13622
13623         Verified the sync for src/prefs_common.[ch] and
13624         src/prefs_account.[ch]. I believe there were some
13625         minor indentation differences.
13626
13627 2001-05-28 [paul]
13628
13629         0.4.99claws3
13630
13631         * sync with 0.4.99cvs3
13632
13633 2001-05-28 [hoa]
13634
13635         * src/compose.c
13636                 handling flags for mbox format
13637
13638         * src/filtering.c
13639                 use of mark file only for MH format
13640                 handling flags for mbox format
13641                 filtering cannot yet move or copy mails to mbox folders.
13642
13643         * src/folder.[ch]
13644                 changed move_msg, copy_msg,
13645                 move_msgs_with_dest, copy_msgs_with_dest functions
13646                 uses only folder->copy_msg() function
13647                 uses folder->finished_copy() to handle the destination
13648                 folder at the end of the copy or move operation.
13649
13650         * src/foldersel.c
13651                 included mbox directories.
13652
13653         * src/folderview.[ch]
13654         * src/mainwindow.c
13655                 handle folders operation for mbox format
13656
13657         * src/mbox.c
13658                 disable conversion of "From " header
13659
13660         * src/mbox_folder.[ch]
13661                 completion of mbox format handling
13662
13663         * src/mh.c
13664                 changed mh_copy_msg() function and
13665                 removed mh_move_msg(), mh_move_msgs_with_dest(),
13666                 mh_copy_msgs_with_dest()
13667
13668         * src/prefs_filtering.c
13669                 removed some warnings
13670
13671         * src/prefs_matcher.c
13672                 default boolean operation is AND
13673
13674         * src/procheader.c
13675                 handling flags for mbox format
13676                 handling of "From " header
13677
13678         * src/procmsg.[ch]
13679                 removed data field
13680                 added MSG_REALLY_DELETED flags to handle deletion of
13681                 messages in mbox format.
13682
13683         * src/summaryview.c
13684                 handling flags for mbox format
13685                 disable the MSG_DELETED flags when messages
13686                 are deleted in mbox format
13687
13688         * src/textview.c
13689                 "From " headers display fixed.
13690
13691 2001-05-27 [alfons]
13692
13693         * src/textview.c:
13694                 
13695                 (get_email_part): skip quoted email addresses, like in e.g.
13696                 "'alfons@proteus.demon.nl'".
13697
13698 2001-05-26 [alfons]
13699
13700         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
13701         and fixing the persistence troubles when using separate windows.
13702
13703         * src/mainwindow.c:
13704         
13705             Added #define SEPARATE_ACTION used in the gtk item factory for 
13706             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
13707                 use gtk_item_factory_get_widget_by_action() to get the items.
13708                 
13709             Removed separate_widget_cb from the gtk item factory data   
13710           
13711             (mainwindow_create): connect separate_widget_cb() to check
13712             menu item "toggled" signal. also passing a MainWindow pointer
13713                 as object data for both check menu items.
13714                 
13715             (separate_widget_cb): definition of separate_widget_cb() to match
13716             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
13717                 window using gtk_object_get_data(). The type of window separation 
13718                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
13719         
13720         * src/prefs_filtering.c,
13721           src/prefs_matcher.c: added horizontal scrollbars
13722
13723 2001-05-25 [darko]
13724
13725         * src/headerview.c
13726                 fix segfault with invalid bold font
13727         * src/summaryview.c
13728                 correctly display summary stats after row is marked
13729
13730 2001-05-23 [sergey]
13731
13732         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
13733         encodings with libjconv.
13734
13735 2001-05-23 [hoa]
13736
13737         * src/Makefile.am
13738                 added mbox_folder.[ch]
13739         * src/defs.h
13740                 mbox temporary folder
13741         * src/folder.[ch]
13742         * added src/mbox_folder.[ch]
13743         * src/folderview.c
13744         * src/procheader.[ch]
13745                 added mbox support
13746         * src/mbox.c
13747                 bugfix for file incorporation filtering
13748         * src/imap.c
13749                 enable creation of MBOX
13750         * src/prefs_display_header.c
13751                 enable use of headers like "From "
13752                 something that should be fixed :
13753                         displaying of such headers add an extra space
13754         * src/prefs_folder_item.c
13755                 don't create folders because it is not necessary
13756         * src/procmsg.h
13757                 added data field to MsgInfo for mbox internal use
13758         * src/summaryview.c
13759                 added some support for mbox
13760         * src/utils.[ch]
13761                 added get_mbox_cache_dir() function
13762
13763 2001-05-23 [hiroyuki]
13764
13765         * src/headerwindow.c
13766           src/inc.c
13767           src/main.c
13768           src/mh.c
13769           src/nntp.c
13770           src/procmsg.h
13771           src/session.h
13772           src/socket.[ch]
13773           src/summaryview.c
13774           src/textview.c
13775           src/automaton.c
13776           src/folderview.c: more sync with 0.4.99cvs2.
13777
13778         * src/headerwindow.c: reverted.
13779
13780 2001-05-22 [paul]
13781
13782         0.4.99claws2
13783
13784         * sync with sylpheed 0.4.99cvs2
13785                 * src/news.[ch]
13786                 * src/nntp.[ch]
13787                 * INSTALL
13788                 * INSTALL.jp
13789
13790 2001-05-22 [alfons]
13791
13792         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
13793
13794 2001-05-21 [alfons]
13795
13796         Minor things:
13797
13798         * configure.in: if gnome-config not found, "no" is displayed
13799         
13800         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
13801
13802         * src/textview.c: now also possible to add mail addresses by right
13803           clicking in the text view
13804
13805         * src/codeconv.c: merged patch which fixes endless loop when encountering
13806           invalid wide characters; from Alte <010@imis.ru>  
13807
13808 2001-05-20 [alfons]
13809
13810         Added installation of gnome specific things:
13811
13812         * Makefile.am: gnome conditional
13813
13814         * configure.in: check for installed gnome
13815
13816         * added sylpheed.png, sylpheed.desktop
13817
13818 2001-05-20 [sergey]
13819
13820         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
13821
13822         * src/mainwindow.h (main_window_toolbar_create): created a button
13823         for "Reply to all".
13824         (main_window_set_toolbar_sensitive): enable/disable the new button
13825         appropriately.
13826         (toolbar_reply_to_author_cb): handle the new button.
13827
13828         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
13829         send_progress_dialog_destroy() on failure (fixes hang on SMTP
13830         failure).
13831
13832 2001-05-19 [sergey]
13833
13834         * src/compose.h (ComposeReplyMode): new modes
13835         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
13836         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
13837
13838         * src/compose.c
13839         (compose_send): move some code into a new function:
13840         (compose_current_mail_account): new function.
13841         (compose_reply): new argument to_author, all callers changed; if
13842         to_author==TRUE and account->protocol==A_NNTP, find and use an
13843         appropriate mail account for replying.
13844         (compose_reply_set_entry): new argument to_author; ignore
13845         compose->replyto if to_author==TRUE.
13846
13847         * src/mainwindow.c: new command "Message/Reply to author".
13848         (main_window_set_menu_sensitive): enable/disable it.
13849         (reply_cb): handle it.
13850
13851         * src/summaryview.c: new command "Reply to author".
13852         (summary_set_menu_sensitive): enable/disable it.
13853         (summary_reply_cb): handle it.
13854
13855         * src/account.c (account_find_mail_from_address): new function.
13856
13857 2001-05-18 [paul]
13858
13859         0.4.99claws1
13860
13861         * sync with sylpheed 0.4.99cvs1
13862
13863 2001-05-18 [hoa]
13864
13865         * src/compose.[ch]
13866         * src/filtering.c
13867         * src/summaryview.c
13868                 new filtering action : forward and forward as attachment
13869
13870         * src/main.c
13871                 no need for $DISPLAY when we run sylpheed --help
13872                 call to parse_cmd_opt() is moved
13873
13874         * src/mainwindow.[ch]
13875                 execute button is hidden when immediate execute
13876                 is chosen
13877
13878         * src/mh.c
13879         * src/news.c
13880         * src/prefs_folder_item.c
13881         * src/procmsg.c
13882                 better handling of missing directories
13883
13884         * src/summaryview.c
13885                 reedit is enabled in outbox
13886                 reedit is enabled in queue
13887
13888 2001-05-17 [hoa]
13889
13890         * src/filtering.c
13891         * src/matcher.[ch]
13892         * src/prefs_filtering.c
13893                 changed attachement into attachment
13894
13895 2001-05-17 [alfons]
13896
13897         0.4.67claws4    
13898
13899         * sync with sylpheed 0.4.67cvs9
13900         * sync with sylpheed 0.4.67cvs7-8
13901
13902 2001-05-17 [hoa]
13903
13904         * src/Makefile.am
13905                 added prefs_filtering.c
13906
13907         * src/filtering.[ch]
13908         * src/matcher.[ch]
13909                 removed action : forward_news and forward_news_as_attachement
13910                 (forward and forward_as_attachement can be used instead)
13911
13912         * src/mainwindow.c
13913                 added menu option to access filtering configuration
13914
13915         * src/prefs_account.c
13916                 changed mail_command default to /usr/sbin/sendmail
13917
13918         * added src/prefs_filtering.[ch]
13919                 dialog box for filtering configuration
13920
13921         * src/prefs_matcher.c
13922                 added function prefs_matcher_get_criteria_from_matching()
13923
13924         * src/prefs_scoring.c
13925                 reset the dialog when register or substitute is clicked
13926
13927 2001-05-15 [hoa]
13928
13929         * src/Makefile.am
13930                 added filtering.[ch]
13931         * src/inc.c
13932                 using filering.[ch] instead of filter.[ch]
13933         * src/main.c
13934                 reading new filtering configuration
13935         * src/matcher.[ch]
13936                 added some filtering actions
13937                 and fixed a bug for headers and mail body matching
13938         * src/mbox.c
13939                 using filering.[ch] instead of filter.[ch]
13940         * src/mh.c
13941                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
13942         * src/summaryview.c
13943                 some fixes for filtering
13944
13945 2001-05-14 [hiroyuki]
13946
13947         * src/send.c: fixed some weird indentations.
13948           send_message_with_command(): call pclose() only if p != NULL.
13949         * src/textview.c: get_email_part(): modified the code for readability.
13950
13951 2001-05-14 [hiroyuki]
13952
13953         * src/md5global.h
13954           src/md5ify.c
13955           src/md5ify.h: removed from the cvs.
13956
13957 2001-05-13 [sergey]
13958
13959         * src/main.c: include rfc2015.h to avoid compiler warnings.
13960         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
13961         the panel is already on screen.
13962         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
13963         closing the alert window by ESC as "No".
13964         * src/prefs_common.c (prefs_interface_create): moved return
13965         receipt check button to the correct place.
13966
13967 2001-03-13 [alfons]
13968
13969         * src/prefs_common.c: 
13970                 moved return receipt check button to the Send tab. (prefs_send_create)
13971                 removed the date format ui related globals. (prefs_display_create)
13972
13973         0.4.67claws3
13974         
13975         * sync with sylpheed 0.4.67cvs5-6
13976
13977 2001-05-13 [paul]
13978
13979         * added Alfons' font selection patch
13980
13981         * src/defs.h
13982         * src/headerwindow.c
13983         * src/prefs_common.c
13984         * src/prefs_common.h
13985
13986 2001-05-13 [hoa]
13987         * src/defs.h
13988                 changed version of cache
13989         * src/matcher.[ch]
13990         * src/prefs_matcher.c
13991                 added additionnal matching criteria
13992         * src/procheader.c
13993         * src/procmsg.[ch]
13994         * src/news.c
13995                 added references in MsgInfo
13996
13997 2001-05-12 [hoa]
13998
13999         * src/defs.h
14000                 prepared some things for new filtering
14001         * src/matcher.[ch]
14002                 added some matching properties
14003                 inreplyto need to be enhanced
14004                 prepared some things for new filtering
14005         * src/messageview.c
14006                 added Return-Receipt-To handling
14007         * src/prefs_folder_item.c
14008                 changed default value to TRUE
14009         * src/prefs_matcher.c
14010                 added some matching properties
14011         * src/prefs_scoring.[ch]
14012                 the scoring dialog is finished
14013         * src/procheader.c
14014                 added Return-Receipt-To handling
14015                 Reference need to be added
14016         * src/procmsg.[ch]
14017                 added Return-Receipt-To handling
14018                 added threadscore to get a better score sorting when
14019                 threads are enabled
14020         * src/summaryview.c
14021                 suppressed a bug when we sort the list
14022                 when no folder is opened.
14023                 better score sorting when threads are enabled
14024
14025 2001-05-12 [alfons]
14026
14027         * reverted previous patch because of potential errors 
14028
14029         0.4.67claws2
14030         
14031         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14032                 applied "toggle mail-retrieval dialog window" patch submitted 
14033                 by Eric Limpens <eric@qnt.net>
14034
14035         * sync with sylpheed 0.4.67cvs4
14036
14037 2001-05-12 [sergey]
14038
14039         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14040         some picky compilers.
14041         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14042         * src/grouplist_dialog.c: include alertpanel.h.
14043         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14044         fix compile warning.
14045         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14046         #include "defs.h" before others to prevent the warning of `MIN'
14047         and `MAX' redefinition.
14048
14049 2001-05-11 [hoa]
14050
14051         * src/main.c
14052         * src/messageview.c
14053         * src/prefs_account.c
14054         * src/prefs_display_header.c
14055                 removed warning
14056         * src/Makefile.am
14057                 added prefs_scoring.[ch]
14058         * src/grouplist_dialog.c
14059                 display an error dialog box if the group list
14060                 cannot be fetched.
14061         * src/mainwindow.[ch]
14062                 added main_window_set_thread_option() function
14063                 scoring dialog box enabled
14064         * src/matcher.[ch]
14065                 added flags matching unread /new / marked
14066                 / deleted / replied / forwarded
14067         * src/news.c
14068                 newsgroups are now finally in newscache
14069         * src/prefs_matcher.[ch]
14070                 finished preferences for matching dialog
14071         * added src/prefs_scoring.[ch]
14072                 scoring dialog box completed
14073         * src/scoring.[ch]
14074                 conversion to string : added scoringprop_to_string()
14075                 write config for preferences :
14076                 added prefs_scoring_write_config()
14077         * src/summaryview.c
14078                 threads can be enabled/disabled independently
14079                 for each folder
14080
14081 2001-05-10 [alfons]
14082
14083         0.4.67claws1
14084         
14085         * AUTHORS: 
14086                 thought it would be nice to have a list of all
14087                 contributors (used Changelog as a reference)
14088         
14089         * configure.in: 
14090                 messed up version numbering...
14091
14092         0.4.66claws1
14093
14094         * sync with sylpheed 0.4.67cvs1-3
14095
14096 2001-05-10 [darko]
14097
14098         * src/prefs_common.c:
14099                 better UI for strftime format, double clicking
14100                 on format now inserts the format in text entry
14101                 replaced close button with standard OK/Cancel
14102                 moved date format button to the right of the
14103                 text entry field
14104
14105 2001-05-09 [alfons]
14106
14107         * src/gtkstext.c:
14108                 Ctrl-Home / Ctrl-End have proper cursor navigation
14109
14110 2001-05-09 [hoa]
14111
14112         * src/prefs_matcher.c
14113                 finished UI to define matching properties
14114                 added ok and cancel button
14115         * src/prefs_filter.c
14116                 added ok and cancel button
14117         * src/news.c
14118                 fixed some bug in xhdr parsing
14119
14120 2001-05-08 [alfons]
14121
14122         * src/textview.c: 
14123                 fixed a bug in textview_show_header(), which displayed two colons (':');
14124                 cleaned up some warnings
14125
14126 2001-05-08 [hoa]
14127
14128         * src/Makefile.am
14129                 added prefs_matcher.[ch]
14130                 compilation with -W -Wall
14131         * src/alertpanel.c
14132                 ungrab the mouse events if grabbed - does it
14133                 fix the bug for disposition notification ?
14134         * src/mainwindow.c
14135                 added a menu option to open the matching dialog.
14136         * src/matcher.[ch]
14137                 added matcherprop_to_string() and matcherlist_to_string()
14138                 fixed some bugs, changed the name of some options
14139                 age_sup and age_inf becomes age_greater and age_lower,
14140                 body and messageheaders becomes body_part and headers_part,
14141                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14142         * src/prefs_display_header.c
14143         * src/prefs_headers.c
14144                 fixed a bug that accidentally destroyed dialogs
14145                 when closed them with delete_event
14146                 Added *_deleted() which handle delete_event signal correctly.
14147         * src/prefs_folder_item.[ch]
14148                 added "enable_thread" field for future customization
14149         * added src/prefs_matcher.[ch]
14150                 sample of the UI to define matching properties
14151         * src/procheader.c
14152                 using procheader_headername_equal instead of str*cmp functions
14153                 using procheader_parse_header() function
14154         * src/scoring.c
14155                 using MATCHING_XXX instead of SCORING_XXX
14156         * src/summaryview.c
14157                 display the sender of the news even if this is ourself
14158                 when this is a news message.
14159         * src/textview.c
14160                 using headername_equal() instead of str*cmp functions
14161
14162 2001-05-08 [alfons]
14163
14164         0.4.66claws
14165
14166         * sync with sylpheed 0.4.66
14167         * src/gtkstext.c: trace logs added 
14168
14169 2001-05-08 [sergey]
14170
14171         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14172         signature check popup.
14173         * src/rfc2015.c (check_signature): show signature check popup only
14174         if it is enabled in preferences.
14175
14176 2001-05-07 [alfons]
14177
14178         0.4.66claws4
14179         
14180         * sync with sylpheed 0.4.66cvs6
14181
14182 2001-05-07 [darko]
14183
14184         * src/prefs_common.[ch]: added option to enable/disable
14185           looking up sender name in address book for summary pane
14186         * src/summaryview.c: look up sender in the address book
14187           by using Alfons' address completion code
14188
14189 2001-05-07 [hiroyuki]
14190
14191         * src/inc.h
14192           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14193           member of Pop3State.
14194         * src/news.c: brought #include "defs.h" before #include <glib.h>
14195           to prevent the warning of `MIN' and `MAX' redefinition.
14196
14197 2001-05-06 [hoa]
14198
14199         * removed src/headers_display.[ch]
14200         * removed src/prefs_display_headers.[ch]
14201         * src/inc.c
14202                 use a temporary file in the user directory for mbox import
14203         * src/news.c
14204                 added XHDR support to get "To" and "Cc" headers
14205                 (in order to match news with to or cc field for
14206                 scoring)
14207                 added function news_parse_xhdr() to get XHDR response
14208         * src/nntp.[ch]
14209                 added function nntp_xhdr()
14210         * src/matcher.c
14211                 fetch the message if necessary
14212
14213 2001-05-06 [alfons]
14214
14215         0.4.66claws3
14216
14217         * sync with sylpheed 0.4.66cvs3-5
14218
14219 2001-05-06 [hoa]
14220
14221         * src/utils.[ch]
14222                 added function itos_buf() to enable use of several buffers
14223         * src/summaryview.c
14224                 use of itos_buf() instead of itos() in summary list
14225                 to fix the broken display of message number.
14226
14227 2001-05-06 [alfons]
14228
14229         * src/gtkstext.c: bug in cursor up navigation fixed,
14230                 fixed another unsigned / signed comparison (we're getting there :-)
14231
14232 2001-05-06 [hoa]
14233
14234         * src/Makefile.am
14235                 added scoring.c scoring.h
14236                 prefs_folder_item.c prefs_folder_item.h
14237                 matcher.c matcher.h
14238         * src/defs.h
14239                 added FOLDERITEM_RC SCORING_RC
14240         * src/folder.[ch]
14241                 added prefs field in FolderItem :
14242                 properties for each folder (PrefsFolderItem),
14243                 sorting type and mode were added as the first properties.
14244         * src/main.c
14245                 read config for scoring
14246         * added src/matcher.[ch]
14247                 gives functions to parse configuration file to do
14248                 matching on mails with a list of conditions.
14249         * src/mainwindow.c
14250                 add option to sort by score
14251         * src/prefs_common.[ch]
14252                 added preference option to show score and for
14253                 the score column size
14254         * added src/prefs_folder_item.[ch]
14255                 properties for each folder (PrefsFolderItem),
14256                 sorting type and mode were added as the first properties.
14257         * src/procheader.[ch]
14258                 added procheader_parse_header()
14259                 added procheader_header_free()
14260                 added procheader_headername_equal()
14261                 and made modification to use them.
14262         * src/procmsg.[ch]
14263                 added score field to MsgInfo structure
14264         * added src/scoring.[ch]
14265                 gives functions to parse configuration file to do
14266                 scoring on mails with a list of conditions.
14267         * src/summaryview.[ch]
14268                 save the sorting type and mode for the folder
14269                 added column to display the score of the mail
14270                 added function summary_score_clicked()
14271                 sorting type and mode are restored to the folder
14272                 when it is reopen
14273         * src/textview.c
14274                 use procheader_parse_header(), procheader_headername_equal()
14275                 removed memory leak in text_scan_header when freeing headers
14276         * src/filter.c
14277                 changed the function to match names of headers
14278                 using procheader_headername_equal()
14279
14280         Scoring functions are implemented, an interface is needed
14281         to configure that.
14282
14283 2001-05-04 [alfons]
14284
14285         * src/gtkstext.c: 
14286                 hopefully fixed the row up navigation bug,
14287                 removed adding back / forward lines to cache
14288
14289 2001-05-04 [sergey]
14290
14291         * src/prefs_display_headers.c: user interface changes:
14292         (prefs_display_headers_create): remove unused "Show" check button;
14293         allow reordering of headers by dragging.
14294         (prefs_display_headers_write_config): remove unused variables.
14295         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14296         of lists (not needed with the new UI).
14297         (prefs_display_headers_set_list): scan lists starting from row 0,
14298         not 1 (do not skip "(New)").
14299         (prefs_display_headers_find_header): new function.
14300         (prefs_display_headers_clist_set_row): do not allow duplicates.
14301         (prefs_display_headers_delete_cb): do not skip row 0; treat
14302         closing the alert window by ESC as "No".
14303         (prefs_display_headers_up): do not protect row 0.
14304         (prefs_display_headers_down): do not protect row 0.
14305
14306 2001-05-04 [sergey]
14307
14308         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14309         functions.
14310
14311         * src/summaryview.c
14312         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14313         summary_select_next_marked, summary_select_prev_marked): new
14314         functions.
14315
14316 2001-05-03 [sergey]
14317
14318         * src/news.c: fixed a bug when no article can be fetched after
14319         server timeout if the connection was restored by news_post():
14320         (news_select_group): new function.
14321         (news_fetch_msg): call news_select_group() before fetching
14322         article.
14323         (news_get_uncached_articles): set session->group after successful
14324         GROUP command.
14325
14326 2001-05-03 [hoa]
14327
14328         * src/defs.h
14329         * src/procmsg.[ch]
14330         * src/procheader.c
14331                  changed version of cache, added cc field
14332
14333         * src/prefs_display_headers.c
14334                 the interface was changed
14335
14336         * src/prefs_headers.c
14337                 added cancel button
14338
14339 2001-05-03 [alfons]
14340
14341         * completed sync of sylpheed cvs2
14342         * src/gtkstext.c: updated row up / down cursor navigation
14343         * src/textview.c: re-edited, prepared for fixing the email address
14344                 scanner.
14345
14346 2001-05-03 [darko]
14347
14348         * src/prefs_common.c: use alfons' strftime ui code
14349         entry_datefmt and datefmt_sample widgets have to be
14350         global in this module because of this change
14351
14352 2001-05-03 [hoa]
14353
14354         * src/messageview.c
14355         * src/prefs_common.[ch] added option to activate the return receipt
14356                 feature.
14357
14358 2001-05-02 [alfons]
14359
14360         * src/gtkstext.c: fix for row up/down cursor navigation. 
14361
14362         0.4.66claws2
14363         
14364         * sync with 0.4.66cvs2
14365
14366 2001-05-02 [paul]
14367
14368         added add-sender-to-addressbook patch
14369
14370         * src/addressbook.c
14371         * src/addressbook.h
14372         * src/summaryview.c
14373
14374 2001-05-02 [sergey]
14375
14376         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
14377         G_ALERTDISABLE.
14378
14379         * src/alertpanel.c (alertpanel_create): new argument can_disable,
14380         all existing callers changed to pass FALSE; create a check button
14381         to disable the message.
14382         (alertpanel_message_with_disable): new function.
14383         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
14384         (alertpanel_button_toggled): new function.
14385         (alertpanel_button_clicked, alertpanel_close): set value using
14386         G_ALERT_VALUE_MASK.
14387
14388         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
14389
14390         * src/prefs_common.c (prefs_privacy_create): new check button
14391         checkbtn_gpgme_warning.
14392
14393         * src/main.c (main): moved preferences reading before gpgme
14394         initialization; check prefs_common.gpgme_warning before giving the
14395         GnuPG warning and set it to FALSE if the user wants to disable the
14396         warning.
14397
14398 2001-05-02 [hiroyuki]
14399
14400         * src/prefs_display_headers.c: modified the layout and some labels.
14401
14402 2001-05-02 [sergey]
14403
14404         * src/prefs_account.c (prefs_account_fix_size): new function.
14405         (prefs_account_create): call prefs_account_fix_size(); use
14406         gtk_widget_show instead of gtk_widget_show_all (fixes too large
14407         size when the window is shown for the first time).
14408         (prefs_account_basic_create): changed layout of serv_table; moved
14409         localmbox_entry above smtpserv_entry (logically it replaces
14410         POP3/IMAP server).
14411         (prefs_account_protocol_activated): set sensitivity of
14412         nntpauth_chkbtn according to the protocol (in addition to
14413         hide/show); commented out gtk_table_set_row_spacing() calls.
14414         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
14415         not sensitive (fixes a bug with disabled username/password boxes
14416         when editing POP3 account after NNTP with authentication).
14417
14418 2001-05-02 [hoa]
14419
14420         * src/account.c
14421         * src/inc.c
14422         * src/prefs_account.[ch]
14423         * src/send.c
14424                 removed local account without SMTP server
14425                 added option to use mail command instead of a connexion
14426                 to SMTP server when a local account is used
14427         * src/prefs_headers.c
14428                 fixed a bug
14429         * src/news.c
14430                 fixed a bug when connexion immediately closed
14431
14432 2001-05-01 [alfons]
14433
14434         0.4.66claws1
14435         
14436         * sync with 0.4.65
14437
14438 2001-05-01 [sergey]
14439
14440         * src/prefs_account.c (Basic, prefs_account_basic_create): new
14441         widget nntpauth_chkbtn.
14442         (prefs_account_protocol_activated): handle nntpauth_chkbtn
14443         visibility.
14444         (prefs_account_nntpauth_toggled): new function.
14445
14446         * src/news.c (news_session_new_for_folder): use NNTP
14447         authentication only if ac->use_nntp_auth is set.
14448
14449 2001-05-01 [hoa]
14450
14451         * src/Makefile.am changed headers.[ch] in customheader.[ch]
14452         * src/prefs_display_headers.c changed the UI
14453         * src/prefs_headers.c changed account_name to account_id
14454         * src/compose.c using customheader.h
14455
14456 2001-05-01 [hiroyuki]
14457
14458         * src/esmtp.c
14459           src/news.c
14460           src/nntp.c: changed sock_read() to sock_gets(), they've been left
14461           unsynched.
14462
14463 2001-05-01 [hoa]
14464
14465         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
14466         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
14467                 for displaying of headers
14468         * src/grouplist_dialog.[ch] minor changes to remove warnings
14469         * src/prefs_display_headers.[ch] dialog to choose the
14470         headers to display in the mail viewer.
14471         * src/headers.h correction of #define
14472         * src/headers_display.[ch] configuration for displaying of headers.
14473         * src/main.c read config of displaying of headers
14474         * src/prefs_common.c add a button to access the config dialog
14475                 for displaying of headers
14476         * src/prefs_display_headers.[ch] dialog for configuration for
14477                 displaying of the headers.
14478         * src/prefs_headers.c cleaning of code
14479         * src/procheader.c comments added to code
14480         * src/textview.c changes to reorder the headers depending
14481                 on the config for displaying of headers
14482
14483 2001-04-30 [alfons]
14484
14485         0.4.65claws7
14486
14487         * sync with 0.4.65cvs12
14488
14489         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
14490
14491 2001-04-30 [sergey]
14492
14493         * src/nntp.h (NNTPSockInfo): new field auth_failed.
14494
14495         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
14496         is set to force reconnection after authentication failure.
14497         (nntp_gen_command): set sock->auth_failed on authentication
14498         failure, or if sock->userid and sock->passwd are not set.
14499
14500         * src/news.c (news_session_new_for_folder): set userid=NULL if
14501         password dialog is cancelled.
14502
14503 2001-04-30 [sergey]
14504
14505         * src/nntp.h (NNTPSockInfo): new type.
14506
14507         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
14508         SockInfo.
14509         (nntp_open_auth, nntp_close): new functions.
14510         (nntp_gen_command): new function to handle authentication; all
14511         NNTP command functions updated to use it.
14512         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
14513         (nntp_list): removed old useless code.
14514
14515         * src/news.h (NNTPSession): new field nntp_sock.
14516
14517         * src/news.c: all functions updated to use NNTPSockInfo instead of
14518         SockInfo.
14519         (news_session_new): new arguments (userid, passwd); made static;
14520         use nntp_open_auth() if needed.
14521         (news_session_destroy): use nntp_close() instead of sock_close().
14522         (news_query_password): changed arguments.
14523         (news_session_new_for_folder): new function.
14524         (news_session_get): use news_session_new_for_folder().
14525         (news_authenticate): deleted.
14526         (news_get_uncached_articles): removed old authentication code.
14527
14528 2001-04-30 [sergey]
14529
14530         * src/news.c: reverted my previous changes (need to do NNTP
14531         authentication in a cleaner way).
14532         
14533 2001-04-29 [sergey]
14534
14535         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
14536         news_nntp_post, news_nntp_mode): new functions (wrappers with
14537         authentication support).
14538         (news_get_article_cmd, news_get_article, news_get_header): new
14539         argument "folder"; all callers changed.
14540         (news_get_article_cmd): added authentication support.
14541         (news_session_get): use news_nntp_mode() instead of nntp_mode().
14542         (news_post): use news_nntp_post() instead of nntp_post().
14543         (news_get_uncached_articles): use news_nntp_group() instead of
14544         nntp_group() and news_nntp_xover() instead of nntp_xover();
14545         removed old authentication code.
14546         (news_get_group_list): use news_nntp_list() instead of nntp_list().
14547
14548         * src/nntp.c (nntp_list): return real error code instead of
14549         hardcoded NN_ERROR.
14550
14551 2001-04-29 [sergey]
14552
14553         * configure.in: fixed wint_t typedef detection again
14554
14555 2001-04-28 [hoa]
14556
14557         * src/prefs_account.[ch], added A_LOCAL_CMD
14558                 (send mail with mail command)
14559         * src/send.c added function send_message_with_command()
14560         * src/inc.c made a more secure get_spool() function with
14561                 mktemp() but maybe mkstemp() or something more
14562                 secure can be used.
14563
14564 2001-04-28 [alfons]
14565
14566         * src/textview.c, colorization of email addresses in headers
14567
14568         0.4.65claws6
14569
14570         * bug sync with sylpheed
14571         * prefs_common.c: created date format ui for darko
14572         * sync with 0.4.65cvs11
14573         * configure.in: corrected to have the new gpg checks
14574
14575 2001-04-27 [alfons]
14576
14577         * completed sync with 0.4.65cvs10
14578         * minor debug things added to gtkstext.c
14579
14580 2001-04-27 [darko]
14581
14582         * configure.in: remove check for availability of
14583           strftime() as advised by Hiroyuki
14584         * src/prefs_common.[ch], src/procheader.c:
14585           synch strftime() code with Hiroyki's main branch
14586
14587 2001-04-26 [sergey]
14588
14589         * src/news.c: news_query_password(), news_authenticate(): new
14590           functions.
14591           news_get_uncached_articles(): added NNTP authentication
14592           handling.
14593         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
14594           new functions.
14595         * src/prefs_account.c: prefs_account_protocol_activated():
14596           enable userid and password fields for NNTP.
14597
14598 2001-04-26
14599
14600         * configure.in: check for availability of strftime()
14601           [darko]
14602         * src/prefs_common.[ch], src/procheader.c: use
14603           strftime() for displaying date in summary pane if it
14604           is available
14605
14606 2001-04-25
14607
14608         * more .cvsignore cleanups [alfons]
14609
14610 2001-04-25
14611
14612         * ac/sv-check-type.m4: new autoconf macro.
14613         * configure.in: fixed wint_t typedef detection (did not work
14614           with gcc-2.96).
14615
14616 2001-04-25
14617
14618         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
14619           [hiroyuki]
14620
14621 2001-04-24
14622         * modified gtkstext.c : buggy cursor navigation fixed, 
14623           and font descent also taken in account when drawing
14624           cursor. [alfons]
14625
14626 2001-04-24 [hoa]
14627         * added comments in src/news.c src/nntp.c
14628         * added src/prefs_headers.[ch]
14629         * added src/headers.[ch]
14630         * modified compose.c to activate custom headers
14631                 added function is_in_custom_headers
14632         * modified prefs_account.[ch]
14633                 added function prefs_account_customhdr_edit
14634         * modified src/defs.h :
14635                 added HEADERS_RC : name of the config file
14636                 for the custom headers
14637
14638 2001-04-24
14639
14640     0.4.65claws5
14641
14642         * configure.in
14643           src/gtkstext.[ch]
14644           src/compose.c
14645           src/Makefile.am
14646           
14647           added gtkstext with configure.in patch by Hiroyuki which
14648           should fix the XIM detection [alfons]
14649
14650         * more clean up of cvs [alfons]
14651
14652                  * removed all Makefile.in files to attic.
14653
14654                  * updated all .cvsignores to really ignore things that could
14655                    be unintentionally committed by a recursive commit.
14656
14657 2001-04-23 [hoa]
14658         * added src/grouplist_dialog.[ch]
14659         * changed src/folderview.c to call grouplist_dialog instead
14660                 of inputdialog
14661         * src/news.c :
14662                 added functions news_reset_group_list
14663                 and news_get_group_list
14664         * src/nntp.c :
14665                 added function nntp_list
14666         * src/defs.h :
14667                 added GROUPLIST_FILE : name of the newsgroup list cache file
14668
14669 2001-04-21
14670
14671         * added option to warn about queued messages on exit [sergey]:
14672
14673           * src/compose.c: compose_queue(): call folder_item_scan()
14674             and folderview_update_item() after queueing.
14675           * src/folderview.c: folderview_update_node(): draw the queue
14676             folder in bold font if there are queued messages.
14677           * src/mainwindow.c: queued_messages(): new function.
14678             app_exit_cb(): display warning if there are queued messages
14679             if warn_queued_on_exit is set.
14680           * prefs_common.[ch]: add warn_queued_on_exit option.
14681
14682         * enhanced GnuPG key selection support [sergey]:
14683
14684           * src/select-keys.c: updated to newer version from Win32
14685             branch with support for selecting arbitrary keys.
14686           * src/prefs_account.c: added the Privacy tab to the account
14687             options window.
14688             prefs_account_privacy_create(),
14689             prefs_account_sign_key_set_data_from_radiobtn(),
14690             prefs_account_sign_key_set_radiobtn(): new functions.
14691           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
14692           * src/rfc2015.c: set_signers(): new function.
14693             pgp_sign(): add the account parameter, call set_signers().
14694             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
14695           * src/rfc2015.h: rfc2015_sign(): updated prototype.
14696           * src/compose.c: pass the current account to rfc2015_sign().
14697
14698         * tag name claws added to prevent confusion with main branch [alfons]
14699
14700         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
14701
14702         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
14703
14704         * sync with recent sylpheed cvs. Untested though. [alfons]
14705