Hello community,

here is the log from the commit of package zile for openSUSE:Factory checked in 
at 2017-05-09 18:02:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zile (Old)
 and      /work/SRC/openSUSE:Factory/.zile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zile"

Tue May  9 18:02:10 2017 rev:3 rq:491351 version:2.4.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/zile/zile.changes        2016-05-05 
08:12:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.zile.new/zile.changes   2017-05-09 
18:02:15.200494697 +0200
@@ -1,0 +2,9 @@
+Wed Apr 26 15:00:45 UTC 2017 - [email protected]
+
+- Update to version 2.4.13:
+  * Document correct location of dotzile.sample in man page.
+  * Remove obsolete variable transient-mark-mode.
+- Add gpg signature
+- Small spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  zile-2.4.11.tar.gz

New:
----
  zile-2.4.13.tar.gz
  zile-2.4.13.tar.gz.sig
  zile.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zile.spec ++++++
--- /var/tmp/diff_new_pack.Umrrsi/_old  2017-05-09 18:02:16.248346624 +0200
+++ /var/tmp/diff_new_pack.Umrrsi/_new  2017-05-09 18:02:16.248346624 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zile
 #
-# Copyright (c) 2014 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,34 +18,36 @@
 
 
 Name:           zile
-Version:        2.4.11
+Version:        2.4.13
 Release:        0
 Summary:        Lightweight Emacs Clone
 License:        GPL-3.0
-Group:          Productivity/Editors/Emacs
-Url:            http://www.gnu.org/software/zile/
-Source:         http://ftp.gnu.org/gnu/zile/zile-%{version}.tar.gz
-Source1:        zile.desktop
-Source2:        zile.png
+Group:          Productivity/Text/Editors
+Url:            https://www.gnu.org/software/zile/
+Source0:        https://ftp.gnu.org/gnu/zile/zile-%{version}.tar.gz
+Source1:        https://ftp.gnu.org/gnu/zile/zile-%{version}.tar.gz.sig
+Source2:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1#/%{name}.keyring
+Source3:        zile.desktop
+Source4:        zile.png
+BuildRequires:  emacs-nox
 BuildRequires:  help2man
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  termcap
-%if 0%{?suse_version}
 BuildRequires:  update-desktop-files
-%endif
 BuildRequires:  pkgconfig(bdw-gc)
-%if 0%{?suse_version} >= 1330
-BuildRequires:  pkgconfig(libacl)
-%endif
 Requires:       termcap
+Requires(post): update-desktop-files
+Requires(postun): update-desktop-files
+Recommends:     %{name}-doc = %{version}
 Provides:       %{name}-base = %{version}
 Provides:       %{name}-desktop = %{version}
 Obsoletes:      %{name}-base < %{version}
 Obsoletes:      %{name}-desktop < %{version}
-Recommends:     %{name}-doc = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1330
+BuildRequires:  pkgconfig(libacl)
+%endif
 
 %description
 Zile is another Emacs-clone.  Zile is a customizable, self-documenting
@@ -54,7 +56,7 @@
 
 %package doc
 Summary:        Lightweight Emacs Clone (Documentation)
-Group:          Productivity/Editors/Emacs
+Group:          Documentation/Other
 BuildArch:      noarch
 
 %description doc
@@ -75,14 +77,12 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 install -m0644 -t "%{buildroot}%{_docdir}/%{name}/" ChangeLog COPYING README 
THANKS
-install -Dp -m 0644 "%{SOURCE1}" 
"%{buildroot}%{_datadir}/applications/%{name}.desktop"
-install -Dp -m 0644 "%{SOURCE2}" "%{buildroot}%{_datadir}/pixmaps/%{name}.png"
-%if 0%{?suse_version}
+install -Dp -m 0644 "%{SOURCE3}" 
"%{buildroot}%{_datadir}/applications/%{name}.desktop"
+install -Dp -m 0644 "%{SOURCE4}" "%{buildroot}%{_datadir}/pixmaps/%{name}.png"
 %suse_update_desktop_file "%{name}" Utility TextEditor
