commit a29799e7a563111011a8b8840ff44aa9ceb630f6 Author: Paolo Borelli Date: 2010-11-08 Release 2.91.2 M NEWS M README M configure.ac commit 4b0a7038dd7f2d23c7e0c98d0241d37c63ca70f3 Author: Paolo Borelli Date: 2010-11-08 Dist py plugins even if they are disabled for now M configure.ac M plugins/Makefile.am commit ee697bfad740d814638fe705e82223b384347376 Author: Paolo Borelli Date: 2010-11-09 Flush the doc stream to ensure proper line end detection. M gedit/gedit-document-loader.c commit 4df7ec4456d44e5d0a8add3873fea2e306f961af Author: Matej Urbančič Date: 2010-11-07 Updated Slovenian translation M po/sl.po commit c7cf365c268fc90b012fd1420bb1826402286d91 Author: Paolo Borelli Date: 2010-11-06 Remove the taglist plugin. It is now in gedit-plugins. The taglist plugin is not so popular anymore (superceeded by snippets, completion, etc). Move it to gedit-plugins for those who still want it. M configure.ac M plugins/Makefile.am D plugins/taglist/HTML.tags.xml.in D plugins/taglist/Latex.tags.xml.in D plugins/taglist/Makefile.am D plugins/taglist/XSLT.tags.xml.in D plugins/taglist/XUL.tags.xml.in D plugins/taglist/gedit-taglist-plugin-panel.c D plugins/taglist/gedit-taglist-plugin-panel.h D plugins/taglist/gedit-taglist-plugin-parser.c D plugins/taglist/gedit-taglist-plugin-parser.h D plugins/taglist/gedit-taglist-plugin.c D plugins/taglist/gedit-taglist-plugin.h D plugins/taglist/taglist.plugin.desktop.in M po/POTFILES.in commit 195db8bb27d44c65063605407b0401147b31bdcb Author: Paolo Borelli Date: 2010-11-05 Fix unitialized variable M gedit/gedit-dbus.c commit 23f0a5326c5ee49a79402fec5b149df069b78c1b Author: Matthias Clasen Date: 2010-11-05 Fix a typo in the gsettings conversion file The key is called bottom-panel-visible, not bottom-pane-visible. This was causing gsettings-data-convert to abort. M data/gedit.convert commit f6119ce619054a152dd55175299a7543c15708f5 Author: Ignacio Casal Quinteiro Date: 2010-11-01 Kill sourceiter for sure. M gedit/gedit-document.c commit 74582d5a6fbe4dd9f2042ee5582cf36ffa0cae8c Author: Ignacio Casal Quinteiro Date: 2010-10-25 Use the new search gtk+ api for case insensitive. M gedit/gedit-document.c commit ef6eff308929d3248c0c28b1cb53984d8165cbad Author: Paolo Borelli Date: 2010-10-31 Adapt to bracket-matched signal changes in GtkSourceView M gedit/gedit-window.c commit 4ccf119c296f239f2315b6734ac79caa06318edf Author: Paolo Borelli Date: 2010-10-30 use g_(s)list_free_full where appropriate M gedit/gedit-command-line.c M gedit/gedit-commands-file.c M gedit/gedit-message-bus.c M gedit/gedit-osx-delegate.m M gedit/gedit-window.c M plugins/filebrowser/gedit-file-bookmarks-store.c M plugins/filebrowser/gedit-file-browser-store.c M plugins/filebrowser/gedit-file-browser-view.c M plugins/filebrowser/gedit-file-browser-widget.c M plugins/spell/gedit-spell-checker-dialog.c commit 6996dea67a9ca786cd8411d50b914e359f5522c8 Author: Jesse van den Kieboom Date: 2010-10-19 Fix issue with windows line endings and chunk read The issue occurs when a \r\n is present exactly on the chunk size boundary. This means that first a \r will be inserted in the buffer, and with a separate insert a \n. GtkTextBuffer handles this as two separate lines, leaving us with an additional unwanted newline. Fixes #626739. M gedit/gedit-document-output-stream.c M tests/document-output-stream.c commit 9f12c9cd7643fdf625fc19ad4b155b29cc1f57ee Author: Paolo Borelli Date: 2010-10-30 Use gtk_paned_new instead gtk_[h|v]paned_new M gedit/gedit-multi-notebook.c M gedit/gedit-window.c commit b1668c0920f5f29b445530731ea3864148452955 Author: Paolo Borelli Date: 2010-10-29 When dragging a tab, check if dest notebook is the same and skip the move M gedit/gedit-view.c commit e7401cb9efb776cb18352b77256b7aa801ee72d0 Author: Ignacio Casal Quinteiro Date: 2010-10-28 Kill size-request of animated-widget. M gedit/theatrics/gedit-theatrics-animated-widget.c commit 4d9125ed9d0f9154cd0582d6ae066472b91d1423 Author: Ignacio Casal Quinteiro Date: 2010-10-28 Kill size-request of rounded-frame. M gedit/gedit-rounded-frame.c commit 52e06007a7342b365307b0e721d04e48609b4eb3 Author: Ignacio Casal Quinteiro Date: 2010-10-27 Proxy the GtkScrollablePolicy to the main widget. M gedit/gedit-overlay.c commit c7ab5b923b21b6259736b954771f143bff67279e Author: Ignacio Casal Quinteiro Date: 2010-10-27 Implement GtkScrollablePolicy property. M gedit/gedit-overlay.c commit 2befedbd453d63b21bb32e729d70f75282f8c654 Author: Carles Ferrando Date: 2010-10-26 Updated Catalan (Valencian) translation M po/ca@valencia.po commit 5e42cc80baea2d559733f5935af4f857bbff043d Author: Paolo Borelli Date: 2010-10-23 Bump gtk requirement M configure.ac commit 79c6b58508568d910b198fa92d38c7b98bc1ab9c Author: Paolo Borelli Date: 2010-10-23 Use GtkScrollable methods M gedit/gedit-print-preview.c commit b8ac58b2921a66801266b4e3aab2269b22155757 Author: Paolo Borelli Date: 2010-10-23 Port to the new GtkScrollable interface M gedit/gedit-overlay.c