summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-24filemanager: Add missing data assignmentAlexander von Gluck IV1-0/+1
* Amanas mentioned in IRC that it was likely missed after the gsettings migration.
2013-09-24filemanager: Add assertion checks to prevent dereferencing ptrsAlexander von Gluck IV2-0/+4
* clang static analysis shows gaps where these calls could rereferencce pointers. Perform an assertion check.
2013-09-22Gracefully handle a rare search/replace special casebl0ckeduser1-4/+42
2013-09-22Make escape sequence parsing in search a GUI checkbox optionbl0ckeduser6-10/+111
2013-09-19print to file fixraveit1-2/+16
2013-09-19fix_hardcoded_python_sitelibs_in_configure.acWolfgang Ulbrich1-2/+2
to avoid those warnings. DEBUG: checking for python version... 2.7 DEBUG: checking for python platform... linux2 DEBUG: checking for python script directory... ${prefix}/lib/python2.7/site-packages DEBUG: checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages DEBUG: checking for headers required to compile python extensions... found DEBUG: sed: can't read /usr/lib/python2.7/config/Makefile: No such file or directory DEBUG: sed: can't read /usr/lib/python2.7/config/Makefile: No such file or directory
2013-08-04Merge pull request #27 from infirit/yelptoolsStefano Karapetsas30-224/+224
Use yelp-tools instead of mate-doc-utils
2013-08-03Merge pull request #26 from infirit/masterStefano Karapetsas16-16/+16
Make automake happy: INCLUDES -> AM_CPPFLAGS
2013-08-03Make automake happy: INCLUDES -> AM_CPPFLAGSinfirit16-16/+16
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit30-224/+224
2013-05-31Fix search/replace of strings containing backslashesbl0ckeduser1-7/+7
2013-04-17Fix incorrect-fsf-address rpmlint checkStefano Karapetsas3-25/+24
Closes #22 (https://github.com/mate-desktop/mate-text-editor/issues/22)
2013-04-02Bump version to 1.6.0mate-text-editor-1.6.0Stefano Karapetsas1-1/+1
2013-04-02Sync translations with transifexStefano Karapetsas90-197980/+181489
2013-04-02Add transifex configuration fileStefano Karapetsas1-0/+7
2013-04-02Add empty ChangeLog to allow build from gitStefano Karapetsas1-0/+2
2013-03-24"Removed ChangeLog"Steve Zesch1-1785/+0
2013-03-22Merge pull request #19 from cygwinports/masterStefano Karapetsas2-0/+51
Add mateconf-gsettings-data-convert file
2013-03-17Merge pull request #20 from NiceandGently/masterStefano Karapetsas1-1/+1
remove category MATE from desktop file
2013-03-17remove category MATEWolfgang Ulbrich1-1/+1
2013-03-15Add mateconf-gsettings-data-convert fileYaakov Selkowitz2-0/+51
2013-01-25Remove obsolete distro/archlinux foldermate-text-editor-1.5.0Stefano Karapetsas2-59/+0
2013-01-25Bump version to 1.5.0Stefano Karapetsas1-1/+1
2013-01-25Add NEWS file for MATEStefano Karapetsas1-0/+8
2013-01-24Update POTFILES.inStefano Karapetsas1-3/+4
2013-01-24time: Migrate to GSettingsStefano Karapetsas3-81/+62
2013-01-24filebrowser: Migrate to GSettingsStefano Karapetsas4-323/+130
2013-01-24checkupdate: Migrate to GSettingsStefano Karapetsas4-58/+36
2013-01-24Update configure.ac for GSettings migrationStefano Karapetsas1-14/+10
2013-01-24Migrate pluma to GSettingsStefano Karapetsas11-1046/+480
2013-01-24Add GSettings schemaStefano Karapetsas4-566/+224
2013-01-24Rename NEWS => NEWS.GNOMEStefano Karapetsas1-63/+63
2012-11-18fixed incorrect fsf addresses.Steve Zesch175-316/+316
2012-09-20Merge pull request #8 from NiceandGently/masterPerberos1-1/+1
fix headers dir
2012-09-20fix headers dirWolfgang Ulbrich1-1/+1
change headers dir from /usr/include/pluma/pluma to /usr/include/pluma
2012-08-31fix wrong urlStefano Karapetsas13-13/+13
http://forums.mate-desktop.org/viewtopic.php?f=2&t=718
2012-07-12Preparing for 1.4 release.mate-text-editor-1.4.0Steve Zesch7-72/+1784
2012-07-12sync translations with transifexStefano Karapetsas2-578/+1685
2012-06-15Merge pull request #5 from MDykstra/masterStefano Karapetsas1-0/+2
now linking under up-to-date Arch Linux system
2012-05-19rename pluma to PlumaStefano Karapetsas2-3/+3
2012-05-16only depend on gmodule-2.0 if it existsMarcel Dijkstra1-1/+2
2012-04-27linker now requires gmodule-2.0 in mate-text-editorMarcel Dijkstra1-0/+1
2012-04-06Merge pull request #3 from benpicco/masterStefano Karapetsas1-12/+12
sync with upstream
2012-03-18adding enchant on depends arrayPerberos1-1/+1
2012-03-17Get the current tab label instead of creating a new one.Ignacio Casal Quinteiro1-12/+12
2012-03-11fix other executable bitsStefano Karapetsas61-0/+0
2012-03-11update for 1.2 release and fix executable bitsStefano Karapetsas304-269/+20
2012-03-09/usr/bin/ld: note: 'IceConnectionNumber' is defined in DSO ↵Perberos1-1/+1
/usr/lib/libICE.so.6 so try adding it to the linker command line
2012-02-20fixed recursive rule, thanks to samtygier Stefano Karapetsas1-3/+0
https://github.com/mate-desktop/mate-text-editor/issues/2
2012-01-30g_get_user_config_dir() would be better ↵Perberos1-1/+5
(https://github.com/mate-desktop/mate-panel/issues/8)