Skip to content

Commit

Permalink
Prepare 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Feb 28, 2021
1 parent 15bb43e commit 6d4e1d4
Show file tree
Hide file tree
Showing 45 changed files with 534 additions and 458 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
icewm -- authors file. 2021-02-09
icewm -- authors file. 2021-02-28

Author: Bert Gijsbers <[email protected]>
Author: Eduard Bloch <[email protected]>
Expand Down
784 changes: 422 additions & 362 deletions ChangeLog

Large diffs are not rendered by default.

76 changes: 46 additions & 30 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,54 @@
icewm -- history of user-visible changes. 2021-02-09
icewm -- history of user-visible changes. 2021-02-28

Release icewm-2.2.0 released 2021-02-28
---------------------------------------

git shortlog -e -n -w80,6,8 2.1.2...2.2.0

Bert Gijsbers <[email protected]> (29):
If an application resizes itself partially outside the work area, then
move it back inside the work area, if possible, for issue #550.
Fix ignoreQuickSwitch winoption for focused windows for issue #552.
Call setlocale via YLocale for issue #553.
Fix CMake build for ylocale.cc.
Better fix for CMake build.
Add testpointer test to CMake.
Add testpointer.
Only reposition when resizing outside of bottom right corner to permit
negative positions in issue #550.
Define ice and itk libraries to reduce cmake build by a third.
Fix cmake test target and closes ice-wm/icewm#41.
Add clock format %H:%M and closes #554.
Drop support for nonICCCMconfigureRequest.
Fix for immediately redrawing after setting default clock format.
Simplify file read.
Fix test logoutMenu.
Add intmax and intmin to cfoption.
Improve YInputLine in YMsgBox and simplify creating a YMsgBox.
Remove bogus comment.
Fix modifying and saving of all preferences by menu in icewm.
Show the preferences comment line in the message box when modifying
preference. Allow to reset a key or string option in the preferences
menu. Check if message box operation equals OK. Remove a failed
preference modification from the modification save set.
Add compositor and replace read by executed.
Give each preference option a meaningful description.
make update-po
Permit undefinition of keys.
Show the bounds of integer options in the message box.
Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into
icewm-1-4-BRANCH
Merge branch 'icewm-1-4-BRANCH'
Improve merge of 'upstream/icewm-1-4-BRANCH'.
Merge branch 'icewm-1-4-BRANCH'


Release icewm-2.1.2 released 2021-02-09
---------------------------------------

git shortlog -e -n -w80,6,8 2.1.1...2.1.2

Bert Gijsbers <[email protected]> (19):
Bert Gijsbers <[email protected]> (20):
Provide drawable context when creating pixmap cursors with Imlib2 for
issue #541.
Don't unarm menu popup buttons for issue #527.
Expand All @@ -30,6 +73,7 @@ Bert Gijsbers <[email protected]> (19):
Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into
icewm-1-4-BRANCH
Merge branch 'icewm-1-4-BRANCH'
Prepare 2.1.2 release

Eduard Bloch <[email protected]> (1):
Don't abort directory scanning on bad menu items
Expand Down Expand Up @@ -228,31 +272,3 @@ Bert Gijsbers <[email protected]> (12):
Merge branch 'icewm-1-4-BRANCH'
Prepare 1.9.2 release


Release icewm-1.9.1 released 2020-11-05
---------------------------------------

git shortlog -e -n -w80,6,8 1.9.0...1.9.1

Bert Gijsbers <[email protected]> (19):
Update to 1.9.0.
Define colors at top and lighten up the grey a bit.
Catch changes in width_inc and height_inc for #510.
Only direct focus if frame is mapped.
Handle _WIN_LAYER messages via actionPerformed.
Fix for changing layers when ABOVE or BELOW bit is set.
Use a minimum delay of 10 ms for taskbar delays to avoid #508.
Explain where delays are in milliseconds.
Apply SKIP_PAGER for PagerShowPreview.
Remove unused frame members.
Add actionLayers. Switch on action in actionPerformed.
Remove unused.
Update XDND version from 3 to 5.
make update-po
Update XDND protocol implementation.
Fix compilation on OpenBSD.
Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into
icewm-1-4-BRANCH
Merge branch 'icewm-1-4-BRANCH'
Prepare 1.9.1 release

38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[icewm -- read me first file. 2021-02-09]: #
[icewm -- read me first file. 2021-02-28]: #

Ice Window Manager (IceWM)
==========================
Expand All @@ -19,7 +19,7 @@ list, and various other GitHub forks.
Release
-------

This is the `icewm-2.1.2` package, released 2021-02-09. This release, and
This is the `icewm-2.2.0` package, released 2021-02-28. This release, and
the latest version, can be obtained from [GitHub][1], using a command such as:

$> git clone https://github.com/bbidulock/icewm.git
Expand Down Expand Up @@ -162,29 +162,29 @@ translations. If you have difficulties using the tools, just send me the update

