Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sujiniku
gedit
Commits
ea0976fe
Commit
ea0976fe
authored
Apr 24, 2020
by
swilmet
Browse files
Release 3.37.1
parent
53cfa171
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
ea0976fe
News in 3.37.1, 2020-
xx-yy (not yet released)
News in 3.37.1, 2020-
04-24
--------------------------
* Remove the support for X11 workspaces.
See: commit d0728e7d0c3e7fdc58f03f0af4e0ce64eb7aef6e
...
...
@@ -19,9 +19,11 @@ Changes for plugins:
* See the list of API breaks and new deprecations in the API reference.
Tepl-ification:
* Move some util
s
functions to the Tepl library.
* Move some util
ity
functions to the Tepl library.
* Refactor and move some I/O error infobars to Tepl.
* GeditView now inherits from TeplView.
* Port to the new Tepl metadata API.
* Use TeplStyleSchemeChooserWidget.
News in 3.36.1, 2020-03-20
--------------------------
...
...
README.md
View file @
ea0976fe
gedit - The GNOME text editor
=============================
This is version 3.37.
0
of gedit.
This is version 3.37.
1
of gedit.
gedit is the official text editor of the GNOME desktop environment.
While aiming at simplicity and ease of use, gedit is a powerful general
...
...
data/org.gnome.gedit.appdata.xml.in
View file @
ea0976fe
...
...
@@ -44,6 +44,7 @@
<translation
type=
"gettext"
>
gedit
</translation>
<content_rating
type=
"oars-1.1"
/>
<releases>
<release
version=
"3.37.1"
date=
"2020-04-24"
/>
<release
version=
"3.36.1"
date=
"2020-03-20"
/>
<release
version=
"3.36.0"
date=
"2020-03-06"
/>
</releases>
...
...
meson.build
View file @
ea0976fe
project
(
'gedit'
,
'c'
,
version
:
'3.37.
0
'
,
version
:
'3.37.
1
'
,
meson_version
:
'>= 0.53'
)
...
...
@@ -50,7 +50,7 @@ libgd_dep = libgd_subproject.get_variable('libgd_dep')
gio_dep
=
dependency
(
'gio-2.0'
,
version
:
'>= 2.64'
)
gtk_dep
=
dependency
(
'gtk+-3.0'
,
version
:
'>= 3.22'
)
gtksourceview_dep
=
dependency
(
'gtksourceview-4'
,
version
:
'>= 4.0.2'
)
tepl_dep
=
dependency
(
'tepl-5'
,
version
:
'>= 4.99'
)
tepl_dep
=
dependency
(
'tepl-5'
,
version
:
'>= 4.99
.1
'
)
libpeas_gtk_dep
=
dependency
(
'libpeas-gtk-1.0'
,
version
:
'>= 1.14.1'
)
gspell_dep
=
dependency
(
'gspell-1'
,
version
:
'>= 1.0'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment