Changeset 14385 for ChangeLog

Show
Ignore:
Timestamp:
10/17/06 08:27:13 (2 years ago)
Author:
trey
svk:copy_cache_prev:
21206
Message:

A few grammars, speeling, and usificationages fixes, more coming.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r14384 r14385  
    119119=== New modules 
    120120 
    121 * [ext/Automata-Cellular/] - Build and render Cellular Automata on a terminal 
     121* [ext/Automata-Cellular/] - Build and render cellular automata in a terminal 
    122122* [ext/Math-Basic/] - Basic mathematical functions and constants 
    123123* [ext/Math-Random-Kiss/] - Pseudo-random number generator 
     
    129129* Added basic tests for `escapeHTML` and `unescapeHTML`, which were broken 
    130130* Added new tests for `PATH_INFO` 
    131 * Allow Initializing the CGI object with a hash of paramemters 
     131* Allow initializing the CGI object with a hash of parameters 
    132132* Implemented the `Dump` function adapted from Perl 5's CGI.pm 
    133 * Only send the Content-Type header if we actually have a content-type 
    134 * Only send the Status header if it's a redirect, or if it's explicitly added 
    135 * Refactored into an OO-only module, breaking backwards compatibility.  
     133* Only send the Content-Type: header if we actually have a content-type 
     134* Only send the Status: header if it's a redirect, or if it's explicitly added 
     135* Refactored into an OO-only module.  N.B.: this breaks backwards compatibility! 
    136136* Renamed the `content_type` method to `type` for compatibility 
    137137* Renamed the `cookies` attribute to `cookie` for compatibility 
    138 * Some work on charsets handling, though a `charset` method is still missing 
     138* Some work on charset handling, though a `charset` method is still missing 
    139139 
    140140=== [ext/HTTP-Server-Simple/] 
     
    153153=== [ext/Test/] 
    154154 
    155 * Converted `Test.pm` documentation from Kwid to POD syntax 
    156 * Removed the `eval_ok` and `eval_is` functions; use `is eval` instead 
     155* Converted `Test.pm` documentation from Kwid to Pod syntax 
     156* Removed the `eval_ok` and `eval_is` functions; use `is eval` instead, 
     157  which runs its string in the current lexical scope rather than 
     158  in Test's (which is usually what you want) 
    157159 
    158160== Test Suite 
     
    175177* Smoke client now uploads raw `.yml` results as well as `.html` 
    176178* The smokeserver now annotates the spec with test results 
    177 * See SYN links on [http://smoke.pugscode.org/] for this in action 
     179* See the `SYN` links on [http://smoke.pugscode.org/] for this in action 
    178180 
    179181=== [t/02-test-pm/] 
     
    188190=== [t/closure_traits/] 
    189191 
    190 * A new test subdirectory dedicated to test closure traits 
     192* A new test subdirectory to test closure traits (FIRST, LAST, etc.) 
    191193 
    192194=== [t/] 
     
    194196* Added many, many more smartlinks into the spec 
    195197* All tests now begins with `use v6-alpha;` instead of `use v6;` 
    196 * Converted `eval_ok` and `eval_is` to `ok eval` and `is eval` 
     198* Converted `eval_ok` and `eval_is` to `ok eval` and `is eval`, so that 
     199  eval'd strings will be run in the lexical scope in which they 
     200  are defined, rather than in Test.pm's scope 
    197201* Merged [t_disabled/] back into the main test suite 
    198202* Removed `#!/usr/bin/pugs` from all test files 
     
    207211=== [misc/runpugs/] 
    208212 
    209 * A web teminal for running an interactive Pugs shell on the web 
     213* New feature: a web teminal for running an interactive Pugs shell on the web 
    210214* WebTerminal: A library for building web terminals for interactive shells 
    211215* See [http://run.pugscode.org/] for a live demo 
     
    219223=== [docs/Perl6/Spec/] 
    220224 
    221 * A new S16 draft for IO/IPC/Signals as [docs/Perl6/Spec/IO.pod] 
    222 * A new S26 draft for Documentation as [docs/Perl6/Spec/Documentation.pod] 
     225* A new S16 draft for IO/IPC/signals as [docs/Perl6/Spec/IO.pod] 
     226* A new S26 draft for documentation as [docs/Perl6/Spec/Documentation.pod] 
    223227* Revamped S29 draft in [docs/Perl6/Spec/Functions.pod] 
    224228 
    225229=== [docs/Pugs/Doc/] 
    226230 
    227 * New directory for Pugs-specific documentations 
     231* New directory for Pugs-specific documentation 
    228232* Haskell style guide for Pugs hackers in [docs/Pugs/Doc/Hack/Style.pod] 
    229233