commit 5aed3c90ebaf290591b3741de17acb1cdba2fc5d Author: Paolo Borelli Date: 2010-04-18 Release 2.30.1 M NEWS M README M configure.ac commit 14814e64fb6dd62300a08f23d16d34b189cb7c58 Author: Ignacio Casal Quinteiro Date: 2010-04-18 Disable external tools for win32. Until we come up with some replacement in win32 let's disable it. M plugins/Makefile.am commit 84fab13fa95837a748d3211dadf0b6c9c569def3 Author: Ignacio Casal Quinteiro Date: 2010-04-18 Do not build some tests on win32 M tests/document-saver.c commit f39ef7405c89696c7f2419b3bf8e571bc861b60a Author: Paolo Borelli Date: 2010-04-18 Do not use gtk 2.18 syntax M gedit/gedit-file-chooser-dialog.c commit 01e5c14065c9ea1338086f3c38565139061c9cc7 Author: Paolo Borelli Date: 2010-04-18 Add a 'default' branch to case statement to make gcc happy M gedit/gedit-document-input-stream.c commit 9011f03572e24a3371fbce392128b7c472502908 Author: Paolo Borelli Date: 2010-04-18 Better name for conditional metadata flag and use it in all the files M configure.ac M gedit/Makefile.am M gedit/gedit-document.c M gedit/gedit-gio-document-loader.c M gedit/gedit.c commit f01b005563a2762360c8ff13e59115e5644c6bbd Author: Paolo Borelli Date: 2010-04-18 Update git.mk from pango M git.mk commit 579279ea3e5ed593643744f76d9d39a9bd77d5f7 Author: Jesse van den Kieboom Date: 2010-04-18 Disconnect doc loaded/saved signals when spell plugin deactivated M plugins/spell/gedit-spell-plugin.c commit 211d11e6f45a643ae71d9b75b79595b901f2833d Author: Jesse van den Kieboom Date: 2010-04-18 Save spell metadata also after saving the document M plugins/spell/gedit-spell-plugin.c commit 773b1498261b4ac8d8505a44f24cfc67910ccae7 Author: Jesse van den Kieboom Date: 2010-04-18 Don't save metadata for untitled documents with fallback manager M gedit/gedit-document.c commit 940d150d4ce8d9f35ba396c6229ce334cd7298b0 Author: Jesse van den Kieboom Date: 2010-04-18 Better conditionally compile old metadata manager M configure.ac M gedit/Makefile.am M gedit/gedit-document.c commit 831a021ab00e81559fe2edf0ceb40b12d832dfcb Author: Paolo Borelli Date: 2010-04-18 Use document_get_location M gedit/gedit-commands-file.c commit cf336fa71642dd6457dc34f44d74e641632f8b47 Author: Paolo Borelli Date: 2010-04-18 Also check if permission changed when checking if a local file was modified. M gedit/gedit-document.c commit e6db7f86504fb887719348f4274162ae4837e672 Author: Paolo Borelli Date: 2010-04-18 Update old message that still spoke about "CVS" M autogen.sh commit 7eafaef57d79216e19323f930bd91676f4b08d8c Author: Ignacio Casal Quinteiro Date: 2010-04-17 Reset the spell checker language from the metadata when the doc is loaded. M plugins/spell/gedit-spell-plugin.c commit 55e24248c8d365d45b0f8d7fb1b405f0d7cac777 Author: Ignacio Casal Quinteiro Date: 2010-04-17 Use get_location instead of get_uri. M plugins/snippets/snippets/Document.py commit 374dc304bbf17b04dd327f79679667318982b108 Author: Jesse van den Kieboom Date: 2010-04-17 Set correct text column for drop down mime type entry for snippets M plugins/snippets/snippets/Manager.py commit be3fbac0630f3453d20c1365edc563348001c4e7 Author: Jesse van den Kieboom Date: 2010-04-17 Fix warnings on tag not being a GtkTextTag when removing autospell The problem occurred because the tag table is emptied before the destroy function runs. This patch simply adds a weak reference to the tag object to be notified if it's destroyed before the finalize of the spell object runs. M plugins/spell/gedit-automatic-spell-checker.c commit adf773fc4e18c61621cb236ec5677310351654bc Author: Jesse van den Kieboom Date: 2010-04-17 Auto spell check on highlight-updated This solves the issue where the plugin is checking the buffer before the syntax analysis has finished. This is only a temporary fix because it means that the spell checker is rechecking multiple times in many cases. M plugins/spell/gedit-automatic-spell-checker.c commit abfd858fc4994900dd2b1bdf2f7dc98822863735 Author: Changwoo Ryu Date: 2010-04-16 Updated Korean manual translation Fixes build errors M help/ko/ko.po commit ef33c1031d6db2d1cab4ae3dadbcb837390bdd2a Author: Reşat SABIQ Date: 2010-04-14 Minor update for Crimean Tatar/Turkish translation M po/crh.po commit cd072bdb6b55ef5c9b132a8e1a07c83a31b3b9ca Author: Runa Bhattacharjee Date: 2010-04-14 Updated Bengali India Translation M po/bn_IN.po commit 20f00dd6919de84ff2239f1ab9b2ecbd3c2a941a Author: Xandru Armesto Fernandez Date: 2010-04-13 Updated asturian translation M po/ast.po commit 874b81bb320c66c2985ddd4b4b42d4b91445674c Author: Ignacio Casal Quinteiro Date: 2010-04-12 Use gtk_widget_is_toplevel when possible. Fixes #562052. M gedit/gedit-encodings-combo-box.c M gedit/gedit-panel.c commit 893d0b2d2fb9f9d05e7b02a3fe2e095eb866fa5c Author: Ignacio Casal Quinteiro Date: 2010-04-12 Use gtk_activatable_get_related_action instead of deprecated func. M gedit/gedit-window.c commit 8624fca0d5504ff49990abe38060e9260192b269 Author: Adi Roiban Date: 2010-04-11 Update Romanian translation M po/ro.po commit 26097434b58ae6e6c3a68d8c93f5e7683d8c44c5 Author: Ignacio Casal Quinteiro Date: 2010-04-09 Fix ref loop. M gedit/gedit-tab-label.c commit 31728e836a8e0a77df8d75a729842630a6254be1 Author: Jesse van den Kieboom Date: 2010-04-09 Handle INVALID_DATA and PARTIAL_INPUT as conversion errors on save This handles G_IO_ERROR_INVALID_DATA and G_IO_ERROR_PARTIAL_INPUT the same way as GConvert errors are handled. M gedit/gedit-io-error-message-area.c M gedit/gedit-tab.c commit ceac487d4d02d157754a27916295b2e643f5fed7 Author: Jesse van den Kieboom Date: 2010-04-09 Explicitly close output stream with cancellable in cancelled state This fixes an issue in GOutputStream that applies the atomic replace save strategy. The stream moves the written file to the original file when the stream is closed. However, there is no way currently to tell the stream that the save should be aborted (there could be a conversion error). The patch explicitly closes the output stream in all these cases with a GCancellable in the cancelled state, causing the output stream to close, but not move the file. This makes use of an implementation detail in the local gio file stream and should be properly fixed by adding the appropriate API in gio. Until then, at least we prevent data corruption for now. M gedit/gedit-gio-document-saver.c commit b66c58acd43dbc971947d5634a2e6203fa8d0210 Author: Ignacio Casal Quinteiro Date: 2010-04-09 Manage the tab as a property. M gedit/gedit-tab-label.c commit 22da0bfd56e29e9cec5b38fa678481b6d2a9c279 Author: Ignacio Casal Quinteiro Date: 2010-04-09 Remove useless file. D data/gedit.spec.in commit b0a402df19fa276c61a5fc2fc96c8e742f029d12 Author: Jesse van den Kieboom Date: 2010-04-09 Fixed relative document path for snippets drop target M plugins/snippets/snippets/Document.py commit c65151a4fff9eedf99ef981bf6e10a55747d7262 Author: Jesse van den Kieboom Date: 2010-04-09 Fixed snippet drop target environment variables (fixes #615279) M plugins/snippets/snippets/Document.py commit 008c118c9aaa0217d07c75ae6c76969b5475d2e5 Author: Ignacio Casal Quinteiro Date: 2010-04-07 Clear the buffer when the output stream is constructed. Fixes bug #615023. We must clear the buffer when the output stream is constructed as we can't know with certain that we are going to write data on it. M gedit/gedit-document-output-stream.c commit 96632ce7bfe35452f00efc9f67489c6d8c1fc357 Author: Jesse van den Kieboom Date: 2010-04-07 Catch case where start or end is not an iter for drawing snippet placeholder M plugins/snippets/snippets/Document.py commit 35121d9a4a0904904944e7ec821a327030c4d8b5 Author: Jesse van den Kieboom Date: 2010-04-07 Better handling of G_IO_IN | G_IO_HUP condition in external tools read M plugins/externaltools/tools/capture.py commit 719ca41f6c17e006f4a3709395e64d6b9b1b8543 Author: Jesse van den Kieboom Date: 2010-04-07 Updated logo with slightly better letter background and white 'g' M pixmaps/gedit-logo.png M pixmaps/gedit-logo.svgz commit 26b510c9776f5a4935c5ee642275ffd9931b3207 Author: Ignacio Casal Quinteiro Date: 2010-04-06 Added the new logo. The logo has been made by Henry Peters, taking some ideas from other logos that has been sent. Kudos also to Paolo Borelli who made a great sketch. We would like to thank also to everybody who sent a logo and that contributed sending ideas. M pixmaps/gedit-logo.png A pixmaps/gedit-logo.svgz commit a4e616805588dfaff2d3a141fccc490b327590ff Author: Leonid Kanter Date: 2010-04-05 fixed https://bugzilla.gnome.org/show_bug.cgi?id=565868 M po/ru.po commit 77770cf22d8c5583b9cbb12499c726ef6ef0df20 Author: Andika Triwidada Date: 2010-04-04 Updated Indonesian translation M po/id.po commit f03c5b98b298308ccfaf6f0b65dc3b5370738e7a Author: Wouter Bolsterlee Date: 2010-04-03 Dutch translation updated by Wouter Bolsterlee M po/nl.po commit 2919c5b733c00cf5e349351b08a79e0619b14f68 Author: Ignacio Casal Quinteiro Date: 2010-04-03 Use doc.get_location where possible. M plugins/quickopen/quickopen/virtualdirs.py M plugins/quickopen/quickopen/windowhelper.py commit 57af19566182a98a5f6c3cdb593a7a5da54114be Author: Wouter Bolsterlee Date: 2010-04-03 Dutch translation updated by Hannie Dumoleyn M po/nl.po commit 2f65c8afce8ed04f0600ab4a3429c0c3f39d13d6 Author: Martin Szulecki Date: 2010-04-02 Fix shadowed mounts appearing in the filebrowser bookmarks view According to documentation for g_mount_is_shadowed() any implementation should not list mounts which are shadowed. This fixes mounts from the gphoto2 or afc GVFS backend to not show up twice in the filebrowser. M plugins/filebrowser/gedit-file-bookmarks-store.c commit fae59ae4563631ac98a137012eb6275cc8b807d4 Author: Paolo Borelli Date: 2010-04-01 Actually install the xslt snippets M plugins/snippets/data/Makefile.am commit 95086b3e472984ffd6a2d4e31b2ab3fe96bfb392 Author: Kittiphong Meesawat Date: 2010-04-01 Updated Thai translation. M help/th/th.po commit 5c02208fa1b81822b7b965d787da347d5362f5c1 Author: Ignacio Casal Quinteiro Date: 2010-03-31 Replace CRLF by LF endlines. M tests/smart-converter.c commit dec27f57b07a3e302944b9458518fb5bbeb39780 Author: Petr Kovar Date: 2010-03-31 Fix Czech translation M po/cs.po commit d9802768e53b9fdba2577c03e0d3641c6462e646 Author: Gabor Kelemen Date: 2010-03-30 Updated Hungarian translation M po/hu.po commit 4ab4b2460be6f6c69b17260275e3cd313b063935 Author: Paolo Borelli Date: 2010-03-22 Respect GNOME22_USER_DIR env variable. M gedit/gedit-dirs.c M plugins/externaltools/tools/library.py M plugins/snippets/snippets/__init__.py M plugins/taglist/gedit-taglist-plugin-parser.c