Changeset 911 for trunk/dll


Ignore:
Timestamp:
Jan 7, 2008, 2:01:29 AM (18 years ago)
Author:
Gregg Young
Message:

Commenting, help file, history update for recent changes; Minor clean up.

Location:
trunk/dll
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/assoc.c

    r909 r911  
    1515  19 Apr 07 SHL Sync with AcceptOneDrop GetOneDrop mods
    1616  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
     17  06 Jan 08 GKY Use CheckApp_QuoteAddExe to check program strings on entry
    1718
    1819**************************************************************************************/
  • trunk/dll/avv.c

    r907 r911  
    2323  16 Jun 07 SHL Update for OpenWatcom
    2424  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
     25  06 Jan 08 GKY Use CheckApp_QuoteAddExe to check program strings on entry
    2526
    2627***********************************************************************/
     
    951952#pragma alloc_text(AVV,get_int_from_window,get_int2_from_window)
    952953#pragma alloc_text(AVV,get_long_from_window,get_int3_from_window)
    953 #pragma alloc_text(AVV,get_int4_from_window)
     954#pragma alloc_text(AVV,get_int4_from_window,free_and_strdup_quoted_from_window)
  • trunk/dll/command.c

    r909 r911  
    2121  19 Apr 07 SHL Sync with AcceptOneDrop GetOneDrop mods
    2222  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
     23  06 Jan 08 GKY Use CheckApp_QuoteAddExe to check program strings on entry
    2324
    2425***********************************************************************/
  • trunk/dll/ipf/notebook.ipf

    r796 r911  
    5252:link reftype=hd res=92200.Viewers page:elink.
    5353.br
     54:link reftype=hd res=92250.Viewers2 page:elink.
     55.br
    5456:link reftype=hd res=98400.Compare page:elink.
    5557.br
     
    456458See also :link reftype=hd res=100075.Metastrings:elink..
    457459
     460:h3 res=92250 name=PANEL_VIEWPAGE2.Viewers2 page
     461:i1 id=aboutVIEWP2.Viewers2 page
     462
     463:artwork name='bitmaps\viewer.bmp' align=left.
     464:p.
     465This page contains controls relating to the internal viewers web access
     466features.
     467:p.
     468:hp6.Use WPS default for run Http/Ftp:ehp6. If selected FM/2 will use the
     469program and work directory found in the OS2 INI key WPURLDEFAULTSETTINGS.
     470If these boxes are check they over ride the programs listed for Run
     471Ftp/Http below them.
     472:p.
     473:hp6.Use LIBPATHSTRICT for run Http/Ftp/Mail:ehp6. If selected FM/2 will
     474set LIBPATHSTRICT to true before running the associaed program. This is
     475particularly useful when running Mozilla based applications. Note you need
     476to fill in the working directory if not using the defaults for this to work
     477correctly.
     478:p.
     479:hp6.Don't use mailto wrapper:ehp6. If selected FM/2 will pass the bare email
     480address to the run mail application. This is needed if using startpmm for mailto
     481support in PMMail. www.hobbes.nmsu.edu/cgi-bin/h-search?key=startpmm&amp.pushbutton=Search
     482:p.
     483You can fill in the names of programs to run to view WWW (web --
     484http&colon.//), FTP (ftp&colon.//) or mail (@) internet components
     485when they're encountered in text in the internal viewers here. In the faster
     486(non-MLE) internal viewer, double-clicking the line containing the
     487component causes it to be viewed (you're given a choice of component if
     488there's more than one on the line). For WWW components, the prefacing
     489"http&colon.//" is included. For FTP components, the prefacing
     490"ftp&colon.//" is :hp1.not:ehp1. included. Mailto&colon. is prepended to the
     491the email address before being placed on the command line In the MLE-based internal
     492viewer/editor, you highlight the desired text and choose to view the
     493component from a context menu. The command line that you enter here is
     494automatically appended with a space and then the component descriptor
     495from the text.
     496:p.
     497You can fill in the name of a working directory for any or all of the "run" functions.
     498If a working directory is provided the program will be executed from that directory.
    458499
    459500:h3 res=98400 name=PANEL_COMPPAGE.Compare page
  • trunk/dll/notebook.c

    r907 r911  
    2121  21 Aug 07 GKY Make Subject column in dircnr sizable and movable from the rigth to the left pane
    2222  26 Nov 07 GKY Allow a currently nonvalid path in the ext path field with warning
     23  06 Jan 08 GKY Use CheckApp_QuoteAddExe to check program strings on entry
    2324
    2425***********************************************************************/
  • trunk/dll/strips.c

    r907 r911  
    1313  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1414  29 Dec 07 GKY Add remove_first_occurence_of_character
     15  29 Dec 07 GKY Add remove_last_occurence_of_character
    1516
    1617***********************************************************************/
     
    9091
    9192#pragma alloc_text(MISC8,chop_at_crnl,convert_nl_to_nul,strip_trail_char,strip_lead_char)
     93#pragma alloc_text(MISC8,remove_first_occurence_of_character,remove_last_occurence_of_character)
  • trunk/dll/systemf.c

    r910 r911  
    2020  06 Aug 07 GKY Reduce DosSleep times (ticket 148)
    2121  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
     22  06 Jan 08 GKY Add CheckApp_QuoteAddExe to check program strings on entry
    2223
    2324***********************************************************************/
     
    15221523}
    15231524
    1524 #pragma alloc_text(SYSTEMF,ShowSession,ExecOnList,runemf2)
     1525#pragma alloc_text(SYSTEMF,ShowSession,ExecOnList,runemf2,CheckApp_QuoteAddExe)
Note: See TracChangeset for help on using the changeset viewer.