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
Archive
gnome-latex
Commits
d8141c9f
Commit
d8141c9f
authored
Dec 09, 2017
by
swilmet
Browse files
Release 3.27.1
parent
55d76596
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
d8141c9f
LaTeXila NEWS
Release 3.27.1, 201
X-XX-XX (not yet released)
Release 3.27.1, 201
7-12-09
--------------------------
* User-visible improvements:
- Draw non-breaking spaces.
- File browser in the side panel: popup menus under buttons.
* Port to GtkSourceView 4 and Tepl 4.
* Internal code refactoring, use more Tepl features:
*
Use more Tepl GActions.
*
Let Tepl handle the window title.
*
Implement TeplAbstractFactoryVala subclass.
*
Other small things.
* Internal code refactoring
s
, use more Tepl features:
-
Use more Tepl GActions.
-
Let Tepl handle the window title.
-
Implement TeplAbstractFactoryVala subclass.
-
Other small things.
* Port LaTeX menu to GAction and C in the liblatexila.
Math menu in progress.
* Port to GAction/Amtk:
- Port the whole LaTeX menu to GAction and C in the liblatexila.
- Math menu in progress.
- Create first AmtkActionInfo.
* Other small improvements.
* Translation updates.
...
...
README
View file @
d8141c9f
LaTeXila
========
This is the version 3.27.
0
of LaTeXila.
This is the version 3.27.
1
of LaTeXila.
LaTeXila is a LaTeX editor for the GNOME desktop.
...
...
@@ -17,8 +17,8 @@ Dependencies
* GLib >= 2.50
* GTK+ >= 3.22
* GtkSourceView >= 3.99.
6
* Tepl >= 3.99.
0
- https://wiki.gnome.org/Projects/Tepl
* GtkSourceView >= 3.99.
7
* Tepl >= 3.99.
1
- https://wiki.gnome.org/Projects/Tepl
* gspell >= 1.0
* gee-0.8 >= 0.10
* gettext
...
...
configure.ac
View file @
d8141c9f
...
...
@@ -5,7 +5,7 @@
AC_PREREQ([2.64])
AC_INIT([LaTeXila],
[3.27.
0
],
[3.27.
1
],
[https://bugzilla.gnome.org/enter_bug.cgi?product=latexila],
[latexila],
[https://wiki.gnome.org/Apps/LaTeXila])
...
...
@@ -31,8 +31,8 @@ LT_INIT
# Update also the --target-glib option in src/Makefile.am.
GLIB_REQUIRED_VERSION="2.50"
GTK_REQUIRED_VERSION="3.22"
GTKSOURCEVIEW_REQUIRED_VERSION="3.99.
6
"
TEPL_REQUIRED_VERSION="3.99.
0
"
GTKSOURCEVIEW_REQUIRED_VERSION="3.99.
7
"
TEPL_REQUIRED_VERSION="3.99.
1
"
GSPELL_REQUIRED_VERSION="1.0"
VALA_REQUIRED_VERSION="0.34"
GEE_REQUIRED_VERSION="0.10"
...
...
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