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