Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
xfce4-settings
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
197
Issues
197
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xfce
xfce4-settings
Commits
a60f610f
Commit
a60f610f
authored
Aug 11, 2019
by
Sean Davis
🕶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
682c5d83
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
5 deletions
+24
-5
NEWS
NEWS
+21
-2
configure.ac.in
configure.ac.in
+3
-3
No files found.
NEWS
View file @
a60f610f
4.14.0
======
- a11y: Replace GtkStock buttons
- appearance: Replace GtkStock buttons
- color: Replace GtkStock buttons
- display: Don't warn on deleting last profile
- display: Fix settings retention (Bug #15437)
- display: Remove debug statement breaking profiles (Bug #15769)
- display: Use proper icon name
- keyboard: Replace GtkStock buttons
- Make strings translatable
- mouse: Replace GtkStock buttons
- settings-editor: Fix buttons declaration
- settings-editor: Replace GtkStock buttons
- Translation Updates:
Belarusian, Catalan, Chinese (China), Chinese (Taiwan), Czech, Danish,
Finnish, French, Galician, Hungarian, Italian, Kazakh, Norwegian
Bokmål, Portuguese, Portuguese (Brazil), Russian, Spanish,
4.13.8
======
- display: Sync display when applying config
...
...
configure.ac.in
View file @
a60f610f
...
...
@@ -10,11 +10,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([xfce4_settings_version_major], [4])
m4_define([xfce4_settings_version_minor], [1
3
])
m4_define([xfce4_settings_version_micro], [
8
])
m4_define([xfce4_settings_version_minor], [1
4
])
m4_define([xfce4_settings_version_micro], [
0
])
m4_define([xfce4_settings_version_nano], [])
m4_define([xfce4_settings_version_build], [@REVISION@])
m4_define([xfce4_settings_version_tag], [
git
]) # Leave empty for releases
m4_define([xfce4_settings_version_tag], []) # Leave empty for releases
m4_define([xfce4_settings_version], [xfce4_settings_version_major().xfce4_settings_version_minor().xfce4_settings_version_micro()ifelse(xfce4_settings_version_nano(), [], [], [.xfce4_settings_version_nano()])ifelse(xfce4_settings_version_tag(), [git], [xfce4_settings_version_tag()-xfce4_settings_version_build()], [xfce4_settings_version_tag()])])
dnl define a short version string for xfce4-settings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment