- fixed tests 11 and 42 (01.03.06) — Test 11 fixed. Test 42 fixed. Todo: Test 19.
- runtests.py no longer recurses into subdirectories (27.02.06) — runtests.py no longer recurses into subdirectories. Because I will probably never use this. more
- getConsoleOutput() (27.02.06) — Test 20 failed because CaptureConsole.getConsoleOutput() didn't return a pure string. more
- New function ispure() (26.02.06) — New function lino.misc.etc.ispure() tests whether a string is «pure»: either pure ASCII or Unicode, but not a simple string with non-ascii characters more
- Some tests still failing (26.02.06) — Tests 20 and 42 fail. more
- new directory rtlib/emacs (22.02.06) — The new directory rtlib/emacs contains my emacs configuration files. more
- still encoding (21.02.06) — I noticed that Lino's sitecustomize leads to problems, and that there are differences between print x and sys.stdout.write(x). more
- About encodings (20.02.06) — How to support non-ascii characters on a console? The TIM-Tools on my customers' Windows machines should talk German or French, thus they need either latin1 or cp850 or cp437 encoding. I'd like this to work also when accessing a remote Linux machine from a Window machine . more
- converted last but 1 testcases (19.02.06) more
- Converting races, ledger, examples (18.02.06) — commit 302 more
- Converting pinboard (13.02.06) more
- New strategy to define application reports (13.02.06) — Idea: the tables.py module of application also defines the Reports, each Report as a subclass of DataReport. This launches a new project subclassable Reports. more
- some tests were broken (11.02.06) — Some tests were broken since 11.02.06. more
- jobs1.py was broken (11.02.06) — jobs1.py was broken.
- forms.tixforms.DataGrid and column widths (11.02.06) — base.DataGrid now implements GenericDocument. tixform.DataGrid uses this to let Report.computeColumnWidth() do the work. more