From: Axel S. <si...@co...> - 2009-10-30 17:02:24
|
Mon Oct 26 14:41:45 EDT 2009 Axe...@en... * More fixed to get the new mk... functions to work. hunk ./Makefile.am 13 +htmldoc_HSFILES_HIDDEN = +htmldoc_HSFILES_EXCLUDE = + hunk ./Makefile.am 306 -htmldoc_HSFILES_HIDDEN = \ +htmldoc_HSFILES_HIDDEN += \ hunk ./Makefile.am 1135 -libHSvte_a_SOURCES = \ +libHSvte_a_SOURCES = \ hunk ./Makefile.am 1140 -libHSvte_a_LIBADD = \ +libHSvte_a_LIBADD = \ hunk ./Makefile.am 1145 +htmldoc_HSFILES_EXCLUDE += \ + vte/Graphics/UI/Gtk/Vte/Structs.hs +[_^I_][_^I_][_^I_][_$_] + hunk ./Makefile.am 1159 - --parentname=Graphics.UI.Gtk.Types) + --forward=*System.Glib.GObject \ + --forward=*Graphics.UI.Gtk.Types) + hunk ./Makefile.am 1849 - cairo/Graphics/Rendering/Cairo/Types.hs -htmldoc_HSFILES_EXCLUDE = \ hunk ./Makefile.am 1850 + cairo/Graphics/Rendering/Cairo/Types.hs + +htmldoc_HSFILES_EXCLUDE += \ hunk ./Makefile.am 2507 + gstreamer/Media/Streaming/GStreamer/Core/HierarchyBase.hs \ hunk ./Makefile.am 2565 + gstreamer/Media/Streaming/GStreamer/Core/MiniHierarchyBase.hs \ hunk ./Makefile.am 2573 + hunk ./gtk/Graphics/UI/Gtk/Abstract/IMContext.chs.pp 99 - (fromMaybe (mkDrawWindow nullForeignPtr) window) + (fromMaybe (DrawWindow nullForeignPtr) window) hunk ./gtk/Graphics/UI/Gtk/Windows/Dialog.chs.pp 320 - {# call alternative_dialog_button_order #} (mkScreen nullForeignPtr) + {# call alternative_dialog_button_order #} (Screen nullForeignPtr) hunk ./gtk/Graphics/UI/Gtk/Windows/Window.chs.pp 1323 - {# call window_set_default_icon #} (mkPixbuf nullForeignPtr) + {# call window_set_default_icon #} (Pixbuf nullForeignPtr) hunk ./vte/Graphics/UI/Gtk/Vte/Structs.hsc 1 -{-# OPTIONS_HADDOCK hide #-} hunk ./vte/Graphics/UI/Gtk/Vte/Structs.hsc 21 --- #hide - hunk ./vte/Graphics/UI/Gtk/Vte/Vte.chs.pp 653 - {#call terminal_set_background_image#} (toTerminal terminal) (mkPixbuf nullForeignPtr) + {#call terminal_set_background_image#} (toTerminal terminal) (Pixbuf nullForeignPtr) |