diff options
author | Boris Faure <billiob@gmail.com> | 2017-01-07 17:52:28 +0100 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2017-01-07 17:52:52 +0100 |
commit | 1b47ed2aeb68103843690588e36c2680fdf3e084 (patch) | |
tree | 7a33c33712c9ba4d3a6896421ac30c102cd91b23 | |
parent | fb3ff886c2e4b2879b8f109c94bfc3a76737f5e1 (diff) |
terminology release 1.0.0v1.0.0
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Marrakesh.mrk | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/terminology.1 | 2 |
5 files changed, 7 insertions, 5 deletions
@@ -1,4 +1,5 @@ | |||
1 | 2016-12-31 | 1 | 2017-01-07 |
2 | |||
2 | * Release v1.0.0 | 3 | * Release v1.0.0 |
3 | * Bold/Italic support (on by default) | 4 | * Bold/Italic support (on by default) |
4 | * Add keybinding shift+home to go to the top of the backlog | 5 | * Add keybinding shift+home to go to the top of the backlog |
@@ -15,6 +16,7 @@ | |||
15 | 16 | ||
16 | 17 | ||
17 | 2015-09-17 | 18 | 2015-09-17 |
19 | |||
18 | * Release v0.9.1 | 20 | * Release v0.9.1 |
19 | * Fix resizing issue | 21 | * Fix resizing issue |
20 | * Fix solarized theme | 22 | * Fix solarized theme |
diff --git a/Marrakesh.mrk b/Marrakesh.mrk index 2529977..19a4718 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.1 | 8 | VERSION: 1.0.0 |
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,4 +1,4 @@ | |||
1 | Terminology 0.9.1 | 1 | Terminology 1.0.0 |
2 | 2 | ||
3 | ****************************************************************************** | 3 | ****************************************************************************** |
4 | 4 | ||
diff --git a/configure.ac b/configure.ac index e9ecd97..c2c0a26 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.99], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([terminology], [1.0.0], [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 827cf03..8550683 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 "31 Dec 2016" "1.0.0" "Terminology man page" | 2 | .TH man 1 "07 Jan 2017" "1.0.0" "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 |