92ba0b19a008c52fdff7eeaee92a5332bcf204ae
[claws.git] / ChangeLog
1 2006-07-27 [colin]      2.3.1cvs86
2
3         * src/textview.c
4                 Don't include the leading \n in links
5                 Patch by Fabien
6
7 2006-07-25 [colin]      2.3.1cvs85
8
9         * src/mainwindow.c
10         * src/common/socket.h
11         * src/etpan/imap-thread.c
12                 Refresh resolvers before connecting
13                 to IMAP servers, and after switching
14                 to online. Thanks to Paul.
15
16 2006-07-18 [colin]
17
18         * 2.4.0-rc4 released
19
20 2006-07-17 [colin]      2.3.1cvs84
21
22         * src/inc.c
23                 Show connection attempt in statusbar before
24                 connecting (previously first message was
25                 "Retrieving messages from ..." after the
26                 connection succeeded.
27
28 2006-07-16 [wwp]        2.3.1cvs83
29
30         * sylpheed-claws.ico
31                 Added .ico file (windows multi-size icon file, generated).
32
33 2006-07-12 [wwp]        2.3.1cvs82
34
35         * src/messageview.c
36                 remove Message/Re-edit menu entry from messageview window,
37                 as sent/draft/queued messages are opened in compose window when
38                 re-edited and it's not possible to re-edit other msgs.
39
40 2006-07-12 [paul]       2.3.1cvs81
41
42         * AUTHORS
43         * src/mainwindow.c
44         * src/gtk/authors.h
45                 check online state before resetting
46                 mailcheck timer. Useful if some program
47                 verifies connection state and updates
48                 Claws.
49                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
50
51 2006-07-12 [paul]       2.3.1cvs80
52
53         * sylpheed-claws-128x128.png
54         * sylpheed-claws-64x64.png
55         * sylpheed-claws.png
56         * src/Makefile.am
57         * src/main.c
58         * src/prefs_toolbar.c
59         * src/stock_pixmap.c
60         * src/stock_pixmap.h
61         * src/wizard.c
62         * src/gtk/about.c
63         * src/gtk/gtkutils.c
64         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
65         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
66         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
67         * src/pixmaps/sylpheed.xpm              ** REMOVED **
68         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
69         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
70                 updated and renamed logo/icon files and related
71                 logo by Jesper Schultz
72
73 2006-07-11 [paul]       2.3.1cvs79
74
75         * src/main.c
76                 fix the labels a smidgin
77
78 2006-07-09 [colin]      2.3.1cvs78
79
80         * src/textview.c
81                 Show errors in textviewer's command
82                 Patch by H. Merijn Brand
83
84 2006-07-09 [colin]      2.3.1cvs77
85
86         * src/compose.c
87                 Save FMID in drafts too
88
89 2006-07-08 [colin]      2.3.1cvs76
90
91         * src/compose.c
92                 Svae RMID in drafted mails too
93                 Save quote_fmt vars for whole mails,
94                 don't reset at each quote_fmt_init:
95                 allows to use the same |i{var} in
96                 various template fields
97         * src/prefs_template.c
98         * src/quote_fmt.h
99         * src/quote_fmt_parse.y
100                 Same
101
102 2006-07-08 [colin]      2.3.1cvs75
103
104         * src/textview.c
105                 Fix highlighting of attached parts URIs
106
107 2006-07-08 [colin]      2.3.1cvs74
108
109         * src/main.c
110                 Prevent bug #981 (sc 2.3.1 segfaults with 
111                 gtk+ 2.10) from being reported again:
112                 if Sylpheed-Claws has been compiled against
113                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
114                 of if Sylpheed-Claws has been compiled against
115                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
116                 error out.
117
118 2006-07-07 [colin]      2.3.1cvs73
119
120         * src/prefs_actions.c
121                 Fix label
122
123 2006-07-07 [colin]      2.3.1cvs72
124
125         * src/prefs_actions.c
126                 Fix compile on gtk < 2.8. argh :)
127
128 2006-07-07 [paul]       2.3.1cvs71
129
130         * src/common/defs.h
131                 update DONATE_URI
132
133 2006-07-07 [colin]      2.3.1cvs70
134
135         * po/POTFILES.in
136         * src/quote_fmt.c
137         * src/quote_fmt_lex.l
138         * src/quote_fmt_parse.y
139                 Add |i{var}, a way to insert user-entered
140                 text in a template
141
142 2006-07-07 [colin]
143
144         * 2.4.0-rc3 released
145
146 2006-07-07 [colin]      2.3.1cvs69
147
148         * src/folder.c
149                 Don't consider inboxes of UNKNOWN folder 
150                 classes to be useable as default inboxes
151
152 2006-07-07 [paul]       2.3.1cvs68
153
154         * src/textview.c
155                 add missing #include <errno.h>
156                 Thanks to René J. Blokland
157
158 2006-07-07 [paul]       2.3.1cvs67
159
160         * src/action.c
161                 Return now Closes dialog
162         * src/mimeview.c
163         * src/mimeview.h
164         * src/textview.c
165                 add contextual menu to mime parts listed
166                 in the textview
167                 Thanks to Colin
168         * src/common/utils.c
169                 reversal: ' is a valid character in URLs
170
171 2006-07-06 [colin]      2.3.1cvs66
172
173         * src/remotefolder.h
174                 Forgotten in previous commit
175
176 2006-07-06 [colin]      2.3.1cvs65
177
178         * src/folder.c
179                 Set summary update flag whenever
180                 totals changed
181         * src/imap.c
182         * src/prefs_account.c
183         * src/common/utils.h
184         * src/etpan/imap-thread.c
185                 Fix warnings, thanks to Fabien and
186                 Ricardo
187
188 2006-07-06 [wwp]        2.3.1cvs64
189
190         * src/gtk/gtkutils.c
191                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
192
193 2006-07-06 [wwp]        2.3.1cvs63
194
195         * src/account.c
196         * src/addressbook.c
197         * src/addressitem.h
198         * src/folderview.c
199         * src/mainwindow.c
200         * src/manual.c
201         * src/manual.h
202         * src/message_search.c
203         * src/prefs_actions.c
204         * src/prefs_filtering.c
205         * src/prefs_filtering.h
206         * src/prefs_template.c
207         * src/summary_search.c
208         * src/summaryview.c
209         * src/gtk/gtkutils.c
210         * src/gtk/gtkutils.h
211         * src/gtk/pluginwindow.c
212                 add help buttons to some dialogs. Clicking such buttons opens a
213                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
214
215 2006-07-06 [paul]       2.3.1cvs62
216
217         * src/textview.c
218                 fix attachments contextual menu
219                 Thanks to Colin
220
221 2006-07-05 [colin]      2.3.1cvs61
222
223         * src/textview.c
224         * src/compose.c
225                 Handle sftp:// links
226
227 2006-07-05 [paul]       2.3.1cvs60
228
229         * src/gtk/filesel.c
230                 grab save button by default
231                 Thanks to Colin
232
233 2006-07-05 [wwp]        2.3.1cvs59
234
235         * manual/xml2pdf
236                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
237
238 2006-07-04 [colin]      2.3.1cvs58
239
240         * src/mimeview.c
241         * src/textview.c
242                 Use left click to select, middle click to open
243                 on mimeparts links
244         * src/common/utils.c
245                 Fix segfault
246
247 2006-07-04 [colin]      2.3.1cvs57
248
249         * src/mainwindow.c
250         * src/news.c
251                 Warning fixes, thanks to Fabien
252
253 2006-07-04 [colin]      2.3.1cvs56
254
255         * src/mimeview.c
256         * src/mimeview.h
257         * src/textview.c
258                 Allow parts to be selected via their text label
259                 in textview
260
261 2006-07-04 [colin]      2.3.1cvs55
262
263         * src/folderview.c
264                 Feedback when closing (for big folders)
265         * src/prefs_actions.c
266         * src/prefs_filtering.c
267         * src/prefs_matcher.c
268         * src/prefs_template.c
269                 Fix default button when closing without
270                 having saved
271
272 2006-07-04 [colin]      2.3.1cvs54
273
274         * src/news.c
275                 Delete local file on deletion
276
277 2006-07-03 [colin]      2.3.1cvs53
278
279         * src/folderview.c
280         * src/main.c
281                 Don't freeze when rescanning after crash
282
283 2006-07-03 [wwp]        2.3.1cvs52
284
285         * src/compose.c
286         * src/privacy.c
287         * src/privacy.h
288         * src/plugins/pgpinline/pgpinline.c
289         * src/plugins/pgpmime/pgpmime.c
290                 don't report an error when the user cancels the passphrase dialog.
291
292 2006-07-02 [colin]      2.3.1cvs51
293
294         * src/folderview.c
295                 Open message when crossing folders with Space,
296                 goto next unread and friends
297
298 2006-07-01 [colin]      2.3.1cvs50
299
300         * src/prefs_account.c
301                 Typographic rules varying from language
302                 to language (in french "Protocole :"),
303                 we have to do that :)
304
305 2006-07-01 [ticho]      2.3.1cvs49
306
307         * src/prefs_account.c
308                 Only use one temporary gchar* variable in
309                 prefs_account_protocol_set_optmenu().
310
311 2006-07-01 [ticho]      2.3.1cvs48
312
313         * src/prefs_account.c
314         * src/prefs_account.h
315                 Use GtkLabel for existing account protocol name.
316                 Created an array for protocol names and populate the
317                 combobox from it in a for() cycle.
318
319 2006-06-30 [colin]      2.3.1cvs47
320
321         * src/compose.c
322                 Block undo when changing signature (by changing
323                 account)
324
325 2006-06-30 [paul]       2.3.1cvs46
326
327         * src/send_message.c
328                 when editing From in the Compose window, use that address
329                 in the Return-Path: header
330                 Thanks to Colin
331
332 2006-06-30 [colin]      2.3.1cvs45
333
334         * src/compose.c
335                 Fix signature replacement:
336                 - when no newline before separator
337                 - when reediting
338
339 2006-06-29 [colin]      2.3.1cvs44
340
341         * src/folderview.c
342         * src/folderview.h
343         * src/mainwindow.c
344         * src/summaryview.c
345                 Let 'View/Go to/Next marked' work like
346                 Next new & Next unread: across folders
347                 Change the select_on_entry pref to do
348                 what we want when changing folder
349         * src/common/utils.c
350                 Fix single-quoted links 
351
352 2006-06-29 [colin]      2.3.1cvs43
353
354         * src/gtk/gtkaspell.c
355                 "Sylpheed" and "Sylpheed-Claws" do exist !
356
357 2006-06-29 [colin]      2.3.1cvs42
358
359         * src/imap.c
360                 Forgot to remove debug
361
362 2006-06-29 [colin]      2.3.1cvs41
363
364         * src/imap.c
365         * src/imap.h
366         * src/mainwindow.c
367                 Disconnect from IMAP servers when going
368                 offline. Fixes bug #978 (going to offline-mode 
369                 won't close connections)
370
371 2006-06-29 [colin]      2.3.1cvs40
372
373         * src/main.c
374                 Fix transient setting on failing plugins
375                 Patch by Fabien
376         * src/plugins/pgpcore/sgpgme.c
377                 Only warn for OpenPGP. Most people don't
378                 have CMS available.
379
380 2006-06-29 [colin]      2.3.1cvs39
381
382         * src/compose.c
383                 Fix Spelling menu (discrepancy between context menu
384                 and top menu when folder's dictionary isn't the 
385                 default one)
386         * src/plugins/pgpcore/sgpgme.c
387                 More error reporting about why gpgme can fail
388
389 2006-06-29 [wwp]        2.3.1cvs38
390
391         * src/mainwindow.c
392                 honor the display-header-pane setting even when the message view
393                 is a separate window.
394
395 2006-06-29 [wwp]        2.3.1cvs37
396
397         * src/prefs_actions.c
398                 forgot to commit that one (use of GTK_STOCK_INFO).
399
400 2006-06-29 [colin]      2.3.1cvs36
401
402         * src/imap.c
403                 Better handling of login errors (ask the password
404                 again once), alert in case of error. Fix three
405                 signedness warnings.
406
407 2006-06-28 [wwp]        2.3.1cvs35
408
409         * src/prefs_template.c
410         * src/prefs_matcher.c
411         * src/prefs_filtering_action.c
412         * src/prefs_quote.c
413                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
414                 patch by Fabien Vantard, slightly modified.
415
416 2006-06-28 [paul]
417
418         2.4.0-rc2 released
419
420 2006-06-28 [colin]      2.3.1cvs34
421
422         * src/prefs_account.c
423                 Fix bug #977 (Can't add or edit imap accounts)
424
425 2006-06-28 [colin]      2.3.1cvs33
426
427         * src/mimeview.c
428                 Fix previous
429
430 2006-06-28 [colin]      2.3.1cvs32
431
432         * src/mimeview.c
433                 Save named inlined attachments with "Save all"
434         * src/main.c
435         * src/mbox.c
436         * src/common/plugin.c
437         * src/common/plugin.h
438         * src/common/sylpheed.c
439         * src/common/utils.c
440         * src/plugins/pgpcore/sylpheed.def
441         * src/plugins/pgpinline/sylpheed.def
442         * src/plugins/pgpmime/sylpheed.def
443                 Win32 compatibility patch, by
444                 Werner Koch
445
446 2006-06-28 [wwp]        2.3.1cvs31
447
448         * src/imap.c
449         * src/prefs_folder_item.c
450                 less compilation warnings (thanks to Fabien Vantard), less typos.
451
452 2006-06-28 [paul]       2.3.1cvs30
453
454         * src/gtk/gtkutils.c
455                 gtk_combo_box_set_focus_on_click() is only
456                 available since gtk 2.6.0
457
458 2006-06-28 [paul]       2.3.1cvs29
459
460         * src/prefs_ext_prog.c
461                 fix engrish and add a tooltip for the
462                 'command for 'Display as text' option
463
464 2006-06-28 [paul]
465
466         2.4.0-rc1 released
467
468 2006-06-28 [paul]       2.3.1cvs28
469
470         * ChangeLog
471         * tools/Makefile.am
472                 include textviewer.pl in releases
473
474 2006-06-28 [paul]       2.3.1cvs27
475
476         * src/prefs_ext_prog.c
477                 hide Print command option if libgnomeprint
478                 support is present
479
480 2006-06-27 [colin]      2.3.1cvs26
481
482         * src/compose.c
483                 Fix Esc handling in insert/attach dialog
484                 Don't show this dialog if dragging something
485                 else than text/uri-list
486                 Thanks to Fabien Vantard
487         * tools/textviewer.pl
488                 Filter script to display stuff as text
489                 by H. Merijn Brand
490
491 2006-06-27 [wwp]        2.3.1cvs25
492
493         * src/messageview.c
494                 use the exact product name (message view title), patch
495                 by Fabien Vantard.
496
497 2006-06-27 [ticho]      2.3.1cvs24
498
499         * src/prefs_account.c
500         * src/prefs_common.c
501         * src/prefs_common.h
502         * src/prefs_ext_prog.c
503         * src/textview.c
504                 Add a preference (Preferences/External programs)
505                 to allow "Display as text" to be done via a script
506                 (patch by H.Merijn Brand).
507                 Use GtkComboBox for protocol selection in account
508                 preferences.
509                 Only include current choice for existing accounts, and
510                 insensitivize the combobox.
511
512 2006-06-27 [paul]       2.3.1cvs23
513
514         * src/mbox.c
515                 fix crasher introduced in cvs21.
516                 Thanks to Colin
517
518 2006-06-26 [colin]      2.3.1cvs22
519
520         * src/mbox.c
521                 Fix double-frees when leaving folders
522                 after exporting to mbox
523
524 2006-06-26 [colin]      2.3.1cvs21
525
526         * src/mbox.c
527                 More feedback (and optimisation)
528                 on import/export
529         * src/common/utils.c
530                 Fix case when looking for mail addresses
531         * src/gtk/gtkutils.c
532                 Extra check for (X-)Face
533
534 2006-06-25 [ticho]      2.3.1cvs20
535
536         * src/compose.c
537         * src/exphtmldlg.c
538         * src/gtk/gtkutils.c
539         * src/gtk/gtkutils.h
540                 Added second argument to gtkut_sc_combobox_create() to
541                 control focus-on-click for the widget.
542                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
543
544 2006-06-25 [ticho]      2.3.1cvs19
545
546         * src/compose.c
547         * src/gtk/Makefile.am
548         * src/gtk/combobox.c
549         * src/gtk/combobox.h
550         * src/gtk/gtkutils.c
551         * src/gtk/gtkutils.h
552                 Use GtkComboBox instead of deprecated GtkOptionMenu
553                 for account selector in compose window and for encoding
554                 selector in attachment properties.
555                 Also factorise working with the new GtkComboBox somewhat.
556
557 2006-06-24 [paul]       2.3.1cvs18
558
559         * src/prefs_common.c
560                 use the correct default value
561
562 2006-06-24 [paul]       2.3.1cvs17
563
564         * src/compose.c
565         * src/prefs_common.c
566         * src/prefs_common.h
567         * src/prefs_compose_writing.c
568                 enable setting of default action when
569                 dnd'ing files in the compose window.
570                 (Collaborative effort with wwp)
571
572 2006-06-23 [wwp]        2.3.1cvs16
573
574         * src/compose.c
575                 i18n fix (thanks to Fabien Vantard)
576
577 2006-06-22 [colin]      2.3.1cvs15
578
579         * src/prefs_customheader.c
580                 Don't use filters in custom headers' file 
581                 selector. Remember, extensions mean nothing :)
582
583 2006-06-22 [paul]       2.3.1cvs14
584
585         * configure.ac
586                 allow setting of man directory location
587
588 2006-06-22 [colin]      2.3.1cvs13
589
590         * src/mainwindow.c
591                 Add 'View/Go to/Next unread folder'.
592                 I missed that :)
593
594 2006-06-22 [colin]      2.3.1cvs12
595
596         * src/common/utils.c
597                 Add some subject prefixes
598                 Patch by Bjorn T Johansen <btj@havleik.no>
599
600 2006-06-22 [colin]      2.3.1cvs11
601
602         * manual/advanced.xml
603                 Forgotten hidden pref
604
605 2006-06-21 [paul]       2.3.1cvs10
606
607         * src/prefs_account.c
608                 complete the removal of 'Add date header' option
609
610 2006-06-21 [paul]       2.3.1cvs9
611
612         * src/account.c
613         * src/compose.c
614         * src/prefs_account.c
615         * src/prefs_account.h
616                 remove option to add date header - always
617                 add date header
618         * src/etpan/imap-thread.c
619                 fix warnings (Thanks to Colin)
620
621 2006-06-21 [wwp]        2.3.1cvs8
622
623         * src/folder.c
624                 set the attachment flag when inline text part are (file)named. This is more convenient
625                 when receiving (for instance) inline source files or patches sent using thunderbird.
626
627 2006-06-21 [paul]       2.3.1cvs7
628
629         * src/inc.c
630                 fix off-by-one count of current msg in
631                 statusbar filtering progressbar
632
633 2006-06-21 [paul]       2.3.1cvs6
634
635         * src/folder.c
636                 Show attachment icon even if the part is 'inline'
637                 if the following conditions are met:
638                 - content-type != 'text/plain'
639                 - content-type != '*/pgp-signature'
640                 - either 'name' or 'filename' parameter is not NULL
641                 
642                 Thanks to Colin
643
644 2006-06-21 [paul]       2.3.1cvs5
645
646         * src/messageview.c
647         * src/prefs_common.c
648         * src/prefs_common.h
649         * src/prefs_other.c
650                 add an option to 'Never send Return
651                 Receipts'
652                 Thanks to Colin
653
654 2006-06-20 [mones]      2.3.1cvs4
655
656         * po/es.po
657                 updated
658         * src/compose.c
659                 typo fixed (space after comma)
660         * tools/make.themes.project
661                 remove exec mode from tarball files
662
663 2006-06-20 [colin]      2.3.1cvs3
664
665         * src/news.c
666         * src/procheader.c
667         * src/unmime.c
668                 Better fix for \n's in headers (don't 
669                 break Received: and others)
670
671 2006-06-20 [paul]       2.3.1cvs2
672
673         * src/alertpanel.c
674         * src/textview.c
675                 improve legibility of phishing attempt
676                 dialog
677
678 2006-06-20 [paul]       2.3.1cvs1
679
680         * NEWS
681         * README
682         * configure.ac
683                 Update version number following
684                 stable release
685
686 2006-06-20 [colin]      2.3.0cvs26
687
688         * src/compose.c
689                 When dragging a file to the text of the compose
690                 window, ask whether we want to insert or attach
691                 (I know lots of people who do that to attach)
692
693 2006-06-20 [colin]      2.3.0cvs25
694
695         * src/etpan/imap-thread.c
696                 Fix threshold (the append command is often > 32 bytes)
697
698 2006-06-19 [colin]      2.3.0cvs24
699
700         * src/imap.c
701         * src/etpan/imap-thread.c
702                 Workaround Rockliffe IMAP server bug: replace
703                 "x UID SEARCH (ANSWERED UID 1:*)" with
704                 "x UID SEARCH ANSWERED"
705                 (Rockliffe doesn't handle the parenthesis)
706
707 2006-06-19 [colin]      2.3.0cvs23
708
709         * src/compose.c
710         * src/imap.c
711         * src/etpan/imap-thread.c
712                 Probably fix bug #972 (Freezes when adding 
713                 an attachment to the message)
714         * src/common/defs.h
715                 Modernize Firefox cmd
716
717
718 2006-06-18 [colin]      2.3.0cvs22
719
720         * src/prefs_customheader.c
721                 Only allow correct filenames for various
722                 custom headers
723
724 2006-06-18 [colin]      2.3.0cvs21
725
726         * src/prefs_customheader.c
727                 Add a 'From File...' button in custom headers prefs, which
728                 try to do the right thing: 
729                 for normal headers, use file as plaintext,
730                 for X-Face, calls compface,
731                 for Face, encode to b64.
732
733 2006-06-17 [colin]      2.3.0cvs20
734
735         * src/mh.c
736                 Warning fix
737
738 2006-06-16 [colin]      2.3.0cvs19
739
740         * src/summaryview.c
741                 Recursive quicksearch: show message list
742                 in current folder, *then* search children
743                 in the background.
744
745 2006-06-16 [colin]      2.3.0cvs18
746
747         * src/main.c
748                 Instead of ignoring SIGPIPE, save caches
749                 when getting one. Will fix the fact that
750                 hot caches are out-of-date when logging 
751                 out of Xorg.
752         * src/compose.c
753         * src/prefs_compose_writing.c
754                 Only save text (not attachments) when 
755                 auto-saving to drafts
756         * src/unmime.c
757                 Always replace \n, \r and \t with spaces
758                 in headers
759         * manual/dist/html/Makefile.am
760         * manual/dist/pdf/Makefile.am
761         * manual/dist/ps/Makefile.am
762         * manual/dist/txt/Makefile.am
763         * manual/fr/dist/html/Makefile.am
764         * manual/fr/dist/pdf/Makefile.am
765         * manual/fr/dist/ps/Makefile.am
766         * manual/fr/dist/txt/Makefile.am
767         * manual/pl/dist/html/Makefile.am
768         * manual/pl/dist/pdf/Makefile.am
769         * manual/pl/dist/ps/Makefile.am
770         * manual/pl/dist/txt/Makefile.am
771                 Fix make clean removing pregenerated manuals
772
773
774 2006-06-16 [colin]      2.3.0cvs17
775
776         * src/plugins/pgpcore/sgpgme.c
777         * src/plugins/pgpmime/pgpmime.c
778         * src/plugins/pgpinline/pgpinline.c
779                 Better error reporting in setup_signers.
780                 Don't fallback to default key if specified
781                 key isn't found.
782                 Don't allow signing if more than one secret
783                 key matches the one specified in prefs.
784
785 2006-06-15 [colin]      2.3.0cvs16
786
787         * src/folderview.c
788                 Add "Send queue" in the folder's contextual
789                 menu
790         * src/compose.c
791         * src/messageview.c
792         * src/privacy.c
793         * src/privacy.h
794         * src/procmime.c
795         * src/procmsg.c
796         * src/plugins/pgpcore/passphrase.c
797         * src/plugins/pgpcore/sgpgme.c
798         * src/plugins/pgpinline/pgpinline.c
799         * src/plugins/pgpmime/pgpmime.c
800                 Better error reporting
801         * src/mbox.c
802                 Probably fix bug #971 (2.2.3 cannot read mail 
803                 from local mbox)
804
805
806 2006-06-15 [mones]      2.3.0cvs15
807
808         * tools/make.themes.project
809                 creates the themes project from the web page
810
811 2006-06-15 [colin]      2.3.0cvs14
812
813         * src/folder.c
814                 Better fix (avoid losing the folder if scan_tree 
815                 fails)
816
817 2006-06-15 [cleroy]     2.3.0cvs13
818
819         * src/folder.c
820                 Probably fix Bug #969 (crash on rebuilding 
821                 imap folder)
822
823 2006-06-14 [colin]      2.3.0cvs12
824
825         * manual/dtd/manual.xsl
826         * manual/sylpheed-claws-manual.xml
827         * manual/fr/sylpheed-claws-manual.xml
828         * manual/pl/sylpheed-claws-manual.xml
829                 Insert pagebreaks between sections
830
831 2006-06-14 [paul]       2.3.0cvs11
832
833         * configure.ac
834                 better fix than 2.3.0cvs10
835
836 2006-06-14 [paul]       2.3.0cvs10
837
838         * configure.ac
839                 fix setting of PACKAGE_DATA_DIR with newer autoconf
840                 (backwards compatible)
841
842 2006-06-13 [colin]      2.3.0cvs9
843
844         * src/messageview.c
845                 Fix sending of return receipt with the new queue folders
846
847 2006-06-13 [wwp]        2.3.0cvs8
848
849         * src/quote_fmt_lex.l
850                 fix wrong tokens returned in quote_fmt lexer, query not().
851
852 2006-06-13 [wwp]        2.3.0cvs7
853
854         * src/folder.c
855         * src/prefs_folder_item.c
856                 allow changing folder type even when folder is not a top-level one,
857                 thanks to Colin.
858
859 2006-06-12 [colin]      2.3.0cvs6
860
861         * src/folderview.c
862                 Fix double-ask of "Do you want to mark all
863                 as read"
864
865 2006-06-12 [colin]      2.3.0cvs5
866
867         * src/compose.c
868         * src/compose.h
869         * src/folder.c
870         * src/folder.h
871         * src/imap.c
872         * src/inc.c
873         * src/main.c
874         * src/messageview.c
875         * src/mh.c
876         * src/prefs_folder_item.c
877         * src/procheader.c
878         * src/procmime.c
879         * src/procmsg.c
880         * src/procmsg.h
881         * src/send_message.c
882         * src/summaryview.c
883         * src/toolbar.c
884                 Apply bug #964's patch (Queue and drafts aren't normal)
885                 The Drafts and Queue folder now contain RFC-822 files,
886                 allowing to move and copy mails from and to these 
887                 folders. Moving from Drafts to Queue will prepare the
888                 mail for sending (PGP signature, encryption, etc).
889                 This patch also rework sending errors handling to try
890                 to be more helpful.
891                 Also, allow redefining folder types via the GUI 
892                 (Folder type in its Properties)
893
894 2006-06-12 [colin]      2.3.0cvs4
895
896         * src/summaryview.c
897         * src/prefs_common.c
898         * src/prefs_common.h
899         * src/gedit-print.c
900                 Allow to define a specific print font - patch
901                 by Bernhard Walle <bernhard.walle@gmx.de>
902         * src/prefs_fonts.c
903         * manual/advanced.xml
904         * manual/fr/advanced.xml
905                 Add a hidden pref to allow deletion without
906                 confirmation
907
908 2006-06-12 [wwp]        2.3.0cvs3
909
910         * .cvsignore
911                 more files to ignore.
912
913 2006-06-12 [wwp]        2.3.0cvs2
914
915         * src/quote_fmt.c
916         * src/quote_fmt_lex.l
917         * src/quote_fmt_parse.y
918                 extend the quote_fmt parser (templates and quotes):
919                 - allow limited sub-expressions in |p{} and |f{} expressions,
920                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
921                 - implemented/fixed missing implementation of query_references and show_references,
922                 - completed, fixed contents and format of the symbols help dialog,
923                 - fix some compilation warnings.
924
925 2006-06-12 [wwp]        2.3.0cvs1
926
927         * manual/advanced.xml
928         * manual/fr/advanced.xml
929                 updates in the "templates" section of the manual (eng/fr):
930                  - be more precise (both versions)
931                  - completed to match the english reference (fr version)
932                  - touchups (both versions)
933
934 2006-06-12 [paul]       2.3.0
935
936         2.3.0 released
937
938 2006-06-12 [paul]       2.2.3cvs14
939
940         * po/ca.po
941         * po/cs.po
942         * po/de.po
943         * po/el.po
944         * po/fr.po
945         * po/it.po
946         * po/pt_BR.po
947         * po/sr.po
948         * po/zh_CN.po
949                 updated by Miquel Oliete, Tim, Stephan Sachse,
950                 Stavros Giannouris, Fabien Vantard, Andrea
951                 Spadaccini, Frederico Goncalves Guimaraes,
952                 Aleksandar Urosevic, and Ralgh Young
953
954 2006-06-12 [colin]      2.2.3cvs13
955
956         * src/mbox.c
957                 Add missing header
958
959 2006-06-11 [colin]      2.2.3cvs12
960
961         * src/msgcache.c
962                 Verify that g_malloc() succeeded
963
964 2006-06-11 [colin]      2.2.3cvs11
965
966         * src/wizard.c
967                 Add Face header to welcome mail
968
969 2006-06-10 [colin]      2.2.3cvs10
970
971         * src/textview.c
972                 Revert previous (Forgot it changes the
973                 margin on the whole mail)
974
975 2006-06-10 [colin]      2.2.3cvs9
976
977         * src/textview.c
978                 Don't overlap long headers under (X-)Face
979
980 2006-06-10 [mones]      2.2.3cvs8
981
982         * manual/xml2pdf
983                 allow generation of manual on systems lacking saxon binary
984                 but with java and the saxon library installed
985
986         * po/es.po
987                 updated for release
988
989 2006-06-09 [colin]      2.2.3cvs7
990
991         * src/summaryview.c
992                 Fix leak when using Display Sender using Addressbook
993
994 2006-06-09 [colin]      2.2.3cvs6
995
996         * src/compose.c
997         * src/folder.c
998         * src/folderview.c
999         * src/mimeview.c
1000         * src/summaryview.c
1001                 More leaks fixes
1002
1003 2006-06-09 [paul]       2.2.3cvs5
1004
1005         * AUTHORS
1006         * src/gtk/authors.h
1007         * tools/claws.i18n.status.pl
1008                 updated with new info
1009
1010 2006-06-09 [paul]       2.2.3cvs4
1011
1012         * README
1013                 updated
1014         * manual/ack.xml
1015                 add wwp to authors list
1016         * src/gtk/authors.h
1017                 update mine and Colin's addresses
1018
1019 2006-06-08 [colin]      2.2.3cvs3
1020
1021         * src/etpan/imap-thread.c
1022                 Fix leak on SSL cert check
1023
1024 2006-06-08 [colin]      2.2.3cvs2
1025
1026         * src/common/utils.c
1027                 Fix leak
1028
1029 2006-06-08 [paul]       2.2.3cvs1
1030
1031         * configure.ac
1032                 Update version number following
1033                 stable release
1034
1035 2006-06-07 [colin]      2.2.2cvs3
1036
1037         * src/msgcache.c
1038                 Fix catching cache read errors (guint instead of gint)
1039                 Prevent malloc'ing more than 8MB (means cache corruption)
1040
1041 2006-06-07 [paul]       2.2.2cvs2
1042
1043         * src/exporthtml.c
1044         * src/exportldif.c
1045         * src/mh.c
1046         * src/mutt.c
1047         * src/pine.c
1048         * src/common/utils.c
1049                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1050                 obey $HOME'
1051                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1052                 Thanks to Colin
1053
1054 2006-06-06 [paul]       2.2.2cvs1
1055
1056         * configure.ac
1057                 Update version number following
1058                 stable release
1059
1060 2006-06-06 [paul]       2.2.1cvs6
1061
1062         * src/matcher.c
1063                 fix  implicit declaration of
1064                 sylpheed_do_idle()
1065                 Patch by Fabien Vantard
1066
1067 2006-06-06 [paul]       2.2.1cvs5
1068
1069         * src/matcher.c
1070                 fix age_greater and age_lower so that they
1071                 mean what say and not '...or equal to'
1072                 Thanks to Colin
1073
1074 2006-06-06 [paul]       2.2.1cvs4
1075
1076         * src/textview.c
1077         * src/common/utils.c
1078                 fix URI check
1079                 Thanks to Colin
1080
1081 2006-06-05 [wwp]        2.2.1cvs3
1082
1083         * manual/fr/account.xml
1084                 minor language fixes (thanks to Fabien Vantard).
1085
1086 2006-06-05 [colin]      2.2.1cvs2
1087
1088         * src/prefs_folder_item.c
1089         * src/folderview.c
1090                 Allow recursive setting of properties 
1091                 for whole mailboxes
1092         * src/matcher.c
1093                 Don't freeze on 'test' filtering rule
1094
1095 2006-06-05 [colin]      2.2.1cvs1
1096
1097         * configure.ac
1098                 Update version number following
1099                 stable release
1100
1101 2006-06-04 [wwp]        2.2.0cvs82
1102
1103         * manual/glossary.xml
1104         * manual/account.xml
1105         * manual/fr/glossary.xml
1106         * manual/fr/account.xml
1107                 added glossary section and references/links related to the Face custom header.
1108
1109 2006-06-04 [colin]      2.2.0cvs81
1110
1111         * src/summaryview.c
1112                 Skip to next message on move with no
1113                 immediate execution
1114
1115 2006-06-04 [wwp]        2.2.0cvs80
1116
1117         * manual/xml2pdf
1118                 added sanity checks, exit when needed.
1119
1120 2006-06-03 [paul]       2.2.0cvs79
1121
1122         * src/prefs_receive.c
1123                 page name is now 'Receiving'
1124         * src/prefs_send.c
1125                 page name is now 'Sending'
1126
1127 2006-06-03 [colin]      2.2.0cvs78
1128
1129         * src/plugins/spamassassin/spamassassin_gtk.c
1130                 Autoswitch to Localhost if transport was previously
1131                 disabled. Else people had to check [] Enable, then
1132                 *reselect* transport.
1133
1134 2006-06-03 [colin]      2.2.0cvs77
1135
1136         * src/plugins/pgpinline/pgpinline.c
1137         * src/plugins/pgpmime/pgpmime.c
1138                 Check that gpg_data_release_and_get_mem 
1139                 didn't fail (now, why this happens...)
1140
1141 2006-06-03 [colin]      2.2.0cvs76
1142
1143         * src/mbox.c
1144                 Fix bug #962 (Manual and/or UI should 
1145                 warn about incompatible locking 
1146                 causing dataloss)
1147
1148 2006-06-02 [cleroy]     2.2.0cvs75
1149
1150         * src/filtering.c
1151         * src/folder.c
1152         * src/procmsg.c
1153         * src/summaryview.c
1154                 Fix a few leaks
1155
1156 2006-06-02 [colin]      2.2.0cvs74
1157
1158         * src/main.c
1159                 On exit, free caches after writing them
1160                 Shuts up some valgrind false positives
1161         * src/procmsg.c
1162         * src/send_message.c
1163                 Fix races when reusing existing SMTP connections
1164                 Fix inexistant session timeout
1165         * src/toolbar.c
1166                 Display alertpanel after all queues have
1167                 been processed, not after each
1168
1169 2006-06-02 [wwp]        2.2.0cvs73
1170
1171         * manual/fr/glossary.xml
1172         * manual/fr/ack.xml
1173         * manual/ack.xml
1174                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1175
1176 2006-06-02 [wwp]        2.2.0cvs72
1177
1178         * manual/xml2pdf
1179         * manual/dist/pdf/Makefile.am
1180         * manual/dtd/manual.xsl
1181         * manual/fr/dist/pdf/Makefile.am
1182         * manual/pl/dist/pdf/Makefile.am
1183                 we changed the procedure to generate the .pdf version of the manual.
1184                 The procedure is more modern and the .pdf we get now has a valid index.
1185                 Here are the new pre-requisites:
1186
1187                 - JRE 1.x (1.4 here): there must be one from your distro
1188                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1189                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1190                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1191
1192                 See my posts for further info about the installation of this toolchain:
1193
1194                 Date: Fri, 19 May 2006 19:40:06 +0200
1195                 From: wwp <subscript@free.fr>
1196                 To: sylpheed-claws-devel@lists.sourceforge.net
1197                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1198
1199                 and
1200
1201                 Date: Wed, 24 May 2006 12:58:49 +0200
1202                 From: wwp <subscript@free.fr>
1203                 To: sylpheed-claws-devel@lists.sourceforge.net
1204                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1205
1206 2006-06-01 [colin]      2.2.0cvs71
1207
1208         * src/compose.c
1209                 Better guards against IMAP races
1210         * src/main.c
1211         * src/prefs_common.c
1212         * src/prefs_common.h
1213         * src/common/ssl_certificate.c
1214         * src/etpan/imap-thread.c
1215         * src/etpan/imap-thread.h
1216         * src/gtk/sslcertwindow.c
1217                 New hidden option ssl_skip_cert_check to 
1218                 avoid dups of bug #959 (libetpan linked
1219                 against gnutls and gnutls buggy on 64bit)
1220                 Present expired warning only once per
1221                 session/server.
1222         * manual/advanced.xml
1223         * manual/fr/advanced.xml
1224                 Document new option
1225
1226 2006-06-01 [wwp]        2.2.0cvs70
1227
1228         * src/messageview.c
1229                 fix for bug #961 (return receipt dialog 
1230                 complains incorrectly about return-path 
1231                 email adress being different), thanks 
1232                 to Colin.
1233
1234 2006-05-31 [cleroy]     2.2.0cvs69
1235
1236         * src/common/ssl.c
1237                 Guard against NULLs, although this
1238                 should never be an issue
1239
1240 2006-05-31 [colin]      2.2.0cvs68
1241
1242         * src/filtering.c
1243                 Use g_slist_prepend
1244         * src/imap.c
1245                 Don't remove caches when destroying folder, it
1246                 could (should) be done at exit
1247         * src/inc.c
1248                 free processing cache after incorporation
1249         * src/etpan/imap-thread.c
1250                 Maybe fix bug #959 (Crash on moving to emails 
1251                 to a imap account per ssl with a expired 
1252                 certificate.)
1253
1254 2006-05-30 [colin]      2.2.0cvs67
1255
1256         * src/summaryview.c
1257                 Put back event flush when displaying message
1258                 It avoids reading a bunch of messages just
1259                 by hitting shift-n for too long ;)
1260
1261 2006-05-29 [colin]      2.2.0cvs66
1262
1263         * src/summaryview.c
1264                 Remove useless g_warnings
1265
1266 2006-05-29 [colin]      2.2.0cvs65
1267
1268         * src/imap.c
1269                 Fix g_slist_append()s for performance
1270
1271 2006-05-29 [colin]      2.2.0cvs64
1272
1273         * src/compose.c
1274         * src/common/utils.c
1275                 Fix extraneous tab at start of addresses
1276         * src/mainwindow.c
1277                 Fix warnings (thanks to Fabien)
1278                 Fix crash at exit when composing messages 
1279                 exist
1280         * src/pop.c
1281                 Fix progress bar when deleting expired mails
1282                 Thanks to Hiro
1283         * src/summaryview.c
1284         * src/gtk/gtksctree.c
1285                 Fix re-sorting slowness
1286
1287 2006-05-29 [paul]       2.2.0cvs63
1288
1289         * src/mh.c
1290                 fetch full message when moving mails
1291                 from another mailbox, (fixed data loss
1292                 when filtering from IMAP to MH, introduced
1293                 in 2.2.0cvs57).
1294                 Thanks to Colin
1295
1296 2006-05-29 [mones]      2.2.0cvs62
1297
1298         * src/gtk/gtksctree.c
1299                 Unselect faster (patch by Colin)        
1300
1301 2006-05-26 [colin]      2.2.0cvs61
1302
1303         * src/summaryview.c
1304                 Unplug MSGINFO_UPDATE callback on delete too.
1305
1306 2006-05-26 [colin]      2.2.0cvs60
1307
1308         * src/foldersel.c
1309                 Fix bold in folder selection window with glib2.10
1310                 thanks Hiro
1311
1312 2006-05-26 [colin]      2.2.0cvs59
1313
1314         * src/procheader.c
1315                 Convert date only if necessary (and don't
1316                 try to convert from utf8 to utf8, too)
1317         * src/summaryview.c
1318                 Only set column's text if the column's 
1319                 displayed
1320
1321 2006-05-26 [colin]      2.2.0cvs58
1322
1323         * src/summaryview.c
1324         * src/gtk/gtkutils.c
1325                 Fix useless warning
1326
1327 2006-05-26 [colin]      2.2.0cvs57
1328
1329         * src/mainwindow.c
1330                 Make summaryview selectable as long as 
1331                 no message has focus
1332         * src/mh.c
1333                 Faster deletion (by implementing mh_remove_msgs)
1334                 Faster copy (avoid using mh_fetch_msg just to get
1335                 the filename)
1336                 Faster move (using move_file instead of copy_file
1337                 if MSG_IS_MOVE)
1338                 No progressbar if total number of mails to cp/mv 
1339                 is less than 100
1340         * src/summaryview.c
1341                 Fix removal from subject_table when mail gets moved
1342                 Faster deletion (g_slist_prepend instead of append)
1343         * src/gtk/gtksctree.c
1344                 Remove useless code
1345
1346 2006-05-25 [colin]      2.2.0cvs56
1347
1348         * src/common/ssl_certificate.c
1349                 Fix leak in expired cert check
1350
1351 2006-05-25 [colin]      2.2.0cvs55
1352
1353         * src/mh.c
1354                 Disable flags syncing on .mh_sequences - it
1355                 is buggy and marks mails read under unknown
1356                 conditions.
1357
1358 2006-05-25 [paul]
1359
1360         * 2.3.0-rc4 released
1361
1362 2006-05-24 [colin]      2.2.0cvs54
1363
1364         attention cvs users: if you manage to crash
1365         Sylpheed-Claws while moving, copying or deleting
1366         mails, we *are* interested in stack traces and
1367         valgrind logs. It looks stable, but one never
1368         knows...
1369
1370         * src/folder.c
1371                 Add progressbar for cache updates
1372         * src/folderutils.c
1373                 Optimize Mark all read in the current
1374                 folder
1375         * src/mh.c
1376                 Add progressbar for copy/move
1377         * src/procmsg.c
1378                 Optimize O(n^2) in copy/move
1379         * src/summaryview.c
1380         * src/gtk/gtksctree.c
1381                 Optimize O(n^2) algos
1382         * src/common/timing.h
1383                 Display ms instead of us
1384
1385 2006-05-24 [wwp]        2.2.0cvs53
1386
1387         * manual/fr/advanced.xml
1388                 updates to the French manual.
1389
1390 2006-05-24 [wwp]        2.2.0cvs52
1391
1392         * src/common/utils.c
1393                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1394
1395 2006-05-24 [wwp]        2.2.0cvs51
1396
1397         * src/folderutils.c
1398                 fixed "mark all read" in MH folders (thanks to Colin).
1399
1400 2006-05-24 [paul]       2.2.0cvs50
1401
1402         * doc/man/sylpheed-claws.1
1403                 updated the man page
1404
1405 2006-05-23 [colin]      2.2.0cvs49
1406
1407         * src/folderview.c
1408         * src/imap.c
1409         * src/inc.c
1410         * src/mbox.c
1411         * src/messageview.c
1412         * src/news.c
1413         * src/send_message.c
1414         * src/summaryview.c
1415         * src/gtk/sslcertwindow.c
1416                 alertpanel fixes, by Fabien
1417
1418 2006-05-23 [colin]      2.2.0cvs48
1419
1420         * src/folder.c
1421         * src/folderview.c
1422         * src/msgcache.c
1423         * src/summaryview.c
1424         * src/gtk/gtksctree.c
1425         * src/gtk/gtksctree.h
1426                 More timings
1427                 Fix slow loading problem, which was caused by the
1428                 use of some gtk_ctree funcs and their use of
1429                 g_list_position while gtk_ctree_(un)link'ing.
1430                 Reap more functions from gtkctree.c to be sure we
1431                 use our (fast) version instead of theirs.
1432         * src/mh.c
1433                 Fix copy of unread mails
1434
1435
1436 2006-05-22 [wwp]        2.2.0cvs47
1437
1438         * manual/fr/advanced.xml
1439                 updated.
1440
1441 2006-05-22 [colin]      2.2.0cvs46
1442
1443         * src/filtering.c
1444                 Fix possible infinite loop. 'copy' is not a 
1445                 final action, so when encountering a 'copy',
1446                 we have to check if a previous one was set
1447                 and do it. In the same way, if we encounter
1448                 a 'move' we have to perform a possibly 
1449                 pending 'copy'. This will slow down filtering
1450                 on IMAP if move+copy or multiple copy actions
1451                 are to be done, but handling it via the batch
1452                 would be really too convoluted.
1453
1454 2006-05-22 [wwp]        2.2.0cvs45
1455
1456         * manual/fr/advanced.xml
1457         * manual/fr/faq.xml
1458         * manual/fr/glossary.xml
1459         * manual/fr/handling.xml
1460         * manual/fr/intro.xml
1461         * manual/fr/plugins.xml
1462         * manual/fr/sylpheed-claws-manual.xml
1463                 sync w/ the english manual: updates URIs, documented mailing-list
1464                 support, better explanation about the enabled/disabled feature
1465                 in filtering/processing rules by Paul.
1466
1467 2006-05-21 [colin]      2.2.0cvs44
1468
1469         * src/summaryview.c
1470                 Don't expand after building threads, but during
1471
1472 2006-05-21 [colin]      2.2.0cvs43
1473
1474         * src/procmsg.c
1475         * src/summaryview.c
1476                 More timing possibilities... For next time I have 
1477                 to find out how the hell some 3GHz computer takes
1478                 one minute to open a 30k folder...
1479
1480 2006-05-21 [colin]      2.2.0cvs42
1481
1482         * manual/pl/advanced.xml
1483         * manual/pl/faq.xml
1484         * manual/pl/glossary.xml
1485         * manual/pl/handling.xml
1486         * manual/pl/intro.xml
1487         * manual/pl/plugins.xml
1488         * manual/pl/sylpheed-claws-manual.xml
1489                 Polish manual updated by Pawel
1490
1491 2006-05-20 [colin]
1492
1493         * 2.3.0-rc3 released
1494
1495 2006-05-20 [colin]      2.2.0cvs41
1496
1497         * src/imap.c
1498                 Fix -rc2 problems:
1499                 - remove cache of moved messages from original folder
1500                 - apply new flags to messages even if they aren't appliable
1501                   via IMAP.
1502
1503 2006-05-20 [colin]
1504
1505         * 2.3.0-rc2 released
1506
1507 2006-05-19 [colin]      2.2.0cvs40
1508
1509         * src/imap.c
1510                 Don't issue SELECT in imap_change_flags
1511                 before having checked that we indeed have
1512                 some flags to change. MSG_POSTFILTERED for
1513                 example can't be used on IMAP.
1514                 Fixes bug #955 (copying messages between 
1515                 imap folders is extremely slow), which was
1516                 a regression.
1517
1518 2006-05-19 [colin]      2.2.0cvs39
1519
1520         * src/folder.c
1521         * src/folder.h
1522         * src/folderview.c
1523                 Try to fix bug #830 (Some unread messages 
1524                 get marked read in IMAP inbox):
1525                 - Prevent scanning a folder if it's being 
1526                   opened via the GUI
1527                 - Postpone opening via the GUI of a folder
1528                   currently scanned.
1529
1530
1531 2006-05-19 [wwp]        2.2.0cvs38
1532
1533         * manual/advanced.xml
1534                 fix English+typo (thanks to Paul).
1535
1536 2006-05-19 [wwp]        2.2.0cvs37
1537
1538         * manual/advanced.xml
1539         * manual/fr/advanced.xml
1540         * src/gtk/logwindow.c
1541         * src/prefs_common.c
1542         * src/prefs_common.h
1543                 added hidden prefs to allow customization of colors used in
1544                 protocol log window (useful for dark gtk+ themes).
1545
1546 2006-05-19 [wwp]        2.2.0cvs36
1547
1548         * ChangeLog
1549                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1550
1551 2006-05-19 [paul]       2.2.0cvs35
1552
1553         * src/textview.c
1554                 make Reply-To fully clickable
1555         * src/gtk/logwindow.c
1556                 more colouring (SMTP ESMTP)
1557         Both patches by Pawel Pekala
1558
1559 2006-05-19 [cleroy]     2.2.0cvs34
1560
1561         * src/mh.c
1562                 Don't update flags from current folder
1563                 Probably fixes bug #935 (Read Messages 
1564                 Revert to Being Marked as Unread)
1565
1566 2006-05-18 [colin]      2.2.0cvs33
1567
1568         * src/imap.c
1569                 Warning fix
1570         * src/compose.c
1571         * src/mainwindow.c
1572         * src/summaryview.c
1573         * src/toolbar.c
1574                 Allow replying to multiple emails
1575                 in multiple windows
1576         * src/mimeview.c
1577         * src/etpan/imap-thread.c
1578                 Leak fixes
1579
1580 2006-05-18 [paul]       2.2.0cvs32
1581
1582         * src/summaryview.c
1583                 keep Mailing-List menu refreshed
1584                 Thanks to Colin
1585
1586 2006-05-18 [paul]       2.2.0cvs31
1587
1588         * manual/advanced.xml
1589         * manual/faq.xml
1590         * manual/glossary.xml
1591         * manual/handling.xml
1592         * manual/intro.xml
1593         * manual/plugins.xml
1594         * manual/sylpheed-claws-manual.xml
1595                 update URLs
1596                 add info about mailing-list support
1597                 edit filtering info
1598         * src/wizard.c
1599         * src/common/defs.h
1600         * src/gtk/about.c
1601         * src/plugins/dillo_viewer/README
1602                 update URLs
1603
1604 2006-05-17 [wwp]        2.2.0cvs30
1605
1606         * manual/handling.xml
1607         * manual/fr/handling.xml
1608                 documented the ability to enabled/disable filtering/processing rules.
1609
1610 2006-05-17 [colin]      2.2.0cvs29
1611
1612         * src/main.c
1613                 Don't initialize g_thread subsystem if it's 
1614                 already done (thanks to Hiro)
1615         * src/mimeview.c
1616                 Fix saving of parts when there name can't be
1617                 converted from UTF-8.
1618
1619 2006-05-17 [paul]       2.2.0cvs28
1620
1621         * po/Makefile.in.in
1622                 fix config.status warning with autoconf 2.60
1623
1624 2006-05-17 [paul]       2.2.0cvs27
1625
1626         * po/POTFILES.in
1627                 add src/mbox.c
1628
1629 2006-05-17 [wwp]        2.2.0cvs26
1630
1631         * src/mainwindow.c
1632                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1633
1634 2006-05-17 [wwp]        2.2.0cvs25
1635
1636         * src/plugins/demo/demo.c
1637                 updated product name in plugin demo (many plugins need to be
1638                 sync'ed w/ that change).
1639
1640 2006-05-17 [colin]      2.2.0cvs24
1641
1642         * src/mh.c
1643                 Fix leak
1644
1645 2006-05-16 [colin]      2.2.0cvs23
1646
1647         * src/mainwindow.c
1648                 Stupid me hit again. Fix cvs22.
1649
1650 2006-05-16 [colin]      2.2.0cvs22
1651
1652         * src/mainwindow.c
1653                 Fix bug #922 (sylpheed-claws crashed after 
1654                 pushing on Inbox folder)
1655
1656 2006-05-16 [colin]      2.2.0cvs21
1657
1658         * src/compose.c
1659                 Make From header be copy/paste/select-able
1660
1661 2006-05-16 [wwp]        2.2.0cvs20
1662
1663         * src/export.c
1664         * src/matcher.c
1665         * src/summaryview.c
1666         * src/etpan/imap-thread.c
1667                 fix some compiler warnings (thanks to Colin).
1668
1669 2006-05-16 [wwp]        2.2.0cvs19
1670
1671         * src/action.c
1672         * src/gedit-print.c
1673         * src/inc.c
1674         * src/mainwindow.c
1675         * src/mh.c
1676         * src/statusbar.c
1677         * src/send_message.c
1678         * src/summaryview.c
1679                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1680
1681 2006-05-15 [colin]      2.2.0cvs18
1682
1683         * src/procmsg.c
1684                 Fix automatic rule creation with List-Post
1685
1686 2006-05-15 [paul]       2.2.0cvs17
1687
1688         * tools/filter_conv_new.pl
1689                 updated for rule enabling/disabling
1690                 claws version >= 2.3.x required
1691
1692 2006-05-15 [cleroy]     2.2.0cvs16
1693
1694         * src/main.c
1695                 Revert test
1696
1697 2006-05-15 [cleroy]     2.2.0cvs15
1698
1699         * src/main.c
1700                 test
1701
1702 2006-05-15 [wwp]        2.2.0cvs14
1703
1704         * manual/pl/.cvsignore
1705                 ignore generated files.
1706
1707 2006-05-14 [wwp]        2.3.0-rc1
1708
1709         * 2.3.0-rc1 released
1710
1711 2006-05-13 [wwp]        2.2.0cvs13
1712
1713         * src/filtering.c
1714         * src/filtering.h
1715         * src/matcher.c
1716         * src/matcher_parser_lex.l
1717         * src/matcher_parser_parse.y
1718         * src/prefs_filtering.c
1719                 new feature: provide the ability to disable filtering and processing
1720                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1721                 adaptations.
1722
1723 2006-05-13 [colin]      2.2.0cvs12
1724
1725         * src/compose.c
1726                 Remove useless if (a) b; else b;
1727                 Thanks to wwp
1728
1729 2006-05-13 [wwp]        2.2.0cvs11
1730
1731         * src/export.c
1732         * src/import.c
1733         * src/mainwindow.c
1734         * src/mbox.c
1735         * src/summaryview.c
1736         * src/summaryview.h
1737                 no more silent failures (or at least less ones) when importing
1738                 or exporting from/to mbox. Also start importing/exporting if
1739                 the necessary info is set.
1740
1741 2006-05-13 [wwp]        2.2.0cvs10
1742
1743         * RELEASE_NOTES
1744                 restored up-to-date release notes.
1745
1746 2006-05-13 [paul]       2.2.0cvs9
1747
1748         * po/nl.po
1749         * po/ru.po
1750                 updated by Tim Dijkstra and Pavlo Bohmat
1751
1752 2006-05-12 [colin]      2.2.0cvs8
1753
1754         * src/gtk/quicksearch.c
1755                 Add "k" as shortcut for "colorlabel". Patch
1756                 by ath42@users.sf.net.
1757
1758 2006-05-12 [paul]       2.2.0cvs7
1759
1760         * src/prefs_common.h
1761         * src/prefs_summaries.c
1762         * src/summaryview.c
1763                 when entering a folder also allow
1764                 going directly to first Marked message
1765
1766 2006-05-12 [paul]       2.2.0cvs6
1767
1768         * src/summaryview.c
1769                 always obey 'confirm before marking all
1770                 mails read' option
1771
1772 2006-05-12 [paul]       2.2.0cvs5
1773
1774         * src/textview.c
1775                 make Sender fully clickable
1776
1777 2006-05-12 [colin]      2.2.0cvs4
1778
1779         * src/compose.c
1780         * src/compose.h
1781                 Let From be editable
1782         * src/main.c
1783         * src/mh.c
1784                 Full support of .mh_sequences' Unseen seq
1785
1786 2006-05-12 [colin]      2.2.0cvs3
1787
1788         * src/folder.c
1789         * src/mainwindow.c
1790         * src/mainwindow.h
1791         * src/messageview.c
1792         * src/prefs_spelling.c
1793         * src/procheader.c
1794         * src/procmsg.c
1795         * src/procmsg.h
1796         * src/summaryview.c
1797         * src/toolbar.c
1798         * src/toolbar.h
1799                 Add contextual menu on Compose toolbar
1800                 button. Fixes bug #944 (Automatic
1801                 addresses not applied when changing account
1802                 from compose window)
1803                 add Mailing List support
1804                 based on the old 0.6.5claws25 patch by
1805                 Melvin Hadasht, with finishing touches
1806                 by Colin
1807                 Fix "ignore thread" when mails are threaded by
1808                 subject (and weren't ignored although appearing
1809                 in the thread).
1810                 GUI rework.
1811                 Both patches by Pawel.
1812
1813 2006-05-08 [paul]       2.2.0cvs2
1814
1815         * src/mainwindow.c
1816         * src/mainwindow.h
1817         * src/messageview.c
1818         * src/procheader.c
1819         * src/procmsg.c
1820         * src/procmsg.h
1821         * src/summaryview.c
1822                 add Mailing List support
1823                 based on the old 0.6.5claws25 patch by 
1824                 Melvin Hadasht, with finishing touches
1825                 by Colin
1826
1827 2006-05-08 [colin]      2.2.0cvs1
1828
1829         * src/mainwindow.c
1830         * src/toolbar.c
1831         * src/toolbar.h
1832                 Add contextual menu on Compose toolbar 
1833                 button. Fixes bug #944 (Automatic 
1834                 addresses not applied when changing account 
1835                 from compose window)
1836
1837 2006-05-08 [paul]       2.2.0
1838
1839         2.2.0 released
1840
1841 2006-05-08 [paul]       2.1.1cvs51
1842
1843         * po/cs.po
1844         * po/de.po
1845         * po/en_GB.po
1846         * po/fi.po
1847         * po/fr.po
1848         * po/pt_BR.po
1849         * po/sr.po
1850         * po/zh_CN.po
1851                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1852                 Fabien Vantard, Frederico Goncalves Guimaraes,
1853                 Aleksandar Urosevic, and Ralgh Young
1854
1855 2006-05-12 [colin]      2.1.1cvs50
1856
1857         * po/cs.po
1858         * po/de.po
1859         * po/en_GB.po
1860         * po/es.po
1861         * po/fi.po
1862         * po/fr.po
1863         * po/pt_BR.po
1864         * po/sr.po
1865         * po/zh_CN.po
1866                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1867                 Fabien Vantard, Frederico Goncalves Guimaraes,
1868                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1869
1870 2006-05-05 [colin]      2.1.1cvs49
1871
1872         * manual/Makefile.am
1873         * manual/pl/Makefile.am
1874         * manual/pl/account.xml
1875         * manual/pl/ack.xml
1876         * manual/pl/addrbook.xml
1877         * manual/pl/advanced.xml
1878         * manual/pl/faq.xml
1879         * manual/pl/glossary.xml
1880         * manual/pl/gpl.xml
1881         * manual/pl/handling.xml
1882         * manual/pl/intro.xml
1883         * manual/pl/keyboard.xml
1884         * manual/pl/plugins.xml
1885         * manual/pl/starting.xml
1886         * manual/pl/sylpheed-claws-manual.xml
1887         * manual/pl/dist/.cvsignore
1888         * manual/pl/dist/Makefile.am
1889         * manual/pl/dist/html/.cvsignore
1890         * manual/pl/dist/html/Makefile.am
1891         * manual/pl/dist/pdf/.cvsignore
1892         * manual/pl/dist/pdf/Makefile.am
1893         * manual/pl/dist/ps/.cvsignore
1894         * manual/pl/dist/ps/Makefile.am
1895         * manual/pl/dist/txt/.cvsignore
1896         * manual/pl/dist/txt/Makefile.am
1897                 Add the polish translation of the manual,
1898                 Authored by Pawel Pekala.
1899
1900 2006-05-05 [cleroy]     2.1.1cvs48
1901
1902         * src/main.c
1903                 Re-read matcherrc after loading plugins 
1904                 if some of them add folders.
1905
1906 2006-05-03 [colin]      2.1.1cvs47
1907
1908         * src/imap.c
1909                 I'm idiot
1910
1911 2006-05-03 [colin]      2.1.1cvs46
1912
1913         * src/imap.c
1914                 Be sure to have a session when
1915                 getting separator
1916
1917 2006-05-03 [colin]      2.1.1cvs45
1918
1919         * src/imap.c
1920         * src/imap.h
1921         * src/imap_gtk.c
1922                 Fix preventing renaming with namespace 
1923                 separator.
1924
1925 2006-05-01 [colin]      2.1.1cvs44
1926
1927         * src/action.c
1928                 Don't reload messageview when result of
1929                 action is piped.
1930
1931 2006-04-29 [colin]      2.1.1cvs43
1932
1933         * src/prefs_receive.c
1934         * src/plugins/spamassassin/spamassassin_gtk.c
1935         * src/plugins/clamav/clamav_plugin_gtk.c
1936                 GUI fixes by Pawel
1937
1938 2006-04-29 [colin]      2.1.1cvs42
1939
1940         * src/prefs_compose_writing.c
1941         * src/prefs_quote.c
1942                 Cleanups. Patch by Pawel
1943
1944 2006-04-28 [paul]       2.1.1cvs41
1945
1946         * src/matcher.c
1947                 fix returned quick search results when search
1948                 term contains an underscore.
1949                 Thanks to Colin
1950
1951 2006-04-28 [paul]       2.1.1cvs40
1952
1953         * src/prefs_message.c
1954         * src/prefs_receive.c
1955                 GUI cleanups
1956                 Patches by Pawel Pekala
1957
1958 2006-04-27 [colin]      2.1.1cvs39
1959
1960         * src/wizard.c
1961                 Differentiate subject Welcome from
1962                 window's title Welcome
1963
1964 2006-04-27 [paul]
1965
1966         2.2.0-rc1 released
1967
1968 2006-04-27 [paul]       2.1.1cvs38
1969
1970         * manual/advanced.xml
1971         * manual/fr/advanced.xml
1972                 add info about compose_no_markup hidden pref
1973
1974 2006-04-27 [paul]       2.1.1cvs37
1975
1976         * src/prefs_account.c
1977                 improve privacy labels
1978         * src/prefs_msg_colors.c
1979                 change some strings for translators' convenience
1980         * src/gtk/gtkutils.c
1981                 don't underline the link button text
1982
1983 2006-04-25 [colin]      2.1.1cvs36
1984
1985         * src/folder.c
1986                 Complete 2.1.1cvs33 (once more ;)
1987
1988 2006-04-25 [colin]      2.1.1cvs35
1989
1990         * src/editldap.c
1991                 Fix tooltip
1992
1993 2006-04-25 [cleroy]     2.1.1cvs34
1994
1995         * src/compose.c
1996         * src/gtk/gtkaspell.c
1997                 Fix crash on redirect (related to the return 
1998                 of the aspell menu in compose's toolbar)
1999         * src/prefs_msg_colors.c
2000                 Fix sensitivity widgets
2001         * src/image_viewer.c
2002         * src/gtk/pluginwindow.c
2003         * src/gtk/prefswindow.c
2004                 Change released signals to clicked (Fabien)
2005         * po/POTFILES.in
2006         * src/common/socket.c
2007         * src/plugins/spamassassin/spamassassin.c
2008                 Translate strings (Fabien)
2009
2010 2006-04-25 [paul]       2.1.1cvs33
2011
2012         * src/folder.c
2013         * src/folder.h
2014         * src/folderview.c
2015                 complete the fix of bug #912
2016                 Thanks to Colin
2017
2018 2006-04-25 [colin]      2.1.1cvs32
2019
2020         * src/news.c
2021                 Better progress bar
2022         * src/mimeview.c
2023         * src/summaryview.c
2024         * src/summaryview.h
2025                 Fix focus chain
2026                 Patches by Pawel Pekala
2027
2028 2006-04-24 [colin]      2.1.1cvs31
2029
2030         * src/compose.c
2031                 Fix compilation warnings (Fabien)
2032
2033 2006-04-24 [colin]      2.1.1cvs30
2034
2035         * src/addrindex.c
2036         * src/editldap.c
2037         * src/editldap_basedn.c
2038         * src/editldap_basedn.h
2039         * src/ldapctrl.c
2040         * src/ldapctrl.h
2041         * src/ldapquery.c
2042         * src/ldaputil.c
2043         * src/ldaputil.h
2044                 Fix bug #901 (LDAPS support)
2045
2046 2006-04-24 [colin]      2.1.1cvs29
2047
2048         * src/compose.c
2049                 Fix logic on error with send dialog on
2050         * src/imap.c
2051                 Fix compilation without libetpan, thanks
2052                 to Fabien
2053         * src/summaryview.c
2054                 Fix 'context-menu' key
2055
2056 2006-04-23 [colin]      2.1.1cvs28
2057
2058         * src/folder.c
2059                 Never free current's cache to free up 
2060                 memory. Fixes bug #912 (new count 
2061                 randomly set to message count)
2062
2063 2006-04-23 [colin]      2.1.1cvs27
2064
2065         * src/gtk/quicksearch.c
2066                 And remove printf...
2067
2068 2006-04-23 [colin]      2.1.1cvs26
2069
2070         * src/gtk/quicksearch.c
2071                 Fix replacing in quicksearch, and fix inserting
2072                 in the middle of the string. (introduced at 2.1.0cvs22)
2073
2074 2006-04-23 [colin]      2.1.1cvs25
2075
2076         * src/imap.c
2077                 Make sure uidnext is initialized in get_num_list
2078                 (not for stable, related to 2.1.1cvs8 and friends)
2079
2080 2006-04-23 [colin]      2.1.1cvs24
2081
2082         * src/imap.c
2083                 Output something when login is successful
2084                 too
2085
2086 2006-04-23 [colin]      2.1.1cvs23
2087
2088         * src/etpan/imap-thread.c
2089                 Better logging (line-per-line, hide data in fetch)
2090                 Fix a const warning
2091         * src/gtk/logwindow.c
2092         * src/gtk/logwindow.h
2093                 Better logging (color for input/output)
2094
2095 2006-04-21 [colin]      2.1.1cvs22
2096
2097         * src/gtk/quicksearch.c
2098                 On gtk+-2.8, use stock buttons in quicksearch
2099                 Based on a patch by Fabien and a design by Paul
2100
2101 2006-04-21 [colin]      2.1.1cvs21
2102
2103         * src/folderview.c
2104         * src/mainwindow.c
2105                 Fix occasional flicker in folderview
2106         * src/common/utils.c
2107                 Fix bug #943 (Incorrectly parsed email address 
2108                 list in short headers on message view and in 
2109                 printouts)
2110
2111 2006-04-20 [colin]      2.1.1cvs20
2112
2113         * src/imap.c
2114         * src/imap.h
2115         * src/prefs_account.c
2116                 Add ANONYMOUS auth for IMAP
2117
2118 2006-04-20 [paul]       2.1.1cvs19
2119
2120         * src/main.c
2121                 proper fix for 2.1.1cvs18
2122                 Thanks to Colin
2123
2124 2006-04-20 [paul]       2.1.1cvs18
2125
2126         * src/main.c
2127                 fix build warnings
2128
2129 2006-04-20 [paul]       2.1.1cvs17
2130
2131         * src/gtk/quicksearch.c
2132                 fix standard, non-extended Quick search,
2133                 was broken in 2.1.1cvs15.
2134                 Thanks to Colin.
2135
2136 2006-04-20 [colin]      2.1.1cvs16
2137
2138         * src/prefs_matcher.c
2139                 Fix values when reselecting a ~test
2140                 rule
2141
2142 2006-04-19 [colin]      2.1.1cvs15
2143
2144         * src/compose.c
2145         * src/compose.h
2146         * src/gtk/gtkaspell.c
2147         * src/gtk/gtkaspell.h
2148                 Put back Options menu in Spelling/
2149         * src/gtk/quicksearch.c
2150                 Don't search, and show error, if the
2151                 advanced search has a syntax error
2152
2153 2006-04-18 [colin]      2.1.1cvs14
2154
2155         * src/textview.c
2156                 Fix gdk warnings on set_cursor when textview
2157                 isn't visible
2158
2159 2006-04-18 [colin]      2.1.1cvs13
2160
2161         * src/gtk/gtksctree.c
2162                 Remove seemingly useless refresh that causes
2163                 flicker - watch this commit in case of 
2164                 problems before planned backport to stable
2165
2166 2006-04-18 [colin]      2.1.1cvs12
2167
2168         * src/imap.c
2169                 Factorize get/set_xml code
2170         * src/compose.c
2171         * src/prefs_account.c
2172         * src/prefs_account.h
2173         * src/procmsg.c
2174                 Add Encrypt to self option
2175
2176 2006-04-17 [colin]      2.1.1cvs11
2177
2178         * configure.ac
2179                 Fix search on encrpyt function on dragonfly
2180                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2181
2182 2006-04-17 [colin]      2.1.1cvs10
2183
2184         * src/prefs_account.c
2185                 Be safe by default: remove mails from POP3
2186                 after 7 days, not immediately
2187
2188 2006-04-17 [colin]      2.1.1cvs9
2189
2190         * src/etpan/imap-thread.c
2191                 Fix build on DragonFly - patch by 
2192                 Jonathan Buschmann <jonthn@agmact.com>
2193
2194 2006-04-17 [colin]      2.1.1cvs8
2195
2196         * src/imap.c
2197                 Save uidnext between sessions
2198
2199 2006-04-17 [colin]      2.1.1cvs7
2200
2201         * src/imap.c
2202                 scan is required when uid validity changes
2203
2204 2006-04-17 [colin]      2.1.1cvs6
2205
2206         * src/folderview.c
2207                 Don't scan if not necessary, apart in current
2208                 folder and INBOX to fetch flags.
2209         * src/imap.c
2210                 Scan is necessary if unread count changes
2211
2212 2006-04-17 [colin]      2.1.1cvs5
2213
2214         * src/imap.c
2215                 ...But always fetch ANSWERED and DELETED flags for
2216                 INBOX, as filtering can happen on these flags.
2217
2218 2006-04-17 [colin]      2.1.1cvs4
2219
2220         * src/imap.c
2221                 Don't fetch REPLIED and DELETED flags when synchronising
2222                 flags with a closed folder. We only need UNSEEN and FLAGGED
2223                 to update the folderview.
2224
2225 2006-04-17 [colin]      2.1.1cvs3
2226
2227         * src/imap.c
2228                 Faster flag search when there are new mails 
2229                 in a folder. We can do a full search if the 
2230                 folder contains less messages than the new
2231                 list.
2232
2233 2006-04-17 [colin]      2.1.1cvs2
2234
2235         * po/cs.po
2236         * po/de.po
2237         * po/fr.po
2238         * po/nl.po
2239         * po/pt_BR.po
2240                 Update translations from stable branch
2241
2242 2006-04-17 [colin]      2.1.1cvs1
2243
2244         * configure.ac
2245                 Bump version to follow stable release
2246
2247 2006-04-16 [mones]      2.1.0cvs50
2248
2249         * po/es.po
2250                 Updated for release
2251
2252 2006-04-16 [colin]      2.1.0cvs49
2253
2254         * src/textview.c
2255                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2256                 with gtk < 2.8. Thanks to Fabien Vantard.
2257
2258 2006-04-15 [colin]      2.1.0cvs48
2259
2260         * src/etpan/imap-thread.c
2261                 Fix bug #919 (libetpan: SEGV when connecting 
2262                 using command)
2263
2264 2006-04-14 [colin]      2.1.0cvs47
2265
2266         * src/main.c
2267                 Fix race on --select (should be done better)
2268
2269 2006-04-14 [wwp]        2.1.0cvs46
2270
2271         * src/send_message.c
2272                 enforce a check for domain in account prefs (a sending
2273                 error could be faced if domain was checked but no value set),
2274                 thanks to Colin.
2275
2276 2006-04-14 [colin]      2.1.0cvs45
2277
2278         * src/codeconv.c
2279                 when converting from unknown to unknown, if the
2280                 string is UTF8, don't convert it to the locale
2281                 (which breaks it)
2282
2283 2006-04-14 [colin]      2.1.0cvs44
2284
2285         * src/compose.c
2286                 Don't try to use ASCII for converting headers
2287                 (as done in body)
2288
2289 2006-04-14 [paul]       2.1.0cvs43
2290
2291         * src/crash.c
2292                 add locale/charset info to crash report
2293         * src/gtk/about.c
2294                 add wwp to doc team
2295                 replace 'e-mail' with preferred 'email'
2296         * src/gtk/authors.h
2297                 ensure contributors list is in alphabetical
2298                 order
2299
2300 2006-04-13 [colin]      2.1.0cvs42
2301
2302         * src/textview.c
2303                 Prevent gdk warnings
2304
2305 2006-04-13 [colin]      2.1.0cvs41
2306
2307         * src/common/ssl_certificate.c
2308         * src/common/ssl_certificate.h
2309         * src/gtk/sslcertwindow.c
2310                 Warn on expired certs, and display the expiration date
2311
2312 2006-04-13 [colin]      2.1.0cvs40
2313
2314         * src/plugins/spamassassin/spamassassin_gtk.c
2315                 Fix missing set_text on unix socket
2316
2317 2006-04-13 [wwp]        2.1.0cvs39
2318
2319         * manual/fr/advanced.xml
2320         * manual/fr/glossary.xml
2321                 applied new spam/ham/email lexicon (pourriel, courriel)
2322
2323 2006-04-13 [paul]       2.1.0cvs38
2324
2325         * src/plugins/pgpmime/plugin.c
2326                 remove the mention of S/MIME from the
2327                 description. This is now handled by the
2328                 S/MIME plugin.
2329
2330 2006-04-13 [paul]       2.1.0cvs37
2331
2332         * src/prefs_msg_colors.c
2333                 rework dialog
2334         * src/prefs_folder_item.c
2335         * src/prefs_spelling.c
2336                 add a tooltip to the colour selector buttons
2337
2338 2006-04-13 [wwp]        2.1.0cvs36
2339
2340         * manual/advanced.xml
2341         * manual/glossary.xml
2342         * manual/handling.xml
2343         * manual/keyboard.xml
2344         * manual/plugins.xml
2345         * manual/starting.xml
2346         * manual/fr/account.xml
2347         * manual/fr/ack.xml
2348         * manual/fr/addrbook.xml
2349         * manual/fr/advanced.xml
2350         * manual/fr/faq.xml
2351         * manual/fr/glossary.xml
2352         * manual/fr/gpl.xml
2353         * manual/fr/handling.xml
2354         * manual/fr/intro.xml
2355         * manual/fr/keyboard.xml
2356         * manual/fr/plugins.xml
2357         * manual/fr/starting.xml
2358         * manual/fr/sylpheed-claws-manual.xml
2359                 fixes to the manuals:
2360                  - summaryview -> Message List (same in French)
2361                  - translate key names
2362                  - fix French punctuation, use non-breakable spaces when
2363                    necessary, don't use &thinsp; which is not portable
2364                  - tell what maildir and mbox formats we support
2365
2366 2006-04-12 [wwp]        2.1.0cvs35
2367
2368         * src/prefs_toolbar.c
2369                 unified a replace button more,
2370                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2371
2372 2006-04-12 [wwp]        2.1.0cvs34
2373
2374         * src/prefs_common.c
2375         * src/prefs_msg_colors.c
2376                 make default color labels translatable,
2377                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2378                 thanks to Tim <timbrain@post.cz> for reporting.
2379
2380 2006-04-12 [wwp]        2.1.0cvs33
2381
2382         * manual/glossary.xml
2383         * manual/intro.xml
2384         * manual/plugins.xml
2385         * manual/starting.xml
2386         * manual/sylpheed-claws-manual.xml
2387         * manual/fr/.cvsignore
2388         * manual/fr/account.xml
2389         * manual/fr/ack.xml
2390         * manual/fr/addrbook.xml
2391         * manual/fr/advanced.xml
2392         * manual/fr/faq.xml
2393         * manual/fr/glossary.xml
2394         * manual/fr/handling.xml
2395         * manual/fr/intro.xml
2396         * manual/fr/keyboard.xml
2397         * manual/fr/plugins.xml
2398         * manual/fr/starting.xml
2399         * manual/fr/sylpheed-claws-manual.xml
2400                 various fixes: typos, missing .fr translations, punctuation,
2401                 capitalization, links, accents and some bad French more.
2402
2403 2006-04-12 [wwp]        2.1.0cvs32
2404
2405         * src/prefs_gtk.c
2406                 fix for bug #935: always store prefs files in UTF-8 (thanks
2407                 to Colin).
2408
2409 2006-04-11 [colin]      2.1.0cvs31
2410
2411         * src/compose.c
2412                 Fix inserting files not in utf8 when locale is utf8
2413
2414 2006-04-11 [colin]      2.1.0cvs30
2415
2416         * src/inc.c
2417                 Don't show error dialog when cancelling connection
2418                 Patch by Pawel
2419
2420 2006-04-11 [cleroy]     2.1.0cvs29
2421
2422         * src/compose.c
2423                 Implement multiple quote levels
2424         * src/prefs_common.c
2425                 Change a little bit the quote bgcolor for 2nd level
2426
2427 2006-04-11 [colin]      2.1.0cvs28
2428
2429         * src/gtk/about.c
2430                 Add locale and charset in the label
2431
2432 2006-04-10 [colin]      2.1.0cvs27
2433
2434         * src/compose.c
2435         * src/prefs_common.c
2436         * src/prefs_common.h
2437         * src/prefs_msg_colors.c
2438         * src/textview.c
2439                 Allow optional background color in quotes
2440                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2441                 GTK+-2.8.x feature
2442
2443 2006-04-10 [colin]      2.1.0cvs26
2444
2445         * src/main.c
2446         * src/mainwindow.c
2447         * src/mainwindow.h
2448                 Implement --select
2449
2450 2006-04-10 [colin]      2.1.0cvs25
2451
2452         * manual/plugins.xml
2453         * manual/fr/plugins.xml
2454                 Document libcurl's proxy variables
2455
2456 2006-04-09 [colin]      2.1.0cvs24
2457
2458         * src/prefs_common.c
2459                 gettext() returns statically allocated stuff. We have
2460                 to strdup it in order to be able to free it.
2461
2462 2006-04-09 [colin]      2.1.0cvs23
2463
2464         * AUTHORS
2465         * src/gtk/authors.h
2466                 Add Alexei
2467
2468 2006-04-09 [colin]      2.1.0cvs22
2469
2470         * src/mainwindow.c
2471         * src/gtk/quicksearch.c
2472                 Fix bug #859 (problems with cyrilic input in 
2473                 search panel) - Patch by Alexey Illarionov 
2474                 <littlesavage@rambler.ru>
2475
2476 2006-04-09 [colin]      2.1.0cvs21
2477
2478         * src/prefs_customheader.c
2479                 I prefer removing then freeing rather than the contrary
2480                 (even if it doesn't change anything ;-)
2481         * src/prefs_account.c
2482                 Fix bug #933 (Crash re-entering the custom headers list 
2483                 dialog in accounts prefs)
2484                 The problem happened when cancelling the Account 
2485                 Preferences' dialogs - in which case we didn't do 
2486                 anything to the PrefsAccount * struct. In case of applying,
2487                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2488                 working with in this dialog. The problem is that 
2489                 prefs_customheader.c, working on this tmp_ac_prefs, always
2490                 changes the ->customhdr_list pointer, even when cancelled. 
2491                 So in case of cancelling the prefs_account dialog, we still
2492                 have to update ->customhdr_list in the real account.
2493
2494 2006-04-08 [colin]      2.1.0cvs20
2495
2496         * manual/fr/glossary.xml
2497         * manual/fr/keyboard.xml
2498                 Forgot some headers :)
2499
2500 2006-04-08 [colin]      2.1.0cvs19
2501
2502         * manual/Makefile.am
2503         * manual/fr/Makefile.am
2504         * manual/fr/account.xml
2505         * manual/fr/ack.xml
2506         * manual/fr/addrbook.xml
2507         * manual/fr/advanced.xml
2508         * manual/fr/faq.xml
2509         * manual/fr/glossary.xml
2510         * manual/fr/gpl.xml
2511         * manual/fr/handling.xml
2512         * manual/fr/intro.xml
2513         * manual/fr/keyboard.xml
2514         * manual/fr/plugins.xml
2515         * manual/fr/starting.xml
2516         * manual/fr/sylpheed-claws-manual.xml
2517         * manual/fr/dist/.cvsignore
2518         * manual/fr/dist/Makefile.am
2519         * manual/fr/dist/html/.cvsignore
2520         * manual/fr/dist/html/Makefile.am
2521         * manual/fr/dist/pdf/.cvsignore
2522         * manual/fr/dist/pdf/Makefile.am
2523         * manual/fr/dist/ps/.cvsignore
2524         * manual/fr/dist/ps/Makefile.am
2525         * manual/fr/dist/txt/.cvsignore
2526         * manual/fr/dist/txt/Makefile.am
2527                 Add the french translation of the manual. Thanks to
2528                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2529                 account.xml, ack.xml, addrbook.xml and advanced.xml
2530
2531 2006-04-08 [colin]      2.1.0cvs18
2532
2533         * manual/plugins.xml
2534         * manual/starting.xml
2535                 More fixes
2536
2537 2006-04-07 [colin]      2.1.0cvs17
2538
2539         * manual/faq.xml
2540         * manual/intro.xml
2541         * manual/keyboard.xml
2542                 Little fixes
2543
2544 2006-04-07 [colin]      2.1.0cvs16
2545
2546         * README
2547         * src/compose.c
2548         * src/prefs_common.c
2549         * src/prefs_common.h
2550                 Add hidden compose_no_markup pref
2551
2552 2006-04-07 [wwp]        2.1.0cvs15
2553
2554         * src/summary_search.c
2555         * .cvsignore
2556                 Bugfix: stop button was sticky when searching in an empty folder.
2557                 Applied curly brackets code style to the whole file (summary_search.c).
2558                 More files to ignore.
2559
2560 2006-04-07 [wwp]        2.1.0cvs14
2561
2562         * src/message_search.c
2563         * src/summary_search.c
2564                 changed default button when search bumps at file/folder
2565                 beginning or end, for convenience (thanks to Colin).
2566
2567 2006-04-07 [paul]       2.1.0cvs13
2568
2569         * src/plugins/dillo_viewer/dillo_prefs.c
2570                 avoid future potential for namespace collision
2571                 Patch by Colin
2572
2573 2006-04-06 [wwp]        2.1.0cvs12
2574
2575         * src/summary_search.c
2576                 Unify extended/advanced searches names (and thus factorize labels),
2577                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2578
2579 2006-04-06 [wwp]        2.1.0cvs11
2580
2581         * src/folderview.c
2582         * src/prefs_themes.c
2583         * src/summaryview.c
2584                 Fixed some compilation warnings.
2585
2586 2006-04-06 [colin]      2.1.0cvs10
2587
2588         * manual/advanced.xml
2589                 Document the wizard template and how to deploy
2590                 Sylpheed-Claws effectively
2591
2592 2006-04-06 [colin]      2.1.0cvs9
2593
2594         * src/folderview.c
2595                 gettext patch to tell translators about _("#"),
2596                 by Maxim Britov
2597
2598 2006-04-06 [colin]      2.1.0cvs8
2599
2600         * src/textview.c
2601                 Fix invalid GtkTextBIter after clicking "Display as text"
2602
2603 2006-04-06 [mones]      2.1.0cvs7
2604
2605         * src/addr_compl.c
2606         * src/addrindex.c
2607         * src/addritem.c
2608         * src/codeconv.c
2609         * src/compose.c
2610         * src/filtering.c
2611         * src/folder.c
2612         * src/folder_item_prefs.c
2613         * src/folderview.c
2614         * src/localfolder.c
2615         * src/matcher.c
2616         * src/mimeview.c
2617         * src/prefs_msg_colors.c
2618         * src/prefs_spelling.c
2619         * src/prefs_themes.c
2620         * src/procmime.c
2621         * src/procmsg.c
2622         * src/stock_pixmap.c
2623         * src/summaryview.c
2624         * src/textview.c
2625         * src/toolbar.c
2626         * src/common/mgutils.c
2627         * src/common/prefs.c
2628         * src/common/ssl_certificate.c
2629         * src/gtk/colorlabel.c
2630         * src/gtk/quicksearch.c
2631         * src/plugins/pgpmime/pgpmime.c
2632         * src/plugins/spamassassin/spamassassin.c
2633                 Removed redundant NULL checks for g_free() calls.
2634                 Patch by Pawel Pekala.
2635
2636 2006-04-06 [mones]      2.1.0cvs6
2637
2638         * src/prefs_actions.c
2639         * src/prefs_filtering.c
2640         * src/prefs_filtering_action.c
2641         * src/prefs_matcher.c
2642         * src/prefs_template.c
2643         * src/gtk/gtkutils.c
2644         * src/gtk/gtkutils.h
2645                 Have a nice replace button. Patch by Pawel Pekala
2646
2647 2006-04-06 [colin]      2.1.0cvs5
2648
2649         * src/addressbook.c
2650                 Fix crash with empty columns
2651
2652 2006-04-05 [colin]      2.1.0cvs4
2653
2654         * src/wizard.c
2655         * src/prefs_gtk.c
2656                 Allow wizard customization with pre-filled values
2657
2658 2006-04-05 [colin]      2.1.0cvs3
2659
2660         * src/textview.c
2661         * src/mimeview.c
2662         * src/mimeview.h
2663                 Nicer messages in mimeview
2664
2665 2006-04-05 [colin]      2.1.0cvs2
2666
2667         * src/addressbook.c
2668         * src/prefs_summaries.c
2669                 i18n fix
2670
2671 2006-04-05 [colin]      2.1.0cvs1
2672
2673         * src/plugins/pgpcore/plugin.c
2674         * src/plugins/pgpcore/select-keys.c
2675         * src/plugins/pgpcore/select-keys.h
2676         * src/plugins/pgpcore/sgpgme.c
2677         * src/plugins/pgpcore/sgpgme.h
2678         * src/plugins/pgpinline/pgpinline.c
2679         * src/plugins/pgpinline/plugin.c
2680         * src/plugins/pgpmime/pgpmime.c
2681         * src/plugins/pgpmime/plugin.c
2682                 Factorize and generalize a bit 
2683                 Drop S/MIME signature verification from PGP/MIME
2684                 (adding it as another, more complete plugin)
2685
2686 2006-04-05 [paul]       2.1.0
2687
2688         2.1.0 released
2689
2690 2006-04-05 [paul]       2.0.0cvs186
2691
2692         * manual/advanced.xml
2693                 add info on colour labels
2694
2695 2006-04-05 [paul]       2.0.0cvs185
2696
2697         * po/bg.po
2698         * po/cs.po
2699         * po/de.po
2700         * po/el.po
2701         * po/en_GB.po
2702         * po/fi.po
2703         * po/fr.po
2704         * po/it.po
2705         * po/nl.po
2706         * po/pl.po
2707         * po/pt_BR.po
2708         * po/sr.po
2709         * po/zh_CN.po
2710                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2711                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2712                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2713                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2714         * src/gtk/authors.h
2715         * tools/claws.i18n.status.pl
2716                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2717                 and new Czech translator, Tim <timbrain@post.cz>
2718
2719 2006-04-05 [mones]      2.0.0cvs184
2720
2721         * po/es.po
2722                 Updated translation
2723
2724 2006-04-05 [colin]      2.0.0cvs183
2725
2726         * src/gtk/quicksearch.c
2727                 Fix bug #929 (unnecessary reload in quick search bar)
2728
2729 2006-04-05 [colin]      2.0.0cvs182
2730
2731         * src/compose.c
2732                 Fix crash on Reply with no From:
2733                 Show signature and conversion error on queuing 
2734                 (but not sending)
2735         * src/mainwindow.c
2736         * src/summaryview.c
2737         * src/summaryview.h
2738                 Factorize threading code and make sure msginfo 
2739                 is not null when it comes from a GtkCTreeRow's 
2740                 data
2741         * src/gtk/gtkaspell.c
2742                 Check for necessary things
2743         * src/gtk/gtksctree.c
2744         * src/gtk/gtksctree.h
2745                 Reset anchor if necessary when removing node
2746
2747 2006-03-29 [colin]      2.0.0cvs181
2748
2749         * src/folderview.c
2750                 Warn for disabled IMAP accounts (due to lack of
2751                 libetpan). Breaks string-freeze - sorry - but it
2752                 is kind of important ;)
2753
2754 2006-03-28 [colin]      2.0.0cvs180
2755
2756         * src/gtk/gtkutils.c
2757         * src/gtk/gtkutils.h
2758                 Add a gtkut_get_link_btn() function that
2759                 creates a button which acts like an URI
2760         * src/prefs_themes.c
2761         * src/gtk/about.c
2762                 Use this function (factorizes codes)
2763         * src/common/defs.h
2764         * src/gtk/pluginwindow.c
2765                 Add a "Get more..." in the plugins window
2766
2767 2006-03-28 [colin]      2.0.0cvs179
2768
2769         * src/common/smtp.c
2770         * src/common/passcrypt.c
2771         * src/undo.c
2772                 Warning fixes. Patch by Pawel Pekala
2773
2774 2006-03-27 [colin]      2.0.0cvs178
2775
2776         * src/undo.c
2777                 Fix undoing by blocks with spaces
2778
2779 2006-03-27 [colin]      2.0.0cvs177
2780
2781         * src/textview.c
2782                 Set margin to 3px for headers
2783
2784 2006-03-27 [paul]
2785
2786         2.1.0-rc2 released
2787
2788 2006-03-27 [wwp]        2.0.0cvs176
2789
2790         * src/summaryview.c
2791                 don't reset quicksearch when updating the message list.
2792                 Thanks to Colin.
2793
2794 2006-03-26 [wwp]        2.0.0cvs175
2795
2796         * src/compose.c
2797                 use a unified border width ('other' tab in the compose window,
2798                 patch by Pawel Pekala).
2799
2800
2801 2006-03-26 [wwp]        2.0.0cvs174
2802
2803         * src/common/quoted-printable.c
2804         * src/addressbook.c
2805                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2806
2807 2006-03-26 [colin]      2.0.0cvs173
2808
2809         * src/quote_fmt_parse.y
2810                 Fix non-UTF8 date formats messing up the whole quote a 
2811                 little bit
2812
2813 2006-03-26 [colin]      2.0.0cvs172
2814
2815         * src/procheader.c
2816                 Make sure the date is UTF8 valid, or try to make it
2817                 so. IncrediMail is really IncrediStupid.
2818         * src/compose.c
2819                 Fix possible conversions. 
2820                 
2821
2822 2006-03-26 [colin]      2.0.0cvs171
2823
2824         * src/matcher.c
2825                 Fix corner cases in body search. This is still a
2826                 hack... It seems impossible to make it good and 
2827                 reasonably fast at the same time.
2828
2829 2006-03-26 [colin]      2.0.0cvs170
2830
2831         * src/summaryview.c
2832                 I think I killed the twilight zone bug!
2833                 summary_select_node() flushes GTK events in order
2834                 to be able to center the view. But this also 
2835                 flushes keypresses like Ctrl-Alt-U, so this can
2836                 call summary_show from summary_select_node (itself
2837                 called from summary_show, etc.). And the summaryview
2838                 has to be unlocked in this function. So just locking
2839                 while processing GTK events, and bailing if locked, 
2840                 should fix it.
2841                 Fixes bug #927 (SIGSEGV during Update Summary)
2842
2843 2006-03-25 [colin]      2.0.0cvs169
2844
2845         * src/matcher.c
2846                 Fix search in QP-encoded bodies
2847                 Fix utf-8 searches in bodies encoded in the
2848                 locale's encoding
2849         * src/common/quoted-printable.c
2850         * src/common/quoted-printable.h
2851                 Add a decode function that doesn't overwrite
2852                 the original pointer
2853                 
2854
2855 2006-03-24 [colin]      2.0.0cvs168
2856
2857         * src/action.c
2858         * src/summaryview.c
2859         * src/summaryview.h
2860                 Update message cache after action
2861                 Patch by H. Merijn Brand
2862         * src/prefs_msg_colors.c
2863                 Factorize label 
2864                 Patch by Fabien Vantard
2865         * src/plugins/spamassassin/spamassassin_gtk.c
2866                 Remove useless translation
2867                 Patch by Fabien Vantard
2868
2869 2006-03-23 [colin]      2.0.0cvs167
2870
2871         * src/common/ssl.c
2872                 Let 30 seconds to SSL_connect
2873
2874 2006-03-23 [wwp]        2.0.0cvs166
2875
2876         * src/summaryview.c
2877         * src/gtk/description_window.c
2878                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2879                 and headers are translated; adjust description windows' width to fit their
2880                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2881
2882 2006-03-23 [paul]       2.0.0cvs165
2883
2884         * src/common/utils.c
2885                 fix highlighting of URIs containing "()"
2886                 (2.0.0cvs164's reversal fixed)
2887                 Thanks to Colin.
2888
2889 2006-03-23 [paul]       2.0.0cvs164
2890
2891         * src/common/utils.c
2892                 revert patch, (postponing a fix), at 2.0.0cvs120
2893                 as it breaks more URIs than it fixes.
2894                 Allow '-' to be a terminating character in a URI
2895
2896 2006-03-22 [colin]      2.0.0cvs163
2897
2898         * configure.ac
2899                 Require libetpan 0.45
2900                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2901
2902 2006-03-22 [paul]       2.0.0cvs162
2903
2904         * src/editgroup.c
2905                 replace '<-' and '->' buttons with GTK_STOCK graphical
2906                 buttons
2907         * src/summary_search.c
2908                 don't offer '...' for translation
2909                 add a tooltip to advanced search '...' button
2910         * src/gtk/quicksearch.c
2911                 don't offer '...' for translation
2912
2913 2006-03-21 [colin]      2.0.0cvs161
2914
2915         * src/compose.c
2916                 Fix middle-click pasting (insert at click
2917                 position instead of cursor position, don't
2918                 remove existing selection and allow pasting
2919                 our own selection)
2920         * src/addressbook.c
2921                 "LDAP Server" -> "LDAP servers"
2922
2923 2006-03-21 [wwp]        2.0.0cvs160
2924
2925         * src/etpan/imap-thread.c
2926                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2927
2928 2006-03-20 [colin]      2.0.0cvs159
2929
2930         * src/summaryview.c
2931                 Don't reload summaryview after an execute with no
2932                 move action
2933
2934 2006-03-19 [colin]      2.0.0cvs158
2935
2936         * src/addressbook.c
2937                 and put groups at the top, always
2938
2939 2006-03-19 [colin]      2.0.0cvs157
2940
2941         * src/addressbook.c
2942                 Order groups before names, as previously
2943
2944 2006-03-19 [colin]      2.0.0cvs156
2945
2946         * src/addressbook.c
2947                 - Sort case-unsensitive
2948                 - Put the sort arrow at opening too
2949
2950 2006-03-19 [wwp]        2.0.0cvs155
2951
2952         * src/addressbook.c
2953                 allow sorting by name/email/remarks, ensure that right-pane's contents
2954                 matches the left-pane selection (cleared when appropriate).
2955                 Patch by Pawel Pekala <c0rn@o2.pl>.
2956
2957 2006-03-18 [colin]      2.0.0cvs154
2958
2959         * src/textview.c
2960                 Fix text cursor ;)
2961
2962 2006-03-18 [colin]      2.0.0cvs153
2963
2964         * src/gtk/filesel.c
2965                 Make sure we hide the preview if we didn't get
2966                 a filename
2967
2968 2006-03-18 [colin]      2.0.0cvs152
2969
2970         * src/summaryview.c
2971                 Set cursor to watch for execution (fixes lack
2972                 of watch-cursor when dnd'ing hundreds of mails)
2973         * src/gtk/filesel.c
2974                 Check that mime type is 'image/*' before updating
2975                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2976
2977 2006-03-18 [colin]      2.0.0cvs151
2978
2979         * src/mainwindow.c
2980         * src/textview.c
2981         * src/textview.h
2982                 Put a watch cursor in textview too when the mainwindow's
2983                 cursor in a watch
2984
2985 2006-03-18 [colin]      2.0.0cvs150
2986
2987         * src/folder.c
2988                 Change wrong asserts to simple tests
2989
2990 2006-03-17 [colin]      2.0.0cvs149
2991
2992         * src/mainwindow.c
2993         * src/mainwindow.h
2994         * src/prefs_msg_colors.c
2995         * src/summaryview.c
2996         * src/summaryview.h
2997         * src/gtk/colorlabel.c
2998         * src/gtk/colorlabel.h
2999                 Add a color label menu in the main menubar
3000                 Add (fixed) accels Ctrl-{0-7} to change the color
3001                 They have to be fixed because the menu's dynamic,
3002                 the items are complex widgets, hence we can't use
3003                 a GtkItemFactory.
3004
3005
3006 2006-03-17 [wwp]        2.0.0cvs148
3007
3008         * src/compose.c
3009                 rollback few lines from my previous commit (those lines come from
3010                 a pending patch, accidentally commited, even if neutral as they are
3011                 commented out).
3012
3013 2006-03-17 [wwp]        2.0.0cvs147
3014
3015         * src/compose.c
3016                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3017                 applied code style/indentation to the modified function.
3018
3019 2006-03-17 [wwp]        2.0.0cvs146
3020
3021         * src/procmsg.c
3022         * src/compose.c
3023                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3024
3025 2006-03-17 [paul]
3026
3027         2.1.0-rc1 released
3028
3029 2006-03-17 [paul]       2.0.0cvs145
3030
3031         * src/main.c
3032                 addressbook_read_file() was called twice
3033         * src/textview.c
3034                 X-Mailer highlighting
3035
3036 2006-03-16 [colin]      2.0.0cvs144
3037
3038         * src/sourcewindow.c
3039         * src/sourcewindow.h
3040                 And the last one, in source window.
3041
3042 2006-03-16 [colin]      2.0.0cvs143
3043
3044         * src/compose.c
3045         * src/compose.h
3046                 Fix the same stuff in compose
3047
3048 2006-03-16 [colin]      2.0.0cvs142
3049
3050         * src/messageview.c
3051                 Complete the previous messageview crash fix
3052
3053 2006-03-16 [colin]      2.0.0cvs141
3054
3055         * src/procmsg.h
3056         * src/procmsg.c
3057         * src/folder.c
3058                 Fix POSTPROCESSING hook
3059                 Patch by H. Merijn Brand
3060
3061         * src/procmime.c
3062         * src/procmime.h
3063                 Parse Content-Location
3064
3065         * src/toolbar.c
3066         * src/messageview.c
3067         * src/messageview.h
3068                 Don't crash when a top-level MessageView has
3069                 been closed on us. Same problematic than
3070                 yesterday's quicksearch issue.
3071
3072 2006-03-15 [colin]      2.0.0cvs140
3073
3074         * src/gtk/quicksearch.c
3075                 Fix a bitchy race we didn't think about when we
3076                 added quicksearch cancellation:
3077                 If the search is not on cached fields, for example
3078                 body_part matchcase "stuff"
3079                 the matcher code has to get the whole message. If
3080                 we're on IMAP, that can be slow, and in order to
3081                 be non-blocking, the IMAP code idle loop processes
3082                 gtk events too. So it is possible to cancel a
3083                 quicksearch while the matcher is getting the mail's
3084                 body. After matcher got its body, it will start to
3085                 iterate over the matcher list that the Quicksearch's
3086                 clear_search_cb() just freed via prepare_matcher().
3087                 SIGSEGV ensues.
3088                 The fix consists of guarding the matcherlist_match()
3089                 call with a boolean 'matching'. If we reset the
3090                 quicksearch while matching is TRUE, we don't free
3091                 the matcherlist anymore like we did, but we set
3092                 another new flag, deferred_free, to TRUE. Then,
3093                 in quicksearch_match(), just after returning from
3094                 matcherlist_match() and unsetting the matching flag,
3095                 we check the deferred_free flag and do the
3096                 prepare_matcher() (which does the matcherlist_free)
3097                 for real, so we free the matcherlist once it's not
3098                 used anymore.
3099                 As all of this runs via the glib main loop, we
3100                 luckily don't need a mutex.
3101         * src/summaryview.c
3102                 Also, show progress while searching.
3103
3104
3105 2006-03-14 [colin]      2.0.0cvs139
3106
3107         * src/alertpanel.c
3108                 Make alertpanel_is_open non-static
3109
3110 2006-03-14 [colin]      2.0.0cvs138
3111
3112         * src/prefs_spelling.c
3113                 Cleanups - Fabien Vantard
3114
3115 2006-03-14 [wwp]        2.0.0cvs137
3116
3117         * src/main.c
3118                 code style normalization (curly braces, indentation).
3119
3120 2006-03-14 [wwp]        2.0.0cvs137
3121
3122         * src/main.c
3123                 code style (braces, indentation)
3124
3125 2006-03-12 [paul]       2.0.0cvs136
3126
3127         * src/prefs_common.c
3128                 trans_hdr defaults to FALSE to be RFC-savvy
3129         * src/prefs_summaries.c
3130                 add a tooltip to the trans_hdr option
3131                 
3132
3133 2006-03-12 [paul]       2.0.0cvs135
3134
3135         * src/prefs_matcher.c
3136                 give a little more width to the combos
3137         * src/prefs_display_header.c
3138         * src/textview.c
3139                 translate headers if prefs_common.trans_hdr
3140                 is TRUE
3141
3142         Patches by Pawel Pekala
3143
3144 2006-03-12 [paul]       2.0.0cvs134
3145
3146         * src/plugins/clamav/clamav_plugin.c
3147         * src/plugins/dillo_viewer/dillo_viewer.c
3148         * src/plugins/pgpcore/plugin.c
3149         * src/plugins/pgpinline/plugin.c
3150         * src/plugins/pgpmime/plugin.c
3151         * src/plugins/spamassassin/spamassassin.c
3152                 update/add to descriptions
3153         * src/plugins/spamassassin/spamassassin_gtk.c
3154                 fixes to the english, remove superfluous
3155                 tooltips, clean up a little
3156
3157 2006-03-12 [paul]       2.0.0cvs133
3158
3159         * src/compose.c
3160                 fix Bug 924, 'Account combo box shows up wrong 
3161                 if & is in account name'
3162
3163 2006-03-11 [colin]      2.0.0cvs132
3164
3165         * src/summaryview.c
3166                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3167                 messed up shift-selection because is slows down
3168                 moving around summaryview. thanks -users
3169
3170 2006-03-10 [colin]      2.0.0cvs131
3171
3172         * src/plugins/spamassassin/spamassassin_gtk.c
3173                 Put back Paul's engrish fixes
3174
3175 2006-03-10 [colin]      2.0.0cvs130
3176
3177         * src/plugins/spamassassin/spamassassin.c
3178         * src/plugins/spamassassin/spamassassin.h
3179         * src/plugins/spamassassin/spamassassin_gtk.c
3180                 Cleanup SA prefs page (more)
3181                 Patch by Fabien Vantard
3182
3183 2006-03-10 [paul]       2.0.0cvs129
3184
3185         * src/prefs_msg_colors.c
3186         * src/prefs_spelling.c
3187                 widget sensitivity
3188
3189 2006-03-09 [mones]      2.0.0cvs128
3190
3191         * po/es.po
3192                 Update for next RC
3193
3194 2006-03-09 [wwp]        2.0.0cvs127
3195
3196         * configure.ac
3197                 revert accidental commit (requirement for libetpan 0.43), this time
3198                 not in HEAD.
3199
3200 2006-03-09 [wwp]        2.0.0cvs125
3201
3202         * configure.ac
3203                 revert accidental commit (requirement for libetpan 0.43)
3204
3205 2006-03-09 [paul]       2.0.0cvs126
3206
3207         * src/prefs_receive.c
3208                 remove useless frame
3209                 replace 'incorporation' with 'receiving'
3210         * src/plugins/clamav/clamav_plugin_gtk.c
3211         * src/plugins/spamassassin/spamassassin_gtk.c
3212                 improve widget sensitivity
3213                 fix a bit his engrish
3214
3215 2006-03-09 [wwp]        2.0.0cvs125
3216
3217         * src/addressadd.c
3218         * src/foldersel.c
3219         * src/prefs_common.c
3220         * src/prefs_common.h
3221                 remember some more windows' sizes (add to addressbook and
3222                 select folder).
3223
3224 2006-03-09 [paul]       2.0.0cvs124
3225
3226         * src/plugins/pgpcore/prefs_gpg.c
3227                 normalise construction of dialogue
3228
3229 2006-03-09 [paul]       2.0.0cvs123
3230
3231         * src/plugins/trayicon/Makefile.am
3232                 add missing slash
3233
3234 2006-03-08 [colin]      2.0.0cvs122
3235
3236         * src/plugins/trayicon/Makefile.am
3237                 Fix build in separate dir 
3238                 Patch by Bamanzi <bamanzi@gmail.com>
3239
3240 2006-03-08 [colin]      2.0.0cvs121
3241
3242         * src/procmsg.c
3243                 Batch move and copies from summaryview with delayed execution
3244                 too
3245
3246 2006-03-07 [paul]       2.0.0cvs120
3247
3248         * src/common/utils.c
3249                 fix highlighting of URIs containing "()"
3250                 Patch by Pawel Pekala
3251
3252 2006-03-07 [paul]       2.0.0cvs119
3253
3254         * src/folder.c
3255         * src/folder.h
3256         * src/folderview.c
3257                 immediately do alphabetical resort when
3258                 changing a folder's name
3259                 Patch by Pawel Pekala
3260
3261 2006-03-07 [paul]       2.0.0cvs118
3262
3263         * src/news.c
3264         * src/news_gtk.c
3265                 when unsubscribing a newsgroup, remove the
3266                 folder and msgs in .sylpheed-claws/newscache
3267                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3268
3269 2006-03-07 [paul]       2.0.0cvs117
3270
3271         * src/textview.c
3272                 fix wrong Fake URL Warning
3273                 Thanks to Hiro
3274
3275 2006-03-07 [colin]      2.0.0cvs116
3276
3277         * src/imap.c
3278                 Return immediately when password dialog was
3279                 cancelled
3280         * src/gtk/inputdialog.c
3281                 Allow empty strings for passwords
3282
3283
3284 2006-03-06 [colin]      2.0.0cvs115
3285
3286         * src/imap.c
3287                 Prevent double-timeouts when connection fails
3288
3289 2006-03-06 [colin]
3290
3291         2.0.1-rc1 released
3292
3293 2006-03-06 [colin]      2.0.0cvs114
3294
3295         * src/imap.c
3296                 Refresh session during potentially long
3297                 operations
3298
3299 2006-03-06 [wwp]        2.0.0cvs113
3300
3301         * src/prefs_msg_colors.h
3302                 forgot that one (custom color labels).
3303
3304 2006-03-06 [wwp]        2.0.0cvs112
3305
3306         * src/prefs_common.c
3307         * src/prefs_common.h
3308         * src/prefs_msg_colors.c
3309         * src/summaryview.c
3310         * src/summaryview.h
3311         * src/gtk/colorlabel.c
3312         * src/gtk/colorlabel.h
3313                 colors in messages list are now customizable. Color values and names can
3314                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3315                 Thanks to Paul and Colin for their help with this longstanding patch!
3316
3317 2006-03-06 [wwp]        2.0.0cvs111
3318
3319         * src/textview.c
3320                 don't crash if (x)face is bad.
3321
3322 2006-03-05 [paul]       2.0.0cvs110
3323
3324         * AUTHORS
3325         * configure.ac
3326         * src/Makefile.am
3327         * src/common/Makefile.am
3328         * src/common/utils.h
3329         * src/etpan/imap-thread.c
3330         * src/gtk/authors.h
3331         * src/plugins/clamav/Makefile.am
3332         * src/plugins/demo/Makefile.am
3333         * src/plugins/dillo_viewer/Makefile.am
3334         * src/plugins/pgpcore/Makefile.am
3335         * src/plugins/pgpcore/passphrase.c
3336         * src/plugins/pgpinline/Makefile.am
3337         * src/plugins/pgpmime/Makefile.am
3338         * src/plugins/spamassassin/Makefile.am
3339         * src/plugins/trayicon/Makefile.am
3340                 fix builiding on cygwin
3341                 Patch by Ralgh Young <bamanzi@gmail.com>
3342
3343 2006-03-04 [wwp]        2.0.0cvs109
3344
3345         * manual/keyboard.xml
3346                 fix mixed up/down keys.
3347
3348 2006-03-04 [wwp]        2.0.0cvs108
3349
3350         * README
3351         * INSTALL
3352                 updated links to SpamAssassin.
3353
3354 2006-03-04 [wwp]        2.0.0cvs107
3355
3356         * manual/plugins.xml
3357         * src/plugins/spamassassin/README
3358                 updated SpamAssassin plugin docs to reflect new functional additions
3359                 (also fix/update/documents few technical stuff more, see the README).
3360
3361 2006-03-04 [wwp]        2.0.0cvs106
3362
3363         * src/prefs_message.c
3364                 normalized capitalization of message-prefs paths.
3365
3366 2006-03-04 [wwp]        2.0.0cvs105
3367
3368         * manual/advanced.xml
3369                 typo.
3370
3371 2006-03-03 [colin]      2.0.0cvs104
3372
3373         * src/plugins/clamav/clamav_plugin_gtk.c
3374                 Rework prefs page, patch by Fabien 
3375
3376 2006-03-03 [colin]      2.0.0cvs103
3377
3378         * src/plugins/clamav/clamav_plugin.c
3379                 Set error on all errors
3380
3381 2006-03-03 [colin]      2.0.0cvs102
3382
3383         * src/common/plugin.c
3384                 Initialize error to avoid crashing when a plugin fails
3385                 without setting error
3386
3387 2006-03-02 [wwp]        2.0.0cvs101
3388
3389         * configure.ac
3390                 fixed linker flags for libetpan support on Cygwin
3391                 (thanks to H.Merijn Brand).
3392
3393 2006-03-02 [wwp]        2.0.0cvs100
3394
3395         * src/addressbook.c
3396                 fix some AB error messages: one for punctuation and
3397                 one wrongly duplicate (thanks, maxbritov).
3398
3399 2006-03-02 [wwp]        2.0.0cvs99
3400
3401         * src/plugins/spamassassin/spamassassin.c
3402                 make sync calls to sa-learn/spamc to prevent
3403                 system (whatever local or client/server) overload.
3404
3405 2006-03-02 [colin]      2.0.0cvs98
3406
3407         * src/summaryview.c
3408                 Put the spam icon in the status column instead of the
3409                 mark one
3410
3411 2006-03-01 [colin]      2.0.0cvs97
3412
3413         * src/plugins/spamassassin/spamassassin.c
3414                 Fix segfault (g_file_set_contents fails for some 
3415                 reason and err==0x2f. Can't find out why with
3416                 valgrind, using working function :-)
3417
3418 2006-03-01 [colin]      2.0.0cvs96
3419
3420         * src/inc.c
3421                 Offline overriding: let 'No' be cached only 3 seconds
3422
3423 2006-03-01 [colin]      2.0.0cvs95
3424
3425         * src/addr_compl.c
3426         * src/addrbook.c
3427         * src/addressbook.c
3428         * src/addrindex.c
3429         * src/folder_item_prefs.c
3430         * src/headerview.c
3431         * src/imap.c
3432         * src/inc.c
3433         * src/ldif.c
3434         * src/mainwindow.c
3435         * src/mh.c
3436         * src/msgcache.c
3437         * src/prefs_common.h
3438         * src/prefs_msg_colors.c
3439         * src/procheader.c
3440         * src/procheader.h
3441         * src/procmime.c
3442         * src/procmsg.c
3443         * src/procmsg.h
3444         * src/send_message.h
3445         * src/simple-gettext.c
3446         * src/summaryview.c
3447         * src/summaryview.h
3448         * src/syldap.c
3449         * src/textview.c
3450         * src/undo.c
3451         * src/common/ssl_certificate.c
3452         * src/common/utils.c
3453         * src/gtk/colorsel.c
3454         * src/gtk/gtksctree.c
3455         * src/gtk/gtkshruler.c
3456         * src/plugins/trayicon/trayicon.c
3457                 #if 0 goes to /dev/null
3458
3459 2006-03-01 [colin]      2.0.0cvs94
3460
3461         * src/compose.c
3462         * src/imap.c
3463         * src/inc.c
3464         * src/inc.h
3465         * src/messageview.c
3466         * src/news.c
3467         * src/plugins/spamassassin/spamassassin.c
3468                 Allow to add information in the "working offline"
3469                 window
3470
3471 2006-03-01 [wwp]        2.0.0cvs93
3472
3473         * src/plugins/spamassassin/spamassassin.c
3474                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3475                 'cause it seems that calling `spamc ... < inputfile` with
3476                 g_spawn_(a)sync simply.. erm doesn't work :-).
3477
3478 2006-03-01 [wwp]        2.0.0cvs92
3479
3480         * src/toolbar.c
3481         * src/toolbar.h
3482                 simplify the adding of spam/ham button to the messageview toolbar
3483                 (it gets more clear now that the same button will be "Mark as spam"
3484                 or "Mark as ham" according to the current message status,
3485                 thanks to Colin).
3486
3487 2006-03-01 [wwp]        2.0.0cvs91
3488
3489         * src/messageview.c
3490         * src/procmsg.c
3491         * src/procmsg.h
3492         * src/summaryview.c
3493         * src/plugins/spamassassin/spamassassin.c
3494         * src/plugins/spamassassin/spamassassin.h
3495                 make learner callbacks return a status (0 for ok),
3496                 handle it in main code to avoid setting flags when learning failed,
3497                 don't learn on TCP if offline in spamassassin,
3498                 thanks to Colin.
3499
3500                 
3501
3502 2006-03-01 [wwp]        2.0.0cvs90
3503
3504         * src/compose.c
3505                 some work around the compose window's account menu,
3506                 patch by Fabien Vantard.
3507
3508 2006-03-01 [wwp]        2.0.0cvs89
3509
3510         * src/plugins/spamassassin/spamassassin.c
3511                 fixed bad logics, was using spamc in local mode and sa-learn
3512                 in remote mode (thanks, Colin).
3513
3514 2006-03-01 [wwp]        2.0.0cvs88
3515
3516         * src/plugins/spamassassin/spamassassin.c
3517         * src/plugins/spamassassin/spamassassin.h
3518         * src/plugins/spamassassin/spamassassin_gtk.c
3519                 made processing of emails w/ sa-plugin an option (default is TRUE),
3520                 fixed Engrish some tooltips, capitalization of some debug messages
3521                 and warnings. The spamassassin plugin now provides two separate
3522                 services: process emails upon incorporation and spamd training.
3523                 Both services (un)register independently but use some common
3524                 plugin settings (transport settings, spam storage location).
3525
3526 2006-02-28 [wwp]        2.0.0cvs87
3527
3528         * src/plugins/spamassassin/spamassassin.c
3529                 fix async flag to spamc cmdline execution (batch exec should
3530                 be asynchronous).
3531
3532 2006-02-27 [wwp]        2.0.0cvs86
3533
3534         * src/plugins/spamassassin/spamassassin.c
3535         * src/plugins/spamassassin/spamassassin.h
3536         * src/plugins/spamassassin/spamassassin_gtk.c
3537                 - added the ability to learn a remote spamassassin server (spamd),
3538                 using spamc.
3539                 - added the spamassassin option 'username', that applies to all
3540                 spamassassin operations (filtering, learning, local or remote).
3541                 The default username is the current unix user (if left blank
3542                 from gtk prefs or config file).
3543                 - commented out some unused code (notebook widget), removed unused
3544                 layout (hbox1).
3545                 - make more widgets sensitive to the transport type.
3546
3547 2006-02-27 [colin]      2.0.0cvs85
3548
3549         * src/plugins/spamassassin/spamassassin.c
3550                 Fix sa-learn call when offline
3551
3552 2006-02-27 [colin]      2.0.0cvs84
3553
3554         * configure.ac
3555         * src/Makefile.am
3556         * src/mainwindow.c
3557         * src/mainwindow.h
3558         * src/messageview.c
3559         * src/messageview.h
3560         * src/prefs_toolbar.c
3561         * src/procmsg.c
3562         * src/stock_pixmap.c
3563         * src/stock_pixmap.h
3564         * src/summaryview.c
3565         * src/toolbar.c
3566         * src/toolbar.h
3567         * src/pixmaps/ham_btn.xpm
3568         * src/pixmaps/spam.xpm
3569         * src/pixmaps/spam_btn.xpm
3570         * src/plugins/spamassassin/spamassassin.c
3571                 Add button in toolbar for spam learning
3572                 Fix a few bugs from the last related commit
3573                 Revert 1.9.6cvs23 which messed up shift-selection
3574
3575 2006-02-24 [colin]      2.0.0cvs83
3576
3577         * src/procmsg.c
3578         * src/summaryview.c
3579         * src/summaryview.h
3580         * src/plugins/spamassassin/spamassassin.c
3581         * src/plugins/spamassassin/spamassassin.h
3582         * src/plugins/spamassassin/spamassassin_gtk.c
3583                 Unregister learner when spamassassin is either
3584                 disabled or over tcp
3585
3586 2006-02-24 [colin]      2.0.0cvs82
3587
3588         * src/Makefile.am
3589         * src/mainwindow.c
3590         * src/mainwindow.h
3591         * src/procmsg.c
3592         * src/procmsg.h
3593         * src/stock_pixmap.c
3594         * src/stock_pixmap.h
3595         * src/summaryview.c
3596         * src/summaryview.h
3597         * src/gtk/icon_legend.c
3598         * src/pixmaps/spam.xpm  ** NEW FILE **
3599         * src/plugins/spamassassin/spamassassin.c
3600         * src/plugins/spamassassin/spamassassin_gtk.c
3601                 Add spam learning interface (Mark/Mark as 
3602                 (spam|ham) menus)
3603
3604 2006-02-24 [wwp]        2.0.0cvs81
3605
3606         * src/compose.c
3607         * src/compose.h
3608         * src/filtering.c
3609                 hide compose window when sending message in batch mode
3610                 (filtering: forward and redirect). Also fixed a wrong
3611                 value returned when sending failed, neutral anyway.
3612                 (Colin, me) 
3613
3614 2006-02-24 [wwp]        2.0.0cvs80
3615
3616         * src/mainwindow.c
3617                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3618
3619 2006-02-24 [paul]       2.0.0cvs79
3620
3621         * src/news.c
3622         * src/news.h
3623         * src/news_gtk.c
3624                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3625                 Thanks to Colin
3626
3627 2006-02-23 [colin]      2.0.0cvs78
3628
3629         * src/alertpanel.c
3630                 Change OK to Close in alertpanel with View log
3631                 button; add accel to View log. Patch by Fabien
3632                 Vantard
3633
3634 2006-02-23 [wwp]        2.0.0cvs77
3635
3636         * src/compose.c
3637                 silly me, there were much more tests to perform, since toolbars can
3638                 really have down to 1 element only.
3639
3640 2006-02-23 [wwp]        2.0.0cvs76
3641
3642         * commitHelper
3643                 fixed indentation from my previous commit. Fallback to VISUAL if
3644                 EDITOR is not set (and to vi, at last resort).
3645
3646 2006-02-23 [wwp]        2.0.0cvs75
3647
3648         * commitHelper
3649                 improved error detection (Colin, me).
3650
3651 2006-02-23 [wwp]        2.0.0cvs74
3652
3653         * src/prefs_toolbar.c
3654                 simplify and fix prefs/toolbars layouting. Combos' contents can
3655                 now be really displayed.
3656
3657 2006-02-23 [wwp]        2.0.0cvs73
3658         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3659         be really displayed.
3660
3661 2006-02-22 [wwp]        2.0.0cvs72
3662
3663         * src/compose.c
3664                 fix a typo in my previous commit (sorry!).
3665
3666 2006-02-22 [wwp]        2.0.0cvs71
3667
3668         * src/prefs_toolbar.c
3669                 fix a crash when adding separators to toolbars,
3670                 also fix some separator item information.
3671
3672 2006-02-22 [wwp]        2.0.0cvs70
3673
3674         * src/compose.c
3675                 fix a crash when redirecting (for instance) when compose window's
3676                 toolbar contents has been customized (when some buttons have been
3677                 removed in fact).
3678
3679 2006-02-21 [wwp]        2.0.0cvs69
3680
3681         * src/summaryview.c
3682         * src/gtk/pluginwindow.c
3683         * src/plugins/pgpcore/prefs_gpg.c
3684                 fix some compilation warnings (feat. remains of removed code).
3685
3686 2006-02-21 [wwp]        2.0.0cvs68
3687
3688         * src/gtk/gtkutils.c
3689                 fix two compilation issues, thanks to Stephan Sachse.
3690
3691 2006-02-20 [colin]      2.0.0cvs67
3692
3693         * src/mainwindow.c
3694                 Don't reselect displayed mail on refocus
3695                 This fixes actions misbehaving 
3696
3697 2006-02-20 [wwp]        2.0.0cvs66
3698
3699         * src/summaryview.c
3700         * src/gtk/gtksctree.c
3701         * src/gtk/gtkshruler.c
3702                 changed more runtime typecast checks.
3703
3704 2006-02-20 [wwp]        2.0.0cvs65
3705
3706         * src/summary_search.c
3707                 find all - summaryview refresh issue fixed, thanks to Colin.
3708
3709 2006-02-20 [wwp]        2.0.0cvs64
3710
3711         * src/gtk/gtkutils.c
3712                 better runtime typecast checks.
3713
3714 2006-02-20 [wwp]        2.0.0cvs63
3715
3716         * src/summary_search.c
3717                 enhancements to the summary search:
3718                         - add the ability to stop the running search
3719                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3720                         - don't search if no criteria (From/To/Subject/Body) is set
3721                         - ensure that a busy mouse pointer is always shown when searching,
3722                           show it even a bit earlier
3723
3724 2006-02-19 [colin]      2.0.0cvs62
3725
3726         * src/compose.c
3727         * src/imap.c
3728         * src/etpan/imap-thread.c
3729         * src/etpan/imap-thread.h
3730                 (Future) IMAP speed improvement on sending
3731                 Will require a libetpan update
3732         * src/summaryview.c
3733         * src/gtk/quicksearch.c
3734                 Make quicksearch clearable while running.
3735
3736 2006-02-17 [colin]      2.0.0cvs61
3737
3738         * src/imap.c
3739         * src/etpan/imap-thread.c
3740         * src/etpan/imap-thread.h
3741                 Check for IMAP certificates
3742                 ** Requires libetpan-0.42-cvs4 
3743                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3744
3745 2006-02-17 [colin]      2.0.0cvs60
3746
3747         * src/messageview.c
3748         * src/prefs_common.c
3749         * src/prefs_common.h
3750         * src/prefs_message.c
3751                 Add pref to display HTML-only mails with plugin, 
3752                 if possible (defaulting to FALSE of course).
3753
3754 2006-02-16 [colin]      2.0.0cvs59
3755
3756         * src/main.c
3757         * src/common/plugin.c
3758         * src/common/plugin.h
3759         * src/gtk/pluginwindow.c
3760                 Keep track of requested (but unloaded) plugins
3761                 in some error cases.
3762
3763 2006-02-16 [wwp]        2.0.0cvs58
3764
3765         * src/gtk/gtkaspell.c
3766         * src/gtk/gtkaspell.h
3767         * src/prefs_spelling.c
3768         * src/compose.c
3769         * src/prefs_common.c
3770         * src/prefs_common.h
3771                 implemented new optional spellchecker behaviour: re-check message when
3772                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3773
3774 2006-02-16 [wwp]        2.0.0cvs57
3775
3776         * src/quote_fmt_parse.y
3777                 pclose popen'ed pipe.
3778
3779 2006-02-15 [colin]      2.0.0cvs56
3780
3781         * src/mimeview.c
3782         * src/mimeview.h
3783                 Let MimeViewers know which MimeView they
3784                 depend of.
3785         * src/summaryview.c
3786                 Swap From/To columns in Sent/Queue/Drafts
3787                 folders
3788         * src/etpan/imap-thread.c
3789                 Use mailstream_low_tls_open() for STARTTLS
3790                 instead of mailstream_low_ssl_open()
3791                 ** REQUIRES libetpan 0.42cvs3 **
3792
3793 2006-02-15 [wwp]        2.0.0cvs55
3794
3795         * src/compose.c
3796         * src/compose.h
3797         * src/message_search.c
3798         * src/message_search.h
3799         * src/textview.c
3800         * src/gtk/gtkutils.c
3801         * src/gtk/gtkutils.h
3802                 added the ability to Find text in the compose window (and a bit
3803                 of code factorization).
3804
3805 2006-02-15 [wwp]        2.0.0cvs54
3806
3807         * src/prefs_gtk.c
3808                 yet another one file was missing (fix for some widgets' sensitivity).
3809                 Thanks Colin!
3810
3811 2006-02-15 [wwp]        2.0.0cvs53
3812
3813         * src/prefs_gtk.h
3814                 oops forgot that file (fix for some widgets' sensitivity).
3815
3816 2006-02-15 [wwp]        2.0.0cvs52
3817
3818         * src/summary_search.c
3819                 implemented advanced summary search options (added the ability
3820                 to use matcher conditions in an advanced search mode).
3821
3822 2006-02-15 [wwp]        2.0.0cvs51
3823
3824         * src/plugins/pgpcore/prefs_gpg.c
3825         * src/prefs_account.c
3826                 fix some widget sensitivity, mostly around some labels in
3827                 account prefs.
3828
3829 2006-02-15 [paul]       2.0.0cvs50
3830
3831         * manual/advanced.xml
3832                 improve Templates info
3833                 written by wwp
3834
3835 2006-02-14 [colin]      2.0.0cvs49
3836
3837         * src/pixmaps/address_book.xpm
3838         * src/pixmaps/preferences.xpm
3839         * src/pixmaps/properties.xpm
3840                 Fix pixmap size - patch by Fabien Vantard
3841
3842 2006-02-13 [colin]      2.0.0cvs48
3843
3844         * src/procmime.c
3845                 Add missing fclose()s on error
3846         * src/textview.c
3847                 Remove unused code
3848         * src/common/utils.c
3849                 Fix temp files not being deleted on windows
3850         Patches by Thomas Gilgin
3851
3852 2006-02-13 [colin]      2.0.0cvs47
3853
3854         * src/mainwindow.c
3855                 Fix exit crash
3856
3857 2006-02-13 [wwp]        2.0.0cvs46
3858
3859         * src/plugins/pgpcore/prefs_gpg.c
3860                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3861
3862 2006-02-12 [colin]      2.0.0cvs45
3863
3864         * src/folderview.c
3865         * src/main.c
3866         * src/mainwindow.c
3867                 Fix "stuff" when quitting
3868
3869 2006-02-12 [wwp]        2.0.0cvs44
3870
3871         * src/prefs_themes.c
3872                 fix typos in debug messages.
3873
3874 2006-02-11 [colin]      2.0.0cvs43
3875
3876         * src/summaryview.c
3877                 don't allow drag/drop from ourself
3878
3879 2006-02-10 [wwp]        2.0.0cvs42
3880
3881         * src/exporthtml.c
3882         * src/html.c
3883         * src/html.h
3884         * src/procmime.c
3885         * src/textview.c
3886                 renamed html_ prefixed functions and data structures to avoid
3887                 namespace clashes w/ other software (gtkhtml2 for instance).
3888                 Closes bug #907.
3889
3890
3891 2006-02-09 [colin]      2.0.0cvs41
3892
3893         * src/summaryview.c
3894                 Fix shitty logic messed up. Thanks Ticho for the hint!
3895
3896 2006-02-09 [wwp]        2.0.0cvs40
3897
3898         * src/gtk/about.c
3899         * src/compose.c
3900         * src/prefs_account.c
3901         * src/prefs_gtk.h
3902         * src/editaddress.c
3903                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3904                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3905                 Browse buttons in accounts prefs.
3906
3907 2006-02-09 [colin]      2.0.0cvs39
3908
3909         * src/matcher.c
3910                 Check for pointer before using its members
3911         * src/gtk/gtksourceprintjob.c
3912                 Fix a wrong warning
3913
3914 2006-02-09 [wwp]        2.0.0cvs38
3915
3916         * src/gtk/filesel.c
3917                 fix few compiler warnings (type mismatch).
3918
3919 2006-02-09 [paul]       2.0.0cvs37
3920
3921         * po/fr.po
3922                 updated by Fabien Vantard
3923
3924 2006-02-08 [colin]      2.0.0cvs36
3925
3926         * src/prefs_common.c
3927         * src/common/defs.h
3928         * src/common/plugin.c
3929                 allow windows and linux configurations to coexist
3930                 patch by Thomas Gilgin
3931
3932 2006-02-08 [colin]      2.0.0cvs35
3933
3934         * src/filtering.c
3935         * src/matcher.c
3936         * src/matcher.h
3937         * src/matcher_parser_parse.y
3938         * src/prefs_filtering_action.c
3939         * src/prefs_matcher.c
3940                 Add the "Ignore thread" filtering
3941                 action
3942
3943 2006-02-08 [colin]      2.0.0cvs34
3944
3945         * src/compose.c
3946         * src/procmime.c
3947         * src/procmime.h
3948                 Fix bug #905 (damaged attachment)
3949                 text files with raw \0's aren't really text files
3950         FOR_STABLE
3951
3952 2006-02-08 [colin]      2.0.0cvs33
3953
3954         * src/summaryview.c
3955                 Fix crasher introduced yesterday
3956
3957 2006-02-08 [wwp]        2.0.0cvs32
3958
3959         * src/compose.c
3960         * src/compose.h
3961                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3962
3963 2006-02-08 [wwp]        2.0.0cvs31
3964
3965         * src/prefs_template.c
3966                 templates enhancement: allow address completion for Cc and Bcc fields
3967                 (it was currently possible for the To field only)
3968
3969 2006-02-08 [colin]      2.0.0cvs30
3970
3971         * src/compose.c
3972                 Don't unblock if not blocked
3973         FOR_STABLE
3974
3975 2006-02-07 [colin]      2.0.0cvs29
3976
3977         * src/action.c
3978                 Forgot to refresh summaryview
3979
3980 2006-02-07 [colin]      2.0.0cvs28
3981
3982         * src/action.c
3983                 Freeze/thaw message list and folder list while
3984                 processing %as{} actions 
3985         * src/compose.c
3986                 Fix auto-wrap disabling after a middle-click
3987                 paste - FOR_STABLE
3988
3989 2006-02-07 [paul]       2.0.0cvs27
3990
3991         * src/folder.c
3992                 fix freeing of uninitialised pointers
3993                 Thanks to Colin
3994
3995 2006-02-06 [colin]      2.0.0cvs26
3996
3997         * src/folder.c
3998                 Use g_slist_prepend in potentially big list
3999
4000 2006-02-06 [colin]      2.0.0cvs25
4001
4002         * src/folder.c
4003                 Completely skip processing if it doesn't 
4004                 exist (faster!)
4005
4006 2006-02-06 [colin]      2.0.0cvs24
4007
4008         * src/folder.c
4009         * src/summaryview.c
4010                 Batch filtering in summaryview (from Tools menu)
4011                 and pre/post//-processing too
4012
4013 2006-02-06 [colin]      2.0.0cvs23
4014
4015         * src/procmsg.h
4016         * src/filtering.c
4017                 Use a special field for batch filtering instead
4018                 of stepping on deferred execution's toes
4019
4020 2006-02-06 [colin]      2.0.0cvs22
4021
4022         * src/action.c
4023         * src/filtering.c
4024         * src/filtering.h
4025         * src/folder.c
4026         * src/summaryview.c
4027                 Fix filtering via menus and actions
4028
4029 2006-02-06 [colin]      2.0.0cvs21
4030
4031         * src/imap.c
4032                 Put the added file directly to cache if possible (will work
4033                 with next libetpan)
4034         * src/filtering.c
4035         * src/filtering.h
4036         * src/inc.c
4037         * src/folder.c
4038         * src/mbox.c
4039         * src/procmsg.h
4040                 Move and copy filtered messages by batches instead of one
4041                 by one - faster on IMAP
4042         * src/procmsg.c
4043                 Add a function that'll possibly be useful later
4044
4045 2006-02-06 [colin]      2.0.0cvs20
4046
4047         * src/addressbook.c
4048                 Use internal mime-type instead of text/plain for d'n'd
4049         * src/compose.c
4050                 Allow attaching files from mimeview's icon list via d'n'd
4051         * src/folderview.c
4052         * src/folderview.h
4053                 Use internal mime-type instead of text/plain for d'n'd
4054                 Don't try to selected opened folder if none is
4055                 Factorize d'n'd from other apps code
4056         * src/headerview.c
4057         * src/textview.c
4058         * src/gtk/gtkutils.c
4059         * src/gtk/gtkutils.h
4060                 Factorize Face/X-Face stuff
4061         * src/mimeview.c
4062                 Fix d'n'd to other apps
4063         * src/prefs_message.c
4064                 Let the XFace pref be usable without libcompface as it also
4065                 applies to Face
4066         * src/summaryview.c
4067                 Fix d'n'd to other apps
4068                 Factorize d'n'd from other apps code
4069
4070 2006-02-06 [wwp]        2.0.0cvs19
4071
4072         * po/it.po
4073                 Italian translation fixes by Andrea Spadaccini (no more confusion
4074                 between filtering and processing, and few changes in the About
4075                 dialog).
4076
4077
4078 2006-02-06 [mones]      2.0.0cvs18
4079
4080         * src/gtk/icon_legend.c
4081                 Improved descriptions allowing better translations
4082
4083 2006-02-05 [colin]      2.0.0cvs17
4084
4085         * src/imap.c
4086                 Add the f*cking missing expunge that caused imap_fetch_env
4087                 to fail after an add_msgs ! :-///
4088         * src/etpan/imap-thread.c
4089                 Add a bit of debug
4090         FOR_STABLE
4091
4092 2006-02-05 [colin]      2.0.0cvs16
4093
4094         * src/common/utils.c
4095                 Don't check for return-path (or we can't put
4096                 back non-sent mails)
4097
4098 2006-02-05 [colin]      2.0.0cvs15
4099
4100         * src/textview.c
4101                 Don't try to display Face header in textview
4102                 when teh headerview's active
4103
4104 2006-02-05 [colin]      2.0.0cvs14
4105
4106         * tools/tbird2syl.py
4107         * tools/Makefile.am
4108                 Add script to import Thunderbird mails
4109
4110 2006-02-05 [colin]      2.0.0cvs13
4111
4112         * src/headerview.c
4113         * src/procheader.c
4114         * src/procmsg.c
4115         * src/procmsg.h
4116         * src/textview.c
4117                 Show Face headers - patch partially by Klaus Flittner
4118
4119 2006-02-05 [colin]      2.0.0cvs12
4120
4121         * src/folderview.c
4122         * src/summaryview.c
4123         * src/common/utils.c
4124         * src/common/utils.h
4125                 Let dnd work from mime icons to summaryview
4126                 and to folderview too
4127                 Add a crude test to avoid trying to add files
4128                 drag'n'dropped when they're not mails
4129
4130 2006-02-04 [colin]      2.0.0cvs11
4131
4132         * src/summaryview.c
4133         * src/mimeview.c
4134                 Fix utf8 conversion
4135
4136 2006-02-04 [colin]      2.0.0cvs10
4137
4138         * src/compose.c
4139         * src/folderview.c
4140         * src/mimeview.c
4141         * src/summaryview.c
4142         * src/summaryview.h
4143                 Added various drag and drop capas:
4144                 From                    To
4145                 summaryview             other apps
4146                 mimeview icons          other apps
4147                 other apps              summaryview
4148                 other apps              folderview
4149
4150                 This shouldn't have broken the existing:
4151                 From                    To
4152                 summaryview             folderview
4153                 folderview              folderview
4154                 summaryview             compose's attachments
4155
4156         Tests welcomed.
4157
4158 2006-02-02 [paul]       2.0.0cvs9
4159
4160         * src/mainwindow.c
4161                 move global option 'Set displayed columns...' out
4162                 of folder option grouping.
4163                 fix sensitivity of 'harvest addresses'
4164         FOR_STABLE
4165
4166 2006-02-01 [colin]      2.0.0cvs8
4167
4168         * src/mimeview.c
4169                 Revert the alertpanel patch, it sucks (intrusive
4170                 and gets in the way of "open")
4171
4172 2006-02-01 [colin]      2.0.0cvs7
4173
4174         * src/compose.c
4175         * src/prefs_account.c
4176         * src/prefs_common.c
4177         * src/common/defs.h
4178         * src/common/utils.c
4179         * src/common/utils.h
4180                 Add ability to edit the signature file
4181                 from the account preferences, and use
4182                 a default for the text editor.
4183                 Patch by Fabien Vantard
4184
4185 2006-02-01 [colin]      2.0.0cvs6
4186
4187         * src/mimeview.c
4188                 Try to get mime type by extension if it is
4189                 application/octet-stream
4190                 Display a window with possible choices when
4191                 encountering unknown mime types
4192         * src/gtk/filesel.c
4193         * src/gtk/filesel.h
4194                 Add preview
4195                 Allow multiple selection in filtered filesel
4196                 (patch by Fabien Vantard)
4197         * src/gtk/pluginwindow.c
4198                 Use it (patch by Fabien Vantard)
4199
4200 2006-02-01 [paul]       2.0.0cvs5
4201
4202         * src/jpilot.c
4203                 fix crash on creating jpilot address book
4204                 Thanks to Colin - FOR_STABLE
4205         * src/prefs_summaries.c
4206         * src/prefs_wrapping.c
4207         * src/gtk/icon_legend.c
4208         * src/gtk/quicksearch.c
4209                 string fixes and additions
4210
4211 2006-02-01 [paul]       2.0.0cvs4
4212
4213         * src/compose.c
4214         * src/mainwindow.c
4215         * src/messageview.c
4216         * src/prefs_send.c
4217                 add Arabic encoding option
4218                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4219
4220 2006-01-31 [colin]      2.0.0cvs3
4221
4222         * src/plugins/pgpcore/passphrase.c
4223                 Convert passphrase to locale encoding
4224         * src/compose.c
4225                 Fix drafting on IMAP. Crappy bug sneaked in
4226                 the release :-/
4227         FOR_STABLE
4228
4229 2006-01-30 [paul]       2.0.0cvs2
4230
4231         * src/gtk/icon_legend.c
4232                 show the new entries
4233
4234 2006-01-30 [colin]      2.0.0cvs1
4235
4236         * src/manual.c
4237                 Check for the file to be present before 
4238                 enabling the menu - FOR_STABLE
4239         * src/gtk/icon_legend.c
4240                 Add folders icons (not all of them, there
4241                 are too much, but the most intriguing ones)
4242
4243 2006-01-30 [paul]       2.0.0
4244
4245         version 2.0.0 released
4246
4247 2006-01-30 [paul]       1.9.100cvs200
4248
4249         * manual/faq.xml
4250         * manual/gpl.xml
4251         * manual/intro.xml
4252         * manual/starting.xml
4253         * manual/sylpheed-claws-manual.xml
4254                 fixes, additions
4255
4256 2006-01-29 [mones]      1.9.100cvs199
4257
4258         * manual/account.xml
4259         * manual/advanced.xml
4260         * manual/glossary.xml
4261                 Some typos fixed, added LDIF term to glossary
4262         * po/es.po
4263                 Fixed leading plus symbol
4264
4265 2006-01-29 [paul]       1.9.100cvs198
4266
4267         * po/fi.po
4268         * po/sk.po
4269                 updated by Tommi Pirinen and Andrej Kacian
4270
4271 2006-01-29 [paul]       1.9.100cvs197
4272
4273         * src/gtk/authors.h
4274                 remove duplicates
4275
4276 2006-01-29 [paul]       1.9.100cvs196
4277
4278         * AUTHORS
4279         * po/nl.po
4280         * src/gtk/authors.h
4281         * tools/claws.i18n.status.pl
4282                 nl translation updated by Tim Dijkstra
4283
4284 2006-01-29 [paul]       1.9.100cvs195
4285
4286         * po/sr.po
4287         * po/sv.po
4288                 updated by Aleksandar Urosevic and Anders Troback
4289
4290 2006-01-28 [colin]      1.9.100cvs194
4291
4292         * src/gtk/gtksourceprintjob.c
4293                 Don't fiddle with PangoLayout when we
4294                 have an image
4295
4296 2006-01-28 [paul]       1.9.100cvs193
4297
4298         * AUTHORS
4299         * po/el.po
4300         * po/zh_CN.po
4301         * src/gtk/authors.h
4302         * tools/claws.i18n.status.pl
4303                 updated translations submitted by Stavros Giannouris
4304                 and Ralgh Young
4305
4306 2006-01-27 [colin]      1.9.100cvs192
4307
4308         * src/summaryview.c
4309         * src/gtk/gtksourceprintjob.c
4310                 Add image printing 
4311                 (libgnomeprint only, of course)
4312
4313 2006-01-27 [paul]       1.9.100cvs191
4314
4315         * po/fr.po
4316         * po/it.po
4317                 updated by Fabien Vantard and Andrea Spadaccini
4318
4319 2006-01-26 [colin]      1.9.100cvs190
4320
4321         * manual/Makefile.am
4322         * configure.ac
4323                 Make building the manual optional 
4324                 (--disable-manual)
4325
4326 2006-01-26 [paul]       1.9.100cvs189
4327
4328         * manual/glossary.xml
4329         * manual/plugins.xml
4330                 edited
4331         * po/en_GB.po
4332                 updated
4333
4334 2006-01-26 [paul]       1.9.100cvs188
4335
4336         * src/prefs_display_header.c
4337         * src/prefs_folder_column.c
4338         * src/prefs_msg_colors.c
4339         * src/prefs_summaries.c
4340         * src/prefs_summary_column.c
4341                 HIGify
4342
4343 2006-01-25 [colin]      1.9.100cvs187
4344
4345         * src/imap.c
4346                 Don't allow moving/copying mails between
4347                 queue/drafts and non-queue/drafts folders
4348                 Fixes bug #897 (message header is resetted 
4349                 if one is copied to Drafts)
4350
4351 2006-01-25 [colin]      1.9.100cvs186
4352
4353         * src/folder.c
4354         * src/mainwindow.c
4355                 Fix subscribed folders not found
4356         * src/compose.c
4357                 Don't try to encode as original mail's charset
4358                 if it's ascii 
4359
4360 2006-01-25 [paul]       1.9.100cvs185
4361
4362         * AUTHORS
4363         * po/Makevars
4364                 updated
4365         * po/de.po
4366         * po/pl.po
4367         * po/pt_BR.po
4368         * po/sr.po
4369                 updates submitted by Stephan Sachse, Emilian Nowak
4370                 and Quar, Frederico Goncalves Guimaraes, and
4371                 Aleksandar Urosevic
4372                 Fix Bug 896, 'PT_BR locale broken'.
4373         * src/gtk/authors.h
4374                 updated
4375
4376 2006-01-24 [mones]      1.9.100cvs184
4377
4378         * manual/glossary.xml
4379                 All current terms finished. Reviewers welcome ;-)
4380         * manual/keyboard.xml
4381                 Fixed column width for pdf output.
4382         * po/es.po
4383                 Updated
4384
4385 2006-01-24 [paul]       1.9.100cvs183
4386
4387         * manual/glossary.xml
4388                 fix id name
4389         * manual/dist/html/Makefile.am
4390         * manual/dist/pdf/Makefile.am
4391         * manual/dist/ps/Makefile.am
4392         * manual/dist/txt/Makefile.am
4393                 fix make deps
4394                 Thanks to Colin
4395
4396 2006-01-24 [mones]      1.9.100cvs182
4397
4398         * manual/glossary.xml
4399                 Nearly finished, some terms missing.
4400
4401 2006-01-23 [paul]       1.9.100cvs181
4402
4403         * manual/dist/html/Makefile.am
4404         * manual/dist/pdf/Makefile.am
4405         * manual/dist/ps/Makefile.am
4406         * manual/dist/txt/Makefile.am
4407         * src/mainwindow.c
4408                 re-enable manual
4409                 Thanks to Colin
4410
4411 2006-01-22 [colin]      1.9.100cvs180
4412
4413         * src/compose.c
4414         * src/gtk/gtkaspell.c
4415                 Don't deselect stuff before right-clicking, with aspell.
4416                 (This prevented right-click Copy, for example).
4417                 Thanks to Clo!
4418
4419 2006-01-22 [paul]       1.9.100cvs179
4420
4421         * src/summary_search.c
4422                 don't fix the widget size as it causes problems
4423                 under localisation.
4424                 Thanks to Emilian Nowak
4425
4426 2006-01-21 [paul]       1.9.100cvs178
4427
4428         * src/prefs_themes.c
4429                 fix broken underlining of label text
4430                 with some translations
4431
4432 2006-01-21 [colin]      1.9.100cvs177
4433
4434         * po/fr.po
4435                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4436
4437 2006-01-20 [colin]      1.9.100cvs176
4438
4439         * configure.ac
4440         * Makefile.am
4441         * manual/Makefile
4442         * manual/dist/html/.cvsignore
4443         * manual/dist/html/Makefile.am
4444         * manual/dist/pdf/.cvsignore
4445         * manual/dist/pdf/Makefile.am
4446         * manual/dist/ps/.cvsignore
4447         * manual/dist/ps/Makefile.am
4448         * manual/dist/txt/.cvsignore
4449         * manual/dist/txt/Makefile.am
4450                 Autotool-ize manual
4451
4452 2006-01-20 [paul]       1.9.100cvs175
4453
4454         * manual/handling.xml
4455                 make Filtering and Searching entries easier to find
4456         * manual/keyboard.xml
4457                 add the remaining default keybinds
4458         * src/prefs_summaries.c
4459                 update the default keybinds
4460
4461 2006-01-20 [paul]       1.9.100cvs174
4462
4463         * src/addressbook.c
4464         * src/addrgather.c
4465         * src/addrharvest.c
4466         * src/editaddress.c
4467         * src/editgroup.c
4468         * src/exphtmldlg.c
4469         * src/expldifdlg.c
4470         * src/exporthtml.c
4471         * src/exportldif.c
4472         * src/ldif.c
4473                 replace 'e-mail' with 'email'
4474         * src/summary_search.c
4475                 add mnemonic to "Find all" button
4476
4477 2006-01-20 [wwp]        1.9.100cvs173
4478
4479         * src/export.c
4480         * src/import.c
4481                 touched mbox import/export buttons for HIG-compliance
4482
4483 2006-01-19 [paul]       1.9.100cvs172
4484
4485         * manual/account.xml
4486         * manual/addrbook.xml
4487         * manual/advanced.xml
4488         * manual/faq.xml
4489         * manual/handling.xml
4490         * manual/intro.xml
4491         * manual/plugins.xml
4492         * manual/starting.xml
4493                 more editing
4494
4495 2006-01-19 [paul]       1.9.100cvs171
4496
4497         * src/toolbar.c
4498                 allow use of trash button while receiving
4499                 Thanks to Colin
4500
4501 2006-01-19 [wwp]        1.9.100cvs170
4502
4503         * src/gtk/quicksearch.c
4504         * src/compose.c
4505                 force text color to black when yellow background is set
4506
4507 2006-01-19 [colin]      1.9.100cvs169
4508
4509         * src/plugins/trayicon/trayicon.c
4510                 Gray out Get Mail when already getting mail
4511
4512 2006-01-18 [paul]       1.9.100cvs168
4513
4514         * src/compose.c
4515                 give widget yellow background was To is
4516                 set via folder prefs
4517         * src/gtk/quicksearch.c
4518                 give widget yellow background when quick
4519                 search is active.
4520                 Thanks to Colin
4521
4522 2006-01-18 [paul]       1.9.100cvs167
4523
4524         * doc/man/sylpheed-claws.1
4525                 add --subscribe option
4526
4527 2006-01-18 [paul]       1.9.100cvs166
4528
4529         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4530         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4531                 use %U instead of %F (%F is broken for user installed
4532                 files in kde 3.5)
4533
4534 2006-01-18 [colin]      1.9.100cvs165
4535
4536         * src/summaryview.c
4537                 Default to Yes in "No more * messages" dialogs
4538
4539 2006-01-17 [colin]      1.9.100cvs164
4540
4541         * src/compose.c
4542                 Possibly fix an invalid iterator causing
4543                 crash
4544
4545 2006-01-17 [colin]      1.9.100cvs163
4546
4547         * src/mimeview.c
4548                 Fix crash when the image disappears under the
4549                 image viewer
4550
4551 2006-01-16 [colin]      1.9.100cvs162
4552
4553         * src/compose.c
4554                 Fix reenabling autowrap
4555
4556 2006-01-16 [colin]      1.9.100cvs161
4557
4558         * src/compose.c
4559                 reset quote_len before getting quote_str
4560
4561 2006-01-16 [colin]      1.9.100cvs160
4562
4563         * src/account.c
4564         * src/account.h
4565         * src/folder.c
4566         * src/imap_gtk.c
4567         * src/mh_gtk.c
4568                 Fix bug #883 (default inbox does not track folder move)
4569
4570 2006-01-16 [colin]      1.9.100cvs159
4571
4572         * src/compose.c
4573         * src/plugins/pgpcore/passphrase.c
4574                 More buttons fixes
4575
4576 2006-01-16 [paul]       1.9.100cvs158
4577
4578         * src/prefs_actions.c
4579         * src/prefs_filtering_action.c
4580         * src/prefs_matcher.c
4581         * src/quote_fmt.c
4582         * src/gtk/description_window.c
4583         * src/gtk/description_window.h
4584         * src/gtk/quicksearch.c
4585                 description window cleanups
4586
4587 2006-01-15 [colin]      1.9.100cvs157
4588
4589         * src/addressbook.c
4590         * src/prefs_filtering.c
4591                 Same here
4592
4593 2006-01-15 [colin]      1.9.100cvs156
4594
4595         * src/folderview.c
4596         * src/mainwindow.c
4597                 Same for "Empty trash"
4598
4599 2006-01-15 [colin]      1.9.100cvs155
4600
4601         * src/inc.c
4602                 Override offline dialog had Yes by default
4603
4604 2006-01-15 [colin]      1.9.100cvs154
4605
4606         * src/summaryview.c
4607                 Delete selected messages? previously had Yes the default
4608
4609 2006-01-15 [colin]      1.9.100cvs153
4610
4611         * src/folder.c
4612         * src/folder.h
4613         * src/main.c
4614                 Check if a mailbox is loaded after all
4615                 plugins are loaded.
4616
4617 2006-01-15 [colin]      1.9.100cvs152
4618
4619         * src/folder.c
4620                 Don't start wizard when there are unloaded folders (will help
4621                 people with only mbox or maildir mailboxes)
4622
4623 2006-01-14 [colin]      1.9.100cvs151
4624
4625         * src/addressbook.c
4626         * src/expldifdlg.c
4627         * src/importldif.c
4628         * src/importmutt.c
4629         * src/importpine.c
4630         * src/mh_gtk.c
4631                 More HIG compliance and fixes
4632
4633 2006-01-14 [colin]      1.9.100cvs150
4634
4635         * src/prefs_filtering_action.c
4636         * src/foldersel.c
4637                 Two forgotten button order changes
4638
4639 2006-01-14 [colin]      1.9.100cvs149
4640
4641         * src/account.c
4642         * src/addressbook.c
4643         * src/compose.c
4644         * src/folderview.c
4645         * src/imap_gtk.c
4646         * src/mainwindow.c
4647         * src/mh_gtk.c
4648         * src/news_gtk.c
4649         * src/prefs_actions.c
4650         * src/prefs_customheader.c
4651         * src/prefs_filtering.c
4652         * src/prefs_matcher.c
4653         * src/prefs_template.c
4654         * src/ssl_manager.c
4655         * src/summaryview.c
4656         * src/textview.c
4657         * src/toolbar.c
4658                 All deletion confirmations are now "Cancel, Delete" 
4659                 instead of "No, Yes"
4660                 Clarified most of the other "No, Yes" to 
4661                 "Cancel, Descriptive_action"
4662                 Rechanged the "Entry not saved" alerts to have 
4663                 "Close, Continue editing"
4664
4665
4666 2006-01-14 [paul]
4667
4668         * 2.0.0-rc4 released
4669
4670 2006-01-14 [paul]       1.9.100cvs148
4671
4672         * src/account.c
4673         * src/addressadd.c
4674         * src/addressbook.c
4675         * src/compose.c
4676         * src/editaddress.c
4677         * src/editbook.c
4678         * src/editgroup.c
4679         * src/editjpilot.c
4680         * src/editldap.c
4681         * src/editvcard.c
4682         * src/exphtmldlg.c
4683         * src/expldifdlg.c
4684         * src/folderview.c
4685         * src/grouplistdialog.c
4686         * src/imap_gtk.c
4687         * src/importmutt.c
4688         * src/importpine.c
4689         * src/inc.c
4690         * src/main.c
4691         * src/mainwindow.c
4692         * src/message_search.c
4693         * src/messageview.c
4694         * src/mh_gtk.c
4695         * src/mimeview.c
4696         * src/news_gtk.c
4697         * src/prefs_actions.c
4698         * src/prefs_customheader.c
4699         * src/prefs_filtering.c
4700         * src/prefs_matcher.c
4701         * src/prefs_template.c
4702         * src/prefs_themes.c
4703         * src/ssl_manager.c
4704         * src/summary_search.c
4705         * src/summaryview.c
4706         * src/textview.c
4707         * src/toolbar.c
4708         * src/gtk/foldersort.c
4709         * src/gtk/gtkaspell.c
4710         * src/gtk/inputdialog.c
4711         * src/gtk/prefswindow.c
4712         * src/plugins/pgpcore/select-keys.c
4713         * src/plugins/trayicon/trayicon.c
4714                 HIG compliant button order
4715
4716 2006-01-14 [mones]      1.9.100cvs147
4717
4718         * po/es.po
4719                 Updated translation
4720
4721 2006-01-13 [paul]       1.9.100cvs146
4722
4723         * AUTHORS
4724         * ChangeLog
4725         * src/gtk/authors.h
4726                 add Joshua M. Kwan to contributors list
4727
4728 2006-01-13 [colin]      1.9.100cvs145
4729
4730         * src/gtk/quicksearch.c
4731                 Don't refocus quick search after executing (Esc or Enter)
4732                 Allows to '/'search something then move up/down in 
4733                 summaryview, and to Esc a search and be back in the 
4734                 summaryview
4735
4736 2006-01-13 [paul]       1.9.100cvs144
4737
4738         * src/plugins/pgpinline/pgpinline.c
4739                 support Content-Type 'application/pgp'
4740                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4741
4742 2006-01-13 [paul]       1.9.100cvs143
4743
4744         * manual/account.xml
4745                 make mention of partial retrieval
4746                 thanks to Colin
4747
4748 2006-01-13 [paul]       1.9.100cvs142
4749
4750         * src/account.c
4751         * src/account.h
4752         * src/action.c
4753         * src/action.h
4754         * src/adbookbase.h
4755         * src/addr_compl.c
4756         * src/addr_compl.h
4757         * src/addrbook.c
4758         * src/addrcache.c
4759         * src/addrcache.h
4760         * src/addrcindex.c
4761         * src/addrcindex.h
4762         * src/addrclip.c
4763         * src/addrclip.h
4764         * src/addrdefs.h
4765         * src/addressadd.c
4766         * src/addressadd.h
4767         * src/addressbook.c
4768         * src/addressbook.h
4769         * src/addrgather.c
4770         * src/addrgather.h
4771         * src/addrharvest.c
4772         * src/addrharvest.h
4773         * src/addrindex.c
4774         * src/addrindex.h
4775         * src/addritem.c
4776         * src/addritem.h
4777         * src/addrquery.c
4778         * src/addrquery.h
4779         * src/addrselect.c
4780         * src/addrselect.h
4781         * src/alertpanel.c
4782         * src/alertpanel.h
4783         * src/browseldap.c
4784         * src/browseldap.h
4785         * src/codeconv.c
4786         * src/codeconv.h
4787         * src/compose.c
4788         * src/compose.h
4789         * src/customheader.c
4790         * src/customheader.h
4791         * src/displayheader.c
4792         * src/displayheader.h
4793         * src/editaddress.c
4794         * src/editaddress.h
4795         * src/editbook.c
4796         * src/editbook.h
4797         * src/editgroup.c
4798         * src/editgroup.h
4799         * src/editjpilot.c
4800         * src/editjpilot.h
4801         * src/editldap.c
4802         * src/editldap.h
4803         * src/editldap_basedn.c
4804         * src/editldap_basedn.h
4805         * src/editvcard.c
4806         * src/editvcard.h
4807         * src/exphtmldlg.c
4808         * src/exphtmldlg.h
4809         * src/expldifdlg.c
4810         * src/expldifdlg.h
4811         * src/export.h
4812         * src/exporthtml.c
4813         * src/exporthtml.h
4814         * src/exportldif.c
4815         * src/exportldif.h
4816         * src/filtering.c
4817         * src/filtering.h
4818         * src/folder.c
4819         * src/folder.h
4820         * src/folder_item_prefs.c
4821         * src/folder_item_prefs.h
4822         * src/foldersel.c
4823         * src/foldersel.h
4824         * src/folderutils.c
4825         * src/folderutils.h
4826         * src/folderview.c
4827         * src/folderview.h
4828         * src/grouplistdialog.c
4829         * src/grouplistdialog.h
4830         * src/headerview.c
4831         * src/html.c
4832         * src/html.h
4833         * src/image_viewer.c
4834         * src/image_viewer.h
4835         * src/imap.c
4836         * src/imap.h
4837         * src/imap_gtk.c
4838         * src/imap_gtk.h
4839         * src/import.h
4840         * src/importldif.c
4841         * src/importldif.h
4842         * src/importmutt.c
4843         * src/importmutt.h
4844         * src/importpine.c
4845         * src/importpine.h
4846         * src/inc.c
4847         * src/inc.h
4848         * src/jpilot.c
4849         * src/jpilot.h
4850         * src/ldapctrl.c
4851         * src/ldapctrl.h
4852         * src/ldaplocate.c
4853         * src/ldaplocate.h
4854         * src/ldapquery.c
4855         * src/ldapquery.h
4856         * src/ldapserver.c
4857         * src/ldapserver.h
4858         * src/ldaputil.c
4859         * src/ldaputil.h
4860         * src/ldif.c
4861         * src/ldif.h
4862         * src/main.c
4863         * src/main.h
4864         * src/mainwindow.c
4865         * src/mainwindow.h
4866         * src/manual.c
4867         * src/manual.h
4868         * src/mbox.c
4869         * src/mbox.h
4870         * src/message_search.c
4871         * src/message_search.h
4872         * src/messageview.c
4873         * src/messageview.h
4874         * src/mh.c
4875         * src/mh.h
4876         * src/mh_gtk.c
4877         * src/mh_gtk.h
4878         * src/mimeview.c
4879         * src/mimeview.h
4880         * src/msgcache.c
4881         * src/msgcache.h
4882         * src/mutt.c
4883         * src/mutt.h
4884         * src/news.c
4885         * src/news.h
4886         * src/news_gtk.c
4887         * src/news_gtk.h
4888         * src/partial_download.c
4889         * src/partial_download.h
4890         * src/pine.c
4891         * src/pine.h
4892         * src/pop.c
4893         * src/pop.h
4894         * src/prefs_account.c
4895         * src/prefs_account.h
4896         * src/prefs_actions.c
4897         * src/prefs_actions.h
4898         * src/prefs_common.c
4899         * src/prefs_common.h
4900         * src/prefs_compose_writing.c
4901         * src/prefs_compose_writing.h
4902         * src/prefs_customheader.c
4903         * src/prefs_customheader.h
4904         * src/prefs_display_header.c
4905         * src/prefs_display_header.h
4906         * src/prefs_filtering.c
4907         * src/prefs_filtering.h
4908         * src/prefs_filtering_action.c
4909         * src/prefs_filtering_action.h
4910         * src/prefs_folder_column.c
4911         * src/prefs_folder_column.h
4912         * src/prefs_folder_item.c
4913         * src/prefs_folder_item.h
4914         * src/prefs_fonts.c
4915         * src/prefs_fonts.h
4916         * src/prefs_gtk.c
4917         * src/prefs_gtk.h
4918         * src/prefs_image_viewer.c
4919         * src/prefs_image_viewer.h
4920         * src/prefs_matcher.c
4921         * src/prefs_matcher.h
4922         * src/prefs_message.c
4923         * src/prefs_msg_colors.c
4924         * src/prefs_msg_colors.h
4925         * src/prefs_other.c
4926         * src/prefs_quote.c
4927         * src/prefs_receive.c
4928         * src/prefs_send.c
4929         * src/prefs_spelling.c
4930         * src/prefs_spelling.h
4931         * src/prefs_summaries.c
4932         * src/prefs_summaries.h
4933         * src/prefs_summary_column.c
4934         * src/prefs_summary_column.h
4935         * src/prefs_template.c
4936         * src/prefs_template.h
4937         * src/prefs_themes.c
4938         * src/prefs_themes.h
4939         * src/prefs_toolbar.c
4940         * src/prefs_toolbar.h
4941         * src/prefs_wrapping.c
4942         * src/prefs_wrapping.h
4943         * src/privacy.c
4944         * src/privacy.h
4945         * src/procheader.c
4946         * src/procheader.h
4947         * src/procmime.c
4948         * src/procmime.h
4949         * src/procmsg.c
4950         * src/procmsg.h
4951         * src/quote_fmt.c
4952         * src/quote_fmt_parse.y
4953         * src/recv.c
4954         * src/recv.h
4955         * src/remotefolder.c
4956         * src/remotefolder.h
4957         * src/send_message.c
4958         * src/send_message.h
4959         * src/setup.c
4960         * src/setup.h
4961         * src/sourcewindow.c
4962         * src/sourcewindow.h
4963         * src/ssl_manager.c
4964         * src/ssl_manager.h
4965         * src/statusbar.c
4966         * src/statusbar.h
4967         * src/stock_pixmap.c
4968         * src/stock_pixmap.h
4969         * src/summary_search.c
4970         * src/summary_search.h
4971         * src/summaryview.c
4972         * src/summaryview.h
4973         * src/syldap.c
4974         * src/syldap.h
4975         * src/textview.c
4976         * src/textview.h
4977         * src/toolbar.c
4978         * src/toolbar.h
4979         * src/undo.c
4980         * src/undo.h
4981         * src/unmime.c
4982         * src/unmime.h
4983         * src/vcard.c
4984         * src/vcard.h
4985         * src/wizard.c
4986         * src/wizard.h
4987         * src/common/base64.c
4988         * src/common/base64.h
4989         * src/common/defs.h
4990         * src/common/hooks.c
4991         * src/common/hooks.h
4992         * src/common/log.c
4993         * src/common/log.h
4994         * src/common/mgutils.c
4995         * src/common/mgutils.h
4996         * src/common/nntp.c
4997         * src/common/nntp.h
4998         * src/common/passcrypt.c
4999         * src/common/passcrypt.h.in
5000         * src/common/plugin.c
5001         * src/common/plugin.h
5002         * src/common/prefs.c
5003         * src/common/prefs.h
5004         * src/common/progressindicator.c
5005         * src/common/progressindicator.h
5006         * src/common/quoted-printable.c
5007         * src/common/quoted-printable.h
5008         * src/common/session.c
5009         * src/common/session.h
5010         * src/common/smtp.c
5011         * src/common/smtp.h
5012         * src/common/socket.c
5013         * src/common/socket.h
5014         * src/common/ssl.c
5015         * src/common/ssl.h
5016         * src/common/ssl_certificate.c
5017         * src/common/ssl_certificate.h
5018         * src/common/stringtable.c
5019         * src/common/stringtable.h
5020         * src/common/sylpheed.c
5021         * src/common/sylpheed.h
5022         * src/common/template.c
5023         * src/common/template.h
5024         * src/common/timing.h
5025         * src/common/utils.c
5026         * src/common/utils.h
5027         * src/common/version.h.in
5028         * src/common/xml.c
5029         * src/common/xml.h
5030         * src/common/xmlprops.c
5031         * src/common/xmlprops.h
5032         * src/gtk/colorlabel.c
5033         * src/gtk/colorsel.c
5034         * src/gtk/colorsel.h
5035         * src/gtk/description_window.c
5036         * src/gtk/description_window.h
5037         * src/gtk/filesel.c
5038         * src/gtk/filesel.h
5039         * src/gtk/foldersort.c
5040         * src/gtk/foldersort.h
5041         * src/gtk/gtkutils.c
5042         * src/gtk/gtkutils.h
5043         * src/gtk/inputdialog.c
5044         * src/gtk/inputdialog.h
5045         * src/gtk/logwindow.c
5046         * src/gtk/logwindow.h
5047         * src/gtk/manage_window.c
5048         * src/gtk/manage_window.h
5049         * src/gtk/menu.c
5050         * src/gtk/menu.h
5051         * src/gtk/pluginwindow.c
5052         * src/gtk/pluginwindow.h
5053         * src/gtk/prefswindow.c
5054         * src/gtk/prefswindow.h
5055         * src/gtk/progressdialog.c
5056         * src/gtk/progressdialog.h
5057         * src/gtk/sslcertwindow.c
5058         * src/gtk/sslcertwindow.h
5059         * src/plugins/clamav/clamav_plugin.c
5060         * src/plugins/clamav/clamav_plugin.h
5061         * src/plugins/clamav/clamav_plugin_gtk.c
5062         * src/plugins/demo/demo.c
5063         * src/plugins/dillo_viewer/dillo_prefs.c
5064         * src/plugins/dillo_viewer/dillo_prefs.h
5065         * src/plugins/dillo_viewer/dillo_viewer.c
5066         * src/plugins/pgpcore/passphrase.c
5067         * src/plugins/pgpcore/passphrase.h
5068         * src/plugins/pgpcore/plugin.c
5069         * src/plugins/pgpcore/select-keys.c
5070         * src/plugins/pgpcore/select-keys.h
5071         * src/plugins/pgpcore/sgpgme.c
5072         * src/plugins/pgpcore/sgpgme.h
5073         * src/plugins/pgpinline/pgpinline.c
5074         * src/plugins/pgpinline/pgpinline.h
5075         * src/plugins/pgpinline/plugin.c
5076         * src/plugins/pgpmime/pgpmime.c
5077         * src/plugins/pgpmime/pgpmime.h
5078         * src/plugins/pgpmime/plugin.c
5079         * src/plugins/spamassassin/spamassassin.c
5080         * src/plugins/spamassassin/spamassassin.h
5081         * src/plugins/spamassassin/spamassassin_gtk.c
5082         * src/plugins/trayicon/trayicon.c
5083                 update copyright header
5084
5085 2006-01-13 [paul]       1.9.100cvs141
5086
5087         * src/account.c
5088         * src/export.c
5089         * src/import.c
5090         * src/mainwindow.c
5091         * src/prefs_account.c
5092         * src/prefs_display_header.c
5093         * src/prefs_receive.c
5094         * src/prefs_send.c
5095         * src/prefs_summaries.c
5096         * src/prefs_themes.c
5097         * src/prefs_toolbar.c
5098         * src/gtk/about.c
5099                 various cleanups
5100
5101 2006-01-12 [colin]      1.9.100cvs140
5102
5103         * src/folder.c
5104         * src/folder.h
5105         * src/main.c
5106                 Add --subscribe option
5107                 Let sylpheed-claws email@domain.com equivalent to --compose
5108                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5109
5110 2006-01-12 [paul]       1.9.100cvs139
5111
5112         * src/mainwindow.c
5113                 append 'Change folder order' label with '...'
5114         * src/prefs_actions.c
5115                 allow reordering of actions list by dnd
5116         * src/gtk/foldersort.c
5117                 make the dialog nicer
5118
5119 2006-01-11 [colin]      1.9.100cvs138
5120
5121         * src/compose.c
5122                 Allow templates without text
5123
5124 2006-01-11 [paul]       1.9.100cvs137
5125
5126         * tools/README
5127         * tools/filter_conv_new.pl
5128                 add info to README
5129                 also check .sylpheed for filter.xml
5130                 be a bit informative to the user
5131
5132 2006-01-11 [colin]      1.9.100cvs136
5133
5134         * src/textview.c
5135                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5136
5137 2006-01-10 [paul]       1.9.100cvs135
5138
5139         * tools/Makefile.am
5140         * tools/filter_conv_new.pl
5141                 add script to convert new style Sylpheed
5142                 filter rules (Sylpheed >= 0.9.99) to
5143                 Claws filtering rules
5144
5145 2006-01-10 [colin]      1.9.100cvs134
5146
5147         * src/compose.c
5148                 Fix broken line joins in certain conditions
5149                 (between two quoted lines: <enter><enter><up>
5150                  <type a wrapped sentence><go in the first line>
5151                  <insert more text><watch as line joining failed>)
5152
5153 2006-01-10 [paul]       1.9.100cvs133
5154
5155         * src/compose.c
5156                 don't report success in error dialog
5157                 thanks to Colin
5158         * src/common/utils.c
5159                 include some trailing punctuations as URI
5160                 thanks to Hiro
5161
5162 2006-01-10 [paul]       1.9.100cvs132
5163
5164         * src/mimeview.c
5165                 fix incompatible pointer type
5166                 warning
5167
5168 2006-01-10 [paul]       1.9.100cvs131
5169
5170         * src/compose.c
5171                 change Subject in window title
5172                 instantaneously
5173
5174 2006-01-09 [colin]      1.9.100cvs130
5175
5176         * src/addressbook.c
5177         * src/headerview.c
5178         * src/mainwindow.c
5179         * src/messageview.c
5180         * src/mimeview.c
5181         * src/noticeview.c
5182         * src/summaryview.c
5183                 Fix possible crashes on exit and in addressbook
5184
5185 2006-01-09 [paul]       1.9.100cvs129
5186
5187         * src/prefs_msg_colors.c
5188                 some cleanups that I forgot last time
5189
5190 2006-01-09 [paul]       1.9.100cvs128
5191
5192         * README
5193         * src/folderview.c
5194         * src/prefs_msg_colors.c
5195                 add previously hidden option, color_new, to
5196                 the gui
5197                 move the page to Display/
5198                 rework the gui
5199
5200 2006-01-09 [wwp]        1.9.100cvs127
5201
5202         * src/prefs_themes.c
5203                 made the prefs/display/themes layouts spacing less condensed
5204                 (and so they match other prefs/pages' look).
5205
5206 2006-01-09 [paul]       1.9.100cvs126
5207
5208         * src/compose.c
5209         * src/prefs_common.c
5210         * src/prefs_common.h
5211         * src/prefs_wrapping.c
5212                 remove 'wrap at send' option
5213
5214 2006-01-06 [colin]      1.9.100cvs125
5215
5216         * src/compose.c
5217                 Just make completely sure we don't insert "manual line breaks" 
5218                 when wrapping... 
5219
5220 2006-01-04 [paul]
5221
5222         * 2.0.0-rc3 released
5223
5224 2006-01-04 [paul]       1.9.100cvs124
5225
5226         * src/folderview.c
5227                 fix bug 882, 'quick scroll in folder list
5228                 displays wrong folder contents'
5229
5230 2006-01-04 [paul]       1.9.100cvs123
5231
5232         * src/plugins/pgpmime/pgpmime.c
5233                 better debug information when signing
5234                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5235
5236 2006-01-03 [colin]      1.9.100cvs122
5237
5238         * configure.ac
5239                 We need to recheck for gpgme 1.0.0 after checking
5240                 for 1.1.1, because if 1.1.1 isn't available, 
5241                 GPGME_LIBS and friends are blanked out by the 
5242                 second check.
5243
5244 2006-01-03 [colin]      1.9.100cvs121
5245
5246         * src/common/prefs.c
5247                 Windows unlink-before rename fix
5248         * src/plugins/pgpcore/sgpgme.c
5249                 Add support for PKA info if available
5250                 Both patches by Werner Koch
5251
5252 2006-01-03 [paul]       1.9.100cvs120
5253
5254         * src/messageview.c
5255                 fix bug 884, 'Send receipt' button visible in queue
5256                 Thanks to Colin
5257
5258 2006-01-02 [colin]      1.9.100cvs119
5259
5260         * src/compose.c
5261         * src/imap.c
5262                 Fix autosave on IMAP and more generally try to
5263                 return the correct ID on a newly added IMAP message
5264
5265 2006-01-02 [paul]       1.9.100cvs118
5266
5267         * manual/keyboard.xml
5268                 edited
5269
5270 2006-01-01 [paul]       1.9.100cvs117
5271
5272         * src/gtk/authors.h
5273                 alphabetical order
5274
5275 2005-12-30 [colin]      1.9.100cvs116
5276
5277         * manual/advanced.xml
5278                 Explain Pre/Post-processing differences.
5279
5280 2005-12-30 [colin]      1.9.100cvs115
5281
5282         * src/mh.c
5283                 Implement copy_msgs for a little optimization
5284         * src/imap.c
5285                 Finish yesterday's fix
5286
5287 2005-12-29 [colin]      1.9.100cvs114
5288
5289         * src/imap.c
5290                 Fix occasional failure in fetching a mail over
5291                 IMAP
5292
5293 2005-12-29 [colin]      1.9.100cvs113
5294
5295         * src/compose.c
5296                 Don't remove a draft when sending it, if it is 
5297                 locked.
5298
5299 2005-12-28 [colin]      1.9.100cvs112
5300
5301         * src/summaryview.c
5302                 Fix leak for real
5303
5304 2005-12-28 [wwp]        1.9.100cvs111
5305
5306         * doc/faq/.cvsignore
5307         * doc/faq/de/.cvsignore
5308         * doc/faq/en/.cvsignore
5309         * doc/faq/es/.cvsignore
5310         * doc/faq/fr/.cvsignore
5311         * doc/faq/it/.cvsignore
5312         * doc/manual/.cvsignore
5313         * doc/manual/de/.cvsignore
5314         * doc/manual/en/.cvsignore
5315         * doc/manual/es/.cvsignore
5316         * doc/manual/fr/.cvsignore
5317         * doc/manual/ja/.cvsignore
5318         * src/plugins/mathml_viewer/.cvsignore
5319                 rollback revival of those files (my bad, sorry for the noise).
5320
5321 2005-12-28 [wwp]        1.9.100cvs110
5322
5323         * src/compose.c
5324                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5325
5326 2005-12-28 [wwp]        1.9.100cvs109
5327
5328         * doc/faq/.cvsignore
5329         * doc/faq/de/.cvsignore
5330         * doc/faq/en/.cvsignore
5331         * doc/faq/es/.cvsignore
5332         * doc/faq/fr/.cvsignore
5333         * doc/faq/it/.cvsignore
5334         * doc/manual/.cvsignore
5335         * doc/manual/de/.cvsignore
5336         * doc/manual/en/.cvsignore
5337         * doc/manual/es/.cvsignore
5338         * doc/manual/fr/.cvsignore
5339         * doc/manual/ja/.cvsignore
5340         * src/plugins/mathml_viewer/.cvsignore
5341         * po/.cvsignore
5342                 more files to ignore.
5343
5344 2005-12-24 [colin]      1.9.100cvs108
5345
5346         * AUTHORS
5347         * src/gtk/authors.h
5348                 Update for Werner
5349
5350 2005-12-24 [colin]      1.9.100cvs107
5351
5352         * src/procmsg.c
5353                 Allow NULL src_msginfo in 
5354                 procmsg_msginfo_new_from_mimeinfo
5355
5356 2005-12-23 [paul]       1.9.100cvs106
5357
5358         * src/plugins/pgpinline/mypgpcore.def
5359                 add this forgotten file
5360
5361 2005-12-23 [colin]      1.9.100cvs105
5362
5363         * src/mainwindow.c
5364                 Fix missing break
5365
5366 2005-12-23 [colin]      1.9.100cvs104
5367
5368         * autogen.sh
5369         * src/folder.c
5370         * src/mh.c
5371         * src/common/plugin.c
5372         * src/common/socket.c
5373         * src/common/socket.h
5374         * src/common/utils.c
5375         * src/common/utils.h
5376         * src/gtk/pluginwindow.c
5377         * src/plugins/pgpcore/plugin.def
5378         * src/plugins/pgpcore/sylpheed.def
5379         * src/plugins/pgpinline/Makefile.am
5380         * src/plugins/pgpinline/plugin.def
5381         * src/plugins/pgpinline/sylpheed.def
5382         * src/plugins/pgpmime/plugin.def
5383         * src/plugins/pgpmime/sylpheed.def
5384                 Various w32 fixes by Werner Koch
5385
5386 2005-12-22 [paul]       1.9.100cvs103
5387
5388         * src/wizard.c
5389                 don't offer IMAP as 'server type' if
5390                 libetpan isn't built in
5391
5392 2005-12-22 [paul]       1.9.100cvs102
5393
5394         * AUTHORS
5395         * src/mainwindow.c
5396         * src/mainwindow.h
5397         * src/toolbar.c
5398         * src/gtk/authors.h
5399                 support GTK_TOOLBAR_BOTH_HORIZ (text
5400                 next to icon) Patch by Marien Zwart
5401                 marienz@users.sf.net
5402                 Also reword the text
5403
5404 2005-12-21 [colin]      1.9.100cvs101
5405
5406         * configure.ac
5407                 Fix DATADIRNAME
5408         * COPYING
5409                 Fix missing section and explicit the exception better
5410         * src/compose.c
5411                 Prevent mail from being lost without notice when an
5412                 SMTP error happens on trying to send an unmodified
5413                 drafted mail.
5414         * src/send_message.c
5415         * src/common/smtp.c
5416                 Fix password remembering when wrong, and add return
5417                 value checks where they should have been
5418         * src/plugins/pgpcore/sylpheed.def
5419         * src/plugins/pgpinline/sylpheed.def
5420         * src/plugins/pgpmime/sylpheed.def
5421                 Add a few symbols needed
5422
5423 2005-12-21 [paul]       1.9.100cvs100
5424
5425         * m4/codeset.m4
5426         * m4/glibc21.m4
5427         * m4/intdiv0.m4
5428         * m4/inttypes-pri.m4
5429         * m4/inttypes.m4
5430         * m4/inttypes_h.m4
5431         * m4/isc-posix.m4
5432         * m4/lcmessage.m4
5433         * m4/stdint_h.m4
5434         * m4/uintmax_t.m4
5435                 gettextization
5436                 thanks to Colin
5437
5438 2005-12-21 [paul]       1.9.100cvs99
5439
5440         * po/sv.po
5441                 fixed by Colin
5442
5443 2005-12-20 [paul]       1.9.100cvs98
5444
5445         * po/sv.po
5446                 updated by Anders Trobäck
5447
5448 2005-12-20 [colin]      1.9.100cvs97
5449
5450         * ABOUT-NLS
5451         * Makefile.am
5452         * autogen.sh
5453         * configure.ac
5454         * config/config.rpath
5455         * config/mkinstalldirs
5456         * m4/Makefile.am
5457         * m4/glibc2.m4
5458         * m4/gnupg.m4
5459         * m4/gpgme.m4
5460         * m4/intmax.m4
5461         * m4/longdouble.m4
5462         * m4/longlong.m4
5463         * m4/printf-posix.m4
5464         * m4/signed.m4
5465         * m4/size_max.m4
5466         * m4/ulonglong.m4
5467         * m4/wchar_t.m4
5468         * m4/wint_t.m4
5469         * m4/xsize.m4
5470         * po/Makefile.in.in
5471         * po/Makevars
5472         * po/bg.po
5473         * po/ca.po
5474         * po/cs.po
5475         * po/de.po
5476         * po/el.po
5477         * po/en_GB.po
5478         * po/es.po
5479         * po/fi.po
5480         * po/fr.po
5481         * po/hr.po
5482         * po/hu.po
5483         * po/it.po
5484         * po/ja.po
5485         * po/ko.po
5486         * po/nb.po
5487         * po/nl.po
5488         * po/pl.po
5489         * po/pt_BR.po
5490         * po/ru.po
5491         * po/sk.po
5492         * po/sr.po
5493         * po/stamp-po
5494         * po/sv.po
5495         * po/zh_CN.po
5496         * po/zh_TW.po
5497         * src/Makefile.am
5498         * src/codeconv.c
5499         * src/compose.c
5500         * src/exporthtml.c
5501         * src/exportldif.c
5502         * src/folder.c
5503         * src/main.c
5504         * src/manual.c
5505         * src/mh.c
5506         * src/mimeview.c
5507         * src/send_message.c
5508         * src/common/Makefile.am
5509         * src/common/fnmatch.c
5510         * src/common/fnmatch.h
5511         * src/common/fnmatch_loop.c
5512         * src/common/nntp.c
5513         * src/common/plugin.c
5514         * src/common/smtp.c
5515         * src/common/socket.c
5516         * src/common/string_match.c
5517         * src/common/sylpheed.c
5518         * src/common/utils.c
5519         * src/common/utils.h
5520         * src/common/w32_dirent.c
5521         * src/common/w32_reg.c
5522         * src/common/w32_signal.c
5523         * src/common/w32_stat.c
5524         * src/common/w32_stdio.c
5525         * src/common/w32_stdlib.c
5526         * src/common/w32_string.c
5527         * src/common/w32_time.c
5528         * src/common/w32_unistd.c
5529         * src/common/w32_wait.c
5530         * src/common/w32lib.h
5531         * src/etpan/Makefile.am
5532         * src/gtk/Makefile.am
5533         * src/plugins/clamav/Makefile.am
5534         * src/plugins/demo/Makefile.am
5535         * src/plugins/dillo_viewer/Makefile.am
5536         * src/plugins/pgpcore/Makefile.am
5537         * src/plugins/pgpcore/passphrase.c
5538         * src/plugins/pgpcore/plugin.def
5539         * src/plugins/pgpcore/sgpgme.c
5540         * src/plugins/pgpcore/sylpheed.def
5541         * src/plugins/pgpcore/version.rc
5542         * src/plugins/pgpinline/Makefile.am
5543         * src/plugins/pgpinline/plugin.def
5544         * src/plugins/pgpinline/sylpheed.def
5545         * src/plugins/pgpinline/version.rc
5546         * src/plugins/pgpmime/Makefile.am
5547         * src/plugins/pgpmime/mypgpcore.def
5548         * src/plugins/pgpmime/plugin.def
5549         * src/plugins/pgpmime/sylpheed.def
5550         * src/plugins/pgpmime/version.rc
5551         * src/plugins/spamassassin/Makefile.am
5552                 Very little ;-) patch from Werner Koch, providing
5553                 infrastructure for cross-compiling to Win32
5554
5555 2005-12-20 [paul]       1.9.100cvs96
5556
5557         * src/account.c
5558         * src/account.h
5559         * src/mainwindow.c
5560         * src/mainwindow.h
5561         * src/toolbar.c
5562         * src/toolbar.h
5563                 add a combo to the Get All button, allowing
5564                 quick retrieval from any account
5565                 Patch by Fabien Vantard, slightly modified
5566                 by Colin
5567         * src/gtk/about.c
5568                 i18n fix. Patch by Fabien Vantard
5569
5570 2005-12-19 [colin]      1.9.100cvs95
5571
5572         * src/compose.c
5573         * src/compose.h
5574                 Don't automatically join lines when they've 
5575                 been separated by the user and not automatically
5576
5577 2005-12-19 [paul]       1.9.100cvs94
5578
5579         * src/gtk/pluginwindow.c
5580                 i18n fix.
5581                 Patch by Fabien Vantard
5582
5583 2005-12-15 [paul]       1.9.100cvs93
5584
5585         * src/common/plugin.c
5586         * src/common/plugin.h
5587         * src/gtk/pluginwindow.c
5588         * src/plugins/clamav/clamav_plugin.c
5589         * src/plugins/demo/demo.c
5590         * src/plugins/dillo_viewer/dillo_viewer.c
5591         * src/plugins/pgpcore/plugin.c
5592         * src/plugins/pgpinline/plugin.c
5593         * src/plugins/pgpmime/plugin.c
5594         * src/plugins/spamassassin/spamassassin.c
5595         * src/plugins/trayicon/trayicon.c
5596                 add plugin_version()
5597
5598 2005-12-15 [colin]      1.9.100cvs92
5599
5600         * src/compose.c
5601                 Further fix bug #875
5602
5603 2005-12-15 [paul]       1.9.100cvs91
5604
5605         * src/gtk/filesel.c
5606                 fix attach_load_dir getting set to
5607                 PLUGINDIR on plugin load
5608
5609 2005-12-14 [mones]      1.9.100cvs90
5610
5611         * manual/ack.xml
5612         * manual/keyboard.xml
5613                 Initial draft and some shortcuts added
5614                 
5615         * po/es.po
5616                 Updated translation
5617
5618 2005-12-14 [colin]      1.9.100cvs89
5619
5620         * src/compose.c
5621         * src/imap.c
5622         * src/summaryview.c
5623         * src/gtk/gtkaspell.c
5624                 More leaks fixed
5625         * src/prefs_folder_item.c
5626                 Fix recursive prefs apply
5627
5628
5629 2005-12-14 [colin]      1.9.100cvs88
5630
5631         * src/compose.c
5632                 Fix bug #875 (Freeze On Inline Forward of 
5633                 Large Message)
5634
5635 2005-12-13 [colin]      1.9.100cvs87
5636
5637         * src/compose.c
5638                 Uniq-ify and sort the mimetypes list
5639                 Patch by Fabien Vantard
5640
5641 2005-12-13 [colin]      1.9.100cvs86
5642
5643         * src/imap.c
5644         * src/etpan/imap-thread.c
5645                 Fix leaks (patch by Hoa)
5646         * src/news.c
5647         * src/common/plugin.c
5648                 Fix leaks
5649
5650 2005-12-12 [colin]
5651
5652         * 2.0.0-rc2 released
5653
5654 2005-12-12 [colin]      1.9.100cvs85
5655
5656         * src/matcher.c
5657                 Fix a leak
5658
5659 2005-12-12 [wwp]        1.9.100cvs84
5660
5661         * src/gtk/icon_legend.c
5662                 fix misbehaviour and crash when closing the legend window
5663         using the Esc key (patch by Fabien Vantard).
5664
5665 2005-12-12 [paul]       1.9.100cvs83
5666
5667         * src/browseldap.c
5668         * src/foldersel.c
5669         * src/prefs_actions.c
5670         * src/prefs_filtering.c
5671         * src/prefs_matcher.c
5672         * src/prefs_spelling.glade      ** REMOVED **
5673         * src/prefs_template.c
5674         * src/gtk/foldersort.glade      ** REMOVED **
5675         * src/gtk/pluginwindow.c
5676         * src/gtk/pluginwindow.glade    ** REMOVED **
5677         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5678                 cleanups
5679
5680 2005-12-11 [paul]       1.9.100cvs82
5681
5682         * src/gtk/filesel.c
5683                 fix attach_load_dir crasher (double free)
5684
5685 2005-12-09 [paul]       1.9.100cvs81
5686
5687         * po/POTFILES.in
5688         * src/mainwindow.c
5689         * src/gtk/Makefile.am
5690         * src/gtk/icon_legend.c
5691         * src/gtk/icon_legend.h
5692                 add icon legend
5693         * src/manual.c
5694                 cleanup
5695
5696 2005-12-09 [paul]       1.9.100cvs80
5697
5698         * src/plugins/pgpcore/passphrase.c
5699                 wrap the label in the dialog
5700
5701 2005-12-09 [colin]      1.9.100cvs79
5702
5703         * src/plugins/pgpcore/sgpgme.c
5704                 Display (untrusted) on not trusted signatures
5705                 Patch by Michal Èihaø <michal@cihar.com>
5706                 Closes bug #867 (Report also key trust)
5707
5708 2005-12-09 [colin]      1.9.100cvs78
5709
5710         * src/common/plugin.c
5711                 Update licence check, following Eben Moglen's advice
5712
5713 2005-12-08 [colin]      1.9.100cvs77
5714
5715         * src/folder.c
5716                 Fix the occasionnal item->cache != NULL 
5717                 assertion failure. 
5718
5719 2005-12-08 [colin]      1.9.100cvs76
5720
5721         * src/mimeview.c
5722         * src/plugins/pgpcore/sgpgme.c
5723                 Print key id when unable to check it
5724                 Closes bug #866 (Show key id when missing)
5725
5726 2005-12-08 [paul]       1.9.100cvs75
5727
5728         * src/prefs_common.c
5729         * src/prefs_common.h
5730         * src/gtk/filesel.c
5731                 remember load attachment dir
5732
5733 2005-12-07 [colin]      1.9.100cvs74
5734
5735         * src/prefs_toolbar.c
5736                 Gtk fixes, patch by Fabien Vantard
5737
5738 2005-12-07 [colin]      1.9.100cvs73
5739
5740         * src/action.c
5741         * src/compose.c
5742         * src/compose.h
5743                 Fix bug #839 (Quoted text isn't colored after 
5744                 executing an action)
5745         * src/common/plugin.c
5746                 Require plugins to declare their licence in plugin_licence()
5747                 Refuse to load non-GPL plugins as they'd be illegal (as 
5748                 derived works of Sylpheed-Claws, they must be GPL).
5749         * src/plugins/clamav/clamav_plugin.c
5750         * src/plugins/demo/demo.c
5751         * src/plugins/dillo_viewer/dillo_viewer.c
5752         * src/plugins/pgpcore/plugin.c
5753         * src/plugins/pgpinline/plugin.c
5754         * src/plugins/pgpmime/plugin.c
5755         * src/plugins/spamassassin/spamassassin.c
5756         * src/plugins/trayicon/trayicon.c
5757                 Add plugin_licence()
5758
5759 2005-12-07 [paul]       1.9.100cvs72
5760
5761         * configure.ac
5762         * src/mainwindow.c
5763         * src/manual.c
5764         * src/manual.h
5765         * src/common/defs.h
5766                 clean up after local FAQ removal and
5767                 temporary manual removal
5768
5769 2005-12-06 [colin]      1.9.100cvs71
5770
5771         * configure.ac
5772         * doc/Makefile.am
5773         * doc/faq/.cvsignore
5774         * doc/faq/Makefile.am
5775         * doc/faq/de/.cvsignore
5776         * doc/faq/de/Makefile.am
5777         * doc/faq/de/sylpheed-faq-1.html
5778         * doc/faq/de/sylpheed-faq-2.html
5779         * doc/faq/de/sylpheed-faq-3.html
5780         * doc/faq/de/sylpheed-faq.html
5781         * doc/faq/en/.cvsignore
5782         * doc/faq/en/Makefile.am
5783         * doc/faq/en/sylpheed-faq-1.html
5784         * doc/faq/en/sylpheed-faq-2.html
5785         * doc/faq/en/sylpheed-faq-3.html
5786         * doc/faq/en/sylpheed-faq-4.html
5787         * doc/faq/en/sylpheed-faq.html
5788         * doc/faq/es/.cvsignore
5789         * doc/faq/es/Makefile.am
5790         * doc/faq/es/sylpheed-faq-1.html
5791         * doc/faq/es/sylpheed-faq-2.html
5792         * doc/faq/es/sylpheed-faq-3.html
5793         * doc/faq/es/sylpheed-faq-4.html
5794         * doc/faq/es/sylpheed-faq.html
5795         * doc/faq/fr/.cvsignore
5796         * doc/faq/fr/Makefile.am
5797         * doc/faq/fr/sylpheed-faq-1.html
5798         * doc/faq/fr/sylpheed-faq-2.html
5799         * doc/faq/fr/sylpheed-faq-3.html
5800         * doc/faq/fr/sylpheed-faq.html
5801         * doc/faq/it/.cvsignore
5802         * doc/faq/it/Makefile.am
5803         * doc/faq/it/sylpheed-faq-1.html
5804         * doc/faq/it/sylpheed-faq-2.html
5805         * doc/faq/it/sylpheed-faq-3.html
5806         * doc/faq/it/sylpheed-faq.html
5807         * doc/manual/.cvsignore
5808         * doc/manual/Makefile.am
5809         * doc/manual/de/.cvsignore
5810         * doc/manual/de/Makefile.am
5811         * doc/manual/de/sylpheed-1.html
5812         * doc/manual/de/sylpheed-10.html
5813         * doc/manual/de/sylpheed-11.html
5814         * doc/manual/de/sylpheed-12.html
5815         * doc/manual/de/sylpheed-13.html
5816         * doc/manual/de/sylpheed-14.html
5817         * doc/manual/de/sylpheed-15.html
5818         * doc/manual/de/sylpheed-16.html
5819         * doc/manual/de/sylpheed-17.html
5820         * doc/manual/de/sylpheed-18.html
5821         * doc/manual/de/sylpheed-19.html
5822         * doc/manual/de/sylpheed-2.html
5823         * doc/manual/de/sylpheed-20.html
5824         * doc/manual/de/sylpheed-3.html
5825         * doc/manual/de/sylpheed-4.html
5826         * doc/manual/de/sylpheed-5.html
5827         * doc/manual/de/sylpheed-6.html
5828         * doc/manual/de/sylpheed-7.html
5829         * doc/manual/de/sylpheed-8.html
5830         * doc/manual/de/sylpheed-9.html
5831         * doc/manual/de/sylpheed.html
5832         * doc/manual/en/.cvsignore
5833         * doc/manual/en/Makefile.am
5834         * doc/manual/en/sylpheed-1.html
5835         * doc/manual/en/sylpheed-10.html
5836         * doc/manual/en/sylpheed-11.html
5837         * doc/manual/en/sylpheed-12.html
5838         * doc/manual/en/sylpheed-13.html
5839         * doc/manual/en/sylpheed-14.html
5840         * doc/manual/en/sylpheed-15.html
5841         * doc/manual/en/sylpheed-16.html
5842         * doc/manual/en/sylpheed-17.html
5843         * doc/manual/en/sylpheed-18.html
5844         * doc/manual/en/sylpheed-19.html
5845         * doc/manual/en/sylpheed-2.html
5846         * doc/manual/en/sylpheed-20.html
5847         * doc/manual/en/sylpheed-21.html
5848         * doc/manual/en/sylpheed-22.html
5849         * doc/manual/en/sylpheed-3.html
5850         * doc/manual/en/sylpheed-4.html
5851         * doc/manual/en/sylpheed-5.html
5852         * doc/manual/en/sylpheed-6.html
5853         * doc/manual/en/sylpheed-7.html
5854         * doc/manual/en/sylpheed-8.html
5855         * doc/manual/en/sylpheed-9.html
5856         * doc/manual/en/sylpheed.html
5857         * doc/manual/es/.cvsignore
5858         * doc/manual/es/Makefile.am
5859         * doc/manual/es/sylpheed-1.html
5860         * doc/manual/es/sylpheed-10.html
5861         * doc/manual/es/sylpheed-11.html
5862         * doc/manual/es/sylpheed-12.html
5863         * doc/manual/es/sylpheed-13.html
5864         * doc/manual/es/sylpheed-14.html
5865         * doc/manual/es/sylpheed-15.html
5866         * doc/manual/es/sylpheed-16.html
5867         * doc/manual/es/sylpheed-17.html
5868         * doc/manual/es/sylpheed-18.html
5869         * doc/manual/es/sylpheed-19.html
5870         * doc/manual/es/sylpheed-2.html
5871         * doc/manual/es/sylpheed-20.html
5872         * doc/manual/es/sylpheed-3.html
5873         * doc/manual/es/sylpheed-4.html
5874         * doc/manual/es/sylpheed-5.html
5875         * doc/manual/es/sylpheed-6.html
5876         * doc/manual/es/sylpheed-7.html
5877         * doc/manual/es/sylpheed-8.html
5878         * doc/manual/es/sylpheed-9.html
5879         * doc/manual/es/sylpheed.html
5880         * doc/manual/fr/.cvsignore
5881         * doc/manual/fr/Makefile.am
5882         * doc/manual/fr/sylpheed-1.html
5883         * doc/manual/fr/sylpheed-10.html
5884         * doc/manual/fr/sylpheed-11.html
5885         * doc/manual/fr/sylpheed-12.html
5886         * doc/manual/fr/sylpheed-13.html
5887         * doc/manual/fr/sylpheed-14.html
5888         * doc/manual/fr/sylpheed-15.html
5889         * doc/manual/fr/sylpheed-16.html
5890         * doc/manual/fr/sylpheed-17.html
5891         * doc/manual/fr/sylpheed-18.html
5892         * doc/manual/fr/sylpheed-19.html
5893         * doc/manual/fr/sylpheed-2.html
5894         * doc/manual/fr/sylpheed-20.html
5895         * doc/manual/fr/sylpheed-3.html
5896         * doc/manual/fr/sylpheed-4.html
5897         * doc/manual/fr/sylpheed-5.html
5898         * doc/manual/fr/sylpheed-6.html
5899         * doc/manual/fr/sylpheed-7.html
5900         * doc/manual/fr/sylpheed-8.html
5901         * doc/manual/fr/sylpheed-9.html
5902         * doc/manual/fr/sylpheed.html
5903         * doc/manual/ja/.cvsignore
5904         * doc/manual/ja/Makefile.am
5905         * doc/manual/ja/sylpheed-1.html
5906         * doc/manual/ja/sylpheed-10.html
5907         * doc/manual/ja/sylpheed-11.html
5908         * doc/manual/ja/sylpheed-12.html
5909         * doc/manual/ja/sylpheed-13.html
5910         * doc/manual/ja/sylpheed-14.html
5911         * doc/manual/ja/sylpheed-15.html
5912         * doc/manual/ja/sylpheed-16.html
5913         * doc/manual/ja/sylpheed-17.html
5914         * doc/manual/ja/sylpheed-18.html
5915         * doc/manual/ja/sylpheed-19.html
5916         * doc/manual/ja/sylpheed-2.html
5917         * doc/manual/ja/sylpheed-20.html
5918         * doc/manual/ja/sylpheed-3.html
5919         * doc/manual/ja/sylpheed-4.html
5920         * doc/manual/ja/sylpheed-5.html
5921         * doc/manual/ja/sylpheed-6.html
5922         * doc/manual/ja/sylpheed-7.html
5923         * doc/manual/ja/sylpheed-8.html
5924         * doc/manual/ja/sylpheed-9.html
5925         * doc/manual/ja/sylpheed.html
5926         * doc/manual/ja/sylpheed.sgml
5927         * src/mainwindow.c
5928                 Remove outdated manual and faq. Noisy, eh?
5929
5930 2005-12-06 [colin]      1.9.100cvs70
5931
5932         * src/compose.c
5933         * src/quote_fmt_parse.y
5934         * src/undo.c
5935         * src/undo.h
5936                 Allow %X to position cursor at 0 
5937                 (no %X = before signature)
5938                 Fix paste as quotation putting the cursor at 0
5939                 Fix undo offsets when pasting
5940                 Insert the quote_fmt at once instead of line 
5941                 by line
5942                 Fix [Edited] when starting to reply/forward
5943
5944 2005-12-06 [paul]       1.9.100cvs69
5945
5946         * src/plugins/clamav/clamav_plugin_gtk.c
5947                 add another tooltip
5948         * src/plugins/spamassassin/spamassassin_gtk.c
5949                 rework spamassassin_create_widget_func()
5950
5951 2005-12-05 [colin]      1.9.100cvs68
5952
5953         * po/POTFILES.in
5954                 Fix make release ;-)
5955
5956 2005-12-05 [colin]      1.9.100cvs67
5957
5958         * src/compose.c
5959         * src/compose.h
5960                 Fix cursor positioning (not obeying %X)
5961
5962 2005-12-05 [paul]       1.9.100cvs66
5963
5964         * src/plugins/dillo_viewer/dillo_prefs.c
5965                 fix compilation warning
5966
5967 2005-12-05 [paul]       1.9.100cvs65
5968
5969         * src/prefs_spelling.c
5970         * src/plugins/trayicon/trayicon.c
5971                 cleanups - remove unused stuff
5972
5973 2005-12-05 [paul]       1.9.100cvs64
5974
5975         * README
5976         * manual/plugins.xml
5977                 remove info about removed mathml_viewer plugin
5978
5979 2005-12-05 [paul]       1.9.100cvs63
5980
5981         * configure.ac
5982         * src/plugins/Makefile.am
5983         * src/plugins/mathml_viewer/.cvsignore
5984         * src/plugins/mathml_viewer/Makefile.am
5985         * src/plugins/mathml_viewer/mathml_viewer.c
5986                 remove unmaintained mathml_viewer plugin
5987
5988 2005-12-05 [paul]       1.9.100cvs62
5989
5990         * src/summaryview.c
5991                 obey prefs_common.always_show_msg when
5992                 moving a msg
5993                 Thanks to Colin
5994
5995 2005-12-05 [paul]       1.9.100cvs61
5996
5997         * src/compose.c
5998         * src/prefs_account.c
5999         * src/prefs_filtering.c
6000         * src/prefs_quote.c
6001         * src/prefs_spelling.c
6002         * src/prefs_toolbar.c
6003         * src/summaryview.c
6004         * src/gtk/gtkutils.c
6005         * src/gtk/quicksearch.c
6006         * src/plugins/dillo_viewer/dillo_prefs.c
6007                 dialog cleanups
6008
6009 2005-12-04 [paul]       1.9.100cvs60
6010
6011         * src/inc.c
6012         * src/prefs_account.c
6013         * src/prefs_account.h
6014                 allow a Local account to specify a
6015                 default inbox
6016                 (closes bug 843 'Inbox cannot be changed for local
6017                  mailboxes')
6018
6019 2005-12-04 [colin]      1.9.100cvs59
6020
6021         * src/plugins/trayicon/trayicon.c
6022                 Remove Get, rename Get All to Get Mail in order to
6023                 be consistent with the default main toolbar
6024
6025 2005-12-03 [colin]      1.9.100cvs58
6026
6027         * manual/gpl.xml
6028         * manual/sylpheed-claws-manual.xml
6029                 Add GPL appendix
6030
6031 2005-12-03 [paul]       1.9.100cvs57
6032
6033         * AUTHORS
6034         * po/sv.po
6035         * src/gtk/authors.h
6036                 new (partially complete) Swedish translation
6037                 by Anders Troback <sylpheed@troback.com>
6038
6039 2005-12-02 [paul]       1.9.100cvs56
6040
6041         * configure.ac
6042                 libetpan 0.41 required
6043
6044 2005-12-02 [paul]       1.9.100cvs55
6045
6046         * src/plugins/clamav/clamav_plugin.c
6047         * src/plugins/clamav/clamav_plugin.h
6048         * src/plugins/clamav/clamav_plugin_gtk.c
6049         * src/plugins/spamassassin/spamassassin.c
6050         * src/plugins/spamassassin/spamassassin.h
6051         * src/plugins/spamassassin/spamassassin_gtk.c
6052                 unregister prefs pages on unloading, thus
6053                 preventing a crash
6054                 (thanks to Colin for the hint)
6055
6056 2005-12-02 [wwp]        1.9.100cvs54
6057
6058         * src/quote_fmt.h
6059         * src/quote_fmt_parse.y
6060                 fix misuse of gboolean*, use gboolean instead
6061                 (thanks to Paul, Colin, for pointing out that scaring one)
6062
6063 2005-12-02 [paul]       1.9.100cvs53
6064
6065         * src/plugins/clamav/clamav_plugin.c
6066                 int no --> unsigned int no
6067         * src/plugins/clamav/clamav_plugin_gtk.c
6068                 rework config page
6069
6070 2005-12-02 [wwp]        1.9.100cvs52
6071
6072         * src/compose.c
6073         * src/prefs_template.c
6074         * src/quote_fmt.h
6075         * src/quote_fmt_parse.y
6076                 prevent from executing |f and |p templates commands when
6077                 adding or replacing templates in prefs (avoids annoying and
6078                 potentially dangerous behaviours)
6079
6080 2005-12-02 [paul]       1.9.100cvs51
6081
6082         * src/prefs_common.c
6083                 allow translation of some default values
6084                 Patch by Fabien Vantard
6085
6086 2005-12-02 [paul]       1.9.100cvs50
6087
6088         * src/codeconv.c
6089         * src/codeconv.h
6090         * src/prefs_common.c
6091         * src/prefs_common.h
6092         * src/prefs_message.c
6093         * src/textview.c
6094                 remove obsolete 'convert_mb_alnum' option
6095                 and related stuff
6096         * src/gtk/about.c
6097                 remove unused 'about_textview_visibility_notify'
6098
6099 2005-12-02 [paul]       1.9.100cvs49
6100
6101         * src/prefs_account.c
6102         * src/prefs_compose_writing.c
6103         * src/prefs_fonts.c
6104         * src/prefs_gtk.h
6105         * src/prefs_image_viewer.c
6106         * src/prefs_message.c
6107         * src/prefs_other.c
6108         * src/prefs_receive.c
6109         * src/prefs_send.c
6110         * src/prefs_spelling.c
6111         * src/prefs_summaries.c
6112         * src/prefs_wrapping.c
6113         * src/plugins/dillo_viewer/dillo_prefs.c
6114         * src/plugins/pgpcore/prefs_gpg.c
6115                 several cleanups to the prefs dialogs
6116                 (slightly modified) patch by Fabien Vantard
6117
6118 2005-12-02 [paul]       1.9.100cvs48
6119
6120         * src/main.c
6121                 --exit means exit
6122         * src/send_message.c
6123                 fix crash on send when connection fails
6124
6125         Thanks to Colin
6126
6127 2005-12-01 [colin]      1.9.100cvs47
6128
6129         * src/html.c
6130                 Translate &hellip; to "..."
6131
6132 2005-11-30 [colin]      1.9.100cvs46
6133
6134         * src/matcher.c
6135         * src/matcher.h
6136                 Optimize back yesterday's fix.
6137
6138 2005-11-30 [paul]       1.9.100cvs45
6139
6140         * manual/faq.xml
6141                 standardised
6142         * manual/intro.xml
6143                 written by Colin, edited by me
6144
6145 2005-11-29 [colin]      1.9.100cvs44
6146
6147         * src/matcher.c
6148                 Skip headers unconditionnaly in match_body if the
6149                 rule is not message or ~message
6150
6151 2005-11-29 [colin]      1.9.100cvs43
6152
6153         * src/matcher.c
6154                 Fix body_part and such, not skipping headers 
6155                 if the matchcriteria wasn't the first in the rule
6156
6157 2005-11-29 [colin]      1.9.100cvs42
6158
6159         * src/compose.c
6160                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6161                 option missing from message view window)
6162                 Fix double text D'n'D with gtk-2.8
6163         * src/matcher.c
6164                 Fix ~message, ~headers_part, ~body_part rules
6165         * src/messageview.c
6166                 Add Windows-1252 (Closes bug #863)
6167                 Fix accels
6168         * src/gtk/gtkaspell.c
6169                 Properly destroy accels in all menus
6170
6171 2005-11-29 [mones]      1.9.100cvs41
6172
6173         * po/es.po
6174                 Updated.
6175
6176 2005-11-27 [colin]      1.9.100cvs40
6177
6178         * src/mh_gtk.c
6179                 "/Remove mailbox" -> "/Remove mailbox..."
6180
6181 2005-11-27 [paul]       1.9.100cvs39
6182
6183         * AUTHORS
6184         * po/de.po
6185         * src/gtk/authors.h
6186                 updated by new maintainer, Stephan Sachse
6187
6188 2005-11-27 [paul]       1.9.100cvs38
6189
6190         * manual/faq.xml
6191                 written by Colin, edited by me
6192
6193 2005-11-27 [paul]       1.9.100cvs37
6194
6195         * src/prefs_common.c
6196         * src/prefs_common.h
6197         * src/prefs_receive.c
6198         * src/prefs_summaries.c
6199                 move 'go to inbox after receiving new mail'
6200                 option from display/sumamaries to mail
6201                 handling/receive, and rework prefs_summaries
6202                 dialog a little
6203
6204 2005-11-25 [martin]     1.9.100cvs36
6205
6206         * po/de.po
6207             fixed windows-1252 translation;
6208             translated some new and fuzzy strings
6209
6210 2005-11-25 [paul]       1.9.100cvs35
6211
6212         * src/plugins/clamav/clamav_plugin.c
6213                 complete the update done in cvs34
6214
6215 2005-11-25 [paul]       1.9.100cvs34
6216
6217         * src/plugins/clamav/clamav_plugin.c
6218                 reflect upstream changes
6219
6220 2005-11-25 [paul]       1.9.100cvs33
6221
6222         * manual/ack.xml
6223         * manual/plugins.xml
6224         * manual/sylpheed-claws-manual.xml
6225                 written/updated by Colin, edited by me
6226         * tools/acroread2sylpheed.pl
6227                 update binary name
6228
6229 2005-11-24 [colin]      1.9.100cvs32
6230
6231         * src/compose.c
6232                 Fix bug #856 (reediting messages forgets Request
6233                 Return Receipt)
6234
6235 2005-11-24 [paul]       1.9.100cvs31
6236
6237         * manual/addrbook.xml
6238         * manual/starting.xml
6239                 written by Colin, proofread, edited, adapted by me
6240         * manual/advanced.xml
6241                 add some Actions examples
6242         * src/importldif.c
6243                 use a Save button instead of a Close button
6244         * src/wizard.c
6245                 indicate mandatory fields
6246                 fix page display
6247                 Thanks to Colin
6248
6249 2005-11-23 [colin]      1.9.100cvs30
6250
6251         * src/addressbook.c
6252                 Rename menu item, fix possible crash after
6253                 deletion of books
6254         * src/addrindex.c
6255                 Allow searching for '*' in ldap
6256         * src/browseldap.c
6257                 Fix "Browse Entry" (did anyone use it?)
6258         * src/wizard.c
6259                 Add guards for mandatory information
6260
6261 2005-11-23 [paul]       1.9.100cvs29
6262
6263         * manual/advanced.xml
6264                 corrections to the English
6265
6266 2005-11-23 [colin]      1.9.100cvs28
6267
6268         * src/mimeview.c
6269                 Fix possible crash at exit. After the call to
6270                 gtk_container_remove(), the Viewer's widget has no
6271                 more parent so gtk+ automatically frees it and its
6272                 sons. If destroy_viewer() then try to access it,
6273                 problems ensue.
6274
6275 2005-11-22 [colin]      1.9.100cvs27
6276
6277         * src/compose.c
6278         * src/gtk/gtkaspell.c
6279                 Fix right-clicking on a misspelled word
6280                 Fix More... in suggestions menu
6281
6282 2005-11-22 [wwp]        1.9.100cvs26
6283
6284         * src/prefs_template.c
6285                 templates works: re-sort templates list when adding or replacing,
6286                 prevent from adding or replacing when the template name is empty
6287
6288 2005-11-21 [colin]      1.9.100cvs25
6289
6290         * src/addressbook.c
6291                 Fix some addressbook suckage (dnd, select all)
6292         * src/compose.c
6293         * src/gtk/gtkaspell.c
6294         * src/gtk/gtkaspell.h
6295                 Make the spellchecker menu work with the 
6296                 GtkTextView one instead of overriding it
6297
6298 2005-11-20 [paul]       1.9.100cvs24
6299
6300         * manual/handling.xml
6301                 proofread and corrected
6302
6303 2005-11-20 [paul]       1.9.100cvs23
6304
6305         * manual/Makefile
6306                 generate html as one file
6307         * manual/advanced.xml
6308                 fix output generation
6309                 reformat hidden options list
6310         * manual/manual.xml     ** REMOVED **
6311         * manual/sylpheed-claws-manual.xml      ** ADDED **
6312                 renamed
6313
6314 2005-11-18 [colin]      1.9.100cvs22
6315
6316         * src/prefs_account.c
6317                 Fix layout in news and mbox accounts
6318         * manual/account.xml
6319         * manual/advanced.xml
6320                 New contents for Paul to check :)
6321
6322 2005-11-18 [wwp]        1.9.100cvs21
6323
6324         * src/gtk/quicksearch.c
6325                 don't update extended quicksearch buttons twice
6326
6327 2005-11-18 [paul]       1.9.100cvs20
6328
6329         * src/textview.c
6330                 complete 1.9.100cvs19
6331
6332 2005-11-18 [paul]       1.9.100cvs19
6333
6334         * src/compose.c
6335                 cosmetic improvements
6336         * src/textview.c
6337                 also list text/* attachments
6338
6339 2005-11-18 [colin]      1.9.100cvs18
6340
6341         * src/summaryview.c
6342                 Use column 0 instead of -1 in 
6343                 gtk_ctree_node_moveto, in a naive
6344                 hope it'll fix the gtk-related crashes
6345
6346 2005-11-18 [colin]      1.9.100cvs17
6347
6348         * src/gtk/inputdialog.c
6349                 Fix icon staying the first one
6350
6351 2005-11-17 [wwp]        1.9.100cvs16
6352                 fix possible problem showing some quicksearch buttons, and a bad
6353                 call to g_return_if_fail in a function that returns a value (both
6354                 fixes by Fabien Vantard)
6355
6356 2005-11-15 [wwp]        1.9.100cvs15
6357
6358         * src/gtk/quicksearch.c
6359                 added a tooltip to that obscure ... quicksearch button
6360
6361 2005-11-15 [wwp]        1.9.100cvs14
6362
6363         * src/gtk/quicksearch.c
6364                 add a quicksearch helper to filtering expression users: the ... button
6365                 raises the condition expr window. condition expressions set up w/ this
6366                 window are used by the quicksearch if the user closes it pressing OK.
6367
6368 2005-11-14 [paul]       1.9.100cvs13
6369
6370         * src/plugins/clamav/clamav_plugin.c
6371         * src/plugins/spamassassin/spamassassin.c
6372                 change plugin type following recent merging
6373
6374 2005-11-14 [wwp]        1.9.100cvs12
6375
6376         * src/folder.c
6377                 prevent from crashing when copying/moving message(s) from and
6378                 to the same folder
6379
6380 2005-11-14 [paul]       1.9.100cvs11
6381
6382         * src/plugins/clamav/Makefile.am
6383         * src/plugins/clamav/clamav_plugin.c
6384         * src/plugins/clamav/clamav_plugin.h
6385         * src/plugins/clamav/clamav_plugin_gtk.c
6386                 also merge clamav and clamav_gtk plugins
6387
6388 2005-11-13 [colin]      1.9.100cvs10
6389
6390         * configure.ac
6391         * src/plugins/spamassassin/Makefile.am
6392         * src/plugins/spamassassin/spamassassin.c
6393         * src/plugins/spamassassin/spamassassin.h
6394         * src/plugins/spamassassin/spamassassin_gtk.c
6395                 Merge spamassassin and spamassassin_gtk plugins,
6396                 and build it by default.
6397
6398 2005-11-12 [colin]      1.9.100cvs9
6399
6400         * src/etpan/imap-thread.c
6401                 Fix gcc warning
6402
6403 2005-11-12 [colin]      1.9.100cvs8
6404
6405         * src/procmime.c
6406                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6407
6408 2005-11-10 [colin]      1.9.100cvs7
6409
6410         * src/main.c
6411                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6412                 minimised state)
6413
6414 2005-11-10 [wwp]        1.9.100cvs6
6415
6416         * src/gtk/description_window.c
6417                 fix a crash when closing description windows using the WM's [X] button
6418
6419 2005-11-09 [colin]      1.9.100cvs5
6420
6421         * src/common/ssl.c
6422                 Update libetpan call to follow upstream
6423                 (yes, this requires libetpan-0.40cvs3)
6424
6425 2005-11-08 [colin]      1.9.100cvs4
6426
6427         * src/compose.c
6428         * src/textview.c
6429         * src/common/utils.c
6430         * src/common/utils.h
6431                 Enhance the email parser
6432
6433 2005-11-08 [colin]      1.9.100cvs3
6434
6435         * src/procmime.c
6436                 Fix what looks like an off-by-one (fixes 
6437                 attachments from the Bat)
6438
6439 2005-11-08 [wwp]        1.9.100cvs2
6440
6441         * src/main.c
6442                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6443
6444 2005-11-08 [wwp]        1.9.100cvs1
6445
6446         * src/main.c
6447                 allow exiting Sylpheed-Claws from command-line
6448
6449 2005-11-08 [paul]       1.9.100
6450
6451         1.9.100 released
6452
6453 2005-11-07 [colin]      1.9.99cvs17
6454
6455         * src/addritem.c
6456         * src/ldif.c
6457                 Fix import of base-64 encoded items
6458
6459 2005-11-07 [colin]      1.9.99cvs16
6460
6461         * src/send_message.c
6462                 Fix bug #314 (Queue does not empty under certain 
6463                 circumstances)
6464
6465 2005-11-07 [paul]       1.9.99cvs15
6466
6467         * src/mutt.c
6468         * src/pine.c
6469                 fix buffer overflows
6470                 Thanks to Colin
6471
6472 2005-11-07 [paul]       1.9.99cvs14
6473
6474         * doc/man/Makefile.am
6475         * doc/man/sylpheed-claws.1      ** ADDED **
6476         * doc/man/sylpheed.1            ** DELETED **
6477                 rename and update the man file
6478
6479 2005-11-06 [colin]      1.9.99cvs13
6480
6481         * src/ldif.c
6482                 Fix ldif_get_line() that returned empty strings
6483                 (Didn't understand why). Also fix a possible
6484                 buffer overflow.
6485
6486 2005-11-06 [wwp]        1.9.99cvs12
6487
6488         * src/textview.c
6489         * src/gtk/about.c
6490         * src/gtk/gtkutils.c
6491         * src/gtk/gtkutils.h
6492                 fix a compilation warning,
6493                 make links sensitive in the about dialog
6494
6495 2005-11-04 [wwp]        1.9.99cvs11
6496
6497         * src/gtk/about.c
6498                 don't wrap or translate URIs, and a bit text format cleanup
6499
6500 2005-11-04 [wwp]        1.9.99cvs10
6501
6502         * src/gtk/about.c
6503                 better textview tagging implementation (no more use of marks for
6504                 postponed tagging)
6505
6506 2005-11-02 [colin]      1.9.99cvs9
6507
6508         * src/common/ssl.c
6509                 Forgot an ifdef
6510
6511 2005-11-02 [colin]      1.9.99cvs8
6512
6513         * configure.ac
6514                 Require libetpan-0.40 due to upstream fix
6515         * src/common/ssl.c
6516                 Tell libetpan not to call SSL_Library_Init,
6517                 as we do it ourselves.
6518
6519 2005-11-02 [colin]      1.9.99cvs7
6520
6521         * po/POTFILES.in
6522                 Add missing files (thanks to Fabien Vantard)
6523
6524 2005-11-02 [colin]      1.9.99cvs6
6525
6526         * src/summaryview.c
6527                 Fix totals when read messages are hidden or quicksearch
6528                 is on
6529         * src/ssl_manager.c
6530         * src/ssl_manager.h
6531         * src/common/ssl_certificate.c
6532         * src/common/ssl_certificate.h
6533         * src/gtk/sslcertwindow.c
6534         * src/gtk/sslcertwindow.h
6535                 Fix copyright on my stuff
6536
6537 2005-11-02 [wwp]        1.9.99cvs5
6538
6539         * src/prefs_themes.c
6540                 fix directory name checking (theme installation/removal),
6541                 made related error a bit more verbose
6542
6543 2005-11-02 [colin]      1.9.99cvs4
6544
6545         * src/summaryview.c
6546                 Fix typo (probably fixes bug #841 (Sort by the From 
6547                 field doesn't work)
6548
6549 2005-11-02 [paul]       1.9.99cvs3
6550
6551         * po/ko.po
6552         * po/nb.po
6553                 updated by SungHyun Nam, Geir Helland
6554         * src/wizard.c
6555                 fix typo in welcome message. spotted by
6556                 Andrea Spadaccini
6557
6558 2005-11-01 [colin]      1.9.99cvs2
6559
6560         * src/compose.c
6561                 Fix replying to ml wen confirming subscription
6562         * src/messageview.c
6563         * src/mimeview.c
6564         * src/mimeview.h
6565         * src/privacy.h
6566         * src/summaryview.c
6567                 Make key check non blocking
6568
6569 2005-10-31 [paul]       1.9.99cvs1
6570
6571         * tools/claws.i18n.status.pl
6572                 updated for ChangeLog
6573
6574 2005-10-31 [paul]       1.9.99
6575
6576         1.9.99 released
6577
6578 2005-10-31 [paul]       1.9.15cvs131
6579
6580         * .cvsignore
6581         * ChangeLog
6582         * ChangeLog.claws       ** REMOVED **
6583         * ChangeLog-gtk2.claws  ** REMOVED **
6584         * ChangeLog.gtk1        ** ADDED **
6585         * INSTALL
6586         * Makefile.am
6587         * NEWS
6588         * README
6589         * README.claws          ** REMOVED **
6590         * README.jp             ** REMOVED **
6591         * RELEASE_NOTES         ** ADDED **
6592         * RELEASE_NOTES.claws   ** REMOVED **
6593         * commitHelper
6594         * configure.ac
6595         * sylpheed.spec.in      ** REMOVED **
6596                 tidy up and update the default docs:
6597                 ChangeLog.claws is renamed ChangeLog.gtk1
6598                 ChangeLog-gtk2.claws is renamed ChangeLog
6599                 README.claws is renamed README
6600                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6601
6602 2005-10-31 [paul]       1.9.15cvs130
6603
6604         * po/it.po
6605                 fix errors
6606
6607 2005-10-31 [paul]       1.9.15cvs129
6608
6609         * po/ca.po
6610         * po/de.po
6611         * po/en_GB.po
6612         * po/fr.po
6613         * po/it.po
6614         * po/pt_BR.po
6615         * po/sk.po
6616         * po/sr.po
6617         * po/zh_CN.po
6618                 updated by Miquel Oliete, Stephan Sachse and
6619                 Thomas Gilgin, me, Fabien Vantard, Andrea
6620                 Spadaccini, Frederico Goncalves Guimaraes,
6621                 Andrej Kacian, Aleksandar Urosevic, and
6622                 Ralgh Young.
6623
6624 2005-10-31 [mones]      1.9.15cvs128
6625
6626         * manual/faq.xml
6627                 More questions.
6628         
6629         * po/es.po
6630                 Updated for release.
6631
6632 2005-10-30 [colin]      1.9.15cvs127
6633
6634         * src/compose.c
6635                 Place cursor before rewrapping (fixes cursor
6636                 pos if quotation gets rewrapped)
6637
6638 2005-10-29 [paul]       1.9.15cvs126
6639
6640         * src/crash.c
6641         * src/foldersel.c
6642         * src/main.c
6643         * src/messageview.c
6644         * src/toolbar.c
6645         * src/gtk/authors.h
6646                 corrections to text items
6647
6648 2005-10-28 [colin]      1.9.15cvs125
6649
6650         * src/messageview.c
6651                 Make "hit 'C' to check sig" work from extern 
6652                 messageviews
6653
6654 2005-10-27 [colin]      1.9.15cvs124
6655
6656         * src/summaryview.c
6657                 Add a hack to avoid segfaulting when hammering 
6658                 on gtk's events
6659
6660 2005-10-27 [wwp]        1.9.15cvs123
6661
6662         * src/prefs_themes.c
6663                 sort list of themes names in themes prefs
6664
6665 2005-10-27 [paul]       1.9.15cvs122
6666
6667         * src/folder.c
6668         * src/prefs_account.c
6669                 fix building on Solaris
6670                 Patch by Alex Moore
6671
6672 2005-10-27 [wwp]        1.9.15cvs121
6673
6674         * src/summaryview.c
6675         * src/gtk/gtksctree.c
6676                 speed up unselecting messages in summary view (thanks to Colin)
6677
6678 2005-10-27 [paul]       1.9.15cvs120
6679
6680         * src/mainwindow.c
6681                 fix a compilation warning
6682         * src/summaryview.c
6683                 fix updating of 'n items selected' count
6684                 when deselecting
6685
6686 2005-10-27 [martin]     1.9.15cvs119
6687
6688         * src/action.c
6689                 ignore actions with a leading '/' in the action menu name
6690                 fixes a crash on menu creation
6691         * src/prefs_actions.c
6692                 do not allow a leading '/' in the action menu name
6693
6694 2005-10-27 [paul]       1.9.15cvs118
6695
6696         * src/main.c
6697                 fix compilation warning
6698
6699 2005-10-27 [paul]       1.9.15cvs117
6700
6701         * src/procmime.c
6702                 add #if HAVE_LOCALE_H
6703
6704 2005-10-27 [paul]       1.9.15cvs116
6705
6706         * src/plugins/clamav/clamav_plugin.c
6707         * src/plugins/dillo_viewer/dillo_viewer.c
6708         * src/plugins/mathml_viewer/mathml_viewer.c
6709         * src/plugins/pgpcore/plugin.c
6710         * src/plugins/pgpinline/plugin.c
6711         * src/plugins/pgpmime/plugin.c
6712         * src/plugins/spamassassin/spamassassin.c
6713         * src/plugins/trayicon/trayicon.c
6714                 plugin_init() : make error messages more
6715                 informative
6716
6717 2005-10-26 [wwp]        1.9.15cvs115
6718
6719         * src/prefs_matcher.c
6720                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6721
6722 2005-10-26 [wwp]        1.9.15cvs114
6723
6724         * src/procmime.c
6725         * src/gtk/gtksctree.c
6726         * src/plugins/spamassassin/libspamc.c
6727         * src/plugins/spamassassin/spamassassin.c
6728                 fix some compilation warnings more
6729
6730 2005-10-26 [mones]      1.9.15cvs113
6731
6732         * po/es.po
6733                 Updated translation
6734
6735 2005-10-26 [paul]       1.9.15cvs112
6736
6737         * src/prefs_message.c
6738                 give all display_xface stuff the
6739                 #if HAVE_LIBCOMPFACE treatment, thus
6740                 preventing a crash
6741                 (Thanks to Wolfgang Enderlein)
6742
6743 2005-10-26 [colin]      1.9.15cvs111
6744
6745         * src/gedit-print.c
6746                 Fix date format
6747         * src/imap_gtk.c
6748         * src/news_gtk.c
6749                 Remove context menu items that should not be there
6750         * src/jpilot.c
6751                 Fix encoding
6752         * src/main.c
6753         * src/mainwindow.c
6754                 Don't show the mainwindow too soon
6755
6756 2005-10-26 [wwp]        1.9.15cvs110
6757
6758         * src/folder.c
6759         * src/manual.c
6760         * src/summaryview.c
6761                 fix uninitialized pointers in the folder updating hook
6762                 (thanks to Colin)
6763
6764 2005-10-25 [mones]      1.9.15cvs109
6765
6766         * manual/faq.xml
6767                 General information subsection completed. 
6768                 Removed archaic references.
6769                 
6770         * manual/Makefile
6771         * manual/dtd/manual.dsl
6772                 Added customization stylesheet for getting paragraphs
6773                 fully justified in PDF output (as suggested by Colin).
6774
6775 2005-10-25 [colin]      1.9.15cvs108
6776
6777         * src/compose.c
6778                 Fix a second leak
6779
6780 2005-10-25 [colin]      1.9.15cvs107
6781
6782         * src/addrbook.c
6783         * src/addrindex.c
6784                 Fix leak (xml_get_element() allocates memory)
6785         * src/compose.c
6786                 Fix leak + dead code (shame!)
6787         * src/procmime.c
6788                 Fix leak
6789
6790 2005-10-25 [colin]      1.9.15cvs106
6791
6792         * src/mimeview.c
6793                 Fix encoding issue in Save all and in 
6794                 overwrite-confirmation alertpanel
6795
6796 2005-10-25 [colin]      1.9.15cvs105
6797
6798         * src/common/socket.c
6799                 Fix a leak - Thanks to Christopher Aillon
6800                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6801
6802 2005-10-25 [paul]       1.9.15cvs104
6803
6804         * src/wizard.c
6805                 Always guess servers from the right-hand
6806                 email part and guess username from the
6807                 left-hand part. (Thanks to Colin)
6808                 add an X-Face to the welcome message
6809
6810 2005-10-25 [paul]       1.9.15cvs103
6811
6812         * manual/handling.xml
6813                 written by Colin, edited by me
6814
6815 2005-10-25 [wwp]        1.9.15cvs102
6816
6817         * src/folderview.c
6818         * src/grouplistdialog.c
6819         * src/imap.c
6820         * src/noticeview.c
6821                 fix some compilation warnings
6822
6823 2005-10-24 [paul]
6824
6825         1.9.99-rc3 released
6826
6827 2005-10-24 [paul]       1.9.15cvs101
6828
6829         * src/gtk/about.c
6830                 fix window sizing
6831
6832 2005-10-24 [paul]       1.9.15cvs100
6833
6834         * src/pixmaps/offline.xpm
6835         * src/pixmaps/online.xpm
6836                 replace with last default versions
6837
6838 2005-10-24 [colin]      1.9.15cvs99
6839
6840         * src/imap.c
6841                 Fix bug when moving a folder
6842         * src/imap_gtk.c
6843         * src/mh_gtk.c
6844                 "Delete folder" pops up a window, so it 
6845                 should be suffixed with "..."
6846         * src/plugins/pgpcore/sgpgme.c
6847                 Include locale.h
6848
6849 2005-10-24 [mones]      1.9.15cvs98
6850
6851         * manual/Makefile
6852         * manual/account.xml
6853         * manual/ack.xml
6854         * manual/addrbook.xml
6855         * manual/advanced.xml
6856         * manual/faq.xml
6857         * manual/glossary.xml
6858         * manual/gpl.xml
6859         * manual/handling.xml
6860         * manual/intro.xml
6861         * manual/keyboard.xml
6862         * manual/manual.xml
6863         * manual/plugins.xml
6864         * manual/starting.xml
6865         * manual/dtd/sdocbook.dtd
6866                 Initial manual structure and some content.
6867
6868 2005-10-23 [wwp]        1.9.15cvs97
6869
6870         * src/gtk/about.c
6871                 fix a typo
6872
6873 2005-10-23 [wwp]        1.9.15cvs96
6874
6875         * src/gtk/about.c
6876         * src/gtk/authors.h
6877                 rework of the about window (main work by Paul), also featuring a few
6878                 fixes for typos and duplicate names
6879
6880 2005-10-23 [wwp]        1.9.15cvs95
6881
6882         * src/.cvsignore
6883                 Ignore the right binary name (sylpheed-claws now)
6884
6885 2005-10-23 [paul]       1.9.15cvs94
6886
6887         * src/compose.c
6888                 when using Folder Pref 'Default To for
6889                 replies' make the entry in the Compose
6890                 window bold
6891                 Patch by Fabien Vantard
6892
6893 2005-10-22 [colin]      1.9.15cvs93
6894
6895         * src/codeconv.c
6896                 Fix leak
6897
6898 2005-10-22 [colin]      1.9.15cvs92
6899
6900         * src/codeconv.c
6901                 try to convert using locale (apart utf8) if necessary
6902
6903 2005-10-22 [colin]      1.9.15cvs91
6904
6905         * src/pixmaps/new.xpm
6906         * src/pixmaps/unread.xpm
6907                 Make the unread envelope blue again and
6908                 saturate the new one a bit more.
6909
6910 2005-10-22 [colin]      1.9.15cvs90
6911
6912         * src/compose.c
6913                 When replying to a mail sent by one of our accounts,
6914                 use the original list of recipients. Let 'Reply All'
6915                 and 'Reply to sender' work like previously.
6916
6917 2005-10-21 [colin]      1.9.15cvs89
6918
6919         * src/prefs_filtering.c
6920                 Clear fields after add and replace
6921         * src/textview.c
6922                 Display xface differently (better)
6923         * src/plugins/pgpinline/pgpinline.c
6924                 Fix crappy encodings/recodings
6925
6926 2005-10-21 [paul]       1.9.15cvs88
6927
6928         * src/compose.c
6929         * src/prefs_folder_item.c
6930         * src/toolbar.c
6931                 fix news folder Folder Properties
6932                 (thanks to Colin)
6933         * src/folderview.c
6934                 update folderview after Themes change
6935                 keep selected folder selected
6936                 (thanks to Colin)
6937
6938 2005-10-21 [paul]       1.9.15cvs87
6939
6940         * tools/Makefile.am
6941         * tools/OOo2sylpheed.pl
6942         * tools/README
6943         * tools/README.sylprint
6944         * tools/asus_mailled.sh         ** REMOVED **
6945         * tools/filter_conv.pl
6946         * tools/freshmeat_search.pl
6947         * tools/google_search.pl
6948         * tools/gpg-sign-syl            ** REMOVED **
6949         * tools/kmail2sylpheed.pl
6950         * tools/kmail2sylpheed_v2.pl
6951         * tools/multiwebsearch.pl
6952         * tools/nautilus2sylpheed.sh
6953         * tools/newscache_clean.pl
6954         * tools/outlook2sylpheed.pl
6955         * tools/sylpheed-switcher       ** REMOVED **
6956         * tools/sylprint.pl
6957         * tools/sylprint.rc
6958         * tools/tb2sylpheed
6959         * tools/vcard2xml.py
6960         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6961                 update default config dir
6962                 update binary name (thanks to Fabien Vantard)
6963                 remove obsolete scripts
6964
6965 2005-10-21 [colin]      1.9.15cvs86
6966
6967         * src/inc.c
6968                 Fix possible leak and units. Based on a patch by
6969                 Fabien Vantard.
6970
6971 2005-10-20 [colin]      1.9.15cvs85
6972
6973         * src/textview.c
6974                 Clear xface when clearing textview
6975
6976 2005-10-20 [colin]      1.9.15cvs84
6977
6978         * configure.ac
6979         * src/folderview.c
6980         * src/headerview.c
6981         * src/main.c
6982         * src/prefs_common.c
6983         * src/prefs_common.h
6984         * src/prefs_message.c
6985         * src/textview.c
6986         * src/textview.h
6987         * src/common/defs.h
6988         * src/common/utils.c
6989         * src/common/utils.h
6990         * src/gtk/gtkutils.c
6991         * src/gtk/gtkutils.h
6992                 Migrate config to .sylpheed-claws (Automatically)
6993                 Add a way to get the Xface in the TextView
6994
6995 2005-10-20 [colin]      1.9.15cvs83
6996
6997         * src/gtk/Makefile.am
6998         * src/gtk/about.c
6999         * src/gtk/authors.h
7000                 Make the about dialog *grooovy*
7001
7002 2005-10-20 [colin]      1.9.15cvs82
7003
7004         * src/mimeview.c
7005                 Use "Open with" on double click if no command
7006                 was found
7007
7008 2005-10-20 [colin]      1.9.15cvs81
7009
7010         * src/imap.c
7011         * src/etpan/imap-thread.c
7012                 Fix possible crash.
7013
7014 2005-10-20 [paul]       1.9.15cvs80
7015
7016         * src/folder.c
7017                 don't show clipkey icon if the only
7018                 attachment is the signature
7019                 Patch by Colin
7020
7021 2005-10-20 [paul]       1.9.15cvs79
7022
7023         * AUTHORS
7024         * src/plugins/pgpmime/pgpmime.c
7025                 name the PGP/MIME signature 'signature.asc'
7026                 Patch by Andrew Nelson <freeandy@gmail.com>
7027
7028 2005-10-19 [colin]      1.9.15cvs78
7029
7030         * src/plugins/pgpmime/pgpmime.c
7031                 Oops, no need to double-check though
7032
7033 2005-10-19 [colin]      1.9.15cvs77
7034
7035         * src/plugins/pgpinline/pgpinline.c
7036         * src/plugins/pgpmime/pgpmime.c
7037                 Check that my_tmpfile() doesn't 
7038                 return NULL
7039
7040 2005-10-19 [colin]      1.9.15cvs76
7041
7042         * src/common/utils.c
7043                 Use shorter mime boundaries to avoid having
7044                 MTAs rewrapping our headers, breaking the
7045                 PGP signature in the process 
7046         * src/compose.c
7047         * src/plugins/pgpmime/pgpmime.c
7048                 Check for boundary uniqueness to be sure
7049                 it won't happen, instead of hoping for the
7050                 best
7051
7052 2005-10-19 [colin]      1.9.15cvs75
7053
7054         * sylpheed-claws.desktop
7055         * src/Makefile.am
7056         * src/main.c
7057                 Ship a sylpheed-claws binary instead
7058                 of a sylpheed one. Change the socket
7059                 name, too
7060         * src/folderview.c
7061                 Update folder only if it changed
7062         * src/wizard.c
7063                 Fix i18n in welcome mail, patch by
7064                 Fabien Vantard
7065
7066 2005-10-19 [paul]
7067
7068         1.9.99-rc2 released
7069
7070 2005-10-19 [paul]       1.9.15cvs74
7071
7072         * src/folder.c
7073         * src/folderview.c
7074                 fix summaryview update
7075                 Patch by Colin
7076
7077 2005-10-18 [colin]      1.9.15cvs73
7078
7079         * src/plugins/pgpcore/passphrase.c
7080                 Don't XGrabServer, and try a bit more to 
7081                 sync everything before grabbing mouse/keyboard
7082
7083 2005-10-18 [colin]      1.9.15cvs72
7084
7085         * src/Makefile.am
7086         * src/addressadd.c
7087         * src/addressbook.c
7088         * src/folderview.c
7089         * src/grouplistdialog.c
7090         * src/mimeview.c
7091         * src/stock_pixmap.c
7092         * src/stock_pixmap.h
7093         * src/summaryview.c
7094         * src/gtk/gtksctree.c
7095         * src/gtk/gtksctree.h
7096         * src/pixmaps/empty.xpm
7097                 Implement a wrapper call for gtk_ctree_set_node_info
7098                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7099                 pixmap instead of a NULL one. This works around some
7100                 memory problems deep inside gtk, revealed by valgrind,
7101                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7102                 as locked crashes sylpheed.), as well as, probably, 
7103                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7104
7105 2005-10-17 [colin]      1.9.15cvs71
7106
7107         * src/mimeview.c
7108                 Provide visual feedback when checking
7109                 signature
7110
7111 2005-10-17 [colin]      1.9.15cvs70
7112
7113         * src/main.c
7114                 Keep the folder list frozen while checking caches...
7115
7116 2005-10-17 [colin]      1.9.15cvs69
7117
7118         * src/addr_compl.c
7119                 Fi bug #833 (Autocompleting from addressbook 
7120                 fails with extended chars)
7121         * src/imap.c
7122                 Fix 'adding messages' staying in statusbar
7123                 after an error
7124
7125 2005-10-17 [wwp]        1.9.15cvs68
7126
7127         * src/ssl_manager.c
7128                 Fix buttons' layout resizing when window size changes
7129
7130 2005-10-17 [wwp]        1.9.15cvs67
7131
7132         * src/account.c
7133         * src/prefs_account.c
7134         * src/prefs_common.c
7135         * src/prefs_common.h
7136         * src/prefs_folder_item.c
7137         * src/prefs_gtk.c
7138         * src/gtk/logwindow.c
7139         * src/gtk/pluginwindow.c
7140         * src/gtk/prefswindow.c
7141         * src/gtk/prefswindow.h
7142                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7143
7144 2005-10-17 [paul]       1.9.15cvs66
7145
7146         * configure.ac
7147                 fix missing libetpan message
7148         * po/en_GB.po
7149                 updated
7150         * src/crash.c
7151         * src/manual.c
7152         * src/prefs_themes.c
7153         * src/common/defs.h
7154                 add some new URI defines, change some
7155                 others
7156         * src/wizard.c
7157                 make welcome message translatable
7158                 small improvements to english
7159                 other tweaks
7160         * src/gtk/menu.c
7161                 fix warnings
7162
7163 2005-10-17 [paul]       1.9.15cvs65
7164
7165         * src/summaryview.c
7166                 fix column titles
7167
7168 2005-10-16 [mones]      1.9.15cvs64
7169
7170         * po/es.po
7171                 Updated translation
7172
7173 2005-10-16 [colin]
7174
7175         1.9.99-rc1 released
7176
7177 2005-10-16 [colin]      1.9.15cvs63
7178
7179         * src/wizard.c
7180                 Fix whitespace
7181
7182 2005-10-16 [colin]      1.9.15cvs62
7183
7184         * src/toolbar.c
7185                 s/Get All/Get Mail/
7186         * src/wizard.c
7187                 Real welcome mail text, thanks Paul
7188
7189 2005-10-16 [colin]      1.9.15cvs61
7190
7191         * src/editldap.c
7192         * src/exporthtml.c
7193         * src/main.c
7194         * src/mainwindow.c
7195         * src/prefs_themes.c
7196         * src/prefs_toolbar.c
7197         * src/plugins/demo/demo.c
7198         * src/plugins/trayicon/trayicon.c
7199                 s/Sylpheed/Sylpheed-Claws/
7200
7201 2005-10-16 [colin]      1.9.15cvs60
7202
7203         * src/wizard.c
7204                 Add a welcome email in the first empty mailbox
7205         * src/prefs_common.c
7206                 Change one more default
7207
7208 2005-10-16 [colin]      1.9.15cvs59
7209
7210         * src/wizard.c
7211                 Remove printf
7212
7213 2005-10-16 [colin]      1.9.15cvs58
7214
7215         * src/toolbar.c
7216         * src/prefs_common.c
7217                 Change some defaults
7218
7219 2005-10-16 [colin]      1.9.15cvs57
7220
7221         * src/toolbar.c
7222         * src/prefs_common.c
7223                 Change some defaults
7224
7225 2005-10-16 [colin]      1.9.15cvs56
7226
7227         * src/wizard.c
7228                 By default, initialize fonts to have
7229                 the same size as normal GtkWidgets
7230
7231 2005-10-16 [colin]      1.9.15cvs55
7232
7233         * src/mimeview.c
7234                 Fix message a bit more
7235
7236 2005-10-16 [colin]      1.9.15cvs54
7237
7238         * src/addressbook.c
7239                 Second attempt at flicker fixing
7240
7241 2005-10-16 [colin]      1.9.15cvs53
7242
7243         * src/addressbook.c
7244                 Fix flicker
7245
7246 2005-10-16 [wwp]        1.9.15cvs52
7247
7248         * src/addressbook.c
7249         * src/editaddress.c
7250         * src/prefs_common.c
7251         * src/prefs_common.h
7252                 Remember window sizes (address book)
7253
7254 2005-10-16 [wwp]        1.9.15cvs51
7255
7256         * src/plugins/clamav/clamav_plugin_gtk.c
7257         * src/plugins/spamassassin/spamassassin_gtk.c
7258                 Fix compilation warnings (missing #include).
7259
7260 2005-10-16 [colin]      1.9.15cvs50
7261
7262         * src/mimeview.c
7263         * src/summaryview.c
7264         * src/textview.c
7265                 Make 'c' check signature, and forward
7266                 c, l, y, t from summaryview to mimeview
7267
7268 2005-10-16 [colin]      1.9.15cvs49
7269
7270         * src/addressbook.c
7271                 Put border around buttons
7272         * src/mainwindow.c
7273         * src/summaryview.c
7274                 Rework menus (Patch based on a patch
7275                 by Paul)
7276
7277 2005-10-15 [wwp]        1.9.15cvs48
7278
7279         * src/editjpilot.c
7280         * src/editldap.c
7281         * src/editvcard.c
7282         * src/exphtmldlg.c
7283         * src/expldifdlg.c
7284         * src/export.c
7285         * src/import.c
7286         * src/importldif.c
7287         * src/importmutt.c
7288         * src/importpine.c
7289         * src/prefs_account.c
7290         * src/prefs_spelling.c
7291         * src/gtk/gtkutils.c
7292         * src/gtk/gtkutils.h
7293         * src/plugins/clamav/clamav_plugin_gtk.c
7294         * src/plugins/spamassassin/spamassassin_gtk.c
7295                 use nicer browse-for-file/dir buttons than the "..." ones,
7296                 code factorizing more.
7297
7298 2005-10-14 [colin]      1.9.15cvs47
7299
7300         * src/mainwindow.c
7301                 set relief on the account switcher so that people see it
7302                 grey out Create processing rules when no message is selected
7303         * src/prefs_filtering.c
7304                 ask before closing if the rule has not been modified, even if
7305                 it's not valid
7306         * src/prefs_matcher.c
7307                 fix sensitivity when entering the dialog
7308         * src/gtk/inputdialog.c
7309                 display a better icon on password ask
7310         * src/plugins/pgpcore/passphrase.c
7311                 make the dialog look better
7312
7313 2005-10-14 [paul]       1.9.15cvs46
7314
7315         * src/folderview.c
7316                 indicate presense of marked msgs in
7317                 unexpanded subfolders
7318
7319 2005-10-14 [paul]       1.9.15cvs45
7320
7321         * src/prefs_actions.c
7322         * src/prefs_common.c
7323         * src/prefs_common.h
7324         * src/prefs_filtering_action.c
7325         * src/prefs_matcher.c
7326         * src/prefs_template.c
7327                 remember window sizes
7328                 fix Info button size
7329
7330         Patches by wwp
7331
7332 2005-10-13 [colin]      1.9.15cvs44
7333
7334         * src/mimeview.c
7335         * src/noticeview.c
7336         * src/noticeview.h
7337                 Add a tooltip on the icon (optional) 
7338                 Get rid of the signature buttons and only
7339                 use the icon+tooltip
7340
7341 2005-10-13 [colin]      1.9.15cvs43
7342
7343         * src/noticeview.c
7344         * src/noticeview.h
7345                 Add hand cursor for hovering over icon
7346
7347 2005-10-13 [colin]      1.9.15cvs42
7348
7349         * src/summaryview.c
7350                 Fix crash when quicksearch's hidden 
7351                 at startup
7352
7353 2005-10-13 [colin]      1.9.15cvs41
7354
7355         * src/compose.c
7356                 Set subject when forwarding multiple mails
7357                 Check that other recipient than the default Cc or Bcc
7358                 have been set before sending.
7359
7360 2005-10-13 [colin]      1.9.15cvs40
7361
7362         * src/imap.c
7363                 Batch per-folder
7364                 Introduce locking, but don't use it yet
7365
7366 2005-10-13 [colin]      1.9.15cvs39
7367
7368         * src/gtk/quicksearch.c
7369                 Reset quicksearch when hiding it
7370                 Make sticky a real pref
7371
7372 2005-10-13 [colin]      1.9.15cvs38
7373
7374         * src/summaryview.c
7375                 Faster prefs apply
7376
7377 2005-10-13 [colin]      1.9.15cvs37
7378
7379         * src/mimeview.c
7380         * src/noticeview.c
7381         * src/noticeview.h
7382         * src/plugins/pgpcore/sgpgme.c
7383                 Make privacy icon clickable
7384                 Move Trust field in Full info
7385                 When trust is less than full, don't display
7386                 a warning icon
7387
7388 2005-10-13 [colin]      1.9.15cvs36
7389
7390         * src/folder.c
7391                 Batch on flags sync
7392         * src/folderview.c
7393                 Revert speed hack which is dangerous in fact
7394                 Apply prefs faster
7395
7396 2005-10-13 [colin]      1.9.15cvs35
7397
7398         * src/folder_item_prefs.c
7399                 Fix pref corruption on folder move. Patch
7400                 by wwp
7401
7402 2005-10-13 [paul]       1.9.15cvs34
7403
7404         * src/export.c
7405         * src/import.c
7406                 fix typos in g_warnings
7407         * src/prefs_account.c
7408                 add a file selector for Signature file
7409
7410         Patches by wwp
7411
7412 2005-10-12 [colin]      1.9.15cvs33
7413
7414         * src/mimeview.c
7415                 Provide a quick way to go back from a
7416                 signature's full info to the email part
7417
7418 2005-10-12 [colin]      1.9.15cvs32
7419
7420         * src/compose.c
7421                 Remove old hack of encoding signed mails with base64.
7422                 QP works equally well.
7423
7424 2005-10-12 [colin]      1.9.15cvs31
7425
7426         * src/crash.c
7427                 Replace deprecated GtkText with GtkTextView
7428         * src/imap.c
7429                 Fix a logic bug about counts in imap_select
7430                 (previously un-triggered)
7431         * src/mainwindow.c
7432         * src/summaryview.c
7433         * src/news.c
7434                 Allow local deletion of news posts
7435         * src/mimeview.c
7436                 Show GPG noticeview on the message/rfc822 part
7437                 in addition to the text/plain one
7438         * src/prefs_image_viewer.c
7439           src/plugins/pgpcore/prefs_gpg.c
7440                 Polish (set the label as part of the checkbox)
7441         * src/wizard.c
7442                 Don't sit there doing nothing after destroying
7443                 the window - return err
7444
7445 2005-10-11 [colin]      1.9.15cvs30
7446
7447         * src/folderview.c
7448                 Apply processing rules before showing folders.
7449                 Early folder show (before flags sync) will only
7450                 be done when there are no processing rules (nor
7451                 pre- or post- ones)
7452         * src/imap.c
7453                 Fix stuff related to mail subdir, creation and 
7454                 deletion of folders 
7455         * src/imap_gtk.c
7456                 Don't allow creation of folders in NoInferior
7457                 folders, as it won't work
7458
7459 2005-10-10 [colin]      1.9.15cvs29
7460
7461         * src/compose.c
7462                 Reselect "None" Privacy system when selecting an
7463                 account with no privacy system defined
7464
7465 2005-10-10 [colin]      1.9.15cvs28
7466
7467         * src/mainwindow.c
7468                 Add Windows-1252 encoding
7469         * src/prefs_common.c
7470                 Rework some defaults:
7471                 - autosave to draft by default
7472                 - don't show header pane (it's already in the textview)
7473                 - Select first new or unread mail on entry
7474                 - Assume 'Yes' to change folder when there's no more
7475                   unread message
7476         * src/prefs_matcher.c
7477                 Fix a gtk assertion failure
7478         * src/gtk/colorlabel.c
7479                 Workaround bad repainting on selection
7480         * src/main.c
7481                 Freeze/thaw (a bit faster on ssh -X)
7482         * src/msgcache.c
7483                 Get rid of StrdupConverter that just adds an
7484                 extra strdup/free 
7485         * src/etpan/imap_thread.c
7486                 memset buf to 0
7487
7488 2005-10-10 [colin]      1.9.15cvs27
7489
7490         * src/export.c
7491         * src/import.c
7492                 Fix compile on gtk 2.4. Patch by wwp
7493
7494 2005-10-09 [colin]      1.9.15cvs26
7495
7496         * src/mainwindow.c
7497         * src/messageview.c
7498         * src/summaryview.c
7499                 Clarify forward menus. Patch by wwp
7500
7501 2005-10-09 [colin]      1.9.15cvs25
7502
7503         * src/compose.c
7504         * src/compose.h
7505                 Fix bug #829 (Non-working "Encrypt message by 
7506                 default when replying to an encrypted message")
7507
7508 2005-10-08 [colin]      1.9.15cvs24
7509
7510         * src/wizard.c
7511                 Fix bug #827 ("Welcome" setup wizard after a 
7512                 permission error gives up & forgets itself.)
7513
7514 2005-10-08 [colin]      1.9.15cvs23
7515
7516         * src/procmime.c
7517                 Fix bug #828 (Ignoring headers with spaces around = sign)
7518
7519 2005-10-08 [colin]      1.9.15cvs22
7520
7521         * src/export.c
7522                 Warning fix by wwp
7523
7524 2005-10-08 [colin]      1.9.15cvs21
7525
7526         * src/folder.c
7527         * src/folder.h
7528                 Add a processing_pending indicator, set on 
7529                 folder_item_open and cleared after 
7530                 folder_item_process_open
7531         * src/folderview.c
7532         * src/summaryview.c
7533                 wrap procmsg_msginfo_*_flags, and in the
7534                 wrapper check that there's no folder processing 
7535                 pending. If there is, defer the flags change until 
7536                 processing is done to avoid stepping over each
7537                 other's toes.
7538                 Freeze during processing, but not during scanning.
7539
7540 2005-10-07 [colin]      1.9.15cvs20
7541
7542         * src/plugins/pgpcore/passphrase.c
7543                 Fix bug #826 (X-Server hangs when 
7544                 right-clicking a PGP encrypted message)
7545
7546 2005-10-07 [paul]       1.9.15cvs19
7547
7548         * src/compose.c
7549                 fix compose_entries[]
7550                 patch by Fabien Vantard
7551
7552 2005-10-06 [colin]      1.9.15cvs18
7553
7554         * src/pixmaps/address.xpm
7555         * src/pixmaps/address_book.xpm
7556         * src/pixmaps/book.xpm
7557         * src/pixmaps/check_spelling.xpm
7558         * src/pixmaps/checkbox_off.xpm
7559         * src/pixmaps/checkbox_on.xpm
7560         * src/pixmaps/close.xpm
7561         * src/pixmaps/complete.xpm
7562         * src/pixmaps/continue.xpm
7563         * src/pixmaps/deleted.xpm
7564         * src/pixmaps/down_arrow.xpm
7565         * src/pixmaps/exec.xpm
7566         * src/pixmaps/forwarded.xpm
7567         * src/pixmaps/group.xpm
7568         * src/pixmaps/ignorethread.xpm
7569         * src/pixmaps/interface.xpm
7570         * src/pixmaps/jpilot.xpm
7571         * src/pixmaps/ldap.xpm
7572         * src/pixmaps/linewrap.xpm
7573         * src/pixmaps/linewrapcurrent.xpm
7574         * src/pixmaps/mail.xpm
7575         * src/pixmaps/mail_attach.xpm
7576         * src/pixmaps/mail_compose.xpm
7577         * src/pixmaps/mail_forward.xpm
7578         * src/pixmaps/mail_receive.xpm
7579         * src/pixmaps/mail_receive_all.xpm
7580         * src/pixmaps/mail_reply.xpm
7581         * src/pixmaps/mail_reply_to_all.xpm
7582         * src/pixmaps/mail_reply_to_author.xpm
7583         * src/pixmaps/mail_send.xpm
7584         * src/pixmaps/mail_send_queue.xpm
7585         * src/pixmaps/mime_application.xpm
7586         * src/pixmaps/mime_audio.xpm
7587         * src/pixmaps/mime_image.xpm
7588         * src/pixmaps/mime_message.xpm
7589         * src/pixmaps/mime_text_enriched.xpm
7590         * src/pixmaps/mime_text_html.xpm
7591         * src/pixmaps/mime_text_plain.xpm
7592         * src/pixmaps/mime_unknown.xpm
7593         * src/pixmaps/new.xpm
7594         * src/pixmaps/news_compose.xpm
7595         * src/pixmaps/offline.xpm
7596         * src/pixmaps/online.xpm
7597         * src/pixmaps/paste.xpm
7598         * src/pixmaps/preferences.xpm
7599         * src/pixmaps/privacy_emblem_encrypted.xpm
7600         * src/pixmaps/privacy_expired.xpm
7601         * src/pixmaps/privacy_failed.xpm
7602         * src/pixmaps/privacy_passed.xpm
7603         * src/pixmaps/privacy_signed.xpm
7604         * src/pixmaps/privacy_unknown.xpm
7605         * src/pixmaps/privacy_warn.xpm
7606         * src/pixmaps/properties.xpm
7607         * src/pixmaps/replied.xpm
7608         * src/pixmaps/search.xpm
7609         * src/pixmaps/unread.xpm
7610         * src/pixmaps/up_arrow.xpm
7611         * src/pixmaps/vcard.xpm
7612                 Modernize internal theme, with icons from the 
7613                 Gnomaws theme. Keep some of the old ones where
7614                 they were better.
7615
7616 2005-10-06 [colin]      1.9.15cvs17
7617
7618         * src/summaryview.c
7619                 Little optimisations + bugfix
7620         * src/toolbar.c
7621                 Remove default useless items - useless being defined
7622                 by the default relevant prefs
7623         * src/wizard.c
7624                 include config.h to make gettext work
7625         * src/prefs_themes.c
7626                 Fix selection of current theme in prefs
7627
7628 2005-10-06 [colin]      1.9.15cvs16
7629
7630         * src/prefs_common.c
7631         * src/prefs_common.h
7632         * src/prefs_summaries.c
7633         * src/folderview.c
7634                 Add a warning dialog on Mark all read 
7635                 (with pref to get rid of it)
7636
7637 2005-10-06 [paul]       1.9.15cvs15
7638
7639         * po/nb.po
7640         * po/pt_BR.po
7641                 updated by Geir Helland and Frederico
7642                 Goncalves Guimaraes
7643
7644 2005-10-05 [colin]      1.9.15cvs14
7645
7646         * src/folder.c
7647         * src/folder.h
7648         * src/folderview.c
7649         * src/folderview.h
7650         * src/imap_gtk.c
7651         * src/mh_gtk.c
7652         * src/mainwindow.c
7653         * src/setup.c
7654                 add a way to rescan without rebuilding
7655                 make moving a bit faster (less folders changes)
7656                 don't lock the tree on Get 
7657         * src/imap.c
7658                 Don't re-delete deleted messages before expunging
7659         * src/summaryview.c
7660                 Set batch mode when deleting mails
7661
7662 2005-10-05 [paul]       1.9.15cvs13
7663
7664         * src/mainwindow.c
7665         * src/mainwindow.h
7666                 fix disabled Execute menu item
7667         * src/toolbar.c
7668                 match the change in 1.9.15cvs10: use Compose
7669                 instead of News by default
7670
7671 2005-10-04 [colin]      1.9.15cvs12
7672
7673         * src/compose.c
7674                 When replying to an ML post with Reply-To set
7675                 to the poster's email, honor it (as before),
7676                 but also honor our user's request to reply to
7677                 the mailing list: set the ML address in the To
7678                 field and the Reply-To address in the Cc: 
7679                 field.
7680
7681 2005-10-04 [colin]      1.9.15cvs11
7682
7683         * src/plugins/trayicon/trayicon.c
7684                 Finish cosmetic change - thanks to wwp
7685
7686 2005-10-04 [colin]      1.9.15cvs10
7687
7688         * src/toolbar.c
7689                 Use Compose instead of Email by default.
7690                 Spotted by wwp.
7691
7692 2005-10-04 [colin]      1.9.15cvs9
7693
7694         * src/folder.c
7695         * src/folder.h
7696         * src/folderview.c
7697         * src/imap.c
7698         * src/etpan/imap-thread.c
7699         * src/etpan/imap-thread.h
7700                 Try to make IMAP faster, by simplifying SEARCH
7701                 commands, avoiding sending two STATUS in a row,
7702                 and deferring flags sync and processing just
7703                 after displaying the folder. 
7704                 This will update the SummaryView in certain
7705                 cases (new mails not already fetched, flags
7706                 changed from another client) but in a non-
7707                 blocking manner.
7708
7709 2005-10-04 [colin]      1.9.15cvs8
7710
7711         * src/plugins/trayicon/trayicon.c
7712                 Relabel "Offline" to "Work offline"
7713
7714 2005-10-04 [colin]      1.9.15cvs7
7715
7716         * src/export.c
7717         * src/import.c
7718         * src/mbox.c
7719                 Fix mbox import/export buglets
7720                 Patch by wwp
7721         * src/plugins/trayicon/trayicon.c
7722                 Add offline swithc
7723                 Patch by wwp
7724
7725 2005-10-04 [colin]      1.9.15cvs6
7726
7727         * src/folder.c
7728         * src/folderview.c
7729         * src/summaryview.c
7730                 Better fix (don't break mark all read) for cvs2
7731
7732 2005-10-03 [colin]      1.9.15cvs5
7733
7734         * src/folder.c
7735                 Use a sane sort by default
7736
7737 2005-10-03 [colin]      1.9.15cvs4
7738
7739         * src/inc.c
7740                 Add a 'Only once' button for overriding offline mode
7741         * src/prefs_account.c
7742         * src/wizard.c
7743                 Add Local mbox to the wizard
7744                 Add IMAP subdir to the wizard (or the wizard is useless
7745                 for such accounts, or even worse than useless)
7746                 Move IMAP subdir from Advanced to Receive tab, as it's
7747                 not that uncommon
7748
7749 2005-10-03 [colin]      1.9.15cvs3
7750
7751         * src/send_message.c
7752                 Forgot this one in cvs1
7753
7754 2005-10-03 [colin]      1.9.15cvs2
7755
7756         * src/folder.c
7757                 Faster close when leaving a folder with lots
7758                 of new mails. Idea by David Relson.
7759
7760 2005-10-03 [colin]      1.9.15cvs1
7761
7762         * src/compose.c
7763         * src/imap.c
7764         * src/inc.c
7765         * src/main.c
7766         * src/messageview.c
7767         * src/news.c
7768         * src/summaryview.c
7769         * src/gtk/sslcertwindow.c
7770         * src/plugins/trayicon/trayicon.c
7771                 Add accels to every AlertPanel. Patch by Fabien 
7772                 Vantard
7773
7774 2005-10-03 [paul]       1.9.15
7775
7776         1.9.15 released
7777
7778 2005-10-03 [paul]       1.9.14cvs68
7779
7780         * po/ca.po
7781         * po/de.po
7782         * po/es.po
7783         * po/fi.po
7784         * po/fr.po
7785         * po/sk.po
7786         * po/sr.po
7787         * po/zh_CN.po
7788                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7789                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7790                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7791
7792 2005-10-03 [paul]       1.9.14cvs67
7793
7794         * src/send_message.c
7795                 prevent hang on Cancel
7796                 patch by Colin
7797
7798 2005-10-03 [paul]       1.9.14cvs66
7799
7800         * src/main.c
7801                 fix crash in IMAP caused by discrepancy
7802                 between check_at_startup and offline mode
7803                 Patch by Colin
7804
7805 2005-10-01 [paul]       1.9.14cvs65
7806
7807         * src/inc.c
7808                 fix engrish
7809
7810 2005-10-01 [paul]       1.9.14cvs64
7811         * src/export.c
7812         * src/import.c
7813                 synchronise import_mbox() and export_mbox()
7814         * src/mbox.c
7815                 proc_mbox(): add alert if file cannot be opened
7816                 export_list_to_mbox(): test if dest file exists,
7817                 prompt user to overwrite if it does. add alert
7818                 if file cannot be created
7819                                                                 
7820         Patch by wwp
7821                                                                                                                 
7822
7823 2005-09-30 [paul]       1.9.14cvs63
7824
7825         * src/addressbook.c
7826                 Fix sensitivity of a menu
7827         * src/codeconv.c
7828                 Respect hidden pref for mails with no encoding
7829         * src/common/xml.c
7830                 Fix memory corruption
7831         * src/plugins/pgpcore/sgpgme.c
7832                 Fix segfault on incomplete sigs, and display
7833                 of S/Mime UIDs
7834
7835         Patches by Colin
7836
7837 2005-09-30 [colin]      1.9.14cvs62
7838
7839         * src/partial_download.c
7840                 Little logic fix in almost-dead code
7841         * src/pop.c
7842                 Fix partial download when there's no new mail
7843
7844 2005-09-29 [paul]       1.9.14cvs61
7845
7846         * src/plugins/pgpinline/pgpinline.c
7847                 fix bug 819, 'crash accessing sign message'
7848                 Patch by Colin
7849
7850 2005-09-28 [martin]     1.9.14cvs60
7851
7852         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7853                 fix bug #790 (Crash when restarting window manager (fluxbox))
7854
7855 2005-09-28 [paul]       1.9.14cvs59
7856
7857         * src/gtk/gtkaspell.c
7858                 fix off-by-one typo
7859
7860 2005-09-27 [colin]      1.9.14cvs58
7861
7862         * src/plugins/pgpcore/sgpgme.c
7863                 Report error when there's one, instead of
7864                 "Signature unchecked" 
7865
7866 2005-09-27 [colin]      1.9.14cvs57
7867
7868         * src/prefs_quote.c
7869                 Fix bug #816 (Weird quotation with spaces)
7870
7871 2005-09-27 [colin]      1.9.14cvs56
7872
7873         * src/codeconv.c
7874         * src/compose.c
7875         * src/compose.h
7876                 Put subject in compose's title
7877                 Fix Automatic encoding so that it's really automatic:
7878                 first try default locale's charset, then charset of the replied mail, 
7879                 then utf-8
7880                 Fix encoding of headers (must be in strict mode too)
7881
7882 2005-09-26 [colin]      1.9.14cvs55
7883
7884         * src/gtk/gtkaspell.c
7885                 Fix previous patch - don't color the space,
7886                 just uncolor it :)
7887
7888 2005-09-26 [colin]      1.9.14cvs54
7889
7890         * src/gtk/gtkaspell.c
7891                 Unmark space if possible
7892
7893 2005-09-26 [colin]      1.9.14cvs53
7894
7895         * src/imap.c
7896                 log_error instead of alertpanel according to the pref
7897         * src/etpan/imap-thread.c
7898                 Print connect status, copy only necessary size to 
7899                 logger
7900         * src/plugins/pgpmime/pgpmime.c
7901                 Handle S/Mime signatures (verification only). Patch based
7902                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7903
7904 2005-09-26 [paul]       1.9.14cvs52
7905
7906         * src/common/passcrypt.c
7907                 this 'workaround' not necessary on NetBSD.
7908                 Thanks to Daniel Gustafson
7909
7910 2005-09-26 [paul]
7911
7912         1.9.15-rc4 released
7913
7914 2005-09-26 [paul]       1.9.14cvs51
7915
7916         * src/summaryview.c
7917                 Skip currently selected message when
7918                 looking for next new or unread message
7919                 in current folder. Patch by Colin
7920         * src/common/passcrypt.c
7921                 eliminate warnings on *BSD. Patch by
7922                 Daniel Gustafson
7923
7924 2005-09-26 [colin]      1.9.14cvs50
7925
7926         * src/procmsg.c
7927                 Call postfiltering hook anyway
7928
7929 2005-09-22 [colin]      1.9.14cvs49
7930
7931         * src/codeconv.c
7932         * src/codeconv.h
7933                 Add a strict mode that doesn't replace with _
7934         * src/compose.c
7935         * src/compose.h
7936                 Use strict conversion while sending
7937                 Fix race when drafting while sending (happens
7938                 on IMAP)
7939                 Fix d'n'd of messages from summaryview
7940         * src/prefs_common.c
7941         * src/prefs_common.h
7942                 add hidden utf8_instead_of_locale_for_broken_mail 
7943                 pref for people that preferred the default charset 
7944                 to be utf8 for broken mails
7945         * src/quote_fmt_parse.y
7946                 fix bug #815 (No quote insert if "From:" fied 
7947                 contained Russian letters)
7948         * src/summaryview.c
7949                 Fix d'n'd of messages to compose
7950
7951 2005-09-22 [paul]       1.9.14cvs48
7952
7953         * src/compose.c
7954                 fix bug where attachments Name entry
7955                 would display Path instead
7956
7957 2005-09-21 [paul]       1.9.14cvs47
7958
7959         * README
7960         * README.jp
7961         * configure.ac
7962         * config/config.rpath
7963         * doc/manual/en/sylpheed-20.html
7964         * doc/manual/es/sylpheed-20.html
7965         * po/bg.po
7966         * po/ca.po
7967         * po/de.po
7968         * po/es.po
7969         * po/fr.po
7970         * po/it.po
7971         * po/pt_BR.po
7972         * po/sk.po
7973         * po/zh_TW.po
7974         * src/account.c
7975         * src/account.h
7976         * src/action.c
7977         * src/action.h
7978         * src/adbookbase.h
7979         * src/addr_compl.c
7980         * src/addr_compl.h
7981         * src/addrbook.c
7982         * src/addrbook.h
7983         * src/addrcache.c
7984         * src/addrcache.h
7985         * src/addrcindex.c
7986         * src/addrcindex.h
7987         * src/addrclip.c
7988         * src/addrclip.h
7989         * src/addrdefs.h
7990         * src/addressadd.c
7991         * src/addressadd.h
7992         * src/addressbook.c
7993         * src/addressbook.h
7994         * src/addressitem.h
7995         * src/addrgather.c
7996         * src/addrgather.h
7997         * src/addrharvest.c
7998         * src/addrharvest.h
7999         * src/addrindex.c
8000         * src/addrindex.h
8001         * src/addritem.c
8002         * src/addritem.h
8003         * src/addrquery.c
8004         * src/addrquery.h
8005         * src/addrselect.c
8006         * src/addrselect.h
8007         * src/alertpanel.c
8008         * src/alertpanel.h
8009         * src/browseldap.c
8010         * src/browseldap.h
8011         * src/codeconv.c
8012         * src/codeconv.h
8013         * src/compose.c
8014         * src/compose.h
8015         * src/crash.c
8016         * src/crash.h
8017         * src/customheader.c
8018         * src/customheader.h
8019         * src/displayheader.c
8020         * src/displayheader.h
8021         * src/editaddress.c
8022         * src/editaddress.h
8023         * src/editbook.c
8024         * src/editbook.h
8025         * src/editgroup.c
8026         * src/editgroup.h
8027         * src/editjpilot.c
8028         * src/editjpilot.h
8029         * src/editldap.c
8030         * src/editldap.h
8031         * src/editldap_basedn.c
8032         * src/editldap_basedn.h
8033         * src/editvcard.c
8034         * src/editvcard.h
8035         * src/enriched.c
8036         * src/enriched.h
8037         * src/exphtmldlg.c
8038         * src/exphtmldlg.h
8039         * src/expldifdlg.c
8040         * src/expldifdlg.h
8041         * src/export.c
8042         * src/export.h
8043         * src/exporthtml.c
8044         * src/exporthtml.h
8045         * src/exportldif.c
8046         * src/exportldif.h
8047         * src/filtering.c
8048         * src/filtering.h
8049         * src/folder.c
8050         * src/folder.h
8051         * src/folder_item_prefs.c
8052         * src/folder_item_prefs.h
8053         * src/foldersel.c
8054         * src/foldersel.h
8055         * src/folderutils.c
8056         * src/folderutils.h
8057         * src/folderview.c
8058         * src/folderview.h
8059         * src/grouplistdialog.c
8060         * src/grouplistdialog.h
8061         * src/headerview.c
8062         * src/headerview.h
8063         * src/html.c
8064         * src/html.h
8065         * src/image_viewer.c
8066         * src/image_viewer.h
8067         * src/imap.c
8068         * src/imap.h
8069         * src/imap_gtk.c
8070         * src/imap_gtk.h
8071         * src/import.c
8072         * src/import.h
8073         * src/importldif.c
8074         * src/importldif.h
8075         * src/importmutt.c
8076         * src/importmutt.h
8077         * src/importpine.c
8078         * src/importpine.h
8079         * src/inc.c
8080         * src/inc.h
8081         * src/jpilot.c
8082         * src/jpilot.h
8083         * src/ldapctrl.c
8084         * src/ldapctrl.h
8085         * src/ldaplocate.c
8086         * src/ldaplocate.h
8087         * src/ldapquery.c
8088         * src/ldapquery.h
8089         * src/ldapserver.c
8090         * src/ldapserver.h
8091         * src/ldaputil.c
8092         * src/ldaputil.h
8093         * src/ldif.c
8094         * src/ldif.h
8095         * src/localfolder.c
8096         * src/localfolder.h
8097         * src/main.c
8098         * src/main.h
8099         * src/mainwindow.c
8100         * src/mainwindow.h
8101         * src/manual.c
8102         * src/manual.h
8103         * src/matcher.c
8104         * src/matcher.h
8105         * src/matcher_parser.h
8106         * src/matcher_parser_lex.l
8107         * src/matcher_parser_parse.y
8108         * src/mbox.c
8109         * src/mbox.h
8110         * src/message_search.c
8111         * src/message_search.h
8112         * src/messageview.c
8113         * src/messageview.h
8114         * src/mh.c
8115         * src/mh.h
8116         * src/mh_gtk.c
8117         * src/mh_gtk.h
8118         * src/mimeview.c
8119         * src/mimeview.h
8120         * src/msgcache.c
8121         * src/msgcache.h
8122         * src/mutt.c
8123         * src/mutt.h
8124         * src/news.c
8125         * src/news.h
8126         * src/news_gtk.c
8127         * src/news_gtk.h
8128         * src/noticeview.c
8129         * src/noticeview.h
8130         * src/partial_download.c
8131         * src/partial_download.h
8132         * src/pine.c
8133         * src/pine.h
8134         * src/pop.c
8135         * src/pop.h
8136         * src/prefs_account.c
8137         * src/prefs_account.h
8138         * src/prefs_actions.c
8139         * src/prefs_actions.h
8140         * src/prefs_common.c
8141         * src/prefs_common.h
8142         * src/prefs_compose_writing.c
8143         * src/prefs_compose_writing.h
8144         * src/prefs_customheader.c
8145         * src/prefs_customheader.h
8146         * src/prefs_display_header.c
8147         * src/prefs_display_header.h
8148         * src/prefs_ext_prog.c
8149         * src/prefs_ext_prog.h
8150         * src/prefs_filtering.c
8151         * src/prefs_filtering.h
8152         * src/prefs_filtering_action.c
8153         * src/prefs_filtering_action.h
8154         * src/prefs_folder_column.c
8155         * src/prefs_folder_column.h
8156         * src/prefs_folder_item.c
8157         * src/prefs_folder_item.h
8158         * src/prefs_fonts.c
8159         * src/prefs_fonts.h
8160         * src/prefs_gtk.c
8161         * src/prefs_gtk.h
8162         * src/prefs_image_viewer.c
8163         * src/prefs_image_viewer.h
8164         * src/prefs_matcher.c
8165         * src/prefs_matcher.h
8166         * src/prefs_message.c
8167         * src/prefs_message.h
8168         * src/prefs_msg_colors.c
8169         * src/prefs_msg_colors.h
8170         * src/prefs_other.c
8171         * src/prefs_other.h
8172         * src/prefs_quote.c
8173         * src/prefs_quote.h
8174         * src/prefs_receive.c
8175         * src/prefs_receive.h
8176         * src/prefs_send.c
8177         * src/prefs_send.h
8178         * src/prefs_spelling.c
8179         * src/prefs_spelling.h
8180         * src/prefs_summaries.c
8181         * src/prefs_summaries.h
8182         * src/prefs_summary_column.c
8183         * src/prefs_summary_column.h
8184         * src/prefs_template.c
8185         * src/prefs_template.h
8186         * src/prefs_themes.c
8187         * src/prefs_themes.h
8188         * src/prefs_toolbar.c
8189         * src/prefs_toolbar.h
8190         * src/prefs_wrapping.c
8191         * src/prefs_wrapping.h
8192         * src/privacy.c
8193         * src/privacy.h
8194         * src/procheader.c
8195         * src/procheader.h
8196         * src/procmime.c
8197         * src/procmime.h
8198         * src/procmsg.c
8199         * src/procmsg.h
8200         * src/quote_fmt.c
8201         * src/quote_fmt_parse.y
8202         * src/recv.c
8203         * src/recv.h
8204         * src/remotefolder.c
8205         * src/remotefolder.h
8206         * src/send_message.c
8207         * src/send_message.h
8208         * src/setup.c
8209         * src/setup.h
8210         * src/simple-gettext.c
8211         * src/sourcewindow.c
8212         * src/sourcewindow.h
8213         * src/ssl_manager.c
8214         * src/ssl_manager.h
8215         * src/statusbar.c
8216         * src/statusbar.h
8217         * src/stock_pixmap.c
8218         * src/stock_pixmap.h
8219         * src/summary_search.c
8220         * src/summary_search.h
8221         * src/summaryview.c
8222         * src/summaryview.h
8223         * src/syldap.c
8224         * src/syldap.h
8225         * src/textview.c
8226         * src/textview.h
8227         * src/toolbar.c
8228         * src/toolbar.h
8229         * src/undo.c
8230         * src/undo.h
8231         * src/unmime.c
8232         * src/unmime.h
8233         * src/vcard.c
8234         * src/vcard.h
8235         * src/wizard.c
8236         * src/wizard.h
8237         * src/common/base64.c
8238         * src/common/base64.h
8239         * src/common/defs.h
8240         * src/common/hooks.c
8241         * src/common/hooks.h
8242         * src/common/log.c
8243         * src/common/log.h
8244         * src/common/md5.c
8245         * src/common/md5.h
8246         * src/common/mgutils.c
8247         * src/common/mgutils.h
8248         * src/common/nntp.c
8249         * src/common/nntp.h
8250         * src/common/passcrypt.c
8251         * src/common/passcrypt.h.in
8252         * src/common/plugin.c
8253         * src/common/plugin.h
8254         * src/common/prefs.c
8255         * src/common/prefs.h
8256         * src/common/progressindicator.c
8257         * src/common/progressindicator.h
8258         * src/common/quoted-printable.c
8259         * src/common/quoted-printable.h
8260         * src/common/session.c
8261         * src/common/session.h
8262         * src/common/smtp.c
8263         * src/common/smtp.h
8264         * src/common/socket.c
8265         * src/common/socket.h
8266         * src/common/ssl.c
8267         * src/common/ssl.h
8268         * src/common/ssl_certificate.c
8269         * src/common/ssl_certificate.h
8270         * src/common/string_match.c
8271         * src/common/string_match.h
8272         * src/common/stringtable.c
8273         * src/common/sylpheed.c
8274         * src/common/sylpheed.h
8275         * src/common/template.c
8276         * src/common/template.h
8277         * src/common/timing.h
8278         * src/common/utils.c
8279         * src/common/utils.h
8280         * src/common/uuencode.c
8281         * src/common/uuencode.h
8282         * src/common/version.h.in
8283         * src/common/xml.c
8284         * src/common/xml.h
8285         * src/common/xmlprops.c
8286         * src/common/xmlprops.h
8287         * src/gtk/about.c
8288         * src/gtk/about.h
8289         * src/gtk/colorlabel.c
8290         * src/gtk/colorlabel.h
8291         * src/gtk/colorsel.c
8292         * src/gtk/colorsel.h
8293         * src/gtk/description_window.c
8294         * src/gtk/description_window.h
8295         * src/gtk/filesel.c
8296         * src/gtk/filesel.h
8297         * src/gtk/foldersort.c
8298         * src/gtk/foldersort.h
8299         * src/gtk/gtkutils.c
8300         * src/gtk/gtkutils.h
8301         * src/gtk/inputdialog.c
8302         * src/gtk/inputdialog.h
8303         * src/gtk/logwindow.c
8304         * src/gtk/logwindow.h
8305         * src/gtk/manage_window.c
8306         * src/gtk/manage_window.h
8307         * src/gtk/menu.c
8308         * src/gtk/menu.h
8309         * src/gtk/pluginwindow.c
8310         * src/gtk/pluginwindow.h
8311         * src/gtk/prefswindow.c
8312         * src/gtk/prefswindow.h
8313         * src/gtk/progressdialog.c
8314         * src/gtk/progressdialog.h
8315         * src/gtk/quicksearch.c
8316         * src/gtk/quicksearch.h
8317         * src/gtk/sslcertwindow.c
8318         * src/gtk/sslcertwindow.h
8319         * src/plugins/clamav/clamav_plugin.c
8320         * src/plugins/clamav/clamav_plugin.h
8321         * src/plugins/clamav/clamav_plugin_gtk.c
8322         * src/plugins/demo/demo.c
8323         * src/plugins/dillo_viewer/dillo_prefs.c
8324         * src/plugins/dillo_viewer/dillo_prefs.h
8325         * src/plugins/dillo_viewer/dillo_viewer.c
8326         * src/plugins/mathml_viewer/mathml_viewer.c
8327         * src/plugins/pgpcore/passphrase.c
8328         * src/plugins/pgpcore/passphrase.h
8329         * src/plugins/pgpcore/plugin.c
8330         * src/plugins/pgpcore/prefs_gpg.c
8331         * src/plugins/pgpcore/prefs_gpg.h
8332         * src/plugins/pgpcore/select-keys.c
8333         * src/plugins/pgpcore/select-keys.h
8334         * src/plugins/pgpcore/sgpgme.c
8335         * src/plugins/pgpcore/sgpgme.h
8336         * src/plugins/pgpinline/pgpinline.c
8337         * src/plugins/pgpinline/pgpinline.h
8338         * src/plugins/pgpinline/plugin.c
8339         * src/plugins/pgpmime/pgpmime.c
8340         * src/plugins/pgpmime/pgpmime.h
8341         * src/plugins/pgpmime/plugin.c
8342         * src/plugins/spamassassin/spamassassin.c
8343         * src/plugins/spamassassin/spamassassin.h
8344         * src/plugins/spamassassin/spamassassin_gtk.c
8345         * src/plugins/trayicon/trayicon.c
8346         * tools/OOo2sylpheed.pl
8347         * tools/acroread2sylpheed.pl
8348         * tools/asus_mailled.sh
8349         * tools/filter_conv.pl
8350         * tools/freshmeat_search.pl
8351         * tools/google_search.pl
8352         * tools/kmail2sylpheed.pl
8353         * tools/kmail2sylpheed_v2.pl
8354         * tools/maildir2sylpheed.pl
8355         * tools/multiwebsearch.pl
8356         * tools/newscache_clean.pl
8357         * tools/outlook2sylpheed.pl
8358         * tools/sylpheed-switcher
8359         * tools/update-po
8360         * tools/vcard2xml.py
8361         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8362                 update FSF address
8363
8364 2005-09-21 [colin]      1.9.14cvs46
8365
8366         * src/gedit-print.c
8367         * src/procmsg.c
8368         * src/procmsg.h
8369         * src/textview.c
8370         * src/summaryview.c
8371                 Remove some printing hacks (deselection/reselection),
8372                 which by the way fix printing the currently 
8373                 displayed mime part (still only text)
8374                 Plus a little optimisation of summary_show
8375
8376
8377 2005-09-20 [colin]      1.9.14cvs45
8378
8379         * src/mainwindow.c
8380         * src/messageview.c
8381                 GUI fixups: add accels, set message
8382                 view title to displayed mail's subject
8383         * src/prefs_spelling.c
8384         * src/gtk/gtkaspell.c
8385                 GUI fixups: allow underlining misspelled
8386                 words instead of coloring them (a11y!)
8387
8388 2005-09-19 [colin]
8389
8390         1.9.15rc3 released
8391
8392 2005-09-19 [colin]      1.9.14cvs44
8393
8394         * src/compose.c
8395                 Fix draft message
8396         * src/gtk/gtkaspell.c
8397                 Fix wrong test ;-)
8398
8399 2005-09-19 [colin]      1.9.14cvs43
8400
8401         * src/addressbook.c
8402                 Fix sensitivity of Delete button
8403         * src/compose.c
8404                 Warn if the requested Privacy system
8405                 is not available
8406         * src/exphtmldlg.c
8407         * src/expldifdlg.c
8408         * src/importldif.c
8409         * src/importmutt.c
8410         * src/importpine.c
8411                 Fix crappy UI
8412         * src/
8413         * src/ssl.h
8414         * src/prefs_account.h
8415         * src/prefs_account.c
8416                 Save SSL prefs even in builds that have
8417                 SSL support disable
8418         * src/imap.c
8419         * src/inc.c
8420         * src/news.c
8421         * src/send_message.c
8422                 Warn if connection should be secure, but
8423                 SSL support isn't compiled in
8424         * src/gtkaspell.c
8425                 Fix word separation on UTF-8 systems
8426                 Fixes bug #812 (Strange inline spellchecking)
8427         * src/compose.c
8428                 Warn if the requested Privacy system
8429                 is not available
8430                 Factorize offline warning
8431         * src/imap.c
8432         * src/imap_gtk.c
8433         * src/imap_gtk.h
8434         * src/inc.h
8435         * src/news_gtk.c
8436         * src/news_gtk.h
8437         * src/messageview.c
8438                 Factorize offline warning
8439
8440 2005-09-19 [paul]
8441
8442         1.9.15-rc2 released
8443
8444 2005-09-18 [colin]      1.9.14cvs42
8445
8446         * src/codeconv.c
8447         * src/codeconv.h
8448         * src/procmime.c
8449                 Add a way to get locale's charset ignoring utf-8,
8450                 and use that as default encoding for broken mails
8451
8452 2005-09-18 [colin]      1.9.14cvs41
8453
8454         * src/gtk/logwindow.c
8455                 Translate string. Patch by Fabien Vantard
8456
8457 2005-09-18 [colin]      1.9.14cvs40
8458
8459         * configure.ac
8460                 Fix bug #803 (IMAP/SSL support breaks with 
8461                 GnuTLS libetpan 0.38)
8462
8463 2005-09-18 [colin]      1.9.14cvs39
8464
8465         * src/codeconv.c
8466         * src/compose.c
8467         * src/procmime.c
8468                 More charsets fixes. Fixes bug #806 (non
8469                 ascii characters in subject line)
8470
8471 2005-09-17 [paul]       1.9.14cvs38
8472
8473         * src/folderview.c
8474         * src/mainwindow.c
8475                 fix gcc-2.95 issues
8476                 Patch by Pawel Pekala
8477
8478 2005-09-17 [colin]      1.9.14cvs37
8479
8480         * src/addrindex.c
8481                 bugfix for NO-USE LDAP compilation, patch 
8482                 by Fabien Vantard
8483
8484 2005-09-17 [colin]      1.9.14cvs36
8485
8486         * src/prefs_actions.c
8487         * src/prefs_customheader.c
8488         * src/prefs_display_header.c
8489         * src/prefs_filtering_action.c
8490         * src/prefs_matcher.c
8491         * src/prefs_toolbar.c
8492                 Fix strange casts (less elegant but
8493                 works better)
8494
8495 2005-09-16 [colin]      1.9.14cvs35
8496
8497         * src/jpilot.c
8498                 Missed that one
8499
8500 2005-09-16 [colin]      1.9.14cvs34
8501
8502         * configure.ac
8503         * src/Makefile.am
8504         * src/addr_compl.c
8505         * src/addrindex.c
8506         * src/browseldap.c
8507         * src/editldap.c
8508         * src/ldaplocate.c
8509         * src/ldapquery.c
8510         * src/ldapquery.h
8511         * src/ldapserver.c
8512         * src/ldapserver.h
8513         * src/main.c
8514         * src/matcher_parser_parse.y
8515         * src/prefs_themes.c
8516         * src/etpan/Makefile.am
8517         * src/gtk/description_window.c
8518         * src/plugins/clamav/Makefile.am
8519         * src/plugins/clamav/clamav_plugin.c
8520         * src/plugins/dillo_viewer/Makefile.am
8521         * src/plugins/pgpcore/Makefile.am
8522         * src/plugins/pgpinline/Makefile.am
8523         * src/plugins/pgpmime/Makefile.am
8524         * src/plugins/trayicon/Makefile.am
8525                 Fix 100% cpu usage in address completion list
8526                 Fix little bugs (return with no values etc)
8527                 Fix all warnings (with common CFLAGS)
8528
8529 2005-09-15 [colin]      1.9.14cvs33
8530
8531         * src/addressbook.c
8532                 Fix bug where sometimes a group's email list is empty,
8533                 force its refresh (probably fixes "Re: how to create a 
8534                 distribution list")
8535         * src/ldapquery.c
8536                 Don't return to the callback in the main thread from the
8537                 fetch thread (or face segs!)
8538
8539 2005-09-15 [paul]       1.9.14cvs32
8540
8541         * src/prefs_matcher.c
8542                 forgotten in last commit
8543
8544 2005-09-15 [paul]       1.9.14cvs31
8545
8546         * src/prefs_actions.c
8547         * src/prefs_filtering_action.c
8548         * src/prefs_quote.c
8549         * src/quote_fmt.c
8550         * src/summaryview.c
8551         * src/gtk/description_window.c
8552         * src/gtk/description_window.h
8553         * src/gtk/quicksearch.c
8554                 allow interaction with the called
8555                 description window
8556                 Patch by Anders Hammar
8557
8558 2005-09-14 [paul]       1.9.14cvs30
8559
8560         * src/compose.c
8561                 fix a little annoyance when pasting with 3rd button 
8562                 with wrap_pastes=0 and wrap_input=1
8563                 Patch by Colin
8564
8565 2005-09-14 [paul]       1.9.14cvs29
8566
8567         * src/prefs_account.c
8568                 disable 'Filter messages on receiving' for
8569                 SMTP-only accounts
8570                 Patch  by Anders Hammar
8571
8572 2005-09-14 [paul]       1.9.14cvs28
8573
8574         * po/sk.po
8575                 fix crash
8576                 updated by Andrej Kacian
8577
8578 2005-09-14 [paul]
8579
8580         1.9.15-rc1 released
8581
8582 2005-09-14 [paul]       1.9.14cvs27
8583
8584         * po/es.po
8585                 updated by Ricardo Mones Lastra
8586         * src/compose.c
8587         * src/compose.h
8588                 associate no_wrap_tags to Compose windows
8589                 instead of using a static one
8590                 Patch by Colin
8591         * src/mbox.c
8592                 fix proc_mbox()
8593                 Patch by wwp
8594         * src/textview.c
8595                 remove unneeded printf()
8596
8597 2005-09-14 [paul]       1.9.14cvs26
8598
8599         * src/addrcache.c
8600         * src/codeconv.h
8601         * src/folder.h
8602         * src/mainwindow.h
8603         * src/mh.c
8604         * src/mimeview.h
8605         * src/partial_download.c
8606         * src/pop.c
8607         * src/prefs_account.c
8608         * src/prefs_account.h
8609         * src/prefs_actions.c
8610         * src/prefs_customheader.c
8611         * src/prefs_display_header.c
8612         * src/prefs_filtering_action.c
8613         * src/prefs_matcher.c
8614         * src/prefs_toolbar.c
8615         * src/privacy.h
8616         * src/procmime.c
8617         * src/procmime.h
8618         * src/procmsg.h
8619         * src/textview.c
8620         * src/undo.h
8621         * src/common/plugin.c
8622         * src/common/session.h
8623         * src/common/socket.c
8624         * src/common/socket.h
8625         * src/common/template.c
8626         * src/gtk/gtkaspell.c
8627         * src/gtk/quicksearch.h
8628         * src/plugins/pgpcore/passphrase.c
8629         * src/plugins/pgpcore/prefs_gpg.h
8630         * src/plugins/pgpcore/select-keys.c
8631         * src/plugins/pgpcore/select-keys.h
8632         * src/plugins/pgpcore/sgpgme.c
8633         * src/plugins/pgpinline/pgpinline.c
8634         * src/plugins/pgpmime/pgpmime.c
8635         * src/plugins/trayicon/trayicon.c
8636                 fix compilation warnings
8637                 Patch by Daniel Gustafson
8638
8639 2005-09-14 [paul]       1.9.14cvs25
8640
8641         * src/addressbook.c
8642                 add missing column header, and other small
8643                 bug fixes
8644                 Patch by Anders Hammar
8645
8646 2005-09-13 [colin]      1.9.14cvs24
8647
8648         * src/gtk/gtkaspell.c
8649                 Fix non-utf8 in menu
8650                 Fix little leaks
8651                 Nullify struct members after free()s
8652
8653 2005-09-13 [colin]      1.9.14cvs23
8654
8655         * src/compose.c
8656                 Test utf8 compliance before inserting to 
8657                 buffer, and try to convert if necessary
8658         * src/procmime.c
8659                 If no charset is present, use the locale 
8660                 one instead of us-ascii
8661         * src/procmsg.c
8662                 Add Sender, List-Post and To in the checked 
8663                 headers for automatic rules creation 
8664                 (thanks to wwp)
8665         * src/prefs_themes.c
8666         * src/gtk/gtkaspell.c
8667                 Remove deprecated functions. 
8668                 patch by Daniel Gustafson
8669
8670 2005-09-12 [colin]      1.9.14cvs22
8671
8672         * src/compose.c
8673                 Fix bug #448 (Scrolling/Redraw issue with 
8674                 address-fields in Header)
8675         * src/mainwindow.c
8676         * src/summaryview.c
8677         * src/summaryview.h
8678                 Fix loss of MSG_MARKED on move/copy
8679                 Fix bug #804 (Quicksearch togglebutton doesn't 
8680                 get depressed after '/' key is pressed)
8681
8682 2005-09-12 [paul]       1.9.14cvs21
8683
8684         * AUTHORS
8685         * src/gtk/logwindow.c
8686                 add 'Clear Log' to popup menu
8687                 Patch by Anders Hammar <anders.hammar@telia.com>
8688
8689 2005-09-12 [paul]       1.9.14cvs20
8690
8691         * src/compose.c
8692                 set correct sensitivity on attachments
8693                 popup menu
8694         * src/folder.c
8695                 fix typo
8696         * src/prefs_spelling.c
8697                 fix crash when no LANG env is set
8698         * src/common/xml.c
8699                 fix crash in wizard
8700                 don't use memeory after free
8701
8702         All patches by Daniel Gustafson
8703
8704 2005-09-12 [paul]       1.9.14cvs19
8705
8706         * src/prefs_themes.c
8707                 make theme info selectable
8708         * src/gtk/description_window.c
8709                 make window non-modal
8710         * tools/README
8711                 add details of asus_mailed.sh
8712         * tools/claws.i18n.status.pl
8713                 update for new zh_TW translator
8714                 widen the output
8715                 create alternate coloured lines
8716                 improve readability
8717
8718 2005-09-10 [colin]      1.9.14cvs18
8719
8720         * src/plugins/pgpcore/select-keys.c
8721                 Better order for the buttons
8722
8723 2005-09-10 [colin]      1.9.14cvs17
8724
8725         * src/compose.c
8726         * src/plugins/pgpcore/select-keys.c
8727         * src/plugins/pgpcore/select-keys.h
8728         * src/plugins/pgpcore/sgpgme.c
8729                 Add a "Don't encrypt" button to the key
8730                 selection dialog. Fixes bug #177 (There should be a 
8731                 'Don't encrypt button in the Select Keys dialog)
8732
8733 2005-09-10 [colin]      1.9.14cvs16
8734
8735         * src/compose.c
8736                 Fix bug #572 (%X option does not work with templates)
8737
8738 2005-09-10 [colin]      1.9.14cvs15
8739
8740         * src/toolbar.c 
8741                 Remove g_print
8742
8743 2005-09-10 [colin]      1.9.14cvs14
8744
8745         * src/imap.c
8746                 Fix a possible crash
8747
8748 2005-09-09 [colin]      1.9.14cvs13
8749
8750         * src/imap.c
8751         * src/etpan/imap-thread.c
8752         * src/etpan/imap-thread.h
8753                 Fix moving from queue or drafts to normal folders
8754                 Fix bug #794 (No way to delete without expunging)
8755                 Take flags unset by other mailers into account
8756                 Take deleted flag set by other mailers into account
8757                 Fix unsetting REPLIED flag
8758                 Fix crash when capabilities can't be retrieved
8759         * src/mainwindow.c
8760         * src/mainwindow.h
8761                 Add M_DELAYED_FLAGS condition, and let the user use
8762                 Execute in order to be able to expunge deleted mails,
8763                 even if he's not in delayed execute mode
8764         * src/prefs_spelling.c
8765                 Use 'en' dictionary by default if LANG is POSIX or C
8766         * src/gtk/prefswindow.c
8767                 Fix bug #767 (Preferences windows expanding) by making
8768                 the window a bit larger when the resolution is greater
8769                 than 640x480, and by putting the prefs in a
8770                 GtkScrolledWindow.
8771
8772 2005-09-09 [paul]       1.9.14cvs12
8773
8774         * AUTHORS
8775         * configure.ac
8776         * po/zh_TW.Big5.po      ** REMOVED **
8777         * po/zh_TW.po           ** ADDED **
8778                 updated by Wei-Lun Chao
8779
8780 2005-09-09 [paul]       1.9.14cvs11
8781
8782         * src/mainwindow.c
8783                 fix asserts
8784         * src/common/xml.c
8785                 delay memory allocation until file is
8786                 opened successfully
8787                 Patch by Daniel Gustafson
8788
8789 2005-09-09 [colin]      1.9.14cvs10
8790
8791         * src/imap.c
8792                 Add guards
8793
8794 2005-09-08 [colin]      1.9.14cvs9
8795
8796         * src/compose.c
8797                 Alert when we can't save draft
8798                 Fix various wrap/color issues
8799                 Add mid-click pasting respecting wrap_paste option
8800         * src/folder.c
8801         * src/folder.h
8802         * src/folder_item_prefs.c
8803         * src/folder_item_prefs.h
8804         * src/imap.c
8805         * src/imap_gtk.c
8806         * src/imap_gtk.h
8807         * src/main.c
8808         * src/mainwindow.c
8809         * src/mainwindow.h
8810         * src/news.c
8811         * src/news_gtk.c
8812         * src/news_gtk.h
8813         * src/prefs_folder_item.c
8814                 Fix the impossibility to synchronise folders for
8815                 offline use (IMAP and NNTP are concerned)
8816
8817 2005-09-08 [colin]      1.9.14cvs8
8818
8819         * configure.ac
8820                 Build LDAP and JPilot by default if available
8821         * src/textview.c
8822                 Fix use after free
8823
8824 2005-09-08 [paul]       1.9.14cvs7
8825
8826         * doc/manual/en/sylpheed-1.html
8827         * doc/manual/en/sylpheed-18.html
8828         * doc/manual/en/sylpheed-19.html
8829         * doc/manual/en/sylpheed-4.html
8830         * doc/manual/en/sylpheed-6.html
8831         * doc/manual/en/sylpheed.html
8832                 a few minor updates, plus include some
8833                 details about plugins and their requirements
8834         * src/mainwindow.c
8835                 minor changes to English in /View/Sort
8836
8837 2005-09-07 [colin]      1.9.14cvs6
8838
8839         * doc/manual/en/sylpheed-1.html
8840         * doc/manual/en/sylpheed-10.html
8841         * doc/manual/en/sylpheed-11.html
8842         * doc/manual/en/sylpheed-12.html
8843         * doc/manual/en/sylpheed-13.html
8844         * doc/manual/en/sylpheed-14.html
8845         * doc/manual/en/sylpheed-15.html
8846         * doc/manual/en/sylpheed-16.html
8847         * doc/manual/en/sylpheed-17.html
8848         * doc/manual/en/sylpheed-18.html
8849         * doc/manual/en/sylpheed-19.html
8850         * doc/manual/en/sylpheed-2.html
8851         * doc/manual/en/sylpheed-20.html
8852         * doc/manual/en/sylpheed-21.html
8853         * doc/manual/en/sylpheed-22.html
8854         * doc/manual/en/sylpheed-3.html
8855         * doc/manual/en/sylpheed-4.html
8856         * doc/manual/en/sylpheed-5.html
8857         * doc/manual/en/sylpheed-6.html
8858         * doc/manual/en/sylpheed-7.html
8859         * doc/manual/en/sylpheed-8.html
8860         * doc/manual/en/sylpheed-9.html
8861         * doc/manual/en/sylpheed.html
8862                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8863
8864 2005-09-07 [colin]      1.9.14cvs5
8865
8866         * src/mainwindow.c
8867                 Make labels more to-the-point
8868
8869 2005-09-07 [colin]      1.9.14cvs4
8870
8871         * doc/manual/en/sylpheed-1.html
8872         * doc/manual/en/sylpheed-12.html
8873         * doc/manual/en/sylpheed-13.html
8874         * doc/manual/en/sylpheed-14.html
8875         * doc/manual/en/sylpheed-15.html
8876         * doc/manual/en/sylpheed-16.html
8877         * doc/manual/en/sylpheed-17.html
8878         * doc/manual/en/sylpheed-18.html
8879         * doc/manual/en/sylpheed-19.html
8880         * doc/manual/en/sylpheed-2.html
8881         * doc/manual/en/sylpheed-20.html
8882         * doc/manual/en/sylpheed-21.html
8883         * doc/manual/en/sylpheed-22.html
8884         * doc/manual/en/sylpheed-4.html
8885         * doc/manual/en/sylpheed-5.html
8886         * doc/manual/en/sylpheed-6.html
8887         * doc/manual/en/sylpheed-7.html
8888         * doc/manual/en/sylpheed-8.html
8889         * doc/manual/en/sylpheed-9.html
8890         * doc/manual/en/sylpheed.html
8891                 Update manual
8892
8893 2005-09-07 [colin]      1.9.14cvs3
8894
8895         * doc/faq/en/sylpheed-faq-1.html
8896         * doc/faq/en/sylpheed-faq-2.html
8897         * doc/faq/en/sylpheed-faq-3.html
8898         * doc/faq/en/sylpheed-faq.html
8899                 Update FAQ
8900
8901 2005-09-07 [colin]      1.9.14cvs2
8902
8903         * src/folderview.c
8904         * src/procmsg.c
8905         * src/summaryview.c
8906         * src/toolbar.c
8907                 Fix special subfolders:
8908                 - Inherit parent's icon
8909                 - sent contents of queues subfolders
8910                 - empty subfolders of trashes
8911         * src/mainwindow.c
8912                 Remove outdated manual and faq entries
8913         * src/common/utils.c
8914                 Add quotes around %s coming from mailcap
8915
8916 2005-09-07 [colin]      1.9.14cvs1
8917
8918         * src/compose.c
8919                 After saving draft, set modified to FALSE
8920         * src/mimeview.c
8921         * src/common/utils.c
8922         * src/common/utils.h
8923                 Try to open mime parts using what is 
8924                 indicated in ~/.mailcap or /etc/mailcap,
8925                 if possible.
8926
8927 2005-09-05 [paul]       1.9.14
8928
8929         1.9.14 released
8930
8931         * po/sk.po
8932                 updated by Andrej Kacian
8933
8934 2005-09-05 [paul]       1.9.13cvs83
8935
8936         * po/de.po
8937         * po/es.po
8938         * po/fi.po
8939         * po/fr.po
8940         * po/nb.po
8941         * po/pt_BR.po
8942         * po/sr.po
8943                 updated translations by Thomas Gilgin, Ricardo Mones
8944                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8945                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8946
8947 2005-09-04 [paul]       1.9.13cvs82
8948
8949         * src/compose.c
8950                 only warn about exceeded line length limit
8951                 on send
8952
8953 2005-09-04 [paul]       1.9.13cvs81
8954
8955         * src/compose.c
8956                 fix crash in 'line length exceeded' dialogue
8957
8958 2005-09-02 [paul]       1.9.13cvs80
8959
8960         * src/imap.c
8961                 fix bug 795, 'Connection lost IMAP'
8962                 and add statusbar prints
8963                 Patch by Colin
8964
8965 2005-09-02 [paul]       1.9.13cvs79
8966
8967         * src/compose.c
8968                 compose_wrap_paragraph() becomes
8969                 compose_beautify_paragraph()
8970                 Patch by Colin
8971
8972 2005-09-02 [colin]      1.9.13cvs78
8973
8974         * src/folderview.c
8975                 Micro-fix
8976
8977 2005-09-01 [colin]      1.9.13cvs77
8978
8979         * src/imap.c
8980                 Maybe fix bug #795 (Connection lost IMAP)
8981                 Don't try to send logout when we're disconnected.
8982         * src/summaryview.c
8983                 Include locked and marked emails in HRM
8984                 view. Fixes bug #800 (Locked messages no longer 
8985                 show up when hide read messages is used)
8986
8987 2005-09-01 [paul]       1.9.13cvs76
8988
8989         * src/prefs_common.c
8990                 fix bad cutting
8991
8992 2005-08-31 [colin]      1.9.13cvs75
8993
8994         * src/folderview.c
8995         * src/folderview.h
8996         * src/prefs_summaries.c
8997         * src/summaryview.c
8998                 Fix "go to next new", fix preference
8999                 (Open unread/next swapped)
9000
9001 2005-08-31 [paul]       1.9.13cvs74
9002
9003         * src/compose.c
9004         * src/folderview.c
9005         * src/headerview.c
9006         * src/headerview.h
9007         * src/mainwindow.c
9008         * src/prefs_common.c
9009         * src/prefs_common.h
9010         * src/prefs_fonts.c
9011         * src/summaryview.c
9012         * src/textview.c
9013         * src/common/defs.h
9014                 remove obsolete BOLD_FONT setting
9015                 fix font update in headerview and textview
9016                 headers after prefs change
9017                 Patch By Colin
9018
9019 2005-08-31 [paul]
9020
9021         1.9.14-rc4 released
9022
9023 2005-08-30 [colin]      1.9.13cvs73
9024
9025         * src/summaryview.c
9026                 When Hide read messages is selected and we
9027                 refresh the summaryview, don't remove the 
9028                 currently displayed message. Fixes bug #797
9029                 (Summary view reloads when new mail is 
9030                 downloaded in 1.9.14 rc)
9031
9032 2005-08-30 [colin]      1.9.13cvs72
9033
9034         * src/folderview.c
9035                 Fix flickering
9036         * src/mainwindow.c
9037                 Remove useless callback
9038         * src/mimeview.c
9039         * src/gtk/filesel.c
9040         * src/gtk/filesel.h
9041                 Add a filesel_select_file_save_folder() - used by Save All
9042
9043 2005-08-29 [paul]       1.9.13cvs71
9044
9045         * AUTHORS
9046         * src/matcher_parser_parse.y
9047         * src/etpan/imap-thread.c
9048                 fix building on FreeBSD
9049                 Patch by Daniel Gustafson <daniel@hobbit.se>
9050
9051 2005-08-29 [paul]       1.9.13cvs70
9052
9053         * src/plugins/pgpinline/pgpinline.c
9054                 only initialise sig result if it's been handled
9055                 Patch by Colin
9056
9057 2005-08-29 [paul]       1.9.13cvs69
9058         
9059         Patches by Colin:
9060
9061         * src/imap.c
9062         * src/common.utils.c
9063         * src/common/utils.h
9064                 optimisation
9065         * src/stock_pixmap.h
9066                 fix wrong icon reference
9067         * src/pixmaps/trash_btn.xpm
9068                 replace with nicer image
9069
9070 2005-08-28 [colin]      1.9.13cvs68
9071
9072         * src/Makefile.am
9073         * src/stock_pixmap.c
9074         * src/stock_pixmap.h
9075         * src/toolbar.c
9076         * src/pixmaps/trash_btn.xpm
9077                 Add a specific trash xpm for the button
9078
9079 2005-08-28 [colin]      1.9.13cvs67
9080
9081         * src/imap.c
9082                 Fix leak
9083
9084 2005-08-27 [colin]      1.9.13cvs66
9085
9086         * src/imap.c
9087         * src/procmime.c
9088                 Correctly fix "Problem with replies", fixes
9089                 pgpmime encryption too. 
9090
9091 2005-08-27 [colin]      1.9.13cvs65
9092
9093         * src/folder.c
9094         * src/procmsg.c
9095         * src/procmsg.h
9096         * src/summaryview.c
9097                 Fix bug #517 (messages removed from summaryview 
9098                 when moving fails)
9099
9100 2005-08-27 [colin]      1.9.13cvs64
9101
9102         * tools/Makefile.am
9103         * tools/asus_mailled.sh
9104                 Add a script to blink ASUS laptops' mail LED where there
9105                 is unread mail.
9106
9107 2005-08-27 [colin]      1.9.13cvs63
9108
9109         * src/imap.c
9110         * src/etpan/imap-thread.c
9111         * src/etpan/imap-thread.h
9112                 Implement automatic choosing of login method
9113                 Fixes bug #791
9114         * src/gtk/.cvsignore
9115                 Add sylpheed-marshal.[ch]
9116
9117 2005-08-27 [colin]      1.9.13cvs62
9118
9119         * src/common/utils.c
9120                 Fix confusing perror
9121
9122 2005-08-27 [colin]      1.9.13cvs61
9123
9124         * src/toolbar.c
9125         * src/toolbar.h
9126                 Remove A_DELETE, replace it with 
9127                 A_TRASH and A_DELETE_REAL. Automatically
9128                 rewrite config files to replace A_DELETE
9129                 with A_TRASH (no functionality change).
9130                 Fixes half of #794
9131
9132 2005-08-26 [colin]      1.9.13cvs60
9133
9134         * src/procmime.c
9135                 Previous "Problem with replies" fix brought other
9136                 problems, fixing them
9137
9138 2005-08-26 [colin]      1.9.13cvs59
9139
9140         * src/procmime.c
9141                 Fix "Problem with replies". This happened only
9142                 on IMAP...
9143         * src/procmsg.c
9144                 Factorize code a bit
9145         * src/compose.c
9146                 Speed improvement on very long messages (wrapping)
9147                 Fix signature color on Reedit and Redirect
9148                 On Reedit, don't attach pgp-signatures parts, but
9149                 set signing to On.
9150
9151 2005-08-24 [paul]       1.9.13cvs58
9152
9153         * src/compose.c
9154                 don't claim success when clicking
9155                 Cancel on the passphrase box.
9156                 Patch by Colin
9157
9158 2005-08-24 [paul]       1.9.13cvs57
9159
9160         * src/main.c
9161                 fix misplaced sylpheed.log
9162         * src/common/defs.h
9163                 define UIDL_DIR
9164
9165 2005-08-24 [paul]       1.9.13cvs56
9166
9167         * src/imap.c
9168         * src/etpan/imap-thread.c
9169         * src/etpan/imap-thread.h
9170                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9171                 Patch by Colin
9172         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9173         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9174                 remove autogenerated files
9175         * tools/kdeservicemenu/README
9176         * tools/kdeservicemenu/install.sh
9177         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9178         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9179                 use Claws icon, use 'Sylpheed-Claws' in menu,
9180                 use kdialog, and other cleanups
9181
9182 2005-08-23 [paul]       1.9.13cvs55
9183
9184         * src/compose.c
9185                 fix paste/wrap crash
9186                 Patch by Colin
9187
9188 2005-08-23 [paul]       1.9.13cvs54
9189
9190         * src/main.c
9191                 fix crash recovery
9192                 Patch by Colin
9193
9194 2005-08-23 [paul]       1.9.13cvs53
9195
9196         * src/addressbook.c
9197         * src/editaddress.c
9198                 view all data of LDAP contacts
9199                 Patch by Colin
9200
9201 2005-08-23 [paul]       1.9.13cvs52
9202
9203         * src/addressbook.c
9204                 fix issues with the Search field
9205                 Patch by Colin
9206
9207 2005-08-22 [paul]       1.9.13cvs51
9208
9209         * src/folderview.c
9210                 put name of folder in processing dialog
9211                 title
9212         * src/prefs_folder_item.c
9213                 improve english usage
9214
9215 2005-08-22 [paul]       1.9.13cvs50
9216
9217         * src/filtering.c
9218         * src/filtering.h
9219         * src/matcher.c
9220         * src/matcher_parser_lex.l
9221         * src/matcher_parser_parse.y
9222         * src/prefs_filtering.c
9223                 add Filtering/Processing rule names feature.
9224                 (the incompatible old matcherrc is saved as
9225                 matcherrc.pre_names).
9226                 Patch by Colin
9227
9228 2005-08-22 [paul]       1.9.13cvs49
9229
9230         * src/procmsg.c
9231                 fix colour labelling
9232                 Patch by Colin
9233
9234 2005-08-22 [paul]       1.9.13cvs48
9235
9236         * src/textview.c
9237                 fix open_image_cb()
9238
9239 2005-08-22 [paul]       1.9.13cvs47
9240
9241         * src/imap.c
9242                 fix bug 789, 'SC crashes with imap (CVS ver)'
9243                 Patch by Colin
9244
9245 2005-08-22 [paul]       1.9.13cvs46
9246
9247         * src/mimeview.c
9248         * src/prefs_common.c
9249         * src/common/defs.h
9250                 define reused defaults in defs.h
9251         * src/textview.c
9252                 add 'Open image' to image popup menu
9253
9254 2005-08-21 [colin]      1.9.13cvs45
9255
9256         * src/summaryview.c
9257                 Fix bug #788 (Bogus "From" address displayed)
9258
9259 2005-08-20 [colin]      1.9.13cvs44
9260
9261         * src/folder.c
9262                 Fix buf #787 (multilevel delete causes SIGSEGV)
9263
9264 2005-08-19 [colin]      1.9.13cvs43
9265
9266         * src/inc.c
9267         * src/prefs_common.c
9268         * src/prefs_common.h
9269                 Add an hidden pref to allow modifying the
9270                 update stepping in incorporation.
9271                 Patch by wwp.
9272
9273 2005-08-19 [colin]      1.9.13cvs42
9274
9275         * src/compose.c
9276         * src/procmime.c
9277                 Workaround for broken MUAs: encode 
9278                 Content-type: name: as ASCII and 
9279                 Content-Disposition: filename: as
9280                 per rfc2231
9281         * src/prefs_account.c
9282                 Fix invisible-ness of SMTP SSL prefs
9283                 in NNTP accounts
9284
9285 2005-08-19 [paul]       1.9.13cvs41
9286
9287         * src/compose.c
9288         * src/prefs_common.c
9289         * src/prefs_common.h
9290         * src/prefs_wrapping.c
9291                 paste with or without wrapping.
9292                 patch by Colin
9293
9294 2005-08-19 [paul]       1.9.13cvs40
9295
9296         * src/prefs_common.c
9297         * src/prefs_common.h
9298         * src/summaryview.c
9299                 reintroduce enable_swap_from as a
9300                 hidden pref. patch by Colin
9301         * src/quote_fmt_parse.y
9302         * src/plugins/clamav/clamav_plugin.c
9303         * src/plugins/dillo_viewer/dillo_viewer.c
9304         * src/plugins/mathml_viewer/mathml_viewer.c
9305         * src/plugins/pgpcore/sgpgme.c
9306         * src/plugins/pgpinline/pgpinline.c
9307         * src/plugins/pgpmime/pgpmime.c
9308                 tidy up. patch by Colin
9309
9310 2005-08-19 [paul]       1.9.13cvs39
9311
9312         * configure.ac
9313                 complete cvs38's sync
9314         * src/editaddress.c
9315         * src/gedit-print.c
9316         * src/mutt.c
9317         * src/etpan/etpan-log.c
9318         * src/etpan/imap-thread.c
9319         * src/gtk/gtksourceprintjob.c
9320                 fix compilation warnings
9321                 (patch by Colin)
9322
9323 2005-08-19 [paul]       1.9.13cvs38
9324
9325         sync with main:
9326
9327         * src/account.c
9328         * src/action.c
9329         * src/addrbook.c
9330         * src/addrcache.c
9331         * src/addrharvest.c
9332         * src/addrindex.c
9333         * src/codeconv.c
9334         * src/compose.c
9335         * src/crash.c
9336         * src/exporthtml.c
9337         * src/exportldif.c
9338         * src/folder.c
9339         * src/image_viewer.c
9340         * src/inc.c
9341         * src/inc.h
9342         * src/jpilot.c
9343         * src/ldif.c
9344         * src/main.c
9345         * src/matcher.c
9346         * src/mbox.c
9347         * src/messageview.c
9348         * src/mh.c
9349         * src/mimeview.c
9350         * src/msgcache.c
9351         * src/mutt.c
9352         * src/news.c
9353         * src/partial_download.c
9354         * src/pine.c
9355         * src/pop.c
9356         * src/prefs_actions.c
9357         * src/prefs_common.c
9358         * src/prefs_customheader.c
9359         * src/prefs_display_header.c
9360         * src/prefs_gtk.c
9361         * src/prefs_themes.c
9362         * src/procheader.c
9363         * src/procmime.c
9364         * src/procmsg.c
9365         * src/recv.c
9366         * src/send_message.c
9367         * src/simple-gettext.c
9368         * src/sourcewindow.c
9369         * src/textview.c
9370         * src/vcard.c
9371         * src/common/defs.h
9372         * src/common/log.c
9373         * src/common/plugin.c
9374         * src/common/prefs.c
9375         * src/common/session.c
9376         * src/common/session.h
9377         * src/common/socket.c
9378         * src/common/socket.h
9379         * src/common/ssl_certificate.c
9380         * src/common/template.c
9381         * src/common/utils.c
9382         * src/common/utils.h
9383         * src/common/xml.c
9384         * src/gtk/about.c
9385         added wrappers for C library function that
9386                 take pathname arguments.
9387                 enabled compilation with MinGW.
9388                 use GDir instead of directly using opendir().
9389                 added rename_force().
9390
9391 2005-08-19 [paul]       1.9.13cvs37
9392         
9393         patches by Colin:
9394         * src/compose.c
9395                 fix privacy settings on re-editing
9396                 a sent message
9397         * src/jpilot.c
9398                 fix encoding bug
9399         * src/folder.c
9400         * src/procmsg.c
9401         * src/procmsg.h
9402         * src/summaryview.c
9403                 flag changing optimisation
9404
9405 2005-08-18 [martin]     1.9.13cvs36
9406
9407         * commitHelper
9408             added my login
9409         * src/addrcache.c
9410         * src/addrharvest.c
9411         * src/addrindex.c
9412         * src/compose.c
9413         * src/grouplistdialog.c
9414         * src/main.c
9415         * src/mainwindow.c
9416         * src/msgcache.c
9417         * src/mutt.c
9418         * src/pine.c
9419         * src/prefs_account.c
9420         * src/prefs_themes.c
9421         * src/stock_pixmap.c
9422         * src/summaryview.c
9423         * src/gtk/about.c
9424         * src/gtk/logwindow.c
9425             removed deprecated glib and gdk stuff
9426         * src/plugins/pgpcore/select-keys.c
9427             convert attributes from locale to utf8
9428
9429 2005-08-17 [paul]       1.9.13cvs35
9430
9431         * src/account.c
9432         * src/addressbook.c
9433                 use new GTK_STOCK_ icons if available
9434         * src/summaryview.c
9435         * src/gtk/gtksctree.c
9436         * src/gtk/gtksctree.h
9437                 faster range select. patch by Colin
9438
9439 2005-08-17 [paul]       1.9.13cvs34
9440
9441         patches by colin:
9442         * src/addressbook.c
9443         * src/addressitem.h
9444                 Add an edit button for contacts, fix selections
9445                 of gtksctree items
9446         * src/editaddress.c
9447                 Change labels, let Save be always possible in the
9448                 email and user atributes tabs
9449         * src/folderview.c
9450                 fix sort issues
9451         * src/summaryview.c
9452                 select next item instead of the displayed one
9453                 after deletion
9454
9455         * src/gtk/progressdialog.c
9456                 use prefs_common.enable_rules_hint
9457
9458 2005-08-13 [hoa]        1.9.13cvs33
9459
9460         * src/etpan/imap-thread.c
9461                 fixed build on Solaris.
9462
9463 2005-08-10 [colin]      1.9.13cvs32
9464
9465         * src/procmsg.c
9466                 Fix cvs31 (missing fclose before reading
9467                 the file)
9468
9469 2005-08-10 [colin]      1.9.13cvs31
9470
9471         * src/procmsg.c
9472                 Fix procmsg_msginfo_new_from_mimeinfo() when
9473                 the MimeInfo isn't stored in memory. This fixes
9474                 replying to an attached message.
9475
9476 2005-08-10 [colin]      1.9.13cvs30
9477
9478         * src/mainwindow.c
9479                 Fix slowness in account changing
9480
9481 2005-08-10 [colin]      1.9.13cvs29
9482
9483         * src/folder.c
9484         * src/folderutils.c
9485         * src/folderview.c
9486         * src/imap_gtk.c
9487         * src/mainwindow.c
9488         * src/mh_gtk.c
9489         * src/procmsg.c
9490         * src/summaryview.c
9491                 Optimize folder_has_parent_of_type
9492                 Prevent moving special sub-folders from contextual menus
9493                 Rework message a bit ("Empty all messages" -> "Delete all
9494                 messages")
9495                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9496                 and "Deleted Items" folders)
9497
9498 2005-08-08 [colin]      1.9.13cvs28
9499
9500         * src/summaryview.c
9501         * src/prefs_summaries.c
9502                 Make "Select first unread|new" more flexible
9503                 (just prioritize new or unread)
9504
9505 2005-08-08 [colin]      1.9.13cvs27
9506
9507         * src/summaryview.c
9508                 If "select first new" is selected and there only
9509                 are unread messages, fallback to "select first
9510                 unread".
9511
9512 2005-08-08 [colin]      1.9.13cvs26
9513
9514         * src/folder.c
9515                 Fix shameful bugs (and bug #779)
9516
9517 2005-08-08 [colin]      1.9.13cvs25
9518
9519         * src/folder.c
9520         * src/folder.h
9521                 Cache parents' type to make folder_has_parent_of_type
9522                 faster
9523         * src/folderview.c
9524                 Forbid DnD of special sub-folders
9525         * src/procmsg.c
9526         * src/procmsg.h
9527                 Add MAIL_POSTFILTERING_HOOK
9528         * src/summaryview.c
9529                 Revert over-zealous deletion of the use_addr_book 
9530                 code
9531
9532 2005-08-07 [colin]      1.9.13cvs24
9533
9534         * src/folder.c
9535                 Fix big mistake (passing MsgInfo instead 
9536                 of FolderItem)
9537
9538 2005-08-07 [colin]      1.9.13cvs23
9539
9540         * src/compose.c
9541         * src/folder.c
9542         * src/folder.h
9543         * src/foldersel.c
9544         * src/folderutils.c
9545         * src/folderview.c
9546         * src/imap.c
9547         * src/mainwindow.c
9548         * src/messageview.c
9549         * src/mh.c
9550         * src/msgcache.c
9551         * src/procmime.c
9552         * src/summaryview.c
9553                 Make subfolders of Drafts, Queue, Outbox, Trash
9554                 work like their parents. 
9555                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9556
9557 2005-08-07 [colin]      1.9.13cvs22
9558
9559         * src/addressbook.c
9560                 Fix bug #771 (Dragged contacts not saved)
9561
9562 2005-08-07 [paul]       1.9.13cvs21
9563
9564         * src/summaryview.c
9565                 fix bug 32 'Search Doesn't display results
9566                 if "Hide Read Messages" is chosen'
9567                 be more literal in interpreting 'Hide read
9568                 messages'
9569
9570 2005-08-07 [colin]      1.9.13cvs20
9571
9572         * src/folderview.c
9573                 Add debug
9574         * src/summaryview.c
9575                 Faster 'unthread_for_execution'
9576
9577 2005-08-06 [paul]       1.9.13cvs19
9578
9579         * src/mainwindow.c
9580                 add mnemonics to Set displayed columns
9581                 fix bug where msgview_visible option was
9582                 overwritten as TRUE on startup
9583
9584 2005-08-06 [paul]       1.9.13cvs18
9585
9586         * src/mainwindow.c
9587                 refer to 'displayed columns in folder/message
9588                 list' not 'displayed items in summary/message view'
9589         * src/prefs_display_header.c
9590                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9591                 be consistent with similar dialogues
9592         * src/prefs_folder_column.c
9593         * src/prefs_summary_column.c
9594                 'columns' not 'items', and folder and message lists,
9595                 instead of folder and summary views;
9596                 Use 'Hidden columns' as list heading not 'Available
9597                 items';
9598                 move the 'Remove' button to the right hand side;
9599                 top-align the buttons;
9600                 remove unneeded vbox
9601         * src/prefs_summaries.c
9602                 put the 2 column prefs buttons in a frame to reduce
9603                 overall width; refer to columns not items &c.
9604
9605 2005-08-05 [colin]      1.9.13cvs17
9606
9607         * src/prefs_common.c
9608         * src/prefs_common.h
9609         * src/mainwindow.c
9610         * src/compose.c
9611         * src/messageview.c
9612                 Add an hidden toolbar_detachable pref, so
9613                 that I can get rid of these painful handles
9614                 in the toolbars. Defaults to TRUE to avoid
9615                 changing the GUI on unsuspecting people...
9616
9617 2005-08-05 [colin]      1.9.13cvs16
9618
9619         * src/Makefile.am
9620         * src/prefs_folder_column.c
9621         * src/prefs_folder_column.h
9622                 Add prefs for folder columns
9623         * src/folderview.c
9624         * src/folderview.h
9625         * src/mainwindow.c
9626         * src/mainwindow.h
9627         * src/prefs_common.c
9628         * src/prefs_common.h
9629         * src/prefs_summaries.c
9630                 Use them
9631         * src/prefs_summary_column.c
9632         * src/summaryview.c
9633         * src/summaryview.h
9634                 Add a To column
9635         * src/textview.c
9636         * src/common/utils.c
9637         * src/common/utils.h
9638                 Move uri colourisation functions
9639                 to utils
9640         * src/compose.c
9641                 Colourise URIs
9642         * src/imap.c
9643                 Fix bug with LIST where we'd try
9644                 to get Folder//////[...]/// 
9645
9646 2005-08-05 [paul]       1.9.13cvs15
9647
9648         * src/prefs_summaries.c
9649                 improve the English usage
9650         * src/summaryview.c
9651                 set font on column change
9652                 thanks to Colin
9653
9654 2005-08-05 [paul]       1.9.13cvs14
9655
9656         * src/prefs_common.c
9657         * src/prefs_common.h
9658         * src/prefs_summaries.c
9659         * src/summaryview.c
9660                 replace 'open_unread_on_enter' option with
9661                 'select_on_entry' option. opening/not opening
9662                 is now exclusively controlled by 'always_show_msg'
9663
9664 2005-08-04 [colin]      1.9.13cvs13
9665
9666         * src/compose.c
9667                 Remove dead code
9668                 Add colourisation of quotes and signatures
9669         * src/folderview.c
9670                 Fix possible crashes
9671         * src/messageview.c
9672                 Change an assert that is no problem
9673         * src/news.c
9674         * src/news_gtk.c
9675         * src/news_gtk.h
9676                 Fix offline mode
9677         * src/gtk/quicksearch.c
9678                 Fix a possible crash
9679
9680 2005-08-03 [colin]      1.9.13cvs12
9681
9682         * src/prefs_account.c
9683                 Fix bug #777 (Sylpheed crash in account configuration)
9684
9685 2005-08-03 [colin]      1.9.13cvs11
9686
9687         * src/addressbook.c
9688         * src/editaddress.c
9689         * src/editgroup.c
9690                 Fixing addressbook, round 2
9691         * src/textview.c
9692                 Fix emphasis color on rechecking 'Colorize messages'
9693
9694 2005-08-03 [paul]       1.9.13cvs10
9695
9696         sync with main
9697
9698         * src/addr_compl.c
9699         * src/compose.c
9700         * src/main.c
9701         * src/pop.c
9702         * src/prefs_account.c
9703         * src/procmime.c
9704         * src/procmsg.c
9705         * src/quote_fmt_parse.y
9706         * src/textview.c
9707         * src/common/quoted-printable.c
9708         * src/common/utils.c
9709         * src/common/utils.h
9710         * src/common/xml.c
9711                 replaced incorrect locale-independent
9712                 ctype functions with GLib's. Corrected
9713                 signedness mismatch.
9714         * src/headerview.c
9715                 headerview_create(): added spacing for vbox.
9716         * src/gtk/about.c
9717                 set focus to the OK button.
9718
9719 2005-08-03 [colin]      1.9.13cvs9
9720
9721         * src/folderview.c
9722                 Fix possible crash
9723
9724 2005-08-02 [colin]      1.9.13cvs8
9725
9726         * src/mainwindow.c
9727                 Fix cast
9728         * src/addressbook.c
9729         * src/addressitem.h
9730                 Fix a cast and more generally, try to make the
9731                 GUI more intuitive and consistent (round 1)
9732
9733 2005-08-02 [paul]       1.9.13cvs7
9734
9735         * src/folder.h
9736                 missing in 1.9.13cvs6
9737
9738 2005-08-02 [colin]      1.9.13cvs6
9739
9740         * src/folder.c
9741                 Fix one more leak
9742
9743 2005-08-02 [colin]      1.9.13cvs5
9744
9745         * src/folder.c
9746         * src/folderview.c
9747         * src/imap.c
9748         * src/main.c
9749         * src/mbox.c
9750         * src/procmsg.c
9751         * src/summaryview.c
9752                 Fix a number of folder_item_get_msg_list()-related
9753                 leaks (missing procmsg_msginfo_free()s)
9754
9755 2005-08-01 [colin]      1.9.13cvs4
9756
9757         * src/folderview.c
9758         * src/folderview.h
9759         * src/mainwindow.c
9760         * src/prefs_fonts.c
9761         * src/prefs_summaries.c
9762         * src/prefs_themes.c
9763         * src/summaryview.c
9764         * src/summaryview.h
9765         * src/textview.c
9766         * src/textview.h
9767                 Fix instant-apply of summary and folderview-related prefs
9768                 Fix erroneous g_free and alertpanels in prefs_theme
9769                 Add instant-apply for fonts
9770                 Defer applying of prefs a little bit so it's done only
9771                 once even if requested by multiples prefs pages
9772
9773 2005-08-01 [paul]       1.9.13cvs3
9774
9775         * src/main.c
9776                 fix bug 776 'S.C. crashes on close'
9777                 thanks to Colin
9778         * src/etpan/etpan-thread-manager-types.h
9779                 add missing include
9780                 thanks to Hoa
9781
9782 2005-07-25 [paul]       1.9.13cvs2
9783
9784         * src/summaryview.c
9785                 fix typos. spotted by Fabien Vantard
9786
9787 2005-07-24 [paul]       1.9.13cvs1
9788
9789         * doc/man/sylpheed.1
9790                 update man page, incorporating fix of
9791                 bug 769 'Typo in manpage'
9792         * src/etpan/imap-thread.c
9793                 fix NetBSD openssl dependencies. patch by
9794                 George Michaelson <ggm@apnic.net>
9795         * po/pt_BR.po
9796                 updated by Frederico Goncalves Guimaraes
9797
9798 2005-07-22 [paul]       1.9.13
9799
9800         1.9.13 release
9801
9802 2005-07-22 [paul]       1.9.12cvs91
9803
9804         * AUTHORS
9805         * INSTALL
9806         * README.claws
9807         * RELEASE_NOTES.claws
9808                 updated for release
9809         * configure.ac
9810         * po/nb.po
9811         * tools/claws.i18n.status.pl
9812                 add Norwegian translation. submiited by
9813                 Geir Helland <pjallabais@users.sourceforge.net>
9814         * po/ca.po
9815         * po/de.po
9816         * po/es.po
9817         * po/fi.po
9818         * po/fr.po
9819         * po/it.po
9820         * po/sk.po
9821         * po/sr.po
9822         * po/zh_CN.po
9823                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9824                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9825                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9826                 Yang Guilong
9827         * src/plugins/clamav/clamav_plugin_gtk.c
9828         * src/plugins/spamassassin/spamassassin_gtk.c
9829                 replace outdated description strings
9830
9831 2005-07-21 [colin]      1.9.12cvs90
9832
9833         * src/folder.c
9834                 Set folder to batch mode when scanning it. Makes deletion
9835                 of unread mails on IMAP much faster (due to the UNREAD 
9836                 flag unsetting)
9837
9838 2005-07-21 [darko]      1.9.12cvs89
9839
9840         * configure.ac
9841                 link against libresolv if necessary (patch by Paul)
9842         * src/msgcache.c
9843                 use glib's portable macros to determine endianness
9844
9845 2005-07-21 [paul]       1.9.12cvs88
9846
9847         * src/crash.c
9848         * src/gtk/about.c
9849                 update compiled-in features list
9850
9851 2005-07-20 [colin]      1.9.12cvs87
9852
9853         * src/folder.c
9854         * src/textview.c
9855                 Gcc 2.9x compilation fixes, thanks to Darko
9856         * src/plugins/clamav/clamav_plugin.c
9857                 Little optimisation: load virus database only once
9858         * src/plugins/spamassassin/spamassassin.c
9859                 Big optimisation: filtering one mail took at least 1 second,
9860                 now it takes at least 50ms. Doesn't speed up spamassassin 
9861                 itself, but should already be much more tolerable.
9862
9863 2005-07-20 [colin]      1.9.12cvs86
9864
9865         * src/summaryview.c
9866                 Fix performance issue
9867
9868 2005-07-19 [colin]      1.9.12cvs85
9869
9870         * src/plugins/pgpinline/plugin.c
9871                 Fix warning
9872
9873 2005-07-19 [colin]      1.9.12cvs84
9874
9875         * configure.ac
9876         * src/plugins/Makefile.am
9877         * src/plugins/pgpinline/.cvsignore
9878         * src/plugins/pgpinline/Makefile.am
9879         * src/plugins/pgpinline/pgpinline.c
9880         * src/plugins/pgpinline/pgpinline.deps
9881         * src/plugins/pgpinline/pgpinline.h
9882         * src/plugins/pgpinline/plugin.c
9883                 Put pgpinline in the main tree
9884
9885 2005-07-19 [paul]       1.9.12cvs83
9886
9887         * src/prefs_actions.c
9888                 prevent '//' in menu names, which cause a crash
9889                 thanks to Colin
9890
9891 2005-07-19 [paul]       1.9.12cvs82
9892
9893         * configure.ac
9894                 be generally more informative in configure output.
9895                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9896                 '[ --disable-openssl ...', as --enable-openssl is default
9897                 PGP/MIME: don't check for GPGME again, check for
9898                 pgpcore instead. Therefore prevent the possibility of
9899                 attempting to build pgpmime if pgpcore dependencies are
9900                 not met
9901                 ClamAV: use pkgconfig to check for lib
9902                 libgnomeprint: revert logic on inner test to match
9903                 everything else
9904         * src/plugins/pgpcore/sgpgme.c
9905                 add missing include
9906
9907 2005-07-19 [colin]      1.9.12cvs81
9908
9909         * src/summaryview.c
9910                 Fix slow thread rebuilding in particular
9911                 cases
9912
9913 2005-07-19 [paul]       1.9.12cvs80
9914
9915         * sylpheed-claws.desktop
9916                 fix typo, spotted by Stephan Sachse
9917         * src/account.c
9918                 replace GTK_STOCK_ADD with
9919                 GTK_STOCK_NEW button
9920
9921 2005-07-18 [colin]      1.9.12cvs79
9922
9923         * src/etpan/imap-thread.c
9924                 Fix return value (Thanks Hoa)
9925
9926 2005-07-18 [colin]      1.9.12cvs78
9927
9928         * src/imap.c
9929                 Allow empty passwords
9930                 Create drafts/queue/outbox if necessary
9931         * src/summaryview.c
9932                 Remove old code
9933         * src/etpan/imap-thread.c
9934                 Fix STARTTLS (Thanks to Hoa)
9935
9936 2005-07-18 [paul]       1.9.12cvs77
9937
9938         * ChangeLog-gtk2.jp
9939         * ChangeLog.jp
9940                 removed
9941         * Makefile.am
9942                 updated to reflect additions and removals
9943         * TODO
9944                 updated to be claws-specific
9945         * TODO-gtk2
9946         * TODO-gtk2.jp
9947         * TODO.jp
9948         * sylpheed-128x128.png
9949         * sylpheed-64x64.png
9950                 removed
9951         * sylpheed-claws-128x128.png
9952         * sylpheed-claws-64x64.png
9953         * sylpheed-claws.desktop
9954         * sylpheed-claws.png
9955                 added
9956         * sylpheed.desktop
9957         * sylpheed.png
9958                 removed
9959
9960 2005-07-17 [paul]       1.9.12cvs76
9961
9962         * src/account.c
9963         * src/addressbook.c
9964         * src/alertpanel.c
9965         * src/alertpanel.h
9966         * src/compose.c
9967         * src/exphtmldlg.c
9968         * src/expldifdlg.c
9969         * src/folderview.c
9970         * src/imap_gtk.c
9971         * src/inc.c
9972         * src/message_search.c
9973         * src/messageview.c
9974         * src/mh_gtk.c
9975         * src/news_gtk.c
9976         * src/prefs_actions.c
9977         * src/prefs_filtering.c
9978         * src/prefs_matcher.c
9979         * src/prefs_template.c
9980         * src/prefs_themes.c
9981         * src/ssl_manager.c
9982         * src/summary_search.c
9983         * src/textview.c
9984         * src/toolbar.c
9985         * src/gtk/sslcertwindow.c
9986         * src/plugins/pgpcore/sgpgme.c
9987                 rework alertpanels
9988
9989 2005-07-17 [colin]      1.9.12cvs75
9990
9991         * src/privacy.c
9992                 add a PrivacySystem accessor that checks that
9993                 the system cached in a MimeInfo's privacydata
9994                 is still registered. Use this accessor instead
9995                 of directly using data->system. Fixes crashes
9996                 after unloading pgp plugins.
9997
9998 2005-07-17 [colin]      1.9.12cvs74
9999
10000         * src/alertpanel.c
10001                 Change geometry hints to a simple default size.
10002                 Fixes the certs dialogs.
10003
10004 2005-07-17 [colin]      1.9.12cvs73
10005
10006         * src/gtk/sslcertwindow.c
10007                 Use a gtkExpander
10008
10009 2005-07-17 [colin]      1.9.12cvs72
10010
10011         * src/plugins/pgpcore/Makefile.am
10012         * src/plugins/pgpmime/Makefile.am
10013                 Add gpgme libs
10014
10015 2005-07-17 [paul]       1.9.12cvs71
10016
10017         * configure.ac
10018                 add --disable-gnomeprint option
10019                 modified version of patch by Marius Mauch
10020
10021 2005-07-17 [paul]       1.9.12cvs70
10022
10023         * src/common/defs.h
10024                 update urls
10025         * src/account.c
10026         * src/action.c
10027         * src/addressbook.c
10028         * src/compose.c
10029         * src/foldersel.c
10030         * src/folderview.c
10031         * src/html.c
10032         * src/imap_gtk.c
10033         * src/main.c
10034         * src/mainwindow.c
10035         * src/messageview.c
10036         * src/mh_gtk.c
10037         * src/mimeview.c
10038         * src/news_gtk.c
10039         * src/prefs_account.c
10040         * src/prefs_send.c
10041         * src/prefs_summaries.c
10042         * src/procmsg.c
10043         * src/summaryview.c
10044         * src/common/utils.c
10045         * src/common/xml.c
10046         * src/plugins/pgpcore/passphrase.c
10047         * src/plugins/pgpcore/select-keys.c
10048                 replace inappropriately used backticks
10049                 with single quotes
10050
10051 2005-07-16 [colin]      1.9.12cvs69
10052
10053         * src/image_viewer.c
10054                 Add extra paranoid checks
10055
10056 2005-07-16 [colin]      1.9.12cvs68
10057
10058         * src/plugins/pgpcore/prefs_gpg.c
10059                 Don't auto-check sigs by default, as it
10060                 can be really slow.
10061
10062 2005-07-16 [colin]      1.9.12cvs67
10063
10064         * src/plugins/pgpcore/sgpgme.c
10065                 Make messages a bit better.
10066
10067 2005-07-16 [colin]      1.9.12cvs66
10068
10069         * src/imap.c
10070                 Remove pseudo-log
10071         * src/etpan/imap-thread.c
10072                 Add real log
10073
10074 2005-07-16 [colin]      1.9.12cvs65
10075
10076         * src/main.c
10077         * src/prefs_other.c
10078                 And now, fix build with libetpan :-/
10079
10080 2005-07-15 [colin]      1.9.12cvs64
10081
10082         * src/prefs_other.c
10083                 Continue fixing build without libetpan.
10084
10085 2005-07-15 [colin]      1.9.12cvs63
10086
10087         * src/main.c
10088                 Fix build with --disable-libetpan
10089
10090 2005-07-15 [colin]      1.9.12cvs62
10091
10092         * configure.ac
10093                 Bump libetpan's version
10094
10095 2005-07-15 [colin]      1.9.12cvs61
10096
10097         * src/etpan/imap-thread.c
10098                 Actually stop logging :)
10099
10100 2005-07-15 [colin]      1.9.12cvs60
10101
10102         * src/addressbook.c
10103                 Fix dnd of multiple addresses.
10104
10105 2005-07-15 [hoa]        1.9.12cvs59
10106
10107         * src/etpan/imap-thread.c
10108             disable login of IMAP password in libetpan log file.
10109
10110 2005-07-15 [paul]       1.9.12cvs58
10111
10112         * src/account.c
10113                 don't automatically sort
10114                 do allow drag n drop
10115
10116 2005-07-15 [paul]       1.9.12cvs57
10117
10118         * src/account.c
10119         * src/ssl_manager.c
10120                 alphabetical listing
10121
10122 2005-07-15 [paul]       1.9.12cvs56
10123
10124         * src/gtk/pluginwindow.c
10125                 sort plugin list alphabetically
10126
10127 2005-07-15 [paul]       1.9.12cvs55
10128
10129         * src/prefs_spelling.c
10130         * src/prefs_wrapping.c
10131                 unify English usage
10132
10133 2005-07-15 [colin]      1.9.12cvs54
10134
10135         * src/wizard.c
10136                 Typo fix
10137
10138 2005-07-15 [paul]       1.9.12cvs53
10139
10140         * src/prefs_message.c
10141                 make 'show cursor' a hidden option
10142
10143 2005-07-14 [colin]      1.9.12cvs52
10144
10145         * src/plugins/spamassassin/Makefile.am
10146         * src/plugins/clamav/Makefile.am
10147                 Fix double EXTRA_DISTs
10148
10149 2005-07-14 [colin]      1.9.12cvs51
10150
10151         * src/plugins/clamav/Makefile.am
10152         * src/plugins/clamav/clamav_plugin_gtk.deps
10153         * src/plugins/spamassassin/Makefile.am
10154         * src/plugins/spamassassin/spamassassin_gtk.deps
10155                 Make $plugin_gtk depend on $plugin
10156
10157 2005-07-14 [hoa]        1.9.12cvs50
10158
10159         * src/etpan/imap-thread.c
10160                 enable debug log of libetpan when running with --debug
10161
10162 2005-07-14 [colin]      1.9.12cvs49
10163
10164         * configure.ac
10165         * src/common/Makefile.am
10166         * src/common/plugin.c
10167         * src/common/plugin.h
10168                 Add a little plugin dependancy system.
10169                 Plugins can ship a $plugin_name.deps file
10170                 (near them in PLUGINDIR) so that their
10171                 dependancies are loaded if possible.
10172         * src/plugins/Makefile.am
10173         * src/plugins/pgpcore/Makefile.am
10174         * src/plugins/pgpcore/passphrase.c
10175         * src/plugins/pgpcore/passphrase.h
10176         * src/plugins/pgpcore/plugin.c
10177         * src/plugins/pgpcore/prefs_gpg.c
10178         * src/plugins/pgpcore/prefs_gpg.h
10179         * src/plugins/pgpcore/select-keys.c
10180         * src/plugins/pgpcore/select-keys.h
10181         * src/plugins/pgpcore/sgpgme.c
10182         * src/plugins/pgpcore/sgpgme.h
10183                 Introduce pgpcore, used by pgpmime and
10184                 pgpinline
10185         * src/plugins/pgpmime/Makefile.am
10186         * src/plugins/pgpmime/passphrase.c
10187         * src/plugins/pgpmime/passphrase.h
10188         * src/plugins/pgpmime/pgpmime.c
10189         * src/plugins/pgpmime/pgpmime.deps
10190         * src/plugins/pgpmime/plugin.c
10191         * src/plugins/pgpmime/prefs_gpg.c
10192         * src/plugins/pgpmime/prefs_gpg.h
10193         * src/plugins/pgpmime/select-keys.c
10194         * src/plugins/pgpmime/select-keys.h
10195         * src/plugins/pgpmime/sgpgme.c
10196         * src/plugins/pgpmime/sgpgme.h
10197                 Remove the core from pgpmime and add the
10198                 dependancy to pgpcore.
10199
10200 2005-07-14 [paul]       1.9.12cvs48
10201
10202         * src/stock_pixmap.c
10203                 forgot this in last commit
10204
10205 2005-07-14 [paul]       1.9.12cvs47
10206
10207         * src/account.c
10208         * src/addressbook.c
10209                 add accelerators for the buttons (sync with main)
10210         * src/compose.c
10211         * src/compose.h
10212                 add accelerators for the buttons.
10213                 fix editing with external editor.
10214                 replace gdk_input_*() with GIOChannel;
10215                 (sync with main)
10216         * src/foldersel.c
10217                 display folder names with new/unread
10218                 representation (sync with main)
10219         * src/main.c
10220                 specify default window icon (sync with main)
10221         * src/prefs_common.c
10222                 use_addr_book default to FALSE
10223         * src/summaryview.c
10224         * src/textview.c
10225                 add accelerators for the buttons (sync with main)
10226         * src/gtk/menu.c
10227                 fix typos
10228         * src/pixmaps/sylpheed_icon.xpm
10229                 updated
10230
10231 2005-07-13 [paul]       1.9.12cvs46
10232
10233         * src/plugins/pgpmime/pgpmime.c
10234         * src/plugins/pgpmime/sgpgme.c
10235                 (temporarily) use deprecated gpgme_data_rewind()
10236                 while largefile support is not present
10237                 (as suggested by Colin)
10238
10239 2005-07-13 [paul]       1.9.12cvs45
10240
10241         * configure.ac
10242                 remove large file support (for now):
10243                 it breaks too many things
10244
10245 2005-07-13 [paul]       1.9.12cvs44
10246
10247         * configure.ac
10248                 add large file support
10249         * src/html.c
10250                 fix bug #763 where href attribute was not
10251                 the very first attribute of a link
10252                 patch by Thomas Gilgin
10253
10254 2005-07-13 [colin]      1.9.12cvs43
10255
10256         * src/gtk/pluginwindow.c
10257                 Little portability fix
10258
10259 2005-07-13 [colin]      1.9.12cvs42
10260
10261         * src/plugins/pgpmime/sgpgme.c
10262                 Fix crasher.
10263
10264 2005-07-13 [colin]      1.9.12cvs41
10265
10266         * src/plugins/pgpmime/pgpmime.c
10267         * src/plugins/pgpmime/sgpgme.c
10268                 Use gpgme_data_release_and_get_mem instead
10269                 of gpgme_data_read.
10270
10271 2005-07-13 [colin]      1.9.12cvs40
10272
10273         * configure.ac
10274         * src/plugins/pgpmime/passphrase.c
10275         * src/plugins/pgpmime/passphrase.h
10276         * src/plugins/pgpmime/pgpmime.c
10277         * src/plugins/pgpmime/plugin.c
10278         * src/plugins/pgpmime/select-keys.c
10279         * src/plugins/pgpmime/select-keys.h
10280         * src/plugins/pgpmime/sgpgme.c
10281         * src/plugins/pgpmime/sgpgme.h
10282                 Port pgpmime to gpgme-1.0.
10283
10284 2005-07-12 [paul]       1.9.12cvs39
10285
10286         * AUTHORS
10287         * src/toolbar.c
10288         * src/toolbar.h
10289                 add a 'Go to Prev' button to the toolbar.
10290                 correct tooltip text of go to buttons.
10291                 based on patch by Yang Guilong <bamanzi@gmail.com>
10292
10293 2005-07-12 [colin]      1.9.12cvs38
10294
10295         * src/statusbar.c
10296                 Fix progress bar showing stuff at startup.
10297
10298 2005-07-12 [paul]       1.9.12cvs37
10299
10300         * src/editjpilot.c
10301                 fix building with jpilot support
10302
10303 2005-07-11 [colin]      1.9.12cvs36
10304
10305         * src/inc.c
10306                 Add visual indication that filtering is running
10307         * src/textview.c
10308                 Make {}[] uri delimiters
10309         * src/summaryview.c
10310                 Remove useless (and slow) calls
10311
10312 2005-07-11 [paul]       1.9.12cvs35
10313
10314         * src/plugins/clamav/clamav_plugin_gtk.c
10315         * src/plugins/dillo_viewer/dillo_prefs.c
10316         * src/plugins/pgpmime/prefs_gpg.c
10317         * src/plugins/spamassassin/spamassassin_gtk.c
10318                 gather plugins prefs together under their
10319                 own 'Plugins' heading
10320
10321 2005-07-11 [paul]       1.9.12cvs34
10322
10323         sync with main
10324
10325         * src/account.c
10326                 account_delete(): modified alert dialog
10327         * src/editjpilot.c
10328         * src/editvcard.c
10329                 fixed a crash when cancelling file selection
10330                 dialog by Escape key. Made non-ascii filename
10331                 selectable.
10332         * src/prefs_template.c
10333                 prefs_template_window_create(): make scrolled
10334                 window policy AUTOMATIC
10335
10336 2005-07-10 [hoa]        1.9.12cvs33
10337
10338         * src/etpan/imap-thread.c
10339                 workaround for old Courier IMAP servers.
10340
10341 2005-07-10 [colin]      1.9.12cvs32
10342
10343         * src/folder.c
10344         * src/statusbar.c
10345         * src/statusbar.h
10346                 Add visual progress indicator on filtering/processing
10347                 Factorize the progress bar code
10348         * src/imap.c
10349         * src/imap.h
10350         * src/etpan/imap-thread.c
10351                 Add a reference counter to avoid destroying the Folder
10352                 while it's in use by another callback.
10353
10354 2005-07-09 [hoa]        1.9.12cvs31
10355
10356         * src/imap.c
10357         * src/etpan/imap-thread.c
10358                 fixed deadlock when removing IMAP account.
10359
10360 2005-07-08 [colin]      1.9.12cvs30
10361
10362         * src/textview.c
10363         * src/unmime.c
10364                 Fix again problems decoding broken headers
10365         * src/gtk/inputdialog.c
10366                 Fix local variable shadowing a global one
10367
10368 2005-07-08 [colin]      1.9.12cvs29
10369
10370         * src/msgcache.c
10371                 Make the cache/mark files platform-agnostic by writing
10372                 them in little-endian format. Reading them is also done
10373                 in little-endian format, of course; however, in order
10374                 to avoid trashing mark data on big-endian machines, the
10375                 files are, at first, read from the native format if the
10376                 little-endian one doesn't exist. This is easy to deter-
10377                 mine by trying to open a file with a swapped data_ver
10378                 and seeing if it's the wanted version.
10379                 Little-endian using users should see absolutely no
10380                 difference, Big-endian users may get a very little
10381                 performance drop due to byte-swapping.
10382                 Tested on i386 and ppc32. 
10383                 Fixes bug #159 (The index file, in the mailboxes, is 
10384                 hardware depending).
10385
10386                 To have the cache/mark files updated to the new little-
10387                 endian format, "Check for new messages" or even
10388                 "Rebuild folder tree" aren't enough. Files will be
10389                 updated as soon as a folder has been opened/closed.
10390                 To update everything, just select all folders by
10391                 selecting them one by one.
10392
10393 2005-07-07 [colin]      1.9.12cvs28
10394
10395         * src/imap.c
10396                 Remember the folder separator per IMAPFolder
10397                 instead of globally.
10398                 Revive the Session on noop; fixes bug #761
10399                 (mark a bunch of unread messages as read takes 
10400                 forever)
10401
10402 2005-07-07 [darko]      1.9.12cvs27
10403
10404         * src/common/template.c
10405                 Sort templates alphabetically
10406
10407 2005-07-06 [colin]      1.9.12cvs26
10408
10409         * src/imap.c
10410                 Try to use the correct separator in
10411                 most cases. Possibly fixes bug #759
10412                 (only creates the INBOX folder when 
10413                 setting up new IMAP account) and 
10414                 bug #760 (Can't retrieve messages)
10415
10416 2005-07-06 [colin]      1.9.12cvs25
10417
10418         * src/imap.c
10419                 Use real_path in status command. This will
10420                 help later, when namespaces will be used.
10421
10422 2005-07-06 [colin]      1.9.12cvs24
10423
10424         * configure.ac
10425         * src/account.c
10426         * src/folder.c
10427         * src/imap.c
10428         * src/etpan/etpan-log.c
10429         * src/etpan/etpan-thread-manager.c
10430         * src/etpan/imap-thread.c
10431                 Add a --disable-libetpan parameter. With this,
10432                 users that don't want IMAP4 support can avoid
10433                 the new dependancy (and have no IMAP support).
10434                 Users that have IMAP4 accounts and use this
10435                 parameter won't lose their configuration, their
10436                 IMAP accounts will just be invisible and not
10437                 used.
10438         * src/textview.c
10439                 Make the "Copy ..." contextual menu items 
10440                 copy to both the X clipboard and the gtk 
10441                 clipboard - as most other apps do.
10442         * src/gtk/about.c
10443                 Add a notice about OpenSSL usage, in order to
10444                 comply with OpenSSL's license (point 6):
10445                 http://www.openssl.org/source/license.html
10446
10447 2005-07-06 [colin]      1.9.12cvs23
10448
10449         * src/alertpanel.c
10450                 Fix a minimum size for alertpanels
10451         * src/compose.c
10452                 Show 'No space left on device' type errors
10453                 when queuing/sending
10454         * src/imap_gtk.c
10455         * src/mh_gtk.c
10456                 Rework folder's deletion message (remove 
10457                 extra \n)
10458
10459 2005-07-05 [colin]      1.9.12cvs22
10460
10461         * src/imap.c
10462                 Add an alertpanel on auth error
10463                 Add pseudo-log
10464                 Remove pthread-related stuff
10465
10466 2005-07-05 [colin]      1.9.12cvs21
10467
10468         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10469                 Fix crash on plugin reloading (with a hack)
10470
10471 2005-07-05 [colin]      1.9.12cvs20
10472
10473         * src/prefs_account.c
10474         * src/prefs_account.h
10475                 Fix typo
10476         * src/gtk/filesel.c
10477         * src/gtk/filesel.h
10478                 Add a way to filter the view
10479         * src/gtk/pluginwindow.c
10480                 Filter loadable stuff
10481         * src/plugins/pgpmime/prefs_gpg.c
10482                 Fix missing unregistration
10483         * .cvsignore
10484         * src/etpan/.cvsignore
10485         * src/plugins/spamassassin/.cvsignore
10486                 Add more stuff to cvs ignored files
10487
10488 2005-07-04 [colin]      1.9.12cvs19
10489
10490         * src/imap.c
10491                 Fix scan_required returning FALSE when it
10492                 shouldn't. Maybe fix #760 (Can't retrieve
10493                 messages)
10494
10495 2005-07-04 [colin]      1.9.12cvs18
10496
10497         * src/summaryview.c
10498                 Fix always_show_msg pref
10499
10500 2005-07-04 [paul]       1.9.12cvs17
10501
10502         sync with main (forgotten in last commit)
10503         
10504         * src/common/utils.c
10505         * src/common/utils.h
10506                 check_line_length(): new.
10507                 is_dir_exist()
10508                 is_file_entry_exist()
10509                 dirent_is_regular_file()
10510                 dirent_is_directory(): use g_file_test() instead of stat().
10511
10512 2005-07-04 [paul]       1.9.12cvs16
10513
10514         sync with main:
10515
10516         * src/compose.c
10517                 compose_write_to_file(): check for line
10518                 length limit and display warning if exceeds
10519         * src/jpilot.c
10520                 use get_home_dir() instead of g_get_home_dir()
10521         * src/procheader.c
10522                 removed warning about invalid date
10523         * src/vcard.c
10524                 use get_home_dir() instead of g_get_home_dir()
10525
10526 2005-07-04 [paul]       1.9.12cvs15
10527
10528         * src/stock_pixmap.c
10529                 fix new pixmap naming errors
10530                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10531
10532 2005-07-04 [colin]      1.9.12cvs14
10533
10534         * src/imap.c
10535                 Fix debugging string with a warning
10536
10537 2005-07-04 [colin]      1.9.12cvs13
10538
10539         * configure.ac
10540                 Add a check for libetpan's version (>= 0.37)
10541
10542 2005-07-04 [hoa]        1.9.12cvs12
10543
10544         * commitHelper
10545         * src/imap.c
10546         * src/etpan/imap-thread.c
10547         * src/etpan/imap-thread.h
10548                 fixed IMAP implementation of check of mails.
10549
10550 2005-07-03 [hoa]        1.9.12cvs11
10551
10552         * src/etpan/Makefile.am
10553         * src/etpan/etpan-errors.h
10554         * src/etpan/etpan-log.[ch]
10555         * src/etpan/etpan-thread-manager-types.h
10556         * src/etpan/etpan-thread-manager.[ch]
10557         * src/etpan/imap-thread.[ch]
10558         * src/Makefile.am
10559         * src/imap.c
10560         * src/main.c
10561         * src/prefs_other.c
10562         * configure.ac
10563             merged imap branch.
10564             dependency on libetpan 0.37 is now added.
10565
10566 2005-07-01 [colin]      1.9.12cvs10
10567
10568         * src/Makefile.am
10569         * src/folder.c
10570         * src/folder.h
10571         * src/folderview.c
10572         * src/stock_pixmap.c
10573         * src/stock_pixmap.h
10574         * src/plugins/trayicon/trayicon.c
10575                 Add marked symbol on folders containing
10576                 marked messages
10577         * src/procmsg.c
10578         * src/procmsg.h
10579         * src/toolbar.c
10580         * src/prefs_common.c
10581         * src/prefs_common.h
10582         * src/prefs_send.c
10583                 Add an optional confirmation dialog on queue
10584                 sending. Patch by wwp.
10585         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10586         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10587         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10588         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10589         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10590         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10591         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10592         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10593         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10594         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10595         * src/pixmaps/trash_mark.xpm            ** ADDED **
10596                 New pixmaps
10597
10598 2005-07-01 [colin]      1.9.12cvs9
10599
10600         * src/summaryview.c
10601                 Fix a little threading bug
10602         * src/addrgather.c
10603         * src/mainwindow.c
10604                 A little bit of HIG normality never hurts
10605
10606 2005-07-01 [colin]      1.9.12cvs8
10607
10608         * src/compose.c
10609         * src/msgcache.c
10610         * src/pop.c
10611         * src/procmime.c
10612         * src/recv.c
10613         * src/common/log.c
10614         * src/common/template.c
10615         * src/common/utils.c
10616         * src/common/utils.h
10617                 Reverted the fwrite_atomic stuff. In fact
10618                 it is already atomic.
10619
10620 2005-06-30 [colin]      1.9.12cvs7
10621
10622         * src/common/utils.c
10623         * src/common/utils.h
10624                 Add an fwrite_atomic() function to make
10625                 sure we write everything: fwrite can make
10626                 short writes.
10627         * src/compose.c
10628         * src/msgcache.c
10629         * src/pop.c
10630         * src/procmime.c
10631         * src/recv.c
10632         * src/common/log.c
10633         * src/common/template.c
10634                 Use that (and fix swapping of size and nmemb).
10635                 Thanks to Rich Coe for the heads up.
10636
10637 2005-06-30 [colin]      1.9.12cvs6
10638
10639         * src/addressbook.c
10640                 Optimize addressbook opening 
10641
10642 2005-06-30 [colin]      1.9.12cvs5
10643
10644         * src/summaryview.c
10645                 Remove calls to summary_step after move/copy
10646
10647 2005-06-28 [paul]       1.9.12cvs4
10648
10649         * src/alertpanel.c
10650                 wrap and make the error msg selectable
10651
10652 2005-06-28 [paul]       1.9.12cvs3
10653
10654         * src/ssl_manager.c
10655                 replace the OK button with a Close button
10656         * src/gtk/foldersort.c
10657                 use GTK_STOCK_ icons/buttons
10658
10659 2005-06-28 [colin]      1.9.12cvs2
10660
10661         * src/gedit-print.c             ** ADDED **
10662         * src/gedit-print.h             ** ADDED **
10663         * src/gtk/gtksourceprintjob.c   ** ADDED **
10664         * src/gtk/gtksourceprintjob.h   ** ADDED **
10665                 I can't believe no one had enough time to tell
10666                 me I forgot the `cvs add`
10667
10668 2005-06-27 [colin]      1.9.12cvs1
10669
10670         * src/Makefile.am
10671         * src/gtk/Makefile.am
10672         * src/messageview.c
10673         * src/procmsg.c
10674         * src/summaryview.c
10675         * configure.ac
10676                 Add optional libgnomeprint-based printing
10677         * src/mainwindow.c
10678         * src/gtk/quicksearch.c
10679                 Add an Edit/Quick search menu item to show
10680                 and focus the quicksearch
10681
10682 2005-06-27 [paul]       1.9.12
10683
10684         1.9.12 release
10685
10686         * po/ca.po
10687         * po/de.po
10688         * po/es.po
10689         * po/fr.po
10690         * po/it.po
10691         * po/ko.po
10692         * po/pt_BR.po
10693         * po/sk.po
10694         * po/zh_CN.po
10695                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10696                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10697                 SungHyun Nam, Frederico Goncalves Guimaraes,
10698                 Andrej Kacian, and Yang Guilong
10699 2005-06-26 [colin]      1.9.11cvs106
10700
10701         * src/imap_gtk.c
10702                 Forgot one file for previous fix
10703
10704 2005-06-26 [colin]      1.9.11cvs105
10705
10706         * src/folder.c
10707         * src/imap.c
10708                 Fix problems with folder operations in no_select
10709                 imap folders. it applies only to mails, and 
10710                 creation/deletion/move/renaming of folders 
10711                 should be possible
10712
10713 2005-06-26 [paul]       1.9.11cvs104
10714
10715         * src/prefs_filtering.c
10716                 replace one more GTK_STOCK_REMOVE
10717                 with GTK_STOCK_DELETE
10718
10719 2005-06-25 [colin]      1.9.11cvs103
10720
10721         * src/imap.c
10722                 Optimize get_seq_set_from_seq_list
10723                 (Patch by Ricardo) 
10724
10725 2005-06-25 [colin]      1.9.11cvs102
10726
10727         * src/mh.c
10728                 If the directory exists, but not in the
10729                 correct encoding, rename it. This should
10730                 handle old-versions-induced bugs.
10731
10732 2005-06-25 [colin]      1.9.11cvs101
10733
10734         * src/mh.c
10735                 Fix path access with extended dir names
10736                 Fixes bug #589 (SC segfaults with wrong locale
10737                 settings)
10738
10739 2005-06-25 [colin]      1.9.11cvs100
10740
10741         * src/prefs_account.c
10742         * src/prefs_account.h
10743         * src/compose.c
10744                 Add an option to encrypt replies to
10745                 encrypted messages
10746
10747 2005-06-25 [colin]      1.9.11cvs99
10748
10749         * src/compose.c
10750         * src/quote_fmt_parse.y
10751                 ... And make it work with pgpinline.
10752
10753 2005-06-25 [colin]      1.9.11cvs98
10754
10755         * src/compose.c
10756         * src/procmime.c
10757         * src/procmime.h
10758         * src/quote_fmt_parse.y
10759                 o Make reedition of encrypted messages possible
10760                   (as long as it is encrypted to self too, no
10761                    magic there)
10762                 o Make replying with quote (and without selecting
10763                   text) possible for encrypted messages.
10764                 Closes bug #550 (Not possible to "reply with quote"
10765                 to gnupg encrypted messages)
10766
10767 2005-06-24 [paul]       1.9.11cvs97
10768
10769         * src/imap.c
10770                 add missing include
10771
10772 2005-06-24 [paul]       1.9.11cvs96
10773
10774         * src/editldap.c
10775                 made bind password entry invisible
10776                 (sync with main)
10777         * src/send_message.c
10778                 send_message_local(): check exit status
10779                 to detect errors (sync with main)
10780         * src/textview.c
10781                 use main's less ambiguous popup menu
10782                 wording
10783
10784 2005-06-24 [paul]       1.9.11cvs95
10785
10786         * src/prefs_actions.c
10787         * src/prefs_customheader.c
10788         * src/prefs_display_header.c
10789         * src/prefs_filtering_action.c
10790         * src/prefs_matcher.c
10791         * src/prefs_template.c
10792         * src/prefs_toolbar.c
10793                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10794         * src/gtk/description_window.c
10795                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10796
10797 2005-06-23 [colin]      1.9.11cvs94
10798
10799         * src/summaryview.c
10800                 Fix rough edges (be sure to call status_show whenever
10801                 necessary).
10802
10803 2005-06-23 [colin]      1.9.11cvs93
10804
10805         * src/summaryview.c
10806                 Optimize Select All
10807                 Before, in a 5K mails folder: 11s
10808                 After, in the same folder: 58000µs
10809                 The joys of locking... gtk_clist_select_all() fires a 
10810                 tree-select-row event for each selected row, which in 
10811                 summaryview, callbacks summary_selected which in turn,
10812                 calls summary_status_show, which walks the selected
10813                 rows. Hence, calling gtk_clist_select_all was 
10814                 exponential. Locking the summaryview makes 
10815                 summary_selected return early.
10816
10817 2005-06-23 [colin]      1.9.11cvs92
10818
10819         * src/imap.c
10820                 Move mutex at the important place to avoid
10821                 deadlocks
10822         * src/summaryview.c
10823                 Fix Del key deleting directly instead of
10824                 moving to trash
10825
10826 2005-06-22 [colin]      1.9.11cvs91
10827
10828         * src/plugins/spamassassin/libspamc.c
10829                 As we do spagetti code with assignations in multiple
10830                 places (see _message_read_raw where out = msg = raw),
10831                 let's be sure we don't free the same pointer twice.
10832                 Should fix bug #683 (Crash in libpam at 
10833                 message_cleanup).
10834
10835 2005-06-22 [colin]      1.9.11cvs90
10836
10837         * src/compose.c
10838         * src/messageview.c
10839         * src/toolbar.c
10840                 Make toolbar's delete use the move to trash stuff;
10841                 Add gtk_widget_realize to be sure pixmaps can get
10842                 created (that may fix an old worksforme bug which
10843                 I can't find back...)
10844
10845 2005-06-22 [colin]      1.9.11cvs89
10846
10847         * src/summaryview.c
10848         * src/summaryview.h
10849         * src/mainwindow.c
10850                 Rename "Message/Delete" to "Message/Move to trash"
10851                 Add "Message/Delete..." that directly destroys the
10852                 selected messages after asking for a confirmation.
10853
10854 2005-06-22 [colin]      1.9.11cvs88
10855
10856         * src/imap.c
10857                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10858                 o Fix a deadlock (thanks Darko)
10859
10860 2005-06-22 [colin]      1.9.11cvs87
10861
10862         * src/gtk/foldersort.c
10863                 Add missing include for the i18n;
10864                 patch by Fabien Vantard
10865
10866 2005-06-21 [colin]      1.9.11cvs86
10867
10868         * src/folder.c
10869         * src/folderview.c
10870                 Respect the no_select flag
10871         * src/imap.c
10872                 Fix recursive deletion
10873         * src/imap_gtk.c
10874         * src/mh_gtk.c
10875                 Make the folder deletion's warning
10876                 more explicit
10877
10878 2005-06-21 [colin]      1.9.11cvs85
10879
10880         * src/textview.c
10881                 Prevent email addresses from spanning accross
10882                 lines - fixes bug # 646 (newline-chars in 
10883                 email addresses)
10884
10885 2005-06-20 [colin]      1.9.11cvs84
10886
10887         * src/folder.c
10888                 Be sure not to remove source if copy failed
10889
10890 2005-06-20 [colin]      1.9.11cvs83
10891
10892         * src/folderview.c
10893         * src/imap_gtk.c
10894                 remove summaryview's lock
10895         * src/imap.c
10896                 introduce threads to avoid problems when foreground tasks
10897                 interfere with background tasks
10898         * src/mh.c
10899                 prevent moving to drafts/queue
10900         * src/mimeview.c
10901                 fix leak
10902
10903 2005-06-19 [colin]      1.9.11cvs82
10904
10905         * src/imap_gtk.c
10906                 Remember that the user doesn't want to override
10907                 offline mode, for 3 seconds. It avoid presenting
10908                 him with N popups in a really short time.
10909
10910 2005-06-17 [colin]      1.9.11cvs81
10911
10912         * src/imap.c
10913                 Fix IMAP breaking on folders containing '('
10914                 (Probably won't be enough)
10915
10916 2005-06-17 [colin]      1.9.11cvs80
10917
10918         Forgotten files on 1.9.11cvs79
10919         * src/summaryview.c
10920                 Fix stepping when not immediately executing
10921         * src/imap.c
10922                 Really prevent UID FETCH 0
10923         * src/codeconv.c
10924                 Fix outgoing charset never set to utf-8
10925         * src/mh.c
10926                 Fix leak
10927
10928 2005-06-16 [colin]      1.9.11cvs79
10929
10930         * src/compose.c
10931                 Fix bug #707 (Dash splits rows)
10932                 Only wrap if we're on a line break position and
10933                 the previous one was a "white" (space) char.
10934                 Pango stuff is weird.
10935
10936 2005-06-16 [colin]      1.9.11cvs78
10937
10938         * src/imap_gtk.c
10939                 Lock summaryview while downloading messages
10940                 on user demand
10941         * src/procheader.c
10942         * src/unmime.c
10943         * src/common/utils.c
10944         * src/common/utils.h
10945                 Replace \r and \n with spaces in From and
10946                 Subject headers
10947
10948 2005-06-16 [paul]       1.9.11cvs77
10949
10950         * src/procmime.c
10951                 liberalise the mime parser
10952         * src/gtk/about.c
10953                 add text wrapping
10954
10955 2005-06-16 [paul]       1.9.11cvs76
10956
10957         * src/gtk/about.c
10958                 reworked
10959
10960 2005-06-15 [colin]      1.9.11cvs75
10961
10962         * src/compose.c
10963                 Finish header encoding fix
10964         * src/summaryview.c
10965                 Fix segfault
10966         * src/headerview.c
10967                 Fix compilation (Thanks Stephan
10968                 Sachse)
10969
10970 2005-06-15 [colin]      1.9.11cvs74
10971
10972         * Makefile.am
10973                 Install gnome2 stuff rather than gnome1, 
10974                 if both are present
10975         * src/codeconv.c
10976         * src/codeconv.h
10977         * src/compose.c
10978                 Fix headers encoding
10979         * src/folder.c
10980                 Visual progress when fetching all messages
10981         * src/folderview.c
10982         * src/summaryview.c
10983         * src/summaryview.h
10984                 Prevent changing current message while
10985                 incorporating
10986
10987 2005-06-15 [paul]       1.9.11cvs73
10988
10989         * src/gtk/gtkaspell.c
10990         * src/gtk/gtkaspell.h
10991                 fix build warnings
10992
10993 2005-06-15 [paul]       1.9.11cvs72
10994
10995         * src/prefs_filtering.c
10996                 allow reordering of filter rules by
10997                 drag n drop
10998
10999 2005-06-15 [paul]       1.9.11cvs71
11000
11001         * COPYING
11002                 updated
11003         * src/codeconv.c
11004                 replace deprecated function
11005         * src/inc.c
11006         * src/send_message.c
11007         * src/gtk/progressdialog.c
11008         * src/gtk/progressdialog.h
11009                 salvage and reuse parts of reverted sync
11010
11011 2005-06-15 [paul]       1.9.11cvs70
11012
11013         * src/inc.c
11014         * src/send_message.c
11015         * src/gtk/progressdialog.c
11016         * src/gtk/progressdialog.h
11017                 revert yesterday's sync with main
11018                 it contains deprecated functions
11019
11020 2005-06-15 [colin]      1.9.11cvs69
11021
11022         * src/headerview.c
11023                 Fix bug #670 (multi user to: will corrupt message 
11024                 headers display)
11025
11026 2005-06-15 [colin]      1.9.11cvs68
11027
11028         * src/compose.c
11029                 Fix bug #421 (Fix undo on wrapping)
11030
11031 2005-06-15 [colin]      1.9.11cvs67
11032
11033         * src/folder.c
11034                 Provide visual feedback while processing
11035                 folder's rules.
11036         * src/imap.c
11037                 Provide visual feedback while getting
11038                 short headers (for uncached messages)
11039
11040
11041 2005-06-14 [paul]       1.9.11cvs66
11042
11043         * src/account.c
11044                 change a couple stock icons
11045         * src/inc.c
11046         * src/send_message.c
11047         * src/gtk/progressdialog.c
11048         * src/gtk/progressdialog.h
11049                 sync main's GtkTreeView implementation
11050
11051 2005-06-14 [colin]      1.9.11cvs65
11052
11053         * src/imap.c
11054                 Various little fixes, mainly on error paths
11055
11056 2005-06-13 [colin]      1.9.11cvs64
11057
11058         * matcher.c
11059         * procmsg.c
11060         * procmsg.h
11061                 Add a way to fetch only headers. This speeds
11062                 up filtering on headers for IMAP. Fixes:
11063                 bug #481 extraneous imap commands slow down 
11064                         imap filtering
11065                 bug #522 Sylpheed downloads all messages 
11066                         when opening mailbox (IMAP)
11067                 bug #677 IMAP fetch is soooooooooooooo slow
11068         * src/folder.c
11069         * src/folder.h
11070                 Add a folder set_batch method so that
11071                 implementations can speed up flags changes
11072         * src/folderutils.c
11073         * src/summaryview.c
11074                 Use that in mark as (un)read and mark all read
11075                 Refix bug #679
11076         * src/imap.c
11077                 Implement set_batch - brings back deferred
11078                 flags in a less buggy manner. Fixes:
11079                 bug #729 IMAP immediate expunge of deleted messages
11080                 bug #191 remove list of messages with one command
11081                 Fix login with strange chars
11082                 Implement fetch_msg_full
11083                 Fix copy (wrong counts)
11084
11085 2005-06-12 [colin]      1.9.11cvs63
11086
11087         * src/folder.c
11088                 lock incorporation during long operations.
11089                 Avoids fucking up the IMAP socket.
11090
11091 2005-06-12 [colin]      1.9.11cvs62
11092
11093         * src/imap.c
11094                 Fix harmful typo
11095                 Factorize remove_all_msg
11096                 Thread-ize expunge
11097         * src/summaryview.c
11098                 Don't update partial-download status if unnecessary
11099         * src/folder.c
11100                 Use remove_msgs everywhere possible
11101
11102 2005-06-12 [colin]      1.9.11cvs61
11103
11104         * src/folder.c
11105         * src/folder.h
11106                 Add a remove_msgs function to remove a 
11107                 list of messages
11108         * src/imap.c
11109                 Implement that.
11110
11111 2005-06-12 [colin]      1.9.11cvs60
11112
11113         * src/imap.c
11114                 Remove flags-processing deferring... Too hard
11115                 to get it to work in all cases.
11116
11117 2005-06-11 [colin]      1.9.11cvs59
11118
11119         * src/imap.c
11120                 printf -> debug_print
11121
11122 2005-06-11 [colin]      1.9.11cvs58
11123
11124         * src/imap.c
11125                 o Fix build without USE_PTHREAD
11126                 o Factorize imap_open
11127                 o Alertpanel in case of impossible connection
11128                 o Alertpanel in case of impossible login
11129                 o Fix deferred flags processing to force a 
11130                   flush before adding some more flags to process,
11131                   but in another folder.
11132
11133 2005-06-10 [colin]      1.9.11cvs57
11134
11135         * src/imap.c
11136                 o Fix a format string error
11137                 o init ssl socket outside of the thread 
11138                   (it possibly invokes gtk calls)
11139         * src/procmime.c
11140                 o Put back the buffer to its necessary size
11141                 o Fix changing a file pointer without keeping
11142                   track of it (thanks Valgrind)
11143         * src/common/smtp.c
11144                 o Fix automatic STARTTLS if login should be done
11145                   and the server only allows it after starting TLS
11146         * src/gtk/gtkinputdialog.c
11147                 o Eat GDK_Return so that the combo popup doesn't 
11148                   appear when we press Enter to validate the combo
11149                   input dialog (as seen in the Open with... dialog)
11150
11151 2005-06-10 [colin]      1.9.11cvs56
11152
11153         * src/imap.c
11154                 o A bit less debug
11155                 o Fix a crash on deletion
11156                 o Threadize imap_select (it's called outside of 
11157                   threads)
11158                 o Defer treatment of DELETED flags
11159
11160
11161 2005-06-09 [colin]      1.9.11cvs55
11162
11163         * src/imap.c
11164                 Make sure we check imap_gtk_should_override(), which
11165                 potentially calls gtk stuff, before creating thread.
11166                 That way it should't be called via imap_get_session()
11167                 inside a thread.
11168
11169 2005-06-09 [colin]      1.9.11cvs54
11170
11171         * src/imap.c
11172                 o add a bit of status output
11173                 o remove some dead code
11174                 o threadize get_list_of_uids
11175                 o threadize imap_get_flags
11176                 o defer flag changing by 500ms so that they
11177                   can be batched
11178
11179
11180 2005-06-08 [colin]      1.9.11cvs53
11181
11182         * src/imap.c
11183                 Thread-ize imap_cmd_fetch
11184
11185 2005-06-08 [colin]      1.9.11cvs52
11186
11187         * src/main.c
11188                 Mmh, that broke POP3...
11189
11190 2005-06-08 [colin]      1.9.11cvs51
11191
11192         * src/main.c
11193                 Stabilize IMAP patch (thanks to Hoa)
11194
11195 2005-06-08 [colin]      1.9.11cvs50
11196
11197         * src/imap.c
11198                 Test patch to speed up imap. 
11199
11200 2005-06-08 [colin]      1.9.11cvs49
11201
11202         * src/imap_gtk.c
11203                 Warning fix
11204         * src/procmime.c
11205                 Apply patch from gentoo to use /usr/share/mime/globs if 
11206                 available, after un-breaking it
11207         * src/common/log.c
11208         * src/common/log.h
11209                 Use g_timeout for invoking hooks that possibly use gtk
11210                 calls. This should leave gtk calls in the main thread.
11211
11212 2005-06-08 [paul]       1.9.11cvs48
11213
11214         * src/codeconv.c
11215                 conv_get_outgoing_charset_str(): don't
11216                 use prefs_common setting
11217         * src/compose.c
11218         * src/compose.h
11219                 add /Options/Character encoding/... to
11220                 temporarily change the outgoing encoding
11221
11222         (belated sync with main)
11223
11224 2005-06-08 [paul]       1.9.11cvs47
11225
11226         * src/compose.c
11227                 correction to/completion of last
11228                 sync with main
11229
11230 2005-06-08 [paul]       1.9.11cvs46
11231
11232         sync with main:
11233         
11234         * src/codeconv.c
11235         * src/codeconv.h
11236                 always enabled Japanese auto-detection
11237                 if the first letters of locale string
11238                 is "ja"
11239         * src/compose.c
11240                 don't use "destroy" signal to destroy
11241                 Compose object (fix rare crashes on discard?)
11242         * src/mainwindow.c
11243         * src/messageview.c
11244         * src/prefs_send.c
11245                 added Hebrew encodings
11246         * src/sourcewindow.c
11247                 don't use "destroy" signal to destroy
11248                 objects
11249
11250 2005-06-07 [colin]      1.9.11cvs45
11251
11252         * src/summaryview.c
11253                 Add missing unlocks/locks
11254
11255 2005-06-07 [paul]       1.9.11cvs44
11256
11257         * src/summaryview.c
11258                 restore bug #749 fix
11259
11260 2005-06-06 [colin]      1.9.11cvs43
11261
11262         * src/summaryview.c
11263                 Fix selection bug when prefs_common.open_unread 
11264                 is FALSE
11265
11266 2005-06-06 [colin]      1.9.11cvs42
11267
11268         * src/common/md5.c
11269                 Fix a warning
11270         * src/summaryview.c
11271         * src/folderview.c
11272                 Factorize long operations beginning and end
11273                 (locking, freezing/thawing, cursor, ...)
11274                 Check selection->data member in selection-
11275                 related loops; this avoids dying an awful
11276                 death if the selection changes on us while
11277                 we're marking a whole IMAP folder unread, 
11278                 for example.
11279
11280 2005-06-06 [paul]       1.9.11cvs41
11281
11282         * src/textview.c
11283                 don't g_free() a static gchar buffer
11284
11285 2005-06-05 [colin]      1.9.11cvs40
11286
11287         * src/mainwindow.c
11288         * src/messageview.c
11289         * src/summaryview.c
11290                 Fix bug #749 (Show all headers should be
11291                 sticky as the GUI suggests)
11292
11293 2005-06-03 [paul]       1.9.11cvs39
11294
11295         * src/compose.c
11296                 don't allow editing of mail while sending.
11297                 patch by Colin
11298
11299 2005-06-03 [paul]       1.9.11cvs38
11300
11301         * src/folderview.c
11302                 add a freeze/thaw to speed up 'mark all read'
11303
11304 2005-06-03 [paul]       1.9.11cvs37
11305
11306         * src/prefs_message.c
11307                 reflect changes immediately
11308
11309 2005-06-02 [colin]      1.9.11cvs36
11310
11311         * po/POTFILES.in
11312                 Patch by Fabien Vantard.
11313
11314 2005-06-02 [colin]      1.9.11cvs35
11315
11316         * src/imap.c
11317                 Use a non-blocking imap_getline() if possible.
11318                 This should completely prevent the interface
11319                 from freezin on imap operations, although it
11320                 may do strange stuff in case of folder switching
11321                 while a big imap operation is taking place...
11322
11323                 In addition, fix a leak in the case thread
11324                 creation fails on connection.
11325
11326 2005-06-02 [colin]      1.9.11cvs34
11327
11328         * src/crash.c
11329         * src/prefs_common.h
11330                 Fix build (prefs_common_init() doesn't exist
11331                 anymore)
11332
11333 2005-06-02 [colin]      1.9.11cvs33
11334
11335         * src/prefs_account.c
11336                 Fix bug #245 (filtering rules broken when
11337                 renaming a remote account (imap4 or nntp)
11338
11339 2005-06-02 [colin]      1.9.11cvs32
11340
11341         * src/imap.c
11342                 Try to fix IMAP shortcomings: 
11343                 o Multithread imap_open()
11344                 o allow offline-mode overriding instead of
11345                   just returning NULL
11346         * src/imap_gtk.c
11347         * src/imap_gtk.h
11348                 Add a function to ask whether we want to
11349                 override offline-mode for 10 minutes (one-shot
11350                 asking was painful)
11351         * src/procheader.c
11352                 Fix segfault when imap parser isn't happy about
11353                 a missing {
11354
11355 2005-06-01 [colin]      1.9.11cvs31
11356
11357         * src/addrharvest.c
11358         * src/compose.c
11359         * src/mbox.c
11360         * src/mbox.h
11361         * src/mh.c
11362         * src/msgcache.c
11363         * src/send_message.c
11364         * src/setup.c
11365         * src/undo.c
11366         * src/common/hooks.c
11367         * src/common/prefs.c
11368         * src/common/template.c
11369         * src/common/utils.c
11370         * src/gtk/gtkutils.c
11371         * src/gtk/inputdialog.c
11372         * src/gtk/menu.c
11373         * src/gtk/pluginwindow.c
11374         * src/gtk/prefswindow.c
11375         * src/plugins/pgpmime/passphrase.c
11376         * src/plugins/pgpmime/prefs_gpg.c
11377                 More -Wall fixes
11378
11379         * src/common/Makefile.am
11380         * src/common/timing.h
11381                 Add basic timing code
11382
11383         * src/summaryview.c
11384                 Fix a bug with unread messages when 
11385                 re-sorting folders, and by the way
11386                 fix a big performance hit when 
11387                 re-sorting (10k mails: before 5s,
11388                 after .5s)
11389
11390         * src/prefs_compose_writing.c
11391         * src/prefs_compose_writing.h
11392         * src/prefs_message.c
11393         * src/prefs_message.h
11394         * src/prefs_other.c
11395         * src/prefs_other.h
11396         * src/prefs_quote.c
11397         * src/prefs_quote.h
11398         * src/prefs_receive.c
11399         * src/prefs_receive.h
11400         * src/prefs_send.c
11401         * src/prefs_send.h
11402         * src/prefs_summaries.c
11403         * src/prefs_summaries.h
11404                 Fix copyright banner
11405
11406 2005-06-01 [paul]       1.9.11cvs30
11407
11408         * po/fi.po
11409                 updated by Flammie Pirinen
11410         * src/procmime.c
11411                 fix 'Bad BASE64 content' output
11412
11413 2005-05-31 [colin]      1.9.11cvs29
11414
11415         * src/procmime.c
11416                 Oops, where did my hunk go.
11417
11418 2005-05-31 [colin]      1.9.11cvs28
11419
11420         * src/Makefile.am
11421         * src/account.c
11422         * src/action.c
11423         * src/addr_compl.c
11424         * src/addressbook.c
11425         * src/codeconv.c
11426         * src/compose.c
11427         * src/export.c
11428         * src/folder.c
11429         * src/folderview.c
11430         * src/image_viewer.c
11431         * src/main.c
11432         * src/mainwindow.c
11433         * src/messageview.c
11434         * src/mimeview.c
11435         * src/msgcache.c
11436         * src/prefs_account.c
11437         * src/prefs_actions.c
11438         * src/prefs_common.c
11439         * src/prefs_compose_writing.c
11440         * src/prefs_customheader.c
11441         * src/prefs_ext_prog.c
11442         * src/prefs_filtering.c
11443         * src/prefs_filtering_action.c
11444         * src/prefs_fonts.c
11445         * src/prefs_image_viewer.c
11446         * src/prefs_message.c
11447         * src/prefs_message.h
11448         * src/prefs_msg_colors.c
11449         * src/prefs_other.c
11450         * src/prefs_other.h
11451         * src/prefs_quote.c
11452         * src/prefs_receive.c
11453         * src/prefs_receive.h
11454         * src/prefs_send.c
11455         * src/prefs_send.h
11456         * src/prefs_spelling.c
11457         * src/prefs_summaries.c
11458         * src/prefs_summary_column.c
11459         * src/prefs_template.c
11460         * src/prefs_themes.c
11461         * src/prefs_toolbar.c
11462         * src/prefs_wrapping.c
11463         * src/procmime.c
11464         * src/procmsg.c
11465         * src/send_message.h
11466         * src/ssl_manager.c
11467         * src/summary_search.c
11468         * src/summaryview.c
11469         * src/textview.c
11470         * src/wizard.c
11471         * src/common/smtp.c
11472         * src/common/smtp.h
11473         * src/gtk/gtkutils.h
11474                 o Move the rest of Common prefs to new style
11475                 o Lots of -Wall warning fixes
11476                 o fix FIXME in cache memusage calculation
11477                 o Let return receipts be sent from any account
11478                 o Little cache optimisation (read)
11479                 o Fix bug #746 (don't treat commas as separators
11480                   when inside a quoted string)
11481
11482 2005-05-31 [paul]       1.9.11cvs27
11483
11484         * src/prefs_common.c
11485                 fix 'off-by-one' typo
11486
11487 2005-05-31 [paul]       1.9.11cvs26
11488
11489         * src/account.c
11490         * src/addr_compl.c
11491         * src/compose.c
11492         * src/foldersel.c
11493         * src/prefs_actions.c
11494         * src/prefs_common.c
11495         * src/prefs_common.h
11496         * src/prefs_customheader.c
11497         * src/prefs_display_header.c
11498         * src/prefs_filtering.c
11499         * src/prefs_filtering_action.c
11500         * src/prefs_matcher.c
11501         * src/prefs_summaries.c
11502         * src/prefs_summary_column.c
11503         * src/prefs_template.c
11504         * src/prefs_toolbar.c
11505         * src/ssl_manager.c
11506         * src/gtk/pluginwindow.c
11507         * src/gtk/prefswindow.c
11508         * src/gtk/progressdialog.c
11509                 add hidden prefs 'enable_rules_hint'
11510                 for gtk_tree_view_set_rules_hint()
11511                 (sync with main)
11512                 
11513
11514 2005-05-31 [colin]      1.9.11cvs25
11515
11516         * src/Makefile.am
11517         * src/main.c
11518         * src/prefs_common.c
11519         * src/prefs_summaries.c ** ADDED **
11520         * src/prefs_summaries.h ** ADDED **
11521                 Common/Display -> Display/Summaries
11522
11523 2005-05-31 [colin]      1.9.11cvs24
11524
11525         * src/Makefile.am
11526         * src/main.c
11527         * src/prefs_quote.c ** ADDED **
11528         * src/prefs_quote.h ** ADDED **
11529                 Move Common/Quote to Compose/Quoting
11530         * src/prefs_common.c
11531         * src/prefs_common.h
11532                 Remove old quote stuff, add
11533                 convenience functions for GtkTextView prefs
11534         * src/gtk/prefswindow.c
11535                 Set default height higher
11536
11537 2005-05-30 [colin]      1.9.11cvs23
11538
11539         * src/Makefile.am
11540         * src/main.c
11541         * src/prefs_common.c
11542         * src/prefs_compose_writing.c ** ADDED **
11543         * src/prefs_compose_writing.h ** ADDED **
11544                 Move Common/Compose prefs to Compose/Writing
11545
11546 2005-05-30 [colin]      1.9.11cvs22
11547
11548         * src/common/utils.c
11549                 Fix bug #651 (Confused Attract by Subject)
11550                 Patch by M. Benkmann <haferfrost@web.de>
11551         * AUTHORS
11552
11553 2005-05-30 [colin]      1.9.11cvs21
11554
11555         * src/compose.c
11556                 Fix concatenation of different headers of
11557                 the same type (bug #645)
11558         * src/prefs_folder_item.c
11559                 Fix bug #699 (setting color to black doesn't
11560                 work immediately)
11561         * src/procmime.c
11562                 Print out decoding error only once per
11563                 block
11564
11565 2005-05-30 [paul]       1.9.11cvs20
11566
11567         * src/common/template.c
11568                 fix Bcc
11569
11570 2005-05-30 [paul]       1.9.11cvs19
11571
11572         * doc/src/rfc2368.txt   **NEW FILE**
11573         * src/compose.c
11574                 compose_entries_set(): don't interpret Bcc
11575                 header field (conform to RFC 2368)
11576                 (sync with main)
11577
11578 2005-05-29 [colin]      1.9.11cvs18
11579
11580         * src/prefs_common.c
11581                 Let the default reply format respect
11582                 netiquette by cutting the signature.
11583
11584 2005-05-29 [colin]      1.9.11cvs17
11585
11586         * src/summaryview.c
11587                 Don't let always_show_msg override
11588                 open_unread_on_enter when opening a new
11589                 directory.
11590
11591 2005-05-27 [paul]       1.9.11cvs16
11592
11593         sync with main:
11594
11595         * src/main.c
11596                 app_will_exit(): cleanup tmp directory when exit
11597         * src/message_search.c
11598                 improved the interface and made code cleanup.
11599                 removed Clear button
11600         * src/send_message.c
11601                 send_message_local(): use GSpawn, and detect errors
11602         * src/summary_search.c
11603                 improved the interface and made code cleanup
11604         * src/textview.c
11605                 textview_write_link(): also skip non-ascii space
11606                  at the head of link strings (phishing check
11607                  didn't work at the case)
11608         * src/common/utils.c
11609                 get_command_output(): use g_spawn_command_line_sync()
11610                 instead of popen()
11611
11612 2005-05-26 [colin]      1.9.11cvs15
11613
11614         * src/folder.c
11615                 remove printf
11616
11617 2005-05-26 [colin]      1.9.11cvs14
11618
11619         * src/common/nntp.c
11620                 Fix nntp mode reader (bug #611)
11621                 Patch by Florian Mickler <florian@mickler.org>
11622
11623 2005-05-26 [colin]      1.9.11cvs13
11624
11625         * src/plugins/pgpmime/passphrase.c
11626                 Fix mouse grabbing (bug #557)
11627
11628 2005-05-26 [colin]      1.9.11cvs12
11629
11630         * src/prefs_themes.c
11631                 Fix g_warning (bug #541)
11632
11633 2005-05-26 [colin]      1.9.11cvs11
11634
11635         * src/prefs_actions.c
11636         * src/prefs_template.c
11637                 Fix bug #506 (no warning if action/template
11638                 is not saved)
11639         * src/common/template.c
11640                 Fix a possible crash
11641
11642 2005-05-26 [colin]      1.9.11cvs10
11643
11644         * src/folder.c
11645         * src/folderview.c
11646         * src/procmsg.c
11647         * src/summaryview.c
11648                 Forbid locked messages to be moved or
11649                 deleted. Locked messages in trashes 
11650                 still get deleted, for performance
11651                 reason (mh.c::mh_remove_all_msgs)
11652
11653 2005-05-25 [colin]      1.9.11cvs9
11654
11655         * src/procmime.c
11656                 Use correct encoding when sending mails
11657                 with attachments that have accentued 
11658                 chars in their name
11659
11660 2005-05-24 [colin]      1.9.11cvs8
11661
11662         * src/summaryview.c
11663                 Fix bug #688 f) read/unread marker not
11664                 changed on first click
11665                 Also, optimize summary_status_show()
11666                 calls
11667         * src/folder.c
11668         * src/inc.c
11669         * src/procmime.c
11670                 Fix bug #688 b) and c) wrt message
11671                 attachments and signature
11672         * src/stock_pixmap.c
11673         * src/stock_pixmap.h
11674         * src/stock_pixmap.c
11675         * src/stock_pixmap.h
11676         * src/Makefile.am
11677         * src/pixmaps/clip_gpg_signed.xpm
11678                 Add clip/signed icon
11679
11680 2005-05-24 [colin]      1.9.11cvs7
11681
11682         * src/folder_item_prefs.c
11683                 whitespace fix
11684
11685 2005-05-24 [colin]      1.9.11cvs6
11686
11687         * src/folderview.c
11688         * src/prefs_common.c
11689         * src/prefs_common.h
11690                 Add a confirmation to folder drag and drop
11691                 fixes bug #156
11692         * src/alertpanel.c
11693         * src/alertpanel.h
11694                 fix _with_disable parameters so that
11695                 the buttons labels are specifiable too
11696         * src/plugins/pgpmime/sgpgme.c
11697                 reflect said change
11698                 
11699
11700 2005-05-24 [colin]      1.9.11cvs5
11701
11702         * src/folderview.c
11703                 Uncollapse/collapse folders on double-click
11704                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11705                 closes bug #108
11706
11707 2005-05-23 [colin]      1.9.11cvs4
11708
11709         * src/common/socket.c
11710                 Check another special SSL_peek() error.
11711                 Should help wrt bug #728
11712
11713 2005-05-23 [colin]      1.9.11cvs3
11714
11715         * src/plugins/pgpmime/pgpmime.c
11716                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11717                 breaking menu accelerators and stuff. Users will have to
11718                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11719                 account's privacy preferences if needed.
11720
11721 2005-05-22 [paul]
11722
11723         * tools/kdeservicemenu/install.sh
11724                 use kdesu to prompt for root password if doing
11725                 global install/uninstall
11726
11727 2005-05-20 [colin]      1.9.11cvs2
11728
11729         * src/procmsg.c
11730                 Fix another compilation error with gcc-2.9x
11731                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11732         * src/send_message.c
11733                 Don't send QUIT if we aren't connected
11734
11735 2005-05-19 [colin]      1.9.11cvs1
11736
11737         * src/procmsg.c
11738                 Fix compilation with gcc 2.9x
11739
11740 2005-05-19 [paul]       1.9.11
11741
11742         1.9.11 released
11743
11744 2005-05-19 [paul]       1.9.9cvs14
11745
11746         * src/gtk/inputdialog.c
11747                 prevent gettext warning
11748
11749 2005-05-19 [paul]       1.9.9cvs13
11750
11751         * src/mainwindow.c
11752         * src/prefs_common.c
11753         * src/prefs_common.h
11754         * src/textview.c
11755         * src/textview.h
11756                 add an option to toggle cursor in message
11757                 view (sync with main)
11758
11759 2005-05-18 [colin]      1.9.9cvs12
11760
11761         * src/compose.c
11762                 Dereference freed pointer
11763         * src/gtk/gtkaspell.c
11764                 Fix duplication of dictionaries (is it an aspell issue?)
11765
11766 2005-05-18 [colin]      1.9.9cvs11
11767
11768         * src/gtk/inputdialog.c
11769         * src/gtk/gtkaspell.c
11770                 HIGuify dialogs
11771         * src/alertpanel.c
11772                 Remove a double call
11773
11774 2005-05-17 [colin]      1.9.9cvs10
11775
11776         * src/gtk/gtkaspell.c
11777                 Fix dialogs, Ctrl-Enter accel
11778
11779 2005-05-17 [colin]      1.9.9cvs9
11780
11781         * src/gtk/gtkaspell.c
11782                 Fix some accelerators, escape in replace-window
11783
11784 2005-05-16 [colin]      1.9.9cvs8
11785
11786         * src/gtk/gtkaspell.c
11787                 Revert last commit, it was a mistake.
11788
11789 2005-05-16 [colin]      1.9.9cvs7
11790
11791         * src/gtk/gtkaspell.c
11792                 Remove buggy code while we're at it. It's a 
11793                 dead code path anyway.
11794
11795 2005-05-16 [colin]      1.9.9cvs6
11796
11797         * src/gtk/gtkaspell.c
11798                 Missed some gtk_menu_popup where deactivate
11799                 signal should be handled. Should fix bug
11800                 #629 a bit more.
11801
11802 2005-05-16 [colin]      1.9.9cvs5
11803
11804         * src/gtk/gtkaspell.c
11805                 Remove debug printf()s
11806
11807 2005-05-16 [colin]      1.9.9cvs4
11808
11809         * src/gtk/gtkaspell.c
11810                 Fix a bit aspell problems
11811                 (see bug #629)
11812
11813 2005-05-13 [colin]      1.9.9cvs3
11814
11815         * src/folderview.c
11816                 Fix the + appearing even when no subfolders
11817                 have unread messages. Thanks to wwp for the
11818                 bug report.
11819
11820 2005-05-11 [paul]       1.9.9cvs2
11821
11822         * src/folderview.c
11823                 correction to 1.9.9cvs1, only colour folders that
11824                 have new msgs (not unread msgs)
11825
11826 2005-05-10 [colin]      1.9.9cvs1
11827
11828         * src/folderview.c
11829         * src/summaryview.c
11830                 Try to fix bolding bugs again.
11831
11832 2005-05-09 [paul]
11833
11834         * tools/claws.i18n.status.pl
11835                 add Ricardo Mones Lastra's script that has been providing
11836                 the i18n status page for many months
11837
11838 2005-05-09 [paul]       1.9.9
11839
11840         1.9.9 release
11841
11842 2005-05-09 [paul]       1.9.6cvs58
11843
11844         * AUTHORS
11845         * INSTALL
11846         * README.claws
11847                 updated
11848         * Makefile.am 
11849         * RELEASE_NOTES.claws
11850                 add release notes to cvs to simplify release
11851                 procedure
11852         * configure.ac
11853                 add ca and fi to ALL_LINGUAS
11854         * po/Makefile.in.in
11855                 workaround for missing Makevars
11856         * po/ca.po
11857         * po/fi.po
11858                 add new Catalan and Finnish translations
11859                 submitted by Miquel Oliete and Flammie Pirinen
11860         * po/de.po
11861         * po/es.po
11862         * po/fr.po
11863         * po/it.po
11864         * po/pl.po
11865         * po/ru.po
11866         * po/sk.po
11867         * po/sr.po
11868         * po/zh_CN.po
11869                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11870                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11871                 Urke MMI, and Hansom Young
11872         * src/main.c
11873                 Fix drafting when quitting. compose_draft() closes the
11874                 compose windows, which modifies the compose_list GSList.
11875                 We have to refresh this list after echo drafting to avoid a
11876                 segfault
11877         * src/partial_download.c
11878                 fix segfault on exit
11879
11880 2005-05-06 [paul]       1.9.6cvs57
11881
11882         * src/grouplistdialog.c
11883                 quick fix/workaround for unresizeable newsgroup
11884                 name column 
11885
11886 2005-05-06 [paul]       1.9.6cvs56
11887
11888         * src/inc.c
11889         * src/mainwindow.c
11890                 use gettext plural forms
11891         * src/imap_gtk.c
11892         * src/mh_gtk.c
11893         * src/toolbar.c
11894                 small improvement to english usage
11895
11896 2005-05-05 [thorsten]   1.9.6cvs55
11897
11898         * src/folder.c
11899                 fix possible crash
11900
11901 2005-05-05 [paul]       1.9.6cvs54
11902         
11903         sync with HEAD
11904
11905         * AUTHORS
11906         * src/compose.c
11907                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11908                 patch by Tim Mann
11909
11910 2005-05-05 [paul]       1.9.6cvs53
11911
11912         * src/mainwindow.c
11913                 fix resizing of separate message and
11914                 folder views
11915
11916 2005-05-05 [paul]       1.9.6cvs52
11917
11918         * src/account.c
11919         * src/addrgather.c
11920         * src/browseldap.c
11921         * src/exphtmldlg.c
11922         * src/expldifdlg.c
11923         * src/importmutt.c
11924         * src/importpine.c
11925         * src/main.c
11926         * src/mainwindow.c
11927         * src/noticeview.c
11928         * src/prefs_filtering.c
11929         * src/prefs_filtering_action.c
11930         * src/prefs_matcher.c
11931         * src/prefs_spelling.c
11932         * src/prefs_toolbar.c
11933         * src/toolbar.c
11934         * src/wizard.c
11935         * src/gtk/description_window.c
11936         * src/gtk/gtkvscrollbutton.c
11937         * src/gtk/progressdialog.c
11938         * src/gtk/quicksearch.c
11939         * src/plugins/pgpmime/prefs_gpg.c
11940         * src/plugins/spamassassin/spamassassin_gtk.c
11941                 replace deprecated gtk_widget_set_usize
11942
11943 2005-05-04 [colin]      1.9.6cvs51
11944
11945         * src/common/utils.c
11946                 Fix crash when subst_for_filename is called
11947                 with a NULL parameter
11948
11949 2005-05-04 [colin]      1.9.6cvs50
11950
11951         * src/partial_download.c
11952         * src/pop.c
11953                 Escape login when writing uidl file
11954                 fixes bug #736
11955
11956 2005-05-03 [colin]      1.9.6cvs49
11957
11958         * src/procmime.c
11959                 Fix possible DOS in mime parser
11960                 (see bug #634)
11961
11962 2005-05-02 [colin]      1.9.6cvs48
11963
11964         * src/compose.c
11965                 Try to fix the copy/paste mess once again.
11966
11967
11968 2005-04-30 [colin]      1.9.6cvs47
11969
11970         * src/prefs_account.h
11971         * src/procmsg.c
11972         * src/send_message.c
11973         * src/common/smtp.c
11974         * src/common/smtp.h
11975                 Try to batch sending mails (per account) instead of
11976                 reconnecting to server every time.
11977
11978 2005-04-29 [colin]      1.9.6cvs46
11979
11980         * src/messageview.c
11981                 Fix window resizing that refused to size down
11982         * src/prefs_common.c
11983         * src/prefs_common.h
11984         * src/prefs_filtering.c
11985                 Save Filtering's window size
11986
11987 2005-04-21 [paul]       1.9.6cvs45
11988
11989         * ChangeLog-gtk2.claws
11990         * src/setup.c
11991                 correction to sync
11992
11993 2005-04-21 [paul]       1.9.6cvs44
11994
11995         sync with main:
11996
11997         * src/setup.c
11998         * src/statusbar.c
11999         * src/statusbar.h
12000                 use gtkut_widget_draw_now(). Improved performance
12001                 of the update of statusbar
12002         * src/textview.c
12003                 textview_smooth_scroll_do(): redraw it after scroll
12004                 is done (fixed incorrect display when a part of the
12005                 view is hidden).
12006         * src/gtk/gtkutils.c
12007         * src/gtk/gtkutils.h
12008                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12009                 to force update of widgets.
12010                 Removed gtkut_widget_wait_for_draw() which had a big
12011                 overhead  because of waiting for all events processed 
12012
12013 2005-04-20 [paul]       1.9.6cvs43
12014
12015         * src/codeconv.c
12016                 complete 1.9.6cvs42's sync:
12017                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12018
12019 2005-04-19 [paul]       1.9.6cvs42
12020
12021         sync with main:
12022
12023         * src/action.c
12024                 catch_output(): correctly select the insert text
12025                 (fix invalid iterator warnings).
12026         * src/codeconv.c
12027         * src/codeconv.h
12028         * src/mainwindow.c
12029         * src/messageview.c
12030         * src/prefs_common.c
12031                 support GBK encoding.
12032         * src/common/session.c
12033         * src/common/session.h
12034                 use separate buffer for large data to be sent,
12035                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12036
12037 2005-04-18 [paul]       1.9.6cvs41
12038
12039         * src/jpilot.c
12040                 convert unsigned long into guint32
12041                 patch by Paul LeoNerd Evans 
12042
12043 2005-04-17 [colin]      1.9.6cvs40
12044
12045         * src/compose.c
12046                 Fix 'Request return receipt' from folder
12047                 properties (bug #708)
12048
12049 2005-04-17 [colin]      1.9.6cvs39
12050
12051         * src/mainwindow.c
12052                 Fix duplicate hotkeys in Mainwindow's menu
12053
12054 2005-04-17 [colin]      1.9.6cvs38
12055
12056         * src/folderview.c
12057                 Fix duplicate hotkeys in Folderview's contextual
12058                 menu
12059
12060 2005-04-15 [colin]      1.9.6cvs37
12061
12062         * src/summaryview.c
12063                 Fix 'Save as...' with non-ascii filenames
12064
12065 2005-04-15 [colin]      1.9.6cvs36
12066
12067         * src/plugins/pgpmime/pgpmime.c
12068                 Fix bus error on 64bit. Spotted by 
12069                 macallan1888@gmail.com
12070
12071 2005-04-15 [colin]      1.9.6cvs35
12072
12073         * src/prefs_account.c
12074                 Fix cvs34.
12075
12076 2005-04-12 [colin]      1.9.6cvs34
12077
12078         * src/prefs_account.c
12079                 Fix smtp auth type off-by-one. We forgot to
12080                 add PLAIN in the prefs-to-gui setter func and
12081                 as a result, the selected auth when opening
12082                 account prefs was not the correct one.
12083
12084 2005-04-12 [paul]       1.9.6cvs33
12085
12086         * src/inc.c
12087                 if the recv dialog is visible, Cancel only
12088                 cancels the current account
12089
12090
12091 2005-04-10 [colin]      1.9.6cvs32
12092
12093         * src/filtering.c
12094                 Copy score when copying FilteringActions
12095                 Fix bug #674
12096
12097 2005-04-10 [colin]      1.9.6cvs31
12098
12099         * src/inc.c
12100                 Make Message -> Receive -> Cancel cancel 
12101                 incorporation on all accounts. Fixes
12102                 bug #693
12103
12104 2005-04-10 [colin]      1.9.6cvs30
12105
12106         * src/prefs_account.c
12107                 Update Privacy checkbuttons status based
12108                 on the selected privacy system
12109         * src/compose.c
12110                 Always connect the "None" privacy system; the
12111                 static boolean was probably there to avoid
12112                 reconnecting twice in the same compose window,
12113                 but as the parent function is only called once
12114                 per compose, it's only a bug - as a static is
12115                 initialized once per application instance.
12116                 Also, don't uncheck Sign and Encrypt when
12117                 selecting None as privacy system; just ignore
12118                 them when sending/queuing.
12119                 Should fix bug #695
12120
12121 2005-04-08 [colin]      1.9.6cvs29
12122
12123         * src/account.c
12124         * src/prefs_account.c
12125         * src/prefs_account.h
12126                 Add account preference to queue message in a certain
12127                 folder.
12128
12129 2005-04-06 [colin]      1.9.6cvs28
12130
12131         * src/prefs_account.c
12132                 Update old inbox path syntax
12133
12134 2005-04-06 [paul]       1.9.6cvs27
12135
12136         sync with main:
12137
12138         * configure.ac
12139                 changed -traditional-cpp to -no-cpp-precomp for newer
12140                 Mac OS X support
12141         * src/foldersel.c
12142                 made column resize automatically
12143         * src/send_message.c
12144                 send_message_smtp(): consider EOF right after QUIT
12145                 successful (workaround for Gmail SMTP server)
12146         * src/common/socket.c
12147                 ssl_read(), ssl_peek(): check EOF which violates the
12148                 SSL protocol
12149         * src/gtk/colorlabel.c
12150                 removed warnings when displaying colorlabel menu
12151                 (don't use GtkAlignment)
12152
12153 2005-04-05 [paul]       1.9.6cvs26
12154
12155         * src/plugins/trayicon/trayicon.c
12156                 fix clipping of icon under KDE3 
12157
12158 2005-04-05 [paul]       1.9.6cvs25
12159
12160         * src/summaryview.c
12161                 hide display of threading
12162                 patch by Alfons
12163
12164 2005-04-04 [thorsten]   1.9.6cvs24
12165
12166         * src/mh.c
12167                 marks lost on filesystems with different stat() results on
12168                 summer-/wintertime
12169
12170 2005-04-03 [colin]      1.9.6cvs23
12171
12172         * src/summaryview.c
12173                 Don't handle up/down. Patch by Alfons
12174
12175 2005-04-02 [colin]      1.9.6cvs22
12176
12177         * src/summaryview.c
12178                 Make scrolling faster. Patch by Alfons.
12179
12180 2005-04-01 [colin]      1.9.6cvs21
12181
12182         * src/Makefile.am
12183         * src/stock_pixmap.c
12184         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12185         * src/pixmaps/dir_noselect.xpm ** ADDED **
12186                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12187
12188 2005-04-01 [colin]      1.9.6cvs20
12189
12190         * src/image_viewer.c
12191         * src/image_viewer.h
12192         * src/procmime.c
12193         * src/procmime.h
12194         * src/textview.c
12195         * src/textview.h
12196                 Implement inline image resizing and right-clicking
12197
12198 2005-04-01 [paul]       1.9.6cvs19
12199
12200         * AUTHORS
12201         * Makefile.am
12202         * configure.ac
12203                 check for gnome2
12204                 patch by Luca Cavalli <loopback<AT>slackit.org>
12205         * po/ru.po
12206                 updated by Pavlo Bohmat
12207
12208 2005-03-31 [colin]      1.9.6cvs18
12209
12210         * src/news.c
12211                 Fix parsing references
12212         * src/msgcache.c
12213                 don't put nulls in the references list
12214         * src/procheader.c
12215                 commit that forgotten file in 1.9.6cvs14
12216
12217 2005-03-31 [colin]      1.9.6cvs17
12218
12219         * src/compose.c
12220                 Fix joining of signature separator again. 
12221                 Maybe Hiro could put it in main too...
12222
12223 2005-03-31 [colin]      1.9.6cvs16
12224
12225         * src/Makefile.am
12226         * src/foldersel.c
12227         * src/stock_pixmap.c
12228         * src/stock_pixmap.h
12229         * src/pixmaps/dir-noselect.xpm
12230                 Update foldersel.c (sync from main, patch by Alfons)
12231
12232 2005-03-30 [colin]      1.9.6cvs15
12233
12234         * src/imap.c
12235                 Fix handling of imap folders containing [] in 
12236                 their name. Thanks to Nahuel Angelinetti for
12237                 the detailed bugreport.
12238
12239 2005-03-30 [colin]      1.9.6cvs14
12240
12241         * src/common/utils.h
12242         * src/common/utils.c
12243         * src/common/defs.h
12244         * src/matcher.c
12245         * src/msgcache.c
12246         * src/news.c
12247         * src/procmsg.c
12248         * src/procmsg.h
12249         * src/quote_fmt_parse.y
12250         * src/summaryview.c
12251                 Update references system. Patch by Alfons
12252
12253 2005-03-30 [colin]      1.9.6cvs13
12254
12255         * src/common/socket.c
12256                 Force the glibc to read resolv.conf again when 
12257                 it has changed. Should fix issues when changing
12258                 networks on a laptop and not restarting sylpheed. 
12259
12260 2005-03-30 [paul]       1.9.6cvs12
12261
12262         partial sync with main:
12263
12264         * src/action.c
12265                 create_io_dialog(): use user-defined text font
12266                 (thanks to Alfons), and modified its appearance.
12267         * src/addrgather.c
12268         * src/addrharvest.c
12269         * src/browseldap.c
12270                 replace old code
12271         * src/compose.c
12272                 don't join (presumably) itemized lines on line-wrapping
12273                 fixed wrapping of quote when auto-wrapping is enabled
12274                 compose_destroy(): destroy paned only if it's not
12275                 attached to window. Fixed memory leak of popup menu.
12276         * src/exphtmldlg.c
12277         * src/expldifdlg.c
12278                 replace old code
12279         * src/html.c
12280         * src/html.h
12281         * src/importmutt.c
12282         * src/importpine.c
12283                 replace old code
12284         * src/main.c
12285                 removed redundant code
12286         * src/mainwindow.c
12287                 changed 'Code set' (which is rather incorrect)
12288                 in the menu to 'Character encoding'
12289                 main_window_set_widgets(): request size first
12290                 to prevent window size becoming wrong
12291                 fixed remembering of the state of the visibility
12292                 of MessageView
12293         * src/messageview.c
12294                 changed 'Code set' (which is rather incorrect)
12295                 in the menu to 'Character encoding'
12296         * src/prefs_common.c
12297         * src/prefs_common.h
12298                 added an option whether to render HTML as text or not
12299                 added separators to outgoing encoding menu
12300         * src/procheader.c
12301                 procheader_scan_date_string(): support header
12302                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12303         * src/summaryview.c
12304         * src/summaryview.h
12305                 minor code cleanup
12306         * src/textview.c
12307                 textview_show_html(): force output of newline
12308                 added an option whether to render HTML as text or not
12309         * src/common/utils.c
12310                 strncpy2(): optimized based on Alfons' code
12311         * src/gtk/gtkutils.c
12312         * src/gtk/gtkutils.h
12313                 removed non-used code
12314         * src/plugins/pgpmime/passphrase.c
12315                 partially fixed grab input of passphrase dialog
12316                 Confine pointer to window
12317
12318 2005-03-30 [colin]      1.9.6cvs11
12319
12320         * src/msgcache.c
12321         * src/msgcache.h
12322                 Read/write 32bit ints from cache & marks
12323                 From main.
12324
12325 2005-03-29 [paul]       1.9.6cvs10
12326
12327         * AUTHORS
12328         * ChangeLog.claws
12329         * src/compose.c
12330         * src/gtk/gtkaspell.c
12331                 sync with HEAD (don't pass NULL pointers) 
12332
12333 2005-03-24 [paul]
12334
12335         * tools/Makefile.am
12336         * tools/README
12337         * tools/acroread2sylpheed.pl
12338                 sync with HEAD (add script to send pdfs as
12339                 attachments from Adobe Reader 7)
12340
12341 2005-03-21 [paul]       1.9.6cvs9
12342
12343         * configure.ac
12344         * po/POTFILES.in
12345         * src/Makefile.am
12346         * src/crash.c
12347         * src/image_viewer.c ** ADDED **
12348         * src/image_viewer.h ** ADDED **
12349         * src/main.c
12350         * src/prefs_common.c
12351         * src/prefs_common.h
12352         * src/prefs_image_viewer.c ** ADDED **
12353         * src/prefs_image_viewer.h ** ADDED **
12354         * src/textview.c
12355         * src/gtk/about.c
12356         * src/pixmaps/sylpheed_logo.xpm
12357         * src/plugins/Makefile.am
12358         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12359         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12360         * src/plugins/image_viewer/plugin.c ** REMOVED **
12361         * src/plugins/image_viewer/viewer.c ** REMOVED **
12362         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12363         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12364         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12365         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12366         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12367                 as gdk-pixbuf is now built-in
12368                 remove image_viewer plugin and put code back into
12369                 main codebase
12370                 implement inline image display (sync with main)
12371
12372                 replace logo with newer, nicer, larger version  
12373
12374 2005-03-21 [paul]       1.9.6cvs8
12375
12376         * src/gtk/about.c
12377                 cosmetic improvement
12378
12379 2005-03-21 [holger]     1.9.6cvs7
12380
12381         * src/plugins/spamassassin/spamassassin.c
12382                 Sync with HEAD
12383                 (unregister hook on failed plugin init)
12384
12385 2005-03-20 [colin]      1.9.6cvs6
12386
12387         * src/common/plugin.c
12388                 Check that plugin isn't already loaded
12389                 Patch by Alfons
12390
12391 2005-03-20 [thorsten]   1.9.6cvs5
12392
12393         * src/compose.c
12394                 use a more compatible syntax
12395
12396 2005-03-20 [thorsten]   1.9.6cvs4
12397
12398         * src/prefs_toolbar.c
12399                 fix crash when selecting toolbar item (uninitialized pointer)
12400
12401 2005-03-20 [thorsten]   1.9.6cvs3
12402
12403         * src/procmime.c
12404                 fix mimetype detection (referenced free()d string)
12405
12406 2005-03-20 [paul]       1.9.6cvs2
12407
12408         * src/compose.c
12409                 sync with HEAD (1.0.3cvs5)
12410                 neglect Reply-To header if empty
12411                 Patch by Alfons 
12412
12413 2005-03-19 [holger]     1.9.6cvs1
12414
12415         * src/summaryview.c
12416         * src/summaryview.h
12417                 Sync with HEAD
12418
12419 2005-03-18 [paul]       1.9.6
12420
12421         initial GTK2 release
12422
12423 2005-03-18 [paul]       1.0.3cvs3.1
12424
12425         * AUTHORS
12426         * ChangeLog.claws
12427         * configure.ac
12428         * src/gtk/about.c
12429         * src/pixmaps/sylpheed_logo.xpm
12430                 sync with HEAD
12431
12432 2005-03-18 [colin]      1.0.3cvs2.6
12433
12434         * src/summaryview.c
12435                 Remove call to summary_step in summary_copy_selected_to
12436                 Can't see its purpose, and this causes bug when copying
12437                 a message if the next one is unread: it reads it.
12438
12439 2005-03-18 [paul]       1.0.3cvs2.5
12440
12441         * src/foldersel.c
12442                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12443
12444 2005-03-18 [paul]       1.0.3cvs2.4
12445
12446         * src/addrharvest.c
12447         * src/codeconv.c
12448         * src/codeconv.h
12449         * src/compose.c
12450         * src/news.c
12451         * src/procheader.c
12452         * src/procmime.c
12453         * src/unmime.c
12454         * src/unmime.h
12455                 fix buffer overflow, CAN-2005-0667, see
12456                 http://secunia.com/advisories/14491/
12457                 Patch by Alfons
12458
12459 2005-03-17 [colin]      1.0.3cvs2.3
12460
12461         * src/prefs_fonts.c
12462         * src/summaryview.c
12463                 Fix font bugs (both lists now officialy share 
12464                 the same font)
12465                 
12466
12467 2005-03-17 [paul]       1.0.3cvs2.2
12468
12469         * src/gtk/pluginwindow.c
12470                 make plugin descriptions uneditable
12471
12472 2005-03-11 [paul]       1.0.3cvs2.1
12473
12474         * ChangeLog.claws
12475         * configure.ac
12476         * po/POTFILES.in
12477         * src/plugins/trayicon/trayicon.c
12478                 sync with HEAD
12479                 add src/wizard.c to POTFILES.in
12480
12481 2005-03-11 [paul]       1.0.3cvs1.1
12482
12483         * ChangeLog
12484         * ChangeLog.claws
12485         * configure.ac
12486         * po/de.po
12487         * po/es.po
12488         * po/fr.po
12489         * po/it.po
12490         * po/pt_BR.po
12491         * po/ru.po
12492         * po/sk.po
12493         * po/sr.po
12494         * po/zh_CN.po
12495                 sync with HEAD
12496
12497 2005-03-04 [colin]      1.0.1cvs22.2
12498
12499         * src/compose.c
12500                 Fix signatures with accentued chars in it
12501
12502 2005-03-04 [colin]      1.0.1cvs22.1
12503
12504         * src/common/smtp.c
12505         * src/common/smtp.h
12506                 Don't use SIZE param in MAIL FROM: if server 
12507                 doesn't support it. Patch by Eugen Freiter
12508                 <eugen_f@users.sf.net>
12509
12510 2005-02-27 [paul]       1.0.1cvs20.1
12511
12512         * ChangeLog.claws
12513         * configure.ac
12514         * src/messageview.c
12515                 sync with HEAD
12516
12517 2005-02-27 [colin]      1.0.1cvs19.4
12518
12519         * src/procheader.c
12520         * src/procheader.h
12521                 Fix prototypes. Patch by Alfons
12522
12523 2005-02-27 [colin]      1.0.1cvs19.3
12524
12525         * src/compose.c
12526                 Don't auto-join the signature separator.
12527
12528 2005-02-26 [colin]      1.0.1cvs19.2
12529
12530         * src/summaryview.c
12531                 Fix 'mark all read' with collapsed threads.
12532                 Patch by Alfons.
12533
12534 2005-02-25 [paul]       1.0.1cvs19.1
12535
12536         * ChangeLog.claws
12537         * configure.ac
12538         * src/prefs_account.c
12539         * src/prefs_folder_item.c
12540         * src/gtk/prefswindow.c
12541         * src/gtk/prefswindow.h
12542                 sync with HEAD
12543
12544 2005-02-25 [paul]       1.0.1cvs15.12
12545
12546         * src/alertpanel.c
12547         * src/codeconv.c
12548         * src/compose.c
12549         * src/textview.c
12550         * src/gtk/gtkutils.c
12551         * src/gtk/gtkutils.h
12552         * src/gtk/logwindow.c
12553         * src/gtk/progressdialog.c
12554                 sync with main (revision 127)
12555                 and fix logwindow clipping
12556
12557 2005-02-24 [colin]      1.0.1cvs15.11
12558
12559         * src/plugins/pgpmime/passphrase.c
12560                 Disable input grabbing; it doesn't work yet.
12561
12562 2005-02-24 [colin]      1.0.1cvs15.10
12563
12564         * src/messageview.c
12565                 Don't send out receipts if offline. Ask.
12566
12567 2005-02-23 [colin]      1.0.1cvs15.9
12568
12569         * src/summaryview.c     
12570                 Fix expanding
12571
12572 2005-02-23 [colin]      1.0.1cvs15.8
12573
12574         * src/summaryview.c
12575                 Really fix Bug 568 by removing useless
12576                 calls. summary_thread_init() now called
12577                 in summary_sort(). This should please
12578                 Alfons as it should be faster than 
12579                 previously.
12580
12581 2005-02-23 [colin]      1.0.1cvs15.7
12582
12583         * src/compose.c
12584                 Encode parts as QP or B64 if signing
12585
12586 2005-02-23 [colin]      1.0.1cvs15.6
12587
12588         * src/compose.c
12589                 Fix Mimeinfo leakage (including tmp files)
12590         * src/procmsg.c
12591                 Fix tmp file leakage (spotted by Ivan Rayner)
12592
12593 2005-02-22 [colin]      1.0.1cvs15.5
12594
12595         * src/expldifdlg.c
12596                 Fix keyboard input. Patch by Alfons.
12597
12598 2005-02-21 [colin]      1.0.1cvs15.4
12599
12600         * src/compose.c
12601                 Fix Sign/Encrypt when unselecting privacy
12602                 system
12603         * src/prefs_common.c
12604                 Change default message font to Monospace
12605         * src/summaryview.c
12606                 More freezing during potentially large operations
12607
12608 2005-02-21 [paul]       1.0.1cvs15.3
12609
12610         * src/main.c
12611                 fix --help output
12612
12613 2005-02-21 [paul]       1.0.1cvs15.2
12614
12615         * po/Makefile.in.in
12616         * src/compose.c
12617         * src/summaryview.c
12618         * src/textview.c
12619         * src/common/utils.c
12620         * src/common/utils.h
12621                 sync with main (revision 117)
12622
12623 2005-02-20 [colin]      1.0.1cvs15.1
12624
12625         * src/common/defs.h
12626                 Change cache file to .sylpheed_claws_cache, as
12627                 suggested by Alfons. Allows people to switch
12628                 between Sylpheed and Sylpheed-Claws. it is
12629                 a good idea to "Check for new messages" at next
12630                 startup.
12631
12632
12633 2005-02-18 [colin]      1.0.1cvs14.1
12634
12635         * src/quote_fmt_lex.l
12636         * src/quote_fmt_parse.y
12637                 Fix parser initialisation. Patch by Ivan.
12638
12639 2005-02-18 [colin]      1.0.1cvs11.6
12640
12641         * src/folderview.c
12642                 Fix scrolldown (bug 662)
12643
12644 2005-02-17 [colin]      1.0.1cvs11.5
12645
12646         * src/codeconv.c
12647                 conv_filename_to_utf8: return clean 7bit instead
12648                 of broken utf8 if needed
12649         * src/mimeview.c
12650                 Fix display of parts with unclean 8bit names
12651
12652 2005-02-17 [paul]       1.0.1cvs11.4
12653
12654         * src/compose.c
12655         * src/exportldif.c
12656         * src/matcher_parser_parse.y
12657         * src/procmime.c
12658         * src/sourcewindow.c
12659         * src/common/Makefile.am
12660         * src/common/intl.h             ** REMOVED **
12661         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12662                 sync with main (revision 109)
12663                 and clean up
12664
12665 2005-02-16 [colin]      1.0.1cvs11.3
12666
12667         * src/summaryview.c
12668                 Fix collapsed thread not highlighting when new
12669                 messages in it (Bug 568) Patch by Stephan Sachse.
12670                 Fix messed up selection when reaching bounds (Bug 632)
12671         * src/prefs_themes.c
12672                 Fix theme installing (Bug 684)
12673
12674 2005-02-16 [colin]      1.0.1cvs11.2
12675
12676         * src/messageview.c
12677                 Fix messageview_select_all
12678
12679 2005-02-16 [colin]      1.0.1cvs11.1
12680
12681         * src/mh.c
12682                 Sync with HEAD (MH scan required function)
12683
12684 2005-02-15 [colin]      1.0.1cvs8.1
12685
12686         * src/mimeview.c
12687         * src/common/utils.c
12688                 Sync with HEAD (filename chars substitution)
12689
12690 2005-02-15 [colin]      1.0.1cvs7.3
12691
12692         * src/gtk/pluginwindow.c
12693                 Fix button spacing
12694
12695 2005-02-15 [colin]      1.0.1cvs7.2
12696
12697         * src/mimeview.c
12698                 Fix mime icons not reset across message when
12699                 scrolled down
12700
12701 2005-02-15 [colin]      1.0.1cvs7.1
12702
12703         * src/compose.c
12704         * src/procmime.c
12705                 Sync with HEAD (optimisation of cvs6)
12706
12707 2005-02-14 [colin]      1.0.1cvs6.1
12708
12709         * src/compose.c
12710         * src/procmime.c
12711                 Sync with HEAD (encode "From " at line beginning)
12712
12713 2005-02-14 [colin]      1.0.1cvs5.3
12714
12715         * src/compose.c
12716                 Fix wrapping with accentued chars.
12717
12718 2005-02-13 [colin]      1.0.1cvs5.2
12719
12720         * src/textview.c
12721                 Fix email informative part parsing with
12722                 accentued chars in it. ispunct() returns
12723                 true for them in utf8...
12724
12725 2005-02-12 [colin]      1.0.1cvs5.1
12726
12727         * src/filtering.c
12728                 Sync with HEAD (remove wrong use of compose after send)
12729
12730 2005-02-12 [paul]       1.0.1cvs4.5
12731
12732         * src/textview.c
12733                 remove unnecessary code (thanks to Alfons)
12734
12735 2005-02-12 [paul]       1.0.1cvs4.4
12736
12737         * src/textview.c
12738                 add 'Copy' to contextual menu on emails
12739
12740 2005-02-11 [colin]      1.0.1cvs4.3
12741
12742         * src/compose.c
12743                 revert 1.0.0cvs28.2, it doesn't work that well.
12744
12745 2005-02-11 [paul]       1.0.1cvs4.2
12746
12747         * po/Makefile.in.in
12748                 fix 'make release'
12749
12750 2005-02-10 [paul]       1.0.1cvs4.1
12751
12752         * ChangeLog
12753         * ChangeLog.claws
12754         * ChangeLog.jp
12755         * configure.ac
12756         * src/compose.c
12757                 sync with HEAD (sync with main)
12758
12759 2005-02-10 [paul]       1.0.1cvs3.2
12760
12761         * AUTHORS
12762         * Makefile.am
12763         * autogen.sh
12764         * configure.ac
12765         * config/mkinstalldirs
12766         * intl/.cvsignore
12767         * intl/ChangeLog
12768         * intl/VERSION
12769         * intl/bindtextdom.c
12770         * intl/config.charset
12771         * intl/dcgettext.c
12772         * intl/dcigettext.c
12773         * intl/dcngettext.c
12774         * intl/dgettext.c
12775         * intl/dngettext.c
12776         * intl/eval-plural.h
12777         * intl/explodename.c
12778         * intl/finddomain.c
12779         * intl/gettext.c
12780         * intl/gettextP.h
12781         * intl/gmo.h
12782         * intl/hash-string.h
12783         * intl/intl-compat.c
12784         * intl/l10nflist.c
12785         * intl/libgnuintl.h.in
12786         * intl/loadinfo.h
12787         * intl/loadmsgcat.c
12788         * intl/localcharset.c
12789         * intl/localcharset.h
12790         * intl/locale.alias
12791         * intl/localealias.c
12792         * intl/localename.c
12793         * intl/log.c
12794         * intl/ngettext.c
12795         * intl/os2compat.c
12796         * intl/os2compat.h
12797         * intl/osdep.c
12798         * intl/plural-exp.c
12799         * intl/plural-exp.h
12800         * intl/plural.c
12801         * intl/plural.y
12802         * intl/ref-add.sin
12803         * intl/ref-del.sin
12804         * intl/relocatable.c
12805         * intl/relocatable.h
12806         * intl/textdomain.c
12807         * m4/Makefile.am
12808         * po/Makefile.in.in
12809         * src/Makefile.am
12810         * src/account.c
12811         * src/action.c
12812         * src/addr_compl.c
12813         * src/addressadd.c
12814         * src/addressbook.c
12815         * src/addrgather.c
12816         * src/addrindex.c
12817         * src/alertpanel.c
12818         * src/browseldap.c
12819         * src/codeconv.c
12820         * src/codeconv.h
12821         * src/compose.c
12822         * src/compose.h
12823         * src/crash.c
12824         * src/editaddress.c
12825         * src/editbook.c
12826         * src/editgroup.c
12827         * src/editjpilot.c
12828         * src/editldap.c
12829         * src/editldap_basedn.c
12830         * src/editvcard.c
12831         * src/exphtmldlg.c
12832         * src/expldifdlg.c
12833         * src/export.c
12834         * src/exporthtml.c
12835         * src/filtering.c
12836         * src/folder.c
12837         * src/folder_item_prefs.c
12838         * src/foldersel.c
12839         * src/folderview.c
12840         * src/grouplistdialog.c
12841         * src/headerview.c
12842         * src/imap.c
12843         * src/imap_gtk.c
12844         * src/import.c
12845         * src/importldif.c
12846         * src/importmutt.c
12847         * src/importpine.c
12848         * src/inc.c
12849         * src/ldif.c
12850         * src/main.c
12851         * src/mainwindow.c
12852         * src/matcher.c
12853         * src/mbox.c
12854         * src/message_search.c
12855         * src/messageview.c
12856         * src/mh.c
12857         * src/mh_gtk.c
12858         * src/mimeview.c
12859         * src/msgcache.c
12860         * src/news.c
12861         * src/news_gtk.c
12862         * src/noticeview.c
12863         * src/partial_download.c
12864         * src/pop.c
12865         * src/prefs_account.c
12866         * src/prefs_actions.c
12867         * src/prefs_common.c
12868         * src/prefs_customheader.c
12869         * src/prefs_display_header.c
12870         * src/prefs_ext_prog.c
12871         * src/prefs_filtering.c
12872         * src/prefs_filtering_action.c
12873         * src/prefs_folder_item.c
12874         * src/prefs_fonts.c
12875         * src/prefs_gtk.c
12876         * src/prefs_matcher.c
12877         * src/prefs_msg_colors.c
12878         * src/prefs_spelling.c
12879         * src/prefs_summary_column.c
12880         * src/prefs_template.c
12881         * src/prefs_themes.c
12882         * src/prefs_toolbar.c
12883         * src/prefs_wrapping.c
12884         * src/privacy.c
12885         * src/procheader.c
12886         * src/procmime.c
12887         * src/procmsg.c
12888         * src/quote_fmt.c
12889         * src/recv.c
12890         * src/send_message.c
12891         * src/setup.c
12892         * src/sourcewindow.c
12893         * src/ssl_manager.c
12894         * src/statusbar.c
12895         * src/summary_search.c
12896         * src/summaryview.c
12897         * src/textview.c
12898         * src/toolbar.c
12899         * src/wizard.c
12900         * src/common/nntp.c
12901         * src/common/plugin.c
12902         * src/common/smtp.c
12903         * src/common/ssl.c
12904         * src/common/ssl_certificate.c
12905         * src/common/string_match.c
12906         * src/common/sylpheed.c
12907         * src/common/template.c
12908         * src/common/utils.c
12909         * src/gtk/about.c
12910         * src/gtk/colorlabel.c
12911         * src/gtk/description_window.c
12912         * src/gtk/filesel.c
12913         * src/gtk/foldersort.c
12914         * src/gtk/gtkaspell.c
12915         * src/gtk/gtkutils.c
12916         * src/gtk/inputdialog.c
12917         * src/gtk/logwindow.c
12918         * src/gtk/menu.c
12919         * src/gtk/pluginwindow.c
12920         * src/gtk/prefswindow.c
12921         * src/gtk/progressdialog.c
12922         * src/gtk/quicksearch.c
12923         * src/gtk/sslcertwindow.c
12924         * src/plugins/clamav/clamav_plugin.c
12925         * src/plugins/clamav/clamav_plugin_gtk.c
12926         * src/plugins/demo/demo.c
12927         * src/plugins/dillo_viewer/dillo_prefs.c
12928         * src/plugins/dillo_viewer/dillo_viewer.c
12929         * src/plugins/image_viewer/plugin.c
12930         * src/plugins/image_viewer/viewer.c
12931         * src/plugins/image_viewer/viewerprefs.c
12932         * src/plugins/mathml_viewer/mathml_viewer.c
12933         * src/plugins/pgpmime/passphrase.c
12934         * src/plugins/pgpmime/plugin.c
12935         * src/plugins/pgpmime/prefs_gpg.c
12936         * src/plugins/pgpmime/select-keys.c
12937         * src/plugins/pgpmime/sgpgme.c
12938         * src/plugins/spamassassin/spamassassin.c
12939         * src/plugins/spamassassin/spamassassin_gtk.c
12940         * src/plugins/trayicon/trayicon.c
12941                 sync with main (revision 104)
12942
12943 2005-02-10 [colin]      1.0.1cvs3.1
12944
12945         * src/mainwindow.c
12946                 Sync with HEAD (fix occasional crasher)
12947
12948 2005-02-10 [colin]      1.0.1cvs2.1
12949
12950         * src/messageview.c
12951                 Synw with HEAD (don't automatically display html)
12952
12953 2005-02-09 [colin]      1.0.1cvs1.3
12954
12955         * src/textview.c
12956         * src/textview.h
12957                 Add contextual menu on emails
12958
12959 2005-02-09 [colin]      1.0.1cvs1.2
12960
12961         * src/codeconv.c
12962                 Fix converting from broken headers and 
12963                 put back the _ in missing places
12964                 (feature broke with cvs24.2 sync, main 
12965                  possibly affected?)
12966
12967 2005-02-09 [colin]      1.0.1cvs1.1
12968
12969         * src/messageview.c
12970         * src/mimeview.c
12971         * src/mimeview.h
12972                 Sync with HEAD (display non text/plain mails with plugin)
12973
12974 2005-02-08 [colin]      1.0.1.1
12975
12976         * ChangeLog.claws
12977         * po/pt_BR.po
12978                 Sync with HEAD
12979         * configure.ac
12980                 Make default configuration directory 
12981                 be .sylpheed-gtk2
12982
12983 2005-02-08 [colin]      1.0.0cvs29.1
12984
12985         * po/de.po
12986         * po/es.po
12987         * po/fr.po
12988         * po/it.po
12989         * po/sk.po
12990         * po/sr.po
12991                 Sync translations with HEAD
12992
12993 2005-02-06 [colin]      1.0.0cvs28.3
12994
12995         * src/compose.c
12996                 Make compose a bit faster - patch by Alfons.
12997
12998 2005-02-06 [colin]      1.0.0cvs28.2
12999
13000         * src/compose.c
13001                 Make pasting via middle-click more reliable
13002
13003 2005-02-05 [paul]       1.0.0cvs28.1
13004
13005         * ChangeLog
13006         * ChangeLog.claws
13007         * ChangeLog.jp
13008         * configure.ac
13009         * src/compose.c
13010                 sync with HEAD
13011                 (fix bug 682 'redirect is broken'
13012
13013 2005-02-05 [torte]      1.0.0cvs27.1
13014
13015         * ChangeLog.claws
13016         * configure.ac
13017         * src/partial_download.c
13018                 Sync with HEAD (fix buf overflow)
13019
13020 2005-02-03 [colin]      1.0.0cvs26.1
13021
13022         * src/common/plugin.c
13023                 Sync with HEAD (avoid plugin mismatches)
13024
13025 2005-02-03 [paul]       1.0.0cvs25.3
13026
13027         * src/folderview.c
13028         * src/headerview.c
13029         * src/summaryview.c
13030         * src/textview.c
13031         * src/gtk/colorlabel.c
13032                 third and final part of initial sync with main-gtk2
13033
13034 2005-02-03 [paul]       1.0.0cvs25.2
13035
13036         * src/jpilot.c
13037                 fix building with jpilot support
13038
13039 2005-02-02 [colin]      1.0.0cvs25.1
13040
13041         * src/messageview.c
13042                 Sync with HEAD (fix dangerous typo)
13043
13044 2005-02-01 [colin]      1.0.0cvs24.3
13045
13046         * src/common/xml.c
13047                 Write file as advertised (UTF-8)
13048
13049 2005-02-01 [paul]       1.0.0cvs24.2
13050
13051         * src/addrbook.c
13052         * src/addrindex.c
13053         * src/alertpanel.h
13054         * src/codeconv.c
13055         * src/codeconv.h
13056         * src/compose.c
13057         * src/export.c
13058         * src/folder_item_prefs.c
13059         * src/html.c
13060         * src/imap.c
13061         * src/import.c
13062         * src/jpilot.c
13063         * src/mainwindow.c
13064         * src/matcher_parser_lex.l
13065         * src/messageview.c
13066         * src/mh.c
13067         * src/prefs_account.c
13068         * src/prefs_actions.c
13069         * src/prefs_common.c
13070         * src/prefs_gtk.c
13071         * src/prefs_gtk.h
13072         * src/prefs_themes.c
13073         * src/procheader.c
13074         * src/procmime.c
13075         * src/sourcewindow.c
13076         * src/statusbar.c
13077         * src/summaryview.c
13078         * src/textview.c
13079         * src/toolbar.c
13080         * src/unmime.c
13081         * src/common/template.c
13082         * src/common/utils.c
13083         * src/common/xml.c
13084         * src/common/xml.h
13085         * src/gtk/gtkaspell.c
13086         * src/plugins/clamav/clamav_plugin.c
13087         * src/plugins/dillo_viewer/dillo_prefs.c
13088         * src/plugins/image_viewer/viewerprefs.c
13089         * src/plugins/pgpmime/passphrase.c
13090         * src/plugins/pgpmime/prefs_gpg.c
13091         * src/plugins/pgpmime/select-keys.c
13092         * src/plugins/spamassassin/spamassassin.c
13093                 second part of initial sync with main-gtk2
13094                 (more to follow)
13095
13096 2005-01-31 [colin]      1.0.0cvs24.1
13097
13098         * src/compose.c
13099                 Sync with HEAD
13100
13101 2005-01-29 [paul]       1.0.0cvs23.2
13102
13103         * src/account.c
13104         * src/action.c
13105         * src/addressadd.c
13106         * src/addressbook.c
13107         * src/alertpanel.c
13108         * src/compose.c
13109         * src/editaddress.c
13110         * src/editbook.c
13111         * src/editgroup.c
13112         * src/editjpilot.c
13113         * src/editldap.c
13114         * src/editldap_basedn.c
13115         * src/editvcard.c
13116         * src/export.c
13117         * src/foldersel.c
13118         * src/grouplistdialog.c
13119         * src/import.c
13120         * src/importldif.c
13121         * src/inc.c
13122         * src/main.c
13123         * src/mainwindow.c
13124         * src/message_search.c
13125         * src/messageview.c
13126         * src/mimeview.c
13127         * src/prefs_actions.c
13128         * src/prefs_common.c
13129         * src/prefs_common.h
13130         * src/prefs_customheader.c
13131         * src/prefs_display_header.c
13132         * src/prefs_filtering.c
13133         * src/prefs_filtering_action.c
13134         * src/prefs_gtk.c
13135         * src/prefs_matcher.c
13136         * src/prefs_summary_column.c
13137         * src/prefs_template.c
13138         * src/sourcewindow.c
13139         * src/summary_search.c
13140         * src/summaryview.c
13141         * src/textview.c
13142         * src/gtk/about.c
13143         * src/gtk/description_window.c
13144         * src/gtk/gtkshruler.c
13145         * src/gtk/gtkutils.c
13146         * src/gtk/gtkutils.h
13147         * src/gtk/inputdialog.c
13148         * src/gtk/logwindow.c
13149         * src/gtk/prefswindow.c
13150         * src/gtk/progressdialog.c
13151         * src/gtk/progressdialog.h
13152                 first part of initial sync with main-gtk2
13153                 (more to follow)
13154
13155 2005-01-28 [colin]      1.0.0cvs23.1
13156
13157         * src/folderview.c
13158                 Sync with HEAD
13159
13160 2005-01-27 [colin]      1.0.0cvs21.1
13161
13162         * src/folder.c
13163         * src/folderview.c
13164                 Sync with HEAD
13165
13166 2005-01-27 [colin]      1.0.0cvs19.1
13167
13168         * src/procmime.c
13169                 Sync with HEAD
13170
13171 2005-01-27 [colin]      1.0.0cvs18.1
13172
13173         * src/messageview.c
13174         * src/summaryview.c
13175         * src/mainwindow.c
13176         * src/compose.c
13177         * src/compose.h
13178         * src/procmsg.c
13179         * src/procmsg.h
13180         * src/toolbar.c
13181                 Sync with HEAD
13182
13183 2005-01-26 [paul]       1.0.0cvs15.2
13184
13185         * src/compose.c
13186                 compose_entries_set(): convert subject and body to
13187                 utf8 if necessary. patch by Felix Eckhofer
13188
13189 2005-01-26 [paul]       1.0.0cvs15.1
13190
13191         * configure.ac
13192         * src/common/template.c
13193                 sync with HEAD (fix memory leak)
13194
13195 2005-01-25 [paul]       1.0.0cvs14.1
13196
13197         * configure.ac
13198         * src/compose.c
13199                 sync with HEAD
13200
13201 2005-01-24 [colin]      1.0.0cvs13.1
13202
13203         * src/summaryview.c
13204                 Sync with HEAD
13205
13206 2005-01-24 [paul]       1.0.0cvs12.1
13207
13208         * configure.ac
13209         * src/messageview.c
13210         * src/mh.c
13211         * src/common/utils.c
13212                 sync with HEAD
13213
13214 2005-01-24 [colin]      1.0.0cvs11.1
13215
13216         * src/procheader.c
13217                 Sync with HEAD
13218
13219 2005-01-24 [colin]      1.0.0cvs10.1
13220
13221         * src/folderview.c
13222                 Sync with HEAD
13223
13224 2005-01-23 [colin]      1.0.0cvs9.1
13225
13226         * src/crash.c
13227                 Sync with HEAD
13228
13229 2005-01-22 [colin]      1.0.0cvs8.1
13230
13231         * src/summaryview.c
13232         * src/gtk/quicksearch.c
13233                 Sync with HEAD
13234
13235 2005-01-21 [colin]      1.0.0cvs7.1
13236
13237         * src/summaryview.c
13238                 Sync with HEAD
13239
13240 2005-01-21 [colin]      1.0.0cvs6.1
13241
13242         * src/summaryview.c
13243                 Sync with HEAD
13244
13245 2005-01-21 [colin]      1.0.0cvs5.1
13246
13247         * src/gtk/quicksearch.c
13248         * src/prefs_common.c
13249         * src/prefs_common.h
13250                 Sync with HEAD (recurse option)
13251
13252 2005-01-21 [colin]      1.0.0cvs4.1
13253
13254         * src/folder.h
13255         * src/folderview.c
13256         * src/folderview.h
13257         * src/summaryview.c
13258         * src/gtk/quicksearch.c
13259         * src/gtk/quicksearch.h
13260                 Sync with HEAD (recursive quicksearch)
13261
13262 2005-01-20 [colin]      1.0.0cvs3.4
13263
13264         * src/ssl_manager.c
13265                 Remove useless code
13266
13267 2005-01-20 [colin]      1.0.0cvs3.3
13268
13269         * src/ssl_manager.c
13270                 Fix leak, thanks to Alfons.
13271
13272 2005-01-20 [colin]      1.0.0cvs3.2
13273
13274         * src/ssl_manager.c
13275                 Port SSL certificate window to GTK2.
13276
13277 2005-01-20 [paul]       1.0.0cvs3.1
13278
13279         * ChangeLog.claws
13280         * configure.ac
13281         * src/addrindex.c
13282         * src/addrindex.h
13283                 sync with HEAD
13284
13285 2005-01-19 [colin]      1.0.0cvs2.2
13286
13287         * src/plugins/trayicon/trayicon.c
13288                 Fix freeze with gtk-2.6, the easy way
13289                 (signal blocking helpless there...)
13290                 Closes bug #668.
13291
13292 2005-01-19 [colin]      1.0.0cvs2.1
13293
13294         * src/mbox.c
13295         * src/mbox.h
13296         * src/mainwindow.c
13297         * src/summaryview.c
13298         * src/summaryview.h
13299                 Sync with HEAD
13300
13301 2005-01-19 [paul]       1.0.0cvs1.1
13302
13303         * configure.ac
13304         * po/de.po
13305         * po/es.po
13306         * po/fr.po
13307         * po/hr.po
13308         * po/it.po
13309         * po/ja.po
13310         * po/ko.po
13311         * po/pt_BR.po
13312         * po/ru.po
13313         * po/sk.po
13314         * po/sr.po
13315                 sync with HEAD (update translations)
13316
13317 2005-01-18 [colin]      1.0.0cvs0.1
13318
13319         * src/foldersel.c
13320                 Specify search column - patch by Alfons
13321
13322 2005-01-18 [colin]      0.9.13cvs36.3
13323
13324         * src/prefs_toolbar.c
13325                 Change Delete to Remove
13326         * src/prefs_fonts.c
13327                 GTK2 version and leak fixes
13328         * src/prefs_actions.c
13329                 Add stock buttons.
13330                 All patches by Alfons
13331
13332 2005-01-17 [colin]      0.9.13cvs36.2
13333
13334         * src/compose.c
13335                 Fix DnD inserting twice. While at it,
13336                 add DnD support for text/plain in the
13337                 body, and add support in the headers.
13338
13339 2005-01-16 [colin]      0.9.13cvs36.1
13340
13341         * ChangeLog
13342         * ChangeLog.jp
13343         * ChangeLog.claws
13344                 Sync with HEAD (nothing applicable)
13345
13346 2005-01-16 [colin]      0.9.13cvs33.2
13347
13348         * src/prefs_toolbar.c
13349                 GTK2ize prefs_toolbar, by Alfons.
13350
13351 2005-01-14 [colin]      0.9.13cvs33.1
13352
13353         * src/html.c
13354         * src/msgcache.c
13355                 Sync with HEAD
13356
13357 2005-01-14 [colin]      0.9.13cvs32.1
13358
13359         * src/html.c
13360         * src/html.h
13361         * src/msgcache.c
13362         * AUTHORS
13363         * tools/calypso_convert.pl
13364                 Sync with HEAD
13365
13366 2005-01-08 [colin]      0.9.13cvs29.2
13367
13368         * src/prefs_filtering_action.c
13369         * src/prefs_filtering.c
13370                 2 more gtk2 patches by Alfons
13371
13372 2005-01-07 [paul]       0.9.13cvs29.1
13373
13374         * ChangeLog
13375         * ChangeLog.claws
13376         * ChangeLog.jp
13377         * configure.ac
13378         * src/pop.c
13379         * src/pop.h
13380                 sync with HEAD
13381
13382 2005-01-07 [colin]      0.9.13cvs28.3
13383
13384         * src/gtk/progressdialog.c
13385         * src/gtk/progressdialog.h
13386         * src/inc.c
13387         * src/send_message.c
13388                 GTK2 for the incorporation dialog. The CList isn't dead
13389                 yet, for a more smooth migration. Patch by Alfons.
13390
13391 2005-01-06 [colin]      0.9.13cvs28.2
13392
13393         * src/prefs_display_header.c
13394                 GTK2 conversion by Alfons
13395         * src/prefs_actions.c
13396         * src/prefs_matcher.c
13397                 Fix 2 leaks - patch by Alfons
13398
13399 2005-01-06 [colin]      0.9.13cvs28.1
13400
13401         * src/prefs_matcher.c
13402                 Sync with HEAD
13403
13404 2005-01-06 [colin]      0.9.13cvs27.4
13405
13406         * src/prefs_matcher.c
13407                 Fix double-free. Patch by Alfons
13408
13409 2005-01-06 [colin]      0.9.13cvs27.3
13410
13411         * src/prefs_matcher.c
13412                 GTK2 widgets + memleak
13413                 Patch by Alfons
13414
13415 2005-01-05 [colin]      0.9.13cvs27.2
13416
13417         * src/account.c
13418         * src/addr_compl.c
13419         * src/foldersel.c
13420         * src/stock_pixmap.c
13421         * src/stock_pixmap.h
13422                 3 more GTK2 patches by Alfons.
13423
13424 2005-01-04 [colin]      0.9.13cvs27.1
13425
13426         * src/folderview.c
13427         * src/imap_gtk.c
13428         * src/news_gtk.c
13429                 Sync with HEAD
13430
13431 2005-01-04 [colin]      0.9.13cvs25.9
13432
13433         * src/compose.c
13434                 Fix Show Ruler menuitem
13435         * src/prefs_template.c
13436                 Convert to GTK2
13437         * src/common/utils.c
13438                 Make auto pointer stuff handles NULLs
13439                 Patches by Alfons.
13440
13441 2005-01-04 [colin]      0.9.13cvs25.8
13442
13443         * src/compose.c
13444                 Move the attachment list to gtk2
13445                 Patch by Alfons.
13446
13447 2005-01-04 [colin]      0.9.13cvs25.7
13448
13449         * src/textview.c
13450                 Make some keys work again
13451                 Patch by SungHyun Nam <namsh@kldp.org>
13452
13453 2005-01-04 [colin]      0.9.13cvs25.6
13454
13455         * src/gtk/gtkshruler.c
13456                 Move the ruler to GTK2
13457                 Patch by Alfons
13458
13459 2005-01-03 [colin]      0.9.13cvs25.5
13460
13461         * src/compose.c
13462                 Fix my broken patch apply 
13463
13464 2005-01-03 [colin]      0.9.13cvs25.4
13465
13466         * src/common/utils.c
13467         * src/common/utils.h
13468         * src/gtk/prefswindow.c
13469                 Move auto pointer stuff to utils.c
13470                 Patch by Alfons again :)
13471
13472 2005-01-03 [colin]      0.9.13cvs25.3
13473
13474         * src/compose.c
13475         * src/prefs_gtk.c
13476         * src/prefs_template.c
13477         * src/textview.c
13478                 Empty text widgets with empty strings, not NULL char
13479                 Patch by SungHyun Nam <namsh@kldp_org>
13480
13481 2005-01-03 [colin]      0.9.13cvs25.2
13482
13483         * src/main.c
13484         * AUTHORS
13485                 Sync with HEAD
13486
13487 2005-01-03 [colin]      0.9.13cvs25.1
13488
13489         * src/pop.c
13490         * src/pop.h
13491                 Sync with HEAD
13492
13493 2005-01-03 [colin]      0.9.13cvs24.3
13494
13495         * src/account.c
13496                 Two patches from Alfons and Alex S Moore:
13497                 fix images, fix return value.
13498
13499 2005-01-01 [colin]      0.9.13cvs24.2
13500
13501         * src/prefs_actions.c
13502                 Fix over-zealous assertion. Patch by Alfons
13503
13504 2005-01-01 [colin]      0.9.13cvs24.1
13505
13506         * src/procmime.c
13507                 Sync with HEAD (leak fix)
13508
13509 2004-12-31 [colin]      0.9.13cvs23.2
13510
13511         * src/prefs_common.c
13512                 GTK2 widgets + stock buttons - patch by Alfons
13513
13514 2004-12-31 [paul]       0.9.13cvs23.1
13515
13516         * configure.ac
13517                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13518         * src/gtk/pluginwindow.c
13519                 use GTK2 widgets and plug memory leaks,
13520                 patches by Alfons
13521
13522 2004-12-30 [colin]      0.9.13cvs22.4
13523
13524         * src/account.c
13525         * src/action.c
13526         * src/export.c
13527         * src/foldersel.c
13528         * src/import.c
13529         * src/message_search.c
13530         * src/prefs_actions.c
13531         * src/prefs_common.c
13532         * src/prefs_customheader.c
13533         * src/prefs_filtering.c
13534         * src/prefs_summary_column.c
13535         * src/summary_search.c
13536         * src/gtk/about.c
13537         * src/gtk/description_window.c
13538         * src/gtk/gtkutils.c
13539         * src/gtk/gtkutils.h
13540         * src/gtk/inputdialog.c
13541         * src/gtk/prefswindow.c
13542                 Use GTK2 stock buttons. Patches by Alfons.
13543
13544 2004-12-30 [colin]      0.9.13cvs22.3
13545
13546         * src/account.c
13547                 Sync with HEAD
13548         * src/prefs_actions.c
13549         * src/prefs_customheader.c
13550         * src/prefs_filtering.c
13551         * src/prefs_msg_colors.c
13552         * src/prefs_summary_column.c
13553         * src/gtk/prefswindow.c
13554                 Use GtkTreeView instead of deprecated 
13555                 widgets. Patches by Alfons.
13556
13557 2004-12-30 [paul]       0.9.13cvs22.2
13558
13559         * src/foldersel.c
13560                 use GTK 2 Tree View
13561                 patch by Alfons, with root folder sorting fix
13562                 by Stephan Sachse
13563
13564 2004-12-30 [paul]       0.9.13cvs22.1
13565
13566         * ChangeLog
13567         * ChangeLog.claws
13568         * ChangeLog.jp
13569         * NEWS
13570         * configure.ac
13571         * src/account.c
13572                 sync with HEAD
13573
13574 2004-12-22 [martin]     0.9.13cvs21.2
13575
13576         * src/action.c
13577                 free the command line after its use
13578
13579 2004-12-18 [paul]       0.9.13cvs21.1
13580
13581         * AUTHORS
13582         * ChangeLog
13583         * ChangeLog.claws
13584         * ChangeLog.jp
13585         * NEWS
13586         * configure.ac
13587         * src/action.c
13588         * src/compose.c
13589         * src/syldap.c
13590                 sync with HEAD
13591
13592 2004-12-17 [martin]     0.9.13cvs17.2
13593
13594         * src/action.c
13595                 convert actions input to locale
13596         * src/inc.c
13597                 convert notification command to locale
13598         * src/plugins/pgpmime/select-keys.c
13599                 convert attributes to utf8
13600
13601 2004-12-14 [colin]      0.9.13cvs17.1
13602
13603         * ChangeLog
13604         * ChangeLog.jp
13605         * ChangeLog.claws
13606         * src/action.c
13607         * src/common/utils.c
13608         * src/gtk/prefswindow.c
13609         * src/gtk/gtkutils.c
13610         * src/gtk/gtkutils.h
13611         * src/plugins/spamassassin/libspamc.c
13612                 Sync with HEAD
13613
13614 2004-12-13 [colin]      0.9.13cvs14.1
13615
13616         * src/quote_fmt_parse.y
13617                 Sync with HEAD
13618
13619 2004-12-10 [colin]      0.9.13cvs12.1
13620
13621         * src/prefs_themes.c
13622         * src/mainwindow.c
13623         * src/messageview.c
13624                 Sync with HEAD
13625
13626 2004-12-09 [colin]      0.9.13cvs10.1
13627
13628         * src/procmime.c
13629                 Sync with HEAD (fix B64 encoding from memory)
13630
13631 2004-12-08 [colin]      0.9.13cvs9.1
13632
13633         * src/gtk/colorlabel.c
13634                 Sync with HEAD
13635
13636 2004-12-08 [paul]       0.9.13cvs8.2
13637
13638         * src/gtk/pluginwindow.c
13639                 fix window resizing oddities
13640
13641 2004-12-08 [colin]      0.9.13cvs8.1
13642
13643         * src/quote_fmt_parse.y
13644                 Sync with HEAD
13645
13646 2004-12-08 [colin]      0.9.13cvs7.1
13647
13648         * src/matcher_parser_parse.y
13649         * src/msgcache.c
13650         * src/prefs_matcher.c
13651         * src/procheader.c
13652         * src/matcher.c
13653         * src/common/defs.h
13654         * po/sr.po
13655                 Sync with HEAD
13656
13657 2004-12-08 [colin]      0.9.13cvs6.1
13658
13659         * src/quote_fmt_parse.y
13660         * src/textview.c
13661                 Sync with HEAD
13662         * src/gtk/prefswindow.c
13663         * src/gtk/pluginwindow.c
13664                 Fix G_CALLBACKS protos (thanks to Alfons)
13665
13666 2004-12-07 [torte]      0.9.13cvs2.2
13667
13668         * src/procmime.c
13669                 [Bug 650] reply button causes crash
13670                 Thanks to David Relson and Christoph
13671
13672 2004-12-07 [colin]      0.9.13cvs2.1
13673
13674         * ChangeLog.claws
13675         * AUTHORS
13676         * po/sk.po
13677         * src/procmime.c
13678         * src/prefs_account.c
13679         * src/common/smtp.c
13680         * src/common/smtp.h
13681                 Sync with HEAD
13682
13683 2004-12-06 [colin]      0.9.12cvs187.1
13684
13685         * ChangeLog.claws
13686         * INSTALL
13687         * Makefile.am
13688         * README.claws
13689         * TODO.claws
13690         * configure.ac
13691         * po/bg.po
13692         * po/cs.po
13693         * po/el.po
13694         * po/en_GB.po
13695         * po/es.po
13696         * po/fr.po
13697         * po/hr.po
13698         * po/hu.po
13699         * po/it.po
13700         * po/ja.po
13701         * po/ko.po
13702         * po/nl.po
13703         * po/pl.po
13704         * po/pt_BR.po
13705         * po/ru.po
13706         * po/sk.po
13707         * po/sr.po
13708         * po/sv.po
13709         * po/zh_CN.po
13710         * po/zh_TW.Big5.po
13711         * src/compose.c
13712         * tools/Makefile.am
13713         * tools/README
13714         * tools/filter_conv.pl
13715         * tools/kdeservicemenu/README
13716         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13717         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13718                 Sync with HEAD
13719
13720 2004-12-04 [colin]      0.9.12cvs183.1
13721
13722         * src/compose.c
13723                 Sync with HEAD (compose window position saving)
13724
13725 2004-12-04 [paul]       0.9.12cvs182.3
13726
13727         * src/messageview.c
13728         * src/mimeview.c
13729         * src/prefs_customheader.c
13730         * src/gtk/quicksearch.c
13731                 replace some forgotten GTK_SIGNAL_FUNCs
13732
13733 2004-12-04 [paul]       0.9.12cvs182.2
13734
13735         * src/Makefile.am
13736                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13737                 committed in error      
13738
13739 2004-12-04 [paul]       0.9.12cvs182.1
13740
13741         * ChangeLog
13742         * ChangeLog.claws
13743         * ChangeLog.jp
13744         * INSTALL
13745         * NEWS
13746         * README
13747         * README.jp
13748         * configure.ac
13749         * doc/manual/ja/Makefile.am
13750         * doc/manual/ja/sylpheed-1.html
13751         * doc/manual/ja/sylpheed-10.html
13752         * doc/manual/ja/sylpheed-11.html
13753         * doc/manual/ja/sylpheed-12.html
13754         * doc/manual/ja/sylpheed-13.html
13755         * doc/manual/ja/sylpheed-14.html
13756         * doc/manual/ja/sylpheed-15.html
13757         * doc/manual/ja/sylpheed-16.html
13758         * doc/manual/ja/sylpheed-17.html
13759         * doc/manual/ja/sylpheed-18.html
13760         * doc/manual/ja/sylpheed-19.html
13761         * doc/manual/ja/sylpheed-2.html
13762         * doc/manual/ja/sylpheed-20.html
13763         * doc/manual/ja/sylpheed-3.html
13764         * doc/manual/ja/sylpheed-4.html
13765         * doc/manual/ja/sylpheed-5.html
13766         * doc/manual/ja/sylpheed-6.html
13767         * doc/manual/ja/sylpheed-7.html
13768         * doc/manual/ja/sylpheed-8.html
13769         * doc/manual/ja/sylpheed-9.html
13770         * doc/manual/ja/sylpheed.html
13771         * doc/manual/ja/sylpheed.sgml
13772         * po/de.po
13773         * src/Makefile.am
13774         * src/compose.c
13775         * src/procmime.c
13776         * src/pixmaps/regular.xpm **REMOVED**
13777         * src/plugins/pgpmime/pgpmime.c
13778         * src/plugins/pgpmime/plugin.c
13779         * src/plugins/pgpmime/prefs_gpg.c
13780                 sync with HEAD
13781
13782 2004-12-03 [paul]       0.9.12cvs180.1
13783
13784         * ChangeLog
13785         * ChangeLog.claws
13786         * ChangeLog.jp
13787         * configure.ac
13788         * src/Makefile.am
13789         * src/pop.c
13790         * src/common/utils.c
13791         * src/common/utils.h
13792         * src/pixmaps/continue.xpm
13793         * src/pixmaps/dir_close.xpm
13794         * src/pixmaps/dir_open.xpm
13795         * src/pixmaps/drafts_close.xpm
13796         * src/pixmaps/drafts_open.xpm
13797         * src/pixmaps/folder.xpm **REMOVED**
13798         * src/pixmaps/group.xpm
13799         * src/pixmaps/unread.xpm
13800                 sync with HEAD
13801
13802 2004-12-02 [colin]      0.9.12cvs179.1
13803
13804         * src/compose.c
13805                 Sync with HEAD (non-duplicated reedition)
13806
13807 2004-12-02 [colin]      0.9.12cvs178.1
13808
13809         * src/compose.c
13810                 Sync with HEAD (linewrap_quote fix)
13811
13812 2004-12-01 [colin]      0.9.12cvs177.3
13813
13814         * src/addrharvest.c
13815                 Replace sizeof with strlen
13816
13817 2004-12-01 [paul]       0.9.12cvs177.2
13818
13819         * src/addrharvest.c
13820                 fix 'harvest addresses'
13821
13822 2004-11-30 [colin]      0.9.12cvs177.1
13823
13824         * src/gtk/prefswindow.c
13825         * src/gtk/pluginwindow.c
13826                 Sync with HEAD
13827
13828 2004-11-29 [colin]      0.9.12cvs176.1
13829
13830         * src/folderview.c
13831                 sync with HEAD (Fix disappearing separators in folderview's popup)
13832
13833 2004-11-29 [colin]      0.9.12cvs175.1
13834
13835         * src/procmime.c
13836                 Sync with head (another format fix)
13837
13838 2004-11-29 [colin]      0.9.12cvs174.1
13839
13840         * src/pop.c
13841                 Sync with HEAD (format string fix)
13842
13843 2004-11-26 [colin]      0.9.12cvs173.1
13844
13845         * src/common/smtp.c
13846         * src/common/smtp.h
13847                 Sync with HEAD
13848
13849 2004-11-24 [colin]      0.9.12cvs172.1
13850
13851         * src/plugins/pgpmime/pgpmime.c
13852                 Sync with HEAD
13853
13854 2004-11-24 [colin]      0.9.12cvs171.1
13855
13856         * src/plugins/pgpmime/pgpmime.c
13857                 Sync with head (gpgmectx leaks)
13858
13859 2004-11-24 [colin]      0.9.12cvs169.1
13860
13861         * src/plugins/pgpmime/plugin.c
13862         * src/plugins/trayicon/Makefile.am
13863         * src/plugins/trayicon/newmarkedmail.xpm
13864         * src/plugins/trayicon/trayicon.c
13865         * src/plugins/trayicon/unreadmarkedmail.xpm
13866                 Sync with HEAD
13867
13868 2004-11-23 [colin]      0.9.12cvs168.1
13869
13870         * src/partial_download.c
13871         * src/partial_download.h
13872         * src/plugins/pgpmime/plugin.c
13873                 Sync with HEAD
13874
13875 2004-11-23 [colin]      0.9.12cvs166.1
13876
13877         * src/Makefile.am
13878         * src/codeconv.c
13879         * src/compose.c
13880         * src/folderview.c
13881         * src/main.c
13882         * src/partial_download.c
13883         * src/partial_download.h
13884         * src/prefs_account.c
13885         * src/prefs_account.h
13886         * src/privacy.c
13887         * src/privacy.h
13888         * src/procmime.c
13889         * src/common/Makefile.am
13890         * src/common/base64.h
13891         * src/common/partial_download.c
13892         * src/common/partial_download.h
13893         * src/gtk/prefswindow.c
13894         * src/gtk/prefswindow.h
13895         * src/plugins/pgpmime/pgpmime.c
13896         * src/plugins/pgpmime/prefs_gpg.c
13897         * src/plugins/pgpmime/prefs_gpg.h
13898         * src/plugins/pgpmime/sgpgme.c
13899         * src/plugins/pgpmime/sgpgme.h
13900                 Sync with HEAD
13901
13902 2004-11-23 [colin]      0.9.12cvs163.1
13903
13904         * src/main.c
13905                 Sync with HEAD (cursor optimization)
13906
13907 2004-11-23 [colin]      0.9.12cvs162.1
13908
13909         * src/prefs_common.c
13910         * src/prefs_themes.c
13911         * src/procmsg.c
13912                 Sync with HEAD
13913
13914 2004-11-23 [colin]      0.9.12cvs158.9
13915
13916         * src/compose.c
13917                 Fix double-free when forwarding
13918         * src/msgcache.c
13919                 Fix leak on error path
13920                 
13921
13922 2004-11-23 [colin]      0.9.12cvs158.8
13923
13924         * src/compose.c
13925                 Fix possible double-free
13926                 Spotted by Alfons
13927
13928 2004-11-23 [colin]      0.9.12cvs158.7
13929
13930         * src/compose.c
13931                 Fix some signal handlers' prototypes
13932                 Spotted by Alfons
13933
13934 2004-11-22 [colin]      0.9.12cvs158.6
13935
13936         * src/compose.c
13937                 Remove unneeded code and duplicated
13938                 wrapping - patch by Alfons
13939
13940 2004-11-22 [colin]      0.9.12cvs158.5
13941
13942         * src/prefs_themes.c
13943                 Fix oversized selector
13944
13945 2004-11-22 [colin]      0.9.12cvs158.4
13946
13947         * src/compose.c
13948                 fix dump_text()
13949                 patch by Alfons
13950
13951 2004-11-19 [colin]      0.9.12cvs158.3
13952
13953         * src/textview.c
13954                 Add a context menu on links (open, copy)
13955
13956 2004-11-18 [paul]       0.9.12cvs158.2
13957
13958         * src/addrgather.c
13959         * src/exphtmldlg.c
13960         * src/expldifdlg.c
13961         * src/mimeview.c
13962         * src/prefs_common.c
13963         * src/plugins/image_viewer/viewer.c
13964         * src/plugins/spamassassin/spamassassin_gtk.c
13965                 replace deprecated gtk_notebook_set_page
13966                 and gtk_notebook_current_page
13967
13968 2004-11-18 [paul]       0.9.12cvs158.1
13969
13970         * configure.ac
13971         * src/compose.c
13972         * src/mainwindow.c
13973         * src/messageview.c
13974         * src/prefs_common.c
13975         * src/common/utils.c
13976         * src/common/utils.h
13977                 sync with HEAD
13978
13979 2004-11-17 [colin]      0.9.12cvs156.1
13980
13981         * src/prefs_account.c
13982         * src/prefs_account.h
13983         * src/procmsg.c
13984                 Sync with HEAD (add pref to store encrypted mails encrypted)
13985
13986 2004-11-17 [paul]       0.9.12cvs155.1
13987
13988         * ChangeLog
13989         * ChangeLog.claws
13990         * ChangeLog.jp
13991         * NEWS
13992         * configure.ac
13993         * src/compose.c
13994         * src/jpilot.c
13995         * src/privacy.c
13996         * src/procmime.c
13997         * src/procmime.h
13998         * src/procmsg.c
13999         * src/toolbar.c
14000         * src/pixmaps/error.xpm
14001                 sync with HEAD
14002
14003 2004-11-17 [colin]      0.9.12cvs151.1
14004
14005         * src/plugins/pgpmime/pgpmime.c
14006                 Sync with HEAD (remove debug printf)
14007
14008 2004-11-17 [colin]      0.9.12cvs150.1
14009
14010         * src/plugins/pgpmime/pgpmime.c
14011                 Sync with HEAD (off-by-one fix)
14012
14013 2004-11-17 [colin]      0.9.12cvs149.1
14014
14015         * src/procmsg.c
14016                 Sync with HEAD (coding style fixes)
14017
14018 2004-11-16 [colin]      0.9.12cvs148.1
14019
14020         * src/procmsg.c
14021                 Sync with head (Fix the fix)
14022
14023 2004-11-16 [colin]      0.9.12cvs147.1
14024
14025         * src/procmsg.c
14026                 Sync with Main (leak fix)
14027
14028 2004-11-16 [colin]      0.9.12cvs146.14
14029
14030         * src/compose.c
14031                 Remove useless chunk of code
14032                 Patch by Alfons
14033
14034 2004-11-15 [colin]      0.9.12cvs146.13
14035
14036         * src/compose.c
14037                 Fix drafting after insertion
14038                 Patch by Alfons
14039
14040 2004-11-15 [colin]      0.9.12cvs146.12
14041
14042         * src/compose.c
14043         * src/prefs_filtering.c
14044         * src/prefs_filtering_action.c
14045         * src/prefs_toolbar.c
14046                 Fix some const-correctness
14047
14048 2004-11-15 [colin]      0.9.12cvs146.11
14049
14050         * src/summaryview.c
14051         * src/prefs_themes.c
14052         * src/messageview.c
14053                 Fix some leaks
14054
14055 2004-11-15 [colin]      0.9.12cvs146.10
14056
14057         * src/codeconv.c
14058                 More unreadable locale fixes
14059
14060 2004-11-14 [colin]      0.9.12cvs146.9
14061
14062         * src/textview.c
14063                 Fix uri_security_check
14064                 Patch by Alfons
14065
14066 2004-11-13 [paul]       0.9.12cvs146.8
14067
14068         * src/folder.c
14069         * src/procmime.c
14070                 fix 2 bugs introduced in last commit
14071
14072 2004-11-13 [paul]       0.9.12cvs146.7
14073
14074         * src/compose.c
14075         * src/exporthtml.c
14076         * src/exportldif.c
14077         * src/folder.c
14078         * src/imap.c
14079         * src/imap_gtk.c
14080         * src/main.c
14081         * src/mainwindow.c
14082         * src/messageview.c
14083         * src/mh_gtk.c
14084         * src/prefs_themes.c
14085         * src/procmime.c
14086         * src/setup.c
14087         * src/summaryview.c
14088                 replace deprecated g_basename
14089
14090 2004-11-13 [paul]       0.9.12cvs146.6
14091
14092         * src/compose.c
14093         * src/imap.c
14094         * src/matcher_parser.h
14095         * src/matcher_parser_parse.y
14096         * src/prefs_filtering.c
14097         * src/prefs_filtering_action.c
14098         * src/prefs_themes.c
14099         * src/prefs_toolbar.c
14100         * src/common/utils.c
14101                 various small fixes/cleanups
14102
14103 2004-11-12 [colin]      0.9.12cvs146.5
14104
14105         * src/textview.c
14106                 Validate event's origin on visibility notify
14107                 Patch by Alfons.
14108
14109 2004-11-12 [paul]       0.9.12cvs146.4
14110
14111         * src/exporthtml.c
14112         * src/exportldif.c
14113         * src/imap.c
14114         * src/mh.c
14115         * src/mimeview.c
14116         * src/prefs_spelling.c
14117         * src/prefs_themes.c
14118                 replace deprecated g_dirname    
14119
14120 2004-11-12 [colin]      0.9.12cvs146.3
14121
14122         * src/textview.c
14123                 Some coding style fixes
14124
14125 2004-11-12 [colin]      0.9.12cvs146.2
14126
14127         * src/codeconv.c
14128                 We want to replace _all_ extended chars in
14129                 conv_unreadable_*, because any string containing
14130                 extended chars not parsing as UTF8 is 
14131                 undisplayed on gtk2.
14132
14133 2004-11-12 [paul]       0.9.12cvs146.1
14134
14135         * ChangeLog
14136         * ChangeLog.claws
14137         * ChangeLog.jp
14138         * NEWS
14139         * configure.ac
14140         * src/account.c
14141         * src/folderview.c
14142         * src/folderview.h
14143         * src/imap.c
14144         * src/imap_gtk.c
14145         * src/inc.c
14146         * src/mainwindow.c
14147         * src/mh_gtk.c
14148         * src/news_gtk.c
14149         * src/pop.c
14150         * src/prefs_account.c
14151         * src/prefs_account.h
14152         * src/prefs_ext_prog.c
14153         * src/procmime.c
14154         * src/procmime.h
14155         * src/procmsg.c
14156         * src/procmsg.h
14157         * src/summary_search.c
14158         * src/summaryview.c
14159         * src/textview.c
14160         * src/common/defs.h
14161         * src/common/utils.c
14162         * src/common/utils.h
14163         * src/gtk/menu.c
14164         * src/gtk/menu.h
14165                 sync with HEAD
14166
14167 2004-11-11 [colin]      0.9.12cvs144.2
14168
14169         * src/textview.c
14170                 Fix URI range selection (patch by Alfons)
14171
14172 2004-11-09 [colin]      0.9.12cvs144.1
14173
14174         * ChangeLog.claws
14175         * src/compose.c
14176         * src/folder.c
14177         * src/folder_item_prefs.c
14178         * src/prefs_account.c
14179         * src/prefs_account.h
14180         * src/plugins/pgpmime/pgpmime.c
14181                 Sync with HEAD
14182
14183 2004-11-08 [colin]      0.9.12cvs143.1
14184
14185         * src/summaryview.c
14186                 Sync with HEAD (optimize quicksearch)
14187
14188 2004-11-08 [colin]      0.9.12cvs142.2
14189
14190         * src/compose.c
14191                 Don't wrap when Edit/Auto wrapping is disabled
14192
14193 2004-11-08 [colin]      0.9.12cvs142.1
14194
14195         * src/textview.c
14196                 Sync with HEAD
14197
14198 2004-11-08 [colin]      0.9.12cvs141.1
14199
14200         * src/textview.c
14201                 Sync with HEAD (fix some mail URIs)
14202
14203 2004-11-08 [colin]      0.9.12cvs140.3
14204
14205         * src/textview.c
14206                 o Use text cursor instead of arrow when
14207                   not on a link
14208                 o Fix handling of contiguous links (as in
14209                   "colin@colino.net" <colin@colino.net>)
14210                   This one unveils a bug in get_email_part()
14211
14212 2004-11-07 [colin]      0.9.12cvs140.2
14213
14214         * src/textview.c
14215                 Fix memleak. Patch by Alfons.
14216
14217 2004-11-06 [colin]      0.9.12cvs140.1
14218
14219         * src/compose.c
14220                 Sync with HEAD (don't ask passphrase
14221                 when drafting)
14222
14223 2004-11-06 [paul]       0.9.12cvs139.2
14224
14225         * AUTHORS
14226         * src/textview.c
14227         * src/textview.h
14228                 textview URI handling. hovering over a 
14229                 link displays it in the status bar,
14230                 and changes the mouse pointer to a hand 
14231                 cursor. a link is activated with a single 
14232                 click. (Modified from the) patch by Jean-Yves 
14233                 Lefort <jylefort@users.sourceforge.net>
14234                 
14235
14236 2004-11-05 [colin]      0.9.12cvs139.1
14237
14238         * src/compose.c
14239         * src/procmime.c
14240                 Sync with HEAD again ^^
14241
14242 2004-11-05 [colin]      0.9.12cvs139.1
14243
14244         * src/compose.c
14245         * src/procmime.c
14246                 Sync with HEAD
14247
14248 2004-11-03 [paul]       0.9.12cvs138.1
14249
14250         * ChangeLog.claws
14251         * configure.ac
14252         * po/POTFILES.in
14253         * src/prefs_ext_prog.c
14254         * src/procmime.c
14255         * tools/kdeservicemenu/README
14256         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14257         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14258                 sync with HEAD
14259
14260 2004-11-01 [christoph]  0.9.12cvs136.2
14261
14262         * src/procmime.c
14263                 convert MIME parameters to UTF-8
14264
14265 2004-10-29 [colin]      0.9.12cvs136.1
14266
14267         * src/common/utils.c
14268                 Sync with HEAD (don't use '=' in mime boundary)
14269
14270 2004-10-29 [paul]       0.9.12cvs135.1
14271
14272         * configure.ac
14273         * doc/src/rfc2231.txt
14274         * src/procmime.c
14275         * src/common/quoted-printable.c
14276         * src/common/utils.c
14277         * src/common/utils.h
14278                 sync with HEAD
14279
14280 2004-10-27 [paul]       0.9.12cvs134.1
14281
14282         * configure.ac
14283         * src/main.c
14284         * src/procmime.c
14285         * src/plugins/pgpmime/pgpmime.c
14286                 sync with HEAD
14287
14288 2004-10-26 [paul]       0.9.12cvs132.3
14289
14290         * src/account.c
14291         * src/addressbook.c
14292         * src/addrgather.c
14293         * src/addrharvest.c
14294         * src/codeconv.c
14295         * src/compose.c
14296         * src/customheader.c
14297         * src/editaddress.c
14298         * src/editgroup.c
14299         * src/enriched.c
14300         * src/expldifdlg.c
14301         * src/exporthtml.c
14302         * src/exportldif.c
14303         * src/folder.c
14304         * src/foldersel.c
14305         * src/folderview.c
14306         * src/grouplistdialog.c
14307         * src/html.c
14308         * src/imap.c
14309         * src/jpilot.c
14310         * src/ldapserver.c
14311         * src/ldif.c
14312         * src/mimeview.c
14313         * src/news.c
14314         * src/news_gtk.c
14315         * src/pop.c
14316         * src/prefs_display_header.c
14317         * src/prefs_gtk.c
14318         * src/prefs_msg_colors.c
14319         * src/prefs_toolbar.c
14320         * src/procheader.c
14321         * src/procmime.c
14322         * src/summaryview.c
14323         * src/textview.c
14324         * src/toolbar.c
14325         * src/vcard.c
14326         * src/common/mgutils.c
14327         * src/common/nntp.c
14328         * src/common/smtp.c
14329         * src/common/template.c
14330         * src/common/utils.c
14331         * src/common/xmlprops.c
14332         * src/plugins/pgpmime/pgpmime.c
14333         * src/plugins/pgpmime/select-keys.c
14334         * src/plugins/pgpmime/sgpgme.c
14335                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14336                 g_string_sprintfa(), gtk_notebook_current_page()
14337
14338 2004-10-26 [colin]      0.9.12cvs132.2
14339
14340         * src/prefs_folder_item.c
14341                 Fix default-account selection
14342
14343 2004-10-21 [colin]      0.9.12cvs133
14344
14345         * src/compose.c
14346                 Sync with HEAD (Remove extra separator in compose's Options)
14347         * src/textview.c
14348                 Set wrapping to char
14349
14350 2004-10-21 [paul]       0.9.12cvs131.2
14351
14352         * src/compose.c
14353         * src/sourcewindow.c
14354                 fix wrapping
14355                 fix window shrinking 
14356
14357 2004-10-21 [colin]      0.9.12cvs131.1
14358
14359         * ChangeLog.claws
14360         * src/compose.c
14361                 Sync with HEAD
14362
14363 2004-10-21 [paul]       0.9.12cvs130.2
14364
14365         * src/prefs_folder_item.c
14366                 sync with HEAD (Apply to subfolders)
14367
14368 2004-10-19 [colin]      0.9.12cvs130.1
14369
14370         * ChangeLog.claws
14371         * src/compose.c
14372         * src/common/utils.c
14373         * src/gtk/menu.c
14374                 Sync with HEAD
14375
14376 2004-10-19 [colin]      0.9.12cvs128.1
14377
14378         * src/addrbook.c
14379         * src/addrcache.c
14380         * src/addressbook.c
14381         * src/codeconv.c
14382         * src/compose.c
14383         * src/customheader.c
14384         * src/editaddress.c
14385         * src/editgroup.c
14386         * src/exporthtml.c
14387         * src/folder.c
14388         * src/folderview.c
14389         * src/imap.c
14390         * src/jpilot.c
14391         * src/main.c
14392         * src/matcher_parser_parse.y
14393         * src/mbox.c
14394         * src/pop.c
14395         * src/prefs_account.c
14396         * src/prefs_gtk.c
14397         * src/prefs_msg_colors.c
14398         * src/procheader.c
14399         * src/procmime.c
14400         * src/procmime.h
14401         * src/procmsg.c
14402         * src/summaryview.c
14403         * src/textview.c
14404         * src/common/base64.c
14405         * src/common/partial_download.c
14406         * src/common/socket.c
14407         * src/common/sylpheed.c
14408         * src/common/utils.c
14409         * src/common/utils.h
14410         * src/gtk/pluginwindow.c
14411         * src/gtk/quicksearch.c
14412         * src/plugins/clamav/clamav_plugin.c
14413         * src/plugins/clamav/clamav_plugin.h
14414         * src/plugins/clamav/clamav_plugin_gtk.c
14415         * src/plugins/pgpmime/passphrase.c
14416         * src/plugins/pgpmime/pgpmime.c
14417         * src/plugins/pgpmime/plugin.c
14418         * src/plugins/pgpmime/prefs_gpg.c
14419         * src/plugins/pgpmime/prefs_gpg.h
14420         * src/plugins/pgpmime/select-keys.c
14421         * src/plugins/pgpmime/sgpgme.c
14422         * src/plugins/spamassassin/libspamc.c
14423         * src/plugins/spamassassin/spamassassin.c
14424         * src/plugins/spamassassin/spamassassin.h
14425         * src/plugins/spamassassin/spamassassin_gtk.c
14426         * src/plugins/trayicon/trayicon.c
14427         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14428                 Sync with HEAD
14429
14430 2004-10-14 [colin]      0.9.12cvs126.2
14431
14432         * src/codeconv.c
14433         * src/textview.c
14434                 Fix conv_unreadable_locale
14435
14436 2004-10-13 [colin]      0.9.12cvs126.1
14437
14438         * src/compose.c
14439                 Sync with HEAD (don't convert charset for 
14440                 drafted messages, minor cleanup)
14441
14442 2004-10-13 [colin]      0.9.12cvs125.1
14443
14444         * po/POTFILES.in
14445                 Sync with HEAD (POTFILES fix)
14446
14447 2004-10-12 [colin]      0.9.12cvs124.3
14448
14449         * src/compose.c
14450                 Fix encoding bug from latest sync
14451
14452 2004-10-12 [paul]       0.9.12cvs124.2
14453
14454         * src/plugins/pgpmime/prefs_gpg.c
14455         * src/plugins/pgpmime/prefs_gpg.h
14456                 forgotten in last commit        
14457
14458 2004-10-12 [paul]       0.9.12cvs124.1
14459
14460         * ChangeLog.claws
14461         * configure.ac
14462         * m4/spamassassin.m4
14463         * src/Makefile.am
14464         * src/account.c
14465         * src/compose.c
14466         * src/compose.h
14467         * src/crash.c
14468         * src/main.c
14469         * src/mimeview.c
14470         * src/passphrase.c
14471         * src/passphrase.h
14472         * src/prefs_account.c
14473         * src/prefs_account.h
14474         * src/prefs_common.c
14475         * src/privacy.c
14476         * src/privacy.h
14477         * src/procmime.c
14478         * src/procmime.h
14479         * src/procmsg.c
14480         * src/rfc2015.c
14481         * src/rfc2015.h
14482         * src/select-keys.c
14483         * src/select-keys.h
14484         * src/textview.c
14485         * src/common/utils.c
14486         * src/common/utils.h
14487         * src/gtk/about.c
14488         * src/plugins/pgpmime/Makefile.am
14489         * src/plugins/pgpmime/passphrase.c
14490         * src/plugins/pgpmime/passphrase.h
14491         * src/plugins/pgpmime/pgpmime.c
14492         * src/plugins/pgpmime/plugin.c
14493         * src/plugins/pgpmime/select-keys.c
14494         * src/plugins/pgpmime/select-keys.h
14495         * src/plugins/pgpmime/sgpgme.c
14496         * src/plugins/pgpmime/sgpgme.h
14497                 sync with HEAD
14498
14499 2004-10-04 [colin]      0.9.12cvs122.1
14500
14501         * src/mainwindow.c
14502         * src/messageview.c
14503         * src/messageview.h
14504         * src/textview.c
14505                 Sync with HEAD
14506
14507 2004-10-04 [colin]      0.9.12cvs121.1
14508
14509         * src/summaryview.c
14510                 Sync with HEAD
14511
14512 2004-10-04 [paul]       0.9.12cvs120.1
14513
14514         * configure.ac
14515                 sync with HEAD [don't try to build 
14516                 pgpmime plugin when gpgme is disabled]
14517
14518 2004-10-03 [colin]      0.9.12cvs119.3
14519
14520         * src/gtk/gtksctree.c
14521                 Lots of side effects. Put back as before 117.2.
14522         * src/summaryview.c
14523                 Fix bug #602
14524
14525 2004-10-03 [colin]      0.9.12cvs119.2
14526
14527         * src/gtk/gtksctree.c
14528                 Revert 608 fix that doesn't work that good
14529
14530 2004-10-02 [colin]      0.9.12cvs119.1
14531
14532         * src/mainwindow.c
14533         * src/messageview.c
14534         * src/prefs_common.h
14535         * src/procmime.c
14536         * src/procmime.h
14537         * src/textview.c
14538                 Sync with HEAD
14539         * src/gtk/gtksctree.c
14540                 Close bug #608
14541
14542 2004-10-01 [colin]      0.9.12cvs118.1
14543
14544         * src/mimeview.c
14545                 Sync with HEAD (better Save All fix)
14546
14547 2004-10-01 [colin]      0.9.12cvs117.2
14548
14549         * src/gtk/gtksctree.c
14550                 Faster on selection
14551
14552 2004-10-01 [colin]      0.9.12cvs117.1
14553
14554         * src/mimeview.c
14555                 Sync with HEAD (Save All: only attachments)
14556
14557 2004-10-01 [paul]       0.9.12cvs116.1
14558
14559         * ChangeLog.claws
14560         * configure.ac
14561         * src/account.c
14562         * src/prefs_common.c
14563         * src/gtk/colorlabel.c
14564                 sync with HEAD
14565
14566 2004-09-30 [colin]      0.9.12cvs115.1
14567
14568         * src/stock_pixmap.c
14569         * src/stock_pixmap.h
14570         * src/folderview.c
14571         * src/Makefile.am
14572         * src/pixmaps/read.xpm
14573                 Sync with HEAD (new pixmap)
14574
14575 2004-09-29 [colin]      0.9.12cvs114.1
14576
14577         * src/compose.c
14578                 Sync with HEAD
14579                 Fix focus handling in headers
14580
14581 2004-09-29 [paul]       0.9.12cvs113.1
14582
14583         * src/quote_fmt_parse.y
14584                 sync with HEAD
14585  
14586
14587 2004-09-28 [colin]      0.9.12cvs112.1
14588
14589         * src/folderview.c
14590         * src/mainwindow.c
14591                 Sync with HEAD
14592
14593 2004-09-28 [colin]      0.9.12cvs110.1
14594
14595         * src/folderview.c
14596                 Sync with HEAD (Contextual Empty trash menu)
14597
14598 2004-09-28 [colin]      0.9.12cvs108.1
14599
14600         * src/addressbook.c
14601                 Sync with HEAD (addressbook edit on double-click)
14602
14603 2004-09-28 [colin]      0.9.12cvs106.1
14604
14605         * src/inc.c
14606                 Sync with HEAD (folder_item freeze on inc)
14607
14608 2004-09-27 [colin]      0.9.12cvs105.1
14609
14610         * src/folderview.c
14611                 Sync with HEAD (right-align new and unread column)
14612
14613 2004-09-27 [colin]      0.9.12cvs104.1
14614
14615         * src/main.c
14616                 Sync with HEAD (revert 0.9.12cvs101)
14617
14618 2004-09-24 [colin]      0.9.12cvs103.2
14619
14620         * src/wizard.c
14621                 Fix gtk warnings and use domain part of the email address 
14622                 when domain detection fails (no dot in domain name)
14623
14624 2004-09-23 [colin]      0.9.12cvs103.1
14625
14626         * src/plugins/spamassassin/libspamc.c
14627         * src/plugins/spamassassin/libspamc.h
14628         * src/plugins/spamassassin/utils.c
14629         * src/plugins/spamassassin/utils.h
14630                 Sync with HEAD (Update spamassassin to 3.0)
14631
14632 2004-09-21 [colin]      0.9.12cvs102.3
14633
14634         * src/action.c
14635                 Add horizontal scrollbar in action io dialog as needed
14636                 Patch by Alfons.
14637
14638 2004-09-20 [colin]      0.9.12cvs102.2
14639
14640         * src/plugins/image_viewer/viewer.c
14641                 Remove imlib stuff
14642                 use gtk_pixmap_set when clearing
14643                 (would be better to use gtkImages, but causes size-allocate 
14644                 signals storm)
14645
14646 2004-09-17 [paul]       0.9.12cvs102.1
14647
14648         * ChangeLog
14649         * ChangeLog.claws
14650         * ChangeLog.jp
14651         * configure.ac
14652         * src/inc.c
14653                 sync with HEAD
14654
14655
14656 2004-09-17 [colin]      0.9.12cvs101.1
14657
14658         * ChangeLog.claws
14659         * src/main.c
14660                 Sync with HEAD (fix segs at exit)
14661
14662 2004-09-14 [colin]      0.9.12cvs99.5
14663
14664         * src/common/socket.c
14665         * AUTHORS
14666                 Fix send error on 64bit platforms
14667                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14668
14669 2004-09-14 [colin]      0.9.12cvs99.4
14670
14671         * src/action.c
14672                 Fix action output with utf8 
14673                 Patch by Alfons.
14674
14675 2004-09-14 [colin]      0.9.12cvs99.3
14676
14677         * ChangeLog.claws
14678         * src/folder.c
14679                 Sync with HEAD
14680
14681 2004-09-09 [colin]      0.9.12cvs99.2
14682
14683         * src/action.c
14684                 Fix progress bar (displaying "Completed %v/%u")
14685                 Patch by Alfons.
14686
14687 2004-09-08 [colin]      0.9.12cvs99.1
14688
14689         * src/account.c
14690         * src/folder.c
14691         * src/procmsg.c
14692         * src/procmsg.h
14693         * src/plugins/pgpmime/pgpmime.c
14694                 Sync with HEAD
14695
14696 2004-09-08 [colin]      0.9.12cvs97.2
14697
14698         * src/summaryview.c
14699                 Don't select mails in collapsed threads 
14700                 when navigating with up/down
14701
14702 2004-09-07 [colin]      0.9.12cvs97.1
14703
14704         * src/inc.c
14705                 Sync with HEAD (meaningful error messages)
14706
14707 2004-09-06 [colin]      0.9.12cvs96.1
14708
14709         * src/toolbar.c
14710                 Sync with HEAD (fix Redirect graying out)
14711
14712 2004-09-06 [colin]      0.9.12cvs95.1
14713
14714         * src/summaryview.c
14715         * src/mimeview.c
14716                 Sync with HEAD (fix dropped URIs)
14717
14718 2004-09-06 [colin]      0.9.12cvs94.1
14719
14720         * src/addressbook.c
14721         * src/addressitem.h
14722         * src/addritem.c
14723         * src/addritem.h
14724                 Sync with HEAD (addressbook DnD)
14725
14726 2004-09-03 [colin]      0.9.12cvs93.1
14727
14728         * src/summaryview.c
14729                 Sync with HEAD (next/prev unread)
14730
14731 2004-09-03 [colin]      0.9.12cvs92.1
14732
14733         * src/prefs_common.c
14734         * src/prefs_common.h
14735         * src/summaryview.c
14736                 Sync with HEAD ('mark_as_read_delay' pref)
14737
14738 2004-09-02 [colin]      0.9.12cvs91.2
14739
14740         * src/common/xml.c
14741                 Fix leak
14742
14743 2004-09-02 [colin]      0.9.12cvs91.1
14744
14745         * src/gtk/menu.c
14746                 Sync with HEAD (menu accel don't work, but whatever)
14747
14748 2004-09-02 [colin]      0.9.12cvs90.1
14749
14750         * src/account.c
14751                 Sync with HEAD (fix bug 582)
14752
14753 2004-09-02 [colin]      0.9.12cvs89.1
14754
14755         * src/addrindex.c
14756                 Sync with HEAD (free deleted queries)
14757
14758 2004-09-02 [colin]      0.9.12cvs88.1
14759
14760         * src/ldapquery.c
14761                 Sync with HEAD (fix LDAP freezes)
14762
14763 2004-09-02 [colin]      0.9.12cvs87.1
14764
14765         * src/prefs_spelling.c
14766                 Sync with HEAD (add default dictionary)
14767
14768 2004-09-01 [colin]      0.9.12cvs86.1
14769
14770         * src/filtering.c
14771         * src/folderview.c
14772         * src/imap.c
14773         * src/prefs_matcher.c
14774         * src/stock_pixmap.c
14775         * src/summary_search.c
14776         * src/summaryview.c
14777         * src/wizard.c
14778         * src/wizard.h
14779                 Sync with HEAD (uninitialized vars fixes)
14780                 + gtk2 specific warning fixes
14781
14782 2004-08-31 [colin]      0.9.12cvs85.1
14783
14784         * src/folder.c
14785                 Sync with HEAD (Fix memory corruption due to 
14786                 uninitialized var)
14787
14788 2004-08-31 [colin]      0.9.12cvs84.4
14789
14790         * src/summary_search.c
14791                 Fix segfaults when searching in folders with broken headers
14792
14793 2004-08-31 [colin]      0.9.12cvs84.3
14794
14795         * src/compose.c
14796         * src/textview.c
14797                 Fix some more encoding/decoding issues
14798
14799 2004-08-30 [colin]      0.9.12cvs84.2
14800
14801         * src/mimeview.c
14802         * src/prefs_themes.c
14803         * src/gtk/filesel.c
14804         * src/gtk/filesel.h
14805                 Add a folder-mode selection (fixes mimeview's "Save all")
14806
14807 2004-08-29 [colin]      0.9.12cvs84.1
14808
14809         * src/mimeview.c
14810                 Sync with HEAD (don't escape saved filenames)
14811
14812 2004-08-27 [colin]      0.9.12cvs83.1
14813
14814         * ChangeLog
14815         * ChangeLog.claws
14816         * ChangeLog.jp
14817         * src/mh.c
14818         * src/procheader.c
14819         * src/procmsg.c
14820         * src/procmsg.h
14821         * src/common/utils.c
14822         * src/gtk/menu.h
14823         * po/
14824                 Sync with HEAD 0.9.12cvs83 (sync with main)
14825
14826 2004-08-26 [colin]      0.9.12cvs82.4
14827
14828         * src/codeconv.c
14829                 Fix strange stack corruption
14830                 Convert to utf8 after unmime, not before
14831
14832 2004-08-26 [colin]      0.9.12cvs82.3
14833
14834         * src/main.c
14835         * src/wizard.c
14836                 Fix account folders duplication
14837
14838 2004-08-25 [colin]      0.9.12cvs82.2
14839
14840         * src/wizard.c
14841                 Remove ports
14842                 Add SSL selection
14843                 Use login@server as account name
14844
14845 2004-08-25 [colin]      0.9.12cvs82.1
14846
14847         * src/plugins/pgpmime/pgpmime.c
14848                 Sync with HEAD (leak fix).
14849
14850 2004-08-25 [colin]      0.9.12cvs81.1
14851
14852         * src/plugins/pgpmime/pgpmime.c
14853         * src/plugins/pgpmime/sgpgme.c
14854         * src/plugins/pgpmime/sgpgme.h
14855                 Sync with HEAD (Handle combined messages).
14856
14857 2004-08-24 [colin]      0.9.12cvs80.3
14858
14859         * src/wizard.c
14860                 Fix full name, ports, and imap
14861
14862 2004-08-24 [colin]      0.9.12cvs80.2
14863
14864         * src/Makefile.am
14865         * src/main.c
14866         * src/setup.c
14867         * src/setup.h
14868         * src/stock_pixmap.c
14869         * src/stock_pixmap.h
14870         * src/wizard.c ** ADDED **
14871         * src/wizard.h ** ADDED ** 
14872         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14873                 Add a setup wizard 
14874
14875 2004-08-24 [colin]      0.9.12cvs80.1
14876
14877         * src/folder.c
14878                 Sync with HEAD (set mimeflags on all messages)
14879
14880 2004-08-24 [colin]      0.9.12cvs79.3
14881
14882         * src/matcher_parser_lex.l
14883                 Fix 8bits strings not in utf8
14884
14885 2004-08-24 [colin]      0.9.12cvs79.2
14886
14887         * src/compose.c
14888                 Check conversion result before replacing buffer
14889
14890 2004-08-23 [colin]      0.9.12cvs79.1
14891
14892         * src/compose.c
14893                 Sync with HEAD (create message header in memory)
14894
14895 2004-08-23 [colin]      0.9.12cvs78.1
14896
14897         * src/rfc2015.c
14898         * src/rfc2015.h
14899                 Sync with HEAD (fix bug 197 again)
14900
14901 2004-08-23 [colin]      0.9.12cvs77.3
14902
14903         * src/compose.c
14904                 Fix again inline gpg signing (which outputs utf8
14905                 in gtk2). Not syncing this fix to HEAD as this 
14906                 code is meant to die.
14907
14908 2004-08-23 [colin]      0.9.12cvs77.2
14909
14910         * src/prefs_account.h
14911                 Remove useless include
14912
14913 2004-08-23 [colin]      0.9.12cvs77.1
14914
14915         * src/imap.c
14916         * po/es.po
14917         * po/fr.po
14918         * po/it.po
14919         * po/pl.po
14920         * po/pt_BR.po
14921         * po/sk.po
14922         * po/sr.po
14923                 Sync with HEAD (fix bug 577)
14924
14925 2004-08-22 [colin]      0.9.12cvs76.1
14926
14927         * src/plugins/trayicon/trayicon.c
14928                 Sync with HEAD (fix formatting bug)
14929
14930 2004-08-21 [colin]      0.9.12cvs74.2
14931
14932         * src/gtk/colorsel.c
14933                 Fix bug 564 (Folder color selection window exits on any
14934                 keypress)
14935
14936 2004-08-21 [colin]      0.9.12cvs74.1
14937
14938         * ChangeLog.claws
14939         * src/compose.c
14940         * src/summaryview.c
14941         * src/toolbar.c
14942                 Sync with HEAD (fix bug 576)
14943
14944 2004-08-21 [colin]      0.9.12cvs70.1
14945
14946         * src/compose.c
14947         * src/mainwindow.c
14948                 Sync with HEAD
14949                 
14950
14951 2004-08-21 [paul]       0.9.12cvs66.4
14952
14953         * src/mainwindow.c
14954         * src/messageview.c
14955         * src/gtk/menu.c
14956         * src/plugins/spamassassin/spamassassin_gtk.c
14957                 remove some deprecated gtk1 functions
14958
14959
14960 2004-08-21 [colin]      0.9.12cvs66.3
14961
14962         * src/compose.c
14963         * src/codeconv.c
14964                 Fix warnings
14965                 Remove encoding hacks
14966                 Fix bug 575 (Strange character messes up message)
14967                 Don't display conversion error when drafting
14968
14969 2004-08-21 [paul]       0.9.12cvs66.2
14970
14971         * src/prefs_account.c
14972                 fix GnuPG mode bugs
14973
14974
14975 2004-08-20 [colin]      0.9.12cvs66.1
14976
14977         * src/codeconv.c
14978                 Sync with HEAD 0.9.12cvs66
14979
14980 2004-08-20 [paul]
14981
14982         * src/plugins/pgpmime/plugin.c
14983                 modify PGP/MIME plugin's description
14984
14985 2004-08-17 [colin]      0.9.12cvs65.1
14986
14987         * src/common/ssl.c
14988         * src/plugins/pgpmime/plugin.c
14989                 Sync with HEAD
14990
14991 2004-08-14 [colin]      0.9.12cvs60.3
14992
14993         * src/plugins/trayicon/trayicon.c
14994                 Put back resize callback, on size-request signal
14995                 rather than size-allocate to avoid infinite 
14996                 callback loop
14997
14998 2004-08-13 [colin]      0.9.12cvs60.2
14999
15000         * src/common/defs.h
15001                 Cache versions have been fixed
15002
15003 2004-08-13 [colin]      0.9.12cvs60.1
15004
15005         * src/folderutils.c
15006                 Sync with HEAD
15007
15008 2004-08-12 [colin]      0.9.12cvs59.1
15009
15010         * src/plugins/trayicon/trayicon.c
15011                 Sync with HEAD
15012
15013 2004-08-12 [colin]      0.9.12cvs57.5
15014
15015         * sylpheed.desktop
15016         * configure.ac
15017         * src/Makefile.am
15018         * src/main.c
15019                 Add support for Freedesktop.org's startup notification
15020
15021 2004-08-11 [colin]      0.9.12cvs57.4
15022
15023         * src/textview.c
15024                 Fix off-by-one
15025
15026 2004-08-11 [colin]      0.9.12cvs57.3
15027
15028         * src/message_search.c
15029         * src/summary_search.c
15030                 Make searches case insensitive by default
15031         * src/textview.c
15032                 Fix case-insensitive search in message
15033
15034 2004-08-11 [colin]      0.9.12cvs57.2
15035
15036         * src/summary_search.c
15037                 Let case-sensitive be specified
15038
15039 2004-08-10 [colin]      0.9.12cvs55.4
15040
15041         * src/common/socket.c
15042                 Fix the possible race condition
15043
15044 2004-08-09 [paul]       0.9.12cvs55.3
15045
15046         * configure.ac
15047         * src/Makefile.am
15048         * src/common/Makefile.am
15049                 sync with HEAD
15050
15051
15052 2004-08-09 [paul]       0.9.12cvs55.2
15053
15054         * autogen.sh
15055         * po/poconv.sh
15056                 remove unneeded script
15057
15058         * configure.ac
15059                 add forgotten USE_LDAP_TLS (sync with HEAD)
15060
15061
15062 2004-08-09 [colin]      0.9.12cvs55.1
15063
15064         * src/main.c
15065         * src/common/ssl.c
15066         * src/common/sylpheed.c
15067         * src/common/sylpheed.h
15068                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15069
15070 2004-08-09 [paul]       0.9.12cvs54.1
15071
15072         * ChangeLog
15073         * ChangeLog.claws
15074         * ChangeLog.jp
15075         * configure.ac
15076         * po/POTFILES.in
15077         * src/Makefile.am
15078         * src/folderutils.c
15079         * src/main.c
15080         * src/pgpmime.c
15081         * src/pgpmime.h
15082         * src/sgpgme.c
15083         * src/sgpgme.h
15084         * src/plugins/Makefile.am
15085         * src/plugins/pgpmime/.cvsignore
15086         * src/plugins/pgpmime/Makefile.am
15087         * src/plugins/pgpmime/pgpmime.c
15088         * src/plugins/pgpmime/pgpmime.h
15089         * src/plugins/pgpmime/plugin.c
15090         * src/plugins/pgpmime/sgpgme.c
15091         * src/plugins/pgpmime/sgpgme.h
15092                 sync with HEAD
15093
15094 2004-08-08 [paul]       0.9.12cvs51.1
15095
15096         * configure.ac
15097         * src/folder.c
15098                 sync with HEAD
15099
15100 2004-08-07 [colin]      0.9.12cvs50.1
15101
15102         * src/pop.c
15103         * src/common/partial_download.c
15104                 fix warnings (sync from HEAD)
15105
15106 2004-08-07 [colin]      0.9.12cvs48.1
15107
15108         * src/prefs_folder_item.c
15109                 sync with HEAD 0.9.12cvs48
15110
15111 2004-08-06 [colin]      0.9.12cvs47.1
15112
15113         * src/compose.c
15114                 Sync with HEAD
15115
15116 2004-08-06 [christoph]  0.9.12cvs46.2
15117
15118         * src/main.c
15119         * src/plugins/clamav/clamav_plugin_gtk.c
15120         * src/plugins/dillo_viewer/dillo_viewer.c
15121         * src/plugins/image_viewer/plugin.c
15122         * src/plugins/mathml_viewer/mathml_viewer.c
15123         * src/plugins/spamassassin/spamassassin_gtk.c
15124         * src/plugins/trayicon/trayicon.c
15125                 don't mix GTK1.2 plugin with GTK2 plugins
15126
15127 2004-08-06 [colin]      0.9.12cvs46.1
15128
15129         * ChangeLog
15130         * ChangeLog.claws
15131         * ChangeLog.jp
15132         * configure.ac
15133         * sylpheed-claws.pc.in
15134         * src/folder.c
15135         * src/imap.c
15136         * src/localfolder.c
15137         * src/messageview.c
15138         * src/mimeview.c
15139         * src/mimeview.h
15140         * src/msgcache.c
15141         * src/news.c
15142         * src/prefs_ext_prog.c
15143         * src/prefs_folder_item.c
15144         * src/prefs_fonts.c
15145         * src/prefs_msg_colors.c
15146         * src/prefs_spelling.c
15147         * src/prefs_themes.c
15148         * src/prefs_toolbar.c
15149         * src/prefs_wrapping.c
15150         * src/procmime.h
15151         * src/common/defs.h
15152         * src/common/nntp.c
15153         * src/common/session.c
15154         * src/common/session.h
15155         * src/common/socket.c
15156         * src/common/utils.h
15157         * src/common/xml.c
15158         * src/common/xml.h
15159         * src/gtk/prefswindow.c
15160         * src/gtk/prefswindow.h
15161         * src/plugins/clamav/clamav_plugin_gtk.c
15162         * src/plugins/dillo_viewer/dillo_prefs.c
15163         * src/plugins/image_viewer/viewerprefs.c
15164         * src/plugins/spamassassin/spamassassin_gtk.c
15165         * m4/openssl.m4 *** REMOVED ***
15166                 Sync with HEAD 0.9.12cvs46
15167
15168 2004-08-03 [paul]       0.9.12cvs40.2
15169
15170         * src/action.c
15171         * src/addressadd.c
15172         * src/addressbook.c
15173         * src/addrgather.c
15174         * src/browseldap.c
15175         * src/compose.c
15176         * src/crash.c
15177         * src/editaddress.c
15178         * src/editgroup.c
15179         * src/editldap_basedn.c
15180         * src/foldersel.c
15181         * src/importldif.c
15182         * src/mimeview.c
15183         * src/prefs_common.c
15184         * src/prefs_template.c
15185         * src/sourcewindow.c
15186         * src/summaryview.c
15187         * src/gtk/about.c
15188         * src/gtk/foldersort.c
15189         * src/gtk/logwindow.c
15190         * src/gtk/pluginwindow.c
15191         * src/gtk/prefswindow.c
15192                 change all gtk_scrolled_window_set_policy from 
15193                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15194
15195 2004-08-02 [paul]       0.9.12cvs40.1
15196
15197         * AUTHORS
15198                 update translation team section
15199         * po/pt_BR.po
15200                 updated by Frederico Goncalves Guimaraes
15201                 <fggdebian@yahoo.com.br>
15202
15203 2004-07-31 [colin]      0.9.12cvs39.9
15204
15205         * src/exphtmldlg.c
15206                 Fix compilation
15207
15208 2004-07-31 [colin]      0.9.12cvs39.8
15209
15210         * src/exphtmldlg.c
15211                 Fix an alertpanel type
15212
15213 2004-07-30 [colin]      0.9.12cvs39.7
15214
15215         * src/alertpanel.c
15216                 Fix alertpanel_error_log's icon
15217
15218 2004-07-30 [colin]      0.9.12cvs39.6
15219
15220         * src/pop.c
15221                 Two of them should still be warnings
15222
15223 2004-07-30 [colin]      0.9.12cvs39.5
15224
15225         * src/pop.c
15226                 More warning -> error
15227 2004-07-29 [colin]      0.9.12cvs39.4
15228
15229         * src/pop.c
15230                 Warning -> error
15231
15232 2004-07-29 [colin]      0.9.12cvs39.3
15233
15234         * src/prefs_matcher.c
15235                 Fix segfault
15236
15237 2004-07-29 [colin]      0.9.12cvs39.2
15238
15239         * src/alertpanel.c
15240                 More nice-looking alertpanels
15241
15242 2004-07-29 [colin]      0.9.12cvs39.1
15243
15244         * src/messageview.c
15245                 sync with head
15246                 (inform user when partial mail is deleted on server)
15247
15248 2004-07-29 [colin]      0.9.12cvs38.1
15249
15250         * src/messageview.c
15251                 sync with head
15252
15253 2004-07-28 [paul]       0.9.12cvs37.7
15254
15255         * src/mainwindow.c
15256                 complete the replacement of deprecated gtk_progress_*
15257
15258 2004-07-28 [paul]       0.9.12cvs37.6
15259
15260         * src/action.c
15261         * src/inc.c
15262         * src/mainwindow.c
15263         * src/send_message.c
15264         * src/gtk/progressdialog.c
15265         * src/gtk/progressdialog.h
15266                 replace deprecated gtk_progress_*
15267
15268 2004-07-28 [paul]       0.9.12cvs37.5
15269
15270         * src/gtk/filesel.c
15271                 remove gtk_window_set_wmclass()
15272 2004-07-28 [paul]       0.9.12cvs37.4
15273
15274         * src/addressbook.c
15275         * src/compose.c
15276         * src/foldersel.c
15277         * src/mainwindow.c
15278         * src/messageview.c
15279         * src/sourcewindow.c
15280         * src/gtk/logwindow.c
15281                 remove gtk_window_set_wmclass()
15282                 
15283         * src/prefs_filtering.c
15284         * src/prefs_filtering_action.c
15285         * src/prefs_fonts.c
15286         * src/prefs_gtk.c
15287         * src/prefs_matcher.c
15288         * src/ssl_manager.c
15289         * src/gtk/prefswindow.c
15290                 replace gtk_window_position()
15291
15292 2004-07-28 [colin]      0.9.12cvs37.3
15293
15294         * src/alertpanel.c
15295         * src/alertpanel.h
15296                 Add a way to specify panel type for specific
15297                 panels (alertpanel())
15298         * src/account.c
15299         * src/addressbook.c
15300         * src/compose.c
15301         * src/expldifdlg.c
15302         * src/main.c
15303         * src/messageview.c
15304         * src/summaryview.c
15305         * src/textview.c
15306         * src/gtk/sslcertwindow.c
15307                 Fix alertpanel()s so that their icon match
15308                 their real type
15309
15310 2004-07-28 [paul]       0.9.12cvs37.2
15311
15312         * src/addr_compl.c
15313         * src/addressbook.c
15314         * src/alertpanel.c
15315         * src/compose.c
15316         * src/export.c
15317         * src/foldersel.c
15318         * src/folderview.c
15319         * src/grouplistdialog.c
15320         * src/import.c
15321         * src/mainwindow.c
15322         * src/message_search.c
15323         * src/messageview.c
15324         * src/passphrase.c
15325         * src/prefs_actions.c
15326         * src/prefs_common.c
15327         * src/prefs_customheader.c
15328         * src/prefs_display_header.c
15329         * src/prefs_filtering.c
15330         * src/prefs_filtering_action.c
15331         * src/prefs_gtk.c
15332         * src/prefs_matcher.c
15333         * src/prefs_msg_colors.c
15334         * src/prefs_summary_column.c
15335         * src/prefs_template.c
15336         * src/sourcewindow.c
15337         * src/ssl_manager.c
15338         * src/summary_search.c
15339         * src/gtk/colorsel.c
15340         * src/gtk/description_window.c
15341         * src/gtk/gtkaspell.c
15342         * src/gtk/inputdialog.c
15343         * src/gtk/logwindow.c
15344         * src/gtk/prefswindow.c
15345         * src/gtk/progressdialog.c
15346                 replace deprecated gtk_window_set_policy
15347
15348 2004-07-27 [colin]      0.9.12cvs37.1
15349
15350         * src/msgcache.c
15351                 More fixes (synced for head again)
15352
15353 2004-07-27 [colin]      0.9.12cvs35.3
15354
15355         * src/msgcache.c
15356                 Fix wrong test
15357
15358 2004-07-27 [colin]      0.9.12cvs35.2
15359
15360         * src/mimeview.c
15361                 Fix width a bit (by Paul)
15362         * src/alertpanel.c
15363         * src/alertpanel.h
15364                 Specialize icons, make alertpanel_message()
15365                 private
15366         * src/message_search.c
15367         * src/sgpgme.c
15368         * src/summary_search.c
15369                 Suit alertpanel changes
15370
15371 2004-07-27 [colin]      0.9.12cvs35.1
15372
15373         * src/alertpanel.c
15374                 Add an icon
15375         * src/passphrase.c
15376                 Add debug output - maybe someone will
15377                 want to look at the problem with Grab
15378                 Input :)
15379         Bump version as we're synced with HEAD
15380
15381 2004-07-26 [colin]      0.9.12cvs33.26
15382
15383         * src/pop.c
15384                 Fix uidl-file parsing when not in new
15385                 format
15386
15387 2004-07-26 [colin]      0.9.12cvs33.25
15388
15389         * src/gtk/menu.c
15390                 Move popup menu up if necessary (fixes 
15391                 account selector)
15392         * src/mainwindow.c
15393                 Set account selector's button height to
15394                 minimum
15395
15396 2004-07-26 [colin]      0.9.12cvs33.24
15397
15398         * src/alertpanel.c
15399                 Maybe fix 551 (Truncated font in alert window)
15400
15401 2004-07-26 [colin]      0.9.12cvs33.23
15402
15403         * po/de.po
15404         * po/es.po
15405         * po/fr.po
15406         * po/it.po
15407         * po/ja.po
15408         * po/pl.po
15409         * po/ru.po
15410         * po/sk.po
15411         * po/sr.po
15412         * po/zh_CN.po
15413                 Sync po files with HEAD
15414
15415 2004-07-26 [paul]       0.9.12cvs33.22
15416
15417         * src/compose.c
15418                 fix Bug 556 'Organisation-header is sent even if empty'
15419
15420 2004-07-24 [colin]      0.9.12cvs33.21
15421
15422         * src/compose.c
15423         * src/gtk/gtkaspell.c
15424         * src/gtk/gtkaspell.h
15425                 Fix speller accelerators (require hack)
15426
15427 2004-07-24 [colin]      0.9.12cvs33.20
15428
15429         * src/gtk/gtkaspell.c
15430                 Fix over-eager code deletion breaking
15431                 Check while typing
15432
15433 2004-07-24 [colin]      0.9.12cvs33.19
15434
15435         * src/browseldap.c
15436         * src/ldapctrl.c
15437         * src/ldapctrl.h
15438         * src/ldapserver.h
15439                 Sync ldap with HEAD
15440         (Fixes 546 LDAP completely broken)
15441
15442 2004-07-24 [colin]      0.9.12cvs33.18
15443
15444         * src/prefs_msg_colors.c
15445                 Fix prototype mismatch
15446         (Fixes 547 void function cannot return value)
15447
15448 2004-07-24 [colin]      0.9.12cvs33.17
15449
15450         * src/mainwindow.c
15451                 Fix sort going back to previous sort key
15452                 when changing sort direction
15453
15454 2004-07-24 [colin]      0.9.12cvs33.16
15455
15456         * src/compose.c
15457                 Fix space insertion when re-wrapping at 
15458                 cursor point
15459
15460 2004-07-24 [colin]      0.9.12cvs33.15
15461
15462         * src/gtk/gtkaspell.c
15463                 Don't change cursor position in insert-text
15464                 callback
15465         (Fixes 539 Word wrapping on input transposes letters)
15466
15467 2004-07-24 [colin]      0.9.12cvs33.14
15468
15469         * src/gtk/gtkaspell.c
15470                 Reencode non-ascii chars to dictionary's
15471                 encoding
15472         (Fixes 544 Spell check broken non english locale)
15473
15474 2004-07-24 [colin]      0.9.12cvs33.13
15475
15476         * src/summaryview.c
15477                 Fix Shift+Down, add Home/End/PgUp/PgDown
15478
15479 2004-07-21 [colin]      0.9.12cvs33.12
15480
15481         * src/prefs_common.c
15482                 Fix a gtk warning (Patch by Andrej Kacian)
15483
15484 2004-07-21 [colin]      0.9.12cvs33.11
15485
15486         * src/gtk/filesel.c
15487                 More check
15488
15489 2004-07-21 [colin]      0.9.12cvs33.10
15490
15491         * src/compose.c
15492         * src/crash.c
15493         * src/export.c
15494         * src/import.c
15495         * src/messageview.c
15496         * src/mimeview.c
15497         * src/prefs_spelling.c
15498         * src/prefs_themes.c
15499         * src/summaryview.c
15500         * src/gtk/filesel.c
15501         * src/gtk/filesel.h
15502         * src/gtk/pluginwindow.c
15503                 Untwist open/save mode guessing logic, make
15504                 it explicit
15505
15506 2004-07-20 [colin]      0.9.12cvs33.9
15507
15508         * src/codeconv.c
15509                 conv_encode_header: src_charset is UTF-8 on
15510                 gtk2
15511         * src/compose.c
15512                 Remove double encoding of the headers
15513
15514 2004-07-20 [colin]      0.9.12cvs33.8
15515
15516         * src/codeconv.c
15517                 Fix typo
15518
15519 2004-07-20 [colin]      0.9.12cvs33.7
15520
15521         * src/mainwindow.c
15522                 Set the separated messageview to the saved
15523                 size of Claws' messageview (Patch by Alfons)
15524                 Fix a callback prototype (me)
15525
15526 2004-07-20 [colin]      0.9.12cvs33.6
15527
15528         * src/codeconv.h
15529                 Forgot one hunk in 0.9.12cvs33.4
15530
15531 2004-07-19 [colin]      0.9.12cvs33.5
15532
15533         * src/action.c
15534                 Action output fix
15535                 Patch by Alfons
15536
15537 2004-07-19 [colin]      0.9.12cvs33.4
15538
15539         * src/compose.c
15540                 Fix outgoing charset bug in headers
15541         * src/codeconv.c
15542                 Clean for glib2 - Patch by Alfons
15543
15544 2004-07-19 [colin]      0.9.12cvs33.3
15545
15546         * src/statusbar.c
15547                 Remove grip from the statusbar
15548                 Patch by Alfons
15549
15550 2004-07-19 [colin]      0.9.12cvs33.2
15551
15552         * src/messageview.c
15553         * src/textview.c
15554                 Fix messageview remembering the previous
15555                 scroll position when loading a new message
15556                 Patch by Alfons
15557
15558 2004-07-19 [colin]      0.9.12cvs33.1
15559
15560         * src/folder.h
15561         * src/folderview.c
15562         * src/summaryview.c
15563                 Sync with HEAD
15564
15565 2004-07-18 [colin]      0.9.12cvs32.7
15566
15567         * configure.ac
15568                 Remove useless check for XIM - noticed
15569                 by Alfons
15570
15571 2004-07-18 [colin]      0.9.12cvs32.6
15572
15573         * src/summaryview.c
15574                 Remove non-modified and shift-modified
15575                 accelerators in summaryview's popup
15576                 menu, as that doesn't get catched by
15577                 the accel-activate signal catcher...
15578
15579 2004-07-18 [colin]      0.9.12cvs32.5
15580
15581         * src/prefs_common.c
15582                 Define sensible default prefs for 
15583                 wrapping
15584
15585 2004-07-18 [colin]      0.9.12cvs32.4
15586
15587         * src/compose.c
15588         * src/prefs_common.c
15589         * src/prefs_common.h
15590         * src/prefs_wrapping.c
15591                 Remove Smart Wrapping pref, which does
15592                 nothing on gtk2 branch
15593
15594 2004-07-18 [colin]      0.9.12cvs32.3
15595
15596         * src/sourcewindow.c
15597                 Proper utf8
15598
15599 2004-07-18 [colin]      0.9.12cvs32.2
15600
15601         * src/compose.c
15602                 Save attachment status when drafting
15603
15604 2004-07-18 [colin]      0.9.12cvs32.1
15605
15606         * src/gtk/filesel.c
15607                 Fix erratic folder selection in open mode
15608
15609 2004-07-18 [colin]      0.9.12cvs31.11
15610
15611         * src/pop.c
15612                 Don't let partial messages get deleted
15613                 even with "dowload all"
15614                 (0.9.12cvs31.8 fix extension)
15615 2004-07-18 [colin]      0.9.12cvs31.10
15616
15617         * src/gtk/logwindow.c
15618                 Fix log scrolling
15619
15620 2004-07-18 [colin]      0.9.12cvs31.9
15621
15622         * src/common/utils.c
15623                 Fix non-utf8 strings coming from commands
15624                 and files
15625
15626 2004-07-18 [colin]      0.9.12cvs31.8
15627
15628         * src/pop.c
15629                 Fix partial download bug with Download all
15630                 messages option
15631
15632 2004-07-18 [colin]      0.9.12cvs31.7
15633
15634         * src/textview.c
15635                 Fix bug introduced in 0.9.12cvs31.2
15636                 (blocked in select mode after double click)
15637
15638 2004-07-18 [colin]      0.9.12cvs31.6
15639
15640         * src/compose.c
15641         * src/gtk/menu.c
15642                 More glib-warning fixes
15643
15644 2004-07-18 [colin]      0.9.12cvs31.5
15645
15646         * src/compose.c
15647                 Fix trashing the primary clipboard when moving 
15648                 around with tab
15649         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15650
15651 2004-07-18 [colin]      0.9.12cvs31.4
15652
15653         * src/codeconv.c
15654                 convert unencoded iso headers to utf8
15655         (Fix Bug 538 Unencoded local characters in subject make it 
15656          disappear)
15657
15658 2004-07-18 [colin]      0.9.12cvs31.3
15659
15660         * src/compose.c
15661                 Fix tab char handling in wrapping
15662         (Fix Bug 537 Line wrap problem - TAB character treated as 
15663          one character instead of 8)
15664
15665 2004-07-18 [colin]      0.9.12cvs31.2
15666
15667         * src/textview.c
15668                 return FALSE on GDK_MOTION_NOTIFY
15669         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15670          (unable to highlight))
15671
15672 2004-07-18 [colin]      0.9.12cvs31.1
15673
15674         * src/folderview.c
15675                 Sync with 0.9.12cvs31
15676
15677 2004-07-18 [colin]      0.9.12cvs30.4
15678
15679         * src/compose.c
15680                 Also block text_inserted when inserting a file
15681
15682 2004-07-18 [colin]      0.9.12cvs30.3
15683
15684         * src/compose.c
15685                 Fix smart wrapping (block text_inserted handler
15686                 while putting quotation to avoid wrap on input,
15687                 don't join lines if next is sig separator)
15688
15689 2004-07-17 [colin]      0.9.12cvs30.2
15690
15691         * src/folderview.c
15692         * src/mainwindow.c
15693         * src/mimeview.c
15694         * src/summaryview.c
15695         * src/gtk/quicksearch.c
15696         * src/gtk/quicksearch.h
15697                 Block key events handlers *and* accels while
15698                 quicksearch is focused
15699         (Fixes Bug 534 quick-search bar not accepting certain letters)
15700
15701 2004-07-17 [colin]      0.9.12cvs30.1
15702
15703         * src/folder.h
15704         * src/folderview.c
15705         * src/summaryview.c
15706                 Sync with 0.9.12cvs30
15707
15708 2004-07-17 [colin]      0.9.12cvs28.2
15709
15710         * src/mimeview.c
15711         * src/procmime.c
15712         * src/summaryview.c
15713         * src/gtk/menu.c
15714                 Squash some compile and glib warnings
15715
15716 2004-07-17 [paul]       0.9.12cvs28.1
15717
15718         * src/mimeview.c
15719                 sync with 0.9.12cvs28 HEAD
15720
15721 2004-07-16 [paul]       0.9.12cvs26.1
15722         
15723         * src/gtk/quicksearch.c
15724         * src/account.c
15725         * src/account.h
15726         * src/compose.c
15727         * src/customheader.c
15728         * src/folder_item_prefs.c
15729         * src/main.c
15730         * src/mainwindow.c
15731         * src/messageview.c
15732         * src/mimeview.c
15733         * src/news.c
15734         * src/pgpmime.c
15735         * src/pop.c
15736         * src/pop.h
15737         * src/prefs_account.c
15738         * src/prefs_account.h
15739         * src/prefs_common.c
15740         * src/prefs_common.h
15741         * src/prefs_display_header.c
15742         * src/prefs_gtk.c
15743         * src/prefs_gtk.h
15744         * src/procheader.c
15745         * src/procmime.c
15746                 sync with 0.9.12cvs26 HEAD      
15747
15748 2004-07-15 [colin]      0.9.12cvs18.14
15749
15750         * src/folder.c
15751                 Disable GPG signature check during
15752                 folder move and scan
15753         (Closes Bug 521 Signature checking slows down Folder-Move)
15754
15755 2004-07-14 [colin]      0.9.12cvs18.13
15756
15757         * src/common/partial_download.c
15758                 update includes
15759
15760 2004-07-14 [colin]      0.9.12cvs18.12
15761
15762         * src/common/partial_download.c
15763         * src/common/partial_download.h
15764                 Move doc at top, add correct copyright
15765
15766 2004-07-14 [colin]      0.9.12cvs18.11
15767
15768         * src/folder.c
15769         * src/messageview.c
15770         * src/pop.c
15771         * src/pop.h
15772         * src/procmsg.c
15773         * src/summaryview.c
15774         * src/common/Makefile.am
15775         * src/common/partial_download.c ** NEW FILES **
15776         * src/common/partial_download.h ** NEW FILES **
15777                 Move partial-download related stuff to its
15778                 own file
15779
15780 2004-07-14 [colin]      0.9.12cvs18.10
15781
15782         * src/send_message.c
15783                 Fix smtp auth when user is null or empty
15784
15785 2004-07-13 [colin]      0.9.12cvs18.9
15786
15787         * src/gtk/quicksearch.c
15788                 Use alphabetic order
15789
15790 2004-07-13 [colin]      0.9.12cvs18.8
15791
15792         * src/pop.c
15793                 Be paranoid on the checks
15794
15795 2004-07-13 [colin]      0.9.12cvs18.7
15796
15797         * src/gtk/quicksearch.c
15798                 Fix Engrish once again
15799
15800 2004-07-13 [colin]      0.9.12cvs18.6
15801
15802         * src/procmsg.c
15803         * src/summaryview.c
15804                 Mark messages for deletion when they are about to
15805                 be removed from trash
15806
15807 2004-07-13 [colin]      0.9.12cvs18.5
15808
15809         * src/matcher.c
15810         * src/matcher.h
15811         * src/matcher_parser_parse.y
15812         * src/prefs_matcher.c
15813         * src/gtk/quicksearch.c
15814                 Add 'partial' ('p') match string to find partially
15815                 downloaded messages
15816
15817 2004-07-13 [colin]      0.9.12cvs18.4
15818
15819         * src/pop.c
15820                 Fix misplaced block
15821
15822 2004-07-13 [colin]      0.9.12cvs18.3
15823
15824         * src/pop.c
15825         * src/pop.h
15826         * src/messageview.c
15827                 Refactor API (to avoid passing 5+ params and code
15828                 duplication)
15829         * src/folder.c
15830         * src/msgcache.c
15831         * src/procheader.c
15832         * src/common/defs.h
15833                 Add planned_download to cache
15834                 Don't mess uidl file when moving partially downloaded
15835                 mails (they change folder, we should change it in the
15836                 uidl list too or we'll remove an incorrect message)
15837                 (this also helps removing hacks when changing 
15838                 planned_download in messageview.c)
15839
15840 2004-07-12 [colin]      0.9.12cvs18.2
15841
15842         * src/gtk/quicksearch.c
15843                 Fix missing status update in quicksearch
15844
15845 2004-07-12 [paul]       0.9.12cvs18.1
15846
15847         * po/POTFILES.in
15848         * src/Makefile.am
15849         * src/account.c
15850         * src/codeconv.c
15851         * src/compose.c
15852         * src/inc.c
15853         * src/main.c
15854         * src/prefs_common.c
15855         * src/procmsg.h
15856         * src/toolbar.c
15857         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15858         * src/prefs_wrapping.[ch]       ** NEW FILES **
15859         * src/common/intl.h
15860         * src/common/utils.[ch]
15861         * src/gtk/quicksearch.[ch]
15862                 sync with 0.9.12cvs18 HEAD
15863
15864 2004-07-12 [colin]      0.9.11cvs17.25
15865
15866         * src/folder.c
15867         * src/folder.h
15868                 Remove unused function added by me in 0.9.11cvs17.10
15869
15870 2004-07-11 [colin]      0.9.11cvs17.24
15871
15872         * src/inc.c
15873         * src/messageview.c
15874         * src/pop.c
15875         * src/pop.h
15876                 Use folderitem and msgnum instead of filename to
15877                 know which mail to delete
15878                 Move old partial mail deletion to pop.c
15879
15880 2004-07-10 [colin]      0.9.11cvs17.23
15881
15882         * src/inc.c
15883                 Add debug
15884         * src/pop.c
15885         * src/pop.h
15886                 Don't re-use same enums for unrelated stuff: it's 
15887                 completely misleading !
15888                 Document a bit
15889
15890 2004-07-09 [colin]      0.9.11cvs17.22
15891
15892         * src/inc.c
15893                 Remove folder-type check and do
15894                 more tests to be sure everything's
15895                 ok
15896         * src/messageview.c
15897                 Punctuation update, remove useless
15898                 code, fix two warnings
15899         * src/noticeview.c
15900                 Layout cleaning, reset 2nd button
15901                 when specifying one
15902
15903 2004-07-09 [colin]      0.9.11cvs17.21
15904
15905         * src/messageview.c
15906         * src/pop.c
15907         * src/pop.h
15908                 Allow user to change his mind
15909                 and postpone decision (by
15910                 unmarking the mail)
15911
15912 2004-07-09 [colin]      0.9.11cvs17.20
15913
15914         * src/messageview.c
15915                 Fix bug with delete state
15916         * src/pop.c
15917         * src/pop.h
15918                 Fix buffer leak (fread doesn't 
15919                 terminate buffers with \0)
15920                 Refactoring (remove magic 
15921                 numbers)
15922
15923 2004-07-09 [colin]      0.9.11cvs17.19
15924
15925         * src/pop.c
15926                 Don't log "Skipping message" if 
15927                 we're going to TOP it two lines
15928                 later
15929
15930 2004-07-09 [colin]      0.9.11cvs17.18
15931
15932         * src/messageview.c
15933                 Fix Engrish
15934
15935 2004-07-09 [colin]      0.9.11cvs17.17
15936
15937         * src/pop.c
15938                 strlen checking...
15939         * src/messageview.c
15940                 refactoring a bit
15941
15942 2004-07-08 [colin]      0.9.11cvs17.16
15943
15944         * src/noticeview.c
15945         * src/noticeview.h
15946                 Add an optional second button
15947         * src/messageview.c
15948         * src/pop.c
15949         * src/pop.h
15950                 Don't delete partially received mails after a certain
15951                 time; rather, let the user decide.
15952
15953 2004-07-08 [colin]      0.9.11cvs17.15
15954
15955         * src/common/smtp.h
15956                 Sync with HEAD
15957
15958 2004-07-08 [colin]      0.9.11cvs17.14
15959
15960         * src/messageview.c
15961         * src/common/smtp.c
15962                 Use to_human_readable() for sizes
15963
15964 2004-07-08 [colin]      0.9.11cvs17.13
15965
15966         * src/inc.c
15967         * src/messageview.c
15968         * src/pop.c
15969         * src/pop.h
15970         * src/procmsg.c
15971                 Fix partial-downloading issues:
15972                         catch unsupported TOP
15973                         don't delete partially downloaded mails before 5 days
15974                         don't update existing with non-MH folders; that'll
15975                         make dups, but it's better than trashing the folder
15976                         free new msginfo parts
15977                 Fix indentation ;-)
15978
15979 2004-07-08 [colin]      0.9.11cvs17.12
15980
15981         * src/common/smtp.c
15982         * src/common/smtp.h
15983                 Sync smtp size verification with HEAD
15984
15985 2004-07-08 [colin]      0.9.11cvs17.11
15986
15987         * src/summaryview.c
15988         * src/prefs_common.c
15989         * src/prefs_common.h
15990         * src/gtk/quicksearch.c
15991         * src/gtk/quicksearch.h
15992                 Sync sticky pref with HEAD
15993
15994 2004-07-08 [colin]      0.9.11cvs17.10
15995
15996         * src/folder.c [1.213.2.6]
15997         * src/folder.h [1.87.2.6]
15998         * src/inc.c [1.149.2.7]
15999         * src/messageview.c [1.94.2.8]
16000         * src/procheader.c [1.47.2.6]
16001         * src/procmsg.c [1.150.2.4]
16002         * src/procmsg.h [1.60.2.5]
16003         * src/pop.c [1.56.2.4]
16004         * src/pop.h [1.17.2.3]
16005                 Let too big messages get downloaded, but truncated
16006                 Add a button to download them completely
16007                 
16008 2004-07-06 [colin]      0.9.11cvs17.9
16009
16010         * src/gtk/quicksearch.c [1.1.2.3]
16011                 Add a Clear button
16012         * commitHelper
16013         * PATCHSETS
16014                 Add a script to help with cvs
16015
16016 2004-07-03 [colin]      0.9.11cvs17.8
16017
16018         * src/plugins/imageviewer/viewer.c
16019                 fix imageviewer (which was staying on the first
16020                 displayed image)
16021
16022 2004-07-03 [colin]      0.9.11cvs17.7
16023
16024         Removed FIXME_GTK2 warnings
16025         * src/gtk/gtkutils.c
16026                 useless #warnings
16027         * src/gtk/menu.c
16028                 useless #warnings (no need to mess with menu rc)
16029         * src/gtk/menu.h
16030                 unused functions
16031         
16032
16033 2004-07-03 [colin]      0.9.11cvs17.6
16034
16035         Removed FIXME_GTK2 warnings
16036         * src/codeconv.c
16037                 useless #warnings (rewrite needed)
16038         * src/compose.c
16039                 useless #warnings (rewrite needed)
16040                 useless #warnings (gtk2 is like that)
16041                 useless #warnings (previously fixed)
16042         * src/main.c
16043                 useless #warnings (previously fixed)
16044         * src/message_search.c
16045                 useless #warnings (gtk2 is like that)
16046                 Made apparent that search is case-sensitive
16047         * src/mimeview.c
16048                 useless #warnings (rewrite needed)
16049                 useless #warnings (gtk2 is like that)
16050                 reimplemented real warnings
16051         * src/prefs_common.c
16052                 Removed block cursor option (not it gtk2)
16053         * src/prefs_gtk.c
16054                 useless #warnings (rewrite needed)
16055         * src/procheader.c
16056                 useless #warnings (rewrite needed)
16057         * src/sourcewindow.c
16058                 useless #warnings (incorrect placing)
16059         * src/summary_search.c
16060                 useless #warnings (gtk2 is like that)
16061                 Made apparent that search is case-sensitive
16062         * src/action.c
16063                 useless #warnings (gtk2 is like that)
16064         * src/textview.c
16065                 useless #warnings (rewrite needed)
16066         * src/toolbar.c
16067                 useless #warnings (rewrite needed)
16068
16069 2004-07-03 [colin]      0.9.11cvs17.5
16070
16071         * src/textview.c
16072                 Fix mismerge which broke URI opening
16073                 
16074 2004-07-01 [colin]      0.9.11cvs17.4
16075
16076         * src/gtk/filesel.c
16077                 Fill filename when saving
16078                 
16079 2004-06-27 [colin]      0.9.11cvs17.3
16080
16081         * src/gtk/filesel.[ch]
16082                 Use the new GTK file selector
16083                 Update prototype to match the reality: multiple file
16084                 selection is open-only          
16085         * src/compose.c
16086                 Match the new prototypes        
16087         * configure.ac
16088                 Match the new requirements (gtk 2.4.0)
16089                         
16090 2004-06-26 [colin]      0.9.11cvs17.2
16091
16092         * src/plugins/trayicon/trayicon.c
16093                 Remove useless signal handler on resize, which causes
16094                 an infinite "loop"
16095         
16096 2004-06-26 [colin]      0.9.11cvs17.1
16097         
16098         * tools/Makefile.am
16099                 remove launch_firebird and add nautilus2sylpheed.sh
16100         * src/quicksearch.c
16101           src/summaryview.c
16102                 Fix show/hide "Extended symbols" button problem
16103                 Fix apparition at startup
16104                 Fix const warnings
16105         * src/plugins/image_viewer/Makefile.am
16106                 Fix configure 
16107         * common/ssl.c
16108                 Re-enable certificate check, as it doesn't seem to
16109                 cause Xlib errors anymore
16110
16111 2004-06-25 [paul]       0.9.11cvs17
16112
16113         * sync with 0.9.11cvs17 HEAD
16114         
16115         NOTE: QuickSearch is broken
16116
16117 2004-06-07 [colin]      0.9.10claws67.10
16118         * src/plugins/trayicon/trayicon.c
16119           src/plugins/trayicon/libeggtrayicon/Makefile.am
16120           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16121                 Fix gettextization in trayicon plugin
16122
16123 2004-06-07 [colin]      0.9.10claws67.9
16124         
16125         * src/summaryview.c
16126           src/gtk/gtksctree.[ch]
16127                 Let Shift+{Up,Down} work in summaryview
16128                 (well, Down "works" and Up works)
16129                 Let the list scroll when using these keys
16130
16131 2004-06-06 [colin]      0.9.10claws67.8
16132
16133         * src/plugins/trayicon/trayicon.c
16134                 Fix pixmap update
16135
16136 2004-06-06 [colin]      0.9.10claws67.7
16137
16138         * src/addressbook.c
16139                 Fix signal handling causing system-wide focus grab
16140
16141 2004-05-25 [paul]       0.9.10claws67.6
16142
16143         * Makefile.am
16144           src/Makefile.am
16145                 clean up
16146
16147 2004-05-25 [paul]       0.9.10claws67.5
16148
16149         * replace deprecated gtk_signal... functions
16150
16151 2004-05-23 [colin]      0.9.10claws67.4
16152
16153         * src/compose.c
16154                 Fix wrapping
16155
16156 2004-05-22 [colin]      0.9.10claws67.3
16157
16158         * src/compose.c
16159                 Re-fix [Edited] in compose.c::compose_reedit()
16160
16161 2004-05-22 [colin]      0.9.10claws67.2
16162
16163         * src/procmime.c
16164                 Fix parsing of multiparts mails
16165
16166 2004-05-22 [colin]      0.9.10claws67.1
16167
16168         * src/summaryview.c
16169                 Fix quicksearch
16170
16171 2004-05-22 [paul]       0.9.10claws67
16172
16173         * sync with 0.9.10claws67 HEAD
16174
16175 2004-05-14 [alfons]
16176
16177         * src/procmime.h
16178                 add forgotton prototype
16179
16180 2004-05-10 [paul]       0.9.10claws57
16181
16182         * sync with 0.9.10claws57 HEAD
16183
16184 2004-05-05 [paul]       0.9.9.claws1
16185
16186         * ChangeLog-gtk2        ** REMOVED **
16187           ChangeLog-gtk2.claws  ** ADDED **
16188                 rename and adopt the normal claws format
16189                 
16190         * configure.ac
16191                 require gtkmathview >= 0.5
16192
16193         * ac/*                          ** REMOVED **
16194           ac/                           ** REMOVED **
16195           intl/Makefile.in              ** REMOVED **
16196           m4/                           ** ADDED **
16197           m4/missing                    ** ADDED **
16198           m4/missing/gdk-pixbuf.m4      ** ADDED **
16199           m4/missing/gettext.m4         ** ADDED **
16200           m4/missing/gpgme.m4           ** ADDED **
16201           m4/missing/imlib.m4           ** ADDED **
16202           m4/.cvsignore                 ** ADDED **
16203           m4/Makefile.am                ** ADDED **
16204           m4/README                     ** ADDED **
16205           m4/aclocal-include.m4         ** ADDED **
16206           m4/aspell.m4                  ** ADDED **
16207           m4/check-type.m4              ** ADDED **
16208           m4/gnupg-check-typedef.m4     ** ADDED **
16209           m4/openssl.m4                 ** ADDED **
16210           m4/spamassassin.m4            ** ADDED **
16211           po/ChangeLog                  ** REMOVED **
16212           po/Makefile.in.in             ** REMOVED **
16213           po/Rules-quot                 ** REMOVED **
16214           po/boldquot.sed               ** REMOVED **
16215           po/en@boldquot.header         ** REMOVED **
16216           po/en@quot.header             ** REMOVED **
16217           po/insert-header.sin          ** REMOVED **
16218           po/quot.sed                   ** REMOVED **
16219           po/remove-potcdate.sed        ** REMOVED **
16220           po/remove-potcdate.sin        ** REMOVED **
16221           po/stamp-po                   ** REMOVED **
16222           Makefile.am
16223           autogen.sh
16224           configure.ac
16225                 enable building with automake 1.8.x
16226                 add 'autopoint --force' to autogen.sh and remove all
16227                 auto-generated files, remove ac/ directory and use
16228                 m4/ directory instead
16229                 
16230         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16231                 fix gettextization
16232
16233 2004-02-28 Colin Leroy <colin@colino.net>
16234         * src/prefs_matcher.c
16235           src/prefs_filtering.c
16236           src/prefs_filtering_action.c
16237                 Fix non-editable GtkEntries
16238
16239 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16240         * src/prefs_themes.c
16241                 utf8 conversion for theme info
16242
16243 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16244         * sync 0.9.9claws
16245
16246 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16247         * src/grouplistdialog.c
16248                 allow multiple selections without ctrl key
16249
16250 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16251         * src/main.c
16252                 enable customizable accelerators
16253
16254 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16255         * src/prefs_common.c
16256                 re-enable different font settings for gtk1/2
16257         * src/prefs_folder_item.c
16258                 fix folder prefs displayed wrong
16259         * src/textview.c
16260                 set 'sunken' shadow type
16261
16262 2004-02-07 Colin Leroy <colin@colino.net>
16263         * src/compose.c
16264                 Fix message being always [Edited]
16265                 Encode headers correctly (utf8 buf)
16266
16267 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16268         * src/socket.c
16269                 remove double g_source_attach()
16270                 (Thanks to Colin Leroy)
16271
16272 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16273         * src/gtk/gtksctree.c
16274                 Fix SSL certificate list not shown
16275         * src/mimeview.c
16276                 Fix clicks in mime tree
16277
16278 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16279         * src/common/socket.c
16280                 Fix SSL receive
16281         * src/compose.c
16282                 Fix clipboard menu hotkeys
16283
16284 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16285         * src/gtk/gtkaspell.[ch]
16286           src/compose.c
16287                 reimplement spellchecker
16288
16289 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16290         * src/gtk/filesel.c
16291                 crash when inserting file in compose window
16292                 (TODO: keep old selection on clicks)
16293         * src/main.c
16294                 use gtkrc-2.0 instead of gtkrc
16295
16296 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16297         * src/messageview.c
16298                 remove orphaned mimeview unref()
16299
16300 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16301         * src/grouplistdialog.c
16302                 expand nodes containing subscribed groups
16303
16304 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16305         * src/textview.c
16306                 textview: hide cursor, restore old click behaviour
16307
16308 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16309         * src/textview.c
16310                 variable names messed up
16311
16312 2004-01-17 Colin Leroy <colin@colino.net>
16313         * src/addr_compl.c
16314                 Fix completion address too thin
16315         * src/compose.c
16316                 Fix tab-to-subject behaviour
16317         * src/summaryview.c
16318                 Implement key up & down in summaryview
16319
16320 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16321
16322         * sync 098claws
16323
16324 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16325         * configure.ac
16326           Makefile.am
16327           doc/.cvsignore
16328           doc/Makefile.am
16329                 faq, man, manual moved to doc/
16330         * ac/aspell.m4
16331           ac/check-type.m4
16332           ac/gnupg-check-typedef.m4
16333           ac/openssl.m4
16334           ac/spamassassin.m4
16335           ac/missing/gdk-pixbuf.m4
16336           ac/missing/gpgme.m4
16337           ac/missing/imlib.m4
16338                 fix automake warnings
16339
16340 2003-12-06 Colin Leroy <colin@colino.net>
16341         * src/summaryview.c
16342                 Fix quicksearch
16343
16344 2003-12-05 Colin Leroy <colin@colino.net>
16345         * src/summaryview.c
16346                 Fix going to next unread folder
16347
16348 2003-12-05 Colin Leroy <colin@colino.net>
16349         * src/crash.c
16350                 Fix gtk2 compilation
16351         * src/session.c
16352                 Remove iotag source handler at disconnection
16353         * src/socket.[ch] 
16354                 Remove source handler when closing socket 
16355                 (fixes another seg)
16356
16357 2003-12-04 Colin Leroy <colin@colino.net>
16358         * src/compose.c
16359           src/prefs_account.c
16360           src/prefs_common.c
16361                 Fix some dropdown menus
16362
16363 2003-12-04 Colin Leroy <colin@colino.net>
16364         * src/compose.c
16365                 Fix event handlers on header fields
16366         * src/common/socket.c
16367           src/common/session.c
16368                 Fix segfault with callback (SSL)
16369                 Fix end of session 
16370
16371 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16372
16373         * Fix compile bug in src/compose.c
16374         * removed src/gtk/gtkstext.[ch]
16375
16376 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16377
16378         * Convert character set and escape "text" attributes in toolbar setting
16379         files.
16380         * Fixed bug in button-press-event handling.
16381
16382 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16383
16384         * Fixed bug in key-press-event handling.
16385
16386 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16387
16388         * Enabled to compile tray-icon plugin (Ad-hoc).
16389         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16390
16391 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16392
16393         * Enabled to compile on sylpheed-claws.
16394         (tray-icon plugin still cannot compile yet.)
16395
16396 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16397
16398         * Updated to 0.9.5.
16399
16400 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16401
16402         * Updated to 0.9.4.
16403         * Ported monitoring SSL mechanism to GSource of GLib2
16404         (I don't confirm it)
16405         * Added _gtk2 suffix to key name of font preference to avoid
16406         ovverwriting preference of Gtk+-1.2 version.
16407
16408 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16409
16410         * Updated to 0.9.2.
16411
16412 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16413
16414         * Updated to 0.9.1.
16415         * Translate po files into UTF-8 when execute autogen.sh.
16416
16417 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16418
16419         * Updated to 0.9.0.
16420
16421 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16422
16423         * Plugged GError related memory leaks.
16424
16425 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16426
16427         * Changed default size of fonts.
16428         * Enabled to set titile font size of warning dialog.
16429
16430 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16431
16432         * Embed a sylpheed icon into executable binary on Windows.
16433
16434 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16435
16436         * I forgot to traslate character set of element string in src/xml.c.
16437
16438 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16439
16440         * Fixed detecting bind_textdomain_codeset in configure.in.
16441         * The bug in which "Example" of "Date fromat" preference isn't displayed
16442         correctly has been fixed.
16443
16444 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16445
16446         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16447           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16448           glib-gettextize
16449           Removed intl directory.
16450           Translated po files into UTF-8.
16451           (Thanks! Ryuji Abe)
16452
16453 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16454
16455         * The bug which doesn't unscape string in xml.c has been fixed.
16456
16457 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16458
16459         * The bug which is failed to translate encoding of file name thorough
16460         file dialog has been fixed.
16461
16462 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16463
16464         * Modified to translate file names which is used in inporting/expoting
16465         mbox feature and "Save as" feature into locale encoding.
16466         * Translate file names into locale encoding when "Attache file" and
16467         "Insert file".
16468         * Force set G_BROKEN_FILENAMES environment variable.
16469         * Other minor fixes.
16470
16471 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16472
16473         * Modified to treat MH folder's name as locale encoding.
16474
16475 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16476
16477         * The bug which clash on switching candidates of auto completion of
16478         addresses, cannot use auto completion in Japanesse is fixed
16479         (Thanks! Tokunaga-san)¡¥
16480
16481 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16482
16483         * The bug which cannot switch key accelerator preference has been fixed
16484         (Thanks! smbd-san)¡¥
16485
16486 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16487
16488         * version 0.8.11-gtk2-20030314
16489
16490 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16491
16492         * The bug in which character set conversion of filtering messages has
16493         been fixed.(Thanks! COCOA-san).
16494
16495 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16496
16497         * Revived "Leave space on head" preference in "Message" category.
16498         * A bug which clash when put the cursor to end of buffer and execute
16499         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16500
16501 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16502
16503         * version 0.8.11-gtk2-20030312
16504
16505 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16506
16507         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16508         * Modified to use Pango's API directly for font preference.
16509         * Integrated GtkTextView of textview to one widget.
16510         * Set fonts of header title in textview by "header_title" tag.
16511         * Removed some deprecated codes.
16512
16513 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16514
16515         * Updated to 0.8.11.
16516         * Merged cygwin patch(Thanks! Sakai-san).
16517
16518 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16519
16520         * version 0.8.10-gtk2-20030309