Revision: 1255 http://svn.sourceforge.net/geany/?rev=1255&view=rev Author: kretek Date: 2007-02-07 10:37:21 -0800 (Wed, 07 Feb 2007)
Log Message: ----------- Fixed a wrong PASCAL autocompletion
Modified Paths: -------------- branches/geany-0.10.1/NEWS branches/geany-0.10.1/data/pascal.tags trunk/ChangeLog trunk/data/pascal.tags
Modified: branches/geany-0.10.1/NEWS =================================================================== --- branches/geany-0.10.1/NEWS 2007-02-07 12:44:37 UTC (rev 1254) +++ branches/geany-0.10.1/NEWS 2007-02-07 18:37:21 UTC (rev 1255) @@ -6,6 +6,7 @@ * Fixed missing global tags for C files when a C++ source file was loaded first. * Fixed autocompletion missing tag matches. + * Fixed a wrong PASCAL autocompletion.
Geany 0.10 (December 21, 2006)
Modified: branches/geany-0.10.1/data/pascal.tags =================================================================== --- branches/geany-0.10.1/data/pascal.tags 2007-02-07 12:44:37 UTC (rev 1254) +++ branches/geany-0.10.1/data/pascal.tags 2007-02-07 18:37:21 UTC (rev 1255) @@ -113,7 +113,7 @@ setusercharsize||(Multx: Word; Divx: Word; Multy: Word; Divy: Word)| setviewport||(X1: SmallInt; Y1: SmallInt; X2: SmallInt; Y2: SmallInt; Clip: Boolean)| setwritemode||(WriteMode: SmallInt)| -soundSound||(Hz: Word)| +sound||(Hz: Word)| textbackground||(Color: Byte)| textcolor||(Color: Byte)| textheight|Word|(const TextString: String)|
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2007-02-07 12:44:37 UTC (rev 1254) +++ trunk/ChangeLog 2007-02-07 18:37:21 UTC (rev 1255) @@ -1,3 +1,9 @@ +2007-02-07 Frank Lanitz frank@frank.uvena.de + + * data/pascal.tags, THANKS: Fixed a wrong autocompletion. Thanks to + Dirk Weber for reporting. + + 2007-02-06 Nick Treleaven nick.treleaven@btinternet.com
* src/symbols.c:
Modified: trunk/data/pascal.tags =================================================================== --- trunk/data/pascal.tags 2007-02-07 12:44:37 UTC (rev 1254) +++ trunk/data/pascal.tags 2007-02-07 18:37:21 UTC (rev 1255) @@ -113,7 +113,7 @@ setusercharsize||(Multx: Word; Divx: Word; Multy: Word; Divy: Word)| setviewport||(X1: SmallInt; Y1: SmallInt; X2: SmallInt; Y2: SmallInt; Clip: Boolean)| setwritemode||(WriteMode: SmallInt)| -soundSound||(Hz: Word)| +sound||(Hz: Word)| textbackground||(Color: Byte)| textcolor||(Color: Byte)| textheight|Word|(const TextString: String)|
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.