-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
119 changed files
with
26,486 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
MATE Eiciel - A graphical editor for POSIX ACL under MATE Desktop | ||
|
||
Author: Joel Barrios <[email protected]> | ||
|
||
Original Author: Roger Ferrer Ibáñez <[email protected]> | ||
|
||
Released under GPLv2 license |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
2018-09-21 Joel Barrios <[email protected]> | ||
* Code requires a c++11 capable compiler. | ||
* configure.ac: Bump version to 1.18.0. | ||
* doc/C/Makefile.am: move to /usr/share/help. | ||
* po/es.po: small fixes to spanish translation. | ||
* src/eiciel_caja_page.cpp: Port to MATE Desktop. | ||
* src/eiciel_caja_page.hpp: Port to MATE Desktop. | ||
* src/Makefile.am: Added -std=c++11 to. | ||
|
||
2011-11-26 gettextize <[email protected]> | ||
|
||
* m4/gettext.m4: Upgrade to gettext-0.18.1. | ||
* m4/iconv.m4: Upgrade to gettext-0.18.1. | ||
* m4/lib-ld.m4: Upgrade to gettext-0.18.1. | ||
* m4/lib-link.m4: Upgrade to gettext-0.18.1. | ||
* m4/lib-prefix.m4: Upgrade to gettext-0.18.1. | ||
* m4/nls.m4: Upgrade to gettext-0.18.1. | ||
* m4/po.m4: Upgrade to gettext-0.18.1. | ||
* m4/progtest.m4: Upgrade to gettext-0.18.1. | ||
* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in. | ||
(AM_GNU_GETTEXT_VERSION): Bump to 0.18.1. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
SUBDIRS = src img po man doc | ||
|
||
EXTRA_DIST = config.rpath m4 | ||
|
||
dist-hook : | ||
rm -rf `find $(distdir) -name .svn` | ||
|
||
ACLOCAL_AMFLAGS = -I m4 |
Oops, something went wrong.