commit c40fc7f67fd1fc1de7b84622ea07c52c53a0bd56 Author: Paolo Borelli Date: 2010-01-12 Bump gtksourceview requirement M configure.ac commit a2459132e00e716fd14ca0268c97c8cbf48c31ff Author: Javier Jardón Date: 2010-01-11 Remove deprecated GTK+ symbol: gtk_box_pack_start_defaults() Use gtk_box_pack_start (box, widget, TRUE, TRUE, 0) instead https://bugzilla.gnome.org/show_bug.cgi?id=562052 M gedit/dialogs/gedit-encodings-dialog.c M gedit/dialogs/gedit-preferences-dialog.c M gedit/dialogs/gedit-search-dialog.c M gedit/dialogs/gedit-style-scheme-dialog.c M plugins/spell/gedit-spell-language-dialog.c M plugins/time/gedit-time-plugin.c commit 1651ac6548966cca96fd13d834e6b48b64b95961 Author: Daniel Nylander Date: 2010-01-09 Updated Swedish translation M po/sv.po commit f68e9acde5f2aca3b028b2771b117ff1c7478b0e Author: Ignacio Casal Quinteiro Date: 2010-01-08 Update POTFILES.in M po/POTFILES.in commit 7e8ddfc4d57794337f80bc982a7f0d0493b81910 Author: Ignacio Casal Quinteiro Date: 2010-01-07 Include gedit-spinner.h if needed. M gedit/gedit-tab-label.c commit 19001b18ccdceff70529b7d5d2a0bf79f50e5212 Author: Paolo Borelli Date: 2010-01-07 Include config.h M gedit/gedit-tab-label.c commit 49bb378a434d96255b83b097108a04d553f12c3e Author: Paolo Borelli Date: 2010-01-07 Refactor the tab label in a separate widget M gedit/Makefile.am M gedit/gedit-notebook.c A gedit/gedit-tab-label.c A gedit/gedit-tab-label.h commit 521286069c7a39c014803227db2851f46d841948 Author: Paolo Borelli Date: 2010-01-07 Skip no-spell-check ranges at the start of the doc M plugins/spell/gedit-spell-plugin.c commit c03688db8744252e86c8a6fdd21216ef8cfb2d49 Author: Paolo Borelli Date: 2010-01-07 Small refactoring to avoid roundtrip from iter to offset M plugins/spell/gedit-spell-plugin.c commit 28b7c6249710d9638adc49812af00d9990191aa1 Author: Paolo Borelli Date: 2010-01-07 Remove two old dead files D plugins/spell/preload.c D plugins/spell/preload.h commit 185b09b031869bb8e0f1d398ea378969dbc48c53 Author: Paolo Borelli Date: 2010-01-07 Rename marshal file in something shorter M plugins/spell/Makefile.am M plugins/spell/gedit-spell-checker-dialog.c M plugins/spell/gedit-spell-checker.c R100 plugins/spell/gedit-spell-checker-dialog-marshal.list plugins/spell/gedit-spell-marshal.list commit ea3a3bd357b70967e23a8ef2cc30247e2b57b511 Author: Paolo Borelli Date: 2010-01-07 Refactor close button common code in a simple widget M gedit/Makefile.am A gedit/gedit-close-button.c A gedit/gedit-close-button.h M gedit/gedit-notebook.c M gedit/gedit-panel.c commit b2233b9b8aa342146e18195a97757ffa97a7e015 Author: Paolo Borelli Date: 2010-01-05 Move util function in the new utils file M plugins/spell/gedit-spell-checker.c M plugins/spell/gedit-spell-utils.c M plugins/spell/gedit-spell-utils.h commit 8d47289952f89e57b8bbccf0a764cef023dfc244 Author: Paolo Borelli Date: 2010-01-05 Cleanup: use gobject macros M plugins/spell/gedit-spell-checker-dialog.c M plugins/spell/gedit-spell-checker.c commit 5e348935f97ac5f2bd1337f1113d5e6488eabbc3 Author: Paolo Borelli Date: 2010-01-05 Remove deprecated gtk_rc_style_unref M gedit/gedit-panel.c commit cd429311a2e25b0c08a9c54f930f087a4dc9a281 Author: Paolo Borelli Date: 2010-01-05 Remove deprecated gtk_widget_unref and code cleanup M plugins/filebrowser/gedit-file-browser-widget.c commit d338ab19bf132cb69ba93663ddb871b9f377196a Author: Maxim V. Dziumanenko Date: 2010-01-05 Update Ukrainian translation M po/uk.po commit 597b4bc7bb244ab91de6172b04617689bf2620c7 Author: Jesse van den Kieboom Date: 2010-01-04 Use instead of to pass on cmd arguments M osx/launcher.sh commit ebff58df226747e202680ce1ad5ba9fb2a62e57c Author: Paolo Borelli Date: 2010-01-04 Add externaltool linkparser for bash M plugins/externaltools/tools/linkparsing.py M plugins/externaltools/tools/linkparsing_test.py commit 434e693ff10e017492e3eb4059dbf576ebfecf14 Author: Per Arneng Date: 2010-01-04 Refactored linkparsing and added support for more tools * Made it simpler to add regular expression based parsers * Regexp is now verbose and expects named capturing groups lnk, pth and ln * Created a standard regexp that covers ~ "\n/tmp/my_file.ext:23: ..." * Created regex for valac * Changed python parser from a class to regexp * Refactored the linkparsing_test.py to make it easier to write tests * Verified that scalac works on REGEXP_STANDARD with unit test * Verified that 6g (go) works on REGEXP_STANDARD with unit test * Added regexp for perl output * Added regexp for mcs (c#) output * tools supported (verified) to date: gcc, python, javac, valac, ruby, scalac, 6g (go), perl, mcs (c#) M plugins/externaltools/tools/linkparsing.py M plugins/externaltools/tools/linkparsing_test.py commit 67a132a761848a5d78b2d0d23a9fa8dc6c6a99c9 Author: Jesse van den Kieboom Date: 2010-01-04 Make sure to quote command line arguments for launcher script M osx/launcher.sh commit 2027997ed003ab53f336d58183c32a20f8e61121 Author: Jesse van den Kieboom Date: 2010-01-03 Improved performance of not spell-checking no-spell-check This now uses gtk_source_buffer_iter_forward_to_context_class_toggle to skip parts of the file that should not be spell-checked. M plugins/spell/Makefile.am M plugins/spell/gedit-automatic-spell-checker.c M plugins/spell/gedit-spell-plugin.c A plugins/spell/gedit-spell-utils.c A plugins/spell/gedit-spell-utils.h commit 412ef504a4d00b046fbb62501f6baa6da5ed2099 Author: Jesse van den Kieboom Date: 2010-01-02 Don't check words that are marked no-spell-check This uses the no-spell-check context class that can be defined in GtkSourceView language files M plugins/spell/gedit-automatic-spell-checker.c M plugins/spell/gedit-spell-plugin.c commit 096f053d90e42502985b436f98216f1e88afb6eb Author: Ignacio Casal Quinteiro Date: 2010-01-01 Use get_location instead of get_uri. M plugins/externaltools/tools/filelookup.py commit 52646452161693fd63ab304d7298d56b25ae4a28 Author: Ignacio Casal Quinteiro Date: 2010-01-02 Register python bindings with gio-types.defs M configure.ac M plugin-loaders/python/bindings/Makefile.am commit a169d313af2ba0549c5d1a865766d7768a5dea83 Author: Per Arneng Date: 2010-01-01 The outputpanel's linking functionality was refactored The outputpanel can parse the output and if it finds certain file and line number patterns it can make links of them that the user can click. This functionality is now updated with the following features: * Easier to add parsers for different tools * Python error links now supported * Easier to add new ways of finding files from the links * Two new ways of file lookup's added M plugins/externaltools/tools/Makefile.am A plugins/externaltools/tools/filelookup.py A plugins/externaltools/tools/linkparsing.py A plugins/externaltools/tools/linkparsing_test.py M plugins/externaltools/tools/outputpanel.py commit 63d31f65c59b2cedbe71d23b90aa3ed514b73545 Author: Ignacio Casal Quinteiro Date: 2010-01-01 Remove useless variables. M configure.ac commit 878df0798b3ed5a2ae400dd675e62e445a34c166 Author: Ignacio Casal Quinteiro Date: 2010-01-01 Bind gedit_document_get_location on python M plugin-loaders/python/bindings/gedit.defs commit 097ce3be1e428bbfed3c3b426ae1e523bf40d2de Author: Jesse van den Kieboom Date: 2009-12-31 Added support for platform specific tools M plugins/externaltools/data/Makefile.am A plugins/externaltools/data/open-terminal-here-osx.desktop.in A plugins/externaltools/data/open-terminal-here-osx.tool.in commit 36c706b8ee782a3c077ec0cae2f74c1b05ad1b1c Author: Jesse van den Kieboom Date: 2009-12-31 Added missing include for ige-mac-integration M gedit/gedit.c commit a37101056e1f8a5d19e3d03d3eebd1a083ba5914 Author: Jesse van den Kieboom Date: 2009-12-31 Process Info.plist with configure for version M configure.ac R098 osx/Info.plist osx/Info.plist.in A osx/Makefile.am commit 561dee2cfc3e7946ebb9bc2b75acde52247847dd Author: Jesse van den Kieboom Date: 2009-12-30 Install special gtkrc key theme for OSX bindings This installs some of the more general text editing key bindings on OSX and overrides some of the gedit specific bindings such as interactive-search and delete-line M osx/gedit.bundle M osx/gtkrc A osx/gtkrc.key.osx commit 645836151337c768abdc02ba43fe5d0ee20fe3e3 Author: Jesse van den Kieboom Date: 2009-12-30 Don't use the global key handler This fixes problems with dialogs that don't get the correct key bindings because the menu is in the way M gedit/gedit-window.c M gedit/gedit.c commit 02c8ad9a0da2c0af15c49725006fecf8d0af29a7 Author: Jesse van den Kieboom Date: 2009-12-30 Added osx/geditdoc.icns icon A osx/geditdoc.icns commit 13c8241d4c9fdbc39a31e81a1c38ff7d5d06b62b Author: Jesse van den Kieboom Date: 2009-12-30 Improved menu integration on OS X This now uses the latest updates on the ige-mac-integration library, with additional patches to make everything work for gedit. This requires the ige-mac-integration fork on github/jessevdk. M gedit/gedit-app.c M gedit/gedit-window-private.h M gedit/gedit-window.c M gedit/gedit-window.h commit 9c5ddd7f784b3a4687ffab9f9b20e6dcf6539699 Author: Jesse van den Kieboom Date: 2009-12-30 Copy over all of gconf configuration This fixes bug #604122 M osx/gedit.bundle commit 571acaba8c30c2899ea0ae28b80e327ecc9d9d64 Author: Jesse van den Kieboom Date: 2009-12-30 Override OS X specific keybindings for GeditView M osx/gtkrc commit 85473dee7a90bb92720dc128190c4e62a768a64f Author: Jesse van den Kieboom Date: 2009-12-30 Include gedit-commands.h fixes compile warning M gedit/osx/gedit-osx-delegate.m commit 43d348342fb472441fab500138587cdba5b484b5 Author: Marek Černocký Date: 2009-12-30 Update Czech translation. M po/cs.po commit 1c09f2ca98e26c55c3c74e8c9c7296171ee13d33 Author: Paolo Borelli Date: 2009-12-29 Do not persist the number of printed copies, bug 546617 M gedit/gedit-tab.c commit 6079c297173cbfff057da71fa51ec2a02b639cc9 Author: Paolo Borelli Date: 2009-12-29 Fix packing options for the encodings combo and misc cleanups M gedit/gedit-io-error-message-area.c commit c0d7fb64b38f6cdf14fe8d12909e18e80e7bd366 Author: Paolo Borelli Date: 2009-12-28 Scroll the file into view after a rename M plugins/filebrowser/gedit-file-browser-view.c commit c067e8b6fa59b203d3f7e9874c73433c25ff8fc2 Author: Paolo Borelli Date: 2009-12-26 Add xslt snippets A plugins/snippets/data/xslt.xml commit 802fab7ff0e06156e994e1d9ceea260f01aabcac Author: Ignacio Casal Quinteiro Date: 2009-12-26 Fix style problems M plugins/snippets/data/c.xml M plugins/snippets/data/chdr.xml commit b054d21d92f8d24d8cbbd6e1320ff3c3a56aceb4 Author: Paolo Borelli Date: 2009-12-25 Use multiple selection for the html input type snippet M plugins/snippets/data/html.xml commit 4538f6709336ac92cace03b67a52719d4ffe859f Author: Paolo Borelli Date: 2009-12-25 Add some html snippets from bug 603663. M plugins/snippets/data/html.xml commit 28d1bd8504a160b974e2bbcb73a19f091bdf29d1 Author: „Nils-Christoph <„fiedler@medienkompanie.de“> Date: 2009-12-20 Added LowGerman translation A po/nds.po commit 389626d885c66df4fc47e317abe9a64dbdeb2cbe Author: „Nils-Christoph <„fiedler@medienkompanie.de“> Date: 2009-12-20 Added LowGerman translation M po/LINGUAS commit ece7bffab4216881b50d134b559394000c815214 Author: Lucian Adrian Grijincu Date: 2009-12-19 Update Romanian translation M po/ro.po commit b0bd23be3c0441bc96762f4e6e4c97f7c61a8ce1 Author: Lucian Adrian Grijincu Date: 2009-12-19 Update Romanian translation M po/ro.po commit 6fe9a79db9c340a2140392b4442ce42682f6847a Author: Ignacio Casal Quinteiro Date: 2009-12-18 Do not ship the old libxml M win32/build-installer.sh commit 07c541d0500acd5a306f1742b1ef20558181808f Author: Aron Xu Date: 2009-12-09 Update Simplified Chinese translation. M po/zh_CN.po commit 60b0a28bbe7db461497064bd93a9c027d6474164 Author: Mattias Põldaru Date: 2009-12-09 Updating Estonian translation M po/et.po commit eb54f42ba91d9116240f21e1108f991ccd4aecd1 Author: Gabor Kelemen Date: 2009-12-09 Updated Hungarian translation M po/hu.po commit 41fb213bfcd4ffe4b7c3adb7ffa8d286a65040e3 Author: Ignacio Casal Quinteiro Date: 2009-12-01 Remember if the autospell was enabled per document. Fixes bug #451042. M plugins/spell/gedit-spell-plugin.c