SF.net SVN: geany: [1512] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Mon May 7 13:57:04 UTC 2007


Revision: 1512
          http://svn.sourceforge.net/geany/?rev=1512&view=rev
Author:   eht16
Date:     2007-05-07 06:57:03 -0700 (Mon, 07 May 2007)

Log Message:
-----------
Added build instructions.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/filetypes.haskell

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-05-06 14:49:51 UTC (rev 1511)
+++ trunk/ChangeLog	2007-05-07 13:57:03 UTC (rev 1512)
@@ -1,3 +1,8 @@
+2007-05-07  Enrico Tröger  <enrico.troeger at uvena.de>
+
+ * data/filetypes.haskell: Added build instructions.
+
+
 2007-05-06  Enrico Tröger  <enrico.troeger at uvena.de>
 
  * data/filetypes.haskell, scintilla/KeyWords.cxx,
@@ -5,6 +10,10 @@
    scintilla/makefile.win32, src/filetypes.c, src/filetypes.h,
    src/highlighting.c, src/highlighting.h, src/sci_cb.c, THANKS:
    Added new filetype Haskell (patch by Guillaume Hoffmann, thanks).
+ * geany.glade, doc/geany.docbook, src/callbacks.c, src/callbacks.h,
+   src/interface.c, src/keybindings.c, src/keybindings.h:
+   Added menu item to hide or show all additional widgets and renamed
+   keybinding to menu_toggleall.
 
 
 2007-05-05  Nick Treleaven  <nick.treleaven at btinternet.com>

Modified: trunk/data/filetypes.haskell
===================================================================
--- trunk/data/filetypes.haskell	2007-05-06 14:49:51 UTC (rev 1511)
+++ trunk/data/filetypes.haskell	2007-05-07 13:57:03 UTC (rev 1512)
@@ -47,6 +47,5 @@
 # %f will be replaced by the complete filename
 # %e will be replaced by the filename without extension
 # (use only one of it at one time)
-compiler=
-linker=
-run_cmd=
+compiler=ghc --make "%f"
+run_cmd="./%e"


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