Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfwm4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Enrico Weigelt
xfwm4
Commits
2e9be8db
Commit
2e9be8db
authored
5 years ago
by
Sean Davis
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release
parent
ed87ef66
No related branches found
Branches containing commit
Tags
xfce-4.14.0
xfwm4-4.14.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+12
-7
12 additions, 7 deletions
NEWS
configure.ac.in
+3
-3
3 additions, 3 deletions
configure.ac.in
with
15 additions
and
10 deletions
NEWS
+
12
−
7
View file @
2e9be8db
4.14.0
======
- settings-dialog: Replace GtkStock buttons
- Translation Updates:
Galician, Italian, Norwegian Bokmål, Norwegian Nynorsk
4.13.4
======
...
...
@@ -182,11 +188,11 @@
the available size.
- Restore original window size after untiling (Bug 8765).
- Add improved tab-win dialog.
- Translation updates: Asturian, Bulgarian, Czech, German, English
(Australia), Spanish (Castilian), French, Croatian, Indonesian,
Icelandic, Italian, Japanese, Kazakh, Korean, Malay, Norwegian
Bokmal, Dutch (Flemish), Occitan (post 1500), Polish, Portuguese,
Portuguese (Brazilian), Russian, Serbian, Swedish, Thai, Turkish,
- Translation updates: Asturian, Bulgarian, Czech, German, English
(Australia), Spanish (Castilian), French, Croatian, Indonesian,
Icelandic, Italian, Japanese, Kazakh, Korean, Malay, Norwegian
Bokmal, Dutch (Flemish), Occitan (post 1500), Polish, Portuguese,
Portuguese (Brazilian), Russian, Serbian, Swedish, Thai, Turkish,
Ukrainian, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
4.11.1
...
...
@@ -810,5 +816,4 @@
4.3.90.1 (beta1)
================
- First public release for xfce-4.4
- First public release for xfce-4.4
\ No newline at end of file
This diff is collapsed.
Click to expand it.
configure.ac.in
+
3
−
3
View file @
2e9be8db
...
...
@@ -4,10 +4,10 @@ dnl xfwm4 - window manager for the Xfce4 desktop environment
dnl
m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [1
3
])
m4_define([xfwm4_version_micro], [
4
])
m4_define([xfwm4_version_minor], [1
4
])
m4_define([xfwm4_version_micro], [
0
])
m4_define([xfwm4_version_build], [@REVISION@])
m4_define([xfwm4_version_tag], [
git
])
m4_define([xfwm4_version_tag], [])
m4_define([xfwm4_version], [xfwm4_version_major().xfwm4_version_minor().xfwm4_version_micro()ifelse(xfwm4_version_tag(), [git], [xfwm4_version_tag().xfwm4_version_build()], [xfwm4_version_tag()])])
m4_define([gtk_minimum_version], [3.20.0])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment