X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2FChangeLog;h=a5e3cf4943f6b79d095e710ef6bacad7a70a1343;hb=3e2bf013a731344daed7ab206d4a3c2460688208;hp=59d7d0e72dc2919ff594a5c18a8446af4bdbb2c5;hpb=7d0d9ca81d63a9f4836b6dde48cbbd51b96b401f;p=pspp-builds.git diff --git a/src/output/ChangeLog b/src/output/ChangeLog index 59d7d0e7..a5e3cf49 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,22 @@ +Tue Feb 20 07:03:48 2007 Ben Pfaff + + * html.c: Don't need to include "getlogin_r.h" anymore, because + gnulib merged it into . + +Sun Feb 18 11:20:35 2007 Ben Pfaff + + * postscript.c: Add missing _() around message. + +Sun Feb 11 17:59:30 2007 Ben Pfaff + + * html.c (html_initialise_chart): Mark `this' parameter UNUSED to + account for NO_CHARTS case. + +Sat Feb 3 21:56:46 2007 Ben Pfaff + + * table.c (tab_hline): Allow t->nr as y argument, so that we can + draw a line below the bottom row of the table. + Wed Feb 7 21:38:12 2007 Ben Pfaff * afm.c: Add #include . Thanks to John McCabe-Dansted