Skip to content

Commit

Permalink
update for 1.2 release and fix executable bits
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-k committed Mar 11, 2012
1 parent 3fe8f22 commit 0b694f0
Show file tree
Hide file tree
Showing 304 changed files with 20 additions and 269 deletions.
11 changes: 8 additions & 3 deletions AUTHORS
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
Active authors:
MATE authors:

Perberos <[email protected]>
Steve Zesch <[email protected]>
Stefano Karapetsas <[email protected]>

GNOME authors:

Paolo Maggi <[email protected]>
Paolo Borelli <[email protected]>
Steve Frécinaux <[email protected]>
Jesse van den Kieboom <[email protected]>

Old contributors:
Old GNOME contributors:

Chema Celorio
James Willcox <[email protected]>
Federico Mena Quintero <[email protected]>

7 changes: 0 additions & 7 deletions BUGS

This file was deleted.

Empty file modified COPYING
100755 → 100644
Empty file.
Empty file modified ChangeLog
100755 → 100644
Empty file.
14 changes: 3 additions & 11 deletions HACKING
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,14 @@ guidelines for pluma
pluma source code is maintained using the git version control system
and is available at the following location:

git://git.gnome.org/pluma

Or if you have an account on MATE servers:

ssh://[email protected]/git/pluma

A Web Interface is available at:

http://git.gnome.org/cgit/pluma
https://github.com/mate-desktop/mate-text-editor

Please don't commit directly to the git repository unless
you have been given the green light to commit freely to pluma.
When in doubt assume you haven't ;-).

Please attach patches in bugzilla (http://bugzilla.gnome.org).
If the patch fixes a bug that is not reported yet in bugzilla or is
Please attach patches in GitHub.
If the patch fixes a bug that is not reported yet or is
an enhancement, create a new bugreport.

If you are a translator feel free to mark strings for translation,
Expand Down
12 changes: 0 additions & 12 deletions MAINTAINERS

This file was deleted.

Empty file modified Makefile.am
100755 → 100644
Empty file.
Empty file modified NEWS
100755 → 100644
Empty file.
20 changes: 5 additions & 15 deletions README
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
============
Expand All @@ -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
==================
Expand Down Expand Up @@ -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
=======
Expand Down
4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PKG_NAME="mate-text-editor"
exit 1
}

which mate-autogen.sh || {
which mate-autogen || {
echo "You need to install mate-common from the MATE Git"
exit 1
}
Expand All @@ -22,5 +22,5 @@ REQUIRED_MACROS=python.m4
MATE_DATADIR="$mate_datadir"
USE_COMMON_DOC_BUILD=yes

. mate-autogen.sh
. mate-autogen

4 changes: 2 additions & 2 deletions configure.ac
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63.2)

m4_define(pluma_major_version, 1)
m4_define(pluma_minor_version, 1)
m4_define(pluma_minor_version, 2)
m4_define(pluma_micro_version, 0)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)

