Skip to content

Commit d016312

Browse files
committedDec 30, 2016
Release Version 9.22
1 parent 704e7c0 commit d016312

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed
 

‎doc/jlatex/jintro.tex

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ \subsection{開発履歴}
213213
gcc-5対応を行った.バージョンが9.18となった.
214214
aarm64(ARM)対応を行った.バージョンが9.19となった. OSX対応を行った (gluTessCallback, glGenTexturesEXT), GL\_COLOR\_ATTACHMENT 定数の追加, color-image クラスの修正 (BGR から RGB へ修正).バージョンが9.20となった.
215215
hashtab の :trim の挙動の誤りを修正した -を含むファイルをコンパイル出来るようにした.cygwinでcygpq.dllがなくてもエラーにならないようにした.バージョンが9.21となった.
216+
:draw-box, :draw-polyline, :draw-starに:colorオプションを追加した.with-output-to-string が nilではなく、stringを返すようにした.error時に呼び出し関数を表示するようにした.classofでポインタを確認するようにした.applyでシンボルポインタをそのままfuncallに渡すようにした.butlast, appendの引数のエラーチェックを加えた.バージョンが9.22となった.
216217
\end{description}
217218

218219
\subsection{インストール}

‎doc/jlatex/jmanual.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
\AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
1010

1111
%%%
12-
\newcommand{\eusversion}{9.21}
12+
\newcommand{\eusversion}{9.22}
1313

1414

1515
\flushbottom

‎doc/latex/intro.tex

+1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ \subsection{Revision History}
285285
Version 9.18 is released, support gcc-5.
286286
Version 9.20 is released, support OSX (gluTessCallback, glGenTexturesEXT), add GL\_COLOR\_ATTACHMENT constants, fix color-image class, (it uses RGB not BGR).
287287
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)
288+
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.
288289
\end{description}
289290

290291
\subsection{Installation}

‎doc/latex/manual.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
\usepackage[dvipdfmx,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
88

99
%%%
10-
\newcommand{\eusversion}{9.21}
10+
\newcommand{\eusversion}{9.22}
1111

1212
\flushbottom
1313
\makeindex

‎lisp/Makefile.generic1

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ TOOLDIR=tool
2828
XWINDOWDIR=xwindow
2929
GLDIR=opengl/src
3030
GLINCLUDE=-I/usr/local/Mesa/include/
31-
VERSION=9.21
31+
VERSION=9.22
3232
XVERSION=X_V11R6
3333

0 commit comments

Comments
 (0)
Please sign in to comment.