summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-02-24release 1.22.0v1.22.0raveit652-3/+26
2019-02-24tx: sync with transifexraveit654-10/+36
2019-02-18Add update-authors.pl script which helps to update pluma.aboutrbuj1-0/+67
2019-02-18tx: sync with fixed translations from transifexraveit65208-75993/+79504
2019-02-18Read authors (updated) from pluma.about filerbuj4-14/+33
2019-02-17show enchant version when configureWu Xiaotian2-9/+13
2019-02-17Replace the deprecated enchant_dict_add_to_pwl with enchant_dict_add.Wu Xiaotian1-1/+2
2019-02-17Fix build fail on ArchlinuxWu Xiaotian1-4/+8
The enchant on Archlinux is 2.2.3-2, that include enchant-2.pc. This commit first check enchant-2, then check enchant.
2019-02-17Make translatable the documenters in the about dialogrbuj2-8/+24
2019-02-17Ensure proper translation of the about dialog titlerbuj2-3/+8
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
2019-02-16initial travis supportWu Xiaotian1-0/+116
2019-02-16tx: update resource for transifexraveit651-3/+37
2019-02-16Add License button in About Pluma dialogrbuj1-0/+22
2019-02-15Make translatable the copyright in about dialogrbuj1-10/+6
2019-02-14Update Documentersrbuj1-2/+3
Update "Documented by" in About Pluma dialog
2019-02-04tx: update resource file for transifexrbuj2-697/+747
2019-02-04remove type & url attr of ulink in translationrbuj1-1/+5
Closes #395 Example of generated file: help/pluma.pot before: msgid "To report a bug or make a suggestion regarding the <application>pluma</application> application or this manual, follow the directions in the <ulink url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." msgstr "" help/pluma.pot after: msgid "MATE Feedback Page" msgstr "" msgid "To report a bug or make a suggestion regarding the <application>pluma</application> application or this manual, follow the directions in the <_:ulink-1/>." msgstr ""
2019-02-04tx: update resource file for transifexraveit652-662/+617
2019-02-01remove deprecated help section: Opening a File from a URIrbuj1-23/+0
Open Location menu item is inaccessible, and mate-vs is deprecated. To open a remote file you should connect to server first by using Open File dialog. Next, select Other Locations from left pane, and Connect to server.
2019-01-22eggsmclient: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-01-21addresses #391 - gets snippet window size before destroying itAndrew Fowlie1-4/+5
2019-01-18simple bug fix of misplaced underscoreAndrew Fowlie1-1/+1
2018-12-26disable deprecation warnings for distcheckraveit651-1/+2
2018-12-19move appdata to metainfo directorymonsta1-1/+1
fixes https://github.com/mate-desktop/pluma/issues/280
2018-12-06pluma-utils: Fix memory leakPablo Barciela1-1/+6
'g_strconcat' needs to be freed
2018-12-06pluma-window: Fix memory leaksPablo Barciela1-2/+10
'g_strconcat' needs to be freed
2018-12-05tx: fix typoraveit651-1/+1
2018-11-21release 1.21.2v1.21.2raveit652-1/+43
2018-11-21sync with transifexraveit65217-80731/+421144
2018-10-08tx: update translation sourcesraveit652-115/+139
2018-10-08Use the same legal.xml filerbuj1-72/+75
2018-10-06Use make functions for HELP_LINGUASrbuj1-2/+5
2018-10-02tx: update help source for transifexraveit651-3/+3
2018-10-02tx: improve makepotraveit651-0/+2
2018-10-01Refer to the strftime(3) man page for more information...rbuj1-1/+1
2018-10-01Refer to the pluma(1) man page for more information...rbuj1-1/+1
2018-09-29Remove unused screenshotsrbuj5-4/+0
2018-09-25tx: update transifex sourceraveit651-8/+8
2018-09-25Fix spelling and grammar mistakesrbuj1-7/+7
2018-09-25help: fix help linksraveit654-7/+6
collateral damage was caused by https://github.com/mate-desktop/pluma/commit/81f225e
2018-09-25Use actual pluma screenshot for Catalanrbuj1-0/+0
2018-09-25Use actual pluma screenshotrbuj1-0/+0
2018-09-23tx: generate userguide sourceraveit651-0/+3361
2018-09-23tx: add pluma-user-guide to transifex configraveit653-1/+12
and generate the source file
2018-09-22Fix spelling and grammar mistakesrbuj1-9/+9
2018-09-16prefs-manager: silent some build warningsraveit652-3/+3
- are this really gtk-doc code blocks? see docs: https://wiki.gnome.org/Projects/GTK%2B/DocumentationSyntax
2018-09-16fix a few introspection and doc warningsraveit654-7/+7
2018-08-27Fix search backwards with regexPablo Barciela2-34/+25
Fixes https://github.com/mate-desktop/pluma/issues/322
2018-08-25pluma-document: fix possible memory leakPablo Barciela1-11/+7
2018-08-23pluma-view: Fix: Don't loss the PRIMARY clipboardPablo Barciela1-0/+12
Fixes https://github.com/mate-desktop/pluma/issues/179