-%endif
 
 %post
 %desktop_database_post

++++++ zile-2.4.11.tar.gz -> zile-2.4.13.tar.gz ++++++
++++ 1973 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/ChangeLog new/zile-2.4.13/ChangeLog
--- old/zile-2.4.11/ChangeLog   2014-02-26 09:19:11.000000000 +0100
+++ new/zile-2.4.13/ChangeLog   2016-10-18 13:28:57.000000000 +0200
@@ -1,5 +1,53 @@
+2016-10-18  Reuben Thomas  <[email protected]>
+
+       version 2.4.13
+       * NEWS: Record release date.
+
+2016-10-17  Reuben Thomas  <[email protected]>
+
+       Add NEWS for 2.4.13
+
+       Bump version to 2.4.13
+
+       Document correct location of dotzile.sample (thanks, Lio Novelli)
+
+       Bump some copyright years
+
+       maint: post-release administrivia
+       * NEWS: Add header line for next release.
+       * .prev-version: Record previous version.
+       * cfg.mk (old_NEWS_hash): Auto-update.
+
+       version 2.4.12
+       * NEWS: Record release date.
+
+       Fix tests/shell-command-on-region.el for Emacs 24
+
+       Add NEWS for 2.4.12
+
+       Bump version to 2.4.12
+
+       Remove no-longer-supported transient-mark-mode variable
+
+2014-06-21  Reuben Thomas  <[email protected]>
+
+       Makefile.am: remove defunct freecode woger release type
+
+2014-02-28  Reuben Thomas  <[email protected]>
+
+       main.h: only one name for gc.h now
+
+2014-02-27  Reuben Thomas  <[email protected]>
+
+       configure.ac: remove unusable debugging option for libgc
+
 2014-02-26  Reuben Thomas  <[email protected]>
 
+       maint: post-release administrivia
+       * NEWS: Add header line for next release.
+       * .prev-version: Record previous version.
+       * cfg.mk (old_NEWS_hash): Auto-update.
+
        version 2.4.11
        * NEWS: Record release date.
 
@@ -3663,5 +3711,3 @@
 2009-03-30  Reuben Thomas  <[email protected]>
 
        Start a new version series for Lua Zile.
-
-       Fix typo in splash screen.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/FAQ new/zile-2.4.13/FAQ
--- old/zile-2.4.11/FAQ 2014-02-24 22:42:16.000000000 +0100
+++ new/zile-2.4.13/FAQ 2016-10-18 00:42:02.000000000 +0200
@@ -1,6 +1,6 @@
                 Zile FAQ - Frequently Asked Questions
 
-        Copyright (c) 1997-2012 Free Software Foundation, Inc.
+        Copyright (c) 1997-2016 Free Software Foundation, Inc.
 
      Copying and distribution of this file, with or without
      modification, are permitted in any medium without royalty
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/Makefile.am new/zile-2.4.13/Makefile.am
--- old/zile-2.4.11/Makefile.am 2014-02-24 22:42:16.000000000 +0100
+++ new/zile-2.4.13/Makefile.am 2016-05-05 16:10:20.000000000 +0200
@@ -93,9 +93,7 @@
 distcheck-hook: syntax-check
 
 dorelease:
