[gedit-latex] Release gedit-latex 3.1.1



commit b04abec276dcf167d06a5ed8abeb739a9b391de0
Author: Josà Aliste <jaliste src gnome org>
Date:   Sun Sep 11 15:37:10 2011 -0300

    Release gedit-latex 3.1.1

 NEWS                       |   58 ++++++++++++++++++++++++++++++++++++++++++++
 README                     |   14 ++++++++--
 configure.ac               |    2 +-
 data/icons/Makefile.am     |    8 ++++++
 data/templates/Makefile.am |    1 +
 data/ui/Makefile.am        |    2 +
 latex/util/Makefile.am     |    2 +
 7 files changed, 83 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index e69de29..c035885 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,58 @@
+gedit-latex 3.1.1
+=================
+
+New and updated translations
+================
+
+
+th (Akom Chotiphantawanon)
+fr (Bruno Brouard)
+es (Daniel Mustieles)
+gl (Fran Dieguez)
+da (Kenneth Nielsen, Joe Hansen)
+nb (Kjartan Maraas)
+cs (Marek ÄernockÃ)
+de (Mario BlÃttermann,Wolfgang StÃggl)
+sl (Matej UrbanÄiÄ)
+zh (Yinghua Wang)
+ru (Yuri Myasoedov)
+
+
+New Features
+============
+- Port to gobject-introspection and Gtk+3 (Josà Aliste, Ignacio Casal, John Stowers).
+- Port to  Gsettings (John Stowers, Ignacio Casal).
+- Use Autotools (Ignacio Casal).
+- Port to GtkBuilder (Josà Aliste).
+- Make plugin translatable (Ignacio Casal)
+- Misc code cleaning (Josà Aliste, Ignacio Casal, John Stowers)
+- Logging cleanup (John Stowers)
+- Handle newcommands (John Stowers)
+- Add per-document preferences (John Stowers)
+
+Dropped features
+================
+- Custom spellchecker (replaced by spellcheck-plugin)
+- LaTeX forward search (replaced by gedit-synctex)
+- Livepreview (to be added back)
+- Snippets (replaced by snippets plugin)
+- Color prefs UI
+
+Bugfixes
+========
+
+- Finish the save operation before start compilation (Lucas David-Roesler)
+- Make the LaTeX postprocessor depend on the compiler exit status (Lucas David-Roesler)
+- Add alert to the statusbar while the document is compiling (Lucas David-Roesler)
+- symbols: make the activation by double click, this make it more similar to gucharmap (Ignacio Casal)
+- symbols: unselect icon when the focus is lost (Ignacio Casal)
+- Fix generating the POT file (Daniel Mustieles)
+- Remove translatable attribute from gtk stock strings (Claude Paroz)
+- Fix master document: use relative path (John Stowers)
+
+
+gedit-latex-0.2rc3
+==================
+
+This is the base release for the move to GNOME git repositories. 
+
diff --git a/README b/README
index c951725..ef24ac5 100644
--- a/README
+++ b/README
@@ -1,11 +1,19 @@
 General Information
 ===================
 
-This is version 2.90.0 of gedit-latex. gedit-latex is a plugin that provides
+This is version 3.1.1 of gedit-latex. gedit-latex is a plugin that provides
 features to ease the edition of latex documents.
 
 Installation
 ============
 
-For the moment, you have to ./configure with --prefix=same prefix as you
-configured gedit with.
+Due to a limitation on reading Settings, the plugin currently must
+be installed in the same prefix as Gedit. For instance if you are using
+Gedit 3 from your distribution, you need to do
+
+./configure --prefix=/usr
+make
+sudo make install
+
+If you are using a 64bit distribution, you also need to pass --libdir=/usr/lib64
+to ./configure script.
diff --git a/configure.ac b/configure.ac
index 9ceb9cf..dbdeb56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.63])
 
 m4_define(gedit_latex_major_version,  3)
 m4_define(gedit_latex_minor_version,  1)
-m4_define(gedit_latex_micro_version,  0)
+m4_define(gedit_latex_micro_version,  1)
 m4_define(gedit_latex_version, gedit_latex_major_version.gedit_latex_minor_version.gedit_latex_micro_version)
 
 AC_INIT([gedit-latex],
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index d1a7569..87fe319 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -242,4 +242,12 @@ plugin_DATA = \
 	vbars.png \
 	warning.png
 
+EXTRA_DIST= 	$(accents_DATA) \
+		$(arrows_DATA) \
+		$(plugin_DATA) \
+		$(special_DATA) \
+		$(greek_DATA) \
+		$(limiters_DATA) \
+		$(operators_DATA) 
+
 -include $(top_srcdir)/git.mk
diff --git a/data/templates/Makefile.am b/data/templates/Makefile.am
index bc3ce74..bf9c4e7 100644
--- a/data/templates/Makefile.am
+++ b/data/templates/Makefile.am
@@ -5,4 +5,5 @@ plugin_DATA = \
 	KOMA_Letter_2.template \
 	Slides.template
 
+EXTRA_DIST = $(plugin_DATA)
 -include $(top_srcdir)/git.mk
diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am
index 18c0ab7..7b11858 100644
--- a/data/ui/Makefile.am
+++ b/data/ui/Makefile.am
@@ -16,4 +16,6 @@ plugin_DATA = \
 	save_as_template_dialog.ui \
 	use_bibliography_dialog.ui
 
+EXTRA_DIST = $(plugin_DATA)
+
 -include $(top_srcdir)/git.mk
diff --git a/latex/util/Makefile.am b/latex/util/Makefile.am
index 8841d96..8037dab 100644
--- a/latex/util/Makefile.am
+++ b/latex/util/Makefile.am
@@ -3,4 +3,6 @@ plugindir = $(libdir)/gedit/plugins/latex/util
 plugin_DATA = \
 	eps2png.pl
 
+EXTRA_DIST= $(plugin_DATA)
+
 -include $(top_srcdir)/git.mk



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