Blame NEWS

Packit a7d494
News in 3.24.9, 2018-09-05
Packit a7d494
--------------------------
Packit a7d494
* New syntax highlighting definition file for: Logtalk.
Packit a7d494
* Improvements to the syntax highlighting of: Haskell, C++, GLSL, and Markdown.
Packit a7d494
* Performance improvements to space drawing.
Packit a7d494
* Missing G_PARAM_DEPRECATED flag was added to :underline property
Packit a7d494
* Various memory leak fixes.
Packit a7d494
* Translation updates.
Packit a7d494
Packit a7d494
News in 3.24.8, 2018-06-17
Packit a7d494
--------------------------
Packit a7d494
* MS Windows: lib shutdown on DLL_PROCESS_DETACH, not DLL_THREAD_DETACH.
Packit a7d494
* Syntax highlighting: sync all *.lang files from GtkSourceView 4.
Packit a7d494
* Translation updates.
Packit a7d494
Packit a7d494
News in 3.24.7, 2018-03-14
Packit a7d494
--------------------------
Packit a7d494
* GtkSourceView class: respect the GtkTextView:accepts-tab property.
Packit a7d494
* Syntax highlighting: sync all *.lang files from GtkSourceView 4.
Packit a7d494
* Build system: don't declare functions in AC_TRY_COMPILE.
Packit a7d494
* Translation updates.
Packit a7d494
Packit a7d494
News in 3.24.6
Packit a7d494
--------------
Packit a7d494
* New syntax highlighting definition file for: logcat.
Packit a7d494
* Improvements to the syntax highlighting of: Python and reStructuredText.
Packit a7d494
* Improvements to the Visual Studio builds.
Packit a7d494
* Translation updates.
Packit a7d494
Packit a7d494
News in 3.24.5
Packit a7d494
--------------
Packit a7d494
* Bug fix in gtk_source_view_indent_lines().
Packit a7d494
* Improvements to the Visual Studio builds.
Packit a7d494
* Improvements to the syntax highlighting of: Vala.
Packit a7d494
* Translation updates.
Packit a7d494
Packit a7d494
News in 3.24.4
Packit a7d494
--------------
Packit a7d494
* Fix bug when GtkSourceView:indent-width and :tab-width are equal.
Packit a7d494
* New syntax highlighting definition files for: Swift, Maxima and Kotlin.
Packit a7d494
* Improvements to the syntax highlighting of: CSS.
Packit a7d494
* Various other small improvements.
Packit a7d494
* Translation updates.
Packit a7d494
Packit a7d494
News in 3.24.3
Packit a7d494
--------------
Packit a7d494
* Improvements to the syntax highlighting of: SPARQL, CSS, BibTeX and LaTeX.
Packit a7d494
Packit a7d494
News in 3.24.2
Packit a7d494
--------------
Packit a7d494
* Avoid type redefinitions.
Packit a7d494
* jade.lang: add *.pug to globs.
Packit a7d494
* Bug fix in LaTeX syntax highlighting.
Packit a7d494
* Various other small bug fixes.
Packit a7d494
* Translation updates.
Packit a7d494
Packit a7d494
News in 3.24.1
Packit a7d494
--------------
Packit a7d494
* Deprecate the 'copy' parameter of the GtkSourceView::move-lines signal.
Packit a7d494
* Force visual word movements for RTL text with Ctrl+left/right.
Packit a7d494
* Misc bug fixes.
Packit a7d494
* Translation update.
Packit a7d494
Packit a7d494
News in 3.24.0
Packit a7d494
--------------
Packit a7d494
* Translation update
Packit a7d494
Packit a7d494
News in 3.23.91
Packit a7d494
---------------
Packit a7d494
* Improvements to the Visual Studio builds and add support for Visual Studio
Packit a7d494
  2017.
Packit a7d494
* Bug fix in Rust syntax highlighting
Packit a7d494
* Add mimetype to python3.lang
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.23.90
Packit a7d494
---------------
Packit a7d494
* Bug fix in GtkSourceGutterRendererPixbuf
Packit a7d494
* Fixes for bugs found by Coverity
Packit a7d494
* New syntax highlighting definition file for: Django template
Packit a7d494
* Improvements to the syntax highlighting of: CSS and JavaScript
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.23.2
Packit a7d494
--------------
Packit a7d494
Packit a7d494
This version still uses GTK+ 3. A GtkSourceView 3.24 version is planned (still
Packit a7d494
depending on GTK+ 3), which will be released at the same time as GNOME 3.24 in
Packit a7d494
March 2017.
Packit a7d494
Packit a7d494
* Docs: add an introduction with the pkg-config name and which GTK+ version is
Packit a7d494
  used.
Packit a7d494
* Build fixes on MS Windows.
Packit a7d494
* New syntax highlighting definition files for: ABNF and HAXE.
Packit a7d494
* Improvements to the syntax highlighting of: JavaScript, PHP, Meson, CSS, ini
Packit a7d494
  and Rust.
Packit a7d494
* Translation updates.
Packit a7d494
Packit a7d494
News in 3.23.1
Packit a7d494
--------------
Packit a7d494
Packit a7d494
This version still uses GTK+ 3. A GtkSourceView 3.24 version is planned (still
Packit a7d494
depending on GTK+ 3), but the release date is not yet determined.
Packit a7d494
Packit a7d494
* New class: GtkSourceSpaceDrawer with a matrix property to combine space types
Packit a7d494
  vs locations. The old white space drawing API has been deprecated.
Packit a7d494
* gtk_source_search_context_set_settings() has been deprecated, the "settings"
Packit a7d494
  property will become construct-only.
Packit a7d494
* GtkSourceCompletionItem: add a new API and deprecate the old constructors.
Packit a7d494
* GtkSourceGutter: add get_view() and get_window_type() public functions.
Packit a7d494
* Build system: do not hardcode the API version (currently 3.0) at as many
Packit a7d494
  places as possible (use a variable instead).
Packit a7d494
* Bug fixes
Packit a7d494
* Documentation improvements
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.22.0
Packit a7d494
--------------
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.21.6
Packit a7d494
--------------
Packit a7d494
* Improvements to the syntax highlighting of: CSS and Rust
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.21.5
Packit a7d494
--------------
Packit a7d494
* Fix an infinite loop in whitespace drawing
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.21.4
Packit a7d494
--------------
Packit a7d494
* GtkSourceRegion: add functions to add/subtract/intersect two GtkSourceRegions
Packit a7d494
* GtkSourceRegion: rename functions to add/subtract/intersect a subregion
Packit a7d494
* GtkSourceRegion: real unit tests
Packit a7d494
* Whitespace drawing: draw a final newline if the
Packit a7d494
  GtkSourceBuffer:implicit-trailing-newline property is TRUE.
Packit a7d494
* Whitespace drawing: refactor the code, move the code to a private SpaceDrawer
Packit a7d494
  class.
Packit a7d494
* Use gconstructor.h to have a DSO constructor that inits i18n, and a
Packit a7d494
  destructor to unref the singletons.
Packit a7d494
* Use the AX_VALGRIND_CHECK Autotools macro
Packit a7d494
* SearchContext: send a private signal to the views so that the views can ask
Packit a7d494
  the SearchContext to highlight in priority the visible areas of the buffer
Packit a7d494
  (works only for normal search, not regex search).
Packit a7d494
* Improvements to the syntax highlighting of: LaTeX
Packit a7d494
* Various other code improvements
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.21.3
Packit a7d494
--------------
Packit a7d494
* Warn when a secondary public header is #included in external code.
Packit a7d494
  Only <gtksourceview/gtksource.h> should be #included directly.
Packit a7d494
* Remove the --disable-completion-providers configure option, to always build
Packit a7d494
  the completion providers. There is currently only one completion provider:
Packit a7d494
  GtkSourceCompletionWords, which is not a lot of code and doesn't pull up
Packit a7d494
  additional dependencies.
Packit a7d494
* Add back the gtksourceview-typebuiltins.h public header, for backward
Packit a7d494
  compatibility.
Packit a7d494
* Fixes/improvements to the Visual Studio builds
Packit a7d494
* Improvements to the syntax highlighting of: rpmspec
Packit a7d494
* Fix a bug in GtkSourceSearchContext
Packit a7d494
* Various small code and documentation improvements
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.21.2
Packit a7d494
--------------
Packit a7d494
* Make gtk_source_style_apply() public
Packit a7d494
* GtkSourceSearchContext: add "version 2" of some functions to improve the API,
Packit a7d494
  and deprecate the v1's.
Packit a7d494
* Fix a critical message when showing a completion window
Packit a7d494
* Fix a drawing issue with syntax highlighting
Packit a7d494
* Improvements to the syntax highlighting of: Meson, JavaScript
Packit a7d494
* Various code improvements and bug fixes
Packit a7d494
* Documentation improvements
Packit a7d494
* Build fixes on ARM
Packit a7d494
Packit a7d494
News in 3.21.1
Packit a7d494
--------------
Packit a7d494
* Export SourceRegion in the public API
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.20.2
Packit a7d494
--------------
Packit a7d494
* Drawing optimizations
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.20.1
Packit a7d494
--------------
Packit a7d494
* Improvements to style schemes
Packit a7d494
* Export missing public methods
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.20.0
Packit a7d494
--------------
Packit a7d494
* Improvements to the syntax highlighting of: CSS, JavaScript, protobuf, Vala,
Packit a7d494
  imagej, Python 3 and BibTeX
Packit a7d494
* Adapt code to use GTK_TEXT_VIEW_LAYER_BELOW_TEXT and
Packit a7d494
  GTK_TEXT_VIEW_LAYER_ABOVE_TEXT
Packit a7d494
* Add a "sourceview" CSS class to all GtkSourceView's
Packit a7d494
* Fixes to the MSVC build system
Packit a7d494
* Various other small fixes and improvements
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.19.4
Packit a7d494
--------------
Packit a7d494
* CSS fixes to track GTK+ changes
Packit a7d494
* Fix completion popup on Wayland
Packit a7d494
* MSVC build projects
Packit a7d494
* Misc bug fixes
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.19.3
Packit a7d494
--------------
Packit a7d494
* Many fixes to track GTK+ changes
Packit a7d494
* Rework symbol visibility handling
Packit a7d494
* Other small improvements
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.19.2
Packit a7d494
--------------
Packit a7d494
* Some CSS adjustments to track GTK+ changes
Packit a7d494
* Add API to get the GtkSourceView version
Packit a7d494
* Other small improvements
Packit a7d494
* Translation update
Packit a7d494
Packit a7d494
News in 3.19.1
Packit a7d494
--------------
Packit a7d494
* New class: GtkSourceTag with a draw-spaces property
Packit a7d494
* Drop build dependency on intltool, use upstream gettext and ITS Tool instead
Packit a7d494
* Completion windows: don't add space for scrollbars
Packit a7d494
* Do not show undo/redo in context menu if undo/redo is disabled
Packit a7d494
* Bracket matching: several bug fixes, unit tests written, code simplified
Packit a7d494
* Other small code improvements
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.18.1
Packit a7d494
--------------
Packit a7d494
* Misc bug fixes
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.18.0
Packit a7d494
--------------
Packit a7d494
* Minor improvement to the CSS syntax highlighting
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.17.7
Packit a7d494
--------------
Packit a7d494
* Handle creating pixbufs for HiDPI resolutions
Packit a7d494
* Improvements to the Octave and Matlab syntax highlighting
Packit a7d494
* Other various code improvements
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.17.6
Packit a7d494
--------------
Packit a7d494
* Search and replace: fix bug with regular expressions containing look-ahead
Packit a7d494
  assertions.
Packit a7d494
* Add some missing GI annotations
Packit a7d494
* A few adjustments to the build system
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.17.5
Packit a7d494
--------------
Packit a7d494
* Support symbolic icons in the completion API
Packit a7d494
* New lang or improved lang files: Rust, Meson, C, protobuf
Packit a7d494
* Revamped build system (drop gnome-common dependency)
Packit a7d494
* Misc bug fixes
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.17.4
Packit a7d494
--------------
Packit a7d494
* Add .rej files as another version of diff file
Packit a7d494
* Improvements to lang files: Apache Pig, rpmspec
Packit a7d494
* Misc bug fixes
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.17.3
Packit a7d494
--------------
Packit a7d494
* Add a few more functions to GtkSourceFile
Packit a7d494
* Add the "smart-backspace" property
Packit a7d494
* Misc bug fixes
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.17.2
Packit a7d494
--------------
Packit a7d494
* New widget: GtkSourceMap
Packit a7d494
* Set a GtkTextTag name for context classes (no-spell-check, etc)
Packit a7d494
* Add gtk_source_buffer_sort_lines()
Packit a7d494
* Style schemes:
Packit a7d494
	* Support "single", "double" etc for the underline attribute
Packit a7d494
	* Support underline-color
Packit a7d494
* Improvements to lang files: Ocaml, C++ header and Shell
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.17.1
Packit a7d494
--------------
Packit a7d494
* New public function: gtk_source_encoding_get_default_candidates()
Packit a7d494
* Add g_autoptr autocleanup support
Packit a7d494
* Add lang files for (basic) CSV and jade template
Packit a7d494
* Improvements to lang files: C, CMake, GDB log, JavaScript, C#, F#,
Packit a7d494
  VB.net and CSS
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.16.1
Packit a7d494
--------------
Packit a7d494
* Update CMake language spec
Packit a7d494
* Add a "path" class for contexts with a file name
Packit a7d494
* Performance improvements for groups of text insertions/deletions
Packit a7d494
* Fix bug with symbolic icons and dark GTK+ theme
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.16.0
Packit a7d494
--------------
Packit a7d494
* A few bug fixes and various other improvements
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.15.91
Packit a7d494
---------------
Packit a7d494
* Fix a crash when destroying the widget during a search
Packit a7d494
* Add some signals to bind keyboard actions
Packit a7d494
* Various other improvements
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.15.90
Packit a7d494
---------------
Packit a7d494
* Provide a way to draw background patterns (a grid)
Packit a7d494
* Support incrementing and decrementing numbers
Packit a7d494
* Various other improvements
Packit a7d494
Packit a7d494
News in 3.15.3
Packit a7d494
--------------
Packit a7d494
* Better word boundaries for word selection (double-click) and word movements
Packit a7d494
  (ctrl+arrow, shift+ctrl+arrow, ctrl+backspace, etc).
Packit a7d494
* Add style scheme chooser widgets: GtkSourceStyleSchemeChooser (interface),
Packit a7d494
  GtkSourceStyleSchemeChooserButton and GtkSourceStyleSchemeChooserWidget.
Packit a7d494
* Add gtk_source_view_indent_lines() and gtk_source_view_unindent_lines().
Packit a7d494
* Add the GtkSourceView::move-to-matching-bracket action signal.
Packit a7d494
* Add gtk_source_buffer_join_lines().
Packit a7d494
* Gutter: use current line background color for current line.
Packit a7d494
* Add syntax highlighting support for Apache Thrift.
Packit a7d494
* Various other improvements and bug fixes
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.15.2
Packit a7d494
--------------
Packit a7d494
* Undo/Redo: restore selection
Packit a7d494
* Documentation improvements
Packit a7d494
* Some GtkSourceGutter code refactoring
Packit a7d494
* Syntax highlighting for Apache Pig 0.12
Packit a7d494
Packit a7d494
News in 3.15.1
Packit a7d494
--------------
Packit a7d494
* Search: allow caller to choose a style for text matches
Packit a7d494
* gtk_source_completion_context_get_iter() now returns a gboolean to tell if
Packit a7d494
  the GtkTextIter is correctly set. For a more robust code, it is recommended
Packit a7d494
  to use the return value.
Packit a7d494
* Improvements to the Lua and Yacc syntax highlighting
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.14.1
Packit a7d494
--------------
Packit a7d494
* Fix UndoManager with a new implementation
Packit a7d494
* Various other improvements
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.14.0
Packit a7d494
--------------
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.13.91
Packit a7d494
---------------
Packit a7d494
* Improved Mac OS X support
Packit a7d494
* Gutter improvements
Packit a7d494
* Various other improvements and code clean-up
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.13.90
Packit a7d494
---------------
Packit a7d494
* Adjustments to the file loading and saving API:
Packit a7d494
  - Make gtk_source_encoding_get_default_candidates() private
Packit a7d494
  - Replace gtk_source_encoding_foreach() by gtk_source_encoding_get_all()
Packit a7d494
  The file loading and saving API can be considered stable now.