[1]: https://github.com/bbidulock/icewm
[2]: https://github.com/bbidulock/icewm/issues
[3]: https://github.com/ice-wm/icewm/blob/2.1.2/NEWS
[4]: https://github.com/ice-wm/icewm/blob/2.1.2/ChangeLog
[5]: https://github.com/ice-wm/icewm/blob/2.1.2/TODO
[6]: https://github.com/ice-wm/icewm/blob/2.1.2/COMPLIANCE
[7]: https://github.com/ice-wm/icewm/blob/2.1.2/INSTALL
[8]: https://github.com/ice-wm/icewm/blob/2.1.2/BUGS
[9]: https://github.com/ice-wm/icewm/blob/2.1.2/COPYING
[3]: https://github.com/ice-wm/icewm/blob/2.2.0/NEWS
[4]: https://github.com/ice-wm/icewm/blob/2.2.0/ChangeLog
[5]: https://github.com/ice-wm/icewm/blob/2.2.0/TODO
[6]: https://github.com/ice-wm/icewm/blob/2.2.0/COMPLIANCE
[7]: https://github.com/ice-wm/icewm/blob/2.2.0/INSTALL
[8]: https://github.com/ice-wm/icewm/blob/2.2.0/BUGS
[9]: https://github.com/ice-wm/icewm/blob/2.2.0/COPYING
[10]: https://github.com/
[11]: https://l10n.opensuse.org/
[12]: https://sourceforge.net/projects/icewm/
[13]: https://ice-wm.org/
[14]: https://ice-wm.org/FAQ/
[15]: https://github.com/ice-wm/icewm/blob/2.1.2/doc/icewm.adoc
[15]: https://github.com/ice-wm/icewm/blob/2.2.0/doc/icewm.adoc
[16]: https://github.com/bbidulock/bbkeys/
[17]: https://github.com/ice-wm/icewm/blob/2.1.2/lib/icewm.desktop
[18]: https://github.com/ice-wm/icewm/blob/2.1.2/lib/icewm-session.desktop
[19]: https://github.com/ice-wm/icewm/blob/2.1.2/INSTALL-cmakebuild.md
[17]: https://github.com/ice-wm/icewm/blob/2.2.0/lib/icewm.desktop
[18]: https://github.com/ice-wm/icewm/blob/2.2.0/lib/icewm-session.desktop
[19]: https://github.com/ice-wm/icewm/blob/2.2.0/INSTALL-cmakebuild.md
[20]: https://github.com/bbidulock/xde-menu/
[21]: https://github.com/ice-wm/icewm/blob/2.1.2/man/icesound.pod
[22]: https://github.com/ice-wm/icewm/blob/2.1.2/man/icewmbg.pod
[23]: https://github.com/ice-wm/icewm/blob/2.1.2/man/icewmhint.pod
[24]: https://github.com/ice-wm/icewm/blob/2.1.2/man/icewm-menu-fdo.pod
[26]: https://github.com/ice-wm/icewm/blob/2.1.2/man/icewm.pod
[27]: https://github.com/ice-wm/icewm/blob/2.1.2/man/icewm-session.pod
[21]: https://github.com/ice-wm/icewm/blob/2.2.0/man/icesound.pod
[22]: https://github.com/ice-wm/icewm/blob/2.2.0/man/icewmbg.pod
[23]: https://github.com/ice-wm/icewm/blob/2.2.0/man/icewmhint.pod
[24]: https://github.com/ice-wm/icewm/blob/2.2.0/man/icewm-menu-fdo.pod
[26]: https://github.com/ice-wm/icewm/blob/2.2.0/man/icewm.pod
[27]: https://github.com/ice-wm/icewm/blob/2.2.0/man/icewm-session.pod

[ vim: set ft=markdown sw=4 tw=80 nocin nosi fo+=tcqlorn spell: ]: #
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PACKAGE=icewm
VERSION=2.1.2
VERSION=2.2.0
10 changes: 5 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([icewm],[2.1.2],
AC_INIT([icewm],[2.2.0],
[https://github.com/bbidulock/icewm/issues],
[icewm],[https://ice-wm.org])
AC_REVISION([2.1.2])
AC_REVISION([2.2.0])

# set better defaults
AC_PREFIX_DEFAULT([/usr])
Expand All @@ -22,13 +22,13 @@ AC_CONFIG_AUX_DIR([scripts])
AC_USE_SYSTEM_EXTENSIONS
AC_CANONICAL_TARGET

DATE='2021-02-09'
DATE='2021-02-28'
AC_SUBST([DATE])

MDOCDATE='February 9, 2021'
MDOCDATE='February 28, 2021'
AC_SUBST([MDOCDATE])

BRANCH='2.1.2'
BRANCH='2.2.0'
AC_SUBST([BRANCH])

APPLICATIONS='icewm icewm-session icesh icewmhint icewmbg icehelp'
Expand Down
2 changes: 1 addition & 1 deletion po/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm 1.3.12.52\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2020-05-02 19:50+0000\n"
"Last-Translator: mohammad alhargan <[email protected]>\n"
"Language-Team: Arabic <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
2 changes: 1 addition & 1 deletion po/be.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.2.2\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2003-01-27 22:26+0300\n"
"Last-Translator: Hleb Valoska <[email protected]>\n"
"Language-Team: Belarusian <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: IceWM 1.2.10\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2017-02-26 21:51+0000\n"
"Last-Translator: Shyukri Shyukriev <[email protected]>\n"
"Language-Team: Bulgarian <https://l10n.opensuse.org/projects/icewm/icewm-1-3-"
Expand Down
2 changes: 1 addition & 1 deletion po/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm 1.0.9\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2020-12-14 22:26+0000\n"
"Last-Translator: David Medina <[email protected]>\n"
"Language-Team: Catalan <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
2 changes: 1 addition & 1 deletion po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm-1.2.30\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2020-12-14 17:26+0000\n"
"Last-Translator: Aleš Kastner <[email protected]>\n"
"Language-Team: Czech <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
2 changes: 1 addition & 1 deletion po/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm 1.4.2.1038\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2020-03-13 16:55+0000\n"
"Last-Translator: scootergrisen <[email protected]>\n"
"Language-Team: Danish <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm 1.2.26\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2020-08-24 00:40+0000\n"
"Last-Translator: Sarah Kriesch <[email protected]>\n"
"Language-Team: German <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
2 changes: 1 addition & 1 deletion po/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2020-05-26 14:39+0000\n"
"Last-Translator: Efstathios Iosifidis <[email protected]>\n"
"Language-Team: Greek <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
2 changes: 1 addition & 1 deletion po/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm 1.0.9\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2000-10-21 12:13+2000\n"
"Last-Translator: Mathias Hasselmann <[email protected]>\n"
"Language-Team: English\n"
Expand Down
2 changes: 1 addition & 1 deletion po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: IceWM 1.2.26\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2020-07-02 07:26+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <[email protected]>\n"
"Language-Team: Spanish <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
2 changes: 1 addition & 1 deletion po/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: IceWM 1.2.14\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2020-06-29 19:44+0000\n"
"Last-Translator: Kimmo Kujansuu <[email protected]>\n"
"Language-Team: Finnish <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm 1.2.15pre3\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2020-05-02 19:51+0000\n"
"Last-Translator: Christine Gabriel <[email protected]>\n"
"Language-Team: French <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
2 changes: 1 addition & 1 deletion po/he.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm VERSION\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2016-06-06 12:13+0000\n"
"Last-Translator: Stanislav Brabec <[email protected]>\n"
"Language-Team: Hebrew <https://l10n.opensuse.org/projects/icewm/icewm-1-3-"
Expand Down
2 changes: 1 addition & 1 deletion po/hr.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm 1.0.7\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2001-03-25 17:00+GMT1\n"
"Last-Translator: Vlatko Kosturjak <[email protected]>\n"
"Language-Team: Croatian <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/hu.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm 1.2.7\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2019-02-07 06:32+0000\n"
"Last-Translator: Robert Taisz <[email protected]>\n"
"Language-Team: Hungarian <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
4 changes: 2 additions & 2 deletions po/icewm.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: icewm 2.1.2.19\n"
"Project-Id-Version: icewm 2.2.0\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/id.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm 1.0.9\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2020-12-21 14:26+0000\n"
"Last-Translator: Kukuh Syafaat <[email protected]>\n"
"Language-Team: Indonesian <https://l10n.opensuse.org/projects/icewm/"
Expand Down
2 changes: 1 addition & 1 deletion po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: IceWM 1.2.31\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2020-09-09 18:33+0000\n"
"Last-Translator: Paolo Za <[email protected]>\n"
"Language-Team: Italian <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
2 changes: 1 addition & 1 deletion po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm 1.0.6\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2020-12-14 04:26+0000\n"
"Last-Translator: Yasuhiko Kamata <[email protected]>\n"
"Language-Team: Japanese <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
2 changes: 1 addition & 1 deletion po/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: IceWM 1.2.35\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2019-02-07 06:32+0000\n"
"Last-Translator: Hwajin Kim <[email protected]>\n"
"Language-Team: Korean <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
Expand Down
2 changes: 1 addition & 1 deletion po/lt.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: icewm 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2018-05-09 06:03+0000\n"
"Last-Translator: Mindaugas Baranauskas <[email protected]>\n"
"Language-Team: Lithuanian <https://l10n.opensuse.org/projects/icewm/"
Expand Down
2 changes: 1 addition & 1 deletion po/lv.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: IceWM\n"
"Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
"POT-Creation-Date: 2021-02-27 18:40+0100\n"
"POT-Creation-Date: 2021-02-28 13:50+0100\n"
"PO-Revision-Date: 2005-06-12 12:59+0300\n"
"Last-Translator: Kristaps Kaupe <[email protected]>\n"
"Language-Team: \n"
Expand Down
Loading

0 comments on commit 6d4e1d4

Please sign in to comment.