[gnome-latex: 102/205] Release 0.0.2



commit d4230963dc748224317bd5480462a10986a3840c
Author: Sébastien Wilmet <sebastien wilmet gmail com>
Date:   Sat Oct 17 18:19:11 2009 +0200

    Release 0.0.2

 CMakeLists.txt |  2 +-
 ChangeLog      | 17 +++++++++++++++++
 INSTALL        |  6 +++---
 README         |  8 ++++----
 4 files changed, 25 insertions(+), 8 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 37e156c..5dc97fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ PROJECT(latexila)
 # version
 SET(latexila_MAJOR 0)
 SET(latexila_MINOR 0)
-SET(latexila_PATCH "1.99")
+SET(latexila_PATCH 2)
 SET(latexila_VERSION ${latexila_MAJOR}.${latexila_MINOR}.${latexila_PATCH})
 
 MESSAGE(STATUS "*** Building LaTeXila ${latexila_VERSION} ***")
diff --git a/ChangeLog b/ChangeLog
index bfbb162..05b4c9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 ChangeLog LaTeXila
 
+* Release 0.0.2 (Oct 17, 2009)
+       Added:
+       - Symbol tables: Greek letters, arrows, relations, operators,
+       delimiters, misc math, misc text (661 symbols)
+       - Edit toolbar and the LaTeX menu: sectioning, references,
+       environments, list environments, characters sizes and font styles
+       - Possibility to reorder the document tabs
+       - Command line options: --new-document, --version and --help
+       - A lot of little improvements
+       - Bug corrections
+
+       Updated:
+       - Nicer display of output commands when compiling or converting a
+       document (the output is showed progressivly line per line)
+       - Log zone: keep only the five last actions
+       - French translation
+
 * Release 0.0.1 (Sept 2, 2009)
        Added:
        - Syntaxic color
diff --git a/INSTALL b/INSTALL
index 7a2ffcb..cc44138 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,8 +4,8 @@ For the compilation, CMake 2.6.2 minimum is also required.
 Simple install procedure
 ========================
 
-$ tar xvf latexila-0.0.1.tar.gz                # unpack the sources
-$ cd latexila-0.0.1/build/             # go to the build directory
+$ tar xvf latexila-0.0.2.tar.gz                # unpack the sources
+$ cd latexila-0.0.2/build/             # go to the build directory
 $ cmake ../                            # run the Makefile generator
 $ make                                 # build LaTeXila
 $ make translations                    # build the *.mo files
@@ -18,7 +18,7 @@ Simple uninstall procedure
 All the files installed are listed in the "install_manifest.txt" file.
 So you can uninstall LaTeXila by doing this:
 
-$ cd latexila-0.0.1/
+$ cd latexila-0.0.2/build/
 [ Become root if necessary ]
 $ xargs rm < install_manifest.txt
 
diff --git a/README b/README
index b55c2ca..ce8429e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 0.0.1 of LaTeXila. LaTeXila is a LaTeX development environment
+This is version 0.0.2 of LaTeXila. LaTeXila is a LaTeX development environment
 designed for the GNOME Desktop.
 
 LaTeXila is released under the GNU General Public License (GPL) version 3 or
@@ -19,8 +19,8 @@ For the compilation, CMake 2.6.2 minimum is also required.
 
 Simple install procedure:
 
-       $ tar xvf latexila-0.0.1.tar.gz         # unpack the sources
-       $ cd latexila-0.0.1/build/              # go to the build directory
+       $ tar xvf latexila-0.0.2.tar.gz         # unpack the sources
+       $ cd latexila-0.0.2/build/              # go to the build directory
        $ cmake ../                             # run the Makefile generator
        $ make                                  # build LaTeXila
        $ make translations                     # build the *.mo files
@@ -32,7 +32,7 @@ Simple uninstall procedure:
        All the files installed are listed in the "install_manifest.txt" file.
        So you can uninstall LaTeXila by doing this:
 
-       $ cd latexila-0.0.1/build/
+       $ cd latexila-0.0.2/build/
        [ Become root if necessary ]
        $ xargs rm < install_manifest.txt
 


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