AC_INIT([pluma], [pluma_version],
[https://github.com/mate-desktop/mate-text-editor],
[https://github.com/mate-desktop/mate-text-editor/issues],
[pluma], [http://mate-desktop.org])

AC_CONFIG_HEADERS(config.h)
Expand Down
Empty file modified data/Makefile.am
100755 → 100644
Empty file.
Empty file modified data/pluma-bugreport.sh.in
100755 → 100644
Empty file.
Empty file modified data/pluma.1
100755 → 100644
Empty file.
Empty file modified data/pluma.desktop.in.in
100755 → 100644
Empty file.
Empty file modified data/pluma.pc.in
100755 → 100644
Empty file.
Empty file modified data/pluma.schemas.in.in
100755 → 100644
Empty file.
Empty file modified docs/Makefile.am
100755 → 100644
Empty file.
Empty file modified docs/class-diagram.dia
100755 → 100644
Empty file.
Empty file modified docs/reference/Makefile.am
100755 → 100644
Empty file.
Empty file modified docs/reference/pluma-docs.sgml
100755 → 100644
Empty file.
Empty file modified docs/reference/pluma-overrides.txt
100755 → 100644
Empty file.
Empty file modified docs/reference/pluma-sections.txt
100755 → 100644
Empty file.
Empty file modified docs/reference/pluma.types
100755 → 100644
Empty file.
Empty file modified help/C/legal.xml
100755 → 100644
Empty file.
Empty file modified help/C/pluma.xml
100755 → 100644
Empty file.
Empty file modified help/Makefile.am
100755 → 100644
Empty file.
Empty file modified help/ar/ar.po
100755 → 100644
Empty file.
Empty file modified help/bg/bg.po
100755 → 100644
Empty file.
Empty file modified help/ca/ca.po
100755 → 100644
Empty file.
Empty file modified help/cs/cs.po
100755 → 100644
Empty file.
Empty file modified help/da/da.po
100755 → 100644
Empty file.
Empty file modified help/de/de.po
100755 → 100644
Empty file.
Empty file modified help/el/el.po
100755 → 100644
Empty file.
Empty file modified help/es/es.po
100755 → 100644
Empty file.
Empty file modified help/fi/fi.po
100755 → 100644
Empty file.
Empty file modified help/fr/fr.po
100755 → 100644
Empty file.
Empty file modified help/hu/hu.po
100755 → 100644
Empty file.
Empty file modified help/it/it.po
100755 → 100644
Empty file.
Empty file modified help/ja/ja.po
100755 → 100644
Empty file.
Empty file modified help/ko/ko.po
100755 → 100644
Empty file.
Empty file modified help/oc/oc.po
100755 → 100644
Empty file.
Empty file modified help/pluma.omf.in
100755 → 100644
Empty file.
Empty file modified help/pt_BR/pt_BR.po
100755 → 100644
Empty file.
Empty file modified help/ru/ru.po
100755 → 100644
Empty file.
Empty file modified help/sv/sv.po
100755 → 100644
Empty file.
Empty file modified help/th/th.po
100755 → 100644
Empty file.
Empty file modified help/uk/uk.po
100755 → 100644
Empty file.
Empty file modified help/zh_CN/zh_CN.po
100755 → 100644
Empty file.
Empty file modified help/zh_HK/zh_HK.po
100755 → 100644
Empty file.
Empty file modified help/zh_TW/zh_TW.po
100755 → 100644
Empty file.
Empty file modified osx/Info.plist.in
100755 → 100644
Empty file.
Empty file modified osx/Makefile.am
100755 → 100644
Empty file.
Empty file modified pixmaps/Makefile.am
100755 → 100644
Empty file.
Empty file modified pixmaps/pluma-plugin.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified pixmaps/pluma.ico
100755 → 100644
Empty file.
Empty file modified plugin-loaders/Makefile.am
100755 → 100644
Empty file.
Empty file modified plugin-loaders/c/Makefile.am
100755 → 100644
Empty file.
Empty file modified plugin-loaders/c/pluma-plugin-loader-c.c
100755 → 100644
Empty file.
Empty file modified plugin-loaders/c/pluma-plugin-loader-c.h
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/Makefile.am
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/bindings/Makefile.am
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/bindings/pluma.defs
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/bindings/pluma.override
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/bindings/plumacommands.defs
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/bindings/plumacommands.override
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/bindings/plumamessage.override
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/bindings/plumaplugin.override
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/bindings/plumautils.defs
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/bindings/plumautils.override
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/pluma-plugin-loader-python.c
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/pluma-plugin-loader-python.h
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/pluma-plugin-python.c
100755 → 100644
Empty file.
Empty file modified plugin-loaders/python/pluma-plugin-python.h
100755 → 100644
Empty file.
Empty file modified pluma/Makefile.am
100755 → 100644
Empty file.
Empty file modified pluma/bacon-message-connection.c
100755 → 100644
Empty file.
Empty file modified pluma/bacon-message-connection.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-app.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-app.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-close-button.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-close-button.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-commands-documents.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-commands-edit.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-commands-file-print.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-commands-file.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-commands-help.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-commands-search.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-commands-view.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-commands.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-debug.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-debug.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-dirs.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-dirs.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-document-input-stream.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-document-input-stream.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-document-loader.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-document-loader.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-document-output-stream.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-document-output-stream.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-document-saver.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-document-saver.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-document.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-document.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-documents-panel.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-documents-panel.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-encodings-combo-box.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-encodings-combo-box.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-encodings.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-encodings.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-enum-types.c.template
100755 → 100644
Empty file.
Empty file modified pluma/pluma-enum-types.h.template
100755 → 100644
Empty file.
Empty file modified pluma/pluma-file-chooser-dialog.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-file-chooser-dialog.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-gio-document-loader.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-gio-document-loader.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-gio-document-saver.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-gio-document-saver.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-help.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-help.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-history-entry.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-history-entry.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-io-error-message-area.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-io-error-message-area.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-language-manager.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-language-manager.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-marshal.list
100755 → 100644
Empty file.
Empty file modified pluma/pluma-message-area.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-message-area.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-message-bus.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-message-bus.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-message-type.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-message-type.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-message.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-message.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-metadata-manager.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-metadata-manager.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-notebook.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-notebook.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-object-module.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-object-module.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-panel.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-panel.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-plugin-info-priv.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-plugin-info.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-plugin-info.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-plugin-loader.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-plugin-loader.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-plugin-manager.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-plugin-manager.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-plugin.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-plugin.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-plugins-engine.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-plugins-engine.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-prefs-manager-app.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-prefs-manager-app.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-prefs-manager-private.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-prefs-manager.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-prefs-manager.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-print-job.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-print-job.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-print-preferences.ui
100755 → 100644
Empty file.
Empty file modified pluma/pluma-print-preview.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-print-preview.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-progress-message-area.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-progress-message-area.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-session.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-session.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-smart-charset-converter.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-smart-charset-converter.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-spinner.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-spinner.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-status-combo-box.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-status-combo-box.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-statusbar.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-statusbar.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-style-scheme-manager.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-style-scheme-manager.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-tab-label.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-tab-label.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-tab.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-tab.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-ui.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-ui.xml
100755 → 100644
Empty file.
Empty file modified pluma/pluma-utils.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-utils.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-view.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-view.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-window-private.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma-window.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma-window.h
100755 → 100644
Empty file.
Empty file modified pluma/pluma.c
100755 → 100644
Empty file.
Empty file modified pluma/pluma.rc
100755 → 100644
Empty file.
Empty file modified pluma/plumatextregion.c
100755 → 100644
Empty file.
Empty file modified pluma/plumatextregion.h
100755 → 100644
Empty file.
Empty file modified po/LINGUAS
100755 → 100644
Empty file.
217 changes: 0 additions & 217 deletions po/Makefile.in.in~

This file was deleted.

Empty file modified po/POTFILES.in
100755 → 100644
Empty file.
Empty file modified po/POTFILES.skip
100755 → 100644
Empty file.
Empty file modified po/af.po
100755 → 100644
Empty file.
Empty file modified po/am.po
100755 → 100644
Empty file.
Empty file modified po/ar.po
100755 → 100644
Empty file.
Empty file modified po/as.po
100755 → 100644
Empty file.
Empty file modified po/ast.po
100755 → 100644
Empty file.
Empty file modified po/az.po
100755 → 100644
Empty file.
Empty file modified po/be.po
100755 → 100644
Empty file.
Empty file modified po/[email protected]
100755 → 100644
Empty file.
Empty file modified po/bg.po
100755 → 100644
Empty file.
Empty file modified po/bn.po
100755 → 100644
Empty file.
Empty file modified po/bn_IN.po
100755 → 100644
Empty file.
Empty file modified po/br.po
100755 → 100644
Empty file.
Empty file modified po/bs.po
100755 → 100644
Empty file.
Empty file modified po/ca.po
100755 → 100644
Empty file.
Empty file modified po/[email protected]
100755 → 100644
Empty file.
Empty file modified po/crh.po
100755 → 100644
Empty file.
Empty file modified po/cs.po
100755 → 100644
Empty file.
Empty file modified po/cy.po
100755 → 100644
Empty file.
Empty file modified po/da.po
100755 → 100644
Empty file.
Empty file modified po/de.po
100755 → 100644
Empty file.
Empty file modified po/dz.po
100755 → 100644
Empty file.
Empty file modified po/el.po
100755 → 100644
Empty file.
Empty file modified po/[email protected]
100755 → 100644
Empty file.
Empty file modified po/en_CA.po
100755 → 100644
Empty file.
Empty file modified po/en_GB.po
100755 → 100644
Empty file.
Empty file modified po/eo.po
100755 → 100644
Empty file.
Empty file modified po/es.po
100755 → 100644
Empty file.
Empty file modified po/et.po
100755 → 100644
Empty file.
Empty file modified po/eu.po
100755 → 100644
Empty file.
Empty file modified po/fa.po
100755 → 100644
Empty file.
Empty file modified po/fi.po
100755 → 100644
Empty file.
Empty file modified po/fr.po
100755 → 100644
Empty file.
Empty file modified po/ga.po
100755 → 100644
Empty file.
Empty file modified po/gl.po
100755 → 100644
Empty file.
Empty file modified po/gu.po
100755 → 100644
Empty file.
Empty file modified po/he.po
100755 → 100644
Empty file.
Empty file modified po/hi.po
100755 → 100644
Empty file.
Empty file modified po/hr.po
100755 → 100644
Empty file.
Empty file modified po/hu.po
100755 → 100644
Empty file.
Empty file modified po/hy.po
100755 → 100644
Empty file.
Empty file modified po/id.po
100755 → 100644
Empty file.
Empty file modified po/is.po
100755 → 100644
Empty file.
Empty file modified po/it.po
100755 → 100644
Empty file.
Empty file modified po/ja.po
100755 → 100644
Empty file.
Empty file modified po/ka.po
100755 → 100644
Empty file.
Empty file modified po/kk.po
100755 → 100644
Empty file.
Empty file modified po/kn.po
100755 → 100644
Empty file.
Empty file modified po/ko.po
100755 → 100644
Empty file.
Empty file modified po/ku.po
100755 → 100644
Empty file.
Empty file modified po/la.po
100755 → 100644
Empty file.
Empty file modified po/lt.po
100755 → 100644
Empty file.
Empty file modified po/lv.po
100755 → 100644
Empty file.
Empty file modified po/mai.po
100755 → 100644
Empty file.
Empty file modified po/mg.po
100755 → 100644
Empty file.
Empty file modified po/mi.po
100755 → 100644
Empty file.
Empty file modified po/mk.po
100755 → 100644
Empty file.
Empty file modified po/ml.po
100755 → 100644
Empty file.
Empty file modified po/mn.po
100755 → 100644
Empty file.
Empty file modified po/mr.po
100755 → 100644
Empty file.
Empty file modified po/ms.po
100755 → 100644
Empty file.
Empty file modified po/nb.po
100755 → 100644
Empty file.
Empty file modified po/nds.po
100755 → 100644
Empty file.
Empty file modified po/ne.po
100755 → 100644
Empty file.
Empty file modified po/nl.po
100755 → 100644
Empty file.
Empty file modified po/nn.po
100755 → 100644
Empty file.
Empty file modified po/oc.po
100755 → 100644
Empty file.
Empty file modified po/or.po
100755 → 100644
Empty file.
Empty file modified po/pa.po
100755 → 100644
Empty file.
Empty file modified po/pl.po
100755 → 100644
Empty file.
Empty file modified po/ps.po
100755 → 100644
Empty file.
Empty file modified po/pt.po
100755 → 100644
Empty file.
Empty file modified po/pt_BR.po
100755 → 100644
Empty file.
Empty file modified po/ro.po
100755 → 100644
Empty file.
Empty file modified po/ru.po
100755 → 100644
Empty file.
Empty file modified po/rw.po
100755 → 100644
Empty file.
Empty file modified po/si.po
100755 → 100644
Empty file.
Empty file modified po/sk.po
100755 → 100644
Empty file.
Empty file modified po/sl.po
100755 → 100644
Empty file.
Empty file modified po/sq.po
100755 → 100644
Empty file.
Empty file modified po/sr.po
100755 → 100644
Empty file.
Empty file modified po/[email protected]
100755 → 100644
Empty file.
Empty file modified po/sv.po
100755 → 100644
Empty file.
Empty file modified po/ta.po
100755 → 100644
Empty file.
Empty file modified po/te.po
100755 → 100644
Empty file.
Empty file modified po/th.po
100755 → 100644
Empty file.
Empty file modified po/tk.po
100755 → 100644
Empty file.
Empty file modified po/tr.po
100755 → 100644
Empty file.
Empty file modified po/uk.po
100755 → 100644
Empty file.
Empty file modified po/vi.po
100755 → 100644
Empty file.
Empty file modified po/wa.po
100755 → 100644
Empty file.
Empty file modified po/xh.po
100755 → 100644
Empty file.
Empty file modified po/zh_CN.po
100755 → 100644
Empty file.
Empty file modified po/zh_HK.po
100755 → 100644
Empty file.
Empty file modified po/zh_TW.po
100755 → 100644
Empty file.
Empty file modified tests/Makefile.am
100755 → 100644
Empty file.
Empty file modified tests/document-input-stream.c
100755 → 100644
Empty file.
Empty file modified tests/document-loader.c
100755 → 100644
Empty file.
Empty file modified tests/document-output-stream.c
100755 → 100644
Empty file.
Empty file modified tests/document-saver.c
100755 → 100644
Empty file.
Empty file modified tests/setup-document-saver.sh
100755 → 100644
Empty file.
Empty file modified tests/smart-converter.c
100755 → 100644
Empty file.
Empty file modified win32/Makefile.am
100755 → 100644
Empty file.
Loading

0 comments on commit 0b694f0

Please sign in to comment.