Changeset 325 for trunk/SRC/Textoidl


Ignore:
Timestamp:
12/06/07 11:04:53 (17 years ago)
Author:
pinsard
Message:

modification of some headers (+some corrections) to prepare usage of the new idldoc

Location:
trunk/SRC/Textoidl
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Textoidl/matchdelim.pro

    r232 r325  
    5555; $Id$ 
    5656;- 
    57 ; 
    5857FUNCTION matchdelim, InString, OpenPos, $ 
    5958                     OPEN_DELIM=OpenDelim, $ 
  • trunk/SRC/Textoidl/showtex.pro

    r163 r325  
    4747;  This code comes with absolutely NO warranty; see DISCLAIMER for details. 
    4848;- 
    49 ; 
    5049PRO showtex, FONT=fnt, HELP=help 
    5150; 
  • trunk/SRC/Textoidl/strcnt.pro

    r231 r325  
    4747; $Id$ 
    4848;- 
    49 ; 
    5049FUNCTION strcnt, strn, substrn, startpos, $ 
    5150                 HELP=Help 
  • trunk/SRC/Textoidl/strtrans.pro

    r134 r325  
    3636;       Will produce out='Many bad chars in here', and set ned to 4. 
    3737; MODIFICATION HISTORY: 
    38 ;       $Id: strtrans.pro,v 1.7 2004/06/15 17:25:54 mcraig Exp $ 
     38;       $Id$ 
    3939;       $Log: strtrans.pro,v $ 
    4040;       Revision 1.7  2004/06/15 17:25:54  mcraig 
     
    7171;  This code comes with absolutely NO warranty; see DISCLAIMER for details. 
    7272;- 
    73 ; 
    7473FUNCTION strtrans, InputString, from, to, ned,  $ 
    7574                   HELP=Help 
  • trunk/SRC/Textoidl/sub_sup_idl.pro

    r231 r325  
    3333;       $Name: Rel_2_1_2 $ 
    3434;- 
    35 ; 
    3635FUNCTION Sub_sup_idl, token,  FORCE_UD = force_ud 
    3736; 
  • trunk/SRC/Textoidl/textable.pro

    r297 r325  
    6060; $Id$ 
    6161;- 
    62 ; 
    6362FUNCTION textable, POSTSCRIPT=ps, VECTOR=vec,  HELP=Help 
    6463; 
  • trunk/SRC/Textoidl/textoidl.pro

    r163 r325  
    6868; $Id$ 
    6969;- 
    70 ; 
    7170FUNCTION textoidl, InputString, $ 
    7271                   FONT=fnt, $ 
  • trunk/SRC/Textoidl/translate_sub_super.pro

    r232 r325  
    6565; $Id$ 
    6666;- 
    67 ; 
    6867FUNCTION sub_sup_idl, token,  FORCE_UD = force_ud 
    6968; 
Note: See TracChangeset for help on using the changeset viewer.