Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Panel Plugins
xfce4-time-out-plugin
Commits
36373444
Commit
36373444
authored
Mar 09, 2015
by
Landry Breuil
Browse files
updates for release
parent
620040d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
36373444
1.0.2 (9/3/2015)
=====
- Ditch _xfce_create_framebox() and use xfce_gtk_frame_box_new() instead
- Fix transparency (bug #8747). Set the Gtk.EventBox invisible like other panel plugins do.
- Updated translations: ar, ast, en_GB, ca, cs, da, de, el, es, eu, fi,
fr, he, hu, id, it, ja, kk, ko, nl, pl, pt, pt_BR, tu, sk, sr, sv, ug,
uk, zh_CN, zh_TW
- New translations: bg, en_AU, fr, hr, is, li, ms, nb, oc, tr
1.0.1 (17/04/2012)
=====
- Port to libxfce4ui
...
...
configure.ac.in
View file @
36373444
...
...
@@ -10,7 +10,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([time_out_version_major], [1])
m4_define([time_out_version_minor], [0])
m4_define([time_out_version_micro], [
1
])
m4_define([time_out_version_micro], [
2
])
m4_define([time_out_version_build], [r@REVISION@])
m4_define([time_out_version_tag], [])
m4_define([time_out_version], [time_out_version_major().time_out_version_minor().time_out_version_micro()ifelse(time_out_version_tag(), [git], [time_out_version_tag()-time_out_version_build()], [time_out_version_tag()])])
...
...
@@ -28,7 +28,7 @@ AC_REVISION([$Id])
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar
no-dist-gzip
])
AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE()
...
...
@@ -38,9 +38,9 @@ dnl ********************************
AC_PROG_CC()
AC_PROG_LD()
AC_PROG_INSTALL()
AC_PROG_INTLTOOL()
AC_PROG_CC_C_O()
AM_PROG_CC_C_O()
IT_PROG_INTLTOOL([0.35.0])
dnl Initialize libtool
LT_PREREQ([2.2.6])
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment