update for 1.2 release and fix executable bits

This commit is contained in:
Stefano Karapetsas
2012-03-11 20:28:11 +01:00
parent 3fe8f220a9
commit 0b694f0d10
304 changed files with 20 additions and 269 deletions

20
README Executable file → Normal file
View File

@@ -1,9 +1,8 @@
General Information
===================
This is version 2011.12.01 of pluma. pluma is a small and lightweight UTF-8 text
editor for the MATE environment. Based on gedit, the text editor for the GNOME2
environment.
pluma is a small and lightweight UTF-8 text editor for the MATE
environment. Based on gedit, the text editor for the GNOME2 environment.
pluma is part of MATE and uses the latest GTK+ and MATE libraries.
Complete MATE integration is featured, with support for Drag and Drop (DnD)
@@ -52,16 +51,11 @@ the file 'COPYING' for more information.
The official web site is:
http://matsusoft.com.ar/projects/mate/
http://www.mate-desktop.org/
You can download the latest pluma tarball from:
https://sourceforge.net/projects/matede/files/
Information about pluma mailing lists can be found at
http://matsusoft.com.ar/projects/mate/
https://pub.mate-desktop.org/releases/
Installation
============
@@ -74,13 +68,11 @@ Simple install procedure:
% gzip -cd mate-file-manager.tar.gz | tar xvf - # unpack the sources
% cd mate-file-manager # change to the toplevel directory
% ./configure # run the `configure' script
% ./autogen.sh # run the `configure' script
% make # build pluma
[ Become root if necessary ]
% make install # install pluma
See the file 'INSTALL' for more detailed information.
How to report bugs
==================
@@ -112,8 +104,6 @@ In the bug report please include:
it will be more useful if the stack trace is produced running the test
program with the --sync command line option.
See the file 'BUGS' for the list of known bugs.
Patches
=======