Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/assoc.c
r909 r911 15 15 19 Apr 07 SHL Sync with AcceptOneDrop GetOneDrop mods 16 16 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 17 18 18 19 **************************************************************************************/ -
trunk/dll/avv.c
r907 r911 23 23 16 Jun 07 SHL Update for OpenWatcom 24 24 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 25 26 26 27 ***********************************************************************/ … … 951 952 #pragma alloc_text(AVV,get_int_from_window,get_int2_from_window) 952 953 #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 21 21 19 Apr 07 SHL Sync with AcceptOneDrop GetOneDrop mods 22 22 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 23 24 24 25 ***********************************************************************/ -
trunk/dll/ipf/notebook.ipf
r796 r911 52 52 :link reftype=hd res=92200.Viewers page:elink. 53 53 .br 54 :link reftype=hd res=92250.Viewers2 page:elink. 55 .br 54 56 :link reftype=hd res=98400.Compare page:elink. 55 57 .br … … 456 458 See also :link reftype=hd res=100075.Metastrings:elink.. 457 459 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. 465 This page contains controls relating to the internal viewers web access 466 features. 467 :p. 468 :hp6.Use WPS default for run Http/Ftp:ehp6. If selected FM/2 will use the 469 program and work directory found in the OS2 INI key WPURLDEFAULTSETTINGS. 470 If these boxes are check they over ride the programs listed for Run 471 Ftp/Http below them. 472 :p. 473 :hp6.Use LIBPATHSTRICT for run Http/Ftp/Mail:ehp6. If selected FM/2 will 474 set LIBPATHSTRICT to true before running the associaed program. This is 475 particularly useful when running Mozilla based applications. Note you need 476 to fill in the working directory if not using the defaults for this to work 477 correctly. 478 :p. 479 :hp6.Don't use mailto wrapper:ehp6. If selected FM/2 will pass the bare email 480 address to the run mail application. This is needed if using startpmm for mailto 481 support in PMMail. www.hobbes.nmsu.edu/cgi-bin/h-search?key=startpmm&.pushbutton=Search 482 :p. 483 You can fill in the names of programs to run to view WWW (web -- 484 http&colon.//), FTP (ftp&colon.//) or mail (@) internet components 485 when they're encountered in text in the internal viewers here. In the faster 486 (non-MLE) internal viewer, double-clicking the line containing the 487 component causes it to be viewed (you're given a choice of component if 488 there'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 491 the email address before being placed on the command line In the MLE-based internal 492 viewer/editor, you highlight the desired text and choose to view the 493 component from a context menu. The command line that you enter here is 494 automatically appended with a space and then the component descriptor 495 from the text. 496 :p. 497 You can fill in the name of a working directory for any or all of the "run" functions. 498 If a working directory is provided the program will be executed from that directory. 458 499 459 500 :h3 res=98400 name=PANEL_COMPPAGE.Compare page -
trunk/dll/notebook.c
r907 r911 21 21 21 Aug 07 GKY Make Subject column in dircnr sizable and movable from the rigth to the left pane 22 22 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 23 24 24 25 ***********************************************************************/ -
trunk/dll/strips.c
r907 r911 13 13 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 14 14 29 Dec 07 GKY Add remove_first_occurence_of_character 15 29 Dec 07 GKY Add remove_last_occurence_of_character 15 16 16 17 ***********************************************************************/ … … 90 91 91 92 #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 20 20 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 21 21 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 22 23 23 24 ***********************************************************************/ … … 1522 1523 } 1523 1524 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.
