From cdcd5f0ba0927432402c4a9816681635c6137cd7 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Wed, 18 Jan 2006 17:10:37 +0000 Subject: [PATCH] TODO: big-endian platforms, goldlang engine update --- docs/todowork.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/todowork.txt b/docs/todowork.txt index 75e2d69..6445eb6 100644 --- a/docs/todowork.txt +++ b/docs/todowork.txt @@ -38,10 +38,14 @@ To do: * Switching code page at message reading using information from CHRS kludge (some OS only). * Message text preprocessing with externutil. -* Add *.* to attach path if not specified. +* Add *.* (DOS-based) or * (*nix) to attach path if not specified. * Marking messages with reply in lister. * Macro-tokens (@token like externutil parameters) in TaskTitle * Select areas in crosspost menu. +* Replace prinf format string with special macrovariables in goldlang.cfg + (prevent Golded+ crash with invalid config, improve functionality of + goldlang.cfg parser). +* Big-endian platforms support. ______________________________________________________________________ To fix: