732b17a1be78c154d3c27ce55ce31179eae5ed31
[claws.git] / ChangeLog-gtk2.claws
1 2005-06-16 [colin]      1.9.11cvs78
2
3         * src/imap_gtk.c
4                 Lock summaryview while downloading messages
5                 on user demand
6         * src/procheader.c
7         * src/unmime.c
8         * src/common/utils.c
9         * src/common/utils.h
10                 Replace \r and \n with spaces in From and
11                 Subject headers
12
13 2005-06-16 [paul]       1.9.11cvs77
14
15         * src/procmime.c
16                 liberalise the mime parser
17         * src/gtk/about.c
18                 add text wrapping
19
20 2005-06-16 [paul]       1.9.11cvs76
21
22         * src/gtk/about.c
23                 reworked
24
25 2005-06-15 [colin]      1.9.11cvs75
26
27         * src/compose.c
28                 Finish header encoding fix
29         * src/summaryview.c
30                 Fix segfault
31         * src/headerview.c
32                 Fix compilation (Thanks Stephan
33                 Sachse)
34
35 2005-06-15 [colin]      1.9.11cvs74
36
37         * Makefile.am
38                 Install gnome2 stuff rather than gnome1, 
39                 if both are present
40         * src/codeconv.c
41         * src/codeconv.h
42         * src/compose.c
43                 Fix headers encoding
44         * src/folder.c
45                 Visual progress when fetching all messages
46         * src/folderview.c
47         * src/summaryview.c
48         * src/summaryview.h
49                 Prevent changing current message while
50                 incorporating
51
52 2005-06-15 [paul]       1.9.11cvs73
53
54         * src/gtk/gtkaspell.c
55         * src/gtk/gtkaspell.h
56                 fix build warnings
57
58 2005-06-15 [paul]       1.9.11cvs72
59
60         * src/prefs_filtering.c
61                 allow reordering of filter rules by
62                 drag n drop
63
64 2005-06-15 [paul]       1.9.11cvs71
65
66         * COPYING
67                 updated
68         * src/codeconv.c
69                 replace deprecated function
70         * src/inc.c
71         * src/send_message.c
72         * src/gtk/progressdialog.c
73         * src/gtk/progressdialog.h
74                 salvage and reuse parts of reverted sync
75
76 2005-06-15 [paul]       1.9.11cvs70
77
78         * src/inc.c
79         * src/send_message.c
80         * src/gtk/progressdialog.c
81         * src/gtk/progressdialog.h
82                 revert yesterday's sync with main
83                 it contains deprecated functions
84
85 2005-06-15 [colin]      1.9.11cvs69
86
87         * src/headerview.c
88                 Fix bug #670 (multi user to: will corrupt message 
89                 headers display)
90
91 2005-06-15 [colin]      1.9.11cvs68
92
93         * src/compose.c
94                 Fix bug #421 (Fix undo on wrapping)
95
96 2005-06-15 [colin]      1.9.11cvs67
97
98         * src/folder.c
99                 Provide visual feedback while processing
100                 folder's rules.
101         * src/imap.c
102                 Provide visual feedback while getting
103                 short headers (for uncached messages)
104
105
106 2005-06-14 [paul]       1.9.11cvs66
107
108         * src/account.c
109                 change a couple stock icons
110         * src/inc.c
111         * src/send_message.c
112         * src/gtk/progressdialog.c
113         * src/gtk/progressdialog.h
114                 sync main's GtkTreeView implementation
115
116 2005-06-14 [colin]      1.9.11cvs65
117
118         * src/imap.c
119                 Various little fixes, mainly on error paths
120
121 2005-06-13 [colin]      1.9.11cvs64
122
123         * matcher.c
124         * procmsg.c
125         * procmsg.h
126                 Add a way to fetch only headers. This speeds
127                 up filtering on headers for IMAP. Fixes:
128                 bug #481 extraneous imap commands slow down 
129                         imap filtering
130                 bug #522 Sylpheed downloads all messages 
131                         when opening mailbox (IMAP)
132                 bug #677 IMAP fetch is soooooooooooooo slow
133         * src/folder.c
134         * src/folder.h
135                 Add a folder set_batch method so that
136                 implementations can speed up flags changes
137         * src/folderutils.c
138         * src/summaryview.c
139                 Use that in mark as (un)read and mark all read
140                 Refix bug #679
141         * src/imap.c
142                 Implement set_batch - brings back deferred
143                 flags in a less buggy manner. Fixes:
144                 bug #729 IMAP immediate expunge of deleted messages
145                 bug #191 remove list of messages with one command
146                 Fix login with strange chars
147                 Implement fetch_msg_full
148                 Fix copy (wrong counts)
149
150 2005-06-12 [colin]      1.9.11cvs63
151
152         * src/folder.c
153                 lock incorporation during long operations.
154                 Avoids fucking up the IMAP socket.
155
156 2005-06-12 [colin]      1.9.11cvs62
157
158         * src/imap.c
159                 Fix harmful typo
160                 Factorize remove_all_msg
161                 Thread-ize expunge
162         * src/summaryview.c
163                 Don't update partial-download status if unnecessary
164         * src/folder.c
165                 Use remove_msgs everywhere possible
166
167 2005-06-12 [colin]      1.9.11cvs61
168
169         * src/folder.c
170         * src/folder.h
171                 Add a remove_msgs function to remove a 
172                 list of messages
173         * src/imap.c
174                 Implement that.
175
176 2005-06-12 [colin]      1.9.11cvs60
177
178         * src/imap.c
179                 Remove flags-processing deferring... Too hard
180                 to get it to work in all cases.
181
182 2005-06-11 [colin]      1.9.11cvs59
183
184         * src/imap.c
185                 printf -> debug_print
186
187 2005-06-11 [colin]      1.9.11cvs58
188
189         * src/imap.c
190                 o Fix build without USE_PTHREAD
191                 o Factorize imap_open
192                 o Alertpanel in case of impossible connection
193                 o Alertpanel in case of impossible login
194                 o Fix deferred flags processing to force a 
195                   flush before adding some more flags to process,
196                   but in another folder.
197
198 2005-06-10 [colin]      1.9.11cvs57
199
200         * src/imap.c
201                 o Fix a format string error
202                 o init ssl socket outside of the thread 
203                   (it possibly invokes gtk calls)
204         * src/procmime.c
205                 o Put back the buffer to its necessary size
206                 o Fix changing a file pointer without keeping
207                   track of it (thanks Valgrind)
208         * src/common/smtp.c
209                 o Fix automatic STARTTLS if login should be done
210                   and the server only allows it after starting TLS
211         * src/gtk/gtkinputdialog.c
212                 o Eat GDK_Return so that the combo popup doesn't 
213                   appear when we press Enter to validate the combo
214                   input dialog (as seen in the Open with... dialog)
215
216 2005-06-10 [colin]      1.9.11cvs56
217
218         * src/imap.c
219                 o A bit less debug
220                 o Fix a crash on deletion
221                 o Threadize imap_select (it's called outside of 
222                   threads)
223                 o Defer treatment of DELETED flags
224
225
226 2005-06-09 [colin]      1.9.11cvs55
227
228         * src/imap.c
229                 Make sure we check imap_gtk_should_override(), which
230                 potentially calls gtk stuff, before creating thread.
231                 That way it should't be called via imap_get_session()
232                 inside a thread.
233
234 2005-06-09 [colin]      1.9.11cvs54
235
236         * src/imap.c
237                 o add a bit of status output
238                 o remove some dead code
239                 o threadize get_list_of_uids
240                 o threadize imap_get_flags
241                 o defer flag changing by 500ms so that they
242                   can be batched
243
244
245 2005-06-08 [colin]      1.9.11cvs53
246
247         * src/imap.c
248                 Thread-ize imap_cmd_fetch
249
250 2005-06-08 [colin]      1.9.11cvs52
251
252         * src/main.c
253                 Mmh, that broke POP3...
254
255 2005-06-08 [colin]      1.9.11cvs51
256
257         * src/main.c
258                 Stabilize IMAP patch (thanks to Hoa)
259
260 2005-06-08 [colin]      1.9.11cvs50
261
262         * src/imap.c
263                 Test patch to speed up imap. 
264
265 2005-06-08 [colin]      1.9.11cvs49
266
267         * src/imap_gtk.c
268                 Warning fix
269         * src/procmime.c
270                 Apply patch from gentoo to use /usr/share/mime/globs if 
271                 available, after un-breaking it
272         * src/common/log.c
273         * src/common/log.h
274                 Use g_timeout for invoking hooks that possibly use gtk
275                 calls. This should leave gtk calls in the main thread.
276
277 2005-06-08 [paul]       1.9.11cvs48
278
279         * src/codeconv.c
280                 conv_get_outgoing_charset_str(): don't
281                 use prefs_common setting
282         * src/compose.c
283         * src/compose.h
284                 add /Options/Character encoding/... to
285                 temporarily change the outgoing encoding
286
287         (belated sync with main)
288
289 2005-06-08 [paul]       1.9.11cvs47
290
291         * src/compose.c
292                 correction to/completion of last
293                 sync with main
294
295 2005-06-08 [paul]       1.9.11cvs46
296
297         sync with main:
298         
299         * src/codeconv.c
300         * src/codeconv.h
301                 always enabled Japanese auto-detection
302                 if the first letters of locale string
303                 is "ja"
304         * src/compose.c
305                 don't use "destroy" signal to destroy
306                 Compose object (fix rare crashes on discard?)
307         * src/mainwindow.c
308         * src/messageview.c
309         * src/prefs_send.c
310                 added Hebrew encodings
311         * src/sourcewindow.c
312                 don't use "destroy" signal to destroy
313                 objects
314
315 2005-06-07 [colin]      1.9.11cvs45
316
317         * src/summaryview.c
318                 Add missing unlocks/locks
319
320 2005-06-07 [paul]       1.9.11cvs44
321
322         * src/summaryview.c
323                 restore bug #749 fix
324
325 2005-06-06 [colin]      1.9.11cvs43
326
327         * src/summaryview.c
328                 Fix selection bug when prefs_common.open_unread 
329                 is FALSE
330
331 2005-06-06 [colin]      1.9.11cvs42
332
333         * src/common/md5.c
334                 Fix a warning
335         * src/summaryview.c
336         * src/folderview.c
337                 Factorize long operations beginning and end
338                 (locking, freezing/thawing, cursor, ...)
339                 Check selection->data member in selection-
340                 related loops; this avoids dying an awful
341                 death if the selection changes on us while
342                 we're marking a whole IMAP folder unread, 
343                 for example.
344
345 2005-06-06 [paul]       1.9.11cvs41
346
347         * src/textview.c
348                 don't g_free() a static gchar buffer
349
350 2005-06-05 [colin]      1.9.11cvs40
351
352         * src/mainwindow.c
353         * src/messageview.c
354         * src/summaryview.c
355                 Fix bug #749 (Show all headers should be
356                 sticky as the GUI suggests)
357
358 2005-06-03 [paul]       1.9.11cvs39
359
360         * src/compose.c
361                 don't allow editing of mail while sending.
362                 patch by Colin
363
364 2005-06-03 [paul]       1.9.11cvs38
365
366         * src/folderview.c
367                 add a freeze/thaw to speed up 'mark all read'
368
369 2005-06-03 [paul]       1.9.11cvs37
370
371         * src/prefs_message.c
372                 reflect changes immediately
373
374 2005-06-02 [colin]      1.9.11cvs36
375
376         * po/POTFILES.in
377                 Patch by Fabien Vantard.
378
379 2005-06-02 [colin]      1.9.11cvs35
380
381         * src/imap.c
382                 Use a non-blocking imap_getline() if possible.
383                 This should completely prevent the interface
384                 from freezin on imap operations, although it
385                 may do strange stuff in case of folder switching
386                 while a big imap operation is taking place...
387
388                 In addition, fix a leak in the case thread
389                 creation fails on connection.
390
391 2005-06-02 [colin]      1.9.11cvs34
392
393         * src/crash.c
394         * src/prefs_common.h
395                 Fix build (prefs_common_init() doesn't exist
396                 anymore)
397
398 2005-06-02 [colin]      1.9.11cvs33
399
400         * src/prefs_account.c
401                 Fix bug #245 (filtering rules broken when
402                 renaming a remote account (imap4 or nntp)
403
404 2005-06-02 [colin]      1.9.11cvs32
405
406         * src/imap.c
407                 Try to fix IMAP shortcomings: 
408                 o Multithread imap_open()
409                 o allow offline-mode overriding instead of
410                   just returning NULL
411         * src/imap_gtk.c
412         * src/imap_gtk.h
413                 Add a function to ask whether we want to
414                 override offline-mode for 10 minutes (one-shot
415                 asking was painful)
416         * src/procheader.c
417                 Fix segfault when imap parser isn't happy about
418                 a missing {
419
420 2005-06-01 [colin]      1.9.11cvs31
421
422         * src/addrharvest.c
423         * src/compose.c
424         * src/mbox.c
425         * src/mbox.h
426         * src/mh.c
427         * src/msgcache.c
428         * src/send_message.c
429         * src/setup.c
430         * src/undo.c
431         * src/common/hooks.c
432         * src/common/prefs.c
433         * src/common/template.c
434         * src/common/utils.c
435         * src/gtk/gtkutils.c
436         * src/gtk/inputdialog.c
437         * src/gtk/menu.c
438         * src/gtk/pluginwindow.c
439         * src/gtk/prefswindow.c
440         * src/plugins/pgpmime/passphrase.c
441         * src/plugins/pgpmime/prefs_gpg.c
442                 More -Wall fixes
443
444         * src/common/Makefile.am
445         * src/common/timing.h
446                 Add basic timing code
447
448         * src/summaryview.c
449                 Fix a bug with unread messages when 
450                 re-sorting folders, and by the way
451                 fix a big performance hit when 
452                 re-sorting (10k mails: before 5s,
453                 after .5s)
454
455         * src/prefs_compose_writing.c
456         * src/prefs_compose_writing.h
457         * src/prefs_message.c
458         * src/prefs_message.h
459         * src/prefs_other.c
460         * src/prefs_other.h
461         * src/prefs_quote.c
462         * src/prefs_quote.h
463         * src/prefs_receive.c
464         * src/prefs_receive.h
465         * src/prefs_send.c
466         * src/prefs_send.h
467         * src/prefs_summaries.c
468         * src/prefs_summaries.h
469                 Fix copyright banner
470
471 2005-06-01 [paul]       1.9.11cvs30
472
473         * po/fi.po
474                 updated by Flammie Pirinen
475         * src/procmime.c
476                 fix 'Bad BASE64 content' output
477
478 2005-05-31 [colin]      1.9.11cvs29
479
480         * src/procmime.c
481                 Oops, where did my hunk go.
482
483 2005-05-31 [colin]      1.9.11cvs28
484
485         * src/Makefile.am
486         * src/account.c
487         * src/action.c
488         * src/addr_compl.c
489         * src/addressbook.c
490         * src/codeconv.c
491         * src/compose.c
492         * src/export.c
493         * src/folder.c
494         * src/folderview.c
495         * src/image_viewer.c
496         * src/main.c
497         * src/mainwindow.c
498         * src/messageview.c
499         * src/mimeview.c
500         * src/msgcache.c
501         * src/prefs_account.c
502         * src/prefs_actions.c
503         * src/prefs_common.c
504         * src/prefs_compose_writing.c
505         * src/prefs_customheader.c
506         * src/prefs_ext_prog.c
507         * src/prefs_filtering.c
508         * src/prefs_filtering_action.c
509         * src/prefs_fonts.c
510         * src/prefs_image_viewer.c
511         * src/prefs_message.c
512         * src/prefs_message.h
513         * src/prefs_msg_colors.c
514         * src/prefs_other.c
515         * src/prefs_other.h
516         * src/prefs_quote.c
517         * src/prefs_receive.c
518         * src/prefs_receive.h
519         * src/prefs_send.c
520         * src/prefs_send.h
521         * src/prefs_spelling.c
522         * src/prefs_summaries.c
523         * src/prefs_summary_column.c
524         * src/prefs_template.c
525         * src/prefs_themes.c
526         * src/prefs_toolbar.c
527         * src/prefs_wrapping.c
528         * src/procmime.c
529         * src/procmsg.c
530         * src/send_message.h
531         * src/ssl_manager.c
532         * src/summary_search.c
533         * src/summaryview.c
534         * src/textview.c
535         * src/wizard.c
536         * src/common/smtp.c
537         * src/common/smtp.h
538         * src/gtk/gtkutils.h
539                 o Move the rest of Common prefs to new style
540                 o Lots of -Wall warning fixes
541                 o fix FIXME in cache memusage calculation
542                 o Let return receipts be sent from any account
543                 o Little cache optimisation (read)
544                 o Fix bug #746 (don't treat commas as separators
545                   when inside a quoted string)
546
547 2005-05-31 [paul]       1.9.11cvs27
548
549         * src/prefs_common.c
550                 fix 'off-by-one' typo
551
552 2005-05-31 [paul]       1.9.11cvs26
553
554         * src/account.c
555         * src/addr_compl.c
556         * src/compose.c
557         * src/foldersel.c
558         * src/prefs_actions.c
559         * src/prefs_common.c
560         * src/prefs_common.h
561         * src/prefs_customheader.c
562         * src/prefs_display_header.c
563         * src/prefs_filtering.c
564         * src/prefs_filtering_action.c
565         * src/prefs_matcher.c
566         * src/prefs_summaries.c
567         * src/prefs_summary_column.c
568         * src/prefs_template.c
569         * src/prefs_toolbar.c
570         * src/ssl_manager.c
571         * src/gtk/pluginwindow.c
572         * src/gtk/prefswindow.c
573         * src/gtk/progressdialog.c
574                 add hidden prefs 'enable_rules_hint'
575                 for gtk_tree_view_set_rules_hint()
576                 (sync with main)
577                 
578
579 2005-05-31 [colin]      1.9.11cvs25
580
581         * src/Makefile.am
582         * src/main.c
583         * src/prefs_common.c
584         * src/prefs_summaries.c ** ADDED **
585         * src/prefs_summaries.h ** ADDED **
586                 Common/Display -> Display/Summaries
587
588 2005-05-31 [colin]      1.9.11cvs24
589
590         * src/Makefile.am
591         * src/main.c
592         * src/prefs_quote.c ** ADDED **
593         * src/prefs_quote.h ** ADDED **
594                 Move Common/Quote to Compose/Quoting
595         * src/prefs_common.c
596         * src/prefs_common.h
597                 Remove old quote stuff, add
598                 convenience functions for GtkTextView prefs
599         * src/gtk/prefswindow.c
600                 Set default height higher
601
602 2005-05-30 [colin]      1.9.11cvs23
603
604         * src/Makefile.am
605         * src/main.c
606         * src/prefs_common.c
607         * src/prefs_compose_writing.c ** ADDED **
608         * src/prefs_compose_writing.h ** ADDED **
609                 Move Common/Compose prefs to Compose/Writing
610
611 2005-05-30 [colin]      1.9.11cvs22
612
613         * src/common/utils.c
614                 Fix bug #651 (Confused Attract by Subject)
615                 Patch by M. Benkmann <haferfrost@web.de>
616         * AUTHORS
617
618 2005-05-30 [colin]      1.9.11cvs21
619
620         * src/compose.c
621                 Fix concatenation of different headers of
622                 the same type (bug #645)
623         * src/prefs_folder_item.c
624                 Fix bug #699 (setting color to black doesn't
625                 work immediately)
626         * src/procmime.c
627                 Print out decoding error only once per
628                 block
629
630 2005-05-30 [paul]       1.9.11cvs20
631
632         * src/common/template.c
633                 fix Bcc
634
635 2005-05-30 [paul]       1.9.11cvs19
636
637         * doc/src/rfc2368.txt   **NEW FILE**
638         * src/compose.c
639                 compose_entries_set(): don't interpret Bcc
640                 header field (conform to RFC 2368)
641                 (sync with main)
642
643 2005-05-29 [colin]      1.9.11cvs18
644
645         * src/prefs_common.c
646                 Let the default reply format respect
647                 netiquette by cutting the signature.
648
649 2005-05-29 [colin]      1.9.11cvs17
650
651         * src/summaryview.c
652                 Don't let always_show_msg override
653                 open_unread_on_enter when opening a new
654                 directory.
655
656 2005-05-27 [paul]       1.9.11cvs16
657
658         sync with main:
659
660         * src/main.c
661                 app_will_exit(): cleanup tmp directory when exit
662         * src/message_search.c
663                 improved the interface and made code cleanup.
664                 removed Clear button
665         * src/send_message.c
666                 send_message_local(): use GSpawn, and detect errors
667         * src/summary_search.c
668                 improved the interface and made code cleanup
669         * src/textview.c
670                 textview_write_link(): also skip non-ascii space
671                  at the head of link strings (phishing check
672                  didn't work at the case)
673         * src/common/utils.c
674                 get_command_output(): use g_spawn_command_line_sync()
675                 instead of popen()
676
677 2005-05-26 [colin]      1.9.11cvs15
678
679         * src/folder.c
680                 remove printf
681
682 2005-05-26 [colin]      1.9.11cvs14
683
684         * src/common/nntp.c
685                 Fix nntp mode reader (bug #611)
686                 Patch by Florian Mickler <florian@mickler.org>
687
688 2005-05-26 [colin]      1.9.11cvs13
689
690         * src/plugins/pgpmime/passphrase.c
691                 Fix mouse grabbing (bug #557)
692
693 2005-05-26 [colin]      1.9.11cvs12
694
695         * src/prefs_themes.c
696                 Fix g_warning (bug #541)
697
698 2005-05-26 [colin]      1.9.11cvs11
699
700         * src/prefs_actions.c
701         * src/prefs_template.c
702                 Fix bug #506 (no warning if action/template
703                 is not saved)
704         * src/common/template.c
705                 Fix a possible crash
706
707 2005-05-26 [colin]      1.9.11cvs10
708
709         * src/folder.c
710         * src/folderview.c
711         * src/procmsg.c
712         * src/summaryview.c
713                 Forbid locked messages to be moved or
714                 deleted. Locked messages in trashes 
715                 still get deleted, for performance
716                 reason (mh.c::mh_remove_all_msgs)
717
718 2005-05-25 [colin]      1.9.11cvs9
719
720         * src/procmime.c
721                 Use correct encoding when sending mails
722                 with attachments that have accentued 
723                 chars in their name
724
725 2005-05-24 [colin]      1.9.11cvs8
726
727         * src/summaryview.c
728                 Fix bug #688 f) read/unread marker not
729                 changed on first click
730                 Also, optimize summary_status_show()
731                 calls
732         * src/folder.c
733         * src/inc.c
734         * src/procmime.c
735                 Fix bug #688 b) and c) wrt message
736                 attachments and signature
737         * src/stock_pixmap.c
738         * src/stock_pixmap.h
739         * src/stock_pixmap.c
740         * src/stock_pixmap.h
741         * src/Makefile.am
742         * src/pixmaps/clip_gpg_signed.xpm
743                 Add clip/signed icon
744
745 2005-05-24 [colin]      1.9.11cvs7
746
747         * src/folder_item_prefs.c
748                 whitespace fix
749
750 2005-05-24 [colin]      1.9.11cvs6
751
752         * src/folderview.c
753         * src/prefs_common.c
754         * src/prefs_common.h
755                 Add a confirmation to folder drag and drop
756                 fixes bug #156
757         * src/alertpanel.c
758         * src/alertpanel.h
759                 fix _with_disable parameters so that
760                 the buttons labels are specifiable too
761         * src/plugins/pgpmime/sgpgme.c
762                 reflect said change
763                 
764
765 2005-05-24 [colin]      1.9.11cvs5
766
767         * src/folderview.c
768                 Uncollapse/collapse folders on double-click
769                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
770                 closes bug #108
771
772 2005-05-23 [colin]      1.9.11cvs4
773
774         * src/common/socket.c
775                 Check another special SSL_peek() error.
776                 Should help wrt bug #728
777
778 2005-05-23 [colin]      1.9.11cvs3
779
780         * src/plugins/pgpmime/pgpmime.c
781                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
782                 breaking menu accelerators and stuff. Users will have to
783                 reselect "PGP MIME" instead of "PGP/MIME" in their 
784                 account's privacy preferences if needed.
785
786 2005-05-22 [paul]
787
788         * tools/kdeservicemenu/install.sh
789                 use kdesu to prompt for root password if doing
790                 global install/uninstall
791
792 2005-05-20 [colin]      1.9.11cvs2
793
794         * src/procmsg.c
795                 Fix another compilation error with gcc-2.9x
796                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
797         * src/send_message.c
798                 Don't send QUIT if we aren't connected
799
800 2005-05-19 [colin]      1.9.11cvs1
801
802         * src/procmsg.c
803                 Fix compilation with gcc 2.9x
804
805 2005-05-19 [paul]       1.9.11
806
807         1.9.11 released
808
809 2005-05-19 [paul]       1.9.9cvs14
810
811         * src/gtk/inputdialog.c
812                 prevent gettext warning
813
814 2005-05-19 [paul]       1.9.9cvs13
815
816         * src/mainwindow.c
817         * src/prefs_common.c
818         * src/prefs_common.h
819         * src/textview.c
820         * src/textview.h
821                 add an option to toggle cursor in message
822                 view (sync with main)
823
824 2005-05-18 [colin]      1.9.9cvs12
825
826         * src/compose.c
827                 Dereference freed pointer
828         * src/gtk/gtkaspell.c
829                 Fix duplication of dictionaries (is it an aspell issue?)
830
831 2005-05-18 [colin]      1.9.9cvs11
832
833         * src/gtk/inputdialog.c
834         * src/gtk/gtkaspell.c
835                 HIGuify dialogs
836         * src/alertpanel.c
837                 Remove a double call
838
839 2005-05-17 [colin]      1.9.9cvs10
840
841         * src/gtk/gtkaspell.c
842                 Fix dialogs, Ctrl-Enter accel
843
844 2005-05-17 [colin]      1.9.9cvs9
845
846         * src/gtk/gtkaspell.c
847                 Fix some accelerators, escape in replace-window
848
849 2005-05-16 [colin]      1.9.9cvs8
850
851         * src/gtk/gtkaspell.c
852                 Revert last commit, it was a mistake.
853
854 2005-05-16 [colin]      1.9.9cvs7
855
856         * src/gtk/gtkaspell.c
857                 Remove buggy code while we're at it. It's a 
858                 dead code path anyway.
859
860 2005-05-16 [colin]      1.9.9cvs6
861
862         * src/gtk/gtkaspell.c
863                 Missed some gtk_menu_popup where deactivate
864                 signal should be handled. Should fix bug
865                 #629 a bit more.
866
867 2005-05-16 [colin]      1.9.9cvs5
868
869         * src/gtk/gtkaspell.c
870                 Remove debug printf()s
871
872 2005-05-16 [colin]      1.9.9cvs4
873
874         * src/gtk/gtkaspell.c
875                 Fix a bit aspell problems
876                 (see bug #629)
877
878 2005-05-13 [colin]      1.9.9cvs3
879
880         * src/folderview.c
881                 Fix the + appearing even when no subfolders
882                 have unread messages. Thanks to wwp for the
883                 bug report.
884
885 2005-05-11 [paul]       1.9.9cvs2
886
887         * src/folderview.c
888                 correction to 1.9.9cvs1, only colour folders that
889                 have new msgs (not unread msgs)
890
891 2005-05-10 [colin]      1.9.9cvs1
892
893         * src/folderview.c
894         * src/summaryview.c
895                 Try to fix bolding bugs again.
896
897 2005-05-09 [paul]
898
899         * tools/claws.i18n.status.pl
900                 add Ricardo Mones Lastra's script that has been providing
901                 the i18n status page for many months
902
903 2005-05-09 [paul]       1.9.9
904
905         1.9.9 release
906
907 2005-05-09 [paul]       1.9.6cvs58
908
909         * AUTHORS
910         * INSTALL
911         * README.claws
912                 updated
913         * Makefile.am 
914         * RELEASE_NOTES.claws
915                 add release notes to cvs to simplify release
916                 procedure
917         * configure.ac
918                 add ca and fi to ALL_LINGUAS
919         * po/Makefile.in.in
920                 workaround for missing Makevars
921         * po/ca.po
922         * po/fi.po
923                 add new Catalan and Finnish translations
924                 submitted by Miquel Oliete and Flammie Pirinen
925         * po/de.po
926         * po/es.po
927         * po/fr.po
928         * po/it.po
929         * po/pl.po
930         * po/ru.po
931         * po/sk.po
932         * po/sr.po
933         * po/zh_CN.po
934                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
935                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
936                 Urke MMI, and Hansom Young
937         * src/main.c
938                 Fix drafting when quitting. compose_draft() closes the
939                 compose windows, which modifies the compose_list GSList.
940                 We have to refresh this list after echo drafting to avoid a
941                 segfault
942         * src/partial_download.c
943                 fix segfault on exit
944
945 2005-05-06 [paul]       1.9.6cvs57
946
947         * src/grouplistdialog.c
948                 quick fix/workaround for unresizeable newsgroup
949                 name column 
950
951 2005-05-06 [paul]       1.9.6cvs56
952
953         * src/inc.c
954         * src/mainwindow.c
955                 use gettext plural forms
956         * src/imap_gtk.c
957         * src/mh_gtk.c
958         * src/toolbar.c
959                 small improvement to english usage
960
961 2005-05-05 [thorsten]   1.9.6cvs55
962
963         * src/folder.c
964                 fix possible crash
965
966 2005-05-05 [paul]       1.9.6cvs54
967         
968         sync with HEAD
969
970         * AUTHORS
971         * src/compose.c
972                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
973                 patch by Tim Mann
974
975 2005-05-05 [paul]       1.9.6cvs53
976
977         * src/mainwindow.c
978                 fix resizing of separate message and
979                 folder views
980
981 2005-05-05 [paul]       1.9.6cvs52
982
983         * src/account.c
984         * src/addrgather.c
985         * src/browseldap.c
986         * src/exphtmldlg.c
987         * src/expldifdlg.c
988         * src/importmutt.c
989         * src/importpine.c
990         * src/main.c
991         * src/mainwindow.c
992         * src/noticeview.c
993         * src/prefs_filtering.c
994         * src/prefs_filtering_action.c
995         * src/prefs_matcher.c
996         * src/prefs_spelling.c
997         * src/prefs_toolbar.c
998         * src/toolbar.c
999         * src/wizard.c
1000         * src/gtk/description_window.c
1001         * src/gtk/gtkvscrollbutton.c
1002         * src/gtk/progressdialog.c
1003         * src/gtk/quicksearch.c
1004         * src/plugins/pgpmime/prefs_gpg.c
1005         * src/plugins/spamassassin/spamassassin_gtk.c
1006                 replace deprecated gtk_widget_set_usize
1007
1008 2005-05-04 [colin]      1.9.6cvs51
1009
1010         * src/common/utils.c
1011                 Fix crash when subst_for_filename is called
1012                 with a NULL parameter
1013
1014 2005-05-04 [colin]      1.9.6cvs50
1015
1016         * src/partial_download.c
1017         * src/pop.c
1018                 Escape login when writing uidl file
1019                 fixes bug #736
1020
1021 2005-05-03 [colin]      1.9.6cvs49
1022
1023         * src/procmime.c
1024                 Fix possible DOS in mime parser
1025                 (see bug #634)
1026
1027 2005-05-02 [colin]      1.9.6cvs48
1028
1029         * src/compose.c
1030                 Try to fix the copy/paste mess once again.
1031
1032
1033 2005-04-30 [colin]      1.9.6cvs47
1034
1035         * src/prefs_account.h
1036         * src/procmsg.c
1037         * src/send_message.c
1038         * src/common/smtp.c
1039         * src/common/smtp.h
1040                 Try to batch sending mails (per account) instead of
1041                 reconnecting to server every time.
1042
1043 2005-04-29 [colin]      1.9.6cvs46
1044
1045         * src/messageview.c
1046                 Fix window resizing that refused to size down
1047         * src/prefs_common.c
1048         * src/prefs_common.h
1049         * src/prefs_filtering.c
1050                 Save Filtering's window size
1051
1052 2005-04-21 [paul]       1.9.6cvs45
1053
1054         * ChangeLog-gtk2.claws
1055         * src/setup.c
1056                 correction to sync
1057
1058 2005-04-21 [paul]       1.9.6cvs44
1059
1060         sync with main:
1061
1062         * src/setup.c
1063         * src/statusbar.c
1064         * src/statusbar.h
1065                 use gtkut_widget_draw_now(). Improved performance
1066                 of the update of statusbar
1067         * src/textview.c
1068                 textview_smooth_scroll_do(): redraw it after scroll
1069                 is done (fixed incorrect display when a part of the
1070                 view is hidden).
1071         * src/gtk/gtkutils.c
1072         * src/gtk/gtkutils.h
1073                 gtkut_widget_draw_now(): use gdk_window_process_updates()
1074                 to force update of widgets.
1075                 Removed gtkut_widget_wait_for_draw() which had a big
1076                 overhead  because of waiting for all events processed 
1077
1078 2005-04-20 [paul]       1.9.6cvs43
1079
1080         * src/codeconv.c
1081                 complete 1.9.6cvs42's sync:
1082                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
1083
1084 2005-04-19 [paul]       1.9.6cvs42
1085
1086         sync with main:
1087
1088         * src/action.c
1089                 catch_output(): correctly select the insert text
1090                 (fix invalid iterator warnings).
1091         * src/codeconv.c
1092         * src/codeconv.h
1093         * src/mainwindow.c
1094         * src/messageview.c
1095         * src/prefs_common.c
1096                 support GBK encoding.
1097         * src/common/session.c
1098         * src/common/session.h
1099                 use separate buffer for large data to be sent,
1100                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
1101
1102 2005-04-18 [paul]       1.9.6cvs41
1103
1104         * src/jpilot.c
1105                 convert unsigned long into guint32
1106                 patch by Paul LeoNerd Evans 
1107
1108 2005-04-17 [colin]      1.9.6cvs40
1109
1110         * src/compose.c
1111                 Fix 'Request return receipt' from folder
1112                 properties (bug #708)
1113
1114 2005-04-17 [colin]      1.9.6cvs39
1115
1116         * src/mainwindow.c
1117                 Fix duplicate hotkeys in Mainwindow's menu
1118
1119 2005-04-17 [colin]      1.9.6cvs38
1120
1121         * src/folderview.c
1122                 Fix duplicate hotkeys in Folderview's contextual
1123                 menu
1124
1125 2005-04-15 [colin]      1.9.6cvs37
1126
1127         * src/summaryview.c
1128                 Fix 'Save as...' with non-ascii filenames
1129
1130 2005-04-15 [colin]      1.9.6cvs36
1131
1132         * src/plugins/pgpmime/pgpmime.c
1133                 Fix bus error on 64bit. Spotted by 
1134                 macallan1888@gmail.com
1135
1136 2005-04-15 [colin]      1.9.6cvs35
1137
1138         * src/prefs_account.c
1139                 Fix cvs34.
1140
1141 2005-04-12 [colin]      1.9.6cvs34
1142
1143         * src/prefs_account.c
1144                 Fix smtp auth type off-by-one. We forgot to
1145                 add PLAIN in the prefs-to-gui setter func and
1146                 as a result, the selected auth when opening
1147                 account prefs was not the correct one.
1148
1149 2005-04-12 [paul]       1.9.6cvs33
1150
1151         * src/inc.c
1152                 if the recv dialog is visible, Cancel only
1153                 cancels the current account
1154
1155
1156 2005-04-10 [colin]      1.9.6cvs32
1157
1158         * src/filtering.c
1159                 Copy score when copying FilteringActions
1160                 Fix bug #674
1161
1162 2005-04-10 [colin]      1.9.6cvs31
1163
1164         * src/inc.c
1165                 Make Message -> Receive -> Cancel cancel 
1166                 incorporation on all accounts. Fixes
1167                 bug #693
1168
1169 2005-04-10 [colin]      1.9.6cvs30
1170
1171         * src/prefs_account.c
1172                 Update Privacy checkbuttons status based
1173                 on the selected privacy system
1174         * src/compose.c
1175                 Always connect the "None" privacy system; the
1176                 static boolean was probably there to avoid
1177                 reconnecting twice in the same compose window,
1178                 but as the parent function is only called once
1179                 per compose, it's only a bug - as a static is
1180                 initialized once per application instance.
1181                 Also, don't uncheck Sign and Encrypt when
1182                 selecting None as privacy system; just ignore
1183                 them when sending/queuing.
1184                 Should fix bug #695
1185
1186 2005-04-08 [colin]      1.9.6cvs29
1187
1188         * src/account.c
1189         * src/prefs_account.c
1190         * src/prefs_account.h
1191                 Add account preference to queue message in a certain
1192                 folder.
1193
1194 2005-04-06 [colin]      1.9.6cvs28
1195
1196         * src/prefs_account.c
1197                 Update old inbox path syntax
1198
1199 2005-04-06 [paul]       1.9.6cvs27
1200
1201         sync with main:
1202
1203         * configure.ac
1204                 changed -traditional-cpp to -no-cpp-precomp for newer
1205                 Mac OS X support
1206         * src/foldersel.c
1207                 made column resize automatically
1208         * src/send_message.c
1209                 send_message_smtp(): consider EOF right after QUIT
1210                 successful (workaround for Gmail SMTP server)
1211         * src/common/socket.c
1212                 ssl_read(), ssl_peek(): check EOF which violates the
1213                 SSL protocol
1214         * src/gtk/colorlabel.c
1215                 removed warnings when displaying colorlabel menu
1216                 (don't use GtkAlignment)
1217
1218 2005-04-05 [paul]       1.9.6cvs26
1219
1220         * src/plugins/trayicon/trayicon.c
1221                 fix clipping of icon under KDE3 
1222
1223 2005-04-05 [paul]       1.9.6cvs25
1224
1225         * src/summaryview.c
1226                 hide display of threading
1227                 patch by Alfons
1228
1229 2005-04-04 [thorsten]   1.9.6cvs24
1230
1231         * src/mh.c
1232                 marks lost on filesystems with different stat() results on
1233                 summer-/wintertime
1234
1235 2005-04-03 [colin]      1.9.6cvs23
1236
1237         * src/summaryview.c
1238                 Don't handle up/down. Patch by Alfons
1239
1240 2005-04-02 [colin]      1.9.6cvs22
1241
1242         * src/summaryview.c
1243                 Make scrolling faster. Patch by Alfons.
1244
1245 2005-04-01 [colin]      1.9.6cvs21
1246
1247         * src/Makefile.am
1248         * src/stock_pixmap.c
1249         * src/pixmaps/dir-noselect.xpm ** REMOVED **
1250         * src/pixmaps/dir_noselect.xpm ** ADDED **
1251                 Fix pixmap name mismatch (Thanks Stephan Sachse)
1252
1253 2005-04-01 [colin]      1.9.6cvs20
1254
1255         * src/image_viewer.c
1256         * src/image_viewer.h
1257         * src/procmime.c
1258         * src/procmime.h
1259         * src/textview.c
1260         * src/textview.h
1261                 Implement inline image resizing and right-clicking
1262
1263 2005-04-01 [paul]       1.9.6cvs19
1264
1265         * AUTHORS
1266         * Makefile.am
1267         * configure.ac
1268                 check for gnome2
1269                 patch by Luca Cavalli <loopback<AT>slackit.org>
1270         * po/ru.po
1271                 updated by Pavlo Bohmat
1272
1273 2005-03-31 [colin]      1.9.6cvs18
1274
1275         * src/news.c
1276                 Fix parsing references
1277         * src/msgcache.c
1278                 don't put nulls in the references list
1279         * src/procheader.c
1280                 commit that forgotten file in 1.9.6cvs14
1281
1282 2005-03-31 [colin]      1.9.6cvs17
1283
1284         * src/compose.c
1285                 Fix joining of signature separator again. 
1286                 Maybe Hiro could put it in main too...
1287
1288 2005-03-31 [colin]      1.9.6cvs16
1289
1290         * src/Makefile.am
1291         * src/foldersel.c
1292         * src/stock_pixmap.c
1293         * src/stock_pixmap.h
1294         * src/pixmaps/dir-noselect.xpm
1295                 Update foldersel.c (sync from main, patch by Alfons)
1296
1297 2005-03-30 [colin]      1.9.6cvs15
1298
1299         * src/imap.c
1300                 Fix handling of imap folders containing [] in 
1301                 their name. Thanks to Nahuel Angelinetti for
1302                 the detailed bugreport.
1303
1304 2005-03-30 [colin]      1.9.6cvs14
1305
1306         * src/common/utils.h
1307         * src/common/utils.c
1308         * src/common/defs.h
1309         * src/matcher.c
1310         * src/msgcache.c
1311         * src/news.c
1312         * src/procmsg.c
1313         * src/procmsg.h
1314         * src/quote_fmt_parse.y
1315         * src/summaryview.c
1316                 Update references system. Patch by Alfons
1317
1318 2005-03-30 [colin]      1.9.6cvs13
1319
1320         * src/common/socket.c
1321                 Force the glibc to read resolv.conf again when 
1322                 it has changed. Should fix issues when changing
1323                 networks on a laptop and not restarting sylpheed. 
1324
1325 2005-03-30 [paul]       1.9.6cvs12
1326
1327         partial sync with main:
1328
1329         * src/action.c
1330                 create_io_dialog(): use user-defined text font
1331                 (thanks to Alfons), and modified its appearance.
1332         * src/addrgather.c
1333         * src/addrharvest.c
1334         * src/browseldap.c
1335                 replace old code
1336         * src/compose.c
1337                 don't join (presumably) itemized lines on line-wrapping
1338                 fixed wrapping of quote when auto-wrapping is enabled
1339                 compose_destroy(): destroy paned only if it's not
1340                 attached to window. Fixed memory leak of popup menu.
1341         * src/exphtmldlg.c
1342         * src/expldifdlg.c
1343                 replace old code
1344         * src/html.c
1345         * src/html.h
1346         * src/importmutt.c
1347         * src/importpine.c
1348                 replace old code
1349         * src/main.c
1350                 removed redundant code
1351         * src/mainwindow.c
1352                 changed 'Code set' (which is rather incorrect)
1353                 in the menu to 'Character encoding'
1354                 main_window_set_widgets(): request size first
1355                 to prevent window size becoming wrong
1356                 fixed remembering of the state of the visibility
1357                 of MessageView
1358         * src/messageview.c
1359                 changed 'Code set' (which is rather incorrect)
1360                 in the menu to 'Character encoding'
1361         * src/prefs_common.c
1362         * src/prefs_common.h
1363                 added an option whether to render HTML as text or not
1364                 added separators to outgoing encoding menu
1365         * src/procheader.c
1366                 procheader_scan_date_string(): support header
1367                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
1368         * src/summaryview.c
1369         * src/summaryview.h
1370                 minor code cleanup
1371         * src/textview.c
1372                 textview_show_html(): force output of newline
1373                 added an option whether to render HTML as text or not
1374         * src/common/utils.c
1375                 strncpy2(): optimized based on Alfons' code
1376         * src/gtk/gtkutils.c
1377         * src/gtk/gtkutils.h
1378                 removed non-used code
1379         * src/plugins/pgpmime/passphrase.c
1380                 partially fixed grab input of passphrase dialog
1381                 Confine pointer to window
1382
1383 2005-03-30 [colin]      1.9.6cvs11
1384
1385         * src/msgcache.c
1386         * src/msgcache.h
1387                 Read/write 32bit ints from cache & marks
1388                 From main.
1389
1390 2005-03-29 [paul]       1.9.6cvs10
1391
1392         * AUTHORS
1393         * ChangeLog.claws
1394         * src/compose.c
1395         * src/gtk/gtkaspell.c
1396                 sync with HEAD (don't pass NULL pointers) 
1397
1398 2005-03-24 [paul]
1399
1400         * tools/Makefile.am
1401         * tools/README
1402         * tools/acroread2sylpheed.pl
1403                 sync with HEAD (add script to send pdfs as
1404                 attachments from Adobe Reader 7)
1405
1406 2005-03-21 [paul]       1.9.6cvs9
1407
1408         * configure.ac
1409         * po/POTFILES.in
1410         * src/Makefile.am
1411         * src/crash.c
1412         * src/image_viewer.c ** ADDED **
1413         * src/image_viewer.h ** ADDED **
1414         * src/main.c
1415         * src/prefs_common.c
1416         * src/prefs_common.h
1417         * src/prefs_image_viewer.c ** ADDED **
1418         * src/prefs_image_viewer.h ** ADDED **
1419         * src/textview.c
1420         * src/gtk/about.c
1421         * src/pixmaps/sylpheed_logo.xpm
1422         * src/plugins/Makefile.am
1423         * src/plugins/image_viewer/.cvsignore ** REMOVED **
1424         * src/plugins/image_viewer/Makefile.am ** REMOVED **
1425         * src/plugins/image_viewer/plugin.c ** REMOVED **
1426         * src/plugins/image_viewer/viewer.c ** REMOVED **
1427         * src/plugins/image_viewer/viewer.glade ** REMOVED **
1428         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
1429         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
1430         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
1431         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
1432                 as gdk-pixbuf is now built-in
1433                 remove image_viewer plugin and put code back into
1434                 main codebase
1435                 implement inline image display (sync with main)
1436
1437                 replace logo with newer, nicer, larger version  
1438
1439 2005-03-21 [paul]       1.9.6cvs8
1440
1441         * src/gtk/about.c
1442                 cosmetic improvement
1443
1444 2005-03-21 [holger]     1.9.6cvs7
1445
1446         * src/plugins/spamassassin/spamassassin.c
1447                 Sync with HEAD
1448                 (unregister hook on failed plugin init)
1449
1450 2005-03-20 [colin]      1.9.6cvs6
1451
1452         * src/common/plugin.c
1453                 Check that plugin isn't already loaded
1454                 Patch by Alfons
1455
1456 2005-03-20 [thorsten]   1.9.6cvs5
1457
1458         * src/compose.c
1459                 use a more compatible syntax
1460
1461 2005-03-20 [thorsten]   1.9.6cvs4
1462
1463         * src/prefs_toolbar.c
1464                 fix crash when selecting toolbar item (uninitialized pointer)
1465
1466 2005-03-20 [thorsten]   1.9.6cvs3
1467
1468         * src/procmime.c
1469                 fix mimetype detection (referenced free()d string)
1470
1471 2005-03-20 [paul]       1.9.6cvs2
1472
1473         * src/compose.c
1474                 sync with HEAD (1.0.3cvs5)
1475                 neglect Reply-To header if empty
1476                 Patch by Alfons 
1477
1478 2005-03-19 [holger]     1.9.6cvs1
1479
1480         * src/summaryview.c
1481         * src/summaryview.h
1482                 Sync with HEAD
1483
1484 2005-03-18 [paul]       1.9.6
1485
1486         initial GTK2 release
1487
1488 2005-03-18 [paul]       1.0.3cvs3.1
1489
1490         * AUTHORS
1491         * ChangeLog.claws
1492         * configure.ac
1493         * src/gtk/about.c
1494         * src/pixmaps/sylpheed_logo.xpm
1495                 sync with HEAD
1496
1497 2005-03-18 [colin]      1.0.3cvs2.6
1498
1499         * src/summaryview.c
1500                 Remove call to summary_step in summary_copy_selected_to
1501                 Can't see its purpose, and this causes bug when copying
1502                 a message if the next one is unread: it reads it.
1503
1504 2005-03-18 [paul]       1.0.3cvs2.5
1505
1506         * src/foldersel.c
1507                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
1508
1509 2005-03-18 [paul]       1.0.3cvs2.4
1510
1511         * src/addrharvest.c
1512         * src/codeconv.c
1513         * src/codeconv.h
1514         * src/compose.c
1515         * src/news.c
1516         * src/procheader.c
1517         * src/procmime.c
1518         * src/unmime.c
1519         * src/unmime.h
1520                 fix buffer overflow, CAN-2005-0667, see
1521                 http://secunia.com/advisories/14491/
1522                 Patch by Alfons
1523
1524 2005-03-17 [colin]      1.0.3cvs2.3
1525
1526         * src/prefs_fonts.c
1527         * src/summaryview.c
1528                 Fix font bugs (both lists now officialy share 
1529                 the same font)
1530                 
1531
1532 2005-03-17 [paul]       1.0.3cvs2.2
1533
1534         * src/gtk/pluginwindow.c
1535                 make plugin descriptions uneditable
1536
1537 2005-03-11 [paul]       1.0.3cvs2.1
1538
1539         * ChangeLog.claws
1540         * configure.ac
1541         * po/POTFILES.in
1542         * src/plugins/trayicon/trayicon.c
1543                 sync with HEAD
1544                 add src/wizard.c to POTFILES.in
1545
1546 2005-03-11 [paul]       1.0.3cvs1.1
1547
1548         * ChangeLog
1549         * ChangeLog.claws
1550         * configure.ac
1551         * po/de.po
1552         * po/es.po
1553         * po/fr.po
1554         * po/it.po
1555         * po/pt_BR.po
1556         * po/ru.po
1557         * po/sk.po
1558         * po/sr.po
1559         * po/zh_CN.po
1560                 sync with HEAD
1561
1562 2005-03-04 [colin]      1.0.1cvs22.2
1563
1564         * src/compose.c
1565                 Fix signatures with accentued chars in it
1566
1567 2005-03-04 [colin]      1.0.1cvs22.1
1568
1569         * src/common/smtp.c
1570         * src/common/smtp.h
1571                 Don't use SIZE param in MAIL FROM: if server 
1572                 doesn't support it. Patch by Eugen Freiter
1573                 <eugen_f@users.sf.net>
1574
1575 2005-02-27 [paul]       1.0.1cvs20.1
1576
1577         * ChangeLog.claws
1578         * configure.ac
1579         * src/messageview.c
1580                 sync with HEAD
1581
1582 2005-02-27 [colin]      1.0.1cvs19.4
1583
1584         * src/procheader.c
1585         * src/procheader.h
1586                 Fix prototypes. Patch by Alfons
1587
1588 2005-02-27 [colin]      1.0.1cvs19.3
1589
1590         * src/compose.c
1591                 Don't auto-join the signature separator.
1592
1593 2005-02-26 [colin]      1.0.1cvs19.2
1594
1595         * src/summaryview.c
1596                 Fix 'mark all read' with collapsed threads.
1597                 Patch by Alfons.
1598
1599 2005-02-25 [paul]       1.0.1cvs19.1
1600
1601         * ChangeLog.claws
1602         * configure.ac
1603         * src/prefs_account.c
1604         * src/prefs_folder_item.c
1605         * src/gtk/prefswindow.c
1606         * src/gtk/prefswindow.h
1607                 sync with HEAD
1608
1609 2005-02-25 [paul]       1.0.1cvs15.12
1610
1611         * src/alertpanel.c
1612         * src/codeconv.c
1613         * src/compose.c
1614         * src/textview.c
1615         * src/gtk/gtkutils.c
1616         * src/gtk/gtkutils.h
1617         * src/gtk/logwindow.c
1618         * src/gtk/progressdialog.c
1619                 sync with main (revision 127)
1620                 and fix logwindow clipping
1621
1622 2005-02-24 [colin]      1.0.1cvs15.11
1623
1624         * src/plugins/pgpmime/passphrase.c
1625                 Disable input grabbing; it doesn't work yet.
1626
1627 2005-02-24 [colin]      1.0.1cvs15.10
1628
1629         * src/messageview.c
1630                 Don't send out receipts if offline. Ask.
1631
1632 2005-02-23 [colin]      1.0.1cvs15.9
1633
1634         * src/summaryview.c     
1635                 Fix expanding
1636
1637 2005-02-23 [colin]      1.0.1cvs15.8
1638
1639         * src/summaryview.c
1640                 Really fix Bug 568 by removing useless
1641                 calls. summary_thread_init() now called
1642                 in summary_sort(). This should please
1643                 Alfons as it should be faster than 
1644                 previously.
1645
1646 2005-02-23 [colin]      1.0.1cvs15.7
1647
1648         * src/compose.c
1649                 Encode parts as QP or B64 if signing
1650
1651 2005-02-23 [colin]      1.0.1cvs15.6
1652
1653         * src/compose.c
1654                 Fix Mimeinfo leakage (including tmp files)
1655         * src/procmsg.c
1656                 Fix tmp file leakage (spotted by Ivan Rayner)
1657
1658 2005-02-22 [colin]      1.0.1cvs15.5
1659
1660         * src/expldifdlg.c
1661                 Fix keyboard input. Patch by Alfons.
1662
1663 2005-02-21 [colin]      1.0.1cvs15.4
1664
1665         * src/compose.c
1666                 Fix Sign/Encrypt when unselecting privacy
1667                 system
1668         * src/prefs_common.c
1669                 Change default message font to Monospace
1670         * src/summaryview.c
1671                 More freezing during potentially large operations
1672
1673 2005-02-21 [paul]       1.0.1cvs15.3
1674
1675         * src/main.c
1676                 fix --help output
1677
1678 2005-02-21 [paul]       1.0.1cvs15.2
1679
1680         * po/Makefile.in.in
1681         * src/compose.c
1682         * src/summaryview.c
1683         * src/textview.c
1684         * src/common/utils.c
1685         * src/common/utils.h
1686                 sync with main (revision 117)
1687
1688 2005-02-20 [colin]      1.0.1cvs15.1
1689
1690         * src/common/defs.h
1691                 Change cache file to .sylpheed_claws_cache, as
1692                 suggested by Alfons. Allows people to switch
1693                 between Sylpheed and Sylpheed-Claws. it is
1694                 a good idea to "Check for new messages" at next
1695                 startup.
1696
1697
1698 2005-02-18 [colin]      1.0.1cvs14.1
1699
1700         * src/quote_fmt_lex.l
1701         * src/quote_fmt_parse.y
1702                 Fix parser initialisation. Patch by Ivan.
1703
1704 2005-02-18 [colin]      1.0.1cvs11.6
1705
1706         * src/folderview.c
1707                 Fix scrolldown (bug 662)
1708
1709 2005-02-17 [colin]      1.0.1cvs11.5
1710
1711         * src/codeconv.c
1712                 conv_filename_to_utf8: return clean 7bit instead
1713                 of broken utf8 if needed
1714         * src/mimeview.c
1715                 Fix display of parts with unclean 8bit names
1716
1717 2005-02-17 [paul]       1.0.1cvs11.4
1718
1719         * src/compose.c
1720         * src/exportldif.c
1721         * src/matcher_parser_parse.y
1722         * src/procmime.c
1723         * src/sourcewindow.c
1724         * src/common/Makefile.am
1725         * src/common/intl.h             ** REMOVED **
1726         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1727                 sync with main (revision 109)
1728                 and clean up
1729
1730 2005-02-16 [colin]      1.0.1cvs11.3
1731
1732         * src/summaryview.c
1733                 Fix collapsed thread not highlighting when new
1734                 messages in it (Bug 568) Patch by Stephan Sachse.
1735                 Fix messed up selection when reaching bounds (Bug 632)
1736         * src/prefs_themes.c
1737                 Fix theme installing (Bug 684)
1738
1739 2005-02-16 [colin]      1.0.1cvs11.2
1740
1741         * src/messageview.c
1742                 Fix messageview_select_all
1743
1744 2005-02-16 [colin]      1.0.1cvs11.1
1745
1746         * src/mh.c
1747                 Sync with HEAD (MH scan required function)
1748
1749 2005-02-15 [colin]      1.0.1cvs8.1
1750
1751         * src/mimeview.c
1752         * src/common/utils.c
1753                 Sync with HEAD (filename chars substitution)
1754
1755 2005-02-15 [colin]      1.0.1cvs7.3
1756
1757         * src/gtk/pluginwindow.c
1758                 Fix button spacing
1759
1760 2005-02-15 [colin]      1.0.1cvs7.2
1761
1762         * src/mimeview.c
1763                 Fix mime icons not reset across message when
1764                 scrolled down
1765
1766 2005-02-15 [colin]      1.0.1cvs7.1
1767
1768         * src/compose.c
1769         * src/procmime.c
1770                 Sync with HEAD (optimisation of cvs6)
1771
1772 2005-02-14 [colin]      1.0.1cvs6.1
1773
1774         * src/compose.c
1775         * src/procmime.c
1776                 Sync with HEAD (encode "From " at line beginning)
1777
1778 2005-02-14 [colin]      1.0.1cvs5.3
1779
1780         * src/compose.c
1781                 Fix wrapping with accentued chars.
1782
1783 2005-02-13 [colin]      1.0.1cvs5.2
1784
1785         * src/textview.c
1786                 Fix email informative part parsing with
1787                 accentued chars in it. ispunct() returns
1788                 true for them in utf8...
1789
1790 2005-02-12 [colin]      1.0.1cvs5.1
1791
1792         * src/filtering.c
1793                 Sync with HEAD (remove wrong use of compose after send)
1794
1795 2005-02-12 [paul]       1.0.1cvs4.5
1796
1797         * src/textview.c
1798                 remove unnecessary code (thanks to Alfons)
1799
1800 2005-02-12 [paul]       1.0.1cvs4.4
1801
1802         * src/textview.c
1803                 add 'Copy' to contextual menu on emails
1804
1805 2005-02-11 [colin]      1.0.1cvs4.3
1806
1807         * src/compose.c
1808                 revert 1.0.0cvs28.2, it doesn't work that well.
1809
1810 2005-02-11 [paul]       1.0.1cvs4.2
1811
1812         * po/Makefile.in.in
1813                 fix 'make release'
1814
1815 2005-02-10 [paul]       1.0.1cvs4.1
1816
1817         * ChangeLog
1818         * ChangeLog.claws
1819         * ChangeLog.jp
1820         * configure.ac
1821         * src/compose.c
1822                 sync with HEAD (sync with main)
1823
1824 2005-02-10 [paul]       1.0.1cvs3.2
1825
1826         * AUTHORS
1827         * Makefile.am
1828         * autogen.sh
1829         * configure.ac
1830         * config/mkinstalldirs
1831         * intl/.cvsignore
1832         * intl/ChangeLog
1833         * intl/VERSION
1834         * intl/bindtextdom.c
1835         * intl/config.charset
1836         * intl/dcgettext.c
1837         * intl/dcigettext.c
1838         * intl/dcngettext.c
1839         * intl/dgettext.c
1840         * intl/dngettext.c
1841         * intl/eval-plural.h
1842         * intl/explodename.c
1843         * intl/finddomain.c
1844         * intl/gettext.c
1845         * intl/gettextP.h
1846         * intl/gmo.h
1847         * intl/hash-string.h
1848         * intl/intl-compat.c
1849         * intl/l10nflist.c
1850         * intl/libgnuintl.h.in
1851         * intl/loadinfo.h
1852         * intl/loadmsgcat.c
1853         * intl/localcharset.c
1854         * intl/localcharset.h
1855         * intl/locale.alias
1856         * intl/localealias.c
1857         * intl/localename.c
1858         * intl/log.c
1859         * intl/ngettext.c
1860         * intl/os2compat.c
1861         * intl/os2compat.h
1862         * intl/osdep.c
1863         * intl/plural-exp.c
1864         * intl/plural-exp.h
1865         * intl/plural.c
1866         * intl/plural.y
1867         * intl/ref-add.sin
1868         * intl/ref-del.sin
1869         * intl/relocatable.c
1870         * intl/relocatable.h
1871         * intl/textdomain.c
1872         * m4/Makefile.am
1873         * po/Makefile.in.in
1874         * src/Makefile.am
1875         * src/account.c
1876         * src/action.c
1877         * src/addr_compl.c
1878         * src/addressadd.c
1879         * src/addressbook.c
1880         * src/addrgather.c
1881         * src/addrindex.c
1882         * src/alertpanel.c
1883         * src/browseldap.c
1884         * src/codeconv.c
1885         * src/codeconv.h
1886         * src/compose.c
1887         * src/compose.h
1888         * src/crash.c
1889         * src/editaddress.c
1890         * src/editbook.c
1891         * src/editgroup.c
1892         * src/editjpilot.c
1893         * src/editldap.c
1894         * src/editldap_basedn.c
1895         * src/editvcard.c
1896         * src/exphtmldlg.c
1897         * src/expldifdlg.c
1898         * src/export.c
1899         * src/exporthtml.c
1900         * src/filtering.c
1901         * src/folder.c
1902         * src/folder_item_prefs.c
1903         * src/foldersel.c
1904         * src/folderview.c
1905         * src/grouplistdialog.c
1906         * src/headerview.c
1907         * src/imap.c
1908         * src/imap_gtk.c
1909         * src/import.c
1910         * src/importldif.c
1911         * src/importmutt.c
1912         * src/importpine.c
1913         * src/inc.c
1914         * src/ldif.c
1915         * src/main.c
1916         * src/mainwindow.c
1917         * src/matcher.c
1918         * src/mbox.c
1919         * src/message_search.c
1920         * src/messageview.c
1921         * src/mh.c
1922         * src/mh_gtk.c
1923         * src/mimeview.c
1924         * src/msgcache.c
1925         * src/news.c
1926         * src/news_gtk.c
1927         * src/noticeview.c
1928         * src/partial_download.c
1929         * src/pop.c
1930         * src/prefs_account.c
1931         * src/prefs_actions.c
1932         * src/prefs_common.c
1933         * src/prefs_customheader.c
1934         * src/prefs_display_header.c
1935         * src/prefs_ext_prog.c
1936         * src/prefs_filtering.c
1937         * src/prefs_filtering_action.c
1938         * src/prefs_folder_item.c
1939         * src/prefs_fonts.c
1940         * src/prefs_gtk.c
1941         * src/prefs_matcher.c
1942         * src/prefs_msg_colors.c
1943         * src/prefs_spelling.c
1944         * src/prefs_summary_column.c
1945         * src/prefs_template.c
1946         * src/prefs_themes.c
1947         * src/prefs_toolbar.c
1948         * src/prefs_wrapping.c
1949         * src/privacy.c
1950         * src/procheader.c
1951         * src/procmime.c
1952         * src/procmsg.c
1953         * src/quote_fmt.c
1954         * src/recv.c
1955         * src/send_message.c
1956         * src/setup.c
1957         * src/sourcewindow.c
1958         * src/ssl_manager.c
1959         * src/statusbar.c
1960         * src/summary_search.c
1961         * src/summaryview.c
1962         * src/textview.c
1963         * src/toolbar.c
1964         * src/wizard.c
1965         * src/common/nntp.c
1966         * src/common/plugin.c
1967         * src/common/smtp.c
1968         * src/common/ssl.c
1969         * src/common/ssl_certificate.c
1970         * src/common/string_match.c
1971         * src/common/sylpheed.c
1972         * src/common/template.c
1973         * src/common/utils.c
1974         * src/gtk/about.c
1975         * src/gtk/colorlabel.c
1976         * src/gtk/description_window.c
1977         * src/gtk/filesel.c
1978         * src/gtk/foldersort.c
1979         * src/gtk/gtkaspell.c
1980         * src/gtk/gtkutils.c
1981         * src/gtk/inputdialog.c
1982         * src/gtk/logwindow.c
1983         * src/gtk/menu.c
1984         * src/gtk/pluginwindow.c
1985         * src/gtk/prefswindow.c
1986         * src/gtk/progressdialog.c
1987         * src/gtk/quicksearch.c
1988         * src/gtk/sslcertwindow.c
1989         * src/plugins/clamav/clamav_plugin.c
1990         * src/plugins/clamav/clamav_plugin_gtk.c
1991         * src/plugins/demo/demo.c
1992         * src/plugins/dillo_viewer/dillo_prefs.c
1993         * src/plugins/dillo_viewer/dillo_viewer.c
1994         * src/plugins/image_viewer/plugin.c
1995         * src/plugins/image_viewer/viewer.c
1996         * src/plugins/image_viewer/viewerprefs.c
1997         * src/plugins/mathml_viewer/mathml_viewer.c
1998         * src/plugins/pgpmime/passphrase.c
1999         * src/plugins/pgpmime/plugin.c
2000         * src/plugins/pgpmime/prefs_gpg.c
2001         * src/plugins/pgpmime/select-keys.c
2002         * src/plugins/pgpmime/sgpgme.c
2003         * src/plugins/spamassassin/spamassassin.c
2004         * src/plugins/spamassassin/spamassassin_gtk.c
2005         * src/plugins/trayicon/trayicon.c
2006                 sync with main (revision 104)
2007
2008 2005-02-10 [colin]      1.0.1cvs3.1
2009
2010         * src/mainwindow.c
2011                 Sync with HEAD (fix occasional crasher)
2012
2013 2005-02-10 [colin]      1.0.1cvs2.1
2014
2015         * src/messageview.c
2016                 Synw with HEAD (don't automatically display html)
2017
2018 2005-02-09 [colin]      1.0.1cvs1.3
2019
2020         * src/textview.c
2021         * src/textview.h
2022                 Add contextual menu on emails
2023
2024 2005-02-09 [colin]      1.0.1cvs1.2
2025
2026         * src/codeconv.c
2027                 Fix converting from broken headers and 
2028                 put back the _ in missing places
2029                 (feature broke with cvs24.2 sync, main 
2030                  possibly affected?)
2031
2032 2005-02-09 [colin]      1.0.1cvs1.1
2033
2034         * src/messageview.c
2035         * src/mimeview.c
2036         * src/mimeview.h
2037                 Sync with HEAD (display non text/plain mails with plugin)
2038
2039 2005-02-08 [colin]      1.0.1.1
2040
2041         * ChangeLog.claws
2042         * po/pt_BR.po
2043                 Sync with HEAD
2044         * configure.ac
2045                 Make default configuration directory 
2046                 be .sylpheed-gtk2
2047
2048 2005-02-08 [colin]      1.0.0cvs29.1
2049
2050         * po/de.po
2051         * po/es.po
2052         * po/fr.po
2053         * po/it.po
2054         * po/sk.po
2055         * po/sr.po
2056                 Sync translations with HEAD
2057
2058 2005-02-06 [colin]      1.0.0cvs28.3
2059
2060         * src/compose.c
2061                 Make compose a bit faster - patch by Alfons.
2062
2063 2005-02-06 [colin]      1.0.0cvs28.2
2064
2065         * src/compose.c
2066                 Make pasting via middle-click more reliable
2067
2068 2005-02-05 [paul]       1.0.0cvs28.1
2069
2070         * ChangeLog
2071         * ChangeLog.claws
2072         * ChangeLog.jp
2073         * configure.ac
2074         * src/compose.c
2075                 sync with HEAD
2076                 (fix bug 682 'redirect is broken'
2077
2078 2005-02-05 [torte]      1.0.0cvs27.1
2079
2080         * ChangeLog.claws
2081         * configure.ac
2082         * src/partial_download.c
2083                 Sync with HEAD (fix buf overflow)
2084
2085 2005-02-03 [colin]      1.0.0cvs26.1
2086
2087         * src/common/plugin.c
2088                 Sync with HEAD (avoid plugin mismatches)
2089
2090 2005-02-03 [paul]       1.0.0cvs25.3
2091
2092         * src/folderview.c
2093         * src/headerview.c
2094         * src/summaryview.c
2095         * src/textview.c
2096         * src/gtk/colorlabel.c
2097                 third and final part of initial sync with main-gtk2
2098
2099 2005-02-03 [paul]       1.0.0cvs25.2
2100
2101         * src/jpilot.c
2102                 fix building with jpilot support
2103
2104 2005-02-02 [colin]      1.0.0cvs25.1
2105
2106         * src/messageview.c
2107                 Sync with HEAD (fix dangerous typo)
2108
2109 2005-02-01 [colin]      1.0.0cvs24.3
2110
2111         * src/common/xml.c
2112                 Write file as advertised (UTF-8)
2113
2114 2005-02-01 [paul]       1.0.0cvs24.2
2115
2116         * src/addrbook.c
2117         * src/addrindex.c
2118         * src/alertpanel.h
2119         * src/codeconv.c
2120         * src/codeconv.h
2121         * src/compose.c
2122         * src/export.c
2123         * src/folder_item_prefs.c
2124         * src/html.c
2125         * src/imap.c
2126         * src/import.c
2127         * src/jpilot.c
2128         * src/mainwindow.c
2129         * src/matcher_parser_lex.l
2130         * src/messageview.c
2131         * src/mh.c
2132         * src/prefs_account.c
2133         * src/prefs_actions.c
2134         * src/prefs_common.c
2135         * src/prefs_gtk.c
2136         * src/prefs_gtk.h
2137         * src/prefs_themes.c
2138         * src/procheader.c
2139         * src/procmime.c
2140         * src/sourcewindow.c
2141         * src/statusbar.c
2142         * src/summaryview.c
2143         * src/textview.c
2144         * src/toolbar.c
2145         * src/unmime.c
2146         * src/common/template.c
2147         * src/common/utils.c
2148         * src/common/xml.c
2149         * src/common/xml.h
2150         * src/gtk/gtkaspell.c
2151         * src/plugins/clamav/clamav_plugin.c
2152         * src/plugins/dillo_viewer/dillo_prefs.c
2153         * src/plugins/image_viewer/viewerprefs.c
2154         * src/plugins/pgpmime/passphrase.c
2155         * src/plugins/pgpmime/prefs_gpg.c
2156         * src/plugins/pgpmime/select-keys.c
2157         * src/plugins/spamassassin/spamassassin.c
2158                 second part of initial sync with main-gtk2
2159                 (more to follow)
2160
2161 2005-01-31 [colin]      1.0.0cvs24.1
2162
2163         * src/compose.c
2164                 Sync with HEAD
2165
2166 2005-01-29 [paul]       1.0.0cvs23.2
2167
2168         * src/account.c
2169         * src/action.c
2170         * src/addressadd.c
2171         * src/addressbook.c
2172         * src/alertpanel.c
2173         * src/compose.c
2174         * src/editaddress.c
2175         * src/editbook.c
2176         * src/editgroup.c
2177         * src/editjpilot.c
2178         * src/editldap.c
2179         * src/editldap_basedn.c
2180         * src/editvcard.c
2181         * src/export.c
2182         * src/foldersel.c
2183         * src/grouplistdialog.c
2184         * src/import.c
2185         * src/importldif.c
2186         * src/inc.c
2187         * src/main.c
2188         * src/mainwindow.c
2189         * src/message_search.c
2190         * src/messageview.c
2191         * src/mimeview.c
2192         * src/prefs_actions.c
2193         * src/prefs_common.c
2194         * src/prefs_common.h
2195         * src/prefs_customheader.c
2196         * src/prefs_display_header.c
2197         * src/prefs_filtering.c
2198         * src/prefs_filtering_action.c
2199         * src/prefs_gtk.c
2200         * src/prefs_matcher.c
2201         * src/prefs_summary_column.c
2202         * src/prefs_template.c
2203         * src/sourcewindow.c
2204         * src/summary_search.c
2205         * src/summaryview.c
2206         * src/textview.c
2207         * src/gtk/about.c
2208         * src/gtk/description_window.c
2209         * src/gtk/gtkshruler.c
2210         * src/gtk/gtkutils.c
2211         * src/gtk/gtkutils.h
2212         * src/gtk/inputdialog.c
2213         * src/gtk/logwindow.c
2214         * src/gtk/prefswindow.c
2215         * src/gtk/progressdialog.c
2216         * src/gtk/progressdialog.h
2217                 first part of initial sync with main-gtk2
2218                 (more to follow)
2219
2220 2005-01-28 [colin]      1.0.0cvs23.1
2221
2222         * src/folderview.c
2223                 Sync with HEAD
2224
2225 2005-01-27 [colin]      1.0.0cvs21.1
2226
2227         * src/folder.c
2228         * src/folderview.c
2229                 Sync with HEAD
2230
2231 2005-01-27 [colin]      1.0.0cvs19.1
2232
2233         * src/procmime.c
2234                 Sync with HEAD
2235
2236 2005-01-27 [colin]      1.0.0cvs18.1
2237
2238         * src/messageview.c
2239         * src/summaryview.c
2240         * src/mainwindow.c
2241         * src/compose.c
2242         * src/compose.h
2243         * src/procmsg.c
2244         * src/procmsg.h
2245         * src/toolbar.c
2246                 Sync with HEAD
2247
2248 2005-01-26 [paul]       1.0.0cvs15.2
2249
2250         * src/compose.c
2251                 compose_entries_set(): convert subject and body to
2252                 utf8 if necessary. patch by Felix Eckhofer
2253
2254 2005-01-26 [paul]       1.0.0cvs15.1
2255
2256         * configure.ac
2257         * src/common/template.c
2258                 sync with HEAD (fix memory leak)
2259
2260 2005-01-25 [paul]       1.0.0cvs14.1
2261
2262         * configure.ac
2263         * src/compose.c
2264                 sync with HEAD
2265
2266 2005-01-24 [colin]      1.0.0cvs13.1
2267
2268         * src/summaryview.c
2269                 Sync with HEAD
2270
2271 2005-01-24 [paul]       1.0.0cvs12.1
2272
2273         * configure.ac
2274         * src/messageview.c
2275         * src/mh.c
2276         * src/common/utils.c
2277                 sync with HEAD
2278
2279 2005-01-24 [colin]      1.0.0cvs11.1
2280
2281         * src/procheader.c
2282                 Sync with HEAD
2283
2284 2005-01-24 [colin]      1.0.0cvs10.1
2285
2286         * src/folderview.c
2287                 Sync with HEAD
2288
2289 2005-01-23 [colin]      1.0.0cvs9.1
2290
2291         * src/crash.c
2292                 Sync with HEAD
2293
2294 2005-01-22 [colin]      1.0.0cvs8.1
2295
2296         * src/summaryview.c
2297         * src/gtk/quicksearch.c
2298                 Sync with HEAD
2299
2300 2005-01-21 [colin]      1.0.0cvs7.1
2301
2302         * src/summaryview.c
2303                 Sync with HEAD
2304
2305 2005-01-21 [colin]      1.0.0cvs6.1
2306
2307         * src/summaryview.c
2308                 Sync with HEAD
2309
2310 2005-01-21 [colin]      1.0.0cvs5.1
2311
2312         * src/gtk/quicksearch.c
2313         * src/prefs_common.c
2314         * src/prefs_common.h
2315                 Sync with HEAD (recurse option)
2316
2317 2005-01-21 [colin]      1.0.0cvs4.1
2318
2319         * src/folder.h
2320         * src/folderview.c
2321         * src/folderview.h
2322         * src/summaryview.c
2323         * src/gtk/quicksearch.c
2324         * src/gtk/quicksearch.h
2325                 Sync with HEAD (recursive quicksearch)
2326
2327 2005-01-20 [colin]      1.0.0cvs3.4
2328
2329         * src/ssl_manager.c
2330                 Remove useless code
2331
2332 2005-01-20 [colin]      1.0.0cvs3.3
2333
2334         * src/ssl_manager.c
2335                 Fix leak, thanks to Alfons.
2336
2337 2005-01-20 [colin]      1.0.0cvs3.2
2338
2339         * src/ssl_manager.c
2340                 Port SSL certificate window to GTK2.
2341
2342 2005-01-20 [paul]       1.0.0cvs3.1
2343
2344         * ChangeLog.claws
2345         * configure.ac
2346         * src/addrindex.c
2347         * src/addrindex.h
2348                 sync with HEAD
2349
2350 2005-01-19 [colin]      1.0.0cvs2.2
2351
2352         * src/plugins/trayicon/trayicon.c
2353                 Fix freeze with gtk-2.6, the easy way
2354                 (signal blocking helpless there...)
2355                 Closes bug #668.
2356
2357 2005-01-19 [colin]      1.0.0cvs2.1
2358
2359         * src/mbox.c
2360         * src/mbox.h
2361         * src/mainwindow.c
2362         * src/summaryview.c
2363         * src/summaryview.h
2364                 Sync with HEAD
2365
2366 2005-01-19 [paul]       1.0.0cvs1.1
2367
2368         * configure.ac
2369         * po/de.po
2370         * po/es.po
2371         * po/fr.po
2372         * po/hr.po
2373         * po/it.po
2374         * po/ja.po
2375         * po/ko.po
2376         * po/pt_BR.po
2377         * po/ru.po
2378         * po/sk.po
2379         * po/sr.po
2380                 sync with HEAD (update translations)
2381
2382 2005-01-18 [colin]      1.0.0cvs0.1
2383
2384         * src/foldersel.c
2385                 Specify search column - patch by Alfons
2386
2387 2005-01-18 [colin]      0.9.13cvs36.3
2388
2389         * src/prefs_toolbar.c
2390                 Change Delete to Remove
2391         * src/prefs_fonts.c
2392                 GTK2 version and leak fixes
2393         * src/prefs_actions.c
2394                 Add stock buttons.
2395                 All patches by Alfons
2396
2397 2005-01-17 [colin]      0.9.13cvs36.2
2398
2399         * src/compose.c
2400                 Fix DnD inserting twice. While at it,
2401                 add DnD support for text/plain in the
2402                 body, and add support in the headers.
2403
2404 2005-01-16 [colin]      0.9.13cvs36.1
2405
2406         * ChangeLog
2407         * ChangeLog.jp
2408         * ChangeLog.claws
2409                 Sync with HEAD (nothing applicable)
2410
2411 2005-01-16 [colin]      0.9.13cvs33.2
2412
2413         * src/prefs_toolbar.c
2414                 GTK2ize prefs_toolbar, by Alfons.
2415
2416 2005-01-14 [colin]      0.9.13cvs33.1
2417
2418         * src/html.c
2419         * src/msgcache.c
2420                 Sync with HEAD
2421
2422 2005-01-14 [colin]      0.9.13cvs32.1
2423
2424         * src/html.c
2425         * src/html.h
2426         * src/msgcache.c
2427         * AUTHORS
2428         * tools/calypso_convert.pl
2429                 Sync with HEAD
2430
2431 2005-01-08 [colin]      0.9.13cvs29.2
2432
2433         * src/prefs_filtering_action.c
2434         * src/prefs_filtering.c
2435                 2 more gtk2 patches by Alfons
2436
2437 2005-01-07 [paul]       0.9.13cvs29.1
2438
2439         * ChangeLog
2440         * ChangeLog.claws
2441         * ChangeLog.jp
2442         * configure.ac
2443         * src/pop.c
2444         * src/pop.h
2445                 sync with HEAD
2446
2447 2005-01-07 [colin]      0.9.13cvs28.3
2448
2449         * src/gtk/progressdialog.c
2450         * src/gtk/progressdialog.h
2451         * src/inc.c
2452         * src/send_message.c
2453                 GTK2 for the incorporation dialog. The CList isn't dead
2454                 yet, for a more smooth migration. Patch by Alfons.
2455
2456 2005-01-06 [colin]      0.9.13cvs28.2
2457
2458         * src/prefs_display_header.c
2459                 GTK2 conversion by Alfons
2460         * src/prefs_actions.c
2461         * src/prefs_matcher.c
2462                 Fix 2 leaks - patch by Alfons
2463
2464 2005-01-06 [colin]      0.9.13cvs28.1
2465
2466         * src/prefs_matcher.c
2467                 Sync with HEAD
2468
2469 2005-01-06 [colin]      0.9.13cvs27.4
2470
2471         * src/prefs_matcher.c
2472                 Fix double-free. Patch by Alfons
2473
2474 2005-01-06 [colin]      0.9.13cvs27.3
2475
2476         * src/prefs_matcher.c
2477                 GTK2 widgets + memleak
2478                 Patch by Alfons
2479
2480 2005-01-05 [colin]      0.9.13cvs27.2
2481
2482         * src/account.c
2483         * src/addr_compl.c
2484         * src/foldersel.c
2485         * src/stock_pixmap.c
2486         * src/stock_pixmap.h
2487                 3 more GTK2 patches by Alfons.
2488
2489 2005-01-04 [colin]      0.9.13cvs27.1
2490
2491         * src/folderview.c
2492         * src/imap_gtk.c
2493         * src/news_gtk.c
2494                 Sync with HEAD
2495
2496 2005-01-04 [colin]      0.9.13cvs25.9
2497
2498         * src/compose.c
2499                 Fix Show Ruler menuitem
2500         * src/prefs_template.c
2501                 Convert to GTK2
2502         * src/common/utils.c
2503                 Make auto pointer stuff handles NULLs
2504                 Patches by Alfons.
2505
2506 2005-01-04 [colin]      0.9.13cvs25.8
2507
2508         * src/compose.c
2509                 Move the attachment list to gtk2
2510                 Patch by Alfons.
2511
2512 2005-01-04 [colin]      0.9.13cvs25.7
2513
2514         * src/textview.c
2515                 Make some keys work again
2516                 Patch by SungHyun Nam <namsh@kldp.org>
2517
2518 2005-01-04 [colin]      0.9.13cvs25.6
2519
2520         * src/gtk/gtkshruler.c
2521                 Move the ruler to GTK2
2522                 Patch by Alfons
2523
2524 2005-01-03 [colin]      0.9.13cvs25.5
2525
2526         * src/compose.c
2527                 Fix my broken patch apply 
2528
2529 2005-01-03 [colin]      0.9.13cvs25.4
2530
2531         * src/common/utils.c
2532         * src/common/utils.h
2533         * src/gtk/prefswindow.c
2534                 Move auto pointer stuff to utils.c
2535                 Patch by Alfons again :)
2536
2537 2005-01-03 [colin]      0.9.13cvs25.3
2538
2539         * src/compose.c
2540         * src/prefs_gtk.c
2541         * src/prefs_template.c
2542         * src/textview.c
2543                 Empty text widgets with empty strings, not NULL char
2544                 Patch by SungHyun Nam <namsh@kldp_org>
2545
2546 2005-01-03 [colin]      0.9.13cvs25.2
2547
2548         * src/main.c
2549         * AUTHORS
2550                 Sync with HEAD
2551
2552 2005-01-03 [colin]      0.9.13cvs25.1
2553
2554         * src/pop.c
2555         * src/pop.h
2556                 Sync with HEAD
2557
2558 2005-01-03 [colin]      0.9.13cvs24.3
2559
2560         * src/account.c
2561                 Two patches from Alfons and Alex S Moore:
2562                 fix images, fix return value.
2563
2564 2005-01-01 [colin]      0.9.13cvs24.2
2565
2566         * src/prefs_actions.c
2567                 Fix over-zealous assertion. Patch by Alfons
2568
2569 2005-01-01 [colin]      0.9.13cvs24.1
2570
2571         * src/procmime.c
2572                 Sync with HEAD (leak fix)
2573
2574 2004-12-31 [colin]      0.9.13cvs23.2
2575
2576         * src/prefs_common.c
2577                 GTK2 widgets + stock buttons - patch by Alfons
2578
2579 2004-12-31 [paul]       0.9.13cvs23.1
2580
2581         * configure.ac
2582                 bump up EXTRA_VERSION to match (sync'ed) HEAD
2583         * src/gtk/pluginwindow.c
2584                 use GTK2 widgets and plug memory leaks,
2585                 patches by Alfons
2586
2587 2004-12-30 [colin]      0.9.13cvs22.4
2588
2589         * src/account.c
2590         * src/action.c
2591         * src/export.c
2592         * src/foldersel.c
2593         * src/import.c
2594         * src/message_search.c
2595         * src/prefs_actions.c
2596         * src/prefs_common.c
2597         * src/prefs_customheader.c
2598         * src/prefs_filtering.c
2599         * src/prefs_summary_column.c
2600         * src/summary_search.c
2601         * src/gtk/about.c
2602         * src/gtk/description_window.c
2603         * src/gtk/gtkutils.c
2604         * src/gtk/gtkutils.h
2605         * src/gtk/inputdialog.c
2606         * src/gtk/prefswindow.c
2607                 Use GTK2 stock buttons. Patches by Alfons.
2608
2609 2004-12-30 [colin]      0.9.13cvs22.3
2610
2611         * src/account.c
2612                 Sync with HEAD
2613         * src/prefs_actions.c
2614         * src/prefs_customheader.c
2615         * src/prefs_filtering.c
2616         * src/prefs_msg_colors.c
2617         * src/prefs_summary_column.c
2618         * src/gtk/prefswindow.c
2619                 Use GtkTreeView instead of deprecated 
2620                 widgets. Patches by Alfons.
2621
2622 2004-12-30 [paul]       0.9.13cvs22.2
2623
2624         * src/foldersel.c
2625                 use GTK 2 Tree View
2626                 patch by Alfons, with root folder sorting fix
2627                 by Stephan Sachse
2628
2629 2004-12-30 [paul]       0.9.13cvs22.1
2630
2631         * ChangeLog
2632         * ChangeLog.claws
2633         * ChangeLog.jp
2634         * NEWS
2635         * configure.ac
2636         * src/account.c
2637                 sync with HEAD
2638
2639 2004-12-22 [martin]     0.9.13cvs21.2
2640
2641         * src/action.c
2642                 free the command line after its use
2643
2644 2004-12-18 [paul]       0.9.13cvs21.1
2645
2646         * AUTHORS
2647         * ChangeLog
2648         * ChangeLog.claws
2649         * ChangeLog.jp
2650         * NEWS
2651         * configure.ac
2652         * src/action.c
2653         * src/compose.c
2654         * src/syldap.c
2655                 sync with HEAD
2656
2657 2004-12-17 [martin]     0.9.13cvs17.2
2658
2659         * src/action.c
2660                 convert actions input to locale
2661         * src/inc.c
2662                 convert notification command to locale
2663         * src/plugins/pgpmime/select-keys.c
2664                 convert attributes to utf8
2665
2666 2004-12-14 [colin]      0.9.13cvs17.1
2667
2668         * ChangeLog
2669         * ChangeLog.jp
2670         * ChangeLog.claws
2671         * src/action.c
2672         * src/common/utils.c
2673         * src/gtk/prefswindow.c
2674         * src/gtk/gtkutils.c
2675         * src/gtk/gtkutils.h
2676         * src/plugins/spamassassin/libspamc.c
2677                 Sync with HEAD
2678
2679 2004-12-13 [colin]      0.9.13cvs14.1
2680
2681         * src/quote_fmt_parse.y
2682                 Sync with HEAD
2683
2684 2004-12-10 [colin]      0.9.13cvs12.1
2685
2686         * src/prefs_themes.c
2687         * src/mainwindow.c
2688         * src/messageview.c
2689                 Sync with HEAD
2690
2691 2004-12-09 [colin]      0.9.13cvs10.1
2692
2693         * src/procmime.c
2694                 Sync with HEAD (fix B64 encoding from memory)
2695
2696 2004-12-08 [colin]      0.9.13cvs9.1
2697
2698         * src/gtk/colorlabel.c
2699                 Sync with HEAD
2700
2701 2004-12-08 [paul]       0.9.13cvs8.2
2702
2703         * src/gtk/pluginwindow.c
2704                 fix window resizing oddities
2705
2706 2004-12-08 [colin]      0.9.13cvs8.1
2707
2708         * src/quote_fmt_parse.y
2709                 Sync with HEAD
2710
2711 2004-12-08 [colin]      0.9.13cvs7.1
2712
2713         * src/matcher_parser_parse.y
2714         * src/msgcache.c
2715         * src/prefs_matcher.c
2716         * src/procheader.c
2717         * src/matcher.c
2718         * src/common/defs.h
2719         * po/sr.po
2720                 Sync with HEAD
2721
2722 2004-12-08 [colin]      0.9.13cvs6.1
2723
2724         * src/quote_fmt_parse.y
2725         * src/textview.c
2726                 Sync with HEAD
2727         * src/gtk/prefswindow.c
2728         * src/gtk/pluginwindow.c
2729                 Fix G_CALLBACKS protos (thanks to Alfons)
2730
2731 2004-12-07 [torte]      0.9.13cvs2.2
2732
2733         * src/procmime.c
2734                 [Bug 650] reply button causes crash
2735                 Thanks to David Relson and Christoph
2736
2737 2004-12-07 [colin]      0.9.13cvs2.1
2738
2739         * ChangeLog.claws
2740         * AUTHORS
2741         * po/sk.po
2742         * src/procmime.c
2743         * src/prefs_account.c
2744         * src/common/smtp.c
2745         * src/common/smtp.h
2746                 Sync with HEAD
2747
2748 2004-12-06 [colin]      0.9.12cvs187.1
2749
2750         * ChangeLog.claws
2751         * INSTALL
2752         * Makefile.am
2753         * README.claws
2754         * TODO.claws
2755         * configure.ac
2756         * po/bg.po
2757         * po/cs.po
2758         * po/el.po
2759         * po/en_GB.po
2760         * po/es.po
2761         * po/fr.po
2762         * po/hr.po
2763         * po/hu.po
2764         * po/it.po
2765         * po/ja.po
2766         * po/ko.po
2767         * po/nl.po
2768         * po/pl.po
2769         * po/pt_BR.po
2770         * po/ru.po
2771         * po/sk.po
2772         * po/sr.po
2773         * po/sv.po
2774         * po/zh_CN.po
2775         * po/zh_TW.Big5.po
2776         * src/compose.c
2777         * tools/Makefile.am
2778         * tools/README
2779         * tools/filter_conv.pl
2780         * tools/kdeservicemenu/README
2781         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2782         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2783                 Sync with HEAD
2784
2785 2004-12-04 [colin]      0.9.12cvs183.1
2786
2787         * src/compose.c
2788                 Sync with HEAD (compose window position saving)
2789
2790 2004-12-04 [paul]       0.9.12cvs182.3
2791
2792         * src/messageview.c
2793         * src/mimeview.c
2794         * src/prefs_customheader.c
2795         * src/gtk/quicksearch.c
2796                 replace some forgotten GTK_SIGNAL_FUNCs
2797
2798 2004-12-04 [paul]       0.9.12cvs182.2
2799
2800         * src/Makefile.am
2801                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
2802                 committed in error      
2803
2804 2004-12-04 [paul]       0.9.12cvs182.1
2805
2806         * ChangeLog
2807         * ChangeLog.claws
2808         * ChangeLog.jp
2809         * INSTALL
2810         * NEWS
2811         * README
2812         * README.jp
2813         * configure.ac
2814         * doc/manual/ja/Makefile.am
2815         * doc/manual/ja/sylpheed-1.html
2816         * doc/manual/ja/sylpheed-10.html
2817         * doc/manual/ja/sylpheed-11.html
2818         * doc/manual/ja/sylpheed-12.html
2819         * doc/manual/ja/sylpheed-13.html
2820         * doc/manual/ja/sylpheed-14.html
2821         * doc/manual/ja/sylpheed-15.html
2822         * doc/manual/ja/sylpheed-16.html
2823         * doc/manual/ja/sylpheed-17.html
2824         * doc/manual/ja/sylpheed-18.html
2825         * doc/manual/ja/sylpheed-19.html
2826         * doc/manual/ja/sylpheed-2.html
2827         * doc/manual/ja/sylpheed-20.html
2828         * doc/manual/ja/sylpheed-3.html
2829         * doc/manual/ja/sylpheed-4.html
2830         * doc/manual/ja/sylpheed-5.html
2831         * doc/manual/ja/sylpheed-6.html
2832         * doc/manual/ja/sylpheed-7.html
2833         * doc/manual/ja/sylpheed-8.html
2834         * doc/manual/ja/sylpheed-9.html
2835         * doc/manual/ja/sylpheed.html
2836         * doc/manual/ja/sylpheed.sgml
2837         * po/de.po
2838         * src/Makefile.am
2839         * src/compose.c
2840         * src/procmime.c
2841         * src/pixmaps/regular.xpm **REMOVED**
2842         * src/plugins/pgpmime/pgpmime.c
2843         * src/plugins/pgpmime/plugin.c
2844         * src/plugins/pgpmime/prefs_gpg.c
2845                 sync with HEAD
2846
2847 2004-12-03 [paul]       0.9.12cvs180.1
2848
2849         * ChangeLog
2850         * ChangeLog.claws
2851         * ChangeLog.jp
2852         * configure.ac
2853         * src/Makefile.am
2854         * src/pop.c
2855         * src/common/utils.c
2856         * src/common/utils.h
2857         * src/pixmaps/continue.xpm
2858         * src/pixmaps/dir_close.xpm
2859         * src/pixmaps/dir_open.xpm
2860         * src/pixmaps/drafts_close.xpm
2861         * src/pixmaps/drafts_open.xpm
2862         * src/pixmaps/folder.xpm **REMOVED**
2863         * src/pixmaps/group.xpm
2864         * src/pixmaps/unread.xpm
2865                 sync with HEAD
2866
2867 2004-12-02 [colin]      0.9.12cvs179.1
2868
2869         * src/compose.c
2870                 Sync with HEAD (non-duplicated reedition)
2871
2872 2004-12-02 [colin]      0.9.12cvs178.1
2873
2874         * src/compose.c
2875                 Sync with HEAD (linewrap_quote fix)
2876
2877 2004-12-01 [colin]      0.9.12cvs177.3
2878
2879         * src/addrharvest.c
2880                 Replace sizeof with strlen
2881
2882 2004-12-01 [paul]       0.9.12cvs177.2
2883
2884         * src/addrharvest.c
2885                 fix 'harvest addresses'
2886
2887 2004-11-30 [colin]      0.9.12cvs177.1
2888
2889         * src/gtk/prefswindow.c
2890         * src/gtk/pluginwindow.c
2891                 Sync with HEAD
2892
2893 2004-11-29 [colin]      0.9.12cvs176.1
2894
2895         * src/folderview.c
2896                 sync with HEAD (Fix disappearing separators in folderview's popup)
2897
2898 2004-11-29 [colin]      0.9.12cvs175.1
2899
2900         * src/procmime.c
2901                 Sync with head (another format fix)
2902
2903 2004-11-29 [colin]      0.9.12cvs174.1
2904
2905         * src/pop.c
2906                 Sync with HEAD (format string fix)
2907
2908 2004-11-26 [colin]      0.9.12cvs173.1
2909
2910         * src/common/smtp.c
2911         * src/common/smtp.h
2912                 Sync with HEAD
2913
2914 2004-11-24 [colin]      0.9.12cvs172.1
2915
2916         * src/plugins/pgpmime/pgpmime.c
2917                 Sync with HEAD
2918
2919 2004-11-24 [colin]      0.9.12cvs171.1
2920
2921         * src/plugins/pgpmime/pgpmime.c
2922                 Sync with head (gpgmectx leaks)
2923
2924 2004-11-24 [colin]      0.9.12cvs169.1
2925
2926         * src/plugins/pgpmime/plugin.c
2927         * src/plugins/trayicon/Makefile.am
2928         * src/plugins/trayicon/newmarkedmail.xpm
2929         * src/plugins/trayicon/trayicon.c
2930         * src/plugins/trayicon/unreadmarkedmail.xpm
2931                 Sync with HEAD
2932
2933 2004-11-23 [colin]      0.9.12cvs168.1
2934
2935         * src/partial_download.c
2936         * src/partial_download.h
2937         * src/plugins/pgpmime/plugin.c
2938                 Sync with HEAD
2939
2940 2004-11-23 [colin]      0.9.12cvs166.1
2941
2942         * src/Makefile.am
2943         * src/codeconv.c
2944         * src/compose.c
2945         * src/folderview.c
2946         * src/main.c
2947         * src/partial_download.c
2948         * src/partial_download.h
2949         * src/prefs_account.c
2950         * src/prefs_account.h
2951         * src/privacy.c
2952         * src/privacy.h
2953         * src/procmime.c
2954         * src/common/Makefile.am
2955         * src/common/base64.h
2956         * src/common/partial_download.c
2957         * src/common/partial_download.h
2958         * src/gtk/prefswindow.c
2959         * src/gtk/prefswindow.h
2960         * src/plugins/pgpmime/pgpmime.c
2961         * src/plugins/pgpmime/prefs_gpg.c
2962         * src/plugins/pgpmime/prefs_gpg.h
2963         * src/plugins/pgpmime/sgpgme.c
2964         * src/plugins/pgpmime/sgpgme.h
2965                 Sync with HEAD
2966
2967 2004-11-23 [colin]      0.9.12cvs163.1
2968
2969         * src/main.c
2970                 Sync with HEAD (cursor optimization)
2971
2972 2004-11-23 [colin]      0.9.12cvs162.1
2973
2974         * src/prefs_common.c
2975         * src/prefs_themes.c
2976         * src/procmsg.c
2977                 Sync with HEAD
2978
2979 2004-11-23 [colin]      0.9.12cvs158.9
2980
2981         * src/compose.c
2982                 Fix double-free when forwarding
2983         * src/msgcache.c
2984                 Fix leak on error path
2985                 
2986
2987 2004-11-23 [colin]      0.9.12cvs158.8
2988
2989         * src/compose.c
2990                 Fix possible double-free
2991                 Spotted by Alfons
2992
2993 2004-11-23 [colin]      0.9.12cvs158.7
2994
2995         * src/compose.c
2996                 Fix some signal handlers' prototypes
2997                 Spotted by Alfons
2998
2999 2004-11-22 [colin]      0.9.12cvs158.6
3000
3001         * src/compose.c
3002                 Remove unneeded code and duplicated
3003                 wrapping - patch by Alfons
3004
3005 2004-11-22 [colin]      0.9.12cvs158.5
3006
3007         * src/prefs_themes.c
3008                 Fix oversized selector
3009
3010 2004-11-22 [colin]      0.9.12cvs158.4
3011
3012         * src/compose.c
3013                 fix dump_text()
3014                 patch by Alfons
3015
3016 2004-11-19 [colin]      0.9.12cvs158.3
3017
3018         * src/textview.c
3019                 Add a context menu on links (open, copy)
3020
3021 2004-11-18 [paul]       0.9.12cvs158.2
3022
3023         * src/addrgather.c
3024         * src/exphtmldlg.c
3025         * src/expldifdlg.c
3026         * src/mimeview.c
3027         * src/prefs_common.c
3028         * src/plugins/image_viewer/viewer.c
3029         * src/plugins/spamassassin/spamassassin_gtk.c
3030                 replace deprecated gtk_notebook_set_page
3031                 and gtk_notebook_current_page
3032
3033 2004-11-18 [paul]       0.9.12cvs158.1
3034
3035         * configure.ac
3036         * src/compose.c
3037         * src/mainwindow.c
3038         * src/messageview.c
3039         * src/prefs_common.c
3040         * src/common/utils.c
3041         * src/common/utils.h
3042                 sync with HEAD
3043
3044 2004-11-17 [colin]      0.9.12cvs156.1
3045
3046         * src/prefs_account.c
3047         * src/prefs_account.h
3048         * src/procmsg.c
3049                 Sync with HEAD (add pref to store encrypted mails encrypted)
3050
3051 2004-11-17 [paul]       0.9.12cvs155.1
3052
3053         * ChangeLog
3054         * ChangeLog.claws
3055         * ChangeLog.jp
3056         * NEWS
3057         * configure.ac
3058         * src/compose.c
3059         * src/jpilot.c
3060         * src/privacy.c
3061         * src/procmime.c
3062         * src/procmime.h
3063         * src/procmsg.c
3064         * src/toolbar.c
3065         * src/pixmaps/error.xpm
3066                 sync with HEAD
3067
3068 2004-11-17 [colin]      0.9.12cvs151.1
3069
3070         * src/plugins/pgpmime/pgpmime.c
3071                 Sync with HEAD (remove debug printf)
3072
3073 2004-11-17 [colin]      0.9.12cvs150.1
3074
3075         * src/plugins/pgpmime/pgpmime.c
3076                 Sync with HEAD (off-by-one fix)
3077
3078 2004-11-17 [colin]      0.9.12cvs149.1
3079
3080         * src/procmsg.c
3081                 Sync with HEAD (coding style fixes)
3082
3083 2004-11-16 [colin]      0.9.12cvs148.1
3084
3085         * src/procmsg.c
3086                 Sync with head (Fix the fix)
3087
3088 2004-11-16 [colin]      0.9.12cvs147.1
3089
3090         * src/procmsg.c
3091                 Sync with Main (leak fix)
3092
3093 2004-11-16 [colin]      0.9.12cvs146.14
3094
3095         * src/compose.c
3096                 Remove useless chunk of code
3097                 Patch by Alfons
3098
3099 2004-11-15 [colin]      0.9.12cvs146.13
3100
3101         * src/compose.c
3102                 Fix drafting after insertion
3103                 Patch by Alfons
3104
3105 2004-11-15 [colin]      0.9.12cvs146.12
3106
3107         * src/compose.c
3108         * src/prefs_filtering.c
3109         * src/prefs_filtering_action.c
3110         * src/prefs_toolbar.c
3111                 Fix some const-correctness
3112
3113 2004-11-15 [colin]      0.9.12cvs146.11
3114
3115         * src/summaryview.c
3116         * src/prefs_themes.c
3117         * src/messageview.c
3118                 Fix some leaks
3119
3120 2004-11-15 [colin]      0.9.12cvs146.10
3121
3122         * src/codeconv.c
3123                 More unreadable locale fixes
3124
3125 2004-11-14 [colin]      0.9.12cvs146.9
3126
3127         * src/textview.c
3128                 Fix uri_security_check
3129                 Patch by Alfons
3130
3131 2004-11-13 [paul]       0.9.12cvs146.8
3132
3133         * src/folder.c
3134         * src/procmime.c
3135                 fix 2 bugs introduced in last commit
3136
3137 2004-11-13 [paul]       0.9.12cvs146.7
3138
3139         * src/compose.c
3140         * src/exporthtml.c
3141         * src/exportldif.c
3142         * src/folder.c
3143         * src/imap.c
3144         * src/imap_gtk.c
3145         * src/main.c
3146         * src/mainwindow.c
3147         * src/messageview.c
3148         * src/mh_gtk.c
3149         * src/prefs_themes.c
3150         * src/procmime.c
3151         * src/setup.c
3152         * src/summaryview.c
3153                 replace deprecated g_basename
3154
3155 2004-11-13 [paul]       0.9.12cvs146.6
3156
3157         * src/compose.c
3158         * src/imap.c
3159         * src/matcher_parser.h
3160         * src/matcher_parser_parse.y
3161         * src/prefs_filtering.c
3162         * src/prefs_filtering_action.c
3163         * src/prefs_themes.c
3164         * src/prefs_toolbar.c
3165         * src/common/utils.c
3166                 various small fixes/cleanups
3167
3168 2004-11-12 [colin]      0.9.12cvs146.5
3169
3170         * src/textview.c
3171                 Validate event's origin on visibility notify
3172                 Patch by Alfons.
3173
3174 2004-11-12 [paul]       0.9.12cvs146.4
3175
3176         * src/exporthtml.c
3177         * src/exportldif.c
3178         * src/imap.c
3179         * src/mh.c
3180         * src/mimeview.c
3181         * src/prefs_spelling.c
3182         * src/prefs_themes.c
3183                 replace deprecated g_dirname    
3184
3185 2004-11-12 [colin]      0.9.12cvs146.3
3186
3187         * src/textview.c
3188                 Some coding style fixes
3189
3190 2004-11-12 [colin]      0.9.12cvs146.2
3191
3192         * src/codeconv.c
3193                 We want to replace _all_ extended chars in
3194                 conv_unreadable_*, because any string containing
3195                 extended chars not parsing as UTF8 is 
3196                 undisplayed on gtk2.
3197
3198 2004-11-12 [paul]       0.9.12cvs146.1
3199
3200         * ChangeLog
3201         * ChangeLog.claws
3202         * ChangeLog.jp
3203         * NEWS
3204         * configure.ac
3205         * src/account.c
3206         * src/folderview.c
3207         * src/folderview.h
3208         * src/imap.c
3209         * src/imap_gtk.c
3210         * src/inc.c
3211         * src/mainwindow.c
3212         * src/mh_gtk.c
3213         * src/news_gtk.c
3214         * src/pop.c
3215         * src/prefs_account.c
3216         * src/prefs_account.h
3217         * src/prefs_ext_prog.c
3218         * src/procmime.c
3219         * src/procmime.h
3220         * src/procmsg.c
3221         * src/procmsg.h
3222         * src/summary_search.c
3223         * src/summaryview.c
3224         * src/textview.c
3225         * src/common/defs.h
3226         * src/common/utils.c
3227         * src/common/utils.h
3228         * src/gtk/menu.c
3229         * src/gtk/menu.h
3230                 sync with HEAD
3231
3232 2004-11-11 [colin]      0.9.12cvs144.2
3233
3234         * src/textview.c
3235                 Fix URI range selection (patch by Alfons)
3236
3237 2004-11-09 [colin]      0.9.12cvs144.1
3238
3239         * ChangeLog.claws
3240         * src/compose.c
3241         * src/folder.c
3242         * src/folder_item_prefs.c
3243         * src/prefs_account.c
3244         * src/prefs_account.h
3245         * src/plugins/pgpmime/pgpmime.c
3246                 Sync with HEAD
3247
3248 2004-11-08 [colin]      0.9.12cvs143.1
3249
3250         * src/summaryview.c
3251                 Sync with HEAD (optimize quicksearch)
3252
3253 2004-11-08 [colin]      0.9.12cvs142.2
3254
3255         * src/compose.c
3256                 Don't wrap when Edit/Auto wrapping is disabled
3257
3258 2004-11-08 [colin]      0.9.12cvs142.1
3259
3260         * src/textview.c
3261                 Sync with HEAD
3262
3263 2004-11-08 [colin]      0.9.12cvs141.1
3264
3265         * src/textview.c
3266                 Sync with HEAD (fix some mail URIs)
3267
3268 2004-11-08 [colin]      0.9.12cvs140.3
3269
3270         * src/textview.c
3271                 o Use text cursor instead of arrow when
3272                   not on a link
3273                 o Fix handling of contiguous links (as in
3274                   "colin@colino.net" <colin@colino.net>)
3275                   This one unveils a bug in get_email_part()
3276
3277 2004-11-07 [colin]      0.9.12cvs140.2
3278
3279         * src/textview.c
3280                 Fix memleak. Patch by Alfons.
3281
3282 2004-11-06 [colin]      0.9.12cvs140.1
3283
3284         * src/compose.c
3285                 Sync with HEAD (don't ask passphrase
3286                 when drafting)
3287
3288 2004-11-06 [paul]       0.9.12cvs139.2
3289
3290         * AUTHORS
3291         * src/textview.c
3292         * src/textview.h
3293                 textview URI handling. hovering over a 
3294                 link displays it in the status bar,
3295                 and changes the mouse pointer to a hand 
3296                 cursor. a link is activated with a single 
3297                 click. (Modified from the) patch by Jean-Yves 
3298                 Lefort <jylefort@users.sourceforge.net>
3299                 
3300
3301 2004-11-05 [colin]      0.9.12cvs139.1
3302
3303         * src/compose.c
3304         * src/procmime.c
3305                 Sync with HEAD again ^^
3306
3307 2004-11-05 [colin]      0.9.12cvs139.1
3308
3309         * src/compose.c
3310         * src/procmime.c
3311                 Sync with HEAD
3312
3313 2004-11-03 [paul]       0.9.12cvs138.1
3314
3315         * ChangeLog.claws
3316         * configure.ac
3317         * po/POTFILES.in
3318         * src/prefs_ext_prog.c
3319         * src/procmime.c
3320         * tools/kdeservicemenu/README
3321         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3322         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3323                 sync with HEAD
3324
3325 2004-11-01 [christoph]  0.9.12cvs136.2
3326
3327         * src/procmime.c
3328                 convert MIME parameters to UTF-8
3329
3330 2004-10-29 [colin]      0.9.12cvs136.1
3331
3332         * src/common/utils.c
3333                 Sync with HEAD (don't use '=' in mime boundary)
3334
3335 2004-10-29 [paul]       0.9.12cvs135.1
3336
3337         * configure.ac
3338         * doc/src/rfc2231.txt
3339         * src/procmime.c
3340         * src/common/quoted-printable.c
3341         * src/common/utils.c
3342         * src/common/utils.h
3343                 sync with HEAD
3344
3345 2004-10-27 [paul]       0.9.12cvs134.1
3346
3347         * configure.ac
3348         * src/main.c
3349         * src/procmime.c
3350         * src/plugins/pgpmime/pgpmime.c
3351                 sync with HEAD
3352
3353 2004-10-26 [paul]       0.9.12cvs132.3
3354
3355         * src/account.c
3356         * src/addressbook.c
3357         * src/addrgather.c
3358         * src/addrharvest.c
3359         * src/codeconv.c
3360         * src/compose.c
3361         * src/customheader.c
3362         * src/editaddress.c
3363         * src/editgroup.c
3364         * src/enriched.c
3365         * src/expldifdlg.c
3366         * src/exporthtml.c
3367         * src/exportldif.c
3368         * src/folder.c
3369         * src/foldersel.c
3370         * src/folderview.c
3371         * src/grouplistdialog.c
3372         * src/html.c
3373         * src/imap.c
3374         * src/jpilot.c
3375         * src/ldapserver.c
3376         * src/ldif.c
3377         * src/mimeview.c
3378         * src/news.c
3379         * src/news_gtk.c
3380         * src/pop.c
3381         * src/prefs_display_header.c
3382         * src/prefs_gtk.c
3383         * src/prefs_msg_colors.c
3384         * src/prefs_toolbar.c
3385         * src/procheader.c
3386         * src/procmime.c
3387         * src/summaryview.c
3388         * src/textview.c
3389         * src/toolbar.c
3390         * src/vcard.c
3391         * src/common/mgutils.c
3392         * src/common/nntp.c
3393         * src/common/smtp.c
3394         * src/common/template.c
3395         * src/common/utils.c
3396         * src/common/xmlprops.c
3397         * src/plugins/pgpmime/pgpmime.c
3398         * src/plugins/pgpmime/select-keys.c
3399         * src/plugins/pgpmime/sgpgme.c
3400                 replace deprecated g_strcasecmp(), g_strncasecmp(),
3401                 g_string_sprintfa(), gtk_notebook_current_page()
3402
3403 2004-10-26 [colin]      0.9.12cvs132.2
3404
3405         * src/prefs_folder_item.c
3406                 Fix default-account selection
3407
3408 2004-10-21 [colin]      0.9.12cvs133
3409
3410         * src/compose.c
3411                 Sync with HEAD (Remove extra separator in compose's Options)
3412         * src/textview.c
3413                 Set wrapping to char
3414
3415 2004-10-21 [paul]       0.9.12cvs131.2
3416
3417         * src/compose.c
3418         * src/sourcewindow.c
3419                 fix wrapping
3420                 fix window shrinking 
3421
3422 2004-10-21 [colin]      0.9.12cvs131.1
3423
3424         * ChangeLog.claws
3425         * src/compose.c
3426                 Sync with HEAD
3427
3428 2004-10-21 [paul]       0.9.12cvs130.2
3429
3430         * src/prefs_folder_item.c
3431                 sync with HEAD (Apply to subfolders)
3432
3433 2004-10-19 [colin]      0.9.12cvs130.1
3434
3435         * ChangeLog.claws
3436         * src/compose.c
3437         * src/common/utils.c
3438         * src/gtk/menu.c
3439                 Sync with HEAD
3440
3441 2004-10-19 [colin]      0.9.12cvs128.1
3442
3443         * src/addrbook.c
3444         * src/addrcache.c
3445         * src/addressbook.c
3446         * src/codeconv.c
3447         * src/compose.c
3448         * src/customheader.c
3449         * src/editaddress.c
3450         * src/editgroup.c
3451         * src/exporthtml.c
3452         * src/folder.c
3453         * src/folderview.c
3454         * src/imap.c
3455         * src/jpilot.c
3456         * src/main.c
3457         * src/matcher_parser_parse.y
3458         * src/mbox.c
3459         * src/pop.c
3460         * src/prefs_account.c
3461         * src/prefs_gtk.c
3462         * src/prefs_msg_colors.c
3463         * src/procheader.c
3464         * src/procmime.c
3465         * src/procmime.h
3466         * src/procmsg.c
3467         * src/summaryview.c
3468         * src/textview.c
3469         * src/common/base64.c
3470         * src/common/partial_download.c
3471         * src/common/socket.c
3472         * src/common/sylpheed.c
3473         * src/common/utils.c
3474         * src/common/utils.h
3475         * src/gtk/pluginwindow.c
3476         * src/gtk/quicksearch.c
3477         * src/plugins/clamav/clamav_plugin.c
3478         * src/plugins/clamav/clamav_plugin.h
3479         * src/plugins/clamav/clamav_plugin_gtk.c
3480         * src/plugins/pgpmime/passphrase.c
3481         * src/plugins/pgpmime/pgpmime.c
3482         * src/plugins/pgpmime/plugin.c
3483         * src/plugins/pgpmime/prefs_gpg.c
3484         * src/plugins/pgpmime/prefs_gpg.h
3485         * src/plugins/pgpmime/select-keys.c
3486         * src/plugins/pgpmime/sgpgme.c
3487         * src/plugins/spamassassin/libspamc.c
3488         * src/plugins/spamassassin/spamassassin.c
3489         * src/plugins/spamassassin/spamassassin.h
3490         * src/plugins/spamassassin/spamassassin_gtk.c
3491         * src/plugins/trayicon/trayicon.c
3492         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
3493                 Sync with HEAD
3494
3495 2004-10-14 [colin]      0.9.12cvs126.2
3496
3497         * src/codeconv.c
3498         * src/textview.c
3499                 Fix conv_unreadable_locale
3500
3501 2004-10-13 [colin]      0.9.12cvs126.1
3502
3503         * src/compose.c
3504                 Sync with HEAD (don't convert charset for 
3505                 drafted messages, minor cleanup)
3506
3507 2004-10-13 [colin]      0.9.12cvs125.1
3508
3509         * po/POTFILES.in
3510                 Sync with HEAD (POTFILES fix)
3511
3512 2004-10-12 [colin]      0.9.12cvs124.3
3513
3514         * src/compose.c
3515                 Fix encoding bug from latest sync
3516
3517 2004-10-12 [paul]       0.9.12cvs124.2
3518
3519         * src/plugins/pgpmime/prefs_gpg.c
3520         * src/plugins/pgpmime/prefs_gpg.h
3521                 forgotten in last commit        
3522
3523 2004-10-12 [paul]       0.9.12cvs124.1
3524
3525         * ChangeLog.claws
3526         * configure.ac
3527         * m4/spamassassin.m4
3528         * src/Makefile.am
3529         * src/account.c
3530         * src/compose.c
3531         * src/compose.h
3532         * src/crash.c
3533         * src/main.c
3534         * src/mimeview.c
3535         * src/passphrase.c
3536         * src/passphrase.h
3537         * src/prefs_account.c
3538         * src/prefs_account.h
3539         * src/prefs_common.c
3540         * src/privacy.c
3541         * src/privacy.h
3542         * src/procmime.c
3543         * src/procmime.h
3544         * src/procmsg.c
3545         * src/rfc2015.c
3546         * src/rfc2015.h
3547         * src/select-keys.c
3548         * src/select-keys.h
3549         * src/textview.c
3550         * src/common/utils.c
3551         * src/common/utils.h
3552         * src/gtk/about.c
3553         * src/plugins/pgpmime/Makefile.am
3554         * src/plugins/pgpmime/passphrase.c
3555         * src/plugins/pgpmime/passphrase.h
3556         * src/plugins/pgpmime/pgpmime.c
3557         * src/plugins/pgpmime/plugin.c
3558         * src/plugins/pgpmime/select-keys.c
3559         * src/plugins/pgpmime/select-keys.h
3560         * src/plugins/pgpmime/sgpgme.c
3561         * src/plugins/pgpmime/sgpgme.h
3562                 sync with HEAD
3563
3564 2004-10-04 [colin]      0.9.12cvs122.1
3565
3566         * src/mainwindow.c
3567         * src/messageview.c
3568         * src/messageview.h
3569         * src/textview.c
3570                 Sync with HEAD
3571
3572 2004-10-04 [colin]      0.9.12cvs121.1
3573
3574         * src/summaryview.c
3575                 Sync with HEAD
3576
3577 2004-10-04 [paul]       0.9.12cvs120.1
3578
3579         * configure.ac
3580                 sync with HEAD [don't try to build 
3581                 pgpmime plugin when gpgme is disabled]
3582
3583 2004-10-03 [colin]      0.9.12cvs119.3
3584
3585         * src/gtk/gtksctree.c
3586                 Lots of side effects. Put back as before 117.2.
3587         * src/summaryview.c
3588                 Fix bug #602
3589
3590 2004-10-03 [colin]      0.9.12cvs119.2
3591
3592         * src/gtk/gtksctree.c
3593                 Revert 608 fix that doesn't work that good
3594
3595 2004-10-02 [colin]      0.9.12cvs119.1
3596
3597         * src/mainwindow.c
3598         * src/messageview.c
3599         * src/prefs_common.h
3600         * src/procmime.c
3601         * src/procmime.h
3602         * src/textview.c
3603                 Sync with HEAD
3604         * src/gtk/gtksctree.c
3605                 Close bug #608
3606
3607 2004-10-01 [colin]      0.9.12cvs118.1
3608
3609         * src/mimeview.c
3610                 Sync with HEAD (better Save All fix)
3611
3612 2004-10-01 [colin]      0.9.12cvs117.2
3613
3614         * src/gtk/gtksctree.c
3615                 Faster on selection
3616
3617 2004-10-01 [colin]      0.9.12cvs117.1
3618
3619         * src/mimeview.c
3620                 Sync with HEAD (Save All: only attachments)
3621
3622 2004-10-01 [paul]       0.9.12cvs116.1
3623
3624         * ChangeLog.claws
3625         * configure.ac
3626         * src/account.c
3627         * src/prefs_common.c
3628         * src/gtk/colorlabel.c
3629                 sync with HEAD
3630
3631 2004-09-30 [colin]      0.9.12cvs115.1
3632
3633         * src/stock_pixmap.c
3634         * src/stock_pixmap.h
3635         * src/folderview.c
3636         * src/Makefile.am
3637         * src/pixmaps/read.xpm
3638                 Sync with HEAD (new pixmap)
3639
3640 2004-09-29 [colin]      0.9.12cvs114.1
3641
3642         * src/compose.c
3643                 Sync with HEAD
3644                 Fix focus handling in headers
3645
3646 2004-09-29 [paul]       0.9.12cvs113.1
3647
3648         * src/quote_fmt_parse.y
3649                 sync with HEAD
3650  
3651
3652 2004-09-28 [colin]      0.9.12cvs112.1
3653
3654         * src/folderview.c
3655         * src/mainwindow.c
3656                 Sync with HEAD
3657
3658 2004-09-28 [colin]      0.9.12cvs110.1
3659
3660         * src/folderview.c
3661                 Sync with HEAD (Contextual Empty trash menu)
3662
3663 2004-09-28 [colin]      0.9.12cvs108.1
3664
3665         * src/addressbook.c
3666                 Sync with HEAD (addressbook edit on double-click)
3667
3668 2004-09-28 [colin]      0.9.12cvs106.1
3669
3670         * src/inc.c
3671                 Sync with HEAD (folder_item freeze on inc)
3672
3673 2004-09-27 [colin]      0.9.12cvs105.1
3674
3675         * src/folderview.c
3676                 Sync with HEAD (right-align new and unread column)
3677
3678 2004-09-27 [colin]      0.9.12cvs104.1
3679
3680         * src/main.c
3681                 Sync with HEAD (revert 0.9.12cvs101)
3682
3683 2004-09-24 [colin]      0.9.12cvs103.2
3684
3685         * src/wizard.c
3686                 Fix gtk warnings and use domain part of the email address 
3687                 when domain detection fails (no dot in domain name)
3688
3689 2004-09-23 [colin]      0.9.12cvs103.1
3690
3691         * src/plugins/spamassassin/libspamc.c
3692         * src/plugins/spamassassin/libspamc.h
3693         * src/plugins/spamassassin/utils.c
3694         * src/plugins/spamassassin/utils.h
3695                 Sync with HEAD (Update spamassassin to 3.0)
3696
3697 2004-09-21 [colin]      0.9.12cvs102.3
3698
3699         * src/action.c
3700                 Add horizontal scrollbar in action io dialog as needed
3701                 Patch by Alfons.
3702
3703 2004-09-20 [colin]      0.9.12cvs102.2
3704
3705         * src/plugins/image_viewer/viewer.c
3706                 Remove imlib stuff
3707                 use gtk_pixmap_set when clearing
3708                 (would be better to use gtkImages, but causes size-allocate 
3709                 signals storm)
3710
3711 2004-09-17 [paul]       0.9.12cvs102.1
3712
3713         * ChangeLog
3714         * ChangeLog.claws
3715         * ChangeLog.jp
3716         * configure.ac
3717         * src/inc.c
3718                 sync with HEAD
3719
3720
3721 2004-09-17 [colin]      0.9.12cvs101.1
3722
3723         * ChangeLog.claws
3724         * src/main.c
3725                 Sync with HEAD (fix segs at exit)
3726
3727 2004-09-14 [colin]      0.9.12cvs99.5
3728
3729         * src/common/socket.c
3730         * AUTHORS
3731                 Fix send error on 64bit platforms
3732                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
3733
3734 2004-09-14 [colin]      0.9.12cvs99.4
3735
3736         * src/action.c
3737                 Fix action output with utf8 
3738                 Patch by Alfons.
3739
3740 2004-09-14 [colin]      0.9.12cvs99.3
3741
3742         * ChangeLog.claws
3743         * src/folder.c
3744                 Sync with HEAD
3745
3746 2004-09-09 [colin]      0.9.12cvs99.2
3747
3748         * src/action.c
3749                 Fix progress bar (displaying "Completed %v/%u")
3750                 Patch by Alfons.
3751
3752 2004-09-08 [colin]      0.9.12cvs99.1
3753
3754         * src/account.c
3755         * src/folder.c
3756         * src/procmsg.c
3757         * src/procmsg.h
3758         * src/plugins/pgpmime/pgpmime.c
3759                 Sync with HEAD
3760
3761 2004-09-08 [colin]      0.9.12cvs97.2
3762
3763         * src/summaryview.c
3764                 Don't select mails in collapsed threads 
3765                 when navigating with up/down
3766
3767 2004-09-07 [colin]      0.9.12cvs97.1
3768
3769         * src/inc.c
3770                 Sync with HEAD (meaningful error messages)
3771
3772 2004-09-06 [colin]      0.9.12cvs96.1
3773
3774         * src/toolbar.c
3775                 Sync with HEAD (fix Redirect graying out)
3776
3777 2004-09-06 [colin]      0.9.12cvs95.1
3778
3779         * src/summaryview.c
3780         * src/mimeview.c
3781                 Sync with HEAD (fix dropped URIs)
3782
3783 2004-09-06 [colin]      0.9.12cvs94.1
3784
3785         * src/addressbook.c
3786         * src/addressitem.h
3787         * src/addritem.c
3788         * src/addritem.h
3789                 Sync with HEAD (addressbook DnD)
3790
3791 2004-09-03 [colin]      0.9.12cvs93.1
3792
3793         * src/summaryview.c
3794                 Sync with HEAD (next/prev unread)
3795
3796 2004-09-03 [colin]      0.9.12cvs92.1
3797
3798         * src/prefs_common.c
3799         * src/prefs_common.h
3800         * src/summaryview.c
3801                 Sync with HEAD ('mark_as_read_delay' pref)
3802
3803 2004-09-02 [colin]      0.9.12cvs91.2
3804
3805         * src/common/xml.c
3806                 Fix leak
3807
3808 2004-09-02 [colin]      0.9.12cvs91.1
3809
3810         * src/gtk/menu.c
3811                 Sync with HEAD (menu accel don't work, but whatever)
3812
3813 2004-09-02 [colin]      0.9.12cvs90.1
3814
3815         * src/account.c
3816                 Sync with HEAD (fix bug 582)
3817
3818 2004-09-02 [colin]      0.9.12cvs89.1
3819
3820         * src/addrindex.c
3821                 Sync with HEAD (free deleted queries)
3822
3823 2004-09-02 [colin]      0.9.12cvs88.1
3824
3825         * src/ldapquery.c
3826                 Sync with HEAD (fix LDAP freezes)
3827
3828 2004-09-02 [colin]      0.9.12cvs87.1
3829
3830         * src/prefs_spelling.c
3831                 Sync with HEAD (add default dictionary)
3832
3833 2004-09-01 [colin]      0.9.12cvs86.1
3834
3835         * src/filtering.c
3836         * src/folderview.c
3837         * src/imap.c
3838         * src/prefs_matcher.c
3839         * src/stock_pixmap.c
3840         * src/summary_search.c
3841         * src/summaryview.c
3842         * src/wizard.c
3843         * src/wizard.h
3844                 Sync with HEAD (uninitialized vars fixes)
3845                 + gtk2 specific warning fixes
3846
3847 2004-08-31 [colin]      0.9.12cvs85.1
3848
3849         * src/folder.c
3850                 Sync with HEAD (Fix memory corruption due to 
3851                 uninitialized var)
3852
3853 2004-08-31 [colin]      0.9.12cvs84.4
3854
3855         * src/summary_search.c
3856                 Fix segfaults when searching in folders with broken headers
3857
3858 2004-08-31 [colin]      0.9.12cvs84.3
3859
3860         * src/compose.c
3861         * src/textview.c
3862                 Fix some more encoding/decoding issues
3863
3864 2004-08-30 [colin]      0.9.12cvs84.2
3865
3866         * src/mimeview.c
3867         * src/prefs_themes.c
3868         * src/gtk/filesel.c
3869         * src/gtk/filesel.h
3870                 Add a folder-mode selection (fixes mimeview's "Save all")
3871
3872 2004-08-29 [colin]      0.9.12cvs84.1
3873
3874         * src/mimeview.c
3875                 Sync with HEAD (don't escape saved filenames)
3876
3877 2004-08-27 [colin]      0.9.12cvs83.1
3878
3879         * ChangeLog
3880         * ChangeLog.claws
3881         * ChangeLog.jp
3882         * src/mh.c
3883         * src/procheader.c
3884         * src/procmsg.c
3885         * src/procmsg.h
3886         * src/common/utils.c
3887         * src/gtk/menu.h
3888         * po/
3889                 Sync with HEAD 0.9.12cvs83 (sync with main)
3890
3891 2004-08-26 [colin]      0.9.12cvs82.4
3892
3893         * src/codeconv.c
3894                 Fix strange stack corruption
3895                 Convert to utf8 after unmime, not before
3896
3897 2004-08-26 [colin]      0.9.12cvs82.3
3898
3899         * src/main.c
3900         * src/wizard.c
3901                 Fix account folders duplication
3902
3903 2004-08-25 [colin]      0.9.12cvs82.2
3904
3905         * src/wizard.c
3906                 Remove ports
3907                 Add SSL selection
3908                 Use login@server as account name
3909
3910 2004-08-25 [colin]      0.9.12cvs82.1
3911
3912         * src/plugins/pgpmime/pgpmime.c
3913                 Sync with HEAD (leak fix).
3914
3915 2004-08-25 [colin]      0.9.12cvs81.1
3916
3917         * src/plugins/pgpmime/pgpmime.c
3918         * src/plugins/pgpmime/sgpgme.c
3919         * src/plugins/pgpmime/sgpgme.h
3920                 Sync with HEAD (Handle combined messages).
3921
3922 2004-08-24 [colin]      0.9.12cvs80.3
3923
3924         * src/wizard.c
3925                 Fix full name, ports, and imap
3926
3927 2004-08-24 [colin]      0.9.12cvs80.2
3928
3929         * src/Makefile.am
3930         * src/main.c
3931         * src/setup.c
3932         * src/setup.h
3933         * src/stock_pixmap.c
3934         * src/stock_pixmap.h
3935         * src/wizard.c ** ADDED **
3936         * src/wizard.h ** ADDED ** 
3937         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
3938                 Add a setup wizard 
3939
3940 2004-08-24 [colin]      0.9.12cvs80.1
3941
3942         * src/folder.c
3943                 Sync with HEAD (set mimeflags on all messages)
3944
3945 2004-08-24 [colin]      0.9.12cvs79.3
3946
3947         * src/matcher_parser_lex.l
3948                 Fix 8bits strings not in utf8
3949
3950 2004-08-24 [colin]      0.9.12cvs79.2
3951
3952         * src/compose.c
3953                 Check conversion result before replacing buffer
3954
3955 2004-08-23 [colin]      0.9.12cvs79.1
3956
3957         * src/compose.c
3958                 Sync with HEAD (create message header in memory)
3959
3960 2004-08-23 [colin]      0.9.12cvs78.1
3961
3962         * src/rfc2015.c
3963         * src/rfc2015.h
3964                 Sync with HEAD (fix bug 197 again)
3965
3966 2004-08-23 [colin]      0.9.12cvs77.3
3967
3968         * src/compose.c
3969                 Fix again inline gpg signing (which outputs utf8
3970                 in gtk2). Not syncing this fix to HEAD as this 
3971                 code is meant to die.
3972
3973 2004-08-23 [colin]      0.9.12cvs77.2
3974
3975         * src/prefs_account.h
3976                 Remove useless include
3977
3978 2004-08-23 [colin]      0.9.12cvs77.1
3979
3980         * src/imap.c
3981         * po/es.po
3982         * po/fr.po
3983         * po/it.po
3984         * po/pl.po
3985         * po/pt_BR.po
3986         * po/sk.po
3987         * po/sr.po
3988                 Sync with HEAD (fix bug 577)
3989
3990 2004-08-22 [colin]      0.9.12cvs76.1
3991
3992         * src/plugins/trayicon/trayicon.c
3993                 Sync with HEAD (fix formatting bug)
3994
3995 2004-08-21 [colin]      0.9.12cvs74.2
3996
3997         * src/gtk/colorsel.c
3998                 Fix bug 564 (Folder color selection window exits on any
3999                 keypress)
4000
4001 2004-08-21 [colin]      0.9.12cvs74.1
4002
4003         * ChangeLog.claws
4004         * src/compose.c
4005         * src/summaryview.c
4006         * src/toolbar.c
4007                 Sync with HEAD (fix bug 576)
4008
4009 2004-08-21 [colin]      0.9.12cvs70.1
4010
4011         * src/compose.c
4012         * src/mainwindow.c
4013                 Sync with HEAD
4014                 
4015
4016 2004-08-21 [paul]       0.9.12cvs66.4
4017
4018         * src/mainwindow.c
4019         * src/messageview.c
4020         * src/gtk/menu.c
4021         * src/plugins/spamassassin/spamassassin_gtk.c
4022                 remove some deprecated gtk1 functions
4023
4024
4025 2004-08-21 [colin]      0.9.12cvs66.3
4026
4027         * src/compose.c
4028         * src/codeconv.c
4029                 Fix warnings
4030                 Remove encoding hacks
4031                 Fix bug 575 (Strange character messes up message)
4032                 Don't display conversion error when drafting
4033
4034 2004-08-21 [paul]       0.9.12cvs66.2
4035
4036         * src/prefs_account.c
4037                 fix GnuPG mode bugs
4038
4039
4040 2004-08-20 [colin]      0.9.12cvs66.1
4041
4042         * src/codeconv.c
4043                 Sync with HEAD 0.9.12cvs66
4044
4045 2004-08-20 [paul]
4046
4047         * src/plugins/pgpmime/plugin.c
4048                 modify PGP/MIME plugin's description
4049
4050 2004-08-17 [colin]      0.9.12cvs65.1
4051
4052         * src/common/ssl.c
4053         * src/plugins/pgpmime/plugin.c
4054                 Sync with HEAD
4055
4056 2004-08-14 [colin]      0.9.12cvs60.3
4057
4058         * src/plugins/trayicon/trayicon.c
4059                 Put back resize callback, on size-request signal
4060                 rather than size-allocate to avoid infinite 
4061                 callback loop
4062
4063 2004-08-13 [colin]      0.9.12cvs60.2
4064
4065         * src/common/defs.h
4066                 Cache versions have been fixed
4067
4068 2004-08-13 [colin]      0.9.12cvs60.1
4069
4070         * src/folderutils.c
4071                 Sync with HEAD
4072
4073 2004-08-12 [colin]      0.9.12cvs59.1
4074
4075         * src/plugins/trayicon/trayicon.c
4076                 Sync with HEAD
4077
4078 2004-08-12 [colin]      0.9.12cvs57.5
4079
4080         * sylpheed.desktop
4081         * configure.ac
4082         * src/Makefile.am
4083         * src/main.c
4084                 Add support for Freedesktop.org's startup notification
4085
4086 2004-08-11 [colin]      0.9.12cvs57.4
4087
4088         * src/textview.c
4089                 Fix off-by-one
4090
4091 2004-08-11 [colin]      0.9.12cvs57.3
4092
4093         * src/message_search.c
4094         * src/summary_search.c
4095                 Make searches case insensitive by default
4096         * src/textview.c
4097                 Fix case-insensitive search in message
4098
4099 2004-08-11 [colin]      0.9.12cvs57.2
4100
4101         * src/summary_search.c
4102                 Let case-sensitive be specified
4103
4104 2004-08-10 [colin]      0.9.12cvs55.4
4105
4106         * src/common/socket.c
4107                 Fix the possible race condition
4108
4109 2004-08-09 [paul]       0.9.12cvs55.3
4110
4111         * configure.ac
4112         * src/Makefile.am
4113         * src/common/Makefile.am
4114                 sync with HEAD
4115
4116
4117 2004-08-09 [paul]       0.9.12cvs55.2
4118
4119         * autogen.sh
4120         * po/poconv.sh
4121                 remove unneeded script
4122
4123         * configure.ac
4124                 add forgotten USE_LDAP_TLS (sync with HEAD)
4125
4126
4127 2004-08-09 [colin]      0.9.12cvs55.1
4128
4129         * src/main.c
4130         * src/common/ssl.c
4131         * src/common/sylpheed.c
4132         * src/common/sylpheed.h
4133                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
4134
4135 2004-08-09 [paul]       0.9.12cvs54.1
4136
4137         * ChangeLog
4138         * ChangeLog.claws
4139         * ChangeLog.jp
4140         * configure.ac
4141         * po/POTFILES.in
4142         * src/Makefile.am
4143         * src/folderutils.c
4144         * src/main.c
4145         * src/pgpmime.c
4146         * src/pgpmime.h
4147         * src/sgpgme.c
4148         * src/sgpgme.h
4149         * src/plugins/Makefile.am
4150         * src/plugins/pgpmime/.cvsignore
4151         * src/plugins/pgpmime/Makefile.am
4152         * src/plugins/pgpmime/pgpmime.c
4153         * src/plugins/pgpmime/pgpmime.h
4154         * src/plugins/pgpmime/plugin.c
4155         * src/plugins/pgpmime/sgpgme.c
4156         * src/plugins/pgpmime/sgpgme.h
4157                 sync with HEAD
4158
4159 2004-08-08 [paul]       0.9.12cvs51.1
4160
4161         * configure.ac
4162         * src/folder.c
4163                 sync with HEAD
4164
4165 2004-08-07 [colin]      0.9.12cvs50.1
4166
4167         * src/pop.c
4168         * src/common/partial_download.c
4169                 fix warnings (sync from HEAD)
4170
4171 2004-08-07 [colin]      0.9.12cvs48.1
4172
4173         * src/prefs_folder_item.c
4174                 sync with HEAD 0.9.12cvs48
4175
4176 2004-08-06 [colin]      0.9.12cvs47.1
4177
4178         * src/compose.c
4179                 Sync with HEAD
4180
4181 2004-08-06 [christoph]  0.9.12cvs46.2
4182
4183         * src/main.c
4184         * src/plugins/clamav/clamav_plugin_gtk.c
4185         * src/plugins/dillo_viewer/dillo_viewer.c
4186         * src/plugins/image_viewer/plugin.c
4187         * src/plugins/mathml_viewer/mathml_viewer.c
4188         * src/plugins/spamassassin/spamassassin_gtk.c
4189         * src/plugins/trayicon/trayicon.c
4190                 don't mix GTK1.2 plugin with GTK2 plugins
4191
4192 2004-08-06 [colin]      0.9.12cvs46.1
4193
4194         * ChangeLog
4195         * ChangeLog.claws
4196         * ChangeLog.jp
4197         * configure.ac
4198         * sylpheed-claws.pc.in
4199         * src/folder.c
4200         * src/imap.c
4201         * src/localfolder.c
4202         * src/messageview.c
4203         * src/mimeview.c
4204         * src/mimeview.h
4205         * src/msgcache.c
4206         * src/news.c
4207         * src/prefs_ext_prog.c
4208         * src/prefs_folder_item.c
4209         * src/prefs_fonts.c
4210         * src/prefs_msg_colors.c
4211         * src/prefs_spelling.c
4212         * src/prefs_themes.c
4213         * src/prefs_toolbar.c
4214         * src/prefs_wrapping.c
4215         * src/procmime.h
4216         * src/common/defs.h
4217         * src/common/nntp.c
4218         * src/common/session.c
4219         * src/common/session.h
4220         * src/common/socket.c
4221         * src/common/utils.h
4222         * src/common/xml.c
4223         * src/common/xml.h
4224         * src/gtk/prefswindow.c
4225         * src/gtk/prefswindow.h
4226         * src/plugins/clamav/clamav_plugin_gtk.c
4227         * src/plugins/dillo_viewer/dillo_prefs.c
4228         * src/plugins/image_viewer/viewerprefs.c
4229         * src/plugins/spamassassin/spamassassin_gtk.c
4230         * m4/openssl.m4 *** REMOVED ***
4231                 Sync with HEAD 0.9.12cvs46
4232
4233 2004-08-03 [paul]       0.9.12cvs40.2
4234
4235         * src/action.c
4236         * src/addressadd.c
4237         * src/addressbook.c
4238         * src/addrgather.c
4239         * src/browseldap.c
4240         * src/compose.c
4241         * src/crash.c
4242         * src/editaddress.c
4243         * src/editgroup.c
4244         * src/editldap_basedn.c
4245         * src/foldersel.c
4246         * src/importldif.c
4247         * src/mimeview.c
4248         * src/prefs_common.c
4249         * src/prefs_template.c
4250         * src/sourcewindow.c
4251         * src/summaryview.c
4252         * src/gtk/about.c
4253         * src/gtk/foldersort.c
4254         * src/gtk/logwindow.c
4255         * src/gtk/pluginwindow.c
4256         * src/gtk/prefswindow.c
4257                 change all gtk_scrolled_window_set_policy from 
4258                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
4259
4260 2004-08-02 [paul]       0.9.12cvs40.1
4261
4262         * AUTHORS
4263                 update translation team section
4264         * po/pt_BR.po
4265                 updated by Frederico Goncalves Guimaraes
4266                 <fggdebian@yahoo.com.br>
4267
4268 2004-07-31 [colin]      0.9.12cvs39.9
4269
4270         * src/exphtmldlg.c
4271                 Fix compilation
4272
4273 2004-07-31 [colin]      0.9.12cvs39.8
4274
4275         * src/exphtmldlg.c
4276                 Fix an alertpanel type
4277
4278 2004-07-30 [colin]      0.9.12cvs39.7
4279
4280         * src/alertpanel.c
4281                 Fix alertpanel_error_log's icon
4282
4283 2004-07-30 [colin]      0.9.12cvs39.6
4284
4285         * src/pop.c
4286                 Two of them should still be warnings
4287
4288 2004-07-30 [colin]      0.9.12cvs39.5
4289
4290         * src/pop.c
4291                 More warning -> error
4292 2004-07-29 [colin]      0.9.12cvs39.4
4293
4294         * src/pop.c
4295                 Warning -> error
4296
4297 2004-07-29 [colin]      0.9.12cvs39.3
4298
4299         * src/prefs_matcher.c
4300                 Fix segfault
4301
4302 2004-07-29 [colin]      0.9.12cvs39.2
4303
4304         * src/alertpanel.c
4305                 More nice-looking alertpanels
4306
4307 2004-07-29 [colin]      0.9.12cvs39.1
4308
4309         * src/messageview.c
4310                 sync with head
4311                 (inform user when partial mail is deleted on server)
4312
4313 2004-07-29 [colin]      0.9.12cvs38.1
4314
4315         * src/messageview.c
4316                 sync with head
4317
4318 2004-07-28 [paul]       0.9.12cvs37.7
4319
4320         * src/mainwindow.c
4321                 complete the replacement of deprecated gtk_progress_*
4322
4323 2004-07-28 [paul]       0.9.12cvs37.6
4324
4325         * src/action.c
4326         * src/inc.c
4327         * src/mainwindow.c
4328         * src/send_message.c
4329         * src/gtk/progressdialog.c
4330         * src/gtk/progressdialog.h
4331                 replace deprecated gtk_progress_*
4332
4333 2004-07-28 [paul]       0.9.12cvs37.5
4334
4335         * src/gtk/filesel.c
4336                 remove gtk_window_set_wmclass()
4337 2004-07-28 [paul]       0.9.12cvs37.4
4338
4339         * src/addressbook.c
4340         * src/compose.c
4341         * src/foldersel.c
4342         * src/mainwindow.c
4343         * src/messageview.c
4344         * src/sourcewindow.c
4345         * src/gtk/logwindow.c
4346                 remove gtk_window_set_wmclass()
4347                 
4348         * src/prefs_filtering.c
4349         * src/prefs_filtering_action.c
4350         * src/prefs_fonts.c
4351         * src/prefs_gtk.c
4352         * src/prefs_matcher.c
4353         * src/ssl_manager.c
4354         * src/gtk/prefswindow.c
4355                 replace gtk_window_position()
4356
4357 2004-07-28 [colin]      0.9.12cvs37.3
4358
4359         * src/alertpanel.c
4360         * src/alertpanel.h
4361                 Add a way to specify panel type for specific
4362                 panels (alertpanel())
4363         * src/account.c
4364         * src/addressbook.c
4365         * src/compose.c
4366         * src/expldifdlg.c
4367         * src/main.c
4368         * src/messageview.c
4369         * src/summaryview.c
4370         * src/textview.c
4371         * src/gtk/sslcertwindow.c
4372                 Fix alertpanel()s so that their icon match
4373                 their real type
4374
4375 2004-07-28 [paul]       0.9.12cvs37.2
4376
4377         * src/addr_compl.c
4378         * src/addressbook.c
4379         * src/alertpanel.c
4380         * src/compose.c
4381         * src/export.c
4382         * src/foldersel.c
4383         * src/folderview.c
4384         * src/grouplistdialog.c
4385         * src/import.c
4386         * src/mainwindow.c
4387         * src/message_search.c
4388         * src/messageview.c
4389         * src/passphrase.c
4390         * src/prefs_actions.c
4391         * src/prefs_common.c
4392         * src/prefs_customheader.c
4393         * src/prefs_display_header.c
4394         * src/prefs_filtering.c
4395         * src/prefs_filtering_action.c
4396         * src/prefs_gtk.c
4397         * src/prefs_matcher.c
4398         * src/prefs_msg_colors.c
4399         * src/prefs_summary_column.c
4400         * src/prefs_template.c
4401         * src/sourcewindow.c
4402         * src/ssl_manager.c
4403         * src/summary_search.c
4404         * src/gtk/colorsel.c
4405         * src/gtk/description_window.c
4406         * src/gtk/gtkaspell.c
4407         * src/gtk/inputdialog.c
4408         * src/gtk/logwindow.c
4409         * src/gtk/prefswindow.c
4410         * src/gtk/progressdialog.c
4411                 replace deprecated gtk_window_set_policy
4412
4413 2004-07-27 [colin]      0.9.12cvs37.1
4414
4415         * src/msgcache.c
4416                 More fixes (synced for head again)
4417
4418 2004-07-27 [colin]      0.9.12cvs35.3
4419
4420         * src/msgcache.c
4421                 Fix wrong test
4422
4423 2004-07-27 [colin]      0.9.12cvs35.2
4424
4425         * src/mimeview.c
4426                 Fix width a bit (by Paul)
4427         * src/alertpanel.c
4428         * src/alertpanel.h
4429                 Specialize icons, make alertpanel_message()
4430                 private
4431         * src/message_search.c
4432         * src/sgpgme.c
4433         * src/summary_search.c
4434                 Suit alertpanel changes
4435
4436 2004-07-27 [colin]      0.9.12cvs35.1
4437
4438         * src/alertpanel.c
4439                 Add an icon
4440         * src/passphrase.c
4441                 Add debug output - maybe someone will
4442                 want to look at the problem with Grab
4443                 Input :)
4444         Bump version as we're synced with HEAD
4445
4446 2004-07-26 [colin]      0.9.12cvs33.26
4447
4448         * src/pop.c
4449                 Fix uidl-file parsing when not in new
4450                 format
4451
4452 2004-07-26 [colin]      0.9.12cvs33.25
4453
4454         * src/gtk/menu.c
4455                 Move popup menu up if necessary (fixes 
4456                 account selector)
4457         * src/mainwindow.c
4458                 Set account selector's button height to
4459                 minimum
4460
4461 2004-07-26 [colin]      0.9.12cvs33.24
4462
4463         * src/alertpanel.c
4464                 Maybe fix 551 (Truncated font in alert window)
4465
4466 2004-07-26 [colin]      0.9.12cvs33.23
4467
4468         * po/de.po
4469         * po/es.po
4470         * po/fr.po
4471         * po/it.po
4472         * po/ja.po
4473         * po/pl.po
4474         * po/ru.po
4475         * po/sk.po
4476         * po/sr.po
4477         * po/zh_CN.po
4478                 Sync po files with HEAD
4479
4480 2004-07-26 [paul]       0.9.12cvs33.22
4481
4482         * src/compose.c
4483                 fix Bug 556 'Organisation-header is sent even if empty'
4484
4485 2004-07-24 [colin]      0.9.12cvs33.21
4486
4487         * src/compose.c
4488         * src/gtk/gtkaspell.c
4489         * src/gtk/gtkaspell.h
4490                 Fix speller accelerators (require hack)
4491
4492 2004-07-24 [colin]      0.9.12cvs33.20
4493
4494         * src/gtk/gtkaspell.c
4495                 Fix over-eager code deletion breaking
4496                 Check while typing
4497
4498 2004-07-24 [colin]      0.9.12cvs33.19
4499
4500         * src/browseldap.c
4501         * src/ldapctrl.c
4502         * src/ldapctrl.h
4503         * src/ldapserver.h
4504                 Sync ldap with HEAD
4505         (Fixes 546 LDAP completely broken)
4506
4507 2004-07-24 [colin]      0.9.12cvs33.18
4508
4509         * src/prefs_msg_colors.c
4510                 Fix prototype mismatch
4511         (Fixes 547 void function cannot return value)
4512
4513 2004-07-24 [colin]      0.9.12cvs33.17
4514
4515         * src/mainwindow.c
4516                 Fix sort going back to previous sort key
4517                 when changing sort direction
4518
4519 2004-07-24 [colin]      0.9.12cvs33.16
4520
4521         * src/compose.c
4522                 Fix space insertion when re-wrapping at 
4523                 cursor point
4524
4525 2004-07-24 [colin]      0.9.12cvs33.15
4526
4527         * src/gtk/gtkaspell.c
4528                 Don't change cursor position in insert-text
4529                 callback
4530         (Fixes 539 Word wrapping on input transposes letters)
4531
4532 2004-07-24 [colin]      0.9.12cvs33.14
4533
4534         * src/gtk/gtkaspell.c
4535                 Reencode non-ascii chars to dictionary's
4536                 encoding
4537         (Fixes 544 Spell check broken non english locale)
4538
4539 2004-07-24 [colin]      0.9.12cvs33.13
4540
4541         * src/summaryview.c
4542                 Fix Shift+Down, add Home/End/PgUp/PgDown
4543
4544 2004-07-21 [colin]      0.9.12cvs33.12
4545
4546         * src/prefs_common.c
4547                 Fix a gtk warning (Patch by Andrej Kacian)
4548
4549 2004-07-21 [colin]      0.9.12cvs33.11
4550
4551         * src/gtk/filesel.c
4552                 More check
4553
4554 2004-07-21 [colin]      0.9.12cvs33.10
4555
4556         * src/compose.c
4557         * src/crash.c
4558         * src/export.c
4559         * src/import.c
4560         * src/messageview.c
4561         * src/mimeview.c
4562         * src/prefs_spelling.c
4563         * src/prefs_themes.c
4564         * src/summaryview.c
4565         * src/gtk/filesel.c
4566         * src/gtk/filesel.h
4567         * src/gtk/pluginwindow.c
4568                 Untwist open/save mode guessing logic, make
4569                 it explicit
4570
4571 2004-07-20 [colin]      0.9.12cvs33.9
4572
4573         * src/codeconv.c
4574                 conv_encode_header: src_charset is UTF-8 on
4575                 gtk2
4576         * src/compose.c
4577                 Remove double encoding of the headers
4578
4579 2004-07-20 [colin]      0.9.12cvs33.8
4580
4581         * src/codeconv.c
4582                 Fix typo
4583
4584 2004-07-20 [colin]      0.9.12cvs33.7
4585
4586         * src/mainwindow.c
4587                 Set the separated messageview to the saved
4588                 size of Claws' messageview (Patch by Alfons)
4589                 Fix a callback prototype (me)
4590
4591 2004-07-20 [colin]      0.9.12cvs33.6
4592
4593         * src/codeconv.h
4594                 Forgot one hunk in 0.9.12cvs33.4
4595
4596 2004-07-19 [colin]      0.9.12cvs33.5
4597
4598         * src/action.c
4599                 Action output fix
4600                 Patch by Alfons
4601
4602 2004-07-19 [colin]      0.9.12cvs33.4
4603
4604         * src/compose.c
4605                 Fix outgoing charset bug in headers
4606         * src/codeconv.c
4607                 Clean for glib2 - Patch by Alfons
4608
4609 2004-07-19 [colin]      0.9.12cvs33.3
4610
4611         * src/statusbar.c
4612                 Remove grip from the statusbar
4613                 Patch by Alfons
4614
4615 2004-07-19 [colin]      0.9.12cvs33.2
4616
4617         * src/messageview.c
4618         * src/textview.c
4619                 Fix messageview remembering the previous
4620                 scroll position when loading a new message
4621                 Patch by Alfons
4622
4623 2004-07-19 [colin]      0.9.12cvs33.1
4624
4625         * src/folder.h
4626         * src/folderview.c
4627         * src/summaryview.c
4628                 Sync with HEAD
4629
4630 2004-07-18 [colin]      0.9.12cvs32.7
4631
4632         * configure.ac
4633                 Remove useless check for XIM - noticed
4634                 by Alfons
4635
4636 2004-07-18 [colin]      0.9.12cvs32.6
4637
4638         * src/summaryview.c
4639                 Remove non-modified and shift-modified
4640                 accelerators in summaryview's popup
4641                 menu, as that doesn't get catched by
4642                 the accel-activate signal catcher...
4643
4644 2004-07-18 [colin]      0.9.12cvs32.5
4645
4646         * src/prefs_common.c
4647                 Define sensible default prefs for 
4648                 wrapping
4649
4650 2004-07-18 [colin]      0.9.12cvs32.4
4651
4652         * src/compose.c
4653         * src/prefs_common.c
4654         * src/prefs_common.h
4655         * src/prefs_wrapping.c
4656                 Remove Smart Wrapping pref, which does
4657                 nothing on gtk2 branch
4658
4659 2004-07-18 [colin]      0.9.12cvs32.3
4660
4661         * src/sourcewindow.c
4662                 Proper utf8
4663
4664 2004-07-18 [colin]      0.9.12cvs32.2
4665
4666         * src/compose.c
4667                 Save attachment status when drafting
4668
4669 2004-07-18 [colin]      0.9.12cvs32.1
4670
4671         * src/gtk/filesel.c
4672                 Fix erratic folder selection in open mode
4673
4674 2004-07-18 [colin]      0.9.12cvs31.11
4675
4676         * src/pop.c
4677                 Don't let partial messages get deleted
4678                 even with "dowload all"
4679                 (0.9.12cvs31.8 fix extension)
4680 2004-07-18 [colin]      0.9.12cvs31.10
4681
4682         * src/gtk/logwindow.c
4683                 Fix log scrolling
4684
4685 2004-07-18 [colin]      0.9.12cvs31.9
4686
4687         * src/common/utils.c
4688                 Fix non-utf8 strings coming from commands
4689                 and files
4690
4691 2004-07-18 [colin]      0.9.12cvs31.8
4692
4693         * src/pop.c
4694                 Fix partial download bug with Download all
4695                 messages option
4696
4697 2004-07-18 [colin]      0.9.12cvs31.7
4698
4699         * src/textview.c
4700                 Fix bug introduced in 0.9.12cvs31.2
4701                 (blocked in select mode after double click)
4702
4703 2004-07-18 [colin]      0.9.12cvs31.6
4704
4705         * src/compose.c
4706         * src/gtk/menu.c
4707                 More glib-warning fixes
4708
4709 2004-07-18 [colin]      0.9.12cvs31.5
4710
4711         * src/compose.c
4712                 Fix trashing the primary clipboard when moving 
4713                 around with tab
4714         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
4715
4716 2004-07-18 [colin]      0.9.12cvs31.4
4717
4718         * src/codeconv.c
4719                 convert unencoded iso headers to utf8
4720         (Fix Bug 538 Unencoded local characters in subject make it 
4721          disappear)
4722
4723 2004-07-18 [colin]      0.9.12cvs31.3
4724
4725         * src/compose.c
4726                 Fix tab char handling in wrapping
4727         (Fix Bug 537 Line wrap problem - TAB character treated as 
4728          one character instead of 8)
4729
4730 2004-07-18 [colin]      0.9.12cvs31.2
4731
4732         * src/textview.c
4733                 return FALSE on GDK_MOTION_NOTIFY
4734         (Fix Bug 535 Hyperlinks/addresses are not selectable 
4735          (unable to highlight))
4736
4737 2004-07-18 [colin]      0.9.12cvs31.1
4738
4739         * src/folderview.c
4740                 Sync with 0.9.12cvs31
4741
4742 2004-07-18 [colin]      0.9.12cvs30.4
4743
4744         * src/compose.c
4745                 Also block text_inserted when inserting a file
4746
4747 2004-07-18 [colin]      0.9.12cvs30.3
4748
4749         * src/compose.c
4750                 Fix smart wrapping (block text_inserted handler
4751                 while putting quotation to avoid wrap on input,
4752                 don't join lines if next is sig separator)
4753
4754 2004-07-17 [colin]      0.9.12cvs30.2
4755
4756         * src/folderview.c
4757         * src/mainwindow.c
4758         * src/mimeview.c
4759         * src/summaryview.c
4760         * src/gtk/quicksearch.c
4761         * src/gtk/quicksearch.h
4762                 Block key events handlers *and* accels while
4763                 quicksearch is focused
4764         (Fixes Bug 534 quick-search bar not accepting certain letters)
4765
4766 2004-07-17 [colin]      0.9.12cvs30.1
4767
4768         * src/folder.h
4769         * src/folderview.c
4770         * src/summaryview.c
4771                 Sync with 0.9.12cvs30
4772
4773 2004-07-17 [colin]      0.9.12cvs28.2
4774
4775         * src/mimeview.c
4776         * src/procmime.c
4777         * src/summaryview.c
4778         * src/gtk/menu.c
4779                 Squash some compile and glib warnings
4780
4781 2004-07-17 [paul]       0.9.12cvs28.1
4782
4783         * src/mimeview.c
4784                 sync with 0.9.12cvs28 HEAD
4785
4786 2004-07-16 [paul]       0.9.12cvs26.1
4787         
4788         * src/gtk/quicksearch.c
4789         * src/account.c
4790         * src/account.h
4791         * src/compose.c
4792         * src/customheader.c
4793         * src/folder_item_prefs.c
4794         * src/main.c
4795         * src/mainwindow.c
4796         * src/messageview.c
4797         * src/mimeview.c
4798         * src/news.c
4799         * src/pgpmime.c
4800         * src/pop.c
4801         * src/pop.h
4802         * src/prefs_account.c
4803         * src/prefs_account.h
4804         * src/prefs_common.c
4805         * src/prefs_common.h
4806         * src/prefs_display_header.c
4807         * src/prefs_gtk.c
4808         * src/prefs_gtk.h
4809         * src/procheader.c
4810         * src/procmime.c
4811                 sync with 0.9.12cvs26 HEAD      
4812
4813 2004-07-15 [colin]      0.9.12cvs18.14
4814
4815         * src/folder.c
4816                 Disable GPG signature check during
4817                 folder move and scan
4818         (Closes Bug 521 Signature checking slows down Folder-Move)
4819
4820 2004-07-14 [colin]      0.9.12cvs18.13
4821
4822         * src/common/partial_download.c
4823                 update includes
4824
4825 2004-07-14 [colin]      0.9.12cvs18.12
4826
4827         * src/common/partial_download.c
4828         * src/common/partial_download.h
4829                 Move doc at top, add correct copyright
4830
4831 2004-07-14 [colin]      0.9.12cvs18.11
4832
4833         * src/folder.c
4834         * src/messageview.c
4835         * src/pop.c
4836         * src/pop.h
4837         * src/procmsg.c
4838         * src/summaryview.c
4839         * src/common/Makefile.am
4840         * src/common/partial_download.c ** NEW FILES **
4841         * src/common/partial_download.h ** NEW FILES **
4842                 Move partial-download related stuff to its
4843                 own file
4844
4845 2004-07-14 [colin]      0.9.12cvs18.10
4846
4847         * src/send_message.c
4848                 Fix smtp auth when user is null or empty
4849
4850 2004-07-13 [colin]      0.9.12cvs18.9
4851
4852         * src/gtk/quicksearch.c
4853                 Use alphabetic order
4854
4855 2004-07-13 [colin]      0.9.12cvs18.8
4856
4857         * src/pop.c
4858                 Be paranoid on the checks
4859
4860 2004-07-13 [colin]      0.9.12cvs18.7
4861
4862         * src/gtk/quicksearch.c
4863                 Fix Engrish once again
4864
4865 2004-07-13 [colin]      0.9.12cvs18.6
4866
4867         * src/procmsg.c
4868         * src/summaryview.c
4869                 Mark messages for deletion when they are about to
4870                 be removed from trash
4871
4872 2004-07-13 [colin]      0.9.12cvs18.5
4873
4874         * src/matcher.c
4875         * src/matcher.h
4876         * src/matcher_parser_parse.y
4877         * src/prefs_matcher.c
4878         * src/gtk/quicksearch.c
4879                 Add 'partial' ('p') match string to find partially
4880                 downloaded messages
4881
4882 2004-07-13 [colin]      0.9.12cvs18.4
4883
4884         * src/pop.c
4885                 Fix misplaced block
4886
4887 2004-07-13 [colin]      0.9.12cvs18.3
4888
4889         * src/pop.c
4890         * src/pop.h
4891         * src/messageview.c
4892                 Refactor API (to avoid passing 5+ params and code
4893                 duplication)
4894         * src/folder.c
4895         * src/msgcache.c
4896         * src/procheader.c
4897         * src/common/defs.h
4898                 Add planned_download to cache
4899                 Don't mess uidl file when moving partially downloaded
4900                 mails (they change folder, we should change it in the
4901                 uidl list too or we'll remove an incorrect message)
4902                 (this also helps removing hacks when changing 
4903                 planned_download in messageview.c)
4904
4905 2004-07-12 [colin]      0.9.12cvs18.2
4906
4907         * src/gtk/quicksearch.c
4908                 Fix missing status update in quicksearch
4909
4910 2004-07-12 [paul]       0.9.12cvs18.1
4911
4912         * po/POTFILES.in
4913         * src/Makefile.am
4914         * src/account.c
4915         * src/codeconv.c
4916         * src/compose.c
4917         * src/inc.c
4918         * src/main.c
4919         * src/prefs_common.c
4920         * src/procmsg.h
4921         * src/toolbar.c
4922         * src/prefs_msg_colors.[ch]     ** NEW FILES **
4923         * src/prefs_wrapping.[ch]       ** NEW FILES **
4924         * src/common/intl.h
4925         * src/common/utils.[ch]
4926         * src/gtk/quicksearch.[ch]
4927                 sync with 0.9.12cvs18 HEAD
4928
4929 2004-07-12 [colin]      0.9.11cvs17.25
4930
4931         * src/folder.c
4932         * src/folder.h
4933                 Remove unused function added by me in 0.9.11cvs17.10
4934
4935 2004-07-11 [colin]      0.9.11cvs17.24
4936
4937         * src/inc.c
4938         * src/messageview.c
4939         * src/pop.c
4940         * src/pop.h
4941                 Use folderitem and msgnum instead of filename to
4942                 know which mail to delete
4943                 Move old partial mail deletion to pop.c
4944
4945 2004-07-10 [colin]      0.9.11cvs17.23
4946
4947         * src/inc.c
4948                 Add debug
4949         * src/pop.c
4950         * src/pop.h
4951                 Don't re-use same enums for unrelated stuff: it's 
4952                 completely misleading !
4953                 Document a bit
4954
4955 2004-07-09 [colin]      0.9.11cvs17.22
4956
4957         * src/inc.c
4958                 Remove folder-type check and do
4959                 more tests to be sure everything's
4960                 ok
4961         * src/messageview.c
4962                 Punctuation update, remove useless
4963                 code, fix two warnings
4964         * src/noticeview.c
4965                 Layout cleaning, reset 2nd button
4966                 when specifying one
4967
4968 2004-07-09 [colin]      0.9.11cvs17.21
4969
4970         * src/messageview.c
4971         * src/pop.c
4972         * src/pop.h
4973                 Allow user to change his mind
4974                 and postpone decision (by
4975                 unmarking the mail)
4976
4977 2004-07-09 [colin]      0.9.11cvs17.20
4978
4979         * src/messageview.c
4980                 Fix bug with delete state
4981         * src/pop.c
4982         * src/pop.h
4983                 Fix buffer leak (fread doesn't 
4984                 terminate buffers with \0)
4985                 Refactoring (remove magic 
4986                 numbers)
4987
4988 2004-07-09 [colin]      0.9.11cvs17.19
4989
4990         * src/pop.c
4991                 Don't log "Skipping message" if 
4992                 we're going to TOP it two lines
4993                 later
4994
4995 2004-07-09 [colin]      0.9.11cvs17.18
4996
4997         * src/messageview.c
4998                 Fix Engrish
4999
5000 2004-07-09 [colin]      0.9.11cvs17.17
5001
5002         * src/pop.c
5003                 strlen checking...
5004         * src/messageview.c
5005                 refactoring a bit
5006
5007 2004-07-08 [colin]      0.9.11cvs17.16
5008
5009         * src/noticeview.c
5010         * src/noticeview.h
5011                 Add an optional second button
5012         * src/messageview.c
5013         * src/pop.c
5014         * src/pop.h
5015                 Don't delete partially received mails after a certain
5016                 time; rather, let the user decide.
5017
5018 2004-07-08 [colin]      0.9.11cvs17.15
5019
5020         * src/common/smtp.h
5021                 Sync with HEAD
5022
5023 2004-07-08 [colin]      0.9.11cvs17.14
5024
5025         * src/messageview.c
5026         * src/common/smtp.c
5027                 Use to_human_readable() for sizes
5028
5029 2004-07-08 [colin]      0.9.11cvs17.13
5030
5031         * src/inc.c
5032         * src/messageview.c
5033         * src/pop.c
5034         * src/pop.h
5035         * src/procmsg.c
5036                 Fix partial-downloading issues:
5037                         catch unsupported TOP
5038                         don't delete partially downloaded mails before 5 days
5039                         don't update existing with non-MH folders; that'll
5040                         make dups, but it's better than trashing the folder
5041                         free new msginfo parts
5042                 Fix indentation ;-)
5043
5044 2004-07-08 [colin]      0.9.11cvs17.12
5045
5046         * src/common/smtp.c
5047         * src/common/smtp.h
5048                 Sync smtp size verification with HEAD
5049
5050 2004-07-08 [colin]      0.9.11cvs17.11
5051
5052         * src/summaryview.c
5053         * src/prefs_common.c
5054         * src/prefs_common.h
5055         * src/gtk/quicksearch.c
5056         * src/gtk/quicksearch.h
5057                 Sync sticky pref with HEAD
5058
5059 2004-07-08 [colin]      0.9.11cvs17.10
5060
5061         * src/folder.c [1.213.2.6]
5062         * src/folder.h [1.87.2.6]
5063         * src/inc.c [1.149.2.7]
5064         * src/messageview.c [1.94.2.8]
5065         * src/procheader.c [1.47.2.6]
5066         * src/procmsg.c [1.150.2.4]
5067         * src/procmsg.h [1.60.2.5]
5068         * src/pop.c [1.56.2.4]
5069         * src/pop.h [1.17.2.3]
5070                 Let too big messages get downloaded, but truncated
5071                 Add a button to download them completely
5072                 
5073 2004-07-06 [colin]      0.9.11cvs17.9
5074
5075         * src/gtk/quicksearch.c [1.1.2.3]
5076                 Add a Clear button
5077         * commitHelper
5078         * PATCHSETS
5079                 Add a script to help with cvs
5080
5081 2004-07-03 [colin]      0.9.11cvs17.8
5082
5083         * src/plugins/imageviewer/viewer.c
5084                 fix imageviewer (which was staying on the first
5085                 displayed image)
5086
5087 2004-07-03 [colin]      0.9.11cvs17.7
5088
5089         Removed FIXME_GTK2 warnings
5090         * src/gtk/gtkutils.c
5091                 useless #warnings
5092         * src/gtk/menu.c
5093                 useless #warnings (no need to mess with menu rc)
5094         * src/gtk/menu.h
5095                 unused functions
5096         
5097
5098 2004-07-03 [colin]      0.9.11cvs17.6
5099
5100         Removed FIXME_GTK2 warnings
5101         * src/codeconv.c
5102                 useless #warnings (rewrite needed)
5103         * src/compose.c
5104                 useless #warnings (rewrite needed)
5105                 useless #warnings (gtk2 is like that)
5106                 useless #warnings (previously fixed)
5107         * src/main.c
5108                 useless #warnings (previously fixed)
5109         * src/message_search.c
5110                 useless #warnings (gtk2 is like that)
5111                 Made apparent that search is case-sensitive
5112         * src/mimeview.c
5113                 useless #warnings (rewrite needed)
5114                 useless #warnings (gtk2 is like that)
5115                 reimplemented real warnings
5116         * src/prefs_common.c
5117                 Removed block cursor option (not it gtk2)
5118         * src/prefs_gtk.c
5119                 useless #warnings (rewrite needed)
5120         * src/procheader.c
5121                 useless #warnings (rewrite needed)
5122         * src/sourcewindow.c
5123                 useless #warnings (incorrect placing)
5124         * src/summary_search.c
5125                 useless #warnings (gtk2 is like that)
5126                 Made apparent that search is case-sensitive
5127         * src/action.c
5128                 useless #warnings (gtk2 is like that)
5129         * src/textview.c
5130                 useless #warnings (rewrite needed)
5131         * src/toolbar.c
5132                 useless #warnings (rewrite needed)
5133
5134 2004-07-03 [colin]      0.9.11cvs17.5
5135
5136         * src/textview.c
5137                 Fix mismerge which broke URI opening
5138                 
5139 2004-07-01 [colin]      0.9.11cvs17.4
5140
5141         * src/gtk/filesel.c
5142                 Fill filename when saving
5143                 
5144 2004-06-27 [colin]      0.9.11cvs17.3
5145
5146         * src/gtk/filesel.[ch]
5147                 Use the new GTK file selector
5148                 Update prototype to match the reality: multiple file
5149                 selection is open-only          
5150         * src/compose.c
5151                 Match the new prototypes        
5152         * configure.ac
5153                 Match the new requirements (gtk 2.4.0)
5154                         
5155 2004-06-26 [colin]      0.9.11cvs17.2
5156
5157         * src/plugins/trayicon/trayicon.c
5158                 Remove useless signal handler on resize, which causes
5159                 an infinite "loop"
5160         
5161 2004-06-26 [colin]      0.9.11cvs17.1
5162         
5163         * tools/Makefile.am
5164                 remove launch_firebird and add nautilus2sylpheed.sh
5165         * src/quicksearch.c
5166           src/summaryview.c
5167                 Fix show/hide "Extended symbols" button problem
5168                 Fix apparition at startup
5169                 Fix const warnings
5170         * src/plugins/image_viewer/Makefile.am
5171                 Fix configure 
5172         * common/ssl.c
5173                 Re-enable certificate check, as it doesn't seem to
5174                 cause Xlib errors anymore
5175
5176 2004-06-25 [paul]       0.9.11cvs17
5177
5178         * sync with 0.9.11cvs17 HEAD
5179         
5180         NOTE: QuickSearch is broken
5181
5182 2004-06-07 [colin]      0.9.10claws67.10
5183         * src/plugins/trayicon/trayicon.c
5184           src/plugins/trayicon/libeggtrayicon/Makefile.am
5185           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5186                 Fix gettextization in trayicon plugin
5187
5188 2004-06-07 [colin]      0.9.10claws67.9
5189         
5190         * src/summaryview.c
5191           src/gtk/gtksctree.[ch]
5192                 Let Shift+{Up,Down} work in summaryview
5193                 (well, Down "works" and Up works)
5194                 Let the list scroll when using these keys
5195
5196 2004-06-06 [colin]      0.9.10claws67.8
5197
5198         * src/plugins/trayicon/trayicon.c
5199                 Fix pixmap update
5200
5201 2004-06-06 [colin]      0.9.10claws67.7
5202
5203         * src/addressbook.c
5204                 Fix signal handling causing system-wide focus grab
5205
5206 2004-05-25 [paul]       0.9.10claws67.6
5207
5208         * Makefile.am
5209           src/Makefile.am
5210                 clean up
5211
5212 2004-05-25 [paul]       0.9.10claws67.5
5213
5214         * replace deprecated gtk_signal... functions
5215
5216 2004-05-23 [colin]      0.9.10claws67.4
5217
5218         * src/compose.c
5219                 Fix wrapping
5220
5221 2004-05-22 [colin]      0.9.10claws67.3
5222
5223         * src/compose.c
5224                 Re-fix [Edited] in compose.c::compose_reedit()
5225
5226 2004-05-22 [colin]      0.9.10claws67.2
5227
5228         * src/procmime.c
5229                 Fix parsing of multiparts mails
5230
5231 2004-05-22 [colin]      0.9.10claws67.1
5232
5233         * src/summaryview.c
5234                 Fix quicksearch
5235
5236 2004-05-22 [paul]       0.9.10claws67
5237
5238         * sync with 0.9.10claws67 HEAD
5239
5240 2004-05-14 [alfons]
5241
5242         * src/procmime.h
5243                 add forgotton prototype
5244
5245 2004-05-10 [paul]       0.9.10claws57
5246
5247         * sync with 0.9.10claws57 HEAD
5248
5249 2004-05-05 [paul]       0.9.9.claws1
5250
5251         * ChangeLog-gtk2        ** REMOVED **
5252           ChangeLog-gtk2.claws  ** ADDED **
5253                 rename and adopt the normal claws format
5254                 
5255         * configure.ac
5256                 require gtkmathview >= 0.5
5257
5258         * ac/*                          ** REMOVED **
5259           ac/                           ** REMOVED **
5260           intl/Makefile.in              ** REMOVED **
5261           m4/                           ** ADDED **
5262           m4/missing                    ** ADDED **
5263           m4/missing/gdk-pixbuf.m4      ** ADDED **
5264           m4/missing/gettext.m4         ** ADDED **
5265           m4/missing/gpgme.m4           ** ADDED **
5266           m4/missing/imlib.m4           ** ADDED **
5267           m4/.cvsignore                 ** ADDED **
5268           m4/Makefile.am                ** ADDED **
5269           m4/README                     ** ADDED **
5270           m4/aclocal-include.m4         ** ADDED **
5271           m4/aspell.m4                  ** ADDED **
5272           m4/check-type.m4              ** ADDED **
5273           m4/gnupg-check-typedef.m4     ** ADDED **
5274           m4/openssl.m4                 ** ADDED **
5275           m4/spamassassin.m4            ** ADDED **
5276           po/ChangeLog                  ** REMOVED **
5277           po/Makefile.in.in             ** REMOVED **
5278           po/Rules-quot                 ** REMOVED **
5279           po/boldquot.sed               ** REMOVED **
5280           po/en@boldquot.header         ** REMOVED **
5281           po/en@quot.header             ** REMOVED **
5282           po/insert-header.sin          ** REMOVED **
5283           po/quot.sed                   ** REMOVED **
5284           po/remove-potcdate.sed        ** REMOVED **
5285           po/remove-potcdate.sin        ** REMOVED **
5286           po/stamp-po                   ** REMOVED **
5287           Makefile.am
5288           autogen.sh
5289           configure.ac
5290                 enable building with automake 1.8.x
5291                 add 'autopoint --force' to autogen.sh and remove all
5292                 auto-generated files, remove ac/ directory and use
5293                 m4/ directory instead
5294                 
5295         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5296                 fix gettextization
5297
5298 2004-02-28 Colin Leroy <colin@colino.net>
5299         * src/prefs_matcher.c
5300           src/prefs_filtering.c
5301           src/prefs_filtering_action.c
5302                 Fix non-editable GtkEntries
5303
5304 2004-02-22 Thorsten Maerz <torte@netztorte.de>
5305         * src/prefs_themes.c
5306                 utf8 conversion for theme info
5307
5308 2004-02-21 Thorsten Maerz <torte@netztorte.de>
5309         * sync 0.9.9claws
5310
5311 2004-02-14 Thorsten Maerz <torte@netztorte.de>
5312         * src/grouplistdialog.c
5313                 allow multiple selections without ctrl key
5314
5315 2004-02-09 Thorsten Maerz <torte@netztorte.de>
5316         * src/main.c
5317                 enable customizable accelerators
5318
5319 2004-02-08 Thorsten Maerz <torte@netztorte.de>
5320         * src/prefs_common.c
5321                 re-enable different font settings for gtk1/2
5322         * src/prefs_folder_item.c
5323                 fix folder prefs displayed wrong
5324         * src/textview.c
5325                 set 'sunken' shadow type
5326
5327 2004-02-07 Colin Leroy <colin@colino.net>
5328         * src/compose.c
5329                 Fix message being always [Edited]
5330                 Encode headers correctly (utf8 buf)
5331
5332 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5333         * src/socket.c
5334                 remove double g_source_attach()
5335                 (Thanks to Colin Leroy)
5336
5337 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5338         * src/gtk/gtksctree.c
5339                 Fix SSL certificate list not shown
5340         * src/mimeview.c
5341                 Fix clicks in mime tree
5342
5343 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5344         * src/common/socket.c
5345                 Fix SSL receive
5346         * src/compose.c
5347                 Fix clipboard menu hotkeys
5348
5349 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5350         * src/gtk/gtkaspell.[ch]
5351           src/compose.c
5352                 reimplement spellchecker
5353
5354 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5355         * src/gtk/filesel.c
5356                 crash when inserting file in compose window
5357                 (TODO: keep old selection on clicks)
5358         * src/main.c
5359                 use gtkrc-2.0 instead of gtkrc
5360
5361 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5362         * src/messageview.c
5363                 remove orphaned mimeview unref()
5364
5365 2004-01-20 Thorsten Maerz <torte@netztorte.de>
5366         * src/grouplistdialog.c
5367                 expand nodes containing subscribed groups
5368
5369 2004-01-19 Thorsten Maerz <torte@netztorte.de>
5370         * src/textview.c
5371                 textview: hide cursor, restore old click behaviour
5372
5373 2004-01-18 Thorsten Maerz <torte@netztorte.de>
5374         * src/textview.c
5375                 variable names messed up
5376
5377 2004-01-17 Colin Leroy <colin@colino.net>
5378         * src/addr_compl.c
5379                 Fix completion address too thin
5380         * src/compose.c
5381                 Fix tab-to-subject behaviour
5382         * src/summaryview.c
5383                 Implement key up & down in summaryview
5384
5385 2004-01-12 Thorsten Maerz <torte@netztorte.de>
5386
5387         * sync 098claws
5388
5389 2004-01-08 Thorsten Maerz <torte@netztorte.de>
5390         * configure.ac
5391           Makefile.am
5392           doc/.cvsignore
5393           doc/Makefile.am
5394                 faq, man, manual moved to doc/
5395         * ac/aspell.m4
5396           ac/check-type.m4
5397           ac/gnupg-check-typedef.m4
5398           ac/openssl.m4
5399           ac/spamassassin.m4
5400           ac/missing/gdk-pixbuf.m4
5401           ac/missing/gpgme.m4
5402           ac/missing/imlib.m4
5403                 fix automake warnings
5404
5405 2003-12-06 Colin Leroy <colin@colino.net>
5406         * src/summaryview.c
5407                 Fix quicksearch
5408
5409 2003-12-05 Colin Leroy <colin@colino.net>
5410         * src/summaryview.c
5411                 Fix going to next unread folder
5412
5413 2003-12-05 Colin Leroy <colin@colino.net>
5414         * src/crash.c
5415                 Fix gtk2 compilation
5416         * src/session.c
5417                 Remove iotag source handler at disconnection
5418         * src/socket.[ch] 
5419                 Remove source handler when closing socket 
5420                 (fixes another seg)
5421
5422 2003-12-04 Colin Leroy <colin@colino.net>
5423         * src/compose.c
5424           src/prefs_account.c
5425           src/prefs_common.c
5426                 Fix some dropdown menus
5427
5428 2003-12-04 Colin Leroy <colin@colino.net>
5429         * src/compose.c
5430                 Fix event handlers on header fields
5431         * src/common/socket.c
5432           src/common/session.c
5433                 Fix segfault with callback (SSL)
5434                 Fix end of session 
5435
5436 2003-10-06 Thorsten Maerz <torte@netztorte.de>
5437
5438         * Fix compile bug in src/compose.c
5439         * removed src/gtk/gtkstext.[ch]
5440
5441 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
5442
5443         * Convert character set and escape "text" attributes in toolbar setting
5444         files.
5445         * Fixed bug in button-press-event handling.
5446
5447 2003-09-16 Thorsten Maerz <torte@netztorte.de>
5448
5449         * Fixed bug in key-press-event handling.
5450
5451 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
5452
5453         * Enabled to compile tray-icon plugin (Ad-hoc).
5454         * Avoid hang up bug of icon list in mime view (Ad-hoc).
5455
5456 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
5457
5458         * Enabled to compile on sylpheed-claws.
5459         (tray-icon plugin still cannot compile yet.)
5460
5461 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
5462
5463         * Updated to 0.9.5.
5464
5465 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
5466
5467         * Updated to 0.9.4.
5468         * Ported monitoring SSL mechanism to GSource of GLib2
5469         (I don't confirm it)
5470         * Added _gtk2 suffix to key name of font preference to avoid
5471         ovverwriting preference of Gtk+-1.2 version.
5472
5473 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
5474
5475         * Updated to 0.9.2.
5476
5477 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
5478
5479         * Updated to 0.9.1.
5480         * Translate po files into UTF-8 when execute autogen.sh.
5481
5482 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
5483
5484         * Updated to 0.9.0.
5485
5486 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
5487
5488         * Plugged GError related memory leaks.
5489
5490 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
5491
5492         * Changed default size of fonts.
5493         * Enabled to set titile font size of warning dialog.
5494
5495 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
5496
5497         * Embed a sylpheed icon into executable binary on Windows.
5498
5499 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
5500
5501         * I forgot to traslate character set of element string in src/xml.c.
5502
5503 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
5504
5505         * Fixed detecting bind_textdomain_codeset in configure.in.
5506         * The bug in which "Example" of "Date fromat" preference isn't displayed
5507         correctly has been fixed.
5508
5509 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
5510
5511         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
5512           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
5513           glib-gettextize
5514           Removed intl directory.
5515           Translated po files into UTF-8.
5516           (Thanks! Ryuji Abe)
5517
5518 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
5519
5520         * The bug which doesn't unscape string in xml.c has been fixed.
5521
5522 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
5523
5524         * The bug which is failed to translate encoding of file name thorough
5525         file dialog has been fixed.
5526
5527 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
5528
5529         * Modified to translate file names which is used in inporting/expoting
5530         mbox feature and "Save as" feature into locale encoding.
5531         * Translate file names into locale encoding when "Attache file" and
5532         "Insert file".
5533         * Force set G_BROKEN_FILENAMES environment variable.
5534         * Other minor fixes.
5535
5536 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
5537
5538         * Modified to treat MH folder's name as locale encoding.
5539
5540 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
5541
5542         * The bug which clash on switching candidates of auto completion of
5543         addresses, cannot use auto completion in Japanesse is fixed
5544         (Thanks! Tokunaga-san)¡¥
5545
5546 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5547
5548         * The bug which cannot switch key accelerator preference has been fixed
5549         (Thanks! smbd-san)¡¥
5550
5551 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5552
5553         * version 0.8.11-gtk2-20030314
5554
5555 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5556
5557         * The bug in which character set conversion of filtering messages has
5558         been fixed.(Thanks! COCOA-san).
5559
5560 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
5561
5562         * Revived "Leave space on head" preference in "Message" category.
5563         * A bug which clash when put the cursor to end of buffer and execute
5564         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
5565
5566 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
5567
5568         * version 0.8.11-gtk2-20030312
5569
5570 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
5571
5572         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
5573         * Modified to use Pango's API directly for font preference.
5574         * Integrated GtkTextView of textview to one widget.
5575         * Set fonts of header title in textview by "header_title" tag.
5576         * Removed some deprecated codes.
5577
5578 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
5579
5580         * Updated to 0.8.11.
5581         * Merged cygwin patch(Thanks! Sakai-san).
5582
5583 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
5584
5585         * version 0.8.10-gtk2-20030309