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