-       agrep -d '^\* Note' $(VERSION) NEWS | tail -n +3 | head -n -1 | grep -v 
'^\*\*' > release-notes && \
-       woger gnu,freecode upload=ftp.gnu.org package=$(PACKAGE) 
package_name="$(PACKAGE_NAME)" version=$(VERSION) description="the tiny Emacs 
clone" notes=release-notes email=~/announce-$(PACKAGE)-$(VERSION) 
dist_type="tar.gz" && \
-       rm -f release-notes
+       woger gnu upload=ftp.gnu.org package=$(PACKAGE) 
package_name="$(PACKAGE_NAME)" version=$(VERSION) 
email=~/announce-$(PACKAGE)-$(VERSION) dist_type="tar.gz"
 
 CYCLO_SRCS = $(srcdir)/src/*.[ch]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/NEWS new/zile-2.4.13/NEWS
--- old/zile-2.4.11/NEWS        2014-02-26 09:16:19.000000000 +0100
+++ new/zile-2.4.13/NEWS        2016-10-18 13:08:33.000000000 +0200
@@ -1,5 +1,19 @@
 GNU Zile NEWS                                         -*- outline -*-
 
+* Noteworthy changes in release 2.4.13 (2016-10-18) [stable]
+
+** Bug fixes
+
+  Document correct location of dotzile.sample in man page.
+
+
+* Noteworthy changes in release 2.4.12 (2016-10-17) [stable]
+
+** Bug fixes
+
+  Remove obsolete variable transient-mark-mode.
+
+
 * Noteworthy changes in release 2.4.11 (2014-02-26) [stable]
 
 ** Bug fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/README new/zile-2.4.13/README
--- old/zile-2.4.11/README      2014-02-24 22:42:16.000000000 +0100
+++ new/zile-2.4.13/README      2016-10-18 00:41:41.000000000 +0200
@@ -3,7 +3,7 @@
 
 GNU Zile is free software, licensed under the GNU GPL.
 
-Copyright (c) 1997-2012 Free Software Foundation, Inc.
+Copyright (c) 1997-2016 Free Software Foundation, Inc.
 
 **Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/build-aux/missing new/zile-2.4.13/build-aux/missing
--- old/zile-2.4.11/build-aux/missing   2013-08-19 09:14:19.000000000 +0200
+++ new/zile-2.4.13/build-aux/missing   2016-03-30 01:57:21.000000000 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2012-06-26.16; # UTC
+scriptversion=2013-10-28.13; # UTC
 
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -160,7 +160,7 @@
       ;;
    autom4te*)
       echo "You might have modified some maintainer files that require"
-      echo "the 'automa4te' program to be rebuilt."
+      echo "the 'autom4te' program to be rebuilt."
       program_details 'autom4te'
       ;;
     bison*|yacc*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/build-aux/test-driver new/zile-2.4.13/build-aux/test-driver
--- old/zile-2.4.11/build-aux/test-driver       2013-08-19 09:14:19.000000000 
+0200
+++ new/zile-2.4.13/build-aux/test-driver       2016-03-30 01:57:21.000000000 
+0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # test-driver - basic testsuite driver script.
 
-scriptversion=2012-06-27.10; # UTC
+scriptversion=2013-07-13.22; # UTC
 
-# Copyright (C) 2011-2013 Free Software Foundation, Inc.
+# Copyright (C) 2011-2014 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -44,13 +44,12 @@
 Usage:
   test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
               [--expect-failure={yes|no}] [--color-tests={yes|no}]
-              [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT
+              [--enable-hard-errors={yes|no}] [--]
+              TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
 END
 }
 
-# TODO: better error handling in option parsing (in particular, ensure
-# TODO: $log_file, $trs_file and $test_name are defined).
 test_name= # Used for reporting.
 log_file=  # Where to save the output of the test script.
 trs_file=  # Where to save the metadata of the test run.
@@ -69,10 +68,23 @@
   --enable-hard-errors) enable_hard_errors=$2; shift;;
   --) shift; break;;
   -*) usage_error "invalid option: '$1'";;
+   *) break;;
   esac
   shift
 done
 
+missing_opts=
+test x"$test_name" = x && missing_opts="$missing_opts --test-name"
+test x"$log_file"  = x && missing_opts="$missing_opts --log-file"
+test x"$trs_file"  = x && missing_opts="$missing_opts --trs-file"
+if test x"$missing_opts" != x; then
+  usage_error "the following mandatory options are missing:$missing_opts"
+fi
+
+if test $# -eq 0; then
+  usage_error "missing argument"
+fi
+
 if test $color_tests = yes; then
   # Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'.
   red='' # Red.
@@ -94,11 +106,14 @@
 # Test script is run here.
 "$@" >$log_file 2>&1
 estatus=$?
+
 if test $enable_hard_errors = no && test $estatus -eq 99; then
-  estatus=1
+  tweaked_estatus=1
+else
+  tweaked_estatus=$estatus
 fi
 
-case $estatus:$expect_failure in
+case $tweaked_estatus:$expect_failure in
   0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
   0:*)   col=$grn res=PASS  recheck=no  gcopy=no;;
   77:*)  col=$blu res=SKIP  recheck=no  gcopy=yes;;
@@ -107,6 +122,12 @@
   *:*)   col=$red res=FAIL  recheck=yes gcopy=yes;;
 esac
 
+# Report the test outcome and exit status in the logs, so that one can
+# know whether the test passed or failed simply by looking at the '.log'
+# file, without the need of also peaking into the corresponding '.trs'
+# file (automake bug#11814).
+echo "$res $test_name (exit status: $estatus)" >>$log_file
+
 # Report outcome to console.
 echo "${col}${res}${std}: $test_name"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/config.h.in new/zile-2.4.13/config.h.in
--- old/zile-2.4.11/config.h.in 2014-02-26 08:59:11.000000000 +0100
+++ new/zile-2.4.13/config.h.in 2016-10-18 00:50:03.000000000 +0200
@@ -2043,9 +2043,6 @@
    large precisions without arbitrary bounds. */
 #undef NEED_PRINTF_UNBOUNDED_PRECISION
 
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
 /* Define to 1 if open() fails to recognize a trailing slash. */
 #undef OPEN_TRAILING_SLASH_BUG
 
@@ -2490,18 +2487,10 @@
 #undef va_copy
 
 
-#ifdef DEBUG
-# define malloc GC_debug_malloc
-# define realloc GC_debug_realloc
-# define free GC_debug_free
-# define strdup GC_debug_strdup
-# define strndup GC_debug_strndup
-#else
-# define malloc GC_malloc
-# define realloc GC_realloc
-# define free GC_free
-# define strdup GC_strdup
-# define strndup GC_strndup
-#endif
+#define malloc GC_malloc
+#define realloc GC_realloc
+#define free GC_free
+#define strdup GC_strdup
+#define strndup GC_strndup
 #define calloc zile_calloc
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/configure.ac new/zile-2.4.13/configure.ac
--- old/zile-2.4.11/configure.ac        2014-02-26 08:56:41.000000000 +0100
+++ new/zile-2.4.13/configure.ac        2016-10-18 00:48:25.000000000 +0200
@@ -1,6 +1,6 @@
 dnl configure.ac
 dnl
-dnl Copyright (c) 1997-2014 Free Software Foundation, Inc.
+dnl Copyright (c) 1997-2016 Free Software Foundation, Inc.
 dnl
 dnl This file is part of GNU Zile.
 dnl
@@ -22,7 +22,7 @@
 AC_PREREQ([2.61])
 
 dnl Initialise autoconf and automake
-AC_INIT(Zile, 2.4.11, [email protected])
+AC_INIT(Zile, 2.4.13, [email protected])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([-Wall std-options])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -151,19 +151,11 @@
 dnl libgc (BDW garbage collector)
 PKG_CHECK_MODULES([LIBGC],[bdw-gc >= 7.2])
 AH_BOTTOM([
-#ifdef DEBUG
-# define malloc GC_debug_malloc
-# define realloc GC_debug_realloc
-# define free GC_debug_free
-# define strdup GC_debug_strdup
-# define strndup GC_debug_strndup
-#else
-# define malloc GC_malloc
-# define realloc GC_realloc
-# define free GC_free
-# define strdup GC_strdup
-# define strndup GC_strndup
-#endif
+#define malloc GC_malloc
+#define realloc GC_realloc
+#define free GC_free
+#define strdup GC_strdup
+#define strndup GC_strndup
 #define calloc zile_calloc
 ])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/doc/Makefile.am new/zile-2.4.13/doc/Makefile.am
