patch for gtk.el, adding a few types

Martin Willemoes Hansen <[email protected]> 23 Jul 2003 15:16:22 +0200
Newsgroups gmane.comp.gnome.apps.mr-project.devel
Message-ID <[email protected]>
--=-TqyymSdj1W5m1XClRRMq
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi!

I am using the gtk.el, gnome.el emacs lisp syntax highlighting script
and added a few types.

Maybe you can use it too. If there is a demand I could propably spend a
few hours in adding aditional types to it?


--=-TqyymSdj1W5m1XClRRMq
Content-Disposition: attachment; filename=gtk.el.diff
Content-Type: text/plain; name=gtk.el.diff; charset=
Content-Transfer-Encoding: 7bit

--- gtk.el.~1.1.~	2003-06-24 12:39:51.000000000 +0200
+++ gtk.el	2003-07-23 15:07:55.000000000 +0200
@@ -90,6 +90,7 @@
 	 "GdkRgbCmap"
 	 "GdkVisual"
 	 "GdkColormap"
+	 "GdkColor"
 	 "GdkWindow"
 	 "GdkWindowAttr"
 	 "GdkColorContext"
@@ -219,6 +220,7 @@
 	 "GtkSocket"
 	 "GtkSpinButton"
 	 "GtkStatusbar"
+	 "GtkStyle"
 	 "GtkTable"
 	 "GtkTearoffMenuItem"
 	 "GtkText"

--=-TqyymSdj1W5m1XClRRMq
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

_______________________________________________
Mrproject-devel mailing list
[email protected]
http://lists.codefactory.se/cgi-bin/mailman/listinfo/mrproject-devel

--=-TqyymSdj1W5m1XClRRMq--