Packit a7d494
Packit a7d494
* Add Vala bindings
Packit a7d494
* Various other improvements
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.13.3
Packit a7d494
--------------
Packit a7d494
* Extend the api to obtain candidate encodings
Packit a7d494
* Rework drawing of spaces and margins (requires new Gtk+)
Packit a7d494
* Various other improvements and bugfixes
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.13.2
Packit a7d494
--------------
Packit a7d494
* New feature: file loading and saving
Packit a7d494
* Split testfiles.sh to tests/syntax-highlighting/
Packit a7d494
* GtkSourceView is now fully relicensed to LGPL
Packit a7d494
* Various other improvements and bugfixes
Packit a7d494
* Translation updates
Packit a7d494
Packit a7d494
News in 3.13.1
Packit a7d494
--------------
Packit a7d494
* Improvements to the words completion provider
Packit a7d494
* Completion window sizing fixes
Packit a7d494
* Improvements to some lang files 
Packit a7d494
* Various other improvements and bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.12.1
Packit a7d494
--------------
Packit a7d494
* Renovate test-widget
Packit a7d494
* Various improvements and bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.12.0
Packit a7d494
--------------
Packit a7d494
* Small improvements to the documentation
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.11.91
Packit a7d494
---------------
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.11.90
Packit a7d494
---------------
Packit a7d494
* Add syntax highlighting for LLVM IR and Sweave
Packit a7d494
* Improvements to some lang files
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.11.4
Packit a7d494
--------------
Packit a7d494
* Add the popular Solarized style schemes
Packit a7d494
* Improvements to some lang files and a new lang file for lex
Packit a7d494
* Optimize the draw-spaces code
Packit a7d494
* Various fixes to the completion framework
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.11.3
Packit a7d494
--------------
Packit a7d494
* Font scaling support for headings/titles in LaTeX and HTML
Packit a7d494
* Add Change Case submenu to the right click context menu
Packit a7d494
* Add ANS Forth 94 syntax highlighting
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.11.2
Packit a7d494
--------------
Packit a7d494
* Add API to change text case
Packit a7d494
* Add reStructuredText and yaml syntax highlighting
Packit a7d494
* Improve LaTeX, m4 and D syntax highlighting
Packit a7d494
* Documentation improvements (including best practices for language definition files)
Packit a7d494
* Installed tests
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.11.1
Packit a7d494
--------------
Packit a7d494
* Deprecate the Gutter:xpad and Gutter:ypad properties
Packit a7d494
* Deprecate gtk_source_gutter_get_window()
Packit a7d494
* Better implementation of GtkSourceMarks (private class GtkSourceMarksSequence)
Packit a7d494
* Style schemes: more visible right margin
Packit a7d494
* Documentation improvements
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.10.0
Packit a7d494
--------------
Packit a7d494
* Small bugfix
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.9.92
Packit a7d494
--------------
Packit a7d494
* SearchSettings: change default value of wrap-around to FALSE
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.9.91
Packit a7d494
--------------
Packit a7d494
* Improvements to the completion
Packit a7d494
* API break for the search and replace
Packit a7d494
* Deprecate the GtkSourceMarkAttributes:stock-id property
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.9.90
Packit a7d494
--------------
Packit a7d494
* Modify the search and replace API: SearchContext and SearchSettings classes
Packit a7d494
* Regular expression search
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.9.4
Packit a7d494
-------------
Packit a7d494
* Warning: the search and replace API is unstable
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.9.3
Packit a7d494
-------------
Packit a7d494
* Add a higher-level asynchronous search and replace API
Packit a7d494
* Deprecate gtk_source_completion_item_new_from_stock()
Packit a7d494
* Deprecate the GtkSourceGutterRendererPixbuf:stock-id property
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.9.2
Packit a7d494
-------------
Packit a7d494
* Add syntax highlighting for the Julia, mediawiki and Scala languages
Packit a7d494
* Improvements to the word completion provider
Packit a7d494
* Add the GtkSourceCompletionWords:activation property
Packit a7d494
* More compact completion popup window
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.9.1
Packit a7d494
-------------
Packit a7d494
* Deprecate the GtkSourceCompletionInfo::before-show signal
Packit a7d494
* Hide CompletionInfo when focus-out-event on the attached-to widget
Packit a7d494
* Improvements to the main completion window
Packit a7d494
* Some code improvements to the words completion provider
Packit a7d494
* Improvements to the C++ and Perl language specs
Packit a7d494
* Documentation improvements
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.8.1
Packit a7d494
-------------
Packit a7d494
* Improvements to the LaTeX and Perl language specs
Packit a7d494
* Update to gtk-mac-integration 2.0 API
Packit a7d494
* More unit tests
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.8.0
Packit a7d494
-------------
Packit a7d494
* Add Libtool versioning. There was an ABI break during this development
Packit a7d494
  cycle, because some private functions were accidentally exported. So
Packit a7d494
  the Libtool's -version-info is bumped from 0:0:0 to 1:0:0. On
