-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2024-04-27 TANAKA Takuji <[email protected]> | ||
|
||
* dvispc.c: Support upTeX new encoding | ||
for combining characters. | ||
* configure.ac: Version 20240427. | ||
* COPYING: Copyright year. | ||
https://github.com/texjporg/tex-jp-build/issues/46 | ||
|
||
2023-09-17 Hironobu Yamashita <[email protected]> | ||
|
||
* chkdvifont.c: Check JFM with over 256 glue/kern. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.72 for dviout-util (TeX Live) 20230917. | ||
# Generated by GNU Autoconf 2.72 for dviout-util (TeX Live) 20240427. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -614,8 +614,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='dviout-util (TeX Live)' | ||
PACKAGE_TARNAME='dviout-util--tex-live-' | ||
PACKAGE_VERSION='20230917' | ||
PACKAGE_STRING='dviout-util (TeX Live) 20230917' | ||
PACKAGE_VERSION='20240427' | ||
PACKAGE_STRING='dviout-util (TeX Live) 20240427' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1365,7 +1365,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
'configure' configures dviout-util (TeX Live) 20230917 to adapt to many kinds of systems. | ||
'configure' configures dviout-util (TeX Live) 20240427 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1437,7 +1437,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of dviout-util (TeX Live) 20230917:";; | ||
short | recursive ) echo "Configuration of dviout-util (TeX Live) 20240427:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1559,7 +1559,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
dviout-util (TeX Live) configure 20230917 | ||
dviout-util (TeX Live) configure 20240427 | ||
generated by GNU Autoconf 2.72 | ||
|
||
Copyright (C) 2023 Free Software Foundation, Inc. | ||
|
@@ -2101,7 +2101,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
|
||
It was created by dviout-util (TeX Live) $as_me 20230917, which was | ||
It was created by dviout-util (TeX Live) $as_me 20240427, which was | ||
generated by GNU Autoconf 2.72. Invocation command line was | ||
|
||
$ $0$ac_configure_args_raw | ||
|
@@ -8662,7 +8662,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='dviout-util--tex-live-' | ||
VERSION='20230917' | ||
VERSION='20240427' | ||
|
||
|
||
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h | ||
|
@@ -15011,7 +15011,7 @@ Usage: $0 [OPTIONS] | |
Report bugs to <[email protected]>." | ||
|
||
lt_cl_version="\ | ||
dviout-util (TeX Live) config.lt 20230917 | ||
dviout-util (TeX Live) config.lt 20240427 | ||
configured by $0, generated by GNU Autoconf 2.72. | ||
|
||
Copyright (C) 2011 Free Software Foundation, Inc. | ||
|
@@ -16652,7 +16652,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by dviout-util (TeX Live) $as_me 20230917, which was | ||
This file was extended by dviout-util (TeX Live) $as_me 20240427, which was | ||
generated by GNU Autoconf 2.72. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -16720,7 +16720,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config='$ac_cs_config_escaped' | ||
ac_cs_version="\\ | ||
dviout-util (TeX Live) config.status 20230917 | ||
dviout-util (TeX Live) config.status 20240427 | ||
configured by $0, generated by GNU Autoconf 2.72, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
dnl | ||
dnl Copyright 2018-2023 Japanese TeX Development Community <[email protected]> | ||
dnl Copyright 2018-2024 Japanese TeX Development Community <[email protected]> | ||
dnl | ||
dnl This file is free software; the copyright holder | ||
dnl gives unlimited permission to copy and/or distribute it, | ||
dnl with or without modifications, as long as this notice is preserved. | ||
dnl | ||
AC_INIT([dviout-util (TeX Live)], [20230917], [[email protected]]) | ||
AC_INIT([dviout-util (TeX Live)], [20240427], [[email protected]]) | ||
AC_PREREQ([2.65]) | ||
AC_CONFIG_SRCDIR([dvispc.c]) | ||
AC_CONFIG_AUX_DIR([../../build-aux]) | ||
|