[gnome-builder] GNOME Builder - 3.16.0
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] GNOME Builder - 3.16.0
- Date: Tue, 24 Mar 2015 08:40:36 +0000 (UTC)
commit eaa8d82fb91ceefed09770aa03e248edf3ac3068
Author: Christian Hergert <christian hergert me>
Date: Tue Mar 24 01:28:17 2015 -0700
GNOME Builder - 3.16.0
One heck of a ride folks, and we're just getting started. I hope you
enjoy using this as much as I enjoy making it. We have a long way to
go, but I'm pretty happy with what a few months of heads down work has
brought us all.
Peace, Love, GNOME.
NEWS | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
README | 7 +++--
configure.ac | 4 +-
3 files changed, 74 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index dbea929..e716dc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,72 @@
==============
+Version 3.16.0
+==============
+
+It is my distinct pleasure to announce the first preview release of
+GNOME Builder!
+
+GNOME Builder is a new development environment being developed in
+conjunction with the GNOME desktop. While Builder is an alpha product,
+it is under heavy development. We look forward to early testers and
+encourage everyone to try things out and file bugs and feature requests.
+
+I'd like to thank the Gedit and GtkSourceView team for all of their hard
+work integrating features from Builder upstream as well as adding
+features we needed. Additionally the GLib and Gtk+ teams were incredibly
+helpful to keep us moving.
+
+Builder is built in conjunction with LibIDE. This new shared library
+provides the necessary abstractions to build a modern IDE. It includes
+auto-completion, auto-indenters, buffer management, a source editor,
+abstractions for build systems, version control, file settings,
+translation units, diagnostics, symbols, search engines, snippets, local
+and external devices, documentation, animations, and more.
+
+Some highlights of this release are:
+
+ · A beautiful new GtkSourceView theme influenced by design grid paper.
+ · Integrated source editor based on GtkSourceView.
+ · Live diagnostics as you type for C, C++ via Clang.
+ · Live diagnostics as you type for Python, Ruby, CSS, JavaScript, JSON,
+ Vala, Go, and others via gnome-code-assistance.
+ · Highlighting of added/changed lines within the source editor.
+ · Robust Vim and Emacs emulation.
+ · Multiple views into single file. Both horizontal and vertical splits
+ are supported.
+ · Navigation history to jump back and forward within modified files.
+ · Robust snippet engine including support for GLib 2.44 style GObjects.
+ · Quick search to locate files within your project as well as
+ documentation in devhelp.
+ · Smart backspace to simplify using spaces instead of tabs.
+ · A command bar to execute internal GActions and Vim style commands
+ with autocompletion.
+ · An implementation of Vim's scrolloffset.
+ · Restoration of insertion cursor when reloading a file.
+ · Autocompletion based on current words in loaded buffers.
+ · Experimental support for autocompletion based on clang.
+ · Support for vim, emacs, and kate style modelines.
+ · Editorconfig support.
+ · Experimental read-only support for autoconf/automake based build
+ systems.
+ · Robust auto-indenters for GNU C89, Python, and XML.
+ · Experimental project tree (available via F9).
+ · Experimental support for building automake based projects.
+ · Keybinding replay for command repeat in Vim emulation.
+ · Autosaving of modified buffers, never lose a change.
+ · Scripting via Python (CPython) or JavaScript (Gjs) and GObject
+ Introspection.
+ · Dynamic power management when running on laptop battery.
+ · HTML and Markdown live preview.
+ · Autocompletion of g_date_time_format() format parameters.
+ · Type ahead search with rubberbanding.
+
+We wont be slowing down any time soon. Thanks to everyone for your
+support, I cannot wait for what is ahead.
+
+-- Christian Hergert
+
+
+==============
Version 3.15.4
==============
diff --git a/README b/README
index 45521fc..d7dac90 100644
--- a/README
+++ b/README
@@ -55,7 +55,8 @@ We hope to have VM images that can be used for testing in the near future.
----
-Builder is licensed under the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or (at
-your option) any later version.
+Builder is licensed under the GNU General Public License as published by the
+Free Software Foundation, either version 3 of the License, or (at your option)
+any later version. Some files are individually licensed under alternative
+licenses such as LGPL-2.1+ and LGPL-3.0.
diff --git a/configure.ac b/configure.ac
index 8a45915..b4681c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ AC_PREREQ(2.60)
m4_define([project_name],[gnome-builder])
m4_define([project_major_version],[3])
-m4_define([project_minor_version],[15])
-m4_define([project_micro_version],[4])
+m4_define([project_minor_version],[16])
+m4_define([project_micro_version],[0])
m4_define([project_interface_age],[0])
m4_define([project_bugreport_url],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-builder])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]