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