summaryrefslogtreecommitdiff
path: root/x11/gtksourceview/patches
AgeCommit message (Collapse)AuthorFilesLines
2012-05-03Fix build with glib-2.32. Set LICENSE while here.wiz2-0/+31
2006-09-15Update to 1.8.0:jmmv1-12/+0
News in 1.8.0 ------------- * Added text/x-gettext-translation-template to the list of mime-types in po.lang * Updated translations News in 1.7.2 ------------- * add an 'indent-on-tab' property to indent the selected text using the tab key * highlight fortran operators * Updated translations News in 1.7.1 ------------- * New Lang files (D, boo) * Updated translations
2004-04-01Update to 1.0.0. Changes since previous version in pkgsrc:jmmv2-19/+3
News in 1.0.0 * Bug fixes and updated translations. News in 0.9.2 * Bug fixes and updated translations. News in 0.9.1 * Bug fixes. * XML and HTML .lang files now highlight strings using simple patterns. * Beginning of line and end of line are now correctly matched, even if the slice of text doesn't include the newlines. * "Others" style is now deprecated. News in 0.9.0 * Miscellaneous Bugfixes News in 0.8.0 * Highlighting spec files for PHP, Verilog, MSIL, C# and SQL. * Migrated test application to Gtk 2.3 (UI and file selector).
2004-02-07Under a system without GNU regex, this package builds an internal copy ofjmmv1-0/+16
it. This copy defines the standard regcomp and friends functions, which are also present in NetBSD. The problem is that the copy gets linked into the libgtksourceview shared library and, when loaded into memory, shadows native regex functions. The problem exposes itself at least in gedit through gnome-vfs2. The later executes regcomp, expecting the native one to be called, but instead the one from the libgtksourceview library appears, making the program crash. Apply a patch to ensure these internal GNU regex functions do not colish with native ones. Bump PKGREVISION to 8.
2003-09-11Initial import of gtksourceview, version 0.6.0:jmmv1-0/+12
GtkSourceView is a text widget that extends the standard gtk+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor.