SF.net SVN: geany: [1210] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Jan 20 14:46:04 UTC 2007


Revision: 1210
          http://svn.sourceforge.net/geany/?rev=1210&view=rev
Author:   eht16
Date:     2007-01-20 06:46:04 -0800 (Sat, 20 Jan 2007)

Log Message:
-----------
Fixed typo.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/scintilla/makefile.win32

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-01-19 23:17:40 UTC (rev 1209)
+++ trunk/ChangeLog	2007-01-20 14:46:04 UTC (rev 1210)
@@ -1,3 +1,8 @@
+2007-01-20  Enrico Tröger  <enrico.troeger at uvena.de>
+
+ * scintilla/makefile.win32: Fixed typo.
+
+
 2007-01-19  Enrico Tröger  <enrico.troeger at uvena.de>
 
  * src/build.c: Use "rm" to delete the run script because unlink is not

Modified: trunk/scintilla/makefile.win32
===================================================================
--- trunk/scintilla/makefile.win32	2007-01-19 23:17:40 UTC (rev 1209)
+++ trunk/scintilla/makefile.win32	2007-01-20 14:46:04 UTC (rev 1210)
@@ -62,7 +62,7 @@
 LEXOBJS=\
 LexBash.o LexAsm.o LexCSS.o LexConf.o LexCPP.o LexCrontab.o LexHTML.o LexOthers.o LexPascal.o \
 LexPerl.o LexPython.o LexSQL.o LexCaml.o LexOMS.o LexTCL.o LexRuby.o LexFortran.o LexVHDL.o \
-LexD.o LeyLua.o
+LexD.o LexLua.o
 #--Autogenerated -- end of automatically generated section
 
 all: $(COMPLIB)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list