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
newhoa
orage
Commits
94cc6faf
Commit
94cc6faf
authored
Feb 01, 2013
by
Juha
Browse files
Release 4.8.4!
Orage production release 4.8.4.
parent
2f3fa41e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
94cc6faf
This diff is collapsed.
Click to expand it.
NEWS
View file @
94cc6faf
20130201: Version 4.8.4
---------
* Production fix release
* new translations for ar, be, bg, ca, cs, da, de, el, en_GK,
es, eu, fr, he, hi, hr, hu, id, it, ja, ko, lt, nn, pl,
pt, pt_BR, ru, sk, sr, uk, ug, zh_CN, zh_TW
* Translated to 41 languages now (> 80% complete) (23 to 100%)
* fixed bug 8525: Orage keeps notifying every second on "All day events"
* fixed bug 4817: anchor('#') does not work in help links
* fixed bug 9243: strptime() needs _XOPEN_SOURCE_EXTENDED to be defined
* fixed bug 9248: internal libical fix SSPM_UNKNOWN_MINOR_TYPE
* enhancement bug 8231: alarm type is selectable for foreign files
* enhancement bug 9739: new TODOs start as NOT completed
* enhancement bug 9738: main window sorts TODOs by due-date
* enhancement bug 9598: tooltip shows title and location bold
20120105: Version 4.8.3
---------
* Production fix release
...
...
configure.in.in
View file @
94cc6faf
...
...
@@ -9,7 +9,7 @@ dnl Written for Xfce by Juha Kautto <juha@xfce.org>
dnl
dnl Version information
m4_define([orage_version], [4.8.
3.9-git
])
m4_define([orage_version], [4.8.
4
])
m4_define([gtk_minimum_version], [2.10.0])
m4_define([xfce_minimum_version], [4.6.0])
...
...
icons/Makefile.am
View file @
94cc6faf
...
...
@@ -18,4 +18,15 @@ install-data-hook:
echo
"***"
;
\
fi
uninstall-hook
:
@
-if
test
-z
"
$(DESTDIR)
"
;
then
\
echo
"Updating Gtk icon cache."
;
\
$(gtk_update_icon_cache)
;
\
else
\
echo
"*** Icon cache not updated. Remember to run:"
;
\
echo
"***"
;
\
echo
"***
$(gtk_update_icon_cache)
"
;
\
echo
"***"
;
\
fi
# vi:set ts=8 sw=8 noet ai nocindent:
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