Package: gmanedit / 0.4.2-5

Metadata

Package Version Patches format
gmanedit 0.4.2-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
link_with_zlib | (download)

configure.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correctly build/link against zlib.
  This is required to satisfy GCC 4.5 (building on Ubuntu Natty) as well as
  for building with binutils-gold, both of which appear to have stricter
  requirements for linking.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554557
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gmanedit/+bug/688831
Approved: Ralf Treinen <treinen@debian.org>

typo_in_menu | (download)

src/interface.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
fix_wizard_buffer_overflow | (download)

src/callbacks.c | 2 1 + 1 - 0 !
src/interface.c | 4 4 + 0 - 0 !
2 files changed, 5 insertions(+), 1 deletion(-)

 fix buffer overflow.


spanish_translation | (download)

po/es.po | 389 178 + 211 - 0 !
1 file changed, 178 insertions(+), 211 deletions(-)

 updating spanish translation.

desktop_utf8 | (download)

gmanedit.desktop | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 convert desktop file to utf8 encoding

Bug: #614141

file_save_dialog | (download)

src/interface.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 correctly initialize the file choose with a save action.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571681
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gmanedit/+bug/688827
gtk_deprecated | (download)

src/callbacks.c | 4 4 + 0 - 0 !
src/interface.c | 27 27 + 0 - 0 !
src/main.c | 1 0 + 1 - 0 !
3 files changed, 31 insertions(+), 1 deletion(-)

 update for deprecated symbols in current gtk+
 gtk_set_locale is already called by gtk_init and so unnecessary.  The other
 symbols have straightforward replacements.