| Commit | Date | |
|---|---|---|
| 2008-01-23 03:34:15 | Tree | |
|
[r2564]
by
david_costanzo
Fix a bug in the last "cosmetic" change. I had replaced some max logic with a call to min. That has been corrected and the print tests are now working again. |
2008-01-23 03:33:06 | Tree |
|
[r2563]
by
david_costanzo
Cosmetic refactoring: rename a variable "wid" to "totalCharsToPrint" because having two variables named "width" and "wid" made the code difficult to read. |
2008-01-23 03:29:48 | Tree |
| 2008-01-23 03:17:52 | Tree | |
|
[r2561]
by
david_costanzo
Explicitly state that PRINTWIDTHLIMIT is a variable. Otherwise, people might think that it's a procedure. Add how PRINTWIDTHLIMIT affects printing words. |
2008-01-23 03:17:14 | Tree |
|
[r2560]
by
david_costanzo
Explicitly state that PRINTDEPTHLIMIT is a variable. Otherwise, people might think that it's a procedure. |
2008-01-23 03:16:53 | Tree |
|
[r2559]
by
david_costanzo
Partial fix for bug #1867803: Internationalize the special variable REDEFP. |
2008-01-17 16:27:28 | Tree |
|
[r2558]
by
david_costanzo
Add a "pseudo-locale" which just translates all strings by prefixing the English version with "pseudo-". This will make internationalization testing easier. |
2008-01-17 16:22:30 | Tree |
|
[r2557]
by
david_costanzo
Partial fix for bug #1867803: Internationalize the special variable STARTUP. |
2008-01-16 16:50:45 | Tree |
|
[r2556]
by
david_costanzo
Add some logic for copying the input from the commander's input to the commander's history box. I also tried to add some of the logic for navigating through the commander's history with the arrow keys, but that doesn't work right (I can't seem to trap the key press events). |
2008-01-14 07:24:02 | Tree |