2006-07-05 [wwp] 2.3.1cvs59
[claws.git] / ChangeLog
1 2006-07-05 [wwp]        2.3.1cvs59
2
3         * manual/xml2pdf
4                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
5
6 2006-07-04 [colin]      2.3.1cvs58
7
8         * src/mimeview.c
9         * src/textview.c
10                 Use left click to select, middle click to open
11                 on mimeparts links
12         * src/common/utils.c
13                 Fix segfault
14
15 2006-07-04 [colin]      2.3.1cvs57
16
17         * src/mainwindow.c
18         * src/news.c
19                 Warning fixes, thanks to Fabien
20
21 2006-07-04 [colin]      2.3.1cvs56
22
23         * src/mimeview.c
24         * src/mimeview.h
25         * src/textview.c
26                 Allow parts to be selected via their text label
27                 in textview
28
29 2006-07-04 [colin]      2.3.1cvs55
30
31         * src/folderview.c
32                 Feedback when closing (for big folders)
33         * src/prefs_actions.c
34         * src/prefs_filtering.c
35         * src/prefs_matcher.c
36         * src/prefs_template.c
37                 Fix default button when closing without
38                 having saved
39
40 2006-07-04 [colin]      2.3.1cvs54
41
42         * src/news.c
43                 Delete local file on deletion
44
45 2006-07-03 [colin]      2.3.1cvs53
46
47         * src/folderview.c
48         * src/main.c
49                 Don't freeze when rescanning after crash
50
51 2006-07-03 [wwp]        2.3.1cvs52
52
53         * src/compose.c
54         * src/privacy.c
55         * src/privacy.h
56         * src/plugins/pgpinline/pgpinline.c
57         * src/plugins/pgpmime/pgpmime.c
58                 don't report an error when the user cancels the passphrase dialog.
59
60 2006-07-02 [colin]      2.3.1cvs51
61
62         * src/folderview.c
63                 Open message when crossing folders with Space,
64                 goto next unread and friends
65
66 2006-07-01 [colin]      2.3.1cvs50
67
68         * src/prefs_account.c
69                 Typographic rules varying from language
70                 to language (in french "Protocole :"),
71                 we have to do that :)
72
73 2006-07-01 [ticho]      2.3.1cvs49
74
75         * src/prefs_account.c
76                 Only use one temporary gchar* variable in
77                 prefs_account_protocol_set_optmenu().
78
79 2006-07-01 [ticho]      2.3.1cvs48
80
81         * src/prefs_account.c
82         * src/prefs_account.h
83                 Use GtkLabel for existing account protocol name.
84                 Created an array for protocol names and populate the
85                 combobox from it in a for() cycle.
86
87 2006-06-30 [colin]      2.3.1cvs47
88
89         * src/compose.c
90                 Block undo when changing signature (by changing
91                 account)
92
93 2006-06-30 [paul]       2.3.1cvs46
94
95         * src/send_message.c
96                 when editing From in the Compose window, use that address
97                 in the Return-Path: header
98                 Thanks to Colin
99
100 2006-06-30 [colin]      2.3.1cvs45
101
102         * src/compose.c
103                 Fix signature replacement:
104                 - when no newline before separator
105                 - when reediting
106
107 2006-06-29 [colin]      2.3.1cvs44
108
109         * src/folderview.c
110         * src/folderview.h
111         * src/mainwindow.c
112         * src/summaryview.c
113                 Let 'View/Go to/Next marked' work like
114                 Next new & Next unread: across folders
115                 Change the select_on_entry pref to do
116                 what we want when changing folder
117         * src/common/utils.c
118                 Fix single-quoted links 
119
120 2006-06-29 [colin]      2.3.1cvs43
121
122         * src/gtk/gtkaspell.c
123                 "Sylpheed" and "Sylpheed-Claws" do exist !
124
125 2006-06-29 [colin]      2.3.1cvs42
126
127         * src/imap.c
128                 Forgot to remove debug
129
130 2006-06-29 [colin]      2.3.1cvs41
131
132         * src/imap.c
133         * src/imap.h
134         * src/mainwindow.c
135                 Disconnect from IMAP servers when going
136                 offline. Fixes bug #978 (going to offline-mode 
137                 won't close connections)
138
139 2006-06-29 [colin]      2.3.1cvs40
140
141         * src/main.c
142                 Fix transient setting on failing plugins
143                 Patch by Fabien
144         * src/plugins/pgpcore/sgpgme.c
145                 Only warn for OpenPGP. Most people don't
146                 have CMS available.
147
148 2006-06-29 [colin]      2.3.1cvs39
149
150         * src/compose.c
151                 Fix Spelling menu (discrepancy between context menu
152                 and top menu when folder's dictionary isn't the 
153                 default one)
154         * src/plugins/pgpcore/sgpgme.c
155                 More error reporting about why gpgme can fail
156
157 2006-06-29 [wwp]        2.3.1cvs38
158
159         * src/mainwindow.c
160                 honor the display-header-pane setting even when the message view
161                 is a separate window.
162
163 2006-06-29 [wwp]        2.3.1cvs37
164
165         * src/prefs_actions.c
166                 forgot to commit that one (use of GTK_STOCK_INFO).
167
168 2006-06-29 [colin]      2.3.1cvs36
169
170         * src/imap.c
171                 Better handling of login errors (ask the password
172                 again once), alert in case of error. Fix three
173                 signedness warnings.
174
175 2006-06-28 [wwp]        2.3.1cvs35
176
177         * src/prefs_template.c
178         * src/prefs_matcher.c
179         * src/prefs_filtering_action.c
180         * src/prefs_quote.c
181                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
182                 patch by Fabien Vantard, slightly modified.
183
184 2006-06-28 [paul]
185
186         2.4.0-rc2 released
187
188 2006-06-28 [colin]      2.3.1cvs34
189
190         * src/prefs_account.c
191                 Fix bug #977 (Can't add or edit imap accounts)
192
193 2006-06-28 [colin]      2.3.1cvs33
194
195         * src/mimeview.c
196                 Fix previous
197
198 2006-06-28 [colin]      2.3.1cvs32
199
200         * src/mimeview.c
201                 Save named inlined attachments with "Save all"
202         * src/main.c
203         * src/mbox.c
204         * src/common/plugin.c
205         * src/common/plugin.h
206         * src/common/sylpheed.c
207         * src/common/utils.c
208         * src/plugins/pgpcore/sylpheed.def
209         * src/plugins/pgpinline/sylpheed.def
210         * src/plugins/pgpmime/sylpheed.def
211                 Win32 compatibility patch, by
212                 Werner Koch
213
214 2006-06-28 [wwp]        2.3.1cvs31
215
216         * src/imap.c
217         * src/prefs_folder_item.c
218                 less compilation warnings (thanks to Fabien Vantard), less typos.
219
220 2006-06-28 [paul]       2.3.1cvs30
221
222         * src/gtk/gtkutils.c
223                 gtk_combo_box_set_focus_on_click() is only
224                 available since gtk 2.6.0
225
226 2006-06-28 [paul]       2.3.1cvs29
227
228         * src/prefs_ext_prog.c
229                 fix engrish and add a tooltip for the
230                 'command for 'Display as text' option
231
232 2006-06-28 [paul]
233
234         2.4.0-rc1 released
235
236 2006-06-28 [paul]       2.3.1cvs28
237
238         * ChangeLog
239         * tools/Makefile.am
240                 include textviewer.pl in releases
241
242 2006-06-28 [paul]       2.3.1cvs27
243
244         * src/prefs_ext_prog.c
245                 hide Print command option if libgnomeprint
246                 support is present
247
248 2006-06-27 [colin]      2.3.1cvs26
249
250         * src/compose.c
251                 Fix Esc handling in insert/attach dialog
252                 Don't show this dialog if dragging something
253                 else than text/uri-list
254                 Thanks to Fabien Vantard
255         * tools/textviewer.pl
256                 Filter script to display stuff as text
257                 by H. Merijn Brand
258
259 2006-06-27 [wwp]        2.3.1cvs25
260
261         * src/messageview.c
262                 use the exact product name (message view title), patch
263                 by Fabien Vantard.
264
265 2006-06-27 [ticho]      2.3.1cvs24
266
267         * src/prefs_account.c
268         * src/prefs_common.c
269         * src/prefs_common.h
270         * src/prefs_ext_prog.c
271         * src/textview.c
272                 Add a preference (Preferences/External programs)
273                 to allow "Display as text" to be done via a script
274                 (patch by H.Merijn Brand).
275                 Use GtkComboBox for protocol selection in account
276                 preferences.
277                 Only include current choice for existing accounts, and
278                 insensitivize the combobox.
279
280 2006-06-27 [paul]       2.3.1cvs23
281
282         * src/mbox.c
283                 fix crasher introduced in cvs21.
284                 Thanks to Colin
285
286 2006-06-26 [colin]      2.3.1cvs22
287
288         * src/mbox.c
289                 Fix double-frees when leaving folders
290                 after exporting to mbox
291
292 2006-06-26 [colin]      2.3.1cvs21
293
294         * src/mbox.c
295                 More feedback (and optimisation)
296                 on import/export
297         * src/common/utils.c
298                 Fix case when looking for mail addresses
299         * src/gtk/gtkutils.c
300                 Extra check for (X-)Face
301
302 2006-06-25 [ticho]      2.3.1cvs20
303
304         * src/compose.c
305         * src/exphtmldlg.c
306         * src/gtk/gtkutils.c
307         * src/gtk/gtkutils.h
308                 Added second argument to gtkut_sc_combobox_create() to
309                 control focus-on-click for the widget.
310                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
311
312 2006-06-25 [ticho]      2.3.1cvs19
313
314         * src/compose.c
315         * src/gtk/Makefile.am
316         * src/gtk/combobox.c
317         * src/gtk/combobox.h
318         * src/gtk/gtkutils.c
319         * src/gtk/gtkutils.h
320                 Use GtkComboBox instead of deprecated GtkOptionMenu
321                 for account selector in compose window and for encoding
322                 selector in attachment properties.
323                 Also factorise working with the new GtkComboBox somewhat.
324
325 2006-06-24 [paul]       2.3.1cvs18
326
327         * src/prefs_common.c
328                 use the correct default value
329
330 2006-06-24 [paul]       2.3.1cvs17
331
332         * src/compose.c
333         * src/prefs_common.c
334         * src/prefs_common.h
335         * src/prefs_compose_writing.c
336                 enable setting of default action when
337                 dnd'ing files in the compose window.
338                 (Collaborative effort with wwp)
339
340 2006-06-23 [wwp]        2.3.1cvs16
341
342         * src/compose.c
343                 i18n fix (thanks to Fabien Vantard)
344
345 2006-06-22 [colin]      2.3.1cvs15
346
347         * src/prefs_customheader.c
348                 Don't use filters in custom headers' file 
349                 selector. Remember, extensions mean nothing :)
350
351 2006-06-22 [paul]       2.3.1cvs14
352
353         * configure.ac
354                 allow setting of man directory location
355
356 2006-06-22 [colin]      2.3.1cvs13
357
358         * src/mainwindow.c
359                 Add 'View/Go to/Next unread folder'.
360                 I missed that :)
361
362 2006-06-22 [colin]      2.3.1cvs12
363
364         * src/common/utils.c
365                 Add some subject prefixes
366                 Patch by Bjorn T Johansen <btj@havleik.no>
367
368 2006-06-22 [colin]      2.3.1cvs11
369
370         * manual/advanced.xml
371                 Forgotten hidden pref
372
373 2006-06-21 [paul]       2.3.1cvs10
374
375         * src/prefs_account.c
376                 complete the removal of 'Add date header' option
377
378 2006-06-21 [paul]       2.3.1cvs9
379
380         * src/account.c
381         * src/compose.c
382         * src/prefs_account.c
383         * src/prefs_account.h
384                 remove option to add date header - always
385                 add date header
386         * src/etpan/imap-thread.c
387                 fix warnings (Thanks to Colin)
388
389 2006-06-21 [wwp]        2.3.1cvs8
390
391         * src/folder.c
392                 set the attachment flag when inline text part are (file)named. This is more convenient
393                 when receiving (for instance) inline source files or patches sent using thunderbird.
394
395 2006-06-21 [paul]       2.3.1cvs7
396
397         * src/inc.c
398                 fix off-by-one count of current msg in
399                 statusbar filtering progressbar
400
401 2006-06-21 [paul]       2.3.1cvs6
402
403         * src/folder.c
404                 Show attachment icon even if the part is 'inline'
405                 if the following conditions are met:
406                 - content-type != 'text/plain'
407                 - content-type != '*/pgp-signature'
408                 - either 'name' or 'filename' parameter is not NULL
409                 
410                 Thanks to Colin
411
412 2006-06-21 [paul]       2.3.1cvs5
413
414         * src/messageview.c
415         * src/prefs_common.c
416         * src/prefs_common.h
417         * src/prefs_other.c
418                 add an option to 'Never send Return
419                 Receipts'
420                 Thanks to Colin
421
422 2006-06-20 [mones]      2.3.1cvs4
423
424         * po/es.po
425                 updated
426         * src/compose.c
427                 typo fixed (space after comma)
428         * tools/make.themes.project
429                 remove exec mode from tarball files
430
431 2006-06-20 [colin]      2.3.1cvs3
432
433         * src/news.c
434         * src/procheader.c
435         * src/unmime.c
436                 Better fix for \n's in headers (don't 
437                 break Received: and others)
438
439 2006-06-20 [paul]       2.3.1cvs2
440
441         * src/alertpanel.c
442         * src/textview.c
443                 improve legibility of phishing attempt
444                 dialog
445
446 2006-06-20 [paul]       2.3.1cvs1
447
448         * NEWS
449         * README
450         * configure.ac
451                 Update version number following
452                 stable release
453
454 2006-06-20 [colin]      2.3.0cvs26
455
456         * src/compose.c
457                 When dragging a file to the text of the compose
458                 window, ask whether we want to insert or attach
459                 (I know lots of people who do that to attach)
460
461 2006-06-20 [colin]      2.3.0cvs25
462
463         * src/etpan/imap-thread.c
464                 Fix threshold (the append command is often > 32 bytes)
465
466 2006-06-19 [colin]      2.3.0cvs24
467
468         * src/imap.c
469         * src/etpan/imap-thread.c
470                 Workaround Rockliffe IMAP server bug: replace
471                 "x UID SEARCH (ANSWERED UID 1:*)" with
472                 "x UID SEARCH ANSWERED"
473                 (Rockliffe doesn't handle the parenthesis)
474
475 2006-06-19 [colin]      2.3.0cvs23
476
477         * src/compose.c
478         * src/imap.c
479         * src/etpan/imap-thread.c
480                 Probably fix bug #972 (Freezes when adding 
481                 an attachment to the message)
482         * src/common/defs.h
483                 Modernize Firefox cmd
484
485
486 2006-06-18 [colin]      2.3.0cvs22
487
488         * src/prefs_customheader.c
489                 Only allow correct filenames for various
490                 custom headers
491
492 2006-06-18 [colin]      2.3.0cvs21
493
494         * src/prefs_customheader.c
495                 Add a 'From File...' button in custom headers prefs, which
496                 try to do the right thing: 
497                 for normal headers, use file as plaintext,
498                 for X-Face, calls compface,
499                 for Face, encode to b64.
500
501 2006-06-17 [colin]      2.3.0cvs20
502
503         * src/mh.c
504                 Warning fix
505
506 2006-06-16 [colin]      2.3.0cvs19
507
508         * src/summaryview.c
509                 Recursive quicksearch: show message list
510                 in current folder, *then* search children
511                 in the background.
512
513 2006-06-16 [colin]      2.3.0cvs18
514
515         * src/main.c
516                 Instead of ignoring SIGPIPE, save caches
517                 when getting one. Will fix the fact that
518                 hot caches are out-of-date when logging 
519                 out of Xorg.
520         * src/compose.c
521         * src/prefs_compose_writing.c
522                 Only save text (not attachments) when 
523                 auto-saving to drafts
524         * src/unmime.c
525                 Always replace \n, \r and \t with spaces
526                 in headers
527         * manual/dist/html/Makefile.am
528         * manual/dist/pdf/Makefile.am
529         * manual/dist/ps/Makefile.am
530         * manual/dist/txt/Makefile.am
531         * manual/fr/dist/html/Makefile.am
532         * manual/fr/dist/pdf/Makefile.am
533         * manual/fr/dist/ps/Makefile.am
534         * manual/fr/dist/txt/Makefile.am
535         * manual/pl/dist/html/Makefile.am
536         * manual/pl/dist/pdf/Makefile.am
537         * manual/pl/dist/ps/Makefile.am
538         * manual/pl/dist/txt/Makefile.am
539                 Fix make clean removing pregenerated manuals
540
541
542 2006-06-16 [colin]      2.3.0cvs17
543
544         * src/plugins/pgpcore/sgpgme.c
545         * src/plugins/pgpmime/pgpmime.c
546         * src/plugins/pgpinline/pgpinline.c
547                 Better error reporting in setup_signers.
548                 Don't fallback to default key if specified
549                 key isn't found.
550                 Don't allow signing if more than one secret
551                 key matches the one specified in prefs.
552
553 2006-06-15 [colin]      2.3.0cvs16
554
555         * src/folderview.c
556                 Add "Send queue" in the folder's contextual
557                 menu
558         * src/compose.c
559         * src/messageview.c
560         * src/privacy.c
561         * src/privacy.h
562         * src/procmime.c
563         * src/procmsg.c
564         * src/plugins/pgpcore/passphrase.c
565         * src/plugins/pgpcore/sgpgme.c
566         * src/plugins/pgpinline/pgpinline.c
567         * src/plugins/pgpmime/pgpmime.c
568                 Better error reporting
569         * src/mbox.c
570                 Probably fix bug #971 (2.2.3 cannot read mail 
571                 from local mbox)
572
573
574 2006-06-15 [mones]      2.3.0cvs15
575
576         * tools/make.themes.project
577                 creates the themes project from the web page
578
579 2006-06-15 [colin]      2.3.0cvs14
580
581         * src/folder.c
582                 Better fix (avoid losing the folder if scan_tree 
583                 fails)
584
585 2006-06-15 [cleroy]     2.3.0cvs13
586
587         * src/folder.c
588                 Probably fix Bug #969 (crash on rebuilding 
589                 imap folder)
590
591 2006-06-14 [colin]      2.3.0cvs12
592
593         * manual/dtd/manual.xsl
594         * manual/sylpheed-claws-manual.xml
595         * manual/fr/sylpheed-claws-manual.xml
596         * manual/pl/sylpheed-claws-manual.xml
597                 Insert pagebreaks between sections
598
599 2006-06-14 [paul]       2.3.0cvs11
600
601         * configure.ac
602                 better fix than 2.3.0cvs10
603
604 2006-06-14 [paul]       2.3.0cvs10
605
606         * configure.ac
607                 fix setting of PACKAGE_DATA_DIR with newer autoconf
608                 (backwards compatible)
609
610 2006-06-13 [colin]      2.3.0cvs9
611
612         * src/messageview.c
613                 Fix sending of return receipt with the new queue folders
614
615 2006-06-13 [wwp]        2.3.0cvs8
616
617         * src/quote_fmt_lex.l
618                 fix wrong tokens returned in quote_fmt lexer, query not().
619
620 2006-06-13 [wwp]        2.3.0cvs7
621
622         * src/folder.c
623         * src/prefs_folder_item.c
624                 allow changing folder type even when folder is not a top-level one,
625                 thanks to Colin.
626
627 2006-06-12 [colin]      2.3.0cvs6
628
629         * src/folderview.c
630                 Fix double-ask of "Do you want to mark all
631                 as read"
632
633 2006-06-12 [colin]      2.3.0cvs5
634
635         * src/compose.c
636         * src/compose.h
637         * src/folder.c
638         * src/folder.h
639         * src/imap.c
640         * src/inc.c
641         * src/main.c
642         * src/messageview.c
643         * src/mh.c
644         * src/prefs_folder_item.c
645         * src/procheader.c
646         * src/procmime.c
647         * src/procmsg.c
648         * src/procmsg.h
649         * src/send_message.c
650         * src/summaryview.c
651         * src/toolbar.c
652                 Apply bug #964's patch (Queue and drafts aren't normal)
653                 The Drafts and Queue folder now contain RFC-822 files,
654                 allowing to move and copy mails from and to these 
655                 folders. Moving from Drafts to Queue will prepare the
656                 mail for sending (PGP signature, encryption, etc).
657                 This patch also rework sending errors handling to try
658                 to be more helpful.
659                 Also, allow redefining folder types via the GUI 
660                 (Folder type in its Properties)
661
662 2006-06-12 [colin]      2.3.0cvs4
663
664         * src/summaryview.c
665         * src/prefs_common.c
666         * src/prefs_common.h
667         * src/gedit-print.c
668                 Allow to define a specific print font - patch
669                 by Bernhard Walle <bernhard.walle@gmx.de>
670         * src/prefs_fonts.c
671         * manual/advanced.xml
672         * manual/fr/advanced.xml
673                 Add a hidden pref to allow deletion without
674                 confirmation
675
676 2006-06-12 [wwp]        2.3.0cvs3
677
678         * .cvsignore
679                 more files to ignore.
680
681 2006-06-12 [wwp]        2.3.0cvs2
682
683         * src/quote_fmt.c
684         * src/quote_fmt_lex.l
685         * src/quote_fmt_parse.y
686                 extend the quote_fmt parser (templates and quotes):
687                 - allow limited sub-expressions in |p{} and |f{} expressions,
688                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
689                 - implemented/fixed missing implementation of query_references and show_references,
690                 - completed, fixed contents and format of the symbols help dialog,
691                 - fix some compilation warnings.
692
693 2006-06-12 [wwp]        2.3.0cvs1
694
695         * manual/advanced.xml
696         * manual/fr/advanced.xml
697                 updates in the "templates" section of the manual (eng/fr):
698                  - be more precise (both versions)
699                  - completed to match the english reference (fr version)
700                  - touchups (both versions)
701
702 2006-06-12 [paul]       2.3.0
703
704         2.3.0 released
705
706 2006-06-12 [paul]       2.2.3cvs14
707
708         * po/ca.po
709         * po/cs.po
710         * po/de.po
711         * po/el.po
712         * po/fr.po
713         * po/it.po
714         * po/pt_BR.po
715         * po/sr.po
716         * po/zh_CN.po
717                 updated by Miquel Oliete, Tim, Stephan Sachse,
718                 Stavros Giannouris, Fabien Vantard, Andrea
719                 Spadaccini, Frederico Goncalves Guimaraes,
720                 Aleksandar Urosevic, and Ralgh Young
721
722 2006-06-12 [colin]      2.2.3cvs13
723
724         * src/mbox.c
725                 Add missing header
726
727 2006-06-11 [colin]      2.2.3cvs12
728
729         * src/msgcache.c
730                 Verify that g_malloc() succeeded
731
732 2006-06-11 [colin]      2.2.3cvs11
733
734         * src/wizard.c
735                 Add Face header to welcome mail
736
737 2006-06-10 [colin]      2.2.3cvs10
738
739         * src/textview.c
740                 Revert previous (Forgot it changes the
741                 margin on the whole mail)
742
743 2006-06-10 [colin]      2.2.3cvs9
744
745         * src/textview.c
746                 Don't overlap long headers under (X-)Face
747
748 2006-06-10 [mones]      2.2.3cvs8
749
750         * manual/xml2pdf
751                 allow generation of manual on systems lacking saxon binary
752                 but with java and the saxon library installed
753
754         * po/es.po
755                 updated for release
756
757 2006-06-09 [colin]      2.2.3cvs7
758
759         * src/summaryview.c
760                 Fix leak when using Display Sender using Addressbook
761
762 2006-06-09 [colin]      2.2.3cvs6
763
764         * src/compose.c
765         * src/folder.c
766         * src/folderview.c
767         * src/mimeview.c
768         * src/summaryview.c
769                 More leaks fixes
770
771 2006-06-09 [paul]       2.2.3cvs5
772
773         * AUTHORS
774         * src/gtk/authors.h
775         * tools/claws.i18n.status.pl
776                 updated with new info
777
778 2006-06-09 [paul]       2.2.3cvs4
779
780         * README
781                 updated
782         * manual/ack.xml
783                 add wwp to authors list
784         * src/gtk/authors.h
785                 update mine and Colin's addresses
786
787 2006-06-08 [colin]      2.2.3cvs3
788
789         * src/etpan/imap-thread.c
790                 Fix leak on SSL cert check
791
792 2006-06-08 [colin]      2.2.3cvs2
793
794         * src/common/utils.c
795                 Fix leak
796
797 2006-06-08 [paul]       2.2.3cvs1
798
799         * configure.ac
800                 Update version number following
801                 stable release
802
803 2006-06-07 [colin]      2.2.2cvs3
804
805         * src/msgcache.c
806                 Fix catching cache read errors (guint instead of gint)
807                 Prevent malloc'ing more than 8MB (means cache corruption)
808
809 2006-06-07 [paul]       2.2.2cvs2
810
811         * src/exporthtml.c
812         * src/exportldif.c
813         * src/mh.c
814         * src/mutt.c
815         * src/pine.c
816         * src/common/utils.c
817                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
818                 obey $HOME'
819                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
820                 Thanks to Colin
821
822 2006-06-06 [paul]       2.2.2cvs1
823
824         * configure.ac
825                 Update version number following
826                 stable release
827
828 2006-06-06 [paul]       2.2.1cvs6
829
830         * src/matcher.c
831                 fix  implicit declaration of
832                 sylpheed_do_idle()
833                 Patch by Fabien Vantard
834
835 2006-06-06 [paul]       2.2.1cvs5
836
837         * src/matcher.c
838                 fix age_greater and age_lower so that they
839                 mean what say and not '...or equal to'
840                 Thanks to Colin
841
842 2006-06-06 [paul]       2.2.1cvs4
843
844         * src/textview.c
845         * src/common/utils.c
846                 fix URI check
847                 Thanks to Colin
848
849 2006-06-05 [wwp]        2.2.1cvs3
850
851         * manual/fr/account.xml
852                 minor language fixes (thanks to Fabien Vantard).
853
854 2006-06-05 [colin]      2.2.1cvs2
855
856         * src/prefs_folder_item.c
857         * src/folderview.c
858                 Allow recursive setting of properties 
859                 for whole mailboxes
860         * src/matcher.c
861                 Don't freeze on 'test' filtering rule
862
863 2006-06-05 [colin]      2.2.1cvs1
864
865         * configure.ac
866                 Update version number following
867                 stable release
868
869 2006-06-04 [wwp]        2.2.0cvs82
870
871         * manual/glossary.xml
872         * manual/account.xml
873         * manual/fr/glossary.xml
874         * manual/fr/account.xml
875                 added glossary section and references/links related to the Face custom header.
876
877 2006-06-04 [colin]      2.2.0cvs81
878
879         * src/summaryview.c
880                 Skip to next message on move with no
881                 immediate execution
882
883 2006-06-04 [wwp]        2.2.0cvs80
884
885         * manual/xml2pdf
886                 added sanity checks, exit when needed.
887
888 2006-06-03 [paul]       2.2.0cvs79
889
890         * src/prefs_receive.c
891                 page name is now 'Receiving'
892         * src/prefs_send.c
893                 page name is now 'Sending'
894
895 2006-06-03 [colin]      2.2.0cvs78
896
897         * src/plugins/spamassassin/spamassassin_gtk.c
898                 Autoswitch to Localhost if transport was previously
899                 disabled. Else people had to check [] Enable, then
900                 *reselect* transport.
901
902 2006-06-03 [colin]      2.2.0cvs77
903
904         * src/plugins/pgpinline/pgpinline.c
905         * src/plugins/pgpmime/pgpmime.c
906                 Check that gpg_data_release_and_get_mem 
907                 didn't fail (now, why this happens...)
908
909 2006-06-03 [colin]      2.2.0cvs76
910
911         * src/mbox.c
912                 Fix bug #962 (Manual and/or UI should 
913                 warn about incompatible locking 
914                 causing dataloss)
915
916 2006-06-02 [cleroy]     2.2.0cvs75
917
918         * src/filtering.c
919         * src/folder.c
920         * src/procmsg.c
921         * src/summaryview.c
922                 Fix a few leaks
923
924 2006-06-02 [colin]      2.2.0cvs74
925
926         * src/main.c
927                 On exit, free caches after writing them
928                 Shuts up some valgrind false positives
929         * src/procmsg.c
930         * src/send_message.c
931                 Fix races when reusing existing SMTP connections
932                 Fix inexistant session timeout
933         * src/toolbar.c
934                 Display alertpanel after all queues have
935                 been processed, not after each
936
937 2006-06-02 [wwp]        2.2.0cvs73
938
939         * manual/fr/glossary.xml
940         * manual/fr/ack.xml
941         * manual/ack.xml
942                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
943
944 2006-06-02 [wwp]        2.2.0cvs72
945
946         * manual/xml2pdf
947         * manual/dist/pdf/Makefile.am
948         * manual/dtd/manual.xsl
949         * manual/fr/dist/pdf/Makefile.am
950         * manual/pl/dist/pdf/Makefile.am
951                 we changed the procedure to generate the .pdf version of the manual.
952                 The procedure is more modern and the .pdf we get now has a valid index.
953                 Here are the new pre-requisites:
954
955                 - JRE 1.x (1.4 here): there must be one from your distro
956                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
957                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
958                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
959
960                 See my posts for further info about the installation of this toolchain:
961
962                 Date: Fri, 19 May 2006 19:40:06 +0200
963                 From: wwp <subscript@free.fr>
964                 To: sylpheed-claws-devel@lists.sourceforge.net
965                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
966
967                 and
968
969                 Date: Wed, 24 May 2006 12:58:49 +0200
970                 From: wwp <subscript@free.fr>
971                 To: sylpheed-claws-devel@lists.sourceforge.net
972                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
973
974 2006-06-01 [colin]      2.2.0cvs71
975
976         * src/compose.c
977                 Better guards against IMAP races
978         * src/main.c
979         * src/prefs_common.c
980         * src/prefs_common.h
981         * src/common/ssl_certificate.c
982         * src/etpan/imap-thread.c
983         * src/etpan/imap-thread.h
984         * src/gtk/sslcertwindow.c
985                 New hidden option ssl_skip_cert_check to 
986                 avoid dups of bug #959 (libetpan linked
987                 against gnutls and gnutls buggy on 64bit)
988                 Present expired warning only once per
989                 session/server.
990         * manual/advanced.xml
991         * manual/fr/advanced.xml
992                 Document new option
993
994 2006-06-01 [wwp]        2.2.0cvs70
995
996         * src/messageview.c
997                 fix for bug #961 (return receipt dialog 
998                 complains incorrectly about return-path 
999                 email adress being different), thanks 
1000                 to Colin.
1001
1002 2006-05-31 [cleroy]     2.2.0cvs69
1003
1004         * src/common/ssl.c
1005                 Guard against NULLs, although this
1006                 should never be an issue
1007
1008 2006-05-31 [colin]      2.2.0cvs68
1009
1010         * src/filtering.c
1011                 Use g_slist_prepend
1012         * src/imap.c
1013                 Don't remove caches when destroying folder, it
1014                 could (should) be done at exit
1015         * src/inc.c
1016                 free processing cache after incorporation
1017         * src/etpan/imap-thread.c
1018                 Maybe fix bug #959 (Crash on moving to emails 
1019                 to a imap account per ssl with a expired 
1020                 certificate.)
1021
1022 2006-05-30 [colin]      2.2.0cvs67
1023
1024         * src/summaryview.c
1025                 Put back event flush when displaying message
1026                 It avoids reading a bunch of messages just
1027                 by hitting shift-n for too long ;)
1028
1029 2006-05-29 [colin]      2.2.0cvs66
1030
1031         * src/summaryview.c
1032                 Remove useless g_warnings
1033
1034 2006-05-29 [colin]      2.2.0cvs65
1035
1036         * src/imap.c
1037                 Fix g_slist_append()s for performance
1038
1039 2006-05-29 [colin]      2.2.0cvs64
1040
1041         * src/compose.c
1042         * src/common/utils.c
1043                 Fix extraneous tab at start of addresses
1044         * src/mainwindow.c
1045                 Fix warnings (thanks to Fabien)
1046                 Fix crash at exit when composing messages 
1047                 exist
1048         * src/pop.c
1049                 Fix progress bar when deleting expired mails
1050                 Thanks to Hiro
1051         * src/summaryview.c
1052         * src/gtk/gtksctree.c
1053                 Fix re-sorting slowness
1054
1055 2006-05-29 [paul]       2.2.0cvs63
1056
1057         * src/mh.c
1058                 fetch full message when moving mails
1059                 from another mailbox, (fixed data loss
1060                 when filtering from IMAP to MH, introduced
1061                 in 2.2.0cvs57).
1062                 Thanks to Colin
1063
1064 2006-05-29 [mones]      2.2.0cvs62
1065
1066         * src/gtk/gtksctree.c
1067                 Unselect faster (patch by Colin)        
1068
1069 2006-05-26 [colin]      2.2.0cvs61
1070
1071         * src/summaryview.c
1072                 Unplug MSGINFO_UPDATE callback on delete too.
1073
1074 2006-05-26 [colin]      2.2.0cvs60
1075
1076         * src/foldersel.c
1077                 Fix bold in folder selection window with glib2.10
1078                 thanks Hiro
1079
1080 2006-05-26 [colin]      2.2.0cvs59
1081
1082         * src/procheader.c
1083                 Convert date only if necessary (and don't
1084                 try to convert from utf8 to utf8, too)
1085         * src/summaryview.c
1086                 Only set column's text if the column's 
1087                 displayed
1088
1089 2006-05-26 [colin]      2.2.0cvs58
1090
1091         * src/summaryview.c
1092         * src/gtk/gtkutils.c
1093                 Fix useless warning
1094
1095 2006-05-26 [colin]      2.2.0cvs57
1096
1097         * src/mainwindow.c
1098                 Make summaryview selectable as long as 
1099                 no message has focus
1100         * src/mh.c
1101                 Faster deletion (by implementing mh_remove_msgs)
1102                 Faster copy (avoid using mh_fetch_msg just to get
1103                 the filename)
1104                 Faster move (using move_file instead of copy_file
1105                 if MSG_IS_MOVE)
1106                 No progressbar if total number of mails to cp/mv 
1107                 is less than 100
1108         * src/summaryview.c
1109                 Fix removal from subject_table when mail gets moved
1110                 Faster deletion (g_slist_prepend instead of append)
1111         * src/gtk/gtksctree.c
1112                 Remove useless code
1113
1114 2006-05-25 [colin]      2.2.0cvs56
1115
1116         * src/common/ssl_certificate.c
1117                 Fix leak in expired cert check
1118
1119 2006-05-25 [colin]      2.2.0cvs55
1120
1121         * src/mh.c
1122                 Disable flags syncing on .mh_sequences - it
1123                 is buggy and marks mails read under unknown
1124                 conditions.
1125
1126 2006-05-25 [paul]
1127
1128         * 2.3.0-rc4 released
1129
1130 2006-05-24 [colin]      2.2.0cvs54
1131
1132         attention cvs users: if you manage to crash
1133         Sylpheed-Claws while moving, copying or deleting
1134         mails, we *are* interested in stack traces and
1135         valgrind logs. It looks stable, but one never
1136         knows...
1137
1138         * src/folder.c
1139                 Add progressbar for cache updates
1140         * src/folderutils.c
1141                 Optimize Mark all read in the current
1142                 folder
1143         * src/mh.c
1144                 Add progressbar for copy/move
1145         * src/procmsg.c
1146                 Optimize O(n^2) in copy/move
1147         * src/summaryview.c
1148         * src/gtk/gtksctree.c
1149                 Optimize O(n^2) algos
1150         * src/common/timing.h
1151                 Display ms instead of us
1152
1153 2006-05-24 [wwp]        2.2.0cvs53
1154
1155         * manual/fr/advanced.xml
1156                 updates to the French manual.
1157
1158 2006-05-24 [wwp]        2.2.0cvs52
1159
1160         * src/common/utils.c
1161                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1162
1163 2006-05-24 [wwp]        2.2.0cvs51
1164
1165         * src/folderutils.c
1166                 fixed "mark all read" in MH folders (thanks to Colin).
1167
1168 2006-05-24 [paul]       2.2.0cvs50
1169
1170         * doc/man/sylpheed-claws.1
1171                 updated the man page
1172
1173 2006-05-23 [colin]      2.2.0cvs49
1174
1175         * src/folderview.c
1176         * src/imap.c
1177         * src/inc.c
1178         * src/mbox.c
1179         * src/messageview.c
1180         * src/news.c
1181         * src/send_message.c
1182         * src/summaryview.c
1183         * src/gtk/sslcertwindow.c
1184                 alertpanel fixes, by Fabien
1185
1186 2006-05-23 [colin]      2.2.0cvs48
1187
1188         * src/folder.c
1189         * src/folderview.c
1190         * src/msgcache.c
1191         * src/summaryview.c
1192         * src/gtk/gtksctree.c
1193         * src/gtk/gtksctree.h
1194                 More timings
1195                 Fix slow loading problem, which was caused by the
1196                 use of some gtk_ctree funcs and their use of
1197                 g_list_position while gtk_ctree_(un)link'ing.
1198                 Reap more functions from gtkctree.c to be sure we
1199                 use our (fast) version instead of theirs.
1200         * src/mh.c
1201                 Fix copy of unread mails
1202
1203
1204 2006-05-22 [wwp]        2.2.0cvs47
1205
1206         * manual/fr/advanced.xml
1207                 updated.
1208
1209 2006-05-22 [colin]      2.2.0cvs46
1210
1211         * src/filtering.c
1212                 Fix possible infinite loop. 'copy' is not a 
1213                 final action, so when encountering a 'copy',
1214                 we have to check if a previous one was set
1215                 and do it. In the same way, if we encounter
1216                 a 'move' we have to perform a possibly 
1217                 pending 'copy'. This will slow down filtering
1218                 on IMAP if move+copy or multiple copy actions
1219                 are to be done, but handling it via the batch
1220                 would be really too convoluted.
1221
1222 2006-05-22 [wwp]        2.2.0cvs45
1223
1224         * manual/fr/advanced.xml
1225         * manual/fr/faq.xml
1226         * manual/fr/glossary.xml
1227         * manual/fr/handling.xml
1228         * manual/fr/intro.xml
1229         * manual/fr/plugins.xml
1230         * manual/fr/sylpheed-claws-manual.xml
1231                 sync w/ the english manual: updates URIs, documented mailing-list
1232                 support, better explanation about the enabled/disabled feature
1233                 in filtering/processing rules by Paul.
1234
1235 2006-05-21 [colin]      2.2.0cvs44
1236
1237         * src/summaryview.c
1238                 Don't expand after building threads, but during
1239
1240 2006-05-21 [colin]      2.2.0cvs43
1241
1242         * src/procmsg.c
1243         * src/summaryview.c
1244                 More timing possibilities... For next time I have 
1245                 to find out how the hell some 3GHz computer takes
1246                 one minute to open a 30k folder...
1247
1248 2006-05-21 [colin]      2.2.0cvs42
1249
1250         * manual/pl/advanced.xml
1251         * manual/pl/faq.xml
1252         * manual/pl/glossary.xml
1253         * manual/pl/handling.xml
1254         * manual/pl/intro.xml
1255         * manual/pl/plugins.xml
1256         * manual/pl/sylpheed-claws-manual.xml
1257                 Polish manual updated by Pawel
1258
1259 2006-05-20 [colin]
1260
1261         * 2.3.0-rc3 released
1262
1263 2006-05-20 [colin]      2.2.0cvs41
1264
1265         * src/imap.c
1266                 Fix -rc2 problems:
1267                 - remove cache of moved messages from original folder
1268                 - apply new flags to messages even if they aren't appliable
1269                   via IMAP.
1270
1271 2006-05-20 [colin]
1272
1273         * 2.3.0-rc2 released
1274
1275 2006-05-19 [colin]      2.2.0cvs40
1276
1277         * src/imap.c
1278                 Don't issue SELECT in imap_change_flags
1279                 before having checked that we indeed have
1280                 some flags to change. MSG_POSTFILTERED for
1281                 example can't be used on IMAP.
1282                 Fixes bug #955 (copying messages between 
1283                 imap folders is extremely slow), which was
1284                 a regression.
1285
1286 2006-05-19 [colin]      2.2.0cvs39
1287
1288         * src/folder.c
1289         * src/folder.h
1290         * src/folderview.c
1291                 Try to fix bug #830 (Some unread messages 
1292                 get marked read in IMAP inbox):
1293                 - Prevent scanning a folder if it's being 
1294                   opened via the GUI
1295                 - Postpone opening via the GUI of a folder
1296                   currently scanned.
1297
1298
1299 2006-05-19 [wwp]        2.2.0cvs38
1300
1301         * manual/advanced.xml
1302                 fix English+typo (thanks to Paul).
1303
1304 2006-05-19 [wwp]        2.2.0cvs37
1305
1306         * manual/advanced.xml
1307         * manual/fr/advanced.xml
1308         * src/gtk/logwindow.c
1309         * src/prefs_common.c
1310         * src/prefs_common.h
1311                 added hidden prefs to allow customization of colors used in
1312                 protocol log window (useful for dark gtk+ themes).
1313
1314 2006-05-19 [wwp]        2.2.0cvs36
1315
1316         * ChangeLog
1317                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1318
1319 2006-05-19 [paul]       2.2.0cvs35
1320
1321         * src/textview.c
1322                 make Reply-To fully clickable
1323         * src/gtk/logwindow.c
1324                 more colouring (SMTP ESMTP)
1325         Both patches by Pawel Pekala
1326
1327 2006-05-19 [cleroy]     2.2.0cvs34
1328
1329         * src/mh.c
1330                 Don't update flags from current folder
1331                 Probably fixes bug #935 (Read Messages 
1332                 Revert to Being Marked as Unread)
1333
1334 2006-05-18 [colin]      2.2.0cvs33
1335
1336         * src/imap.c
1337                 Warning fix
1338         * src/compose.c
1339         * src/mainwindow.c
1340         * src/summaryview.c
1341         * src/toolbar.c
1342                 Allow replying to multiple emails
1343                 in multiple windows
1344         * src/mimeview.c
1345         * src/etpan/imap-thread.c
1346                 Leak fixes
1347
1348 2006-05-18 [paul]       2.2.0cvs32
1349
1350         * src/summaryview.c
1351                 keep Mailing-List menu refreshed
1352                 Thanks to Colin
1353
1354 2006-05-18 [paul]       2.2.0cvs31
1355
1356         * manual/advanced.xml
1357         * manual/faq.xml
1358         * manual/glossary.xml
1359         * manual/handling.xml
1360         * manual/intro.xml
1361         * manual/plugins.xml
1362         * manual/sylpheed-claws-manual.xml
1363                 update URLs
1364                 add info about mailing-list support
1365                 edit filtering info
1366         * src/wizard.c
1367         * src/common/defs.h
1368         * src/gtk/about.c
1369         * src/plugins/dillo_viewer/README
1370                 update URLs
1371
1372 2006-05-17 [wwp]        2.2.0cvs30
1373
1374         * manual/handling.xml
1375         * manual/fr/handling.xml
1376                 documented the ability to enabled/disable filtering/processing rules.
1377
1378 2006-05-17 [colin]      2.2.0cvs29
1379
1380         * src/main.c
1381                 Don't initialize g_thread subsystem if it's 
1382                 already done (thanks to Hiro)
1383         * src/mimeview.c
1384                 Fix saving of parts when there name can't be
1385                 converted from UTF-8.
1386
1387 2006-05-17 [paul]       2.2.0cvs28
1388
1389         * po/Makefile.in.in
1390                 fix config.status warning with autoconf 2.60
1391
1392 2006-05-17 [paul]       2.2.0cvs27
1393
1394         * po/POTFILES.in
1395                 add src/mbox.c
1396
1397 2006-05-17 [wwp]        2.2.0cvs26
1398
1399         * src/mainwindow.c
1400                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1401
1402 2006-05-17 [wwp]        2.2.0cvs25
1403
1404         * src/plugins/demo/demo.c
1405                 updated product name in plugin demo (many plugins need to be
1406                 sync'ed w/ that change).
1407
1408 2006-05-17 [colin]      2.2.0cvs24
1409
1410         * src/mh.c
1411                 Fix leak
1412
1413 2006-05-16 [colin]      2.2.0cvs23
1414
1415         * src/mainwindow.c
1416                 Stupid me hit again. Fix cvs22.
1417
1418 2006-05-16 [colin]      2.2.0cvs22
1419
1420         * src/mainwindow.c
1421                 Fix bug #922 (sylpheed-claws crashed after 
1422                 pushing on Inbox folder)
1423
1424 2006-05-16 [colin]      2.2.0cvs21
1425
1426         * src/compose.c
1427                 Make From header be copy/paste/select-able
1428
1429 2006-05-16 [wwp]        2.2.0cvs20
1430
1431         * src/export.c
1432         * src/matcher.c
1433         * src/summaryview.c
1434         * src/etpan/imap-thread.c
1435                 fix some compiler warnings (thanks to Colin).
1436
1437 2006-05-16 [wwp]        2.2.0cvs19
1438
1439         * src/action.c
1440         * src/gedit-print.c
1441         * src/inc.c
1442         * src/mainwindow.c
1443         * src/mh.c
1444         * src/statusbar.c
1445         * src/send_message.c
1446         * src/summaryview.c
1447                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1448
1449 2006-05-15 [colin]      2.2.0cvs18
1450
1451         * src/procmsg.c
1452                 Fix automatic rule creation with List-Post
1453
1454 2006-05-15 [paul]       2.2.0cvs17
1455
1456         * tools/filter_conv_new.pl
1457                 updated for rule enabling/disabling
1458                 claws version >= 2.3.x required
1459
1460 2006-05-15 [cleroy]     2.2.0cvs16
1461
1462         * src/main.c
1463                 Revert test
1464
1465 2006-05-15 [cleroy]     2.2.0cvs15
1466
1467         * src/main.c
1468                 test
1469
1470 2006-05-15 [wwp]        2.2.0cvs14
1471
1472         * manual/pl/.cvsignore
1473                 ignore generated files.
1474
1475 2006-05-14 [wwp]        2.3.0-rc1
1476
1477         * 2.3.0-rc1 released
1478
1479 2006-05-13 [wwp]        2.2.0cvs13
1480
1481         * src/filtering.c
1482         * src/filtering.h
1483         * src/matcher.c
1484         * src/matcher_parser_lex.l
1485         * src/matcher_parser_parse.y
1486         * src/prefs_filtering.c
1487                 new feature: provide the ability to disable filtering and processing
1488                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1489                 adaptations.
1490
1491 2006-05-13 [colin]      2.2.0cvs12
1492
1493         * src/compose.c
1494                 Remove useless if (a) b; else b;
1495                 Thanks to wwp
1496
1497 2006-05-13 [wwp]        2.2.0cvs11
1498
1499         * src/export.c
1500         * src/import.c
1501         * src/mainwindow.c
1502         * src/mbox.c
1503         * src/summaryview.c
1504         * src/summaryview.h
1505                 no more silent failures (or at least less ones) when importing
1506                 or exporting from/to mbox. Also start importing/exporting if
1507                 the necessary info is set.
1508
1509 2006-05-13 [wwp]        2.2.0cvs10
1510
1511         * RELEASE_NOTES
1512                 restored up-to-date release notes.
1513
1514 2006-05-13 [paul]       2.2.0cvs9
1515
1516         * po/nl.po
1517         * po/ru.po
1518                 updated by Tim Dijkstra and Pavlo Bohmat
1519
1520 2006-05-12 [colin]      2.2.0cvs8
1521
1522         * src/gtk/quicksearch.c
1523                 Add "k" as shortcut for "colorlabel". Patch
1524                 by ath42@users.sf.net.
1525
1526 2006-05-12 [paul]       2.2.0cvs7
1527
1528         * src/prefs_common.h
1529         * src/prefs_summaries.c
1530         * src/summaryview.c
1531                 when entering a folder also allow
1532                 going directly to first Marked message
1533
1534 2006-05-12 [paul]       2.2.0cvs6
1535
1536         * src/summaryview.c
1537                 always obey 'confirm before marking all
1538                 mails read' option
1539
1540 2006-05-12 [paul]       2.2.0cvs5
1541
1542         * src/textview.c
1543                 make Sender fully clickable
1544
1545 2006-05-12 [colin]      2.2.0cvs4
1546
1547         * src/compose.c
1548         * src/compose.h
1549                 Let From be editable
1550         * src/main.c
1551         * src/mh.c
1552                 Full support of .mh_sequences' Unseen seq
1553
1554 2006-05-12 [colin]      2.2.0cvs3
1555
1556         * src/folder.c
1557         * src/mainwindow.c
1558         * src/mainwindow.h
1559         * src/messageview.c
1560         * src/prefs_spelling.c
1561         * src/procheader.c
1562         * src/procmsg.c
1563         * src/procmsg.h
1564         * src/summaryview.c
1565         * src/toolbar.c
1566         * src/toolbar.h
1567                 Add contextual menu on Compose toolbar
1568                 button. Fixes bug #944 (Automatic
1569                 addresses not applied when changing account
1570                 from compose window)
1571                 add Mailing List support
1572                 based on the old 0.6.5claws25 patch by
1573                 Melvin Hadasht, with finishing touches
1574                 by Colin
1575                 Fix "ignore thread" when mails are threaded by
1576                 subject (and weren't ignored although appearing
1577                 in the thread).
1578                 GUI rework.
1579                 Both patches by Pawel.
1580
1581 2006-05-08 [paul]       2.2.0cvs2
1582
1583         * src/mainwindow.c
1584         * src/mainwindow.h
1585         * src/messageview.c
1586         * src/procheader.c
1587         * src/procmsg.c
1588         * src/procmsg.h
1589         * src/summaryview.c
1590                 add Mailing List support
1591                 based on the old 0.6.5claws25 patch by 
1592                 Melvin Hadasht, with finishing touches
1593                 by Colin
1594
1595 2006-05-08 [colin]      2.2.0cvs1
1596
1597         * src/mainwindow.c
1598         * src/toolbar.c
1599         * src/toolbar.h
1600                 Add contextual menu on Compose toolbar 
1601                 button. Fixes bug #944 (Automatic 
1602                 addresses not applied when changing account 
1603                 from compose window)
1604
1605 2006-05-08 [paul]       2.2.0
1606
1607         2.2.0 released
1608
1609 2006-05-08 [paul]       2.1.1cvs51
1610
1611         * po/cs.po
1612         * po/de.po
1613         * po/en_GB.po
1614         * po/fi.po
1615         * po/fr.po
1616         * po/pt_BR.po
1617         * po/sr.po
1618         * po/zh_CN.po
1619                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1620                 Fabien Vantard, Frederico Goncalves Guimaraes,
1621                 Aleksandar Urosevic, and Ralgh Young
1622
1623 2006-05-12 [colin]      2.1.1cvs50
1624
1625         * po/cs.po
1626         * po/de.po
1627         * po/en_GB.po
1628         * po/es.po
1629         * po/fi.po
1630         * po/fr.po
1631         * po/pt_BR.po
1632         * po/sr.po
1633         * po/zh_CN.po
1634                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1635                 Fabien Vantard, Frederico Goncalves Guimaraes,
1636                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1637
1638 2006-05-05 [colin]      2.1.1cvs49
1639
1640         * manual/Makefile.am
1641         * manual/pl/Makefile.am
1642         * manual/pl/account.xml
1643         * manual/pl/ack.xml
1644         * manual/pl/addrbook.xml
1645         * manual/pl/advanced.xml
1646         * manual/pl/faq.xml
1647         * manual/pl/glossary.xml
1648         * manual/pl/gpl.xml
1649         * manual/pl/handling.xml
1650         * manual/pl/intro.xml
1651         * manual/pl/keyboard.xml
1652         * manual/pl/plugins.xml
1653         * manual/pl/starting.xml
1654         * manual/pl/sylpheed-claws-manual.xml
1655         * manual/pl/dist/.cvsignore
1656         * manual/pl/dist/Makefile.am
1657         * manual/pl/dist/html/.cvsignore
1658         * manual/pl/dist/html/Makefile.am
1659         * manual/pl/dist/pdf/.cvsignore
1660         * manual/pl/dist/pdf/Makefile.am
1661         * manual/pl/dist/ps/.cvsignore
1662         * manual/pl/dist/ps/Makefile.am
1663         * manual/pl/dist/txt/.cvsignore
1664         * manual/pl/dist/txt/Makefile.am
1665                 Add the polish translation of the manual,
1666                 Authored by Pawel Pekala.
1667
1668 2006-05-05 [cleroy]     2.1.1cvs48
1669
1670         * src/main.c
1671                 Re-read matcherrc after loading plugins 
1672                 if some of them add folders.
1673
1674 2006-05-03 [colin]      2.1.1cvs47
1675
1676         * src/imap.c
1677                 I'm idiot
1678
1679 2006-05-03 [colin]      2.1.1cvs46
1680
1681         * src/imap.c
1682                 Be sure to have a session when
1683                 getting separator
1684
1685 2006-05-03 [colin]      2.1.1cvs45
1686
1687         * src/imap.c
1688         * src/imap.h
1689         * src/imap_gtk.c
1690                 Fix preventing renaming with namespace 
1691                 separator.
1692
1693 2006-05-01 [colin]      2.1.1cvs44
1694
1695         * src/action.c
1696                 Don't reload messageview when result of
1697                 action is piped.
1698
1699 2006-04-29 [colin]      2.1.1cvs43
1700
1701         * src/prefs_receive.c
1702         * src/plugins/spamassassin/spamassassin_gtk.c
1703         * src/plugins/clamav/clamav_plugin_gtk.c
1704                 GUI fixes by Pawel
1705
1706 2006-04-29 [colin]      2.1.1cvs42
1707
1708         * src/prefs_compose_writing.c
1709         * src/prefs_quote.c
1710                 Cleanups. Patch by Pawel
1711
1712 2006-04-28 [paul]       2.1.1cvs41
1713
1714         * src/matcher.c
1715                 fix returned quick search results when search
1716                 term contains an underscore.
1717                 Thanks to Colin
1718
1719 2006-04-28 [paul]       2.1.1cvs40
1720
1721         * src/prefs_message.c
1722         * src/prefs_receive.c
1723                 GUI cleanups
1724                 Patches by Pawel Pekala
1725
1726 2006-04-27 [colin]      2.1.1cvs39
1727
1728         * src/wizard.c
1729                 Differentiate subject Welcome from
1730                 window's title Welcome
1731
1732 2006-04-27 [paul]
1733
1734         2.2.0-rc1 released
1735
1736 2006-04-27 [paul]       2.1.1cvs38
1737
1738         * manual/advanced.xml
1739         * manual/fr/advanced.xml
1740                 add info about compose_no_markup hidden pref
1741
1742 2006-04-27 [paul]       2.1.1cvs37
1743
1744         * src/prefs_account.c
1745                 improve privacy labels
1746         * src/prefs_msg_colors.c
1747                 change some strings for translators' convenience
1748         * src/gtk/gtkutils.c
1749                 don't underline the link button text
1750
1751 2006-04-25 [colin]      2.1.1cvs36
1752
1753         * src/folder.c
1754                 Complete 2.1.1cvs33 (once more ;)
1755
1756 2006-04-25 [colin]      2.1.1cvs35
1757
1758         * src/editldap.c
1759                 Fix tooltip
1760
1761 2006-04-25 [cleroy]     2.1.1cvs34
1762
1763         * src/compose.c
1764         * src/gtk/gtkaspell.c
1765                 Fix crash on redirect (related to the return 
1766                 of the aspell menu in compose's toolbar)
1767         * src/prefs_msg_colors.c
1768                 Fix sensitivity widgets
1769         * src/image_viewer.c
1770         * src/gtk/pluginwindow.c
1771         * src/gtk/prefswindow.c
1772                 Change released signals to clicked (Fabien)
1773         * po/POTFILES.in
1774         * src/common/socket.c
1775         * src/plugins/spamassassin/spamassassin.c
1776                 Translate strings (Fabien)
1777
1778 2006-04-25 [paul]       2.1.1cvs33
1779
1780         * src/folder.c
1781         * src/folder.h
1782         * src/folderview.c
1783                 complete the fix of bug #912
1784                 Thanks to Colin
1785
1786 2006-04-25 [colin]      2.1.1cvs32
1787
1788         * src/news.c
1789                 Better progress bar
1790         * src/mimeview.c
1791         * src/summaryview.c
1792         * src/summaryview.h
1793                 Fix focus chain
1794                 Patches by Pawel Pekala
1795
1796 2006-04-24 [colin]      2.1.1cvs31
1797
1798         * src/compose.c
1799                 Fix compilation warnings (Fabien)
1800
1801 2006-04-24 [colin]      2.1.1cvs30
1802
1803         * src/addrindex.c
1804         * src/editldap.c
1805         * src/editldap_basedn.c
1806         * src/editldap_basedn.h
1807         * src/ldapctrl.c
1808         * src/ldapctrl.h
1809         * src/ldapquery.c
1810         * src/ldaputil.c
1811         * src/ldaputil.h
1812                 Fix bug #901 (LDAPS support)
1813
1814 2006-04-24 [colin]      2.1.1cvs29
1815
1816         * src/compose.c
1817                 Fix logic on error with send dialog on
1818         * src/imap.c
1819                 Fix compilation without libetpan, thanks
1820                 to Fabien
1821         * src/summaryview.c
1822                 Fix 'context-menu' key
1823
1824 2006-04-23 [colin]      2.1.1cvs28
1825
1826         * src/folder.c
1827                 Never free current's cache to free up 
1828                 memory. Fixes bug #912 (new count 
1829                 randomly set to message count)
1830
1831 2006-04-23 [colin]      2.1.1cvs27
1832
1833         * src/gtk/quicksearch.c
1834                 And remove printf...
1835
1836 2006-04-23 [colin]      2.1.1cvs26
1837
1838         * src/gtk/quicksearch.c
1839                 Fix replacing in quicksearch, and fix inserting
1840                 in the middle of the string. (introduced at 2.1.0cvs22)
1841
1842 2006-04-23 [colin]      2.1.1cvs25
1843
1844         * src/imap.c
1845                 Make sure uidnext is initialized in get_num_list
1846                 (not for stable, related to 2.1.1cvs8 and friends)
1847
1848 2006-04-23 [colin]      2.1.1cvs24
1849
1850         * src/imap.c
1851                 Output something when login is successful
1852                 too
1853
1854 2006-04-23 [colin]      2.1.1cvs23
1855
1856         * src/etpan/imap-thread.c
1857                 Better logging (line-per-line, hide data in fetch)
1858                 Fix a const warning
1859         * src/gtk/logwindow.c
1860         * src/gtk/logwindow.h
1861                 Better logging (color for input/output)
1862
1863 2006-04-21 [colin]      2.1.1cvs22
1864
1865         * src/gtk/quicksearch.c
1866                 On gtk+-2.8, use stock buttons in quicksearch
1867                 Based on a patch by Fabien and a design by Paul
1868
1869 2006-04-21 [colin]      2.1.1cvs21
1870
1871         * src/folderview.c
1872         * src/mainwindow.c
1873                 Fix occasional flicker in folderview
1874         * src/common/utils.c
1875                 Fix bug #943 (Incorrectly parsed email address 
1876                 list in short headers on message view and in 
1877                 printouts)
1878
1879 2006-04-20 [colin]      2.1.1cvs20
1880
1881         * src/imap.c
1882         * src/imap.h
1883         * src/prefs_account.c
1884                 Add ANONYMOUS auth for IMAP
1885
1886 2006-04-20 [paul]       2.1.1cvs19
1887
1888         * src/main.c
1889                 proper fix for 2.1.1cvs18
1890                 Thanks to Colin
1891
1892 2006-04-20 [paul]       2.1.1cvs18
1893
1894         * src/main.c
1895                 fix build warnings
1896
1897 2006-04-20 [paul]       2.1.1cvs17
1898
1899         * src/gtk/quicksearch.c
1900                 fix standard, non-extended Quick search,
1901                 was broken in 2.1.1cvs15.
1902                 Thanks to Colin.
1903
1904 2006-04-20 [colin]      2.1.1cvs16
1905
1906         * src/prefs_matcher.c
1907                 Fix values when reselecting a ~test
1908                 rule
1909
1910 2006-04-19 [colin]      2.1.1cvs15
1911
1912         * src/compose.c
1913         * src/compose.h
1914         * src/gtk/gtkaspell.c
1915         * src/gtk/gtkaspell.h
1916                 Put back Options menu in Spelling/
1917         * src/gtk/quicksearch.c
1918                 Don't search, and show error, if the
1919                 advanced search has a syntax error
1920
1921 2006-04-18 [colin]      2.1.1cvs14
1922
1923         * src/textview.c
1924                 Fix gdk warnings on set_cursor when textview
1925                 isn't visible
1926
1927 2006-04-18 [colin]      2.1.1cvs13
1928
1929         * src/gtk/gtksctree.c
1930                 Remove seemingly useless refresh that causes
1931                 flicker - watch this commit in case of 
1932                 problems before planned backport to stable
1933
1934 2006-04-18 [colin]      2.1.1cvs12
1935
1936         * src/imap.c
1937                 Factorize get/set_xml code
1938         * src/compose.c
1939         * src/prefs_account.c
1940         * src/prefs_account.h
1941         * src/procmsg.c
1942                 Add Encrypt to self option
1943
1944 2006-04-17 [colin]      2.1.1cvs11
1945
1946         * configure.ac
1947                 Fix search on encrpyt function on dragonfly
1948                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1949
1950 2006-04-17 [colin]      2.1.1cvs10
1951
1952         * src/prefs_account.c
1953                 Be safe by default: remove mails from POP3
1954                 after 7 days, not immediately
1955
1956 2006-04-17 [colin]      2.1.1cvs9
1957
1958         * src/etpan/imap-thread.c
1959                 Fix build on DragonFly - patch by 
1960                 Jonathan Buschmann <jonthn@agmact.com>
1961
1962 2006-04-17 [colin]      2.1.1cvs8
1963
1964         * src/imap.c
1965                 Save uidnext between sessions
1966
1967 2006-04-17 [colin]      2.1.1cvs7
1968
1969         * src/imap.c
1970                 scan is required when uid validity changes
1971
1972 2006-04-17 [colin]      2.1.1cvs6
1973
1974         * src/folderview.c
1975                 Don't scan if not necessary, apart in current
1976                 folder and INBOX to fetch flags.
1977         * src/imap.c
1978                 Scan is necessary if unread count changes
1979
1980 2006-04-17 [colin]      2.1.1cvs5
1981
1982         * src/imap.c
1983                 ...But always fetch ANSWERED and DELETED flags for
1984                 INBOX, as filtering can happen on these flags.
1985
1986 2006-04-17 [colin]      2.1.1cvs4
1987
1988         * src/imap.c
1989                 Don't fetch REPLIED and DELETED flags when synchronising
1990                 flags with a closed folder. We only need UNSEEN and FLAGGED
1991                 to update the folderview.
1992
1993 2006-04-17 [colin]      2.1.1cvs3
1994
1995         * src/imap.c
1996                 Faster flag search when there are new mails 
1997                 in a folder. We can do a full search if the 
1998                 folder contains less messages than the new
1999                 list.
2000
2001 2006-04-17 [colin]      2.1.1cvs2
2002
2003         * po/cs.po
2004         * po/de.po
2005         * po/fr.po
2006         * po/nl.po
2007         * po/pt_BR.po
2008                 Update translations from stable branch
2009
2010 2006-04-17 [colin]      2.1.1cvs1
2011
2012         * configure.ac
2013                 Bump version to follow stable release
2014
2015 2006-04-16 [mones]      2.1.0cvs50
2016
2017         * po/es.po
2018                 Updated for release
2019
2020 2006-04-16 [colin]      2.1.0cvs49
2021
2022         * src/textview.c
2023                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2024                 with gtk < 2.8. Thanks to Fabien Vantard.
2025
2026 2006-04-15 [colin]      2.1.0cvs48
2027
2028         * src/etpan/imap-thread.c
2029                 Fix bug #919 (libetpan: SEGV when connecting 
2030                 using command)
2031
2032 2006-04-14 [colin]      2.1.0cvs47
2033
2034         * src/main.c
2035                 Fix race on --select (should be done better)
2036
2037 2006-04-14 [wwp]        2.1.0cvs46
2038
2039         * src/send_message.c
2040                 enforce a check for domain in account prefs (a sending
2041                 error could be faced if domain was checked but no value set),
2042                 thanks to Colin.
2043
2044 2006-04-14 [colin]      2.1.0cvs45
2045
2046         * src/codeconv.c
2047                 when converting from unknown to unknown, if the
2048                 string is UTF8, don't convert it to the locale
2049                 (which breaks it)
2050
2051 2006-04-14 [colin]      2.1.0cvs44
2052
2053         * src/compose.c
2054                 Don't try to use ASCII for converting headers
2055                 (as done in body)
2056
2057 2006-04-14 [paul]       2.1.0cvs43
2058
2059         * src/crash.c
2060                 add locale/charset info to crash report
2061         * src/gtk/about.c
2062                 add wwp to doc team
2063                 replace 'e-mail' with preferred 'email'
2064         * src/gtk/authors.h
2065                 ensure contributors list is in alphabetical
2066                 order
2067
2068 2006-04-13 [colin]      2.1.0cvs42
2069
2070         * src/textview.c
2071                 Prevent gdk warnings
2072
2073 2006-04-13 [colin]      2.1.0cvs41
2074
2075         * src/common/ssl_certificate.c
2076         * src/common/ssl_certificate.h
2077         * src/gtk/sslcertwindow.c
2078                 Warn on expired certs, and display the expiration date
2079
2080 2006-04-13 [colin]      2.1.0cvs40
2081
2082         * src/plugins/spamassassin/spamassassin_gtk.c
2083                 Fix missing set_text on unix socket
2084
2085 2006-04-13 [wwp]        2.1.0cvs39
2086
2087         * manual/fr/advanced.xml
2088         * manual/fr/glossary.xml
2089                 applied new spam/ham/email lexicon (pourriel, courriel)
2090
2091 2006-04-13 [paul]       2.1.0cvs38
2092
2093         * src/plugins/pgpmime/plugin.c
2094                 remove the mention of S/MIME from the
2095                 description. This is now handled by the
2096                 S/MIME plugin.
2097
2098 2006-04-13 [paul]       2.1.0cvs37
2099
2100         * src/prefs_msg_colors.c
2101                 rework dialog
2102         * src/prefs_folder_item.c
2103         * src/prefs_spelling.c
2104                 add a tooltip to the colour selector buttons
2105
2106 2006-04-13 [wwp]        2.1.0cvs36
2107
2108         * manual/advanced.xml
2109         * manual/glossary.xml
2110         * manual/handling.xml
2111         * manual/keyboard.xml
2112         * manual/plugins.xml
2113         * manual/starting.xml
2114         * manual/fr/account.xml
2115         * manual/fr/ack.xml
2116         * manual/fr/addrbook.xml
2117         * manual/fr/advanced.xml
2118         * manual/fr/faq.xml
2119         * manual/fr/glossary.xml
2120         * manual/fr/gpl.xml
2121         * manual/fr/handling.xml
2122         * manual/fr/intro.xml
2123         * manual/fr/keyboard.xml
2124         * manual/fr/plugins.xml
2125         * manual/fr/starting.xml
2126         * manual/fr/sylpheed-claws-manual.xml
2127                 fixes to the manuals:
2128                  - summaryview -> Message List (same in French)
2129                  - translate key names
2130                  - fix French punctuation, use non-breakable spaces when
2131                    necessary, don't use &thinsp; which is not portable
2132                  - tell what maildir and mbox formats we support
2133
2134 2006-04-12 [wwp]        2.1.0cvs35
2135
2136         * src/prefs_toolbar.c
2137                 unified a replace button more,
2138                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2139
2140 2006-04-12 [wwp]        2.1.0cvs34
2141
2142         * src/prefs_common.c
2143         * src/prefs_msg_colors.c
2144                 make default color labels translatable,
2145                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2146                 thanks to Tim <timbrain@post.cz> for reporting.
2147
2148 2006-04-12 [wwp]        2.1.0cvs33
2149
2150         * manual/glossary.xml
2151         * manual/intro.xml
2152         * manual/plugins.xml
2153         * manual/starting.xml
2154         * manual/sylpheed-claws-manual.xml
2155         * manual/fr/.cvsignore
2156         * manual/fr/account.xml
2157         * manual/fr/ack.xml
2158         * manual/fr/addrbook.xml
2159         * manual/fr/advanced.xml
2160         * manual/fr/faq.xml
2161         * manual/fr/glossary.xml
2162         * manual/fr/handling.xml
2163         * manual/fr/intro.xml
2164         * manual/fr/keyboard.xml
2165         * manual/fr/plugins.xml
2166         * manual/fr/starting.xml
2167         * manual/fr/sylpheed-claws-manual.xml
2168                 various fixes: typos, missing .fr translations, punctuation,
2169                 capitalization, links, accents and some bad French more.
2170
2171 2006-04-12 [wwp]        2.1.0cvs32
2172
2173         * src/prefs_gtk.c
2174                 fix for bug #935: always store prefs files in UTF-8 (thanks
2175                 to Colin).
2176
2177 2006-04-11 [colin]      2.1.0cvs31
2178
2179         * src/compose.c
2180                 Fix inserting files not in utf8 when locale is utf8
2181
2182 2006-04-11 [colin]      2.1.0cvs30
2183
2184         * src/inc.c
2185                 Don't show error dialog when cancelling connection
2186                 Patch by Pawel
2187
2188 2006-04-11 [cleroy]     2.1.0cvs29
2189
2190         * src/compose.c
2191                 Implement multiple quote levels
2192         * src/prefs_common.c
2193                 Change a little bit the quote bgcolor for 2nd level
2194
2195 2006-04-11 [colin]      2.1.0cvs28
2196
2197         * src/gtk/about.c
2198                 Add locale and charset in the label
2199
2200 2006-04-10 [colin]      2.1.0cvs27
2201
2202         * src/compose.c
2203         * src/prefs_common.c
2204         * src/prefs_common.h
2205         * src/prefs_msg_colors.c
2206         * src/textview.c
2207                 Allow optional background color in quotes
2208                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2209                 GTK+-2.8.x feature
2210
2211 2006-04-10 [colin]      2.1.0cvs26
2212
2213         * src/main.c
2214         * src/mainwindow.c
2215         * src/mainwindow.h
2216                 Implement --select
2217
2218 2006-04-10 [colin]      2.1.0cvs25
2219
2220         * manual/plugins.xml
2221         * manual/fr/plugins.xml
2222                 Document libcurl's proxy variables
2223
2224 2006-04-09 [colin]      2.1.0cvs24
2225
2226         * src/prefs_common.c
2227                 gettext() returns statically allocated stuff. We have
2228                 to strdup it in order to be able to free it.
2229
2230 2006-04-09 [colin]      2.1.0cvs23
2231
2232         * AUTHORS
2233         * src/gtk/authors.h
2234                 Add Alexei
2235
2236 2006-04-09 [colin]      2.1.0cvs22
2237
2238         * src/mainwindow.c
2239         * src/gtk/quicksearch.c
2240                 Fix bug #859 (problems with cyrilic input in 
2241                 search panel) - Patch by Alexey Illarionov 
2242                 <littlesavage@rambler.ru>
2243
2244 2006-04-09 [colin]      2.1.0cvs21
2245
2246         * src/prefs_customheader.c
2247                 I prefer removing then freeing rather than the contrary
2248                 (even if it doesn't change anything ;-)
2249         * src/prefs_account.c
2250                 Fix bug #933 (Crash re-entering the custom headers list 
2251                 dialog in accounts prefs)
2252                 The problem happened when cancelling the Account 
2253                 Preferences' dialogs - in which case we didn't do 
2254                 anything to the PrefsAccount * struct. In case of applying,
2255                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2256                 working with in this dialog. The problem is that 
2257                 prefs_customheader.c, working on this tmp_ac_prefs, always
2258                 changes the ->customhdr_list pointer, even when cancelled. 
2259                 So in case of cancelling the prefs_account dialog, we still
2260                 have to update ->customhdr_list in the real account.
2261
2262 2006-04-08 [colin]      2.1.0cvs20
2263
2264         * manual/fr/glossary.xml
2265         * manual/fr/keyboard.xml
2266                 Forgot some headers :)
2267
2268 2006-04-08 [colin]      2.1.0cvs19
2269
2270         * manual/Makefile.am
2271         * manual/fr/Makefile.am
2272         * manual/fr/account.xml
2273         * manual/fr/ack.xml
2274         * manual/fr/addrbook.xml
2275         * manual/fr/advanced.xml
2276         * manual/fr/faq.xml
2277         * manual/fr/glossary.xml
2278         * manual/fr/gpl.xml
2279         * manual/fr/handling.xml
2280         * manual/fr/intro.xml
2281         * manual/fr/keyboard.xml
2282         * manual/fr/plugins.xml
2283         * manual/fr/starting.xml
2284         * manual/fr/sylpheed-claws-manual.xml
2285         * manual/fr/dist/.cvsignore
2286         * manual/fr/dist/Makefile.am
2287         * manual/fr/dist/html/.cvsignore
2288         * manual/fr/dist/html/Makefile.am
2289         * manual/fr/dist/pdf/.cvsignore
2290         * manual/fr/dist/pdf/Makefile.am
2291         * manual/fr/dist/ps/.cvsignore
2292         * manual/fr/dist/ps/Makefile.am
2293         * manual/fr/dist/txt/.cvsignore
2294         * manual/fr/dist/txt/Makefile.am
2295                 Add the french translation of the manual. Thanks to
2296                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2297                 account.xml, ack.xml, addrbook.xml and advanced.xml
2298
2299 2006-04-08 [colin]      2.1.0cvs18
2300
2301         * manual/plugins.xml
2302         * manual/starting.xml
2303                 More fixes
2304
2305 2006-04-07 [colin]      2.1.0cvs17
2306
2307         * manual/faq.xml
2308         * manual/intro.xml
2309         * manual/keyboard.xml
2310                 Little fixes
2311
2312 2006-04-07 [colin]      2.1.0cvs16
2313
2314         * README
2315         * src/compose.c
2316         * src/prefs_common.c
2317         * src/prefs_common.h
2318                 Add hidden compose_no_markup pref
2319
2320 2006-04-07 [wwp]        2.1.0cvs15
2321
2322         * src/summary_search.c
2323         * .cvsignore
2324                 Bugfix: stop button was sticky when searching in an empty folder.
2325                 Applied curly brackets code style to the whole file (summary_search.c).
2326                 More files to ignore.
2327
2328 2006-04-07 [wwp]        2.1.0cvs14
2329
2330         * src/message_search.c
2331         * src/summary_search.c
2332                 changed default button when search bumps at file/folder
2333                 beginning or end, for convenience (thanks to Colin).
2334
2335 2006-04-07 [paul]       2.1.0cvs13
2336
2337         * src/plugins/dillo_viewer/dillo_prefs.c
2338                 avoid future potential for namespace collision
2339                 Patch by Colin
2340
2341 2006-04-06 [wwp]        2.1.0cvs12
2342
2343         * src/summary_search.c
2344                 Unify extended/advanced searches names (and thus factorize labels),
2345                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2346
2347 2006-04-06 [wwp]        2.1.0cvs11
2348
2349         * src/folderview.c
2350         * src/prefs_themes.c
2351         * src/summaryview.c
2352                 Fixed some compilation warnings.
2353
2354 2006-04-06 [colin]      2.1.0cvs10
2355
2356         * manual/advanced.xml
2357                 Document the wizard template and how to deploy
2358                 Sylpheed-Claws effectively
2359
2360 2006-04-06 [colin]      2.1.0cvs9
2361
2362         * src/folderview.c
2363                 gettext patch to tell translators about _("#"),
2364                 by Maxim Britov
2365
2366 2006-04-06 [colin]      2.1.0cvs8
2367
2368         * src/textview.c
2369                 Fix invalid GtkTextBIter after clicking "Display as text"
2370
2371 2006-04-06 [mones]      2.1.0cvs7
2372
2373         * src/addr_compl.c
2374         * src/addrindex.c
2375         * src/addritem.c
2376         * src/codeconv.c
2377         * src/compose.c
2378         * src/filtering.c
2379         * src/folder.c
2380         * src/folder_item_prefs.c
2381         * src/folderview.c
2382         * src/localfolder.c
2383         * src/matcher.c
2384         * src/mimeview.c
2385         * src/prefs_msg_colors.c
2386         * src/prefs_spelling.c
2387         * src/prefs_themes.c
2388         * src/procmime.c
2389         * src/procmsg.c
2390         * src/stock_pixmap.c
2391         * src/summaryview.c
2392         * src/textview.c
2393         * src/toolbar.c
2394         * src/common/mgutils.c
2395         * src/common/prefs.c
2396         * src/common/ssl_certificate.c
2397         * src/gtk/colorlabel.c
2398         * src/gtk/quicksearch.c
2399         * src/plugins/pgpmime/pgpmime.c
2400         * src/plugins/spamassassin/spamassassin.c
2401                 Removed redundant NULL checks for g_free() calls.
2402                 Patch by Pawel Pekala.
2403
2404 2006-04-06 [mones]      2.1.0cvs6
2405
2406         * src/prefs_actions.c
2407         * src/prefs_filtering.c
2408         * src/prefs_filtering_action.c
2409         * src/prefs_matcher.c
2410         * src/prefs_template.c
2411         * src/gtk/gtkutils.c
2412         * src/gtk/gtkutils.h
2413                 Have a nice replace button. Patch by Pawel Pekala
2414
2415 2006-04-06 [colin]      2.1.0cvs5
2416
2417         * src/addressbook.c
2418                 Fix crash with empty columns
2419
2420 2006-04-05 [colin]      2.1.0cvs4
2421
2422         * src/wizard.c
2423         * src/prefs_gtk.c
2424                 Allow wizard customization with pre-filled values
2425
2426 2006-04-05 [colin]      2.1.0cvs3
2427
2428         * src/textview.c
2429         * src/mimeview.c
2430         * src/mimeview.h
2431                 Nicer messages in mimeview
2432
2433 2006-04-05 [colin]      2.1.0cvs2
2434
2435         * src/addressbook.c
2436         * src/prefs_summaries.c
2437                 i18n fix
2438
2439 2006-04-05 [colin]      2.1.0cvs1
2440
2441         * src/plugins/pgpcore/plugin.c
2442         * src/plugins/pgpcore/select-keys.c
2443         * src/plugins/pgpcore/select-keys.h
2444         * src/plugins/pgpcore/sgpgme.c
2445         * src/plugins/pgpcore/sgpgme.h
2446         * src/plugins/pgpinline/pgpinline.c
2447         * src/plugins/pgpinline/plugin.c
2448         * src/plugins/pgpmime/pgpmime.c
2449         * src/plugins/pgpmime/plugin.c
2450                 Factorize and generalize a bit 
2451                 Drop S/MIME signature verification from PGP/MIME
2452                 (adding it as another, more complete plugin)
2453
2454 2006-04-05 [paul]       2.1.0
2455
2456         2.1.0 released
2457
2458 2006-04-05 [paul]       2.0.0cvs186
2459
2460         * manual/advanced.xml
2461                 add info on colour labels
2462
2463 2006-04-05 [paul]       2.0.0cvs185
2464
2465         * po/bg.po
2466         * po/cs.po
2467         * po/de.po
2468         * po/el.po
2469         * po/en_GB.po
2470         * po/fi.po
2471         * po/fr.po
2472         * po/it.po
2473         * po/nl.po
2474         * po/pl.po
2475         * po/pt_BR.po
2476         * po/sr.po
2477         * po/zh_CN.po
2478                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2479                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2480                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2481                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2482         * src/gtk/authors.h
2483         * tools/claws.i18n.status.pl
2484                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2485                 and new Czech translator, Tim <timbrain@post.cz>
2486
2487 2006-04-05 [mones]      2.0.0cvs184
2488
2489         * po/es.po
2490                 Updated translation
2491
2492 2006-04-05 [colin]      2.0.0cvs183
2493
2494         * src/gtk/quicksearch.c
2495                 Fix bug #929 (unnecessary reload in quick search bar)
2496
2497 2006-04-05 [colin]      2.0.0cvs182
2498
2499         * src/compose.c
2500                 Fix crash on Reply with no From:
2501                 Show signature and conversion error on queuing 
2502                 (but not sending)
2503         * src/mainwindow.c
2504         * src/summaryview.c
2505         * src/summaryview.h
2506                 Factorize threading code and make sure msginfo 
2507                 is not null when it comes from a GtkCTreeRow's 
2508                 data
2509         * src/gtk/gtkaspell.c
2510                 Check for necessary things
2511         * src/gtk/gtksctree.c
2512         * src/gtk/gtksctree.h
2513                 Reset anchor if necessary when removing node
2514
2515 2006-03-29 [colin]      2.0.0cvs181
2516
2517         * src/folderview.c
2518                 Warn for disabled IMAP accounts (due to lack of
2519                 libetpan). Breaks string-freeze - sorry - but it
2520                 is kind of important ;)
2521
2522 2006-03-28 [colin]      2.0.0cvs180
2523
2524         * src/gtk/gtkutils.c
2525         * src/gtk/gtkutils.h
2526                 Add a gtkut_get_link_btn() function that
2527                 creates a button which acts like an URI
2528         * src/prefs_themes.c
2529         * src/gtk/about.c
2530                 Use this function (factorizes codes)
2531         * src/common/defs.h
2532         * src/gtk/pluginwindow.c
2533                 Add a "Get more..." in the plugins window
2534
2535 2006-03-28 [colin]      2.0.0cvs179
2536
2537         * src/common/smtp.c
2538         * src/common/passcrypt.c
2539         * src/undo.c
2540                 Warning fixes. Patch by Pawel Pekala
2541
2542 2006-03-27 [colin]      2.0.0cvs178
2543
2544         * src/undo.c
2545                 Fix undoing by blocks with spaces
2546
2547 2006-03-27 [colin]      2.0.0cvs177
2548
2549         * src/textview.c
2550                 Set margin to 3px for headers
2551
2552 2006-03-27 [paul]
2553
2554         2.1.0-rc2 released
2555
2556 2006-03-27 [wwp]        2.0.0cvs176
2557
2558         * src/summaryview.c
2559                 don't reset quicksearch when updating the message list.
2560                 Thanks to Colin.
2561
2562 2006-03-26 [wwp]        2.0.0cvs175
2563
2564         * src/compose.c
2565                 use a unified border width ('other' tab in the compose window,
2566                 patch by Pawel Pekala).
2567
2568
2569 2006-03-26 [wwp]        2.0.0cvs174
2570
2571         * src/common/quoted-printable.c
2572         * src/addressbook.c
2573                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2574
2575 2006-03-26 [colin]      2.0.0cvs173
2576
2577         * src/quote_fmt_parse.y
2578                 Fix non-UTF8 date formats messing up the whole quote a 
2579                 little bit
2580
2581 2006-03-26 [colin]      2.0.0cvs172
2582
2583         * src/procheader.c
2584                 Make sure the date is UTF8 valid, or try to make it
2585                 so. IncrediMail is really IncrediStupid.
2586         * src/compose.c
2587                 Fix possible conversions. 
2588                 
2589
2590 2006-03-26 [colin]      2.0.0cvs171
2591
2592         * src/matcher.c
2593                 Fix corner cases in body search. This is still a
2594                 hack... It seems impossible to make it good and 
2595                 reasonably fast at the same time.
2596
2597 2006-03-26 [colin]      2.0.0cvs170
2598
2599         * src/summaryview.c
2600                 I think I killed the twilight zone bug!
2601                 summary_select_node() flushes GTK events in order
2602                 to be able to center the view. But this also 
2603                 flushes keypresses like Ctrl-Alt-U, so this can
2604                 call summary_show from summary_select_node (itself
2605                 called from summary_show, etc.). And the summaryview
2606                 has to be unlocked in this function. So just locking
2607                 while processing GTK events, and bailing if locked, 
2608                 should fix it.
2609                 Fixes bug #927 (SIGSEGV during Update Summary)
2610
2611 2006-03-25 [colin]      2.0.0cvs169
2612
2613         * src/matcher.c
2614                 Fix search in QP-encoded bodies
2615                 Fix utf-8 searches in bodies encoded in the
2616                 locale's encoding
2617         * src/common/quoted-printable.c
2618         * src/common/quoted-printable.h
2619                 Add a decode function that doesn't overwrite
2620                 the original pointer
2621                 
2622
2623 2006-03-24 [colin]      2.0.0cvs168
2624
2625         * src/action.c
2626         * src/summaryview.c
2627         * src/summaryview.h
2628                 Update message cache after action
2629                 Patch by H. Merijn Brand
2630         * src/prefs_msg_colors.c
2631                 Factorize label 
2632                 Patch by Fabien Vantard
2633         * src/plugins/spamassassin/spamassassin_gtk.c
2634                 Remove useless translation
2635                 Patch by Fabien Vantard
2636
2637 2006-03-23 [colin]      2.0.0cvs167
2638
2639         * src/common/ssl.c
2640                 Let 30 seconds to SSL_connect
2641
2642 2006-03-23 [wwp]        2.0.0cvs166
2643
2644         * src/summaryview.c
2645         * src/gtk/description_window.c
2646                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2647                 and headers are translated; adjust description windows' width to fit their
2648                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2649
2650 2006-03-23 [paul]       2.0.0cvs165
2651
2652         * src/common/utils.c
2653                 fix highlighting of URIs containing "()"
2654                 (2.0.0cvs164's reversal fixed)
2655                 Thanks to Colin.
2656
2657 2006-03-23 [paul]       2.0.0cvs164
2658
2659         * src/common/utils.c
2660                 revert patch, (postponing a fix), at 2.0.0cvs120
2661                 as it breaks more URIs than it fixes.
2662                 Allow '-' to be a terminating character in a URI
2663
2664 2006-03-22 [colin]      2.0.0cvs163
2665
2666         * configure.ac
2667                 Require libetpan 0.45
2668                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2669
2670 2006-03-22 [paul]       2.0.0cvs162
2671
2672         * src/editgroup.c
2673                 replace '<-' and '->' buttons with GTK_STOCK graphical
2674                 buttons
2675         * src/summary_search.c
2676                 don't offer '...' for translation
2677                 add a tooltip to advanced search '...' button
2678         * src/gtk/quicksearch.c
2679                 don't offer '...' for translation
2680
2681 2006-03-21 [colin]      2.0.0cvs161
2682
2683         * src/compose.c
2684                 Fix middle-click pasting (insert at click
2685                 position instead of cursor position, don't
2686                 remove existing selection and allow pasting
2687                 our own selection)
2688         * src/addressbook.c
2689                 "LDAP Server" -> "LDAP servers"
2690
2691 2006-03-21 [wwp]        2.0.0cvs160
2692
2693         * src/etpan/imap-thread.c
2694                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2695
2696 2006-03-20 [colin]      2.0.0cvs159
2697
2698         * src/summaryview.c
2699                 Don't reload summaryview after an execute with no
2700                 move action
2701
2702 2006-03-19 [colin]      2.0.0cvs158
2703
2704         * src/addressbook.c
2705                 and put groups at the top, always
2706
2707 2006-03-19 [colin]      2.0.0cvs157
2708
2709         * src/addressbook.c
2710                 Order groups before names, as previously
2711
2712 2006-03-19 [colin]      2.0.0cvs156
2713
2714         * src/addressbook.c
2715                 - Sort case-unsensitive
2716                 - Put the sort arrow at opening too
2717
2718 2006-03-19 [wwp]        2.0.0cvs155
2719
2720         * src/addressbook.c
2721                 allow sorting by name/email/remarks, ensure that right-pane's contents
2722                 matches the left-pane selection (cleared when appropriate).
2723                 Patch by Pawel Pekala <c0rn@o2.pl>.
2724
2725 2006-03-18 [colin]      2.0.0cvs154
2726
2727         * src/textview.c
2728                 Fix text cursor ;)
2729
2730 2006-03-18 [colin]      2.0.0cvs153
2731
2732         * src/gtk/filesel.c
2733                 Make sure we hide the preview if we didn't get
2734                 a filename
2735
2736 2006-03-18 [colin]      2.0.0cvs152
2737
2738         * src/summaryview.c
2739                 Set cursor to watch for execution (fixes lack
2740                 of watch-cursor when dnd'ing hundreds of mails)
2741         * src/gtk/filesel.c
2742                 Check that mime type is 'image/*' before updating
2743                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2744
2745 2006-03-18 [colin]      2.0.0cvs151
2746
2747         * src/mainwindow.c
2748         * src/textview.c
2749         * src/textview.h
2750                 Put a watch cursor in textview too when the mainwindow's
2751                 cursor in a watch
2752
2753 2006-03-18 [colin]      2.0.0cvs150
2754
2755         * src/folder.c
2756                 Change wrong asserts to simple tests
2757
2758 2006-03-17 [colin]      2.0.0cvs149
2759
2760         * src/mainwindow.c
2761         * src/mainwindow.h
2762         * src/prefs_msg_colors.c
2763         * src/summaryview.c
2764         * src/summaryview.h
2765         * src/gtk/colorlabel.c
2766         * src/gtk/colorlabel.h
2767                 Add a color label menu in the main menubar
2768                 Add (fixed) accels Ctrl-{0-7} to change the color
2769                 They have to be fixed because the menu's dynamic,
2770                 the items are complex widgets, hence we can't use
2771                 a GtkItemFactory.
2772
2773
2774 2006-03-17 [wwp]        2.0.0cvs148
2775
2776         * src/compose.c
2777                 rollback few lines from my previous commit (those lines come from
2778                 a pending patch, accidentally commited, even if neutral as they are
2779                 commented out).
2780
2781 2006-03-17 [wwp]        2.0.0cvs147
2782
2783         * src/compose.c
2784                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2785                 applied code style/indentation to the modified function.
2786
2787 2006-03-17 [wwp]        2.0.0cvs146
2788
2789         * src/procmsg.c
2790         * src/compose.c
2791                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2792
2793 2006-03-17 [paul]
2794
2795         2.1.0-rc1 released
2796
2797 2006-03-17 [paul]       2.0.0cvs145
2798
2799         * src/main.c
2800                 addressbook_read_file() was called twice
2801         * src/textview.c
2802                 X-Mailer highlighting
2803
2804 2006-03-16 [colin]      2.0.0cvs144
2805
2806         * src/sourcewindow.c
2807         * src/sourcewindow.h
2808                 And the last one, in source window.
2809
2810 2006-03-16 [colin]      2.0.0cvs143
2811
2812         * src/compose.c
2813         * src/compose.h
2814                 Fix the same stuff in compose
2815
2816 2006-03-16 [colin]      2.0.0cvs142
2817
2818         * src/messageview.c
2819                 Complete the previous messageview crash fix
2820
2821 2006-03-16 [colin]      2.0.0cvs141
2822
2823         * src/procmsg.h
2824         * src/procmsg.c
2825         * src/folder.c
2826                 Fix POSTPROCESSING hook
2827                 Patch by H. Merijn Brand
2828
2829         * src/procmime.c
2830         * src/procmime.h
2831                 Parse Content-Location
2832
2833         * src/toolbar.c
2834         * src/messageview.c
2835         * src/messageview.h
2836                 Don't crash when a top-level MessageView has
2837                 been closed on us. Same problematic than
2838                 yesterday's quicksearch issue.
2839
2840 2006-03-15 [colin]      2.0.0cvs140
2841
2842         * src/gtk/quicksearch.c
2843                 Fix a bitchy race we didn't think about when we
2844                 added quicksearch cancellation:
2845                 If the search is not on cached fields, for example
2846                 body_part matchcase "stuff"
2847                 the matcher code has to get the whole message. If
2848                 we're on IMAP, that can be slow, and in order to
2849                 be non-blocking, the IMAP code idle loop processes
2850                 gtk events too. So it is possible to cancel a
2851                 quicksearch while the matcher is getting the mail's
2852                 body. After matcher got its body, it will start to
2853                 iterate over the matcher list that the Quicksearch's
2854                 clear_search_cb() just freed via prepare_matcher().
2855                 SIGSEGV ensues.
2856                 The fix consists of guarding the matcherlist_match()
2857                 call with a boolean 'matching'. If we reset the
2858                 quicksearch while matching is TRUE, we don't free
2859                 the matcherlist anymore like we did, but we set
2860                 another new flag, deferred_free, to TRUE. Then,
2861                 in quicksearch_match(), just after returning from
2862                 matcherlist_match() and unsetting the matching flag,
2863                 we check the deferred_free flag and do the
2864                 prepare_matcher() (which does the matcherlist_free)
2865                 for real, so we free the matcherlist once it's not
2866                 used anymore.
2867                 As all of this runs via the glib main loop, we
2868                 luckily don't need a mutex.
2869         * src/summaryview.c
2870                 Also, show progress while searching.
2871
2872
2873 2006-03-14 [colin]      2.0.0cvs139
2874
2875         * src/alertpanel.c
2876                 Make alertpanel_is_open non-static
2877
2878 2006-03-14 [colin]      2.0.0cvs138
2879
2880         * src/prefs_spelling.c
2881                 Cleanups - Fabien Vantard
2882
2883 2006-03-14 [wwp]        2.0.0cvs137
2884
2885         * src/main.c
2886                 code style normalization (curly braces, indentation).
2887
2888 2006-03-14 [wwp]        2.0.0cvs137
2889
2890         * src/main.c
2891                 code style (braces, indentation)
2892
2893 2006-03-12 [paul]       2.0.0cvs136
2894
2895         * src/prefs_common.c
2896                 trans_hdr defaults to FALSE to be RFC-savvy
2897         * src/prefs_summaries.c
2898                 add a tooltip to the trans_hdr option
2899                 
2900
2901 2006-03-12 [paul]       2.0.0cvs135
2902
2903         * src/prefs_matcher.c
2904                 give a little more width to the combos
2905         * src/prefs_display_header.c
2906         * src/textview.c
2907                 translate headers if prefs_common.trans_hdr
2908                 is TRUE
2909
2910         Patches by Pawel Pekala
2911
2912 2006-03-12 [paul]       2.0.0cvs134
2913
2914         * src/plugins/clamav/clamav_plugin.c
2915         * src/plugins/dillo_viewer/dillo_viewer.c
2916         * src/plugins/pgpcore/plugin.c
2917         * src/plugins/pgpinline/plugin.c
2918         * src/plugins/pgpmime/plugin.c
2919         * src/plugins/spamassassin/spamassassin.c
2920                 update/add to descriptions
2921         * src/plugins/spamassassin/spamassassin_gtk.c
2922                 fixes to the english, remove superfluous
2923                 tooltips, clean up a little
2924
2925 2006-03-12 [paul]       2.0.0cvs133
2926
2927         * src/compose.c
2928                 fix Bug 924, 'Account combo box shows up wrong 
2929                 if & is in account name'
2930
2931 2006-03-11 [colin]      2.0.0cvs132
2932
2933         * src/summaryview.c
2934                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2935                 messed up shift-selection because is slows down
2936                 moving around summaryview. thanks -users
2937
2938 2006-03-10 [colin]      2.0.0cvs131
2939
2940         * src/plugins/spamassassin/spamassassin_gtk.c
2941                 Put back Paul's engrish fixes
2942
2943 2006-03-10 [colin]      2.0.0cvs130
2944
2945         * src/plugins/spamassassin/spamassassin.c
2946         * src/plugins/spamassassin/spamassassin.h
2947         * src/plugins/spamassassin/spamassassin_gtk.c
2948                 Cleanup SA prefs page (more)
2949                 Patch by Fabien Vantard
2950
2951 2006-03-10 [paul]       2.0.0cvs129
2952
2953         * src/prefs_msg_colors.c
2954         * src/prefs_spelling.c
2955                 widget sensitivity
2956
2957 2006-03-09 [mones]      2.0.0cvs128
2958
2959         * po/es.po
2960                 Update for next RC
2961
2962 2006-03-09 [wwp]        2.0.0cvs127
2963
2964         * configure.ac
2965                 revert accidental commit (requirement for libetpan 0.43), this time
2966                 not in HEAD.
2967
2968 2006-03-09 [wwp]        2.0.0cvs125
2969
2970         * configure.ac
2971                 revert accidental commit (requirement for libetpan 0.43)
2972
2973 2006-03-09 [paul]       2.0.0cvs126
2974
2975         * src/prefs_receive.c
2976                 remove useless frame
2977                 replace 'incorporation' with 'receiving'
2978         * src/plugins/clamav/clamav_plugin_gtk.c
2979         * src/plugins/spamassassin/spamassassin_gtk.c
2980                 improve widget sensitivity
2981                 fix a bit his engrish
2982
2983 2006-03-09 [wwp]        2.0.0cvs125
2984
2985         * src/addressadd.c
2986         * src/foldersel.c
2987         * src/prefs_common.c
2988         * src/prefs_common.h
2989                 remember some more windows' sizes (add to addressbook and
2990                 select folder).
2991
2992 2006-03-09 [paul]       2.0.0cvs124
2993
2994         * src/plugins/pgpcore/prefs_gpg.c
2995                 normalise construction of dialogue
2996
2997 2006-03-09 [paul]       2.0.0cvs123
2998
2999         * src/plugins/trayicon/Makefile.am
3000                 add missing slash
3001
3002 2006-03-08 [colin]      2.0.0cvs122
3003
3004         * src/plugins/trayicon/Makefile.am
3005                 Fix build in separate dir 
3006                 Patch by Bamanzi <bamanzi@gmail.com>
3007
3008 2006-03-08 [colin]      2.0.0cvs121
3009
3010         * src/procmsg.c
3011                 Batch move and copies from summaryview with delayed execution
3012                 too
3013
3014 2006-03-07 [paul]       2.0.0cvs120
3015
3016         * src/common/utils.c
3017                 fix highlighting of URIs containing "()"
3018                 Patch by Pawel Pekala
3019
3020 2006-03-07 [paul]       2.0.0cvs119
3021
3022         * src/folder.c
3023         * src/folder.h
3024         * src/folderview.c
3025                 immediately do alphabetical resort when
3026                 changing a folder's name
3027                 Patch by Pawel Pekala
3028
3029 2006-03-07 [paul]       2.0.0cvs118
3030
3031         * src/news.c
3032         * src/news_gtk.c
3033                 when unsubscribing a newsgroup, remove the
3034                 folder and msgs in .sylpheed-claws/newscache
3035                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3036
3037 2006-03-07 [paul]       2.0.0cvs117
3038
3039         * src/textview.c
3040                 fix wrong Fake URL Warning
3041                 Thanks to Hiro
3042
3043 2006-03-07 [colin]      2.0.0cvs116
3044
3045         * src/imap.c
3046                 Return immediately when password dialog was
3047                 cancelled
3048         * src/gtk/inputdialog.c
3049                 Allow empty strings for passwords
3050
3051
3052 2006-03-06 [colin]      2.0.0cvs115
3053
3054         * src/imap.c
3055                 Prevent double-timeouts when connection fails
3056
3057 2006-03-06 [colin]
3058
3059         2.0.1-rc1 released
3060
3061 2006-03-06 [colin]      2.0.0cvs114
3062
3063         * src/imap.c
3064                 Refresh session during potentially long
3065                 operations
3066
3067 2006-03-06 [wwp]        2.0.0cvs113
3068
3069         * src/prefs_msg_colors.h
3070                 forgot that one (custom color labels).
3071
3072 2006-03-06 [wwp]        2.0.0cvs112
3073
3074         * src/prefs_common.c
3075         * src/prefs_common.h
3076         * src/prefs_msg_colors.c
3077         * src/summaryview.c
3078         * src/summaryview.h
3079         * src/gtk/colorlabel.c
3080         * src/gtk/colorlabel.h
3081                 colors in messages list are now customizable. Color values and names can
3082                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3083                 Thanks to Paul and Colin for their help with this longstanding patch!
3084
3085 2006-03-06 [wwp]        2.0.0cvs111
3086
3087         * src/textview.c
3088                 don't crash if (x)face is bad.
3089
3090 2006-03-05 [paul]       2.0.0cvs110
3091
3092         * AUTHORS
3093         * configure.ac
3094         * src/Makefile.am
3095         * src/common/Makefile.am
3096         * src/common/utils.h
3097         * src/etpan/imap-thread.c
3098         * src/gtk/authors.h
3099         * src/plugins/clamav/Makefile.am
3100         * src/plugins/demo/Makefile.am
3101         * src/plugins/dillo_viewer/Makefile.am
3102         * src/plugins/pgpcore/Makefile.am
3103         * src/plugins/pgpcore/passphrase.c
3104         * src/plugins/pgpinline/Makefile.am
3105         * src/plugins/pgpmime/Makefile.am
3106         * src/plugins/spamassassin/Makefile.am
3107         * src/plugins/trayicon/Makefile.am
3108                 fix builiding on cygwin
3109                 Patch by Ralgh Young <bamanzi@gmail.com>
3110
3111 2006-03-04 [wwp]        2.0.0cvs109
3112
3113         * manual/keyboard.xml
3114                 fix mixed up/down keys.
3115
3116 2006-03-04 [wwp]        2.0.0cvs108
3117
3118         * README
3119         * INSTALL
3120                 updated links to SpamAssassin.
3121
3122 2006-03-04 [wwp]        2.0.0cvs107
3123
3124         * manual/plugins.xml
3125         * src/plugins/spamassassin/README
3126                 updated SpamAssassin plugin docs to reflect new functional additions
3127                 (also fix/update/documents few technical stuff more, see the README).
3128
3129 2006-03-04 [wwp]        2.0.0cvs106
3130
3131         * src/prefs_message.c
3132                 normalized capitalization of message-prefs paths.
3133
3134 2006-03-04 [wwp]        2.0.0cvs105
3135
3136         * manual/advanced.xml
3137                 typo.
3138
3139 2006-03-03 [colin]      2.0.0cvs104
3140
3141         * src/plugins/clamav/clamav_plugin_gtk.c
3142                 Rework prefs page, patch by Fabien 
3143
3144 2006-03-03 [colin]      2.0.0cvs103
3145
3146         * src/plugins/clamav/clamav_plugin.c
3147                 Set error on all errors
3148
3149 2006-03-03 [colin]      2.0.0cvs102
3150
3151         * src/common/plugin.c
3152                 Initialize error to avoid crashing when a plugin fails
3153                 without setting error
3154
3155 2006-03-02 [wwp]        2.0.0cvs101
3156
3157         * configure.ac
3158                 fixed linker flags for libetpan support on Cygwin
3159                 (thanks to H.Merijn Brand).
3160
3161 2006-03-02 [wwp]        2.0.0cvs100
3162
3163         * src/addressbook.c
3164                 fix some AB error messages: one for punctuation and
3165                 one wrongly duplicate (thanks, maxbritov).
3166
3167 2006-03-02 [wwp]        2.0.0cvs99
3168
3169         * src/plugins/spamassassin/spamassassin.c
3170                 make sync calls to sa-learn/spamc to prevent
3171                 system (whatever local or client/server) overload.
3172
3173 2006-03-02 [colin]      2.0.0cvs98
3174
3175         * src/summaryview.c
3176                 Put the spam icon in the status column instead of the
3177                 mark one
3178
3179 2006-03-01 [colin]      2.0.0cvs97
3180
3181         * src/plugins/spamassassin/spamassassin.c
3182                 Fix segfault (g_file_set_contents fails for some 
3183                 reason and err==0x2f. Can't find out why with
3184                 valgrind, using working function :-)
3185
3186 2006-03-01 [colin]      2.0.0cvs96
3187
3188         * src/inc.c
3189                 Offline overriding: let 'No' be cached only 3 seconds
3190
3191 2006-03-01 [colin]      2.0.0cvs95
3192
3193         * src/addr_compl.c
3194         * src/addrbook.c
3195         * src/addressbook.c
3196         * src/addrindex.c
3197         * src/folder_item_prefs.c
3198         * src/headerview.c
3199         * src/imap.c
3200         * src/inc.c
3201         * src/ldif.c
3202         * src/mainwindow.c
3203         * src/mh.c
3204         * src/msgcache.c
3205         * src/prefs_common.h
3206         * src/prefs_msg_colors.c
3207         * src/procheader.c
3208         * src/procheader.h
3209         * src/procmime.c
3210         * src/procmsg.c
3211         * src/procmsg.h
3212         * src/send_message.h
3213         * src/simple-gettext.c
3214         * src/summaryview.c
3215         * src/summaryview.h
3216         * src/syldap.c
3217         * src/textview.c
3218         * src/undo.c
3219         * src/common/ssl_certificate.c
3220         * src/common/utils.c
3221         * src/gtk/colorsel.c
3222         * src/gtk/gtksctree.c
3223         * src/gtk/gtkshruler.c
3224         * src/plugins/trayicon/trayicon.c
3225                 #if 0 goes to /dev/null
3226
3227 2006-03-01 [colin]      2.0.0cvs94
3228
3229         * src/compose.c
3230         * src/imap.c
3231         * src/inc.c
3232         * src/inc.h
3233         * src/messageview.c
3234         * src/news.c
3235         * src/plugins/spamassassin/spamassassin.c
3236                 Allow to add information in the "working offline"
3237                 window
3238
3239 2006-03-01 [wwp]        2.0.0cvs93
3240
3241         * src/plugins/spamassassin/spamassassin.c
3242                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3243                 'cause it seems that calling `spamc ... < inputfile` with
3244                 g_spawn_(a)sync simply.. erm doesn't work :-).
3245
3246 2006-03-01 [wwp]        2.0.0cvs92
3247
3248         * src/toolbar.c
3249         * src/toolbar.h
3250                 simplify the adding of spam/ham button to the messageview toolbar
3251                 (it gets more clear now that the same button will be "Mark as spam"
3252                 or "Mark as ham" according to the current message status,
3253                 thanks to Colin).
3254
3255 2006-03-01 [wwp]        2.0.0cvs91
3256
3257         * src/messageview.c
3258         * src/procmsg.c
3259         * src/procmsg.h
3260         * src/summaryview.c
3261         * src/plugins/spamassassin/spamassassin.c
3262         * src/plugins/spamassassin/spamassassin.h
3263                 make learner callbacks return a status (0 for ok),
3264                 handle it in main code to avoid setting flags when learning failed,
3265                 don't learn on TCP if offline in spamassassin,
3266                 thanks to Colin.
3267
3268                 
3269
3270 2006-03-01 [wwp]        2.0.0cvs90
3271
3272         * src/compose.c
3273                 some work around the compose window's account menu,
3274                 patch by Fabien Vantard.
3275
3276 2006-03-01 [wwp]        2.0.0cvs89
3277
3278         * src/plugins/spamassassin/spamassassin.c
3279                 fixed bad logics, was using spamc in local mode and sa-learn
3280                 in remote mode (thanks, Colin).
3281
3282 2006-03-01 [wwp]        2.0.0cvs88
3283
3284         * src/plugins/spamassassin/spamassassin.c
3285         * src/plugins/spamassassin/spamassassin.h
3286         * src/plugins/spamassassin/spamassassin_gtk.c
3287                 made processing of emails w/ sa-plugin an option (default is TRUE),
3288                 fixed Engrish some tooltips, capitalization of some debug messages
3289                 and warnings. The spamassassin plugin now provides two separate
3290                 services: process emails upon incorporation and spamd training.
3291                 Both services (un)register independently but use some common
3292                 plugin settings (transport settings, spam storage location).
3293
3294 2006-02-28 [wwp]        2.0.0cvs87
3295
3296         * src/plugins/spamassassin/spamassassin.c
3297                 fix async flag to spamc cmdline execution (batch exec should
3298                 be asynchronous).
3299
3300 2006-02-27 [wwp]        2.0.0cvs86
3301
3302         * src/plugins/spamassassin/spamassassin.c
3303         * src/plugins/spamassassin/spamassassin.h
3304         * src/plugins/spamassassin/spamassassin_gtk.c
3305                 - added the ability to learn a remote spamassassin server (spamd),
3306                 using spamc.
3307                 - added the spamassassin option 'username', that applies to all
3308                 spamassassin operations (filtering, learning, local or remote).
3309                 The default username is the current unix user (if left blank
3310                 from gtk prefs or config file).
3311                 - commented out some unused code (notebook widget), removed unused
3312                 layout (hbox1).
3313                 - make more widgets sensitive to the transport type.
3314
3315 2006-02-27 [colin]      2.0.0cvs85
3316
3317         * src/plugins/spamassassin/spamassassin.c
3318                 Fix sa-learn call when offline
3319
3320 2006-02-27 [colin]      2.0.0cvs84
3321
3322         * configure.ac
3323         * src/Makefile.am
3324         * src/mainwindow.c
3325         * src/mainwindow.h
3326         * src/messageview.c
3327         * src/messageview.h
3328         * src/prefs_toolbar.c
3329         * src/procmsg.c
3330         * src/stock_pixmap.c
3331         * src/stock_pixmap.h
3332         * src/summaryview.c
3333         * src/toolbar.c
3334         * src/toolbar.h
3335         * src/pixmaps/ham_btn.xpm
3336         * src/pixmaps/spam.xpm
3337         * src/pixmaps/spam_btn.xpm
3338         * src/plugins/spamassassin/spamassassin.c
3339                 Add button in toolbar for spam learning
3340                 Fix a few bugs from the last related commit
3341                 Revert 1.9.6cvs23 which messed up shift-selection
3342
3343 2006-02-24 [colin]      2.0.0cvs83
3344
3345         * src/procmsg.c
3346         * src/summaryview.c
3347         * src/summaryview.h
3348         * src/plugins/spamassassin/spamassassin.c
3349         * src/plugins/spamassassin/spamassassin.h
3350         * src/plugins/spamassassin/spamassassin_gtk.c
3351                 Unregister learner when spamassassin is either
3352                 disabled or over tcp
3353
3354 2006-02-24 [colin]      2.0.0cvs82
3355
3356         * src/Makefile.am
3357         * src/mainwindow.c
3358         * src/mainwindow.h
3359         * src/procmsg.c
3360         * src/procmsg.h
3361         * src/stock_pixmap.c
3362         * src/stock_pixmap.h
3363         * src/summaryview.c
3364         * src/summaryview.h
3365         * src/gtk/icon_legend.c
3366         * src/pixmaps/spam.xpm  ** NEW FILE **
3367         * src/plugins/spamassassin/spamassassin.c
3368         * src/plugins/spamassassin/spamassassin_gtk.c
3369                 Add spam learning interface (Mark/Mark as 
3370                 (spam|ham) menus)
3371
3372 2006-02-24 [wwp]        2.0.0cvs81
3373
3374         * src/compose.c
3375         * src/compose.h
3376         * src/filtering.c
3377                 hide compose window when sending message in batch mode
3378                 (filtering: forward and redirect). Also fixed a wrong
3379                 value returned when sending failed, neutral anyway.
3380                 (Colin, me) 
3381
3382 2006-02-24 [wwp]        2.0.0cvs80
3383
3384         * src/mainwindow.c
3385                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3386
3387 2006-02-24 [paul]       2.0.0cvs79
3388
3389         * src/news.c
3390         * src/news.h
3391         * src/news_gtk.c
3392                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3393                 Thanks to Colin
3394
3395 2006-02-23 [colin]      2.0.0cvs78
3396
3397         * src/alertpanel.c
3398                 Change OK to Close in alertpanel with View log
3399                 button; add accel to View log. Patch by Fabien
3400                 Vantard
3401
3402 2006-02-23 [wwp]        2.0.0cvs77
3403
3404         * src/compose.c
3405                 silly me, there were much more tests to perform, since toolbars can
3406                 really have down to 1 element only.
3407
3408 2006-02-23 [wwp]        2.0.0cvs76
3409
3410         * commitHelper
3411                 fixed indentation from my previous commit. Fallback to VISUAL if
3412                 EDITOR is not set (and to vi, at last resort).
3413
3414 2006-02-23 [wwp]        2.0.0cvs75
3415
3416         * commitHelper
3417                 improved error detection (Colin, me).
3418
3419 2006-02-23 [wwp]        2.0.0cvs74
3420
3421         * src/prefs_toolbar.c
3422                 simplify and fix prefs/toolbars layouting. Combos' contents can
3423                 now be really displayed.
3424
3425 2006-02-23 [wwp]        2.0.0cvs73
3426         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3427         be really displayed.
3428
3429 2006-02-22 [wwp]        2.0.0cvs72
3430
3431         * src/compose.c
3432                 fix a typo in my previous commit (sorry!).
3433
3434 2006-02-22 [wwp]        2.0.0cvs71
3435
3436         * src/prefs_toolbar.c
3437                 fix a crash when adding separators to toolbars,
3438                 also fix some separator item information.
3439
3440 2006-02-22 [wwp]        2.0.0cvs70
3441
3442         * src/compose.c
3443                 fix a crash when redirecting (for instance) when compose window's
3444                 toolbar contents has been customized (when some buttons have been
3445                 removed in fact).
3446
3447 2006-02-21 [wwp]        2.0.0cvs69
3448
3449         * src/summaryview.c
3450         * src/gtk/pluginwindow.c
3451         * src/plugins/pgpcore/prefs_gpg.c
3452                 fix some compilation warnings (feat. remains of removed code).
3453
3454 2006-02-21 [wwp]        2.0.0cvs68
3455
3456         * src/gtk/gtkutils.c
3457                 fix two compilation issues, thanks to Stephan Sachse.
3458
3459 2006-02-20 [colin]      2.0.0cvs67
3460
3461         * src/mainwindow.c
3462                 Don't reselect displayed mail on refocus
3463                 This fixes actions misbehaving 
3464
3465 2006-02-20 [wwp]        2.0.0cvs66
3466
3467         * src/summaryview.c
3468         * src/gtk/gtksctree.c
3469         * src/gtk/gtkshruler.c
3470                 changed more runtime typecast checks.
3471
3472 2006-02-20 [wwp]        2.0.0cvs65
3473
3474         * src/summary_search.c
3475                 find all - summaryview refresh issue fixed, thanks to Colin.
3476
3477 2006-02-20 [wwp]        2.0.0cvs64
3478
3479         * src/gtk/gtkutils.c
3480                 better runtime typecast checks.
3481
3482 2006-02-20 [wwp]        2.0.0cvs63
3483
3484         * src/summary_search.c
3485                 enhancements to the summary search:
3486                         - add the ability to stop the running search
3487                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3488                         - don't search if no criteria (From/To/Subject/Body) is set
3489                         - ensure that a busy mouse pointer is always shown when searching,
3490                           show it even a bit earlier
3491
3492 2006-02-19 [colin]      2.0.0cvs62
3493
3494         * src/compose.c
3495         * src/imap.c
3496         * src/etpan/imap-thread.c
3497         * src/etpan/imap-thread.h
3498                 (Future) IMAP speed improvement on sending
3499                 Will require a libetpan update
3500         * src/summaryview.c
3501         * src/gtk/quicksearch.c
3502                 Make quicksearch clearable while running.
3503
3504 2006-02-17 [colin]      2.0.0cvs61
3505
3506         * src/imap.c
3507         * src/etpan/imap-thread.c
3508         * src/etpan/imap-thread.h
3509                 Check for IMAP certificates
3510                 ** Requires libetpan-0.42-cvs4 
3511                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3512
3513 2006-02-17 [colin]      2.0.0cvs60
3514
3515         * src/messageview.c
3516         * src/prefs_common.c
3517         * src/prefs_common.h
3518         * src/prefs_message.c
3519                 Add pref to display HTML-only mails with plugin, 
3520                 if possible (defaulting to FALSE of course).
3521
3522 2006-02-16 [colin]      2.0.0cvs59
3523
3524         * src/main.c
3525         * src/common/plugin.c
3526         * src/common/plugin.h
3527         * src/gtk/pluginwindow.c
3528                 Keep track of requested (but unloaded) plugins
3529                 in some error cases.
3530
3531 2006-02-16 [wwp]        2.0.0cvs58
3532
3533         * src/gtk/gtkaspell.c
3534         * src/gtk/gtkaspell.h
3535         * src/prefs_spelling.c
3536         * src/compose.c
3537         * src/prefs_common.c
3538         * src/prefs_common.h
3539                 implemented new optional spellchecker behaviour: re-check message when
3540                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3541
3542 2006-02-16 [wwp]        2.0.0cvs57
3543
3544         * src/quote_fmt_parse.y
3545                 pclose popen'ed pipe.
3546
3547 2006-02-15 [colin]      2.0.0cvs56
3548
3549         * src/mimeview.c
3550         * src/mimeview.h
3551                 Let MimeViewers know which MimeView they
3552                 depend of.
3553         * src/summaryview.c
3554                 Swap From/To columns in Sent/Queue/Drafts
3555                 folders
3556         * src/etpan/imap-thread.c
3557                 Use mailstream_low_tls_open() for STARTTLS
3558                 instead of mailstream_low_ssl_open()
3559                 ** REQUIRES libetpan 0.42cvs3 **
3560
3561 2006-02-15 [wwp]        2.0.0cvs55
3562
3563         * src/compose.c
3564         * src/compose.h
3565         * src/message_search.c
3566         * src/message_search.h
3567         * src/textview.c
3568         * src/gtk/gtkutils.c
3569         * src/gtk/gtkutils.h
3570                 added the ability to Find text in the compose window (and a bit
3571                 of code factorization).
3572
3573 2006-02-15 [wwp]        2.0.0cvs54
3574
3575         * src/prefs_gtk.c
3576                 yet another one file was missing (fix for some widgets' sensitivity).
3577                 Thanks Colin!
3578
3579 2006-02-15 [wwp]        2.0.0cvs53
3580
3581         * src/prefs_gtk.h
3582                 oops forgot that file (fix for some widgets' sensitivity).
3583
3584 2006-02-15 [wwp]        2.0.0cvs52
3585
3586         * src/summary_search.c
3587                 implemented advanced summary search options (added the ability
3588                 to use matcher conditions in an advanced search mode).
3589
3590 2006-02-15 [wwp]        2.0.0cvs51
3591
3592         * src/plugins/pgpcore/prefs_gpg.c
3593         * src/prefs_account.c
3594                 fix some widget sensitivity, mostly around some labels in
3595                 account prefs.
3596
3597 2006-02-15 [paul]       2.0.0cvs50
3598
3599         * manual/advanced.xml
3600                 improve Templates info
3601                 written by wwp
3602
3603 2006-02-14 [colin]      2.0.0cvs49
3604
3605         * src/pixmaps/address_book.xpm
3606         * src/pixmaps/preferences.xpm
3607         * src/pixmaps/properties.xpm
3608                 Fix pixmap size - patch by Fabien Vantard
3609
3610 2006-02-13 [colin]      2.0.0cvs48
3611
3612         * src/procmime.c
3613                 Add missing fclose()s on error
3614         * src/textview.c
3615                 Remove unused code
3616         * src/common/utils.c
3617                 Fix temp files not being deleted on windows
3618         Patches by Thomas Gilgin
3619
3620 2006-02-13 [colin]      2.0.0cvs47
3621
3622         * src/mainwindow.c
3623                 Fix exit crash
3624
3625 2006-02-13 [wwp]        2.0.0cvs46
3626
3627         * src/plugins/pgpcore/prefs_gpg.c
3628                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3629
3630 2006-02-12 [colin]      2.0.0cvs45
3631
3632         * src/folderview.c
3633         * src/main.c
3634         * src/mainwindow.c
3635                 Fix "stuff" when quitting
3636
3637 2006-02-12 [wwp]        2.0.0cvs44
3638
3639         * src/prefs_themes.c
3640                 fix typos in debug messages.
3641
3642 2006-02-11 [colin]      2.0.0cvs43
3643
3644         * src/summaryview.c
3645                 don't allow drag/drop from ourself
3646
3647 2006-02-10 [wwp]        2.0.0cvs42
3648
3649         * src/exporthtml.c
3650         * src/html.c
3651         * src/html.h
3652         * src/procmime.c
3653         * src/textview.c
3654                 renamed html_ prefixed functions and data structures to avoid
3655                 namespace clashes w/ other software (gtkhtml2 for instance).
3656                 Closes bug #907.
3657
3658
3659 2006-02-09 [colin]      2.0.0cvs41
3660
3661         * src/summaryview.c
3662                 Fix shitty logic messed up. Thanks Ticho for the hint!
3663
3664 2006-02-09 [wwp]        2.0.0cvs40
3665
3666         * src/gtk/about.c
3667         * src/compose.c
3668         * src/prefs_account.c
3669         * src/prefs_gtk.h
3670         * src/editaddress.c
3671                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3672                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3673                 Browse buttons in accounts prefs.
3674
3675 2006-02-09 [colin]      2.0.0cvs39
3676
3677         * src/matcher.c
3678                 Check for pointer before using its members
3679         * src/gtk/gtksourceprintjob.c
3680                 Fix a wrong warning
3681
3682 2006-02-09 [wwp]        2.0.0cvs38
3683
3684         * src/gtk/filesel.c
3685                 fix few compiler warnings (type mismatch).
3686
3687 2006-02-09 [paul]       2.0.0cvs37
3688
3689         * po/fr.po
3690                 updated by Fabien Vantard
3691
3692 2006-02-08 [colin]      2.0.0cvs36
3693
3694         * src/prefs_common.c
3695         * src/common/defs.h
3696         * src/common/plugin.c
3697                 allow windows and linux configurations to coexist
3698                 patch by Thomas Gilgin
3699
3700 2006-02-08 [colin]      2.0.0cvs35
3701
3702         * src/filtering.c
3703         * src/matcher.c
3704         * src/matcher.h
3705         * src/matcher_parser_parse.y
3706         * src/prefs_filtering_action.c
3707         * src/prefs_matcher.c
3708                 Add the "Ignore thread" filtering
3709                 action
3710
3711 2006-02-08 [colin]      2.0.0cvs34
3712
3713         * src/compose.c
3714         * src/procmime.c
3715         * src/procmime.h
3716                 Fix bug #905 (damaged attachment)
3717                 text files with raw \0's aren't really text files
3718         FOR_STABLE
3719
3720 2006-02-08 [colin]      2.0.0cvs33
3721
3722         * src/summaryview.c
3723                 Fix crasher introduced yesterday
3724
3725 2006-02-08 [wwp]        2.0.0cvs32
3726
3727         * src/compose.c
3728         * src/compose.h
3729                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3730
3731 2006-02-08 [wwp]        2.0.0cvs31
3732
3733         * src/prefs_template.c
3734                 templates enhancement: allow address completion for Cc and Bcc fields
3735                 (it was currently possible for the To field only)
3736
3737 2006-02-08 [colin]      2.0.0cvs30
3738
3739         * src/compose.c
3740                 Don't unblock if not blocked
3741         FOR_STABLE
3742
3743 2006-02-07 [colin]      2.0.0cvs29
3744
3745         * src/action.c
3746                 Forgot to refresh summaryview
3747
3748 2006-02-07 [colin]      2.0.0cvs28
3749
3750         * src/action.c
3751                 Freeze/thaw message list and folder list while
3752                 processing %as{} actions 
3753         * src/compose.c
3754                 Fix auto-wrap disabling after a middle-click
3755                 paste - FOR_STABLE
3756
3757 2006-02-07 [paul]       2.0.0cvs27
3758
3759         * src/folder.c
3760                 fix freeing of uninitialised pointers
3761                 Thanks to Colin
3762
3763 2006-02-06 [colin]      2.0.0cvs26
3764
3765         * src/folder.c
3766                 Use g_slist_prepend in potentially big list
3767
3768 2006-02-06 [colin]      2.0.0cvs25
3769
3770         * src/folder.c
3771                 Completely skip processing if it doesn't 
3772                 exist (faster!)
3773
3774 2006-02-06 [colin]      2.0.0cvs24
3775
3776         * src/folder.c
3777         * src/summaryview.c
3778                 Batch filtering in summaryview (from Tools menu)
3779                 and pre/post//-processing too
3780
3781 2006-02-06 [colin]      2.0.0cvs23
3782
3783         * src/procmsg.h
3784         * src/filtering.c
3785                 Use a special field for batch filtering instead
3786                 of stepping on deferred execution's toes
3787
3788 2006-02-06 [colin]      2.0.0cvs22
3789
3790         * src/action.c
3791         * src/filtering.c
3792         * src/filtering.h
3793         * src/folder.c
3794         * src/summaryview.c
3795                 Fix filtering via menus and actions
3796
3797 2006-02-06 [colin]      2.0.0cvs21
3798
3799         * src/imap.c
3800                 Put the added file directly to cache if possible (will work
3801                 with next libetpan)
3802         * src/filtering.c
3803         * src/filtering.h
3804         * src/inc.c
3805         * src/folder.c
3806         * src/mbox.c
3807         * src/procmsg.h
3808                 Move and copy filtered messages by batches instead of one
3809                 by one - faster on IMAP
3810         * src/procmsg.c
3811                 Add a function that'll possibly be useful later
3812
3813 2006-02-06 [colin]      2.0.0cvs20
3814
3815         * src/addressbook.c
3816                 Use internal mime-type instead of text/plain for d'n'd
3817         * src/compose.c
3818                 Allow attaching files from mimeview's icon list via d'n'd
3819         * src/folderview.c
3820         * src/folderview.h
3821                 Use internal mime-type instead of text/plain for d'n'd
3822                 Don't try to selected opened folder if none is
3823                 Factorize d'n'd from other apps code
3824         * src/headerview.c
3825         * src/textview.c
3826         * src/gtk/gtkutils.c
3827         * src/gtk/gtkutils.h
3828                 Factorize Face/X-Face stuff
3829         * src/mimeview.c
3830                 Fix d'n'd to other apps
3831         * src/prefs_message.c
3832                 Let the XFace pref be usable without libcompface as it also
3833                 applies to Face
3834         * src/summaryview.c
3835                 Fix d'n'd to other apps
3836                 Factorize d'n'd from other apps code
3837
3838 2006-02-06 [wwp]        2.0.0cvs19
3839
3840         * po/it.po
3841                 Italian translation fixes by Andrea Spadaccini (no more confusion
3842                 between filtering and processing, and few changes in the About
3843                 dialog).
3844
3845
3846 2006-02-06 [mones]      2.0.0cvs18
3847
3848         * src/gtk/icon_legend.c
3849                 Improved descriptions allowing better translations
3850
3851 2006-02-05 [colin]      2.0.0cvs17
3852
3853         * src/imap.c
3854                 Add the f*cking missing expunge that caused imap_fetch_env
3855                 to fail after an add_msgs ! :-///
3856         * src/etpan/imap-thread.c
3857                 Add a bit of debug
3858         FOR_STABLE
3859
3860 2006-02-05 [colin]      2.0.0cvs16
3861
3862         * src/common/utils.c
3863                 Don't check for return-path (or we can't put
3864                 back non-sent mails)
3865
3866 2006-02-05 [colin]      2.0.0cvs15
3867
3868         * src/textview.c
3869                 Don't try to display Face header in textview
3870                 when teh headerview's active
3871
3872 2006-02-05 [colin]      2.0.0cvs14
3873
3874         * tools/tbird2syl.py
3875         * tools/Makefile.am
3876                 Add script to import Thunderbird mails
3877
3878 2006-02-05 [colin]      2.0.0cvs13
3879
3880         * src/headerview.c
3881         * src/procheader.c
3882         * src/procmsg.c
3883         * src/procmsg.h
3884         * src/textview.c
3885                 Show Face headers - patch partially by Klaus Flittner
3886
3887 2006-02-05 [colin]      2.0.0cvs12
3888
3889         * src/folderview.c
3890         * src/summaryview.c
3891         * src/common/utils.c
3892         * src/common/utils.h
3893                 Let dnd work from mime icons to summaryview
3894                 and to folderview too
3895                 Add a crude test to avoid trying to add files
3896                 drag'n'dropped when they're not mails
3897
3898 2006-02-04 [colin]      2.0.0cvs11
3899
3900         * src/summaryview.c
3901         * src/mimeview.c
3902                 Fix utf8 conversion
3903
3904 2006-02-04 [colin]      2.0.0cvs10
3905
3906         * src/compose.c
3907         * src/folderview.c
3908         * src/mimeview.c
3909         * src/summaryview.c
3910         * src/summaryview.h
3911                 Added various drag and drop capas:
3912                 From                    To
3913                 summaryview             other apps
3914                 mimeview icons          other apps
3915                 other apps              summaryview
3916                 other apps              folderview
3917
3918                 This shouldn't have broken the existing:
3919                 From                    To
3920                 summaryview             folderview
3921                 folderview              folderview
3922                 summaryview             compose's attachments
3923
3924         Tests welcomed.
3925
3926 2006-02-02 [paul]       2.0.0cvs9
3927
3928         * src/mainwindow.c
3929                 move global option 'Set displayed columns...' out
3930                 of folder option grouping.
3931                 fix sensitivity of 'harvest addresses'
3932         FOR_STABLE
3933
3934 2006-02-01 [colin]      2.0.0cvs8
3935
3936         * src/mimeview.c
3937                 Revert the alertpanel patch, it sucks (intrusive
3938                 and gets in the way of "open")
3939
3940 2006-02-01 [colin]      2.0.0cvs7
3941
3942         * src/compose.c
3943         * src/prefs_account.c
3944         * src/prefs_common.c
3945         * src/common/defs.h
3946         * src/common/utils.c
3947         * src/common/utils.h
3948                 Add ability to edit the signature file
3949                 from the account preferences, and use
3950                 a default for the text editor.
3951                 Patch by Fabien Vantard
3952
3953 2006-02-01 [colin]      2.0.0cvs6
3954
3955         * src/mimeview.c
3956                 Try to get mime type by extension if it is
3957                 application/octet-stream
3958                 Display a window with possible choices when
3959                 encountering unknown mime types
3960         * src/gtk/filesel.c
3961         * src/gtk/filesel.h
3962                 Add preview
3963                 Allow multiple selection in filtered filesel
3964                 (patch by Fabien Vantard)
3965         * src/gtk/pluginwindow.c
3966                 Use it (patch by Fabien Vantard)
3967
3968 2006-02-01 [paul]       2.0.0cvs5
3969
3970         * src/jpilot.c
3971                 fix crash on creating jpilot address book
3972                 Thanks to Colin - FOR_STABLE
3973         * src/prefs_summaries.c
3974         * src/prefs_wrapping.c
3975         * src/gtk/icon_legend.c
3976         * src/gtk/quicksearch.c
3977                 string fixes and additions
3978
3979 2006-02-01 [paul]       2.0.0cvs4
3980
3981         * src/compose.c
3982         * src/mainwindow.c
3983         * src/messageview.c
3984         * src/prefs_send.c
3985                 add Arabic encoding option
3986                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3987
3988 2006-01-31 [colin]      2.0.0cvs3
3989
3990         * src/plugins/pgpcore/passphrase.c
3991                 Convert passphrase to locale encoding
3992         * src/compose.c
3993                 Fix drafting on IMAP. Crappy bug sneaked in
3994                 the release :-/
3995         FOR_STABLE
3996
3997 2006-01-30 [paul]       2.0.0cvs2
3998
3999         * src/gtk/icon_legend.c
4000                 show the new entries
4001
4002 2006-01-30 [colin]      2.0.0cvs1
4003
4004         * src/manual.c
4005                 Check for the file to be present before 
4006                 enabling the menu - FOR_STABLE
4007         * src/gtk/icon_legend.c
4008                 Add folders icons (not all of them, there
4009                 are too much, but the most intriguing ones)
4010
4011 2006-01-30 [paul]       2.0.0
4012
4013         version 2.0.0 released
4014
4015 2006-01-30 [paul]       1.9.100cvs200
4016
4017         * manual/faq.xml
4018         * manual/gpl.xml
4019         * manual/intro.xml
4020         * manual/starting.xml
4021         * manual/sylpheed-claws-manual.xml
4022                 fixes, additions
4023
4024 2006-01-29 [mones]      1.9.100cvs199
4025
4026         * manual/account.xml
4027         * manual/advanced.xml
4028         * manual/glossary.xml
4029                 Some typos fixed, added LDIF term to glossary
4030         * po/es.po
4031                 Fixed leading plus symbol
4032
4033 2006-01-29 [paul]       1.9.100cvs198
4034
4035         * po/fi.po
4036         * po/sk.po
4037                 updated by Tommi Pirinen and Andrej Kacian
4038
4039 2006-01-29 [paul]       1.9.100cvs197
4040
4041         * src/gtk/authors.h
4042                 remove duplicates
4043
4044 2006-01-29 [paul]       1.9.100cvs196
4045
4046         * AUTHORS
4047         * po/nl.po
4048         * src/gtk/authors.h
4049         * tools/claws.i18n.status.pl
4050                 nl translation updated by Tim Dijkstra
4051
4052 2006-01-29 [paul]       1.9.100cvs195
4053
4054         * po/sr.po
4055         * po/sv.po
4056                 updated by Aleksandar Urosevic and Anders Troback
4057
4058 2006-01-28 [colin]      1.9.100cvs194
4059
4060         * src/gtk/gtksourceprintjob.c
4061                 Don't fiddle with PangoLayout when we
4062                 have an image
4063
4064 2006-01-28 [paul]       1.9.100cvs193
4065
4066         * AUTHORS
4067         * po/el.po
4068         * po/zh_CN.po
4069         * src/gtk/authors.h
4070         * tools/claws.i18n.status.pl
4071                 updated translations submitted by Stavros Giannouris
4072                 and Ralgh Young
4073
4074 2006-01-27 [colin]      1.9.100cvs192
4075
4076         * src/summaryview.c
4077         * src/gtk/gtksourceprintjob.c
4078                 Add image printing 
4079                 (libgnomeprint only, of course)
4080
4081 2006-01-27 [paul]       1.9.100cvs191
4082
4083         * po/fr.po
4084         * po/it.po
4085                 updated by Fabien Vantard and Andrea Spadaccini
4086
4087 2006-01-26 [colin]      1.9.100cvs190
4088
4089         * manual/Makefile.am
4090         * configure.ac
4091                 Make building the manual optional 
4092                 (--disable-manual)
4093
4094 2006-01-26 [paul]       1.9.100cvs189
4095
4096         * manual/glossary.xml
4097         * manual/plugins.xml
4098                 edited
4099         * po/en_GB.po
4100                 updated
4101
4102 2006-01-26 [paul]       1.9.100cvs188
4103
4104         * src/prefs_display_header.c
4105         * src/prefs_folder_column.c
4106         * src/prefs_msg_colors.c
4107         * src/prefs_summaries.c
4108         * src/prefs_summary_column.c
4109                 HIGify
4110
4111 2006-01-25 [colin]      1.9.100cvs187
4112
4113         * src/imap.c
4114                 Don't allow moving/copying mails between
4115                 queue/drafts and non-queue/drafts folders
4116                 Fixes bug #897 (message header is resetted 
4117                 if one is copied to Drafts)
4118
4119 2006-01-25 [colin]      1.9.100cvs186
4120
4121         * src/folder.c
4122         * src/mainwindow.c
4123                 Fix subscribed folders not found
4124         * src/compose.c
4125                 Don't try to encode as original mail's charset
4126                 if it's ascii 
4127
4128 2006-01-25 [paul]       1.9.100cvs185
4129
4130         * AUTHORS
4131         * po/Makevars
4132                 updated
4133         * po/de.po
4134         * po/pl.po
4135         * po/pt_BR.po
4136         * po/sr.po
4137                 updates submitted by Stephan Sachse, Emilian Nowak
4138                 and Quar, Frederico Goncalves Guimaraes, and
4139                 Aleksandar Urosevic
4140                 Fix Bug 896, 'PT_BR locale broken'.
4141         * src/gtk/authors.h
4142                 updated
4143
4144 2006-01-24 [mones]      1.9.100cvs184
4145
4146         * manual/glossary.xml
4147                 All current terms finished. Reviewers welcome ;-)
4148         * manual/keyboard.xml
4149                 Fixed column width for pdf output.
4150         * po/es.po
4151                 Updated
4152
4153 2006-01-24 [paul]       1.9.100cvs183
4154
4155         * manual/glossary.xml
4156                 fix id name
4157         * manual/dist/html/Makefile.am
4158         * manual/dist/pdf/Makefile.am
4159         * manual/dist/ps/Makefile.am
4160         * manual/dist/txt/Makefile.am
4161                 fix make deps
4162                 Thanks to Colin
4163
4164 2006-01-24 [mones]      1.9.100cvs182
4165
4166         * manual/glossary.xml
4167                 Nearly finished, some terms missing.
4168
4169 2006-01-23 [paul]       1.9.100cvs181
4170
4171         * manual/dist/html/Makefile.am
4172         * manual/dist/pdf/Makefile.am
4173         * manual/dist/ps/Makefile.am
4174         * manual/dist/txt/Makefile.am
4175         * src/mainwindow.c
4176                 re-enable manual
4177                 Thanks to Colin
4178
4179 2006-01-22 [colin]      1.9.100cvs180
4180
4181         * src/compose.c
4182         * src/gtk/gtkaspell.c
4183                 Don't deselect stuff before right-clicking, with aspell.
4184                 (This prevented right-click Copy, for example).
4185                 Thanks to Clo!
4186
4187 2006-01-22 [paul]       1.9.100cvs179
4188
4189         * src/summary_search.c
4190                 don't fix the widget size as it causes problems
4191                 under localisation.
4192                 Thanks to Emilian Nowak
4193
4194 2006-01-21 [paul]       1.9.100cvs178
4195
4196         * src/prefs_themes.c
4197                 fix broken underlining of label text
4198                 with some translations
4199
4200 2006-01-21 [colin]      1.9.100cvs177
4201
4202         * po/fr.po
4203                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4204
4205 2006-01-20 [colin]      1.9.100cvs176
4206
4207         * configure.ac
4208         * Makefile.am
4209         * manual/Makefile
4210         * manual/dist/html/.cvsignore
4211         * manual/dist/html/Makefile.am
4212         * manual/dist/pdf/.cvsignore
4213         * manual/dist/pdf/Makefile.am
4214         * manual/dist/ps/.cvsignore
4215         * manual/dist/ps/Makefile.am
4216         * manual/dist/txt/.cvsignore
4217         * manual/dist/txt/Makefile.am
4218                 Autotool-ize manual
4219
4220 2006-01-20 [paul]       1.9.100cvs175
4221
4222         * manual/handling.xml
4223                 make Filtering and Searching entries easier to find
4224         * manual/keyboard.xml
4225                 add the remaining default keybinds
4226         * src/prefs_summaries.c
4227                 update the default keybinds
4228
4229 2006-01-20 [paul]       1.9.100cvs174
4230
4231         * src/addressbook.c
4232         * src/addrgather.c
4233         * src/addrharvest.c
4234         * src/editaddress.c
4235         * src/editgroup.c
4236         * src/exphtmldlg.c
4237         * src/expldifdlg.c
4238         * src/exporthtml.c
4239         * src/exportldif.c
4240         * src/ldif.c
4241                 replace 'e-mail' with 'email'
4242         * src/summary_search.c
4243                 add mnemonic to "Find all" button
4244
4245 2006-01-20 [wwp]        1.9.100cvs173
4246
4247         * src/export.c
4248         * src/import.c
4249                 touched mbox import/export buttons for HIG-compliance
4250
4251 2006-01-19 [paul]       1.9.100cvs172
4252
4253         * manual/account.xml
4254         * manual/addrbook.xml
4255         * manual/advanced.xml
4256         * manual/faq.xml
4257         * manual/handling.xml
4258         * manual/intro.xml
4259         * manual/plugins.xml
4260         * manual/starting.xml
4261                 more editing
4262
4263 2006-01-19 [paul]       1.9.100cvs171
4264
4265         * src/toolbar.c
4266                 allow use of trash button while receiving
4267                 Thanks to Colin
4268
4269 2006-01-19 [wwp]        1.9.100cvs170
4270
4271         * src/gtk/quicksearch.c
4272         * src/compose.c
4273                 force text color to black when yellow background is set
4274
4275 2006-01-19 [colin]      1.9.100cvs169
4276
4277         * src/plugins/trayicon/trayicon.c
4278                 Gray out Get Mail when already getting mail
4279
4280 2006-01-18 [paul]       1.9.100cvs168
4281
4282         * src/compose.c
4283                 give widget yellow background was To is
4284                 set via folder prefs
4285         * src/gtk/quicksearch.c
4286                 give widget yellow background when quick
4287                 search is active.
4288                 Thanks to Colin
4289
4290 2006-01-18 [paul]       1.9.100cvs167
4291
4292         * doc/man/sylpheed-claws.1
4293                 add --subscribe option
4294
4295 2006-01-18 [paul]       1.9.100cvs166
4296
4297         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4298         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4299                 use %U instead of %F (%F is broken for user installed
4300                 files in kde 3.5)
4301
4302 2006-01-18 [colin]      1.9.100cvs165
4303
4304         * src/summaryview.c
4305                 Default to Yes in "No more * messages" dialogs
4306
4307 2006-01-17 [colin]      1.9.100cvs164
4308
4309         * src/compose.c
4310                 Possibly fix an invalid iterator causing
4311                 crash
4312
4313 2006-01-17 [colin]      1.9.100cvs163
4314
4315         * src/mimeview.c
4316                 Fix crash when the image disappears under the
4317                 image viewer
4318
4319 2006-01-16 [colin]      1.9.100cvs162
4320
4321         * src/compose.c
4322                 Fix reenabling autowrap
4323
4324 2006-01-16 [colin]      1.9.100cvs161
4325
4326         * src/compose.c
4327                 reset quote_len before getting quote_str
4328
4329 2006-01-16 [colin]      1.9.100cvs160
4330
4331         * src/account.c
4332         * src/account.h
4333         * src/folder.c
4334         * src/imap_gtk.c
4335         * src/mh_gtk.c
4336                 Fix bug #883 (default inbox does not track folder move)
4337
4338 2006-01-16 [colin]      1.9.100cvs159
4339
4340         * src/compose.c
4341         * src/plugins/pgpcore/passphrase.c
4342                 More buttons fixes
4343
4344 2006-01-16 [paul]       1.9.100cvs158
4345
4346         * src/prefs_actions.c
4347         * src/prefs_filtering_action.c
4348         * src/prefs_matcher.c
4349         * src/quote_fmt.c
4350         * src/gtk/description_window.c
4351         * src/gtk/description_window.h
4352         * src/gtk/quicksearch.c
4353                 description window cleanups
4354
4355 2006-01-15 [colin]      1.9.100cvs157
4356
4357         * src/addressbook.c
4358         * src/prefs_filtering.c
4359                 Same here
4360
4361 2006-01-15 [colin]      1.9.100cvs156
4362
4363         * src/folderview.c
4364         * src/mainwindow.c
4365                 Same for "Empty trash"
4366
4367 2006-01-15 [colin]      1.9.100cvs155
4368
4369         * src/inc.c
4370                 Override offline dialog had Yes by default
4371
4372 2006-01-15 [colin]      1.9.100cvs154
4373
4374         * src/summaryview.c
4375                 Delete selected messages? previously had Yes the default
4376
4377 2006-01-15 [colin]      1.9.100cvs153
4378
4379         * src/folder.c
4380         * src/folder.h
4381         * src/main.c
4382                 Check if a mailbox is loaded after all
4383                 plugins are loaded.
4384
4385 2006-01-15 [colin]      1.9.100cvs152
4386
4387         * src/folder.c
4388                 Don't start wizard when there are unloaded folders (will help
4389                 people with only mbox or maildir mailboxes)
4390
4391 2006-01-14 [colin]      1.9.100cvs151
4392
4393         * src/addressbook.c
4394         * src/expldifdlg.c
4395         * src/importldif.c
4396         * src/importmutt.c
4397         * src/importpine.c
4398         * src/mh_gtk.c
4399                 More HIG compliance and fixes
4400
4401 2006-01-14 [colin]      1.9.100cvs150
4402
4403         * src/prefs_filtering_action.c
4404         * src/foldersel.c
4405                 Two forgotten button order changes
4406
4407 2006-01-14 [colin]      1.9.100cvs149
4408
4409         * src/account.c
4410         * src/addressbook.c
4411         * src/compose.c
4412         * src/folderview.c
4413         * src/imap_gtk.c
4414         * src/mainwindow.c
4415         * src/mh_gtk.c
4416         * src/news_gtk.c
4417         * src/prefs_actions.c
4418         * src/prefs_customheader.c
4419         * src/prefs_filtering.c
4420         * src/prefs_matcher.c
4421         * src/prefs_template.c
4422         * src/ssl_manager.c
4423         * src/summaryview.c
4424         * src/textview.c
4425         * src/toolbar.c
4426                 All deletion confirmations are now "Cancel, Delete" 
4427                 instead of "No, Yes"
4428                 Clarified most of the other "No, Yes" to 
4429                 "Cancel, Descriptive_action"
4430                 Rechanged the "Entry not saved" alerts to have 
4431                 "Close, Continue editing"
4432
4433
4434 2006-01-14 [paul]
4435
4436         * 2.0.0-rc4 released
4437
4438 2006-01-14 [paul]       1.9.100cvs148
4439
4440         * src/account.c
4441         * src/addressadd.c
4442         * src/addressbook.c
4443         * src/compose.c
4444         * src/editaddress.c
4445         * src/editbook.c
4446         * src/editgroup.c
4447         * src/editjpilot.c
4448         * src/editldap.c
4449         * src/editvcard.c
4450         * src/exphtmldlg.c
4451         * src/expldifdlg.c
4452         * src/folderview.c
4453         * src/grouplistdialog.c
4454         * src/imap_gtk.c
4455         * src/importmutt.c
4456         * src/importpine.c
4457         * src/inc.c
4458         * src/main.c
4459         * src/mainwindow.c
4460         * src/message_search.c
4461         * src/messageview.c
4462         * src/mh_gtk.c
4463         * src/mimeview.c
4464         * src/news_gtk.c
4465         * src/prefs_actions.c
4466         * src/prefs_customheader.c
4467         * src/prefs_filtering.c
4468         * src/prefs_matcher.c
4469         * src/prefs_template.c
4470         * src/prefs_themes.c
4471         * src/ssl_manager.c
4472         * src/summary_search.c
4473         * src/summaryview.c
4474         * src/textview.c
4475         * src/toolbar.c
4476         * src/gtk/foldersort.c
4477         * src/gtk/gtkaspell.c
4478         * src/gtk/inputdialog.c
4479         * src/gtk/prefswindow.c
4480         * src/plugins/pgpcore/select-keys.c
4481         * src/plugins/trayicon/trayicon.c
4482                 HIG compliant button order
4483
4484 2006-01-14 [mones]      1.9.100cvs147
4485
4486         * po/es.po
4487                 Updated translation
4488
4489 2006-01-13 [paul]       1.9.100cvs146
4490
4491         * AUTHORS
4492         * ChangeLog
4493         * src/gtk/authors.h
4494                 add Joshua M. Kwan to contributors list
4495
4496 2006-01-13 [colin]      1.9.100cvs145
4497
4498         * src/gtk/quicksearch.c
4499                 Don't refocus quick search after executing (Esc or Enter)
4500                 Allows to '/'search something then move up/down in 
4501                 summaryview, and to Esc a search and be back in the 
4502                 summaryview
4503
4504 2006-01-13 [paul]       1.9.100cvs144
4505
4506         * src/plugins/pgpinline/pgpinline.c
4507                 support Content-Type 'application/pgp'
4508                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4509
4510 2006-01-13 [paul]       1.9.100cvs143
4511
4512         * manual/account.xml
4513                 make mention of partial retrieval
4514                 thanks to Colin
4515
4516 2006-01-13 [paul]       1.9.100cvs142
4517
4518         * src/account.c
4519         * src/account.h
4520         * src/action.c
4521         * src/action.h
4522         * src/adbookbase.h
4523         * src/addr_compl.c
4524         * src/addr_compl.h
4525         * src/addrbook.c
4526         * src/addrcache.c
4527         * src/addrcache.h
4528         * src/addrcindex.c
4529         * src/addrcindex.h
4530         * src/addrclip.c
4531         * src/addrclip.h
4532         * src/addrdefs.h
4533         * src/addressadd.c
4534         * src/addressadd.h
4535         * src/addressbook.c
4536         * src/addressbook.h
4537         * src/addrgather.c
4538         * src/addrgather.h
4539         * src/addrharvest.c
4540         * src/addrharvest.h
4541         * src/addrindex.c
4542         * src/addrindex.h
4543         * src/addritem.c
4544         * src/addritem.h
4545         * src/addrquery.c
4546         * src/addrquery.h
4547         * src/addrselect.c
4548         * src/addrselect.h
4549         * src/alertpanel.c
4550         * src/alertpanel.h
4551         * src/browseldap.c
4552         * src/browseldap.h
4553         * src/codeconv.c
4554         * src/codeconv.h
4555         * src/compose.c
4556         * src/compose.h
4557         * src/customheader.c
4558         * src/customheader.h
4559         * src/displayheader.c
4560         * src/displayheader.h
4561         * src/editaddress.c
4562         * src/editaddress.h
4563         * src/editbook.c
4564         * src/editbook.h
4565         * src/editgroup.c
4566         * src/editgroup.h
4567         * src/editjpilot.c
4568         * src/editjpilot.h
4569         * src/editldap.c
4570         * src/editldap.h
4571         * src/editldap_basedn.c
4572         * src/editldap_basedn.h
4573         * src/editvcard.c
4574         * src/editvcard.h
4575         * src/exphtmldlg.c
4576         * src/exphtmldlg.h
4577         * src/expldifdlg.c
4578         * src/expldifdlg.h
4579         * src/export.h
4580         * src/exporthtml.c
4581         * src/exporthtml.h
4582         * src/exportldif.c
4583         * src/exportldif.h
4584         * src/filtering.c
4585         * src/filtering.h
4586         * src/folder.c
4587         * src/folder.h
4588         * src/folder_item_prefs.c
4589         * src/folder_item_prefs.h
4590         * src/foldersel.c
4591         * src/foldersel.h
4592         * src/folderutils.c
4593         * src/folderutils.h
4594         * src/folderview.c
4595         * src/folderview.h
4596         * src/grouplistdialog.c
4597         * src/grouplistdialog.h
4598         * src/headerview.c
4599         * src/html.c
4600         * src/html.h
4601         * src/image_viewer.c
4602         * src/image_viewer.h
4603         * src/imap.c
4604         * src/imap.h
4605         * src/imap_gtk.c
4606         * src/imap_gtk.h
4607         * src/import.h
4608         * src/importldif.c
4609         * src/importldif.h
4610         * src/importmutt.c
4611         * src/importmutt.h
4612         * src/importpine.c
4613         * src/importpine.h
4614         * src/inc.c
4615         * src/inc.h
4616         * src/jpilot.c
4617         * src/jpilot.h
4618         * src/ldapctrl.c
4619         * src/ldapctrl.h
4620         * src/ldaplocate.c
4621         * src/ldaplocate.h
4622         * src/ldapquery.c
4623         * src/ldapquery.h
4624         * src/ldapserver.c
4625         * src/ldapserver.h
4626         * src/ldaputil.c
4627         * src/ldaputil.h
4628         * src/ldif.c
4629         * src/ldif.h
4630         * src/main.c
4631         * src/main.h
4632         * src/mainwindow.c
4633         * src/mainwindow.h
4634         * src/manual.c
4635         * src/manual.h
4636         * src/mbox.c
4637         * src/mbox.h
4638         * src/message_search.c
4639         * src/message_search.h
4640         * src/messageview.c
4641         * src/messageview.h
4642         * src/mh.c
4643         * src/mh.h
4644         * src/mh_gtk.c
4645         * src/mh_gtk.h
4646         * src/mimeview.c
4647         * src/mimeview.h
4648         * src/msgcache.c
4649         * src/msgcache.h
4650         * src/mutt.c
4651         * src/mutt.h
4652         * src/news.c
4653         * src/news.h
4654         * src/news_gtk.c
4655         * src/news_gtk.h
4656         * src/partial_download.c
4657         * src/partial_download.h
4658         * src/pine.c
4659         * src/pine.h
4660         * src/pop.c
4661         * src/pop.h
4662         * src/prefs_account.c
4663         * src/prefs_account.h
4664         * src/prefs_actions.c
4665         * src/prefs_actions.h
4666         * src/prefs_common.c
4667         * src/prefs_common.h
4668         * src/prefs_compose_writing.c
4669         * src/prefs_compose_writing.h
4670         * src/prefs_customheader.c
4671         * src/prefs_customheader.h
4672         * src/prefs_display_header.c
4673         * src/prefs_display_header.h
4674         * src/prefs_filtering.c
4675         * src/prefs_filtering.h
4676         * src/prefs_filtering_action.c
4677         * src/prefs_filtering_action.h
4678         * src/prefs_folder_column.c
4679         * src/prefs_folder_column.h
4680         * src/prefs_folder_item.c
4681         * src/prefs_folder_item.h
4682         * src/prefs_fonts.c
4683         * src/prefs_fonts.h
4684         * src/prefs_gtk.c
4685         * src/prefs_gtk.h
4686         * src/prefs_image_viewer.c
4687         * src/prefs_image_viewer.h
4688         * src/prefs_matcher.c
4689         * src/prefs_matcher.h
4690         * src/prefs_message.c
4691         * src/prefs_msg_colors.c
4692         * src/prefs_msg_colors.h
4693         * src/prefs_other.c
4694         * src/prefs_quote.c
4695         * src/prefs_receive.c
4696         * src/prefs_send.c
4697         * src/prefs_spelling.c
4698         * src/prefs_spelling.h
4699         * src/prefs_summaries.c
4700         * src/prefs_summaries.h
4701         * src/prefs_summary_column.c
4702         * src/prefs_summary_column.h
4703         * src/prefs_template.c
4704         * src/prefs_template.h
4705         * src/prefs_themes.c
4706         * src/prefs_themes.h
4707         * src/prefs_toolbar.c
4708         * src/prefs_toolbar.h
4709         * src/prefs_wrapping.c
4710         * src/prefs_wrapping.h
4711         * src/privacy.c
4712         * src/privacy.h
4713         * src/procheader.c
4714         * src/procheader.h
4715         * src/procmime.c
4716         * src/procmime.h
4717         * src/procmsg.c
4718         * src/procmsg.h
4719         * src/quote_fmt.c
4720         * src/quote_fmt_parse.y
4721         * src/recv.c
4722         * src/recv.h
4723         * src/remotefolder.c
4724         * src/remotefolder.h
4725         * src/send_message.c
4726         * src/send_message.h
4727         * src/setup.c
4728         * src/setup.h
4729         * src/sourcewindow.c
4730         * src/sourcewindow.h
4731         * src/ssl_manager.c
4732         * src/ssl_manager.h
4733         * src/statusbar.c
4734         * src/statusbar.h
4735         * src/stock_pixmap.c
4736         * src/stock_pixmap.h
4737         * src/summary_search.c
4738         * src/summary_search.h
4739         * src/summaryview.c
4740         * src/summaryview.h
4741         * src/syldap.c
4742         * src/syldap.h
4743         * src/textview.c
4744         * src/textview.h
4745         * src/toolbar.c
4746         * src/toolbar.h
4747         * src/undo.c
4748         * src/undo.h
4749         * src/unmime.c
4750         * src/unmime.h
4751         * src/vcard.c
4752         * src/vcard.h
4753         * src/wizard.c
4754         * src/wizard.h
4755         * src/common/base64.c
4756         * src/common/base64.h
4757         * src/common/defs.h
4758         * src/common/hooks.c
4759         * src/common/hooks.h
4760         * src/common/log.c
4761         * src/common/log.h
4762         * src/common/mgutils.c
4763         * src/common/mgutils.h
4764         * src/common/nntp.c
4765         * src/common/nntp.h
4766         * src/common/passcrypt.c
4767         * src/common/passcrypt.h.in
4768         * src/common/plugin.c
4769         * src/common/plugin.h
4770         * src/common/prefs.c
4771         * src/common/prefs.h
4772         * src/common/progressindicator.c
4773         * src/common/progressindicator.h
4774         * src/common/quoted-printable.c
4775         * src/common/quoted-printable.h
4776         * src/common/session.c
4777         * src/common/session.h
4778         * src/common/smtp.c
4779         * src/common/smtp.h
4780         * src/common/socket.c
4781         * src/common/socket.h
4782         * src/common/ssl.c
4783         * src/common/ssl.h
4784         * src/common/ssl_certificate.c
4785         * src/common/ssl_certificate.h
4786         * src/common/stringtable.c
4787         * src/common/stringtable.h
4788         * src/common/sylpheed.c
4789         * src/common/sylpheed.h
4790         * src/common/template.c
4791         * src/common/template.h
4792         * src/common/timing.h
4793         * src/common/utils.c
4794         * src/common/utils.h
4795         * src/common/version.h.in
4796         * src/common/xml.c
4797         * src/common/xml.h
4798         * src/common/xmlprops.c
4799         * src/common/xmlprops.h
4800         * src/gtk/colorlabel.c
4801         * src/gtk/colorsel.c
4802         * src/gtk/colorsel.h
4803         * src/gtk/description_window.c
4804         * src/gtk/description_window.h
4805         * src/gtk/filesel.c
4806         * src/gtk/filesel.h
4807         * src/gtk/foldersort.c
4808         * src/gtk/foldersort.h
4809         * src/gtk/gtkutils.c
4810         * src/gtk/gtkutils.h
4811         * src/gtk/inputdialog.c
4812         * src/gtk/inputdialog.h
4813         * src/gtk/logwindow.c
4814         * src/gtk/logwindow.h
4815         * src/gtk/manage_window.c
4816         * src/gtk/manage_window.h
4817         * src/gtk/menu.c
4818         * src/gtk/menu.h
4819         * src/gtk/pluginwindow.c
4820         * src/gtk/pluginwindow.h
4821         * src/gtk/prefswindow.c
4822         * src/gtk/prefswindow.h
4823         * src/gtk/progressdialog.c
4824         * src/gtk/progressdialog.h
4825         * src/gtk/sslcertwindow.c
4826         * src/gtk/sslcertwindow.h
4827         * src/plugins/clamav/clamav_plugin.c
4828         * src/plugins/clamav/clamav_plugin.h
4829         * src/plugins/clamav/clamav_plugin_gtk.c
4830         * src/plugins/demo/demo.c
4831         * src/plugins/dillo_viewer/dillo_prefs.c
4832         * src/plugins/dillo_viewer/dillo_prefs.h
4833         * src/plugins/dillo_viewer/dillo_viewer.c
4834         * src/plugins/pgpcore/passphrase.c
4835         * src/plugins/pgpcore/passphrase.h
4836         * src/plugins/pgpcore/plugin.c
4837         * src/plugins/pgpcore/select-keys.c
4838         * src/plugins/pgpcore/select-keys.h
4839         * src/plugins/pgpcore/sgpgme.c
4840         * src/plugins/pgpcore/sgpgme.h
4841         * src/plugins/pgpinline/pgpinline.c
4842         * src/plugins/pgpinline/pgpinline.h
4843         * src/plugins/pgpinline/plugin.c
4844         * src/plugins/pgpmime/pgpmime.c
4845         * src/plugins/pgpmime/pgpmime.h
4846         * src/plugins/pgpmime/plugin.c
4847         * src/plugins/spamassassin/spamassassin.c
4848         * src/plugins/spamassassin/spamassassin.h
4849         * src/plugins/spamassassin/spamassassin_gtk.c
4850         * src/plugins/trayicon/trayicon.c
4851                 update copyright header
4852
4853 2006-01-13 [paul]       1.9.100cvs141
4854
4855         * src/account.c
4856         * src/export.c
4857         * src/import.c
4858         * src/mainwindow.c
4859         * src/prefs_account.c
4860         * src/prefs_display_header.c
4861         * src/prefs_receive.c
4862         * src/prefs_send.c
4863         * src/prefs_summaries.c
4864         * src/prefs_themes.c
4865         * src/prefs_toolbar.c
4866         * src/gtk/about.c
4867                 various cleanups
4868
4869 2006-01-12 [colin]      1.9.100cvs140
4870
4871         * src/folder.c
4872         * src/folder.h
4873         * src/main.c
4874                 Add --subscribe option
4875                 Let sylpheed-claws email@domain.com equivalent to --compose
4876                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4877
4878 2006-01-12 [paul]       1.9.100cvs139
4879
4880         * src/mainwindow.c
4881                 append 'Change folder order' label with '...'
4882         * src/prefs_actions.c
4883                 allow reordering of actions list by dnd
4884         * src/gtk/foldersort.c
4885                 make the dialog nicer
4886
4887 2006-01-11 [colin]      1.9.100cvs138
4888
4889         * src/compose.c
4890                 Allow templates without text
4891
4892 2006-01-11 [paul]       1.9.100cvs137
4893
4894         * tools/README
4895         * tools/filter_conv_new.pl
4896                 add info to README
4897                 also check .sylpheed for filter.xml
4898                 be a bit informative to the user
4899
4900 2006-01-11 [colin]      1.9.100cvs136
4901
4902         * src/textview.c
4903                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4904
4905 2006-01-10 [paul]       1.9.100cvs135
4906
4907         * tools/Makefile.am
4908         * tools/filter_conv_new.pl
4909                 add script to convert new style Sylpheed
4910                 filter rules (Sylpheed >= 0.9.99) to
4911                 Claws filtering rules
4912
4913 2006-01-10 [colin]      1.9.100cvs134
4914
4915         * src/compose.c
4916                 Fix broken line joins in certain conditions
4917                 (between two quoted lines: <enter><enter><up>
4918                  <type a wrapped sentence><go in the first line>
4919                  <insert more text><watch as line joining failed>)
4920
4921 2006-01-10 [paul]       1.9.100cvs133
4922
4923         * src/compose.c
4924                 don't report success in error dialog
4925                 thanks to Colin
4926         * src/common/utils.c
4927                 include some trailing punctuations as URI
4928                 thanks to Hiro
4929
4930 2006-01-10 [paul]       1.9.100cvs132
4931
4932         * src/mimeview.c
4933                 fix incompatible pointer type
4934                 warning
4935
4936 2006-01-10 [paul]       1.9.100cvs131
4937
4938         * src/compose.c
4939                 change Subject in window title
4940                 instantaneously
4941
4942 2006-01-09 [colin]      1.9.100cvs130
4943
4944         * src/addressbook.c
4945         * src/headerview.c
4946         * src/mainwindow.c
4947         * src/messageview.c
4948         * src/mimeview.c
4949         * src/noticeview.c
4950         * src/summaryview.c
4951                 Fix possible crashes on exit and in addressbook
4952
4953 2006-01-09 [paul]       1.9.100cvs129
4954
4955         * src/prefs_msg_colors.c
4956                 some cleanups that I forgot last time
4957
4958 2006-01-09 [paul]       1.9.100cvs128
4959
4960         * README
4961         * src/folderview.c
4962         * src/prefs_msg_colors.c
4963                 add previously hidden option, color_new, to
4964                 the gui
4965                 move the page to Display/
4966                 rework the gui
4967
4968 2006-01-09 [wwp]        1.9.100cvs127
4969
4970         * src/prefs_themes.c
4971                 made the prefs/display/themes layouts spacing less condensed
4972                 (and so they match other prefs/pages' look).
4973
4974 2006-01-09 [paul]       1.9.100cvs126
4975
4976         * src/compose.c
4977         * src/prefs_common.c
4978         * src/prefs_common.h
4979         * src/prefs_wrapping.c
4980                 remove 'wrap at send' option
4981
4982 2006-01-06 [colin]      1.9.100cvs125
4983
4984         * src/compose.c
4985                 Just make completely sure we don't insert "manual line breaks" 
4986                 when wrapping... 
4987
4988 2006-01-04 [paul]
4989
4990         * 2.0.0-rc3 released
4991
4992 2006-01-04 [paul]       1.9.100cvs124
4993
4994         * src/folderview.c
4995                 fix bug 882, 'quick scroll in folder list
4996                 displays wrong folder contents'
4997
4998 2006-01-04 [paul]       1.9.100cvs123
4999
5000         * src/plugins/pgpmime/pgpmime.c
5001                 better debug information when signing
5002                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5003
5004 2006-01-03 [colin]      1.9.100cvs122
5005
5006         * configure.ac
5007                 We need to recheck for gpgme 1.0.0 after checking
5008                 for 1.1.1, because if 1.1.1 isn't available, 
5009                 GPGME_LIBS and friends are blanked out by the 
5010                 second check.
5011
5012 2006-01-03 [colin]      1.9.100cvs121
5013
5014         * src/common/prefs.c
5015                 Windows unlink-before rename fix
5016         * src/plugins/pgpcore/sgpgme.c
5017                 Add support for PKA info if available
5018                 Both patches by Werner Koch
5019
5020 2006-01-03 [paul]       1.9.100cvs120
5021
5022         * src/messageview.c
5023                 fix bug 884, 'Send receipt' button visible in queue
5024                 Thanks to Colin
5025
5026 2006-01-02 [colin]      1.9.100cvs119
5027
5028         * src/compose.c
5029         * src/imap.c
5030                 Fix autosave on IMAP and more generally try to
5031                 return the correct ID on a newly added IMAP message
5032
5033 2006-01-02 [paul]       1.9.100cvs118
5034
5035         * manual/keyboard.xml
5036                 edited
5037
5038 2006-01-01 [paul]       1.9.100cvs117
5039
5040         * src/gtk/authors.h
5041                 alphabetical order
5042
5043 2005-12-30 [colin]      1.9.100cvs116
5044
5045         * manual/advanced.xml
5046                 Explain Pre/Post-processing differences.
5047
5048 2005-12-30 [colin]      1.9.100cvs115
5049
5050         * src/mh.c
5051                 Implement copy_msgs for a little optimization
5052         * src/imap.c
5053                 Finish yesterday's fix
5054
5055 2005-12-29 [colin]      1.9.100cvs114
5056
5057         * src/imap.c
5058                 Fix occasional failure in fetching a mail over
5059                 IMAP
5060
5061 2005-12-29 [colin]      1.9.100cvs113
5062
5063         * src/compose.c
5064                 Don't remove a draft when sending it, if it is 
5065                 locked.
5066
5067 2005-12-28 [colin]      1.9.100cvs112
5068
5069         * src/summaryview.c
5070                 Fix leak for real
5071
5072 2005-12-28 [wwp]        1.9.100cvs111
5073
5074         * doc/faq/.cvsignore
5075         * doc/faq/de/.cvsignore
5076         * doc/faq/en/.cvsignore
5077         * doc/faq/es/.cvsignore
5078         * doc/faq/fr/.cvsignore
5079         * doc/faq/it/.cvsignore
5080         * doc/manual/.cvsignore
5081         * doc/manual/de/.cvsignore
5082         * doc/manual/en/.cvsignore
5083         * doc/manual/es/.cvsignore
5084         * doc/manual/fr/.cvsignore
5085         * doc/manual/ja/.cvsignore
5086         * src/plugins/mathml_viewer/.cvsignore
5087                 rollback revival of those files (my bad, sorry for the noise).
5088
5089 2005-12-28 [wwp]        1.9.100cvs110
5090
5091         * src/compose.c
5092                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5093
5094 2005-12-28 [wwp]        1.9.100cvs109
5095
5096         * doc/faq/.cvsignore
5097         * doc/faq/de/.cvsignore
5098         * doc/faq/en/.cvsignore
5099         * doc/faq/es/.cvsignore
5100         * doc/faq/fr/.cvsignore
5101         * doc/faq/it/.cvsignore
5102         * doc/manual/.cvsignore
5103         * doc/manual/de/.cvsignore
5104         * doc/manual/en/.cvsignore
5105         * doc/manual/es/.cvsignore
5106         * doc/manual/fr/.cvsignore
5107         * doc/manual/ja/.cvsignore
5108         * src/plugins/mathml_viewer/.cvsignore
5109         * po/.cvsignore
5110                 more files to ignore.
5111
5112 2005-12-24 [colin]      1.9.100cvs108
5113
5114         * AUTHORS
5115         * src/gtk/authors.h
5116                 Update for Werner
5117
5118 2005-12-24 [colin]      1.9.100cvs107
5119
5120         * src/procmsg.c
5121                 Allow NULL src_msginfo in 
5122                 procmsg_msginfo_new_from_mimeinfo
5123
5124 2005-12-23 [paul]       1.9.100cvs106
5125
5126         * src/plugins/pgpinline/mypgpcore.def
5127                 add this forgotten file
5128
5129 2005-12-23 [colin]      1.9.100cvs105
5130
5131         * src/mainwindow.c
5132                 Fix missing break
5133
5134 2005-12-23 [colin]      1.9.100cvs104
5135
5136         * autogen.sh
5137         * src/folder.c
5138         * src/mh.c
5139         * src/common/plugin.c
5140         * src/common/socket.c
5141         * src/common/socket.h
5142         * src/common/utils.c
5143         * src/common/utils.h
5144         * src/gtk/pluginwindow.c
5145         * src/plugins/pgpcore/plugin.def
5146         * src/plugins/pgpcore/sylpheed.def
5147         * src/plugins/pgpinline/Makefile.am
5148         * src/plugins/pgpinline/plugin.def
5149         * src/plugins/pgpinline/sylpheed.def
5150         * src/plugins/pgpmime/plugin.def
5151         * src/plugins/pgpmime/sylpheed.def
5152                 Various w32 fixes by Werner Koch
5153
5154 2005-12-22 [paul]       1.9.100cvs103
5155
5156         * src/wizard.c
5157                 don't offer IMAP as 'server type' if
5158                 libetpan isn't built in
5159
5160 2005-12-22 [paul]       1.9.100cvs102
5161
5162         * AUTHORS
5163         * src/mainwindow.c
5164         * src/mainwindow.h
5165         * src/toolbar.c
5166         * src/gtk/authors.h
5167                 support GTK_TOOLBAR_BOTH_HORIZ (text
5168                 next to icon) Patch by Marien Zwart
5169                 marienz@users.sf.net
5170                 Also reword the text
5171
5172 2005-12-21 [colin]      1.9.100cvs101
5173
5174         * configure.ac
5175                 Fix DATADIRNAME
5176         * COPYING
5177                 Fix missing section and explicit the exception better
5178         * src/compose.c
5179                 Prevent mail from being lost without notice when an
5180                 SMTP error happens on trying to send an unmodified
5181                 drafted mail.
5182         * src/send_message.c
5183         * src/common/smtp.c
5184                 Fix password remembering when wrong, and add return
5185                 value checks where they should have been
5186         * src/plugins/pgpcore/sylpheed.def
5187         * src/plugins/pgpinline/sylpheed.def
5188         * src/plugins/pgpmime/sylpheed.def
5189                 Add a few symbols needed
5190
5191 2005-12-21 [paul]       1.9.100cvs100
5192
5193         * m4/codeset.m4
5194         * m4/glibc21.m4
5195         * m4/intdiv0.m4
5196         * m4/inttypes-pri.m4
5197         * m4/inttypes.m4
5198         * m4/inttypes_h.m4
5199         * m4/isc-posix.m4
5200         * m4/lcmessage.m4
5201         * m4/stdint_h.m4
5202         * m4/uintmax_t.m4
5203                 gettextization
5204                 thanks to Colin
5205
5206 2005-12-21 [paul]       1.9.100cvs99
5207
5208         * po/sv.po
5209                 fixed by Colin
5210
5211 2005-12-20 [paul]       1.9.100cvs98
5212
5213         * po/sv.po
5214                 updated by Anders Trobäck
5215
5216 2005-12-20 [colin]      1.9.100cvs97
5217
5218         * ABOUT-NLS
5219         * Makefile.am
5220         * autogen.sh
5221         * configure.ac
5222         * config/config.rpath
5223         * config/mkinstalldirs
5224         * m4/Makefile.am
5225         * m4/glibc2.m4
5226         * m4/gnupg.m4
5227         * m4/gpgme.m4
5228         * m4/intmax.m4
5229         * m4/longdouble.m4
5230         * m4/longlong.m4
5231         * m4/printf-posix.m4
5232         * m4/signed.m4
5233         * m4/size_max.m4
5234         * m4/ulonglong.m4
5235         * m4/wchar_t.m4
5236         * m4/wint_t.m4
5237         * m4/xsize.m4
5238         * po/Makefile.in.in
5239         * po/Makevars
5240         * po/bg.po
5241         * po/ca.po
5242         * po/cs.po
5243         * po/de.po
5244         * po/el.po
5245         * po/en_GB.po
5246         * po/es.po
5247         * po/fi.po
5248         * po/fr.po
5249         * po/hr.po
5250         * po/hu.po
5251         * po/it.po
5252         * po/ja.po
5253         * po/ko.po
5254         * po/nb.po
5255         * po/nl.po
5256         * po/pl.po
5257         * po/pt_BR.po
5258         * po/ru.po
5259         * po/sk.po
5260         * po/sr.po
5261         * po/stamp-po
5262         * po/sv.po
5263         * po/zh_CN.po
5264         * po/zh_TW.po
5265         * src/Makefile.am
5266         * src/codeconv.c
5267         * src/compose.c
5268         * src/exporthtml.c
5269         * src/exportldif.c
5270         * src/folder.c
5271         * src/main.c
5272         * src/manual.c
5273         * src/mh.c
5274         * src/mimeview.c
5275         * src/send_message.c
5276         * src/common/Makefile.am
5277         * src/common/fnmatch.c
5278         * src/common/fnmatch.h
5279         * src/common/fnmatch_loop.c
5280         * src/common/nntp.c
5281         * src/common/plugin.c
5282         * src/common/smtp.c
5283         * src/common/socket.c
5284         * src/common/string_match.c
5285         * src/common/sylpheed.c
5286         * src/common/utils.c
5287         * src/common/utils.h
5288         * src/common/w32_dirent.c
5289         * src/common/w32_reg.c
5290         * src/common/w32_signal.c
5291         * src/common/w32_stat.c
5292         * src/common/w32_stdio.c
5293         * src/common/w32_stdlib.c
5294         * src/common/w32_string.c
5295         * src/common/w32_time.c
5296         * src/common/w32_unistd.c
5297         * src/common/w32_wait.c
5298         * src/common/w32lib.h
5299         * src/etpan/Makefile.am
5300         * src/gtk/Makefile.am
5301         * src/plugins/clamav/Makefile.am
5302         * src/plugins/demo/Makefile.am
5303         * src/plugins/dillo_viewer/Makefile.am
5304         * src/plugins/pgpcore/Makefile.am
5305         * src/plugins/pgpcore/passphrase.c
5306         * src/plugins/pgpcore/plugin.def
5307         * src/plugins/pgpcore/sgpgme.c
5308         * src/plugins/pgpcore/sylpheed.def
5309         * src/plugins/pgpcore/version.rc
5310         * src/plugins/pgpinline/Makefile.am
5311         * src/plugins/pgpinline/plugin.def
5312         * src/plugins/pgpinline/sylpheed.def
5313         * src/plugins/pgpinline/version.rc
5314         * src/plugins/pgpmime/Makefile.am
5315         * src/plugins/pgpmime/mypgpcore.def
5316         * src/plugins/pgpmime/plugin.def
5317         * src/plugins/pgpmime/sylpheed.def
5318         * src/plugins/pgpmime/version.rc
5319         * src/plugins/spamassassin/Makefile.am
5320                 Very little ;-) patch from Werner Koch, providing
5321                 infrastructure for cross-compiling to Win32
5322
5323 2005-12-20 [paul]       1.9.100cvs96
5324
5325         * src/account.c
5326         * src/account.h
5327         * src/mainwindow.c
5328         * src/mainwindow.h
5329         * src/toolbar.c
5330         * src/toolbar.h
5331                 add a combo to the Get All button, allowing
5332                 quick retrieval from any account
5333                 Patch by Fabien Vantard, slightly modified
5334                 by Colin
5335         * src/gtk/about.c
5336                 i18n fix. Patch by Fabien Vantard
5337
5338 2005-12-19 [colin]      1.9.100cvs95
5339
5340         * src/compose.c
5341         * src/compose.h
5342                 Don't automatically join lines when they've 
5343                 been separated by the user and not automatically
5344
5345 2005-12-19 [paul]       1.9.100cvs94
5346
5347         * src/gtk/pluginwindow.c
5348                 i18n fix.
5349                 Patch by Fabien Vantard
5350
5351 2005-12-15 [paul]       1.9.100cvs93
5352
5353         * src/common/plugin.c
5354         * src/common/plugin.h
5355         * src/gtk/pluginwindow.c
5356         * src/plugins/clamav/clamav_plugin.c
5357         * src/plugins/demo/demo.c
5358         * src/plugins/dillo_viewer/dillo_viewer.c
5359         * src/plugins/pgpcore/plugin.c
5360         * src/plugins/pgpinline/plugin.c
5361         * src/plugins/pgpmime/plugin.c
5362         * src/plugins/spamassassin/spamassassin.c
5363         * src/plugins/trayicon/trayicon.c
5364                 add plugin_version()
5365
5366 2005-12-15 [colin]      1.9.100cvs92
5367
5368         * src/compose.c
5369                 Further fix bug #875
5370
5371 2005-12-15 [paul]       1.9.100cvs91
5372
5373         * src/gtk/filesel.c
5374                 fix attach_load_dir getting set to
5375                 PLUGINDIR on plugin load
5376
5377 2005-12-14 [mones]      1.9.100cvs90
5378
5379         * manual/ack.xml
5380         * manual/keyboard.xml
5381                 Initial draft and some shortcuts added
5382                 
5383         * po/es.po
5384                 Updated translation
5385
5386 2005-12-14 [colin]      1.9.100cvs89
5387
5388         * src/compose.c
5389         * src/imap.c
5390         * src/summaryview.c
5391         * src/gtk/gtkaspell.c
5392                 More leaks fixed
5393         * src/prefs_folder_item.c
5394                 Fix recursive prefs apply
5395
5396
5397 2005-12-14 [colin]      1.9.100cvs88
5398
5399         * src/compose.c
5400                 Fix bug #875 (Freeze On Inline Forward of 
5401                 Large Message)
5402
5403 2005-12-13 [colin]      1.9.100cvs87
5404
5405         * src/compose.c
5406                 Uniq-ify and sort the mimetypes list
5407                 Patch by Fabien Vantard
5408
5409 2005-12-13 [colin]      1.9.100cvs86
5410
5411         * src/imap.c
5412         * src/etpan/imap-thread.c
5413                 Fix leaks (patch by Hoa)
5414         * src/news.c
5415         * src/common/plugin.c
5416                 Fix leaks
5417
5418 2005-12-12 [colin]
5419
5420         * 2.0.0-rc2 released
5421
5422 2005-12-12 [colin]      1.9.100cvs85
5423
5424         * src/matcher.c
5425                 Fix a leak
5426
5427 2005-12-12 [wwp]        1.9.100cvs84
5428
5429         * src/gtk/icon_legend.c
5430                 fix misbehaviour and crash when closing the legend window
5431         using the Esc key (patch by Fabien Vantard).
5432
5433 2005-12-12 [paul]       1.9.100cvs83
5434
5435         * src/browseldap.c
5436         * src/foldersel.c
5437         * src/prefs_actions.c
5438         * src/prefs_filtering.c
5439         * src/prefs_matcher.c
5440         * src/prefs_spelling.glade      ** REMOVED **
5441         * src/prefs_template.c
5442         * src/gtk/foldersort.glade      ** REMOVED **
5443         * src/gtk/pluginwindow.c
5444         * src/gtk/pluginwindow.glade    ** REMOVED **
5445         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5446                 cleanups
5447
5448 2005-12-11 [paul]       1.9.100cvs82
5449
5450         * src/gtk/filesel.c
5451                 fix attach_load_dir crasher (double free)
5452
5453 2005-12-09 [paul]       1.9.100cvs81
5454
5455         * po/POTFILES.in
5456         * src/mainwindow.c
5457         * src/gtk/Makefile.am
5458         * src/gtk/icon_legend.c
5459         * src/gtk/icon_legend.h
5460                 add icon legend
5461         * src/manual.c
5462                 cleanup
5463
5464 2005-12-09 [paul]       1.9.100cvs80
5465
5466         * src/plugins/pgpcore/passphrase.c
5467                 wrap the label in the dialog
5468
5469 2005-12-09 [colin]      1.9.100cvs79
5470
5471         * src/plugins/pgpcore/sgpgme.c
5472                 Display (untrusted) on not trusted signatures
5473                 Patch by Michal Èihaø <michal@cihar.com>
5474                 Closes bug #867 (Report also key trust)
5475
5476 2005-12-09 [colin]      1.9.100cvs78
5477
5478         * src/common/plugin.c
5479                 Update licence check, following Eben Moglen's advice
5480
5481 2005-12-08 [colin]      1.9.100cvs77
5482
5483         * src/folder.c
5484                 Fix the occasionnal item->cache != NULL 
5485                 assertion failure. 
5486
5487 2005-12-08 [colin]      1.9.100cvs76
5488
5489         * src/mimeview.c
5490         * src/plugins/pgpcore/sgpgme.c
5491                 Print key id when unable to check it
5492                 Closes bug #866 (Show key id when missing)
5493
5494 2005-12-08 [paul]       1.9.100cvs75
5495
5496         * src/prefs_common.c
5497         * src/prefs_common.h
5498         * src/gtk/filesel.c
5499                 remember load attachment dir
5500
5501 2005-12-07 [colin]      1.9.100cvs74
5502
5503         * src/prefs_toolbar.c
5504                 Gtk fixes, patch by Fabien Vantard
5505
5506 2005-12-07 [colin]      1.9.100cvs73
5507
5508         * src/action.c
5509         * src/compose.c
5510         * src/compose.h
5511                 Fix bug #839 (Quoted text isn't colored after 
5512                 executing an action)
5513         * src/common/plugin.c
5514                 Require plugins to declare their licence in plugin_licence()
5515                 Refuse to load non-GPL plugins as they'd be illegal (as 
5516                 derived works of Sylpheed-Claws, they must be GPL).
5517         * src/plugins/clamav/clamav_plugin.c
5518         * src/plugins/demo/demo.c
5519         * src/plugins/dillo_viewer/dillo_viewer.c
5520         * src/plugins/pgpcore/plugin.c
5521         * src/plugins/pgpinline/plugin.c
5522         * src/plugins/pgpmime/plugin.c
5523         * src/plugins/spamassassin/spamassassin.c
5524         * src/plugins/trayicon/trayicon.c
5525                 Add plugin_licence()
5526
5527 2005-12-07 [paul]       1.9.100cvs72
5528
5529         * configure.ac
5530         * src/mainwindow.c
5531         * src/manual.c
5532         * src/manual.h
5533         * src/common/defs.h
5534                 clean up after local FAQ removal and
5535                 temporary manual removal
5536
5537 2005-12-06 [colin]      1.9.100cvs71
5538
5539         * configure.ac
5540         * doc/Makefile.am
5541         * doc/faq/.cvsignore
5542         * doc/faq/Makefile.am
5543         * doc/faq/de/.cvsignore
5544         * doc/faq/de/Makefile.am
5545         * doc/faq/de/sylpheed-faq-1.html
5546         * doc/faq/de/sylpheed-faq-2.html
5547         * doc/faq/de/sylpheed-faq-3.html
5548         * doc/faq/de/sylpheed-faq.html
5549         * doc/faq/en/.cvsignore
5550         * doc/faq/en/Makefile.am
5551         * doc/faq/en/sylpheed-faq-1.html
5552         * doc/faq/en/sylpheed-faq-2.html
5553         * doc/faq/en/sylpheed-faq-3.html
5554         * doc/faq/en/sylpheed-faq-4.html
5555         * doc/faq/en/sylpheed-faq.html
5556         * doc/faq/es/.cvsignore
5557         * doc/faq/es/Makefile.am
5558         * doc/faq/es/sylpheed-faq-1.html
5559         * doc/faq/es/sylpheed-faq-2.html
5560         * doc/faq/es/sylpheed-faq-3.html
5561         * doc/faq/es/sylpheed-faq-4.html
5562         * doc/faq/es/sylpheed-faq.html
5563         * doc/faq/fr/.cvsignore
5564         * doc/faq/fr/Makefile.am
5565         * doc/faq/fr/sylpheed-faq-1.html
5566         * doc/faq/fr/sylpheed-faq-2.html
5567         * doc/faq/fr/sylpheed-faq-3.html
5568         * doc/faq/fr/sylpheed-faq.html
5569         * doc/faq/it/.cvsignore
5570         * doc/faq/it/Makefile.am
5571         * doc/faq/it/sylpheed-faq-1.html
5572         * doc/faq/it/sylpheed-faq-2.html
5573         * doc/faq/it/sylpheed-faq-3.html
5574         * doc/faq/it/sylpheed-faq.html
5575         * doc/manual/.cvsignore
5576         * doc/manual/Makefile.am
5577         * doc/manual/de/.cvsignore
5578         * doc/manual/de/Makefile.am
5579         * doc/manual/de/sylpheed-1.html
5580         * doc/manual/de/sylpheed-10.html
5581         * doc/manual/de/sylpheed-11.html
5582         * doc/manual/de/sylpheed-12.html
5583         * doc/manual/de/sylpheed-13.html
5584         * doc/manual/de/sylpheed-14.html
5585         * doc/manual/de/sylpheed-15.html
5586         * doc/manual/de/sylpheed-16.html
5587         * doc/manual/de/sylpheed-17.html
5588         * doc/manual/de/sylpheed-18.html
5589         * doc/manual/de/sylpheed-19.html
5590         * doc/manual/de/sylpheed-2.html
5591         * doc/manual/de/sylpheed-20.html
5592         * doc/manual/de/sylpheed-3.html
5593         * doc/manual/de/sylpheed-4.html
5594         * doc/manual/de/sylpheed-5.html
5595         * doc/manual/de/sylpheed-6.html
5596         * doc/manual/de/sylpheed-7.html
5597         * doc/manual/de/sylpheed-8.html
5598         * doc/manual/de/sylpheed-9.html
5599         * doc/manual/de/sylpheed.html
5600         * doc/manual/en/.cvsignore
5601         * doc/manual/en/Makefile.am
5602         * doc/manual/en/sylpheed-1.html
5603         * doc/manual/en/sylpheed-10.html
5604         * doc/manual/en/sylpheed-11.html
5605         * doc/manual/en/sylpheed-12.html
5606         * doc/manual/en/sylpheed-13.html
5607         * doc/manual/en/sylpheed-14.html
5608         * doc/manual/en/sylpheed-15.html
5609         * doc/manual/en/sylpheed-16.html
5610         * doc/manual/en/sylpheed-17.html
5611         * doc/manual/en/sylpheed-18.html
5612         * doc/manual/en/sylpheed-19.html
5613         * doc/manual/en/sylpheed-2.html
5614         * doc/manual/en/sylpheed-20.html
5615         * doc/manual/en/sylpheed-21.html
5616         * doc/manual/en/sylpheed-22.html
5617         * doc/manual/en/sylpheed-3.html
5618         * doc/manual/en/sylpheed-4.html
5619         * doc/manual/en/sylpheed-5.html
5620         * doc/manual/en/sylpheed-6.html
5621         * doc/manual/en/sylpheed-7.html
5622         * doc/manual/en/sylpheed-8.html
5623         * doc/manual/en/sylpheed-9.html
5624         * doc/manual/en/sylpheed.html
5625         * doc/manual/es/.cvsignore
5626         * doc/manual/es/Makefile.am
5627         * doc/manual/es/sylpheed-1.html
5628         * doc/manual/es/sylpheed-10.html
5629         * doc/manual/es/sylpheed-11.html
5630         * doc/manual/es/sylpheed-12.html
5631         * doc/manual/es/sylpheed-13.html
5632         * doc/manual/es/sylpheed-14.html
5633         * doc/manual/es/sylpheed-15.html
5634         * doc/manual/es/sylpheed-16.html
5635         * doc/manual/es/sylpheed-17.html
5636         * doc/manual/es/sylpheed-18.html
5637         * doc/manual/es/sylpheed-19.html
5638         * doc/manual/es/sylpheed-2.html
5639         * doc/manual/es/sylpheed-20.html
5640         * doc/manual/es/sylpheed-3.html
5641         * doc/manual/es/sylpheed-4.html
5642         * doc/manual/es/sylpheed-5.html
5643         * doc/manual/es/sylpheed-6.html
5644         * doc/manual/es/sylpheed-7.html
5645         * doc/manual/es/sylpheed-8.html
5646         * doc/manual/es/sylpheed-9.html
5647         * doc/manual/es/sylpheed.html
5648         * doc/manual/fr/.cvsignore
5649         * doc/manual/fr/Makefile.am
5650         * doc/manual/fr/sylpheed-1.html
5651         * doc/manual/fr/sylpheed-10.html
5652         * doc/manual/fr/sylpheed-11.html
5653         * doc/manual/fr/sylpheed-12.html
5654         * doc/manual/fr/sylpheed-13.html
5655         * doc/manual/fr/sylpheed-14.html
5656         * doc/manual/fr/sylpheed-15.html
5657         * doc/manual/fr/sylpheed-16.html
5658         * doc/manual/fr/sylpheed-17.html
5659         * doc/manual/fr/sylpheed-18.html
5660         * doc/manual/fr/sylpheed-19.html
5661         * doc/manual/fr/sylpheed-2.html
5662         * doc/manual/fr/sylpheed-20.html
5663         * doc/manual/fr/sylpheed-3.html
5664         * doc/manual/fr/sylpheed-4.html
5665         * doc/manual/fr/sylpheed-5.html
5666         * doc/manual/fr/sylpheed-6.html
5667         * doc/manual/fr/sylpheed-7.html
5668         * doc/manual/fr/sylpheed-8.html
5669         * doc/manual/fr/sylpheed-9.html
5670         * doc/manual/fr/sylpheed.html
5671         * doc/manual/ja/.cvsignore
5672         * doc/manual/ja/Makefile.am
5673         * doc/manual/ja/sylpheed-1.html
5674         * doc/manual/ja/sylpheed-10.html
5675         * doc/manual/ja/sylpheed-11.html
5676         * doc/manual/ja/sylpheed-12.html
5677         * doc/manual/ja/sylpheed-13.html
5678         * doc/manual/ja/sylpheed-14.html
5679         * doc/manual/ja/sylpheed-15.html
5680         * doc/manual/ja/sylpheed-16.html
5681         * doc/manual/ja/sylpheed-17.html
5682         * doc/manual/ja/sylpheed-18.html
5683         * doc/manual/ja/sylpheed-19.html
5684         * doc/manual/ja/sylpheed-2.html
5685         * doc/manual/ja/sylpheed-20.html
5686         * doc/manual/ja/sylpheed-3.html
5687         * doc/manual/ja/sylpheed-4.html
5688         * doc/manual/ja/sylpheed-5.html
5689         * doc/manual/ja/sylpheed-6.html
5690         * doc/manual/ja/sylpheed-7.html
5691         * doc/manual/ja/sylpheed-8.html
5692         * doc/manual/ja/sylpheed-9.html
5693         * doc/manual/ja/sylpheed.html
5694         * doc/manual/ja/sylpheed.sgml
5695         * src/mainwindow.c
5696                 Remove outdated manual and faq. Noisy, eh?
5697
5698 2005-12-06 [colin]      1.9.100cvs70
5699
5700         * src/compose.c
5701         * src/quote_fmt_parse.y
5702         * src/undo.c
5703         * src/undo.h
5704                 Allow %X to position cursor at 0 
5705                 (no %X = before signature)
5706                 Fix paste as quotation putting the cursor at 0
5707                 Fix undo offsets when pasting
5708                 Insert the quote_fmt at once instead of line 
5709                 by line
5710                 Fix [Edited] when starting to reply/forward
5711
5712 2005-12-06 [paul]       1.9.100cvs69
5713
5714         * src/plugins/clamav/clamav_plugin_gtk.c
5715                 add another tooltip
5716         * src/plugins/spamassassin/spamassassin_gtk.c
5717                 rework spamassassin_create_widget_func()
5718
5719 2005-12-05 [colin]      1.9.100cvs68
5720
5721         * po/POTFILES.in
5722                 Fix make release ;-)
5723
5724 2005-12-05 [colin]      1.9.100cvs67
5725
5726         * src/compose.c
5727         * src/compose.h
5728                 Fix cursor positioning (not obeying %X)
5729
5730 2005-12-05 [paul]       1.9.100cvs66
5731
5732         * src/plugins/dillo_viewer/dillo_prefs.c
5733                 fix compilation warning
5734
5735 2005-12-05 [paul]       1.9.100cvs65
5736
5737         * src/prefs_spelling.c
5738         * src/plugins/trayicon/trayicon.c
5739                 cleanups - remove unused stuff
5740
5741 2005-12-05 [paul]       1.9.100cvs64
5742
5743         * README
5744         * manual/plugins.xml
5745                 remove info about removed mathml_viewer plugin
5746
5747 2005-12-05 [paul]       1.9.100cvs63
5748
5749         * configure.ac
5750         * src/plugins/Makefile.am
5751         * src/plugins/mathml_viewer/.cvsignore
5752         * src/plugins/mathml_viewer/Makefile.am
5753         * src/plugins/mathml_viewer/mathml_viewer.c
5754                 remove unmaintained mathml_viewer plugin
5755
5756 2005-12-05 [paul]       1.9.100cvs62
5757
5758         * src/summaryview.c
5759                 obey prefs_common.always_show_msg when
5760                 moving a msg
5761                 Thanks to Colin
5762
5763 2005-12-05 [paul]       1.9.100cvs61
5764
5765         * src/compose.c
5766         * src/prefs_account.c
5767         * src/prefs_filtering.c
5768         * src/prefs_quote.c
5769         * src/prefs_spelling.c
5770         * src/prefs_toolbar.c
5771         * src/summaryview.c
5772         * src/gtk/gtkutils.c
5773         * src/gtk/quicksearch.c
5774         * src/plugins/dillo_viewer/dillo_prefs.c
5775                 dialog cleanups
5776
5777 2005-12-04 [paul]       1.9.100cvs60
5778
5779         * src/inc.c
5780         * src/prefs_account.c
5781         * src/prefs_account.h
5782                 allow a Local account to specify a
5783                 default inbox
5784                 (closes bug 843 'Inbox cannot be changed for local
5785                  mailboxes')
5786
5787 2005-12-04 [colin]      1.9.100cvs59
5788
5789         * src/plugins/trayicon/trayicon.c
5790                 Remove Get, rename Get All to Get Mail in order to
5791                 be consistent with the default main toolbar
5792
5793 2005-12-03 [colin]      1.9.100cvs58
5794
5795         * manual/gpl.xml
5796         * manual/sylpheed-claws-manual.xml
5797                 Add GPL appendix
5798
5799 2005-12-03 [paul]       1.9.100cvs57
5800
5801         * AUTHORS
5802         * po/sv.po
5803         * src/gtk/authors.h
5804                 new (partially complete) Swedish translation
5805                 by Anders Troback <sylpheed@troback.com>
5806
5807 2005-12-02 [paul]       1.9.100cvs56
5808
5809         * configure.ac
5810                 libetpan 0.41 required
5811
5812 2005-12-02 [paul]       1.9.100cvs55
5813
5814         * src/plugins/clamav/clamav_plugin.c
5815         * src/plugins/clamav/clamav_plugin.h
5816         * src/plugins/clamav/clamav_plugin_gtk.c
5817         * src/plugins/spamassassin/spamassassin.c
5818         * src/plugins/spamassassin/spamassassin.h
5819         * src/plugins/spamassassin/spamassassin_gtk.c
5820                 unregister prefs pages on unloading, thus
5821                 preventing a crash
5822                 (thanks to Colin for the hint)
5823
5824 2005-12-02 [wwp]        1.9.100cvs54
5825
5826         * src/quote_fmt.h
5827         * src/quote_fmt_parse.y
5828                 fix misuse of gboolean*, use gboolean instead
5829                 (thanks to Paul, Colin, for pointing out that scaring one)
5830
5831 2005-12-02 [paul]       1.9.100cvs53
5832
5833         * src/plugins/clamav/clamav_plugin.c
5834                 int no --> unsigned int no
5835         * src/plugins/clamav/clamav_plugin_gtk.c
5836                 rework config page
5837
5838 2005-12-02 [wwp]        1.9.100cvs52
5839
5840         * src/compose.c
5841         * src/prefs_template.c
5842         * src/quote_fmt.h
5843         * src/quote_fmt_parse.y
5844                 prevent from executing |f and |p templates commands when
5845                 adding or replacing templates in prefs (avoids annoying and
5846                 potentially dangerous behaviours)
5847
5848 2005-12-02 [paul]       1.9.100cvs51
5849
5850         * src/prefs_common.c
5851                 allow translation of some default values
5852                 Patch by Fabien Vantard
5853
5854 2005-12-02 [paul]       1.9.100cvs50
5855
5856         * src/codeconv.c
5857         * src/codeconv.h
5858         * src/prefs_common.c
5859         * src/prefs_common.h
5860         * src/prefs_message.c
5861         * src/textview.c
5862                 remove obsolete 'convert_mb_alnum' option
5863                 and related stuff
5864         * src/gtk/about.c
5865                 remove unused 'about_textview_visibility_notify'
5866
5867 2005-12-02 [paul]       1.9.100cvs49
5868
5869         * src/prefs_account.c
5870         * src/prefs_compose_writing.c
5871         * src/prefs_fonts.c
5872         * src/prefs_gtk.h
5873         * src/prefs_image_viewer.c
5874         * src/prefs_message.c
5875         * src/prefs_other.c
5876         * src/prefs_receive.c
5877         * src/prefs_send.c
5878         * src/prefs_spelling.c
5879         * src/prefs_summaries.c
5880         * src/prefs_wrapping.c
5881         * src/plugins/dillo_viewer/dillo_prefs.c
5882         * src/plugins/pgpcore/prefs_gpg.c
5883                 several cleanups to the prefs dialogs
5884                 (slightly modified) patch by Fabien Vantard
5885
5886 2005-12-02 [paul]       1.9.100cvs48
5887
5888         * src/main.c
5889                 --exit means exit
5890         * src/send_message.c
5891                 fix crash on send when connection fails
5892
5893         Thanks to Colin
5894
5895 2005-12-01 [colin]      1.9.100cvs47
5896
5897         * src/html.c
5898                 Translate &hellip; to "..."
5899
5900 2005-11-30 [colin]      1.9.100cvs46
5901
5902         * src/matcher.c
5903         * src/matcher.h
5904                 Optimize back yesterday's fix.
5905
5906 2005-11-30 [paul]       1.9.100cvs45
5907
5908         * manual/faq.xml
5909                 standardised
5910         * manual/intro.xml
5911                 written by Colin, edited by me
5912
5913 2005-11-29 [colin]      1.9.100cvs44
5914
5915         * src/matcher.c
5916                 Skip headers unconditionnaly in match_body if the
5917                 rule is not message or ~message
5918
5919 2005-11-29 [colin]      1.9.100cvs43
5920
5921         * src/matcher.c
5922                 Fix body_part and such, not skipping headers 
5923                 if the matchcriteria wasn't the first in the rule
5924
5925 2005-11-29 [colin]      1.9.100cvs42
5926
5927         * src/compose.c
5928                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5929                 option missing from message view window)
5930                 Fix double text D'n'D with gtk-2.8
5931         * src/matcher.c
5932                 Fix ~message, ~headers_part, ~body_part rules
5933         * src/messageview.c
5934                 Add Windows-1252 (Closes bug #863)
5935                 Fix accels
5936         * src/gtk/gtkaspell.c
5937                 Properly destroy accels in all menus
5938
5939 2005-11-29 [mones]      1.9.100cvs41
5940
5941         * po/es.po
5942                 Updated.
5943
5944 2005-11-27 [colin]      1.9.100cvs40
5945
5946         * src/mh_gtk.c
5947                 "/Remove mailbox" -> "/Remove mailbox..."
5948
5949 2005-11-27 [paul]       1.9.100cvs39
5950
5951         * AUTHORS
5952         * po/de.po
5953         * src/gtk/authors.h
5954                 updated by new maintainer, Stephan Sachse
5955
5956 2005-11-27 [paul]       1.9.100cvs38
5957
5958         * manual/faq.xml
5959                 written by Colin, edited by me
5960
5961 2005-11-27 [paul]       1.9.100cvs37
5962
5963         * src/prefs_common.c
5964         * src/prefs_common.h
5965         * src/prefs_receive.c
5966         * src/prefs_summaries.c
5967                 move 'go to inbox after receiving new mail'
5968                 option from display/sumamaries to mail
5969                 handling/receive, and rework prefs_summaries
5970                 dialog a little
5971
5972 2005-11-25 [martin]     1.9.100cvs36
5973
5974         * po/de.po
5975             fixed windows-1252 translation;
5976             translated some new and fuzzy strings
5977
5978 2005-11-25 [paul]       1.9.100cvs35
5979
5980         * src/plugins/clamav/clamav_plugin.c
5981                 complete the update done in cvs34
5982
5983 2005-11-25 [paul]       1.9.100cvs34
5984
5985         * src/plugins/clamav/clamav_plugin.c
5986                 reflect upstream changes
5987
5988 2005-11-25 [paul]       1.9.100cvs33
5989
5990         * manual/ack.xml
5991         * manual/plugins.xml
5992         * manual/sylpheed-claws-manual.xml
5993                 written/updated by Colin, edited by me
5994         * tools/acroread2sylpheed.pl
5995                 update binary name
5996
5997 2005-11-24 [colin]      1.9.100cvs32
5998
5999         * src/compose.c
6000                 Fix bug #856 (reediting messages forgets Request
6001                 Return Receipt)
6002
6003 2005-11-24 [paul]       1.9.100cvs31
6004
6005         * manual/addrbook.xml
6006         * manual/starting.xml
6007                 written by Colin, proofread, edited, adapted by me
6008         * manual/advanced.xml
6009                 add some Actions examples
6010         * src/importldif.c
6011                 use a Save button instead of a Close button
6012         * src/wizard.c
6013                 indicate mandatory fields
6014                 fix page display
6015                 Thanks to Colin
6016
6017 2005-11-23 [colin]      1.9.100cvs30
6018
6019         * src/addressbook.c
6020                 Rename menu item, fix possible crash after
6021                 deletion of books
6022         * src/addrindex.c
6023                 Allow searching for '*' in ldap
6024         * src/browseldap.c
6025                 Fix "Browse Entry" (did anyone use it?)
6026         * src/wizard.c
6027                 Add guards for mandatory information
6028
6029 2005-11-23 [paul]       1.9.100cvs29
6030
6031         * manual/advanced.xml
6032                 corrections to the English
6033
6034 2005-11-23 [colin]      1.9.100cvs28
6035
6036         * src/mimeview.c
6037                 Fix possible crash at exit. After the call to
6038                 gtk_container_remove(), the Viewer's widget has no
6039                 more parent so gtk+ automatically frees it and its
6040                 sons. If destroy_viewer() then try to access it,
6041                 problems ensue.
6042
6043 2005-11-22 [colin]      1.9.100cvs27
6044
6045         * src/compose.c
6046         * src/gtk/gtkaspell.c
6047                 Fix right-clicking on a misspelled word
6048                 Fix More... in suggestions menu
6049
6050 2005-11-22 [wwp]        1.9.100cvs26
6051
6052         * src/prefs_template.c
6053                 templates works: re-sort templates list when adding or replacing,
6054                 prevent from adding or replacing when the template name is empty
6055
6056 2005-11-21 [colin]      1.9.100cvs25
6057
6058         * src/addressbook.c
6059                 Fix some addressbook suckage (dnd, select all)
6060         * src/compose.c
6061         * src/gtk/gtkaspell.c
6062         * src/gtk/gtkaspell.h
6063                 Make the spellchecker menu work with the 
6064                 GtkTextView one instead of overriding it
6065
6066 2005-11-20 [paul]       1.9.100cvs24
6067
6068         * manual/handling.xml
6069                 proofread and corrected
6070
6071 2005-11-20 [paul]       1.9.100cvs23
6072
6073         * manual/Makefile
6074                 generate html as one file
6075         * manual/advanced.xml
6076                 fix output generation
6077                 reformat hidden options list
6078         * manual/manual.xml     ** REMOVED **
6079         * manual/sylpheed-claws-manual.xml      ** ADDED **
6080                 renamed
6081
6082 2005-11-18 [colin]      1.9.100cvs22
6083
6084         * src/prefs_account.c
6085                 Fix layout in news and mbox accounts
6086         * manual/account.xml
6087         * manual/advanced.xml
6088                 New contents for Paul to check :)
6089
6090 2005-11-18 [wwp]        1.9.100cvs21
6091
6092         * src/gtk/quicksearch.c
6093                 don't update extended quicksearch buttons twice
6094
6095 2005-11-18 [paul]       1.9.100cvs20
6096
6097         * src/textview.c
6098                 complete 1.9.100cvs19
6099
6100 2005-11-18 [paul]       1.9.100cvs19
6101
6102         * src/compose.c
6103                 cosmetic improvements
6104         * src/textview.c
6105                 also list text/* attachments
6106
6107 2005-11-18 [colin]      1.9.100cvs18
6108
6109         * src/summaryview.c
6110                 Use column 0 instead of -1 in 
6111                 gtk_ctree_node_moveto, in a naive
6112                 hope it'll fix the gtk-related crashes
6113
6114 2005-11-18 [colin]      1.9.100cvs17
6115
6116         * src/gtk/inputdialog.c
6117                 Fix icon staying the first one
6118
6119 2005-11-17 [wwp]        1.9.100cvs16
6120                 fix possible problem showing some quicksearch buttons, and a bad
6121                 call to g_return_if_fail in a function that returns a value (both
6122                 fixes by Fabien Vantard)
6123
6124 2005-11-15 [wwp]        1.9.100cvs15
6125
6126         * src/gtk/quicksearch.c
6127                 added a tooltip to that obscure ... quicksearch button
6128
6129 2005-11-15 [wwp]        1.9.100cvs14
6130
6131         * src/gtk/quicksearch.c
6132                 add a quicksearch helper to filtering expression users: the ... button
6133                 raises the condition expr window. condition expressions set up w/ this
6134                 window are used by the quicksearch if the user closes it pressing OK.
6135
6136 2005-11-14 [paul]       1.9.100cvs13
6137
6138         * src/plugins/clamav/clamav_plugin.c
6139         * src/plugins/spamassassin/spamassassin.c
6140                 change plugin type following recent merging
6141
6142 2005-11-14 [wwp]        1.9.100cvs12
6143
6144         * src/folder.c
6145                 prevent from crashing when copying/moving message(s) from and
6146                 to the same folder
6147
6148 2005-11-14 [paul]       1.9.100cvs11
6149
6150         * src/plugins/clamav/Makefile.am
6151         * src/plugins/clamav/clamav_plugin.c
6152         * src/plugins/clamav/clamav_plugin.h
6153         * src/plugins/clamav/clamav_plugin_gtk.c
6154                 also merge clamav and clamav_gtk plugins
6155
6156 2005-11-13 [colin]      1.9.100cvs10
6157
6158         * configure.ac
6159         * src/plugins/spamassassin/Makefile.am
6160         * src/plugins/spamassassin/spamassassin.c
6161         * src/plugins/spamassassin/spamassassin.h
6162         * src/plugins/spamassassin/spamassassin_gtk.c
6163                 Merge spamassassin and spamassassin_gtk plugins,
6164                 and build it by default.
6165
6166 2005-11-12 [colin]      1.9.100cvs9
6167
6168         * src/etpan/imap-thread.c
6169                 Fix gcc warning
6170
6171 2005-11-12 [colin]      1.9.100cvs8
6172
6173         * src/procmime.c
6174                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6175
6176 2005-11-10 [colin]      1.9.100cvs7
6177
6178         * src/main.c
6179                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6180                 minimised state)
6181
6182 2005-11-10 [wwp]        1.9.100cvs6
6183
6184         * src/gtk/description_window.c
6185                 fix a crash when closing description windows using the WM's [X] button
6186
6187 2005-11-09 [colin]      1.9.100cvs5
6188
6189         * src/common/ssl.c
6190                 Update libetpan call to follow upstream
6191                 (yes, this requires libetpan-0.40cvs3)
6192
6193 2005-11-08 [colin]      1.9.100cvs4
6194
6195         * src/compose.c
6196         * src/textview.c
6197         * src/common/utils.c
6198         * src/common/utils.h
6199                 Enhance the email parser
6200
6201 2005-11-08 [colin]      1.9.100cvs3
6202
6203         * src/procmime.c
6204                 Fix what looks like an off-by-one (fixes 
6205                 attachments from the Bat)
6206
6207 2005-11-08 [wwp]        1.9.100cvs2
6208
6209         * src/main.c
6210                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6211
6212 2005-11-08 [wwp]        1.9.100cvs1
6213
6214         * src/main.c
6215                 allow exiting Sylpheed-Claws from command-line
6216
6217 2005-11-08 [paul]       1.9.100
6218
6219         1.9.100 released
6220
6221 2005-11-07 [colin]      1.9.99cvs17
6222
6223         * src/addritem.c
6224         * src/ldif.c
6225                 Fix import of base-64 encoded items
6226
6227 2005-11-07 [colin]      1.9.99cvs16
6228
6229         * src/send_message.c
6230                 Fix bug #314 (Queue does not empty under certain 
6231                 circumstances)
6232
6233 2005-11-07 [paul]       1.9.99cvs15
6234
6235         * src/mutt.c
6236         * src/pine.c
6237                 fix buffer overflows
6238                 Thanks to Colin
6239
6240 2005-11-07 [paul]       1.9.99cvs14
6241
6242         * doc/man/Makefile.am
6243         * doc/man/sylpheed-claws.1      ** ADDED **
6244         * doc/man/sylpheed.1            ** DELETED **
6245                 rename and update the man file
6246
6247 2005-11-06 [colin]      1.9.99cvs13
6248
6249         * src/ldif.c
6250                 Fix ldif_get_line() that returned empty strings
6251                 (Didn't understand why). Also fix a possible
6252                 buffer overflow.
6253
6254 2005-11-06 [wwp]        1.9.99cvs12
6255
6256         * src/textview.c
6257         * src/gtk/about.c
6258         * src/gtk/gtkutils.c
6259         * src/gtk/gtkutils.h
6260                 fix a compilation warning,
6261                 make links sensitive in the about dialog
6262
6263 2005-11-04 [wwp]        1.9.99cvs11
6264
6265         * src/gtk/about.c
6266                 don't wrap or translate URIs, and a bit text format cleanup
6267
6268 2005-11-04 [wwp]        1.9.99cvs10
6269
6270         * src/gtk/about.c
6271                 better textview tagging implementation (no more use of marks for
6272                 postponed tagging)
6273
6274 2005-11-02 [colin]      1.9.99cvs9
6275
6276         * src/common/ssl.c
6277                 Forgot an ifdef
6278
6279 2005-11-02 [colin]      1.9.99cvs8
6280
6281         * configure.ac
6282                 Require libetpan-0.40 due to upstream fix
6283         * src/common/ssl.c
6284                 Tell libetpan not to call SSL_Library_Init,
6285                 as we do it ourselves.
6286
6287 2005-11-02 [colin]      1.9.99cvs7
6288
6289         * po/POTFILES.in
6290                 Add missing files (thanks to Fabien Vantard)
6291
6292 2005-11-02 [colin]      1.9.99cvs6
6293
6294         * src/summaryview.c
6295                 Fix totals when read messages are hidden or quicksearch
6296                 is on
6297         * src/ssl_manager.c
6298         * src/ssl_manager.h
6299         * src/common/ssl_certificate.c
6300         * src/common/ssl_certificate.h
6301         * src/gtk/sslcertwindow.c
6302         * src/gtk/sslcertwindow.h
6303                 Fix copyright on my stuff
6304
6305 2005-11-02 [wwp]        1.9.99cvs5
6306
6307         * src/prefs_themes.c
6308                 fix directory name checking (theme installation/removal),
6309                 made related error a bit more verbose
6310
6311 2005-11-02 [colin]      1.9.99cvs4
6312
6313         * src/summaryview.c
6314                 Fix typo (probably fixes bug #841 (Sort by the From 
6315                 field doesn't work)
6316
6317 2005-11-02 [paul]       1.9.99cvs3
6318
6319         * po/ko.po
6320         * po/nb.po
6321                 updated by SungHyun Nam, Geir Helland
6322         * src/wizard.c
6323                 fix typo in welcome message. spotted by
6324                 Andrea Spadaccini
6325
6326 2005-11-01 [colin]      1.9.99cvs2
6327
6328         * src/compose.c
6329                 Fix replying to ml wen confirming subscription
6330         * src/messageview.c
6331         * src/mimeview.c
6332         * src/mimeview.h
6333         * src/privacy.h
6334         * src/summaryview.c
6335                 Make key check non blocking
6336
6337 2005-10-31 [paul]       1.9.99cvs1
6338
6339         * tools/claws.i18n.status.pl
6340                 updated for ChangeLog
6341
6342 2005-10-31 [paul]       1.9.99
6343
6344         1.9.99 released
6345
6346 2005-10-31 [paul]       1.9.15cvs131
6347
6348         * .cvsignore
6349         * ChangeLog
6350         * ChangeLog.claws       ** REMOVED **
6351         * ChangeLog-gtk2.claws  ** REMOVED **
6352         * ChangeLog.gtk1        ** ADDED **
6353         * INSTALL
6354         * Makefile.am
6355         * NEWS
6356         * README
6357         * README.claws          ** REMOVED **
6358         * README.jp             ** REMOVED **
6359         * RELEASE_NOTES         ** ADDED **
6360         * RELEASE_NOTES.claws   ** REMOVED **
6361         * commitHelper
6362         * configure.ac
6363         * sylpheed.spec.in      ** REMOVED **
6364                 tidy up and update the default docs:
6365                 ChangeLog.claws is renamed ChangeLog.gtk1
6366                 ChangeLog-gtk2.claws is renamed ChangeLog
6367                 README.claws is renamed README
6368                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6369
6370 2005-10-31 [paul]       1.9.15cvs130
6371
6372         * po/it.po
6373                 fix errors
6374
6375 2005-10-31 [paul]       1.9.15cvs129
6376
6377         * po/ca.po
6378         * po/de.po
6379         * po/en_GB.po
6380         * po/fr.po
6381         * po/it.po
6382         * po/pt_BR.po
6383         * po/sk.po
6384         * po/sr.po
6385         * po/zh_CN.po
6386                 updated by Miquel Oliete, Stephan Sachse and
6387                 Thomas Gilgin, me, Fabien Vantard, Andrea
6388                 Spadaccini, Frederico Goncalves Guimaraes,
6389                 Andrej Kacian, Aleksandar Urosevic, and
6390                 Ralgh Young.
6391
6392 2005-10-31 [mones]      1.9.15cvs128
6393
6394         * manual/faq.xml
6395                 More questions.
6396         
6397         * po/es.po
6398                 Updated for release.
6399
6400 2005-10-30 [colin]      1.9.15cvs127
6401
6402         * src/compose.c
6403                 Place cursor before rewrapping (fixes cursor
6404                 pos if quotation gets rewrapped)
6405
6406 2005-10-29 [paul]       1.9.15cvs126
6407
6408         * src/crash.c
6409         * src/foldersel.c
6410         * src/main.c
6411         * src/messageview.c
6412         * src/toolbar.c
6413         * src/gtk/authors.h
6414                 corrections to text items
6415
6416 2005-10-28 [colin]      1.9.15cvs125
6417
6418         * src/messageview.c
6419                 Make "hit 'C' to check sig" work from extern 
6420                 messageviews
6421
6422 2005-10-27 [colin]      1.9.15cvs124
6423
6424         * src/summaryview.c
6425                 Add a hack to avoid segfaulting when hammering 
6426                 on gtk's events
6427
6428 2005-10-27 [wwp]        1.9.15cvs123
6429
6430         * src/prefs_themes.c
6431                 sort list of themes names in themes prefs
6432
6433 2005-10-27 [paul]       1.9.15cvs122
6434
6435         * src/folder.c
6436         * src/prefs_account.c
6437                 fix building on Solaris
6438                 Patch by Alex Moore
6439
6440 2005-10-27 [wwp]        1.9.15cvs121
6441
6442         * src/summaryview.c
6443         * src/gtk/gtksctree.c
6444                 speed up unselecting messages in summary view (thanks to Colin)
6445
6446 2005-10-27 [paul]       1.9.15cvs120
6447
6448         * src/mainwindow.c
6449                 fix a compilation warning
6450         * src/summaryview.c
6451                 fix updating of 'n items selected' count
6452                 when deselecting
6453
6454 2005-10-27 [martin]     1.9.15cvs119
6455
6456         * src/action.c
6457                 ignore actions with a leading '/' in the action menu name
6458                 fixes a crash on menu creation
6459         * src/prefs_actions.c
6460                 do not allow a leading '/' in the action menu name
6461
6462 2005-10-27 [paul]       1.9.15cvs118
6463
6464         * src/main.c
6465                 fix compilation warning
6466
6467 2005-10-27 [paul]       1.9.15cvs117
6468
6469         * src/procmime.c
6470                 add #if HAVE_LOCALE_H
6471
6472 2005-10-27 [paul]       1.9.15cvs116
6473
6474         * src/plugins/clamav/clamav_plugin.c
6475         * src/plugins/dillo_viewer/dillo_viewer.c
6476         * src/plugins/mathml_viewer/mathml_viewer.c
6477         * src/plugins/pgpcore/plugin.c
6478         * src/plugins/pgpinline/plugin.c
6479         * src/plugins/pgpmime/plugin.c
6480         * src/plugins/spamassassin/spamassassin.c
6481         * src/plugins/trayicon/trayicon.c
6482                 plugin_init() : make error messages more
6483                 informative
6484
6485 2005-10-26 [wwp]        1.9.15cvs115
6486
6487         * src/prefs_matcher.c
6488                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6489
6490 2005-10-26 [wwp]        1.9.15cvs114
6491
6492         * src/procmime.c
6493         * src/gtk/gtksctree.c
6494         * src/plugins/spamassassin/libspamc.c
6495         * src/plugins/spamassassin/spamassassin.c
6496                 fix some compilation warnings more
6497
6498 2005-10-26 [mones]      1.9.15cvs113
6499
6500         * po/es.po
6501                 Updated translation
6502
6503 2005-10-26 [paul]       1.9.15cvs112
6504
6505         * src/prefs_message.c
6506                 give all display_xface stuff the
6507                 #if HAVE_LIBCOMPFACE treatment, thus
6508                 preventing a crash
6509                 (Thanks to Wolfgang Enderlein)
6510
6511 2005-10-26 [colin]      1.9.15cvs111
6512
6513         * src/gedit-print.c
6514                 Fix date format
6515         * src/imap_gtk.c
6516         * src/news_gtk.c
6517                 Remove context menu items that should not be there
6518         * src/jpilot.c
6519                 Fix encoding
6520         * src/main.c
6521         * src/mainwindow.c
6522                 Don't show the mainwindow too soon
6523
6524 2005-10-26 [wwp]        1.9.15cvs110
6525
6526         * src/folder.c
6527         * src/manual.c
6528         * src/summaryview.c
6529                 fix uninitialized pointers in the folder updating hook
6530                 (thanks to Colin)
6531
6532 2005-10-25 [mones]      1.9.15cvs109
6533
6534         * manual/faq.xml
6535                 General information subsection completed. 
6536                 Removed archaic references.
6537                 
6538         * manual/Makefile
6539         * manual/dtd/manual.dsl
6540                 Added customization stylesheet for getting paragraphs
6541                 fully justified in PDF output (as suggested by Colin).
6542
6543 2005-10-25 [colin]      1.9.15cvs108
6544
6545         * src/compose.c
6546                 Fix a second leak
6547
6548 2005-10-25 [colin]      1.9.15cvs107
6549
6550         * src/addrbook.c
6551         * src/addrindex.c
6552                 Fix leak (xml_get_element() allocates memory)
6553         * src/compose.c
6554                 Fix leak + dead code (shame!)
6555         * src/procmime.c
6556                 Fix leak
6557
6558 2005-10-25 [colin]      1.9.15cvs106
6559
6560         * src/mimeview.c
6561                 Fix encoding issue in Save all and in 
6562                 overwrite-confirmation alertpanel
6563
6564 2005-10-25 [colin]      1.9.15cvs105
6565
6566         * src/common/socket.c
6567                 Fix a leak - Thanks to Christopher Aillon
6568                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6569
6570 2005-10-25 [paul]       1.9.15cvs104
6571
6572         * src/wizard.c
6573                 Always guess servers from the right-hand
6574                 email part and guess username from the
6575                 left-hand part. (Thanks to Colin)
6576                 add an X-Face to the welcome message
6577
6578 2005-10-25 [paul]       1.9.15cvs103
6579
6580         * manual/handling.xml
6581                 written by Colin, edited by me
6582
6583 2005-10-25 [wwp]        1.9.15cvs102
6584
6585         * src/folderview.c
6586         * src/grouplistdialog.c
6587         * src/imap.c
6588         * src/noticeview.c
6589                 fix some compilation warnings
6590
6591 2005-10-24 [paul]
6592
6593         1.9.99-rc3 released
6594
6595 2005-10-24 [paul]       1.9.15cvs101
6596
6597         * src/gtk/about.c
6598                 fix window sizing
6599
6600 2005-10-24 [paul]       1.9.15cvs100
6601
6602         * src/pixmaps/offline.xpm
6603         * src/pixmaps/online.xpm
6604                 replace with last default versions
6605
6606 2005-10-24 [colin]      1.9.15cvs99
6607
6608         * src/imap.c
6609                 Fix bug when moving a folder
6610         * src/imap_gtk.c
6611         * src/mh_gtk.c
6612                 "Delete folder" pops up a window, so it 
6613                 should be suffixed with "..."
6614         * src/plugins/pgpcore/sgpgme.c
6615                 Include locale.h
6616
6617 2005-10-24 [mones]      1.9.15cvs98
6618
6619         * manual/Makefile
6620         * manual/account.xml
6621         * manual/ack.xml
6622         * manual/addrbook.xml
6623         * manual/advanced.xml
6624         * manual/faq.xml
6625         * manual/glossary.xml
6626         * manual/gpl.xml
6627         * manual/handling.xml
6628         * manual/intro.xml
6629         * manual/keyboard.xml
6630         * manual/manual.xml
6631         * manual/plugins.xml
6632         * manual/starting.xml
6633         * manual/dtd/sdocbook.dtd
6634                 Initial manual structure and some content.
6635
6636 2005-10-23 [wwp]        1.9.15cvs97
6637
6638         * src/gtk/about.c
6639                 fix a typo
6640
6641 2005-10-23 [wwp]        1.9.15cvs96
6642
6643         * src/gtk/about.c
6644         * src/gtk/authors.h
6645                 rework of the about window (main work by Paul), also featuring a few
6646                 fixes for typos and duplicate names
6647
6648 2005-10-23 [wwp]        1.9.15cvs95
6649
6650         * src/.cvsignore
6651                 Ignore the right binary name (sylpheed-claws now)
6652
6653 2005-10-23 [paul]       1.9.15cvs94
6654
6655         * src/compose.c
6656                 when using Folder Pref 'Default To for
6657                 replies' make the entry in the Compose
6658                 window bold
6659                 Patch by Fabien Vantard
6660
6661 2005-10-22 [colin]      1.9.15cvs93
6662
6663         * src/codeconv.c
6664                 Fix leak
6665
6666 2005-10-22 [colin]      1.9.15cvs92
6667
6668         * src/codeconv.c
6669                 try to convert using locale (apart utf8) if necessary
6670
6671 2005-10-22 [colin]      1.9.15cvs91
6672
6673         * src/pixmaps/new.xpm
6674         * src/pixmaps/unread.xpm
6675                 Make the unread envelope blue again and
6676                 saturate the new one a bit more.
6677
6678 2005-10-22 [colin]      1.9.15cvs90
6679
6680         * src/compose.c
6681                 When replying to a mail sent by one of our accounts,
6682                 use the original list of recipients. Let 'Reply All'
6683                 and 'Reply to sender' work like previously.
6684
6685 2005-10-21 [colin]      1.9.15cvs89
6686
6687         * src/prefs_filtering.c
6688                 Clear fields after add and replace
6689         * src/textview.c
6690                 Display xface differently (better)
6691         * src/plugins/pgpinline/pgpinline.c
6692                 Fix crappy encodings/recodings
6693
6694 2005-10-21 [paul]       1.9.15cvs88
6695
6696         * src/compose.c
6697         * src/prefs_folder_item.c
6698         * src/toolbar.c
6699                 fix news folder Folder Properties
6700                 (thanks to Colin)
6701         * src/folderview.c
6702                 update folderview after Themes change
6703                 keep selected folder selected
6704                 (thanks to Colin)
6705
6706 2005-10-21 [paul]       1.9.15cvs87
6707
6708         * tools/Makefile.am
6709         * tools/OOo2sylpheed.pl
6710         * tools/README
6711         * tools/README.sylprint
6712         * tools/asus_mailled.sh         ** REMOVED **
6713         * tools/filter_conv.pl
6714         * tools/freshmeat_search.pl
6715         * tools/google_search.pl
6716         * tools/gpg-sign-syl            ** REMOVED **
6717         * tools/kmail2sylpheed.pl
6718         * tools/kmail2sylpheed_v2.pl
6719         * tools/multiwebsearch.pl
6720         * tools/nautilus2sylpheed.sh
6721         * tools/newscache_clean.pl
6722         * tools/outlook2sylpheed.pl
6723         * tools/sylpheed-switcher       ** REMOVED **
6724         * tools/sylprint.pl
6725         * tools/sylprint.rc
6726         * tools/tb2sylpheed
6727         * tools/vcard2xml.py
6728         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6729                 update default config dir
6730                 update binary name (thanks to Fabien Vantard)
6731                 remove obsolete scripts
6732
6733 2005-10-21 [colin]      1.9.15cvs86
6734
6735         * src/inc.c
6736                 Fix possible leak and units. Based on a patch by
6737                 Fabien Vantard.
6738
6739 2005-10-20 [colin]      1.9.15cvs85
6740
6741         * src/textview.c
6742                 Clear xface when clearing textview
6743
6744 2005-10-20 [colin]      1.9.15cvs84
6745
6746         * configure.ac
6747         * src/folderview.c
6748         * src/headerview.c
6749         * src/main.c
6750         * src/prefs_common.c
6751         * src/prefs_common.h
6752         * src/prefs_message.c
6753         * src/textview.c
6754         * src/textview.h
6755         * src/common/defs.h
6756         * src/common/utils.c
6757         * src/common/utils.h
6758         * src/gtk/gtkutils.c
6759         * src/gtk/gtkutils.h
6760                 Migrate config to .sylpheed-claws (Automatically)
6761                 Add a way to get the Xface in the TextView
6762
6763 2005-10-20 [colin]      1.9.15cvs83
6764
6765         * src/gtk/Makefile.am
6766         * src/gtk/about.c
6767         * src/gtk/authors.h
6768                 Make the about dialog *grooovy*
6769
6770 2005-10-20 [colin]      1.9.15cvs82
6771
6772         * src/mimeview.c
6773                 Use "Open with" on double click if no command
6774                 was found
6775
6776 2005-10-20 [colin]      1.9.15cvs81
6777
6778         * src/imap.c
6779         * src/etpan/imap-thread.c
6780                 Fix possible crash.
6781
6782 2005-10-20 [paul]       1.9.15cvs80
6783
6784         * src/folder.c
6785                 don't show clipkey icon if the only
6786                 attachment is the signature
6787                 Patch by Colin
6788
6789 2005-10-20 [paul]       1.9.15cvs79
6790
6791         * AUTHORS
6792         * src/plugins/pgpmime/pgpmime.c
6793                 name the PGP/MIME signature 'signature.asc'
6794                 Patch by Andrew Nelson <freeandy@gmail.com>
6795
6796 2005-10-19 [colin]      1.9.15cvs78
6797
6798         * src/plugins/pgpmime/pgpmime.c
6799                 Oops, no need to double-check though
6800
6801 2005-10-19 [colin]      1.9.15cvs77
6802
6803         * src/plugins/pgpinline/pgpinline.c
6804         * src/plugins/pgpmime/pgpmime.c
6805                 Check that my_tmpfile() doesn't 
6806                 return NULL
6807
6808 2005-10-19 [colin]      1.9.15cvs76
6809
6810         * src/common/utils.c
6811                 Use shorter mime boundaries to avoid having
6812                 MTAs rewrapping our headers, breaking the
6813                 PGP signature in the process 
6814         * src/compose.c
6815         * src/plugins/pgpmime/pgpmime.c
6816                 Check for boundary uniqueness to be sure
6817                 it won't happen, instead of hoping for the
6818                 best
6819
6820 2005-10-19 [colin]      1.9.15cvs75
6821
6822         * sylpheed-claws.desktop
6823         * src/Makefile.am
6824         * src/main.c
6825                 Ship a sylpheed-claws binary instead
6826                 of a sylpheed one. Change the socket
6827                 name, too
6828         * src/folderview.c
6829                 Update folder only if it changed
6830         * src/wizard.c
6831                 Fix i18n in welcome mail, patch by
6832                 Fabien Vantard
6833
6834 2005-10-19 [paul]
6835
6836         1.9.99-rc2 released
6837
6838 2005-10-19 [paul]       1.9.15cvs74
6839
6840         * src/folder.c
6841         * src/folderview.c
6842                 fix summaryview update
6843                 Patch by Colin
6844
6845 2005-10-18 [colin]      1.9.15cvs73
6846
6847         * src/plugins/pgpcore/passphrase.c
6848                 Don't XGrabServer, and try a bit more to 
6849                 sync everything before grabbing mouse/keyboard
6850
6851 2005-10-18 [colin]      1.9.15cvs72
6852
6853         * src/Makefile.am
6854         * src/addressadd.c
6855         * src/addressbook.c
6856         * src/folderview.c
6857         * src/grouplistdialog.c
6858         * src/mimeview.c
6859         * src/stock_pixmap.c
6860         * src/stock_pixmap.h
6861         * src/summaryview.c
6862         * src/gtk/gtksctree.c
6863         * src/gtk/gtksctree.h
6864         * src/pixmaps/empty.xpm
6865                 Implement a wrapper call for gtk_ctree_set_node_info
6866                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6867                 pixmap instead of a NULL one. This works around some
6868                 memory problems deep inside gtk, revealed by valgrind,
6869                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6870                 as locked crashes sylpheed.), as well as, probably, 
6871                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6872
6873 2005-10-17 [colin]      1.9.15cvs71
6874
6875         * src/mimeview.c
6876                 Provide visual feedback when checking
6877                 signature
6878
6879 2005-10-17 [colin]      1.9.15cvs70
6880
6881         * src/main.c
6882                 Keep the folder list frozen while checking caches...
6883
6884 2005-10-17 [colin]      1.9.15cvs69
6885
6886         * src/addr_compl.c
6887                 Fi bug #833 (Autocompleting from addressbook 
6888                 fails with extended chars)
6889         * src/imap.c
6890                 Fix 'adding messages' staying in statusbar
6891                 after an error
6892
6893 2005-10-17 [wwp]        1.9.15cvs68
6894
6895         * src/ssl_manager.c
6896                 Fix buttons' layout resizing when window size changes
6897
6898 2005-10-17 [wwp]        1.9.15cvs67
6899
6900         * src/account.c
6901         * src/prefs_account.c
6902         * src/prefs_common.c
6903         * src/prefs_common.h
6904         * src/prefs_folder_item.c
6905         * src/prefs_gtk.c
6906         * src/gtk/logwindow.c
6907         * src/gtk/pluginwindow.c
6908         * src/gtk/prefswindow.c
6909         * src/gtk/prefswindow.h
6910                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6911
6912 2005-10-17 [paul]       1.9.15cvs66
6913
6914         * configure.ac
6915                 fix missing libetpan message
6916         * po/en_GB.po
6917                 updated
6918         * src/crash.c
6919         * src/manual.c
6920         * src/prefs_themes.c
6921         * src/common/defs.h
6922                 add some new URI defines, change some
6923                 others
6924         * src/wizard.c
6925                 make welcome message translatable
6926                 small improvements to english
6927                 other tweaks
6928         * src/gtk/menu.c
6929                 fix warnings
6930
6931 2005-10-17 [paul]       1.9.15cvs65
6932
6933         * src/summaryview.c
6934                 fix column titles
6935
6936 2005-10-16 [mones]      1.9.15cvs64
6937
6938         * po/es.po
6939                 Updated translation
6940
6941 2005-10-16 [colin]
6942
6943         1.9.99-rc1 released
6944
6945 2005-10-16 [colin]      1.9.15cvs63
6946
6947         * src/wizard.c
6948                 Fix whitespace
6949
6950 2005-10-16 [colin]      1.9.15cvs62
6951
6952         * src/toolbar.c
6953                 s/Get All/Get Mail/
6954         * src/wizard.c
6955                 Real welcome mail text, thanks Paul
6956
6957 2005-10-16 [colin]      1.9.15cvs61
6958
6959         * src/editldap.c
6960         * src/exporthtml.c
6961         * src/main.c
6962         * src/mainwindow.c
6963         * src/prefs_themes.c
6964         * src/prefs_toolbar.c
6965         * src/plugins/demo/demo.c
6966         * src/plugins/trayicon/trayicon.c
6967                 s/Sylpheed/Sylpheed-Claws/
6968
6969 2005-10-16 [colin]      1.9.15cvs60
6970
6971         * src/wizard.c
6972                 Add a welcome email in the first empty mailbox
6973         * src/prefs_common.c
6974                 Change one more default
6975
6976 2005-10-16 [colin]      1.9.15cvs59
6977
6978         * src/wizard.c
6979                 Remove printf
6980
6981 2005-10-16 [colin]      1.9.15cvs58
6982
6983         * src/toolbar.c
6984         * src/prefs_common.c
6985                 Change some defaults
6986
6987 2005-10-16 [colin]      1.9.15cvs57
6988
6989         * src/toolbar.c
6990         * src/prefs_common.c
6991                 Change some defaults
6992
6993 2005-10-16 [colin]      1.9.15cvs56
6994
6995         * src/wizard.c
6996                 By default, initialize fonts to have
6997                 the same size as normal GtkWidgets
6998
6999 2005-10-16 [colin]      1.9.15cvs55
7000
7001         * src/mimeview.c
7002                 Fix message a bit more
7003
7004 2005-10-16 [colin]      1.9.15cvs54
7005
7006         * src/addressbook.c
7007                 Second attempt at flicker fixing
7008
7009 2005-10-16 [colin]      1.9.15cvs53
7010
7011         * src/addressbook.c
7012                 Fix flicker
7013
7014 2005-10-16 [wwp]        1.9.15cvs52
7015
7016         * src/addressbook.c
7017         * src/editaddress.c
7018         * src/prefs_common.c
7019         * src/prefs_common.h
7020                 Remember window sizes (address book)
7021
7022 2005-10-16 [wwp]        1.9.15cvs51
7023
7024         * src/plugins/clamav/clamav_plugin_gtk.c
7025         * src/plugins/spamassassin/spamassassin_gtk.c
7026                 Fix compilation warnings (missing #include).
7027
7028 2005-10-16 [colin]      1.9.15cvs50
7029
7030         * src/mimeview.c
7031         * src/summaryview.c
7032         * src/textview.c
7033                 Make 'c' check signature, and forward
7034                 c, l, y, t from summaryview to mimeview
7035
7036 2005-10-16 [colin]      1.9.15cvs49
7037
7038         * src/addressbook.c
7039                 Put border around buttons
7040         * src/mainwindow.c
7041         * src/summaryview.c
7042                 Rework menus (Patch based on a patch
7043                 by Paul)
7044
7045 2005-10-15 [wwp]        1.9.15cvs48
7046
7047         * src/editjpilot.c
7048         * src/editldap.c
7049         * src/editvcard.c
7050         * src/exphtmldlg.c
7051         * src/expldifdlg.c
7052         * src/export.c
7053         * src/import.c
7054         * src/importldif.c
7055         * src/importmutt.c
7056         * src/importpine.c
7057         * src/prefs_account.c
7058         * src/prefs_spelling.c
7059         * src/gtk/gtkutils.c
7060         * src/gtk/gtkutils.h
7061         * src/plugins/clamav/clamav_plugin_gtk.c
7062         * src/plugins/spamassassin/spamassassin_gtk.c
7063                 use nicer browse-for-file/dir buttons than the "..." ones,
7064                 code factorizing more.
7065
7066 2005-10-14 [colin]      1.9.15cvs47
7067
7068         * src/mainwindow.c
7069                 set relief on the account switcher so that people see it
7070                 grey out Create processing rules when no message is selected
7071         * src/prefs_filtering.c
7072                 ask before closing if the rule has not been modified, even if
7073                 it's not valid
7074         * src/prefs_matcher.c
7075                 fix sensitivity when entering the dialog
7076         * src/gtk/inputdialog.c
7077                 display a better icon on password ask
7078         * src/plugins/pgpcore/passphrase.c
7079                 make the dialog look better
7080
7081 2005-10-14 [paul]       1.9.15cvs46
7082
7083         * src/folderview.c
7084                 indicate presense of marked msgs in
7085                 unexpanded subfolders
7086
7087 2005-10-14 [paul]       1.9.15cvs45
7088
7089         * src/prefs_actions.c
7090         * src/prefs_common.c
7091         * src/prefs_common.h
7092         * src/prefs_filtering_action.c
7093         * src/prefs_matcher.c
7094         * src/prefs_template.c
7095                 remember window sizes
7096                 fix Info button size
7097
7098         Patches by wwp
7099
7100 2005-10-13 [colin]      1.9.15cvs44
7101
7102         * src/mimeview.c
7103         * src/noticeview.c
7104         * src/noticeview.h
7105                 Add a tooltip on the icon (optional) 
7106                 Get rid of the signature buttons and only
7107                 use the icon+tooltip
7108
7109 2005-10-13 [colin]      1.9.15cvs43
7110
7111         * src/noticeview.c
7112         * src/noticeview.h
7113                 Add hand cursor for hovering over icon
7114
7115 2005-10-13 [colin]      1.9.15cvs42
7116
7117         * src/summaryview.c
7118                 Fix crash when quicksearch's hidden 
7119                 at startup
7120
7121 2005-10-13 [colin]      1.9.15cvs41
7122
7123         * src/compose.c
7124                 Set subject when forwarding multiple mails
7125                 Check that other recipient than the default Cc or Bcc
7126                 have been set before sending.
7127
7128 2005-10-13 [colin]      1.9.15cvs40
7129
7130         * src/imap.c
7131                 Batch per-folder
7132                 Introduce locking, but don't use it yet
7133
7134 2005-10-13 [colin]      1.9.15cvs39
7135
7136         * src/gtk/quicksearch.c
7137                 Reset quicksearch when hiding it
7138                 Make sticky a real pref
7139
7140 2005-10-13 [colin]      1.9.15cvs38
7141
7142         * src/summaryview.c
7143                 Faster prefs apply
7144
7145 2005-10-13 [colin]      1.9.15cvs37
7146
7147         * src/mimeview.c
7148         * src/noticeview.c
7149         * src/noticeview.h
7150         * src/plugins/pgpcore/sgpgme.c
7151                 Make privacy icon clickable
7152                 Move Trust field in Full info
7153                 When trust is less than full, don't display
7154                 a warning icon
7155
7156 2005-10-13 [colin]      1.9.15cvs36
7157
7158         * src/folder.c
7159                 Batch on flags sync
7160         * src/folderview.c
7161                 Revert speed hack which is dangerous in fact
7162                 Apply prefs faster
7163
7164 2005-10-13 [colin]      1.9.15cvs35
7165
7166         * src/folder_item_prefs.c
7167                 Fix pref corruption on folder move. Patch
7168                 by wwp
7169
7170 2005-10-13 [paul]       1.9.15cvs34
7171
7172         * src/export.c
7173         * src/import.c
7174                 fix typos in g_warnings
7175         * src/prefs_account.c
7176                 add a file selector for Signature file
7177
7178         Patches by wwp
7179
7180 2005-10-12 [colin]      1.9.15cvs33
7181
7182         * src/mimeview.c
7183                 Provide a quick way to go back from a
7184                 signature's full info to the email part
7185
7186 2005-10-12 [colin]      1.9.15cvs32
7187
7188         * src/compose.c
7189                 Remove old hack of encoding signed mails with base64.
7190                 QP works equally well.
7191
7192 2005-10-12 [colin]      1.9.15cvs31
7193
7194         * src/crash.c
7195                 Replace deprecated GtkText with GtkTextView
7196         * src/imap.c
7197                 Fix a logic bug about counts in imap_select
7198                 (previously un-triggered)
7199         * src/mainwindow.c
7200         * src/summaryview.c
7201         * src/news.c
7202                 Allow local deletion of news posts
7203         * src/mimeview.c
7204                 Show GPG noticeview on the message/rfc822 part
7205                 in addition to the text/plain one
7206         * src/prefs_image_viewer.c
7207           src/plugins/pgpcore/prefs_gpg.c
7208                 Polish (set the label as part of the checkbox)
7209         * src/wizard.c
7210                 Don't sit there doing nothing after destroying
7211                 the window - return err
7212
7213 2005-10-11 [colin]      1.9.15cvs30
7214
7215         * src/folderview.c
7216                 Apply processing rules before showing folders.
7217                 Early folder show (before flags sync) will only
7218                 be done when there are no processing rules (nor
7219                 pre- or post- ones)
7220         * src/imap.c
7221                 Fix stuff related to mail subdir, creation and 
7222                 deletion of folders 
7223         * src/imap_gtk.c
7224                 Don't allow creation of folders in NoInferior
7225                 folders, as it won't work
7226
7227 2005-10-10 [colin]      1.9.15cvs29
7228
7229         * src/compose.c
7230                 Reselect "None" Privacy system when selecting an
7231                 account with no privacy system defined
7232
7233 2005-10-10 [colin]      1.9.15cvs28
7234
7235         * src/mainwindow.c
7236                 Add Windows-1252 encoding
7237         * src/prefs_common.c
7238                 Rework some defaults:
7239                 - autosave to draft by default
7240                 - don't show header pane (it's already in the textview)
7241                 - Select first new or unread mail on entry
7242                 - Assume 'Yes' to change folder when there's no more
7243                   unread message
7244         * src/prefs_matcher.c
7245                 Fix a gtk assertion failure
7246         * src/gtk/colorlabel.c
7247                 Workaround bad repainting on selection
7248         * src/main.c
7249                 Freeze/thaw (a bit faster on ssh -X)
7250         * src/msgcache.c
7251                 Get rid of StrdupConverter that just adds an
7252                 extra strdup/free 
7253         * src/etpan/imap_thread.c
7254                 memset buf to 0
7255
7256 2005-10-10 [colin]      1.9.15cvs27
7257
7258         * src/export.c
7259         * src/import.c
7260                 Fix compile on gtk 2.4. Patch by wwp
7261
7262 2005-10-09 [colin]      1.9.15cvs26
7263
7264         * src/mainwindow.c
7265         * src/messageview.c
7266         * src/summaryview.c
7267                 Clarify forward menus. Patch by wwp
7268
7269 2005-10-09 [colin]      1.9.15cvs25
7270
7271         * src/compose.c
7272         * src/compose.h
7273                 Fix bug #829 (Non-working "Encrypt message by 
7274                 default when replying to an encrypted message")
7275
7276 2005-10-08 [colin]      1.9.15cvs24
7277
7278         * src/wizard.c
7279                 Fix bug #827 ("Welcome" setup wizard after a 
7280                 permission error gives up & forgets itself.)
7281
7282 2005-10-08 [colin]      1.9.15cvs23
7283
7284         * src/procmime.c
7285                 Fix bug #828 (Ignoring headers with spaces around = sign)
7286
7287 2005-10-08 [colin]      1.9.15cvs22
7288
7289         * src/export.c
7290                 Warning fix by wwp
7291
7292 2005-10-08 [colin]      1.9.15cvs21
7293
7294         * src/folder.c
7295         * src/folder.h
7296                 Add a processing_pending indicator, set on 
7297                 folder_item_open and cleared after 
7298                 folder_item_process_open
7299         * src/folderview.c
7300         * src/summaryview.c
7301                 wrap procmsg_msginfo_*_flags, and in the
7302                 wrapper check that there's no folder processing 
7303                 pending. If there is, defer the flags change until 
7304                 processing is done to avoid stepping over each
7305                 other's toes.
7306                 Freeze during processing, but not during scanning.
7307
7308 2005-10-07 [colin]      1.9.15cvs20
7309
7310         * src/plugins/pgpcore/passphrase.c
7311                 Fix bug #826 (X-Server hangs when 
7312                 right-clicking a PGP encrypted message)
7313
7314 2005-10-07 [paul]       1.9.15cvs19
7315
7316         * src/compose.c
7317                 fix compose_entries[]
7318                 patch by Fabien Vantard
7319
7320 2005-10-06 [colin]      1.9.15cvs18
7321
7322         * src/pixmaps/address.xpm
7323         * src/pixmaps/address_book.xpm
7324         * src/pixmaps/book.xpm
7325         * src/pixmaps/check_spelling.xpm
7326         * src/pixmaps/checkbox_off.xpm
7327         * src/pixmaps/checkbox_on.xpm
7328         * src/pixmaps/close.xpm
7329         * src/pixmaps/complete.xpm
7330         * src/pixmaps/continue.xpm
7331         * src/pixmaps/deleted.xpm
7332         * src/pixmaps/down_arrow.xpm
7333         * src/pixmaps/exec.xpm
7334         * src/pixmaps/forwarded.xpm
7335         * src/pixmaps/group.xpm
7336         * src/pixmaps/ignorethread.xpm
7337         * src/pixmaps/interface.xpm
7338         * src/pixmaps/jpilot.xpm
7339         * src/pixmaps/ldap.xpm
7340         * src/pixmaps/linewrap.xpm
7341         * src/pixmaps/linewrapcurrent.xpm
7342         * src/pixmaps/mail.xpm
7343         * src/pixmaps/mail_attach.xpm
7344         * src/pixmaps/mail_compose.xpm
7345         * src/pixmaps/mail_forward.xpm
7346         * src/pixmaps/mail_receive.xpm
7347         * src/pixmaps/mail_receive_all.xpm
7348         * src/pixmaps/mail_reply.xpm
7349         * src/pixmaps/mail_reply_to_all.xpm
7350         * src/pixmaps/mail_reply_to_author.xpm
7351         * src/pixmaps/mail_send.xpm
7352         * src/pixmaps/mail_send_queue.xpm
7353         * src/pixmaps/mime_application.xpm
7354         * src/pixmaps/mime_audio.xpm
7355         * src/pixmaps/mime_image.xpm
7356         * src/pixmaps/mime_message.xpm
7357         * src/pixmaps/mime_text_enriched.xpm
7358         * src/pixmaps/mime_text_html.xpm
7359         * src/pixmaps/mime_text_plain.xpm
7360         * src/pixmaps/mime_unknown.xpm
7361         * src/pixmaps/new.xpm
7362         * src/pixmaps/news_compose.xpm
7363         * src/pixmaps/offline.xpm
7364         * src/pixmaps/online.xpm
7365         * src/pixmaps/paste.xpm
7366         * src/pixmaps/preferences.xpm
7367         * src/pixmaps/privacy_emblem_encrypted.xpm
7368         * src/pixmaps/privacy_expired.xpm
7369         * src/pixmaps/privacy_failed.xpm
7370         * src/pixmaps/privacy_passed.xpm
7371         * src/pixmaps/privacy_signed.xpm
7372         * src/pixmaps/privacy_unknown.xpm
7373         * src/pixmaps/privacy_warn.xpm
7374         * src/pixmaps/properties.xpm
7375         * src/pixmaps/replied.xpm
7376         * src/pixmaps/search.xpm
7377         * src/pixmaps/unread.xpm
7378         * src/pixmaps/up_arrow.xpm
7379         * src/pixmaps/vcard.xpm
7380                 Modernize internal theme, with icons from the 
7381                 Gnomaws theme. Keep some of the old ones where
7382                 they were better.
7383
7384 2005-10-06 [colin]      1.9.15cvs17
7385
7386         * src/summaryview.c
7387                 Little optimisations + bugfix
7388         * src/toolbar.c
7389                 Remove default useless items - useless being defined
7390                 by the default relevant prefs
7391         * src/wizard.c
7392                 include config.h to make gettext work
7393         * src/prefs_themes.c
7394                 Fix selection of current theme in prefs
7395
7396 2005-10-06 [colin]      1.9.15cvs16
7397
7398         * src/prefs_common.c
7399         * src/prefs_common.h
7400         * src/prefs_summaries.c
7401         * src/folderview.c
7402                 Add a warning dialog on Mark all read 
7403                 (with pref to get rid of it)
7404
7405 2005-10-06 [paul]       1.9.15cvs15
7406
7407         * po/nb.po
7408         * po/pt_BR.po
7409                 updated by Geir Helland and Frederico
7410                 Goncalves Guimaraes
7411
7412 2005-10-05 [colin]      1.9.15cvs14
7413
7414         * src/folder.c
7415         * src/folder.h
7416         * src/folderview.c
7417         * src/folderview.h
7418         * src/imap_gtk.c
7419         * src/mh_gtk.c
7420         * src/mainwindow.c
7421         * src/setup.c
7422                 add a way to rescan without rebuilding
7423                 make moving a bit faster (less folders changes)
7424                 don't lock the tree on Get 
7425         * src/imap.c
7426                 Don't re-delete deleted messages before expunging
7427         * src/summaryview.c
7428                 Set batch mode when deleting mails
7429
7430 2005-10-05 [paul]       1.9.15cvs13
7431
7432         * src/mainwindow.c
7433         * src/mainwindow.h
7434                 fix disabled Execute menu item
7435         * src/toolbar.c
7436                 match the change in 1.9.15cvs10: use Compose
7437                 instead of News by default
7438
7439 2005-10-04 [colin]      1.9.15cvs12
7440
7441         * src/compose.c
7442                 When replying to an ML post with Reply-To set
7443                 to the poster's email, honor it (as before),
7444                 but also honor our user's request to reply to
7445                 the mailing list: set the ML address in the To
7446                 field and the Reply-To address in the Cc: 
7447                 field.
7448
7449 2005-10-04 [colin]      1.9.15cvs11
7450
7451         * src/plugins/trayicon/trayicon.c
7452                 Finish cosmetic change - thanks to wwp
7453
7454 2005-10-04 [colin]      1.9.15cvs10
7455
7456         * src/toolbar.c
7457                 Use Compose instead of Email by default.
7458                 Spotted by wwp.
7459
7460 2005-10-04 [colin]      1.9.15cvs9
7461
7462         * src/folder.c
7463         * src/folder.h
7464         * src/folderview.c
7465         * src/imap.c
7466         * src/etpan/imap-thread.c
7467         * src/etpan/imap-thread.h
7468                 Try to make IMAP faster, by simplifying SEARCH
7469                 commands, avoiding sending two STATUS in a row,
7470                 and deferring flags sync and processing just
7471                 after displaying the folder. 
7472                 This will update the SummaryView in certain
7473                 cases (new mails not already fetched, flags
7474                 changed from another client) but in a non-
7475                 blocking manner.
7476
7477 2005-10-04 [colin]      1.9.15cvs8
7478
7479         * src/plugins/trayicon/trayicon.c
7480                 Relabel "Offline" to "Work offline"
7481
7482 2005-10-04 [colin]      1.9.15cvs7
7483
7484         * src/export.c
7485         * src/import.c
7486         * src/mbox.c
7487                 Fix mbox import/export buglets
7488                 Patch by wwp
7489         * src/plugins/trayicon/trayicon.c
7490                 Add offline swithc
7491                 Patch by wwp
7492
7493 2005-10-04 [colin]      1.9.15cvs6
7494
7495         * src/folder.c
7496         * src/folderview.c
7497         * src/summaryview.c
7498                 Better fix (don't break mark all read) for cvs2
7499
7500 2005-10-03 [colin]      1.9.15cvs5
7501
7502         * src/folder.c
7503                 Use a sane sort by default
7504
7505 2005-10-03 [colin]      1.9.15cvs4
7506
7507         * src/inc.c
7508                 Add a 'Only once' button for overriding offline mode
7509         * src/prefs_account.c
7510         * src/wizard.c
7511                 Add Local mbox to the wizard
7512                 Add IMAP subdir to the wizard (or the wizard is useless
7513                 for such accounts, or even worse than useless)
7514                 Move IMAP subdir from Advanced to Receive tab, as it's
7515                 not that uncommon
7516
7517 2005-10-03 [colin]      1.9.15cvs3
7518
7519         * src/send_message.c
7520                 Forgot this one in cvs1
7521
7522 2005-10-03 [colin]      1.9.15cvs2
7523
7524         * src/folder.c
7525                 Faster close when leaving a folder with lots
7526                 of new mails. Idea by David Relson.
7527
7528 2005-10-03 [colin]      1.9.15cvs1
7529
7530         * src/compose.c
7531         * src/imap.c
7532         * src/inc.c
7533         * src/main.c
7534         * src/messageview.c
7535         * src/news.c
7536         * src/summaryview.c
7537         * src/gtk/sslcertwindow.c
7538         * src/plugins/trayicon/trayicon.c
7539                 Add accels to every AlertPanel. Patch by Fabien 
7540                 Vantard
7541
7542 2005-10-03 [paul]       1.9.15
7543
7544         1.9.15 released
7545
7546 2005-10-03 [paul]       1.9.14cvs68
7547
7548         * po/ca.po
7549         * po/de.po
7550         * po/es.po
7551         * po/fi.po
7552         * po/fr.po
7553         * po/sk.po
7554         * po/sr.po
7555         * po/zh_CN.po
7556                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7557                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7558                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7559
7560 2005-10-03 [paul]       1.9.14cvs67
7561
7562         * src/send_message.c
7563                 prevent hang on Cancel
7564                 patch by Colin
7565
7566 2005-10-03 [paul]       1.9.14cvs66
7567
7568         * src/main.c
7569                 fix crash in IMAP caused by discrepancy
7570                 between check_at_startup and offline mode
7571                 Patch by Colin
7572
7573 2005-10-01 [paul]       1.9.14cvs65
7574
7575         * src/inc.c
7576                 fix engrish
7577
7578 2005-10-01 [paul]       1.9.14cvs64
7579         * src/export.c
7580         * src/import.c
7581                 synchronise import_mbox() and export_mbox()
7582         * src/mbox.c
7583                 proc_mbox(): add alert if file cannot be opened
7584                 export_list_to_mbox(): test if dest file exists,
7585                 prompt user to overwrite if it does. add alert
7586                 if file cannot be created
7587                                                                 
7588         Patch by wwp
7589                                                                                                                 
7590
7591 2005-09-30 [paul]       1.9.14cvs63
7592
7593         * src/addressbook.c
7594                 Fix sensitivity of a menu
7595         * src/codeconv.c
7596                 Respect hidden pref for mails with no encoding
7597         * src/common/xml.c
7598                 Fix memory corruption
7599         * src/plugins/pgpcore/sgpgme.c
7600                 Fix segfault on incomplete sigs, and display
7601                 of S/Mime UIDs
7602
7603         Patches by Colin
7604
7605 2005-09-30 [colin]      1.9.14cvs62
7606
7607         * src/partial_download.c
7608                 Little logic fix in almost-dead code
7609         * src/pop.c
7610                 Fix partial download when there's no new mail
7611
7612 2005-09-29 [paul]       1.9.14cvs61
7613
7614         * src/plugins/pgpinline/pgpinline.c
7615                 fix bug 819, 'crash accessing sign message'
7616                 Patch by Colin
7617
7618 2005-09-28 [martin]     1.9.14cvs60
7619
7620         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7621                 fix bug #790 (Crash when restarting window manager (fluxbox))
7622
7623 2005-09-28 [paul]       1.9.14cvs59
7624
7625         * src/gtk/gtkaspell.c
7626                 fix off-by-one typo
7627
7628 2005-09-27 [colin]      1.9.14cvs58
7629
7630         * src/plugins/pgpcore/sgpgme.c
7631                 Report error when there's one, instead of
7632                 "Signature unchecked" 
7633
7634 2005-09-27 [colin]      1.9.14cvs57
7635
7636         * src/prefs_quote.c
7637                 Fix bug #816 (Weird quotation with spaces)
7638
7639 2005-09-27 [colin]      1.9.14cvs56
7640
7641         * src/codeconv.c
7642         * src/compose.c
7643         * src/compose.h
7644                 Put subject in compose's title
7645                 Fix Automatic encoding so that it's really automatic:
7646                 first try default locale's charset, then charset of the replied mail, 
7647                 then utf-8
7648                 Fix encoding of headers (must be in strict mode too)
7649
7650 2005-09-26 [colin]      1.9.14cvs55
7651
7652         * src/gtk/gtkaspell.c
7653                 Fix previous patch - don't color the space,
7654                 just uncolor it :)
7655
7656 2005-09-26 [colin]      1.9.14cvs54
7657
7658         * src/gtk/gtkaspell.c
7659                 Unmark space if possible
7660
7661 2005-09-26 [colin]      1.9.14cvs53
7662
7663         * src/imap.c
7664                 log_error instead of alertpanel according to the pref
7665         * src/etpan/imap-thread.c
7666                 Print connect status, copy only necessary size to 
7667                 logger
7668         * src/plugins/pgpmime/pgpmime.c
7669                 Handle S/Mime signatures (verification only). Patch based
7670                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7671
7672 2005-09-26 [paul]       1.9.14cvs52
7673
7674         * src/common/passcrypt.c
7675                 this 'workaround' not necessary on NetBSD.
7676                 Thanks to Daniel Gustafson
7677
7678 2005-09-26 [paul]
7679
7680         1.9.15-rc4 released
7681
7682 2005-09-26 [paul]       1.9.14cvs51
7683
7684         * src/summaryview.c
7685                 Skip currently selected message when
7686                 looking for next new or unread message
7687                 in current folder. Patch by Colin
7688         * src/common/passcrypt.c
7689                 eliminate warnings on *BSD. Patch by
7690                 Daniel Gustafson
7691
7692 2005-09-26 [colin]      1.9.14cvs50
7693
7694         * src/procmsg.c
7695                 Call postfiltering hook anyway
7696
7697 2005-09-22 [colin]      1.9.14cvs49
7698
7699         * src/codeconv.c
7700         * src/codeconv.h
7701                 Add a strict mode that doesn't replace with _
7702         * src/compose.c
7703         * src/compose.h
7704                 Use strict conversion while sending
7705                 Fix race when drafting while sending (happens
7706                 on IMAP)
7707                 Fix d'n'd of messages from summaryview
7708         * src/prefs_common.c
7709         * src/prefs_common.h
7710                 add hidden utf8_instead_of_locale_for_broken_mail 
7711                 pref for people that preferred the default charset 
7712                 to be utf8 for broken mails
7713         * src/quote_fmt_parse.y
7714                 fix bug #815 (No quote insert if "From:" fied 
7715                 contained Russian letters)
7716         * src/summaryview.c
7717                 Fix d'n'd of messages to compose
7718
7719 2005-09-22 [paul]       1.9.14cvs48
7720
7721         * src/compose.c
7722                 fix bug where attachments Name entry
7723                 would display Path instead
7724
7725 2005-09-21 [paul]       1.9.14cvs47
7726
7727         * README
7728         * README.jp
7729         * configure.ac
7730         * config/config.rpath
7731         * doc/manual/en/sylpheed-20.html
7732         * doc/manual/es/sylpheed-20.html
7733         * po/bg.po
7734         * po/ca.po
7735         * po/de.po
7736         * po/es.po
7737         * po/fr.po
7738         * po/it.po
7739         * po/pt_BR.po
7740         * po/sk.po
7741         * po/zh_TW.po
7742         * src/account.c
7743         * src/account.h
7744         * src/action.c
7745         * src/action.h
7746         * src/adbookbase.h
7747         * src/addr_compl.c
7748         * src/addr_compl.h
7749         * src/addrbook.c
7750         * src/addrbook.h
7751         * src/addrcache.c
7752         * src/addrcache.h
7753         * src/addrcindex.c
7754         * src/addrcindex.h
7755         * src/addrclip.c
7756         * src/addrclip.h
7757         * src/addrdefs.h
7758         * src/addressadd.c
7759         * src/addressadd.h
7760         * src/addressbook.c
7761         * src/addressbook.h
7762         * src/addressitem.h
7763         * src/addrgather.c
7764         * src/addrgather.h
7765         * src/addrharvest.c
7766         * src/addrharvest.h
7767         * src/addrindex.c
7768         * src/addrindex.h
7769         * src/addritem.c
7770         * src/addritem.h
7771         * src/addrquery.c
7772         * src/addrquery.h
7773         * src/addrselect.c
7774         * src/addrselect.h
7775         * src/alertpanel.c
7776         * src/alertpanel.h
7777         * src/browseldap.c
7778         * src/browseldap.h
7779         * src/codeconv.c
7780         * src/codeconv.h
7781         * src/compose.c
7782         * src/compose.h
7783         * src/crash.c
7784         * src/crash.h
7785         * src/customheader.c
7786         * src/customheader.h
7787         * src/displayheader.c
7788         * src/displayheader.h
7789         * src/editaddress.c
7790         * src/editaddress.h
7791         * src/editbook.c
7792         * src/editbook.h
7793         * src/editgroup.c
7794         * src/editgroup.h
7795         * src/editjpilot.c
7796         * src/editjpilot.h
7797         * src/editldap.c
7798         * src/editldap.h
7799         * src/editldap_basedn.c
7800         * src/editldap_basedn.h
7801         * src/editvcard.c
7802         * src/editvcard.h
7803         * src/enriched.c
7804         * src/enriched.h
7805         * src/exphtmldlg.c
7806         * src/exphtmldlg.h
7807         * src/expldifdlg.c
7808         * src/expldifdlg.h
7809         * src/export.c
7810         * src/export.h
7811         * src/exporthtml.c
7812         * src/exporthtml.h
7813         * src/exportldif.c
7814         * src/exportldif.h
7815         * src/filtering.c
7816         * src/filtering.h
7817         * src/folder.c
7818         * src/folder.h
7819         * src/folder_item_prefs.c
7820         * src/folder_item_prefs.h
7821         * src/foldersel.c
7822         * src/foldersel.h
7823         * src/folderutils.c
7824         * src/folderutils.h
7825         * src/folderview.c
7826         * src/folderview.h
7827         * src/grouplistdialog.c
7828         * src/grouplistdialog.h
7829         * src/headerview.c
7830         * src/headerview.h
7831         * src/html.c
7832         * src/html.h
7833         * src/image_viewer.c
7834         * src/image_viewer.h
7835         * src/imap.c
7836         * src/imap.h
7837         * src/imap_gtk.c
7838         * src/imap_gtk.h
7839         * src/import.c
7840         * src/import.h
7841         * src/importldif.c
7842         * src/importldif.h
7843         * src/importmutt.c
7844         * src/importmutt.h
7845         * src/importpine.c
7846         * src/importpine.h
7847         * src/inc.c
7848         * src/inc.h
7849         * src/jpilot.c
7850         * src/jpilot.h
7851         * src/ldapctrl.c
7852         * src/ldapctrl.h
7853         * src/ldaplocate.c
7854         * src/ldaplocate.h
7855         * src/ldapquery.c
7856         * src/ldapquery.h
7857         * src/ldapserver.c
7858         * src/ldapserver.h
7859         * src/ldaputil.c
7860         * src/ldaputil.h
7861         * src/ldif.c
7862         * src/ldif.h
7863         * src/localfolder.c
7864         * src/localfolder.h
7865         * src/main.c
7866         * src/main.h
7867         * src/mainwindow.c
7868         * src/mainwindow.h
7869         * src/manual.c
7870         * src/manual.h
7871         * src/matcher.c
7872         * src/matcher.h
7873         * src/matcher_parser.h
7874         * src/matcher_parser_lex.l
7875         * src/matcher_parser_parse.y
7876         * src/mbox.c
7877         * src/mbox.h
7878         * src/message_search.c
7879         * src/message_search.h
7880         * src/messageview.c
7881         * src/messageview.h
7882         * src/mh.c
7883         * src/mh.h
7884         * src/mh_gtk.c
7885         * src/mh_gtk.h
7886         * src/mimeview.c
7887         * src/mimeview.h
7888         * src/msgcache.c
7889         * src/msgcache.h
7890         * src/mutt.c
7891         * src/mutt.h
7892         * src/news.c
7893         * src/news.h
7894         * src/news_gtk.c
7895         * src/news_gtk.h
7896         * src/noticeview.c
7897         * src/noticeview.h
7898         * src/partial_download.c
7899         * src/partial_download.h
7900         * src/pine.c
7901         * src/pine.h
7902         * src/pop.c
7903         * src/pop.h
7904         * src/prefs_account.c
7905         * src/prefs_account.h
7906         * src/prefs_actions.c
7907         * src/prefs_actions.h
7908         * src/prefs_common.c
7909         * src/prefs_common.h
7910         * src/prefs_compose_writing.c
7911         * src/prefs_compose_writing.h
7912         * src/prefs_customheader.c
7913         * src/prefs_customheader.h
7914         * src/prefs_display_header.c
7915         * src/prefs_display_header.h
7916         * src/prefs_ext_prog.c
7917         * src/prefs_ext_prog.h
7918         * src/prefs_filtering.c
7919         * src/prefs_filtering.h
7920         * src/prefs_filtering_action.c
7921         * src/prefs_filtering_action.h
7922         * src/prefs_folder_column.c
7923         * src/prefs_folder_column.h
7924         * src/prefs_folder_item.c
7925         * src/prefs_folder_item.h
7926         * src/prefs_fonts.c
7927         * src/prefs_fonts.h
7928         * src/prefs_gtk.c
7929         * src/prefs_gtk.h
7930         * src/prefs_image_viewer.c
7931         * src/prefs_image_viewer.h
7932         * src/prefs_matcher.c
7933         * src/prefs_matcher.h
7934         * src/prefs_message.c
7935         * src/prefs_message.h
7936         * src/prefs_msg_colors.c
7937         * src/prefs_msg_colors.h
7938         * src/prefs_other.c
7939         * src/prefs_other.h
7940         * src/prefs_quote.c
7941         * src/prefs_quote.h
7942         * src/prefs_receive.c
7943         * src/prefs_receive.h
7944         * src/prefs_send.c
7945         * src/prefs_send.h
7946         * src/prefs_spelling.c
7947         * src/prefs_spelling.h
7948         * src/prefs_summaries.c
7949         * src/prefs_summaries.h
7950         * src/prefs_summary_column.c
7951         * src/prefs_summary_column.h
7952         * src/prefs_template.c
7953         * src/prefs_template.h
7954         * src/prefs_themes.c
7955         * src/prefs_themes.h
7956         * src/prefs_toolbar.c
7957         * src/prefs_toolbar.h
7958         * src/prefs_wrapping.c
7959         * src/prefs_wrapping.h
7960         * src/privacy.c
7961         * src/privacy.h
7962         * src/procheader.c
7963         * src/procheader.h
7964         * src/procmime.c
7965         * src/procmime.h
7966         * src/procmsg.c
7967         * src/procmsg.h
7968         * src/quote_fmt.c
7969         * src/quote_fmt_parse.y
7970         * src/recv.c
7971         * src/recv.h
7972         * src/remotefolder.c
7973         * src/remotefolder.h
7974         * src/send_message.c
7975         * src/send_message.h
7976         * src/setup.c
7977         * src/setup.h
7978         * src/simple-gettext.c
7979         * src/sourcewindow.c
7980         * src/sourcewindow.h
7981         * src/ssl_manager.c
7982         * src/ssl_manager.h
7983         * src/statusbar.c
7984         * src/statusbar.h
7985         * src/stock_pixmap.c
7986         * src/stock_pixmap.h
7987         * src/summary_search.c
7988         * src/summary_search.h
7989         * src/summaryview.c
7990         * src/summaryview.h
7991         * src/syldap.c
7992         * src/syldap.h
7993         * src/textview.c
7994         * src/textview.h
7995         * src/toolbar.c
7996         * src/toolbar.h
7997         * src/undo.c
7998         * src/undo.h
7999         * src/unmime.c
8000         * src/unmime.h
8001         * src/vcard.c
8002         * src/vcard.h
8003         * src/wizard.c
8004         * src/wizard.h
8005         * src/common/base64.c
8006         * src/common/base64.h
8007         * src/common/defs.h
8008         * src/common/hooks.c
8009         * src/common/hooks.h
8010         * src/common/log.c
8011         * src/common/log.h
8012         * src/common/md5.c
8013         * src/common/md5.h
8014         * src/common/mgutils.c
8015         * src/common/mgutils.h
8016         * src/common/nntp.c
8017         * src/common/nntp.h
8018         * src/common/passcrypt.c
8019         * src/common/passcrypt.h.in
8020         * src/common/plugin.c
8021         * src/common/plugin.h
8022         * src/common/prefs.c
8023         * src/common/prefs.h
8024         * src/common/progressindicator.c
8025         * src/common/progressindicator.h
8026         * src/common/quoted-printable.c
8027         * src/common/quoted-printable.h
8028         * src/common/session.c
8029         * src/common/session.h
8030         * src/common/smtp.c
8031         * src/common/smtp.h
8032         * src/common/socket.c
8033         * src/common/socket.h
8034         * src/common/ssl.c
8035         * src/common/ssl.h
8036         * src/common/ssl_certificate.c
8037         * src/common/ssl_certificate.h
8038         * src/common/string_match.c
8039         * src/common/string_match.h
8040         * src/common/stringtable.c
8041         * src/common/sylpheed.c
8042         * src/common/sylpheed.h
8043         * src/common/template.c
8044         * src/common/template.h
8045         * src/common/timing.h
8046         * src/common/utils.c
8047         * src/common/utils.h
8048         * src/common/uuencode.c
8049         * src/common/uuencode.h
8050         * src/common/version.h.in
8051         * src/common/xml.c
8052         * src/common/xml.h
8053         * src/common/xmlprops.c
8054         * src/common/xmlprops.h
8055         * src/gtk/about.c
8056         * src/gtk/about.h
8057         * src/gtk/colorlabel.c
8058         * src/gtk/colorlabel.h
8059         * src/gtk/colorsel.c
8060         * src/gtk/colorsel.h
8061         * src/gtk/description_window.c
8062         * src/gtk/description_window.h
8063         * src/gtk/filesel.c
8064         * src/gtk/filesel.h
8065         * src/gtk/foldersort.c
8066         * src/gtk/foldersort.h
8067         * src/gtk/gtkutils.c
8068         * src/gtk/gtkutils.h
8069         * src/gtk/inputdialog.c
8070         * src/gtk/inputdialog.h
8071         * src/gtk/logwindow.c
8072         * src/gtk/logwindow.h
8073         * src/gtk/manage_window.c
8074         * src/gtk/manage_window.h
8075         * src/gtk/menu.c
8076         * src/gtk/menu.h
8077         * src/gtk/pluginwindow.c
8078         * src/gtk/pluginwindow.h
8079         * src/gtk/prefswindow.c
8080         * src/gtk/prefswindow.h
8081         * src/gtk/progressdialog.c
8082         * src/gtk/progressdialog.h
8083         * src/gtk/quicksearch.c
8084         * src/gtk/quicksearch.h
8085         * src/gtk/sslcertwindow.c
8086         * src/gtk/sslcertwindow.h
8087         * src/plugins/clamav/clamav_plugin.c
8088         * src/plugins/clamav/clamav_plugin.h
8089         * src/plugins/clamav/clamav_plugin_gtk.c
8090         * src/plugins/demo/demo.c
8091         * src/plugins/dillo_viewer/dillo_prefs.c
8092         * src/plugins/dillo_viewer/dillo_prefs.h
8093         * src/plugins/dillo_viewer/dillo_viewer.c
8094         * src/plugins/mathml_viewer/mathml_viewer.c
8095         * src/plugins/pgpcore/passphrase.c
8096         * src/plugins/pgpcore/passphrase.h
8097         * src/plugins/pgpcore/plugin.c
8098         * src/plugins/pgpcore/prefs_gpg.c
8099         * src/plugins/pgpcore/prefs_gpg.h
8100         * src/plugins/pgpcore/select-keys.c
8101         * src/plugins/pgpcore/select-keys.h
8102         * src/plugins/pgpcore/sgpgme.c
8103         * src/plugins/pgpcore/sgpgme.h
8104         * src/plugins/pgpinline/pgpinline.c
8105         * src/plugins/pgpinline/pgpinline.h
8106         * src/plugins/pgpinline/plugin.c
8107         * src/plugins/pgpmime/pgpmime.c
8108         * src/plugins/pgpmime/pgpmime.h
8109         * src/plugins/pgpmime/plugin.c
8110         * src/plugins/spamassassin/spamassassin.c
8111         * src/plugins/spamassassin/spamassassin.h
8112         * src/plugins/spamassassin/spamassassin_gtk.c
8113         * src/plugins/trayicon/trayicon.c
8114         * tools/OOo2sylpheed.pl
8115         * tools/acroread2sylpheed.pl
8116         * tools/asus_mailled.sh
8117         * tools/filter_conv.pl
8118         * tools/freshmeat_search.pl
8119         * tools/google_search.pl
8120         * tools/kmail2sylpheed.pl
8121         * tools/kmail2sylpheed_v2.pl
8122         * tools/maildir2sylpheed.pl
8123         * tools/multiwebsearch.pl
8124         * tools/newscache_clean.pl
8125         * tools/outlook2sylpheed.pl
8126         * tools/sylpheed-switcher
8127         * tools/update-po
8128         * tools/vcard2xml.py
8129         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8130                 update FSF address
8131
8132 2005-09-21 [colin]      1.9.14cvs46
8133
8134         * src/gedit-print.c
8135         * src/procmsg.c
8136         * src/procmsg.h
8137         * src/textview.c
8138         * src/summaryview.c
8139                 Remove some printing hacks (deselection/reselection),
8140                 which by the way fix printing the currently 
8141                 displayed mime part (still only text)
8142                 Plus a little optimisation of summary_show
8143
8144
8145 2005-09-20 [colin]      1.9.14cvs45
8146
8147         * src/mainwindow.c
8148         * src/messageview.c
8149                 GUI fixups: add accels, set message
8150                 view title to displayed mail's subject
8151         * src/prefs_spelling.c
8152         * src/gtk/gtkaspell.c
8153                 GUI fixups: allow underlining misspelled
8154                 words instead of coloring them (a11y!)
8155
8156 2005-09-19 [colin]
8157
8158         1.9.15rc3 released
8159
8160 2005-09-19 [colin]      1.9.14cvs44
8161
8162         * src/compose.c
8163                 Fix draft message
8164         * src/gtk/gtkaspell.c
8165                 Fix wrong test ;-)
8166
8167 2005-09-19 [colin]      1.9.14cvs43
8168
8169         * src/addressbook.c
8170                 Fix sensitivity of Delete button
8171         * src/compose.c
8172                 Warn if the requested Privacy system
8173                 is not available
8174         * src/exphtmldlg.c
8175         * src/expldifdlg.c
8176         * src/importldif.c
8177         * src/importmutt.c
8178         * src/importpine.c
8179                 Fix crappy UI
8180         * src/
8181         * src/ssl.h
8182         * src/prefs_account.h
8183         * src/prefs_account.c
8184                 Save SSL prefs even in builds that have
8185                 SSL support disable
8186         * src/imap.c
8187         * src/inc.c
8188         * src/news.c
8189         * src/send_message.c
8190                 Warn if connection should be secure, but
8191                 SSL support isn't compiled in
8192         * src/gtkaspell.c
8193                 Fix word separation on UTF-8 systems
8194                 Fixes bug #812 (Strange inline spellchecking)
8195         * src/compose.c
8196                 Warn if the requested Privacy system
8197                 is not available
8198                 Factorize offline warning
8199         * src/imap.c
8200         * src/imap_gtk.c
8201         * src/imap_gtk.h
8202         * src/inc.h
8203         * src/news_gtk.c
8204         * src/news_gtk.h
8205         * src/messageview.c
8206                 Factorize offline warning
8207
8208 2005-09-19 [paul]
8209
8210         1.9.15-rc2 released
8211
8212 2005-09-18 [colin]      1.9.14cvs42
8213
8214         * src/codeconv.c
8215         * src/codeconv.h
8216         * src/procmime.c
8217                 Add a way to get locale's charset ignoring utf-8,
8218                 and use that as default encoding for broken mails
8219
8220 2005-09-18 [colin]      1.9.14cvs41
8221
8222         * src/gtk/logwindow.c
8223                 Translate string. Patch by Fabien Vantard
8224
8225 2005-09-18 [colin]      1.9.14cvs40
8226
8227         * configure.ac
8228                 Fix bug #803 (IMAP/SSL support breaks with 
8229                 GnuTLS libetpan 0.38)
8230
8231 2005-09-18 [colin]      1.9.14cvs39
8232
8233         * src/codeconv.c
8234         * src/compose.c
8235         * src/procmime.c
8236                 More charsets fixes. Fixes bug #806 (non
8237                 ascii characters in subject line)
8238
8239 2005-09-17 [paul]       1.9.14cvs38
8240
8241         * src/folderview.c
8242         * src/mainwindow.c
8243                 fix gcc-2.95 issues
8244                 Patch by Pawel Pekala
8245
8246 2005-09-17 [colin]      1.9.14cvs37
8247
8248         * src/addrindex.c
8249                 bugfix for NO-USE LDAP compilation, patch 
8250                 by Fabien Vantard
8251
8252 2005-09-17 [colin]      1.9.14cvs36
8253
8254         * src/prefs_actions.c
8255         * src/prefs_customheader.c
8256         * src/prefs_display_header.c
8257         * src/prefs_filtering_action.c
8258         * src/prefs_matcher.c
8259         * src/prefs_toolbar.c
8260                 Fix strange casts (less elegant but
8261                 works better)
8262
8263 2005-09-16 [colin]      1.9.14cvs35
8264
8265         * src/jpilot.c
8266                 Missed that one
8267
8268 2005-09-16 [colin]      1.9.14cvs34
8269
8270         * configure.ac
8271         * src/Makefile.am
8272         * src/addr_compl.c
8273         * src/addrindex.c
8274         * src/browseldap.c
8275         * src/editldap.c
8276         * src/ldaplocate.c
8277         * src/ldapquery.c
8278         * src/ldapquery.h
8279         * src/ldapserver.c
8280         * src/ldapserver.h
8281         * src/main.c
8282         * src/matcher_parser_parse.y
8283         * src/prefs_themes.c
8284         * src/etpan/Makefile.am
8285         * src/gtk/description_window.c
8286         * src/plugins/clamav/Makefile.am
8287         * src/plugins/clamav/clamav_plugin.c
8288         * src/plugins/dillo_viewer/Makefile.am
8289         * src/plugins/pgpcore/Makefile.am
8290         * src/plugins/pgpinline/Makefile.am
8291         * src/plugins/pgpmime/Makefile.am
8292         * src/plugins/trayicon/Makefile.am
8293                 Fix 100% cpu usage in address completion list
8294                 Fix little bugs (return with no values etc)
8295                 Fix all warnings (with common CFLAGS)
8296
8297 2005-09-15 [colin]      1.9.14cvs33
8298
8299         * src/addressbook.c
8300                 Fix bug where sometimes a group's email list is empty,
8301                 force its refresh (probably fixes "Re: how to create a 
8302                 distribution list")
8303         * src/ldapquery.c
8304                 Don't return to the callback in the main thread from the
8305                 fetch thread (or face segs!)
8306
8307 2005-09-15 [paul]       1.9.14cvs32
8308
8309         * src/prefs_matcher.c
8310                 forgotten in last commit
8311
8312 2005-09-15 [paul]       1.9.14cvs31
8313
8314         * src/prefs_actions.c
8315         * src/prefs_filtering_action.c
8316         * src/prefs_quote.c
8317         * src/quote_fmt.c
8318         * src/summaryview.c
8319         * src/gtk/description_window.c
8320         * src/gtk/description_window.h
8321         * src/gtk/quicksearch.c
8322                 allow interaction with the called
8323                 description window
8324                 Patch by Anders Hammar
8325
8326 2005-09-14 [paul]       1.9.14cvs30
8327
8328         * src/compose.c
8329                 fix a little annoyance when pasting with 3rd button 
8330                 with wrap_pastes=0 and wrap_input=1
8331                 Patch by Colin
8332
8333 2005-09-14 [paul]       1.9.14cvs29
8334
8335         * src/prefs_account.c
8336                 disable 'Filter messages on receiving' for
8337                 SMTP-only accounts
8338                 Patch  by Anders Hammar
8339
8340 2005-09-14 [paul]       1.9.14cvs28
8341
8342         * po/sk.po
8343                 fix crash
8344                 updated by Andrej Kacian
8345
8346 2005-09-14 [paul]
8347
8348         1.9.15-rc1 released
8349
8350 2005-09-14 [paul]       1.9.14cvs27
8351
8352         * po/es.po
8353                 updated by Ricardo Mones Lastra
8354         * src/compose.c
8355         * src/compose.h
8356                 associate no_wrap_tags to Compose windows
8357                 instead of using a static one
8358                 Patch by Colin
8359         * src/mbox.c
8360                 fix proc_mbox()
8361                 Patch by wwp
8362         * src/textview.c
8363                 remove unneeded printf()
8364
8365 2005-09-14 [paul]       1.9.14cvs26
8366
8367         * src/addrcache.c
8368         * src/codeconv.h
8369         * src/folder.h
8370         * src/mainwindow.h
8371         * src/mh.c
8372         * src/mimeview.h
8373         * src/partial_download.c
8374         * src/pop.c
8375         * src/prefs_account.c
8376         * src/prefs_account.h
8377         * src/prefs_actions.c
8378         * src/prefs_customheader.c
8379         * src/prefs_display_header.c
8380         * src/prefs_filtering_action.c
8381         * src/prefs_matcher.c
8382         * src/prefs_toolbar.c
8383         * src/privacy.h
8384         * src/procmime.c
8385         * src/procmime.h
8386         * src/procmsg.h
8387         * src/textview.c
8388         * src/undo.h
8389         * src/common/plugin.c
8390         * src/common/session.h
8391         * src/common/socket.c
8392         * src/common/socket.h
8393         * src/common/template.c
8394         * src/gtk/gtkaspell.c
8395         * src/gtk/quicksearch.h
8396         * src/plugins/pgpcore/passphrase.c
8397         * src/plugins/pgpcore/prefs_gpg.h
8398         * src/plugins/pgpcore/select-keys.c
8399         * src/plugins/pgpcore/select-keys.h
8400         * src/plugins/pgpcore/sgpgme.c
8401         * src/plugins/pgpinline/pgpinline.c
8402         * src/plugins/pgpmime/pgpmime.c
8403         * src/plugins/trayicon/trayicon.c
8404                 fix compilation warnings
8405                 Patch by Daniel Gustafson
8406
8407 2005-09-14 [paul]       1.9.14cvs25
8408
8409         * src/addressbook.c
8410                 add missing column header, and other small
8411                 bug fixes
8412                 Patch by Anders Hammar
8413
8414 2005-09-13 [colin]      1.9.14cvs24
8415
8416         * src/gtk/gtkaspell.c
8417                 Fix non-utf8 in menu
8418                 Fix little leaks
8419                 Nullify struct members after free()s
8420
8421 2005-09-13 [colin]      1.9.14cvs23
8422
8423         * src/compose.c
8424                 Test utf8 compliance before inserting to 
8425                 buffer, and try to convert if necessary
8426         * src/procmime.c
8427                 If no charset is present, use the locale 
8428                 one instead of us-ascii
8429         * src/procmsg.c
8430                 Add Sender, List-Post and To in the checked 
8431                 headers for automatic rules creation 
8432                 (thanks to wwp)
8433         * src/prefs_themes.c
8434         * src/gtk/gtkaspell.c
8435                 Remove deprecated functions. 
8436                 patch by Daniel Gustafson
8437
8438 2005-09-12 [colin]      1.9.14cvs22
8439
8440         * src/compose.c
8441                 Fix bug #448 (Scrolling/Redraw issue with 
8442                 address-fields in Header)
8443         * src/mainwindow.c
8444         * src/summaryview.c
8445         * src/summaryview.h
8446                 Fix loss of MSG_MARKED on move/copy
8447                 Fix bug #804 (Quicksearch togglebutton doesn't 
8448                 get depressed after '/' key is pressed)
8449
8450 2005-09-12 [paul]       1.9.14cvs21
8451
8452         * AUTHORS
8453         * src/gtk/logwindow.c
8454                 add 'Clear Log' to popup menu
8455                 Patch by Anders Hammar <anders.hammar@telia.com>
8456
8457 2005-09-12 [paul]       1.9.14cvs20
8458
8459         * src/compose.c
8460                 set correct sensitivity on attachments
8461                 popup menu
8462         * src/folder.c
8463                 fix typo
8464         * src/prefs_spelling.c
8465                 fix crash when no LANG env is set
8466         * src/common/xml.c
8467                 fix crash in wizard
8468                 don't use memeory after free
8469
8470         All patches by Daniel Gustafson
8471
8472 2005-09-12 [paul]       1.9.14cvs19
8473
8474         * src/prefs_themes.c
8475                 make theme info selectable
8476         * src/gtk/description_window.c
8477                 make window non-modal
8478         * tools/README
8479                 add details of asus_mailed.sh
8480         * tools/claws.i18n.status.pl
8481                 update for new zh_TW translator
8482                 widen the output
8483                 create alternate coloured lines
8484                 improve readability
8485
8486 2005-09-10 [colin]      1.9.14cvs18
8487
8488         * src/plugins/pgpcore/select-keys.c
8489                 Better order for the buttons
8490
8491 2005-09-10 [colin]      1.9.14cvs17
8492
8493         * src/compose.c
8494         * src/plugins/pgpcore/select-keys.c
8495         * src/plugins/pgpcore/select-keys.h
8496         * src/plugins/pgpcore/sgpgme.c
8497                 Add a "Don't encrypt" button to the key
8498                 selection dialog. Fixes bug #177 (There should be a 
8499                 'Don't encrypt button in the Select Keys dialog)
8500
8501 2005-09-10 [colin]      1.9.14cvs16
8502
8503         * src/compose.c
8504                 Fix bug #572 (%X option does not work with templates)
8505
8506 2005-09-10 [colin]      1.9.14cvs15
8507
8508         * src/toolbar.c 
8509                 Remove g_print
8510
8511 2005-09-10 [colin]      1.9.14cvs14
8512
8513         * src/imap.c
8514                 Fix a possible crash
8515
8516 2005-09-09 [colin]      1.9.14cvs13
8517
8518         * src/imap.c
8519         * src/etpan/imap-thread.c
8520         * src/etpan/imap-thread.h
8521                 Fix moving from queue or drafts to normal folders
8522                 Fix bug #794 (No way to delete without expunging)
8523                 Take flags unset by other mailers into account
8524                 Take deleted flag set by other mailers into account
8525                 Fix unsetting REPLIED flag
8526                 Fix crash when capabilities can't be retrieved
8527         * src/mainwindow.c
8528         * src/mainwindow.h
8529                 Add M_DELAYED_FLAGS condition, and let the user use
8530                 Execute in order to be able to expunge deleted mails,
8531                 even if he's not in delayed execute mode
8532         * src/prefs_spelling.c
8533                 Use 'en' dictionary by default if LANG is POSIX or C
8534         * src/gtk/prefswindow.c
8535                 Fix bug #767 (Preferences windows expanding) by making
8536                 the window a bit larger when the resolution is greater
8537                 than 640x480, and by putting the prefs in a
8538                 GtkScrolledWindow.
8539
8540 2005-09-09 [paul]       1.9.14cvs12
8541
8542         * AUTHORS
8543         * configure.ac
8544         * po/zh_TW.Big5.po      ** REMOVED **
8545         * po/zh_TW.po           ** ADDED **
8546                 updated by Wei-Lun Chao
8547
8548 2005-09-09 [paul]       1.9.14cvs11
8549
8550         * src/mainwindow.c
8551                 fix asserts
8552         * src/common/xml.c
8553                 delay memory allocation until file is
8554                 opened successfully
8555                 Patch by Daniel Gustafson
8556
8557 2005-09-09 [colin]      1.9.14cvs10
8558
8559         * src/imap.c
8560                 Add guards
8561
8562 2005-09-08 [colin]      1.9.14cvs9
8563
8564         * src/compose.c
8565                 Alert when we can't save draft
8566                 Fix various wrap/color issues
8567                 Add mid-click pasting respecting wrap_paste option
8568         * src/folder.c
8569         * src/folder.h
8570         * src/folder_item_prefs.c
8571         * src/folder_item_prefs.h
8572         * src/imap.c
8573         * src/imap_gtk.c
8574         * src/imap_gtk.h
8575         * src/main.c
8576         * src/mainwindow.c
8577         * src/mainwindow.h
8578         * src/news.c
8579         * src/news_gtk.c
8580         * src/news_gtk.h
8581         * src/prefs_folder_item.c
8582                 Fix the impossibility to synchronise folders for
8583                 offline use (IMAP and NNTP are concerned)
8584
8585 2005-09-08 [colin]      1.9.14cvs8
8586
8587         * configure.ac
8588                 Build LDAP and JPilot by default if available
8589         * src/textview.c
8590                 Fix use after free
8591
8592 2005-09-08 [paul]       1.9.14cvs7
8593
8594         * doc/manual/en/sylpheed-1.html
8595         * doc/manual/en/sylpheed-18.html
8596         * doc/manual/en/sylpheed-19.html
8597         * doc/manual/en/sylpheed-4.html
8598         * doc/manual/en/sylpheed-6.html
8599         * doc/manual/en/sylpheed.html
8600                 a few minor updates, plus include some
8601                 details about plugins and their requirements
8602         * src/mainwindow.c
8603                 minor changes to English in /View/Sort
8604
8605 2005-09-07 [colin]      1.9.14cvs6
8606
8607         * doc/manual/en/sylpheed-1.html
8608         * doc/manual/en/sylpheed-10.html
8609         * doc/manual/en/sylpheed-11.html
8610         * doc/manual/en/sylpheed-12.html
8611         * doc/manual/en/sylpheed-13.html
8612         * doc/manual/en/sylpheed-14.html
8613         * doc/manual/en/sylpheed-15.html
8614         * doc/manual/en/sylpheed-16.html
8615         * doc/manual/en/sylpheed-17.html
8616         * doc/manual/en/sylpheed-18.html
8617         * doc/manual/en/sylpheed-19.html
8618         * doc/manual/en/sylpheed-2.html
8619         * doc/manual/en/sylpheed-20.html
8620         * doc/manual/en/sylpheed-21.html
8621         * doc/manual/en/sylpheed-22.html
8622         * doc/manual/en/sylpheed-3.html
8623         * doc/manual/en/sylpheed-4.html
8624         * doc/manual/en/sylpheed-5.html
8625         * doc/manual/en/sylpheed-6.html
8626         * doc/manual/en/sylpheed-7.html
8627         * doc/manual/en/sylpheed-8.html
8628         * doc/manual/en/sylpheed-9.html
8629         * doc/manual/en/sylpheed.html
8630                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8631
8632 2005-09-07 [colin]      1.9.14cvs5
8633
8634         * src/mainwindow.c
8635                 Make labels more to-the-point
8636
8637 2005-09-07 [colin]      1.9.14cvs4
8638
8639         * doc/manual/en/sylpheed-1.html
8640         * doc/manual/en/sylpheed-12.html
8641         * doc/manual/en/sylpheed-13.html
8642         * doc/manual/en/sylpheed-14.html
8643         * doc/manual/en/sylpheed-15.html
8644         * doc/manual/en/sylpheed-16.html
8645         * doc/manual/en/sylpheed-17.html
8646         * doc/manual/en/sylpheed-18.html
8647         * doc/manual/en/sylpheed-19.html
8648         * doc/manual/en/sylpheed-2.html
8649         * doc/manual/en/sylpheed-20.html
8650         * doc/manual/en/sylpheed-21.html
8651         * doc/manual/en/sylpheed-22.html
8652         * doc/manual/en/sylpheed-4.html
8653         * doc/manual/en/sylpheed-5.html
8654         * doc/manual/en/sylpheed-6.html
8655         * doc/manual/en/sylpheed-7.html
8656         * doc/manual/en/sylpheed-8.html
8657         * doc/manual/en/sylpheed-9.html
8658         * doc/manual/en/sylpheed.html
8659                 Update manual
8660
8661 2005-09-07 [colin]      1.9.14cvs3
8662
8663         * doc/faq/en/sylpheed-faq-1.html
8664         * doc/faq/en/sylpheed-faq-2.html
8665         * doc/faq/en/sylpheed-faq-3.html
8666         * doc/faq/en/sylpheed-faq.html
8667                 Update FAQ
8668
8669 2005-09-07 [colin]      1.9.14cvs2
8670
8671         * src/folderview.c
8672         * src/procmsg.c
8673         * src/summaryview.c
8674         * src/toolbar.c
8675                 Fix special subfolders:
8676                 - Inherit parent's icon
8677                 - sent contents of queues subfolders
8678                 - empty subfolders of trashes
8679         * src/mainwindow.c
8680                 Remove outdated manual and faq entries
8681         * src/common/utils.c
8682                 Add quotes around %s coming from mailcap
8683
8684 2005-09-07 [colin]      1.9.14cvs1
8685
8686         * src/compose.c
8687                 After saving draft, set modified to FALSE
8688         * src/mimeview.c
8689         * src/common/utils.c
8690         * src/common/utils.h
8691                 Try to open mime parts using what is 
8692                 indicated in ~/.mailcap or /etc/mailcap,
8693                 if possible.
8694
8695 2005-09-05 [paul]       1.9.14
8696
8697         1.9.14 released
8698
8699         * po/sk.po
8700                 updated by Andrej Kacian
8701
8702 2005-09-05 [paul]       1.9.13cvs83
8703
8704         * po/de.po
8705         * po/es.po
8706         * po/fi.po
8707         * po/fr.po
8708         * po/nb.po
8709         * po/pt_BR.po
8710         * po/sr.po
8711                 updated translations by Thomas Gilgin, Ricardo Mones
8712                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8713                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8714
8715 2005-09-04 [paul]       1.9.13cvs82
8716
8717         * src/compose.c
8718                 only warn about exceeded line length limit
8719                 on send
8720
8721 2005-09-04 [paul]       1.9.13cvs81
8722
8723         * src/compose.c
8724                 fix crash in 'line length exceeded' dialogue
8725
8726 2005-09-02 [paul]       1.9.13cvs80
8727
8728         * src/imap.c
8729                 fix bug 795, 'Connection lost IMAP'
8730                 and add statusbar prints
8731                 Patch by Colin
8732
8733 2005-09-02 [paul]       1.9.13cvs79
8734
8735         * src/compose.c
8736                 compose_wrap_paragraph() becomes
8737                 compose_beautify_paragraph()
8738                 Patch by Colin
8739
8740 2005-09-02 [colin]      1.9.13cvs78
8741
8742         * src/folderview.c
8743                 Micro-fix
8744
8745 2005-09-01 [colin]      1.9.13cvs77
8746
8747         * src/imap.c
8748                 Maybe fix bug #795 (Connection lost IMAP)
8749                 Don't try to send logout when we're disconnected.
8750         * src/summaryview.c
8751                 Include locked and marked emails in HRM
8752                 view. Fixes bug #800 (Locked messages no longer 
8753                 show up when hide read messages is used)
8754
8755 2005-09-01 [paul]       1.9.13cvs76
8756
8757         * src/prefs_common.c
8758                 fix bad cutting
8759
8760 2005-08-31 [colin]      1.9.13cvs75
8761
8762         * src/folderview.c
8763         * src/folderview.h
8764         * src/prefs_summaries.c
8765         * src/summaryview.c
8766                 Fix "go to next new", fix preference
8767                 (Open unread/next swapped)
8768
8769 2005-08-31 [paul]       1.9.13cvs74
8770
8771         * src/compose.c
8772         * src/folderview.c
8773         * src/headerview.c
8774         * src/headerview.h
8775         * src/mainwindow.c
8776         * src/prefs_common.c
8777         * src/prefs_common.h
8778         * src/prefs_fonts.c
8779         * src/summaryview.c
8780         * src/textview.c
8781         * src/common/defs.h
8782                 remove obsolete BOLD_FONT setting
8783                 fix font update in headerview and textview
8784                 headers after prefs change
8785                 Patch By Colin
8786
8787 2005-08-31 [paul]
8788
8789         1.9.14-rc4 released
8790
8791 2005-08-30 [colin]      1.9.13cvs73
8792
8793         * src/summaryview.c
8794                 When Hide read messages is selected and we
8795                 refresh the summaryview, don't remove the 
8796                 currently displayed message. Fixes bug #797
8797                 (Summary view reloads when new mail is 
8798                 downloaded in 1.9.14 rc)
8799
8800 2005-08-30 [colin]      1.9.13cvs72
8801
8802         * src/folderview.c
8803                 Fix flickering
8804         * src/mainwindow.c
8805                 Remove useless callback
8806         * src/mimeview.c
8807         * src/gtk/filesel.c
8808         * src/gtk/filesel.h
8809                 Add a filesel_select_file_save_folder() - used by Save All
8810
8811 2005-08-29 [paul]       1.9.13cvs71
8812
8813         * AUTHORS
8814         * src/matcher_parser_parse.y
8815         * src/etpan/imap-thread.c
8816                 fix building on FreeBSD
8817                 Patch by Daniel Gustafson <daniel@hobbit.se>
8818
8819 2005-08-29 [paul]       1.9.13cvs70
8820
8821         * src/plugins/pgpinline/pgpinline.c
8822                 only initialise sig result if it's been handled
8823                 Patch by Colin
8824
8825 2005-08-29 [paul]       1.9.13cvs69
8826         
8827         Patches by Colin:
8828
8829         * src/imap.c
8830         * src/common.utils.c
8831         * src/common/utils.h
8832                 optimisation
8833         * src/stock_pixmap.h
8834                 fix wrong icon reference
8835         * src/pixmaps/trash_btn.xpm
8836                 replace with nicer image
8837
8838 2005-08-28 [colin]      1.9.13cvs68
8839
8840         * src/Makefile.am
8841         * src/stock_pixmap.c
8842         * src/stock_pixmap.h
8843         * src/toolbar.c
8844         * src/pixmaps/trash_btn.xpm
8845                 Add a specific trash xpm for the button
8846
8847 2005-08-28 [colin]      1.9.13cvs67
8848
8849         * src/imap.c
8850                 Fix leak
8851
8852 2005-08-27 [colin]      1.9.13cvs66
8853
8854         * src/imap.c
8855         * src/procmime.c
8856                 Correctly fix "Problem with replies", fixes
8857                 pgpmime encryption too. 
8858
8859 2005-08-27 [colin]      1.9.13cvs65
8860
8861         * src/folder.c
8862         * src/procmsg.c
8863         * src/procmsg.h
8864         * src/summaryview.c
8865                 Fix bug #517 (messages removed from summaryview 
8866                 when moving fails)
8867
8868 2005-08-27 [colin]      1.9.13cvs64
8869
8870         * tools/Makefile.am
8871         * tools/asus_mailled.sh
8872                 Add a script to blink ASUS laptops' mail LED where there
8873                 is unread mail.
8874
8875 2005-08-27 [colin]      1.9.13cvs63
8876
8877         * src/imap.c
8878         * src/etpan/imap-thread.c
8879         * src/etpan/imap-thread.h
8880                 Implement automatic choosing of login method
8881                 Fixes bug #791
8882         * src/gtk/.cvsignore
8883                 Add sylpheed-marshal.[ch]
8884
8885 2005-08-27 [colin]      1.9.13cvs62
8886
8887         * src/common/utils.c
8888                 Fix confusing perror
8889
8890 2005-08-27 [colin]      1.9.13cvs61
8891
8892         * src/toolbar.c
8893         * src/toolbar.h
8894                 Remove A_DELETE, replace it with 
8895                 A_TRASH and A_DELETE_REAL. Automatically
8896                 rewrite config files to replace A_DELETE
8897                 with A_TRASH (no functionality change).
8898                 Fixes half of #794
8899
8900 2005-08-26 [colin]      1.9.13cvs60
8901
8902         * src/procmime.c
8903                 Previous "Problem with replies" fix brought other
8904                 problems, fixing them
8905
8906 2005-08-26 [colin]      1.9.13cvs59
8907
8908         * src/procmime.c
8909                 Fix "Problem with replies". This happened only
8910                 on IMAP...
8911         * src/procmsg.c
8912                 Factorize code a bit
8913         * src/compose.c
8914                 Speed improvement on very long messages (wrapping)
8915                 Fix signature color on Reedit and Redirect
8916                 On Reedit, don't attach pgp-signatures parts, but
8917                 set signing to On.
8918
8919 2005-08-24 [paul]       1.9.13cvs58
8920
8921         * src/compose.c
8922                 don't claim success when clicking
8923                 Cancel on the passphrase box.
8924                 Patch by Colin
8925
8926 2005-08-24 [paul]       1.9.13cvs57
8927
8928         * src/main.c
8929                 fix misplaced sylpheed.log
8930         * src/common/defs.h
8931                 define UIDL_DIR
8932
8933 2005-08-24 [paul]       1.9.13cvs56
8934
8935         * src/imap.c
8936         * src/etpan/imap-thread.c
8937         * src/etpan/imap-thread.h
8938                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8939                 Patch by Colin
8940         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8941         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8942                 remove autogenerated files
8943         * tools/kdeservicemenu/README
8944         * tools/kdeservicemenu/install.sh
8945         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8946         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8947                 use Claws icon, use 'Sylpheed-Claws' in menu,
8948                 use kdialog, and other cleanups
8949
8950 2005-08-23 [paul]       1.9.13cvs55
8951
8952         * src/compose.c
8953                 fix paste/wrap crash
8954                 Patch by Colin
8955
8956 2005-08-23 [paul]       1.9.13cvs54
8957
8958         * src/main.c
8959                 fix crash recovery
8960                 Patch by Colin
8961
8962 2005-08-23 [paul]       1.9.13cvs53
8963
8964         * src/addressbook.c
8965         * src/editaddress.c
8966                 view all data of LDAP contacts
8967                 Patch by Colin
8968
8969 2005-08-23 [paul]       1.9.13cvs52
8970
8971         * src/addressbook.c
8972                 fix issues with the Search field
8973                 Patch by Colin
8974
8975 2005-08-22 [paul]       1.9.13cvs51
8976
8977         * src/folderview.c
8978                 put name of folder in processing dialog
8979                 title
8980         * src/prefs_folder_item.c
8981                 improve english usage
8982
8983 2005-08-22 [paul]       1.9.13cvs50
8984
8985         * src/filtering.c
8986         * src/filtering.h
8987         * src/matcher.c
8988         * src/matcher_parser_lex.l
8989         * src/matcher_parser_parse.y
8990         * src/prefs_filtering.c
8991                 add Filtering/Processing rule names feature.
8992                 (the incompatible old matcherrc is saved as
8993                 matcherrc.pre_names).
8994                 Patch by Colin
8995
8996 2005-08-22 [paul]       1.9.13cvs49
8997
8998         * src/procmsg.c
8999                 fix colour labelling
9000                 Patch by Colin
9001
9002 2005-08-22 [paul]       1.9.13cvs48
9003
9004         * src/textview.c
9005                 fix open_image_cb()
9006
9007 2005-08-22 [paul]       1.9.13cvs47
9008
9009         * src/imap.c
9010                 fix bug 789, 'SC crashes with imap (CVS ver)'
9011                 Patch by Colin
9012
9013 2005-08-22 [paul]       1.9.13cvs46
9014
9015         * src/mimeview.c
9016         * src/prefs_common.c
9017         * src/common/defs.h
9018                 define reused defaults in defs.h
9019         * src/textview.c
9020                 add 'Open image' to image popup menu
9021
9022 2005-08-21 [colin]      1.9.13cvs45
9023
9024         * src/summaryview.c
9025                 Fix bug #788 (Bogus "From" address displayed)
9026
9027 2005-08-20 [colin]      1.9.13cvs44
9028
9029         * src/folder.c
9030                 Fix buf #787 (multilevel delete causes SIGSEGV)
9031
9032 2005-08-19 [colin]      1.9.13cvs43
9033
9034         * src/inc.c
9035         * src/prefs_common.c
9036         * src/prefs_common.h
9037                 Add an hidden pref to allow modifying the
9038                 update stepping in incorporation.
9039                 Patch by wwp.
9040
9041 2005-08-19 [colin]      1.9.13cvs42
9042
9043         * src/compose.c
9044         * src/procmime.c
9045                 Workaround for broken MUAs: encode 
9046                 Content-type: name: as ASCII and 
9047                 Content-Disposition: filename: as
9048                 per rfc2231
9049         * src/prefs_account.c
9050                 Fix invisible-ness of SMTP SSL prefs
9051                 in NNTP accounts
9052
9053 2005-08-19 [paul]       1.9.13cvs41
9054
9055         * src/compose.c
9056         * src/prefs_common.c
9057         * src/prefs_common.h
9058         * src/prefs_wrapping.c
9059                 paste with or without wrapping.
9060                 patch by Colin
9061
9062 2005-08-19 [paul]       1.9.13cvs40
9063
9064         * src/prefs_common.c
9065         * src/prefs_common.h
9066         * src/summaryview.c
9067                 reintroduce enable_swap_from as a
9068                 hidden pref. patch by Colin
9069         * src/quote_fmt_parse.y
9070         * src/plugins/clamav/clamav_plugin.c
9071         * src/plugins/dillo_viewer/dillo_viewer.c
9072         * src/plugins/mathml_viewer/mathml_viewer.c
9073         * src/plugins/pgpcore/sgpgme.c
9074         * src/plugins/pgpinline/pgpinline.c
9075         * src/plugins/pgpmime/pgpmime.c
9076                 tidy up. patch by Colin
9077
9078 2005-08-19 [paul]       1.9.13cvs39
9079
9080         * configure.ac
9081                 complete cvs38's sync
9082         * src/editaddress.c
9083         * src/gedit-print.c
9084         * src/mutt.c
9085         * src/etpan/etpan-log.c
9086         * src/etpan/imap-thread.c
9087         * src/gtk/gtksourceprintjob.c
9088                 fix compilation warnings
9089                 (patch by Colin)
9090
9091 2005-08-19 [paul]       1.9.13cvs38
9092
9093         sync with main:
9094
9095         * src/account.c
9096         * src/action.c
9097         * src/addrbook.c
9098         * src/addrcache.c
9099         * src/addrharvest.c
9100         * src/addrindex.c
9101         * src/codeconv.c
9102         * src/compose.c
9103         * src/crash.c
9104         * src/exporthtml.c
9105         * src/exportldif.c
9106         * src/folder.c
9107         * src/image_viewer.c
9108         * src/inc.c
9109         * src/inc.h
9110         * src/jpilot.c
9111         * src/ldif.c
9112         * src/main.c
9113         * src/matcher.c
9114         * src/mbox.c
9115         * src/messageview.c
9116         * src/mh.c
9117         * src/mimeview.c
9118         * src/msgcache.c
9119         * src/mutt.c
9120         * src/news.c
9121         * src/partial_download.c
9122         * src/pine.c
9123         * src/pop.c
9124         * src/prefs_actions.c
9125         * src/prefs_common.c
9126         * src/prefs_customheader.c
9127         * src/prefs_display_header.c
9128         * src/prefs_gtk.c
9129         * src/prefs_themes.c
9130         * src/procheader.c
9131         * src/procmime.c
9132         * src/procmsg.c
9133         * src/recv.c
9134         * src/send_message.c
9135         * src/simple-gettext.c
9136         * src/sourcewindow.c
9137         * src/textview.c
9138         * src/vcard.c
9139         * src/common/defs.h
9140         * src/common/log.c
9141         * src/common/plugin.c
9142         * src/common/prefs.c
9143         * src/common/session.c
9144         * src/common/session.h
9145         * src/common/socket.c
9146         * src/common/socket.h
9147         * src/common/ssl_certificate.c
9148         * src/common/template.c
9149         * src/common/utils.c
9150         * src/common/utils.h
9151         * src/common/xml.c
9152         * src/gtk/about.c
9153         added wrappers for C library function that
9154                 take pathname arguments.
9155                 enabled compilation with MinGW.
9156                 use GDir instead of directly using opendir().
9157                 added rename_force().
9158
9159 2005-08-19 [paul]       1.9.13cvs37
9160         
9161         patches by Colin:
9162         * src/compose.c
9163                 fix privacy settings on re-editing
9164                 a sent message
9165         * src/jpilot.c
9166                 fix encoding bug
9167         * src/folder.c
9168         * src/procmsg.c
9169         * src/procmsg.h
9170         * src/summaryview.c
9171                 flag changing optimisation
9172
9173 2005-08-18 [martin]     1.9.13cvs36
9174
9175         * commitHelper
9176             added my login
9177         * src/addrcache.c
9178         * src/addrharvest.c
9179         * src/addrindex.c
9180         * src/compose.c
9181         * src/grouplistdialog.c
9182         * src/main.c
9183         * src/mainwindow.c
9184         * src/msgcache.c
9185         * src/mutt.c
9186         * src/pine.c
9187         * src/prefs_account.c
9188         * src/prefs_themes.c
9189         * src/stock_pixmap.c
9190         * src/summaryview.c
9191         * src/gtk/about.c
9192         * src/gtk/logwindow.c
9193             removed deprecated glib and gdk stuff
9194         * src/plugins/pgpcore/select-keys.c
9195             convert attributes from locale to utf8
9196
9197 2005-08-17 [paul]       1.9.13cvs35
9198
9199         * src/account.c
9200         * src/addressbook.c
9201                 use new GTK_STOCK_ icons if available
9202         * src/summaryview.c
9203         * src/gtk/gtksctree.c
9204         * src/gtk/gtksctree.h
9205                 faster range select. patch by Colin
9206
9207 2005-08-17 [paul]       1.9.13cvs34
9208
9209         patches by colin:
9210         * src/addressbook.c
9211         * src/addressitem.h
9212                 Add an edit button for contacts, fix selections
9213                 of gtksctree items
9214         * src/editaddress.c
9215                 Change labels, let Save be always possible in the
9216                 email and user atributes tabs
9217         * src/folderview.c
9218                 fix sort issues
9219         * src/summaryview.c
9220                 select next item instead of the displayed one
9221                 after deletion
9222
9223         * src/gtk/progressdialog.c
9224                 use prefs_common.enable_rules_hint
9225
9226 2005-08-13 [hoa]        1.9.13cvs33
9227
9228         * src/etpan/imap-thread.c
9229                 fixed build on Solaris.
9230
9231 2005-08-10 [colin]      1.9.13cvs32
9232
9233         * src/procmsg.c
9234                 Fix cvs31 (missing fclose before reading
9235                 the file)
9236
9237 2005-08-10 [colin]      1.9.13cvs31
9238
9239         * src/procmsg.c
9240                 Fix procmsg_msginfo_new_from_mimeinfo() when
9241                 the MimeInfo isn't stored in memory. This fixes
9242                 replying to an attached message.
9243
9244 2005-08-10 [colin]      1.9.13cvs30
9245
9246         * src/mainwindow.c
9247                 Fix slowness in account changing
9248
9249 2005-08-10 [colin]      1.9.13cvs29
9250
9251         * src/folder.c
9252         * src/folderutils.c
9253         * src/folderview.c
9254         * src/imap_gtk.c
9255         * src/mainwindow.c
9256         * src/mh_gtk.c
9257         * src/procmsg.c
9258         * src/summaryview.c
9259                 Optimize folder_has_parent_of_type
9260                 Prevent moving special sub-folders from contextual menus
9261                 Rework message a bit ("Empty all messages" -> "Delete all
9262                 messages")
9263                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9264                 and "Deleted Items" folders)
9265
9266 2005-08-08 [colin]      1.9.13cvs28
9267
9268         * src/summaryview.c
9269         * src/prefs_summaries.c
9270                 Make "Select first unread|new" more flexible
9271                 (just prioritize new or unread)
9272
9273 2005-08-08 [colin]      1.9.13cvs27
9274
9275         * src/summaryview.c
9276                 If "select first new" is selected and there only
9277                 are unread messages, fallback to "select first
9278                 unread".
9279
9280 2005-08-08 [colin]      1.9.13cvs26
9281
9282         * src/folder.c
9283                 Fix shameful bugs (and bug #779)
9284
9285 2005-08-08 [colin]      1.9.13cvs25
9286
9287         * src/folder.c
9288         * src/folder.h
9289                 Cache parents' type to make folder_has_parent_of_type
9290                 faster
9291         * src/folderview.c
9292                 Forbid DnD of special sub-folders
9293         * src/procmsg.c
9294         * src/procmsg.h
9295                 Add MAIL_POSTFILTERING_HOOK
9296         * src/summaryview.c
9297                 Revert over-zealous deletion of the use_addr_book 
9298                 code
9299
9300 2005-08-07 [colin]      1.9.13cvs24
9301
9302         * src/folder.c
9303                 Fix big mistake (passing MsgInfo instead 
9304                 of FolderItem)
9305
9306 2005-08-07 [colin]      1.9.13cvs23
9307
9308         * src/compose.c
9309         * src/folder.c
9310         * src/folder.h
9311         * src/foldersel.c
9312         * src/folderutils.c
9313         * src/folderview.c
9314         * src/imap.c
9315         * src/mainwindow.c
9316         * src/messageview.c
9317         * src/mh.c
9318         * src/msgcache.c
9319         * src/procmime.c
9320         * src/summaryview.c
9321                 Make subfolders of Drafts, Queue, Outbox, Trash
9322                 work like their parents. 
9323                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9324
9325 2005-08-07 [colin]      1.9.13cvs22
9326
9327         * src/addressbook.c
9328                 Fix bug #771 (Dragged contacts not saved)
9329
9330 2005-08-07 [paul]       1.9.13cvs21
9331
9332         * src/summaryview.c
9333                 fix bug 32 'Search Doesn't display results
9334                 if "Hide Read Messages" is chosen'
9335                 be more literal in interpreting 'Hide read
9336                 messages'
9337
9338 2005-08-07 [colin]      1.9.13cvs20
9339
9340         * src/folderview.c
9341                 Add debug
9342         * src/summaryview.c
9343                 Faster 'unthread_for_execution'
9344
9345 2005-08-06 [paul]       1.9.13cvs19
9346
9347         * src/mainwindow.c
9348                 add mnemonics to Set displayed columns
9349                 fix bug where msgview_visible option was
9350                 overwritten as TRUE on startup
9351
9352 2005-08-06 [paul]       1.9.13cvs18
9353
9354         * src/mainwindow.c
9355                 refer to 'displayed columns in folder/message
9356                 list' not 'displayed items in summary/message view'
9357         * src/prefs_display_header.c
9358                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9359                 be consistent with similar dialogues
9360         * src/prefs_folder_column.c
9361         * src/prefs_summary_column.c
9362                 'columns' not 'items', and folder and message lists,
9363                 instead of folder and summary views;
9364                 Use 'Hidden columns' as list heading not 'Available
9365                 items';
9366                 move the 'Remove' button to the right hand side;
9367                 top-align the buttons;
9368                 remove unneeded vbox
9369         * src/prefs_summaries.c
9370                 put the 2 column prefs buttons in a frame to reduce
9371                 overall width; refer to columns not items &c.
9372
9373 2005-08-05 [colin]      1.9.13cvs17
9374
9375         * src/prefs_common.c
9376         * src/prefs_common.h
9377         * src/mainwindow.c
9378         * src/compose.c
9379         * src/messageview.c
9380                 Add an hidden toolbar_detachable pref, so
9381                 that I can get rid of these painful handles
9382                 in the toolbars. Defaults to TRUE to avoid
9383                 changing the GUI on unsuspecting people...
9384
9385 2005-08-05 [colin]      1.9.13cvs16
9386
9387         * src/Makefile.am
9388         * src/prefs_folder_column.c
9389         * src/prefs_folder_column.h
9390                 Add prefs for folder columns
9391         * src/folderview.c
9392         * src/folderview.h
9393         * src/mainwindow.c
9394         * src/mainwindow.h
9395         * src/prefs_common.c
9396         * src/prefs_common.h
9397         * src/prefs_summaries.c
9398                 Use them
9399         * src/prefs_summary_column.c
9400         * src/summaryview.c
9401         * src/summaryview.h
9402                 Add a To column
9403         * src/textview.c
9404         * src/common/utils.c
9405         * src/common/utils.h
9406                 Move uri colourisation functions
9407                 to utils
9408         * src/compose.c
9409                 Colourise URIs
9410         * src/imap.c
9411                 Fix bug with LIST where we'd try
9412                 to get Folder//////[...]/// 
9413
9414 2005-08-05 [paul]       1.9.13cvs15
9415
9416         * src/prefs_summaries.c
9417                 improve the English usage
9418         * src/summaryview.c
9419                 set font on column change
9420                 thanks to Colin
9421
9422 2005-08-05 [paul]       1.9.13cvs14
9423
9424         * src/prefs_common.c
9425         * src/prefs_common.h
9426         * src/prefs_summaries.c
9427         * src/summaryview.c
9428                 replace 'open_unread_on_enter' option with
9429                 'select_on_entry' option. opening/not opening
9430                 is now exclusively controlled by 'always_show_msg'
9431
9432 2005-08-04 [colin]      1.9.13cvs13
9433
9434         * src/compose.c
9435                 Remove dead code
9436                 Add colourisation of quotes and signatures
9437         * src/folderview.c
9438                 Fix possible crashes
9439         * src/messageview.c
9440                 Change an assert that is no problem
9441         * src/news.c
9442         * src/news_gtk.c
9443         * src/news_gtk.h
9444                 Fix offline mode
9445         * src/gtk/quicksearch.c
9446                 Fix a possible crash
9447
9448 2005-08-03 [colin]      1.9.13cvs12
9449
9450         * src/prefs_account.c
9451                 Fix bug #777 (Sylpheed crash in account configuration)
9452
9453 2005-08-03 [colin]      1.9.13cvs11
9454
9455         * src/addressbook.c
9456         * src/editaddress.c
9457         * src/editgroup.c
9458                 Fixing addressbook, round 2
9459         * src/textview.c
9460                 Fix emphasis color on rechecking 'Colorize messages'
9461
9462 2005-08-03 [paul]       1.9.13cvs10
9463
9464         sync with main
9465
9466         * src/addr_compl.c
9467         * src/compose.c
9468         * src/main.c
9469         * src/pop.c
9470         * src/prefs_account.c
9471         * src/procmime.c
9472         * src/procmsg.c
9473         * src/quote_fmt_parse.y
9474         * src/textview.c
9475         * src/common/quoted-printable.c
9476         * src/common/utils.c
9477         * src/common/utils.h
9478         * src/common/xml.c
9479                 replaced incorrect locale-independent
9480                 ctype functions with GLib's. Corrected
9481                 signedness mismatch.
9482         * src/headerview.c
9483                 headerview_create(): added spacing for vbox.
9484         * src/gtk/about.c
9485                 set focus to the OK button.
9486
9487 2005-08-03 [colin]      1.9.13cvs9
9488
9489         * src/folderview.c
9490                 Fix possible crash
9491
9492 2005-08-02 [colin]      1.9.13cvs8
9493
9494         * src/mainwindow.c
9495                 Fix cast
9496         * src/addressbook.c
9497         * src/addressitem.h
9498                 Fix a cast and more generally, try to make the
9499                 GUI more intuitive and consistent (round 1)
9500
9501 2005-08-02 [paul]       1.9.13cvs7
9502
9503         * src/folder.h
9504                 missing in 1.9.13cvs6
9505
9506 2005-08-02 [colin]      1.9.13cvs6
9507
9508         * src/folder.c
9509                 Fix one more leak
9510
9511 2005-08-02 [colin]      1.9.13cvs5
9512
9513         * src/folder.c
9514         * src/folderview.c
9515         * src/imap.c
9516         * src/main.c
9517         * src/mbox.c
9518         * src/procmsg.c
9519         * src/summaryview.c
9520                 Fix a number of folder_item_get_msg_list()-related
9521                 leaks (missing procmsg_msginfo_free()s)
9522
9523 2005-08-01 [colin]      1.9.13cvs4
9524
9525         * src/folderview.c
9526         * src/folderview.h
9527         * src/mainwindow.c
9528         * src/prefs_fonts.c
9529         * src/prefs_summaries.c
9530         * src/prefs_themes.c
9531         * src/summaryview.c
9532         * src/summaryview.h
9533         * src/textview.c
9534         * src/textview.h
9535                 Fix instant-apply of summary and folderview-related prefs
9536                 Fix erroneous g_free and alertpanels in prefs_theme
9537                 Add instant-apply for fonts
9538                 Defer applying of prefs a little bit so it's done only
9539                 once even if requested by multiples prefs pages
9540
9541 2005-08-01 [paul]       1.9.13cvs3
9542
9543         * src/main.c
9544                 fix bug 776 'S.C. crashes on close'
9545                 thanks to Colin
9546         * src/etpan/etpan-thread-manager-types.h
9547                 add missing include
9548                 thanks to Hoa
9549
9550 2005-07-25 [paul]       1.9.13cvs2
9551
9552         * src/summaryview.c
9553                 fix typos. spotted by Fabien Vantard
9554
9555 2005-07-24 [paul]       1.9.13cvs1
9556
9557         * doc/man/sylpheed.1
9558                 update man page, incorporating fix of
9559                 bug 769 'Typo in manpage'
9560         * src/etpan/imap-thread.c
9561                 fix NetBSD openssl dependencies. patch by
9562                 George Michaelson <ggm@apnic.net>
9563         * po/pt_BR.po
9564                 updated by Frederico Goncalves Guimaraes
9565
9566 2005-07-22 [paul]       1.9.13
9567
9568         1.9.13 release
9569
9570 2005-07-22 [paul]       1.9.12cvs91
9571
9572         * AUTHORS
9573         * INSTALL
9574         * README.claws
9575         * RELEASE_NOTES.claws
9576                 updated for release
9577         * configure.ac
9578         * po/nb.po
9579         * tools/claws.i18n.status.pl
9580                 add Norwegian translation. submiited by
9581                 Geir Helland <pjallabais@users.sourceforge.net>
9582         * po/ca.po
9583         * po/de.po
9584         * po/es.po
9585         * po/fi.po
9586         * po/fr.po
9587         * po/it.po
9588         * po/sk.po
9589         * po/sr.po
9590         * po/zh_CN.po
9591                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9592                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9593                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9594                 Yang Guilong
9595         * src/plugins/clamav/clamav_plugin_gtk.c
9596         * src/plugins/spamassassin/spamassassin_gtk.c
9597                 replace outdated description strings
9598
9599 2005-07-21 [colin]      1.9.12cvs90
9600
9601         * src/folder.c
9602                 Set folder to batch mode when scanning it. Makes deletion
9603                 of unread mails on IMAP much faster (due to the UNREAD 
9604                 flag unsetting)
9605
9606 2005-07-21 [darko]      1.9.12cvs89
9607
9608         * configure.ac
9609                 link against libresolv if necessary (patch by Paul)
9610         * src/msgcache.c
9611                 use glib's portable macros to determine endianness
9612
9613 2005-07-21 [paul]       1.9.12cvs88
9614
9615         * src/crash.c
9616         * src/gtk/about.c
9617                 update compiled-in features list
9618
9619 2005-07-20 [colin]      1.9.12cvs87
9620
9621         * src/folder.c
9622         * src/textview.c
9623                 Gcc 2.9x compilation fixes, thanks to Darko
9624         * src/plugins/clamav/clamav_plugin.c
9625                 Little optimisation: load virus database only once
9626         * src/plugins/spamassassin/spamassassin.c
9627                 Big optimisation: filtering one mail took at least 1 second,
9628                 now it takes at least 50ms. Doesn't speed up spamassassin 
9629                 itself, but should already be much more tolerable.
9630
9631 2005-07-20 [colin]      1.9.12cvs86
9632
9633         * src/summaryview.c
9634                 Fix performance issue
9635
9636 2005-07-19 [colin]      1.9.12cvs85
9637
9638         * src/plugins/pgpinline/plugin.c
9639                 Fix warning
9640
9641 2005-07-19 [colin]      1.9.12cvs84
9642
9643         * configure.ac
9644         * src/plugins/Makefile.am
9645         * src/plugins/pgpinline/.cvsignore
9646         * src/plugins/pgpinline/Makefile.am
9647         * src/plugins/pgpinline/pgpinline.c
9648         * src/plugins/pgpinline/pgpinline.deps
9649         * src/plugins/pgpinline/pgpinline.h
9650         * src/plugins/pgpinline/plugin.c
9651                 Put pgpinline in the main tree
9652
9653 2005-07-19 [paul]       1.9.12cvs83
9654
9655         * src/prefs_actions.c
9656                 prevent '//' in menu names, which cause a crash
9657                 thanks to Colin
9658
9659 2005-07-19 [paul]       1.9.12cvs82
9660
9661         * configure.ac
9662                 be generally more informative in configure output.
9663                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9664                 '[ --disable-openssl ...', as --enable-openssl is default
9665                 PGP/MIME: don't check for GPGME again, check for
9666                 pgpcore instead. Therefore prevent the possibility of
9667                 attempting to build pgpmime if pgpcore dependencies are
9668                 not met
9669                 ClamAV: use pkgconfig to check for lib
9670                 libgnomeprint: revert logic on inner test to match
9671                 everything else
9672         * src/plugins/pgpcore/sgpgme.c
9673                 add missing include
9674
9675 2005-07-19 [colin]      1.9.12cvs81
9676
9677         * src/summaryview.c
9678                 Fix slow thread rebuilding in particular
9679                 cases
9680
9681 2005-07-19 [paul]       1.9.12cvs80
9682
9683         * sylpheed-claws.desktop
9684                 fix typo, spotted by Stephan Sachse
9685         * src/account.c
9686                 replace GTK_STOCK_ADD with
9687                 GTK_STOCK_NEW button
9688
9689 2005-07-18 [colin]      1.9.12cvs79
9690
9691         * src/etpan/imap-thread.c
9692                 Fix return value (Thanks Hoa)
9693
9694 2005-07-18 [colin]      1.9.12cvs78
9695
9696         * src/imap.c
9697                 Allow empty passwords
9698                 Create drafts/queue/outbox if necessary
9699         * src/summaryview.c
9700                 Remove old code
9701         * src/etpan/imap-thread.c
9702                 Fix STARTTLS (Thanks to Hoa)
9703
9704 2005-07-18 [paul]       1.9.12cvs77
9705
9706         * ChangeLog-gtk2.jp
9707         * ChangeLog.jp
9708                 removed
9709         * Makefile.am
9710                 updated to reflect additions and removals
9711         * TODO
9712                 updated to be claws-specific
9713         * TODO-gtk2
9714         * TODO-gtk2.jp
9715         * TODO.jp
9716         * sylpheed-128x128.png
9717         * sylpheed-64x64.png
9718                 removed
9719         * sylpheed-claws-128x128.png
9720         * sylpheed-claws-64x64.png
9721         * sylpheed-claws.desktop
9722         * sylpheed-claws.png
9723                 added
9724         * sylpheed.desktop
9725         * sylpheed.png
9726                 removed
9727
9728 2005-07-17 [paul]       1.9.12cvs76
9729
9730         * src/account.c
9731         * src/addressbook.c
9732         * src/alertpanel.c
9733         * src/alertpanel.h
9734         * src/compose.c
9735         * src/exphtmldlg.c
9736         * src/expldifdlg.c
9737         * src/folderview.c
9738         * src/imap_gtk.c
9739         * src/inc.c
9740         * src/message_search.c
9741         * src/messageview.c
9742         * src/mh_gtk.c
9743         * src/news_gtk.c
9744         * src/prefs_actions.c
9745         * src/prefs_filtering.c
9746         * src/prefs_matcher.c
9747         * src/prefs_template.c
9748         * src/prefs_themes.c
9749         * src/ssl_manager.c
9750         * src/summary_search.c
9751         * src/textview.c
9752         * src/toolbar.c
9753         * src/gtk/sslcertwindow.c
9754         * src/plugins/pgpcore/sgpgme.c
9755                 rework alertpanels
9756
9757 2005-07-17 [colin]      1.9.12cvs75
9758
9759         * src/privacy.c
9760                 add a PrivacySystem accessor that checks that
9761                 the system cached in a MimeInfo's privacydata
9762                 is still registered. Use this accessor instead
9763                 of directly using data->system. Fixes crashes
9764                 after unloading pgp plugins.
9765
9766 2005-07-17 [colin]      1.9.12cvs74
9767
9768         * src/alertpanel.c
9769                 Change geometry hints to a simple default size.
9770                 Fixes the certs dialogs.
9771
9772 2005-07-17 [colin]      1.9.12cvs73
9773
9774         * src/gtk/sslcertwindow.c
9775                 Use a gtkExpander
9776
9777 2005-07-17 [colin]      1.9.12cvs72
9778
9779         * src/plugins/pgpcore/Makefile.am
9780         * src/plugins/pgpmime/Makefile.am
9781                 Add gpgme libs
9782
9783 2005-07-17 [paul]       1.9.12cvs71
9784
9785         * configure.ac
9786                 add --disable-gnomeprint option
9787                 modified version of patch by Marius Mauch
9788
9789 2005-07-17 [paul]       1.9.12cvs70
9790
9791         * src/common/defs.h
9792                 update urls
9793         * src/account.c
9794         * src/action.c
9795         * src/addressbook.c
9796         * src/compose.c
9797         * src/foldersel.c
9798         * src/folderview.c
9799         * src/html.c
9800         * src/imap_gtk.c
9801         * src/main.c
9802         * src/mainwindow.c
9803         * src/messageview.c
9804         * src/mh_gtk.c
9805         * src/mimeview.c
9806         * src/news_gtk.c
9807         * src/prefs_account.c
9808         * src/prefs_send.c
9809         * src/prefs_summaries.c
9810         * src/procmsg.c
9811         * src/summaryview.c
9812         * src/common/utils.c
9813         * src/common/xml.c
9814         * src/plugins/pgpcore/passphrase.c
9815         * src/plugins/pgpcore/select-keys.c
9816                 replace inappropriately used backticks
9817                 with single quotes
9818
9819 2005-07-16 [colin]      1.9.12cvs69
9820
9821         * src/image_viewer.c
9822                 Add extra paranoid checks
9823
9824 2005-07-16 [colin]      1.9.12cvs68
9825
9826         * src/plugins/pgpcore/prefs_gpg.c
9827                 Don't auto-check sigs by default, as it
9828                 can be really slow.
9829
9830 2005-07-16 [colin]      1.9.12cvs67
9831
9832         * src/plugins/pgpcore/sgpgme.c
9833                 Make messages a bit better.
9834
9835 2005-07-16 [colin]      1.9.12cvs66
9836
9837         * src/imap.c
9838                 Remove pseudo-log
9839         * src/etpan/imap-thread.c
9840                 Add real log
9841
9842 2005-07-16 [colin]      1.9.12cvs65
9843
9844         * src/main.c
9845         * src/prefs_other.c
9846                 And now, fix build with libetpan :-/
9847
9848 2005-07-15 [colin]      1.9.12cvs64
9849
9850         * src/prefs_other.c
9851                 Continue fixing build without libetpan.
9852
9853 2005-07-15 [colin]      1.9.12cvs63
9854
9855         * src/main.c
9856                 Fix build with --disable-libetpan
9857
9858 2005-07-15 [colin]      1.9.12cvs62
9859
9860         * configure.ac
9861                 Bump libetpan's version
9862
9863 2005-07-15 [colin]      1.9.12cvs61
9864
9865         * src/etpan/imap-thread.c
9866                 Actually stop logging :)
9867
9868 2005-07-15 [colin]      1.9.12cvs60
9869
9870         * src/addressbook.c
9871                 Fix dnd of multiple addresses.
9872
9873 2005-07-15 [hoa]        1.9.12cvs59
9874
9875         * src/etpan/imap-thread.c
9876             disable login of IMAP password in libetpan log file.
9877
9878 2005-07-15 [paul]       1.9.12cvs58
9879
9880         * src/account.c
9881                 don't automatically sort
9882                 do allow drag n drop
9883
9884 2005-07-15 [paul]       1.9.12cvs57
9885
9886         * src/account.c
9887         * src/ssl_manager.c
9888                 alphabetical listing
9889
9890 2005-07-15 [paul]       1.9.12cvs56
9891
9892         * src/gtk/pluginwindow.c
9893                 sort plugin list alphabetically
9894
9895 2005-07-15 [paul]       1.9.12cvs55
9896
9897         * src/prefs_spelling.c
9898         * src/prefs_wrapping.c
9899                 unify English usage
9900
9901 2005-07-15 [colin]      1.9.12cvs54
9902
9903         * src/wizard.c
9904                 Typo fix
9905
9906 2005-07-15 [paul]       1.9.12cvs53
9907
9908         * src/prefs_message.c
9909                 make 'show cursor' a hidden option
9910
9911 2005-07-14 [colin]      1.9.12cvs52
9912
9913         * src/plugins/spamassassin/Makefile.am
9914         * src/plugins/clamav/Makefile.am
9915                 Fix double EXTRA_DISTs
9916
9917 2005-07-14 [colin]      1.9.12cvs51
9918
9919         * src/plugins/clamav/Makefile.am
9920         * src/plugins/clamav/clamav_plugin_gtk.deps
9921         * src/plugins/spamassassin/Makefile.am
9922         * src/plugins/spamassassin/spamassassin_gtk.deps
9923                 Make $plugin_gtk depend on $plugin
9924
9925 2005-07-14 [hoa]        1.9.12cvs50
9926
9927         * src/etpan/imap-thread.c
9928                 enable debug log of libetpan when running with --debug
9929
9930 2005-07-14 [colin]      1.9.12cvs49
9931
9932         * configure.ac
9933         * src/common/Makefile.am
9934         * src/common/plugin.c
9935         * src/common/plugin.h
9936                 Add a little plugin dependancy system.
9937                 Plugins can ship a $plugin_name.deps file
9938                 (near them in PLUGINDIR) so that their
9939                 dependancies are loaded if possible.
9940         * src/plugins/Makefile.am
9941         * src/plugins/pgpcore/Makefile.am
9942         * src/plugins/pgpcore/passphrase.c
9943         * src/plugins/pgpcore/passphrase.h
9944         * src/plugins/pgpcore/plugin.c
9945         * src/plugins/pgpcore/prefs_gpg.c
9946         * src/plugins/pgpcore/prefs_gpg.h
9947         * src/plugins/pgpcore/select-keys.c
9948         * src/plugins/pgpcore/select-keys.h
9949         * src/plugins/pgpcore/sgpgme.c
9950         * src/plugins/pgpcore/sgpgme.h
9951                 Introduce pgpcore, used by pgpmime and
9952                 pgpinline
9953         * src/plugins/pgpmime/Makefile.am
9954         * src/plugins/pgpmime/passphrase.c
9955         * src/plugins/pgpmime/passphrase.h
9956         * src/plugins/pgpmime/pgpmime.c
9957         * src/plugins/pgpmime/pgpmime.deps
9958         * src/plugins/pgpmime/plugin.c
9959         * src/plugins/pgpmime/prefs_gpg.c
9960         * src/plugins/pgpmime/prefs_gpg.h
9961         * src/plugins/pgpmime/select-keys.c
9962         * src/plugins/pgpmime/select-keys.h
9963         * src/plugins/pgpmime/sgpgme.c
9964         * src/plugins/pgpmime/sgpgme.h
9965                 Remove the core from pgpmime and add the
9966                 dependancy to pgpcore.
9967
9968 2005-07-14 [paul]       1.9.12cvs48
9969
9970         * src/stock_pixmap.c
9971                 forgot this in last commit
9972
9973 2005-07-14 [paul]       1.9.12cvs47
9974
9975         * src/account.c
9976         * src/addressbook.c
9977                 add accelerators for the buttons (sync with main)
9978         * src/compose.c
9979         * src/compose.h
9980                 add accelerators for the buttons.
9981                 fix editing with external editor.
9982                 replace gdk_input_*() with GIOChannel;
9983                 (sync with main)
9984         * src/foldersel.c
9985                 display folder names with new/unread
9986                 representation (sync with main)
9987         * src/main.c
9988                 specify default window icon (sync with main)
9989         * src/prefs_common.c
9990                 use_addr_book default to FALSE
9991         * src/summaryview.c
9992         * src/textview.c
9993                 add accelerators for the buttons (sync with main)
9994         * src/gtk/menu.c
9995                 fix typos
9996         * src/pixmaps/sylpheed_icon.xpm
9997                 updated
9998
9999 2005-07-13 [paul]       1.9.12cvs46
10000
10001         * src/plugins/pgpmime/pgpmime.c
10002         * src/plugins/pgpmime/sgpgme.c
10003                 (temporarily) use deprecated gpgme_data_rewind()
10004                 while largefile support is not present
10005                 (as suggested by Colin)
10006
10007 2005-07-13 [paul]       1.9.12cvs45
10008
10009         * configure.ac
10010                 remove large file support (for now):
10011                 it breaks too many things
10012
10013 2005-07-13 [paul]       1.9.12cvs44
10014
10015         * configure.ac
10016                 add large file support
10017         * src/html.c
10018                 fix bug #763 where href attribute was not
10019                 the very first attribute of a link
10020                 patch by Thomas Gilgin
10021
10022 2005-07-13 [colin]      1.9.12cvs43
10023
10024         * src/gtk/pluginwindow.c
10025                 Little portability fix
10026
10027 2005-07-13 [colin]      1.9.12cvs42
10028
10029         * src/plugins/pgpmime/sgpgme.c
10030                 Fix crasher.
10031
10032 2005-07-13 [colin]      1.9.12cvs41
10033
10034         * src/plugins/pgpmime/pgpmime.c
10035         * src/plugins/pgpmime/sgpgme.c
10036                 Use gpgme_data_release_and_get_mem instead
10037                 of gpgme_data_read.
10038
10039 2005-07-13 [colin]      1.9.12cvs40
10040
10041         * configure.ac
10042         * src/plugins/pgpmime/passphrase.c
10043         * src/plugins/pgpmime/passphrase.h
10044         * src/plugins/pgpmime/pgpmime.c
10045         * src/plugins/pgpmime/plugin.c
10046         * src/plugins/pgpmime/select-keys.c
10047         * src/plugins/pgpmime/select-keys.h
10048         * src/plugins/pgpmime/sgpgme.c
10049         * src/plugins/pgpmime/sgpgme.h
10050                 Port pgpmime to gpgme-1.0.
10051
10052 2005-07-12 [paul]       1.9.12cvs39
10053
10054         * AUTHORS
10055         * src/toolbar.c
10056         * src/toolbar.h
10057                 add a 'Go to Prev' button to the toolbar.
10058                 correct tooltip text of go to buttons.
10059                 based on patch by Yang Guilong <bamanzi@gmail.com>
10060
10061 2005-07-12 [colin]      1.9.12cvs38
10062
10063         * src/statusbar.c
10064                 Fix progress bar showing stuff at startup.
10065
10066 2005-07-12 [paul]       1.9.12cvs37
10067
10068         * src/editjpilot.c
10069                 fix building with jpilot support
10070
10071 2005-07-11 [colin]      1.9.12cvs36
10072
10073         * src/inc.c
10074                 Add visual indication that filtering is running
10075         * src/textview.c
10076                 Make {}[] uri delimiters
10077         * src/summaryview.c
10078                 Remove useless (and slow) calls
10079
10080 2005-07-11 [paul]       1.9.12cvs35
10081
10082         * src/plugins/clamav/clamav_plugin_gtk.c
10083         * src/plugins/dillo_viewer/dillo_prefs.c
10084         * src/plugins/pgpmime/prefs_gpg.c
10085         * src/plugins/spamassassin/spamassassin_gtk.c
10086                 gather plugins prefs together under their
10087                 own 'Plugins' heading
10088
10089 2005-07-11 [paul]       1.9.12cvs34
10090
10091         sync with main
10092
10093         * src/account.c
10094                 account_delete(): modified alert dialog
10095         * src/editjpilot.c
10096         * src/editvcard.c
10097                 fixed a crash when cancelling file selection
10098                 dialog by Escape key. Made non-ascii filename
10099                 selectable.
10100         * src/prefs_template.c
10101                 prefs_template_window_create(): make scrolled
10102                 window policy AUTOMATIC
10103
10104 2005-07-10 [hoa]        1.9.12cvs33
10105
10106         * src/etpan/imap-thread.c
10107                 workaround for old Courier IMAP servers.
10108
10109 2005-07-10 [colin]      1.9.12cvs32
10110
10111         * src/folder.c
10112         * src/statusbar.c
10113         * src/statusbar.h
10114                 Add visual progress indicator on filtering/processing
10115                 Factorize the progress bar code
10116         * src/imap.c
10117         * src/imap.h
10118         * src/etpan/imap-thread.c
10119                 Add a reference counter to avoid destroying the Folder
10120                 while it's in use by another callback.
10121
10122 2005-07-09 [hoa]        1.9.12cvs31
10123
10124         * src/imap.c
10125         * src/etpan/imap-thread.c
10126                 fixed deadlock when removing IMAP account.
10127
10128 2005-07-08 [colin]      1.9.12cvs30
10129
10130         * src/textview.c
10131         * src/unmime.c
10132                 Fix again problems decoding broken headers
10133         * src/gtk/inputdialog.c
10134                 Fix local variable shadowing a global one
10135
10136 2005-07-08 [colin]      1.9.12cvs29
10137
10138         * src/msgcache.c
10139                 Make the cache/mark files platform-agnostic by writing
10140                 them in little-endian format. Reading them is also done
10141                 in little-endian format, of course; however, in order
10142                 to avoid trashing mark data on big-endian machines, the
10143                 files are, at first, read from the native format if the
10144                 little-endian one doesn't exist. This is easy to deter-
10145                 mine by trying to open a file with a swapped data_ver
10146                 and seeing if it's the wanted version.
10147                 Little-endian using users should see absolutely no
10148                 difference, Big-endian users may get a very little
10149                 performance drop due to byte-swapping.
10150                 Tested on i386 and ppc32. 
10151                 Fixes bug #159 (The index file, in the mailboxes, is 
10152                 hardware depending).
10153
10154                 To have the cache/mark files updated to the new little-
10155                 endian format, "Check for new messages" or even
10156                 "Rebuild folder tree" aren't enough. Files will be
10157                 updated as soon as a folder has been opened/closed.
10158                 To update everything, just select all folders by
10159                 selecting them one by one.
10160
10161 2005-07-07 [colin]      1.9.12cvs28
10162
10163         * src/imap.c
10164                 Remember the folder separator per IMAPFolder
10165                 instead of globally.
10166                 Revive the Session on noop; fixes bug #761
10167                 (mark a bunch of unread messages as read takes 
10168                 forever)
10169
10170 2005-07-07 [darko]      1.9.12cvs27
10171
10172         * src/common/template.c
10173                 Sort templates alphabetically
10174
10175 2005-07-06 [colin]      1.9.12cvs26
10176
10177         * src/imap.c
10178                 Try to use the correct separator in
10179                 most cases. Possibly fixes bug #759
10180                 (only creates the INBOX folder when 
10181                 setting up new IMAP account) and 
10182                 bug #760 (Can't retrieve messages)
10183
10184 2005-07-06 [colin]      1.9.12cvs25
10185
10186         * src/imap.c
10187                 Use real_path in status command. This will
10188                 help later, when namespaces will be used.
10189
10190 2005-07-06 [colin]      1.9.12cvs24
10191
10192         * configure.ac
10193         * src/account.c
10194         * src/folder.c
10195         * src/imap.c
10196         * src/etpan/etpan-log.c
10197         * src/etpan/etpan-thread-manager.c
10198         * src/etpan/imap-thread.c
10199                 Add a --disable-libetpan parameter. With this,
10200                 users that don't want IMAP4 support can avoid
10201                 the new dependancy (and have no IMAP support).
10202                 Users that have IMAP4 accounts and use this
10203                 parameter won't lose their configuration, their
10204                 IMAP accounts will just be invisible and not
10205                 used.
10206         * src/textview.c
10207                 Make the "Copy ..." contextual menu items 
10208                 copy to both the X clipboard and the gtk 
10209                 clipboard - as most other apps do.
10210         * src/gtk/about.c
10211                 Add a notice about OpenSSL usage, in order to
10212                 comply with OpenSSL's license (point 6):
10213                 http://www.openssl.org/source/license.html
10214
10215 2005-07-06 [colin]      1.9.12cvs23
10216
10217         * src/alertpanel.c
10218                 Fix a minimum size for alertpanels
10219         * src/compose.c
10220                 Show 'No space left on device' type errors
10221                 when queuing/sending
10222         * src/imap_gtk.c
10223         * src/mh_gtk.c
10224                 Rework folder's deletion message (remove 
10225                 extra \n)
10226
10227 2005-07-05 [colin]      1.9.12cvs22
10228
10229         * src/imap.c
10230                 Add an alertpanel on auth error
10231                 Add pseudo-log
10232                 Remove pthread-related stuff
10233
10234 2005-07-05 [colin]      1.9.12cvs21
10235
10236         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10237                 Fix crash on plugin reloading (with a hack)
10238
10239 2005-07-05 [colin]      1.9.12cvs20
10240
10241         * src/prefs_account.c
10242         * src/prefs_account.h
10243                 Fix typo
10244         * src/gtk/filesel.c
10245         * src/gtk/filesel.h
10246                 Add a way to filter the view
10247         * src/gtk/pluginwindow.c
10248                 Filter loadable stuff
10249         * src/plugins/pgpmime/prefs_gpg.c
10250                 Fix missing unregistration
10251         * .cvsignore
10252         * src/etpan/.cvsignore
10253         * src/plugins/spamassassin/.cvsignore
10254                 Add more stuff to cvs ignored files
10255
10256 2005-07-04 [colin]      1.9.12cvs19
10257
10258         * src/imap.c
10259                 Fix scan_required returning FALSE when it
10260                 shouldn't. Maybe fix #760 (Can't retrieve
10261                 messages)
10262
10263 2005-07-04 [colin]      1.9.12cvs18
10264
10265         * src/summaryview.c
10266                 Fix always_show_msg pref
10267
10268 2005-07-04 [paul]       1.9.12cvs17
10269
10270         sync with main (forgotten in last commit)
10271         
10272         * src/common/utils.c
10273         * src/common/utils.h
10274                 check_line_length(): new.
10275                 is_dir_exist()
10276                 is_file_entry_exist()
10277                 dirent_is_regular_file()
10278                 dirent_is_directory(): use g_file_test() instead of stat().
10279
10280 2005-07-04 [paul]       1.9.12cvs16
10281
10282         sync with main:
10283
10284         * src/compose.c
10285                 compose_write_to_file(): check for line
10286                 length limit and display warning if exceeds
10287         * src/jpilot.c
10288                 use get_home_dir() instead of g_get_home_dir()
10289         * src/procheader.c
10290                 removed warning about invalid date
10291         * src/vcard.c
10292                 use get_home_dir() instead of g_get_home_dir()
10293
10294 2005-07-04 [paul]       1.9.12cvs15
10295
10296         * src/stock_pixmap.c
10297                 fix new pixmap naming errors
10298                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10299
10300 2005-07-04 [colin]      1.9.12cvs14
10301
10302         * src/imap.c
10303                 Fix debugging string with a warning
10304
10305 2005-07-04 [colin]      1.9.12cvs13
10306
10307         * configure.ac
10308                 Add a check for libetpan's version (>= 0.37)
10309
10310 2005-07-04 [hoa]        1.9.12cvs12
10311
10312         * commitHelper
10313         * src/imap.c
10314         * src/etpan/imap-thread.c
10315         * src/etpan/imap-thread.h
10316                 fixed IMAP implementation of check of mails.
10317
10318 2005-07-03 [hoa]        1.9.12cvs11
10319
10320         * src/etpan/Makefile.am
10321         * src/etpan/etpan-errors.h
10322         * src/etpan/etpan-log.[ch]
10323         * src/etpan/etpan-thread-manager-types.h
10324         * src/etpan/etpan-thread-manager.[ch]
10325         * src/etpan/imap-thread.[ch]
10326         * src/Makefile.am
10327         * src/imap.c
10328         * src/main.c
10329         * src/prefs_other.c
10330         * configure.ac
10331             merged imap branch.
10332             dependency on libetpan 0.37 is now added.
10333
10334 2005-07-01 [colin]      1.9.12cvs10
10335
10336         * src/Makefile.am
10337         * src/folder.c
10338         * src/folder.h
10339         * src/folderview.c
10340         * src/stock_pixmap.c
10341         * src/stock_pixmap.h
10342         * src/plugins/trayicon/trayicon.c
10343                 Add marked symbol on folders containing
10344                 marked messages
10345         * src/procmsg.c
10346         * src/procmsg.h
10347         * src/toolbar.c
10348         * src/prefs_common.c
10349         * src/prefs_common.h
10350         * src/prefs_send.c
10351                 Add an optional confirmation dialog on queue
10352                 sending. Patch by wwp.
10353         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10354         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10355         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10356         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10357         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10358         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10359         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10360         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10361         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10362         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10363         * src/pixmaps/trash_mark.xpm            ** ADDED **
10364                 New pixmaps
10365
10366 2005-07-01 [colin]      1.9.12cvs9
10367
10368         * src/summaryview.c
10369                 Fix a little threading bug
10370         * src/addrgather.c
10371         * src/mainwindow.c
10372                 A little bit of HIG normality never hurts
10373
10374 2005-07-01 [colin]      1.9.12cvs8
10375
10376         * src/compose.c
10377         * src/msgcache.c
10378         * src/pop.c
10379         * src/procmime.c
10380         * src/recv.c
10381         * src/common/log.c
10382         * src/common/template.c
10383         * src/common/utils.c
10384         * src/common/utils.h
10385                 Reverted the fwrite_atomic stuff. In fact
10386                 it is already atomic.
10387
10388 2005-06-30 [colin]      1.9.12cvs7
10389
10390         * src/common/utils.c
10391         * src/common/utils.h
10392                 Add an fwrite_atomic() function to make
10393                 sure we write everything: fwrite can make
10394                 short writes.
10395         * src/compose.c
10396         * src/msgcache.c
10397         * src/pop.c
10398         * src/procmime.c
10399         * src/recv.c
10400         * src/common/log.c
10401         * src/common/template.c
10402                 Use that (and fix swapping of size and nmemb).
10403                 Thanks to Rich Coe for the heads up.
10404
10405 2005-06-30 [colin]      1.9.12cvs6
10406
10407         * src/addressbook.c
10408                 Optimize addressbook opening 
10409
10410 2005-06-30 [colin]      1.9.12cvs5
10411
10412         * src/summaryview.c
10413                 Remove calls to summary_step after move/copy
10414
10415 2005-06-28 [paul]       1.9.12cvs4
10416
10417         * src/alertpanel.c
10418                 wrap and make the error msg selectable
10419
10420 2005-06-28 [paul]       1.9.12cvs3
10421
10422         * src/ssl_manager.c
10423                 replace the OK button with a Close button
10424         * src/gtk/foldersort.c
10425                 use GTK_STOCK_ icons/buttons
10426
10427 2005-06-28 [colin]      1.9.12cvs2
10428
10429         * src/gedit-print.c             ** ADDED **
10430         * src/gedit-print.h             ** ADDED **
10431         * src/gtk/gtksourceprintjob.c   ** ADDED **
10432         * src/gtk/gtksourceprintjob.h   ** ADDED **
10433                 I can't believe no one had enough time to tell
10434                 me I forgot the `cvs add`
10435
10436 2005-06-27 [colin]      1.9.12cvs1
10437
10438         * src/Makefile.am
10439         * src/gtk/Makefile.am
10440         * src/messageview.c
10441         * src/procmsg.c
10442         * src/summaryview.c
10443         * configure.ac
10444                 Add optional libgnomeprint-based printing
10445         * src/mainwindow.c
10446         * src/gtk/quicksearch.c
10447                 Add an Edit/Quick search menu item to show
10448                 and focus the quicksearch
10449
10450 2005-06-27 [paul]       1.9.12
10451
10452         1.9.12 release
10453
10454         * po/ca.po
10455         * po/de.po
10456         * po/es.po
10457         * po/fr.po
10458         * po/it.po
10459         * po/ko.po
10460         * po/pt_BR.po
10461         * po/sk.po
10462         * po/zh_CN.po
10463                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10464                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10465                 SungHyun Nam, Frederico Goncalves Guimaraes,
10466                 Andrej Kacian, and Yang Guilong
10467 2005-06-26 [colin]      1.9.11cvs106
10468
10469         * src/imap_gtk.c
10470                 Forgot one file for previous fix
10471
10472 2005-06-26 [colin]      1.9.11cvs105
10473
10474         * src/folder.c
10475         * src/imap.c
10476                 Fix problems with folder operations in no_select
10477                 imap folders. it applies only to mails, and 
10478                 creation/deletion/move/renaming of folders 
10479                 should be possible
10480
10481 2005-06-26 [paul]       1.9.11cvs104
10482
10483         * src/prefs_filtering.c
10484                 replace one more GTK_STOCK_REMOVE
10485                 with GTK_STOCK_DELETE
10486
10487 2005-06-25 [colin]      1.9.11cvs103
10488
10489         * src/imap.c
10490                 Optimize get_seq_set_from_seq_list
10491                 (Patch by Ricardo) 
10492
10493 2005-06-25 [colin]      1.9.11cvs102
10494
10495         * src/mh.c
10496                 If the directory exists, but not in the
10497                 correct encoding, rename it. This should
10498                 handle old-versions-induced bugs.
10499
10500 2005-06-25 [colin]      1.9.11cvs101
10501
10502         * src/mh.c
10503                 Fix path access with extended dir names
10504                 Fixes bug #589 (SC segfaults with wrong locale
10505                 settings)
10506
10507 2005-06-25 [colin]      1.9.11cvs100
10508
10509         * src/prefs_account.c
10510         * src/prefs_account.h
10511         * src/compose.c
10512                 Add an option to encrypt replies to
10513                 encrypted messages
10514
10515 2005-06-25 [colin]      1.9.11cvs99
10516
10517         * src/compose.c
10518         * src/quote_fmt_parse.y
10519                 ... And make it work with pgpinline.
10520
10521 2005-06-25 [colin]      1.9.11cvs98
10522
10523         * src/compose.c
10524         * src/procmime.c
10525         * src/procmime.h
10526         * src/quote_fmt_parse.y
10527                 o Make reedition of encrypted messages possible
10528                   (as long as it is encrypted to self too, no
10529                    magic there)
10530                 o Make replying with quote (and without selecting
10531                   text) possible for encrypted messages.
10532                 Closes bug #550 (Not possible to "reply with quote"
10533                 to gnupg encrypted messages)
10534
10535 2005-06-24 [paul]       1.9.11cvs97
10536
10537         * src/imap.c
10538                 add missing include
10539
10540 2005-06-24 [paul]       1.9.11cvs96
10541
10542         * src/editldap.c
10543                 made bind password entry invisible
10544                 (sync with main)
10545         * src/send_message.c
10546                 send_message_local(): check exit status
10547                 to detect errors (sync with main)
10548         * src/textview.c
10549                 use main's less ambiguous popup menu
10550                 wording
10551
10552 2005-06-24 [paul]       1.9.11cvs95
10553
10554         * src/prefs_actions.c
10555         * src/prefs_customheader.c
10556         * src/prefs_display_header.c
10557         * src/prefs_filtering_action.c
10558         * src/prefs_matcher.c
10559         * src/prefs_template.c
10560         * src/prefs_toolbar.c
10561                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10562         * src/gtk/description_window.c
10563                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10564
10565 2005-06-23 [colin]      1.9.11cvs94
10566
10567         * src/summaryview.c
10568                 Fix rough edges (be sure to call status_show whenever
10569                 necessary).
10570
10571 2005-06-23 [colin]      1.9.11cvs93
10572
10573         * src/summaryview.c
10574                 Optimize Select All
10575                 Before, in a 5K mails folder: 11s
10576                 After, in the same folder: 58000µs
10577                 The joys of locking... gtk_clist_select_all() fires a 
10578                 tree-select-row event for each selected row, which in 
10579                 summaryview, callbacks summary_selected which in turn,
10580                 calls summary_status_show, which walks the selected
10581                 rows. Hence, calling gtk_clist_select_all was 
10582                 exponential. Locking the summaryview makes 
10583                 summary_selected return early.
10584
10585 2005-06-23 [colin]      1.9.11cvs92
10586
10587         * src/imap.c
10588                 Move mutex at the important place to avoid
10589                 deadlocks
10590         * src/summaryview.c
10591                 Fix Del key deleting directly instead of
10592                 moving to trash
10593
10594 2005-06-22 [colin]      1.9.11cvs91
10595
10596         * src/plugins/spamassassin/libspamc.c
10597                 As we do spagetti code with assignations in multiple
10598                 places (see _message_read_raw where out = msg = raw),
10599                 let's be sure we don't free the same pointer twice.
10600                 Should fix bug #683 (Crash in libpam at 
10601                 message_cleanup).
10602
10603 2005-06-22 [colin]      1.9.11cvs90
10604
10605         * src/compose.c
10606         * src/messageview.c
10607         * src/toolbar.c
10608                 Make toolbar's delete use the move to trash stuff;
10609                 Add gtk_widget_realize to be sure pixmaps can get
10610                 created (that may fix an old worksforme bug which
10611                 I can't find back...)
10612
10613 2005-06-22 [colin]      1.9.11cvs89
10614
10615         * src/summaryview.c
10616         * src/summaryview.h
10617         * src/mainwindow.c
10618                 Rename "Message/Delete" to "Message/Move to trash"
10619                 Add "Message/Delete..." that directly destroys the
10620                 selected messages after asking for a confirmation.
10621
10622 2005-06-22 [colin]      1.9.11cvs88
10623
10624         * src/imap.c
10625                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10626                 o Fix a deadlock (thanks Darko)
10627
10628 2005-06-22 [colin]      1.9.11cvs87
10629
10630         * src/gtk/foldersort.c
10631                 Add missing include for the i18n;
10632                 patch by Fabien Vantard
10633
10634 2005-06-21 [colin]      1.9.11cvs86
10635
10636         * src/folder.c
10637         * src/folderview.c
10638                 Respect the no_select flag
10639         * src/imap.c
10640                 Fix recursive deletion
10641         * src/imap_gtk.c
10642         * src/mh_gtk.c
10643                 Make the folder deletion's warning
10644                 more explicit
10645
10646 2005-06-21 [colin]      1.9.11cvs85
10647
10648         * src/textview.c
10649                 Prevent email addresses from spanning accross
10650                 lines - fixes bug # 646 (newline-chars in 
10651                 email addresses)
10652
10653 2005-06-20 [colin]      1.9.11cvs84
10654
10655         * src/folder.c
10656                 Be sure not to remove source if copy failed
10657
10658 2005-06-20 [colin]      1.9.11cvs83
10659
10660         * src/folderview.c
10661         * src/imap_gtk.c
10662                 remove summaryview's lock
10663         * src/imap.c
10664                 introduce threads to avoid problems when foreground tasks
10665                 interfere with background tasks
10666         * src/mh.c
10667                 prevent moving to drafts/queue
10668         * src/mimeview.c
10669                 fix leak
10670
10671 2005-06-19 [colin]      1.9.11cvs82
10672
10673         * src/imap_gtk.c
10674                 Remember that the user doesn't want to override
10675                 offline mode, for 3 seconds. It avoid presenting
10676                 him with N popups in a really short time.
10677
10678 2005-06-17 [colin]      1.9.11cvs81
10679
10680         * src/imap.c
10681                 Fix IMAP breaking on folders containing '('
10682                 (Probably won't be enough)
10683
10684 2005-06-17 [colin]      1.9.11cvs80
10685
10686         Forgotten files on 1.9.11cvs79
10687         * src/summaryview.c
10688                 Fix stepping when not immediately executing
10689         * src/imap.c
10690                 Really prevent UID FETCH 0
10691         * src/codeconv.c
10692                 Fix outgoing charset never set to utf-8
10693         * src/mh.c
10694                 Fix leak
10695
10696 2005-06-16 [colin]      1.9.11cvs79
10697
10698         * src/compose.c
10699                 Fix bug #707 (Dash splits rows)
10700                 Only wrap if we're on a line break position and
10701                 the previous one was a "white" (space) char.
10702                 Pango stuff is weird.
10703
10704 2005-06-16 [colin]      1.9.11cvs78
10705
10706         * src/imap_gtk.c
10707                 Lock summaryview while downloading messages
10708                 on user demand
10709         * src/procheader.c
10710         * src/unmime.c
10711         * src/common/utils.c
10712         * src/common/utils.h
10713                 Replace \r and \n with spaces in From and
10714                 Subject headers
10715
10716 2005-06-16 [paul]       1.9.11cvs77
10717
10718         * src/procmime.c
10719                 liberalise the mime parser
10720         * src/gtk/about.c
10721                 add text wrapping
10722
10723 2005-06-16 [paul]       1.9.11cvs76
10724
10725         * src/gtk/about.c
10726                 reworked
10727
10728 2005-06-15 [colin]      1.9.11cvs75
10729
10730         * src/compose.c
10731                 Finish header encoding fix
10732         * src/summaryview.c
10733                 Fix segfault
10734         * src/headerview.c
10735                 Fix compilation (Thanks Stephan
10736                 Sachse)
10737
10738 2005-06-15 [colin]      1.9.11cvs74
10739
10740         * Makefile.am
10741                 Install gnome2 stuff rather than gnome1, 
10742                 if both are present
10743         * src/codeconv.c
10744         * src/codeconv.h
10745         * src/compose.c
10746                 Fix headers encoding
10747         * src/folder.c
10748                 Visual progress when fetching all messages
10749         * src/folderview.c
10750         * src/summaryview.c
10751         * src/summaryview.h
10752                 Prevent changing current message while
10753                 incorporating
10754
10755 2005-06-15 [paul]       1.9.11cvs73
10756
10757         * src/gtk/gtkaspell.c
10758         * src/gtk/gtkaspell.h
10759                 fix build warnings
10760
10761 2005-06-15 [paul]       1.9.11cvs72
10762
10763         * src/prefs_filtering.c
10764                 allow reordering of filter rules by
10765                 drag n drop
10766
10767 2005-06-15 [paul]       1.9.11cvs71
10768
10769         * COPYING
10770                 updated
10771         * src/codeconv.c
10772                 replace deprecated function
10773         * src/inc.c
10774         * src/send_message.c
10775         * src/gtk/progressdialog.c
10776         * src/gtk/progressdialog.h
10777                 salvage and reuse parts of reverted sync
10778
10779 2005-06-15 [paul]       1.9.11cvs70
10780
10781         * src/inc.c
10782         * src/send_message.c
10783         * src/gtk/progressdialog.c
10784         * src/gtk/progressdialog.h
10785                 revert yesterday's sync with main
10786                 it contains deprecated functions
10787
10788 2005-06-15 [colin]      1.9.11cvs69
10789
10790         * src/headerview.c
10791                 Fix bug #670 (multi user to: will corrupt message 
10792                 headers display)
10793
10794 2005-06-15 [colin]      1.9.11cvs68
10795
10796         * src/compose.c
10797                 Fix bug #421 (Fix undo on wrapping)
10798
10799 2005-06-15 [colin]      1.9.11cvs67
10800
10801         * src/folder.c
10802                 Provide visual feedback while processing
10803                 folder's rules.
10804         * src/imap.c
10805                 Provide visual feedback while getting
10806                 short headers (for uncached messages)
10807
10808
10809 2005-06-14 [paul]       1.9.11cvs66
10810
10811         * src/account.c
10812                 change a couple stock icons
10813         * src/inc.c
10814         * src/send_message.c
10815         * src/gtk/progressdialog.c
10816         * src/gtk/progressdialog.h
10817                 sync main's GtkTreeView implementation
10818
10819 2005-06-14 [colin]      1.9.11cvs65
10820
10821         * src/imap.c
10822                 Various little fixes, mainly on error paths
10823
10824 2005-06-13 [colin]      1.9.11cvs64
10825
10826         * matcher.c
10827         * procmsg.c
10828         * procmsg.h
10829                 Add a way to fetch only headers. This speeds
10830                 up filtering on headers for IMAP. Fixes:
10831                 bug #481 extraneous imap commands slow down 
10832                         imap filtering
10833                 bug #522 Sylpheed downloads all messages 
10834                         when opening mailbox (IMAP)
10835                 bug #677 IMAP fetch is soooooooooooooo slow
10836         * src/folder.c
10837         * src/folder.h
10838                 Add a folder set_batch method so that
10839                 implementations can speed up flags changes
10840         * src/folderutils.c
10841         * src/summaryview.c
10842                 Use that in mark as (un)read and mark all read
10843                 Refix bug #679
10844         * src/imap.c
10845                 Implement set_batch - brings back deferred
10846                 flags in a less buggy manner. Fixes:
10847                 bug #729 IMAP immediate expunge of deleted messages
10848                 bug #191 remove list of messages with one command
10849                 Fix login with strange chars
10850                 Implement fetch_msg_full
10851                 Fix copy (wrong counts)
10852
10853 2005-06-12 [colin]      1.9.11cvs63
10854
10855         * src/folder.c
10856                 lock incorporation during long operations.
10857                 Avoids fucking up the IMAP socket.
10858
10859 2005-06-12 [colin]      1.9.11cvs62
10860
10861         * src/imap.c
10862                 Fix harmful typo
10863                 Factorize remove_all_msg
10864                 Thread-ize expunge
10865         * src/summaryview.c
10866                 Don't update partial-download status if unnecessary
10867         * src/folder.c
10868                 Use remove_msgs everywhere possible
10869
10870 2005-06-12 [colin]      1.9.11cvs61
10871
10872         * src/folder.c
10873         * src/folder.h
10874                 Add a remove_msgs function to remove a 
10875                 list of messages
10876         * src/imap.c
10877                 Implement that.
10878
10879 2005-06-12 [colin]      1.9.11cvs60
10880
10881         * src/imap.c
10882                 Remove flags-processing deferring... Too hard
10883                 to get it to work in all cases.
10884
10885 2005-06-11 [colin]      1.9.11cvs59
10886
10887         * src/imap.c
10888                 printf -> debug_print
10889
10890 2005-06-11 [colin]      1.9.11cvs58
10891
10892         * src/imap.c
10893                 o Fix build without USE_PTHREAD
10894                 o Factorize imap_open
10895                 o Alertpanel in case of impossible connection
10896                 o Alertpanel in case of impossible login
10897                 o Fix deferred flags processing to force a 
10898                   flush before adding some more flags to process,
10899                   but in another folder.
10900
10901 2005-06-10 [colin]      1.9.11cvs57
10902
10903         * src/imap.c
10904                 o Fix a format string error
10905                 o init ssl socket outside of the thread 
10906                   (it possibly invokes gtk calls)
10907         * src/procmime.c
10908                 o Put back the buffer to its necessary size
10909                 o Fix changing a file pointer without keeping
10910                   track of it (thanks Valgrind)
10911         * src/common/smtp.c
10912                 o Fix automatic STARTTLS if login should be done
10913                   and the server only allows it after starting TLS
10914         * src/gtk/gtkinputdialog.c
10915                 o Eat GDK_Return so that the combo popup doesn't 
10916                   appear when we press Enter to validate the combo
10917                   input dialog (as seen in the Open with... dialog)
10918
10919 2005-06-10 [colin]      1.9.11cvs56
10920
10921         * src/imap.c
10922                 o A bit less debug
10923                 o Fix a crash on deletion
10924                 o Threadize imap_select (it's called outside of 
10925                   threads)
10926                 o Defer treatment of DELETED flags
10927
10928
10929 2005-06-09 [colin]      1.9.11cvs55
10930
10931         * src/imap.c
10932                 Make sure we check imap_gtk_should_override(), which
10933                 potentially calls gtk stuff, before creating thread.
10934                 That way it should't be called via imap_get_session()
10935                 inside a thread.
10936
10937 2005-06-09 [colin]      1.9.11cvs54
10938
10939         * src/imap.c
10940                 o add a bit of status output
10941                 o remove some dead code
10942                 o threadize get_list_of_uids
10943                 o threadize imap_get_flags
10944                 o defer flag changing by 500ms so that they
10945                   can be batched
10946
10947
10948 2005-06-08 [colin]      1.9.11cvs53
10949
10950         * src/imap.c
10951                 Thread-ize imap_cmd_fetch
10952
10953 2005-06-08 [colin]      1.9.11cvs52
10954
10955         * src/main.c
10956                 Mmh, that broke POP3...
10957
10958 2005-06-08 [colin]      1.9.11cvs51
10959
10960         * src/main.c
10961                 Stabilize IMAP patch (thanks to Hoa)
10962
10963 2005-06-08 [colin]      1.9.11cvs50
10964
10965         * src/imap.c
10966                 Test patch to speed up imap. 
10967
10968 2005-06-08 [colin]      1.9.11cvs49
10969
10970         * src/imap_gtk.c
10971                 Warning fix
10972         * src/procmime.c
10973                 Apply patch from gentoo to use /usr/share/mime/globs if 
10974                 available, after un-breaking it
10975         * src/common/log.c
10976         * src/common/log.h
10977                 Use g_timeout for invoking hooks that possibly use gtk
10978                 calls. This should leave gtk calls in the main thread.
10979
10980 2005-06-08 [paul]       1.9.11cvs48
10981
10982         * src/codeconv.c
10983                 conv_get_outgoing_charset_str(): don't
10984                 use prefs_common setting
10985         * src/compose.c
10986         * src/compose.h
10987                 add /Options/Character encoding/... to
10988                 temporarily change the outgoing encoding
10989
10990         (belated sync with main)
10991
10992 2005-06-08 [paul]       1.9.11cvs47
10993
10994         * src/compose.c
10995                 correction to/completion of last
10996                 sync with main
10997
10998 2005-06-08 [paul]       1.9.11cvs46
10999
11000         sync with main:
11001         
11002         * src/codeconv.c
11003         * src/codeconv.h
11004                 always enabled Japanese auto-detection
11005                 if the first letters of locale string
11006                 is "ja"
11007         * src/compose.c
11008                 don't use "destroy" signal to destroy
11009                 Compose object (fix rare crashes on discard?)
11010         * src/mainwindow.c
11011         * src/messageview.c
11012         * src/prefs_send.c
11013                 added Hebrew encodings
11014         * src/sourcewindow.c
11015                 don't use "destroy" signal to destroy
11016                 objects
11017
11018 2005-06-07 [colin]      1.9.11cvs45
11019
11020         * src/summaryview.c
11021                 Add missing unlocks/locks
11022
11023 2005-06-07 [paul]       1.9.11cvs44
11024
11025         * src/summaryview.c
11026                 restore bug #749 fix
11027
11028 2005-06-06 [colin]      1.9.11cvs43
11029
11030         * src/summaryview.c
11031                 Fix selection bug when prefs_common.open_unread 
11032                 is FALSE
11033
11034 2005-06-06 [colin]      1.9.11cvs42
11035
11036         * src/common/md5.c
11037                 Fix a warning
11038         * src/summaryview.c
11039         * src/folderview.c
11040                 Factorize long operations beginning and end
11041                 (locking, freezing/thawing, cursor, ...)
11042                 Check selection->data member in selection-
11043                 related loops; this avoids dying an awful
11044                 death if the selection changes on us while
11045                 we're marking a whole IMAP folder unread, 
11046                 for example.
11047
11048 2005-06-06 [paul]       1.9.11cvs41
11049
11050         * src/textview.c
11051                 don't g_free() a static gchar buffer
11052
11053 2005-06-05 [colin]      1.9.11cvs40
11054
11055         * src/mainwindow.c
11056         * src/messageview.c
11057         * src/summaryview.c
11058                 Fix bug #749 (Show all headers should be
11059                 sticky as the GUI suggests)
11060
11061 2005-06-03 [paul]       1.9.11cvs39
11062
11063         * src/compose.c
11064                 don't allow editing of mail while sending.
11065                 patch by Colin
11066
11067 2005-06-03 [paul]       1.9.11cvs38
11068
11069         * src/folderview.c
11070                 add a freeze/thaw to speed up 'mark all read'
11071
11072 2005-06-03 [paul]       1.9.11cvs37
11073
11074         * src/prefs_message.c
11075                 reflect changes immediately
11076
11077 2005-06-02 [colin]      1.9.11cvs36
11078
11079         * po/POTFILES.in
11080                 Patch by Fabien Vantard.
11081
11082 2005-06-02 [colin]      1.9.11cvs35
11083
11084         * src/imap.c
11085                 Use a non-blocking imap_getline() if possible.
11086                 This should completely prevent the interface
11087                 from freezin on imap operations, although it
11088                 may do strange stuff in case of folder switching
11089                 while a big imap operation is taking place...
11090
11091                 In addition, fix a leak in the case thread
11092                 creation fails on connection.
11093
11094 2005-06-02 [colin]      1.9.11cvs34
11095
11096         * src/crash.c
11097         * src/prefs_common.h
11098                 Fix build (prefs_common_init() doesn't exist
11099                 anymore)
11100
11101 2005-06-02 [colin]      1.9.11cvs33
11102
11103         * src/prefs_account.c
11104                 Fix bug #245 (filtering rules broken when
11105                 renaming a remote account (imap4 or nntp)
11106
11107 2005-06-02 [colin]      1.9.11cvs32
11108
11109         * src/imap.c
11110                 Try to fix IMAP shortcomings: 
11111                 o Multithread imap_open()
11112                 o allow offline-mode overriding instead of
11113                   just returning NULL
11114         * src/imap_gtk.c
11115         * src/imap_gtk.h
11116                 Add a function to ask whether we want to
11117                 override offline-mode for 10 minutes (one-shot
11118                 asking was painful)
11119         * src/procheader.c
11120                 Fix segfault when imap parser isn't happy about
11121                 a missing {
11122
11123 2005-06-01 [colin]      1.9.11cvs31
11124
11125         * src/addrharvest.c
11126         * src/compose.c
11127         * src/mbox.c
11128         * src/mbox.h
11129         * src/mh.c
11130         * src/msgcache.c
11131         * src/send_message.c
11132         * src/setup.c
11133         * src/undo.c
11134         * src/common/hooks.c
11135         * src/common/prefs.c
11136         * src/common/template.c
11137         * src/common/utils.c
11138         * src/gtk/gtkutils.c
11139         * src/gtk/inputdialog.c
11140         * src/gtk/menu.c
11141         * src/gtk/pluginwindow.c
11142         * src/gtk/prefswindow.c
11143         * src/plugins/pgpmime/passphrase.c
11144         * src/plugins/pgpmime/prefs_gpg.c
11145                 More -Wall fixes
11146
11147         * src/common/Makefile.am
11148         * src/common/timing.h
11149                 Add basic timing code
11150
11151         * src/summaryview.c
11152                 Fix a bug with unread messages when 
11153                 re-sorting folders, and by the way
11154                 fix a big performance hit when 
11155                 re-sorting (10k mails: before 5s,
11156                 after .5s)
11157
11158         * src/prefs_compose_writing.c
11159         * src/prefs_compose_writing.h
11160         * src/prefs_message.c
11161         * src/prefs_message.h
11162         * src/prefs_other.c
11163         * src/prefs_other.h
11164         * src/prefs_quote.c
11165         * src/prefs_quote.h
11166         * src/prefs_receive.c
11167         * src/prefs_receive.h
11168         * src/prefs_send.c
11169         * src/prefs_send.h
11170         * src/prefs_summaries.c
11171         * src/prefs_summaries.h
11172                 Fix copyright banner
11173
11174 2005-06-01 [paul]       1.9.11cvs30
11175
11176         * po/fi.po
11177                 updated by Flammie Pirinen
11178         * src/procmime.c
11179                 fix 'Bad BASE64 content' output
11180
11181 2005-05-31 [colin]      1.9.11cvs29
11182
11183         * src/procmime.c
11184                 Oops, where did my hunk go.
11185
11186 2005-05-31 [colin]      1.9.11cvs28
11187
11188         * src/Makefile.am
11189         * src/account.c
11190         * src/action.c
11191         * src/addr_compl.c
11192         * src/addressbook.c
11193         * src/codeconv.c
11194         * src/compose.c
11195         * src/export.c
11196         * src/folder.c
11197         * src/folderview.c
11198         * src/image_viewer.c
11199         * src/main.c
11200         * src/mainwindow.c
11201         * src/messageview.c
11202         * src/mimeview.c
11203         * src/msgcache.c
11204         * src/prefs_account.c
11205         * src/prefs_actions.c
11206         * src/prefs_common.c
11207         * src/prefs_compose_writing.c
11208         * src/prefs_customheader.c
11209         * src/prefs_ext_prog.c
11210         * src/prefs_filtering.c
11211         * src/prefs_filtering_action.c
11212         * src/prefs_fonts.c
11213         * src/prefs_image_viewer.c
11214         * src/prefs_message.c
11215         * src/prefs_message.h
11216         * src/prefs_msg_colors.c
11217         * src/prefs_other.c
11218         * src/prefs_other.h
11219         * src/prefs_quote.c
11220         * src/prefs_receive.c
11221         * src/prefs_receive.h
11222         * src/prefs_send.c
11223         * src/prefs_send.h
11224         * src/prefs_spelling.c
11225         * src/prefs_summaries.c
11226         * src/prefs_summary_column.c
11227         * src/prefs_template.c
11228         * src/prefs_themes.c
11229         * src/prefs_toolbar.c
11230         * src/prefs_wrapping.c
11231         * src/procmime.c
11232         * src/procmsg.c
11233         * src/send_message.h
11234         * src/ssl_manager.c
11235         * src/summary_search.c
11236         * src/summaryview.c
11237         * src/textview.c
11238         * src/wizard.c
11239         * src/common/smtp.c
11240         * src/common/smtp.h
11241         * src/gtk/gtkutils.h
11242                 o Move the rest of Common prefs to new style
11243                 o Lots of -Wall warning fixes
11244                 o fix FIXME in cache memusage calculation
11245                 o Let return receipts be sent from any account
11246                 o Little cache optimisation (read)
11247                 o Fix bug #746 (don't treat commas as separators
11248                   when inside a quoted string)
11249
11250 2005-05-31 [paul]       1.9.11cvs27
11251
11252         * src/prefs_common.c
11253                 fix 'off-by-one' typo
11254
11255 2005-05-31 [paul]       1.9.11cvs26
11256
11257         * src/account.c
11258         * src/addr_compl.c
11259         * src/compose.c
11260         * src/foldersel.c
11261         * src/prefs_actions.c
11262         * src/prefs_common.c
11263         * src/prefs_common.h
11264         * src/prefs_customheader.c
11265         * src/prefs_display_header.c
11266         * src/prefs_filtering.c
11267         * src/prefs_filtering_action.c
11268         * src/prefs_matcher.c
11269         * src/prefs_summaries.c
11270         * src/prefs_summary_column.c
11271         * src/prefs_template.c
11272         * src/prefs_toolbar.c
11273         * src/ssl_manager.c
11274         * src/gtk/pluginwindow.c
11275         * src/gtk/prefswindow.c
11276         * src/gtk/progressdialog.c
11277                 add hidden prefs 'enable_rules_hint'
11278                 for gtk_tree_view_set_rules_hint()
11279                 (sync with main)
11280                 
11281
11282 2005-05-31 [colin]      1.9.11cvs25
11283
11284         * src/Makefile.am
11285         * src/main.c
11286         * src/prefs_common.c
11287         * src/prefs_summaries.c ** ADDED **
11288         * src/prefs_summaries.h ** ADDED **
11289                 Common/Display -> Display/Summaries
11290
11291 2005-05-31 [colin]      1.9.11cvs24
11292
11293         * src/Makefile.am
11294         * src/main.c
11295         * src/prefs_quote.c ** ADDED **
11296         * src/prefs_quote.h ** ADDED **
11297                 Move Common/Quote to Compose/Quoting
11298         * src/prefs_common.c
11299         * src/prefs_common.h
11300                 Remove old quote stuff, add
11301                 convenience functions for GtkTextView prefs
11302         * src/gtk/prefswindow.c
11303                 Set default height higher
11304
11305 2005-05-30 [colin]      1.9.11cvs23
11306
11307         * src/Makefile.am
11308         * src/main.c
11309         * src/prefs_common.c
11310         * src/prefs_compose_writing.c ** ADDED **
11311         * src/prefs_compose_writing.h ** ADDED **
11312                 Move Common/Compose prefs to Compose/Writing
11313
11314 2005-05-30 [colin]      1.9.11cvs22
11315
11316         * src/common/utils.c
11317                 Fix bug #651 (Confused Attract by Subject)
11318                 Patch by M. Benkmann <haferfrost@web.de>
11319         * AUTHORS
11320
11321 2005-05-30 [colin]      1.9.11cvs21
11322
11323         * src/compose.c
11324                 Fix concatenation of different headers of
11325                 the same type (bug #645)
11326         * src/prefs_folder_item.c
11327                 Fix bug #699 (setting color to black doesn't
11328                 work immediately)
11329         * src/procmime.c
11330                 Print out decoding error only once per
11331                 block
11332
11333 2005-05-30 [paul]       1.9.11cvs20
11334
11335         * src/common/template.c
11336                 fix Bcc
11337
11338 2005-05-30 [paul]       1.9.11cvs19
11339
11340         * doc/src/rfc2368.txt   **NEW FILE**
11341         * src/compose.c
11342                 compose_entries_set(): don't interpret Bcc
11343                 header field (conform to RFC 2368)
11344                 (sync with main)
11345
11346 2005-05-29 [colin]      1.9.11cvs18
11347
11348         * src/prefs_common.c
11349                 Let the default reply format respect
11350                 netiquette by cutting the signature.
11351
11352 2005-05-29 [colin]      1.9.11cvs17
11353
11354         * src/summaryview.c
11355                 Don't let always_show_msg override
11356                 open_unread_on_enter when opening a new
11357                 directory.
11358
11359 2005-05-27 [paul]       1.9.11cvs16
11360
11361         sync with main:
11362
11363         * src/main.c
11364                 app_will_exit(): cleanup tmp directory when exit
11365         * src/message_search.c
11366                 improved the interface and made code cleanup.
11367                 removed Clear button
11368         * src/send_message.c
11369                 send_message_local(): use GSpawn, and detect errors
11370         * src/summary_search.c
11371                 improved the interface and made code cleanup
11372         * src/textview.c
11373                 textview_write_link(): also skip non-ascii space
11374                  at the head of link strings (phishing check
11375                  didn't work at the case)
11376         * src/common/utils.c
11377                 get_command_output(): use g_spawn_command_line_sync()
11378                 instead of popen()
11379
11380 2005-05-26 [colin]      1.9.11cvs15
11381
11382         * src/folder.c
11383                 remove printf
11384
11385 2005-05-26 [colin]      1.9.11cvs14
11386
11387         * src/common/nntp.c
11388                 Fix nntp mode reader (bug #611)
11389                 Patch by Florian Mickler <florian@mickler.org>
11390
11391 2005-05-26 [colin]      1.9.11cvs13
11392
11393         * src/plugins/pgpmime/passphrase.c
11394                 Fix mouse grabbing (bug #557)
11395
11396 2005-05-26 [colin]      1.9.11cvs12
11397
11398         * src/prefs_themes.c
11399                 Fix g_warning (bug #541)
11400
11401 2005-05-26 [colin]      1.9.11cvs11
11402
11403         * src/prefs_actions.c
11404         * src/prefs_template.c
11405                 Fix bug #506 (no warning if action/template
11406                 is not saved)
11407         * src/common/template.c
11408                 Fix a possible crash
11409
11410 2005-05-26 [colin]      1.9.11cvs10
11411
11412         * src/folder.c
11413         * src/folderview.c
11414         * src/procmsg.c
11415         * src/summaryview.c
11416                 Forbid locked messages to be moved or
11417                 deleted. Locked messages in trashes 
11418                 still get deleted, for performance
11419                 reason (mh.c::mh_remove_all_msgs)
11420
11421 2005-05-25 [colin]      1.9.11cvs9
11422
11423         * src/procmime.c
11424                 Use correct encoding when sending mails
11425                 with attachments that have accentued 
11426                 chars in their name
11427
11428 2005-05-24 [colin]      1.9.11cvs8
11429
11430         * src/summaryview.c
11431                 Fix bug #688 f) read/unread marker not
11432                 changed on first click
11433                 Also, optimize summary_status_show()
11434                 calls
11435         * src/folder.c
11436         * src/inc.c
11437         * src/procmime.c
11438                 Fix bug #688 b) and c) wrt message
11439                 attachments and signature
11440         * src/stock_pixmap.c
11441         * src/stock_pixmap.h
11442         * src/stock_pixmap.c
11443         * src/stock_pixmap.h
11444         * src/Makefile.am
11445         * src/pixmaps/clip_gpg_signed.xpm
11446                 Add clip/signed icon
11447
11448 2005-05-24 [colin]      1.9.11cvs7
11449
11450         * src/folder_item_prefs.c
11451                 whitespace fix
11452
11453 2005-05-24 [colin]      1.9.11cvs6
11454
11455         * src/folderview.c
11456         * src/prefs_common.c
11457         * src/prefs_common.h
11458                 Add a confirmation to folder drag and drop
11459                 fixes bug #156
11460         * src/alertpanel.c
11461         * src/alertpanel.h
11462                 fix _with_disable parameters so that
11463                 the buttons labels are specifiable too
11464         * src/plugins/pgpmime/sgpgme.c
11465                 reflect said change
11466                 
11467
11468 2005-05-24 [colin]      1.9.11cvs5
11469
11470         * src/folderview.c
11471                 Uncollapse/collapse folders on double-click
11472                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11473                 closes bug #108
11474
11475 2005-05-23 [colin]      1.9.11cvs4
11476
11477         * src/common/socket.c
11478                 Check another special SSL_peek() error.
11479                 Should help wrt bug #728
11480
11481 2005-05-23 [colin]      1.9.11cvs3
11482
11483         * src/plugins/pgpmime/pgpmime.c
11484                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11485                 breaking menu accelerators and stuff. Users will have to
11486                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11487                 account's privacy preferences if needed.
11488
11489 2005-05-22 [paul]
11490
11491         * tools/kdeservicemenu/install.sh
11492                 use kdesu to prompt for root password if doing
11493                 global install/uninstall
11494
11495 2005-05-20 [colin]      1.9.11cvs2
11496
11497         * src/procmsg.c
11498                 Fix another compilation error with gcc-2.9x
11499                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11500         * src/send_message.c
11501                 Don't send QUIT if we aren't connected
11502
11503 2005-05-19 [colin]      1.9.11cvs1
11504
11505         * src/procmsg.c
11506                 Fix compilation with gcc 2.9x
11507
11508 2005-05-19 [paul]       1.9.11
11509
11510         1.9.11 released
11511
11512 2005-05-19 [paul]       1.9.9cvs14
11513
11514         * src/gtk/inputdialog.c
11515                 prevent gettext warning
11516
11517 2005-05-19 [paul]       1.9.9cvs13
11518
11519         * src/mainwindow.c
11520         * src/prefs_common.c
11521         * src/prefs_common.h
11522         * src/textview.c
11523         * src/textview.h
11524                 add an option to toggle cursor in message
11525                 view (sync with main)
11526
11527 2005-05-18 [colin]      1.9.9cvs12
11528
11529         * src/compose.c
11530                 Dereference freed pointer
11531         * src/gtk/gtkaspell.c
11532                 Fix duplication of dictionaries (is it an aspell issue?)
11533
11534 2005-05-18 [colin]      1.9.9cvs11
11535
11536         * src/gtk/inputdialog.c
11537         * src/gtk/gtkaspell.c
11538                 HIGuify dialogs
11539         * src/alertpanel.c
11540                 Remove a double call
11541
11542 2005-05-17 [colin]      1.9.9cvs10
11543
11544         * src/gtk/gtkaspell.c
11545                 Fix dialogs, Ctrl-Enter accel
11546
11547 2005-05-17 [colin]      1.9.9cvs9
11548
11549         * src/gtk/gtkaspell.c
11550                 Fix some accelerators, escape in replace-window
11551
11552 2005-05-16 [colin]      1.9.9cvs8
11553
11554         * src/gtk/gtkaspell.c
11555                 Revert last commit, it was a mistake.
11556
11557 2005-05-16 [colin]      1.9.9cvs7
11558
11559         * src/gtk/gtkaspell.c
11560                 Remove buggy code while we're at it. It's a 
11561                 dead code path anyway.
11562
11563 2005-05-16 [colin]      1.9.9cvs6
11564
11565         * src/gtk/gtkaspell.c
11566                 Missed some gtk_menu_popup where deactivate
11567                 signal should be handled. Should fix bug
11568                 #629 a bit more.
11569
11570 2005-05-16 [colin]      1.9.9cvs5
11571
11572         * src/gtk/gtkaspell.c
11573                 Remove debug printf()s
11574
11575 2005-05-16 [colin]      1.9.9cvs4
11576
11577         * src/gtk/gtkaspell.c
11578                 Fix a bit aspell problems
11579                 (see bug #629)
11580
11581 2005-05-13 [colin]      1.9.9cvs3
11582
11583         * src/folderview.c
11584                 Fix the + appearing even when no subfolders
11585                 have unread messages. Thanks to wwp for the
11586                 bug report.
11587
11588 2005-05-11 [paul]       1.9.9cvs2
11589
11590         * src/folderview.c
11591                 correction to 1.9.9cvs1, only colour folders that
11592                 have new msgs (not unread msgs)
11593
11594 2005-05-10 [colin]      1.9.9cvs1
11595
11596         * src/folderview.c
11597         * src/summaryview.c
11598                 Try to fix bolding bugs again.
11599
11600 2005-05-09 [paul]
11601
11602         * tools/claws.i18n.status.pl
11603                 add Ricardo Mones Lastra's script that has been providing
11604                 the i18n status page for many months
11605
11606 2005-05-09 [paul]       1.9.9
11607
11608         1.9.9 release
11609
11610 2005-05-09 [paul]       1.9.6cvs58
11611
11612         * AUTHORS
11613         * INSTALL
11614         * README.claws
11615                 updated
11616         * Makefile.am 
11617         * RELEASE_NOTES.claws
11618                 add release notes to cvs to simplify release
11619                 procedure
11620         * configure.ac
11621                 add ca and fi to ALL_LINGUAS
11622         * po/Makefile.in.in
11623                 workaround for missing Makevars
11624         * po/ca.po
11625         * po/fi.po
11626                 add new Catalan and Finnish translations
11627                 submitted by Miquel Oliete and Flammie Pirinen
11628         * po/de.po
11629         * po/es.po
11630         * po/fr.po
11631         * po/it.po
11632         * po/pl.po
11633         * po/ru.po
11634         * po/sk.po
11635         * po/sr.po
11636         * po/zh_CN.po
11637                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11638                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11639                 Urke MMI, and Hansom Young
11640         * src/main.c
11641                 Fix drafting when quitting. compose_draft() closes the
11642                 compose windows, which modifies the compose_list GSList.
11643                 We have to refresh this list after echo drafting to avoid a
11644                 segfault
11645         * src/partial_download.c
11646                 fix segfault on exit
11647
11648 2005-05-06 [paul]       1.9.6cvs57
11649
11650         * src/grouplistdialog.c
11651                 quick fix/workaround for unresizeable newsgroup
11652                 name column 
11653
11654 2005-05-06 [paul]       1.9.6cvs56
11655
11656         * src/inc.c
11657         * src/mainwindow.c
11658                 use gettext plural forms
11659         * src/imap_gtk.c
11660         * src/mh_gtk.c
11661         * src/toolbar.c
11662                 small improvement to english usage
11663
11664 2005-05-05 [thorsten]   1.9.6cvs55
11665
11666         * src/folder.c
11667                 fix possible crash
11668
11669 2005-05-05 [paul]       1.9.6cvs54
11670         
11671         sync with HEAD
11672
11673         * AUTHORS
11674         * src/compose.c
11675                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11676                 patch by Tim Mann
11677
11678 2005-05-05 [paul]       1.9.6cvs53
11679
11680         * src/mainwindow.c
11681                 fix resizing of separate message and
11682                 folder views
11683
11684 2005-05-05 [paul]       1.9.6cvs52
11685
11686         * src/account.c
11687         * src/addrgather.c
11688         * src/browseldap.c
11689         * src/exphtmldlg.c
11690         * src/expldifdlg.c
11691         * src/importmutt.c
11692         * src/importpine.c
11693         * src/main.c
11694         * src/mainwindow.c
11695         * src/noticeview.c
11696         * src/prefs_filtering.c
11697         * src/prefs_filtering_action.c
11698         * src/prefs_matcher.c
11699         * src/prefs_spelling.c
11700         * src/prefs_toolbar.c
11701         * src/toolbar.c
11702         * src/wizard.c
11703         * src/gtk/description_window.c
11704         * src/gtk/gtkvscrollbutton.c
11705         * src/gtk/progressdialog.c
11706         * src/gtk/quicksearch.c
11707         * src/plugins/pgpmime/prefs_gpg.c
11708         * src/plugins/spamassassin/spamassassin_gtk.c
11709                 replace deprecated gtk_widget_set_usize
11710
11711 2005-05-04 [colin]      1.9.6cvs51
11712
11713         * src/common/utils.c
11714                 Fix crash when subst_for_filename is called
11715                 with a NULL parameter
11716
11717 2005-05-04 [colin]      1.9.6cvs50
11718
11719         * src/partial_download.c
11720         * src/pop.c
11721                 Escape login when writing uidl file
11722                 fixes bug #736
11723
11724 2005-05-03 [colin]      1.9.6cvs49
11725
11726         * src/procmime.c
11727                 Fix possible DOS in mime parser
11728                 (see bug #634)
11729
11730 2005-05-02 [colin]      1.9.6cvs48
11731
11732         * src/compose.c
11733                 Try to fix the copy/paste mess once again.
11734
11735
11736 2005-04-30 [colin]      1.9.6cvs47
11737
11738         * src/prefs_account.h
11739         * src/procmsg.c
11740         * src/send_message.c
11741         * src/common/smtp.c
11742         * src/common/smtp.h
11743                 Try to batch sending mails (per account) instead of
11744                 reconnecting to server every time.
11745
11746 2005-04-29 [colin]      1.9.6cvs46
11747
11748         * src/messageview.c
11749                 Fix window resizing that refused to size down
11750         * src/prefs_common.c
11751         * src/prefs_common.h
11752         * src/prefs_filtering.c
11753                 Save Filtering's window size
11754
11755 2005-04-21 [paul]       1.9.6cvs45
11756
11757         * ChangeLog-gtk2.claws
11758         * src/setup.c
11759                 correction to sync
11760
11761 2005-04-21 [paul]       1.9.6cvs44
11762
11763         sync with main:
11764
11765         * src/setup.c
11766         * src/statusbar.c
11767         * src/statusbar.h
11768                 use gtkut_widget_draw_now(). Improved performance
11769                 of the update of statusbar
11770         * src/textview.c
11771                 textview_smooth_scroll_do(): redraw it after scroll
11772                 is done (fixed incorrect display when a part of the
11773                 view is hidden).
11774         * src/gtk/gtkutils.c
11775         * src/gtk/gtkutils.h
11776                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11777                 to force update of widgets.
11778                 Removed gtkut_widget_wait_for_draw() which had a big
11779                 overhead  because of waiting for all events processed 
11780
11781 2005-04-20 [paul]       1.9.6cvs43
11782
11783         * src/codeconv.c
11784                 complete 1.9.6cvs42's sync:
11785                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11786
11787 2005-04-19 [paul]       1.9.6cvs42
11788
11789         sync with main:
11790
11791         * src/action.c
11792                 catch_output(): correctly select the insert text
11793                 (fix invalid iterator warnings).
11794         * src/codeconv.c
11795         * src/codeconv.h
11796         * src/mainwindow.c
11797         * src/messageview.c
11798         * src/prefs_common.c
11799                 support GBK encoding.
11800         * src/common/session.c
11801         * src/common/session.h
11802                 use separate buffer for large data to be sent,
11803                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11804
11805 2005-04-18 [paul]       1.9.6cvs41
11806
11807         * src/jpilot.c
11808                 convert unsigned long into guint32
11809                 patch by Paul LeoNerd Evans 
11810
11811 2005-04-17 [colin]      1.9.6cvs40
11812
11813         * src/compose.c
11814                 Fix 'Request return receipt' from folder
11815                 properties (bug #708)
11816
11817 2005-04-17 [colin]      1.9.6cvs39
11818
11819         * src/mainwindow.c
11820                 Fix duplicate hotkeys in Mainwindow's menu
11821
11822 2005-04-17 [colin]      1.9.6cvs38
11823
11824         * src/folderview.c
11825                 Fix duplicate hotkeys in Folderview's contextual
11826                 menu
11827
11828 2005-04-15 [colin]      1.9.6cvs37
11829
11830         * src/summaryview.c
11831                 Fix 'Save as...' with non-ascii filenames
11832
11833 2005-04-15 [colin]      1.9.6cvs36
11834
11835         * src/plugins/pgpmime/pgpmime.c
11836                 Fix bus error on 64bit. Spotted by 
11837                 macallan1888@gmail.com
11838
11839 2005-04-15 [colin]      1.9.6cvs35
11840
11841         * src/prefs_account.c
11842                 Fix cvs34.
11843
11844 2005-04-12 [colin]      1.9.6cvs34
11845
11846         * src/prefs_account.c
11847                 Fix smtp auth type off-by-one. We forgot to
11848                 add PLAIN in the prefs-to-gui setter func and
11849                 as a result, the selected auth when opening
11850                 account prefs was not the correct one.
11851
11852 2005-04-12 [paul]       1.9.6cvs33
11853
11854         * src/inc.c
11855                 if the recv dialog is visible, Cancel only
11856                 cancels the current account
11857
11858
11859 2005-04-10 [colin]      1.9.6cvs32
11860
11861         * src/filtering.c
11862                 Copy score when copying FilteringActions
11863                 Fix bug #674
11864
11865 2005-04-10 [colin]      1.9.6cvs31
11866
11867         * src/inc.c
11868                 Make Message -> Receive -> Cancel cancel 
11869                 incorporation on all accounts. Fixes
11870                 bug #693
11871
11872 2005-04-10 [colin]      1.9.6cvs30
11873
11874         * src/prefs_account.c
11875                 Update Privacy checkbuttons status based
11876                 on the selected privacy system
11877         * src/compose.c
11878                 Always connect the "None" privacy system; the
11879                 static boolean was probably there to avoid
11880                 reconnecting twice in the same compose window,
11881                 but as the parent function is only called once
11882                 per compose, it's only a bug - as a static is
11883                 initialized once per application instance.
11884                 Also, don't uncheck Sign and Encrypt when
11885                 selecting None as privacy system; just ignore
11886                 them when sending/queuing.
11887                 Should fix bug #695
11888
11889 2005-04-08 [colin]      1.9.6cvs29
11890
11891         * src/account.c
11892         * src/prefs_account.c
11893         * src/prefs_account.h
11894                 Add account preference to queue message in a certain
11895                 folder.
11896
11897 2005-04-06 [colin]      1.9.6cvs28
11898
11899         * src/prefs_account.c
11900                 Update old inbox path syntax
11901
11902 2005-04-06 [paul]       1.9.6cvs27
11903
11904         sync with main:
11905
11906         * configure.ac
11907                 changed -traditional-cpp to -no-cpp-precomp for newer
11908                 Mac OS X support
11909         * src/foldersel.c
11910                 made column resize automatically
11911         * src/send_message.c
11912                 send_message_smtp(): consider EOF right after QUIT
11913                 successful (workaround for Gmail SMTP server)
11914         * src/common/socket.c
11915                 ssl_read(), ssl_peek(): check EOF which violates the
11916                 SSL protocol
11917         * src/gtk/colorlabel.c
11918                 removed warnings when displaying colorlabel menu
11919                 (don't use GtkAlignment)
11920
11921 2005-04-05 [paul]       1.9.6cvs26
11922
11923         * src/plugins/trayicon/trayicon.c
11924                 fix clipping of icon under KDE3 
11925
11926 2005-04-05 [paul]       1.9.6cvs25
11927
11928         * src/summaryview.c
11929                 hide display of threading
11930                 patch by Alfons
11931
11932 2005-04-04 [thorsten]   1.9.6cvs24
11933
11934         * src/mh.c
11935                 marks lost on filesystems with different stat() results on
11936                 summer-/wintertime
11937
11938 2005-04-03 [colin]      1.9.6cvs23
11939
11940         * src/summaryview.c
11941                 Don't handle up/down. Patch by Alfons
11942
11943 2005-04-02 [colin]      1.9.6cvs22
11944
11945         * src/summaryview.c
11946                 Make scrolling faster. Patch by Alfons.
11947
11948 2005-04-01 [colin]      1.9.6cvs21
11949
11950         * src/Makefile.am
11951         * src/stock_pixmap.c
11952         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11953         * src/pixmaps/dir_noselect.xpm ** ADDED **
11954                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11955
11956 2005-04-01 [colin]      1.9.6cvs20
11957
11958         * src/image_viewer.c
11959         * src/image_viewer.h
11960         * src/procmime.c
11961         * src/procmime.h
11962         * src/textview.c
11963         * src/textview.h
11964                 Implement inline image resizing and right-clicking
11965
11966 2005-04-01 [paul]       1.9.6cvs19
11967
11968         * AUTHORS
11969         * Makefile.am
11970         * configure.ac
11971                 check for gnome2
11972                 patch by Luca Cavalli <loopback<AT>slackit.org>
11973         * po/ru.po
11974                 updated by Pavlo Bohmat
11975
11976 2005-03-31 [colin]      1.9.6cvs18
11977
11978         * src/news.c
11979                 Fix parsing references
11980         * src/msgcache.c
11981                 don't put nulls in the references list
11982         * src/procheader.c
11983                 commit that forgotten file in 1.9.6cvs14
11984
11985 2005-03-31 [colin]      1.9.6cvs17
11986
11987         * src/compose.c
11988                 Fix joining of signature separator again. 
11989                 Maybe Hiro could put it in main too...
11990
11991 2005-03-31 [colin]      1.9.6cvs16
11992
11993         * src/Makefile.am
11994         * src/foldersel.c
11995         * src/stock_pixmap.c
11996         * src/stock_pixmap.h
11997         * src/pixmaps/dir-noselect.xpm
11998                 Update foldersel.c (sync from main, patch by Alfons)
11999
12000 2005-03-30 [colin]      1.9.6cvs15
12001
12002         * src/imap.c
12003                 Fix handling of imap folders containing [] in 
12004                 their name. Thanks to Nahuel Angelinetti for
12005                 the detailed bugreport.
12006
12007 2005-03-30 [colin]      1.9.6cvs14
12008
12009         * src/common/utils.h
12010         * src/common/utils.c
12011         * src/common/defs.h
12012         * src/matcher.c
12013         * src/msgcache.c
12014         * src/news.c
12015         * src/procmsg.c
12016         * src/procmsg.h
12017         * src/quote_fmt_parse.y
12018         * src/summaryview.c
12019                 Update references system. Patch by Alfons
12020
12021 2005-03-30 [colin]      1.9.6cvs13
12022
12023         * src/common/socket.c
12024                 Force the glibc to read resolv.conf again when 
12025                 it has changed. Should fix issues when changing
12026                 networks on a laptop and not restarting sylpheed. 
12027
12028 2005-03-30 [paul]       1.9.6cvs12
12029
12030         partial sync with main:
12031
12032         * src/action.c
12033                 create_io_dialog(): use user-defined text font
12034                 (thanks to Alfons), and modified its appearance.
12035         * src/addrgather.c
12036         * src/addrharvest.c
12037         * src/browseldap.c
12038                 replace old code
12039         * src/compose.c
12040                 don't join (presumably) itemized lines on line-wrapping
12041                 fixed wrapping of quote when auto-wrapping is enabled
12042                 compose_destroy(): destroy paned only if it's not
12043                 attached to window. Fixed memory leak of popup menu.
12044         * src/exphtmldlg.c
12045         * src/expldifdlg.c
12046                 replace old code
12047         * src/html.c
12048         * src/html.h
12049         * src/importmutt.c
12050         * src/importpine.c
12051                 replace old code
12052         * src/main.c
12053                 removed redundant code
12054         * src/mainwindow.c
12055                 changed 'Code set' (which is rather incorrect)
12056                 in the menu to 'Character encoding'
12057                 main_window_set_widgets(): request size first
12058                 to prevent window size becoming wrong
12059                 fixed remembering of the state of the visibility
12060                 of MessageView
12061         * src/messageview.c
12062                 changed 'Code set' (which is rather incorrect)
12063                 in the menu to 'Character encoding'
12064         * src/prefs_common.c
12065         * src/prefs_common.h
12066                 added an option whether to render HTML as text or not
12067                 added separators to outgoing encoding menu
12068         * src/procheader.c
12069                 procheader_scan_date_string(): support header
12070                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12071         * src/summaryview.c
12072         * src/summaryview.h
12073                 minor code cleanup
12074         * src/textview.c
12075                 textview_show_html(): force output of newline
12076                 added an option whether to render HTML as text or not
12077         * src/common/utils.c
12078                 strncpy2(): optimized based on Alfons' code
12079         * src/gtk/gtkutils.c
12080         * src/gtk/gtkutils.h
12081                 removed non-used code
12082         * src/plugins/pgpmime/passphrase.c
12083                 partially fixed grab input of passphrase dialog
12084                 Confine pointer to window
12085
12086 2005-03-30 [colin]      1.9.6cvs11
12087
12088         * src/msgcache.c
12089         * src/msgcache.h
12090                 Read/write 32bit ints from cache & marks
12091                 From main.
12092
12093 2005-03-29 [paul]       1.9.6cvs10
12094
12095         * AUTHORS
12096         * ChangeLog.claws
12097         * src/compose.c
12098         * src/gtk/gtkaspell.c
12099                 sync with HEAD (don't pass NULL pointers) 
12100
12101 2005-03-24 [paul]
12102
12103         * tools/Makefile.am
12104         * tools/README
12105         * tools/acroread2sylpheed.pl
12106                 sync with HEAD (add script to send pdfs as
12107                 attachments from Adobe Reader 7)
12108
12109 2005-03-21 [paul]       1.9.6cvs9
12110
12111         * configure.ac
12112         * po/POTFILES.in
12113         * src/Makefile.am
12114         * src/crash.c
12115         * src/image_viewer.c ** ADDED **
12116         * src/image_viewer.h ** ADDED **
12117         * src/main.c
12118         * src/prefs_common.c
12119         * src/prefs_common.h
12120         * src/prefs_image_viewer.c ** ADDED **
12121         * src/prefs_image_viewer.h ** ADDED **
12122         * src/textview.c
12123         * src/gtk/about.c
12124         * src/pixmaps/sylpheed_logo.xpm
12125         * src/plugins/Makefile.am
12126         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12127         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12128         * src/plugins/image_viewer/plugin.c ** REMOVED **
12129         * src/plugins/image_viewer/viewer.c ** REMOVED **
12130         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12131         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12132         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12133         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12134         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12135                 as gdk-pixbuf is now built-in
12136                 remove image_viewer plugin and put code back into
12137                 main codebase
12138                 implement inline image display (sync with main)
12139
12140                 replace logo with newer, nicer, larger version  
12141
12142 2005-03-21 [paul]       1.9.6cvs8
12143
12144         * src/gtk/about.c
12145                 cosmetic improvement
12146
12147 2005-03-21 [holger]     1.9.6cvs7
12148
12149         * src/plugins/spamassassin/spamassassin.c
12150                 Sync with HEAD
12151                 (unregister hook on failed plugin init)
12152
12153 2005-03-20 [colin]      1.9.6cvs6
12154
12155         * src/common/plugin.c
12156                 Check that plugin isn't already loaded
12157                 Patch by Alfons
12158
12159 2005-03-20 [thorsten]   1.9.6cvs5
12160
12161         * src/compose.c
12162                 use a more compatible syntax
12163
12164 2005-03-20 [thorsten]   1.9.6cvs4
12165
12166         * src/prefs_toolbar.c
12167                 fix crash when selecting toolbar item (uninitialized pointer)
12168
12169 2005-03-20 [thorsten]   1.9.6cvs3
12170
12171         * src/procmime.c
12172                 fix mimetype detection (referenced free()d string)
12173
12174 2005-03-20 [paul]       1.9.6cvs2
12175
12176         * src/compose.c
12177                 sync with HEAD (1.0.3cvs5)
12178                 neglect Reply-To header if empty
12179                 Patch by Alfons 
12180
12181 2005-03-19 [holger]     1.9.6cvs1
12182
12183         * src/summaryview.c
12184         * src/summaryview.h
12185                 Sync with HEAD
12186
12187 2005-03-18 [paul]       1.9.6
12188
12189         initial GTK2 release
12190
12191 2005-03-18 [paul]       1.0.3cvs3.1
12192
12193         * AUTHORS
12194         * ChangeLog.claws
12195         * configure.ac
12196         * src/gtk/about.c
12197         * src/pixmaps/sylpheed_logo.xpm
12198                 sync with HEAD
12199
12200 2005-03-18 [colin]      1.0.3cvs2.6
12201
12202         * src/summaryview.c
12203                 Remove call to summary_step in summary_copy_selected_to
12204                 Can't see its purpose, and this causes bug when copying
12205                 a message if the next one is unread: it reads it.
12206
12207 2005-03-18 [paul]       1.0.3cvs2.5
12208
12209         * src/foldersel.c
12210                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12211
12212 2005-03-18 [paul]       1.0.3cvs2.4
12213
12214         * src/addrharvest.c
12215         * src/codeconv.c
12216         * src/codeconv.h
12217         * src/compose.c
12218         * src/news.c
12219         * src/procheader.c
12220         * src/procmime.c
12221         * src/unmime.c
12222         * src/unmime.h
12223                 fix buffer overflow, CAN-2005-0667, see
12224                 http://secunia.com/advisories/14491/
12225                 Patch by Alfons
12226
12227 2005-03-17 [colin]      1.0.3cvs2.3
12228
12229         * src/prefs_fonts.c
12230         * src/summaryview.c
12231                 Fix font bugs (both lists now officialy share 
12232                 the same font)
12233                 
12234
12235 2005-03-17 [paul]       1.0.3cvs2.2
12236
12237         * src/gtk/pluginwindow.c
12238                 make plugin descriptions uneditable
12239
12240 2005-03-11 [paul]       1.0.3cvs2.1
12241
12242         * ChangeLog.claws
12243         * configure.ac
12244         * po/POTFILES.in
12245         * src/plugins/trayicon/trayicon.c
12246                 sync with HEAD
12247                 add src/wizard.c to POTFILES.in
12248
12249 2005-03-11 [paul]       1.0.3cvs1.1
12250
12251         * ChangeLog
12252         * ChangeLog.claws
12253         * configure.ac
12254         * po/de.po
12255         * po/es.po
12256         * po/fr.po
12257         * po/it.po
12258         * po/pt_BR.po
12259         * po/ru.po
12260         * po/sk.po
12261         * po/sr.po
12262         * po/zh_CN.po
12263                 sync with HEAD
12264
12265 2005-03-04 [colin]      1.0.1cvs22.2
12266
12267         * src/compose.c
12268                 Fix signatures with accentued chars in it
12269
12270 2005-03-04 [colin]      1.0.1cvs22.1
12271
12272         * src/common/smtp.c
12273         * src/common/smtp.h
12274                 Don't use SIZE param in MAIL FROM: if server 
12275                 doesn't support it. Patch by Eugen Freiter
12276                 <eugen_f@users.sf.net>
12277
12278 2005-02-27 [paul]       1.0.1cvs20.1
12279
12280         * ChangeLog.claws
12281         * configure.ac
12282         * src/messageview.c
12283                 sync with HEAD
12284
12285 2005-02-27 [colin]      1.0.1cvs19.4
12286
12287         * src/procheader.c
12288         * src/procheader.h
12289                 Fix prototypes. Patch by Alfons
12290
12291 2005-02-27 [colin]      1.0.1cvs19.3
12292
12293         * src/compose.c
12294                 Don't auto-join the signature separator.
12295
12296 2005-02-26 [colin]      1.0.1cvs19.2
12297
12298         * src/summaryview.c
12299                 Fix 'mark all read' with collapsed threads.
12300                 Patch by Alfons.
12301
12302 2005-02-25 [paul]       1.0.1cvs19.1
12303
12304         * ChangeLog.claws
12305         * configure.ac
12306         * src/prefs_account.c
12307         * src/prefs_folder_item.c
12308         * src/gtk/prefswindow.c
12309         * src/gtk/prefswindow.h
12310                 sync with HEAD
12311
12312 2005-02-25 [paul]       1.0.1cvs15.12
12313
12314         * src/alertpanel.c
12315         * src/codeconv.c
12316         * src/compose.c
12317         * src/textview.c
12318         * src/gtk/gtkutils.c
12319         * src/gtk/gtkutils.h
12320         * src/gtk/logwindow.c
12321         * src/gtk/progressdialog.c
12322                 sync with main (revision 127)
12323                 and fix logwindow clipping
12324
12325 2005-02-24 [colin]      1.0.1cvs15.11
12326
12327         * src/plugins/pgpmime/passphrase.c
12328                 Disable input grabbing; it doesn't work yet.
12329
12330 2005-02-24 [colin]      1.0.1cvs15.10
12331
12332         * src/messageview.c
12333                 Don't send out receipts if offline. Ask.
12334
12335 2005-02-23 [colin]      1.0.1cvs15.9
12336
12337         * src/summaryview.c     
12338                 Fix expanding
12339
12340 2005-02-23 [colin]      1.0.1cvs15.8
12341
12342         * src/summaryview.c
12343                 Really fix Bug 568 by removing useless
12344                 calls. summary_thread_init() now called
12345                 in summary_sort(). This should please
12346                 Alfons as it should be faster than 
12347                 previously.
12348
12349 2005-02-23 [colin]      1.0.1cvs15.7
12350
12351         * src/compose.c
12352                 Encode parts as QP or B64 if signing
12353
12354 2005-02-23 [colin]      1.0.1cvs15.6
12355
12356         * src/compose.c
12357                 Fix Mimeinfo leakage (including tmp files)
12358         * src/procmsg.c
12359                 Fix tmp file leakage (spotted by Ivan Rayner)
12360
12361 2005-02-22 [colin]      1.0.1cvs15.5
12362
12363         * src/expldifdlg.c
12364                 Fix keyboard input. Patch by Alfons.
12365
12366 2005-02-21 [colin]      1.0.1cvs15.4
12367
12368         * src/compose.c
12369                 Fix Sign/Encrypt when unselecting privacy
12370                 system
12371         * src/prefs_common.c
12372                 Change default message font to Monospace
12373         * src/summaryview.c
12374                 More freezing during potentially large operations
12375
12376 2005-02-21 [paul]       1.0.1cvs15.3
12377
12378         * src/main.c
12379                 fix --help output
12380
12381 2005-02-21 [paul]       1.0.1cvs15.2
12382
12383         * po/Makefile.in.in
12384         * src/compose.c
12385         * src/summaryview.c
12386         * src/textview.c
12387         * src/common/utils.c
12388         * src/common/utils.h
12389                 sync with main (revision 117)
12390
12391 2005-02-20 [colin]      1.0.1cvs15.1
12392
12393         * src/common/defs.h
12394                 Change cache file to .sylpheed_claws_cache, as
12395                 suggested by Alfons. Allows people to switch
12396                 between Sylpheed and Sylpheed-Claws. it is
12397                 a good idea to "Check for new messages" at next
12398                 startup.
12399
12400
12401 2005-02-18 [colin]      1.0.1cvs14.1
12402
12403         * src/quote_fmt_lex.l
12404         * src/quote_fmt_parse.y
12405                 Fix parser initialisation. Patch by Ivan.
12406
12407 2005-02-18 [colin]      1.0.1cvs11.6
12408
12409         * src/folderview.c
12410                 Fix scrolldown (bug 662)
12411
12412 2005-02-17 [colin]      1.0.1cvs11.5
12413
12414         * src/codeconv.c
12415                 conv_filename_to_utf8: return clean 7bit instead
12416                 of broken utf8 if needed
12417         * src/mimeview.c
12418                 Fix display of parts with unclean 8bit names
12419
12420 2005-02-17 [paul]       1.0.1cvs11.4
12421
12422         * src/compose.c
12423         * src/exportldif.c
12424         * src/matcher_parser_parse.y
12425         * src/procmime.c
12426         * src/sourcewindow.c
12427         * src/common/Makefile.am
12428         * src/common/intl.h             ** REMOVED **
12429         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12430                 sync with main (revision 109)
12431                 and clean up
12432
12433 2005-02-16 [colin]      1.0.1cvs11.3
12434
12435         * src/summaryview.c
12436                 Fix collapsed thread not highlighting when new
12437                 messages in it (Bug 568) Patch by Stephan Sachse.
12438                 Fix messed up selection when reaching bounds (Bug 632)
12439         * src/prefs_themes.c
12440                 Fix theme installing (Bug 684)
12441
12442 2005-02-16 [colin]      1.0.1cvs11.2
12443
12444         * src/messageview.c
12445                 Fix messageview_select_all
12446
12447 2005-02-16 [colin]      1.0.1cvs11.1
12448
12449         * src/mh.c
12450                 Sync with HEAD (MH scan required function)
12451
12452 2005-02-15 [colin]      1.0.1cvs8.1
12453
12454         * src/mimeview.c
12455         * src/common/utils.c
12456                 Sync with HEAD (filename chars substitution)
12457
12458 2005-02-15 [colin]      1.0.1cvs7.3
12459
12460         * src/gtk/pluginwindow.c
12461                 Fix button spacing
12462
12463 2005-02-15 [colin]      1.0.1cvs7.2
12464
12465         * src/mimeview.c
12466                 Fix mime icons not reset across message when
12467                 scrolled down
12468
12469 2005-02-15 [colin]      1.0.1cvs7.1
12470
12471         * src/compose.c
12472         * src/procmime.c
12473                 Sync with HEAD (optimisation of cvs6)
12474
12475 2005-02-14 [colin]      1.0.1cvs6.1
12476
12477         * src/compose.c
12478         * src/procmime.c
12479                 Sync with HEAD (encode "From " at line beginning)
12480
12481 2005-02-14 [colin]      1.0.1cvs5.3
12482
12483         * src/compose.c
12484                 Fix wrapping with accentued chars.
12485
12486 2005-02-13 [colin]      1.0.1cvs5.2
12487
12488         * src/textview.c
12489                 Fix email informative part parsing with
12490                 accentued chars in it. ispunct() returns
12491                 true for them in utf8...
12492
12493 2005-02-12 [colin]      1.0.1cvs5.1
12494
12495         * src/filtering.c
12496                 Sync with HEAD (remove wrong use of compose after send)
12497
12498 2005-02-12 [paul]       1.0.1cvs4.5
12499
12500         * src/textview.c
12501                 remove unnecessary code (thanks to Alfons)
12502
12503 2005-02-12 [paul]       1.0.1cvs4.4
12504
12505         * src/textview.c
12506                 add 'Copy' to contextual menu on emails
12507
12508 2005-02-11 [colin]      1.0.1cvs4.3
12509
12510         * src/compose.c
12511                 revert 1.0.0cvs28.2, it doesn't work that well.
12512
12513 2005-02-11 [paul]       1.0.1cvs4.2
12514
12515         * po/Makefile.in.in
12516                 fix 'make release'
12517
12518 2005-02-10 [paul]       1.0.1cvs4.1
12519
12520         * ChangeLog
12521         * ChangeLog.claws
12522         * ChangeLog.jp
12523         * configure.ac
12524         * src/compose.c
12525                 sync with HEAD (sync with main)
12526
12527 2005-02-10 [paul]       1.0.1cvs3.2
12528
12529         * AUTHORS
12530         * Makefile.am
12531         * autogen.sh
12532         * configure.ac
12533         * config/mkinstalldirs
12534         * intl/.cvsignore
12535         * intl/ChangeLog
12536         * intl/VERSION
12537         * intl/bindtextdom.c
12538         * intl/config.charset
12539         * intl/dcgettext.c
12540         * intl/dcigettext.c
12541         * intl/dcngettext.c
12542         * intl/dgettext.c
12543         * intl/dngettext.c
12544         * intl/eval-plural.h
12545         * intl/explodename.c
12546         * intl/finddomain.c
12547         * intl/gettext.c
12548         * intl/gettextP.h
12549         * intl/gmo.h
12550         * intl/hash-string.h
12551         * intl/intl-compat.c
12552         * intl/l10nflist.c
12553         * intl/libgnuintl.h.in
12554         * intl/loadinfo.h
12555         * intl/loadmsgcat.c
12556         * intl/localcharset.c
12557         * intl/localcharset.h
12558         * intl/locale.alias
12559         * intl/localealias.c
12560         * intl/localename.c
12561         * intl/log.c
12562         * intl/ngettext.c
12563         * intl/os2compat.c
12564         * intl/os2compat.h
12565         * intl/osdep.c
12566         * intl/plural-exp.c
12567         * intl/plural-exp.h
12568         * intl/plural.c
12569         * intl/plural.y
12570         * intl/ref-add.sin
12571         * intl/ref-del.sin
12572         * intl/relocatable.c
12573         * intl/relocatable.h
12574         * intl/textdomain.c
12575         * m4/Makefile.am
12576         * po/Makefile.in.in
12577         * src/Makefile.am
12578         * src/account.c
12579         * src/action.c
12580         * src/addr_compl.c
12581         * src/addressadd.c
12582         * src/addressbook.c
12583         * src/addrgather.c
12584         * src/addrindex.c
12585         * src/alertpanel.c
12586         * src/browseldap.c
12587         * src/codeconv.c
12588         * src/codeconv.h
12589         * src/compose.c
12590         * src/compose.h
12591         * src/crash.c
12592         * src/editaddress.c
12593         * src/editbook.c
12594         * src/editgroup.c
12595         * src/editjpilot.c
12596         * src/editldap.c
12597         * src/editldap_basedn.c
12598         * src/editvcard.c
12599         * src/exphtmldlg.c
12600         * src/expldifdlg.c
12601         * src/export.c
12602         * src/exporthtml.c
12603         * src/filtering.c
12604         * src/folder.c
12605         * src/folder_item_prefs.c
12606         * src/foldersel.c
12607         * src/folderview.c
12608         * src/grouplistdialog.c
12609         * src/headerview.c
12610         * src/imap.c
12611         * src/imap_gtk.c
12612         * src/import.c
12613         * src/importldif.c
12614         * src/importmutt.c
12615         * src/importpine.c
12616         * src/inc.c
12617         * src/ldif.c
12618         * src/main.c
12619         * src/mainwindow.c
12620         * src/matcher.c
12621         * src/mbox.c
12622         * src/message_search.c
12623         * src/messageview.c
12624         * src/mh.c
12625         * src/mh_gtk.c
12626         * src/mimeview.c
12627         * src/msgcache.c
12628         * src/news.c
12629         * src/news_gtk.c
12630         * src/noticeview.c
12631         * src/partial_download.c
12632         * src/pop.c
12633         * src/prefs_account.c
12634         * src/prefs_actions.c
12635         * src/prefs_common.c
12636         * src/prefs_customheader.c
12637         * src/prefs_display_header.c
12638         * src/prefs_ext_prog.c
12639         * src/prefs_filtering.c
12640         * src/prefs_filtering_action.c
12641         * src/prefs_folder_item.c
12642         * src/prefs_fonts.c
12643         * src/prefs_gtk.c
12644         * src/prefs_matcher.c
12645         * src/prefs_msg_colors.c
12646         * src/prefs_spelling.c
12647         * src/prefs_summary_column.c
12648         * src/prefs_template.c
12649         * src/prefs_themes.c
12650         * src/prefs_toolbar.c
12651         * src/prefs_wrapping.c
12652         * src/privacy.c
12653         * src/procheader.c
12654         * src/procmime.c
12655         * src/procmsg.c
12656         * src/quote_fmt.c
12657         * src/recv.c
12658         * src/send_message.c
12659         * src/setup.c
12660         * src/sourcewindow.c
12661         * src/ssl_manager.c
12662         * src/statusbar.c
12663         * src/summary_search.c
12664         * src/summaryview.c
12665         * src/textview.c
12666         * src/toolbar.c
12667         * src/wizard.c
12668         * src/common/nntp.c
12669         * src/common/plugin.c
12670         * src/common/smtp.c
12671         * src/common/ssl.c
12672         * src/common/ssl_certificate.c
12673         * src/common/string_match.c
12674         * src/common/sylpheed.c
12675         * src/common/template.c
12676         * src/common/utils.c
12677         * src/gtk/about.c
12678         * src/gtk/colorlabel.c
12679         * src/gtk/description_window.c
12680         * src/gtk/filesel.c
12681         * src/gtk/foldersort.c
12682         * src/gtk/gtkaspell.c
12683         * src/gtk/gtkutils.c
12684         * src/gtk/inputdialog.c
12685         * src/gtk/logwindow.c
12686         * src/gtk/menu.c
12687         * src/gtk/pluginwindow.c
12688         * src/gtk/prefswindow.c
12689         * src/gtk/progressdialog.c
12690         * src/gtk/quicksearch.c
12691         * src/gtk/sslcertwindow.c
12692         * src/plugins/clamav/clamav_plugin.c
12693         * src/plugins/clamav/clamav_plugin_gtk.c
12694         * src/plugins/demo/demo.c
12695         * src/plugins/dillo_viewer/dillo_prefs.c
12696         * src/plugins/dillo_viewer/dillo_viewer.c
12697         * src/plugins/image_viewer/plugin.c
12698         * src/plugins/image_viewer/viewer.c
12699         * src/plugins/image_viewer/viewerprefs.c
12700         * src/plugins/mathml_viewer/mathml_viewer.c
12701         * src/plugins/pgpmime/passphrase.c
12702         * src/plugins/pgpmime/plugin.c
12703         * src/plugins/pgpmime/prefs_gpg.c
12704         * src/plugins/pgpmime/select-keys.c
12705         * src/plugins/pgpmime/sgpgme.c
12706         * src/plugins/spamassassin/spamassassin.c
12707         * src/plugins/spamassassin/spamassassin_gtk.c
12708         * src/plugins/trayicon/trayicon.c
12709                 sync with main (revision 104)
12710
12711 2005-02-10 [colin]      1.0.1cvs3.1
12712
12713         * src/mainwindow.c
12714                 Sync with HEAD (fix occasional crasher)
12715
12716 2005-02-10 [colin]      1.0.1cvs2.1
12717
12718         * src/messageview.c
12719                 Synw with HEAD (don't automatically display html)
12720
12721 2005-02-09 [colin]      1.0.1cvs1.3
12722
12723         * src/textview.c
12724         * src/textview.h
12725                 Add contextual menu on emails
12726
12727 2005-02-09 [colin]      1.0.1cvs1.2
12728
12729         * src/codeconv.c
12730                 Fix converting from broken headers and 
12731                 put back the _ in missing places
12732                 (feature broke with cvs24.2 sync, main 
12733                  possibly affected?)
12734
12735 2005-02-09 [colin]      1.0.1cvs1.1
12736
12737         * src/messageview.c
12738         * src/mimeview.c
12739         * src/mimeview.h
12740                 Sync with HEAD (display non text/plain mails with plugin)
12741
12742 2005-02-08 [colin]      1.0.1.1
12743
12744         * ChangeLog.claws
12745         * po/pt_BR.po
12746                 Sync with HEAD
12747         * configure.ac
12748                 Make default configuration directory 
12749                 be .sylpheed-gtk2
12750
12751 2005-02-08 [colin]      1.0.0cvs29.1
12752
12753         * po/de.po
12754         * po/es.po
12755         * po/fr.po
12756         * po/it.po
12757         * po/sk.po
12758         * po/sr.po
12759                 Sync translations with HEAD
12760
12761 2005-02-06 [colin]      1.0.0cvs28.3
12762
12763         * src/compose.c
12764                 Make compose a bit faster - patch by Alfons.
12765
12766 2005-02-06 [colin]      1.0.0cvs28.2
12767
12768         * src/compose.c
12769                 Make pasting via middle-click more reliable
12770
12771 2005-02-05 [paul]       1.0.0cvs28.1
12772
12773         * ChangeLog
12774         * ChangeLog.claws
12775         * ChangeLog.jp
12776         * configure.ac
12777         * src/compose.c
12778                 sync with HEAD
12779                 (fix bug 682 'redirect is broken'
12780
12781 2005-02-05 [torte]      1.0.0cvs27.1
12782
12783         * ChangeLog.claws
12784         * configure.ac
12785         * src/partial_download.c
12786                 Sync with HEAD (fix buf overflow)
12787
12788 2005-02-03 [colin]      1.0.0cvs26.1
12789
12790         * src/common/plugin.c
12791                 Sync with HEAD (avoid plugin mismatches)
12792
12793 2005-02-03 [paul]       1.0.0cvs25.3
12794
12795         * src/folderview.c
12796         * src/headerview.c
12797         * src/summaryview.c
12798         * src/textview.c
12799         * src/gtk/colorlabel.c
12800                 third and final part of initial sync with main-gtk2
12801
12802 2005-02-03 [paul]       1.0.0cvs25.2
12803
12804         * src/jpilot.c
12805                 fix building with jpilot support
12806
12807 2005-02-02 [colin]      1.0.0cvs25.1
12808
12809         * src/messageview.c
12810                 Sync with HEAD (fix dangerous typo)
12811
12812 2005-02-01 [colin]      1.0.0cvs24.3
12813
12814         * src/common/xml.c
12815                 Write file as advertised (UTF-8)
12816
12817 2005-02-01 [paul]       1.0.0cvs24.2
12818
12819         * src/addrbook.c
12820         * src/addrindex.c
12821         * src/alertpanel.h
12822         * src/codeconv.c
12823         * src/codeconv.h
12824         * src/compose.c
12825         * src/export.c
12826         * src/folder_item_prefs.c
12827         * src/html.c
12828         * src/imap.c
12829         * src/import.c
12830         * src/jpilot.c
12831         * src/mainwindow.c
12832         * src/matcher_parser_lex.l
12833         * src/messageview.c
12834         * src/mh.c
12835         * src/prefs_account.c
12836         * src/prefs_actions.c
12837         * src/prefs_common.c
12838         * src/prefs_gtk.c
12839         * src/prefs_gtk.h
12840         * src/prefs_themes.c
12841         * src/procheader.c
12842         * src/procmime.c
12843         * src/sourcewindow.c
12844         * src/statusbar.c
12845         * src/summaryview.c
12846         * src/textview.c
12847         * src/toolbar.c
12848         * src/unmime.c
12849         * src/common/template.c
12850         * src/common/utils.c
12851         * src/common/xml.c
12852         * src/common/xml.h
12853         * src/gtk/gtkaspell.c
12854         * src/plugins/clamav/clamav_plugin.c
12855         * src/plugins/dillo_viewer/dillo_prefs.c
12856         * src/plugins/image_viewer/viewerprefs.c
12857         * src/plugins/pgpmime/passphrase.c
12858         * src/plugins/pgpmime/prefs_gpg.c
12859         * src/plugins/pgpmime/select-keys.c
12860         * src/plugins/spamassassin/spamassassin.c
12861                 second part of initial sync with main-gtk2
12862                 (more to follow)
12863
12864 2005-01-31 [colin]      1.0.0cvs24.1
12865
12866         * src/compose.c
12867                 Sync with HEAD
12868
12869 2005-01-29 [paul]       1.0.0cvs23.2
12870
12871         * src/account.c
12872         * src/action.c
12873         * src/addressadd.c
12874         * src/addressbook.c
12875         * src/alertpanel.c
12876         * src/compose.c
12877         * src/editaddress.c
12878         * src/editbook.c
12879         * src/editgroup.c
12880         * src/editjpilot.c
12881         * src/editldap.c
12882         * src/editldap_basedn.c
12883         * src/editvcard.c
12884         * src/export.c
12885         * src/foldersel.c
12886         * src/grouplistdialog.c
12887         * src/import.c
12888         * src/importldif.c
12889         * src/inc.c
12890         * src/main.c
12891         * src/mainwindow.c
12892         * src/message_search.c
12893         * src/messageview.c
12894         * src/mimeview.c
12895         * src/prefs_actions.c
12896         * src/prefs_common.c
12897         * src/prefs_common.h
12898         * src/prefs_customheader.c
12899         * src/prefs_display_header.c
12900         * src/prefs_filtering.c
12901         * src/prefs_filtering_action.c
12902         * src/prefs_gtk.c
12903         * src/prefs_matcher.c
12904         * src/prefs_summary_column.c
12905         * src/prefs_template.c
12906         * src/sourcewindow.c
12907         * src/summary_search.c
12908         * src/summaryview.c
12909         * src/textview.c
12910         * src/gtk/about.c
12911         * src/gtk/description_window.c
12912         * src/gtk/gtkshruler.c
12913         * src/gtk/gtkutils.c
12914         * src/gtk/gtkutils.h
12915         * src/gtk/inputdialog.c
12916         * src/gtk/logwindow.c
12917         * src/gtk/prefswindow.c
12918         * src/gtk/progressdialog.c
12919         * src/gtk/progressdialog.h
12920                 first part of initial sync with main-gtk2
12921                 (more to follow)
12922
12923 2005-01-28 [colin]      1.0.0cvs23.1
12924
12925         * src/folderview.c
12926                 Sync with HEAD
12927
12928 2005-01-27 [colin]      1.0.0cvs21.1
12929
12930         * src/folder.c
12931         * src/folderview.c
12932                 Sync with HEAD
12933
12934 2005-01-27 [colin]      1.0.0cvs19.1
12935
12936         * src/procmime.c
12937                 Sync with HEAD
12938
12939 2005-01-27 [colin]      1.0.0cvs18.1
12940
12941         * src/messageview.c
12942         * src/summaryview.c
12943         * src/mainwindow.c
12944         * src/compose.c
12945         * src/compose.h
12946         * src/procmsg.c
12947         * src/procmsg.h
12948         * src/toolbar.c
12949                 Sync with HEAD
12950
12951 2005-01-26 [paul]       1.0.0cvs15.2
12952
12953         * src/compose.c
12954                 compose_entries_set(): convert subject and body to
12955                 utf8 if necessary. patch by Felix Eckhofer
12956
12957 2005-01-26 [paul]       1.0.0cvs15.1
12958
12959         * configure.ac
12960         * src/common/template.c
12961                 sync with HEAD (fix memory leak)
12962
12963 2005-01-25 [paul]       1.0.0cvs14.1
12964
12965         * configure.ac
12966         * src/compose.c
12967                 sync with HEAD
12968
12969 2005-01-24 [colin]      1.0.0cvs13.1
12970
12971         * src/summaryview.c
12972                 Sync with HEAD
12973
12974 2005-01-24 [paul]       1.0.0cvs12.1
12975
12976         * configure.ac
12977         * src/messageview.c
12978         * src/mh.c
12979         * src/common/utils.c
12980                 sync with HEAD
12981
12982 2005-01-24 [colin]      1.0.0cvs11.1
12983
12984         * src/procheader.c
12985                 Sync with HEAD
12986
12987 2005-01-24 [colin]      1.0.0cvs10.1
12988
12989         * src/folderview.c
12990                 Sync with HEAD
12991
12992 2005-01-23 [colin]      1.0.0cvs9.1
12993
12994         * src/crash.c
12995                 Sync with HEAD
12996
12997 2005-01-22 [colin]      1.0.0cvs8.1
12998
12999         * src/summaryview.c
13000         * src/gtk/quicksearch.c
13001                 Sync with HEAD
13002
13003 2005-01-21 [colin]      1.0.0cvs7.1
13004
13005         * src/summaryview.c
13006                 Sync with HEAD
13007
13008 2005-01-21 [colin]      1.0.0cvs6.1
13009
13010         * src/summaryview.c
13011                 Sync with HEAD
13012
13013 2005-01-21 [colin]      1.0.0cvs5.1
13014
13015         * src/gtk/quicksearch.c
13016         * src/prefs_common.c
13017         * src/prefs_common.h
13018                 Sync with HEAD (recurse option)
13019
13020 2005-01-21 [colin]      1.0.0cvs4.1
13021
13022         * src/folder.h
13023         * src/folderview.c
13024         * src/folderview.h
13025         * src/summaryview.c
13026         * src/gtk/quicksearch.c
13027         * src/gtk/quicksearch.h
13028                 Sync with HEAD (recursive quicksearch)
13029
13030 2005-01-20 [colin]      1.0.0cvs3.4
13031
13032         * src/ssl_manager.c
13033                 Remove useless code
13034
13035 2005-01-20 [colin]      1.0.0cvs3.3
13036
13037         * src/ssl_manager.c
13038                 Fix leak, thanks to Alfons.
13039
13040 2005-01-20 [colin]      1.0.0cvs3.2
13041
13042         * src/ssl_manager.c
13043                 Port SSL certificate window to GTK2.
13044
13045 2005-01-20 [paul]       1.0.0cvs3.1
13046
13047         * ChangeLog.claws
13048         * configure.ac
13049         * src/addrindex.c
13050         * src/addrindex.h
13051                 sync with HEAD
13052
13053 2005-01-19 [colin]      1.0.0cvs2.2
13054
13055         * src/plugins/trayicon/trayicon.c
13056                 Fix freeze with gtk-2.6, the easy way
13057                 (signal blocking helpless there...)
13058                 Closes bug #668.
13059
13060 2005-01-19 [colin]      1.0.0cvs2.1
13061
13062         * src/mbox.c
13063         * src/mbox.h
13064         * src/mainwindow.c
13065         * src/summaryview.c
13066         * src/summaryview.h
13067                 Sync with HEAD
13068
13069 2005-01-19 [paul]       1.0.0cvs1.1
13070
13071         * configure.ac
13072         * po/de.po
13073         * po/es.po
13074         * po/fr.po
13075         * po/hr.po
13076         * po/it.po
13077         * po/ja.po
13078         * po/ko.po
13079         * po/pt_BR.po
13080         * po/ru.po
13081         * po/sk.po
13082         * po/sr.po
13083                 sync with HEAD (update translations)
13084
13085 2005-01-18 [colin]      1.0.0cvs0.1
13086
13087         * src/foldersel.c
13088                 Specify search column - patch by Alfons
13089
13090 2005-01-18 [colin]      0.9.13cvs36.3
13091
13092         * src/prefs_toolbar.c
13093                 Change Delete to Remove
13094         * src/prefs_fonts.c
13095                 GTK2 version and leak fixes
13096         * src/prefs_actions.c
13097                 Add stock buttons.
13098                 All patches by Alfons
13099
13100 2005-01-17 [colin]      0.9.13cvs36.2
13101
13102         * src/compose.c
13103                 Fix DnD inserting twice. While at it,
13104                 add DnD support for text/plain in the
13105                 body, and add support in the headers.
13106
13107 2005-01-16 [colin]      0.9.13cvs36.1
13108
13109         * ChangeLog
13110         * ChangeLog.jp
13111         * ChangeLog.claws
13112                 Sync with HEAD (nothing applicable)
13113
13114 2005-01-16 [colin]      0.9.13cvs33.2
13115
13116         * src/prefs_toolbar.c
13117                 GTK2ize prefs_toolbar, by Alfons.
13118
13119 2005-01-14 [colin]      0.9.13cvs33.1
13120
13121         * src/html.c
13122         * src/msgcache.c
13123                 Sync with HEAD
13124
13125 2005-01-14 [colin]      0.9.13cvs32.1
13126
13127         * src/html.c
13128         * src/html.h
13129         * src/msgcache.c
13130         * AUTHORS
13131         * tools/calypso_convert.pl
13132                 Sync with HEAD
13133
13134 2005-01-08 [colin]      0.9.13cvs29.2
13135
13136         * src/prefs_filtering_action.c
13137         * src/prefs_filtering.c
13138                 2 more gtk2 patches by Alfons
13139
13140 2005-01-07 [paul]       0.9.13cvs29.1
13141
13142         * ChangeLog
13143         * ChangeLog.claws
13144         * ChangeLog.jp
13145         * configure.ac
13146         * src/pop.c
13147         * src/pop.h
13148                 sync with HEAD
13149
13150 2005-01-07 [colin]      0.9.13cvs28.3
13151
13152         * src/gtk/progressdialog.c
13153         * src/gtk/progressdialog.h
13154         * src/inc.c
13155         * src/send_message.c
13156                 GTK2 for the incorporation dialog. The CList isn't dead
13157                 yet, for a more smooth migration. Patch by Alfons.
13158
13159 2005-01-06 [colin]      0.9.13cvs28.2
13160
13161         * src/prefs_display_header.c
13162                 GTK2 conversion by Alfons
13163         * src/prefs_actions.c
13164         * src/prefs_matcher.c
13165                 Fix 2 leaks - patch by Alfons
13166
13167 2005-01-06 [colin]      0.9.13cvs28.1
13168
13169         * src/prefs_matcher.c
13170                 Sync with HEAD
13171
13172 2005-01-06 [colin]      0.9.13cvs27.4
13173
13174         * src/prefs_matcher.c
13175                 Fix double-free. Patch by Alfons
13176
13177 2005-01-06 [colin]      0.9.13cvs27.3
13178
13179         * src/prefs_matcher.c
13180                 GTK2 widgets + memleak
13181                 Patch by Alfons
13182
13183 2005-01-05 [colin]      0.9.13cvs27.2
13184
13185         * src/account.c
13186         * src/addr_compl.c
13187         * src/foldersel.c
13188         * src/stock_pixmap.c
13189         * src/stock_pixmap.h
13190                 3 more GTK2 patches by Alfons.
13191
13192 2005-01-04 [colin]      0.9.13cvs27.1
13193
13194         * src/folderview.c
13195         * src/imap_gtk.c
13196         * src/news_gtk.c
13197                 Sync with HEAD
13198
13199 2005-01-04 [colin]      0.9.13cvs25.9
13200
13201         * src/compose.c
13202                 Fix Show Ruler menuitem
13203         * src/prefs_template.c
13204                 Convert to GTK2
13205         * src/common/utils.c
13206                 Make auto pointer stuff handles NULLs
13207                 Patches by Alfons.
13208
13209 2005-01-04 [colin]      0.9.13cvs25.8
13210
13211         * src/compose.c
13212                 Move the attachment list to gtk2
13213                 Patch by Alfons.
13214
13215 2005-01-04 [colin]      0.9.13cvs25.7
13216
13217         * src/textview.c
13218                 Make some keys work again
13219                 Patch by SungHyun Nam <namsh@kldp.org>
13220
13221 2005-01-04 [colin]      0.9.13cvs25.6
13222
13223         * src/gtk/gtkshruler.c
13224                 Move the ruler to GTK2
13225                 Patch by Alfons
13226
13227 2005-01-03 [colin]      0.9.13cvs25.5
13228
13229         * src/compose.c
13230                 Fix my broken patch apply 
13231
13232 2005-01-03 [colin]      0.9.13cvs25.4
13233
13234         * src/common/utils.c
13235         * src/common/utils.h
13236         * src/gtk/prefswindow.c
13237                 Move auto pointer stuff to utils.c
13238                 Patch by Alfons again :)
13239
13240 2005-01-03 [colin]      0.9.13cvs25.3
13241
13242         * src/compose.c
13243         * src/prefs_gtk.c
13244         * src/prefs_template.c
13245         * src/textview.c
13246                 Empty text widgets with empty strings, not NULL char
13247                 Patch by SungHyun Nam <namsh@kldp_org>
13248
13249 2005-01-03 [colin]      0.9.13cvs25.2
13250
13251         * src/main.c
13252         * AUTHORS
13253                 Sync with HEAD
13254
13255 2005-01-03 [colin]      0.9.13cvs25.1
13256
13257         * src/pop.c
13258         * src/pop.h
13259                 Sync with HEAD
13260
13261 2005-01-03 [colin]      0.9.13cvs24.3
13262
13263         * src/account.c
13264                 Two patches from Alfons and Alex S Moore:
13265                 fix images, fix return value.
13266
13267 2005-01-01 [colin]      0.9.13cvs24.2
13268
13269         * src/prefs_actions.c
13270                 Fix over-zealous assertion. Patch by Alfons
13271
13272 2005-01-01 [colin]      0.9.13cvs24.1
13273
13274         * src/procmime.c
13275                 Sync with HEAD (leak fix)
13276
13277 2004-12-31 [colin]      0.9.13cvs23.2
13278
13279         * src/prefs_common.c
13280                 GTK2 widgets + stock buttons - patch by Alfons
13281
13282 2004-12-31 [paul]       0.9.13cvs23.1
13283
13284         * configure.ac
13285                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13286         * src/gtk/pluginwindow.c
13287                 use GTK2 widgets and plug memory leaks,
13288                 patches by Alfons
13289
13290 2004-12-30 [colin]      0.9.13cvs22.4
13291
13292         * src/account.c
13293         * src/action.c
13294         * src/export.c
13295         * src/foldersel.c
13296         * src/import.c
13297         * src/message_search.c
13298         * src/prefs_actions.c
13299         * src/prefs_common.c
13300         * src/prefs_customheader.c
13301         * src/prefs_filtering.c
13302         * src/prefs_summary_column.c
13303         * src/summary_search.c
13304         * src/gtk/about.c
13305         * src/gtk/description_window.c
13306         * src/gtk/gtkutils.c
13307         * src/gtk/gtkutils.h
13308         * src/gtk/inputdialog.c
13309         * src/gtk/prefswindow.c
13310                 Use GTK2 stock buttons. Patches by Alfons.
13311
13312 2004-12-30 [colin]      0.9.13cvs22.3
13313
13314         * src/account.c
13315                 Sync with HEAD
13316         * src/prefs_actions.c
13317         * src/prefs_customheader.c
13318         * src/prefs_filtering.c
13319         * src/prefs_msg_colors.c
13320         * src/prefs_summary_column.c
13321         * src/gtk/prefswindow.c
13322                 Use GtkTreeView instead of deprecated 
13323                 widgets. Patches by Alfons.
13324
13325 2004-12-30 [paul]       0.9.13cvs22.2
13326
13327         * src/foldersel.c
13328                 use GTK 2 Tree View
13329                 patch by Alfons, with root folder sorting fix
13330                 by Stephan Sachse
13331
13332 2004-12-30 [paul]       0.9.13cvs22.1
13333
13334         * ChangeLog
13335         * ChangeLog.claws
13336         * ChangeLog.jp
13337         * NEWS
13338         * configure.ac
13339         * src/account.c
13340                 sync with HEAD
13341
13342 2004-12-22 [martin]     0.9.13cvs21.2
13343
13344         * src/action.c
13345                 free the command line after its use
13346
13347 2004-12-18 [paul]       0.9.13cvs21.1
13348
13349         * AUTHORS
13350         * ChangeLog
13351         * ChangeLog.claws
13352         * ChangeLog.jp
13353         * NEWS
13354         * configure.ac
13355         * src/action.c
13356         * src/compose.c
13357         * src/syldap.c
13358                 sync with HEAD
13359
13360 2004-12-17 [martin]     0.9.13cvs17.2
13361
13362         * src/action.c
13363                 convert actions input to locale
13364         * src/inc.c
13365                 convert notification command to locale
13366         * src/plugins/pgpmime/select-keys.c
13367                 convert attributes to utf8
13368
13369 2004-12-14 [colin]      0.9.13cvs17.1
13370
13371         * ChangeLog
13372         * ChangeLog.jp
13373         * ChangeLog.claws
13374         * src/action.c
13375         * src/common/utils.c
13376         * src/gtk/prefswindow.c
13377         * src/gtk/gtkutils.c
13378         * src/gtk/gtkutils.h
13379         * src/plugins/spamassassin/libspamc.c
13380                 Sync with HEAD
13381
13382 2004-12-13 [colin]      0.9.13cvs14.1
13383
13384         * src/quote_fmt_parse.y
13385                 Sync with HEAD
13386
13387 2004-12-10 [colin]      0.9.13cvs12.1
13388
13389         * src/prefs_themes.c
13390         * src/mainwindow.c
13391         * src/messageview.c
13392                 Sync with HEAD
13393
13394 2004-12-09 [colin]      0.9.13cvs10.1
13395
13396         * src/procmime.c
13397                 Sync with HEAD (fix B64 encoding from memory)
13398
13399 2004-12-08 [colin]      0.9.13cvs9.1
13400
13401         * src/gtk/colorlabel.c
13402                 Sync with HEAD
13403
13404 2004-12-08 [paul]       0.9.13cvs8.2
13405
13406         * src/gtk/pluginwindow.c
13407                 fix window resizing oddities
13408
13409 2004-12-08 [colin]      0.9.13cvs8.1
13410
13411         * src/quote_fmt_parse.y
13412                 Sync with HEAD
13413
13414 2004-12-08 [colin]      0.9.13cvs7.1
13415
13416         * src/matcher_parser_parse.y
13417         * src/msgcache.c
13418         * src/prefs_matcher.c
13419         * src/procheader.c
13420         * src/matcher.c
13421         * src/common/defs.h
13422         * po/sr.po
13423                 Sync with HEAD
13424
13425 2004-12-08 [colin]      0.9.13cvs6.1
13426
13427         * src/quote_fmt_parse.y
13428         * src/textview.c
13429                 Sync with HEAD
13430         * src/gtk/prefswindow.c
13431         * src/gtk/pluginwindow.c
13432                 Fix G_CALLBACKS protos (thanks to Alfons)
13433
13434 2004-12-07 [torte]      0.9.13cvs2.2
13435
13436         * src/procmime.c
13437                 [Bug 650] reply button causes crash
13438                 Thanks to David Relson and Christoph
13439
13440 2004-12-07 [colin]      0.9.13cvs2.1
13441
13442         * ChangeLog.claws
13443         * AUTHORS
13444         * po/sk.po
13445         * src/procmime.c
13446         * src/prefs_account.c
13447         * src/common/smtp.c
13448         * src/common/smtp.h
13449                 Sync with HEAD
13450
13451 2004-12-06 [colin]      0.9.12cvs187.1
13452
13453         * ChangeLog.claws
13454         * INSTALL
13455         * Makefile.am
13456         * README.claws
13457         * TODO.claws
13458         * configure.ac
13459         * po/bg.po
13460         * po/cs.po
13461         * po/el.po
13462         * po/en_GB.po
13463         * po/es.po
13464         * po/fr.po
13465         * po/hr.po
13466         * po/hu.po
13467         * po/it.po
13468         * po/ja.po
13469         * po/ko.po
13470         * po/nl.po
13471         * po/pl.po
13472         * po/pt_BR.po
13473         * po/ru.po
13474         * po/sk.po
13475         * po/sr.po
13476         * po/sv.po
13477         * po/zh_CN.po
13478         * po/zh_TW.Big5.po
13479         * src/compose.c
13480         * tools/Makefile.am
13481         * tools/README
13482         * tools/filter_conv.pl
13483         * tools/kdeservicemenu/README
13484         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13485         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13486                 Sync with HEAD
13487
13488 2004-12-04 [colin]      0.9.12cvs183.1
13489
13490         * src/compose.c
13491                 Sync with HEAD (compose window position saving)
13492
13493 2004-12-04 [paul]       0.9.12cvs182.3
13494
13495         * src/messageview.c
13496         * src/mimeview.c
13497         * src/prefs_customheader.c
13498         * src/gtk/quicksearch.c
13499                 replace some forgotten GTK_SIGNAL_FUNCs
13500
13501 2004-12-04 [paul]       0.9.12cvs182.2
13502
13503         * src/Makefile.am
13504                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13505                 committed in error      
13506
13507 2004-12-04 [paul]       0.9.12cvs182.1
13508
13509         * ChangeLog
13510         * ChangeLog.claws
13511         * ChangeLog.jp
13512         * INSTALL
13513         * NEWS
13514         * README
13515         * README.jp
13516         * configure.ac
13517         * doc/manual/ja/Makefile.am
13518         * doc/manual/ja/sylpheed-1.html
13519         * doc/manual/ja/sylpheed-10.html
13520         * doc/manual/ja/sylpheed-11.html
13521         * doc/manual/ja/sylpheed-12.html
13522         * doc/manual/ja/sylpheed-13.html
13523         * doc/manual/ja/sylpheed-14.html
13524         * doc/manual/ja/sylpheed-15.html
13525         * doc/manual/ja/sylpheed-16.html
13526         * doc/manual/ja/sylpheed-17.html
13527         * doc/manual/ja/sylpheed-18.html
13528         * doc/manual/ja/sylpheed-19.html
13529         * doc/manual/ja/sylpheed-2.html
13530         * doc/manual/ja/sylpheed-20.html
13531         * doc/manual/ja/sylpheed-3.html
13532         * doc/manual/ja/sylpheed-4.html
13533         * doc/manual/ja/sylpheed-5.html
13534         * doc/manual/ja/sylpheed-6.html
13535         * doc/manual/ja/sylpheed-7.html
13536         * doc/manual/ja/sylpheed-8.html
13537         * doc/manual/ja/sylpheed-9.html
13538         * doc/manual/ja/sylpheed.html
13539         * doc/manual/ja/sylpheed.sgml
13540         * po/de.po
13541         * src/Makefile.am
13542         * src/compose.c
13543         * src/procmime.c
13544         * src/pixmaps/regular.xpm **REMOVED**
13545         * src/plugins/pgpmime/pgpmime.c
13546         * src/plugins/pgpmime/plugin.c
13547         * src/plugins/pgpmime/prefs_gpg.c
13548                 sync with HEAD
13549
13550 2004-12-03 [paul]       0.9.12cvs180.1
13551
13552         * ChangeLog
13553         * ChangeLog.claws
13554         * ChangeLog.jp
13555         * configure.ac
13556         * src/Makefile.am
13557         * src/pop.c
13558         * src/common/utils.c
13559         * src/common/utils.h
13560         * src/pixmaps/continue.xpm
13561         * src/pixmaps/dir_close.xpm
13562         * src/pixmaps/dir_open.xpm
13563         * src/pixmaps/drafts_close.xpm
13564         * src/pixmaps/drafts_open.xpm
13565         * src/pixmaps/folder.xpm **REMOVED**
13566         * src/pixmaps/group.xpm
13567         * src/pixmaps/unread.xpm
13568                 sync with HEAD
13569
13570 2004-12-02 [colin]      0.9.12cvs179.1
13571
13572         * src/compose.c
13573                 Sync with HEAD (non-duplicated reedition)
13574
13575 2004-12-02 [colin]      0.9.12cvs178.1
13576
13577         * src/compose.c
13578                 Sync with HEAD (linewrap_quote fix)
13579
13580 2004-12-01 [colin]      0.9.12cvs177.3
13581
13582         * src/addrharvest.c
13583                 Replace sizeof with strlen
13584
13585 2004-12-01 [paul]       0.9.12cvs177.2
13586
13587         * src/addrharvest.c
13588                 fix 'harvest addresses'
13589
13590 2004-11-30 [colin]      0.9.12cvs177.1
13591
13592         * src/gtk/prefswindow.c
13593         * src/gtk/pluginwindow.c
13594                 Sync with HEAD
13595
13596 2004-11-29 [colin]      0.9.12cvs176.1
13597
13598         * src/folderview.c
13599                 sync with HEAD (Fix disappearing separators in folderview's popup)
13600
13601 2004-11-29 [colin]      0.9.12cvs175.1
13602
13603         * src/procmime.c
13604                 Sync with head (another format fix)
13605
13606 2004-11-29 [colin]      0.9.12cvs174.1
13607
13608         * src/pop.c
13609                 Sync with HEAD (format string fix)
13610
13611 2004-11-26 [colin]      0.9.12cvs173.1
13612
13613         * src/common/smtp.c
13614         * src/common/smtp.h
13615                 Sync with HEAD
13616
13617 2004-11-24 [colin]      0.9.12cvs172.1
13618
13619         * src/plugins/pgpmime/pgpmime.c
13620                 Sync with HEAD
13621
13622 2004-11-24 [colin]      0.9.12cvs171.1
13623
13624         * src/plugins/pgpmime/pgpmime.c
13625                 Sync with head (gpgmectx leaks)
13626
13627 2004-11-24 [colin]      0.9.12cvs169.1
13628
13629         * src/plugins/pgpmime/plugin.c
13630         * src/plugins/trayicon/Makefile.am
13631         * src/plugins/trayicon/newmarkedmail.xpm
13632         * src/plugins/trayicon/trayicon.c
13633         * src/plugins/trayicon/unreadmarkedmail.xpm
13634                 Sync with HEAD
13635
13636 2004-11-23 [colin]      0.9.12cvs168.1
13637
13638         * src/partial_download.c
13639         * src/partial_download.h
13640         * src/plugins/pgpmime/plugin.c
13641                 Sync with HEAD
13642
13643 2004-11-23 [colin]      0.9.12cvs166.1
13644
13645         * src/Makefile.am
13646         * src/codeconv.c
13647         * src/compose.c
13648         * src/folderview.c
13649         * src/main.c
13650         * src/partial_download.c
13651         * src/partial_download.h
13652         * src/prefs_account.c
13653         * src/prefs_account.h
13654         * src/privacy.c
13655         * src/privacy.h
13656         * src/procmime.c
13657         * src/common/Makefile.am
13658         * src/common/base64.h
13659         * src/common/partial_download.c
13660         * src/common/partial_download.h
13661         * src/gtk/prefswindow.c
13662         * src/gtk/prefswindow.h
13663         * src/plugins/pgpmime/pgpmime.c
13664         * src/plugins/pgpmime/prefs_gpg.c
13665         * src/plugins/pgpmime/prefs_gpg.h
13666         * src/plugins/pgpmime/sgpgme.c
13667         * src/plugins/pgpmime/sgpgme.h
13668                 Sync with HEAD
13669
13670 2004-11-23 [colin]      0.9.12cvs163.1
13671
13672         * src/main.c
13673                 Sync with HEAD (cursor optimization)
13674
13675 2004-11-23 [colin]      0.9.12cvs162.1
13676
13677         * src/prefs_common.c
13678         * src/prefs_themes.c
13679         * src/procmsg.c
13680                 Sync with HEAD
13681
13682 2004-11-23 [colin]      0.9.12cvs158.9
13683
13684         * src/compose.c
13685                 Fix double-free when forwarding
13686         * src/msgcache.c
13687                 Fix leak on error path
13688                 
13689
13690 2004-11-23 [colin]      0.9.12cvs158.8
13691
13692         * src/compose.c
13693                 Fix possible double-free
13694                 Spotted by Alfons
13695
13696 2004-11-23 [colin]      0.9.12cvs158.7
13697
13698         * src/compose.c
13699                 Fix some signal handlers' prototypes
13700                 Spotted by Alfons
13701
13702 2004-11-22 [colin]      0.9.12cvs158.6
13703
13704         * src/compose.c
13705                 Remove unneeded code and duplicated
13706                 wrapping - patch by Alfons
13707
13708 2004-11-22 [colin]      0.9.12cvs158.5
13709
13710         * src/prefs_themes.c
13711                 Fix oversized selector
13712
13713 2004-11-22 [colin]      0.9.12cvs158.4
13714
13715         * src/compose.c
13716                 fix dump_text()
13717                 patch by Alfons
13718
13719 2004-11-19 [colin]      0.9.12cvs158.3
13720
13721         * src/textview.c
13722                 Add a context menu on links (open, copy)
13723
13724 2004-11-18 [paul]       0.9.12cvs158.2
13725
13726         * src/addrgather.c
13727         * src/exphtmldlg.c
13728         * src/expldifdlg.c
13729         * src/mimeview.c
13730         * src/prefs_common.c
13731         * src/plugins/image_viewer/viewer.c
13732         * src/plugins/spamassassin/spamassassin_gtk.c
13733                 replace deprecated gtk_notebook_set_page
13734                 and gtk_notebook_current_page
13735
13736 2004-11-18 [paul]       0.9.12cvs158.1
13737
13738         * configure.ac
13739         * src/compose.c
13740         * src/mainwindow.c
13741         * src/messageview.c
13742         * src/prefs_common.c
13743         * src/common/utils.c
13744         * src/common/utils.h
13745                 sync with HEAD
13746
13747 2004-11-17 [colin]      0.9.12cvs156.1
13748
13749         * src/prefs_account.c
13750         * src/prefs_account.h
13751         * src/procmsg.c
13752                 Sync with HEAD (add pref to store encrypted mails encrypted)
13753
13754 2004-11-17 [paul]       0.9.12cvs155.1
13755
13756         * ChangeLog
13757         * ChangeLog.claws
13758         * ChangeLog.jp
13759         * NEWS
13760         * configure.ac
13761         * src/compose.c
13762         * src/jpilot.c
13763         * src/privacy.c
13764         * src/procmime.c
13765         * src/procmime.h
13766         * src/procmsg.c
13767         * src/toolbar.c
13768         * src/pixmaps/error.xpm
13769                 sync with HEAD
13770
13771 2004-11-17 [colin]      0.9.12cvs151.1
13772
13773         * src/plugins/pgpmime/pgpmime.c
13774                 Sync with HEAD (remove debug printf)
13775
13776 2004-11-17 [colin]      0.9.12cvs150.1
13777
13778         * src/plugins/pgpmime/pgpmime.c
13779                 Sync with HEAD (off-by-one fix)
13780
13781 2004-11-17 [colin]      0.9.12cvs149.1
13782
13783         * src/procmsg.c
13784                 Sync with HEAD (coding style fixes)
13785
13786 2004-11-16 [colin]      0.9.12cvs148.1
13787
13788         * src/procmsg.c
13789                 Sync with head (Fix the fix)
13790
13791 2004-11-16 [colin]      0.9.12cvs147.1
13792
13793         * src/procmsg.c
13794                 Sync with Main (leak fix)
13795
13796 2004-11-16 [colin]      0.9.12cvs146.14
13797
13798         * src/compose.c
13799                 Remove useless chunk of code
13800                 Patch by Alfons
13801
13802 2004-11-15 [colin]      0.9.12cvs146.13
13803
13804         * src/compose.c
13805                 Fix drafting after insertion
13806                 Patch by Alfons
13807
13808 2004-11-15 [colin]      0.9.12cvs146.12
13809
13810         * src/compose.c
13811         * src/prefs_filtering.c
13812         * src/prefs_filtering_action.c
13813         * src/prefs_toolbar.c
13814                 Fix some const-correctness
13815
13816 2004-11-15 [colin]      0.9.12cvs146.11
13817
13818         * src/summaryview.c
13819         * src/prefs_themes.c
13820         * src/messageview.c
13821                 Fix some leaks
13822
13823 2004-11-15 [colin]      0.9.12cvs146.10
13824
13825         * src/codeconv.c
13826                 More unreadable locale fixes
13827
13828 2004-11-14 [colin]      0.9.12cvs146.9
13829
13830         * src/textview.c
13831                 Fix uri_security_check
13832                 Patch by Alfons
13833
13834 2004-11-13 [paul]       0.9.12cvs146.8
13835
13836         * src/folder.c
13837         * src/procmime.c
13838                 fix 2 bugs introduced in last commit
13839
13840 2004-11-13 [paul]       0.9.12cvs146.7
13841
13842         * src/compose.c
13843         * src/exporthtml.c
13844         * src/exportldif.c
13845         * src/folder.c
13846         * src/imap.c
13847         * src/imap_gtk.c
13848         * src/main.c
13849         * src/mainwindow.c
13850         * src/messageview.c
13851         * src/mh_gtk.c
13852         * src/prefs_themes.c
13853         * src/procmime.c
13854         * src/setup.c
13855         * src/summaryview.c
13856                 replace deprecated g_basename
13857
13858 2004-11-13 [paul]       0.9.12cvs146.6
13859
13860         * src/compose.c
13861         * src/imap.c
13862         * src/matcher_parser.h
13863         * src/matcher_parser_parse.y
13864         * src/prefs_filtering.c
13865         * src/prefs_filtering_action.c
13866         * src/prefs_themes.c
13867         * src/prefs_toolbar.c
13868         * src/common/utils.c
13869                 various small fixes/cleanups
13870
13871 2004-11-12 [colin]      0.9.12cvs146.5
13872
13873         * src/textview.c
13874                 Validate event's origin on visibility notify
13875                 Patch by Alfons.
13876
13877 2004-11-12 [paul]       0.9.12cvs146.4
13878
13879         * src/exporthtml.c
13880         * src/exportldif.c
13881         * src/imap.c
13882         * src/mh.c
13883         * src/mimeview.c
13884         * src/prefs_spelling.c
13885         * src/prefs_themes.c
13886                 replace deprecated g_dirname    
13887
13888 2004-11-12 [colin]      0.9.12cvs146.3
13889
13890         * src/textview.c
13891                 Some coding style fixes
13892
13893 2004-11-12 [colin]      0.9.12cvs146.2
13894
13895         * src/codeconv.c
13896                 We want to replace _all_ extended chars in
13897                 conv_unreadable_*, because any string containing
13898                 extended chars not parsing as UTF8 is 
13899                 undisplayed on gtk2.
13900
13901 2004-11-12 [paul]       0.9.12cvs146.1
13902
13903         * ChangeLog
13904         * ChangeLog.claws
13905         * ChangeLog.jp
13906         * NEWS
13907         * configure.ac
13908         * src/account.c
13909         * src/folderview.c
13910         * src/folderview.h
13911         * src/imap.c
13912         * src/imap_gtk.c
13913         * src/inc.c
13914         * src/mainwindow.c
13915         * src/mh_gtk.c
13916         * src/news_gtk.c
13917         * src/pop.c
13918         * src/prefs_account.c
13919         * src/prefs_account.h
13920         * src/prefs_ext_prog.c
13921         * src/procmime.c
13922         * src/procmime.h
13923         * src/procmsg.c
13924         * src/procmsg.h
13925         * src/summary_search.c
13926         * src/summaryview.c
13927         * src/textview.c
13928         * src/common/defs.h
13929         * src/common/utils.c
13930         * src/common/utils.h
13931         * src/gtk/menu.c
13932         * src/gtk/menu.h
13933                 sync with HEAD
13934
13935 2004-11-11 [colin]      0.9.12cvs144.2
13936
13937         * src/textview.c
13938                 Fix URI range selection (patch by Alfons)
13939
13940 2004-11-09 [colin]      0.9.12cvs144.1
13941
13942         * ChangeLog.claws
13943         * src/compose.c
13944         * src/folder.c
13945         * src/folder_item_prefs.c
13946         * src/prefs_account.c
13947         * src/prefs_account.h
13948         * src/plugins/pgpmime/pgpmime.c
13949                 Sync with HEAD
13950
13951 2004-11-08 [colin]      0.9.12cvs143.1
13952
13953         * src/summaryview.c
13954                 Sync with HEAD (optimize quicksearch)
13955
13956 2004-11-08 [colin]      0.9.12cvs142.2
13957
13958         * src/compose.c
13959                 Don't wrap when Edit/Auto wrapping is disabled
13960
13961 2004-11-08 [colin]      0.9.12cvs142.1
13962
13963         * src/textview.c
13964                 Sync with HEAD
13965
13966 2004-11-08 [colin]      0.9.12cvs141.1
13967
13968         * src/textview.c
13969                 Sync with HEAD (fix some mail URIs)
13970
13971 2004-11-08 [colin]      0.9.12cvs140.3
13972
13973         * src/textview.c
13974                 o Use text cursor instead of arrow when
13975                   not on a link
13976                 o Fix handling of contiguous links (as in
13977                   "colin@colino.net" <colin@colino.net>)
13978                   This one unveils a bug in get_email_part()
13979
13980 2004-11-07 [colin]      0.9.12cvs140.2
13981
13982         * src/textview.c
13983                 Fix memleak. Patch by Alfons.
13984
13985 2004-11-06 [colin]      0.9.12cvs140.1
13986
13987         * src/compose.c
13988                 Sync with HEAD (don't ask passphrase
13989                 when drafting)
13990
13991 2004-11-06 [paul]       0.9.12cvs139.2
13992
13993         * AUTHORS
13994         * src/textview.c
13995         * src/textview.h
13996                 textview URI handling. hovering over a 
13997                 link displays it in the status bar,
13998                 and changes the mouse pointer to a hand 
13999                 cursor. a link is activated with a single 
14000                 click. (Modified from the) patch by Jean-Yves 
14001                 Lefort <jylefort@users.sourceforge.net>
14002                 
14003
14004 2004-11-05 [colin]      0.9.12cvs139.1
14005
14006         * src/compose.c
14007         * src/procmime.c
14008                 Sync with HEAD again ^^
14009
14010 2004-11-05 [colin]      0.9.12cvs139.1
14011
14012         * src/compose.c
14013         * src/procmime.c
14014                 Sync with HEAD
14015
14016 2004-11-03 [paul]       0.9.12cvs138.1
14017
14018         * ChangeLog.claws
14019         * configure.ac
14020         * po/POTFILES.in
14021         * src/prefs_ext_prog.c
14022         * src/procmime.c
14023         * tools/kdeservicemenu/README
14024         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14025         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14026                 sync with HEAD
14027
14028 2004-11-01 [christoph]  0.9.12cvs136.2
14029
14030         * src/procmime.c
14031                 convert MIME parameters to UTF-8
14032
14033 2004-10-29 [colin]      0.9.12cvs136.1
14034
14035         * src/common/utils.c
14036                 Sync with HEAD (don't use '=' in mime boundary)
14037
14038 2004-10-29 [paul]       0.9.12cvs135.1
14039
14040         * configure.ac
14041         * doc/src/rfc2231.txt
14042         * src/procmime.c
14043         * src/common/quoted-printable.c
14044         * src/common/utils.c
14045         * src/common/utils.h
14046                 sync with HEAD
14047
14048 2004-10-27 [paul]       0.9.12cvs134.1
14049
14050         * configure.ac
14051         * src/main.c
14052         * src/procmime.c
14053         * src/plugins/pgpmime/pgpmime.c
14054                 sync with HEAD
14055
14056 2004-10-26 [paul]       0.9.12cvs132.3
14057
14058         * src/account.c
14059         * src/addressbook.c
14060         * src/addrgather.c
14061         * src/addrharvest.c
14062         * src/codeconv.c
14063         * src/compose.c
14064         * src/customheader.c
14065         * src/editaddress.c
14066         * src/editgroup.c
14067         * src/enriched.c
14068         * src/expldifdlg.c
14069         * src/exporthtml.c
14070         * src/exportldif.c
14071         * src/folder.c
14072         * src/foldersel.c
14073         * src/folderview.c
14074         * src/grouplistdialog.c
14075         * src/html.c
14076         * src/imap.c
14077         * src/jpilot.c
14078         * src/ldapserver.c
14079         * src/ldif.c
14080         * src/mimeview.c
14081         * src/news.c
14082         * src/news_gtk.c
14083         * src/pop.c
14084         * src/prefs_display_header.c
14085         * src/prefs_gtk.c
14086         * src/prefs_msg_colors.c
14087         * src/prefs_toolbar.c
14088         * src/procheader.c
14089         * src/procmime.c
14090         * src/summaryview.c
14091         * src/textview.c
14092         * src/toolbar.c
14093         * src/vcard.c
14094         * src/common/mgutils.c
14095         * src/common/nntp.c
14096         * src/common/smtp.c
14097         * src/common/template.c
14098         * src/common/utils.c
14099         * src/common/xmlprops.c
14100         * src/plugins/pgpmime/pgpmime.c
14101         * src/plugins/pgpmime/select-keys.c
14102         * src/plugins/pgpmime/sgpgme.c
14103                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14104                 g_string_sprintfa(), gtk_notebook_current_page()
14105
14106 2004-10-26 [colin]      0.9.12cvs132.2
14107
14108         * src/prefs_folder_item.c
14109                 Fix default-account selection
14110
14111 2004-10-21 [colin]      0.9.12cvs133
14112
14113         * src/compose.c
14114                 Sync with HEAD (Remove extra separator in compose's Options)
14115         * src/textview.c
14116                 Set wrapping to char
14117
14118 2004-10-21 [paul]       0.9.12cvs131.2
14119
14120         * src/compose.c
14121         * src/sourcewindow.c
14122                 fix wrapping
14123                 fix window shrinking 
14124
14125 2004-10-21 [colin]      0.9.12cvs131.1
14126
14127         * ChangeLog.claws
14128         * src/compose.c
14129                 Sync with HEAD
14130
14131 2004-10-21 [paul]       0.9.12cvs130.2
14132
14133         * src/prefs_folder_item.c
14134                 sync with HEAD (Apply to subfolders)
14135
14136 2004-10-19 [colin]      0.9.12cvs130.1
14137
14138         * ChangeLog.claws
14139         * src/compose.c
14140         * src/common/utils.c
14141         * src/gtk/menu.c
14142                 Sync with HEAD
14143
14144 2004-10-19 [colin]      0.9.12cvs128.1
14145
14146         * src/addrbook.c
14147         * src/addrcache.c
14148         * src/addressbook.c
14149         * src/codeconv.c
14150         * src/compose.c
14151         * src/customheader.c
14152         * src/editaddress.c
14153         * src/editgroup.c
14154         * src/exporthtml.c
14155         * src/folder.c
14156         * src/folderview.c
14157         * src/imap.c
14158         * src/jpilot.c
14159         * src/main.c
14160         * src/matcher_parser_parse.y
14161         * src/mbox.c
14162         * src/pop.c
14163         * src/prefs_account.c
14164         * src/prefs_gtk.c
14165         * src/prefs_msg_colors.c
14166         * src/procheader.c
14167         * src/procmime.c
14168         * src/procmime.h
14169         * src/procmsg.c
14170         * src/summaryview.c
14171         * src/textview.c
14172         * src/common/base64.c
14173         * src/common/partial_download.c
14174         * src/common/socket.c
14175         * src/common/sylpheed.c
14176         * src/common/utils.c
14177         * src/common/utils.h
14178         * src/gtk/pluginwindow.c
14179         * src/gtk/quicksearch.c
14180         * src/plugins/clamav/clamav_plugin.c
14181         * src/plugins/clamav/clamav_plugin.h
14182         * src/plugins/clamav/clamav_plugin_gtk.c
14183         * src/plugins/pgpmime/passphrase.c
14184         * src/plugins/pgpmime/pgpmime.c
14185         * src/plugins/pgpmime/plugin.c
14186         * src/plugins/pgpmime/prefs_gpg.c
14187         * src/plugins/pgpmime/prefs_gpg.h
14188         * src/plugins/pgpmime/select-keys.c
14189         * src/plugins/pgpmime/sgpgme.c
14190         * src/plugins/spamassassin/libspamc.c
14191         * src/plugins/spamassassin/spamassassin.c
14192         * src/plugins/spamassassin/spamassassin.h
14193         * src/plugins/spamassassin/spamassassin_gtk.c
14194         * src/plugins/trayicon/trayicon.c
14195         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14196                 Sync with HEAD
14197
14198 2004-10-14 [colin]      0.9.12cvs126.2
14199
14200         * src/codeconv.c
14201         * src/textview.c
14202                 Fix conv_unreadable_locale
14203
14204 2004-10-13 [colin]      0.9.12cvs126.1
14205
14206         * src/compose.c
14207                 Sync with HEAD (don't convert charset for 
14208                 drafted messages, minor cleanup)
14209
14210 2004-10-13 [colin]      0.9.12cvs125.1
14211
14212         * po/POTFILES.in
14213                 Sync with HEAD (POTFILES fix)
14214
14215 2004-10-12 [colin]      0.9.12cvs124.3
14216
14217         * src/compose.c
14218                 Fix encoding bug from latest sync
14219
14220 2004-10-12 [paul]       0.9.12cvs124.2
14221
14222         * src/plugins/pgpmime/prefs_gpg.c
14223         * src/plugins/pgpmime/prefs_gpg.h
14224                 forgotten in last commit        
14225
14226 2004-10-12 [paul]       0.9.12cvs124.1
14227
14228         * ChangeLog.claws
14229         * configure.ac
14230         * m4/spamassassin.m4
14231         * src/Makefile.am
14232         * src/account.c
14233         * src/compose.c
14234         * src/compose.h
14235         * src/crash.c
14236         * src/main.c
14237         * src/mimeview.c
14238         * src/passphrase.c
14239         * src/passphrase.h
14240         * src/prefs_account.c
14241         * src/prefs_account.h
14242         * src/prefs_common.c
14243         * src/privacy.c
14244         * src/privacy.h
14245         * src/procmime.c
14246         * src/procmime.h
14247         * src/procmsg.c
14248         * src/rfc2015.c
14249         * src/rfc2015.h
14250         * src/select-keys.c
14251         * src/select-keys.h
14252         * src/textview.c
14253         * src/common/utils.c
14254         * src/common/utils.h
14255         * src/gtk/about.c
14256         * src/plugins/pgpmime/Makefile.am
14257         * src/plugins/pgpmime/passphrase.c
14258         * src/plugins/pgpmime/passphrase.h
14259         * src/plugins/pgpmime/pgpmime.c
14260         * src/plugins/pgpmime/plugin.c
14261         * src/plugins/pgpmime/select-keys.c
14262         * src/plugins/pgpmime/select-keys.h
14263         * src/plugins/pgpmime/sgpgme.c
14264         * src/plugins/pgpmime/sgpgme.h
14265                 sync with HEAD
14266
14267 2004-10-04 [colin]      0.9.12cvs122.1
14268
14269         * src/mainwindow.c
14270         * src/messageview.c
14271         * src/messageview.h
14272         * src/textview.c
14273                 Sync with HEAD
14274
14275 2004-10-04 [colin]      0.9.12cvs121.1
14276
14277         * src/summaryview.c
14278                 Sync with HEAD
14279
14280 2004-10-04 [paul]       0.9.12cvs120.1
14281
14282         * configure.ac
14283                 sync with HEAD [don't try to build 
14284                 pgpmime plugin when gpgme is disabled]
14285
14286 2004-10-03 [colin]      0.9.12cvs119.3
14287
14288         * src/gtk/gtksctree.c
14289                 Lots of side effects. Put back as before 117.2.
14290         * src/summaryview.c
14291                 Fix bug #602
14292
14293 2004-10-03 [colin]      0.9.12cvs119.2
14294
14295         * src/gtk/gtksctree.c
14296                 Revert 608 fix that doesn't work that good
14297
14298 2004-10-02 [colin]      0.9.12cvs119.1
14299
14300         * src/mainwindow.c
14301         * src/messageview.c
14302         * src/prefs_common.h
14303         * src/procmime.c
14304         * src/procmime.h
14305         * src/textview.c
14306                 Sync with HEAD
14307         * src/gtk/gtksctree.c
14308                 Close bug #608
14309
14310 2004-10-01 [colin]      0.9.12cvs118.1
14311
14312         * src/mimeview.c
14313                 Sync with HEAD (better Save All fix)
14314
14315 2004-10-01 [colin]      0.9.12cvs117.2
14316
14317         * src/gtk/gtksctree.c
14318                 Faster on selection
14319
14320 2004-10-01 [colin]      0.9.12cvs117.1
14321
14322         * src/mimeview.c
14323                 Sync with HEAD (Save All: only attachments)
14324
14325 2004-10-01 [paul]       0.9.12cvs116.1
14326
14327         * ChangeLog.claws
14328         * configure.ac
14329         * src/account.c
14330         * src/prefs_common.c
14331         * src/gtk/colorlabel.c
14332                 sync with HEAD
14333
14334 2004-09-30 [colin]      0.9.12cvs115.1
14335
14336         * src/stock_pixmap.c
14337         * src/stock_pixmap.h
14338         * src/folderview.c
14339         * src/Makefile.am
14340         * src/pixmaps/read.xpm
14341                 Sync with HEAD (new pixmap)
14342
14343 2004-09-29 [colin]      0.9.12cvs114.1
14344
14345         * src/compose.c
14346                 Sync with HEAD
14347                 Fix focus handling in headers
14348
14349 2004-09-29 [paul]       0.9.12cvs113.1
14350
14351         * src/quote_fmt_parse.y
14352                 sync with HEAD
14353  
14354
14355 2004-09-28 [colin]      0.9.12cvs112.1
14356
14357         * src/folderview.c
14358         * src/mainwindow.c
14359                 Sync with HEAD
14360
14361 2004-09-28 [colin]      0.9.12cvs110.1
14362
14363         * src/folderview.c
14364                 Sync with HEAD (Contextual Empty trash menu)
14365
14366 2004-09-28 [colin]      0.9.12cvs108.1
14367
14368         * src/addressbook.c
14369                 Sync with HEAD (addressbook edit on double-click)
14370
14371 2004-09-28 [colin]      0.9.12cvs106.1
14372
14373         * src/inc.c
14374                 Sync with HEAD (folder_item freeze on inc)
14375
14376 2004-09-27 [colin]      0.9.12cvs105.1
14377
14378         * src/folderview.c
14379                 Sync with HEAD (right-align new and unread column)
14380
14381 2004-09-27 [colin]      0.9.12cvs104.1
14382
14383         * src/main.c
14384                 Sync with HEAD (revert 0.9.12cvs101)
14385
14386 2004-09-24 [colin]      0.9.12cvs103.2
14387
14388         * src/wizard.c
14389                 Fix gtk warnings and use domain part of the email address 
14390                 when domain detection fails (no dot in domain name)
14391
14392 2004-09-23 [colin]      0.9.12cvs103.1
14393
14394         * src/plugins/spamassassin/libspamc.c
14395         * src/plugins/spamassassin/libspamc.h
14396         * src/plugins/spamassassin/utils.c
14397         * src/plugins/spamassassin/utils.h
14398                 Sync with HEAD (Update spamassassin to 3.0)
14399
14400 2004-09-21 [colin]      0.9.12cvs102.3
14401
14402         * src/action.c
14403                 Add horizontal scrollbar in action io dialog as needed
14404                 Patch by Alfons.
14405
14406 2004-09-20 [colin]      0.9.12cvs102.2
14407
14408         * src/plugins/image_viewer/viewer.c
14409                 Remove imlib stuff
14410                 use gtk_pixmap_set when clearing
14411                 (would be better to use gtkImages, but causes size-allocate 
14412                 signals storm)
14413
14414 2004-09-17 [paul]       0.9.12cvs102.1
14415
14416         * ChangeLog
14417         * ChangeLog.claws
14418         * ChangeLog.jp
14419         * configure.ac
14420         * src/inc.c
14421                 sync with HEAD
14422
14423
14424 2004-09-17 [colin]      0.9.12cvs101.1
14425
14426         * ChangeLog.claws
14427         * src/main.c
14428                 Sync with HEAD (fix segs at exit)
14429
14430 2004-09-14 [colin]      0.9.12cvs99.5
14431
14432         * src/common/socket.c
14433         * AUTHORS
14434                 Fix send error on 64bit platforms
14435                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14436
14437 2004-09-14 [colin]      0.9.12cvs99.4
14438
14439         * src/action.c
14440                 Fix action output with utf8 
14441                 Patch by Alfons.
14442
14443 2004-09-14 [colin]      0.9.12cvs99.3
14444
14445         * ChangeLog.claws
14446         * src/folder.c
14447                 Sync with HEAD
14448
14449 2004-09-09 [colin]      0.9.12cvs99.2
14450
14451         * src/action.c
14452                 Fix progress bar (displaying "Completed %v/%u")
14453                 Patch by Alfons.
14454
14455 2004-09-08 [colin]      0.9.12cvs99.1
14456
14457         * src/account.c
14458         * src/folder.c
14459         * src/procmsg.c
14460         * src/procmsg.h
14461         * src/plugins/pgpmime/pgpmime.c
14462                 Sync with HEAD
14463
14464 2004-09-08 [colin]      0.9.12cvs97.2
14465
14466         * src/summaryview.c
14467                 Don't select mails in collapsed threads 
14468                 when navigating with up/down
14469
14470 2004-09-07 [colin]      0.9.12cvs97.1
14471
14472         * src/inc.c
14473                 Sync with HEAD (meaningful error messages)
14474
14475 2004-09-06 [colin]      0.9.12cvs96.1
14476
14477         * src/toolbar.c
14478                 Sync with HEAD (fix Redirect graying out)
14479
14480 2004-09-06 [colin]      0.9.12cvs95.1
14481
14482         * src/summaryview.c
14483         * src/mimeview.c
14484                 Sync with HEAD (fix dropped URIs)
14485
14486 2004-09-06 [colin]      0.9.12cvs94.1
14487
14488         * src/addressbook.c
14489         * src/addressitem.h
14490         * src/addritem.c
14491         * src/addritem.h
14492                 Sync with HEAD (addressbook DnD)
14493
14494 2004-09-03 [colin]      0.9.12cvs93.1
14495
14496         * src/summaryview.c
14497                 Sync with HEAD (next/prev unread)
14498
14499 2004-09-03 [colin]      0.9.12cvs92.1
14500
14501         * src/prefs_common.c
14502         * src/prefs_common.h
14503         * src/summaryview.c
14504                 Sync with HEAD ('mark_as_read_delay' pref)
14505
14506 2004-09-02 [colin]      0.9.12cvs91.2
14507
14508         * src/common/xml.c
14509                 Fix leak
14510
14511 2004-09-02 [colin]      0.9.12cvs91.1
14512
14513         * src/gtk/menu.c
14514                 Sync with HEAD (menu accel don't work, but whatever)
14515
14516 2004-09-02 [colin]      0.9.12cvs90.1
14517
14518         * src/account.c
14519                 Sync with HEAD (fix bug 582)
14520
14521 2004-09-02 [colin]      0.9.12cvs89.1
14522
14523         * src/addrindex.c
14524                 Sync with HEAD (free deleted queries)
14525
14526 2004-09-02 [colin]      0.9.12cvs88.1
14527
14528         * src/ldapquery.c
14529                 Sync with HEAD (fix LDAP freezes)
14530
14531 2004-09-02 [colin]      0.9.12cvs87.1
14532
14533         * src/prefs_spelling.c
14534                 Sync with HEAD (add default dictionary)
14535
14536 2004-09-01 [colin]      0.9.12cvs86.1
14537
14538         * src/filtering.c
14539         * src/folderview.c
14540         * src/imap.c
14541         * src/prefs_matcher.c
14542         * src/stock_pixmap.c
14543         * src/summary_search.c
14544         * src/summaryview.c
14545         * src/wizard.c
14546         * src/wizard.h
14547                 Sync with HEAD (uninitialized vars fixes)
14548                 + gtk2 specific warning fixes
14549
14550 2004-08-31 [colin]      0.9.12cvs85.1
14551
14552         * src/folder.c
14553                 Sync with HEAD (Fix memory corruption due to 
14554                 uninitialized var)
14555
14556 2004-08-31 [colin]      0.9.12cvs84.4
14557
14558         * src/summary_search.c
14559                 Fix segfaults when searching in folders with broken headers
14560
14561 2004-08-31 [colin]      0.9.12cvs84.3
14562
14563         * src/compose.c
14564         * src/textview.c
14565                 Fix some more encoding/decoding issues
14566
14567 2004-08-30 [colin]      0.9.12cvs84.2
14568
14569         * src/mimeview.c
14570         * src/prefs_themes.c
14571         * src/gtk/filesel.c
14572         * src/gtk/filesel.h
14573                 Add a folder-mode selection (fixes mimeview's "Save all")
14574
14575 2004-08-29 [colin]      0.9.12cvs84.1
14576
14577         * src/mimeview.c
14578                 Sync with HEAD (don't escape saved filenames)
14579
14580 2004-08-27 [colin]      0.9.12cvs83.1
14581
14582         * ChangeLog
14583         * ChangeLog.claws
14584         * ChangeLog.jp
14585         * src/mh.c
14586         * src/procheader.c
14587         * src/procmsg.c
14588         * src/procmsg.h
14589         * src/common/utils.c
14590         * src/gtk/menu.h
14591         * po/
14592                 Sync with HEAD 0.9.12cvs83 (sync with main)
14593
14594 2004-08-26 [colin]      0.9.12cvs82.4
14595
14596         * src/codeconv.c
14597                 Fix strange stack corruption
14598                 Convert to utf8 after unmime, not before
14599
14600 2004-08-26 [colin]      0.9.12cvs82.3
14601
14602         * src/main.c
14603         * src/wizard.c
14604                 Fix account folders duplication
14605
14606 2004-08-25 [colin]      0.9.12cvs82.2
14607
14608         * src/wizard.c
14609                 Remove ports
14610                 Add SSL selection
14611                 Use login@server as account name
14612
14613 2004-08-25 [colin]      0.9.12cvs82.1
14614
14615         * src/plugins/pgpmime/pgpmime.c
14616                 Sync with HEAD (leak fix).
14617
14618 2004-08-25 [colin]      0.9.12cvs81.1
14619
14620         * src/plugins/pgpmime/pgpmime.c
14621         * src/plugins/pgpmime/sgpgme.c
14622         * src/plugins/pgpmime/sgpgme.h
14623                 Sync with HEAD (Handle combined messages).
14624
14625 2004-08-24 [colin]      0.9.12cvs80.3
14626
14627         * src/wizard.c
14628                 Fix full name, ports, and imap
14629
14630 2004-08-24 [colin]      0.9.12cvs80.2
14631
14632         * src/Makefile.am
14633         * src/main.c
14634         * src/setup.c
14635         * src/setup.h
14636         * src/stock_pixmap.c
14637         * src/stock_pixmap.h
14638         * src/wizard.c ** ADDED **
14639         * src/wizard.h ** ADDED ** 
14640         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14641                 Add a setup wizard 
14642
14643 2004-08-24 [colin]      0.9.12cvs80.1
14644
14645         * src/folder.c
14646                 Sync with HEAD (set mimeflags on all messages)
14647
14648 2004-08-24 [colin]      0.9.12cvs79.3
14649
14650         * src/matcher_parser_lex.l
14651                 Fix 8bits strings not in utf8
14652
14653 2004-08-24 [colin]      0.9.12cvs79.2
14654
14655         * src/compose.c
14656                 Check conversion result before replacing buffer
14657
14658 2004-08-23 [colin]      0.9.12cvs79.1
14659
14660         * src/compose.c
14661                 Sync with HEAD (create message header in memory)
14662
14663 2004-08-23 [colin]      0.9.12cvs78.1
14664
14665         * src/rfc2015.c
14666         * src/rfc2015.h
14667                 Sync with HEAD (fix bug 197 again)
14668
14669 2004-08-23 [colin]      0.9.12cvs77.3
14670
14671         * src/compose.c
14672                 Fix again inline gpg signing (which outputs utf8
14673                 in gtk2). Not syncing this fix to HEAD as this 
14674                 code is meant to die.
14675
14676 2004-08-23 [colin]      0.9.12cvs77.2
14677
14678         * src/prefs_account.h
14679                 Remove useless include
14680
14681 2004-08-23 [colin]      0.9.12cvs77.1
14682
14683         * src/imap.c
14684         * po/es.po
14685         * po/fr.po
14686         * po/it.po
14687         * po/pl.po
14688         * po/pt_BR.po
14689         * po/sk.po
14690         * po/sr.po
14691                 Sync with HEAD (fix bug 577)
14692
14693 2004-08-22 [colin]      0.9.12cvs76.1
14694
14695         * src/plugins/trayicon/trayicon.c
14696                 Sync with HEAD (fix formatting bug)
14697
14698 2004-08-21 [colin]      0.9.12cvs74.2
14699
14700         * src/gtk/colorsel.c
14701                 Fix bug 564 (Folder color selection window exits on any
14702                 keypress)
14703
14704 2004-08-21 [colin]      0.9.12cvs74.1
14705
14706         * ChangeLog.claws
14707         * src/compose.c
14708         * src/summaryview.c
14709         * src/toolbar.c
14710                 Sync with HEAD (fix bug 576)
14711
14712 2004-08-21 [colin]      0.9.12cvs70.1
14713
14714         * src/compose.c
14715         * src/mainwindow.c
14716                 Sync with HEAD
14717                 
14718
14719 2004-08-21 [paul]       0.9.12cvs66.4
14720
14721         * src/mainwindow.c
14722         * src/messageview.c
14723         * src/gtk/menu.c
14724         * src/plugins/spamassassin/spamassassin_gtk.c
14725                 remove some deprecated gtk1 functions
14726
14727
14728 2004-08-21 [colin]      0.9.12cvs66.3
14729
14730         * src/compose.c
14731         * src/codeconv.c
14732                 Fix warnings
14733                 Remove encoding hacks
14734                 Fix bug 575 (Strange character messes up message)
14735                 Don't display conversion error when drafting
14736
14737 2004-08-21 [paul]       0.9.12cvs66.2
14738
14739         * src/prefs_account.c
14740                 fix GnuPG mode bugs
14741
14742
14743 2004-08-20 [colin]      0.9.12cvs66.1
14744
14745         * src/codeconv.c
14746                 Sync with HEAD 0.9.12cvs66
14747
14748 2004-08-20 [paul]
14749
14750         * src/plugins/pgpmime/plugin.c
14751                 modify PGP/MIME plugin's description
14752
14753 2004-08-17 [colin]      0.9.12cvs65.1
14754
14755         * src/common/ssl.c
14756         * src/plugins/pgpmime/plugin.c
14757                 Sync with HEAD
14758
14759 2004-08-14 [colin]      0.9.12cvs60.3
14760
14761         * src/plugins/trayicon/trayicon.c
14762                 Put back resize callback, on size-request signal
14763                 rather than size-allocate to avoid infinite 
14764                 callback loop
14765
14766 2004-08-13 [colin]      0.9.12cvs60.2
14767
14768         * src/common/defs.h
14769                 Cache versions have been fixed
14770
14771 2004-08-13 [colin]      0.9.12cvs60.1
14772
14773         * src/folderutils.c
14774                 Sync with HEAD
14775
14776 2004-08-12 [colin]      0.9.12cvs59.1
14777
14778         * src/plugins/trayicon/trayicon.c
14779                 Sync with HEAD
14780
14781 2004-08-12 [colin]      0.9.12cvs57.5
14782
14783         * sylpheed.desktop
14784         * configure.ac
14785         * src/Makefile.am
14786         * src/main.c
14787                 Add support for Freedesktop.org's startup notification
14788
14789 2004-08-11 [colin]      0.9.12cvs57.4
14790
14791         * src/textview.c
14792                 Fix off-by-one
14793
14794 2004-08-11 [colin]      0.9.12cvs57.3
14795
14796         * src/message_search.c
14797         * src/summary_search.c
14798                 Make searches case insensitive by default
14799         * src/textview.c
14800                 Fix case-insensitive search in message
14801
14802 2004-08-11 [colin]      0.9.12cvs57.2
14803
14804         * src/summary_search.c
14805                 Let case-sensitive be specified
14806
14807 2004-08-10 [colin]      0.9.12cvs55.4
14808
14809         * src/common/socket.c
14810                 Fix the possible race condition
14811
14812 2004-08-09 [paul]       0.9.12cvs55.3
14813
14814         * configure.ac
14815         * src/Makefile.am
14816         * src/common/Makefile.am
14817                 sync with HEAD
14818
14819
14820 2004-08-09 [paul]       0.9.12cvs55.2
14821
14822         * autogen.sh
14823         * po/poconv.sh
14824                 remove unneeded script
14825
14826         * configure.ac
14827                 add forgotten USE_LDAP_TLS (sync with HEAD)
14828
14829
14830 2004-08-09 [colin]      0.9.12cvs55.1
14831
14832         * src/main.c
14833         * src/common/ssl.c
14834         * src/common/sylpheed.c
14835         * src/common/sylpheed.h
14836                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14837
14838 2004-08-09 [paul]       0.9.12cvs54.1
14839
14840         * ChangeLog
14841         * ChangeLog.claws
14842         * ChangeLog.jp
14843         * configure.ac
14844         * po/POTFILES.in
14845         * src/Makefile.am
14846         * src/folderutils.c
14847         * src/main.c
14848         * src/pgpmime.c
14849         * src/pgpmime.h
14850         * src/sgpgme.c
14851         * src/sgpgme.h
14852         * src/plugins/Makefile.am
14853         * src/plugins/pgpmime/.cvsignore
14854         * src/plugins/pgpmime/Makefile.am
14855         * src/plugins/pgpmime/pgpmime.c
14856         * src/plugins/pgpmime/pgpmime.h
14857         * src/plugins/pgpmime/plugin.c
14858         * src/plugins/pgpmime/sgpgme.c
14859         * src/plugins/pgpmime/sgpgme.h
14860                 sync with HEAD
14861
14862 2004-08-08 [paul]       0.9.12cvs51.1
14863
14864         * configure.ac
14865         * src/folder.c
14866                 sync with HEAD
14867
14868 2004-08-07 [colin]      0.9.12cvs50.1
14869
14870         * src/pop.c
14871         * src/common/partial_download.c
14872                 fix warnings (sync from HEAD)
14873
14874 2004-08-07 [colin]      0.9.12cvs48.1
14875
14876         * src/prefs_folder_item.c
14877                 sync with HEAD 0.9.12cvs48
14878
14879 2004-08-06 [colin]      0.9.12cvs47.1
14880
14881         * src/compose.c
14882                 Sync with HEAD
14883
14884 2004-08-06 [christoph]  0.9.12cvs46.2
14885
14886         * src/main.c
14887         * src/plugins/clamav/clamav_plugin_gtk.c
14888         * src/plugins/dillo_viewer/dillo_viewer.c
14889         * src/plugins/image_viewer/plugin.c
14890         * src/plugins/mathml_viewer/mathml_viewer.c
14891         * src/plugins/spamassassin/spamassassin_gtk.c
14892         * src/plugins/trayicon/trayicon.c
14893                 don't mix GTK1.2 plugin with GTK2 plugins
14894
14895 2004-08-06 [colin]      0.9.12cvs46.1
14896
14897         * ChangeLog
14898         * ChangeLog.claws
14899         * ChangeLog.jp
14900         * configure.ac
14901         * sylpheed-claws.pc.in
14902         * src/folder.c
14903         * src/imap.c
14904         * src/localfolder.c
14905         * src/messageview.c
14906         * src/mimeview.c
14907         * src/mimeview.h
14908         * src/msgcache.c
14909         * src/news.c
14910         * src/prefs_ext_prog.c
14911         * src/prefs_folder_item.c
14912         * src/prefs_fonts.c
14913         * src/prefs_msg_colors.c
14914         * src/prefs_spelling.c
14915         * src/prefs_themes.c
14916         * src/prefs_toolbar.c
14917         * src/prefs_wrapping.c
14918         * src/procmime.h
14919         * src/common/defs.h
14920         * src/common/nntp.c
14921         * src/common/session.c
14922         * src/common/session.h
14923         * src/common/socket.c
14924         * src/common/utils.h
14925         * src/common/xml.c
14926         * src/common/xml.h
14927         * src/gtk/prefswindow.c
14928         * src/gtk/prefswindow.h
14929         * src/plugins/clamav/clamav_plugin_gtk.c
14930         * src/plugins/dillo_viewer/dillo_prefs.c
14931         * src/plugins/image_viewer/viewerprefs.c
14932         * src/plugins/spamassassin/spamassassin_gtk.c
14933         * m4/openssl.m4 *** REMOVED ***
14934                 Sync with HEAD 0.9.12cvs46
14935
14936 2004-08-03 [paul]       0.9.12cvs40.2
14937
14938         * src/action.c
14939         * src/addressadd.c
14940         * src/addressbook.c
14941         * src/addrgather.c
14942         * src/browseldap.c
14943         * src/compose.c
14944         * src/crash.c
14945         * src/editaddress.c
14946         * src/editgroup.c
14947         * src/editldap_basedn.c
14948         * src/foldersel.c
14949         * src/importldif.c
14950         * src/mimeview.c
14951         * src/prefs_common.c
14952         * src/prefs_template.c
14953         * src/sourcewindow.c
14954         * src/summaryview.c
14955         * src/gtk/about.c
14956         * src/gtk/foldersort.c
14957         * src/gtk/logwindow.c
14958         * src/gtk/pluginwindow.c
14959         * src/gtk/prefswindow.c
14960                 change all gtk_scrolled_window_set_policy from 
14961                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14962
14963 2004-08-02 [paul]       0.9.12cvs40.1
14964
14965         * AUTHORS
14966                 update translation team section
14967         * po/pt_BR.po
14968                 updated by Frederico Goncalves Guimaraes
14969                 <fggdebian@yahoo.com.br>
14970
14971 2004-07-31 [colin]      0.9.12cvs39.9
14972
14973         * src/exphtmldlg.c
14974                 Fix compilation
14975
14976 2004-07-31 [colin]      0.9.12cvs39.8
14977
14978         * src/exphtmldlg.c
14979                 Fix an alertpanel type
14980
14981 2004-07-30 [colin]      0.9.12cvs39.7
14982
14983         * src/alertpanel.c
14984                 Fix alertpanel_error_log's icon
14985
14986 2004-07-30 [colin]      0.9.12cvs39.6
14987
14988         * src/pop.c
14989                 Two of them should still be warnings
14990
14991 2004-07-30 [colin]      0.9.12cvs39.5
14992
14993         * src/pop.c
14994                 More warning -> error
14995 2004-07-29 [colin]      0.9.12cvs39.4
14996
14997         * src/pop.c
14998                 Warning -> error
14999
15000 2004-07-29 [colin]      0.9.12cvs39.3
15001
15002         * src/prefs_matcher.c
15003                 Fix segfault
15004
15005 2004-07-29 [colin]      0.9.12cvs39.2
15006
15007         * src/alertpanel.c
15008                 More nice-looking alertpanels
15009
15010 2004-07-29 [colin]      0.9.12cvs39.1
15011
15012         * src/messageview.c
15013                 sync with head
15014                 (inform user when partial mail is deleted on server)
15015
15016 2004-07-29 [colin]      0.9.12cvs38.1
15017
15018         * src/messageview.c
15019                 sync with head
15020
15021 2004-07-28 [paul]       0.9.12cvs37.7
15022
15023         * src/mainwindow.c
15024                 complete the replacement of deprecated gtk_progress_*
15025
15026 2004-07-28 [paul]       0.9.12cvs37.6
15027
15028         * src/action.c
15029         * src/inc.c
15030         * src/mainwindow.c
15031         * src/send_message.c
15032         * src/gtk/progressdialog.c
15033         * src/gtk/progressdialog.h
15034                 replace deprecated gtk_progress_*
15035
15036 2004-07-28 [paul]       0.9.12cvs37.5
15037
15038         * src/gtk/filesel.c
15039                 remove gtk_window_set_wmclass()
15040 2004-07-28 [paul]       0.9.12cvs37.4
15041
15042         * src/addressbook.c
15043         * src/compose.c
15044         * src/foldersel.c
15045         * src/mainwindow.c
15046         * src/messageview.c
15047         * src/sourcewindow.c
15048         * src/gtk/logwindow.c
15049                 remove gtk_window_set_wmclass()
15050                 
15051         * src/prefs_filtering.c
15052         * src/prefs_filtering_action.c
15053         * src/prefs_fonts.c
15054         * src/prefs_gtk.c
15055         * src/prefs_matcher.c
15056         * src/ssl_manager.c
15057         * src/gtk/prefswindow.c
15058                 replace gtk_window_position()
15059
15060 2004-07-28 [colin]      0.9.12cvs37.3
15061
15062         * src/alertpanel.c
15063         * src/alertpanel.h
15064                 Add a way to specify panel type for specific
15065                 panels (alertpanel())
15066         * src/account.c
15067         * src/addressbook.c
15068         * src/compose.c
15069         * src/expldifdlg.c
15070         * src/main.c
15071         * src/messageview.c
15072         * src/summaryview.c
15073         * src/textview.c
15074         * src/gtk/sslcertwindow.c
15075                 Fix alertpanel()s so that their icon match
15076                 their real type
15077
15078 2004-07-28 [paul]       0.9.12cvs37.2
15079
15080         * src/addr_compl.c
15081         * src/addressbook.c
15082         * src/alertpanel.c
15083         * src/compose.c
15084         * src/export.c
15085         * src/foldersel.c
15086         * src/folderview.c
15087         * src/grouplistdialog.c
15088         * src/import.c
15089         * src/mainwindow.c
15090         * src/message_search.c
15091         * src/messageview.c
15092         * src/passphrase.c
15093         * src/prefs_actions.c
15094         * src/prefs_common.c
15095         * src/prefs_customheader.c
15096         * src/prefs_display_header.c
15097         * src/prefs_filtering.c
15098         * src/prefs_filtering_action.c
15099         * src/prefs_gtk.c
15100         * src/prefs_matcher.c
15101         * src/prefs_msg_colors.c
15102         * src/prefs_summary_column.c
15103         * src/prefs_template.c
15104         * src/sourcewindow.c
15105         * src/ssl_manager.c
15106         * src/summary_search.c
15107         * src/gtk/colorsel.c
15108         * src/gtk/description_window.c
15109         * src/gtk/gtkaspell.c
15110         * src/gtk/inputdialog.c
15111         * src/gtk/logwindow.c
15112         * src/gtk/prefswindow.c
15113         * src/gtk/progressdialog.c
15114                 replace deprecated gtk_window_set_policy
15115
15116 2004-07-27 [colin]      0.9.12cvs37.1
15117
15118         * src/msgcache.c
15119                 More fixes (synced for head again)
15120
15121 2004-07-27 [colin]      0.9.12cvs35.3
15122
15123         * src/msgcache.c
15124                 Fix wrong test
15125
15126 2004-07-27 [colin]      0.9.12cvs35.2
15127
15128         * src/mimeview.c
15129                 Fix width a bit (by Paul)
15130         * src/alertpanel.c
15131         * src/alertpanel.h
15132                 Specialize icons, make alertpanel_message()
15133                 private
15134         * src/message_search.c
15135         * src/sgpgme.c
15136         * src/summary_search.c
15137                 Suit alertpanel changes
15138
15139 2004-07-27 [colin]      0.9.12cvs35.1
15140
15141         * src/alertpanel.c
15142                 Add an icon
15143         * src/passphrase.c
15144                 Add debug output - maybe someone will
15145                 want to look at the problem with Grab
15146                 Input :)
15147         Bump version as we're synced with HEAD
15148
15149 2004-07-26 [colin]      0.9.12cvs33.26
15150
15151         * src/pop.c
15152                 Fix uidl-file parsing when not in new
15153                 format
15154
15155 2004-07-26 [colin]      0.9.12cvs33.25
15156
15157         * src/gtk/menu.c
15158                 Move popup menu up if necessary (fixes 
15159                 account selector)
15160         * src/mainwindow.c
15161                 Set account selector's button height to
15162                 minimum
15163
15164 2004-07-26 [colin]      0.9.12cvs33.24
15165
15166         * src/alertpanel.c
15167                 Maybe fix 551 (Truncated font in alert window)
15168
15169 2004-07-26 [colin]      0.9.12cvs33.23
15170
15171         * po/de.po
15172         * po/es.po
15173         * po/fr.po
15174         * po/it.po
15175         * po/ja.po
15176         * po/pl.po
15177         * po/ru.po
15178         * po/sk.po
15179         * po/sr.po
15180         * po/zh_CN.po
15181                 Sync po files with HEAD
15182
15183 2004-07-26 [paul]       0.9.12cvs33.22
15184
15185         * src/compose.c
15186                 fix Bug 556 'Organisation-header is sent even if empty'
15187
15188 2004-07-24 [colin]      0.9.12cvs33.21
15189
15190         * src/compose.c
15191         * src/gtk/gtkaspell.c
15192         * src/gtk/gtkaspell.h
15193                 Fix speller accelerators (require hack)
15194
15195 2004-07-24 [colin]      0.9.12cvs33.20
15196
15197         * src/gtk/gtkaspell.c
15198                 Fix over-eager code deletion breaking
15199                 Check while typing
15200
15201 2004-07-24 [colin]      0.9.12cvs33.19
15202
15203         * src/browseldap.c
15204         * src/ldapctrl.c
15205         * src/ldapctrl.h
15206         * src/ldapserver.h
15207                 Sync ldap with HEAD
15208         (Fixes 546 LDAP completely broken)
15209
15210 2004-07-24 [colin]      0.9.12cvs33.18
15211
15212         * src/prefs_msg_colors.c
15213                 Fix prototype mismatch
15214         (Fixes 547 void function cannot return value)
15215
15216 2004-07-24 [colin]      0.9.12cvs33.17
15217
15218         * src/mainwindow.c
15219                 Fix sort going back to previous sort key
15220                 when changing sort direction
15221
15222 2004-07-24 [colin]      0.9.12cvs33.16
15223
15224         * src/compose.c
15225                 Fix space insertion when re-wrapping at 
15226                 cursor point
15227
15228 2004-07-24 [colin]      0.9.12cvs33.15
15229
15230         * src/gtk/gtkaspell.c
15231                 Don't change cursor position in insert-text
15232                 callback
15233         (Fixes 539 Word wrapping on input transposes letters)
15234
15235 2004-07-24 [colin]      0.9.12cvs33.14
15236
15237         * src/gtk/gtkaspell.c
15238                 Reencode non-ascii chars to dictionary's
15239                 encoding
15240         (Fixes 544 Spell check broken non english locale)
15241
15242 2004-07-24 [colin]      0.9.12cvs33.13
15243
15244         * src/summaryview.c
15245                 Fix Shift+Down, add Home/End/PgUp/PgDown
15246
15247 2004-07-21 [colin]      0.9.12cvs33.12
15248
15249         * src/prefs_common.c
15250                 Fix a gtk warning (Patch by Andrej Kacian)
15251
15252 2004-07-21 [colin]      0.9.12cvs33.11
15253
15254         * src/gtk/filesel.c
15255                 More check
15256
15257 2004-07-21 [colin]      0.9.12cvs33.10
15258
15259         * src/compose.c
15260         * src/crash.c
15261         * src/export.c
15262         * src/import.c
15263         * src/messageview.c
15264         * src/mimeview.c
15265         * src/prefs_spelling.c
15266         * src/prefs_themes.c
15267         * src/summaryview.c
15268         * src/gtk/filesel.c
15269         * src/gtk/filesel.h
15270         * src/gtk/pluginwindow.c
15271                 Untwist open/save mode guessing logic, make
15272                 it explicit
15273
15274 2004-07-20 [colin]      0.9.12cvs33.9
15275
15276         * src/codeconv.c
15277                 conv_encode_header: src_charset is UTF-8 on
15278                 gtk2
15279         * src/compose.c
15280                 Remove double encoding of the headers
15281
15282 2004-07-20 [colin]      0.9.12cvs33.8
15283
15284         * src/codeconv.c
15285                 Fix typo
15286
15287 2004-07-20 [colin]      0.9.12cvs33.7
15288
15289         * src/mainwindow.c
15290                 Set the separated messageview to the saved
15291                 size of Claws' messageview (Patch by Alfons)
15292                 Fix a callback prototype (me)
15293
15294 2004-07-20 [colin]      0.9.12cvs33.6
15295
15296         * src/codeconv.h
15297                 Forgot one hunk in 0.9.12cvs33.4
15298
15299 2004-07-19 [colin]      0.9.12cvs33.5
15300
15301         * src/action.c
15302                 Action output fix
15303                 Patch by Alfons
15304
15305 2004-07-19 [colin]      0.9.12cvs33.4
15306
15307         * src/compose.c
15308                 Fix outgoing charset bug in headers
15309         * src/codeconv.c
15310                 Clean for glib2 - Patch by Alfons
15311
15312 2004-07-19 [colin]      0.9.12cvs33.3
15313
15314         * src/statusbar.c
15315                 Remove grip from the statusbar
15316                 Patch by Alfons
15317
15318 2004-07-19 [colin]      0.9.12cvs33.2
15319
15320         * src/messageview.c
15321         * src/textview.c
15322                 Fix messageview remembering the previous
15323                 scroll position when loading a new message
15324                 Patch by Alfons
15325
15326 2004-07-19 [colin]      0.9.12cvs33.1
15327
15328         * src/folder.h
15329         * src/folderview.c
15330         * src/summaryview.c
15331                 Sync with HEAD
15332
15333 2004-07-18 [colin]      0.9.12cvs32.7
15334
15335         * configure.ac
15336                 Remove useless check for XIM - noticed
15337                 by Alfons
15338
15339 2004-07-18 [colin]      0.9.12cvs32.6
15340
15341         * src/summaryview.c
15342                 Remove non-modified and shift-modified
15343                 accelerators in summaryview's popup
15344                 menu, as that doesn't get catched by
15345                 the accel-activate signal catcher...
15346
15347 2004-07-18 [colin]      0.9.12cvs32.5
15348
15349         * src/prefs_common.c
15350                 Define sensible default prefs for 
15351                 wrapping
15352
15353 2004-07-18 [colin]      0.9.12cvs32.4
15354
15355         * src/compose.c
15356         * src/prefs_common.c
15357         * src/prefs_common.h
15358         * src/prefs_wrapping.c
15359                 Remove Smart Wrapping pref, which does
15360                 nothing on gtk2 branch
15361
15362 2004-07-18 [colin]      0.9.12cvs32.3
15363
15364         * src/sourcewindow.c
15365                 Proper utf8
15366
15367 2004-07-18 [colin]      0.9.12cvs32.2
15368
15369         * src/compose.c
15370                 Save attachment status when drafting
15371
15372 2004-07-18 [colin]      0.9.12cvs32.1
15373
15374         * src/gtk/filesel.c
15375                 Fix erratic folder selection in open mode
15376
15377 2004-07-18 [colin]      0.9.12cvs31.11
15378
15379         * src/pop.c
15380                 Don't let partial messages get deleted
15381                 even with "dowload all"
15382                 (0.9.12cvs31.8 fix extension)
15383 2004-07-18 [colin]      0.9.12cvs31.10
15384
15385         * src/gtk/logwindow.c
15386                 Fix log scrolling
15387
15388 2004-07-18 [colin]      0.9.12cvs31.9
15389
15390         * src/common/utils.c
15391                 Fix non-utf8 strings coming from commands
15392                 and files
15393
15394 2004-07-18 [colin]      0.9.12cvs31.8
15395
15396         * src/pop.c
15397                 Fix partial download bug with Download all
15398                 messages option
15399
15400 2004-07-18 [colin]      0.9.12cvs31.7
15401
15402         * src/textview.c
15403                 Fix bug introduced in 0.9.12cvs31.2
15404                 (blocked in select mode after double click)
15405
15406 2004-07-18 [colin]      0.9.12cvs31.6
15407
15408         * src/compose.c
15409         * src/gtk/menu.c
15410                 More glib-warning fixes
15411
15412 2004-07-18 [colin]      0.9.12cvs31.5
15413
15414         * src/compose.c
15415                 Fix trashing the primary clipboard when moving 
15416                 around with tab
15417         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15418
15419 2004-07-18 [colin]      0.9.12cvs31.4
15420
15421         * src/codeconv.c
15422                 convert unencoded iso headers to utf8
15423         (Fix Bug 538 Unencoded local characters in subject make it 
15424          disappear)
15425
15426 2004-07-18 [colin]      0.9.12cvs31.3
15427
15428         * src/compose.c
15429                 Fix tab char handling in wrapping
15430         (Fix Bug 537 Line wrap problem - TAB character treated as 
15431          one character instead of 8)
15432
15433 2004-07-18 [colin]      0.9.12cvs31.2
15434
15435         * src/textview.c
15436                 return FALSE on GDK_MOTION_NOTIFY
15437         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15438          (unable to highlight))
15439
15440 2004-07-18 [colin]      0.9.12cvs31.1
15441
15442         * src/folderview.c
15443                 Sync with 0.9.12cvs31
15444
15445 2004-07-18 [colin]      0.9.12cvs30.4
15446
15447         * src/compose.c
15448                 Also block text_inserted when inserting a file
15449
15450 2004-07-18 [colin]      0.9.12cvs30.3
15451
15452         * src/compose.c
15453                 Fix smart wrapping (block text_inserted handler
15454                 while putting quotation to avoid wrap on input,
15455                 don't join lines if next is sig separator)
15456
15457 2004-07-17 [colin]      0.9.12cvs30.2
15458
15459         * src/folderview.c
15460         * src/mainwindow.c
15461         * src/mimeview.c
15462         * src/summaryview.c
15463         * src/gtk/quicksearch.c
15464         * src/gtk/quicksearch.h
15465                 Block key events handlers *and* accels while
15466                 quicksearch is focused
15467         (Fixes Bug 534 quick-search bar not accepting certain letters)
15468
15469 2004-07-17 [colin]      0.9.12cvs30.1
15470
15471         * src/folder.h
15472         * src/folderview.c
15473         * src/summaryview.c
15474                 Sync with 0.9.12cvs30
15475
15476 2004-07-17 [colin]      0.9.12cvs28.2
15477
15478         * src/mimeview.c
15479         * src/procmime.c
15480         * src/summaryview.c
15481         * src/gtk/menu.c
15482                 Squash some compile and glib warnings
15483
15484 2004-07-17 [paul]       0.9.12cvs28.1
15485
15486         * src/mimeview.c
15487                 sync with 0.9.12cvs28 HEAD
15488
15489 2004-07-16 [paul]       0.9.12cvs26.1
15490         
15491         * src/gtk/quicksearch.c
15492         * src/account.c
15493         * src/account.h
15494         * src/compose.c
15495         * src/customheader.c
15496         * src/folder_item_prefs.c
15497         * src/main.c
15498         * src/mainwindow.c
15499         * src/messageview.c
15500         * src/mimeview.c
15501         * src/news.c
15502         * src/pgpmime.c
15503         * src/pop.c
15504         * src/pop.h
15505         * src/prefs_account.c
15506         * src/prefs_account.h
15507         * src/prefs_common.c
15508         * src/prefs_common.h
15509         * src/prefs_display_header.c
15510         * src/prefs_gtk.c
15511         * src/prefs_gtk.h
15512         * src/procheader.c
15513         * src/procmime.c
15514                 sync with 0.9.12cvs26 HEAD      
15515
15516 2004-07-15 [colin]      0.9.12cvs18.14
15517
15518         * src/folder.c
15519                 Disable GPG signature check during
15520                 folder move and scan
15521         (Closes Bug 521 Signature checking slows down Folder-Move)
15522
15523 2004-07-14 [colin]      0.9.12cvs18.13
15524
15525         * src/common/partial_download.c
15526                 update includes
15527
15528 2004-07-14 [colin]      0.9.12cvs18.12
15529
15530         * src/common/partial_download.c
15531         * src/common/partial_download.h
15532                 Move doc at top, add correct copyright
15533
15534 2004-07-14 [colin]      0.9.12cvs18.11
15535
15536         * src/folder.c
15537         * src/messageview.c
15538         * src/pop.c
15539         * src/pop.h
15540         * src/procmsg.c
15541         * src/summaryview.c
15542         * src/common/Makefile.am
15543         * src/common/partial_download.c ** NEW FILES **
15544         * src/common/partial_download.h ** NEW FILES **
15545                 Move partial-download related stuff to its
15546                 own file
15547
15548 2004-07-14 [colin]      0.9.12cvs18.10
15549
15550         * src/send_message.c
15551                 Fix smtp auth when user is null or empty
15552
15553 2004-07-13 [colin]      0.9.12cvs18.9
15554
15555         * src/gtk/quicksearch.c
15556                 Use alphabetic order
15557
15558 2004-07-13 [colin]      0.9.12cvs18.8
15559
15560         * src/pop.c
15561                 Be paranoid on the checks
15562
15563 2004-07-13 [colin]      0.9.12cvs18.7
15564
15565         * src/gtk/quicksearch.c
15566                 Fix Engrish once again
15567
15568 2004-07-13 [colin]      0.9.12cvs18.6
15569
15570         * src/procmsg.c
15571         * src/summaryview.c
15572                 Mark messages for deletion when they are about to
15573                 be removed from trash
15574
15575 2004-07-13 [colin]      0.9.12cvs18.5
15576
15577         * src/matcher.c
15578         * src/matcher.h
15579         * src/matcher_parser_parse.y
15580         * src/prefs_matcher.c
15581         * src/gtk/quicksearch.c
15582                 Add 'partial' ('p') match string to find partially
15583                 downloaded messages
15584
15585 2004-07-13 [colin]      0.9.12cvs18.4
15586
15587         * src/pop.c
15588                 Fix misplaced block
15589
15590 2004-07-13 [colin]      0.9.12cvs18.3
15591
15592         * src/pop.c
15593         * src/pop.h
15594         * src/messageview.c
15595                 Refactor API (to avoid passing 5+ params and code
15596                 duplication)
15597         * src/folder.c
15598         * src/msgcache.c
15599         * src/procheader.c
15600         * src/common/defs.h
15601                 Add planned_download to cache
15602                 Don't mess uidl file when moving partially downloaded
15603                 mails (they change folder, we should change it in the
15604                 uidl list too or we'll remove an incorrect message)
15605                 (this also helps removing hacks when changing 
15606                 planned_download in messageview.c)
15607
15608 2004-07-12 [colin]      0.9.12cvs18.2
15609
15610         * src/gtk/quicksearch.c
15611                 Fix missing status update in quicksearch
15612
15613 2004-07-12 [paul]       0.9.12cvs18.1
15614
15615         * po/POTFILES.in
15616         * src/Makefile.am
15617         * src/account.c
15618         * src/codeconv.c
15619         * src/compose.c
15620         * src/inc.c
15621         * src/main.c
15622         * src/prefs_common.c
15623         * src/procmsg.h
15624         * src/toolbar.c
15625         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15626         * src/prefs_wrapping.[ch]       ** NEW FILES **
15627         * src/common/intl.h
15628         * src/common/utils.[ch]
15629         * src/gtk/quicksearch.[ch]
15630                 sync with 0.9.12cvs18 HEAD
15631
15632 2004-07-12 [colin]      0.9.11cvs17.25
15633
15634         * src/folder.c
15635         * src/folder.h
15636                 Remove unused function added by me in 0.9.11cvs17.10
15637
15638 2004-07-11 [colin]      0.9.11cvs17.24
15639
15640         * src/inc.c
15641         * src/messageview.c
15642         * src/pop.c
15643         * src/pop.h
15644                 Use folderitem and msgnum instead of filename to
15645                 know which mail to delete
15646                 Move old partial mail deletion to pop.c
15647
15648 2004-07-10 [colin]      0.9.11cvs17.23
15649
15650         * src/inc.c
15651                 Add debug
15652         * src/pop.c
15653         * src/pop.h
15654                 Don't re-use same enums for unrelated stuff: it's 
15655                 completely misleading !
15656                 Document a bit
15657
15658 2004-07-09 [colin]      0.9.11cvs17.22
15659
15660         * src/inc.c
15661                 Remove folder-type check and do
15662                 more tests to be sure everything's
15663                 ok
15664         * src/messageview.c
15665                 Punctuation update, remove useless
15666                 code, fix two warnings
15667         * src/noticeview.c
15668                 Layout cleaning, reset 2nd button
15669                 when specifying one
15670
15671 2004-07-09 [colin]      0.9.11cvs17.21
15672
15673         * src/messageview.c
15674         * src/pop.c
15675         * src/pop.h
15676                 Allow user to change his mind
15677                 and postpone decision (by
15678                 unmarking the mail)
15679
15680 2004-07-09 [colin]      0.9.11cvs17.20
15681
15682         * src/messageview.c
15683                 Fix bug with delete state
15684         * src/pop.c
15685         * src/pop.h
15686                 Fix buffer leak (fread doesn't 
15687                 terminate buffers with \0)
15688                 Refactoring (remove magic 
15689                 numbers)
15690
15691 2004-07-09 [colin]      0.9.11cvs17.19
15692
15693         * src/pop.c
15694                 Don't log "Skipping message" if 
15695                 we're going to TOP it two lines
15696                 later
15697
15698 2004-07-09 [colin]      0.9.11cvs17.18
15699
15700         * src/messageview.c
15701                 Fix Engrish
15702
15703 2004-07-09 [colin]      0.9.11cvs17.17
15704
15705         * src/pop.c
15706                 strlen checking...
15707         * src/messageview.c
15708                 refactoring a bit
15709
15710 2004-07-08 [colin]      0.9.11cvs17.16
15711
15712         * src/noticeview.c
15713         * src/noticeview.h
15714                 Add an optional second button
15715         * src/messageview.c
15716         * src/pop.c
15717         * src/pop.h
15718                 Don't delete partially received mails after a certain
15719                 time; rather, let the user decide.
15720
15721 2004-07-08 [colin]      0.9.11cvs17.15
15722
15723         * src/common/smtp.h
15724                 Sync with HEAD
15725
15726 2004-07-08 [colin]      0.9.11cvs17.14
15727
15728         * src/messageview.c
15729         * src/common/smtp.c
15730                 Use to_human_readable() for sizes
15731
15732 2004-07-08 [colin]      0.9.11cvs17.13
15733
15734         * src/inc.c
15735         * src/messageview.c
15736         * src/pop.c
15737         * src/pop.h
15738         * src/procmsg.c
15739                 Fix partial-downloading issues:
15740                         catch unsupported TOP
15741                         don't delete partially downloaded mails before 5 days
15742                         don't update existing with non-MH folders; that'll
15743                         make dups, but it's better than trashing the folder
15744                         free new msginfo parts
15745                 Fix indentation ;-)
15746
15747 2004-07-08 [colin]      0.9.11cvs17.12
15748
15749         * src/common/smtp.c
15750         * src/common/smtp.h
15751                 Sync smtp size verification with HEAD
15752
15753 2004-07-08 [colin]      0.9.11cvs17.11
15754
15755         * src/summaryview.c
15756         * src/prefs_common.c
15757         * src/prefs_common.h
15758         * src/gtk/quicksearch.c
15759         * src/gtk/quicksearch.h
15760                 Sync sticky pref with HEAD
15761
15762 2004-07-08 [colin]      0.9.11cvs17.10
15763
15764         * src/folder.c [1.213.2.6]
15765         * src/folder.h [1.87.2.6]
15766         * src/inc.c [1.149.2.7]
15767         * src/messageview.c [1.94.2.8]
15768         * src/procheader.c [1.47.2.6]
15769         * src/procmsg.c [1.150.2.4]
15770         * src/procmsg.h [1.60.2.5]
15771         * src/pop.c [1.56.2.4]
15772         * src/pop.h [1.17.2.3]
15773                 Let too big messages get downloaded, but truncated
15774                 Add a button to download them completely
15775                 
15776 2004-07-06 [colin]      0.9.11cvs17.9
15777
15778         * src/gtk/quicksearch.c [1.1.2.3]
15779                 Add a Clear button
15780         * commitHelper
15781         * PATCHSETS
15782                 Add a script to help with cvs
15783
15784 2004-07-03 [colin]      0.9.11cvs17.8
15785
15786         * src/plugins/imageviewer/viewer.c
15787                 fix imageviewer (which was staying on the first
15788                 displayed image)
15789
15790 2004-07-03 [colin]      0.9.11cvs17.7
15791
15792         Removed FIXME_GTK2 warnings
15793         * src/gtk/gtkutils.c
15794                 useless #warnings
15795         * src/gtk/menu.c
15796                 useless #warnings (no need to mess with menu rc)
15797         * src/gtk/menu.h
15798                 unused functions
15799         
15800
15801 2004-07-03 [colin]      0.9.11cvs17.6
15802
15803         Removed FIXME_GTK2 warnings
15804         * src/codeconv.c
15805                 useless #warnings (rewrite needed)
15806         * src/compose.c
15807                 useless #warnings (rewrite needed)
15808                 useless #warnings (gtk2 is like that)
15809                 useless #warnings (previously fixed)
15810         * src/main.c
15811                 useless #warnings (previously fixed)
15812         * src/message_search.c
15813                 useless #warnings (gtk2 is like that)
15814                 Made apparent that search is case-sensitive
15815         * src/mimeview.c
15816                 useless #warnings (rewrite needed)
15817                 useless #warnings (gtk2 is like that)
15818                 reimplemented real warnings
15819         * src/prefs_common.c
15820                 Removed block cursor option (not it gtk2)
15821         * src/prefs_gtk.c
15822                 useless #warnings (rewrite needed)
15823         * src/procheader.c
15824                 useless #warnings (rewrite needed)
15825         * src/sourcewindow.c
15826                 useless #warnings (incorrect placing)
15827         * src/summary_search.c
15828                 useless #warnings (gtk2 is like that)
15829                 Made apparent that search is case-sensitive
15830         * src/action.c
15831                 useless #warnings (gtk2 is like that)
15832         * src/textview.c
15833                 useless #warnings (rewrite needed)
15834         * src/toolbar.c
15835                 useless #warnings (rewrite needed)
15836
15837 2004-07-03 [colin]      0.9.11cvs17.5
15838
15839         * src/textview.c
15840                 Fix mismerge which broke URI opening
15841                 
15842 2004-07-01 [colin]      0.9.11cvs17.4
15843
15844         * src/gtk/filesel.c
15845                 Fill filename when saving
15846                 
15847 2004-06-27 [colin]      0.9.11cvs17.3
15848
15849         * src/gtk/filesel.[ch]
15850                 Use the new GTK file selector
15851                 Update prototype to match the reality: multiple file
15852                 selection is open-only          
15853         * src/compose.c
15854                 Match the new prototypes        
15855         * configure.ac
15856                 Match the new requirements (gtk 2.4.0)
15857                         
15858 2004-06-26 [colin]      0.9.11cvs17.2
15859
15860         * src/plugins/trayicon/trayicon.c
15861                 Remove useless signal handler on resize, which causes
15862                 an infinite "loop"
15863         
15864 2004-06-26 [colin]      0.9.11cvs17.1
15865         
15866         * tools/Makefile.am
15867                 remove launch_firebird and add nautilus2sylpheed.sh
15868         * src/quicksearch.c
15869           src/summaryview.c
15870                 Fix show/hide "Extended symbols" button problem
15871                 Fix apparition at startup
15872                 Fix const warnings
15873         * src/plugins/image_viewer/Makefile.am
15874                 Fix configure 
15875         * common/ssl.c
15876                 Re-enable certificate check, as it doesn't seem to
15877                 cause Xlib errors anymore
15878
15879 2004-06-25 [paul]       0.9.11cvs17
15880
15881         * sync with 0.9.11cvs17 HEAD
15882         
15883         NOTE: QuickSearch is broken
15884
15885 2004-06-07 [colin]      0.9.10claws67.10
15886         * src/plugins/trayicon/trayicon.c
15887           src/plugins/trayicon/libeggtrayicon/Makefile.am
15888           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15889                 Fix gettextization in trayicon plugin
15890
15891 2004-06-07 [colin]      0.9.10claws67.9
15892         
15893         * src/summaryview.c
15894           src/gtk/gtksctree.[ch]
15895                 Let Shift+{Up,Down} work in summaryview
15896                 (well, Down "works" and Up works)
15897                 Let the list scroll when using these keys
15898
15899 2004-06-06 [colin]      0.9.10claws67.8
15900
15901         * src/plugins/trayicon/trayicon.c
15902                 Fix pixmap update
15903
15904 2004-06-06 [colin]      0.9.10claws67.7
15905
15906         * src/addressbook.c
15907                 Fix signal handling causing system-wide focus grab
15908
15909 2004-05-25 [paul]       0.9.10claws67.6
15910
15911         * Makefile.am
15912           src/Makefile.am
15913                 clean up
15914
15915 2004-05-25 [paul]       0.9.10claws67.5
15916
15917         * replace deprecated gtk_signal... functions
15918
15919 2004-05-23 [colin]      0.9.10claws67.4
15920
15921         * src/compose.c
15922                 Fix wrapping
15923
15924 2004-05-22 [colin]      0.9.10claws67.3
15925
15926         * src/compose.c
15927                 Re-fix [Edited] in compose.c::compose_reedit()
15928
15929 2004-05-22 [colin]      0.9.10claws67.2
15930
15931         * src/procmime.c
15932                 Fix parsing of multiparts mails
15933
15934 2004-05-22 [colin]      0.9.10claws67.1
15935
15936         * src/summaryview.c
15937                 Fix quicksearch
15938
15939 2004-05-22 [paul]       0.9.10claws67
15940
15941         * sync with 0.9.10claws67 HEAD
15942
15943 2004-05-14 [alfons]
15944
15945         * src/procmime.h
15946                 add forgotton prototype
15947
15948 2004-05-10 [paul]       0.9.10claws57
15949
15950         * sync with 0.9.10claws57 HEAD
15951
15952 2004-05-05 [paul]       0.9.9.claws1
15953
15954         * ChangeLog-gtk2        ** REMOVED **
15955           ChangeLog-gtk2.claws  ** ADDED **
15956                 rename and adopt the normal claws format
15957                 
15958         * configure.ac
15959                 require gtkmathview >= 0.5
15960
15961         * ac/*                          ** REMOVED **
15962           ac/                           ** REMOVED **
15963           intl/Makefile.in              ** REMOVED **
15964           m4/                           ** ADDED **
15965           m4/missing                    ** ADDED **
15966           m4/missing/gdk-pixbuf.m4      ** ADDED **
15967           m4/missing/gettext.m4         ** ADDED **
15968           m4/missing/gpgme.m4           ** ADDED **
15969           m4/missing/imlib.m4           ** ADDED **
15970           m4/.cvsignore                 ** ADDED **
15971           m4/Makefile.am                ** ADDED **
15972           m4/README                     ** ADDED **
15973           m4/aclocal-include.m4         ** ADDED **
15974           m4/aspell.m4                  ** ADDED **
15975           m4/check-type.m4              ** ADDED **
15976           m4/gnupg-check-typedef.m4     ** ADDED **
15977           m4/openssl.m4                 ** ADDED **
15978           m4/spamassassin.m4            ** ADDED **
15979           po/ChangeLog                  ** REMOVED **
15980           po/Makefile.in.in             ** REMOVED **
15981           po/Rules-quot                 ** REMOVED **
15982           po/boldquot.sed               ** REMOVED **
15983           po/en@boldquot.header         ** REMOVED **
15984           po/en@quot.header             ** REMOVED **
15985           po/insert-header.sin          ** REMOVED **
15986           po/quot.sed                   ** REMOVED **
15987           po/remove-potcdate.sed        ** REMOVED **
15988           po/remove-potcdate.sin        ** REMOVED **
15989           po/stamp-po                   ** REMOVED **
15990           Makefile.am
15991           autogen.sh
15992           configure.ac
15993                 enable building with automake 1.8.x
15994                 add 'autopoint --force' to autogen.sh and remove all
15995                 auto-generated files, remove ac/ directory and use
15996                 m4/ directory instead
15997                 
15998         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15999                 fix gettextization
16000
16001 2004-02-28 Colin Leroy <colin@colino.net>
16002         * src/prefs_matcher.c
16003           src/prefs_filtering.c
16004           src/prefs_filtering_action.c
16005                 Fix non-editable GtkEntries
16006
16007 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16008         * src/prefs_themes.c
16009                 utf8 conversion for theme info
16010
16011 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16012         * sync 0.9.9claws
16013
16014 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16015         * src/grouplistdialog.c
16016                 allow multiple selections without ctrl key
16017
16018 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16019         * src/main.c
16020                 enable customizable accelerators
16021
16022 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16023         * src/prefs_common.c
16024                 re-enable different font settings for gtk1/2
16025         * src/prefs_folder_item.c
16026                 fix folder prefs displayed wrong
16027         * src/textview.c
16028                 set 'sunken' shadow type
16029
16030 2004-02-07 Colin Leroy <colin@colino.net>
16031         * src/compose.c
16032                 Fix message being always [Edited]
16033                 Encode headers correctly (utf8 buf)
16034
16035 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16036         * src/socket.c
16037                 remove double g_source_attach()
16038                 (Thanks to Colin Leroy)
16039
16040 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16041         * src/gtk/gtksctree.c
16042                 Fix SSL certificate list not shown
16043         * src/mimeview.c
16044                 Fix clicks in mime tree
16045
16046 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16047         * src/common/socket.c
16048                 Fix SSL receive
16049         * src/compose.c
16050                 Fix clipboard menu hotkeys
16051
16052 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16053         * src/gtk/gtkaspell.[ch]
16054           src/compose.c
16055                 reimplement spellchecker
16056
16057 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16058         * src/gtk/filesel.c
16059                 crash when inserting file in compose window
16060                 (TODO: keep old selection on clicks)
16061         * src/main.c
16062                 use gtkrc-2.0 instead of gtkrc
16063
16064 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16065         * src/messageview.c
16066                 remove orphaned mimeview unref()
16067
16068 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16069         * src/grouplistdialog.c
16070                 expand nodes containing subscribed groups
16071
16072 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16073         * src/textview.c
16074                 textview: hide cursor, restore old click behaviour
16075
16076 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16077         * src/textview.c
16078                 variable names messed up
16079
16080 2004-01-17 Colin Leroy <colin@colino.net>
16081         * src/addr_compl.c
16082                 Fix completion address too thin
16083         * src/compose.c
16084                 Fix tab-to-subject behaviour
16085         * src/summaryview.c
16086                 Implement key up & down in summaryview
16087
16088 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16089
16090         * sync 098claws
16091
16092 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16093         * configure.ac
16094           Makefile.am
16095           doc/.cvsignore
16096           doc/Makefile.am
16097                 faq, man, manual moved to doc/
16098         * ac/aspell.m4
16099           ac/check-type.m4
16100           ac/gnupg-check-typedef.m4
16101           ac/openssl.m4
16102           ac/spamassassin.m4
16103           ac/missing/gdk-pixbuf.m4
16104           ac/missing/gpgme.m4
16105           ac/missing/imlib.m4
16106                 fix automake warnings
16107
16108 2003-12-06 Colin Leroy <colin@colino.net>
16109         * src/summaryview.c
16110                 Fix quicksearch
16111
16112 2003-12-05 Colin Leroy <colin@colino.net>
16113         * src/summaryview.c
16114                 Fix going to next unread folder
16115
16116 2003-12-05 Colin Leroy <colin@colino.net>
16117         * src/crash.c
16118                 Fix gtk2 compilation
16119         * src/session.c
16120                 Remove iotag source handler at disconnection
16121         * src/socket.[ch] 
16122                 Remove source handler when closing socket 
16123                 (fixes another seg)
16124
16125 2003-12-04 Colin Leroy <colin@colino.net>
16126         * src/compose.c
16127           src/prefs_account.c
16128           src/prefs_common.c
16129                 Fix some dropdown menus
16130
16131 2003-12-04 Colin Leroy <colin@colino.net>
16132         * src/compose.c
16133                 Fix event handlers on header fields
16134         * src/common/socket.c
16135           src/common/session.c
16136                 Fix segfault with callback (SSL)
16137                 Fix end of session 
16138
16139 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16140
16141         * Fix compile bug in src/compose.c
16142         * removed src/gtk/gtkstext.[ch]
16143
16144 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16145
16146         * Convert character set and escape "text" attributes in toolbar setting
16147         files.
16148         * Fixed bug in button-press-event handling.
16149
16150 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16151
16152         * Fixed bug in key-press-event handling.
16153
16154 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16155
16156         * Enabled to compile tray-icon plugin (Ad-hoc).
16157         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16158
16159 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16160
16161         * Enabled to compile on sylpheed-claws.
16162         (tray-icon plugin still cannot compile yet.)
16163
16164 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16165
16166         * Updated to 0.9.5.
16167
16168 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16169
16170         * Updated to 0.9.4.
16171         * Ported monitoring SSL mechanism to GSource of GLib2
16172         (I don't confirm it)
16173         * Added _gtk2 suffix to key name of font preference to avoid
16174         ovverwriting preference of Gtk+-1.2 version.
16175
16176 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16177
16178         * Updated to 0.9.2.
16179
16180 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16181
16182         * Updated to 0.9.1.
16183         * Translate po files into UTF-8 when execute autogen.sh.
16184
16185 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16186
16187         * Updated to 0.9.0.
16188
16189 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16190
16191         * Plugged GError related memory leaks.
16192
16193 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16194
16195         * Changed default size of fonts.
16196         * Enabled to set titile font size of warning dialog.
16197
16198 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16199
16200         * Embed a sylpheed icon into executable binary on Windows.
16201
16202 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16203
16204         * I forgot to traslate character set of element string in src/xml.c.
16205
16206 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16207
16208         * Fixed detecting bind_textdomain_codeset in configure.in.
16209         * The bug in which "Example" of "Date fromat" preference isn't displayed
16210         correctly has been fixed.
16211
16212 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16213
16214         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16215           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16216           glib-gettextize
16217           Removed intl directory.
16218           Translated po files into UTF-8.
16219           (Thanks! Ryuji Abe)
16220
16221 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16222
16223         * The bug which doesn't unscape string in xml.c has been fixed.
16224
16225 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16226
16227         * The bug which is failed to translate encoding of file name thorough
16228         file dialog has been fixed.
16229
16230 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16231
16232         * Modified to translate file names which is used in inporting/expoting
16233         mbox feature and "Save as" feature into locale encoding.
16234         * Translate file names into locale encoding when "Attache file" and
16235         "Insert file".
16236         * Force set G_BROKEN_FILENAMES environment variable.
16237         * Other minor fixes.
16238
16239 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16240
16241         * Modified to treat MH folder's name as locale encoding.
16242
16243 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16244
16245         * The bug which clash on switching candidates of auto completion of
16246         addresses, cannot use auto completion in Japanesse is fixed
16247         (Thanks! Tokunaga-san)¡¥
16248
16249 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16250
16251         * The bug which cannot switch key accelerator preference has been fixed
16252         (Thanks! smbd-san)¡¥
16253
16254 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16255
16256         * version 0.8.11-gtk2-20030314
16257
16258 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16259
16260         * The bug in which character set conversion of filtering messages has
16261         been fixed.(Thanks! COCOA-san).
16262
16263 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16264
16265         * Revived "Leave space on head" preference in "Message" category.
16266         * A bug which clash when put the cursor to end of buffer and execute
16267         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16268
16269 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16270
16271         * version 0.8.11-gtk2-20030312
16272
16273 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16274
16275         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16276         * Modified to use Pango's API directly for font preference.
16277         * Integrated GtkTextView of textview to one widget.
16278         * Set fonts of header title in textview by "header_title" tag.
16279         * Removed some deprecated codes.
16280
16281 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16282
16283         * Updated to 0.8.11.
16284         * Merged cygwin patch(Thanks! Sakai-san).
16285
16286 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16287
16288         * version 0.8.10-gtk2-20030309