diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-06-22 11:12:53 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-06-22 11:12:53 -0400 |
commit | be0557bd3630b3efe189f299d26aa3db9a358798 (patch) | |
tree | 51aa069c725606e9635b14091c4b6c5ddd7b48a4 /tests/Makefile.in | |
parent | 5b1027bd6f7e193639a895c9c0d63462443d4566 (diff) | |
parent | d84d6a67d0c63d270462cade09d33efc9d2b6de8 (diff) | |
download | ayatana-indicator-datetime-be0557bd3630b3efe189f299d26aa3db9a358798.tar.gz ayatana-indicator-datetime-be0557bd3630b3efe189f299d26aa3db9a358798.tar.bz2 ayatana-indicator-datetime-be0557bd3630b3efe189f299d26aa3db9a358798.zip |
* New upstream release.
- Set minimum width for appointments to prevent continuous resizing
when the calendar is hiden and ensure there is enough of the
event description visible (LP: #762976)
- ellipsize long appointment descriptions (LP: #750671)
- GTK3 build
* Dropping debian/patches/lp_762976.patch and debian/patches/lp_750671.patch
as merged upstream.
* debian/control: Switching dep to libedataserverui-3.0-dev
* Upstream Merge
* Ellipsize calendar entries that are too long (LP: #750671)
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 76a1e85..4f408ff 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -73,6 +73,7 @@ DATADIRNAME = @DATADIRNAME@ DBUSSERVICEDIR = @DBUSSERVICEDIR@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ @@ -118,6 +119,7 @@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ @@ -160,6 +162,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -193,7 +196,6 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ |