Stefano Karapetsas
201e136181
Update NEWS for MATE
2014-02-19 10:59:12 +01:00
Stefano Karapetsas
170b972675
Rename NEWS -> NEWS.GNOME
2014-02-19 10:56:29 +01:00
Stefano Karapetsas
e9f3aba4d0
Merge pull request #54 from markbt/wayland
...
Add support for compiling against Gtk+3 with and without Wayland backend
2014-02-18 14:00:44 +01:00
Stefano Karapetsas
43895e3aa9
Merge pull request #55 from markbt/warnings
...
Fix some warnings.
2014-02-17 10:59:47 +01:00
Stefano Karapetsas
dafab9dd21
configure: add check-news
2014-02-17 10:41:49 +01:00
Stefano Karapetsas
fcbe7f11cf
Merge pull request #57 from hekel/master
...
Update Manual
2014-02-17 09:47:46 +01:00
Stefano Karapetsas
6f326e2010
Merge pull request #56 from hekel/patch-1
...
"maximise" typo?
2014-02-14 09:33:06 +01:00
hekel
f577d53dd1
Update Manual
2014-02-14 03:03:13 -05:00
hekel
e2f4cd2e13
"maximise" typo?
...
"maximise" was probably intentional, its used in British English.. However "maximize" is more widely accepted in Other English Speaking Countries. Proposing change since "maximize" is still used in the UK, but "maximise" is rarely used elsewhere.
2014-02-14 02:19:44 -05:00
Mark Thomas
d6483a80a9
Fix some warnings.
2014-02-12 00:05:23 +00:00
Mark Thomas
8d8570556a
Add support for compiling against Gtk+3 with and without Wayland backend support.
2014-02-11 23:50:14 +00:00
Stefano Karapetsas
393743c91f
Include autogen.sh in tarball
2014-02-11 11:02:44 +01:00
infirit
f05c87be6a
Bump version to 1.7.2
2014-02-09 23:59:28 +01:00
Stefano Karapetsas
bacf3f4047
Update copyright in about window
2014-02-08 16:52:00 +01:00
Stefano Karapetsas
0caad322e9
Merge pull request #53 from markbt/master
...
Add blink preference
2014-01-25 14:32:03 -08:00
Mark Thomas
c39021ae1d
Add blink preference
2014-01-25 20:38:35 +00:00
Stefano Karapetsas
e8684ca300
Sync translations with transifex
2014-01-24 21:06:08 +01:00
Stefano Karapetsas
49c5dfed26
Merge pull request #52 from infirit/gtkbuilder
...
Use gtkbuilder directly instead of converting from glade
2014-01-24 08:33:22 -08:00
infirit
eed527f422
GtkComboBoxEntry has been removed from GTK3
...
Use GtkComboBoxText which is available in both GTK2 and GTK3.
2014-01-24 17:19:43 +01:00
infirit
04b6ca92fb
Use gtkbuilder directly
2014-01-24 16:57:41 +01:00
Stefano Karapetsas
50a7ace210
Merge pull request #50 from infirit/master
...
Bump version to 1.7.1
2014-01-16 07:46:09 -08:00
infirit
b93c2c56f3
Bump version to 1.7.1
2014-01-16 16:36:16 +01:00
Stefano Karapetsas
a3d9254d73
Fix resizing with GTK3
...
Taken from https://git.gnome.org/browse/gnome-terminal/commit/?h=gnome-3-0&id=8e6454b0efc01cf212f338c76d5d0557575f9513
Close #36 (https://github.com/mate-desktop/mate-terminal/issues/36 )
2014-01-16 15:58:24 +01:00
Stefano Karapetsas
8c3fa11972
Merge pull request #49 from infirit/master
...
Add to ACLOCAL_AMFLAGS for user added flags
2014-01-06 02:48:21 -08:00
infirit
3a482e2f0d
Add to ACLOCAL_AMFLAGS for user added flags
2014-01-05 14:03:14 +01:00
Stefano Karapetsas
cd91bda44d
Merge pull request #47 from infirit/yelp
...
Fix help handling.
2013-12-23 11:12:22 -08:00
infirit
8a4039c6a3
Fix help handling.
2013-12-22 19:12:28 +01:00
Stefano Karapetsas
f4d794edf8
Merge pull request #44 from flexiondotorg/master
...
Remove distro folder.
2013-11-13 04:06:33 -08:00
Martin Wimpress
f3aff1c106
Remove distro folder.
2013-11-13 11:59:05 +00:00
Stefano Karapetsas
d44e4bd8dd
Merge pull request #41 from infirit/master
...
Add dist-hook for ChangeLog and remove caja dir
2013-11-11 05:41:21 -08:00
infirit
9090be011c
Bring Changelog gen up to date
2013-11-09 23:34:40 +01:00
infirit
1593dd683d
Remove open-terminal caja extension
...
This was putin it's own package but never removed from mate-terminal.
2013-11-09 23:02:28 +01:00
Stefano Karapetsas
4f6754602e
Fix Sun GNOME Documentation Team references
2013-11-05 22:01:03 +01:00
Stefano Karapetsas
5c742864bd
Sync translations with transifex
2013-10-11 17:41:36 +02:00
Stefano Karapetsas
c8e195218f
Merge pull request #40 from infirit/master
...
Update PORFILES.in with missing files + make autofoo happy
2013-10-11 03:45:18 -07:00
infirit
c69bbe9ae6
Make autofoo happy
2013-10-11 12:28:44 +02:00
infirit
41127be242
Update POTFILES.in so make check runs
2013-10-11 12:27:41 +02:00
Stefano Karapetsas
93f602af68
Merge pull request #39 from kallisti5/master
...
ay_to_strv: Prevent dereferencing a NULL pointer.
2013-09-26 01:31:36 -07:00
Alexander von Gluck IV
707c3b56c0
ay_to_strv: Prevent dereferencing a NULL pointer.
...
* clang static analysis shows that ay_to_strv is
called with argc set to NULL. This can cause
ay_to_strv to dereference the pointer in a
failure situation.
2013-09-24 18:01:21 -05:00
Stefano Karapetsas
693f9ae54e
Merge pull request #27 from stephenkgh/master
...
[PATCH] Add previous/next profile keyboard shortcuts, menu items
2013-09-05 01:54:51 -07:00
Stephen Krauth
a3f5ac0e9c
Add previous/next profile keyboard shortcuts, menu items
2013-09-04 00:27:44 -04:00
Stefano Karapetsas
c5735b3afe
Fixes for make dist and make distcheck
2013-08-11 17:49:25 +02:00
Stefano Karapetsas
d225976dbf
Bump version to 1.7.0
2013-08-11 16:54:23 +02:00
Laszlo Boros
9537fb9c05
GTK3 support
2013-08-11 16:53:33 +02:00
Stefano Karapetsas
ff67cbbd09
Disable old help translations
2013-08-11 16:51:26 +02:00
Stefano Karapetsas
4a9ced37ca
Sync translations with transifex
2013-08-06 08:41:09 +02:00
Stefano Karapetsas
5d832f711d
Merge pull request #25 from dbravender/issue-17-paste-sometimes-doesnt-work
...
[PATCH] Update paste sensitivity whenever clipboard changes - fixes #17
2013-08-04 07:30:28 -07:00
Stefano Karapetsas
69be83e2af
Merge pull request #35 from infirit/yelptools
...
Use yelp-tools instead of mate-doc-utils
2013-08-03 09:31:57 -07:00
infirit
469ced618a
Use yelp-tools instead of mate-doc-utils
2013-08-02 23:48:37 +02:00
Stefano Karapetsas
3bd935a21f
Merge pull request #32 from allentc/master
...
Remove obsolete libmateui references
2013-06-24 10:57:56 -07:00