1 2005-07-18 [colin] 1.9.12cvs78
5 Create drafts/queue/outbox if necessary
8 * src/etpan/imap-thread.c
9 Fix STARTTLS (Thanks to Hoa)
11 2005-07-18 [paul] 1.9.12cvs77
17 updated to reflect additions and removals
19 updated to be claws-specific
23 * sylpheed-128x128.png
26 * sylpheed-claws-128x128.png
27 * sylpheed-claws-64x64.png
28 * sylpheed-claws.desktop
35 2005-07-17 [paul] 1.9.12cvs76
47 * src/message_search.c
52 * src/prefs_filtering.c
54 * src/prefs_template.c
57 * src/summary_search.c
60 * src/gtk/sslcertwindow.c
61 * src/plugins/pgpcore/sgpgme.c
64 2005-07-17 [colin] 1.9.12cvs75
67 add a PrivacySystem accessor that checks that
68 the system cached in a MimeInfo's privacydata
69 is still registered. Use this accessor instead
70 of directly using data->system. Fixes crashes
71 after unloading pgp plugins.
73 2005-07-17 [colin] 1.9.12cvs74
76 Change geometry hints to a simple default size.
77 Fixes the certs dialogs.
79 2005-07-17 [colin] 1.9.12cvs73
81 * src/gtk/sslcertwindow.c
84 2005-07-17 [colin] 1.9.12cvs72
86 * src/plugins/pgpcore/Makefile.am
87 * src/plugins/pgpmime/Makefile.am
90 2005-07-17 [paul] 1.9.12cvs71
93 add --disable-gnomeprint option
94 modified version of patch by Marius Mauch
96 2005-07-17 [paul] 1.9.12cvs70
114 * src/prefs_account.c
116 * src/prefs_summaries.c
121 * src/plugins/pgpcore/passphrase.c
122 * src/plugins/pgpcore/select-keys.c
123 replace inappropriately used backticks
126 2005-07-16 [colin] 1.9.12cvs69
129 Add extra paranoid checks
131 2005-07-16 [colin] 1.9.12cvs68
133 * src/plugins/pgpcore/prefs_gpg.c
134 Don't auto-check sigs by default, as it
137 2005-07-16 [colin] 1.9.12cvs67
139 * src/plugins/pgpcore/sgpgme.c
140 Make messages a bit better.
142 2005-07-16 [colin] 1.9.12cvs66
146 * src/etpan/imap-thread.c
149 2005-07-16 [colin] 1.9.12cvs65
153 And now, fix build with libetpan :-/
155 2005-07-15 [colin] 1.9.12cvs64
158 Continue fixing build without libetpan.
160 2005-07-15 [colin] 1.9.12cvs63
163 Fix build with --disable-libetpan
165 2005-07-15 [colin] 1.9.12cvs62
168 Bump libetpan's version
170 2005-07-15 [colin] 1.9.12cvs61
172 * src/etpan/imap-thread.c
173 Actually stop logging :)
175 2005-07-15 [colin] 1.9.12cvs60
178 Fix dnd of multiple addresses.
180 2005-07-15 [hoa] 1.9.12cvs59
182 * src/etpan/imap-thread.c
183 disable login of IMAP password in libetpan log file.
185 2005-07-15 [paul] 1.9.12cvs58
188 don't automatically sort
191 2005-07-15 [paul] 1.9.12cvs57
197 2005-07-15 [paul] 1.9.12cvs56
199 * src/gtk/pluginwindow.c
200 sort plugin list alphabetically
202 2005-07-15 [paul] 1.9.12cvs55
204 * src/prefs_spelling.c
205 * src/prefs_wrapping.c
208 2005-07-15 [colin] 1.9.12cvs54
213 2005-07-15 [paul] 1.9.12cvs53
215 * src/prefs_message.c
216 make 'show cursor' a hidden option
218 2005-07-14 [colin] 1.9.12cvs52
220 * src/plugins/spamassassin/Makefile.am
221 * src/plugins/clamav/Makefile.am
222 Fix double EXTRA_DISTs
224 2005-07-14 [colin] 1.9.12cvs51
226 * src/plugins/clamav/Makefile.am
227 * src/plugins/clamav/clamav_plugin_gtk.deps
228 * src/plugins/spamassassin/Makefile.am
229 * src/plugins/spamassassin/spamassassin_gtk.deps
230 Make $plugin_gtk depend on $plugin
232 2005-07-14 [hoa] 1.9.12cvs50
234 * src/etpan/imap-thread.c
235 enable debug log of libetpan when running with --debug
237 2005-07-14 [colin] 1.9.12cvs49
240 * src/common/Makefile.am
241 * src/common/plugin.c
242 * src/common/plugin.h
243 Add a little plugin dependancy system.
244 Plugins can ship a $plugin_name.deps file
245 (near them in PLUGINDIR) so that their
246 dependancies are loaded if possible.
247 * src/plugins/Makefile.am
248 * src/plugins/pgpcore/Makefile.am
249 * src/plugins/pgpcore/passphrase.c
250 * src/plugins/pgpcore/passphrase.h
251 * src/plugins/pgpcore/plugin.c
252 * src/plugins/pgpcore/prefs_gpg.c
253 * src/plugins/pgpcore/prefs_gpg.h
254 * src/plugins/pgpcore/select-keys.c
255 * src/plugins/pgpcore/select-keys.h
256 * src/plugins/pgpcore/sgpgme.c
257 * src/plugins/pgpcore/sgpgme.h
258 Introduce pgpcore, used by pgpmime and
260 * src/plugins/pgpmime/Makefile.am
261 * src/plugins/pgpmime/passphrase.c
262 * src/plugins/pgpmime/passphrase.h
263 * src/plugins/pgpmime/pgpmime.c
264 * src/plugins/pgpmime/pgpmime.deps
265 * src/plugins/pgpmime/plugin.c
266 * src/plugins/pgpmime/prefs_gpg.c
267 * src/plugins/pgpmime/prefs_gpg.h
268 * src/plugins/pgpmime/select-keys.c
269 * src/plugins/pgpmime/select-keys.h
270 * src/plugins/pgpmime/sgpgme.c
271 * src/plugins/pgpmime/sgpgme.h
272 Remove the core from pgpmime and add the
273 dependancy to pgpcore.
275 2005-07-14 [paul] 1.9.12cvs48
278 forgot this in last commit
280 2005-07-14 [paul] 1.9.12cvs47
284 add accelerators for the buttons (sync with main)
287 add accelerators for the buttons.
288 fix editing with external editor.
289 replace gdk_input_*() with GIOChannel;
292 display folder names with new/unread
293 representation (sync with main)
295 specify default window icon (sync with main)
297 use_addr_book default to FALSE
300 add accelerators for the buttons (sync with main)
303 * src/pixmaps/sylpheed_icon.xpm
306 2005-07-13 [paul] 1.9.12cvs46
308 * src/plugins/pgpmime/pgpmime.c
309 * src/plugins/pgpmime/sgpgme.c
310 (temporarily) use deprecated gpgme_data_rewind()
311 while largefile support is not present
312 (as suggested by Colin)
314 2005-07-13 [paul] 1.9.12cvs45
317 remove large file support (for now):
318 it breaks too many things
320 2005-07-13 [paul] 1.9.12cvs44
323 add large file support
325 fix bug #763 where href attribute was not
326 the very first attribute of a link
327 patch by Thomas Gilgin
329 2005-07-13 [colin] 1.9.12cvs43
331 * src/gtk/pluginwindow.c
332 Little portability fix
334 2005-07-13 [colin] 1.9.12cvs42
336 * src/plugins/pgpmime/sgpgme.c
339 2005-07-13 [colin] 1.9.12cvs41
341 * src/plugins/pgpmime/pgpmime.c
342 * src/plugins/pgpmime/sgpgme.c
343 Use gpgme_data_release_and_get_mem instead
346 2005-07-13 [colin] 1.9.12cvs40
349 * src/plugins/pgpmime/passphrase.c
350 * src/plugins/pgpmime/passphrase.h
351 * src/plugins/pgpmime/pgpmime.c
352 * src/plugins/pgpmime/plugin.c
353 * src/plugins/pgpmime/select-keys.c
354 * src/plugins/pgpmime/select-keys.h
355 * src/plugins/pgpmime/sgpgme.c
356 * src/plugins/pgpmime/sgpgme.h
357 Port pgpmime to gpgme-1.0.
359 2005-07-12 [paul] 1.9.12cvs39
364 add a 'Go to Prev' button to the toolbar.
365 correct tooltip text of go to buttons.
366 based on patch by Yang Guilong <bamanzi@gmail.com>
368 2005-07-12 [colin] 1.9.12cvs38
371 Fix progress bar showing stuff at startup.
373 2005-07-12 [paul] 1.9.12cvs37
376 fix building with jpilot support
378 2005-07-11 [colin] 1.9.12cvs36
381 Add visual indication that filtering is running
383 Make {}[] uri delimiters
385 Remove useless (and slow) calls
387 2005-07-11 [paul] 1.9.12cvs35
389 * src/plugins/clamav/clamav_plugin_gtk.c
390 * src/plugins/dillo_viewer/dillo_prefs.c
391 * src/plugins/pgpmime/prefs_gpg.c
392 * src/plugins/spamassassin/spamassassin_gtk.c
393 gather plugins prefs together under their
394 own 'Plugins' heading
396 2005-07-11 [paul] 1.9.12cvs34
401 account_delete(): modified alert dialog
404 fixed a crash when cancelling file selection
405 dialog by Escape key. Made non-ascii filename
407 * src/prefs_template.c
408 prefs_template_window_create(): make scrolled
409 window policy AUTOMATIC
411 2005-07-10 [hoa] 1.9.12cvs33
413 * src/etpan/imap-thread.c
414 workaround for old Courier IMAP servers.
416 2005-07-10 [colin] 1.9.12cvs32
421 Add visual progress indicator on filtering/processing
422 Factorize the progress bar code
425 * src/etpan/imap-thread.c
426 Add a reference counter to avoid destroying the Folder
427 while it's in use by another callback.
429 2005-07-09 [hoa] 1.9.12cvs31
432 * src/etpan/imap-thread.c
433 fixed deadlock when removing IMAP account.
435 2005-07-08 [colin] 1.9.12cvs30
439 Fix again problems decoding broken headers
440 * src/gtk/inputdialog.c
441 Fix local variable shadowing a global one
443 2005-07-08 [colin] 1.9.12cvs29
446 Make the cache/mark files platform-agnostic by writing
447 them in little-endian format. Reading them is also done
448 in little-endian format, of course; however, in order
449 to avoid trashing mark data on big-endian machines, the
450 files are, at first, read from the native format if the
451 little-endian one doesn't exist. This is easy to deter-
452 mine by trying to open a file with a swapped data_ver
453 and seeing if it's the wanted version.
454 Little-endian using users should see absolutely no
455 difference, Big-endian users may get a very little
456 performance drop due to byte-swapping.
457 Tested on i386 and ppc32.
458 Fixes bug #159 (The index file, in the mailboxes, is
461 To have the cache/mark files updated to the new little-
462 endian format, "Check for new messages" or even
463 "Rebuild folder tree" aren't enough. Files will be
464 updated as soon as a folder has been opened/closed.
465 To update everything, just select all folders by
466 selecting them one by one.
468 2005-07-07 [colin] 1.9.12cvs28
471 Remember the folder separator per IMAPFolder
473 Revive the Session on noop; fixes bug #761
474 (mark a bunch of unread messages as read takes
477 2005-07-07 [darko] 1.9.12cvs27
479 * src/common/template.c
480 Sort templates alphabetically
482 2005-07-06 [colin] 1.9.12cvs26
485 Try to use the correct separator in
486 most cases. Possibly fixes bug #759
487 (only creates the INBOX folder when
488 setting up new IMAP account) and
489 bug #760 (Can't retrieve messages)
491 2005-07-06 [colin] 1.9.12cvs25
494 Use real_path in status command. This will
495 help later, when namespaces will be used.
497 2005-07-06 [colin] 1.9.12cvs24
503 * src/etpan/etpan-log.c
504 * src/etpan/etpan-thread-manager.c
505 * src/etpan/imap-thread.c
506 Add a --disable-libetpan parameter. With this,
507 users that don't want IMAP4 support can avoid
508 the new dependancy (and have no IMAP support).
509 Users that have IMAP4 accounts and use this
510 parameter won't lose their configuration, their
511 IMAP accounts will just be invisible and not
514 Make the "Copy ..." contextual menu items
515 copy to both the X clipboard and the gtk
516 clipboard - as most other apps do.
518 Add a notice about OpenSSL usage, in order to
519 comply with OpenSSL's license (point 6):
520 http://www.openssl.org/source/license.html
522 2005-07-06 [colin] 1.9.12cvs23
525 Fix a minimum size for alertpanels
527 Show 'No space left on device' type errors
531 Rework folder's deletion message (remove
534 2005-07-05 [colin] 1.9.12cvs22
537 Add an alertpanel on auth error
539 Remove pthread-related stuff
541 2005-07-05 [colin] 1.9.12cvs21
543 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
544 Fix crash on plugin reloading (with a hack)
546 2005-07-05 [colin] 1.9.12cvs20
548 * src/prefs_account.c
549 * src/prefs_account.h
553 Add a way to filter the view
554 * src/gtk/pluginwindow.c
555 Filter loadable stuff
556 * src/plugins/pgpmime/prefs_gpg.c
557 Fix missing unregistration
559 * src/etpan/.cvsignore
560 * src/plugins/spamassassin/.cvsignore
561 Add more stuff to cvs ignored files
563 2005-07-04 [colin] 1.9.12cvs19
566 Fix scan_required returning FALSE when it
567 shouldn't. Maybe fix #760 (Can't retrieve
570 2005-07-04 [colin] 1.9.12cvs18
573 Fix always_show_msg pref
575 2005-07-04 [paul] 1.9.12cvs17
577 sync with main (forgotten in last commit)
581 check_line_length(): new.
583 is_file_entry_exist()
584 dirent_is_regular_file()
585 dirent_is_directory(): use g_file_test() instead of stat().
587 2005-07-04 [paul] 1.9.12cvs16
592 compose_write_to_file(): check for line
593 length limit and display warning if exceeds
595 use get_home_dir() instead of g_get_home_dir()
597 removed warning about invalid date
599 use get_home_dir() instead of g_get_home_dir()
601 2005-07-04 [paul] 1.9.12cvs15
604 fix new pixmap naming errors
605 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
607 2005-07-04 [colin] 1.9.12cvs14
610 Fix debugging string with a warning
612 2005-07-04 [colin] 1.9.12cvs13
615 Add a check for libetpan's version (>= 0.37)
617 2005-07-04 [hoa] 1.9.12cvs12
621 * src/etpan/imap-thread.c
622 * src/etpan/imap-thread.h
623 fixed IMAP implementation of check of mails.
625 2005-07-03 [hoa] 1.9.12cvs11
627 * src/etpan/Makefile.am
628 * src/etpan/etpan-errors.h
629 * src/etpan/etpan-log.[ch]
630 * src/etpan/etpan-thread-manager-types.h
631 * src/etpan/etpan-thread-manager.[ch]
632 * src/etpan/imap-thread.[ch]
639 dependency on libetpan 0.37 is now added.
641 2005-07-01 [colin] 1.9.12cvs10
649 * src/plugins/trayicon/trayicon.c
650 Add marked symbol on folders containing
658 Add an optional confirmation dialog on queue
659 sending. Patch by wwp.
660 * src/pixmaps/dir_close_mark.xpm ** ADDED **
661 * src/pixmaps/dir_open_hrm_mark.xpm ** ADDED **
662 * src/pixmaps/dir_open_mark.xpm ** ADDED **
663 * src/pixmaps/drafts_close_mark.xpm ** ADDED **
664 * src/pixmaps/drafts_open_mark.xpm ** ADDED **
665 * src/pixmaps/inbox_hrm_mark.xpm ** ADDED **
666 * src/pixmaps/inbox_mark.xpm ** ADDED **
667 * src/pixmaps/outbox_hrm_mark.xpm ** ADDED **
668 * src/pixmaps/outbox_mark.xpm ** ADDED **
669 * src/pixmaps/trash_hrm_mark.xpm ** ADDED **
670 * src/pixmaps/trash_mark.xpm ** ADDED **
673 2005-07-01 [colin] 1.9.12cvs9
676 Fix a little threading bug
679 A little bit of HIG normality never hurts
681 2005-07-01 [colin] 1.9.12cvs8
689 * src/common/template.c
692 Reverted the fwrite_atomic stuff. In fact
693 it is already atomic.
695 2005-06-30 [colin] 1.9.12cvs7
699 Add an fwrite_atomic() function to make
700 sure we write everything: fwrite can make
708 * src/common/template.c
709 Use that (and fix swapping of size and nmemb).
710 Thanks to Rich Coe for the heads up.
712 2005-06-30 [colin] 1.9.12cvs6
715 Optimize addressbook opening
717 2005-06-30 [colin] 1.9.12cvs5
720 Remove calls to summary_step after move/copy
722 2005-06-28 [paul] 1.9.12cvs4
725 wrap and make the error msg selectable
727 2005-06-28 [paul] 1.9.12cvs3
730 replace the OK button with a Close button
731 * src/gtk/foldersort.c
732 use GTK_STOCK_ icons/buttons
734 2005-06-28 [colin] 1.9.12cvs2
736 * src/gedit-print.c ** ADDED **
737 * src/gedit-print.h ** ADDED **
738 * src/gtk/gtksourceprintjob.c ** ADDED **
739 * src/gtk/gtksourceprintjob.h ** ADDED **
740 I can't believe no one had enough time to tell
741 me I forgot the `cvs add`
743 2005-06-27 [colin] 1.9.12cvs1
746 * src/gtk/Makefile.am
751 Add optional libgnomeprint-based printing
753 * src/gtk/quicksearch.c
754 Add an Edit/Quick search menu item to show
755 and focus the quicksearch
757 2005-06-27 [paul] 1.9.12
770 updated by Miquel Oliete, Thomas Gilgin, Ricardo
771 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
772 SungHyun Nam, Frederico Goncalves Guimaraes,
773 Andrej Kacian, and Yang Guilong
774 2005-06-26 [colin] 1.9.11cvs106
777 Forgot one file for previous fix
779 2005-06-26 [colin] 1.9.11cvs105
783 Fix problems with folder operations in no_select
784 imap folders. it applies only to mails, and
785 creation/deletion/move/renaming of folders
788 2005-06-26 [paul] 1.9.11cvs104
790 * src/prefs_filtering.c
791 replace one more GTK_STOCK_REMOVE
792 with GTK_STOCK_DELETE
794 2005-06-25 [colin] 1.9.11cvs103
797 Optimize get_seq_set_from_seq_list
800 2005-06-25 [colin] 1.9.11cvs102
803 If the directory exists, but not in the
804 correct encoding, rename it. This should
805 handle old-versions-induced bugs.
807 2005-06-25 [colin] 1.9.11cvs101
810 Fix path access with extended dir names
811 Fixes bug #589 (SC segfaults with wrong locale
814 2005-06-25 [colin] 1.9.11cvs100
816 * src/prefs_account.c
817 * src/prefs_account.h
819 Add an option to encrypt replies to
822 2005-06-25 [colin] 1.9.11cvs99
825 * src/quote_fmt_parse.y
826 ... And make it work with pgpinline.
828 2005-06-25 [colin] 1.9.11cvs98
833 * src/quote_fmt_parse.y
834 o Make reedition of encrypted messages possible
835 (as long as it is encrypted to self too, no
837 o Make replying with quote (and without selecting
838 text) possible for encrypted messages.
839 Closes bug #550 (Not possible to "reply with quote"
840 to gnupg encrypted messages)
842 2005-06-24 [paul] 1.9.11cvs97
847 2005-06-24 [paul] 1.9.11cvs96
850 made bind password entry invisible
853 send_message_local(): check exit status
854 to detect errors (sync with main)
856 use main's less ambiguous popup menu
859 2005-06-24 [paul] 1.9.11cvs95
861 * src/prefs_actions.c
862 * src/prefs_customheader.c
863 * src/prefs_display_header.c
864 * src/prefs_filtering_action.c
865 * src/prefs_matcher.c
866 * src/prefs_template.c
867 * src/prefs_toolbar.c
868 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
869 * src/gtk/description_window.c
870 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
872 2005-06-23 [colin] 1.9.11cvs94
875 Fix rough edges (be sure to call status_show whenever
878 2005-06-23 [colin] 1.9.11cvs93
882 Before, in a 5K mails folder: 11s
883 After, in the same folder: 58000µs
884 The joys of locking... gtk_clist_select_all() fires a
885 tree-select-row event for each selected row, which in
886 summaryview, callbacks summary_selected which in turn,
887 calls summary_status_show, which walks the selected
888 rows. Hence, calling gtk_clist_select_all was
889 exponential. Locking the summaryview makes
890 summary_selected return early.
892 2005-06-23 [colin] 1.9.11cvs92
895 Move mutex at the important place to avoid
898 Fix Del key deleting directly instead of
901 2005-06-22 [colin] 1.9.11cvs91
903 * src/plugins/spamassassin/libspamc.c
904 As we do spagetti code with assignations in multiple
905 places (see _message_read_raw where out = msg = raw),
906 let's be sure we don't free the same pointer twice.
907 Should fix bug #683 (Crash in libpam at
910 2005-06-22 [colin] 1.9.11cvs90
915 Make toolbar's delete use the move to trash stuff;
916 Add gtk_widget_realize to be sure pixmaps can get
917 created (that may fix an old worksforme bug which
918 I can't find back...)
920 2005-06-22 [colin] 1.9.11cvs89
925 Rename "Message/Delete" to "Message/Move to trash"
926 Add "Message/Delete..." that directly destroys the
927 selected messages after asking for a confirmation.
929 2005-06-22 [colin] 1.9.11cvs88
932 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
933 o Fix a deadlock (thanks Darko)
935 2005-06-22 [colin] 1.9.11cvs87
937 * src/gtk/foldersort.c
938 Add missing include for the i18n;
939 patch by Fabien Vantard
941 2005-06-21 [colin] 1.9.11cvs86
945 Respect the no_select flag
947 Fix recursive deletion
950 Make the folder deletion's warning
953 2005-06-21 [colin] 1.9.11cvs85
956 Prevent email addresses from spanning accross
957 lines - fixes bug # 646 (newline-chars in
960 2005-06-20 [colin] 1.9.11cvs84
963 Be sure not to remove source if copy failed
965 2005-06-20 [colin] 1.9.11cvs83
969 remove summaryview's lock
971 introduce threads to avoid problems when foreground tasks
972 interfere with background tasks
974 prevent moving to drafts/queue
978 2005-06-19 [colin] 1.9.11cvs82
981 Remember that the user doesn't want to override
982 offline mode, for 3 seconds. It avoid presenting
983 him with N popups in a really short time.
985 2005-06-17 [colin] 1.9.11cvs81
988 Fix IMAP breaking on folders containing '('
989 (Probably won't be enough)
991 2005-06-17 [colin] 1.9.11cvs80
993 Forgotten files on 1.9.11cvs79
995 Fix stepping when not immediately executing
997 Really prevent UID FETCH 0
999 Fix outgoing charset never set to utf-8
1003 2005-06-16 [colin] 1.9.11cvs79
1006 Fix bug #707 (Dash splits rows)
1007 Only wrap if we're on a line break position and
1008 the previous one was a "white" (space) char.
1009 Pango stuff is weird.
1011 2005-06-16 [colin] 1.9.11cvs78
1014 Lock summaryview while downloading messages
1018 * src/common/utils.c
1019 * src/common/utils.h
1020 Replace \r and \n with spaces in From and
1023 2005-06-16 [paul] 1.9.11cvs77
1026 liberalise the mime parser
1030 2005-06-16 [paul] 1.9.11cvs76
1035 2005-06-15 [colin] 1.9.11cvs75
1038 Finish header encoding fix
1042 Fix compilation (Thanks Stephan
1045 2005-06-15 [colin] 1.9.11cvs74
1048 Install gnome2 stuff rather than gnome1,
1053 Fix headers encoding
1055 Visual progress when fetching all messages
1059 Prevent changing current message while
1062 2005-06-15 [paul] 1.9.11cvs73
1064 * src/gtk/gtkaspell.c
1065 * src/gtk/gtkaspell.h
1068 2005-06-15 [paul] 1.9.11cvs72
1070 * src/prefs_filtering.c
1071 allow reordering of filter rules by
1074 2005-06-15 [paul] 1.9.11cvs71
1079 replace deprecated function
1081 * src/send_message.c
1082 * src/gtk/progressdialog.c
1083 * src/gtk/progressdialog.h
1084 salvage and reuse parts of reverted sync
1086 2005-06-15 [paul] 1.9.11cvs70
1089 * src/send_message.c
1090 * src/gtk/progressdialog.c
1091 * src/gtk/progressdialog.h
1092 revert yesterday's sync with main
1093 it contains deprecated functions
1095 2005-06-15 [colin] 1.9.11cvs69
1098 Fix bug #670 (multi user to: will corrupt message
1101 2005-06-15 [colin] 1.9.11cvs68
1104 Fix bug #421 (Fix undo on wrapping)
1106 2005-06-15 [colin] 1.9.11cvs67
1109 Provide visual feedback while processing
1112 Provide visual feedback while getting
1113 short headers (for uncached messages)
1116 2005-06-14 [paul] 1.9.11cvs66
1119 change a couple stock icons
1121 * src/send_message.c
1122 * src/gtk/progressdialog.c
1123 * src/gtk/progressdialog.h
1124 sync main's GtkTreeView implementation
1126 2005-06-14 [colin] 1.9.11cvs65
1129 Various little fixes, mainly on error paths
1131 2005-06-13 [colin] 1.9.11cvs64
1136 Add a way to fetch only headers. This speeds
1137 up filtering on headers for IMAP. Fixes:
1138 bug #481 extraneous imap commands slow down
1140 bug #522 Sylpheed downloads all messages
1141 when opening mailbox (IMAP)
1142 bug #677 IMAP fetch is soooooooooooooo slow
1145 Add a folder set_batch method so that
1146 implementations can speed up flags changes
1149 Use that in mark as (un)read and mark all read
1152 Implement set_batch - brings back deferred
1153 flags in a less buggy manner. Fixes:
1154 bug #729 IMAP immediate expunge of deleted messages
1155 bug #191 remove list of messages with one command
1156 Fix login with strange chars
1157 Implement fetch_msg_full
1158 Fix copy (wrong counts)
1160 2005-06-12 [colin] 1.9.11cvs63
1163 lock incorporation during long operations.
1164 Avoids fucking up the IMAP socket.
1166 2005-06-12 [colin] 1.9.11cvs62
1170 Factorize remove_all_msg
1173 Don't update partial-download status if unnecessary
1175 Use remove_msgs everywhere possible
1177 2005-06-12 [colin] 1.9.11cvs61
1181 Add a remove_msgs function to remove a
1186 2005-06-12 [colin] 1.9.11cvs60
1189 Remove flags-processing deferring... Too hard
1190 to get it to work in all cases.
1192 2005-06-11 [colin] 1.9.11cvs59
1195 printf -> debug_print
1197 2005-06-11 [colin] 1.9.11cvs58
1200 o Fix build without USE_PTHREAD
1201 o Factorize imap_open
1202 o Alertpanel in case of impossible connection
1203 o Alertpanel in case of impossible login
1204 o Fix deferred flags processing to force a
1205 flush before adding some more flags to process,
1206 but in another folder.
1208 2005-06-10 [colin] 1.9.11cvs57
1211 o Fix a format string error
1212 o init ssl socket outside of the thread
1213 (it possibly invokes gtk calls)
1215 o Put back the buffer to its necessary size
1216 o Fix changing a file pointer without keeping
1217 track of it (thanks Valgrind)
1219 o Fix automatic STARTTLS if login should be done
1220 and the server only allows it after starting TLS
1221 * src/gtk/gtkinputdialog.c
1222 o Eat GDK_Return so that the combo popup doesn't
1223 appear when we press Enter to validate the combo
1224 input dialog (as seen in the Open with... dialog)
1226 2005-06-10 [colin] 1.9.11cvs56
1230 o Fix a crash on deletion
1231 o Threadize imap_select (it's called outside of
1233 o Defer treatment of DELETED flags
1236 2005-06-09 [colin] 1.9.11cvs55
1239 Make sure we check imap_gtk_should_override(), which
1240 potentially calls gtk stuff, before creating thread.
1241 That way it should't be called via imap_get_session()
1244 2005-06-09 [colin] 1.9.11cvs54
1247 o add a bit of status output
1248 o remove some dead code
1249 o threadize get_list_of_uids
1250 o threadize imap_get_flags
1251 o defer flag changing by 500ms so that they
1255 2005-06-08 [colin] 1.9.11cvs53
1258 Thread-ize imap_cmd_fetch
1260 2005-06-08 [colin] 1.9.11cvs52
1263 Mmh, that broke POP3...
1265 2005-06-08 [colin] 1.9.11cvs51
1268 Stabilize IMAP patch (thanks to Hoa)
1270 2005-06-08 [colin] 1.9.11cvs50
1273 Test patch to speed up imap.
1275 2005-06-08 [colin] 1.9.11cvs49
1280 Apply patch from gentoo to use /usr/share/mime/globs if
1281 available, after un-breaking it
1284 Use g_timeout for invoking hooks that possibly use gtk
1285 calls. This should leave gtk calls in the main thread.
1287 2005-06-08 [paul] 1.9.11cvs48
1290 conv_get_outgoing_charset_str(): don't
1291 use prefs_common setting
1294 add /Options/Character encoding/... to
1295 temporarily change the outgoing encoding
1297 (belated sync with main)
1299 2005-06-08 [paul] 1.9.11cvs47
1302 correction to/completion of last
1305 2005-06-08 [paul] 1.9.11cvs46
1311 always enabled Japanese auto-detection
1312 if the first letters of locale string
1315 don't use "destroy" signal to destroy
1316 Compose object (fix rare crashes on discard?)
1320 added Hebrew encodings
1321 * src/sourcewindow.c
1322 don't use "destroy" signal to destroy
1325 2005-06-07 [colin] 1.9.11cvs45
1328 Add missing unlocks/locks
1330 2005-06-07 [paul] 1.9.11cvs44
1333 restore bug #749 fix
1335 2005-06-06 [colin] 1.9.11cvs43
1338 Fix selection bug when prefs_common.open_unread
1341 2005-06-06 [colin] 1.9.11cvs42
1347 Factorize long operations beginning and end
1348 (locking, freezing/thawing, cursor, ...)
1349 Check selection->data member in selection-
1350 related loops; this avoids dying an awful
1351 death if the selection changes on us while
1352 we're marking a whole IMAP folder unread,
1355 2005-06-06 [paul] 1.9.11cvs41
1358 don't g_free() a static gchar buffer
1360 2005-06-05 [colin] 1.9.11cvs40
1365 Fix bug #749 (Show all headers should be
1366 sticky as the GUI suggests)
1368 2005-06-03 [paul] 1.9.11cvs39
1371 don't allow editing of mail while sending.
1374 2005-06-03 [paul] 1.9.11cvs38
1377 add a freeze/thaw to speed up 'mark all read'
1379 2005-06-03 [paul] 1.9.11cvs37
1381 * src/prefs_message.c
1382 reflect changes immediately
1384 2005-06-02 [colin] 1.9.11cvs36
1387 Patch by Fabien Vantard.
1389 2005-06-02 [colin] 1.9.11cvs35
1392 Use a non-blocking imap_getline() if possible.
1393 This should completely prevent the interface
1394 from freezin on imap operations, although it
1395 may do strange stuff in case of folder switching
1396 while a big imap operation is taking place...
1398 In addition, fix a leak in the case thread
1399 creation fails on connection.
1401 2005-06-02 [colin] 1.9.11cvs34
1404 * src/prefs_common.h
1405 Fix build (prefs_common_init() doesn't exist
1408 2005-06-02 [colin] 1.9.11cvs33
1410 * src/prefs_account.c
1411 Fix bug #245 (filtering rules broken when
1412 renaming a remote account (imap4 or nntp)
1414 2005-06-02 [colin] 1.9.11cvs32
1417 Try to fix IMAP shortcomings:
1418 o Multithread imap_open()
1419 o allow offline-mode overriding instead of
1423 Add a function to ask whether we want to
1424 override offline-mode for 10 minutes (one-shot
1427 Fix segfault when imap parser isn't happy about
1430 2005-06-01 [colin] 1.9.11cvs31
1438 * src/send_message.c
1441 * src/common/hooks.c
1442 * src/common/prefs.c
1443 * src/common/template.c
1444 * src/common/utils.c
1445 * src/gtk/gtkutils.c
1446 * src/gtk/inputdialog.c
1448 * src/gtk/pluginwindow.c
1449 * src/gtk/prefswindow.c
1450 * src/plugins/pgpmime/passphrase.c
1451 * src/plugins/pgpmime/prefs_gpg.c
1454 * src/common/Makefile.am
1455 * src/common/timing.h
1456 Add basic timing code
1459 Fix a bug with unread messages when
1460 re-sorting folders, and by the way
1461 fix a big performance hit when
1462 re-sorting (10k mails: before 5s,
1465 * src/prefs_compose_writing.c
1466 * src/prefs_compose_writing.h
1467 * src/prefs_message.c
1468 * src/prefs_message.h
1473 * src/prefs_receive.c
1474 * src/prefs_receive.h
1477 * src/prefs_summaries.c
1478 * src/prefs_summaries.h
1479 Fix copyright banner
1481 2005-06-01 [paul] 1.9.11cvs30
1484 updated by Flammie Pirinen
1486 fix 'Bad BASE64 content' output
1488 2005-05-31 [colin] 1.9.11cvs29
1491 Oops, where did my hunk go.
1493 2005-05-31 [colin] 1.9.11cvs28
1505 * src/image_viewer.c
1511 * src/prefs_account.c
1512 * src/prefs_actions.c
1513 * src/prefs_common.c
1514 * src/prefs_compose_writing.c
1515 * src/prefs_customheader.c
1516 * src/prefs_ext_prog.c
1517 * src/prefs_filtering.c
1518 * src/prefs_filtering_action.c
1520 * src/prefs_image_viewer.c
1521 * src/prefs_message.c
1522 * src/prefs_message.h
1523 * src/prefs_msg_colors.c
1527 * src/prefs_receive.c
1528 * src/prefs_receive.h
1531 * src/prefs_spelling.c
1532 * src/prefs_summaries.c
1533 * src/prefs_summary_column.c
1534 * src/prefs_template.c
1535 * src/prefs_themes.c
1536 * src/prefs_toolbar.c
1537 * src/prefs_wrapping.c
1540 * src/send_message.h
1542 * src/summary_search.c
1548 * src/gtk/gtkutils.h
1549 o Move the rest of Common prefs to new style
1550 o Lots of -Wall warning fixes
1551 o fix FIXME in cache memusage calculation
1552 o Let return receipts be sent from any account
1553 o Little cache optimisation (read)
1554 o Fix bug #746 (don't treat commas as separators
1555 when inside a quoted string)
1557 2005-05-31 [paul] 1.9.11cvs27
1559 * src/prefs_common.c
1560 fix 'off-by-one' typo
1562 2005-05-31 [paul] 1.9.11cvs26
1568 * src/prefs_actions.c
1569 * src/prefs_common.c
1570 * src/prefs_common.h
1571 * src/prefs_customheader.c
1572 * src/prefs_display_header.c
1573 * src/prefs_filtering.c
1574 * src/prefs_filtering_action.c
1575 * src/prefs_matcher.c
1576 * src/prefs_summaries.c
1577 * src/prefs_summary_column.c
1578 * src/prefs_template.c
1579 * src/prefs_toolbar.c
1581 * src/gtk/pluginwindow.c
1582 * src/gtk/prefswindow.c
1583 * src/gtk/progressdialog.c
1584 add hidden prefs 'enable_rules_hint'
1585 for gtk_tree_view_set_rules_hint()
1589 2005-05-31 [colin] 1.9.11cvs25
1593 * src/prefs_common.c
1594 * src/prefs_summaries.c ** ADDED **
1595 * src/prefs_summaries.h ** ADDED **
1596 Common/Display -> Display/Summaries
1598 2005-05-31 [colin] 1.9.11cvs24
1602 * src/prefs_quote.c ** ADDED **
1603 * src/prefs_quote.h ** ADDED **
1604 Move Common/Quote to Compose/Quoting
1605 * src/prefs_common.c
1606 * src/prefs_common.h
1607 Remove old quote stuff, add
1608 convenience functions for GtkTextView prefs
1609 * src/gtk/prefswindow.c
1610 Set default height higher
1612 2005-05-30 [colin] 1.9.11cvs23
1616 * src/prefs_common.c
1617 * src/prefs_compose_writing.c ** ADDED **
1618 * src/prefs_compose_writing.h ** ADDED **
1619 Move Common/Compose prefs to Compose/Writing
1621 2005-05-30 [colin] 1.9.11cvs22
1623 * src/common/utils.c
1624 Fix bug #651 (Confused Attract by Subject)
1625 Patch by M. Benkmann <haferfrost@web.de>
1628 2005-05-30 [colin] 1.9.11cvs21
1631 Fix concatenation of different headers of
1632 the same type (bug #645)
1633 * src/prefs_folder_item.c
1634 Fix bug #699 (setting color to black doesn't
1637 Print out decoding error only once per
1640 2005-05-30 [paul] 1.9.11cvs20
1642 * src/common/template.c
1645 2005-05-30 [paul] 1.9.11cvs19
1647 * doc/src/rfc2368.txt **NEW FILE**
1649 compose_entries_set(): don't interpret Bcc
1650 header field (conform to RFC 2368)
1653 2005-05-29 [colin] 1.9.11cvs18
1655 * src/prefs_common.c
1656 Let the default reply format respect
1657 netiquette by cutting the signature.
1659 2005-05-29 [colin] 1.9.11cvs17
1662 Don't let always_show_msg override
1663 open_unread_on_enter when opening a new
1666 2005-05-27 [paul] 1.9.11cvs16
1671 app_will_exit(): cleanup tmp directory when exit
1672 * src/message_search.c
1673 improved the interface and made code cleanup.
1674 removed Clear button
1675 * src/send_message.c
1676 send_message_local(): use GSpawn, and detect errors
1677 * src/summary_search.c
1678 improved the interface and made code cleanup
1680 textview_write_link(): also skip non-ascii space
1681 at the head of link strings (phishing check
1682 didn't work at the case)
1683 * src/common/utils.c
1684 get_command_output(): use g_spawn_command_line_sync()
1687 2005-05-26 [colin] 1.9.11cvs15
1692 2005-05-26 [colin] 1.9.11cvs14
1695 Fix nntp mode reader (bug #611)
1696 Patch by Florian Mickler <florian@mickler.org>
1698 2005-05-26 [colin] 1.9.11cvs13
1700 * src/plugins/pgpmime/passphrase.c
1701 Fix mouse grabbing (bug #557)
1703 2005-05-26 [colin] 1.9.11cvs12
1705 * src/prefs_themes.c
1706 Fix g_warning (bug #541)
1708 2005-05-26 [colin] 1.9.11cvs11
1710 * src/prefs_actions.c
1711 * src/prefs_template.c
1712 Fix bug #506 (no warning if action/template
1714 * src/common/template.c
1715 Fix a possible crash
1717 2005-05-26 [colin] 1.9.11cvs10
1723 Forbid locked messages to be moved or
1724 deleted. Locked messages in trashes
1725 still get deleted, for performance
1726 reason (mh.c::mh_remove_all_msgs)
1728 2005-05-25 [colin] 1.9.11cvs9
1731 Use correct encoding when sending mails
1732 with attachments that have accentued
1735 2005-05-24 [colin] 1.9.11cvs8
1738 Fix bug #688 f) read/unread marker not
1739 changed on first click
1740 Also, optimize summary_status_show()
1745 Fix bug #688 b) and c) wrt message
1746 attachments and signature
1747 * src/stock_pixmap.c
1748 * src/stock_pixmap.h
1749 * src/stock_pixmap.c
1750 * src/stock_pixmap.h
1752 * src/pixmaps/clip_gpg_signed.xpm
1753 Add clip/signed icon
1755 2005-05-24 [colin] 1.9.11cvs7
1757 * src/folder_item_prefs.c
1760 2005-05-24 [colin] 1.9.11cvs6
1763 * src/prefs_common.c
1764 * src/prefs_common.h
1765 Add a confirmation to folder drag and drop
1769 fix _with_disable parameters so that
1770 the buttons labels are specifiable too
1771 * src/plugins/pgpmime/sgpgme.c
1775 2005-05-24 [colin] 1.9.11cvs5
1778 Uncollapse/collapse folders on double-click
1779 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
1782 2005-05-23 [colin] 1.9.11cvs4
1784 * src/common/socket.c
1785 Check another special SSL_peek() error.
1786 Should help wrt bug #728
1788 2005-05-23 [colin] 1.9.11cvs3
1790 * src/plugins/pgpmime/pgpmime.c
1791 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
1792 breaking menu accelerators and stuff. Users will have to
1793 reselect "PGP MIME" instead of "PGP/MIME" in their
1794 account's privacy preferences if needed.
1798 * tools/kdeservicemenu/install.sh
1799 use kdesu to prompt for root password if doing
1800 global install/uninstall
1802 2005-05-20 [colin] 1.9.11cvs2
1805 Fix another compilation error with gcc-2.9x
1806 Thanks to Pawel Pekala <c0rn@gazeta.pl>
1807 * src/send_message.c
1808 Don't send QUIT if we aren't connected
1810 2005-05-19 [colin] 1.9.11cvs1
1813 Fix compilation with gcc 2.9x
1815 2005-05-19 [paul] 1.9.11
1819 2005-05-19 [paul] 1.9.9cvs14
1821 * src/gtk/inputdialog.c
1822 prevent gettext warning
1824 2005-05-19 [paul] 1.9.9cvs13
1827 * src/prefs_common.c
1828 * src/prefs_common.h
1831 add an option to toggle cursor in message
1832 view (sync with main)
1834 2005-05-18 [colin] 1.9.9cvs12
1837 Dereference freed pointer
1838 * src/gtk/gtkaspell.c
1839 Fix duplication of dictionaries (is it an aspell issue?)
1841 2005-05-18 [colin] 1.9.9cvs11
1843 * src/gtk/inputdialog.c
1844 * src/gtk/gtkaspell.c
1847 Remove a double call
1849 2005-05-17 [colin] 1.9.9cvs10
1851 * src/gtk/gtkaspell.c
1852 Fix dialogs, Ctrl-Enter accel
1854 2005-05-17 [colin] 1.9.9cvs9
1856 * src/gtk/gtkaspell.c
1857 Fix some accelerators, escape in replace-window
1859 2005-05-16 [colin] 1.9.9cvs8
1861 * src/gtk/gtkaspell.c
1862 Revert last commit, it was a mistake.
1864 2005-05-16 [colin] 1.9.9cvs7
1866 * src/gtk/gtkaspell.c
1867 Remove buggy code while we're at it. It's a
1868 dead code path anyway.
1870 2005-05-16 [colin] 1.9.9cvs6
1872 * src/gtk/gtkaspell.c
1873 Missed some gtk_menu_popup where deactivate
1874 signal should be handled. Should fix bug
1877 2005-05-16 [colin] 1.9.9cvs5
1879 * src/gtk/gtkaspell.c
1880 Remove debug printf()s
1882 2005-05-16 [colin] 1.9.9cvs4
1884 * src/gtk/gtkaspell.c
1885 Fix a bit aspell problems
1888 2005-05-13 [colin] 1.9.9cvs3
1891 Fix the + appearing even when no subfolders
1892 have unread messages. Thanks to wwp for the
1895 2005-05-11 [paul] 1.9.9cvs2
1898 correction to 1.9.9cvs1, only colour folders that
1899 have new msgs (not unread msgs)
1901 2005-05-10 [colin] 1.9.9cvs1
1905 Try to fix bolding bugs again.
1909 * tools/claws.i18n.status.pl
1910 add Ricardo Mones Lastra's script that has been providing
1911 the i18n status page for many months
1913 2005-05-09 [paul] 1.9.9
1917 2005-05-09 [paul] 1.9.6cvs58
1924 * RELEASE_NOTES.claws
1925 add release notes to cvs to simplify release
1928 add ca and fi to ALL_LINGUAS
1930 workaround for missing Makevars
1933 add new Catalan and Finnish translations
1934 submitted by Miquel Oliete and Flammie Pirinen
1944 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1945 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1946 Urke MMI, and Hansom Young
1948 Fix drafting when quitting. compose_draft() closes the
1949 compose windows, which modifies the compose_list GSList.
1950 We have to refresh this list after echo drafting to avoid a
1952 * src/partial_download.c
1953 fix segfault on exit
1955 2005-05-06 [paul] 1.9.6cvs57
1957 * src/grouplistdialog.c
1958 quick fix/workaround for unresizeable newsgroup
1961 2005-05-06 [paul] 1.9.6cvs56
1965 use gettext plural forms
1969 small improvement to english usage
1971 2005-05-05 [thorsten] 1.9.6cvs55
1976 2005-05-05 [paul] 1.9.6cvs54
1982 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
1985 2005-05-05 [paul] 1.9.6cvs53
1988 fix resizing of separate message and
1991 2005-05-05 [paul] 1.9.6cvs52
2003 * src/prefs_filtering.c
2004 * src/prefs_filtering_action.c
2005 * src/prefs_matcher.c
2006 * src/prefs_spelling.c
2007 * src/prefs_toolbar.c
2010 * src/gtk/description_window.c
2011 * src/gtk/gtkvscrollbutton.c
2012 * src/gtk/progressdialog.c
2013 * src/gtk/quicksearch.c
2014 * src/plugins/pgpmime/prefs_gpg.c
2015 * src/plugins/spamassassin/spamassassin_gtk.c
2016 replace deprecated gtk_widget_set_usize
2018 2005-05-04 [colin] 1.9.6cvs51
2020 * src/common/utils.c
2021 Fix crash when subst_for_filename is called
2022 with a NULL parameter
2024 2005-05-04 [colin] 1.9.6cvs50
2026 * src/partial_download.c
2028 Escape login when writing uidl file
2031 2005-05-03 [colin] 1.9.6cvs49
2034 Fix possible DOS in mime parser
2037 2005-05-02 [colin] 1.9.6cvs48
2040 Try to fix the copy/paste mess once again.
2043 2005-04-30 [colin] 1.9.6cvs47
2045 * src/prefs_account.h
2047 * src/send_message.c
2050 Try to batch sending mails (per account) instead of
2051 reconnecting to server every time.
2053 2005-04-29 [colin] 1.9.6cvs46
2056 Fix window resizing that refused to size down
2057 * src/prefs_common.c
2058 * src/prefs_common.h
2059 * src/prefs_filtering.c
2060 Save Filtering's window size
2062 2005-04-21 [paul] 1.9.6cvs45
2064 * ChangeLog-gtk2.claws
2068 2005-04-21 [paul] 1.9.6cvs44
2075 use gtkut_widget_draw_now(). Improved performance
2076 of the update of statusbar
2078 textview_smooth_scroll_do(): redraw it after scroll
2079 is done (fixed incorrect display when a part of the
2081 * src/gtk/gtkutils.c
2082 * src/gtk/gtkutils.h
2083 gtkut_widget_draw_now(): use gdk_window_process_updates()
2084 to force update of widgets.
2085 Removed gtkut_widget_wait_for_draw() which had a big
2086 overhead because of waiting for all events processed
2088 2005-04-20 [paul] 1.9.6cvs43
2091 complete 1.9.6cvs42's sync:
2092 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
2094 2005-04-19 [paul] 1.9.6cvs42
2099 catch_output(): correctly select the insert text
2100 (fix invalid iterator warnings).
2105 * src/prefs_common.c
2106 support GBK encoding.
2107 * src/common/session.c
2108 * src/common/session.h
2109 use separate buffer for large data to be sent,
2110 and don't duplicate it (reduces memory usage) (thanks to Dirk).
2112 2005-04-18 [paul] 1.9.6cvs41
2115 convert unsigned long into guint32
2116 patch by Paul LeoNerd Evans
2118 2005-04-17 [colin] 1.9.6cvs40
2121 Fix 'Request return receipt' from folder
2122 properties (bug #708)
2124 2005-04-17 [colin] 1.9.6cvs39
2127 Fix duplicate hotkeys in Mainwindow's menu
2129 2005-04-17 [colin] 1.9.6cvs38
2132 Fix duplicate hotkeys in Folderview's contextual
2135 2005-04-15 [colin] 1.9.6cvs37
2138 Fix 'Save as...' with non-ascii filenames
2140 2005-04-15 [colin] 1.9.6cvs36
2142 * src/plugins/pgpmime/pgpmime.c
2143 Fix bus error on 64bit. Spotted by
2144 macallan1888@gmail.com
2146 2005-04-15 [colin] 1.9.6cvs35
2148 * src/prefs_account.c
2151 2005-04-12 [colin] 1.9.6cvs34
2153 * src/prefs_account.c
2154 Fix smtp auth type off-by-one. We forgot to
2155 add PLAIN in the prefs-to-gui setter func and
2156 as a result, the selected auth when opening
2157 account prefs was not the correct one.
2159 2005-04-12 [paul] 1.9.6cvs33
2162 if the recv dialog is visible, Cancel only
2163 cancels the current account
2166 2005-04-10 [colin] 1.9.6cvs32
2169 Copy score when copying FilteringActions
2172 2005-04-10 [colin] 1.9.6cvs31
2175 Make Message -> Receive -> Cancel cancel
2176 incorporation on all accounts. Fixes
2179 2005-04-10 [colin] 1.9.6cvs30
2181 * src/prefs_account.c
2182 Update Privacy checkbuttons status based
2183 on the selected privacy system
2185 Always connect the "None" privacy system; the
2186 static boolean was probably there to avoid
2187 reconnecting twice in the same compose window,
2188 but as the parent function is only called once
2189 per compose, it's only a bug - as a static is
2190 initialized once per application instance.
2191 Also, don't uncheck Sign and Encrypt when
2192 selecting None as privacy system; just ignore
2193 them when sending/queuing.
2196 2005-04-08 [colin] 1.9.6cvs29
2199 * src/prefs_account.c
2200 * src/prefs_account.h
2201 Add account preference to queue message in a certain
2204 2005-04-06 [colin] 1.9.6cvs28
2206 * src/prefs_account.c
2207 Update old inbox path syntax
2209 2005-04-06 [paul] 1.9.6cvs27
2214 changed -traditional-cpp to -no-cpp-precomp for newer
2217 made column resize automatically
2218 * src/send_message.c
2219 send_message_smtp(): consider EOF right after QUIT
2220 successful (workaround for Gmail SMTP server)
2221 * src/common/socket.c
2222 ssl_read(), ssl_peek(): check EOF which violates the
2224 * src/gtk/colorlabel.c
2225 removed warnings when displaying colorlabel menu
2226 (don't use GtkAlignment)
2228 2005-04-05 [paul] 1.9.6cvs26
2230 * src/plugins/trayicon/trayicon.c
2231 fix clipping of icon under KDE3
2233 2005-04-05 [paul] 1.9.6cvs25
2236 hide display of threading
2239 2005-04-04 [thorsten] 1.9.6cvs24
2242 marks lost on filesystems with different stat() results on
2245 2005-04-03 [colin] 1.9.6cvs23
2248 Don't handle up/down. Patch by Alfons
2250 2005-04-02 [colin] 1.9.6cvs22
2253 Make scrolling faster. Patch by Alfons.
2255 2005-04-01 [colin] 1.9.6cvs21
2258 * src/stock_pixmap.c
2259 * src/pixmaps/dir-noselect.xpm ** REMOVED **
2260 * src/pixmaps/dir_noselect.xpm ** ADDED **
2261 Fix pixmap name mismatch (Thanks Stephan Sachse)
2263 2005-04-01 [colin] 1.9.6cvs20
2265 * src/image_viewer.c
2266 * src/image_viewer.h
2271 Implement inline image resizing and right-clicking
2273 2005-04-01 [paul] 1.9.6cvs19
2279 patch by Luca Cavalli <loopback<AT>slackit.org>
2281 updated by Pavlo Bohmat
2283 2005-03-31 [colin] 1.9.6cvs18
2286 Fix parsing references
2288 don't put nulls in the references list
2290 commit that forgotten file in 1.9.6cvs14
2292 2005-03-31 [colin] 1.9.6cvs17
2295 Fix joining of signature separator again.
2296 Maybe Hiro could put it in main too...
2298 2005-03-31 [colin] 1.9.6cvs16
2302 * src/stock_pixmap.c
2303 * src/stock_pixmap.h
2304 * src/pixmaps/dir-noselect.xpm
2305 Update foldersel.c (sync from main, patch by Alfons)
2307 2005-03-30 [colin] 1.9.6cvs15
2310 Fix handling of imap folders containing [] in
2311 their name. Thanks to Nahuel Angelinetti for
2312 the detailed bugreport.
2314 2005-03-30 [colin] 1.9.6cvs14
2316 * src/common/utils.h
2317 * src/common/utils.c
2324 * src/quote_fmt_parse.y
2326 Update references system. Patch by Alfons
2328 2005-03-30 [colin] 1.9.6cvs13
2330 * src/common/socket.c
2331 Force the glibc to read resolv.conf again when
2332 it has changed. Should fix issues when changing
2333 networks on a laptop and not restarting sylpheed.
2335 2005-03-30 [paul] 1.9.6cvs12
2337 partial sync with main:
2340 create_io_dialog(): use user-defined text font
2341 (thanks to Alfons), and modified its appearance.
2347 don't join (presumably) itemized lines on line-wrapping
2348 fixed wrapping of quote when auto-wrapping is enabled
2349 compose_destroy(): destroy paned only if it's not
2350 attached to window. Fixed memory leak of popup menu.
2360 removed redundant code
2362 changed 'Code set' (which is rather incorrect)
2363 in the menu to 'Character encoding'
2364 main_window_set_widgets(): request size first
2365 to prevent window size becoming wrong
2366 fixed remembering of the state of the visibility
2369 changed 'Code set' (which is rather incorrect)
2370 in the menu to 'Character encoding'
2371 * src/prefs_common.c
2372 * src/prefs_common.h
2373 added an option whether to render HTML as text or not
2374 added separators to outgoing encoding menu
2376 procheader_scan_date_string(): support header
2377 like: "[Tue,] 01 Feb 2005 09:57[:00]"
2382 textview_show_html(): force output of newline
2383 added an option whether to render HTML as text or not
2384 * src/common/utils.c
2385 strncpy2(): optimized based on Alfons' code
2386 * src/gtk/gtkutils.c
2387 * src/gtk/gtkutils.h
2388 removed non-used code
2389 * src/plugins/pgpmime/passphrase.c
2390 partially fixed grab input of passphrase dialog
2391 Confine pointer to window
2393 2005-03-30 [colin] 1.9.6cvs11
2397 Read/write 32bit ints from cache & marks
2400 2005-03-29 [paul] 1.9.6cvs10
2405 * src/gtk/gtkaspell.c
2406 sync with HEAD (don't pass NULL pointers)
2412 * tools/acroread2sylpheed.pl
2413 sync with HEAD (add script to send pdfs as
2414 attachments from Adobe Reader 7)
2416 2005-03-21 [paul] 1.9.6cvs9
2422 * src/image_viewer.c ** ADDED **
2423 * src/image_viewer.h ** ADDED **
2425 * src/prefs_common.c
2426 * src/prefs_common.h
2427 * src/prefs_image_viewer.c ** ADDED **
2428 * src/prefs_image_viewer.h ** ADDED **
2431 * src/pixmaps/sylpheed_logo.xpm
2432 * src/plugins/Makefile.am
2433 * src/plugins/image_viewer/.cvsignore ** REMOVED **
2434 * src/plugins/image_viewer/Makefile.am ** REMOVED **
2435 * src/plugins/image_viewer/plugin.c ** REMOVED **
2436 * src/plugins/image_viewer/viewer.c ** REMOVED **
2437 * src/plugins/image_viewer/viewer.glade ** REMOVED **
2438 * src/plugins/image_viewer/viewer.h ** REMOVED **
2439 * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
2440 * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
2441 * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
2442 as gdk-pixbuf is now built-in
2443 remove image_viewer plugin and put code back into
2445 implement inline image display (sync with main)
2447 replace logo with newer, nicer, larger version
2449 2005-03-21 [paul] 1.9.6cvs8
2452 cosmetic improvement
2454 2005-03-21 [holger] 1.9.6cvs7
2456 * src/plugins/spamassassin/spamassassin.c
2458 (unregister hook on failed plugin init)
2460 2005-03-20 [colin] 1.9.6cvs6
2462 * src/common/plugin.c
2463 Check that plugin isn't already loaded
2466 2005-03-20 [thorsten] 1.9.6cvs5
2469 use a more compatible syntax
2471 2005-03-20 [thorsten] 1.9.6cvs4
2473 * src/prefs_toolbar.c
2474 fix crash when selecting toolbar item (uninitialized pointer)
2476 2005-03-20 [thorsten] 1.9.6cvs3
2479 fix mimetype detection (referenced free()d string)
2481 2005-03-20 [paul] 1.9.6cvs2
2484 sync with HEAD (1.0.3cvs5)
2485 neglect Reply-To header if empty
2488 2005-03-19 [holger] 1.9.6cvs1
2494 2005-03-18 [paul] 1.9.6
2496 initial GTK2 release
2498 2005-03-18 [paul] 1.0.3cvs3.1
2504 * src/pixmaps/sylpheed_logo.xpm
2507 2005-03-18 [colin] 1.0.3cvs2.6
2510 Remove call to summary_step in summary_copy_selected_to
2511 Can't see its purpose, and this causes bug when copying
2512 a message if the next one is unread: it reads it.
2514 2005-03-18 [paul] 1.0.3cvs2.5
2517 fix bug 694 'Enter doesn't trigger OK in "Move" window'
2519 2005-03-18 [paul] 1.0.3cvs2.4
2530 fix buffer overflow, CAN-2005-0667, see
2531 http://secunia.com/advisories/14491/
2534 2005-03-17 [colin] 1.0.3cvs2.3
2538 Fix font bugs (both lists now officialy share
2542 2005-03-17 [paul] 1.0.3cvs2.2
2544 * src/gtk/pluginwindow.c
2545 make plugin descriptions uneditable
2547 2005-03-11 [paul] 1.0.3cvs2.1
2552 * src/plugins/trayicon/trayicon.c
2554 add src/wizard.c to POTFILES.in
2556 2005-03-11 [paul] 1.0.3cvs1.1
2572 2005-03-04 [colin] 1.0.1cvs22.2
2575 Fix signatures with accentued chars in it
2577 2005-03-04 [colin] 1.0.1cvs22.1
2581 Don't use SIZE param in MAIL FROM: if server
2582 doesn't support it. Patch by Eugen Freiter
2583 <eugen_f@users.sf.net>
2585 2005-02-27 [paul] 1.0.1cvs20.1
2592 2005-02-27 [colin] 1.0.1cvs19.4
2596 Fix prototypes. Patch by Alfons
2598 2005-02-27 [colin] 1.0.1cvs19.3
2601 Don't auto-join the signature separator.
2603 2005-02-26 [colin] 1.0.1cvs19.2
2606 Fix 'mark all read' with collapsed threads.
2609 2005-02-25 [paul] 1.0.1cvs19.1
2613 * src/prefs_account.c
2614 * src/prefs_folder_item.c
2615 * src/gtk/prefswindow.c
2616 * src/gtk/prefswindow.h
2619 2005-02-25 [paul] 1.0.1cvs15.12
2625 * src/gtk/gtkutils.c
2626 * src/gtk/gtkutils.h
2627 * src/gtk/logwindow.c
2628 * src/gtk/progressdialog.c
2629 sync with main (revision 127)
2630 and fix logwindow clipping
2632 2005-02-24 [colin] 1.0.1cvs15.11
2634 * src/plugins/pgpmime/passphrase.c
2635 Disable input grabbing; it doesn't work yet.
2637 2005-02-24 [colin] 1.0.1cvs15.10
2640 Don't send out receipts if offline. Ask.
2642 2005-02-23 [colin] 1.0.1cvs15.9
2647 2005-02-23 [colin] 1.0.1cvs15.8
2650 Really fix Bug 568 by removing useless
2651 calls. summary_thread_init() now called
2652 in summary_sort(). This should please
2653 Alfons as it should be faster than
2656 2005-02-23 [colin] 1.0.1cvs15.7
2659 Encode parts as QP or B64 if signing
2661 2005-02-23 [colin] 1.0.1cvs15.6
2664 Fix Mimeinfo leakage (including tmp files)
2666 Fix tmp file leakage (spotted by Ivan Rayner)
2668 2005-02-22 [colin] 1.0.1cvs15.5
2671 Fix keyboard input. Patch by Alfons.
2673 2005-02-21 [colin] 1.0.1cvs15.4
2676 Fix Sign/Encrypt when unselecting privacy
2678 * src/prefs_common.c
2679 Change default message font to Monospace
2681 More freezing during potentially large operations
2683 2005-02-21 [paul] 1.0.1cvs15.3
2688 2005-02-21 [paul] 1.0.1cvs15.2
2694 * src/common/utils.c
2695 * src/common/utils.h
2696 sync with main (revision 117)
2698 2005-02-20 [colin] 1.0.1cvs15.1
2701 Change cache file to .sylpheed_claws_cache, as
2702 suggested by Alfons. Allows people to switch
2703 between Sylpheed and Sylpheed-Claws. it is
2704 a good idea to "Check for new messages" at next
2708 2005-02-18 [colin] 1.0.1cvs14.1
2710 * src/quote_fmt_lex.l
2711 * src/quote_fmt_parse.y
2712 Fix parser initialisation. Patch by Ivan.
2714 2005-02-18 [colin] 1.0.1cvs11.6
2717 Fix scrolldown (bug 662)
2719 2005-02-17 [colin] 1.0.1cvs11.5
2722 conv_filename_to_utf8: return clean 7bit instead
2723 of broken utf8 if needed
2725 Fix display of parts with unclean 8bit names
2727 2005-02-17 [paul] 1.0.1cvs11.4
2731 * src/matcher_parser_parse.y
2733 * src/sourcewindow.c
2734 * src/common/Makefile.am
2735 * src/common/intl.h ** REMOVED **
2736 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2737 sync with main (revision 109)
2740 2005-02-16 [colin] 1.0.1cvs11.3
2743 Fix collapsed thread not highlighting when new
2744 messages in it (Bug 568) Patch by Stephan Sachse.
2745 Fix messed up selection when reaching bounds (Bug 632)
2746 * src/prefs_themes.c
2747 Fix theme installing (Bug 684)
2749 2005-02-16 [colin] 1.0.1cvs11.2
2752 Fix messageview_select_all
2754 2005-02-16 [colin] 1.0.1cvs11.1
2757 Sync with HEAD (MH scan required function)
2759 2005-02-15 [colin] 1.0.1cvs8.1
2762 * src/common/utils.c
2763 Sync with HEAD (filename chars substitution)
2765 2005-02-15 [colin] 1.0.1cvs7.3
2767 * src/gtk/pluginwindow.c
2770 2005-02-15 [colin] 1.0.1cvs7.2
2773 Fix mime icons not reset across message when
2776 2005-02-15 [colin] 1.0.1cvs7.1
2780 Sync with HEAD (optimisation of cvs6)
2782 2005-02-14 [colin] 1.0.1cvs6.1
2786 Sync with HEAD (encode "From " at line beginning)
2788 2005-02-14 [colin] 1.0.1cvs5.3
2791 Fix wrapping with accentued chars.
2793 2005-02-13 [colin] 1.0.1cvs5.2
2796 Fix email informative part parsing with
2797 accentued chars in it. ispunct() returns
2798 true for them in utf8...
2800 2005-02-12 [colin] 1.0.1cvs5.1
2803 Sync with HEAD (remove wrong use of compose after send)
2805 2005-02-12 [paul] 1.0.1cvs4.5
2808 remove unnecessary code (thanks to Alfons)
2810 2005-02-12 [paul] 1.0.1cvs4.4
2813 add 'Copy' to contextual menu on emails
2815 2005-02-11 [colin] 1.0.1cvs4.3
2818 revert 1.0.0cvs28.2, it doesn't work that well.
2820 2005-02-11 [paul] 1.0.1cvs4.2
2825 2005-02-10 [paul] 1.0.1cvs4.1
2832 sync with HEAD (sync with main)
2834 2005-02-10 [paul] 1.0.1cvs3.2
2840 * config/mkinstalldirs
2844 * intl/bindtextdom.c
2845 * intl/config.charset
2851 * intl/eval-plural.h
2852 * intl/explodename.c
2857 * intl/hash-string.h
2858 * intl/intl-compat.c
2860 * intl/libgnuintl.h.in
2863 * intl/localcharset.c
2864 * intl/localcharset.h
2866 * intl/localealias.c
2879 * intl/relocatable.c
2880 * intl/relocatable.h
2904 * src/editldap_basedn.c
2912 * src/folder_item_prefs.c
2915 * src/grouplistdialog.c
2929 * src/message_search.c
2938 * src/partial_download.c
2940 * src/prefs_account.c
2941 * src/prefs_actions.c
2942 * src/prefs_common.c
2943 * src/prefs_customheader.c
2944 * src/prefs_display_header.c
2945 * src/prefs_ext_prog.c
2946 * src/prefs_filtering.c
2947 * src/prefs_filtering_action.c
2948 * src/prefs_folder_item.c
2951 * src/prefs_matcher.c
2952 * src/prefs_msg_colors.c
2953 * src/prefs_spelling.c
2954 * src/prefs_summary_column.c
2955 * src/prefs_template.c
2956 * src/prefs_themes.c
2957 * src/prefs_toolbar.c
2958 * src/prefs_wrapping.c
2965 * src/send_message.c
2967 * src/sourcewindow.c
2970 * src/summary_search.c
2976 * src/common/plugin.c
2979 * src/common/ssl_certificate.c
2980 * src/common/string_match.c
2981 * src/common/sylpheed.c
2982 * src/common/template.c
2983 * src/common/utils.c
2985 * src/gtk/colorlabel.c
2986 * src/gtk/description_window.c
2988 * src/gtk/foldersort.c
2989 * src/gtk/gtkaspell.c
2990 * src/gtk/gtkutils.c
2991 * src/gtk/inputdialog.c
2992 * src/gtk/logwindow.c
2994 * src/gtk/pluginwindow.c
2995 * src/gtk/prefswindow.c
2996 * src/gtk/progressdialog.c
2997 * src/gtk/quicksearch.c
2998 * src/gtk/sslcertwindow.c
2999 * src/plugins/clamav/clamav_plugin.c
3000 * src/plugins/clamav/clamav_plugin_gtk.c
3001 * src/plugins/demo/demo.c
3002 * src/plugins/dillo_viewer/dillo_prefs.c
3003 * src/plugins/dillo_viewer/dillo_viewer.c
3004 * src/plugins/image_viewer/plugin.c
3005 * src/plugins/image_viewer/viewer.c
3006 * src/plugins/image_viewer/viewerprefs.c
3007 * src/plugins/mathml_viewer/mathml_viewer.c
3008 * src/plugins/pgpmime/passphrase.c
3009 * src/plugins/pgpmime/plugin.c
3010 * src/plugins/pgpmime/prefs_gpg.c
3011 * src/plugins/pgpmime/select-keys.c
3012 * src/plugins/pgpmime/sgpgme.c
3013 * src/plugins/spamassassin/spamassassin.c
3014 * src/plugins/spamassassin/spamassassin_gtk.c
3015 * src/plugins/trayicon/trayicon.c
3016 sync with main (revision 104)
3018 2005-02-10 [colin] 1.0.1cvs3.1
3021 Sync with HEAD (fix occasional crasher)
3023 2005-02-10 [colin] 1.0.1cvs2.1
3026 Synw with HEAD (don't automatically display html)
3028 2005-02-09 [colin] 1.0.1cvs1.3
3032 Add contextual menu on emails
3034 2005-02-09 [colin] 1.0.1cvs1.2
3037 Fix converting from broken headers and
3038 put back the _ in missing places
3039 (feature broke with cvs24.2 sync, main
3042 2005-02-09 [colin] 1.0.1cvs1.1
3047 Sync with HEAD (display non text/plain mails with plugin)
3049 2005-02-08 [colin] 1.0.1.1
3055 Make default configuration directory
3058 2005-02-08 [colin] 1.0.0cvs29.1
3066 Sync translations with HEAD
3068 2005-02-06 [colin] 1.0.0cvs28.3
3071 Make compose a bit faster - patch by Alfons.
3073 2005-02-06 [colin] 1.0.0cvs28.2
3076 Make pasting via middle-click more reliable
3078 2005-02-05 [paul] 1.0.0cvs28.1
3086 (fix bug 682 'redirect is broken'
3088 2005-02-05 [torte] 1.0.0cvs27.1
3092 * src/partial_download.c
3093 Sync with HEAD (fix buf overflow)
3095 2005-02-03 [colin] 1.0.0cvs26.1
3097 * src/common/plugin.c
3098 Sync with HEAD (avoid plugin mismatches)
3100 2005-02-03 [paul] 1.0.0cvs25.3
3106 * src/gtk/colorlabel.c
3107 third and final part of initial sync with main-gtk2
3109 2005-02-03 [paul] 1.0.0cvs25.2
3112 fix building with jpilot support
3114 2005-02-02 [colin] 1.0.0cvs25.1
3117 Sync with HEAD (fix dangerous typo)
3119 2005-02-01 [colin] 1.0.0cvs24.3
3122 Write file as advertised (UTF-8)
3124 2005-02-01 [paul] 1.0.0cvs24.2
3133 * src/folder_item_prefs.c
3139 * src/matcher_parser_lex.l
3142 * src/prefs_account.c
3143 * src/prefs_actions.c
3144 * src/prefs_common.c
3147 * src/prefs_themes.c
3150 * src/sourcewindow.c
3156 * src/common/template.c
3157 * src/common/utils.c
3160 * src/gtk/gtkaspell.c
3161 * src/plugins/clamav/clamav_plugin.c
3162 * src/plugins/dillo_viewer/dillo_prefs.c
3163 * src/plugins/image_viewer/viewerprefs.c
3164 * src/plugins/pgpmime/passphrase.c
3165 * src/plugins/pgpmime/prefs_gpg.c
3166 * src/plugins/pgpmime/select-keys.c
3167 * src/plugins/spamassassin/spamassassin.c
3168 second part of initial sync with main-gtk2
3171 2005-01-31 [colin] 1.0.0cvs24.1
3176 2005-01-29 [paul] 1.0.0cvs23.2
3189 * src/editldap_basedn.c
3193 * src/grouplistdialog.c
3199 * src/message_search.c
3202 * src/prefs_actions.c
3203 * src/prefs_common.c
3204 * src/prefs_common.h
3205 * src/prefs_customheader.c
3206 * src/prefs_display_header.c
3207 * src/prefs_filtering.c
3208 * src/prefs_filtering_action.c
3210 * src/prefs_matcher.c
3211 * src/prefs_summary_column.c
3212 * src/prefs_template.c
3213 * src/sourcewindow.c
3214 * src/summary_search.c
3218 * src/gtk/description_window.c
3219 * src/gtk/gtkshruler.c
3220 * src/gtk/gtkutils.c
3221 * src/gtk/gtkutils.h
3222 * src/gtk/inputdialog.c
3223 * src/gtk/logwindow.c
3224 * src/gtk/prefswindow.c
3225 * src/gtk/progressdialog.c
3226 * src/gtk/progressdialog.h
3227 first part of initial sync with main-gtk2
3230 2005-01-28 [colin] 1.0.0cvs23.1
3235 2005-01-27 [colin] 1.0.0cvs21.1
3241 2005-01-27 [colin] 1.0.0cvs19.1
3246 2005-01-27 [colin] 1.0.0cvs18.1
3258 2005-01-26 [paul] 1.0.0cvs15.2
3261 compose_entries_set(): convert subject and body to
3262 utf8 if necessary. patch by Felix Eckhofer
3264 2005-01-26 [paul] 1.0.0cvs15.1
3267 * src/common/template.c
3268 sync with HEAD (fix memory leak)
3270 2005-01-25 [paul] 1.0.0cvs14.1
3276 2005-01-24 [colin] 1.0.0cvs13.1
3281 2005-01-24 [paul] 1.0.0cvs12.1
3286 * src/common/utils.c
3289 2005-01-24 [colin] 1.0.0cvs11.1
3294 2005-01-24 [colin] 1.0.0cvs10.1
3299 2005-01-23 [colin] 1.0.0cvs9.1
3304 2005-01-22 [colin] 1.0.0cvs8.1
3307 * src/gtk/quicksearch.c
3310 2005-01-21 [colin] 1.0.0cvs7.1
3315 2005-01-21 [colin] 1.0.0cvs6.1
3320 2005-01-21 [colin] 1.0.0cvs5.1
3322 * src/gtk/quicksearch.c
3323 * src/prefs_common.c
3324 * src/prefs_common.h
3325 Sync with HEAD (recurse option)
3327 2005-01-21 [colin] 1.0.0cvs4.1
3333 * src/gtk/quicksearch.c
3334 * src/gtk/quicksearch.h
3335 Sync with HEAD (recursive quicksearch)
3337 2005-01-20 [colin] 1.0.0cvs3.4
3342 2005-01-20 [colin] 1.0.0cvs3.3
3345 Fix leak, thanks to Alfons.
3347 2005-01-20 [colin] 1.0.0cvs3.2
3350 Port SSL certificate window to GTK2.
3352 2005-01-20 [paul] 1.0.0cvs3.1
3360 2005-01-19 [colin] 1.0.0cvs2.2
3362 * src/plugins/trayicon/trayicon.c
3363 Fix freeze with gtk-2.6, the easy way
3364 (signal blocking helpless there...)
3367 2005-01-19 [colin] 1.0.0cvs2.1
3376 2005-01-19 [paul] 1.0.0cvs1.1
3390 sync with HEAD (update translations)
3392 2005-01-18 [colin] 1.0.0cvs0.1
3395 Specify search column - patch by Alfons
3397 2005-01-18 [colin] 0.9.13cvs36.3
3399 * src/prefs_toolbar.c
3400 Change Delete to Remove
3402 GTK2 version and leak fixes
3403 * src/prefs_actions.c
3405 All patches by Alfons
3407 2005-01-17 [colin] 0.9.13cvs36.2
3410 Fix DnD inserting twice. While at it,
3411 add DnD support for text/plain in the
3412 body, and add support in the headers.
3414 2005-01-16 [colin] 0.9.13cvs36.1
3419 Sync with HEAD (nothing applicable)
3421 2005-01-16 [colin] 0.9.13cvs33.2
3423 * src/prefs_toolbar.c
3424 GTK2ize prefs_toolbar, by Alfons.
3426 2005-01-14 [colin] 0.9.13cvs33.1
3432 2005-01-14 [colin] 0.9.13cvs32.1
3438 * tools/calypso_convert.pl
3441 2005-01-08 [colin] 0.9.13cvs29.2
3443 * src/prefs_filtering_action.c
3444 * src/prefs_filtering.c
3445 2 more gtk2 patches by Alfons
3447 2005-01-07 [paul] 0.9.13cvs29.1
3457 2005-01-07 [colin] 0.9.13cvs28.3
3459 * src/gtk/progressdialog.c
3460 * src/gtk/progressdialog.h
3462 * src/send_message.c
3463 GTK2 for the incorporation dialog. The CList isn't dead
3464 yet, for a more smooth migration. Patch by Alfons.
3466 2005-01-06 [colin] 0.9.13cvs28.2
3468 * src/prefs_display_header.c
3469 GTK2 conversion by Alfons
3470 * src/prefs_actions.c
3471 * src/prefs_matcher.c
3472 Fix 2 leaks - patch by Alfons
3474 2005-01-06 [colin] 0.9.13cvs28.1
3476 * src/prefs_matcher.c
3479 2005-01-06 [colin] 0.9.13cvs27.4
3481 * src/prefs_matcher.c
3482 Fix double-free. Patch by Alfons
3484 2005-01-06 [colin] 0.9.13cvs27.3
3486 * src/prefs_matcher.c
3487 GTK2 widgets + memleak
3490 2005-01-05 [colin] 0.9.13cvs27.2
3495 * src/stock_pixmap.c
3496 * src/stock_pixmap.h
3497 3 more GTK2 patches by Alfons.
3499 2005-01-04 [colin] 0.9.13cvs27.1
3506 2005-01-04 [colin] 0.9.13cvs25.9
3509 Fix Show Ruler menuitem
3510 * src/prefs_template.c
3512 * src/common/utils.c
3513 Make auto pointer stuff handles NULLs
3516 2005-01-04 [colin] 0.9.13cvs25.8
3519 Move the attachment list to gtk2
3522 2005-01-04 [colin] 0.9.13cvs25.7
3525 Make some keys work again
3526 Patch by SungHyun Nam <namsh@kldp.org>
3528 2005-01-04 [colin] 0.9.13cvs25.6
3530 * src/gtk/gtkshruler.c
3531 Move the ruler to GTK2
3534 2005-01-03 [colin] 0.9.13cvs25.5
3537 Fix my broken patch apply
3539 2005-01-03 [colin] 0.9.13cvs25.4
3541 * src/common/utils.c
3542 * src/common/utils.h
3543 * src/gtk/prefswindow.c
3544 Move auto pointer stuff to utils.c
3545 Patch by Alfons again :)
3547 2005-01-03 [colin] 0.9.13cvs25.3
3551 * src/prefs_template.c
3553 Empty text widgets with empty strings, not NULL char
3554 Patch by SungHyun Nam <namsh@kldp_org>
3556 2005-01-03 [colin] 0.9.13cvs25.2
3562 2005-01-03 [colin] 0.9.13cvs25.1
3568 2005-01-03 [colin] 0.9.13cvs24.3
3571 Two patches from Alfons and Alex S Moore:
3572 fix images, fix return value.
3574 2005-01-01 [colin] 0.9.13cvs24.2
3576 * src/prefs_actions.c
3577 Fix over-zealous assertion. Patch by Alfons
3579 2005-01-01 [colin] 0.9.13cvs24.1
3582 Sync with HEAD (leak fix)
3584 2004-12-31 [colin] 0.9.13cvs23.2
3586 * src/prefs_common.c
3587 GTK2 widgets + stock buttons - patch by Alfons
3589 2004-12-31 [paul] 0.9.13cvs23.1
3592 bump up EXTRA_VERSION to match (sync'ed) HEAD
3593 * src/gtk/pluginwindow.c
3594 use GTK2 widgets and plug memory leaks,
3597 2004-12-30 [colin] 0.9.13cvs22.4
3604 * src/message_search.c
3605 * src/prefs_actions.c
3606 * src/prefs_common.c
3607 * src/prefs_customheader.c
3608 * src/prefs_filtering.c
3609 * src/prefs_summary_column.c
3610 * src/summary_search.c
3612 * src/gtk/description_window.c
3613 * src/gtk/gtkutils.c
3614 * src/gtk/gtkutils.h
3615 * src/gtk/inputdialog.c
3616 * src/gtk/prefswindow.c
3617 Use GTK2 stock buttons. Patches by Alfons.
3619 2004-12-30 [colin] 0.9.13cvs22.3
3623 * src/prefs_actions.c
3624 * src/prefs_customheader.c
3625 * src/prefs_filtering.c
3626 * src/prefs_msg_colors.c
3627 * src/prefs_summary_column.c
3628 * src/gtk/prefswindow.c
3629 Use GtkTreeView instead of deprecated
3630 widgets. Patches by Alfons.
3632 2004-12-30 [paul] 0.9.13cvs22.2
3636 patch by Alfons, with root folder sorting fix
3639 2004-12-30 [paul] 0.9.13cvs22.1
3649 2004-12-22 [martin] 0.9.13cvs21.2
3652 free the command line after its use
3654 2004-12-18 [paul] 0.9.13cvs21.1
3667 2004-12-17 [martin] 0.9.13cvs17.2
3670 convert actions input to locale
3672 convert notification command to locale
3673 * src/plugins/pgpmime/select-keys.c
3674 convert attributes to utf8
3676 2004-12-14 [colin] 0.9.13cvs17.1
3682 * src/common/utils.c
3683 * src/gtk/prefswindow.c
3684 * src/gtk/gtkutils.c
3685 * src/gtk/gtkutils.h
3686 * src/plugins/spamassassin/libspamc.c
3689 2004-12-13 [colin] 0.9.13cvs14.1
3691 * src/quote_fmt_parse.y