diff options
author | Boris Faure <billiob@gmail.com> | 2015-09-17 11:48:30 +0200 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2015-09-17 11:48:30 +0200 |
commit | e963bfb37ff8bd0175c1a2f22b07bbde061e9d63 (patch) | |
tree | bb70de467fe1b4426c615befe98526dbb9b854ea | |
parent | 6582eff5cd82a210178818affcf87722a9c0b7ae (diff) |
terminology 0.9.1 releasev0.9.1
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Marrakesh.mrk | 2 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/terminology.1 | 2 |
5 files changed, 22 insertions, 4 deletions
@@ -1,3 +1,10 @@ | |||
1 | 2015-09-17 | ||
2 | * Release v0.9.1 | ||
3 | * Fix resizing issue | ||
4 | * Fix solarized theme | ||
5 | * Handle Ctrl-[2-8] when tab key bindings are removed | ||
6 | |||
7 | |||
1 | 2015-09-06 | 8 | 2015-09-06 |
2 | 9 | ||
3 | * Release v0.9.0 | 10 | * Release v0.9.0 |
diff --git a/Marrakesh.mrk b/Marrakesh.mrk index a9f88e6..0feb521 100644 --- a/Marrakesh.mrk +++ b/Marrakesh.mrk | |||
@@ -5,7 +5,7 @@ | |||
5 | PROJ: Terminology | 5 | PROJ: Terminology |
6 | PROJICON: data/icons/terminology.png | 6 | PROJICON: data/icons/terminology.png |
7 | BRIEF: A beautiful terminal emulator for the commandline emulator | 7 | BRIEF: A beautiful terminal emulator for the commandline emulator |
8 | VERSION: 0.9.00 | 8 | VERSION: 0.9.1 |
9 | LICENSE: BSD-2 | 9 | LICENSE: BSD-2 |
10 | COPYING: COPYING AUTHORS | 10 | COPYING: COPYING AUTHORS |
11 | NEEDS: 1.11 | 11 | NEEDS: 1.11 |
@@ -1,7 +1,18 @@ | |||
1 | ================= | 1 | ================= |
2 | Terminology 0.9.0 | 2 | Terminology 0.9.1 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 0.9.0: | ||
6 | -------------------- | ||
7 | |||
8 | Improvement: | ||
9 | * Handle Ctrl-[2-8] when tab key bindings are removed | ||
10 | |||
11 | Fixes: | ||
12 | * Fix resizing issue | ||
13 | * Fix solarized theme | ||
14 | |||
15 | |||
5 | Changes since 0.8.0: | 16 | Changes since 0.8.0: |
6 | -------------------- | 17 | -------------------- |
7 | 18 | ||
diff --git a/configure.ac b/configure.ac index a59f31c..80efdea 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. | |||
3 | # get rid of that stupid cache mechanism | 3 | # get rid of that stupid cache mechanism |
4 | rm -f config.cache | 4 | rm -f config.cache |
5 | 5 | ||
6 | AC_INIT([terminology], [0.9.0], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([terminology], [0.9.1], [enlightenment-devel@lists.sourceforge.net]) |
7 | AC_PREREQ([2.60]) | 7 | AC_PREREQ([2.60]) |
8 | AC_CONFIG_SRCDIR([configure.ac]) | 8 | AC_CONFIG_SRCDIR([configure.ac]) |
9 | AC_CONFIG_MACRO_DIR([m4]) | 9 | AC_CONFIG_MACRO_DIR([m4]) |
diff --git a/man/terminology.1 b/man/terminology.1 index e474d74..75c4083 100644 --- a/man/terminology.1 +++ b/man/terminology.1 | |||
@@ -1,5 +1,5 @@ | |||
1 | .\" Manpage for Terminology | 1 | .\" Manpage for Terminology |
2 | .TH man 1 "06 September 2015" "0.9" "Terminology man page" | 2 | .TH man 1 "17 September 2015" "0.9.1" "Terminology man page" |
3 | .SH NAME | 3 | .SH NAME |
4 | Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries). | 4 | Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries). |
5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |