]> code.citadel.org Git - citadel.git/commitdiff
Experimenting with automatic updating of ChangeLog by CVS. Simply twiddle
authorArt Cancro <ajc@citadel.org>
Sat, 24 Jul 1999 22:16:41 +0000 (22:16 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 24 Jul 1999 22:16:41 +0000 (22:16 +0000)
ChangeLog a bit (i.e. by adding or removing a newline from the end of the
file) before issusing "cvs commit", and the comments recorded by CVS will
automatically appear at the beginning of ChangeLog.

citadel/ChangeLog

index 4b9e2a86755cffe96c7d04ecb6ee7bdf05e37c3e..85950490698e3b3019d4b711017e102bfabe87cb 100644 (file)
@@ -1,13 +1,15 @@
 $Log$
+Revision 1.329  1999/07/24 22:16:41  ajc
+Experimenting with automatic updating of ChangeLog by CVS.  Simply twiddle
+ChangeLog a bit (i.e. by adding or removing a newline from the end of the
+file) before issusing "cvs commit", and the comments recorded by CVS will
+automatically appear at the beginning of ChangeLog.
+
 Revision 1.328  1999/07/24 22:14:21  ajc
 cmd_move() now uses CtdlDeleteMessages().
 WARNING: build is temporarily broken.  Currently removing all references
 to the "msglist" kept in CitContext.  It's ugly and must die.
 
-Revision 1.327  1999/07/24 21:32:01  ajc
-Test of automatically updating ChangeLog
-
-
 Thu Jul 22 22:26:50 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Moved message deletion into new API function CtdlDeleteMessages()
        * Added CtdlWriteObject() to store generic data in the msgbase