1 2011-10-07 [colin] 3.7.10cvs25
4 * src/gtk/gdkkeysyms-new.h
6 Copy the new GDK_KEY_* definitions for older GTKs
8 2011-10-07 [colin] 3.7.10cvs24
11 Fix typos (thanks to Hanno)
13 2011-10-07 [colin] 3.7.10cvs23
16 * src/gtk/gtkshruler.c
17 * src/gtk/gtkshruler.h
18 Disable ruler starting from 2.24.
20 2011-10-07 [colin] 3.7.10cvs22
27 2011-10-07 [colin] 3.7.10cvs21
37 * src/message_search.c
41 * src/prefs_compose_writing.c
42 * src/prefs_filtering_action.c
43 * src/prefs_folder_item.c
49 * src/prefs_summaries.c
50 * src/prefs_wrapping.c
55 * src/summary_search.c
58 * src/gtk/colorlabel.c
64 * src/gtk/quicksearch.c
65 * src/gtk/spell_entry.c
66 * src/plugins/bogofilter/bogofilter_gtk.c
67 * src/plugins/dillo_viewer/dillo_viewer.c
68 * src/plugins/pgpcore/prefs_gpg.c
69 * src/plugins/spamassassin/spamassassin_gtk.c
70 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
71 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
72 ported (especially GtkCMOptionMenu)
74 2011-10-07 [colin] 3.7.10cvs20
79 * src/addrcustomattr.c
80 * src/addrduplicates.c
83 * src/addressbook_foldersel.c
89 * src/editaddress_other_attributes_ldap.c
94 * src/editldap_basedn.c
102 * src/grouplistdialog.c
108 * src/message_search.c
111 * src/prefs_actions.c
112 * src/prefs_customheader.c
113 * src/prefs_display_header.c
114 * src/prefs_filtering.c
115 * src/prefs_filtering_action.c
116 * src/prefs_folder_column.c
117 * src/prefs_matcher.c
118 * src/prefs_msg_colors.c
120 * src/prefs_summaries.c
121 * src/prefs_summary_column.c
122 * src/prefs_summary_open.c
123 * src/prefs_template.c
124 * src/prefs_toolbar.c
128 * src/summary_search.c
135 * src/gtk/description_window.c
136 * src/gtk/foldersort.c
137 * src/gtk/gtkaspell.c
138 * src/gtk/gtkcmclist.c
139 * src/gtk/gtkcmctree.c
140 * src/gtk/gtkcmoptionmenu.c
142 * src/gtk/icon_legend.c
143 * src/gtk/inputdialog.c
144 * src/gtk/logwindow.c
145 * src/gtk/pluginwindow.c
146 * src/gtk/prefswindow.c
147 * src/gtk/quicksearch.c
148 * src/plugins/pgpcore/passphrase.c
149 * src/plugins/pgpcore/select-keys.c
150 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
151 to replace GDK_* by GDK_KEY_*.
153 2011-10-07 [colin] 3.7.10cvs19
164 * src/grouplistdialog.c
169 * src/prefs_filtering_action.c
170 * src/prefs_folder_column.c
171 * src/prefs_msg_colors.c
172 * src/prefs_summary_column.c
173 * src/prefs_toolbar.c
182 * src/gtk/colorlabel.c
184 * src/gtk/gtkcmclist.c
185 * src/gtk/gtkcmctree.c
186 * src/gtk/gtkcmoptionmenu.c
187 * src/gtk/gtksctree.c
189 * src/gtk/gtkvscrollbutton.c
190 * src/gtk/inputdialog.c
191 * src/gtk/logwindow.c
193 * src/gtk/prefswindow.c
194 * src/gtk/progressdialog.c
195 * src/plugins/pgpcore/passphrase.c
196 * src/plugins/trayicon/trayicon.c
197 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
198 Patch by Hanno Thurow-Meyer, many thanks to him !
200 2011-09-20 [colin] 3.7.10cvs18
203 Fix bug #2502, 'gnutls_transport_set_lowat removed in
206 2011-09-18 [colin] 3.7.10cvs17
209 Fix segfault when connection fails
211 2011-09-03 [colin] 3.7.10cvs16
214 Use NORMAL instead of EXPORT priorities.
216 2011-09-02 [colin] 3.7.10cvs15
220 Linking against gcrypt explicitely in order to call
221 gcry_control() for mutex setup isn't necessary anymore
222 starting from gnuTLS 2.11.
224 2011-08-31 [colin] 3.7.10cvs14
226 * src/plugins/pgpinline/pgpinline.c
227 * src/plugins/pgpmime/pgpmime.c
228 Fix bug #2431, "Major memory leak in PGP message handling".
230 2011-08-31 [colin] 3.7.10cvs13
237 Apply Steve Rader's patch from bug #2388, "Add
238 message view scrolling menu items"
240 2011-08-30 [colin] 3.7.10cvs12
242 * src/gtk/prefswindow.c
243 Fix layout issues (i.e. on SSL page if changing account
244 type prior to visiting it).
246 2011-08-30 [colin] 3.7.10cvs11
250 Don't use deprecated functions for GnuTLS priorities.
251 Require GnuTLS 2.2 that is the first version with the
254 2011-08-30 [colin] 3.7.10cvs10
256 * src/common/socket.c
258 Long-term fix for bug #2402, "GnuTLS change breaks socket
259 communication", as per http://savannah.gnu.org/support/?107660
261 2011-08-30 [colin] 3.7.10cvs9
263 * src/etpan/imap-thread.c
264 * src/etpan/nntp-thread.c
265 Remove dead openSSL code
267 2011-08-30 [colin] 3.7.10cvs8
271 * src/common/ssl_certificate.c
272 * src/common/ssl_certificate.h
273 * src/etpan/imap-thread.c
274 * src/etpan/nntp-thread.c
275 Fix bug #2127, "SSL cert check uses canonical name instead of
278 2011-08-29 [colin] 3.7.10cvs7
280 * src/prefs_account.c
281 Fix X-Mailer option not appearing on IMAP
283 2011-08-29 [colin] 3.7.10cvs6
285 * src/plugins/pgpcore/Makefile.am
286 * src/plugins/pgpinline/Makefile.am
287 * src/plugins/pgpmime/Makefile.am
288 * src/plugins/smime/Makefile.am
290 libtool: link: require no space between `-L' and `.'
292 2011-08-29 [colin] 3.7.10cvs5
296 * src/prefs_account.c
297 * src/prefs_account.h
298 Revert cvs4 which is rather illogical and instead
299 use Fabian's patch from bug #2471
301 2011-08-29 [colin] 3.7.10cvs4
304 Don't insert custom headers that have empty values.
305 Allows not inserting X-Mailer if it's set to nothing.
306 Fixes bug #2471, "Make setting an X-Mailer header optional".
308 2011-08-29 [colin] 3.7.10cvs3
314 Handle EXIF orientation in images (both in textview's
315 preview and image viewer)
317 2011-08-28 [paul] 3.7.10cvs2
322 add new hidden option to control the display in the From
323 column in the Message List: 0 (default): show name,
324 1: show address, 2: show name + address
326 2011-08-27 [paul] 3.7.10cvs1
329 * src/common/ssl_certificate.c
330 * src/etpan/imap-thread.c
331 * src/etpan/nntp-thread.c
332 offer up some missing log_error() strings to translators
334 2011-08-27 [paul] 3.7.10
340 2011-08-27 [paul] 3.7.9cvs52
348 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
349 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
351 2011-08-27 [mones] 3.7.9cvs51
354 Include generic name and comment translations
355 Thanks to all the people on the translators ML!
357 2011-08-23 [paul] 3.7.9cvs50
360 probable/possible fix/workaround for bug 2402,
361 'can't download message from pop3 server'
363 2011-08-18 [paul] 3.7.9cvs49
365 * manual/handling.xml
366 fix typos. thanks to vilpan
368 2011-08-17 [paul] 3.7.9cvs48
370 * tools/claws.i18n.status.pl
371 add Mindaugas Baranauskas (Lithuanian)
373 2011-08-14 [mir] 3.7.9cvs47
376 * src/etpan/nntp-thread.c
377 Fix bug 2418. Patch provided by Sébastien Bigaret with
378 some minor contribution by me.
380 2011-08-13 [mir] 3.7.9cvs46
382 * src/etpan/nntp-thread.c
383 Fix bug when NNTP server sends authentication warning
384 as part of the connection session. Privously etpan would
385 bail out for any return code other than NEWSNNTP_NO_ERROR
386 but as early as the connection session a return code like
387 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
388 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
389 be considered as an error.
391 2011-08-12 [paul] 3.7.9cvs45
394 3.7.9cvs43 mistakenly dropped off the info
395 about the mime part from the tooltip
397 2011-08-12 [wwp] 3.7.9cvs44
399 * src/gtk/quicksearch.c
400 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
402 2011-08-09 [paul] 3.7.9cvs43
405 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
407 2011-08-06 [paul] 3.7.9cvs42
410 fix cursor placement in Forward template
412 2011-08-06 [paul] 3.7.9cvs41
414 * src/gtk/description_window.c
415 fix bug 1963, 'Preferences Templates Information Window Focus loss'
417 2011-08-05 [holger] 3.7.9cvs40
420 Revert 3.7.9cvs35 for now, it may be problematic
423 2011-08-05 [paul] 3.7.9cvs39
427 use 'Collapse quotes' rather than 'Fold quotes' on
428 labels, for consistency
430 use 'Receive mail from account' rather than 'on account'
432 2011-07-30 [mir] 3.7.9cvs38
434 * src/etpan/Makefile.am
435 * src/plugins/pgpcore/Makefile.am
436 * src/plugins/pgpmime/Makefile.am
437 * src/plugins/smime/Makefile.am
438 Fix broken build on Debian Sid. enchant.h cannot be
439 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
440 present in Makefile.am. Apparently enchant.h in older
441 versions were placed in /usr/include which is always
444 2011-07-21 [mones] 3.7.9cvs37
446 * src/common/plugin.c
447 * src/common/plugin.h
448 Make licences allowed for plugins more explicit and also
449 accept dual (or more) licences when properly formatted.
450 Doesn't require any change on current plugins.
452 2011-07-18 [mones] 3.7.9cvs36
454 * manual/advanced.xml
455 Document briefly tags feature.
456 * manual/glossary.xml
457 Fix definition to avoid confussion with tags.
458 * manual/es/advanced.xml
459 * manual/es/glossary.xml
460 Synchronize Spanish translation with the above.
462 2011-07-07 [holger] 3.7.9cvs35
465 Add indicator stuff to the desktop file
468 2011-07-06 [paul] 3.7.9cvs34
473 2011-07-06 [mones] 3.7.9cvs33
476 Do not create an empty tag name row in panel and
477 warn user about using a non-reserved tag instead
479 2011-07-05 [mones] 3.7.9cvs32
484 * src/etpan/imap-thread.c
485 Make constants for reserved tags and use them
486 Removed also duplicate comparison while at it
488 2011-07-05 [paul] 3.7.9cvs31
491 when using a Compose template, only place the cursor
492 in the body when the cursor symbol, %cursor (%X), is used
494 2011-07-03 [paul] 3.7.9cvs30
497 do main_window_popup(mainwin); on plugin load error, or
498 else the warning dialogue and mainwindow stays minimised
501 2011-07-03 [paul] 3.7.9cvs29
504 fix bug 2462, 'Building without GnuTLS support leads to a
507 2011-07-03 [paul] 3.7.9cvs28
512 fix bug #2461, 'popup menu in message list displays
513 'move to trash' and 'delete''.
514 Add a new sensitivity condition 'M_NOT_TRASH' and
515 remove the broken workaround for right-click in summaryview.c.
516 Fix broken main menu sensitivity for "Menu/Message/Move" in
519 2011-06-21 [paul] 3.7.9cvs27
522 revert 3.7.9cvs2, it does no good
524 2011-06-18 [mir] 3.7.9cvs26
527 Fix autoconf warnings introduced in autoconf >= 2.64
529 2011-06-05 [paul] 3.7.9cvs25
539 fix strings where an informational message has been
540 wrongly entered into the translated string
542 enable 'Trash' and 'Sender' to be translated based on
543 the context, e.g. as button text and as mail header
545 fix english in Info tab
547 2011-05-25 [colin] 3.7.9cvs24
550 Fix bug #2439, "use bitwise operator for bitmask instead of
551 logical operator". Thanks to Nicolas Kaiser for the patch.
553 2011-05-18 [colin] 3.7.9cvs23
556 Fix missing group selection before xover if the
557 connection was reset before.
559 2011-05-12 [colin] 3.7.9cvs22
562 Fix bug #2412, "Send account mail address in Message-ID
563 wrongly implemented". Patch by Fabian Keil.
565 2011-05-12 [mones] 3.7.9cvs21
567 * src/etpan/nntp-thread.c
568 Fix bug #2418 "NNTP authentication is broken"
570 2011-05-09 [pawel] 3.7.9cvs20
573 * src/prefs_folder_item.c
576 2011-05-05 [colin] 3.7.9cvs19
582 Fix bug #2184, "Add account name information inside network log".
583 Initial patch by MSulchan Darmawan, expanded to other protocols.
584 This stuff is too much copy-pasted.
587 2011-04-30 [colin] 3.7.9cvs18
590 Fix bug #2414, 'Claws segfaults on startup with
591 notification plugin enabled". Thanks Christian
592 Faulhammer for the patch.
594 2011-04-27 [colin] 3.7.9cvs17
597 Make Windows' encoding CP1251 for ru_RU locale
598 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
600 2011-04-24 [paul] 3.7.9cvs16
602 * manual/claws-mail-manual.xml
603 * manual/de/claws-mail-manual.xml
604 * manual/es/claws-mail-manual.xml
605 * manual/fr/claws-mail-manual.xml
606 * manual/it/claws-mail-manual.xml
607 update copyright year
609 2011-04-24 [paul] 3.7.9cvs15
612 fix bug #2353, 'Right-clicking on spam in order to delete
613 it causes it to show in message window'
615 2011-04-24 [paul] 3.7.9cvs14
618 * src/gtk/foldersort.c
619 * src/gtk/foldersort.h
620 fix labelling, 'change folder order' to 'change mailbox order'
622 2011-04-23 [paul] 3.7.9cvs13
625 fix bug #2409, 'Failed to compile under GCC 3.x : option
626 -Wno-pointer-sign badly set in configure.ac'. mistakenly
627 committed in 3.7.8cvs19
629 2011-04-11 [paul] 3.7.9cvs12
631 * src/plugins/trayicon/trayicon.c
632 fix build bug: gtk_status_icon_set_title() is available
633 since gtk 2.18.x not 2.14.x
635 2011-04-11 [paul] 3.7.9cvs11
638 updated by Páder Rezső
640 2011-04-10 [colin] 3.7.9cvs10
646 * src/editaddress_other_attributes_ldap.c
648 * src/message_search.c
649 * src/prefs_display_header.c
650 * src/prefs_filtering_action.c
651 * src/prefs_matcher.c
653 * src/prefs_toolbar.c
654 * src/summary_search.c
655 * src/gtk/colorlabel.c
657 * src/gtk/gtkcmoptionmenu.c
658 * src/gtk/gtkshruler.c
659 * src/gtk/gtkshruler.h
661 * src/gtk/inputdialog.c
662 * src/gtk/quicksearch.c
663 Revert the whole pile of crap introduced in
666 2011-04-10 [colin] 3.7.9cvs9
670 * src/editaddress_other_attributes_ldap.c
672 * src/message_search.c
673 * src/prefs_display_header.c
674 * src/prefs_matcher.c
675 * src/prefs_toolbar.c
676 * src/summary_search.c
679 * src/gtk/inputdialog.c
680 * src/gtk/quicksearch.c
681 Finish fun with combo boxes. (hopefully)
683 2011-04-10 [colin] 3.7.9cvs8
686 * src/prefs_filtering_action.c
688 * src/gtk/gtkshruler.c
689 * src/gtk/gtkshruler.h
690 More undeprecation. GTKSHRuler is #if'ed out. We can
691 still decide to maintain the old GtkRuler widget in-tree
692 if the lack of ruler in Compose window is too
695 2011-04-10 [colin] 3.7.9cvs7
700 * src/editaddress_other_attributes_ldap.c
701 * src/message_search.c
702 * src/prefs_display_header.c
703 * src/prefs_filtering_action.c
705 * src/prefs_toolbar.c
706 * src/summary_search.c
707 * src/gtk/colorlabel.c
709 * src/gtk/gtkcmoptionmenu.c
711 More comboboxtext undeprecation
713 2011-04-10 [colin] 3.7.9cvs6
718 2011-04-10 [colin] 3.7.9cvs5
723 2011-04-10 [colin] 3.7.9cvs4
726 * src/editaddress_other_attributes_ldap.c
727 * src/message_search.c
728 * src/prefs_display_header.c
729 * src/prefs_filtering_action.c
731 * src/prefs_toolbar.c
732 * src/summary_search.c
735 gtk_combo_box_*_text() is deprecated, and
736 gtk_combo_box_text_*() is the new hotness.
738 2011-04-10 [colin] 3.7.9cvs3
746 * src/gtk/gtkvscrollbutton.c
747 * src/gtk/gtkvscrollbutton.h
748 s/GtkFunction/GSourceFunc
750 2011-04-10 [colin] 3.7.9cvs2
753 Use gtkut_window_popup() to work around a bug in Gnome Shell.
754 This is the patch from bug #2396, it should be innocuous even
755 if that's useless to do deiconify + present window...
757 2011-04-09 [paul] 3.7.9cvs1
759 * src/prefs_summaries.c
760 fix typo in string. (thanks, Brad!)
762 2011-04-09 [paul] 3.7.9
768 2011-04-09 [paul] 3.7.8cvs78
778 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
779 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
782 2011-04-09 [colin] 3.7.8cvs77
785 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
786 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
787 encoding filename. Hooray for stupid.
789 2011-04-08 [colin] 3.7.8cvs76
792 Fix action Stop: if child does not react to SIGTERM, it'll
793 probably start behaving when it'll get a SIGKILL on the user's
794 second press on Stop.
795 Fixes bug #2237, "User action makes Claws unresponsive".
797 2011-04-08 [colin] 3.7.8cvs75
802 * src/folder_item_prefs.c
803 * src/folder_item_prefs.h
804 * src/prefs_account.c
805 Fix bug #2382, "folderitemrc not updated when account
806 name is changed". Indeed, this wasn't done.
808 2011-04-08 [wwp] 3.7.8cvs74
811 Add support for quoted values (*="value").
812 This commonly fixes a trailing quote appearing to filenames
813 sent by iphone Mail (not sure if it's culprit at all, though).
815 2011-04-08 [colin] 3.7.8cvs73
818 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
819 caused by attachments with extended chars in the file name". Patch
820 derived from a patch bt Fabien Keil
822 2011-04-05 [wwp] 3.7.8cvs72
825 A debug string not to translate.
827 2011-04-03 [colin] 3.7.8cvs71
830 Fix bug #2394, "backtrace() crashes on FreeBSD"
831 That's not the first bug-report where internal
832 debug-only backtrace() crashes on FreeBSD.
834 2011-04-03 [colin] 3.7.8cvs70
837 Fix bug #2365 again, "Crash when auto-scrolling headers in
839 Batch-mode compose windows (from filtering actions) shouldn't
840 try to access stuff after flushing events...
842 2011-03-31 [paul] 3.7.8cvs69
845 update as gtk >= 2.10 now required
846 (because I'll never remember to do this later)
848 2011-03-26 [paul] 3.7.8cvs68
851 fix separators in Go To menu
853 2011-03-20 [colin] 3.7.8cvs67
856 Drop the *_DISABLE_DEPRECATED. We'll put them back
857 when we'll have time to handle them
859 2011-03-18 [paul] 3.7.8cvs66
862 make user-facing message more accurate -
863 'Network Log' not 'View Log'
865 2011-03-17 [wwp] 3.7.8cvs65
868 Fix a typo around plural form, as reported by
871 2011-03-15 [colin] 3.7.8cvs64
876 Fix bug #2381, "Support for NetworkManager 0.9".
877 Patch by Mikhail Efremov
879 2011-03-04 [colin] 3.7.8cvs63
883 Fix segfault on Windows
886 * src/common/w32_unistd.c
887 * src/common/w32lib.h
888 Rationalize use of time_r() funcs (pthread do define them)
890 2011-03-02 [pawel] 3.7.8cvs62
893 Re-implement widgets aligning, switch from GtkSizeGroup
894 to GtkTable - this should fix disappearing labels
896 2011-03-01 [pawel] 3.7.8cvs61
899 Wizard GUI cleanups. Make it look and behave more
900 like account preferences.
902 2011-02-23 [colin] 3.7.8cvs60
904 * src/common/Makefile.am
907 2011-02-23 [colin] 3.7.8cvs59
911 * src/common/Makefile.am
912 * src/common/plugin.c
913 * src/common/valgrind.h
914 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
915 Use valgrind's own header.
917 2011-02-22 [colin] 3.7.8cvs58
919 * src/prefs_account.c
920 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
921 signed message" upon new installation. This is disturbing when PGP
922 plugins are loaded by default.
924 2011-02-16 [paul] 3.7.8cvs57
927 update copyright headers throughout
929 2011-02-16 [paul] 3.7.8cvs56
932 use gettext plural form for "item selected"/"items selected"
934 2011-02-13 [colin] 3.7.8cvs55
938 Fix bug #2361, "Claws crashes after PGP Check in separate
939 msg view". Don't let the cancel thread lie around after
940 the verification ended.
942 2011-02-13 [paul] 3.7.8cvs54
945 updated by Mindaugas Baranauskas
947 2011-02-11 [mones] 3.7.8cvs53
949 * manual/es/advanced.xml
950 Sync with English manual
952 Fix remaining mismatched alloc/free from cppcheck
954 2011-02-10 [pawel] 3.7.8cvs52
959 2011-02-10 [pawel] 3.7.8cvs51
961 * src/prefs_toolbar.c
962 - set menus sensitivity in item type combo depending on
963 availability of actions / plugin hooks
964 - style fixes, spaces instead of tabs mostly
966 2011-02-10 [paul] 3.7.8cvs50
968 * src/prefs_account.c
969 move the 'send acc mail addr in msg-id" option to
972 2011-02-10 [paul] 3.7.8cvs49
974 * src/prefs_account.c
975 move the 'expunge immediately' option to a more
978 2011-02-05 [pawel] 3.7.8cvs48
980 * manual/advanced.xml
981 Document new hidden pref
983 Dont treat mimeparts referenced by others as
988 Add ability to hide inline attachments referenced
989 by other mimeparts in MimeView. To enable this
990 feature set show_inline_attachments=0 in your clawsrc
992 2011-01-25 [colin] 3.7.8cvs47
995 Fix matcher body parsing: decode mails with our
996 MIME parser. This speeds up body search a bit as
997 binary attachments are not searched anymore, slows
998 down a bit full message searches, but not awfully.
999 * src/summary_search.c
1000 Use matcher API to search, in all cases (advanced search or
1001 not). Also, fix little logic bugs related to combos history
1002 * src/common/utils.c
1003 * src/common/utils.h
1006 Remove dead code, export functions needed by matcher.c
1008 2011-01-25 [colin] 3.7.8cvs46
1011 * src/prefs_common.c
1013 * src/common/ssl_certificate.c
1014 Fix mismatched alloc/free (thanks to cppcheck)
1016 2011-01-25 [colin] 3.7.8cvs45
1019 Fix leak on error path
1021 2011-01-23 [mones] 3.7.8cvs44
1023 * manual/es/advanced.xml
1024 Sync with English manual
1026 2011-01-23 [paul] 3.7.8cvs43
1029 it's 2011, update copyright line
1031 2011-01-23 [paul] 3.7.8cvs42
1033 * manual/advanced.xml
1034 * src/prefs_common.c
1035 * src/prefs_common.h
1037 fix bug #2350, 'Make displaying localized date/time in
1038 message view optional'.
1039 This introduces a new hidden option (why do more?),
1040 'msgview_date_format', which defaults to OFF, maintaining
1041 the current and expected behaviour.
1043 2011-01-21 [colin] 3.7.8cvs41
1046 Fix bug #2050, Clawsmail sends return receipt every seconds
1047 We forgot to close the file when parsing
1048 disposition-notification fields, which made unlinking of the
1049 corresponding emails in tempfolder/processing impossible in
1050 Windows. Causing them to be re-fetched every time.
1052 2011-01-21 [colin] 3.7.8cvs40
1054 * claws-mail.desktop
1055 Fix again bug #2346: We should have a %u parameter.
1057 2011-01-21 [colin] 3.7.8cvs39
1059 * src/plugins/spamassassin/spamassassin.c
1060 Fix sa-learn when offline (its command line parsing is
1061 space-dependant). Patch by Wolfgang Lorenz
1063 2011-01-19 [pawel] 3.7.8cvs38
1065 * claws-mail.desktop
1066 Fix Bug 2346 'Please register x-handler-scheme
1067 in .desktop file' patch by Laurent Bigonville
1068 While I'm here update things to current
1069 standards, fix desktop-file-validate warnings/errors
1071 2011-01-18 [colin] 3.7.8cvs37
1074 Fix logic on SMTP AUTH: If the selected method isn't
1075 available, say so instead of supposing it'll work.
1076 Fixes bug #2039, 'SMTP AUTHENTICATION'
1078 2011-01-15 [pawel] 3.7.8cvs36
1080 * src/prefs_folder_item.c
1081 Rework subject regexp simplify gui a bit, this give us better
1082 options page layout (window with min width was too short to
1083 show all contents and thigs were unwieldy) and better preview
1084 of regexp working/not working
1086 2011-01-14 [pawel] 3.7.8cvs35
1089 strncpy2() NULLify strings just fine, no need to be
1092 2011-01-14 [pawel] 3.7.8cvs34
1095 Fix Bug #2165 'The date not localized in the message view'
1096 Display Date header in messageview in the same way as in
1097 summaryview by respecting date format set in preferences.
1099 2011-01-06 [pawel] 3.7.8cvs33
1101 * src/prefs_account.c
1102 * src/prefs_folder_item.c
1105 Make quote templates widgets more compact
1107 2011-01-06 [pawel] 3.7.8cvs32
1109 * src/plugins/trayicon/trayicon.c
1110 - fix logic bug which caused icon to be
1111 always set no-mail status on plugin load
1112 - force icon hide on plugin_done(), without
1113 it empty space(?!) is left in tray under KDE3 and KDE4
1115 2011-01-06 [colin] 3.7.8cvs31
1126 Unmime headers differently whether they're addresses or not:
1127 It's useless to quote things containing commas if it's in
1128 subject, for example. (introduced in 3.7.8cvs26)
1130 2011-01-06 [colin] 3.7.8cvs30
1132 * src/gtk/gtkaspell.c
1133 Complete previous patch
1135 * src/plugins/pgpinline/pgpinline.c
1138 2011-01-06 [paul] 3.7.8cvs29
1144 add Lithuanian translation (approx. 65% complete)
1145 submitted by Mindaugas Baranauskas
1147 2011-01-06 [pawel] 3.7.8cvs28
1152 * src/prefs_actions.c
1154 * src/gtk/gtkaspell.c
1155 * src/plugins/pgpinline/pgpinline.c
1156 * src/plugins/pgpmime/pgpmime.c
1157 * src/plugins/smime/smime.c
1158 Fix memory/file descriptors leaks
1160 2011-01-06 [paul] 3.7.8cvs27
1162 * src/plugins/pgpcore/sgpgme.c
1163 fix bug #2322, 'GPG Full info: showing subkey
1164 ID instead of primary key fingerprint'
1165 Patch by Sébastien Bigaret.
1167 2011-01-03 [colin] 3.7.8cvs26
1170 Better quote-checking when unmim-ing headers
1171 that may have comas.
1173 2011-01-03 [colin] 3.7.8cvs25
1176 Fix bug #2299, "Incorrect handling of quoted printable coma
1177 in headers". As this is really painful to fix by switching
1178 the whole stuff to a list of headers tokens, we workaround
1179 the problem by adding quotes around the encoded-word (making
1180 it a quoted-string which continuity is already handled).
1182 2011-01-03 [colin] 3.7.8cvs24
1187 2010-12-23 [colin] 3.7.8cvs23
1190 Finish fixing bug #2203: When forwarding (inline) and there
1191 are some text/* parts with no name, set them a name and
1192 set their disposition to attachment, so that recipients with
1193 MUAs preferring HTML parts don't show them by default.
1195 2010-12-22 [paul] 3.7.8cvs22
1198 fix missing file in 3.7.8cvs20
1200 2010-12-22 [colin] 3.7.8cvs21
1204 Implement a nicer scroll when drag and dropping
1206 2010-12-22 [colin] 3.7.8cvs20
1209 Store charset if available when attaching text/* parts
1210 Fixes bug #2203, 'Problems in forwarding multipart/
1211 alternative messages with HTML part'
1213 2010-12-22 [colin] 3.7.8cvs19
1218 2010-12-21 [colin] 3.7.8cvs18
1221 * src/send_message.c
1222 * src/common/session.c
1223 * src/common/session.h
1224 Differentiate between running sessions and connected
1225 sessions. Fixes bug #2332, "Crash when hitting cancel
1226 on the SMTP status window"
1228 2010-12-21 [colin] 3.7.8cvs17
1230 * src/etpan/etpan-thread-manager.c
1233 2010-12-21 [colin] 3.7.8cvs16
1236 Check whether we should continue loading the
1237 current textview after inserting a possibly
1240 2010-12-20 [colin] 3.7.8cvs15
1244 Removed. Dead code since ages!
1246 * src/gtk/gtkcmclist.c
1247 * src/gtk/gtkcmctree.c
1248 * src/gtk/gtksctree.c
1249 undefine *_DISABLE_DEPRECATED in the files that
1250 use deprecated interfaces. Implicit declarations
1251 can lead to crashes as prototypes are unknown, as
1252 evidenced by bug #2315.
1254 2010-12-20 [colin] 3.7.8cvs14
1257 Don't flush events when adding an header entry. This
1258 can mess up the keypresses in the previous header.
1259 Instead, make the scroll happen later (doing it on the
1260 spot without flushing events doesn't work as the new
1261 requisitions aren't set yet).
1263 2010-12-20 [colin] 3.7.8cvs13
1266 Don't iconify at start on w32. This un-iconifies in the
1269 2010-12-20 [colin] 3.7.8cvs12
1271 * src/common/base64.c
1272 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
1273 Patch by pochini at shiny.it
1275 2010-12-19 [colin] 3.7.8cvs11
1280 2010-12-18 [colin] 3.7.8cvs10
1283 Fix bug #2148, "Attachment content-transfer-encoding
1284 incorrectly set when signing emails". The RFC 2045
1285 states that message/* and multipart/* encoding must
1286 be either 7-bit, 8-bit or binary.
1288 2010-12-18 [mones] 3.7.8cvs9
1291 Fix crash when searching or adding a LDAP server
1293 2010-12-17 [colin] 3.7.8cvs8
1302 Better error logging. Disable LDAP SSL/TLS on
1303 Windows, it's crashy/non-worky.
1305 2010-12-17 [colin] 3.7.8cvs7
1308 Fix bug #2325, "messages remains in folder cache after moving
1309 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
1311 2010-12-17 [colin] 3.7.8cvs6
1323 Windows build fixes (w32 LDAP completely untested!)
1325 2010-12-16 [colin] 3.7.8cvs5
1335 Try to rationalize a bit LDAP connections
1337 2010-12-16 [colin] 3.7.8cvs4
1339 * src/prefs_spelling.c
1341 Add a button to get dictionaries (win32)
1343 2010-12-16 [colin] 3.7.8cvs3
1345 * src/prefs_matcher.c
1346 Fix bug #2279, "crash when clicking 'define' in filter
1347 configuring". Thanks to Theodor Ciobanu for the hint at
1350 2010-12-14 [colin] 3.7.8cvs2
1352 * src/gtk/gtkaspell.c
1353 Add missing guard for sys/wait.h
1355 2010-12-05 [colin] 3.7.8cvs1
1357 * tools/make.themes.project
1358 Seems wget has changed naming of targets downloaded.
1359 Fix it by always providing our own name.
1360 [Pushing mones' patch again after messing with CVSROOT]
1362 2010-12-04 [paul] 3.7.8
1368 2010-12-03 [paul] 3.7.7cvs11
1371 * manual/xml2pdf ** REMOVED **
1372 * manual/dist/pdf/Makefile.am
1373 * manual/es/dist/pdf/Makefile.am
1374 * manual/fr/dist/pdf/Makefile.am
1375 * manual/pl/dist/pdf/Makefile.am
1376 simplify check for tools needed for manual building,
1377 remove xml2pdf and use docbook2pdf instead
1379 2010-12-03 [mir] 3.7.7cvs10
1382 Fix bug so that configure option --disable-manual
1383 actually disable building the manuals
1385 2010-12-01 [pawel] 3.7.7cvs9
1388 One more GTK+ 2.22 build fix
1390 2010-11-30 [colin] 3.7.7cvs8
1393 Fix bug #2317, 'Action results in "Bad file descriptor"'
1394 Introduced in 3.7.6cvs57. In fact the error has been there
1395 since ages, and only new thing is the verification of the
1396 various functions return code. Let the stuff work as it
1397 does, as it seems to do the right thing since ages.
1399 2010-11-28 [colin] 3.7.7cvs7
1401 * src/gtk/quicksearch.c
1402 Fix bug #2313, 'CLI quicksearch sometimes returns
1403 the same messages twice'. Patch by Sebastien Bigaret
1405 2010-11-25 [paul] 3.7.7cvs6
1407 * src/prefs_common.c
1408 make "gtk_can_change_accels" FALSE by default.
1409 fixes bug #2309, 'Shortcuts should not be modifiable
1412 2010-11-24 [mones] 3.7.7cvs5
1415 Add missing shortcuts for marking as spam and ham
1416 Fixes Debian bug #599547
1418 2010-11-22 [colin] 3.7.7cvs4
1421 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
1422 five patches were needed to fix a corner case
1423 is a good indicator that is was bound to break
1426 2010-11-21 [colin] 3.7.7cvs3
1428 * src/plugins/pgpcore/claws.def
1431 2010-11-20 [wwp] 3.7.7cvs2
1434 Fix either a typo or an irrelevant iff word there.
1435 IMO type and recursive possible values should be changed to
1436 smth simple and neat here, and help strings be really
1439 2010-11-20 [colin] 3.7.7cvs1
1442 Damn, forgot to commit this file twice.
1444 2010-11-19 [paul] 3.7.7
1450 2010-11-19 [paul] 3.7.6cvs66
1463 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
1464 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
1465 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
1467 2010-11-17 [colin] 3.7.6cvs65
1469 * src/common/utils.c
1470 Separate email address from timestamp with a dot.
1473 2010-11-17 [colin] 3.7.6cvs64
1475 * src/common/utils.c
1476 Fix multiple @ in generated message-ids.
1477 That's not allowed in RFC 2822.
1479 2010-11-16 [mones] 3.7.6cvs63
1481 * manual/es/advanced.xml
1482 Synchronise with English version
1484 2010-11-04 [wwp] 3.7.6cvs62
1487 Fix bug 2293, "filtering: simplify expression", as simplifying
1488 this expression doesn't make it less easy to understand and we
1489 gain few cycles by making the logical expression more simple
1490 by applying. Patch by Nicolas Kaiser.
1492 2010-11-03 [colin] 3.7.6cvs61
1495 Fix bug 2294, "addrindex.c: address index conversion always
1496 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
1498 2010-11-02 [wwp] 3.7.6cvs60
1503 Enlarge the progress bar (main window) a bit when compiling
1504 for UMPCs like maemo: this solves truncated text that might
1505 appear in the progress bar while processing messages.
1506 Also use a more compact string format when displaying
1507 progress like 'number/total', still for UMPCs, this fixes
1508 a previous inconsistency with these format strings where
1509 no space around the / were used sometimes.
1511 2010-10-26 [ticho] 3.7.6cvs59
1514 Recreate NNTP session if server port setting has changed. Fixes
1517 2010-10-26 [colin] 3.7.6cvs58
1521 Fix copy-paste error, thanks to David Relson
1524 2010-10-18 [colin] 3.7.6cvs57
1531 * src/prefs_themes.c
1534 * src/gtk/gtkutils.c
1535 * src/gtk/quicksearch.c
1536 * src/gtk/quicksearch.h
1537 * src/plugins/pgpcore/passphrase.c
1538 * src/plugins/spamassassin/libspamc.c
1541 2010-10-17 [colin] 3.7.6cvs56
1543 * src/prefs_themes.c
1544 * src/gtk/gtkaspell.c
1545 * src/gtk/gtkutils.c
1546 * src/gtk/gtkutils.h
1547 * src/gtk/inputdialog.c
1548 * src/gtk/progressdialog.c
1549 Undeprecate a few things
1551 2010-10-17 [colin] 3.7.6cvs55
1555 * src/gtk/quicksearch.c
1556 * src/gtk/quicksearch.h
1557 Add ability to search from the command-line.
1558 Closes bug 2249, ' Making QuickSearch independent from the GUI'
1559 Patch by Sebastien Bigarret.
1561 2010-10-04 [mones] 3.7.6cvs54
1563 * manual/dist/pdf/Makefile.am
1564 Fix build of English PDF manual
1565 (sh: Can't open ../../../xml2pdf)
1567 2010-10-03 [colin] 3.7.6cvs53
1574 Get rid of GRelation which were, mostly, used as
1575 GHashTables. Probably fixes bug #2277, 'Segfault when
1576 loading inbox for the first time'
1578 2010-10-03 [mir] 3.7.6cvs52
1580 * manual/de/dist/html/Makefile.am
1581 * manual/de/dist/pdf/Makefile.am
1582 * manual/de/dist/ps/Makefile.am
1583 * manual/de/dist/txt/Makefile.am
1584 * manual/dist/html/Makefile.am
1585 * manual/dist/pdf/Makefile.am
1586 * manual/dist/ps/Makefile.am
1587 * manual/dist/txt/Makefile.am
1588 * manual/es/dist/html/Makefile.am
1589 * manual/es/dist/pdf/Makefile.am
1590 * manual/es/dist/ps/Makefile.am
1591 * manual/es/dist/txt/Makefile.am
1592 * manual/fr/dist/html/Makefile.am
1593 * manual/fr/dist/pdf/Makefile.am
1594 * manual/fr/dist/ps/Makefile.am
1595 * manual/fr/dist/txt/Makefile.am
1596 * manual/pl/dist/html/Makefile.am
1597 * manual/pl/dist/pdf/Makefile.am
1598 * manual/pl/dist/ps/Makefile.am
1599 * manual/pl/dist/txt/Makefile.am
1600 Missing Makefile.am's for 3.7.6cvs49
1603 2010-10-03 [colin] 3.7.6cvs51
1608 2010-10-02 [mir] 3.7.6cvs50
1610 * manual/de/dist/html/Makefile.am
1611 * manual/de/dist/pdf/Makefile.am
1612 * manual/de/dist/ps/Makefile.am
1613 * manual/de/dist/txt/Makefile.am
1614 * manual/dist/html/Makefile.am
1615 * manual/dist/pdf/Makefile.am
1616 * manual/dist/ps/Makefile.am
1617 * manual/dist/txt/Makefile.am
1618 * manual/es/dist/html/Makefile.am
1619 * manual/es/dist/pdf/Makefile.am
1620 * manual/es/dist/ps/Makefile.am
1621 * manual/es/dist/txt/Makefile.am
1622 * manual/fr/dist/html/Makefile.am
1623 * manual/fr/dist/pdf/Makefile.am
1624 * manual/fr/dist/ps/Makefile.am
1625 * manual/fr/dist/txt/Makefile.am
1626 * manual/pl/dist/html/Makefile.am
1627 * manual/pl/dist/pdf/Makefile.am
1628 * manual/pl/dist/ps/Makefile.am
1629 * manual/pl/dist/txt/Makefile.am
1630 Part 2 of last commit which broke due to a permission error
1631 Avoid claws trying to build manuals if the required
1632 tools are not present.
1634 2010-10-02 [mir] 3.7.6cvs49
1637 * manual/de/dist/html/Makefile.am
1638 * manual/de/dist/pdf/Makefile.am
1639 * manual/de/dist/ps/Makefile.am
1640 * manual/de/dist/txt/Makefile.am
1641 * manual/dist/html/Makefile.am
1642 * manual/dist/pdf/Makefile.am
1643 * manual/dist/ps/Makefile.am
1644 * manual/dist/txt/Makefile.am
1645 * manual/es/dist/html/Makefile.am
1646 * manual/es/dist/pdf/Makefile.am
1647 * manual/es/dist/ps/Makefile.am
1648 * manual/es/dist/txt/Makefile.am
1649 * manual/fr/dist/html/Makefile.am
1650 * manual/fr/dist/pdf/Makefile.am
1651 * manual/fr/dist/ps/Makefile.am
1652 * manual/fr/dist/txt/Makefile.am
1653 * manual/pl/dist/html/Makefile.am
1654 * manual/pl/dist/pdf/Makefile.am
1655 * manual/pl/dist/ps/Makefile.am
1656 * manual/pl/dist/txt/Makefile.am
1657 1) Downgrade autoconf requirements to 2.59 to allow
1658 building on oldest supported Linux distributions.
1659 2) Only try to build manuals if the needed software
1662 2010-10-02 [colin] 3.7.6cvs48
1664 * src/plugins/trayicon/trayicon.c
1665 And fix theme updating.
1667 2010-10-02 [colin] 3.7.6cvs47
1669 * src/plugins/trayicon/trayicon.c
1670 Got burnt by wrong indentation!
1672 2010-10-02 [colin] 3.7.6cvs46
1675 Forgot to remove the directory from top-level
1677 2010-10-02 [colin] 3.7.6cvs45
1679 * src/plugins/trayicon/Makefile.am
1680 * src/plugins/trayicon/trayicon.c
1681 * src/plugins/trayicon/libeggtrayicon/.cvsignore
1682 * src/plugins/trayicon/libeggtrayicon/Makefile.am
1683 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1684 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1685 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
1686 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1687 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1688 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1689 * src/plugins/trayicon/libeggtrayicon/xembed.h
1690 Finally get rid of Eggtrayicon, use GtkStatusIcon
1691 instead (which can be done safely now that we
1694 2010-10-02 [colin] 3.7.6cvs44
1702 * src/editaddress_other_attributes_ldap.c
1705 * src/grouplistdialog.c
1707 * src/image_viewer.c
1711 * src/message_search.c
1713 * src/prefs_themes.c
1714 * src/summary_search.c
1717 * src/etpan/imap-thread.c
1719 * src/gtk/gtkcmclist.c
1720 * src/gtk/gtkcmoptionmenu.c
1721 * src/gtk/gtkutils.c
1722 * src/gtk/gtkutils.h
1723 * src/gtk/gtkvscrollbutton.c
1724 * src/plugins/pgpcore/select-keys.c
1725 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1726 Undeprecate for GTK+2.22. Patch by Reed Loden.
1727 Fixes bug #2276, 'Compile in maintainer mode
1728 fails on GTK+ 2.22'.
1730 2010-10-02 [colin] 3.7.6cvs43
1733 It's now time to remove the temporary enable-openssl
1734 option that was used when we removed OpenSSL. See
1735 bug #2276 comment #14.
1737 2010-09-30 [wwp] 3.7.6cvs42
1739 * src/prefs_account.c
1740 * src/prefs_filtering_action.c
1741 * src/prefs_matcher.c
1742 Fix bug #2274, wrong color label index range
1743 used w/ gtk_cmoption_menu (behaviour change
1744 has been introduced w/ 3.5.0cvs49 apparently),
1745 now it must be 1..N so let's use colorlabel value
1749 2010-09-20 [pawel] 3.7.6cvs41
1756 2010-09-19 [pawel] 3.7.6cvs40
1761 Set ML menus sensitivity accordingly to
1762 possibility of reply to ML
1764 2010-09-19 [colin] 3.7.6cvs39
1767 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
1768 to newsgroups, and NNTP accounts *can* send email. We
1769 should not force an email account when replying to_ml or
1772 2010-09-19 [colin] 3.7.6cvs38
1775 Revert previous commit (which breaks Reply to newsgroups)
1777 2010-09-17 [pawel] 3.7.6cvs37
1780 Respect reply_account_autosel when changing compose
1781 account to email one while replying to NNTP post
1783 2010-09-17 [wwp] 3.7.6cvs36
1785 * doc/man/claws-mail.1
1786 Update --compose documentation in `man claws-mail`.
1788 2010-09-12 [pawel] 3.7.6cvs35
1791 Add forgotten bit to previous commit,
1792 select email account when replying to ML
1794 2010-09-12 [pawel] 3.7.6cvs34
1797 Fix bug #2247 "nntp reply-to-all broken?"
1798 Make reply-to-all and reply-to-ml work as expected in
1799 mailing list through NNTP case
1801 2010-09-11 [pawel] 3.7.6cvs33
1806 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
1807 fixes build with GTK+ < 2.18
1809 2010-09-10 [pawel] 3.7.6cvs32
1814 Make Tab key switch between FolderView, MsgView and
1815 SummaryView only, other widgets have/can have their own
1818 2010-08-25 [colin] 3.7.6cvs31
1823 * src/common/base64.c
1824 * src/common/base64.h
1825 Fix bug #2245, "base64 decoding fails with line breaks"
1826 Patch by Yotam Medini
1828 2010-08-25 [colin] 3.7.6cvs30
1831 Fix bug #2241, "Empty trash on exit fails on scripted exit"
1833 2010-08-23 [pawel] 3.7.6cvs29
1836 * src/send_message.c
1839 Hide progressbar on statusbar when not needed
1841 2010-08-17 [colin] 3.7.6cvs28
1844 Fix previous patch (our own tmp dir is inside
1847 2010-08-16 [colin] 3.7.6cvs27
1850 Use temp dir to store logs in Windows. Avoids doing
1851 get_rc_dir() early, which prevents set_rc_dir()
1854 2010-07-31 [holger] 3.7.6cvs26
1856 * src/gtk/gtkshruler.c
1857 Yet more GdkGC to Cairo porting
1859 2010-07-30 [holger] 3.7.6cvs25
1861 * src/stock_pixmap.c
1862 More GdkGC to Cairo porting
1864 2010-07-30 [holger] 3.7.6cvs24
1866 * src/gtk/colorlabel.c
1867 One GdkGC usage less
1869 2010-07-29 [holger] 3.7.6cvs23
1872 Replace some gdk drawing with cairo, as the former
1873 is going towards deprecation.
1875 2010-07-25 [colin] 3.7.6cvs22
1877 * src/common/utils.c
1878 And now for a real fix. g_list_remove() doesn't, of
1879 course, free the data. But we have to have a solid
1880 pointer to it in order to free it ourselves instead
1881 of relying on the old freed list pointer.
1882 Maybe that's the last patch on the subject now ? :)
1884 2010-07-25 [colin] 3.7.6cvs21
1886 * src/common/utils.c
1887 Remove stupid and extraneous g_free() of elements
1888 which have just been freed by g_list_remove(). (see
1889 GList documentation). I don't know how it worked before
1891 2010-07-25 [colin] 3.7.6cvs20
1893 * src/common/utils.c
1894 Reverse free/use with more logical and safe
1895 use/free. Thanks to Michael Rasmussen !
1897 2010-07-24 [colin] 3.7.6cvs19
1899 * src/gtk/quicksearch.c
1900 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
1901 'freeze when using quick search'
1903 2010-07-11 [iwkse] 3.7.6cvs18
1905 * src/gtk/quicksearch.c
1906 Add SMALL_LAYOUT to quicksearch_relayout
1908 2010-07-10 [iwkse] 3.7.6cvs17
1911 Remove forgotten variable from
1912 the last bugfix #2224
1914 2010-07-10 [colin] 3.7.6cvs16
1917 * src/gtk/quicksearch.c
1918 Clean fix for bug #2224: don't mess with GTK settings when
1919 handling the layout ourselves is enough
1921 2010-07-09 [iwkse] 3.7.6cvs15
1925 Better fix for Bug #2224
1927 2010-07-09 [iwkse] 3.7.6cvs14
1931 Always use stock icons on buttons
1933 2010-07-08 [colin] 3.7.6cvs13
1936 Fix bug 2223, 'Compilation fails with GTK+
1937 2.21.3'. Thanks to Jan Psota !
1939 2010-06-29 [pawel] 3.7.6cvs12
1942 Revert 3.7.5cvs41, it breaks templates that use %X
1944 2010-06-23 [wwp] 3.7.6cvs11
1946 * src/gtk/colorlabel.c
1947 Silent up a warning by avoiding possible confusion
1948 in logical expression evaluation, thanks to TuxCM.
1950 2010-06-21 [iwkse] 3.7.6cvs10
1952 * src/gtk/quicksearch.c
1953 Do not add into quicksearch history
1954 matching rules with bad syntax
1956 2010-05-26 [holger] 3.7.6cvs9
1960 Add function to select rows given a list of messages,
1961 complementary to summary_get_selected_msg_list()
1963 2010-05-22 [mir] 3.7.6cvs8
1966 Fix bug 2208. Encode encrypted password to qouted
1967 printable to avoid making invalid XML. Encoding
1968 will be activated the first time the password is
1971 2010-05-22 [paul] 3.7.6cvs7
1973 * manual/advanced.xml
1975 * src/prefs_common.c
1976 * src/prefs_common.h
1977 after using the compose margin for several days
1978 I wanted the old style back - add a new hidden
1979 pref 'show_compose_margin' to restore the old
1980 behaviour (defaults to FALSE)
1982 2010-05-14 [paul] 3.7.6cvs6
1985 add a margin to the compose window text that matches
1986 the margin in textview
1988 2010-05-14 [colin] 3.7.6cvs5
1990 * src/gtk/sslcertwindow.c
1991 Fix dangling pointer. Thanks to Michael R!
1993 2010-05-14 [colin] 3.7.6cvs4
1995 * src/gtk/sslcertwindow.c
1996 Fix bug 1993, 'Cannot send mail when SSL certificate is
1997 expired but certificate check is skipped' and maybe
1998 bug 2200, 'SSL is not working with POP3'
2000 2010-05-14 [colin] 3.7.6cvs3
2002 * src/plugins/pgpinline/pgpinline.c
2003 Fix bug 2205, 'PGPInline: segfault on malformed mails'
2005 2010-05-04 [iwkse] 3.7.6cvs2
2007 * src/prefs_message.c
2008 Get a generic name as 'Quotation' for
2011 2010-05-04 [iwkse] 3.7.6cvs1
2013 * src/prefs_message.c
2014 * src/prefs_common.h
2015 * src/prefs_common.c
2018 Option for collapsing via double-click
2020 2010-05-01 [paul] 3.7.6
2026 2010-05-01 [paul] 3.7.5cvs55
2028 * tools/claws.i18n.status.pl
2031 2010-05-01 [paul] 3.7.5cvs54
2034 add YUP, new Ukrainian translator
2036 2010-04-30 [paul] 3.7.5cvs53
2040 add Ukrainian translation, submitted by YUP
2049 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
2050 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
2051 Tiago Faria, and Slavko
2053 2010-04-26 [wwp] 3.7.5cvs52
2058 2010-04-26 [mones] 3.7.5cvs51
2063 2010-04-22 [pawel] 3.7.5cvs50
2068 first NULL check pointer, then use it
2070 2010-04-22 [colin] 3.7.5cvs49
2073 Fix error message when session isn't established
2075 Update translation and fix a typo in it
2077 2010-04-15 [pawel] 3.7.5cvs48
2079 * src/prefs_account.c
2080 Fix Bug 2144 'When creating an account with IMAP4+SSL,
2081 the port isn't configured properly'
2082 When using SSL/TLS tunneling automatically use default
2083 ports for encrypted connections: smtps, pop3s, imaps, nntps
2085 2010-04-15 [pawel] 3.7.5cvs47
2088 Fix crasher in actions using '%f' argument
2089 on multiple files with external scripts which
2090 don't return any output.
2092 2010-04-14 [colin] 3.7.5cvs46
2095 Fix hand cursor after error symbol appears
2097 2010-04-12 [colin] 3.7.5cvs45
2100 Fix bug 2162, 'configure check for libetpan
2101 fails with libetpan 1.0'
2104 2010-04-09 [mones] 3.7.5cvs44
2106 * manual/de/glossary.xml
2107 Fix encoding to match main document's
2108 Also fixes make dist with Debian's openjade
2110 2010-03-29 [pawel] 3.7.5cvs43
2112 * src/matcher_parser.h
2113 * src/matcher_parser_parse.y
2114 * src/gtk/quicksearch.c
2115 Disable matcher warnings when populating quicksearch
2116 completion lists on startup
2118 2010-03-27 [colin] 3.7.5cvs42
2120 * src/gtk/quicksearch.c
2121 Fix double-free later in code. Optimize
2124 2010-03-27 [pawel] 3.7.5cvs41
2127 Make sure that quote ends with new line char
2129 2010-03-26 [pawel] 3.7.5cvs40
2134 Fix Bug 1928 Add "reply to this address" pop menu
2136 - Set composing account to email one when creating/replying
2137 from NNTP folder by clicking link or choosing option
2141 2010-03-25 [paul] 3.7.5cvs39
2143 * src/gtk/gtkcmclist.c
2144 Fix build with GTK+ 2.20
2146 2010-03-24 [pawel] 3.7.5cvs38
2151 * src/grouplistdialog.c
2155 * src/prefs_account.c
2156 * src/gtk/gtkcmclist.c
2157 * src/gtk/gtkcmctree.c
2158 * src/gtk/gtkcmoptionmenu.c
2159 * src/gtk/gtksctree.c
2160 * src/gtk/gtkshruler.c
2161 * src/gtk/gtkutils.c
2162 * src/gtk/gtkutils.h
2163 * src/gtk/gtkvscrollbutton.c
2164 * src/gtk/inputdialog.c
2165 * src/gtk/spell_entry.c
2166 * src/plugins/trayicon/trayicon.c
2167 * src/plugins/trayicon/libeggtrayicon/Makefile.am
2168 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2169 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2170 Fix build with GTK+ 2.19
2172 2010-03-23 [pawel] 3.7.5cvs37
2176 Respect view->show_col_headers option
2177 * src/gtk/gtkcmctree.c
2178 Fix GtkCmcTree column width calculation when it has
2179 auto_resize set and new node is added
2181 2010-03-22 [pawel] 3.7.5cvs36
2183 * src/grouplistdialog.c
2184 * src/prefs_common.c
2185 * src/prefs_common.h
2186 - remember newsgroups list dialog size
2187 - respect use_dotted_lines hidden pref
2188 - respect use_stripes_everywhere hidden pref
2190 2010-03-21 [pawel] 3.7.5cvs35
2193 Remove superfluous gtk_widget_show_all()
2196 * src/common/utils.c
2199 2010-03-21 [pawel] 3.7.5cvs34
2202 * src/gtk/quicksearch.c
2203 * src/gtk/quicksearch.h
2204 Implement separate search phrase completion for
2205 normal/extended quicksearch
2207 2010-03-11 [paul] 3.7.5cvs33
2210 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
2211 submitted by Yuwei Yu
2213 2010-03-09 [colin] 3.7.5cvs32
2215 * manual/de/glossary.xml
2218 2010-03-02 [colin] 3.7.5cvs31
2220 * manual/de/glossary.xml
2221 Sort alphabetically. Done by Volker Ribbert.
2223 2010-03-02 [mones] 3.7.5cvs30
2226 Fix mailing list archives location
2227 Remove currently unavailable CVS webview
2229 2010-03-01 [iwkse] 3.7.5cvs29
2231 * src/common/plugin.c
2232 Other indentation issues
2234 2010-03-01 [iwkse] 3.7.5cvs28
2236 * src/common/plugin.c
2237 Fix indentation of the previous commit
2239 2010-03-01 [iwkse] 3.7.5cvs27
2241 * src/common/plugin.h
2242 * src/common/plugin.c
2243 Add API for getting a loaded Plugin from the
2244 plugin's name, plugin_get_loaded_by_name (const gchar *name)
2245 Thanks to Colin, Michael
2247 2010-02-27 [colin] 3.7.5cvs26
2252 * manual/Makefile.am
2253 * manual/de/Makefile.am
2254 * manual/de/account.xml
2256 * manual/de/addrbook.xml
2257 * manual/de/advanced.xml
2258 * manual/de/claws-mail-manual.xml
2260 * manual/de/glossary.xml
2262 * manual/de/handling.xml
2263 * manual/de/intro.xml
2264 * manual/de/keyboard.xml
2265 * manual/de/plugins.xml
2266 * manual/de/starting.xml
2267 * manual/de/dist/.cvsignore
2268 * manual/de/dist/Makefile.am
2269 * manual/de/dist/html/.cvsignore
2270 * manual/de/dist/html/Makefile.am
2271 * manual/de/dist/pdf/.cvsignore
2272 * manual/de/dist/pdf/Makefile.am
2273 * manual/de/dist/ps/.cvsignore
2274 * manual/de/dist/ps/Makefile.am
2275 * manual/de/dist/txt/.cvsignore
2276 * manual/de/dist/txt/Makefile.am
2277 Add the german translation of the manual, done by
2278 Volker Ribbert <thoraki@arcor.de>.
2280 2010-02-27 [holger] 3.7.5cvs25
2282 * src/prefs_toolbar.c
2283 Don't make toolbar item description for
2284 plugin registered items editable
2286 2010-02-26 [colin] 3.7.5cvs24
2289 Don't translate empty description
2291 2010-02-22 [colin] 3.7.5cvs23
2294 Don't make In-Reply-To visible when reediting
2295 a draft or sent mail.
2297 2010-02-20 [colin] 3.7.5cvs22
2303 * src/etpan/imap-thread.c
2304 * src/etpan/imap-thread.h
2305 * src/etpan/nntp-thread.c
2306 * src/etpan/nntp-thread.h
2307 When going offline from NetworkManager, just
2308 delete IMAP connections. That'll avoid timeouts
2309 when coming back online in certain cases when
2310 the TCP socket will have timed out.
2312 2010-02-20 [holger] 3.7.5cvs21
2315 More files to ignore
2317 2010-02-17 [ticho] 3.7.5cvs20
2324 2010-02-16 [ticho] 3.7.5cvs19
2329 Removed unused argument from summary_open_row().
2331 2010-02-10 [pawel] 3.7.5cvs18
2334 - fix headers filtering when prefs_common.trans_hdr is on
2335 - fix headers setting when changing composing account
2337 * src/prefs_template.c
2338 Re-add template's name for translation
2340 2010-02-10 [colin] 3.7.5cvs17
2342 * src/prefs_matcher.c
2343 Fix bug 2099, 'add List-Id in Configuration>Filtering>
2344 Condition>Define>Header>Name combo box'. Patch by
2347 2010-02-10 [colin] 3.7.5cvs16
2357 Add the GB18030 Chinese charset, which is a superset
2358 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
2360 2010-02-09 [holger] 3.7.5cvs15
2363 GTK+ 2.10 related cleanup
2365 2010-02-09 [pawel] 3.7.5cvs14
2367 * src/prefs_account.c
2368 * src/prefs_folder_item.c
2369 * src/prefs_template.c
2371 Respect prefs_common.trans_hdr in couple more places to avoid
2372 confusion with translated/non-translated header names
2374 2010-02-09 [colin] 3.7.5cvs13
2379 2010-02-09 [colin] 3.7.5cvs12
2382 And fix 2.10 build :)
2384 2010-02-09 [colin] 3.7.5cvs11
2387 Bump up GTK+ requirement to 2.10
2396 * src/prefs_actions.c
2397 * src/prefs_common.c
2398 * src/prefs_common.h
2399 * src/prefs_ext_prog.c
2400 * src/prefs_filtering_action.c
2402 * src/prefs_image_viewer.c
2403 * src/prefs_matcher.c
2404 * src/prefs_msg_colors.c
2405 * src/prefs_summaries.c
2406 * src/prefs_template.c
2412 * src/gtk/Makefile.am
2414 * src/gtk/gtkcmclist.c
2415 * src/gtk/gtkcmctree.c
2416 * src/gtk/gtkutils.c
2417 * src/gtk/quicksearch.c
2418 Remove all compile-time conditionals depending on
2422 * src/gtk/gtksourceprintjob.c
2423 * src/gtk/gtksourceprintjob.h
2424 Remove libgnomeprint-based printing system (and
2425 command-line-based printing system) as GTK+ 2.10
2426 ships with print support.
2428 2010-02-08 [mir] 3.7.5cvs10
2431 Avoid displaying Bcc headers in message sent
2432 to NNTP servers. Thanks to Henning Mersch.
2435 2010-02-08 [pawel] 3.7.5cvs9
2438 Make tooltips less cryptic
2439 * src/gtk/description_window.c
2440 Improve window size calculation
2442 2010-02-08 [pawel] 3.7.5cvs8
2446 * src/common/utils.c
2447 * src/common/utils.h
2449 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
2450 Patch by Laurent Bigonville with slight modifications
2452 2010-02-03 [pawel] 3.7.5cvs7
2455 Add some libtool files to ignore
2457 2010-02-03 [pawel] 3.7.5cvs6
2459 * src/plugins/trayicon/trayicon.c
2460 Save and then restore focus when closing/minimizing to tray
2462 2010-02-03 [mir] 3.7.5cvs5
2470 Save LDAP password encrypted. See bug 2113.
2473 2010-02-03 [colin] 3.7.5cvs4
2476 Fix again decoding of encrypted parts. The
2477 reverting of the patch was wrong, as the
2478 double-decoding was fixed in smime itself.
2479 Thanks to Matthias Drochner again...
2481 2010-02-02 [colin] 3.7.5cvs3
2483 * src/plugins/smime/smime.c
2485 Revert 3.7.4cvs2 and make a better patch for bug
2486 2059 and 2076. Patch by Matthias Drochner
2488 2010-01-31 [pawel] 3.7.5cvs2
2491 Fix hungarian translator's name
2493 2010-01-31 [pawel] 3.7.5cvs1
2497 Fix Bug 2107 - Arrow keys don't work in message view window
2499 2010-01-31 [paul] 3.7.5
2506 2010-01-23 [pawel] 3.7.4cvs10
2509 Fix button sensitivity in compose mode
2511 2010-01-23 [pawel] 3.7.4cvs9
2514 * tools/kdeservicemenu/install.sh
2515 * tools/make.themes.project
2516 * tools/nautilus2claws-mail.sh
2517 * tools/popfile-link.sh
2518 * tools/textviewer.sh
2519 Not all systems have bash installed in /bin, use env(1) to find
2522 2010-01-22 [pawel] 3.7.4cvs8
2524 * src/prefs_account.c
2525 * src/prefs_filtering.c
2527 * src/gtk/colorlabel.c
2528 Add some separators in combos
2530 2010-01-22 [pawel] 3.7.4cvs7
2533 --disable-aspell -> --disable-enchant
2535 Fix options spacing in configure --help
2537 Make wizard's window centered on the screen
2539 2010-01-19 [holger] 3.7.4cvs6
2543 Introduce folder_get_item_from_identifier().
2544 In contrast to folder_find_item_from_identifier(), this
2545 function recursively creates the FolderItems in the id path.
2546 Useful for programmatically creating folders (e.g. by plugins)
2548 2010-01-17 [pawel] 3.7.4cvs5
2553 2010-01-16 [colin] 3.7.4cvs4
2555 * src/plugins/pgpcore/sgpgme.c
2556 Probably fix bug 2098, 'claws-mails crashes frequently
2557 with pgpcore'. Fix double-free.
2559 2010-01-16 [holger] 3.7.4cvs3
2561 * src/prefs_toolbar.h
2564 2010-01-15 [colin] 3.7.4cvs2
2567 Decode mimeinfo before decrypting it. Probably
2568 fixes bug 2059 'gpgme >=1.1.8 not compatible
2569 with S/MIME encryption' and bug 2076 'having
2570 worked 2 times properly CLAWS ceased to
2571 decrypt incoming PGP mails -displays base64
2572 instead - sucks completely'
2573 Let's hope complete suckage ends here!
2574 Thanks to Matthias Drochner.
2576 2010-01-08 [paul] 3.7.4cvs1
2578 * tools/claws.i18n.status.pl
2581 2010-01-08 [paul] 3.7.4
2588 2010-01-08 [paul] 3.7.3cvs57
2602 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
2603 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
2604 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
2607 2010-01-08 [paul] 3.7.3cvs56
2609 * src/common/utils.c
2610 fix bug 2089, 'URLs ending with an underscore ('_')
2611 are not correctly parsed'. thanks to Johan
2613 2010-01-05 [colin] 3.7.3cvs55
2616 Update french translation
2618 2010-01-04 [mones] 3.7.3cvs54
2621 Update Spanish translation
2623 2010-01-04 [mones] 3.7.3cvs53
2625 * manual/plugins.xml
2627 * manual/es/claws-mail-manual.xml
2628 * manual/es/intro.xml
2629 * manual/es/plugins.xml
2630 Synchronise with English version
2632 2010-01-03 [paul] 3.7.3cvs52
2637 update TEAM_LIST, fix encoding
2639 2010-01-03 [mir] 3.7.3cvs51
2642 When composing to a NNTP list TO: will always be preset
2643 to the NNTP list unless user has chosen some other default
2644 in which case we will handle this the normal way. Therefore
2645 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
2647 2010-01-01 [paul] 3.7.3cvs50
2650 bump copyright year whilst it's in mind
2652 2009-12-31 [paul] 3.7.3cvs49
2654 * manual/claws-mail-manual.xml
2656 * manual/plugins.xml
2657 fix links so that they make sense in the context of the
2658 text version of the manual
2660 2009-12-31 [paul] 3.7.3cvs48
2663 * manual/plugins.xml
2664 updates, improvements, corrections, additions
2666 2009-12-29 [pawel] 3.7.3cvs47
2668 * src/prefs_filtering_action.c
2669 Fix Bug 2082 'Wrong color rectangle position when replacing
2670 "color" processing rule'
2672 2009-12-29 [colin] 3.7.3cvs46
2675 Fix bug 2074, 'Remember sending account
2678 2009-12-20 [holger] 3.7.3cvs45
2681 Delay CREATED_HOOKLIST invokation until
2682 after the modifications to the compose window
2683 are done, to allow hooks to further modify the
2684 window without getting overridden again
2686 2009-12-20 [holger] 3.7.3cvs44
2688 * src/prefs_toolbar.h
2691 2009-12-20 [holger] 3.7.3cvs43
2693 * src/prefs_toolbar.c
2694 * src/prefs_toolbar.h
2696 Pass window struct to caller
2698 2009-12-20 [holger] 3.7.3cvs42
2702 Add hooklist after creation of a compose window
2704 2009-12-19 [holger] 3.7.3cvs41
2706 * src/prefs_toolbar.c
2707 * src/prefs_toolbar.h
2709 Allow plugins to choose to which toolbar they want
2710 to add actions (main window, compose window, or message view)
2712 2009-12-19 [paul] 3.7.3cvs40
2715 fix statusbar in GTK+ 2.19.1
2717 2009-12-10 [pawel] 3.7.3cvs39
2720 Better fix for cvs28 regression
2722 2009-12-10 [iwkse] 3.7.3cvs38
2725 Fix some indentation
2727 2009-12-10 [iwkse] 3.7.3cvs37
2730 Add missing checks for gtkaspell: avoid
2731 crashing in some cases when Enchant is
2732 enabled but the spell checker is disabled
2735 2009-12-09 [colin] 3.7.3cvs36
2738 Fix leak and unchecked accesses.
2740 2009-12-09 [mir] 3.7.3cvs35
2743 Fix Bug 2072 "template at folder properties is not working"
2744 introduced in cvs24.
2746 2009-12-08 [pawel] 3.7.3cvs34
2749 When 'Reply All' remove current compose address from
2750 Cc/Bcc list - fix for regression introduced in cvs28
2752 2009-12-05 [pawel] 3.7.3cvs33
2755 Fix memory management, duh!
2757 2009-12-04 [pawel] 3.7.3cvs32
2760 Use case insensitive comparison in search for
2763 Refresh scrollbars on every window open
2765 2009-12-04 [pawel] 3.7.3cvs31
2768 Highlight misspelled words when applying template and
2769 check_while_typing option is on
2771 2009-12-03 [pawel] 3.7.3cvs30
2774 Highlight misspelled words in text inserted from file(s)
2775 or pasted to message body when check_while_typing
2778 2009-12-02 [pawel] 3.7.3cvs29
2781 Revert first part of previous commit
2783 2009-12-02 [pawel] 3.7.3cvs28
2786 Fix Bug 2055 "duplicate mailing list reply if
2787 List-Post + Reply-To present"
2788 - Ignore Reply-To if answering to ML
2789 - Improve parsing of List-Post header
2791 2009-12-02 [pawel] 3.7.3cvs27
2795 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
2796 email had user in "From" and "CC"
2797 Don't allow duplicate addresses in compose window headers
2799 2009-12-02 [mones] 3.7.3cvs26
2802 * manual/es/intro.xml
2803 * manual/fr/intro.xml
2804 * manual/it/intro.xml
2805 * manual/pl/intro.xml
2806 Make URL to point current site
2808 2009-12-01 [holger] 3.7.3cvs25
2812 Introduce new drag type "claws-mail/msg-path-list" for
2813 drag'n'drop of a message selection from the summaryview
2814 into other applications. The drag data gets set to the
2815 folder-item-id followed by message ids, separated by newlines.
2816 This enables other applications to back-link to Claws Mail
2817 via a "claws-mail --select" call after they received a drop.
2819 2009-11-30 [mir] 3.7.3cvs24
2822 Place cursor in compose window according to provided input
2823 If to: is present place cursor in subject field and if both
2824 to: and subject: is present place cursor in body. If body: is
2825 present insert a new line after text and place cursor there.
2827 2009-11-27 [mones] 3.7.3cvs23
2829 * src/gtk/quicksearch.c
2830 Allow viewing longer expressions if there's space
2832 2009-11-25 [holger] 3.7.3cvs22
2835 * src/common/Makefile.am
2836 * src/common/utils.c
2837 * src/common/utils.h
2838 Add a function to query the
2839 filepath of the .desktop file
2841 2009-11-25 [colin] 3.7.3cvs21
2844 Fix bug 2063, 'glib assertion in GRelation use in
2847 2009-11-24 [pawel] 3.7.3cvs20
2849 * src/common/utils.c
2850 Fix Bug 2053 'Inconsistent application of Coloration
2852 Don't allow '<' character between quotation marks
2854 2009-11-21 [holger] 3.7.3cvs19
2857 Modify cairo clip handling in preview windows,
2858 to prevent print preview windows from being blank
2859 with GTK+ 2.18. Follow recommendation of the GTK+
2860 documentation (section "Migrating to client side windows")
2861 and create a new cairo context for each expose event.
2863 2009-11-19 [pawel] 3.7.3cvs18
2866 complete 3.7.3cvs15 so install is DESTDIR safe
2867 remove icons with changed names on uninstall
2869 2009-11-18 [pawel] 3.7.3cvs17
2872 remove unneeded and code-duplicating function
2874 2009-11-18 [pawel] 3.7.3cvs16
2877 Fix Bug 2057 'Claws mail does not keep renamed names
2878 of nntp-subscribed groups'
2879 Check for already subscribed group using item->path for group
2880 comparision as folders item->path != item->name may be truth
2881 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
2883 2009-11-17 [pawel] 3.7.3cvs15
2886 Fix Bug 2049 'some icons not copied?'
2887 Install additional 64x64 and 128x128 icons
2889 2009-11-17 [holger] 3.7.3cvs14
2891 * src/prefs_toolbar.c
2892 * src/prefs_toolbar.h
2895 Allow plugins to register toolbar items
2897 2009-11-11 [pawel] 3.7.3cvs13
2903 Fix Bug 1867 Changing account does not change BCC address
2904 Set account specific headers when changing account
2907 2009-11-07 [colin] 3.7.3cvs12
2909 * src/gtk/prefswindow.c
2910 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
2913 2009-11-07 [colin] 3.7.3cvs11
2915 * src/gtk/spell_entry.c
2916 Fix bug 2040, 'numbers in subject entry marked as misspelled'
2917 Patch by Pawel Pekala
2919 2009-10-27 [colin] 3.7.3cvs10
2922 Fix bug 2028, 'Attempts to connect to all accounts on exit'
2923 Don't try to check whether the folder is up-to-date if
2924 the folder class doesn't implement set_mtime, as we don't
2925 care in this case. This code exists since a long time, but
2926 the bug was triggered by more scanning of queue folders
2927 since recently (when we added \Deleted handling).
2929 2009-10-27 [colin] 3.7.3cvs9
2932 Try to fix registering as default client
2935 2009-10-21 [wwp] 3.7.3cvs8
2937 * src/common/utils.c
2938 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
2940 2009-10-21 [wwp] 3.7.3cvs7
2942 * src/common/utils.c
2943 Don't core dump when attempting to insert a non-existing
2944 file using a mailto: uri (g_error does core dump).
2946 2009-10-20 [colin] 3.7.3cvs6
2948 * src/common/utils.c
2949 Don't g_error on normal warnings...
2951 2009-10-20 [colin] 3.7.3cvs5
2953 * src/plugins/pgpcore/sgpgme.c
2954 Fix bug 1996, 'S/MIME key not selected'
2955 Check for S/MIME certs too
2957 2009-10-20 [colin] 3.7.3cvs4
2959 * src/common/w32lib.h
2960 Fix win32 build on latest mingw32
2962 2009-10-20 [colin] 3.7.3cvs3
2967 Fix LDIF export. Patch by Michael Rasmussen
2969 2009-10-18 [paul] 3.7.3cvs2
2971 * tools/claws.i18n.status.pl
2972 increase the value of $transolddays since we're relasing less
2974 rework the en_GB.po hack so that en_GB is always 100% translated
2975 and recently updated
2977 2009-10-17 [paul] 3.7.3cvs1
2979 * src/prefs_account.c
2980 * src/prefs_compose_writing.c
2981 * src/prefs_receive.c
2982 * src/prefs_summaries.c
2983 * src/prefs_wrapping.c
2984 reword a few labels. (this incorporates everything
2985 that seemed worthwhile from bug 2020)
2986 * src/prefs_customheader.c
2987 use a 'Browse' button instead of button with
2988 label 'From file...'
2992 * CVS repository change
2994 2009-10-09 [paul[ 3.7.3
2996 version 3.7.3 unleashed!!
2998 2009-10-07 [paul] 3.7.2cvs49
3003 fix Bug 1994 - Changing colors required restart.
3004 in the process rename folderview_reflect_prefs_pixmap_theme() to the
3005 more accurate folderview_reinit_fonts()
3007 2009-10-07 [paul] 3.7.2cvs48
3010 * src/prefs_common.c
3011 * src/prefs_common.h
3012 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
3013 patch by Pawel Pekala
3015 2009-10-07 [paul] 3.7.2cvs47
3023 updated by David Vachulka, Stephan Sachse and Marc Arens,
3024 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
3027 2009-10-06 [colin] 3.7.2cvs46
3030 French translation update
3032 2009-10-05 [paul] 3.7.2cvs45
3035 enable Page Size and Orientation in the print dialog,
3036 GTK+ >= 2.18.x only. Patch by Mark__T
3038 2009-10-05 [paul] 3.7.2cvs44
3040 * src/prefs_summaries.c
3041 fix label, startup --> start-up, to match other uses of the
3044 2009-10-05 [paul] 3.7.2cvs43
3047 updated by Emilian Nowak
3049 2009-10-03 [colin] 3.7.2cvs42
3053 * src/gtk/gtkcmclist.c
3054 * src/gtk/gtkvscrollbutton.c
3055 * src/gtk/logwindow.c
3057 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
3058 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
3059 Fix warning at start
3061 2009-09-28 [colin] 3.7.2cvs41
3065 * src/prefs_folder_item.c
3066 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
3068 2009-09-28 [colin] 3.7.2cvs40
3070 * src/prefs_summaries.c
3071 * src/gtk/sslcertwindow.c
3072 Fix bug 2006, 'Non-utf8 strftime(3) date strings
3073 shows up garbled in GUI'. Patch by Pawel Pekala
3075 2009-09-24 [iwkse] 3.7.2cvs39
3078 That's only for statistics, of course :)
3080 2009-09-24 [iwkse] 3.7.2cvs38
3085 2009-09-24 [iwkse] 3.7.2cvs37
3088 Revert unwanted change
3090 2009-09-24 [iwkse] 3.7.2cvs36
3093 Fix issue with filtering actions and
3096 2009-09-20 [mones] 3.7.2cvs35
3098 * tools/convert_mbox.pl
3099 Add -R flag to support recursive conversions
3100 of arbitrary Evolution mail folders, based on
3101 bash script by Daniel Dickinson (fixes debian
3103 * tools/popfile-link.sh
3104 Set required shell for script (fixes debian
3107 2009-09-16 [colin] 3.7.2cvs34
3110 Go grab files in /etc/skel if they exist
3113 2009-09-15 [colin] 3.7.2cvs33
3116 Complete 3.7.1cvs42: only output directly to
3117 final file if we get NULL byes at the start.
3118 Still fixes saving UTF16 files, but also
3119 fixes displaying Base64 parts with decoding
3120 errors (parts without errors get displayed)
3122 2009-09-14 [colin] 3.7.2cvs32
3126 * src/matcher_parser_parse.y
3127 * src/prefs_matcher.c
3128 Add 'has_attachment' and 'signed' matcher
3129 expressions. Patch by Aleksei Miheev, fixes
3132 2009-09-14 [colin] 3.7.2cvs31
3134 * src/common/utils.c
3135 Add "Re :" prefix from french Yahoo mail.
3136 Patch by Didier Barvaux, fixes bug 1999
3138 2009-09-10 [mones] 3.7.2cvs30
3140 * manual/plugins.xml
3141 Fix sites supported by SpamReport
3142 * manual/es/plugins.xml
3143 Synchronise Spanish manual
3145 2009-09-07 [holger] 3.7.2cvs29
3148 Also update the icon cache on uninstall.
3149 This prevents possible problems when Claws Mail was
3150 uninstalled and installed again into a different location,
3151 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
3152 and the blog post linked therein
3154 2009-09-07 [paul] 3.7.2cvs28
3156 * src/prefs_toolbar.c
3157 when updating the main toolbar icons just update
3158 the main toolbar (and consequently fix a bug where
3159 folderview icons would disappear)
3161 2009-08-30 [holger] 3.7.2cvs27
3164 Do case-insensitive comparison against
3165 header names when extracting recipients
3168 2009-08-23 [colin] 3.7.2cvs26
3171 Probably fix RH bug 512024, " folder.c:3543
3172 Condition msglist != NULL failed"
3174 2009-08-23 [colin] 3.7.2cvs25
3176 * src/prefs_compose_writing.c
3177 Make the maximum size warning bigger. Patch
3178 by Didier Barvaux on bug 1986.
3180 2009-08-21 [colin] 3.7.2cvs24
3183 Previous commit: move the function into compose_insert_file
3184 so that it's also used on drag-n-drop
3186 2009-08-21 [colin] 3.7.2cvs23
3189 Fix scrolling when adding an header
3191 2009-08-21 [colin] 3.7.2cvs22
3194 * src/prefs_common.c
3195 * src/prefs_common.h
3196 * src/prefs_compose_writing.c
3197 * src/common/utils.c
3198 Fix bug 1986, "New feature: warn user when inserting
3199 a large file in the message body". Patch by Didier
3202 2009-08-21 [colin] 3.7.2cvs21
3206 * src/common/utils.c
3207 Fix bug 1984: Add R�f. : reply prefix (french
3208 Lotus Notes); patch by Didier Barvaux
3210 2009-08-21 [colin] 3.7.2cvs20
3214 Fix bug 1969, 'Bad guess for outgoing encoding'
3215 Make sure the specific converters (japanese in
3216 this case) can return success/error in strict
3217 mode, instead of silently failing back to
3220 2009-08-20 [holger] 3.7.2cvs19
3224 Make it possible for code outside
3225 compose (e.g. plugins) to attach files
3227 2009-08-20 [colin] 3.7.2cvs18
3230 Fix crash when accessing IMAP soon
3232 2009-08-18 [colin] 3.7.2cvs17
3235 Maybe fix crash on non-existent LDAP server
3237 2009-08-04 [colin] 3.7.2cvs16
3240 Fix toolbar's spacing that breaks dark
3241 themes (patch from http://blogs.igalia.com/aperez/
3242 2009/07/making-claws-mail-look-better/)
3244 2009-07-28 [colin] 3.7.2cvs15
3247 * src/addrcustomattr.c
3249 * src/addressbook_foldersel.c
3257 * src/editldap_basedn.c
3268 * src/prefs_actions.c
3269 * src/prefs_customheader.c
3270 * src/prefs_display_header.c
3271 * src/prefs_filtering.c
3272 * src/prefs_folder_column.c
3273 * src/prefs_matcher.c
3274 * src/prefs_summary_column.c
3275 * src/prefs_summary_open.c
3276 * src/prefs_template.c
3279 Fix bug 1950, 'Program freeze up during folder selection'
3280 Don't leave hidden windows modal
3282 2009-07-28 [colin] 3.7.2cvs14
3285 Fix bug 1957, 'LDAP errs out after searching too
3288 2009-07-28 [colin] 3.7.2cvs13
3291 Fix bug 1966, '"Collapse all threads" slower than
3292 "Expand all threads"'
3294 2009-07-28 [colin] 3.7.2cvs12
3296 * src/common/session.c
3297 Fix bug 1967, 'Claws gets stuck after accepting
3298 a certificate warning dialog'
3300 2009-07-19 [paul] 3.7.2cvs11
3302 * manual/plugins.xml
3303 a few small changes to the English
3305 2009-07-18 [mones] 3.7.2cvs10
3307 * manual/plugins.xml
3308 Add new bsfilter and fancy plugins to the docs
3309 and a note about dealing with plugins of the same class
3310 * src/prefs_account.c
3311 Fix extra space at the end typo
3313 2009-07-16 [colin] 3.7.2cvs9
3316 Fix wrong return without unlocking; thanks
3319 2009-07-14 [colin] 3.7.2cvs8
3322 Fix bug 1954, 'Segfault on reading wrong STATUS'
3324 2009-07-10 [colin] 3.7.2cvs7
3326 * src/plugins/pgpcore/plugin.def
3327 * src/common/utils.h
3330 2009-07-10 [colin] 3.7.2cvs6
3332 * src/prefs_display_header.c
3333 Fix bug 1951, 'C-Mail dumps core when editing
3334 displayed headers'. Patch by Alexey Rusakov
3336 2009-07-10 [colin] 3.7.2cvs5
3339 Fix bug 1952, 'Deleted mails in Queue folder
3342 2009-07-09 [colin] 3.7.2cvs4
3344 * src/gtk/spell_entry.c
3345 Fix bug 1949, 'Spell checker doesn't recognise
3346 certain word in Subject header, but does in
3347 message body'. Patch by Pawel Pekala.
3349 2009-07-09 [paul] 3.7.2cvs3
3352 use pkgconfig to check for the minimum required
3355 2009-07-06 [colin] 3.7.2cvs2
3357 * src/prefs_customheader.c
3360 2009-07-04 [paul] 3.7.2cvs1
3362 * tools/claws.i18n.status.pl
3365 2009-07-03 [paul] 3.7.2
3372 2009-07-03 [paul] 3.7.1cvs85
3379 added new translations by Tiago Faria and Slavko
3392 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
3393 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
3394 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
3395 Goncalves Guimaraes, Aleksei Miheev
3397 2009-07-01 [colin] 3.7.1cvs84
3399 * src/prefs_common.c
3400 Fix bug 1940, 'Doesn't open links in
3401 user's default browser'. Turn the preference
3402 to TRUE by default; that will only change the
3403 behaviour for new users.
3405 2009-06-29 [colin] 3.7.1cvs83
3409 * src/prefs_filtering_action.c
3410 Fix bug 1935, 'problems with very long filtering actions':
3411 Use a dynamic buffer in action to string, and a bigger
3412 buffer in string to action
3414 2009-06-29 [colin] 3.7.1cvs82
3416 * src/matcher_parser_lex.l
3417 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
3419 2009-06-29 [colin] 3.7.1cvs81
3424 Fix crash (out-of-bounds tree column)
3425 * src/gtk/gtkcmctree.c
3426 * src/gtk/gtksctree.c
3427 Prevent using an out-of-bounds tree column
3429 2009-06-29 [colin] 3.7.1cvs80
3433 Leak fixes; patch by Pawel Pekala.
3435 2009-06-26 [colin] 3.7.1cvs79
3438 Sort by msgnum if dates are equal
3440 2009-06-24 [paul] 3.7.1cvs78
3443 make some (forgotten) strings translatable
3445 2009-06-19 [colin] 3.7.1cvs77
3448 Fix menu sensitiveness
3450 2009-06-18 [colin] 3.7.1cvs76
3453 * src/plugins/pgpcore/sgpgme.c
3454 * src/plugins/pgpcore/sgpgme.h
3455 * src/plugins/pgpmime/mypgpcore.def
3456 * src/plugins/pgpmime/pgpmime.c
3457 * src/plugins/smime/mypgpcore.def
3458 * src/plugins/smime/smime.c
3459 Use largefile support (and stop using our old GPGME
3460 hack on gpgme_data_seek/rewind)
3461 (See 1.9.12cvs44 to 46 - if this breaks things we
3464 2009-06-13 [colin] 3.7.1cvs75
3466 * src/gtk/spell_entry.c
3467 Fix assertion. We can put a NULL gtkaspell to
3468 an entry; it just means it won't be spell-checked.
3470 2009-06-12 [mones] 3.7.1cvs74
3474 * src/prefs_account.c
3475 * src/prefs_account.h
3476 * src/common/utils.c
3477 * src/common/utils.h
3478 Added preference to use account address in generated
3479 Message-Id. Fixes Debian bug #531052
3481 2009-06-12 [colin] 3.7.1cvs73
3484 Better fix, API-compatible with libgnutls13
3486 2009-06-12 [colin] 3.7.1cvs72
3489 Use compatibility mode in GnuTLS, and avoid problems with
3490 servers that don't comply 100% with the spec, but still
3493 2009-06-06 [iwkse] 3.7.1cvs71
3496 Ops..revert a mix with another patch
3498 2009-06-06 [iwkse] 3.7.1cvs70
3501 A better fix for the previous commit's issue
3503 2009-06-06 [iwkse] 3.7.1cvs69
3506 Fix shutting down of Claws Mail while a GTK_Return keypress
3507 event is sent to the Attach property window
3509 2009-06-05 [colin] 3.7.1cvs68
3512 Fix build on GTK+ 2.6
3514 2009-06-03 [mones] 3.7.1cvs67
3516 * tools/make.themes.project
3517 Oops! fix header, sorry Paul ;-)
3519 2009-06-03 [mones] 3.7.1cvs66
3521 * tools/make.themes.project
3522 Add support for PNG themes and other
3523 fixes i don't remember now... :)
3525 2009-06-02 [colin] 3.7.1cvs65
3528 * src/prefs_template.c
3530 Fix error messages in templates, and fix their
3533 2009-05-22 [colin] 3.7.1cvs64
3538 2009-05-22 [colin] 3.7.1cvs63
3541 Fix phantom button behind entry when
3542 changing fields via Tools/Reply mode.
3544 2009-05-22 [colin] 3.7.1cvs62
3549 2009-05-21 [mones] 3.7.1cvs61
3553 Add button to empty header lines with one click
3555 2009-05-21 [paul] 3.7.1cvs60
3559 * src/plugins/trayicon/trayicon.c
3560 when quitting from the trayicon, honour
3561 prefs_common.clean_on_exit
3563 2009-05-21 [paul] 3.7.1cvs59
3565 * src/gtk/Makefile.am
3566 remove duplicate entry
3567 thanks to Charles A Edwards
3569 2009-05-19 [paul] 3.7.1cvs58
3571 * src/send_message.c
3572 clear progressbar in the statusbar on 'Cancel'
3574 2009-05-16 [colin] 3.7.1cvs57
3580 2009-05-16 [colin] 3.7.1cvs56
3583 Remove msgnum>0 condition for removing messages
3584 from caches. There's no such condition on add.
3585 Fixes bug 1913, 'Allow to remove phantom
3586 messages from the cache'; patch by Fabian
3587 Keil <fk at fabiankeil.de>
3589 2009-05-12 [holger] 3.7.1cvs55
3593 Introduce hook after showing of the message view
3595 2009-05-11 [colin] 3.7.1cvs54
3598 Fix bug 1872, 'A: Cc: CCi: selector should
3599 default on same as preceding contact'
3601 2009-05-10 [holger] 3.7.1cvs53
3605 Add a hook to make it possible for plugins to
3606 modify the address completion list
3608 2009-05-06 [paul] 3.7.1cvs52
3612 fix bug 1915, 'Mails signed with smime.p7s
3613 display both signed and attachment icon.'
3615 2009-05-05 [colin] 3.7.1cvs51
3617 * src/common/utils.c
3620 2009-05-05 [colin] 3.7.1cvs50
3622 * src/common/utils.c
3623 Fix bug 1895, '(imap) cache issues when cache dir is on a
3624 different mountpoint than tempdir'
3626 2009-05-04 [colin] 3.7.1cvs49
3629 Probably fix bug 1914, 'Crash reading
3630 corrupted tags file'
3632 2009-04-26 [paul] 3.7.1cvs48
3635 * src/gtk/gtkaspell.h
3636 fix bug 1904, 'build mechanism looks for
3637 'enchant.h' in a wrong place'
3639 2009-04-25 [paul] 3.7.1cvs47
3642 gah! fix coding style!
3644 2009-04-25 [paul] 3.7.1cvs46
3648 if building with GTK+ >= 2.16 use
3649 gtk_orientable_set_orientation() instead of now
3650 deprecated gtk_toolbar_set_orientation()
3652 2009-04-24 [colin] 3.7.1cvs45
3655 Ask before sending if an attached file has
3658 2009-04-19 [paul] 3.7.1cvs44
3660 * src/prefs_common.c
3661 * src/prefs_common.h
3663 save About window size.
3664 patch by Pawel Pekala
3666 2009-04-12 [paul] 3.7.1cvs43
3668 * tools/csv2addressbook.pl
3669 add extra CSV fields that are now appended
3670 by thunderbird (version 2.0.0.21)
3672 2009-04-08 [colin] 3.7.1cvs42
3675 fix saving (but not displaying) of UTF-16
3678 2009-04-08 [colin] 3.7.1cvs41
3680 * src/gtk/manage_window.c
3681 Disable transient windows on win32 - seems to
3682 fix most focusing issues
3684 2009-04-05 [colin] 3.7.1cvs40
3687 Don't ask whether we want to send deleted mails in queue
3688 folders; also, don't send deleted mails when flushing
3691 2009-04-04 [paul] 3.7.1cvs39
3697 * tools/claws.i18n.status.pl
3698 add new Indonesian translation, by
3701 2009-04-03 [paul] 3.7.1cvs38
3707 2009-04-03 [colin] 3.7.1cvs37
3711 Fix bug 1891, 'Add support for gopher:// links'
3712 Patch by Jacob Head <clawsmail at jacob-head.com>
3713 Let's go back to the roots!
3715 2009-04-03 [paul] 3.7.1cvs36
3720 2009-04-03 [paul] 3.7.1cvs35
3723 add AC_CONFIG_MACRO_DIR([m4])
3724 remove CLAWS_ACLOCAL_INCLUDE(m4)
3725 * m4/aclocal-include.m4
3726 removed this now unneeded file
3728 2009-04-02 [colin] 3.7.1cvs34
3730 * src/common/utils.h
3731 Fix previous (thanks to Marcus :)
3733 2009-04-02 [colin] 3.7.1cvs33
3735 * src/common/utils.h
3736 * src/etpan/etpan-thread-manager.c
3737 pipe() was a macro from GLib on win32 until
3738 glib 2.13.2. It's undefined after that.
3739 Thanks to Marcus Brinkmann for the heads-up!
3741 2009-03-31 [colin] 3.7.1cvs32
3743 * src/folder_item_prefs.c
3744 Copy folder settings with prefs
3746 2009-03-31 [colin] 3.7.1cvs31
3748 * src/prefs_account.c
3749 Don't use un-sensitive checkboxes in Privacy tab
3750 when privacy system in None (makes unchecking
3751 painful when no privacy plugin is loaded)
3753 2009-03-30 [colin] 3.7.1cvs30
3760 * src/prefs_account.c
3761 * src/prefs_account.h
3764 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
3765 Add an option on the Receive page of IMAP account preferences:
3766 "Move deleted mails to trash and expunge immediately". This
3767 option defaults to TRUE to avoid changing the existing behaviour.
3768 Setting it to FALSE prevents automatic expunging.
3769 Also, add Tools/Expunge and View/Hide deleted messages menu items
3770 (View/Hide deleted message being a per-folder setting, and behaving,
3771 like View/Hide read messages).
3773 2009-03-30 [colin] 3.7.1cvs29
3776 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
3777 ask for IMAP password when using GSSAPI auth
3779 2009-03-27 [colin] 3.7.1cvs28
3782 Fix cvs14, make sure we mark non-existent caches dirty
3783 (or they never get written)
3785 2009-03-27 [colin] 3.7.1cvs27
3788 Fix tag update when all tags are removed
3791 2009-03-25 [colin] 3.7.1cvs26
3794 Fix configure.ac, thanks to Pawel
3796 2009-03-25 [colin] 3.7.1cvs25
3799 * src/etpan/nntp-thread.c
3800 Fix header fetching (NG/To/Cc). Fixes
3801 bug 1883, 'Message processing fails to
3802 act on Newsgroups: field'
3804 2009-03-23 [colin] 3.7.1cvs24
3807 Fix internal headers visible in queue/sent
3809 2009-03-23 [colin] 3.7.1cvs23
3812 Fix check for RC (resource compiler) used
3813 on win32 (AC_LIBTOOL_RC used to call it
3814 implicitely but stopped)
3816 2009-03-19 [colin] 3.7.1cvs22