Added build instructions.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1512 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
5b01f262e3
commit
7821bde1d2
@ -1,3 +1,8 @@
|
||||
2007-05-07 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
|
||||
* data/filetypes.haskell: Added build instructions.
|
||||
|
||||
|
||||
2007-05-06 Enrico Tröger <enrico.troeger@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@btinternet.com>
|
||||
|
@ -47,6 +47,5 @@ context_action_cmd=
|
||||
# %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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user