|
From: Daniel J S. <dan...@ie...> - 2007-06-08 18:46:31
|
Daniel J Sebald wrote:
> Ethan Merritt wrote:
>
>>On Friday 08 June 2007 11:11, Daniel J Sebald wrote:
>>
>>
>>>2) Can we deprecate "historysize". (I've currently programmed "set history <n>"
>>>and "set historysize <n>" to be the same.)
>>
>>
>>??
>>I don't understand the question.
>>For as far back as I have sources for, "set history" has always been
>>shorthand for "set historysize". What, exactly, would you be deprecating?
>>If you just mean:
>>
>>tables.c
>>182: - { "his$torysize", S_HISTORYSIZE },
>>182: + { "his$tory", S_HISTORYSIZE },
>>
>>I don't see any point.
Oh, I see what you are saying. Under the gnuplot.doc entry for
?commands set historysize
?set historysize
?unset historysize
?historysize
?nohistorysize
just change every 'historysize' to 'history' and no one will know the
difference. Is that what you meant?
Dan
|