Packit a7d494
  GNU/Linux, this results in a version bump of the soname.
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.7.92
Packit a7d494
--------------
Packit a7d494
* New style id for warnings
Packit a7d494
* Improvements to the completion code and documentation
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.7.91
Packit a7d494
--------------
Packit a7d494
* Simplify code for the completion
Packit a7d494
* Improvements of the Perl, R and Ruby language specs
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.7.90
Packit a7d494
--------------
Packit a7d494
* Improvements in completion
Packit a7d494
* Add Modelica language spec
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.7.3
Packit a7d494
-------------
Packit a7d494
* Deprecate gtk_source_completion_move_window()
Packit a7d494
* Deprecate gtk_source_completion_info_get_widget()
Packit a7d494
* Deprecate gtk_source_completion_info_set_widget()
Packit a7d494
* CompletionInfo: always a natural size
Packit a7d494
* Simplify internal code for the completion (new CompletionModel)
Packit a7d494
* Fixes for the style schemes and GtkSourceMark
Packit a7d494
* Other misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.7.2
Packit a7d494
-------------
Packit a7d494
* Improved unit tests and code coverage support
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.7.1
Packit a7d494
-------------
Packit a7d494
* Add Bluespec SystemVerilog syntax highlighter
Packit a7d494
* Improvements in completion
Packit a7d494
* Add language spec for IDL
Packit a7d494
* Lots of fixes in gtk doc
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.6.0
Packit a7d494
-------------
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.5.4
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.5.3
Packit a7d494
-------------
Packit a7d494
* New ActionScript, mxml and J languages
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.5.2
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
Packit a7d494
News in 3.5.1
Packit a7d494
-------------
Packit a7d494
* New Puppet language
Packit a7d494
* Improvements in Go Language
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.4.2
Packit a7d494
-------------
Packit a7d494
* Improvements to completion code
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.4.1
Packit a7d494
-------------
Packit a7d494
* Fix problems with the completion popup when headers are hidden
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.4.0
Packit a7d494
-------------
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.3.5
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.3.4
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.3.3
Packit a7d494
-------------
Packit a7d494
* Python3 lang file
Packit a7d494
* Win32 build fixes
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.3.2
Packit a7d494
-------------
Packit a7d494
* Introduce gtk_source_language_get_style_fallback
Packit a7d494
* Refactoring and clenaup
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.3.1
Packit a7d494
-------------
Packit a7d494
* Change IgeMacIntegration to GtkOSXApplication
Packit a7d494
* Allow for multiple GDK backends
Packit a7d494
* Sort schemes alphabetically
Packit a7d494
* Sort the languages alphabetically
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.2.2
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
Packit a7d494
News in 3.2.1
Packit a7d494
-------------
Packit a7d494
* New JavaScript Object Notation lang file
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.2.0
Packit a7d494
-------------
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.1.6
Packit a7d494
-------------
Packit a7d494
* New Automake lang file
Packit a7d494
* New protobuf lang file
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.1.5
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.1.4
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.1.3
Packit a7d494
-------------
Packit a7d494
* New Markdown lang file
Packit a7d494
* New Standard ML lang file
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.1.2
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.1.1
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.0.2
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.0.1
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 3.0.0
Packit a7d494
-------------
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.91.9
Packit a7d494
-------------
Packit a7d494
* Use the GTK_SOURCE_ prefix also for all the macros
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.91.8
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
Packit a7d494
News in 2.91.7
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
Packit a7d494
News in 2.91.6
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.91.5
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.91.4
Packit a7d494
-------------
Packit a7d494
* Highlight C standard streams and signals
Packit a7d494
* GtkSourceView is not a factory of categories now
Packit a7d494
* Fix style problems
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.91.3
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.91.2
Packit a7d494
-------------
Packit a7d494
* Improved Gutter support
Packit a7d494
* New languages: Cobol, GO, Scilab
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.91.1
Packit a7d494
-------------
Packit a7d494
* Removed SourceIter, caseless search is now in gtk
Packit a7d494
* Adapt to latest gtk changes
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.91.0
Packit a7d494
-------------
Packit a7d494
* Added SystemVerilog language
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.90.4
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.90.3
Packit a7d494
-------------
Packit a7d494
* Bump version to 2.90: we are now targeting gtk3.
Packit a7d494
  This release is parallel installable with GtkSourveView 2
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.11.2
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.11.1
Packit a7d494
-------------
Packit a7d494
* Added introspection support
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.10.1
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.10.0
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.9.9
Packit a7d494
-------------
Packit a7d494
* Distribute a catalog for glade3
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.9.8
Packit a7d494
-------------
Packit a7d494
* Bugfixes in the "words" completion provider
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.9.7
Packit a7d494
-------------
Packit a7d494
* Remove a leftover in the UndoManager API
Packit a7d494
Packit a7d494
News in 2.9.6
Packit a7d494
-------------
Packit a7d494
* Changes to the completion API to allow better language bindings
Packit a7d494
* Add API to set a custom UndoManager on the buffer
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.9.5
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.9.4
Packit a7d494
-------------
Packit a7d494
* Implement context classes and use them to mark strings,
Packit a7d494
  comments, keywords and regions where spell-check is disabled
Packit a7d494
* More work on completion
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.9.3
Packit a7d494
-------------
Packit a7d494
* Crasher bugfixes in word completion provider
Packit a7d494
* Misc bugfixes for win32
Packit a7d494
* Smarter autoindentation
Packit a7d494
* New language: SPARQL
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.9.2
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.9.1
Packit a7d494
-------------
Packit a7d494
* Added draw spaces for leading, text and trailing spaces
Packit a7d494
* Merged GtkSourceCompletion branch
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.8.1
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes in gutter tooltip rendering
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.8.0
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.7.5
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.7.4
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.7.3
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
Packit a7d494
News in 2.7.2
Packit a7d494
-------------
Packit a7d494
* Add GtkSourceGutter api to customize gutter drawing
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.7.1
Packit a7d494
-------------
Packit a7d494
* Add tooltips to GtkSourceMarks
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.6.2
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.6.1
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.6.0
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.5.6
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.5.5
Packit a7d494
-------------
Packit a7d494
* New "cobalt" style scheme
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.5.4
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.5.3
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.5.2
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.5.1
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.4.1
Packit a7d494
-------------
Packit a7d494
* Fix a crash when inserting images in the buffer
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.4.0
Packit a7d494
-------------
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.3.3
Packit a7d494
-------------
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.3.2
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.3.1
Packit a7d494
-------------
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.3.0
Packit a7d494
-------------
Packit a7d494
* Add function to guess the language for a given filename and mime type
Packit a7d494
  (bump glib dependency to 2.14 that includes gio, remove gnome-vfs dep)
