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