--- old/zile-2.4.11/doc/Makefile.am     2014-02-24 22:42:16.000000000 +0100
+++ new/zile-2.4.13/doc/Makefile.am     2016-10-18 00:45:55.000000000 +0200
@@ -1,6 +1,6 @@
 # Source Makefile.am
 #
-# Copyright (c) 1997-2012 Free Software Foundation, Inc.
+# Copyright (c) 1997-2016 Free Software Foundation, Inc.
 #
 # This file is part of GNU Zile.
 #
@@ -20,7 +20,7 @@
 # MA 02111-1301, USA.
 
 edit = sed \
-       -e 's|@pkgdatadir[@]|$(pkgdatadir)|g'
+       -e 's|@docdir[@]|$(docdir)|g'
 
 MAINTAINERCLEANFILES += $(srcdir)/doc/zile.1.in doc/zile.1
 DISTCLEANFILES += doc/zile.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/doc/man-extras new/zile-2.4.13/doc/man-extras
--- old/zile-2.4.11/doc/man-extras      2014-02-24 22:42:16.000000000 +0100
+++ new/zile-2.4.13/doc/man-extras      2016-10-18 00:46:29.000000000 +0200
@@ -10,7 +10,7 @@
 [files]
 ~/.zile \(em user's Zile init file
 .PP
-@pkgdatadir@/dotzile.sample \(em which contains some useful
+@docdir@/dotzile.sample \(em which contains some useful
 code for the init file.
 
 [author]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/doc/zile.1.in new/zile-2.4.13/doc/zile.1.in
--- old/zile-2.4.11/doc/zile.1.in       2014-02-26 09:18:39.000000000 +0100
+++ new/zile-2.4.13/doc/zile.1.in       2016-10-18 13:28:21.000000000 +0200
@@ -1,10 +1,10 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
-.TH ZILE "1" "February 2014" "Zile 2.4.11" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
+.TH ZILE "1" "October 2016" "Zile 2.4.13" "User Commands"
 .SH NAME
 Zile \- Zile Is Lossy Emacs
 .SH SYNOPSIS
 .B zile
-[\fIOPTION-OR-FILENAME\fR]...
+[\fI\,OPTION-OR-FILENAME\/\fR]...
 .SH DESCRIPTION
 Zile is a lightweight Emacs clone that provides a subset of Emacs's
 functionality suitable for basic editing.
@@ -42,7 +42,7 @@
 .SH FILES
 ~/.zile \(em user's Zile init file
 .PP
-@pkgdatadir@/dotzile.sample \(em which contains some useful
+@docdir@/dotzile.sample \(em which contains some useful
 code for the init file.
 .SH AUTHOR
 Zile was written by Sandro Sigala, David A. Capello and Reuben Thomas.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/src/dotzile.sample new/zile-2.4.13/src/dotzile.sample
--- old/zile-2.4.11/src/dotzile.sample  2014-02-26 08:59:06.000000000 +0100
+++ new/zile-2.4.13/src/dotzile.sample  2016-10-18 00:56:12.000000000 +0200
@@ -54,13 +54,6 @@
 ; Default value is t.
 (setq ring-bell t)
 
-; If non-nil, deactivates the mark when the buffer contents change.
-; Also enables highlighting of the region whenever the mark is active.
-; The variable `highlight-nonselected-windows' controls whether to
-; highlight all windows or just the selected window.
-; Default value is t.
-(setq transient-mark-mode t)
-
 ; If non-nil, highlight region even in nonselected windows.
 ; Default value is nil.
 (setq highlight-nonselected-windows nil)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/src/main.h new/zile-2.4.13/src/main.h
--- old/zile-2.4.11/src/main.h  2014-02-24 22:42:16.000000000 +0100
+++ new/zile-2.4.13/src/main.h  2014-02-28 01:25:14.000000000 +0100
@@ -26,6 +26,7 @@
 #include <stdbool.h>
 #include <limits.h>
 #include <string.h>
+#include <gc/gc.h>
 #include "xalloc.h"
 #include "xvasprintf.h"
 #include "size_max.h"
@@ -34,12 +35,6 @@
 #include "gl_xlist.h"
 #include "unused-parameter.h"
 
-#ifdef HAVE_GC_H
-#include <gc.h>
-#else
-#include <gc/gc.h>
-#endif
-
 #include "astr.h"
 #include "estr.h"
 #include "lists.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/src/tbl_vars.h new/zile-2.4.13/src/tbl_vars.h
--- old/zile-2.4.11/src/tbl_vars.h      2014-02-26 08:59:06.000000000 +0100
+++ new/zile-2.4.13/src/tbl_vars.h      2016-10-18 00:56:12.000000000 +0200
@@ -9,7 +9,6 @@
 X ("case-fold-search", "t", true, "Non-nil means searches ignore case.")
 X ("case-replace", "t", false, "Non-nil means `query-replace' should preserve 
case in replacements.")
 X ("ring-bell", "t", false, "Non-nil means ring the terminal bell on any 
error.")
-X ("transient-mark-mode", "t", false, "If non-nil, deactivates the mark when 
the buffer contents change.\nAlso enables highlighting of the region whenever 
the mark is active.\nThe variable `highlight-nonselected-windows' controls 
whether to\nhighlight all windows or just the selected window.")
 X ("highlight-nonselected-windows", "nil", false, "If non-nil, highlight 
region even in nonselected windows.")
 X ("make-backup-files", "t", false, "Non-nil means make a backup of a file the 
first time it is saved.\nThis is done by appending `~' to the file name.")
 X ("backup-directory", "nil", false, "The directory for backup files, which 
must exist.\nIf this variable is nil, the backup is made in the original 
file's\ndirectory.\nThis value is used only when `make-backup-files' is t.")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/src/tbl_vars.h.in new/zile-2.4.13/src/tbl_vars.h.in
--- old/zile-2.4.11/src/tbl_vars.h.in   2014-02-24 22:42:16.000000000 +0100
+++ new/zile-2.4.13/src/tbl_vars.h.in   2016-10-18 00:42:22.000000000 +0200
@@ -1,6 +1,6 @@
 /* Zile variables
 
-   Copyright (c) 1997-2010 Free Software Foundation, Inc.
+   Copyright (c) 1997-2016 Free Software Foundation, Inc.
 
    This file is part of GNU Zile.
 
@@ -34,7 +34,6 @@
 X ("case-fold-search", "t", true, "Non-nil means searches ignore case.")
 X ("case-replace", "t", false, "Non-nil means `query-replace' should preserve 
case in replacements.")
 X ("ring-bell", "t", false, "Non-nil means ring the terminal bell on any 
error.")
-X ("transient-mark-mode", "t", false, "If non-nil, deactivates the mark when 
the buffer contents change.\nAlso enables highlighting of the region whenever 
the mark is active.\nThe variable `highlight-nonselected-windows' controls 
whether to\nhighlight all windows or just the selected window.")
 X ("highlight-nonselected-windows", "nil", false, "If non-nil, highlight 
region even in nonselected windows.")
 X ("make-backup-files", "t", false, "Non-nil means make a backup of a file the 
first time it is saved.\nThis is done by appending `\@samp{~}' to the file 
name.")
 X ("backup-directory", "nil", false, "The directory for backup files, which 
must exist.\nIf this variable is \@samp{nil}, the backup is made in the 
original file's\ndirectory.\nThis value is used only when `make-backup-files' 
is \@samp{t}.")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/zile-2.4.11/tests/shell-command-on-region.el 
new/zile-2.4.13/tests/shell-command-on-region.el
--- old/zile-2.4.11/tests/shell-command-on-region.el    2014-02-24 
22:42:16.000000000 +0100
+++ new/zile-2.4.13/tests/shell-command-on-region.el    2016-10-17 
22:40:18.000000000 +0200
@@ -3,6 +3,6 @@
 (forward-line)
 (forward-line)
 (forward-line)
-(shell-command-on-region (mark) (point) "sort" t)
+(shell-command-on-region (mark) (point) "sort" t t)
 (save-buffer)
 (save-buffers-kill-emacs)



Reply via email to