From 288e95a13a053743ed97d2a122a637c10450fdf1 Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Tue, 1 Jan 2008 18:33:20 +0000 Subject: [PATCH] Add copyright/licence notices to all ChangeLog files. Use modern dates. --- ChangeLog | 48 ++++++---- afm/ChangeLog | 11 +++ afmlib/ChangeLog | 37 +++++--- compat/ChangeLog | 21 ++++- docs/ChangeLog | 7 ++ intl/ChangeLog | 10 ++ lib/ChangeLog | 77 +++++++++------- m4/ChangeLog | 10 ++ po/ChangeLog | 10 ++ scripts/ChangeLog | 21 ++++- src/ChangeLog | 205 +++++++++++++++++++++-------------------- src/tests/ChangeLog | 11 +++ states/ChangeLog | 91 ++++++++++-------- states/hl/ChangeLog | 9 ++ states/tests/ChangeLog | 21 ++++- 15 files changed, 372 insertions(+), 217 deletions(-) diff --git a/ChangeLog b/ChangeLog index 31efe9e..d0ea276 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008年01月01日 Tim Retout + + * ChangeLog: Run M-x change-log-redate. Add copyright notice at end. + 2007年12月29日 Tim Retout * Makefile.am (SUBDIRS): Remove duplicate intl. @@ -120,15 +124,15 @@ * 88594.txt: Added encoding for ISO-8859-4 character set. Thanks to Ricardas Cepas for the patches. -Thu Jul 17 11:47:35 1997 Markku Rossi +1997年07月17日 Markku Rossi * Upgraded automake to version 1.2. -Wed Jul 16 12:41:01 1997 Markku Rossi +1997年07月16日 Markku Rossi * Makefile.am: Added THANKS file. -Thu May 22 10:43:08 1997 Markku Rossi +1997年05月22日 Markku Rossi * configure.in (SPOOLER): added option --with-spooler to specify the system printer spooler. @@ -136,82 +140,82 @@ Thu May 22 10:43:08 1997 Markku Rossi * Added a banner which shows the user definable options and their current values. This should save some emails. -Mon Apr 14 12:18:35 1997 Markku Rossi +1997年04月14日 Markku Rossi * INSTALL: Updated Autoconf related installation information. * Updated COPYING and COPYING.LIB files to the latest ones. -Wed Feb 12 11:43:06 1997 Markku Rossi +1997年02月12日 Markku Rossi * Makefile.am: Added all FAQ related files to the distribution. -Thu Jan 23 12:00:02 1997 Markku Rossi +1997年01月23日 Markku Rossi * configure.in: Added checks form memmove() and memcpy() and added their replacements to compat. Added check for alloca(). -Tue Jan 21 17:58:03 1997 Markku Rossi +1997年01月21日 Markku Rossi * Created a new tests subdirectory which holds the enscript testsuite. * Automake-1.1l. -Tue Nov 5 08:21:14 1996 Markku Rossi +1996年11月05日 Markku Rossi * 88595.txt: New encoding for ISO-8859-5 (ISO Cyrillic) character set. Thanks for Ildar Khabibrakhmanov for the 88595.txt encoding file. -Sun Sep 8 13:38:36 1996 Markku Rossi +1996年09月08日 Markku Rossi * All encoding description files: changed name of the character 0x2d (-) from `/minus' to `/hyphen'. -Sat Sep 7 15:40:03 1996 Markku Rossi +1996年09月07日 Markku Rossi * koi8.txt: New encoding for Adobe's Standard Cyrillic Font KOI8. Thanks for Ildar Khabibrakhmanov for the koi8.txt encoding file. -Fri Aug 23 22:09:07 1996 Markku Rossi +1996年08月24日 Markku Rossi * Updated developement tools: autoconf-2.10, automake-1.1c, gettext-0.10.23. -Sun Jul 28 01:26:21 1996 Markku Rossi +1996年07月28日 Markku Rossi * Changed __P() macro to ___P() in all files where it was used. Now we won't clash with solaris' math.h which defines __P(). -Thu Jun 13 12:45:43 1996 Markku Rossi +1996年06月13日 Markku Rossi * Automake-1.0. * New subdirectory `scripts' for utility scripts. -Thu Jun 6 08:38:27 1996 Markku Rossi +1996年06月06日 Markku Rossi * gettext-0.10.16. -Mon May 6 10:05:55 1996 Markku Rossi +1996年05月06日 Markku Rossi * Automake-0.32. -Thu Mar 14 09:02:39 1996 Markku Rossi +1996年03月14日 Markku Rossi * Automake-0.31. * configure.in: Removed CFLAGS and LDFLAGS defaults, use whatever autoconf gives to us. -Mon Mar 11 09:21:34 1996 Markku Rossi +1996年03月11日 Markku Rossi * 88592.txt: fixed character 0xf0 from /eth to /dbar. -Sun Feb 25 05:14:10 1996 Markku Rossi +1996年02月25日 Markku Rossi * Reorganized source tree: - enscript source is moved to the new `src' sub-directory @@ -222,3 +226,11 @@ Sun Feb 25 05:14:10 1996 Markku Rossi * Made to use Automake utility. The old top level Change log has moved to the src subdirectory. + + +Copyright (C) 1996, 1997, 1998, 1999, 2003, 2007, 2008 Free Software +Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/afm/ChangeLog b/afm/ChangeLog index 85d50b3..a0b1ee5 100644 --- a/afm/ChangeLog +++ b/afm/ChangeLog @@ -1,3 +1,7 @@ +2008年01月01日 Tim Retout + + * ChangeLog: Add copyright notice at end. + 1999年04月12日 Markku Rossi * matrix.pfa: Added the `Matrix' font to support matrix printers @@ -12,3 +16,10 @@ * Back to the basics. We distribute only the AFM files for the standard 35 PostScript fonts. + + +Copyright (C) 1998, 1999, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/afmlib/ChangeLog b/afmlib/ChangeLog index 08946d8..5b72abe 100644 --- a/afmlib/ChangeLog +++ b/afmlib/ChangeLog @@ -1,3 +1,7 @@ +2008年01月01日 Tim Retout + + * ChangeLog: Run M-x change-log-redate. Add copyright notice at end. + 1998年12月23日 Markku Rossi * afm.h: Added ISO-8859-{9,10} encodings. Thanks to Donald Page @@ -41,70 +45,77 @@ * afm.h: Added ISO-8859/4 encoding. Thanks to Ricardas Cepas . -Fri Jul 18 09:56:29 1997 Markku Rossi +1997年07月18日 Markku Rossi * Changed AFM library's copying policy from the GNU Library General Public License (LGPL) to GNU General Public License (GPL). -Mon Apr 14 12:39:06 1997 Markku Rossi +1997年04月14日 Markku Rossi * COPYING.LIB: Updated to the latest version. * Updated FSF's address to all source files. -Tue Nov 5 08:22:10 1996 Markku Rossi +1996年11月05日 Markku Rossi * afm.h: New input encoding LATIN5 for ISO-8859/5 (ISO latin5). -Sat Sep 7 15:45:01 1996 Markku Rossi +1996年09月07日 Markku Rossi * afm.h: New input encoding KOI8 for Adobe's Standard Cyrillic Font KOI8. -Fri May 24 11:11:45 1996 Markku Rossi +1996年05月24日 Markku Rossi * Added encoding support for PostScript font's composite characters. * Added encoding flags to the encoding functions. -Thu Feb 29 08:25:21 1996 Markku Rossi +1996年02月29日 Markku Rossi * Added support for the automatic non-ANSI-defication. -Tue Feb 20 16:17:31 1996 Markku Rossi +1996年02月20日 Markku Rossi * Added hp8 (HP Roman-8) encoding. -Wed Jan 3 17:45:26 1996 Markku Rossi +1996年01月03日 Markku Rossi * Makefile.in: Do not require make which can handle string substitutions. -Wed Dec 20 08:39:24 1995 Markku Rossi +1995年12月20日 Markku Rossi * afm.c (afm_message): Changed output to go to stderr instead of stdout. -Fri Oct 20 14:16:42 1995 Markku Rossi +1995年10月20日 Markku Rossi * afmparse.c (read_character_metrics): some AFM files give too big count for the StartCharMetrics keyword, do not concider it as a syntax error. -Thu Aug 24 14:58:56 1995 Markku Rossi +1995年08月24日 Markku Rossi * Added VMS multinational encoding. -Tue Aug 22 12:39:50 1995 Markku Rossi +1995年08月22日 Markku Rossi * afm.c (afm_error_to_string): Fixed errno printing bug. -Mon Aug 21 11:03:04 1995 Markku Rossi +1995年08月21日 Markku Rossi * Fixed the default AFM path. Now /usr/local/lib/ps is searched first since we know what there is. * Cleaned up afmtest. Now it can be used to retrieve different font information. + + +Copyright (C) 1995, 1996, 1997, 1998, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/compat/ChangeLog b/compat/ChangeLog index e0bc247..c2d7fe9 100644 --- a/compat/ChangeLog +++ b/compat/ChangeLog @@ -1,3 +1,7 @@ +2008年01月01日 Tim Retout + + * ChangeLog: Add copyright notice at end. + 1998年10月20日 Markku Rossi * strerror.c: Removed the inclusion of `stdio.h'. @@ -10,26 +14,33 @@ * Makefile.am: Added strtoul() replacement. The source files strto{u,}l.c are borrowed from the glibc-2.0. -Wed Aug 27 15:21:56 1997 Markku Rossi +1997年08月27日 Markku Rossi * regex.c (re_set_character_syntax): New function to modify the character syntax table. -Thu Jul 3 14:12:13 1997 Markku Rossi +1997年07月03日 Markku Rossi * Updated regex.{c,h} and getopt*.{c,h} files to the latest versions found from GNU libc. -Thu Jan 23 11:57:59 1997 Markku Rossi +1997年01月23日 Markku Rossi * Makefile.am: Added memmove and memcpy replacements (from textutils). -Mon May 6 09:02:09 1996 Markku Rossi +1996年05月06日 Markku Rossi * Makefile.am (EXTRA_DIST): Added EXTRA_DIST files to the distribution. -Thu Mar 14 08:48:45 1996 Markku Rossi +1996年03月14日 Markku Rossi * Created this file. + + +Copyright (C) 1996, 1997, 1998, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/docs/ChangeLog b/docs/ChangeLog index 7b40761..9d84a2c 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -31,3 +31,10 @@ compilation, not during the configuration. * New directory to hold the enscript documentation. + + +Copyright (C) 1998, 1999, 2007, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/intl/ChangeLog b/intl/ChangeLog index 65ec50f..977c3a2 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,4 +1,14 @@ +2008年01月01日 Tim Retout + + * ChangeLog: Add copyright notice at end. + 2002年08月06日 GNU * Version 0.11.5 released. + +Copyright (C) 2002, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/lib/ChangeLog b/lib/ChangeLog index 211bf5d..6507f19 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2008年01月01日 Tim Retout + + * ChangeLog: Run M-x change-log-redate. Add copyright notice at end. + 1999年08月26日 Markku Rossi * a2ps.hdr: Some updates by John Hutchison @@ -64,74 +68,74 @@ * latin4.enc: Added ISO-8859/4 encoding. Thanks to Ricardas Cepas . -Wed Aug 27 15:32:41 1997 Markku Rossi +1997年08月27日 Markku Rossi * enscript.pro (wrapped_line_mark): fixed `arrow' marker, now it looks good. -Wed Jul 16 11:59:31 1997 Markku Rossi +1997年07月16日 Markku Rossi * edd.hdr: Added total number of pages. -Tue Jun 10 10:07:01 1997 Markku Rossi +1997年06月10日 Markku Rossi * enscript.pro: New primitives SF and SUF to optimize the size of the generated PostScript output. New primitive bgs to show text with background color. -Wed May 28 10:52:44 1997 Markku Rossi +1997年05月28日 Markku Rossi * enscript.pro: New procedure `wrapped_line_mark' to mark wrapped lines. -Tue Mar 4 10:09:03 1997 Markku Rossi +1997年03月04日 Markku Rossi * enscript.cfg.in (StatesPath): New variable to specify the absolute path for the states program. -Mon Mar 3 10:23:41 1997 Markku Rossi +1997年03月03日 Markku Rossi * Implemented user escapes for user defined header strings: {simple,enscript}.hdr -Fri Feb 21 13:52:07 1997 Markku Rossi +1997年02月21日 Markku Rossi * asciidkno.enc: New encoding asciidkno for 7 bit ascii with dk and no extensions. * asciifise.enc: Renamed asciiscands.enc to asciifise.enc. -Tue Jan 21 18:15:01 1997 Markku Rossi +1997年01月21日 Markku Rossi * enscript.cfg.in (StatesColorModel): Added States dependant config file variables. -Tue Nov 5 08:20:19 1996 Markku Rossi +1996年11月05日 Markku Rossi * latin5.enc: New encoding vector for ISO-8859/5 (ISO latin5). -Sat Sep 7 15:39:26 1996 Markku Rossi +1996年09月07日 Markku Rossi * koi8.enc: New encoding vector for Adobe's Standard Cyrillic Font KOI8. -Thu Aug 29 22:30:28 1996 Markku Rossi +1996年08月30日 Markku Rossi * enscript.pro: Fixed a float / integer conversion bug from hightlight bar printing. Fixed underlays to work with the width/height font point sizes. -Mon Aug 5 07:51:34 1996 Markku Rossi +1996年08月05日 Markku Rossi * Removed hopefully all GNU extensions from strftime()'s format strings in {simple,edd}.hdr files -Sat Jul 27 23:36:45 1996 Markku Rossi +1996年07月28日 Markku Rossi * Makefile.am (install-data-local): Added `else :;' branch to fix the bug caused by ultrix's broken /bin/sh. -Wed Jul 24 11:43:19 1996 Markku Rossi +1996年07月24日 Markku Rossi * Added `--toc' option's volume number to all headers to which it fits: a2ps, edd, emacs, simple @@ -139,66 +143,66 @@ Wed Jul 24 11:43:19 1996 Markku Rossi * Changed all `%2d' formats to `%e'. Now it should work in all normal Unixes. -Sun Jun 30 11:42:22 1996 Markku Rossi +1996年06月30日 Markku Rossi * Cleaned up headers' strftime() strings. Now there shouldn't be any AIX dependencies. -Thu Jun 13 11:29:01 1996 Markku Rossi +1996年06月13日 Markku Rossi * Makefile.am (install-data-local): take a backup copy of `enscript.cfg' before installing the new one. (uninstall-local): New target to uninstall `enscript.cfg'. -Fri May 10 14:10:46 1996 Markku Rossi +1996年05月10日 Markku Rossi * enscript.pro: New procedure `line_highlight' for ^@shade{} escape. -Tue May 7 08:59:41 1996 Markku Rossi +1996年05月07日 Markku Rossi * enscript.pro: New procedure `column_borders' to print borders around columns. Added support for underlay styles. -Tue Apr 30 09:51:17 1996 Markku Rossi +1996年04月30日 Markku Rossi * Makefile.am (install-data-local): Check whether `enscript.cfg' is already installed. (uninstall-local): Uninstall `enscript.cfg'. -Tue Mar 26 11:21:12 1996 Markku Rossi +1996年03月26日 Markku Rossi * mp.hdr: New header. -Thu Mar 14 09:16:16 1996 Markku Rossi +1996年03月14日 Markku Rossi * frame.hdr: New header. -Tue Mar 12 08:38:39 1996 Markku Rossi +1996年03月12日 Markku Rossi * enscript.pro: new procedure: page_prefeed -Tue Mar 5 16:45:24 1996 Markku Rossi +1996年03月05日 Markku Rossi * enscript.pro: new procedure: highlight_bars -Tue Feb 20 16:25:55 1996 Markku Rossi +1996年02月20日 Markku Rossi * new encoding: hp8 -Tue Jan 30 08:58:41 1996 Markku Rossi +1996年01月30日 Markku Rossi * genscript.cfg: Fixed output media sizes. * a2ps.hdr: Made margins smaller so more text can be seen on each page. -Thu Jan 25 14:33:28 1996 Markku Rossi +1996年01月25日 Markku Rossi * a2ps.hdr: New header. -Fri Jan 5 17:18:57 1996 Markku Rossi +1996年01月05日 Markku Rossi * all headers: changed to use the new `%format' directive @@ -206,7 +210,7 @@ Fri Jan 5 17:18:57 1996 Markku Rossi enscript's gaudy header: date strings are now formatted according to file's modification time instead of the printing time. -Thu Jan 4 12:32:36 1996 Markku Rossi +1996年01月04日 Markku Rossi * genscript.pro: Inlined epsf-import.ps file. (MF): changed to use new encoding vectors. @@ -214,28 +218,35 @@ Thu Jan 4 12:32:36 1996 Markku Rossi * make-encoding.pl: Changed to generate new encoding vectors. -Mon Nov 27 08:34:07 1995 Markku Rossi +1995年11月27日 Markku Rossi * Added ChangeLog to lib subdirectory (to this directory). All underlaying entries are stripped from the ../ChangeLog. -Tue Nov 21 11:53:36 1995 Markku Rossi +1995年11月21日 Markku Rossi * lib: new header: edd.hdr * lib/genscript.cfg.in: added new media: Letterdj -Mon Oct 30 07:12:23 1995 Markku Rossi +1995年10月30日 Markku Rossi * lib/enscript.hdr: print user supplied header if it is given. -Wed Oct 11 09:11:21 1995 Markku Rossi +1995年10月11日 Markku Rossi * lib/genscript.cfg.in: added new media: A3 and A4dj. -Tue Oct 10 09:02:14 1995 Markku Rossi +1995年10月10日 Markku Rossi * lib/enscript.hdr: moved filename text ~2 points down. Fixed font point sizes and date string positions. * lib/emacs.hdr: changed fontsize from 13 to 12 points. + + +Copyright (C) 1995, 1996, 1997, 1998, 1999, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/m4/ChangeLog b/m4/ChangeLog index ff20bfe..d4b0a3b 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2008年01月01日 Tim Retout + + * ChangeLog: Add copyright notice at end. + 2003年02月28日 gettextize * codeset.m4: New file, from gettext-0.11.5. @@ -19,3 +23,9 @@ * ulonglong.m4: New file, from gettext-0.11.5. * Makefile.am: New file. + +Copyright (C) 2003, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/po/ChangeLog b/po/ChangeLog index 043cdb2..005f42e 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2008年01月01日 Tim Retout + + * ChangeLog: Add copyright notice at end. + 2003年02月28日 gettextize * Makefile.in.in: New file, from gettext-0.11.5. @@ -9,3 +13,9 @@ * quot.sed: New file, from gettext-0.11.5. * remove-potcdate.sin: New file, from gettext-0.11.5. + +Copyright (C) 2003, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 5e69fbb..9621b21 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2008年01月01日 Tim Retout + + * ChangeLog: Run M-x change-log-redate. Add copyright notice at end. + 1999年09月13日 Markku Rossi * sliceprint.in: Added option `--extended-return-values' since it @@ -8,24 +12,31 @@ * diffpp.in: Updated. Thanks to Tait Cyrus for the updated version. -Thu Jul 17 12:38:34 1997 Markku Rossi +1997年07月17日 Markku Rossi * Makefile.am: Updated changes needed by Automake-1.2. -Fri Aug 23 20:32:28 1996 Markku Rossi +1996年08月23日 Markku Rossi * sliceprint.in: sliceprint - slice documents with long lines to separate printouts. -Sun Jul 28 01:41:04 1996 Markku Rossi +1996年07月28日 Markku Rossi * diffpp.in: Changed diamond to to make diffpp to work with some older perls. -Sun Jun 30 10:59:18 1996 Markku Rossi +1996年06月30日 Markku Rossi * diffpp.in: diffpp - pretty-print diff outputs. -Thu Jun 13 14:08:21 1996 Markku Rossi +1996年06月13日 Markku Rossi * New directory to hold some handy utility scripts for enscript. + + +Copyright (C) 1996, 1997, 1998, 1999, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/src/ChangeLog b/src/ChangeLog index e77065f..2153b3d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2008年01月01日 Tim Retout + * ChangeLog: Run M-x change-log-redate. Add copyright notice at end. + * main.c (main) : Remove an unnecessary fclose of the toc temporary file, which was breaking the --toc option. @@ -256,29 +258,29 @@ * main.c: Added ISO-8859/4 encoding, thanks to Ricardas Cepas . -Tue Sep 16 14:04:05 1997 Markku Rossi +1997年09月16日 Markku Rossi * main.c (version): Updated to conform the latest GNU coding standard. -Thu Aug 28 10:02:20 1997 Markku Rossi +1997年08月28日 Markku Rossi * main.c: New option `--margins=LEFT:RIGHT:TOP:BOTTOM' to adjust page marginals. -Mon Aug 11 09:16:43 1997 Markku Rossi +1997年08月11日 Markku Rossi * psgen.c (divert): Changed to use tempnam() instead of tmpnam(). (get_next_token): Fixed tabulator character handling with variable width fonts. Now it really works; the left margins is really pretty. -Thu Jul 3 14:40:16 1997 Markku Rossi +1997年07月03日 Markku Rossi * psgen.c (read_special_escape): Implemented new `escape' special escape to change the escape character. -Tue Jun 10 10:07:28 1997 Markku Rossi +1997年06月10日 Markku Rossi * psgen.c: Optimized the size of the generated PostScript output. (print_line_number): Fixed to print the line number with the @@ -287,26 +289,26 @@ Tue Jun 10 10:07:28 1997 Markku Rossi (process_file): New special escape ^@bggray{} to set the text background color. -Fri Jun 6 13:29:08 1997 Markku Rossi +1997年06月06日 Markku Rossi * psgen.c: Fixed lineskip to work better when changing the font at the beginning of the line. -Thu Jun 5 15:21:04 1997 Markku Rossi +1997年06月05日 Markku Rossi * psgen.c (dump_empty_page): Fixed --file-align option to work even if we cross the page boundary in N-up mode. -Wed May 28 11:11:17 1997 Markku Rossi +1997年05月28日 Markku Rossi * main.c: New option --mark-wrapped-lines[=STYLE], MarkWrappedLines to mark wrapped lines in the printout. -Thu May 22 10:03:23 1997 Markku Rossi +1997年05月22日 Markku Rossi * main.c (main): Coded more information to the return value. -Wed Mar 19 12:38:39 1997 Markku Rossi +1997年03月19日 Markku Rossi * main.c: New option -W, --language to specify the output language. @@ -315,7 +317,7 @@ Wed Mar 19 12:38:39 1997 Markku Rossi Made option -J to be an alias for -t, --title. Make option -# to be an alias for -n, --copies. -Tue Mar 4 10:00:45 1997 Markku Rossi +1997年03月04日 Markku Rossi * util.c (read_config): New config file option `StatesPath' to specify the path for the states program. @@ -323,51 +325,51 @@ Tue Mar 4 10:00:45 1997 Markku Rossi * psgen.c: Fixed --file-align option which was broken with the --nup option. -Mon Mar 3 10:25:16 1997 Markku Rossi +1997年03月03日 Markku Rossi * psgen.c (dump_ps_page_header): Implemented user escapes for user defined header strings. -Wed Feb 26 09:42:52 1997 Markku Rossi +1997年02月26日 Markku Rossi * Release enscript-1.5.0. -Fri Feb 21 13:46:37 1997 Markku Rossi +1997年02月21日 Markku Rossi * util.c (read_font_info): Optimized AFM caching, this speeds up enscript when using ^@font{} escapes a lot (-E). (read_font_info): New input encoding asciidkno. Renamed asciiscands to asciifise. -Tue Feb 18 12:34:13 1997 Markku Rossi +1997年02月18日 Markku Rossi * main.c: New option -U NUM, --nup=NUM to specify how many logical output pages are printed on each physical output page. -Thu Feb 6 10:18:55 1997 Markku Rossi +1997年02月06日 Markku Rossi * util.c (parse_font_spec): Added a warning about negative font sizes. -Mon Feb 3 11:27:53 1997 Markku Rossi +1997年02月03日 Markku Rossi * main.c: New option `--help-pretty-print' to describe all supported --pretty-print languages and file formats. -Fri Jan 24 09:34:00 1997 Markku Rossi +1997年01月24日 Markku Rossi * main.c (main): Changed the output file creation to be demand-driven. If the input file (all input files) could not be opened, enscript doesn't generate any output. This is a good thing. -Thu Jan 23 11:55:52 1997 Markku Rossi +1997年01月23日 Markku Rossi * gsint.h: Changed the way how memmove() and memcpy() are defined handled. Not replacements can be found form compat lib so we do not need any #define kludges. -Tue Jan 21 18:18:03 1997 Markku Rossi +1997年01月21日 Markku Rossi * Makefile.am: Removed testcase.sh and moved all tests to ../tests directory. @@ -376,14 +378,14 @@ Tue Jan 21 18:18:03 1997 Markku Rossi options: `StatesColorModel', `StatesConfigFile' and `StatesHighlightLevel'. -Mon Jan 13 09:02:26 1997 Markku Rossi +1997年01月13日 Markku Rossi * mkafmmap.c: Internationalized mkafmmap program. * util.c (read_config): New option `OutputFirstLine' to set the PostScript output's first line. -Thu Nov 28 08:16:04 1996 Markku Rossi +1996年11月28日 Markku Rossi * main.c: New option `--E', `--pretty-print' to pretty print source codes with `states'. @@ -395,23 +397,23 @@ Thu Nov 28 08:16:04 1996 Markku Rossi (read_config): New option `NoJobHeaderSwitch' to specify the spooler option to suppress the job header. -Tue Nov 5 08:22:52 1996 Markku Rossi +1996年11月05日 Markku Rossi * psgen.c: fixed line number spacing bug which occured when using line numbers with escapes. * main.c: Added ISO-8859/5 (ISO latin5) encoding. -Sat Sep 7 15:42:49 1996 Markku Rossi +1996年09月07日 Markku Rossi * main.c: Added Adobe's Standard cyrillic Font KOI8 encoding. -Thu Aug 29 22:32:38 1996 Markku Rossi +1996年08月30日 Markku Rossi * util.c (parse_font_spec): Accept font point size in width/height format. -Fri Aug 23 19:36:30 1996 Markku Rossi +1996年08月23日 Markku Rossi * util.c (read_config): New config file option TOCFormat. @@ -421,20 +423,20 @@ Fri Aug 23 19:36:30 1996 Markku Rossi * main.c: New option --slice to print vertical slices of input files. -Mon Aug 5 08:21:14 1996 Markku Rossi +1996年08月05日 Markku Rossi * main.c: New option --file-align=ALIGN to align separate input files to even ALIGN page count. -Wed Jul 24 11:17:55 1996 Markku Rossi +1996年07月24日 Markku Rossi * main.c: New option --toc to print the Table of Contents. -Wed Jul 17 10:50:34 1996 Markku Rossi +1996年07月17日 Markku Rossi * Release enscript-1.4.0. -Sun Jun 16 14:49:33 1996 Markku Rossi +1996年06月16日 Markku Rossi * psgen.c (get_next_token): Fixed line number counting for truncated lines. @@ -449,7 +451,7 @@ Sun Jun 16 14:49:33 1996 Markku Rossi version of enscript so it is a safe place to store site-specific media etc. definitions. -Thu Jun 13 13:50:16 1996 Markku Rossi +1996年06月13日 Markku Rossi * main.c (handle_options): New option `--printer-options' to pass extra options to the printer command. @@ -462,7 +464,7 @@ Thu Jun 13 13:50:16 1996 Markku Rossi * main.c: New option --filter=STR, -I STR which sets the input filter for source files. -Fri May 24 10:44:46 1996 Markku Rossi +1996年05月24日 Markku Rossi * util.c (read_config): New config file option `FormFeedType' to specify what to do when a formfeed character is encountered from @@ -482,24 +484,24 @@ Fri May 24 10:44:46 1996 Markku Rossi * main.c (long_options): Renamed option --pass-through-ps-files to --pass-through. -Wed May 22 17:09:21 1996 Markku Rossi +1996年05月22日 Markku Rossi * psgen.c (process_file): Fixed carriage return character handling. -Fri May 10 08:56:31 1996 Markku Rossi +1996年05月10日 Markku Rossi * psgen.c (read_special_escape): New special escape `shade' to highlight regions of text. * main.c (usage): Cleaned up --help messages. -Thu May 9 14:17:49 1996 Markku Rossi +1996年05月09日 Markku Rossi * util.c (read_config): New configuration file option: EscapeChar. -Tue May 7 09:37:16 1996 Markku Rossi +1996年05月07日 Markku Rossi * util.c (read_config): New config file option `UnderlayStyle' to specify the underlay printing style. @@ -509,7 +511,7 @@ Tue May 7 09:37:16 1996 Markku Rossi (long_options): New option --ul-style to specify the underlay printing style. -Thu May 2 08:21:17 1996 Markku Rossi +1996年05月02日 Markku Rossi * util.c (read_font_info): Added AFM cache to speedup font-escape processing. @@ -517,7 +519,7 @@ Thu May 2 08:21:17 1996 Markku Rossi * psgen.c (print_line_number): Don't print line numbers for wrapped lines. -Mon Apr 22 09:24:40 1996 Markku Rossi +1996年04月22日 Markku Rossi * util.c (format_user_string): New directive `%H' for the document title. @@ -525,17 +527,17 @@ Mon Apr 22 09:24:40 1996 Markku Rossi * main.c: Changed option -e, --escapes to take an optional argument which specifies the escape character. -Mon Apr 1 09:26:23 1996 Markku Rossi +1996年04月01日 Markku Rossi * psgen.c (process_file): Now ^@font{} escapes work over page boundaries. -Wed Mar 27 08:50:53 1996 Markku Rossi +1996年03月27日 Markku Rossi * main.c (main): New option -a, --pages to select which pages are printed. -Tue Mar 26 10:14:29 1996 Markku Rossi +1996年03月26日 Markku Rossi * util.c (format_user_string): New option: `$=' number of pages in the current input file. @@ -543,7 +545,7 @@ Tue Mar 26 10:14:29 1996 Markku Rossi * psgen.c (process_file): Added diversions to count the total pages within a file (%Format: $=). -Tue Mar 12 08:23:31 1996 Markku Rossi +1996年03月12日 Markku Rossi * main.c (handle_options): Changed option -l, --lineprinter to print 66 lines per page instead of 65 lines. @@ -553,11 +555,11 @@ Tue Mar 12 08:23:31 1996 Markku Rossi * main.c (main): New options: -k, --page-prefeed, -K, --no-page-prefeed. -Thu Mar 7 16:18:00 1996 Markku Rossi +1996年03月07日 Markku Rossi * util.c (format_user_string): New escape: $(ENVVAR). -Tue Mar 5 16:45:40 1996 Markku Rossi +1996年03月05日 Markku Rossi * util.c (read_config): New config file options: HighlightBars and HighLightBarGray. @@ -565,24 +567,24 @@ Tue Mar 5 16:45:40 1996 Markku Rossi * main.c: New option: -H, --highlight-bars and --highlight-bar-gray to control the highlight bar printing. -Fri Mar 1 11:08:13 1996 Markku Rossi +1996年03月01日 Markku Rossi * main.c: New option: -h, --no-job-header to suppress the job header page. (main): Changed option --title to set the name of stdin. -Thu Feb 29 08:10:48 1996 Markku Rossi +1996年02月29日 Markku Rossi * Added support for the automatic de-ANSI-fication. * Renamed package to enscript. -Sun Feb 25 05:13:21 1996 Markku Rossi +1996年02月25日 Markku Rossi * main.c (main): changed stdin's name to be an empty string instead of "(stdin)". This is how Adobe's enscript does it. -Fri Feb 23 08:04:57 1996 Markku Rossi +1996年02月23日 Markku Rossi * main.c (main): Added environment variable GENSCRIPT_LIBRARY which can be used to overwrite the build-in library path. @@ -590,16 +592,16 @@ Fri Feb 23 08:04:57 1996 Markku Rossi * psgen.c (read_special_escape): fixed a bug which caused pipes to the EPS files to be closed with fclose(). -Wed Feb 21 08:14:15 1996 Markku Rossi +1996年02月21日 Markku Rossi * Makefile.in (exec_prefix): fixed to honor the value given by the configure script. -Tue Feb 20 16:15:24 1996 Markku Rossi +1996年02月20日 Markku Rossi * Added hp8 (HP Roman-8) encoding. -Mon Feb 19 09:30:55 1996 Markku Rossi +1996年02月19日 Markku Rossi * Release genscript-1.3.0. @@ -609,38 +611,38 @@ Mon Feb 19 09:30:55 1996 Markku Rossi * psgen.c (do_pass_through_ps_file): added pass-through for the PCL files. -Thu Feb 8 16:00:56 1996 Markku Rossi +1996年02月08日 Markku Rossi * util.c (read_config): New config file option `Clean7Bit' to specify how characters greater than 127 are handled. -Wed Feb 7 22:24:50 1996 Markku Rossi +1996年02月07日 Markku Rossi * gsint.h: Implemented unit selection for the `--indent' option. -Tue Jan 30 11:37:11 1996 Markku Rossi +1996年01月30日 Markku Rossi * main.c (main): Now genscript can be used even if it is not installed. * Makefile.in (check): new target -Thu Jan 25 14:36:06 1996 Markku Rossi +1996年01月25日 Markku Rossi * util.c (paste_file): Implemented `%HeaderHeight' and `%FooterHeight' directives. -Tue Jan 9 08:45:20 1996 Markku Rossi +1996年01月09日 Markku Rossi * Finished Win-95/NT port. -Mon Jan 8 08:19:17 1996 Markku Rossi +1996年01月08日 Markku Rossi * First Win-95/NT port with MSC 2.00. * util.c (format_user_string): New options: %N and $%. -Fri Jan 5 17:11:19 1996 Markku Rossi +1996年01月05日 Markku Rossi * psgen.c (dump_ps_header): Removed date and time ps-constants which can now be formatted with the `%Format' directive: @@ -656,12 +658,12 @@ Fri Jan 5 17:11:19 1996 Markku Rossi * util.c (format_user_string): Implemented `%Format' directive which can be used to format user defined strings in fancy headers. -Thu Jan 4 13:54:45 1996 Markku Rossi +1996年01月04日 Markku Rossi * main.c: Added pslatin1 encoding (PostScript interpreter's ISOLatin1Encoding). -Wed Jan 3 16:52:43 1996 Markku Rossi +1996年01月03日 Markku Rossi * Created a new Makefile to the compat subdirectory; now genscript does not need a make with the VPATH feature. @@ -669,11 +671,11 @@ Wed Jan 3 16:52:43 1996 Markku Rossi * main.c (usage): Split usage string to smaller parts wich are printed separately. -Tue Jan 2 16:13:43 1996 Markku Rossi +1996年01月02日 Markku Rossi * main.c: New option: --non-printable-format, NonPrintableFormat. -Wed Dec 20 08:40:11 1995 Markku Rossi +1995年12月20日 Markku Rossi * Added statistics about non-printable character codes. @@ -683,14 +685,14 @@ Wed Dec 20 08:40:11 1995 Markku Rossi * util.c (do_list_missing_characters): Changed output to go to stderr instead of stdout. -Tue Dec 19 10:00:12 1995 Markku Rossi +1995年12月19日 Markku Rossi * util.c (read_config): New config file options: UnderlayAngle and UnderlayPosition. * main.c (main): New options: --ul-angle and --ul-position. -Mon Dec 18 08:14:05 1995 Markku Rossi +1995年12月18日 Markku Rossi * configure.in (PATH_SEPARATOR): Defined a new constant PATH_SEPARATOR to specify the character which separates path @@ -705,7 +707,7 @@ Mon Dec 18 08:14:05 1995 Markku Rossi * util.c (parse_font_spec): Added support for the new `name@ptsize' font specification. -Tue Nov 28 09:12:46 1995 Markku Rossi +1995年11月28日 Markku Rossi * main.c (handle_options): Option -u, --underlay was changed to take an optional argument. If no argument is given, underlay is @@ -717,7 +719,7 @@ Tue Nov 28 09:12:46 1995 Markku Rossi * Makefile.in: Fixed Makefile to obey the GNU Coding Standards. Changed datadir from `prefix/lib' to `prefix/share'. -Mon Nov 27 08:24:18 1995 Markku Rossi +1995年11月27日 Markku Rossi * util.c (read_config): New config file options: UnderlayFont and UnderlayGray @@ -731,68 +733,68 @@ Mon Nov 27 08:24:18 1995 Markku Rossi * utils.c: Renamed config file option `Queue' to `Printer'. -Wed Nov 8 08:27:07 1995 Markku Rossi +1995年11月08日 Markku Rossi * Added latin3 encoding (from the latin3.txt file by Duncan C Thomson). -Thu Nov 2 08:56:16 1995 Markku Rossi +1995年11月02日 Markku Rossi * psgen.c: Fixed a bug which added document headers and trailers to pass-through PostScript files. -Tue Oct 31 08:53:18 1995 Markku Rossi +1995年10月31日 Markku Rossi * Release genscript-1.2.20. -Fri Oct 27 09:35:02 1995 Markku Rossi +1995年10月27日 Markku Rossi * Added option -C, --line-numbers. -Thu Oct 26 09:13:45 1995 Markku Rossi +1995年10月26日 Markku Rossi * Added option -Z, --pass-through-ps-files. -Tue Oct 24 08:14:24 1995 Markku Rossi +1995年10月24日 Markku Rossi * Cleaned up some HTML entity codes in encoding tables. -Wed Oct 18 17:33:18 1995 Markku Rossi +1995年10月18日 Markku Rossi * Added latin2 encoding. -Tue Oct 10 09:02:14 1995 Markku Rossi +1995年10月10日 Markku Rossi * main.c (main): changed fancy header's height from 40 to 36 points. -Thu Oct 5 07:37:54 1995 Markku Rossi +1995年10月05日 Markku Rossi * New config file options: Queue and QueueParam. * genscript.man: minor cleanups. -Mon Oct 2 14:58:13 1995 Markku Rossi +1995年10月02日 Markku Rossi * Release genscript-1.2.1. -Fri Sep 29 17:30:08 1995 Markku Rossi +1995年09月29日 Markku Rossi * main.c: read default options from the GENSCRIPT (and ENSCRIPT) environment variable -Tue Sep 26 09:06:52 1995 Markku Rossi +1995年09月26日 Markku Rossi * font size and baselineskip can be given as a decimal number * psgen.c: Fixed DSC comments, now generated output is DSC 3.0 conforming. -Thu Sep 21 09:32:10 1995 Markku Rossi +1995年09月21日 Markku Rossi * Implemented .pf{a,b} file downloading. -Wed Sep 20 09:16:49 1995 Markku Rossi +1995年09月20日 Markku Rossi * psgen.c (read_special_escape): new option 's' (scale) to specify an explicit scale for an eps image. @@ -800,17 +802,17 @@ Wed Sep 20 09:16:49 1995 Markku Rossi * psgen.c: fixed epsf escape to start a new column if the specified image does not fit to the current one. -Mon Sep 18 08:03:53 1995 Markku Rossi +1995年09月18日 Markku Rossi * main.c: Fixed some typos. * Added backspace handling. -Sat Sep 9 16:47:08 1995 Markku Rossi +1995年09月09日 Markku Rossi * main.c (main): fixed typos that broke -o and -X options. -Mon Sep 4 08:20:08 1995 Markku Rossi +1995年09月04日 Markku Rossi * Release genscript-1.1.4. @@ -819,14 +821,14 @@ Mon Sep 4 08:20:08 1995 Markku Rossi * psgen.c (dump_ps_header): Added findatestr. (paste_epsf): Fixed paste_epsf()'s EPS file recognization. -Wed Aug 30 10:07:42 1995 Markku Rossi +1995年08月30日 Markku Rossi * Added options -u, --underlay, --ul-gray and --ul-font. * psgen.c (read_float): now dimensions can be specified in different units. -Tue Aug 29 11:23:49 1995 Markku Rossi +1995年08月29日 Markku Rossi * Changed PostScript font's default encoding name from 'default' to 'ps'. @@ -842,7 +844,7 @@ Tue Aug 29 11:23:49 1995 Markku Rossi * psgen.c (paste_epsf): Now EPS images can be read from command's standard output. -Thu Aug 24 09:47:30 1995 Markku Rossi +1995年08月24日 Markku Rossi * vms.txt: Added VMS multinational input encoding. @@ -850,7 +852,7 @@ Thu Aug 24 09:47:30 1995 Markku Rossi * Added options -S, --statusdict and -D, --setpagedevice. -Wed Aug 23 11:48:31 1995 Markku Rossi +1995年08月23日 Markku Rossi * Improved configure to handle more non-ANSI features. @@ -866,35 +868,35 @@ Wed Aug 23 11:48:31 1995 Markku Rossi * psgen.c (get_next_token): control characters are now printed in the escaped form. -Mon Aug 21 09:16:16 1995 Markku Rossi +1995年08月21日 Markku Rossi * Release genscript-1.0.1. -Thu Aug 17 09:48:17 1995 Markku Rossi +1995年08月17日 Markku Rossi * Minor cleanups. -Tue Aug 15 10:30:44 1995 Markku Rossi +1995年08月15日 Markku Rossi * Added option --baseline. * Fixed epsf escape's options. -Mon Aug 14 14:21:35 1995 Markku Rossi +1995年08月14日 Markku Rossi * Added support for AFM files. -Wed Aug 9 10:59:30 1995 Markku Rossi +1995年08月09日 Markku Rossi * Added option --newline to select the newline character. * Cleaned up character set tables. -Mon Aug 7 15:40:09 1995 Markku Rossi +1995年08月07日 Markku Rossi * Added Mac input encoding. -Thu Aug 3 12:44:04 1995 Markku Rossi +1995年08月03日 Markku Rossi * New special escapes: 'font' and 'comment'. @@ -902,7 +904,7 @@ Thu Aug 3 12:44:04 1995 Markku Rossi * General code and document cleanups. -Mon Jul 31 10:18:16 1995 Markku Rossi +1995年07月31日 Markku Rossi * Added support for --copies option. Now it really works. @@ -911,16 +913,23 @@ Mon Jul 31 10:18:16 1995 Markku Rossi * Added options --font and --header-font. -Thu Jul 27 08:12:01 1995 Markku Rossi +1995年07月27日 Markku Rossi * psgen.c (paste_epsf): now eps files are also looked up from libpath. (read_special_escape): epsf: added option 'r'. -Wed Jul 26 11:08:50 1995 Markku Rossi +1995年07月26日 Markku Rossi * psgen.c: added support for inlined EPS-files. -Tue Jul 25 09:24:30 1995 Markku Rossi +1995年07月25日 Markku Rossi * Added IBM PC input encoding. + + +Copyright (C) 1995, 1996, 1997, 1998, 1999, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/src/tests/ChangeLog b/src/tests/ChangeLog index 46870b9..30dcf4d 100644 --- a/src/tests/ChangeLog +++ b/src/tests/ChangeLog @@ -1,3 +1,14 @@ +2008年01月01日 Tim Retout + + * ChangeLog: Add copyright notice at end. + 1998年06月23日 Markku Rossi * headers.test: Added checks for the `--header' option. + + +Copyright (C) 1998, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/states/ChangeLog b/states/ChangeLog index 722f270..37e7995 100644 --- a/states/ChangeLog +++ b/states/ChangeLog @@ -1,3 +1,7 @@ +2008年01月01日 Tim Retout + + * ChangeLog: Run M-x change-log-redate. Add copyright notice at end. + 1999年09月24日 Markku Rossi * utils.c (eval_expr): Added filename and linenumber information @@ -257,7 +261,7 @@ (fortran): Updated Fortran highlighting. Thanks to Keith Refson . -Wed Aug 27 14:36:12 1997 Markku Rossi +1997年08月27日 Markku Rossi * prims.c (prim_regexp_syntax): New primitive to modify regexp engine's character syntax table. @@ -266,28 +270,28 @@ Wed Aug 27 14:36:12 1997 Markku Rossi the new regexp_syntax() primitive which can be used to modify regexp character syntax table. -Mon Aug 11 10:31:55 1997 Markku Rossi +1997年08月11日 Markku Rossi * enscript.st (start): Fixed PostScript font resolving to work with the `Souvenir' font. -Fri Jul 18 10:34:27 1997 Markku Rossi +1997年07月18日 Markku Rossi * lex.l: Implemented case-insensitive regular expressions. -Wed Jul 16 12:50:27 1997 Markku Rossi +1997年07月16日 Markku Rossi * enscript.st (sql): Updated Sybase SQL highlighting rules, thanks to Chris Jack . -Fri Jul 4 09:11:37 1997 Markku Rossi +1997年07月04日 Markku Rossi * utils.c (compile_regexp): New function to handle regular expression compilations. (compile_regexp): Added fastmaps for regexps, this speeds up the processing noticeably. -Mon Jun 23 09:39:41 1997 Markku Rossi +1997年06月23日 Markku Rossi * enscript.st (sql): Added highlighting for SQL language by Chris Jack . @@ -298,17 +302,17 @@ Mon Jun 23 09:39:41 1997 Markku Rossi language by Jim Villani, Logistics Management Institute (jvillani@lmi.org). -Tue Jun 10 10:46:31 1997 Markku Rossi +1997年06月10日 Markku Rossi * utils.c (lookup_var): New special variable `$.'. (lookup_var): New special variable `$`'. -Fri Jun 6 14:05:38 1997 Markku Rossi +1997年06月06日 Markku Rossi * prims.c (prim_float): New primitive to convert items to float numbers. -Tue Jun 3 11:23:59 1997 Markku Rossi +1997年06月03日 Markku Rossi * enscript.st (c): Improved C pre-processor line highlighting to highlights also string and character constansts. @@ -321,7 +325,7 @@ Tue Jun 3 11:23:59 1997 Markku Rossi prototypes. (objc): Added highlighting for goto's labels and targets. -Tue May 20 09:21:05 1997 Markku Rossi +1997年05月20日 Markku Rossi * enscript.st (delphi): Added highlighting for Delphi language by Michael Van Canneyt . @@ -329,7 +333,7 @@ Tue May 20 09:21:05 1997 Markku Rossi * main.c (main): Moved the initialization of `ofp' from the variable declaration to main(). -Fri May 2 10:59:22 1997 Markku Rossi +1997年05月02日 Markku Rossi * enscript.el (build-re): Added support for case-insensitive regular expressions. @@ -339,45 +343,45 @@ Fri May 2 10:59:22 1997 Markku Rossi Re-generated case-insensitive keyword regular expressions with the new build-re function. -Fri Apr 25 09:24:34 1997 Markku Rossi +1997年04月25日 Markku Rossi * enscript.st (pascal): Added highlighting for Pascal language by Michael Van Canneyt . -Wed Apr 16 10:14:39 1997 Markku Rossi +1997年04月16日 Markku Rossi * gram.y: Implemented expressions: +=, -=, *=, div=. -Mon Apr 14 17:08:00 1997 Markku Rossi +1997年04月14日 Markku Rossi * gram.y: Implemented prefix and postfix increment (++) and decrement (--) operators. -Fri Apr 4 09:20:20 1997 Markku Rossi +1997年04月04日 Markku Rossi * enscript.st (java): Added highlighting for Java language by Paul Fisher . (html_faces): Fixed 1.5.0 compatibility bug. -Thu Apr 3 10:24:32 1997 Markku Rossi +1997年04月03日 Markku Rossi * prims.c (prim_range): New primitive to fetch sub-ranges from lists and strings. Changed all primitives' error messages to be in format `FILE:LINE: MESSAGE'. -Tue Mar 25 12:40:56 1997 Markku Rossi +1997年03月25日 Markku Rossi * prims.c (prim_regexp): New primitive to create regular expressions from strings. (prim_split): New primitive to split string to list. -Fri Mar 21 11:37:18 1997 Markku Rossi +1997年03月21日 Markku Rossi * enscript.st (html): Added support for nested scripts. (javascript): Added highlighting for JavaScript. -Wed Mar 19 12:02:17 1997 Markku Rossi +1997年03月19日 Markku Rossi * enscript.st (need_version): New help subroutine to check that a specified version of the states program is in use. @@ -390,7 +394,7 @@ Wed Mar 19 12:02:17 1997 Markku Rossi * main.c (main): New built-in variable `argv' which holds input file names. -Mon Mar 17 09:46:45 1997 Markku Rossi +1997年03月17日 Markku Rossi * enscript.st (elisp): Added highlighting for Emacs Lisp. (overstrike_faces): New output language `overstrike' for line @@ -399,30 +403,30 @@ Mon Mar 17 09:46:45 1997 Markku Rossi Added highlighting for procedure names and variable names. (scheme): Fixed keywords to recognize `set!'. -Tue Mar 11 16:20:12 1997 Markku Rossi +1997年03月11日 Markku Rossi * enscript.st (states): Updated keyword list. Implemented highlighting for built-in functions. Added highlighting for function names. -Mon Mar 10 11:50:04 1997 Markku Rossi +1997年03月10日 Markku Rossi * enscript.st (postscript): Added highlighting for PostScript language by Dave Hylands . Sorted highlighting states according to their names. -Thu Mar 6 11:05:13 1997 Markku Rossi +1997年03月06日 Markku Rossi * enscript.st: Implemented new `variable_name_face' typeface. (c_ppline): Implemented a smarter C preprocessor line highlighting support. Now it should be identical with Emacs's highlight. -Tue Mar 4 11:40:40 1997 Markku Rossi +1997年03月04日 Markku Rossi * enscript.st (ada): Added highlighting for the Ada95 programming language by Rolf Ebert . -Mon Mar 3 12:03:16 1997 Markku Rossi +1997年03月03日 Markku Rossi * enscript.st (start): Cleaned bold, italic and bold-italic font resolving. @@ -430,7 +434,7 @@ Mon Mar 3 12:03:16 1997 Markku Rossi (scheme): Updated to highlight function names and ':'-started function arguments. -Thu Feb 27 09:34:49 1997 Markku Rossi +1997年02月27日 Markku Rossi * enscript.st: Implemented new type faces: `builtin_face' and `type_face'. @@ -442,11 +446,11 @@ Thu Feb 27 09:34:49 1997 Markku Rossi which will create a HTML report about all supported highlighting formats. -Wed Feb 26 09:42:52 1997 Markku Rossi +1997年02月26日 Markku Rossi * Release enscript-1.5.0. -Fri Feb 21 09:48:04 1997 Markku Rossi +1997年02月21日 Markku Rossi * gram.y: Implemented logical operators `not', `and' and `or'. @@ -454,26 +458,26 @@ Fri Feb 21 09:48:04 1997 Markku Rossi * Added test subdirectory and tests for States. -Wed Feb 19 14:58:36 1997 Markku Rossi +1997年02月19日 Markku Rossi * enscript.st (synopsys): Added highlighting for the Synopsys DC Shell scripting language by Brian Silveira (brian@nortel.ca) and Hartley Horwitz (harts@nortel.ca). (synopsys): New synopsys mode with some minor fixes. -Tue Feb 18 08:59:46 1997 Markku Rossi +1997年02月18日 Markku Rossi * enscript.st: Added guidelines for new highlighting rules. (vhdl): Added VHDL highlighting by Brian Silveira (brian@nortel.ca). -Tue Feb 11 14:08:25 1997 Markku Rossi +1997年02月11日 Markku Rossi * enscript.st (verilog): Added new '`' keywords. (verilog): Added highlighting for references of the pre-processor defined things. -Wed Feb 5 10:29:07 1997 Markku Rossi +1997年02月05日 Markku Rossi * prims.c (prim_tointeger): Renamed primitive `tonumber' to `int'. @@ -485,7 +489,7 @@ Wed Feb 5 10:29:07 1997 Markku Rossi * prims.c (prim_concat): Renamed primitive `strcat' to `concat'. -Tue Feb 4 16:40:23 1997 Markku Rossi +1997年02月04日 Markku Rossi * prims.c (prim_list): New primitive `list' to create lists. (prim_length): Renamed primitive `strlen' to `length'. @@ -495,7 +499,7 @@ Tue Feb 4 16:40:23 1997 Markku Rossi * lex.l: Implemented C's character constants ('a'). -Mon Feb 3 11:34:14 1997 Markku Rossi +1997年02月03日 Markku Rossi * enscript.st: Added `describe_languages' state which can be used to extract information about the supported --pretty-print @@ -509,12 +513,12 @@ Mon Feb 3 11:34:14 1997 Markku Rossi * Fixed bugs encountered with enscript-1.4.4. Updated developement tools: flex-2.5.4 and bison-1.25. -Fri Jan 31 15:24:44 1997 Markku Rossi +1997年01月31日 Markku Rossi * prims.c (prim_prereq): New primitive to check that a recent enough version of States is being used. -Sat Jan 25 17:27:50 1997 Markku Rossi +1997年01月25日 Markku Rossi * enscript.st (changelog): Implemented ChangeLog highlighting. @@ -524,11 +528,11 @@ Sat Jan 25 17:27:50 1997 Markku Rossi Regenerated keyword regular expressions with the Emacs-lisp build-re command. -Fri Jan 24 19:13:38 1997 Markku Rossi +1997年01月24日 Markku Rossi * prims.c: New primitives: regmatch, regsub and regsuball. -Thu Jan 23 11:49:25 1997 Markku Rossi +1997年01月23日 Markku Rossi * prims.c (prim_getenv): New primitive: getenv. @@ -538,7 +542,7 @@ Thu Jan 23 11:49:25 1997 Markku Rossi * De-ANSI-fied states sources since bison generated gram.c is already in K&R. -Wed Jan 22 00:57:09 1997 Markku Rossi +1997年01月22日 Markku Rossi * Makefile.am: Added many2html script. @@ -551,7 +555,7 @@ Wed Jan 22 00:57:09 1997 Markku Rossi added tSYMBOL for state rule's expr part. This allows user-definable matches. -Mon Jan 20 01:14:02 1997 Markku Rossi +1997年01月20日 Markku Rossi * enscript.st (tcl): Implemented Tcl highlighting. @@ -560,3 +564,10 @@ Mon Jan 20 01:14:02 1997 Markku Rossi speedup. * Version 0.9 of States, this is an early beta. + + +Copyright (C) 1997, 1998, 1999, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/states/hl/ChangeLog b/states/hl/ChangeLog index d33afde..d122a33 100644 --- a/states/hl/ChangeLog +++ b/states/hl/ChangeLog @@ -1,5 +1,7 @@ 2008年01月01日 Tim Retout + * ChangeLog: Add copyright notice at end. + * c_ppline.st (c_ppline_comment): New state. (c_ppline, c_ppline_comments_strings_chars, c_ppline_tokensequence): Call c_ppline_comment rather than c_comment. @@ -159,3 +161,10 @@ * Split the old `enscript.st' to about many .st files. They are here. + + +Copyright (C) 1998, 1999, 2000, 2003, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/states/tests/ChangeLog b/states/tests/ChangeLog index 3e8aa47..92db23d 100644 --- a/states/tests/ChangeLog +++ b/states/tests/ChangeLog @@ -1,25 +1,36 @@ -Wed Aug 27 15:14:21 1997 Markku Rossi +2008年01月01日 Tim Retout + + * ChangeLog: Run M-x change-log-redate. Add copyright notice at end. + +1997年08月27日 Markku Rossi * primregexp_syntax.test (result): Added test for regexp syntax tables. * primregexp.test: Added test for regexp() primitive. -Fri Jul 18 10:33:11 1997 Markku Rossi +1997年07月18日 Markku Rossi * icase.test: Added check for case-insensitive regular expressions. -Fri Jun 6 14:07:07 1997 Markku Rossi +1997年06月06日 Markku Rossi * primfloat.test: Added checks for float() primitive. -Mon Apr 14 17:16:30 1997 Markku Rossi +1997年04月14日 Markku Rossi * exprs.test: Added tests for States language's expressions. -Thu Feb 27 09:03:42 1997 Markku Rossi +1997年02月27日 Markku Rossi * Cleaned up tests to work if buildir != srcdir. Redirected stderr to stdout so more errors are caught at the run time. + + +Copyright (C) 1997, 2008 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. -- 2.39.5

AltStyle によって変換されたページ (->オリジナル) /