about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fixAnselm R Garbe2008-06-191-1/+1
* use sel instead of seeking the listAnselm R Garbe2008-06-191-7/+5
* resize should apply if !bannedAnselm R Garbe2008-06-191-3/+2
* applied Gottox patchAnselm R Garbe2008-06-191-25/+21
* untested monocleAnselm R Garbe2008-06-194-45/+55
* non-zeroAnselm R Garbe2008-06-192-3/+11
* Added tag 5.0 for changeset 06eb9644e2daAnselm R Garbe2008-06-181-0/+1
* branch merge 5.0Anselm R Garbe2008-06-171-1/+1
|\
| * s/tags ref/tags mask/arg@suckless.org2008-06-151-1/+1
* | tiled layout resizehints should be respected by defaultAnselm R Garbe2008-06-172-5/+5
* | restored y-coordinate fixing of client windowsAnselm R Garbe2008-06-171-1/+2
|/
* updated man page regarding Mod1-mAnselm R Garbe2008-06-151-1/+1
* minor fixes towards 5.0Anselm R Garbe2008-06-151-6/+8
* removed explicit warp in movemouseAnselm R Garbe2008-06-141-5/+0
* removed scroll-wheel based focussing on window title clicksAnselm R Garbe2008-06-141-2/+0
* fix of swapped focusstack mouse buttonsAnselm R Garbe2008-06-141-2/+2
* removed the ButtonPressMask for root windows as wellAnselm R Garbe2008-06-141-1/+1
* removed root window click handlingAnselm R Garbe2008-06-142-3/+2
* removed font and color definitionsAnselm R Garbe2008-06-142-28/+29
* minor fixAnselm R Garbe2008-06-131-2/+0
* fixed tag click handling, however ClkRootWin doesn't work for meAnselm R Garbe2008-06-121-6/+7
* updateAnselm R Garbe2008-06-121-1/+1
* some bugfixes of the patch application yesterdayAnselm R Garbe2008-06-121-12/+12
* integrated yiyus mouse.diff (though the bar click handling is slightly broken...Anselm R Garbe2008-06-112-74/+111
* made Xinerama screen index customizableAnselm R Garbe2008-06-112-8/+12
* removed trailing spaces reported by SoleenAnselm R Garbe2008-06-112-12/+12
* crash fixAnselm R Garbe2008-06-111-1/+1
* made lt visible again in config.def.hAnselm R Garbe2008-06-111-3/+2
* added nsz' patchAnselm R Garbe2008-06-112-1/+3
* added SHCMD support for pipe-based commands due the new spawn() versioAnselm R Garbe2008-06-111-0/+1
* using foo layout during cleanup (suggested by Gottox), add Arg->v handling fo...Anselm R Garbe2008-06-111-1/+1
* lt will point to a foo-layout during cleanup now (Gottox' suggestion), and to...Anselm R Garbe2008-06-111-1/+6
* integrated Peter Hartlich's patch, removed const char *c from union, simplifi...Anselm R Garbe2008-06-112-26/+9
* applied anydot's patchset.diffAnselm R Garbe2008-06-113-211/+206
* final version -- Gottox verified it using the test driverarg@suckless.org2008-06-091-1/+1
* revert of introduced problemarg@suckless.org2008-06-091-1/+1
* applied nsz' textnw patch thank youarg@suckless.org2008-06-091-4/+6
* updated the for-loop with Gottox' proposalarg@suckless.org2008-06-091-1/+1
* minor changearg@suckless.org2008-06-061-2/+1
* applied nsz's patches (many thanks!)arg@suckless.org2008-06-041-7/+4
* small change to drawtextarg@suckless.org2008-06-021-4/+3
* fixed the tile() issue with xpdfAnselm R Garbe2008-06-011-2/+2
* using anydot's memcpy-approach in drawtext, however it still looks awkward to meAnselm R Garbe2008-06-011-1/+1
* Gottox' drawtext simplificationAnselm R Garbe2008-06-012-9/+3
* applied noviewprev.diff, fix.diff and unusedflags.diffAnselm R Garbe2008-06-012-24/+17
* fixAnselm R Garbe2008-05-311-1/+1
* lt->arrange in mfactAnselm R Garbe2008-05-311-1/+1
* isfixed implies isfloatingAnselm R Garbe2008-05-301-1/+1
* applied nibbles fixes, slightly modifiedAnselm R Garbe2008-05-291-2/+2
* applied yiyus tip patch from tueAnselm R Garbe2008-05-291-24/+24
>449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
















































































































































































































































































































































                                                                                                                                                              


                                                                         




































































































































































































































































































                                                                                                


                                                                         

































































                                                                                               
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="lynx"
	ProjectGUID="{0CC852D4-5C5A-475B-9BBB-41A33309B0E5}"
	Keyword="Win32Proj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="1"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories=".;..\..\..;..\..\..\lib;..\..\..\WWW\Library\Implementation;..\..\..\src\chrtrans;..\..\..\src"
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE,HAVE_CONFIG_H"
				MinimalRebuild="TRUE"
				BasicRuntimeChecks="3"
				RuntimeLibrary="5"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="4"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="pdcurses.lib zlib.lib wsock32.lib"
				OutputFile="$(OutDir)/lynx.exe"
				LinkIncremental="2"
				AdditionalLibraryDirectories="..\..\..\lib"
				IgnoreDefaultLibraryNames="libcmt;libc"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile="$(OutDir)/lynx.pdb"
				SubSystem="1"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="Release"
			IntermediateDirectory="Release"
			ConfigurationType="1"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				AdditionalIncludeDirectories=".;..\..\..;..\..\..\lib;..\..\..\WWW\Library\Implementation;..\..\..\src\chrtrans;..\..\..\src"
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE,HAVE_CONFIG_H"
				RuntimeLibrary="4"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="3"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="pdcurses.lib zlib.lib wsock32.lib"
				OutputFile="$(OutDir)/lynx.exe"
				LinkIncremental="1"
				AdditionalLibraryDirectories="..\..\..\lib"
				IgnoreAllDefaultLibraries="FALSE"
				IgnoreDefaultLibraryNames="libcmt"
				GenerateDebugInformation="TRUE"
				SubSystem="1"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
			<File
				RelativePath="..\..\..\src\DefaultStyle.c">
			</File>
			<File
				RelativePath="..\..\..\lib\dirent.c">
			</File>
			<File
				RelativePath="..\..\..\src\GridText.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAABrow.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAAProt.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAAUtil.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAccess.c">
			</File>
			<File
				RelativePath="..\..\..\src\HTAlert.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAnchor.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAssoc.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAtom.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTBTree.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTChunk.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTDOS.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTFile.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTFinger.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTFormat.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTFTP.c">
			</File>
			<File
				RelativePath="..\..\..\src\HTFWriter.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTGopher.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTGroup.c">
			</File>
			<File
				RelativePath="..\..\..\src\HTInit.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTLex.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTList.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTMIME.c">
			</File>
			<File
				RelativePath="..\..\..\src\HTML.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTMLDTD.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTMLGen.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTNews.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTParse.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTPlain.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTRules.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTString.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTStyle.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTTCP.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTTelnet.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTTP.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTUU.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTWSRC.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYBookmark.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYCgi.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYCharSets.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYCharUtils.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYClean.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYCookie.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYCurses.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYDownload.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYEdit.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYEditmap.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYexit.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYExtern.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYForms.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYGetFile.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYHash.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYHistory.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYJump.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYKeymap.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYLeaks.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYList.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYLocal.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYMail.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYMain.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYMainLoop.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYMap.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYNews.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYOptions.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYPrettySrc.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYPrint.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYrcFile.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYReadCFG.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYSearch.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYSession.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYShowInfo.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYStrings.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYStyle.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYTraversal.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYUpload.c">
			</File>
			<File
				RelativePath="..\..\..\src\LYUtils.c">
			</File>
			<File
				RelativePath="..\..\..\src\mktime.c">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\SGML.c">
			</File>
			<File
				RelativePath="..\..\..\src\strstr.c">
			</File>
			<File
				RelativePath="..\..\..\src\TRSTable.c">
			</File>
			<File
				RelativePath="..\..\..\src\UCAuto.c">
			</File>
			<File
				RelativePath="..\..\..\src\UCAux.c">
			</File>
			<File
				RelativePath="..\..\..\src\UCdomap.c">
			</File>
			<File
				RelativePath="..\..\..\src\Xsystem.c">
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
			<File
				RelativePath="..\..\..\src\AttrList.h">
			</File>
			<File
				RelativePath="..\..\..\lib\dirent.h">
			</File>
			<File
				RelativePath="..\..\..\src\GridText.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAABrow.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAAProt.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAAUtil.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAccess.h">
			</File>
			<File
				RelativePath="..\..\..\src\HTAlert.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAnchor.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAssoc.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTAtom.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTBTree.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTChunk.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTCJK.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTDOS.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HText.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTFile.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTFinger.h">
			</File>
			<File
				RelativePath="..\..\..\src\HTFont.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTFormat.h">
			</File>
			<File
				RelativePath="..\..\..\src\HTForms.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTFTP.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTFWriter.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTGopher.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTGroup.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTInit.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTioctl.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTLex.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTList.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTMIME.h">
			</File>
			<File
				RelativePath="..\..\..\src\HTML.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTMLDTD.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTMLGen.h">
			</File>
			<File
				RelativePath="..\..\..\src\HTNestedList.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTNews.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTParse.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTPlain.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTRules.h">
			</File>
			<File
				RelativePath="..\..\..\src\HTSaveToFile.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTStream.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTString.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTStyle.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTTCP.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTTelnet.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTTP.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\htutils.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTUU.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\HTWSRC.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYBookmark.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYCgi.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYCharSets.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYCharUtils.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYCharVals.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYClean.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYCookie.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYCurses.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYDownload.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYEdit.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\LYexit.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYExtern.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYGCurses.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYGetFile.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYGlobalDefs.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYHash.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYHistory.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYJump.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYJustify.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYKeymap.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\LYLeaks.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYList.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYLocal.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYMail.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYMainLoop.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYMap.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYNews.h">
			</File>
			<File
				RelativePath=".\lynx_cfg.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYOptions.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYPrettySrc.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYPrint.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYrcFile.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYReadCFG.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYSearch.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYSession.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYShowInfo.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYSignal.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYStrings.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYStructs.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYStyle.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYTraversal.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYUpload.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYUtils.h">
			</File>
			<File
				RelativePath="..\..\..\src\LYVMSdef.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\SGML.h">
			</File>
			<File
				RelativePath="..\..\..\src\structdump.h">
			</File>
			<File
				RelativePath="..\..\..\src\TRSTable.h">
			</File>
			<File
				RelativePath="..\..\..\src\UCAuto.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\UCAux.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\UCDefs.h">
			</File>
			<File
				RelativePath="..\..\..\src\UCdomap.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\UCMap.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\www_tcp.h">
			</File>
			<File
				RelativePath="..\..\..\Www\Library\Implementation\www_wait.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>