Commit graph

12 commits

Author SHA1 Message Date
jmmv
3b8a2e3274 Update to 1.4.2:
News in 1.4.2
-------------

* New and updated translations.

News in 1.4.1
-------------

* Include the html documentation in the tarball.
* Updated translations.

News in 1.4.0
-------------

* Bug fixes (Paolo Maggi and Paolo Borelli)
* New and updated translations.

News in 1.3.93
--------------

* Bug fixes (Paolo Maggi and Paolo Borelli)
* New and updated translations.

News in 1.3.92
--------------

* New and updated translations.

News in 1.3.91
--------------

* use G_NORMALIZE_NFD in caseless search, part of bug #303239 (Paolo Maggi)
* allow GtkSourceView derivatives to override the key press (Paolo Borelli)
* Makefile.lang (Ricardo Lenz, Paolo Borelli)
* Updates to SQL, C#, javascript and XML language specifications.
* New and updated translations.
2005-10-14 21:45:06 +00:00
drochner
8ca83d22ed update to 1.2.1
changes:
-bugfixes
-Use the proper mime type for ruby files
-Small improvements to sql.lang and fortran.lang
-New and updated translations.
2005-08-26 16:35:08 +00:00
jmmv
2b0e287e3c Update to 1.2.0:
News in 1.2.0
-------------

* Updated translations.

News in 1.1.93
--------------

* Partially fixed bug bug #168247 (wrong selection of characters when
  searching for single characters)
* Fixed	bug #164066 (Highlight Current Line Bug with Pixmap Based Themes)
* Fixed bug #168229 (disconnect tag table signal handlers in destructor)
* Rewritten idl.lang
* Added some missing items to php.lang
* Updated translations.

News in 1.1.92
--------------

* Bug fixes and update translations.

News in 1.1.91
--------------

* Undoing/Redoing to a non-modified state unset the modified flag.
* Added some missing documentation and improved existing one.
* Bug fixes and update translations.
2005-03-22 16:25:24 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
drochner
50c0256835 update to 1.1.90
changes:
* Current line highlighting
* New languages specs for TCL, Nemerle, VHDL, sh, .ini, gtkrc.
* Support for Undo key in Sun keyboards
* Bug fixes and updated translations.
2005-01-18 17:27:56 +00:00
jmmv
48d7412dff Update to 1.1.1:
* New languages specs for fortran, css, javascript and pascal.
* Bug fixes and updated translations.
2004-10-28 19:05:43 +00:00
jmmv
9524d173dd Update to 1.1.0. This version corresponds to GNOME 2.8.0.
While here, move the documentation to share/doc, out of share/doc/html.

* Use Pango for printing.
* New languages specs for Ruby, LUA, Perl's POD, VB.NET, Haskell and
  Texinfo.
* Bug fixes and updated translations.
2004-09-21 16:59:47 +00:00
jmmv
fadb418b08 Update to 1.0.1:
* Added GtkSourceView class documentation [Paolo Borelli]
* Updated C highlighting to include C99 keywords, types and macros and
  Python highlighting to include Python 2.3 keywords, types and
  functions [Benoît Dejean]
* Fix a couple of small auto-indentation bugs [Gustavo Giráldez]
* We now require Gtk+ 2.2.4 for the library alone, and Gtk+ 2.4 to also
  build the tests.

New and updated translations
* Gujurati (new) [Gujurati Team]
* Catalan [Jordi Mallach, Aleix Badia i Bosch]
* Russian [Russian Team]
2004-04-19 14:36:42 +00:00
jmmv
1c857a347c Update to 1.0.0. Changes since previous version in pkgsrc:
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-04-01 18:35:00 +00:00
jmmv
993d7a307b Under a system without GNU regex, this package builds an internal copy of
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.
2004-02-07 15:21:43 +00:00
cube
07e7f01af6 This package needs gmake.
Update to 0.7.0.

News in 0.7.0
-------------

* A bunch of small bugfixes
* Replaced deprecated calls for glib 2.3
* Multiline backward search works now
* <keyword-item> patterns are now limited to 250 elements (more cause
  trouble with GNU regex)
2003-10-24 21:55:34 +00:00
jmmv
7baf23e8e0 Initial import of gtksourceview, version 0.6.0:
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.
2003-09-11 11:11:33 +00:00