Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Jul 17, 2021
1 parent c06fd44 commit 1036673
Show file tree
Hide file tree
Showing 20 changed files with 1,245 additions and 399 deletions.
23 changes: 12 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog

## [Unreleased](https://github.com/fvwmorg/fvwm3/tree/HEAD)
## [1.0.4](https://github.com/fvwmorg/fvwm3/tree/1.0.4) (2021-07-17)

[Full Changelog](https://github.com/fvwmorg/fvwm3/compare/1.0.3...HEAD)
[Full Changelog](https://github.com/fvwmorg/fvwm3/compare/1.0.3...1.0.4)

**Breaking changes:**

- Deprecate Label for FvwmPager [\#342](https://github.com/fvwmorg/fvwm3/issues/342)
- Extend \*FvwmIconMan:Resolution to include specific Desktop / Pager [\#455](https://github.com/fvwmorg/fvwm3/issues/455)
- Replace libbson with cJSON [\#408](https://github.com/fvwmorg/fvwm3/issues/408)
- Deprecate Label for FvwmPager [\#342](https://github.com/fvwmorg/fvwm3/issues/342)
- FvwmButtons: Shrink windows when honoring Hints. [\#577](https://github.com/fvwmorg/fvwm3/pull/577) ([somiaj](https://github.com/somiaj))
- Replace libbson with cJSON [\#571](https://github.com/fvwmorg/fvwm3/pull/571) ([ThomasAdam](https://github.com/ThomasAdam))
- Add commands to configure the size/position window. [\#558](https://github.com/fvwmorg/fvwm3/pull/558) ([ThomasAdam](https://github.com/ThomasAdam))
Expand All @@ -34,20 +34,20 @@

**Fixed bugs:**

- Pager do not show smalls windows in the correct place when snapped to the edge [\#541](https://github.com/fvwmorg/fvwm3/issues/541)
- EwmhBaseStruts glitch when using screen with different resolutions [\#66](https://github.com/fvwmorg/fvwm3/issues/66)
- Fvwm segfaults parsing module configuration [\#575](https://github.com/fvwmorg/fvwm3/issues/575)
- Swallowing FvwmPager inside FvwmButtons breaks resizing FvwmButtons when aspect ratio resizing is used [\#573](https://github.com/fvwmorg/fvwm3/issues/573)
- Move X Y Warp doesn't move pointer to window. [\#551](https://github.com/fvwmorg/fvwm3/issues/551)
- Maximize fullscreen command does not clear \_NET\_WM\_STATE\_FULLSCREEN when exiting fullscreen [\#545](https://github.com/fvwmorg/fvwm3/issues/545)
- EdgeLeaveCommand don't work or need a page change to work [\#543](https://github.com/fvwmorg/fvwm3/issues/543)
- Pager do not show smalls windows in the correct place when snapped to the edge [\#541](https://github.com/fvwmorg/fvwm3/issues/541)
- FvwmPager Icon view fix background color. [\#537](https://github.com/fvwmorg/fvwm3/issues/537)
- FvwmPager with bad aspect ratio on dual-head display [\#522](https://github.com/fvwmorg/fvwm3/issues/522)
- AnimatedMove [\#513](https://github.com/fvwmorg/fvwm3/issues/513)
- Spelling errors found by lintian. [\#511](https://github.com/fvwmorg/fvwm3/issues/511)
- SnapAttraction: take into account individual monitors [\#466](https://github.com/fvwmorg/fvwm3/issues/466)
- FvwmPager not taking into account global screen dimensions when configured with DeskTopScale [\#223](https://github.com/fvwmorg/fvwm3/issues/223)
- FvwmPager: moving windows inside FvwmPager is inconsistent [\#198](https://github.com/fvwmorg/fvwm3/issues/198)
- EwmhBaseStruts glitch when using screen with different resolutions [\#66](https://github.com/fvwmorg/fvwm3/issues/66)
- Add force\_icons\_size kludge to .stalonetrayrc. [\#581](https://github.com/fvwmorg/fvwm3/pull/581) ([somiaj](https://github.com/somiaj))
- Fix pass through binding logic. [\#570](https://github.com/fvwmorg/fvwm3/pull/570) ([somiaj](https://github.com/somiaj))
- Make default-config greyed colorset grey. [\#566](https://github.com/fvwmorg/fvwm3/pull/566) ([somiaj](https://github.com/somiaj))
Expand All @@ -66,28 +66,28 @@

**Merged pull requests:**

- Extend FvwmIconMan Resolution configuration. [\#561](https://github.com/fvwmorg/fvwm3/pull/561) ([somiaj](https://github.com/somiaj))
- Allow Min/Max WindowSize style to use client size [\#560](https://github.com/fvwmorg/fvwm3/pull/560) ([somiaj](https://github.com/somiaj))
- Add more columns to default-config menu ItemFormat. [\#559](https://github.com/fvwmorg/fvwm3/pull/559) ([somiaj](https://github.com/somiaj))
- Fix broken link. [\#529](https://github.com/fvwmorg/fvwm3/pull/529) ([somiaj](https://github.com/somiaj))
- Spelling error fixes. [\#512](https://github.com/fvwmorg/fvwm3/pull/512) ([somiaj](https://github.com/somiaj))
- Working on 1.0.4 [\#509](https://github.com/fvwmorg/fvwm3/pull/509) ([ThomasAdam](https://github.com/ThomasAdam))
- module expand: don't overwrite previous expansion [\#576](https://github.com/fvwmorg/fvwm3/pull/576) ([ThomasAdam](https://github.com/ThomasAdam))
- conditional: fix whitespace/comma parsing [\#572](https://github.com/fvwmorg/fvwm3/pull/572) ([ThomasAdam](https://github.com/ThomasAdam))
- Configure a colorset for XDGMenu options. [\#564](https://github.com/fvwmorg/fvwm3/pull/564) ([somiaj](https://github.com/somiaj))
- Menu: add option to grey entries out [\#563](https://github.com/fvwmorg/fvwm3/pull/563) ([ThomasAdam](https://github.com/ThomasAdam))
- Remove \*FvwmPager: Label configuration option. [\#562](https://github.com/fvwmorg/fvwm3/pull/562) ([somiaj](https://github.com/somiaj))
- Extend FvwmIconMan Resolution configuration. [\#561](https://github.com/fvwmorg/fvwm3/pull/561) ([somiaj](https://github.com/somiaj))
- Allow Min/Max WindowSize style to use client size [\#560](https://github.com/fvwmorg/fvwm3/pull/560) ([somiaj](https://github.com/somiaj))
- Add more columns to default-config menu ItemFormat. [\#559](https://github.com/fvwmorg/fvwm3/pull/559) ([somiaj](https://github.com/somiaj))
- move: Warp: move pointer to centre of window [\#553](https://github.com/fvwmorg/fvwm3/pull/553) ([ThomasAdam](https://github.com/ThomasAdam))
- FvwmPager: Improvments with dealing with tiny windows on tiny pagers. [\#548](https://github.com/fvwmorg/fvwm3/pull/548) ([somiaj](https://github.com/somiaj))
- PanFrame improvements [\#547](https://github.com/fvwmorg/fvwm3/pull/547) ([ThomasAdam](https://github.com/ThomasAdam))
- pager: teach Icon view about colorsets [\#538](https://github.com/fvwmorg/fvwm3/pull/538) ([ThomasAdam](https://github.com/ThomasAdam))
- placement: fix mouse positioning [\#533](https://github.com/fvwmorg/fvwm3/pull/533) ([ThomasAdam](https://github.com/ThomasAdam))
- Fix broken link. [\#529](https://github.com/fvwmorg/fvwm3/pull/529) ([somiaj](https://github.com/somiaj))
- EdgeScroll: a few improvements [\#524](https://github.com/fvwmorg/fvwm3/pull/524) ([ThomasAdam](https://github.com/ThomasAdam))
- Update manual for Echo/EchoFuncDefinition [\#520](https://github.com/fvwmorg/fvwm3/pull/520) ([somiaj](https://github.com/somiaj))
- release: remove dev-docs from release tarball [\#518](https://github.com/fvwmorg/fvwm3/pull/518) ([ThomasAdam](https://github.com/ThomasAdam))
- configure: remove stale references to BUGADDR [\#517](https://github.com/fvwmorg/fvwm3/pull/517) ([ThomasAdam](https://github.com/ThomasAdam))
- Configuration tweaks [\#516](https://github.com/fvwmorg/fvwm3/pull/516) ([ThomasAdam](https://github.com/ThomasAdam))
- Spelling error fixes. [\#512](https://github.com/fvwmorg/fvwm3/pull/512) ([somiaj](https://github.com/somiaj))
- build: add CHANGELOG.md to dist [\#510](https://github.com/fvwmorg/fvwm3/pull/510) ([ThomasAdam](https://github.com/ThomasAdam))
- Working on 1.0.4 [\#509](https://github.com/fvwmorg/fvwm3/pull/509) ([ThomasAdam](https://github.com/ThomasAdam))

## [1.0.3](https://github.com/fvwmorg/fvwm3/tree/1.0.3) (2021-05-30)

Expand Down Expand Up @@ -574,3 +574,4 @@



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl
AC_PREREQ(2.60)

dnl should be "yes" only within the released distribution
ISRELEASED="no"
ISRELEASED="yes"
if test $ISRELEASED = "no"; then
RELDATELONG=""
RELDATESHORT=""
Expand All @@ -26,9 +26,9 @@ VERSIONINFO=m4_esyscmd([./utils/fvwm-version-str.sh])
dnl date of the released version (please zero pad the day in the last 2 dates)
dnl for example: "4 February 2003", "04 Feb 2003", "2003-02-04"
dnl date format strings: "%e %B %Y", "%d-%b-%Y", "%Y-%m-%d"
RELDATELONG="30 May 21"
RELDATESHORT="30-May-21"
RELDATENUM="21-05-30"
RELDATELONG="17 July 21"
RELDATESHORT="17-Jul-21"
RELDATENUM="21-07-17"

# constant variable settings
FVWMNAMELONG="F? Virtual Window Manager"
Expand Down
Binary file modified po/FvwmScript.ar.gmo
Binary file not shown.
82 changes: 59 additions & 23 deletions po/FvwmScript.ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: fvwm\n"
"POT-Creation-Date: 2002-11-28 14:23+0100\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-29 23:39-0600\n"
"PO-Revision-Date: 2003-04-13 11:35+0200\n"
"Last-Translator: NEEDS TRANSLATION <NOONE@MOON.SOLAR>\n"
"Language-Team: Should be Arabic <NOONE@MOON.SOLAR>\n"
Expand All @@ -15,12 +16,62 @@ msgstr ""
"Content-Type: text/plain; charset=ascii\n"
"Content-Transfer-Encoding: 8bit\n"

#. ./default-config/FvwmScript-ConfirmQuit: line 11
msgid "Do you really want to quit Fvwm?"
msgstr ""

#. #-#-#-#-# duplicate #-#-#-#-#
#. ./default-config/FvwmScript-ConfirmQuit: line 25
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 85
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235
msgid "Quit"
msgstr ""

#. #-#-#-#-# duplicate #-#-#-#-#
#. ./default-config/FvwmScript-ConfirmQuit: line 41
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./default-config/FvwmScript-ConfirmCopyConfig: line 127
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58
msgid "Cancel"
msgstr ""

#. ./default-config/FvwmScript-ConfirmCopyConfig: line 2
msgid "ConfirmCopyConfig"
msgstr ""

#. ./default-config/FvwmScript-ConfirmCopyConfig: line 21
msgid "Fvwm Default Configuration"
msgstr ""

#. ./default-config/FvwmScript-ConfirmCopyConfig: line 36
msgid "This script copies the default configuration into your home directory:"
msgstr ""

#. ./default-config/FvwmScript-ConfirmCopyConfig: line 64
msgid "A backup of your current configuration will be located at:"
msgstr ""

#. ./default-config/FvwmScript-ConfirmCopyConfig: line 92
msgid "Click Confirm to continue and restart Fvwm."
msgstr ""

#. ./default-config/FvwmScript-ConfirmCopyConfig: line 107
msgid "Confirm"
msgstr ""

#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2
msgid "Bell Setup"
msgstr ""

#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 44
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 43
#. #-#-#-#-# duplicate #-#-#-#-#
Expand All @@ -31,7 +82,7 @@ msgid "Apply"
msgstr ""

#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 62
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 67
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 62
#. #-#-#-#-# duplicate #-#-#-#-#
Expand All @@ -41,34 +92,23 @@ msgstr ""
msgid "Save"
msgstr ""

#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 80
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235
msgid "Quit"
msgstr ""

#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 95
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100
msgid "Beep"
msgstr ""

#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 130
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135
msgid "Volume:"
msgstr ""

#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 156
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161
msgid "Pitch(Hz):"
msgstr ""

#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 182
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187
msgid "Duration(ms):"
msgstr ""

#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 207
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212
msgid "Bell"
msgstr ""

Expand Down Expand Up @@ -207,10 +247,6 @@ msgstr ""
msgid "OK"
msgstr ""

#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58
msgid "Cancel"
msgstr ""

#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86
msgid "Path:"
msgstr ""
Expand Down
Binary file modified po/FvwmScript.da.gmo
Binary file not shown.
83 changes: 60 additions & 23 deletions po/FvwmScript.da.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: fvwm version-2_6_6-142-g1a05b191-dirty\n"
"POT-Creation-Date: 2002-11-28 14:23+0100\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-29 23:39-0600\n"
"PO-Revision-Date: 2017-02-07 00:00+0100\n"
"Last-Translator: scootergrisen\n"
"Language-Team: Danish\n"
Expand All @@ -16,12 +17,63 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. ./default-config/FvwmScript-ConfirmQuit: line 11
msgid "Do you really want to quit Fvwm?"
msgstr ""

#. #-#-#-#-# duplicate #-#-#-#-#
#. ./default-config/FvwmScript-ConfirmQuit: line 25
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 85
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235
msgid "Quit"
msgstr "Afslut"

#. #-#-#-#-# duplicate #-#-#-#-#
#. ./default-config/FvwmScript-ConfirmQuit: line 41
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./default-config/FvwmScript-ConfirmCopyConfig: line 127
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58
msgid "Cancel"
msgstr "Annuller"

#. ./default-config/FvwmScript-ConfirmCopyConfig: line 2
msgid "ConfirmCopyConfig"
msgstr ""

#. ./default-config/FvwmScript-ConfirmCopyConfig: line 21
#, fuzzy
msgid "Fvwm Default Configuration"
msgstr "Musekonfiguration:"

#. ./default-config/FvwmScript-ConfirmCopyConfig: line 36
msgid "This script copies the default configuration into your home directory:"
msgstr ""

#. ./default-config/FvwmScript-ConfirmCopyConfig: line 64
msgid "A backup of your current configuration will be located at:"
msgstr ""

#. ./default-config/FvwmScript-ConfirmCopyConfig: line 92
msgid "Click Confirm to continue and restart Fvwm."
msgstr ""

#. ./default-config/FvwmScript-ConfirmCopyConfig: line 107
msgid "Confirm"
msgstr ""

#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2
msgid "Bell Setup"
msgstr "Opsætning af klokke"

#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 44
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 43
#. #-#-#-#-# duplicate #-#-#-#-#
Expand All @@ -32,7 +84,7 @@ msgid "Apply"
msgstr "Anvend"

#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 62
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 67
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 62
#. #-#-#-#-# duplicate #-#-#-#-#
Expand All @@ -42,34 +94,23 @@ msgstr "Anvend"
msgid "Save"
msgstr "Gem"

#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 80
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94
#. #-#-#-#-# duplicate #-#-#-#-#
#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235
msgid "Quit"
msgstr "Afslut"

#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 95
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100
msgid "Beep"
msgstr "Bip"

#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 130
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135
msgid "Volume:"
msgstr "Lydstyrke:"

#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 156
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161
msgid "Pitch(Hz):"
msgstr "Tonehøjde (Hz):"

#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 182
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187
msgid "Duration(ms):"
msgstr "Varighed (ms):"

#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 207
#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212
msgid "Bell"
msgstr "Klokke"

Expand Down Expand Up @@ -210,10 +251,6 @@ msgstr "Filbrowser"
msgid "OK"
msgstr "OK"

#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58
msgid "Cancel"
msgstr "Annuller"

#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86
msgid "Path:"
msgstr "Sti:"
Expand Down
Binary file modified po/FvwmScript.de.gmo
Binary file not shown.
Loading

0 comments on commit 1036673

Please sign in to comment.