claws.git
5 years agoAdded preferences page to LiteHTML plugin and make it respect the enable_remote_conte...
Andrej Kacian [Sat, 26 Jan 2019 20:59:15 +0000 (21:59 +0100)]
Added preferences page to LiteHTML plugin and make it respect the enable_remote_content pref

Only "enable_remote_content" pref for now.

5 years agoNo need to configure CURLOPT_WRITEFUNCTION twice
Michael Rasmussen [Fri, 25 Jan 2019 23:15:04 +0000 (00:15 +0100)]
No need to configure CURLOPT_WRITEFUNCTION twice

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoUse debug_print() and g_warning() instead of g_log() in litehtml_viewer
Andrej Kacian [Fri, 25 Jan 2019 22:49:32 +0000 (23:49 +0100)]
Use debug_print() and g_warning() instead of g_log() in litehtml_viewer

5 years agoFix URL display in statusbar when hovering over a link in litehtml_viewer
Andrej Kacian [Fri, 25 Jan 2019 21:49:49 +0000 (22:49 +0100)]
Fix URL display in statusbar when hovering over a link in litehtml_viewer

5 years agoUpdate current version of litehtml. Fix a crash when document contains no fonts
Michael Rasmussen [Sat, 1 Dec 2018 17:36:46 +0000 (18:36 +0100)]
Update current version of litehtml. Fix a crash when document contains no fonts

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoUse statusbar for notification. Begin print implementation
Michael Rasmussen [Fri, 16 Nov 2018 16:18:45 +0000 (17:18 +0100)]
Use statusbar for notification. Begin print implementation

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoProper fix for memory leak
Michael Rasmussen [Fri, 16 Nov 2018 16:13:05 +0000 (17:13 +0100)]
Proper fix for memory leak

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoFix memory leak
Michael Rasmussen [Thu, 15 Nov 2018 22:12:11 +0000 (23:12 +0100)]
Fix memory leak

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoDo not use G_LOG_LEVEL_ERROR. Makes claws crash
Michael Rasmussen [Thu, 15 Nov 2018 22:06:29 +0000 (23:06 +0100)]
Do not use G_LOG_LEVEL_ERROR. Makes claws crash

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoFix missing includes
Michael Rasmussen [Sat, 10 Nov 2018 02:11:21 +0000 (03:11 +0100)]
Fix missing includes

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoFix wrong cursor type
Michael Rasmussen [Fri, 9 Nov 2018 16:08:56 +0000 (17:08 +0100)]
Fix wrong cursor type

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoChange cursor type when hoover over link
Michael Rasmussen [Fri, 9 Nov 2018 16:00:50 +0000 (17:00 +0100)]
Change cursor type when hoover over link

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoUpdate TODO
Michael Rasmussen [Fri, 9 Nov 2018 00:57:34 +0000 (01:57 +0100)]
Update TODO

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoImplemented support for links
Michael Rasmussen [Fri, 9 Nov 2018 00:56:29 +0000 (01:56 +0100)]
Implemented support for links

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoI am tired ;-)
Michael Rasmussen [Wed, 7 Nov 2018 23:50:37 +0000 (00:50 +0100)]
I am tired ;-)

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoCleaner code a fix memory leak
Michael Rasmussen [Wed, 7 Nov 2018 23:45:52 +0000 (00:45 +0100)]
Cleaner code a fix memory leak

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoRefactor image loading to a separate class. Add dependency to curl
Michael Rasmussen [Wed, 7 Nov 2018 22:49:35 +0000 (23:49 +0100)]
Refactor image loading to a separate class. Add dependency to curl

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoImplement image handling
Michael Rasmussen [Wed, 7 Nov 2018 02:20:11 +0000 (03:20 +0100)]
Implement image handling

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoInitial commit of litehtml_viewer
Michael Rasmussen [Tue, 6 Nov 2018 18:50:31 +0000 (19:50 +0100)]
Initial commit of litehtml_viewer
See TODO for missing functionality.

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoFix a small memory leak in rssyl_remove_msgs()
Andrej Kacian [Fri, 8 Feb 2019 18:49:27 +0000 (19:49 +0100)]
Fix a small memory leak in rssyl_remove_msgs()

5 years agoput displayed headers on the right, hidden headers on the left. a layout shared by...
Paul [Tue, 29 Jan 2019 13:30:26 +0000 (13:30 +0000)]
put displayed headers on the right, hidden headers on the left. a layout shared by other, similar prefs windows

5 years agoFix possible stack overflow in vcalendar's Curl data handler
Andrej Kacian [Sun, 27 Jan 2019 10:45:38 +0000 (11:45 +0100)]
Fix possible stack overflow in vcalendar's Curl data handler

Allocate the VLA on heap instead.

5 years agoUse hardcoded SHA digest length in pkcs5_pbkdf2.c
Andrej Kacian [Sun, 27 Jan 2019 10:38:36 +0000 (11:38 +0100)]
Use hardcoded SHA digest length in pkcs5_pbkdf2.c

This makes -Wvla happy and saves us two GnuTLS API calls
with no real downside.

5 years agoMake is_toplvl_domain() aware that TLDs can be longer than 6 characters
Andrej Kacian [Sun, 27 Jan 2019 09:50:22 +0000 (10:50 +0100)]
Make is_toplvl_domain() aware that TLDs can be longer than 6 characters

5 years agoDo not define our own strcasestr() if it is available
Andrej Kacian [Fri, 25 Jan 2019 22:27:18 +0000 (23:27 +0100)]
Do not define our own strcasestr() if it is available

5 years agoFix a compiler warning
Andrej Kacian [Sun, 20 Jan 2019 19:00:49 +0000 (20:00 +0100)]
Fix a compiler warning

5 years agoRemove unneeded w32_stdio.c
Andrej Kacian [Sun, 20 Jan 2019 18:45:23 +0000 (19:45 +0100)]
Remove unneeded w32_stdio.c

5 years agoDisable operations around the x_display variable on non-Unix
Andrej Kacian [Sun, 20 Jan 2019 18:41:00 +0000 (19:41 +0100)]
Disable operations around the x_display variable on non-Unix

5 years agoUse G_GSIZE_FORMAT for printing time_t values
Andrej Kacian [Sun, 20 Jan 2019 18:33:34 +0000 (19:33 +0100)]
Use G_GSIZE_FORMAT for printing time_t values

5 years agoReplace deprecated _sleep() with Sleep() in w32_unistd.c
Andrej Kacian [Sun, 20 Jan 2019 18:15:04 +0000 (19:15 +0100)]
Replace deprecated _sleep() with Sleep() in w32_unistd.c

5 years agoAdd a menu item to open debug log file on Windows
Andrej Kacian [Sun, 20 Jan 2019 18:06:32 +0000 (19:06 +0100)]
Add a menu item to open debug log file on Windows

5 years agoOnly call the fd_is_w32_socket() check on Windows
Andrej Kacian [Sun, 20 Jan 2019 16:32:27 +0000 (17:32 +0100)]
Only call the fd_is_w32_socket() check on Windows

This saves us one unnecessary getsockopt() call before
each socket read and write.

5 years agoFix session proxy initialization for Windows
Andrej Kacian [Sun, 20 Jan 2019 13:45:08 +0000 (14:45 +0100)]
Fix session proxy initialization for Windows

Fixes bug #4145: proxy server for sending doesn't work

5 years agosave checkbox choices of display/summaries/defaults prefs
Paul [Thu, 17 Jan 2019 10:06:34 +0000 (10:06 +0000)]
save checkbox choices of display/summaries/defaults prefs

5 years agoFix crash when LDAP address source is defined in index, but LDAP support is disabled
Andrej Kacian [Wed, 16 Jan 2019 17:36:55 +0000 (18:36 +0100)]
Fix crash when LDAP address source is defined in index, but LDAP support is disabled

AddressIfFrag is being cast to AddrBookBase, so it too
needs to have the two mandatory members at the beginning.

5 years agoRemove an unused path variable in python plugin
Andrej Kacian [Sat, 12 Jan 2019 11:53:04 +0000 (12:53 +0100)]
Remove an unused path variable in python plugin

The plugin has no preferences page, so this is not needed.

5 years agoImprove new feed item detection algorithm in RSSyl slightly
Andrej Kacian [Sat, 12 Jan 2019 10:35:49 +0000 (11:35 +0100)]
Improve new feed item detection algorithm in RSSyl slightly

5 years agoadd option 'enable keyboard shortcuts'
Paul [Tue, 8 Jan 2019 07:57:25 +0000 (07:57 +0000)]
add option 'enable keyboard shortcuts'

5 years agoFix a few small memory leaks in scan_mailto_url()
Andrej Kacian [Mon, 7 Jan 2019 16:38:01 +0000 (17:38 +0100)]
Fix a few small memory leaks in scan_mailto_url()

5 years agoImprove line breaks in compose window
Andrej Kacian [Sun, 6 Jan 2019 10:23:19 +0000 (11:23 +0100)]
Improve line breaks in compose window

Fixes bug #3070: misbehaving text wrapping when URL chars are present

5 years agoGive a hint when option is unknown
Ricardo Mones [Fri, 4 Jan 2019 19:07:49 +0000 (20:07 +0100)]
Give a hint when option is unknown

5 years agoMake children tracking in execute_actions() more async-aware
Andrej Kacian [Fri, 4 Jan 2019 18:50:08 +0000 (19:50 +0100)]
Make children tracking in execute_actions() more async-aware

We need to update the children count in children->nb
after starting each child process instead of after
starting all of them, because we use that count
in wait_for_children(), which is run asynchronously
for each child.

Fixes bug #3979: Hang (with killing needed) during
action which extracts attachments

5 years agoFix an impossible to trigger buffer overflow
Andrej Kacian [Fri, 4 Jan 2019 18:43:31 +0000 (19:43 +0100)]
Fix an impossible to trigger buffer overflow

Gets rid of CID 1442278.

5 years agofix bug 4142, 'Translation error on Russian'
Paul [Fri, 4 Jan 2019 13:16:58 +0000 (13:16 +0000)]
fix bug 4142, 'Translation error on Russian'

5 years agoupdate copyright year
Paul [Fri, 4 Jan 2019 13:11:33 +0000 (13:11 +0000)]
update copyright year

5 years agofix bug 4143, 'fingerprint in SSL/TLS certificates for ... (regress error)'
Paul [Fri, 4 Jan 2019 13:10:36 +0000 (13:10 +0000)]
fix bug 4143, 'fingerprint in SSL/TLS certificates for ... (regress error)'

patch by Andrej

5 years agoFix return type for vcal_manager_get_cutype_for_attendee()
Andrej Kacian [Thu, 3 Jan 2019 18:48:58 +0000 (19:48 +0100)]
Fix return type for vcal_manager_get_cutype_for_attendee()

Patch by Avinash Sonawane, bug #4037.

5 years agoFix configure for rare cases where python is not installed
Andrej Kacian [Thu, 3 Jan 2019 18:23:55 +0000 (19:23 +0100)]
Fix configure for rare cases where python is not installed

5 years agoFix few (possible) crashes due to missing return code checks (patch
wwp [Thu, 3 Jan 2019 09:36:37 +0000 (10:36 +0100)]
Fix few (possible) crashes due to missing return code checks (patch
by Zhouyang, with few modifications).

Fixes bug #3977: Fix crshes when some external APIs fail

5 years agoRemove mention of unused library
Ricardo Mones [Wed, 2 Jan 2019 12:21:06 +0000 (13:21 +0100)]
Remove mention of unused library

5 years agoMerge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws
Michael Rasmussen [Sun, 30 Dec 2018 16:10:17 +0000 (17:10 +0100)]
Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws

5 years agoFix deprecation warning
Michael Rasmussen [Sun, 30 Dec 2018 15:54:52 +0000 (16:54 +0100)]
Fix deprecation warning

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoRemove mysterious chars and replace with correct tab chars
Michael Rasmussen [Sun, 30 Dec 2018 15:17:51 +0000 (16:17 +0100)]
Remove mysterious chars and replace with correct tab chars

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoRemove mysterious chars and replace with correct tab chars
Michael Rasmussen [Sun, 30 Dec 2018 15:14:06 +0000 (16:14 +0100)]
Remove mysterious chars and replace with correct tab chars

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoRemove mysterious chars and replace with correct tab chars
Michael Rasmussen [Sun, 30 Dec 2018 15:12:03 +0000 (16:12 +0100)]
Remove mysterious chars and replace with correct tab chars

Signed-off-by: Michael Rasmussen <mir@datanom.net>
5 years agoMore user-friendly dependency check for python plugin
Andrej Kacian [Sun, 30 Dec 2018 15:06:15 +0000 (16:06 +0100)]
More user-friendly dependency check for python plugin

5 years agoRespect quicksearch focus when refreshing summaryview to show new messages
Andrej Kacian [Sun, 30 Dec 2018 00:12:27 +0000 (01:12 +0100)]
Respect quicksearch focus when refreshing summaryview to show new messages

Fixes bug #2131: Focus stealing after mail check

5 years agoMake "Edit Person Details" window not modal
Andrej Kacian [Sat, 29 Dec 2018 23:48:43 +0000 (00:48 +0100)]
Make "Edit Person Details" window not modal

Patch by Salvatore De Paolis. Fixes bug #2045.

5 years agofix nntp manually filtering with account specific rules
Stephan Sachse [Sun, 26 Jul 2015 00:22:15 +0000 (02:22 +0200)]
fix nntp manually filtering with account specific rules

manually running filter on nntp folders doesn't work correctly with
account specific rules. filtering_match_condition() in filtering.c:568
always gets a NULL as ac_prefs and every check with ac_prefs fails
subsequently. later cur_account is used instead, what is imo clearly
wrong and useless.

i have patched summaryview.c:5649 summary_filter() to extract the
account data from summaryview and hand over them as new parameter to
summary_filter_func().

works for me on fedora 22 and claws-mail-3.11.1

Signed-off-by: Stephan Sachse <ste.sachse@gmail.com>
Signed-off-by: Andrej Kacian <ticho@claws-mail.org>
5 years agofix nntp filtering on incoming messages
Stephan Sachse [Sat, 25 Jul 2015 23:34:55 +0000 (01:34 +0200)]
fix nntp filtering on incoming messages

this should fix bug #1920 and bug #2627

folder_item_scan_full() in folder.c at line 2343 applies filter only to
folder items of special type F_INBOX. but nntp folder items are of
special folder item type F_NORMAL and folder type F_NEWS. so i change
the condition for do_filter to also match nntp folders. works for me on
fedora 22 and claws-mail-3.11.1

Signed-off-by: Stephan Sachse <ste.sachse@gmail.com>
Signed-off-by: Andrej Kacian <ticho@claws-mail.org>
5 years agoFix use after free in rare code path in rssyl_subscribe()
Andrej Kacian [Sat, 29 Dec 2018 20:14:25 +0000 (21:14 +0100)]
Fix use after free in rare code path in rssyl_subscribe()

5 years agoRestore line removed by mistake in previous commit.
Andrej Kacian [Sat, 29 Dec 2018 16:05:27 +0000 (17:05 +0100)]
Restore line removed by mistake in previous commit.

5 years agoFix incorrect pointer arithmetic in w32_filesel.c
Andrej Kacian [Sat, 29 Dec 2018 14:51:35 +0000 (15:51 +0100)]
Fix incorrect pointer arithmetic in w32_filesel.c

This caused the lpstrFilter parameter to be set up
incorrectly, and a buffer overflow.

5 years agoDo not needlessly cast time_t to long long int for debug_print()
Andrej Kacian [Sat, 29 Dec 2018 13:26:26 +0000 (14:26 +0100)]
Do not needlessly cast time_t to long long int for debug_print()

5 years agoFix printf formats for size_t and goffset arguments.
Andrej Kacian [Sat, 29 Dec 2018 13:23:03 +0000 (14:23 +0100)]
Fix printf formats for size_t and goffset arguments.

Use G_GSIZE_FORMAT and G_GOFFSET_FORMAT macros
instead of hardcoded literal formats, because these
types can have different sizes on different platforms.

5 years agoFix pid handling in debug output of kill_children_cb()
Andrej Kacian [Sat, 29 Dec 2018 13:21:19 +0000 (14:21 +0100)]
Fix pid handling in debug output of kill_children_cb()

On Windows, "pid" points to a HANDLE object, not to
an integer.

5 years agoEmulate strftime's %r on Windows which does not have that
Andrej Kacian [Sat, 29 Dec 2018 13:09:42 +0000 (14:09 +0100)]
Emulate strftime's %r on Windows which does not have that

5 years agoFix missing ws2tcpip.h include for Windows
Andrej Kacian [Sat, 29 Dec 2018 13:08:46 +0000 (14:08 +0100)]
Fix missing ws2tcpip.h include for Windows

5 years agoRemove an unused enum which was committed by mistake
Andrej Kacian [Sat, 29 Dec 2018 13:01:56 +0000 (14:01 +0100)]
Remove an unused enum which was committed by mistake

5 years agoRemove use of %hhu format in managesieve for g_strdup_printf()
Andrej Kacian [Sat, 29 Dec 2018 12:53:25 +0000 (13:53 +0100)]
Remove use of %hhu format in managesieve for g_strdup_printf()

5 years agoFix alertpanel API use in win32 part of mimeview.c
Andrej Kacian [Sat, 29 Dec 2018 12:19:30 +0000 (13:19 +0100)]
Fix alertpanel API use in win32 part of mimeview.c

5 years agoFix incorrect charset conversion in sc_html_read_line().
Andrej Kacian [Thu, 27 Dec 2018 12:50:13 +0000 (13:50 +0100)]
Fix incorrect charset conversion in sc_html_read_line().

When converting from single-byte to multi-byte encoding,
the resulting string can sometimes have more bytes than
the original.

5 years agoSet a proper copyright header to the files added to the Python plugin
wwp [Mon, 24 Dec 2018 18:49:46 +0000 (19:49 +0100)]
Set a proper copyright header to the files added to the Python plugin
source code.

5 years agoWindow sizes are now remembered for the Python console,
wwp [Mon, 24 Dec 2018 18:44:30 +0000 (19:44 +0100)]
Window sizes are now remembered for the Python console,
the 'Open URLs' and the 'Set mailbox order' windows.

5 years agofor release 3.17.3 3.17.3
Paul [Sat, 22 Dec 2018 10:24:59 +0000 (10:24 +0000)]
for release 3.17.3

5 years agoUpdate list of TLDs for release
Ricardo Mones [Fri, 21 Dec 2018 17:52:23 +0000 (18:52 +0100)]
Update list of TLDs for release

5 years agoLibravatar: fix API usage if built without GnuTLS
Ricardo Mones [Fri, 21 Dec 2018 17:44:28 +0000 (18:44 +0100)]
Libravatar: fix API usage if built without GnuTLS

Thanks Andrej for reporting!

5 years agoFix a mistake I made in commit 01179f2c1.
Andrej Kacian [Fri, 21 Dec 2018 09:48:12 +0000 (10:48 +0100)]
Fix a mistake I made in commit 01179f2c1.

5 years agoFix a harmless compiler warning in imap_cmd_login().
Andrej Kacian [Fri, 21 Dec 2018 09:45:48 +0000 (10:45 +0100)]
Fix a harmless compiler warning in imap_cmd_login().

5 years agoFix outdated uses of alertpanel() in code paths for --disable-gnutls.
Andrej Kacian [Fri, 21 Dec 2018 09:44:34 +0000 (10:44 +0100)]
Fix outdated uses of alertpanel() in code paths for --disable-gnutls.

5 years agoAdd Server Name Indication support to TLS connections, if applicable.
Andrej Kacian [Fri, 21 Dec 2018 09:21:10 +0000 (10:21 +0100)]
Add Server Name Indication support to TLS connections, if applicable.

Adds a hidden pref "use_tls_sni".

Patch by Alex Smith.
Closes bug #4103: TLS SNI (Server Name Indication) support for IMAP, POP & SMTP

5 years agoAdd unit tests for get_serverportfp_from_filename().
Andrej Kacian [Mon, 17 Dec 2018 20:51:32 +0000 (21:51 +0100)]
Add unit tests for get_serverportfp_from_filename().

5 years agoAllow empty output parameters in get_serverportfp_from_filename()
Andrej Kacian [Mon, 17 Dec 2018 21:22:01 +0000 (22:22 +0100)]
Allow empty output parameters in get_serverportfp_from_filename()

5 years agoRemember the size of the SSL manager window.
wwp [Tue, 18 Dec 2018 09:36:26 +0000 (10:36 +0100)]
Remember the size of the SSL manager window.

5 years agoRemember 'apply tags' window size, this feature has gone (accidentally?) since 3...
wwp [Tue, 18 Dec 2018 09:14:08 +0000 (10:14 +0100)]
Remember 'apply tags' window size, this feature has gone (accidentally?) since 3.0.2cvs103.

5 years agoClean-up: remove trailing spaces.
wwp [Mon, 17 Dec 2018 20:31:19 +0000 (21:31 +0100)]
Clean-up: remove trailing spaces.

5 years agoFix parsing of cert filename, prevent the Tools / SSL/TLS Certificates dialog from...
wwp [Mon, 17 Dec 2018 20:11:19 +0000 (21:11 +0100)]
Fix parsing of cert filename, prevent the Tools / SSL/TLS Certificates dialog from crashing when cert filenames contain a fingerprint. Move the parser func to utils.[ch].

5 years agoMake Delete key in TLS certificate manager delete selected certificate.
Andrej Kacian [Mon, 17 Dec 2018 19:26:48 +0000 (20:26 +0100)]
Make Delete key in TLS certificate manager delete selected certificate.

5 years agoRemove code duplication in get_certificate_path().
Andrej Kacian [Mon, 17 Dec 2018 19:20:24 +0000 (20:20 +0100)]
Remove code duplication in get_certificate_path().

5 years agofix bug 4134, ''Save message to' option not set when it should be'
Paul [Mon, 17 Dec 2018 11:20:13 +0000 (11:20 +0000)]
fix bug 4134, ''Save message to' option not set when it should be'

5 years agoFix build on Hurd
Ricardo Mones [Sat, 15 Dec 2018 19:50:51 +0000 (20:50 +0100)]
Fix build on Hurd

Error was “mailimf_types_helper.c:1265:13: error: 'HOST_NAME_MAX'
undeclared (first use in this function); did you mean 'NAME_MAX'?”

Completes commit 3a482f4d25110e588ef58d5ee67fa4216a6b631d where this
define was used first.

5 years agoRemove strstr2() in favour of g_strstr_len()
Andrej Kacian [Sat, 15 Dec 2018 17:32:05 +0000 (18:32 +0100)]
Remove strstr2() in favour of g_strstr_len()

5 years agoGet rid of our strcmp2() in favour of glib's g_strcmp0()
Andrej Kacian [Sat, 15 Dec 2018 17:25:59 +0000 (18:25 +0100)]
Get rid of our strcmp2() in favour of glib's g_strcmp0()

5 years agoAdded unit tests for get_uri_part().
Andrej Kacian [Fri, 14 Dec 2018 17:51:40 +0000 (18:51 +0100)]
Added unit tests for get_uri_part().

5 years agoMake URI highlighting in textview and compose Unicode-aware.
Andrej Kacian [Fri, 14 Dec 2018 17:50:38 +0000 (18:50 +0100)]
Make URI highlighting in textview and compose Unicode-aware.

Fixes bug #3519: Links including umlauts are broken

5 years agoadd Poruguese translator
Paul [Fri, 14 Dec 2018 08:20:09 +0000 (08:20 +0000)]
add Poruguese translator

5 years agofor release 3.17.2 3.17.2
Paul [Fri, 14 Dec 2018 07:31:46 +0000 (07:31 +0000)]
for release 3.17.2

5 years agodocument new Portuguese translator
Paul [Fri, 14 Dec 2018 07:21:32 +0000 (07:21 +0000)]
document new Portuguese translator

5 years agoUpdate list of TLDs for release
Ricardo Mones [Fri, 14 Dec 2018 00:15:21 +0000 (01:15 +0100)]
Update list of TLDs for release

5 years agoUpdate Spanish translation
Ricardo Mones [Thu, 13 Dec 2018 18:49:23 +0000 (19:49 +0100)]
Update Spanish translation