pkgsrc/news/knews/patches/patch-bf
fredb 6feb1cc405 Bump version to 1.0nb7 for a couple of gratuitious changes:
Implement percent ('%') filename expansion in the "pipe" widget of the
  save/pipe dialog. Especially useful for setting Knews*shellfield.buffer
  in ${XENVIRONMENT}.

  Count articles for save/pipe command as "1 of N", "2 of N", and so on.
2001-08-15 06:09:01 +00:00

10 lines
357 B
Text

$NetBSD: patch-bf,v 1.1 2001/08/15 06:09:02 fredb Exp $
--- src/expand.h.orig Fri Jan 9 11:16:29 1998
+++ src/expand.h
@@ -7,4 +7,5 @@
extern char *regexp_escape_string(char*, int);
extern char *expand_view_command(const char*, char*, char*,
struct MimeArg*, int, int);
+extern char *expand_save_text(char*);
extern char *expand_path(char*);