From ed780a2bcfdbbd776cc53d46ff0349bf7dd7b850 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 25 May 2007 18:36:08 +0000 Subject: [PATCH] the todo is all done i think --- Makefile.am | 18 ++++++++++++++---- TODO | 8 -------- gettext.h => src/gettext.h | 0 3 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 TODO rename gettext.h => src/gettext.h (100%) diff --git a/Makefile.am b/Makefile.am index 2f6445f..7303b84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,29 +51,39 @@ dist_desktop_DATA = \ EXTRA_DIST = \ config.rpath \ - mkinstalldirs \ README \ COPYING \ AUTHORS \ m4/codeset.m4 \ m4/gettext.m4 \ m4/glibc21.m4 \ + m4/glibc2.m4 \ m4/iconv.m4 \ m4/intdiv0.m4 \ - m4/inttypes-pri.m4 \ - m4/inttypes.m4 \ + m4/intmax.m4 \ m4/inttypes_h.m4 \ - m4/isc-posix.m4 \ + m4/inttypes-h.m4 \ + m4/inttypes-pri.m4 \ m4/lcmessage.m4 \ m4/lib-ld.m4 \ m4/lib-link.m4 \ m4/lib-prefix.m4 \ + m4/lock.m4 \ + m4/longdouble.m4 \ + m4/longlong.m4 \ m4/nls.m4 \ m4/po.m4 \ + m4/printf-posix.m4 \ m4/progtest.m4 \ + m4/signed.m4 \ + m4/size_max.m4 \ m4/stdint_h.m4 \ m4/uintmax_t.m4 \ m4/ulonglong.m4 \ + m4/visibility.m4 \ + m4/wchar_t.m4 \ + m4/wint_t.m4 \ + m4/xsize.m4 \ debian/changelog.in \ debian/compat \ debian/control \ diff --git a/TODO b/TODO deleted file mode 100644 index 039376a..0000000 --- a/TODO +++ /dev/null @@ -1,8 +0,0 @@ -- add raiseOnFocus option. - -(a) size groups -(b) widget focus issues -(c) key nav - -- add a means to remove desktop names > the number of desktops. a remove - button? diff --git a/gettext.h b/src/gettext.h similarity index 100% rename from gettext.h rename to src/gettext.h -- 2.39.2