Abel Serrano Juste
e1450f5dea
Updated spanish translation es.po ( #1288 )
2016-11-03 08:15:46 +01:00
Colomban Wendling
b9c8abb4b8
Small NEWS updates
2016-11-01 11:23:11 +01:00
Colomban Wendling
743e30ddea
Merge pull request #1181 from b4n/vte-2.91
...
Support for VTE 2.91
2016-11-01 11:10:25 +01:00
Giuseppe
96b11092f7
updated it.po ( #1285 )
2016-11-01 08:45:51 +01:00
Baurzhan Muftakhidinov
ac5c261c0b
Update Kazakh translation. ( #1284 )
2016-10-31 10:00:43 +01:00
Bervianto Leo Pratama
3d6524ea90
Update Indonesian Translation ( #1283 )
...
"kata" should not in there.
2016-10-31 09:58:18 +01:00
Frank Lanitz
689f32e861
Update of Portuguese translation
2016-10-30 18:13:03 +01:00
Frank Lanitz
869457377e
Added es as updated translation
2016-10-30 13:01:22 +01:00
FabianInostroza
02cd961edd
Better translation. ( #1242 )
2016-10-30 12:59:13 +01:00
Frank Lanitz
6db87912c6
Add update trnaslations
2016-10-30 12:56:18 +01:00
Frank Lanitz
805fee50ea
Fix some typos in Catalan translation.
...
This is based upon PR #1273 but ported manually.
2016-10-30 12:55:02 +01:00
Frank Lanitz
41102a6c2e
i18n: Indonesian seems to only have one plural form
2016-10-30 12:47:31 +01:00
Frank Lanitz
93ab56fd78
i18n: Adding plural form definition for Indonesian
2016-10-30 12:45:25 +01:00
Frank Lanitz
879249b638
Update Indonesian translation
2016-10-30 12:43:09 +01:00
Bervianto Leo Pratama
9bb459d53e
Update id.po
2016-10-30 16:33:11 +07:00
bervianto
fb081f7732
update id.po
2016-10-30 23:08:14 +07:00
bervianto
4695f6f2aa
rebase
2016-10-30 23:05:20 +07:00
bervianto
5b588f67b5
Update id.po
2016-10-30 23:02:23 +07:00
Bervianto Leo Pratama
38d2fb9df1
Improvement Indonesian Translation
...
Change with kata baku in Indonesia
2016-10-30 15:04:42 +07:00
Bervianto Leo Pratama
361642b7b5
Update id.po
2016-10-30 15:04:42 +07:00
Bervianto Leo Pratama
5056a855b3
Update id.po
2016-10-30 15:04:42 +07:00
Bervianto Leo Pratama
ee16fdca50
Update id.po
2016-10-30 14:55:29 +07:00
Frank Lanitz
af79e6bb5d
Update po files in preperation of 1.29 cycle
2016-10-29 20:38:27 +02:00
Colomban Wendling
638b999e8e
Update NEWS for recent items
2016-10-29 17:11:55 +02:00
Matthew Brush
b7839a6e42
Add "project-before-close" signal to API
...
Closes #1223 .
2016-10-29 16:58:37 +02:00
Colomban Wendling
b0cb8440b1
VTE: Respect GTK setting for whether to show the IM method menu
2016-10-29 16:28:21 +02:00
Colomban Wendling
6cdb1842be
VTE: Remove support for background image
...
It's a more than questionable feature that was dropped in VTE 2.91, so
remove it altogether instead of conditionally supporting it.
2016-10-29 16:12:32 +02:00
Colomban Wendling
16e90968c7
VTE: add VTE 2.91 DSO names
2016-10-29 16:09:04 +02:00
Colomban Wendling
f4b4f2b540
VTE: Don't hard-require vte_terminal_im_append_menuitems()
...
VTE 2.91 dropped it, and it seems that recent GTK3 doesn't have IM
context menu entries in input field's popups anymore anyway.
2016-10-29 16:09:04 +02:00
Colomban Wendling
65710c526a
VTE: Add support for 2.91 GdkRGBA API variant
...
The 2.91 API switched from GdkColor to GdkRGBA, but kept the same
function names, so we need to detect this version and wrap the affected
API to convert our GdkColors to GdkRGBAs.
2016-10-29 16:09:04 +02:00
Colomban Wendling
65e2c7cb05
VTE: don't hard-require vte_terminal_set_word_chars()
...
VTE 0.38 removed it, so only use it when available. With >= 0.40,
use vte_terminal_set_word_char_exceptions() instead.
2016-10-29 16:09:04 +02:00
Colomban Wendling
5c757d9ec2
VTE: add debugging info to known which library was actually loaded
2016-10-29 16:09:04 +02:00
Colomban Wendling
079fe58ce9
VTE: add support for vte_terminal_spawn_sync()
...
VTE 0.38 removed vte_terminal_fork_command() in favor of the new
vte_terminal_spawn_sync(), so add support for this.
2016-10-29 16:09:04 +02:00
Colomban Wendling
f789aa138d
VTE: drop support for selecting the emulated terminal
...
VTE 0.38 dropped the capability to emulate various terminals to only
support xterm. This shouldn't be so much of a problem for us, as our
setting to select the emulated terminal is hidden since 2008 and
defaults to xterm since forever, and xterm is highly compatible.
2016-10-29 16:09:04 +02:00
Colomban Wendling
20cb94255b
VTE: stop using vte_terminal_set_font_from_string()
...
vte_terminal_set_font_from_string() has been removed in 0.38, so use
vte_terminal_set_font() instead.
2016-10-29 16:02:32 +02:00
Colomban Wendling
d27831fa30
VTE: use proper accessor for the vertical adjustment
...
Use vte_terminal_get_adjustment() to get the adjustment, and provide an
appropriate default implementation for use if it isn't available (on
VTE < 0.9 or > 0.36).
2016-10-29 16:02:32 +02:00
Colomban Wendling
931df75faa
Merge pull request #1233 from b4n/proxy/dotted-extension-warning-only
...
Do not strip dots from proxy plugin extensions
2016-10-29 15:35:21 +02:00
Colomban Wendling
85a2f4bc6f
Do not strip dots from proxy plugin extensions
...
Only warn when an extension starts with a dot, because it's unlikely to
be what the author wanted, but leave the dot there. This forces the
author to fix the extension instead of ignoring the warning.
Also, include the proxy plugin name in the warning message.
Follow-up to #1212 .
2016-10-29 15:33:21 +02:00
Colomban Wendling
ae114e263c
Merge pull request #1185 from b4n/error-indic-color
...
Allow to configure the error indicator color
2016-10-29 15:15:43 +02:00
Bervianto Leo Pratama
054576e972
Update id.po
2016-10-29 03:02:56 +07:00
Bervianto Leo Pratama
7b875dc96f
Update id.po
2016-10-29 03:01:37 +07:00
Bervianto Leo Pratama
bc9facd815
Improvement Indonesian Translation
...
Change with kata baku in Indonesia
2016-10-29 02:42:57 +07:00
Bervianto Leo Pratama
124dd24ad7
Update id.po
2016-10-29 02:02:45 +07:00
Bervianto Leo Pratama
c4307ce11d
Update id.po
2016-10-28 12:12:52 +07:00
Colomban Wendling
6f54690b0b
Small update of the French translation
2016-10-27 10:30:55 +02:00
Frank Lanitz
460f8dec00
Update of German translation
2016-10-24 20:18:17 +02:00
Colomban Wendling
bee3806d47
Allow to configure the error indicator color
...
Related to #1116 .
2016-10-24 12:27:59 +02:00
Colomban Wendling
dba7c763ed
Merge pull request #1272 from b4n/splitwindow/show-menu-gtk316
...
splitwindow: Fix document selection popup on GTK >= 3.15.9 && <= 3.21.4
2016-10-24 11:31:24 +02:00
Colomban Wendling
6834c5a830
GTK: Don't forward calls to NULL scrollbars
...
Once Dispose() has been called, scrollbars will be NULL, so we need to
check against this in code that might run after Dispose().
Fixes scary warnings on certain widget destruction scenarios.
Closes #993 .
X-Scintilla-Bug-URL: https://sourceforge.net/p/scintilla/bugs/1873/
X-Scintilla-Commit-ID: 4e67e6ee45732a048907ef1577cf1efc25729313
2016-10-24 11:03:58 +02:00
Colomban Wendling
605bfa8339
Update NEWS preparing for next release
2016-10-23 16:28:31 +02:00