commit ad1e47c7f5da72ffb696b1d8b115f14019fa4faa Author: Yaron Shahrabani Date: 2010-06-06 Updated Hebrew translation. M po/he.po commit 0e90330191ecdb63deb7cf45edb77cf5ea690a79 Author: Garrett Regier Date: 2010-06-05 Bug 620699 - Renamed Javascript to JavaScript M data/language-specs/javascript.lang commit c2959c91862b9edb7ef4dd33ddd086884a4d935c Author: Yaron Shahrabani Date: 2010-06-05 Updated Hebrew translation. M po/he.po commit faf92f8ad60e8f583bfab71e94cbb80d68908ed9 Author: Jesse van den Kieboom Date: 2010-06-04 Only build with GSEAL when it makes sense M configure.ac commit e0ec5b62097be54a93c3b108a9089a996f0bc57b Author: Garrett Regier Date: 2010-06-03 Bug 620526 - Removed old .cvsignore files D .cvsignore D po/.cvsignore D tests/.cvsignore commit 49bd24f16b802ad5e52279d4332cb835da7cc31e Author: Fran Diéguez Date: 2010-06-03 Updated Galician translations M po/gl.po commit 5effc957ff84c652224b0f27f8e56ad9d5bd2547 Author: Paolo Borelli Date: 2010-06-02 gtk-doc comments should be spellchecked M data/language-specs/gtk-doc.lang commit ee1af8178139ffe5d1ccd6ad6f882f25290a9e58 Author: Garrett Regier Date: 2010-05-31 Fixed scrolling after an undo or redo Scrolling after an undo or redo was broken now we do the following: If the insert mark is hidden vertically then scroll to it and align it to the middle of the X and Y axis. Otherwise, if the insert mark is hidden horizontally then scroll to it and align it to the middle of the X axis. Because we cannot prevent it from also aligning to the Y axis we revert the vertical position of the view. M gtksourceview/gseal-gtk-compat.h M gtksourceview/gtksourceview.c commit 0c3f2c23d7dd8ca20a8a43269c6493d143716032 Author: Garrett Regier Date: 2010-05-31 Makefile clean up and fix introspection build error M gtksourceview/Makefile.am M gtksourceview/completion-providers/words/Makefile.am commit f642c6303da1243a0465ab67d874fb73db23e133 Author: Garrett Regier Date: 2010-05-31 Build with deprecations and GSEAL enabled M configure.ac D gtksourceview/.cvsignore M gtksourceview/Makefile.am M gtksourceview/completion-providers/words/Makefile.am M gtksourceview/gseal-gtk-compat.h M tests/Makefile.am commit 1aef5cda90cdbb17ff3ec477835b7850936385be Author: Steve Frécinaux Date: 2010-05-31 Do not introspect private headers and symbols. Previously, private objects were introspected and made available from language bindings, which is not desirable as we don't guarantee they have a stable API. https://bugzilla.gnome.org/show_bug.cgi?id=620149 M gtksourceview/Makefile.am commit 0f9bd50ffd3f4e946c4f9f26553d213399f6968b Author: Steve Frécinaux Date: 2010-05-31 Fix introspection data when building with Gtk+ 3.0 The generated introspection data depended on the Gtk+-2.0 typelib despite being built against Gtk+-3.0, hence it was not possible to import the typelib when Gtk+ 2.0 was not installed. https://bugzilla.gnome.org/show_bug.cgi?id=620149 M configure.ac M gtksourceview/Makefile.am commit 321d2a6ee4e6791baac7dd18821f440d2d9db458 Author: Fran Diéguez Date: 2010-05-30 Updated Galician translationsus M po/gl.po commit 4fc1415894528301cd9365642a18f0c5e32942a5 Author: Garrett Regier Date: 2010-05-29 Scroll to middle of view after undo/redo M gtksourceview/gtksourceview.c