Annotation of nono/doc/changes.html, revision 1.1

1.1     ! root        1: <!--
        !             2:  nono
        !             3:  Copyright (C) 2020 nono project
        !             4:  Licensed under nono-license.txt
        !             5: -->
        !             6: <html>
        !             7: <head>
        !             8: <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        !             9: <title>nono document</title>
        !            10: <style type="text/css">
        !            11: /* https://jfly.uni-koeln.de/colorset/ */
        !            12: 
        !            13: :root {
        !            14:        --blue:                 rgb(  0,  90, 255);
        !            15:        --brown:                rgb(128,  64,   0);
        !            16:        --green:                rgb(  3, 175, 122);
        !            17:        --grey:                 rgb(132, 145, 158);
        !            18:        --light-grey:   rgb(200, 200, 203);
        !            19: }
        !            20: body {
        !            21:        background-color: var(--light-grey);
        !            22: }
        !            23: q {
        !            24:        color: var(--brown);
        !            25: }
        !            26: q:before {
        !            27:        content: "[";
        !            28: }
        !            29: q:after {
        !            30:        content: "]";
        !            31: }
        !            32: dt.dt-indent {
        !            33:        padding-left: 1ex;
        !            34: }
        !            35: .main {
        !            36:        margin-left: 1em;
        !            37: }
        !            38: .cons {
        !            39:        background-color: black;
        !            40:        color: white;
        !            41: }
        !            42: .file {
        !            43:        background-color: white;
        !            44:        color: black;
        !            45: }
        !            46: .strike {
        !            47:        color: var(--grey);
        !            48: }
        !            49: </style>
        !            50: </head>
        !            51: <body>
        !            52: <h3>nono: changes</h3>
        !            53: 
        !            54: <hr>
        !            55: <div class="main">
        !            56: <dl>
        !            57: <dt>0.1.0 (2020/07/19)
        !            58: <dd><ul>
        !            59: <li>OpenBSD/FreeBSD でビルド可能に。
        !            60: <q>Make it buildable on OpenBSD/FreeBSD</q>
        !            61: <li>GUI メニューの L10N 対応
        !            62: (GUI メニュー以外(ログメッセージなど)については当面対応予定はないです)。
        !            63: <q>Support L10N for GUI menus
        !            64: (There are no plans to support more messages (like log messages)
        !            65: at least for now)</q>
        !            66: <li>サブウィンドウを表示しているとマウスモードでクリック入力が入らなかった問題を修正。
        !            67: <q>Fix problem that you can not enter any clicks in mouse mode
        !            68: when you display some sub windows</q>
        !            69: <li><span class=strike>m88k の疑似 STOP 状態に対応。
        !            70: <q style="color:var(--grey)">Support pseudo STOP state on m88k</q></span>
        !            71: 
        !            72: </ul></dd>
        !            73: <p>
        !            74: 
        !            75: 
        !            76: <dt>0.0.4 (2020/06/13)
        !            77: <dd><ul>
        !            78: <li>例外ベクタ取得中のバスエラーで死んでいたのを修正。
        !            79: <q>Fix abnormal termination when fetching exception vector causes bus error.</q>
        !            80: <li>ダブルバスフォールトを通知。
        !            81: <q>Notify when double bus fault has occurred.</q>
        !            82: <li><span class=strike>m88100 の改良と m88200 を実装中。
        !            83: OpenBSD/luna88k カーネルが起動しますが、
        !            84: まだユーザランドに入るあたりまでです。
        !            85: <q style="color:var(--grey)">Improve m88100 and implement m88200.
        !            86: It can run OpenBSD/luna88k kernel and
        !            87: it has just entered in userland.
        !            88: </q>
        !            89: </span>
        !            90: <li><span class=strike>x68k の MFP、DMAC を適当実装したので
        !            91: 実は NetBSD/x68k ブートローダまでは起動します。
        !            92: CRTC が不完全なのでスクロールはまだできません。
        !            93: <q style="color:var(--grey)">Implemented MFP and DMAC in underground x68k mode.
        !            94: It can run NetBSD/x68k boot loader.
        !            95: However, CRTC emulation is not completed yet,
        !            96: so you cannot scroll text.</q>
        !            97: </ul></dd>
        !            98: 
        !            99: <dt>0.0.3 (2020/05/16)
        !           100: <dd><ul>
        !           101: <li>ROM モニタエミュレーションを実装。<q>Support emulated ROM monitor.</q>
        !           102: <li><span class=strike>地下で m88k 実装開始。
        !           103: 今のところ OpenBSD/luna88k のブートローダが起動できるだけです。
        !           104: <q style="color:var(--grey)">Started to implement m88k in underground.
        !           105: It just can run OpenBSD/luna88k's boot loader for now.
        !           106: </q>
        !           107: </span>
        !           108: </ul></dd>
        !           109: 
        !           110: <dt>0.0.2 (2020/04/21)
        !           111: <dd><ul>
        !           112: <li>SCSI エミュレーションを改善。<q>Improve(Reimplement) SCSI emulation.</q>
        !           113: <li>マウスをサポート。<q>Support mouse.</q>
        !           114: <li>RFCNT の Y 座標を修正。<q>Fix Y coordinate of RFCNT.</q>
        !           115: </ul></dd>
        !           116: 
        !           117: <dt>0.0.1 (2020/03/06)
        !           118: <dd><ul>
        !           119: <li>Initial Release
        !           120: </ul></dd>
        !           121: 
        !           122: </dl>
        !           123: </div>
        !           124: <hr>
        !           125: nono project
        !           126: </body>
        !           127: </html>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.