Packit a7d494
* Allow to set background color of paragraphs with marks
Packit a7d494
* Support drawing white spaces
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.2.2
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Improvements to some of the lang files
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.2.1
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Improve keybindings
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.2.0
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.1.3
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.1.2
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Fix a GtkSourceMark API issue
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.1.1
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.1.0
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* New gtk-print based printing API
Packit a7d494
* New GtkTextMark-based GtkSourceMark API
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 2.0.0
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.90.4
Packit a7d494
--------------
Packit a7d494
Packit a7d494
* Many improvements to all the lang files
Packit a7d494
* Many minor API tweaks
Packit a7d494
* Misc bugfixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.90.3
Packit a7d494
--------------
Packit a7d494
Packit a7d494
* New default set of styles used to define a style scheme
Packit a7d494
* Many improvements to all the lang files, ruby and perl lang
Packit a7d494
  files in particular.
Packit a7d494
* Some API tweaks
Packit a7d494
* Misc bugfixes
Packit a7d494
Packit a7d494
News in 1.90.2
Packit a7d494
--------------
Packit a7d494
Packit a7d494
* Library is now LGPL (some lang files aren't yet)
Packit a7d494
* Support replacing contexts
Packit a7d494
* Support symbolic colors in schemes
Packit a7d494
* Add tango style scheme
Packit a7d494
* Some API tweaks
Packit a7d494
* Many lang file updates
Packit a7d494
* Misc bugfixes
Packit a7d494
Packit a7d494
News in 1.90.1
Packit a7d494
--------------
Packit a7d494
Packit a7d494
* GtkSourceStyle is now a gobject
Packit a7d494
* Be more careful about Language and LanguageManager lifecycles: add
Packit a7d494
  gtk_source_[language|style_scheme]_manager_get_default to obtain
Packit a7d494
  managers object owned by gtksourceview
Packit a7d494
* Most of the files are now officially licensed under LGPL, still
Packit a7d494
  waiting for a few approval before completely switching the license.
Packit a7d494
* Port to GRegex
Packit a7d494
* Misc lang file updates
Packit a7d494
* Misc bugfixes
Packit a7d494
Packit a7d494
News in 1.90.0
Packit a7d494
--------------
Packit a7d494
Packit a7d494
This marks the road to GtkSourceView 2.0, and breaks the API. It is still
Packit a7d494
considererd API-unstable.
Packit a7d494
Packit a7d494
* API update/break
Packit a7d494
* New highlighting and theming engines (Yevgen Muntyan, Marco Barisione)
Packit a7d494
* GnomePrint-based print API removal
Packit a7d494
Packit a7d494
News in 1.8.6
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Mark Undo/Redo insensitive when the view is not editable (Carlos Garnacho)
Packit a7d494
* Fix current line highlightging drawing artifacts (Yevgen Muntyan)
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.8.5
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.8.4
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* RPM highlighting (Konstantin Ryabitsev)
Packit a7d494
* Fix a problem with search in accented words (Yevgen Muntyan)
Packit a7d494
* Misc lang file fixes
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.8.3
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Added docbook lang file (Joachim Noreiko)
Packit a7d494
* Added OCaml lang file (Eric Cooper)
Packit a7d494
* Cleanup some mime types in lang files (Paolo Maggi)
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.8.2
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Fixed bug #360495 – Errors in Java/Verilog syntax files (Jeff Walden)
Packit a7d494
* Fixed bug #380996 – language.dtd needs more comments (Leonardo Ferreira 
Packit a7d494
  Fontenelle and Paolo Maggi)
Packit a7d494
* Added a RNG schema for the .lang file format (Paolo Maggi)
Packit a7d494
* Fixes bug #375515 – allow fullstop in xml tag highlighting (Carey O'Shea)
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.8.1
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Fixed #357447 – Missing break in gtk_source_tag_set_property() (Kouhei Sutou)
Packit a7d494
* Fixed #357746 – "Insert spaces instead of tabs" doesn't work (Paolo Borelli)
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.8.0
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Added text/x-gettext-translation-template to the list of 
Packit a7d494
  mime-types in po.lang
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.7.2
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* add an 'indent-on-tab' property to indent the selected text
Packit a7d494
  using the tab key
Packit a7d494
* highlight fortran operators
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.7.1
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* New Lang files (D, boo)
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.6.1
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Updated Lang files (php, ruby, perl, xml, .desktop)
Packit a7d494
* Consume all button press events on the line numbers margin
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.6.0
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.5.7
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.5.6
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* fix .lang files lookup from xdg directories.
Packit a7d494
Packit a7d494
News in 1.5.5
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Requires gtk+ 2.8.x
Packit a7d494
* Fixed bug #309663 – gcc 4.01 compiler treats pointer target
Packit a7d494
  warnings as errors (Marco Barisione)
Packit a7d494
* Added scheme.lang (Paolo Borelli)
Packit a7d494
* Allow to specify both 'u' and 'r' modifiers to python strings at 
Packit a7d494
  the same time (Steve Frécinaux)
