This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

frysk-gui/frysk/gui/srcwin ChangeLog InlineVie ...


CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	ajocksch@sourceware.org	2005-10-28 19:29:26

Modified files:
	frysk/gui/srcwin: ChangeLog InlineViewer.java SourceBuffer.java 
	frysk/gui/srcwin/cparser: CDTParser.java CTagsParser.java 
	                          SimpleParser.java 
	frysk/gui/srcwin/dom: DOMTestGUIBuilder.java 
	frysk/gui/srcwin/testfiles: test6.cpp 

Log message:
	2005-10-28  Adam Jocksch  <ajocksch@redhat.com>
	
	* InlineViewer.java: Removed excess imports.
	(drawMargin): Removed unused variables for inline background.
	* SourceBuffer.java (addFunction): Re-implemented to use DOM.
	(addVariable): Ditto.
	(addKeyword): Ditto.
	(addClass): Ditto.
	(load): Now adds newline to buffer for lines with no text.
	(createTags): Now accepts tags with type 'function'.
	* cparser/CDTParser.java: Refactored calls to TextBuffer methods to use
	revised syntax.
	* cparser/CTagsParser.java: Ditto.
	* cparser/SimpleParser.java: Ditto.
	* dom/DOMTestGUIBuilder: Added data to more accurately reflect the state
	of test6.cpp.
	(buildDOM): Added boolean flag to decide whether or not to populate tags.
	* testfiles/test6.cpp: Updated to sync with data in DOMTestGUIBuilder.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.87&r2=1.88
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/InlineViewer.java.diff?cvsroot=frysk&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/cparser/CDTParser.java.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/cparser/CTagsParser.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/cparser/SimpleParser.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/dom/DOMTestGUIBuilder.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/testfiles/test6.cpp.diff?cvsroot=frysk&r1=1.2&r2=1.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]