summaryrefslogtreecommitdiff
path: root/editors/zile/patches
diff options
context:
space:
mode:
authorhauke <hauke>2010-06-08 15:59:50 +0000
committerhauke <hauke>2010-06-08 15:59:50 +0000
commit7d7a5481436a8191c3987d04f68e3462d8b03be6 (patch)
treee696a5c19a18a590f36a755bdd1157a15c3f9c70 /editors/zile/patches
parent77cc495ff2c721a2a69d67f73b4a81d4a3ee1bf4 (diff)
downloadpkgsrc-7d7a5481436a8191c3987d04f68e3462d8b03be6.tar.gz
Update editors/zile to 2.3.17, fixing PR pkg/43070
Release 2.3.17 This release fixes a crash in undo introduced in 2.3.16 as well as some small bugs in delete-window, and contains some code cleanup. Release 2.3.16 This release fixes a potential buffer overrun, and a long-standing bug in the handling of the key string "C-_", and cleans up the code a little more. Release 2.3.15 This release fixes the default universal argument, which should be 4 but was 16, and also some cosmetic errors with the display of universal arguments in the minibuffer. Some fixes to the build system were also made (thanks to Giuseppe Scrivano). Release 2.3.14 This release fixes a minor bug in filename tab expansion, which resulted in `/' being expanded to `~/'. Release 2.3.13 This release fixes bugs in `kill-line`, `scroll-up' and `scroll-down', squashes some space leaks found by Valgrind, and fixes some build problems reported by the indefatigable Nelson Beebe. Release 2.3.12 This release fixes the +LINE command-line action, which was broken a few releases ago, and makes a cosmetic fix to temporary buffers. Release 2.3.11 This release fixes a crash in `find-alternate-file', a build system bug, and various cosmetic bugs, and cleans up the code a little. Release 2.3.10 This release runs the test suite on Emacs as well as Zile (currently, requires Emacs 23 or later), and contains many small fixes to both the test suite and to Zile to improve Emacs compatibility. Various other bug fixes, improvements and tidy-ups have also been made. Note in particular that the commands `suspend-zile', `save-buffers-kill-zile' and `view-zile-FAQ' are now called `suspend-emacs', `save-buffers-kill-emacs' and `view-emacs-FAQ' respectively, and `kill-line' now works with non-positive arguments. Portability has been improved, in particular to DOS systems.
Diffstat (limited to 'editors/zile/patches')
-rw-r--r--editors/zile/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/zile/patches/patch-ab b/editors/zile/patches/patch-ab
new file mode 100644
index 00000000000..f54ee70e1f3
--- /dev/null
+++ b/editors/zile/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.5 2010/06/08 15:59:50 hauke Exp $
+
+--- lib/wchar.in.h.orig 2010-05-09 18:10:04.000000000 +0000
++++ lib/wchar.in.h
+@@ -59,6 +59,7 @@
+ But avoid namespace pollution on glibc systems. */
+ #ifndef __GLIBC__
+ # include <stddef.h>
++# include <stdlib.h> /* NetBSD */
+ # include <stdio.h>
+ # include <time.h>
+ #endif