Skip to content

Commit

Permalink
Release Version 9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Mar 7, 2017
1 parent 645bc78 commit cf2e58d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/jlatex/jintro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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{インストール}
Expand Down
2 changes: 1 addition & 1 deletion doc/jlatex/jmanual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
\AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi

%%%
\newcommand{\eusversion}{9.22}
\newcommand{\eusversion}{9.23}


\flushbottom
Expand Down
1 change: 1 addition & 0 deletions doc/latex/intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion doc/latex/manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
\usepackage[dvipdfmx,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}

%%%
\newcommand{\eusversion}{9.22}
\newcommand{\eusversion}{9.23}

\flushbottom
\makeindex
Expand Down
2 changes: 1 addition & 1 deletion lisp/Makefile.generic1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cf2e58d

Please sign in to comment.