Oops. Added Changelog headings.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 14 Apr 2005 22:55:09 +0000 (22:55 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 14 Apr 2005 22:55:09 +0000 (22:55 +0000)
ChangeLog
doc/ChangeLog
src/ChangeLog

index 6e8daa20b5c80f40beb0e353c80a5e419e8e6f41..bd97e6833584d6d61939dd506dcf0dcbbc27f733 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Thu Apr 14 2005 John Darrington
+
        * AUTHORS:  Added note about the long variable names extension.
 
        * pref.h.orig: Added definitions for variable names lengths.
index bebb47427860536dcde601140065b7cdf9591d3a..42da6aa3b400e56f51b863ded8f2cd98c3d29ab8 100644 (file)
@@ -1,3 +1,5 @@
+Thur Apr 14 2005 John Darrington
+
        * variables.texi: Corrected the entry for VARIABLE LABELS
 
        * data-file-format.texi: Added documentation about the Long Variable 
index 498afac3fddf2623722899c94c10fe39027d3f99..1620db441e32956bb546367e675eeb51c5db859a 100644 (file)
@@ -1,18 +1,20 @@
-       * var-display.c: New file.
+Thu Apr 14 2005 John Darrington
+
+        * var-display.c: New file.
 
        * format.h var.h sfm-read.c sfm-write.c dictionary.c :  Added 
          display_width, measure and alignment parameters to variables.
 
        * aggregate.c command.def compute.c count.c data-list.c descript.c
-         dictionary.c dictionary.h expr-prs.c file-type.c flip.c get.c lexer.c
-         lexer.h loop.c modify-vars.c pfm-read.c recode.c repeat.c sfm-read.c
-         sfm-write.c sfm-write.h sfmP.h val-labs.c val.h var.h vars-prs.c
-         vector.c :  
-           - Replaced literal constants representing maximum variable name 
-             length with macro definitions. 
-           - Added support for long variable names.
-           - Changed lexer such that it no longer makes tokens upper case, but
-             relies upon case insensitive behaviour of commands.
+         dictionary.c dictionary.h expr-prs.c file-type.c flip.c get.c 
+         lexer.c lexer.h loop.c modify-vars.c pfm-read.c recode.c repeat.c 
+         sfm-read.c sfm-write.c sfm-write.h sfmP.h val-labs.c val.h var.h 
+         vars-prs.c vector.c :  
+             - Replaced literal constants representing maximum variable name 
+               length with macro definitions. 
+             - Added support for long variable names.
+             - Changed lexer such that it no longer makes tokens upper
+               case, but relies upon case insensitive behaviour of commands.
 
 Mon Apr  4 22:27:34 2005  Ben Pfaff  <blp@gnu.org>