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