SF.net SVN: geany:[4780] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Mar 20 15:27:09 UTC 2010


Revision: 4780
          http://geany.svn.sourceforge.net/geany/?rev=4780&view=rev
Author:   eht16
Date:     2010-03-20 15:27:09 +0000 (Sat, 20 Mar 2010)

Log Message:
-----------
Remove reference to already removed latex.tags file. Future releases probably still depend on GTK 2.16.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/geany.nsi

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-03-20 15:16:21 UTC (rev 4779)
+++ trunk/ChangeLog	2010-03-20 15:27:09 UTC (rev 4780)
@@ -3,6 +3,10 @@
  * src/win32.c:
    Make CreateChildProcess() working with Unicode strings, e.g.
    directory names (closes 2972606).
+ * geany.nsi:
+   Remove reference to already removed latex.tags file.
+   Future releases probably still depend on GTK 2.16.
+   
 
 2010-03-19  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
 

Modified: trunk/geany.nsi
===================================================================
--- trunk/geany.nsi	2010-03-20 15:16:21 UTC (rev 4779)
+++ trunk/geany.nsi	2010-03-20 15:27:09 UTC (rev 4780)
@@ -188,7 +188,6 @@
 	SetOverwrite ifnewer
 	File "${RESOURCEDIR}\data\php.tags"
 	File "${RESOURCEDIR}\data\pascal.tags"
-	File "${RESOURCEDIR}\data\latex.tags"
 	File "${RESOURCEDIR}\data\python.tags"
 	File "${RESOURCEDIR}\data\html_entities.tags"
 	File "${RESOURCEDIR}\data\c99.tags"
@@ -196,7 +195,7 @@
 
 ; Include GTK runtime library but only if desired from command line
 !ifdef INCLUDE_GTK
-Section "GTK 2.18 Runtime Environment" SEC06
+Section "GTK 2.16 Runtime Environment" SEC06
 	SectionIn 1
 	SetOverwrite ifnewer
 	SetOutPath "$INSTDIR\bin"
@@ -303,7 +302,7 @@
 !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} "Manual in Text and HTML format."
 !insertmacro MUI_DESCRIPTION_TEXT ${SEC05} "Symbol lists necessary for auto completion of symbols."
 !ifdef INCLUDE_GTK
-!insertmacro MUI_DESCRIPTION_TEXT ${SEC06} "You need these files to run Geany. If you have already installed a GTK Runtime Environment (2.18 or higher), you can skip it."
+!insertmacro MUI_DESCRIPTION_TEXT ${SEC06} "You need these files to run Geany. If you have already installed a GTK Runtime Environment (2.16 or higher), you can skip it."
 !endif
 !insertmacro MUI_DESCRIPTION_TEXT ${SEC07} "Add context menu item 'Open With Geany'"
 !insertmacro MUI_DESCRIPTION_TEXT ${SEC08} "Create shortcuts for Geany on the desktop and in the Quicklaunch Bar"


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