summaryrefslogtreecommitdiff
path: root/x11/gtksourceview2/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-03-15Update gtksourceview2 to 2.6.0.jmcneill1-3/+3
=== gtksourceview 2.6.0 === 2009-03-15 Paolo Borelli <paolo.borelli@katamail.com> * configure.ac: * README: * NEWS: Release 2.6.0 2009-03-13 Paolo Borelli <paolo.borelli@katamail.com> * gtksourceview/language-specs/octave.lang: use % for code comments since matlab does not like #. 2009-03-03 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/prolog.lang: * gtksourceview/language-specs/Makefile.am: * gtksourceview/language-specs/testfiles.sh: Add prolog lang file. === gtksourceview 2.5.6 === 2009-03-02 Paolo Borelli <paolo.borelli@katamail.com> * configure.ac: * README: * NEWS: Release 2.5.6 2009-02-26 Jesse van den Kieboom <jesse@icecrew.nl> * gtksourceview/language-specs/po.lang: added text/x-gettext-translation-template mime type 2009-02-26 Thomas H.P. Andersen <phomes@gmail.com> * tests/test-widget.c: Replace deprecated gtk symbol. Bug #572085 2009-02-25 Paolo Borelli <paolo.borelli@katamail.com> * gtksourceview/gtksourcemark.c: chain up finalize. === gtksourceview 2.5.5 === 2009-02-15 Paolo Borelli <paolo.borelli@katamail.com> * configure.ac: * README: * NEWS: Release 2.5.5 2009-02-10 Johannes Schmid <jhs@gnome.org> * gtksourceview/gtksourceview.c (update_current_line_color): #570492 – Canot open editor - crash 2009-02-05 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/cobalt.xml: Mark strings for translation. 2009-02-04 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/cobalt.xml: * gtksourceview/language-specs/Makefile.am: Add new blue based style. Thanks to Will Farrington. === gtksourceview 2.5.4 === 2009-01-19 Paolo Borelli <paolo.borelli@katamail.com> * configure.ac: * README: * NEWS: Release 2.5.4 2009-02-02 Paolo Borelli <paolo.borelli@katamail.com> * gtksourceview/language-specs/octave.lang: support matlab multiline comments. Patch by Brendan Bycroft. (Fixes bug #556365). 2009-01-30 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/rpmspec.lang: Add %else to rpm spec language. Patch by Matthias Clasen. (Fixes bug #569771). === gtksourceview 2.5.3 === 2009-01-19 Paolo Borelli <paolo.borelli@katamail.com> * configure.ac: * README: * NEWS: Release 2.5.3 2009-01-19 Paolo Borelli <paolo.borelli@katamail.com> * gtksourceview/language-specs/php.lang: add missing "endif" keyword. 2009-01-19 Paolo Borelli <paolo.borelli@katamail.com> * gtksourceview/language-specs/dosbatch.lang: * gtksourceview/language-specs/Makefile.am: * gtksourceview/language-specs/testfiles.sh: * po/POTFILES.in: Add a very simle lang file for dos batch files. 2009-01-15 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/asp.lang: Updated. Thanks to Fabio Nagao. 2009-01-09 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/makefile.lang: Use proper strings for translation and add context. (Fixes bug #567247) 2009-01-09 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/asp.lang: * gtksourceview/language-specs/Makefile.am: * gtksourceview/language-specs/testfiles.sh: * po/POTFILES.in: Add ASP lang file by Fabio Nagao. === gtksourceview 2.5.2 === 2009-01-05 Paolo Borelli <paolo.borelli@katamail.com> * configure.ac: * README: * NEWS: Release 2.5.2 2009-01-05 Jesse van den Kieboom <jesse@icecrew.nl> * gtksourceview/gtksourceview.c: verticall align category mark pixbuf in the middle of the line (fixes #566408). 2008-12-31 Yevgen Muntyan <muntyan@tamu.edu> * gtksourceview/gtksourcecontextengine.c (gtk_source_context_engine_text_inserted): The commit before the last one was broken, now bug #566131 is really fixed. 2008-12-31 Yevgen Muntyan <muntyan@tamu.edu> * gtksourceview/language-specs/nsis.lang * gtksourceview/language-specs/t2t.lang * gtksourceview/language-specs/cmake.lang * gtksourceview/language-specs/Makefile.am: New lang files: CMake, NSIS, and txt2tags. * gtksourceview/language-specs/ini.lang: variable names may contain dash. * gtksourceview/language-specs/desktop.lang: added bunch of catefories from the f.d.o. spec. * gtksourceview/language-specs/kate.xml, * gtksourceview/language-specs/testfiles.sh: updated. 2008-12-31 Yevgen Muntyan <muntyan@tamu.edu> * gtksourceview/gtksourcecontextengine.c (gtk_source_context_engine_text_inserted): Bug 566131 – Syntax highlightig bug; Backspace and Enter. 2008-12-28 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/pascal.lang: Add the missing words. (Fixes bug #565789). === gtksourceview 2.5.1 === 2008-12-26 Paolo Borelli <paolo.borelli@katamail.com> * configure.ac: * README: * NEWS: Release 2.5.1 2008-12-20 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/pascal.lang: Add several words to highlight. (Fixes bug #565172) 2008-12-19 Jürg Billeter <j@bitron.ch> * gtksourceview/language-specs/vala.lang: add owned, unowned, yield, and yields to keyword list 2008-12-16 Yevgen Muntyan <muntyan@tamu.edu> * gtksourceview/gtksourceview.c (gtk_source_view_get_mark_category_pixbuf): do not call g_object_ref() on a NULL. Bug #564714, patch by Mike Spivey. 2008-12-12 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/awk.lang: Add builtin functions to awk lang file. Fixes bug #564242. 2008-12-12 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/gtksourcestylescheme.c: Typo in property. Fixes bug #564225. 2008-12-10 Paolo Borelli <paolo.borelli@katamail.com> * gtksourceview/gtksourcelanguage.c: fix cut and paste error causing wrong values in gobject properties. Bug #564142. 2008-12-08 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/pascal.lang: Add downto highlight. Fixes bug #563271. 2008-12-08 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/dtd.lang: * gtksourceview/language-specs/po.lang: * gtksourceview/language-specs/m4.lang: * gtksourceview/language-specs/changelog.lang: * gtksourceview/language-specs/xslt.lang: * gtksourceview/language-specs/makefile.lang: * gtksourceview/language-specs/gap.lang: * gtksourceview/language-specs/yacc.lang: Mark strings for translation. 2008-12-08 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/vala.lang: * gtksourceview/language-specs/xslt.lang: Mark string for translation. 2008-12-08 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/dot.lang: Mark string for translation. 2008-12-08 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/language-specs/gtk-doc.lang: Added the "Deprecated" word to gtk-doc. 2008-12-03 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/gtksourceview.c: Removed check. 2008-12-03 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gtksourceview/gtksourceview.c: * gtksourceview/gtksourceview.h: Added non-breaking spaces drawing. 2008-11-29 Yevgen Muntyan <muntyan@tamu.edu> * gtksourceview/gtksourceiter.c: (forward_chars_with_skipping): call g_utf8_casefold() before normalizing, to match behavior of the search code. Bug #496780. * tests/test-widget.c: added Find command.
2009-01-13Update to 2.4.2:wiz1-2/+2
News in 2.4.2 ------------- * Backport misc bugfixes from the developement version * Improvements to some of the lang files * Updated translations
2008-11-01Update to 2.4.1:wiz1-2/+2
News in 2.4.1 ------------- * Fix a crash when inserting images in the buffer * Improvements to some of the lang files * Updated translations
2008-10-16update to 2.4.0drochner1-3/+3
This switches to the gnome-2.24 release branch.
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-06-23update to 2.2.2drochner1-2/+2
changes: -Improvements to some of the lang files -Misc bugfixes -Updated translations
2008-04-30Drop maintainershipjmmv1-2/+2
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-15update to 2.2.1drochner1-4/+3
This switches to the gnome-2.22 release branch.
2008-02-20libgnomeprint is unneededdrochner1-2/+1
2008-02-20Fix PKGCONFIG_OVERRIDE.xtraeme1-2/+2
2008-02-20Merge gtksourceview 2.0.2.xtraeme1-4/+8
2007-11-29update to 2.0.2drochner1-3/+3
changes: * Fix preformance regression on long lines * Properly apply styles for old version 1 language files * Improve many lang files * Updated translations
2007-11-03Import gtksourceview2-2.0.1 which a new major version of gtksourceview,drochner1-0/+28
needed by gedit. It can coexist with gtksourceview-1.x.