Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d99074ec5e | ||
|
dfcf007a44 | ||
|
4f43977c59 | ||
|
7bebfc9b97 | ||
|
8c6125e8fa | ||
|
e7c4d897dd | ||
|
44ec63074e | ||
|
fdd6c18a51 | ||
|
51383ae711 |
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
|
||||
|
||||
m4_define(xed_major_version, 1)
|
||||
m4_define(xed_minor_version, 8)
|
||||
m4_define(xed_micro_version, 0)
|
||||
m4_define(xed_micro_version, 3)
|
||||
m4_define(xed_version, xed_major_version.xed_minor_version.xed_micro_version)
|
||||
|
||||
AC_INIT([xed], [xed_version],
|
||||
|
25
debian/changelog
vendored
25
debian/changelog
vendored
@@ -1,3 +1,28 @@
|
||||
xed (1.8.3) tara; urgency=medium
|
||||
|
||||
[ Michael Webster ]
|
||||
* search bar/xed-history-entry: Set a 'width-chars' on the GtkEntry widgets of the search and replace entry widgets, and allow their labels to ellipsize upon resizing.
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Tue, 17 Jul 2018 09:32:59 +0200
|
||||
|
||||
xed (1.8.2) tara; urgency=medium
|
||||
|
||||
[ NikoKrause ]
|
||||
* missing l10n: Help -> Shortcuts (#229)
|
||||
|
||||
[ Clement Lefebvre ]
|
||||
* l10n: Update POT file
|
||||
* l10n: Update translations
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Tue, 26 Jun 2018 13:21:55 +0200
|
||||
|
||||
xed (1.8.1) tara; urgency=medium
|
||||
|
||||
* l10n: Update translations
|
||||
* l10n: Update files
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Tue, 22 May 2018 12:53:38 +0100
|
||||
|
||||
xed (1.8.0) tara; urgency=medium
|
||||
|
||||
[ Clement Lefebvre ]
|
||||
|
@@ -2,6 +2,30 @@
|
||||
Module=wordcompletion
|
||||
IAge=3
|
||||
Name=Word Completion
|
||||
Name[am]=ቃላት መጠቅለያ
|
||||
Name[bg]=Довършване на думи
|
||||
Name[ca]=Compleció de paraules
|
||||
Name[cs]=Dokončování slov
|
||||
Name[cy]=Cwblhad Geiriau
|
||||
Name[da]=Ordfuldførelse
|
||||
Name[de]=Wortvervollständigung
|
||||
Name[en_GB]=Word Completion
|
||||
Name[es]=Completar palabras
|
||||
Name[eu]=Hitzak osatzea
|
||||
Name[fr]=Complétion des mots
|
||||
Name[hr]=Dovršavanje riječi
|
||||
Name[hu]=Szókiegészítés
|
||||
Name[ia]=Completamento de parola
|
||||
Name[it]=Completamento Parole
|
||||
Name[ko]=단어 완성
|
||||
Name[lt]=Žodžių užbaigimas
|
||||
Name[nl]=Woordaanvulling
|
||||
Name[pt_BR]=Preenchimento de palavras
|
||||
Name[ru]=Завершение слов
|
||||
Name[sr]=Завршетак речи
|
||||
Name[sv]=Ordkomplettering
|
||||
Name[tr]=Kelime Tamamlama
|
||||
Name[zh_CN]=单词补全
|
||||
Description=Predicts the rest of the word after a few characters have been typed.
|
||||
Authors=Jesse van den Kieboom <jesse@gnome.org>\nIgnacio Casal Quinteiro <icq@gnome.org>\nMickael Albertus <mickael.albertus@gmail.com>
|
||||
Copyright=Copyright © 2017 Mickael Albertus\n2009 Jesse van den Kieboom
|
||||
|
@@ -93,6 +93,7 @@ sr@latin
|
||||
sv
|
||||
ta
|
||||
te
|
||||
tg
|
||||
th
|
||||
tk
|
||||
tr
|
||||
|
@@ -41,6 +41,7 @@ xed/xed-progress-info-bar.c
|
||||
[type: gettext/glade]xed/resources/ui/xed-preferences-dialog.ui
|
||||
[type: gettext/glade]xed/resources/ui/xed-print-preferences.ui
|
||||
[type: gettext/glade]xed/resources/ui/xed-searchbar.ui
|
||||
[type: gettext/glade]xed/resources/ui/xed-shortcuts.ui
|
||||
[type: gettext/glade]xed/resources/ui/xed-view-frame.ui
|
||||
xed/resources/ui/xed-ui.xml
|
||||
xed/xed-searchbar.c
|
||||
|
971
po/be@latin.po
971
po/be@latin.po
File diff suppressed because it is too large
Load Diff
971
po/bn_IN.po
971
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
969
po/en@shaw.po
969
po/en@shaw.po
File diff suppressed because it is too large
Load Diff
971
po/en_AU.po
971
po/en_AU.po
File diff suppressed because it is too large
Load Diff
967
po/en_CA.po
967
po/en_CA.po
File diff suppressed because it is too large
Load Diff
975
po/en_GB.po
975
po/en_GB.po
File diff suppressed because it is too large
Load Diff
955
po/fr_CA.po
955
po/fr_CA.po
File diff suppressed because it is too large
Load Diff
977
po/pt_BR.po
977
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
971
po/sr@latin.po
971
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user