From cf2e58da4a1a18e634e723a3b9c5edd5a5544f1b Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Tue, 7 Mar 2017 16:21:24 +0900 Subject: [PATCH] Release Version 9.23 --- doc/jlatex/jintro.tex | 1 + doc/jlatex/jmanual.tex | 2 +- doc/latex/intro.tex | 1 + doc/latex/manual.tex | 2 +- lisp/Makefile.generic1 | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/jlatex/jintro.tex b/doc/jlatex/jintro.tex index 577d2c5ed..153cdc521 100644 --- a/doc/jlatex/jintro.tex +++ b/doc/jlatex/jintro.tex @@ -214,6 +214,7 @@ \subsection{開発履歴} aarm64(ARM)対応を行った.バージョンが9.19となった. OSX対応を行った (gluTessCallback, glGenTexturesEXT), GL\_COLOR\_ATTACHMENT 定数の追加, color-image クラスの修正 (BGR から RGB へ修正).バージョンが9.20となった. hashtab の :trim の挙動の誤りを修正した -を含むファイルをコンパイル出来るようにした.cygwinでcygpq.dllがなくてもエラーにならないようにした.バージョンが9.21となった. :draw-box, :draw-polyline, :draw-starに:colorオプションを追加した.with-output-to-string が nilではなく、stringを返すようにした.error時に呼び出し関数を表示するようにした.classofでポインタを確認するようにした.applyでシンボルポインタをそのままfuncallに渡すようにした.butlast, appendの引数のエラーチェックを加えた.バージョンが9.22となった. + ARM64サポートが追加された.modelが更新された.バージョンが9.23となった. \end{description} \subsection{インストール} diff --git a/doc/jlatex/jmanual.tex b/doc/jlatex/jmanual.tex index 2547ac4ef..eaf4d6c44 100644 --- a/doc/jlatex/jmanual.tex +++ b/doc/jlatex/jmanual.tex @@ -9,7 +9,7 @@ \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi %%% -\newcommand{\eusversion}{9.22} +\newcommand{\eusversion}{9.23} \flushbottom diff --git a/doc/latex/intro.tex b/doc/latex/intro.tex index 34da137ad..aa6db1bab 100644 --- a/doc/latex/intro.tex +++ b/doc/latex/intro.tex @@ -286,6 +286,7 @@ \subsection{Revision History} Version 9.20 is released, support OSX (gluTessCallback, glGenTexturesEXT), add GL\_COLOR\_ATTACHMENT constants, fix color-image class, (it uses RGB not BGR). Version 9.21 is released, fix :trim of hashtab class, enable to compile filename containing -, do not raise error when not found cygpq.dll (Cygwin) Version 9.22 is released, add :color option to :draw-box, :draw-polyline, :draw-star, with-output-to-string returns color instead of nil, print call stack on error, check if classof is called with pointer, pass symbol pointer to funcall in apply, add error check of butlast and append. + Version 9.23 is released, support ARM64, udpate models. \end{description} \subsection{Installation} diff --git a/doc/latex/manual.tex b/doc/latex/manual.tex index c9c44f932..21f1dfa05 100644 --- a/doc/latex/manual.tex +++ b/doc/latex/manual.tex @@ -7,7 +7,7 @@ \usepackage[dvipdfmx,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref} %%% -\newcommand{\eusversion}{9.22} +\newcommand{\eusversion}{9.23} \flushbottom \makeindex diff --git a/lisp/Makefile.generic1 b/lisp/Makefile.generic1 index 02e3529bb..040a17681 100644 --- a/lisp/Makefile.generic1 +++ b/lisp/Makefile.generic1 @@ -28,6 +28,6 @@ TOOLDIR=tool XWINDOWDIR=xwindow GLDIR=opengl/src GLINCLUDE=-I/usr/local/Mesa/include/ -VERSION=9.22 +VERSION=9.23 XVERSION=X_V11R6