Package: gedit / 3.14.0-3

Metadata

Package Version Patches format
gedit 3.14.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_gedit bugreport location.patch | (download)

data/org.gnome.gedit.desktop.in.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
03_no_gnu_gettext.patch | (download)

configure.ac | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

---
08_multiarch_fallback.patch | (download)

gedit/gedit-dirs.c | 11 11 + 0 - 0 !
gedit/gedit-dirs.h | 2 2 + 0 - 0 !
gedit/gedit-plugins-engine.c | 4 4 + 0 - 0 !
3 files changed, 17 insertions(+)

 also load plugins from pre-multiarch directory
10_external tools_missing_column.patch | (download)

plugins/externaltools/data/send-to-fpaste.tool.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 plugin: externaltools/send-to-fpaste missing colon


11_quick open_crash_IM.patch | (download)

plugins/quickopen/quickopen/popup.py | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 [quick open] defer popup destruction to avoid input manager crash

https://bugzilla.gnome.org/show_bug.cgi?id=737711

12_send to fpaste_path.patch | (download)

plugins/externaltools/data/send-to-fpaste.tool.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 send-to-fpaste: use /usr/bin/env instead of /bin/env

In light of the larger /usr - movement, it would be nicer to use
/usr/bin/env instead of /bin/env. Some distros do not offer /bin/env
(and never have). All other files refering to 'env' look for it in
/usr/bin as well, so it's just consistent.

https://bugzilla.gnome.org/show_bug.cgi?id=737931

13_window_size.patch | (download)

data/org.gnome.gedit.gschema.xml.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase default window size

https://bugzilla.gnome.org/show_bug.cgi?id=729330

14_css_leak.patch | (download)

gedit/gedit-app.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 do not leak gfile when trying to load a non existing css


15_line_ending.patch | (download)

gedit/gedit-file-chooser-dialog-gtk.c | 46 46 + 0 - 0 !
1 file changed, 46 insertions(+)

 file chooser: get back the line ending change on saving

This was removed by mistake on the refactoring.

16_highlightmode_dialog.patch | (download)

gedit/gedit-highlight-mode-dialog.c | 20 13 + 7 - 0 !
1 file changed, 13 insertions(+), 7 deletions(-)

 highlightmode dialog: fix

The selector is destroyed before we had time to activate the
selected language.

17_various_leaks.patch | (download)

gedit/gedit-preferences-dialog.c | 6 6 + 0 - 0 !
gedit/gedit-utils.c | 2 2 + 0 - 0 !
2 files changed, 8 insertions(+)

 fix some memory leaks [cppcheck]

Signed-off-by: Boris Egorov <egorov@linux.com>

https://bugzilla.gnome.org/show_bug.cgi?id=740382

18_print preview_typo.patch | (download)

gedit/gedit-print-preview.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix a typo in get_page_at_coords() [cppcheck]

Both height and width of a tile must be positive.

Issue detected by cppcheck.

Signed-off-by: Boris Egorov <egorov@linux.com>

https://bugzilla.gnome.org/show_bug.cgi?id=740382