Built-In Extensions - Change Log Built-In Extensions - 6F95 (Released 2010-10-25) [ View Issues ] ================================================ - 0000170: [Plurality (Emily Short)] ['s-'re] substitution added to Plurality is missing in version 8 (emshort) - closed. - 0000252: [Plurality (Emily Short)] Unnamed every turn rule in Plurality (emshort) - closed. - 0000272: [Locksmith (Emily Short)] Keychain kind double-reports its contents (emshort) - closed. [3 issues]
Built-In Extensions - 6E72 (Released 2010-07-01) [ View Issues ] ================================================ <br />This is a maintenance release, fixing numerous bugs but adding no new functionality.<br /><br />- 0000073: [Plurality (Emily Short)] Use of deprecated feature may mask deprecated features in author code. (emshort) - closed. [1 issue]
Core Inform - Change Log Core Inform - 6G60 (Released 2010-12-23) [ View Issues ] ======================================== <br />This release of Inform leaves the core language unchanged, except for the correction of a small number of bugs, and its main purpose is to provide an improved Index. Better maps are drawn on the World Index, and there's more detail across several other pages.<br /><br />- 0000350: [Rules and rulebooks] Attempting to rearrange rules during play results in a misleading error (graham) - closed. - 0000351: [Releasing, bibliographic data, cBlorb] EPS map created incorrectly with nonstandard directions (graham) - closed. - 0000363: [Indexing] Index indicates that kinds are kinds of themselves (graham) - closed. - 0000370: [Extensions] Word limit is long enough for English, not long enough for the web... (graham) - closed. - 0000371: [Indexing] Regions drawn incorrectly in World Index (graham) - closed. - 0000372: [Model world] "Game is now in its normal 'brief' printing mode" even when that's not normal (graham) - closed. - 0000373: [Source text and punctuation] Internal error when "rather" is incorrectly bracketed in a Definition (graham) - closed. - 0000375: [Assertions and creations] Near-infinite series of unhelpful error messages before an explanation of the problem (graham) - closed. - 0000381: [Source text and punctuation] Confusing error in response to a particular kind of missing semicolon (graham) - closed. - 0000383: [Spacing and printing] "say N in words" says million instead of billion (graham) - closed. - 0000390: [Properties] Misleading error when giving properties to an action name (and some other types) (graham) - closed. - 0000397: [Assertions and creations] abject failure: "A person has a person called the surrogate. The surrogate of the player is the player." (graham) - closed. - 0000395: [Indexing] New "to be..." relation verbs missing from phrasebook, and not permitted passive voice (graham) - closed. - 0000398: [Rules and rulebooks] Code Block Underflow in Chapter 22/Stack Frames.w from single-line "else if" (graham) - closed. - 0000400: [Source text and punctuation] to say ¶ gives error message about what the IDE(?) expanded the pilcrow to (graham) - closed. - 0000404: [Activities] Attempting to use a description in deciding the scope activity results in abject failure (graham) - closed. - 0000405: [Actions] Action names composed of multiple words cause the game to reject rules about these actions when they specify an actor. (graham) - closed. - 0000415: [Scenes] Compiler crashes with code 11 when interlinking scenes with external conditions (graham) - closed. - 0000432: [Model world] "3-sided door" problem message does not provide source code link (graham) - closed. - 0000467: [Model world] Runtime problem refers to the player-character kind, which no longer exists (graham) - closed. - 0000468: [Actions] Current action had been some action causes internal error (graham) - closed. - 0000494: [Indexing] Massive CPU and memory usage when rooms in index map are positioned self-referentially - closed. [22 issues]
Core Inform - 6F95 (Released 2010-10-25) [ View Issues ] ======================================== <br />This maintenance release fixes every core Inform issue logged on the Inform bug tracker up to 25 Oct 2010, which means that it resolves around 180 issues; this change log lists most of them, but omits a few which were simple corrections of typos, and of course doesn't list the small number of issues closed as being misunderstandings. Though there are no significant new features, two additional resources have been added to the core Inform distribution: Andrew Plotkin's Quixe interpreter, allowing Glulx story files to be released as playable websites (something up to now allowed only for Z-machine story files); and Eric Eve's extension "Epistemology", which joins the built-in set for the first time.<br /><br />- 0000129: [Kinds and type checking] Missing run-time type check assigning from a supertype to a subtype (graham) - closed. - 0000325: [Understanding] Can't use adjectives to limit understood values (graham) - closed. - 0000324: [Lists] Local variables declared in a branch remain in scope after that branch (graham) - closed. - 0000348: [Actions] WI does not mention that the thing in actions ``applying to one topic and one thing'' is the second noun, not the first (graham) - closed. - 0000109: [Assertions and creations] Creating an object with the opposite of a comparative adjective compiles but doesn't work (graham) - closed. - 0000124: [Properties] Defining a property of an individual value (not object) is allowed but doesn't work (graham) - closed. - 0000335: [Kinds and type checking] Internal error when a description of non-objects passed as parameter into decide phrase. (graham) - closed. - 0000336: [Rules and rulebooks] Rule fails to set the I6 variable ``self,'' despite the fact that it has a reference to a ``something'' (graham) - closed. - 0000337: [Scenes] Internal error when declaring a begin/end condition for a scene variable (graham) - closed. - 0000339: [Kinds and type checking] Setting a usual property of a kind breaks the parse tree (graham) - closed. - 0000340: [Properties] Error message seems contradictory in context (graham) - closed. - 0000341: [Kinds and type checking] Kinds of kinds seem to be allowed, but excess occurrences of ``kind of'' are ignored. (graham) - closed. - 0000342: [Phrases and functional programming] Phrases may contains parenthetical expressions that do not describe their arguments (graham) - closed. - 0000343: [Kinds and type checking] Modifiers are unexpectedly allowed in sentences arranging the type hierarchy (graham) - closed. - 0000160: [Relations] "the _ which _ relates to by _" and related phrases don't work with static relations (graham) - closed. - 0000349: [Kinds and type checking] Illusion of multiple inheritance results in halfway-disappearing objects (graham) - closed. - 0000354: [Rules and rulebooks] I6 error when using backslash in a rule condition (graham) - closed. - 0000162: [Understanding] names that should be understood sometimes aren't, especially in disambiguation requests (graham) - closed. - 0000169: [Relations] Global dynamic relations larger than 32 words are easily corrupted (graham) - closed. - 0000191: [Understanding] Inconsistent clarification for ambiguous noun references (graham) - closed. - 0000192: [Understanding] Commands that match except for the kind of the noun provoke visibility errors from the parser (graham) - closed. - 0000207: [Understanding] Wrong parser error when an unrecognized noun begins with a pronoun (graham) - closed. - 0000280: [Understanding] Using multiple synonym words not parsed when they're slash-separated in Understand rule (graham) - closed. - 0000282: [Understanding] Trying to abort disambiguation in response to a command to someone, by using another command to someone fails. (graham) - closed. - 0000292: [Understanding] "[something visible]" doesn't match on the turn after entering a room (graham) - closed. - 0000303: [Actions] Incomplete line is printed when examing a supporter with only undescribed objects (graham) - closed. - 0000321: [Actions] Two-noun actions with "that" as preposition can't be in a kind-of-action (graham) - closed. - 0000322: [Rules and rulebooks] Rule-ordering weirdness (graham) - closed. - 0000327: [Equations, units, arithmetic] Value check failure leads to an internal error instead of a warning (graham) - closed. - 0000328: [Equations, units, arithmetic] Pluralization of 0 uses singular instead of plural. (graham) - closed. - 0000329: [Properties] Indexed text properties of objects created by tables do not work properly (graham) - closed. - 0000331: [Properties] The ``provides property'' predicates is always false when applied to values within a quantifier (graham) - closed. - 0000332: [Assertions and creations] Standard Rules' definition of command prompt unnecessarily restrictive (graham) - closed. - 0000333: [Assertions and creations] "Foo is never 5" prevents the variable's value from being initialized at all (graham) - closed. - 0000345: [Phrases and functional programming] Quotations are allowed in phrase names (graham) - closed. - 0000346: [Kinds and type checking] Cyclic inheritance is not detected (graham) - closed. - 0000126: [Phrases and functional programming] Paste icon missing from phrasebook (graham) - closed. - 0000132: [Extensions] Paste button breaks quoted paragraph breaks in extension examples (graham) - closed. - 0000205: [Extensions] The paste icon in extension's examples don't paste the (- I6 inclusion operator correctly. (graham) - closed. - 0000220: [Rules and rulebooks] Compiler trying to handle an error, blames the user for something it wrote itself. (graham) - closed. - 0000225: [Extensions] Spaces added to punctuation in extension documentation HTML (graham) - closed. - 0000247: [Relations] Most relations involving values produce run-time problems when used as conditions (graham) - closed. - 0000286: [Actions] "Praying is an action out of world applying to one topic with past participle prayed." (graham) - closed. - 0000290: [Releasing, bibliographic data, cBlorb] cBlorb creates badly-formed StatusCblorb.html when story title contains an apostrophe (graham) - closed. - 0000304: [Tables] Nested loops with tables can break, causing runtime errors (graham) - closed. - 0000305: [Releasing, bibliographic data, cBlorb] Inconsistency in handling misformatted text-with-substitutions when releasing along with the source text (graham) - closed. - 0000308: [Spacing and printing] Inform mentions a nonexistent comma in the error for an empty substitution (graham) - closed. - 0000309: [Indexing] during clauses are not displayed in the action index (graham) - closed. - 0000311: [Phrases and functional programming] Phrases with tables and too many local variables cause I6 errors (graham) - closed. - 0000314: [Phrases and functional programming] "let" can be used on Repeat's variable, without Problem message (graham) - closed. - 0000319: [Equations, units, arithmetic] Checking a truth state fails (via "whether or not") (graham) - closed. - 0000080: [Relations] Untyped relations are allowed but can't be used safely (graham) - closed. - 0000177: [Actions] using action variables in past tense causes run-time errors (graham) - closed. - 0000306: [Actions] Cannot use action-local KOV variable in rule header with "an actor" (graham) - closed. - 0000095: [Relations] Static symmetric one-to-one relations of values are created as asymmetric (with solution) (graham) - closed. - 0000096: [Relations] Text used with the "relates" verb is not converted to indexed text when necessary (graham) - closed. - 0000103: [Relations] Static relations of lists are created with the wrong type (graham) - closed. - 0000108: [Lists] Comparing a list with a constant empty list always gives a negative result (graham) - closed. - 0000114: [Activities] Bad results and runtime errors from [one of]...[in random order] on Z-code (with solution?) (graham) - closed. - 0000125: [Rules and rulebooks] Rules naming an action are considered less specific than "doing something" rules (graham) - closed. - 0000137: [Lists] Multi-level lists of indexed text are not initialised correctly (graham) - closed. - 0000138: [Assertions and creations] Object names starting with a reserved name are allowed but can't be used in phrases (graham) - closed. - 0000139: [Assertions and creations] I7 initialization of "translates to I6" variable silently fails. (graham) - closed. - 0000157: [Relations] Can't refer to block type values in conditions involving implicit searches (graham) - closed. - 0000158: [Relations] Can't refer to block type values in the past tense (graham) - closed. - 0000161: [Headings] Sections with quote marks in the heading can't be replaced (graham) - closed. - 0000167: [Extensions] Link to extension docs in phrase problem message uses the wrong capitalization for author and extension names (graham) - closed. - 0000172: [Understanding] Odd problem message when trying to understand values matching a description (graham) - closed. - 0000173: [Kinds and type checking] Descriptions of values with subordinate clauses lose their types (graham) - closed. - 0000176: [Rules and rulebooks] Can't use a bare kind of value after action name in rule preamble (graham) - closed. - 0000179: [Rules and rulebooks] anonymously abide doesn't do what it says on the tin (graham) - closed. - 0000181: [Phrases and functional programming] "Now X is Y" fails to parse correctly when asked to infer the object to which a property belongs (graham) - closed. - 0000185: [Relations] Multi-word verbs are not recognised in forms using an auxiliary (graham) - closed. - 0000186: [Phrases and functional programming] Use of indexed text not recognised when accessed only through a pointer in an indirectly called phrase (graham) - closed. - 0000187: [Scenes] Game produces a nonrunning version when a scene begins based on a room "enclosing" a player (graham) - closed. - 0000188: [Tables] Table cannot start out completely empty when type is indicated in parentheses (graham) - closed. - 0000195: [Assertions and creations] Unnamed rooms cannot be referred to with ``here'' when they are declared with a property. (graham) - closed. - 0000196: [Spacing and printing] Closed, empty, light-providing containers don't respect ``Use the serial comma'' (graham) - closed. - 0000202: [Model world] Unset variable in WriteAfterEntry() (graham) - closed. - 0000208: [Actions] "Throwing it at" and "putting it on" both claim the syntax "drop [something] on/onto [something]" (graham) - closed. - 0000216: [Source text and punctuation] UNDO on first turn results in misleading message (graham) - closed. - 0000217: [Extensions] Segmentation fault in ni triggered by lengthy extension documentation (graham) - closed. - 0000221: [Lists] Creating lists of generic table columns is impossible (graham) - closed. - 0000222: [Tables] Declaring the type of a local to be table column causes an error about an empty list literal (graham) - closed. - 0000228: [Tables] A Programming error is triggered when checking if there is a corresponding entry in an empty table name (graham) - closed. - 0000229: [Phrases and functional programming] Phrases with two words beginning with "end" can't be used in pythonesque blocks (graham) - closed. - 0000230: [Extensions] The warning on the installed extensions page implies that extensions' filenames cannot end in .i7x (graham) - closed. - 0000248: [Rules and rulebooks] Using "an object (called O)" in the heading of an object based rulebook's rule causes a compilation error (graham) - closed. - 0000254: [Rules and rulebooks] RTP occurs when trying to access/modify variable of a nothing based rulebook (graham) - closed. - 0000264: [Rules and rulebooks] Can and cannot "follow the x rules" depending on whether x has been declared with "the x rules" or "the x rulebook" (graham) - closed. - 0000276: [Assertions and creations] Can't use a variable named target (emshort) - closed. - 0000277: [Phrases and functional programming] Two bugs about ( and \ being interpreted as regex characters in the phrase 'replace the text x in y with z' (graham) - closed. - 0000278: [Rules and rulebooks] Sometimes the player's holdall is referred to as "nothing." (graham) - closed. - 0000279: [Indexing] "Typed commands leading to this action" doesn't list "[any room]" or similar (graham) - closed. - 0000281: [Releasing, bibliographic data, cBlorb] Apostrophe in the story title break auto-generated play.html (curiousdannii) - closed. - 0000287: [Properties] Unchecked access to properties not supported by a kind (graham) - closed. - 0000289: [Activities] Misleading problem message on forgetting the "something" when defining a new activity (graham) - closed. - 0000293: [Lists] Substitutions in list of indexed texts cause compiler problems. (graham) - closed. - 0000294: [Scenes] scene cannot trigger itself (graham) - closed. - 0000302: [Kinds and type checking] Changing printed name to an indexed text causes interpreter crash (jmcgrew) - closed. - 0000100: [Releasing, bibliographic data, cBlorb] Releasing source text causes the "heading" span tags to be misplaced. (graham) - closed. - 0000119: [Phrases and functional programming] Descriptions of numbers don't work when applied to negative numbers (graham) - closed. - 0000134: [Assertions and creations] conditions with multiple "when" don't work anymore (graham) - closed. - 0000147: [Indexing] In Contents Index, "the X understood" are split into 2 sections (graham) - closed. - 0000148: [Indexing] Heading phrases like (for use with Conversation Framework by Eric Eve) inconsistent within index (graham) - closed. - 0000149: [Indexing] When a relation appears in Contents Index "#/bytes", with garbled characters instead of a name (graham) - closed. - 0000168: [Phrases and functional programming] Incorrectly identifying error as deprecated syntax in Standard Rules (graham) - closed. - 0000174: [Assertions and creations] Sounds/figures/external files can be created implicitly by assertions (graham) - closed. - 0000180: [Releasing, bibliographic data, cBlorb] Tables in Source Text are not displayed properly (graham) - closed. - 0000183: [Source text and punctuation] Inform blames the story title for an undeclared object in (+ .. +), or, if there is no title, it crashes. (graham) - closed. - 0000184: [Kinds and type checking] Some uncaught errors involving the use of the 'action' kind of value (graham) - closed. - 0000189: [Tables] I6 error when defining too many block-type table entries (or globals) on Z-code (graham) - closed. - 0000193: [Actions] Internal error on statically defined stored actions involving block type values (graham) - closed. - 0000194: [Spacing and printing] Text substitutions [is-are a/the/- list of ...] print "nothing" instead of "is nothing" for empty lists (graham) - closed. - 0000209: [Assertions and creations] Failing to make all parts of a kind kinds themselves, generates unclear compile errors. (graham) - closed. - 0000218: [Assertions and creations] Contradiction message fails to account for the underlying cause (graham) - closed. - 0000223: [Releasing, bibliographic data, cBlorb] Website release creates incorrect image links. (graham) - closed. - 0000224: [Lists] Figures having "with" in their names are interpreted as objects in lists of figures (graham) - closed. - 0000231: [Headings] Otherwise hidden HTML tags are visible if they appear in the game's title (graham) - closed. - 0000236: [Understanding] Understanding as nothing causes an assertion violation (graham) - closed. - 0000237: [Assertions and creations] Missing word ``to'' in error message (graham) - closed. - 0000241: [Relations] Relating something to "nothing" causes a Code 10 compiler crash. (graham) - closed. - 0000255: [Indexing] Index error on the regional-containment relation (graham) - closed. - 0000258: [Releasing, bibliographic data, cBlorb] Released web source had duplicated index when a footnote occurs in the prefatory lines (with solution) (graham) - closed. [124 issues]
Core Inform - 6E72 (Released 2010-07-01) [ View Issues ] ======================================== <br />This is a maintenance release, fixing numerous bugs but adding no new functionality.<br /><br />- 0000105: [Phrases and functional programming] Phrases applying only to specific values don't work for some KOVs (graham) - closed. - 0000072: [Rules and rulebooks] Block-type values produced by rulebooks are not handled correctly (graham) - closed. - 0000058: [Source text and punctuation] Leading/trailing apostrophes can't be used in story title (graham) - closed. - 0000146: [Releasing, bibliographic data, cBlorb] Single-page source websites show "page 1 of 0" (graham) - closed. - 0000038: [Model world] Bad output from examining enterable supporter (emshort) - closed. - 0000076: [Tables] Self-referential constant lists don't work in tables defining a kind of value (graham) - closed. - 0000040: [Releasing, bibliographic data, cBlorb] Parchment play-in-browser page hangs in Chrome browser (curiousdannii) - closed. - 0000102: [Kinds and type checking] Long-form definitions forget their argument types (graham) - closed. - 0000104: [Relations] Can't test one-to-one relations of values directly (graham) - closed. - 0000107: [Phrases and functional programming] Phrase references used as cases in switch blocks lose their types (graham) - closed. - 0000110: [Phrases and functional programming] invoking a phrase that begins with a number doesn't compile unless number is spelled out (graham) - closed. - 0000111: [Phrases and functional programming] Wording descriptions of phrase arguments with ``that is'' leads to an ICE (graham) - closed. - 0000116: [Extensions] "unindexed" does not prevent advertising variables in documentation (graham) - closed. - 0000117: [Properties] A room is not accepted as property if it is created through a direction (graham) - closed. - 0000130: [Assertions and creations] When the starting location is mistaken for a direction, the error message says a statement contradicts itself (graham) - closed. - 0000142: [Indexing] Lone hyphen messes up index's phrasebook (graham) - closed. - 0000143: [Rules and rulebooks] Crash on rule with name containing parentheses (graham) - closed. - 0000032: [Phrases and functional programming] Testing "if the player was on the holder of the player" always returns true during the first turn (graham) - closed. - 0000037: [Properties] An unamed value property (given the same name as the kind of value) cannot be used with "provides the property" conditional (graham) - closed. - 0000079: [Model world] "[a list of ...]" lists the wrong objects when kind negation is involved (graham) - closed. - 0000082: [Properties] Well-defined adjectives depending on a truth state property fail if the adjective is one word (graham) - closed. - 0000083: [Phrases and functional programming] ICE deciding on nothing (which should never be done anyway) outside a phrase to decide a value (graham) - closed. - 0000085: [Phrases and functional programming] Invoking a phrase that cannot be applied unambiguously changes the errors emitted (graham) - closed. - 0000087: [Phrases and functional programming] There is no line number when a phrase's implicit return cannot find a default value (graham) - closed. - 0000098: [Extensions] Section replacements suppress extension versioning errors (graham) - closed. - 0000099: [Phrases and functional programming] Cannot move backdrops to regions with "now" (graham) - closed. - 0000112: [Assertions and creations] Compiler crashes with code 10 when table defines an object that exists in another context (graham) - closed. - 0000141: [Relations] "internal error -- too late now to defer propositions" from generalized conditional relations (graham) - closed. - 0000041: [Relations] Relations of values which involve a property don't work (graham) - closed. - 0000042: [Relations] Equivalence relations of values don't work (with solution) (graham) - closed. - 0000043: [Relations] Confusion between one-to-various and various-to-various relations (graham) - closed. - 0000044: [Kinds and type checking] Lack of type checking in arithmetic phrases (graham) - closed. - 0000045: [Source text and punctuation] Can't use two constant lists in the same phrase in some cases (graham) - closed. - 0000046: [Assertions and creations] Compiler hangs on faulty assertion about values (graham) - closed. - 0000039: [Model world] Using the word "scene" in a room name causes compiler error (graham) - closed. - 0000049: [Relations] Can't statically store relations of values in variables (graham) - closed. - 0000050: [Kinds and type checking] (Dis)allowing descriptions of kinds more specific than objects (graham) - closed. - 0000051: [Headings] Missing paragraph break between problem messages from different headings (graham) - closed. - 0000054: [Indexing] seven minor scene index quibbles (graham) - closed. - 0000057: [Rules and rulebooks] Requesting an actor to end the story results in an ``unable to do that'' message. (graham) - closed. - 0000059: [Relations] Relations between numbers generate unused properties (graham) - closed. - 0000061: [Indexing] Kinds Index shows incorrect default values for either-or properties (graham) - closed. - 0000063: [Extensions] Installing a poorly named extension causes all projects to fail compilation with a cryptic error (graham) - closed. - 0000033: [Phrases and functional programming] To say phrases with text as variables can't be called (graham) - closed. - 0000035: [Properties] Plural creation of properties silently fails. (graham) - closed. - 0000064: [Extensions] Generalized conditions in text containing line breaks can cause I6 errors (graham) - closed. - 0000070: [Rules and rulebooks] Programming error appears at the start of the game in response to rulebook with two list variables (graham) - closed. - 0000071: [Rules and rulebooks] Phrases to invoke value-producing rulebooks don't work with certain kinds of values (graham) - closed. - 0000074: [Lists] Lists of more than 127 entries produce a compiler error (graham) - closed. - 0000075: [Rules and rulebooks] "Last scene changing rule" isn't. (graham) - closed. - 0000077: [Scenes] explicit listing a rule after "scene change machinery rule" works but never runs. (with solution?) - closed. [51 issues]
Core Inform - 6E59 (re-release) (Released 2010-06-17) [ View Issues ] ===================================================== <br />The Windows version of 6E59 was re-released, without changing the version number, to resolve a critical issue.<br /><br />- 0000036: [Assertions and creations] Code 10 error from creating too many duplicate objects (graham) - closed. [1 issue]
Documentation, Examples, and Web Site - Change Log Documentation, Examples, and Web Site - 6F95 (Released 2010-10-25) [ View Issues ] ================================================================== - 0000318: [Writing with Inform] indoc generates incorrect <font> tag in one case (graham) - closed. - 0000323: [Writing with Inform] No documentation of the "is mapped" terminology (graham) - closed. - 0000115: [Writing with Inform] request small clarification for "unindexed" word (graham) - closed. - 0000334: [Writing with Inform] Perhaps a word about EPS, BoundingBox, and PageSize? (graham) - closed. - 0000152: [Writing with Inform] Confusion about declaring a property in both I6 and I7 (graham) - closed. - 0000166: [Examples] Interpreter folder missing from Glass example. (graham) - closed. - 0000211: [Writing with Inform] Mistake in the definition of the back side of a door (emshort) - closed. - 0000213: [Writing with Inform] Chapter 25.12 has extraneous line breaks (emshort) - closed. - 0000214: [IDE Error Pages] Description of exit code has redundant wording (graham) - closed. - 0000232: [Writing with Inform] Incorrect description for "blank out the whole (table column)" (emshort) - closed. - 0000233: [Writing with Inform] Procedural rules are deprecated but used in examples (emshort) - closed. - 0000235: [Writing with Inform] Layout problem in "Writing with Inform": no wrap-up of text (graham) - closed. - 0000238: [Writing with Inform] Restrictions on initials in extension author names are not clear from WI 25.3 (emshort) - closed. - 0000239: [Writing with Inform] Small mistake in "replace punctuated word number" sample (emshort) - closed. - 0000240: [Writing with Inform] Bug reporting instructions in WI 2.15 are out-of-date (emshort) - closed. - 0000242: [Writing with Inform] Various typos (emshort) - closed. - 0000243: [The Recipe Book] Various typos (emshort) - closed. - 0000244: [Examples] Various typos (emshort) - closed. - 0000245: [IDE Error Pages] Typo in error message for changing the player to an off-stage character (graham) - closed. - 0000262: [Writing with Inform] The manual suggests punctuation in understand text would be allowed (emshort) - closed. - 0000265: [Writing with Inform] Chapter 23 ("Releasing"): more extraneous line breaks (emshort) - closed. - 0000266: [Writing with Inform] 17.2 gives the wrong explanation for "handling the activity" (emshort) - closed. - 0000267: [Examples] The note on the test string in example 230, The Unexamined Life, is specific to the Z-machine. (emshort) - closed. - 0000269: [Writing with Inform] Release documentation doesn't mention the useful public/private keywords. (emshort) - closed. - 0000271: [Writing with Inform] "New builds of Inform are identified by four-character codes: letter, number, letter, letter." Huh? (emshort) - closed. - 0000283: [Writing with Inform] The website address in section 2.15 seems incorrect (graham) - closed. - 0000312: [Writing with Inform] Default behavior of "printing the name" activity is not fully explained (graham) - closed. [27 issues]
Documentation, Examples, and Web Site - 6E72 (Released 2010-07-01) [ View Issues ] ================================================================== <br />This is a maintenance release, fixing numerous bugs but adding no new functionality.<br /><br />- 0000088: [IDE Error Pages] Failed translation suggests that the author e-mail Graham; perhaps it should point to Mantis (graham) - closed. - 0000078: [Writing with Inform] Minor error in documentation failing to reflect new deprecated phrases (graham) - closed. - 0000097: [Writing with Inform] Creating kinds via tables is an undocumented feature (graham) - closed. - 0000068: [Writing with Inform] Syntax boxes for functional phrases (with "->") are formatted incorrectly (graham) - closed. [4 issues]
All Inform front-end applications - Change Log All Inform front-end applications - 6G60 (Released 2010-12-23) [ View Issues ] ============================================================== - 0000251: [Installation and Platform Issues] Settings.plist lossily modified between OS X and Windows IDE (pchimento) - resolved. [1 issue]
Gnome Inform application - 6E72 (Released 2010-07-06) [ View Issues ] ===================================================== - 0000127: [User Interface] Extensions documentation is broken. (pchimento) - closed. - 0000144: [User Interface] Main window can't be resized smaller than a certain size (pchimento) - closed. - 0000145: [Installation and Platform Issues] gnome-inform7.schemas not installed properly when installing Ubuntu package (pchimento) - closed. [3 issues]
Mac OS X Inform application - Change Log Mac OS X Inform application - 6G60 (Released 2010-12-23) [ View Issues ] ======================================================== - 0000711: [Installation and Platform Issues] CocoaGlk dies on OSX 10.7 (Lion) - resolved. - 0000418: [Installation and Platform Issues] Mismatched example numbers (graham) - closed. [2 issues]
Mac OS X Inform application - 6F95 (Released 2010-10-25) [ View Issues ] ======================================================== - 0000135: [Editing] Mac IDE fails to save extensions with the .i7x file extension (ahunter) - closed. - 0000296: [User Interface] Help menu links to what looks like an outdated version of the Recipe Book (ahunter) - closed. - 0000153: [User Interface] Neither game nor index tab is available after successful compile (ahunter) - closed. - 0000257: [Installation and Platform Issues] Glulx stories crash with Glk error on nested say statements involving indexed text (ahunter) - closed. - 0000330: [User Interface] Obscure problem message for overflowing Z-machine RAM (ahunter) - closed. [5 issues]
Mac OS X Inform application - 6E72 (Released 2010-07-01) [ View Issues ] ======================================================== - 0000034: [Installing Extensions] Installing extensions from the IDE doesn't update file menu (ahunter) - closed. - 0000056: [User Interface] Choosing a custom font has no effect. (ahunter) - closed. - 0000060: [User Interface] Search doesn't consider non-alphabet characters as word boundaries (ahunter) - closed. - 0000069: [User Interface] Find dialog closes after switching to a different search string (ahunter) - closed. - 0000133: [User Interface] When getting a compiler error, the index is deleted. Specific to Mac. (graham) - closed. [5 issues]
Windows Inform application - Change Log Windows Inform application - 6F95 (Released 2010-10-25) [ View Issues ] ======================================================= - 0000053: [User Interface] Source code links don't bring the highlighted paragraphs into view (DavidK) - closed. - 0000234: [Editing] "Renumber all sections" corrupts source text (DavidK) - closed. [2 issues]
Windows Inform application - 6E72 (Released 2010-07-04) [ View Issues ] ======================================================= - 0000052: [Editing] Line break problems when copying text from Windows IDE (DavidK) - closed. [1 issue]