wenzelm [Wed, 15 Mar 2000 18:19:06 +0100] rev 8457
use Pretty.str / Pretty.raw_str;
wenzelm [Wed, 15 Mar 2000 18:18:12 +0100] rev 8456
removed lst, strlen, strlen_real, spc, sym;
added chunks, raw_str;
pass all strings through Symbol.output (beware: this is done at
different times for str and spacing/linebreaks!);
speedup formatting (uses Buffer.T);
tuned;
kleing [Wed, 15 Mar 2000 12:05:03 +0100] rev 8455
made links to homepages absolute, avoids trouble with relative links on the
homepages
wenzelm [Tue, 14 Mar 2000 22:58:59 +0100] rev 8454
'undo' prints state (again);
'pr' command: optional limit argument;
wenzelm [Tue, 14 Mar 2000 22:58:20 +0100] rev 8453
pr, disable_pr, enable_pr;
wenzelm [Tue, 14 Mar 2000 22:57:54 +0100] rev 8452
silence undo command;
wenzelm [Tue, 14 Mar 2000 11:33:30 +0100] rev 8451
tuned comments;
wenzelm [Tue, 14 Mar 2000 11:33:14 +0100] rev 8450
invoke_case: include attributes;
wenzelm [Tue, 14 Mar 2000 11:32:38 +0100] rev 8449
'cases' and 'induct' methods;
wenzelm [Tue, 14 Mar 2000 11:31:45 +0100] rev 8448
tuned 'case';
wenzelm [Tue, 14 Mar 2000 11:31:04 +0100] rev 8447
added 'case' command;
added 'print_facts', 'print_binds', 'print_cases' commands;
added 'cases' method;
tuned;
wenzelm [Tue, 14 Mar 2000 11:27:38 +0100] rev 8446
added \NEXT;
wenzelm [Mon, 13 Mar 2000 23:01:09 +0100] rev 8445
proper symbol_output for "xsymbols" mode;
wenzelm [Mon, 13 Mar 2000 16:24:52 +0100] rev 8444
replaced exhaust_tac by case_tac;