Packit a7d494
* Add iterators to text region and use them (Paolo Borelli and Paolo Maggi)
Packit a7d494
* Use cairo to draw the right margin (Jeroen Zwartepoorte)
Packit a7d494
* Fixed bug #321252 - Clicking gedit line numbers should jump to line (Paolo 
Packit a7d494
  Borelli and Paolo Maggi)
Packit a7d494
* Fixed bug 312241 – .lang files in homedir take priority over $prefix (Guillaume
Packit a7d494
  Desmottes and Paolo Borelli)
Packit a7d494
* Fixed bug #318577 – win32 port (Tor Lillqvist, Paolo Borelli and Paolo Maggi) 
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.5.4
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Fixed bug #170604 – syntax for GNU Octave
Packit a7d494
Packit a7d494
News in 1.5.3
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Fixed bug #321898 - fix for division by zero bug (not checking 
Packit a7d494
  g_timer_elapsed() return value)
Packit a7d494
* Fixed bug #323999 - perl inline pod not properly highlighted
Packit a7d494
* Fixed bug #323750 - CSS highlighting missing "font" property
Packit a7d494
* Fixed bug #316612 - Ruby coloration problems
Packit a7d494
* Fixed bug #316587 - PHP syntax file should be in the "Scripting" section 
Packit a7d494
  instead of "Sources")
Packit a7d494
* Fixed bug #316330 - Ada Syntax highlighting is incorrect
Packit a7d494
* Fixed bug #168090 - Recognise fortran line comments better
Packit a7d494
* Added a --disable-gnomeprint configuration option
Packit a7d494
* Fixed i18n problem introduced in 1.5.2
Packit a7d494
* Added changelog.lang
Packit a7d494
* Updated translations
Packit a7d494
Packit a7d494
News in 1.5.2
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Fix an off by one error in Lang directory lookup
Packit a7d494
Packit a7d494
News in 1.5.1
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Lang files are now loaded from the locations specified in XDG_DATA_DIRS
Packit a7d494
* Bug Fixes
Packit a7d494
* New and updated translations.
Packit a7d494
Packit a7d494
News in 1.4.2
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* New and updated translations.
Packit a7d494
Packit a7d494
News in 1.4.1
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Include the html documentation in the tarball.
Packit a7d494
* Updated translations.
Packit a7d494
Packit a7d494
News in 1.4.0
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Bug fixes (Paolo Maggi and Paolo Borelli)
Packit a7d494
* New and updated translations.
Packit a7d494
Packit a7d494
News in 1.3.93
Packit a7d494
--------------
Packit a7d494
Packit a7d494
* Bug fixes (Paolo Maggi and Paolo Borelli)
Packit a7d494
* New and updated translations.
Packit a7d494
Packit a7d494
News in 1.3.92
Packit a7d494
--------------
Packit a7d494
Packit a7d494
* New and updated translations.
Packit a7d494
Packit a7d494
News in 1.3.91
Packit a7d494
--------------
Packit a7d494
Packit a7d494
* use G_NORMALIZE_NFD in caseless search, part of bug #303239 (Paolo Maggi)
Packit a7d494
* allow GtkSourceView derivatives to override the key press (Paolo Borelli)
Packit a7d494
* Makefile.lang (Ricardo Lenz, Paolo Borelli)
Packit a7d494
* Updates to SQL, C#, javascript and XML language specifications.
Packit a7d494
* New and updated translations.
Packit a7d494
Packit a7d494
News in 1.2.1
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Plug small memory leaks (Yevgen Muntyan)
Packit a7d494
* Fix unitialized variable (Marco Barisione)
Packit a7d494
* Use the proper mime type for ruby files (Paolo Maggi)
Packit a7d494
* Small improvements to sql.lang and fortran.lang
Packit a7d494
* New and updated translations.
Packit a7d494
Packit a7d494
News in 1.2.0
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Updated translations.
Packit a7d494
Packit a7d494
News in 1.1.93
Packit a7d494
--------------
Packit a7d494
Packit a7d494
* Partially fixed bug bug #168247 (wrong selection of characters when 
Packit a7d494
  searching for single characters)
Packit a7d494
* Fixed	bug #164066 (Highlight Current Line Bug with Pixmap Based Themes)
Packit a7d494
* Fixed bug #168229 (disconnect tag table signal handlers in destructor)
Packit a7d494
* Rewritten idl.lang
Packit a7d494
* Added some missing items to php.lang
Packit a7d494
* Updated translations.
Packit a7d494
Packit a7d494
News in 1.1.92
Packit a7d494
--------------
Packit a7d494
Packit a7d494
* Bug fixes and update translations.
Packit a7d494
Packit a7d494
News in 1.1.91
Packit a7d494
--------------
Packit a7d494
Packit a7d494
* Undoing/Redoing to a non-modified state unset the modified flag.
Packit a7d494
* Added some missing documentation and improved existing one.
Packit a7d494
* Bug fixes and update translations.
Packit a7d494
Packit a7d494
News in 1.1.90
Packit a7d494
--------------
Packit a7d494
Packit a7d494
* Current line highlighting
Packit a7d494
* New languages specs for TCL, Nemerle, VHDL, sh, .ini, gtkrc.
Packit a7d494
* Support for Undo key in Sun keyboards
Packit a7d494
* Bug fixes and updated translations.
Packit a7d494
Packit a7d494
News in 1.1.1
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* New languages specs for fortran, css, javascript and pascal.
Packit a7d494
* Bug fixes and updated translations.
Packit a7d494
Packit a7d494
News in 1.1.0
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Use Pango for printing.
Packit a7d494
* New languages specs for Ruby, LUA, Perl's POD, VB.NET, Haskell and
Packit a7d494
  Texinfo.
Packit a7d494
* Bug fixes and updated translations.
Packit a7d494
Packit a7d494
News in 1.0.0
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Bug fixes and updated translations.
Packit a7d494
Packit a7d494
News in 0.9.2
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Bug fixes and updated translations.
Packit a7d494
Packit a7d494
News in 0.9.1
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Bug fixes.
Packit a7d494
* XML and HTML .lang files now highlight strings using simple patterns.
Packit a7d494
* Beginning of line and end of line are now correctly matched, even if
Packit a7d494
  the slice of text doesn't include the newlines.
Packit a7d494
* "Others" style is now deprecated.
Packit a7d494
Packit a7d494
News in 0.9.0
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Miscellaneous Bugfixes
Packit a7d494
Packit a7d494
News in 0.8.0
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* Highlighting spec files for PHP, Verilog, MSIL, C# and SQL.
Packit a7d494
* Migrated test application to Gtk 2.3 (UI and file selector).
Packit a7d494
Packit a7d494
News in 0.7.0
Packit a7d494
-------------
Packit a7d494
Packit a7d494
* A bunch of small bugfixes
Packit a7d494
* Replaced deprecated calls for glib 2.3
Packit a7d494
* Multiline backward search works now
Packit a7d494
* <keyword-item> patterns are now limited to 250 elements (more cause 
Packit a7d494
  trouble with GNU regex)
Packit a7d494
Packit a7d494
News 0.4.0 -> 0.5.0
Packit a7d494
-------------------
Packit a7d494
Packit a7d494
* Removed hack for bug #81893 since it's now fixed in Gtk+
Packit a7d494
* Added "style_changed" signal to GtkSourceStyleScheme to signal the
Packit a7d494
  buffer that a style has changed
Packit a7d494
Packit a7d494
News 0.3.0 -> 0.4.0
Packit a7d494
-------------------
Packit a7d494
Packit a7d494
* Added get_style_names method to the GtkSourceStyleScheme interface
Packit a7d494
* New method gtk_source_language_get_id
Packit a7d494
* Added the id arg to all constructors of gtksourcetag.[ch]
Packit a7d494
* Added ID and tag_style properties to GtkSourceTag
Packit a7d494
* Fixed the .pc.in file
Packit a7d494
* Fixes to the printing code
Packit a7d494
Packit a7d494
News 0.2.1 -> 0.3.0
Packit a7d494
-------------------
Packit a7d494
Packit a7d494
* Printing support
Packit a7d494
* Caseless search functions gtk_source_iter_search_forward/backward
Packit a7d494
* API reference documentation building infrastructure
Packit a7d494
* Added support for translation of user visible strings in language
Packit a7d494
  spec files
Packit a7d494
* gtk_source_buffer_find_bracket_match has been renamed to
Packit a7d494
  gtk_source_iter_find_matching_bracket
Packit a7d494
Packit a7d494
News 0.2.0 -> 0.2.1
Packit a7d494
-------------------
Packit a7d494
Packit a7d494
* Dropped strict libgnome dependency (some Gnome libraries are still needed to
Packit a7d494
  build the tests, but those are now optional)
Packit a7d494
* Regular expression syntax changed to Extended POSIX + GNU operators
Packit a7d494
* Generate enums and flags for introspection and language bindings
Packit a7d494
* Copy of GNU regular expression library included for platforms which aren't
Packit a7d494
  based on the GNU C library (bug #112517)
Packit a7d494
* grab_focus no longer scrolls the widget to the cursor (workaround Gtk+ 
Packit a7d494
  bug #81893)
Packit a7d494
Packit a7d494
News 0.1.0 -> 0.2.0
Packit a7d494
-------------------
Packit a7d494
Packit a7d494
* src directory renamed to gtksourceview for proper header
Packit a7d494
  namespacing
Packit a7d494
Packit a7d494
News 0.0.3 -> 0.1.0
Packit a7d494
-------------------
Packit a7d494
Packit a7d494
* API has been completely revised
Packit a7d494
* New language and manager objects to set regular expressions for
Packit a7d494
  syntax highlighting from XML files
Packit a7d494
* New improved highlighting engine
Packit a7d494
* Rewritten test application which demonstrates most important features
Packit a7d494
* Markers API have been redesigned
Packit a7d494
* Text style schemes for highlighted elements
Packit a7d494
* The view can draw a vertical line indicating a right margin
Packit a7d494
* Smart HOME/END keys move to the first/last character in the line
Packit a7d494
  before moving to the real begin/end
Packit a7d494
* Auto indentation
Packit a7d494
Packit a7d494
News 0.0.2 -> 0.0.3
Packit a7d494
----------------
Packit a7d494
Packit a7d494
* Undo support using begin/end_user_action in GtkTextBuffer.
Packit a7d494
* Implemented gtk_source_buffer_convert_to_html the name says what it does :-)
Packit a7d494
* more auto indent support/bugfixes: On an keypress it will automatic inserting whitespaces before/after on operator characters like [=<>!], comma [,]  and begin parantes[(]. This is hardcoded values and will probadly only work correcly on C/C++/Java/python or similar programing languages syntax
Packit a7d494
* bugfixes.
Packit a7d494
Packit a7d494
News 0.0.1 -> 0.0.2
Packit a7d494
----------------
Packit a7d494
Packit a7d494
* Auto indent support
Packit a7d494
* bugfixes
Packit a7d494
Packit a7d494
News 0.0.1
Packit a7d494
--------
Packit a7d494
Packit a7d494
* Syntax/Pattern highlighting
Packit a7d494
* Bracket matching support
Packit a7d494
* Show line numbers in margin