[gedit/zbrown/deteplification-src: 117/633] Release 3.35.90




commit f0556ee85f7973faffdf8794bb9d78960a5c9848
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Jan 31 12:40:53 2020 +0100

    Release 3.35.90

 NEWS        | 22 ++++++++++++++++++++++
 README.md   |  2 +-
 meson.build |  2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fee21bc02..1c21c0a22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+News in 3.35.90, 2020-01-31
+---------------------------
+* Remove text centering when in fullscreen mode and when a right margin was
+  set. For the explanation see: commit 8710e89d847b0bfc65d7833255090e304cf7c890
+* Make the scrollbars always visible around the main text area. For the
+  explanation see: commit 5e0909c19f267b4023131881fac89c58a2a17453
+* Remove the overview map. For the explanation see:
+  commit 26899e0ba7c1390c098b61fc7a901d700c4e745c
+* File chooser dialog: re-add the feature to be able to customize the list of
+  character encodings.
+* Open a file from the headerbar: re-implement the previous user interface: two
+  buttons, "Open" to open the dialog window, and an arrow to open the recent
+  menu. For the explanation see: commit 27f54a9aed82109a512743b5e819b18004c19de7
+* GSettings schema: enable more features by default (auto-indent,
+  display-line-numbers, highlight-current-line and bracket-matching) and set
+  default style scheme to 'tango'.
+* Bug fixes.
+* Code refactorings.
+* Lots of small improvements to the build system.
+* The libsoup dependency is required only on Windows for the checkupdate plugin.
+* Translation updates.
+
 News in 3.35.1, 2019-11-22
 --------------------------
 
diff --git a/README.md b/README.md
index 41576a179..920b94ffa 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 gedit - The GNOME text editor
 =============================
 
-This is version 3.35.2 of gedit.
+This is version 3.35.90 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
diff --git a/meson.build b/meson.build
index 883d85c24..a3d7b5b85 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gedit', 'c',
-  version: '3.35.2',
+  version: '3.35.90',
   meson_version: '>= 0.49'
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]