more and more cleansing
authorPierre Habouzit <madcoder@debian.org>
Fri, 27 Oct 2006 22:18:55 +0000 (00:18 +0200)
committerPierre Habouzit <madcoder@debian.org>
Fri, 27 Oct 2006 22:18:55 +0000 (00:18 +0200)
Makefile.am
TODO.mutt-ng [deleted file]
VERSION.svn [deleted file]
doc/Makefile.in
legacy/NEWS.mutt [moved from NEWS with 100% similarity]
legacy/UPGRADING.muttng [moved from UPGRADING with 100% similarity]

index 12c4aa0..ae01e84 100644 (file)
@@ -102,7 +102,7 @@ EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO \
        mutt_sasl.h mutt_socket.h mutt_ssl.h mutt_tunnel.h \
        mbox.h mh.h mx.h pager.h pgp.h protos.h reldate.h rfc1524.h rfc2047.h \
        rfc2231.h rfc822.h rfc3676.h \
        mutt_sasl.h mutt_socket.h mutt_ssl.h mutt_tunnel.h \
        mbox.h mh.h mx.h pager.h pgp.h protos.h reldate.h rfc1524.h rfc2047.h \
        rfc2231.h rfc822.h rfc3676.h \
-       sha1.h sort.h mime.types VERSION autogen.sh \
+       sha1.h sort.h mime.types autogen.sh \
        _regex.h OPS.MIX remailer.c remailer.h browser.h state.h \
        mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h Muttngrc.head Muttngrc \
        makedoc.c stamp-doc-rc README.SSL smime.h\
        _regex.h OPS.MIX remailer.c remailer.h browser.h state.h \
        mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h Muttngrc.head Muttngrc \
        makedoc.c stamp-doc-rc README.SSL smime.h\
@@ -152,8 +152,8 @@ keymap_alldefs.h: $(srcdir)/OPS $(srcdir)/OPS.PGP $(srcdir)/OPS.MIX $(srcdir)/OP
                $(srcdir)/OPS.MIX $(srcdir)/OPS.CRYPT $(srcdir)/OPS.SMIME \
                        > keymap_alldefs.h
 
                $(srcdir)/OPS.MIX $(srcdir)/OPS.CRYPT $(srcdir)/OPS.SMIME \
                        > keymap_alldefs.h
 
-version.h: $(srcdir)/VERSION.svn
-       echo "#define MUTT_REVISION \"`cat $(srcdir)/VERSION.svn`\"" > version.h
+version.h: Makefile
+       echo "#define MUTT_REVISION \"git\"" > version.h
 
 reldate:
        echo 'const char *ReleaseDate = "'`date +%Y-%m-%d`'";' > $(srcdir)/reldate.h
 
 reldate:
        echo 'const char *ReleaseDate = "'`date +%Y-%m-%d`'";' > $(srcdir)/reldate.h
diff --git a/TODO.mutt-ng b/TODO.mutt-ng
deleted file mode 100644 (file)
index 36f5cc9..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-Here's a list of all mutt-ng specific TODOs (not in priority order):
-
-- We need to do a security audit. At least remove all the unsafe
-  function calls, even when they're marked with "secure" or "checked",
-  and replace it with secure alternatives instead. In this process,
-  remove any calls of functions for which we have internal library
-  alternatives already.
-
-- Start cleanup and finally make all the patches work together. As some
-  starting hints: kill the caching for NNTP in favor of the header
-  caching patch, move as much code of optional compile-time features out
-  to their subdirectories, and so forth.
-
-- Stop making up names of global functions with mutt_*; give meaningful
-  names and declare them in the right headers to eventually obsolote
-  protos.h. This counts for data typedef's, too! Write one header and
-  one source file per datatype, do proper information hiding and thus
-  provide sane internal abstraction to get "future ready." For example,
-  for all the mailbox handling, the mbox_*/mmdf_* and mh_*/maildir_*
-  functions should only be called directly in the right abstraction
-  layer's implementation. And so forth.
-
-- Improve documentation, update/rewrite/remove README.SSL and files in doc/
-  all other documents in directory root are up-to-date
diff --git a/VERSION.svn b/VERSION.svn
deleted file mode 100644 (file)
index 14b76cb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-804
index b07b92f..4b820ec 100644 (file)
@@ -206,8 +206,8 @@ muttrc.man stamp-doc-man: ../makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.he
                > muttrc.man
        touch stamp-doc-man
 
                > muttrc.man
        touch stamp-doc-man
 
-manual.xml stamp-doc-xml: ../makedoc$(EXEEXT) $(top_srcdir)/init.h muttng-manual.xsl manual.xml.head manual.xml.tail $(top_srcdir)/VERSION.in $(top_srcdir)/VERSION.svn
-       ( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION.in`-r`cat $(top_srcdir)/VERSION.svn`/" $(srcdir)/manual.xml.head ;\
+manual.xml stamp-doc-xml: ../makedoc$(EXEEXT) $(top_srcdir)/init.h muttng-manual.xsl manual.xml.head manual.xml.tail $(top_srcdir)/VERSION.in
+       ( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION.in`-rgit/" $(srcdir)/manual.xml.head ;\
          $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ) |      \
                cat - $(srcdir)/manual.xml.tail > manual-pre.xml
        -xsltproc --novalid --nonet $(srcdir)/muttng-manual.xsl manual-pre.xml > manual.xml
          $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ) |      \
                cat - $(srcdir)/manual.xml.tail > manual-pre.xml
        -xsltproc --novalid --nonet $(srcdir)/muttng-manual.xsl manual-pre.xml > manual.xml
similarity index 100%
rename from NEWS
rename to legacy/NEWS.mutt
similarity index 100%
rename from UPGRADING
rename to legacy/UPGRADING.muttng